@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700,800,900&subset=latin-ext');

html, body {
	margin: 0;
	height: 100%;
	color: #7A7B86;
	font-size: 13px;
	font-family: 'Open Sans';
	background-color: #ffffff;
	padding: 0;
	min-height: 100%;
	height: 100%;
}
h1{
    font-family: 'Raleway', sans-serif;
    color: #333;
    font-size: 36px;
    font-weight: 800;
    margin-top: 0px;
}
h3{
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
    font-family: 'Open Sans';
}
.outer_h3{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    display: flex;
    align-items: center;
}
.outer_h3>div{
    text-align: center;
    width: 80%;
    margin-left: 10%;
}
.separator{
    background-color: #035d9c;
    height: 5px;
    width: 50px;
    margin-left: calc(50% - 25px);
}
img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: noneq;
}

/* TOP BAR */

#top-bar {
	font-size: 12px;
	background-color: #F0F0F0;
	text-transform: uppercase;
	height: 40px;
}

.hours {
	text-align: left;
	padding-top: 12px;
}

.icons {
	text-align: right;
	border-right: solid 1px #FFFFFF;
}

.lang {
	width: 40px;
	padding: 12px 0px 11px;
	text-align: center;
}

.lang a {
	color: #7a7b86;
}

.lang, .social {
	display: block;
	display: inline-block;
	border-left: solid 1px #FFFFFF;
	border-bottom: 2px solid transparent;
}

/* MAIN BAR */

.logo {
	text-align: left;
	padding: 25px 0px;
}

.logo-mini {
	padding: 10px 0px;
	margin: 0px auto;
}
.logo-footer{
    font-size: 14px;
}
.contact {
}
.cntct {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.cntct>span {
    margin-bottom: 15px;
}
.contact .square{
    border: 1px solid #666;
    width: 50px;
    height: 50px;
    padding: 11px 0px 0px 11px;
    margin: 0px 15px 15px 0px;
    display: inline-block;
}
.newsletter_bg {
    height: 500px;
}
.full {
    background-color: #eee;
}
.newsletter_bg .nws {
    padding: 0px;
    height: 500px;
    overflow: hidden;
}
.center-text_2 {
    margin-top: 250px;
    transform: translateY(-50%);
}

.contact-icon {
	margin: 0px 15px 0px 30px;
}

.contact-icon, .contact-data {
	display: block;
	display: inline-block;
	vertical-align: middle;
}

/* MENU */
	
.navbar {
    color: #000;
    background: transparent;
    margin-bottom: 0px;
    border: none;
    position: absolute;
    width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
    top: 30px;
    z-index: 10;
}
.navbar-nav > li{
    border: 0px !important;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: right;
    background: #FFF;
    border-radius: 5px;
}

.navbar-collapse {
	max-height: 100%;
}

.navbar-inverse .navbar-nav > li > a {
    color: #000 !important;
    padding: 25px 15px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    background: none !important;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #000;
}

.navbar-toggle {
	color: #000;
	font-size: 16px;
	font-weight: 600;
        padding: 10px 30px 25px;
	text-transform: uppercase;
	margin: 0px auto;
	border: none;	
}

.navbar-toggle:focus, .navbar-toggle:hover {
	color: #FFFFFF;
}

.navbar-nav > li > .dropdown-menu {
    font-size: 15px;
    text-transform: uppercase;
    box-shadow: none;
    border-radius: 0;
    border: none;
    padding: 0px;
}

.navbar-nav > li > .dropdown-menu a {
	color: #000;
	padding: 18px 20px 19px 20px;
	border-top: 1px solid #ddd !important;
	max-width: 330px;
        text-align: center;
}

.navbar-nav > li > .dropdown-menu a:hover {
    color: #000;
    padding: 18px 20px 19px 20px;
    border-top: 1px solid #ddd;
    max-width: 330px;
    background: #FFF;
    font-weight: bolder;
}
	
/* GENERAL */

#offer, .xxx, #site {
	padding-top: 60px;
}

#offer, #welcome {
	line-height: 1.5;
}

.txt {
	text-align: justify;
}

.container, .container-fluid {
	text-align: center;
}
hr {
	width: 100px;
	border-top: 2px solid #DDDDDD;
	height: 2px;
}

.space {
	padding-top: 60px;
}

/* SLIDER */

.item {
	height: calc(100vh - 100px);
	background-position: center;
        background-size: cover;
}

.intro {
    text-align: right;
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 100%;
}
.lower-first {
    font-weight: 800;
    font-size: 48px;
    text-transform: uppercase;
    color: #FFF;
    text-align: left;
}

.lower-second {
    font-weight: 400;
    text-align: left;
    font-size: 22px;
    color: #fff;
}

.lower-third {
    text-align: center;
    color: #fff;
    width: 230px;
    padding: 10px 15px;
    border: 2px solid #FFF;
    border-radius: 5px;
    margin-top: 15px;
}
.lower-third a{
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
}

.customPrevBtn {
	float: left;
	z-index: 999999;
	position: relative;
	margin-top: calc(-50vh + 36px);
	margin-left: 30px;
	cursor: pointer;
}

.customNextBtn {
	float: right;
	z-index: 999999;
	position: relative;
	margin-top: calc(-50vh + 36px);
	margin-right: 30px;
	cursor: pointer;
}

/* ABOUT */

.about-box {
	color: #FFFFFF;
   background: #1DD2C8;
   background: -webkit-linear-gradient(#1DD2C8, #19B3AA); 
   background: -o-linear-gradient(#1DD2C8, #19B3AA); 
   background: -moz-linear-gradient(#1DD2C8, #19B3AA); 
   background: linear-gradient(#1DD2C8, #19B3AA); 
}

.about-content {
	padding: 30px 0px;
	text-align: left;
}

.about-header {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

/* OFFER */

.offer-box {
	color: #7A7B86;
	text-align: justify;
	padding: 15px;
}

.offer-box:hover {
	color: #FFFFFF;
	background-color: #1DD2C8;
}

.size-60 {
	font-size: 60px;
	line-height: 0.25;
}

.offer-header {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 0px;
}

/* CONTENT */

.txt {
	text-align: justify;
}

/* FOOTER */

#footer-links {
	color: #7A7B86;
	font-size: 12px;
	background-color: #FFF;
	padding: 30px 0px;
}

#footer-links a {
	color: #7A7B86;
}

.footer-menu {
	margin-top: 10px;
}

#footer {
	background-color: #1dd2c8;
	font-size: 12px;
	bottom: 0;
	color: #FFFFFF;
}

.copyright {
	text-align: left;
}

.arrow-top {
	background-color: #1ac4bb;
	padding: 24px 19px;
	margin-top: 10px;
}
.scroll {
	background-color: #1ac4bb;
	width: 65px;
	left: 43%;
	position: relative;
}

.created {
	text-align: right;
}

.copyright, .created {
	padding: 20px 0px 23px 0px;
}



.created a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 700;
}

/* FORM */

.form-control {
	height: 50px;
	font-size: 14px;
	margin-bottom: 30px;
	border-radius: 0px;
}

.btn-primary, .btn-primary:hover {
	height: 50px;
	border: none;
	border-radius: 5px;
	background-color: #035d9c;
	font-size: 16px;
	font-weight: 600;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-left: -1px;
	margin-top: 0px;
	border-radius: 0;
	padding:0;
	border:none;
}
.dropdown-submenu > li > .dropdown-menu a{
	height: 100px !important;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
}
.dropdown-submenu > .dropdown-menu > li {
	padding-bottom: 2px;
}
@-webkit-keyframes arrow-jump {
	0%   { opacity: 1;}
	100% { opacity: 1;
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-0-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
#arrow {
	-webkit-animation: arrow-jump 1.5s infinite;
	-moz-animation:    arrow-jump 1.5s infinite
	-o-animation:      arrow-jump 1.5s infinite;
	animation:         arrow-jump 1.5s infinite;
}
.boxmini {
	background-color: #1dd0c6;
	border:5px solid #fff;
	color:#fff;
	min-height: 220px;
}
.boxmini h1 {
	color:#fff;
	font-size:1.9em;
	text-transform: uppercase;
	padding-top: 15px;
	margin-bottom: -5px;
}
.boxmini button {
	background-color: transparent;
	border: 1px solid #fff;
	text-transform: uppercase;
}
a {
	text-decoration: none !important;
}
.lang:hover, .social:hover {
	color:#364772 !important;
	border-bottom: 2px solid #364772;
	margin-top: -2px;
	/*line-height: 30px;*/
}
.watermark {
	width: 200px;
	height: 40px;
	margin-left: 30px;
	margin-bottom: 30px;
	position: absolute;
	bottom: 0;
}

.main_services{
    transform: translateY(-50%);
    z-index: 1;
    position: relative;
    padding: 0px;
}
.services_img > img{
    -webkit-transition: 1000ms;
}
.services_img:hover > img{
    filter: contrast(1.4);   
}

.background-image{
    width: calc(100% + 30px);
    margin: 0px -15px;
    height: 600px;
    overflow: hidden;
    filter: brightness(0);
    background-color: #000;
    -webkit-transition: 2000ms;
}
.background-image > img{
    width: 100%;
}
.to_background{
    position: absolute;
    top: 100px;
    height: 500px;
    display: flex;
    align-items: center;
    color: #FFF;
}
.to_background h1{
    color: #FFF;
}
.to_background .separator{
    background: #FFF;
    margin-bottom: 15px;
}
.gallery_image_name{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gallery_image_name h1{
    color: #FFF;
    text-transform: uppercase;
    font-size:32px;
}
@media all and (min-width: 1200px) {
	.logo-mini {
		display: none;
	}
}
@media all and (max-width: 1199px) {
	.logo{
		display: none;
	}
}
@media all and (min-width: 992px) {
	.slider {
		margin-top: -2px;
		height: calc(100vh - 100px);
	}
}
@media all and (max-width: 991px) {
	.hours {
		display: none;
	}
	.icons {
		text-align: center;
	}
	#slider {
		display: none;
	}
	.horizontal {
		width: 100%;
		height: 1px;
		background-color: #E7E7E7;
	}
	.about-content {
		padding: 30px 45px;
		text-align: center;
	}
	.scroll, .footer-menu {
		display: none;
	}
	.copyright {
		padding: 10px 0px 0px 0px;
		text-align: center;
	}
	.created {
		padding: 0px 0px 10px 0px;
		text-align: center;
	}
}

@media all and (max-width: 767px) {
	.container {
		margin: 0px;
	}
        .navbar{
            padding: 0px;
            color: #000;
            margin-bottom: 0px;
            border: none;
            position: relative;
            width: 100%;
            top: 0px;
            transform: none;
            z-index: 2;
            background: #FFF;
            border-bottom: 1px solid #666;
        }
        .logo-mini{
            padding: 20px 0px; 
            width: 190px;
            display: inline-block;
        }
        .navbar-toggle {
            color: #000;
            font-size: 24px;
            font-weight: 600;
            padding: 25px 25px;
            text-transform: uppercase;
            margin: 0px auto;
            border: none;
        }
        .container>.navbar-header{
            float: right;
        }
        .navbar-inverse .navbar-toggle:hover{
            background-color: transparent;
            color: #000;
        }
        .navbar-inverse .navbar-collapse{
            text-align: center;
            border-radius: 0px;
            border-top: 1px solid #666;
        }
        .navbar-inverse .navbar-nav > li > a{
                padding: 10px 5px;
        }
        .main_services{
            transform: none;
            margin: 0px -15px;
        }
        .main_services>div>div{
            padding:0px
        }
        .welcome{
            margin-top: 30px !important;
            padding: 0px;
        }
        .contact{
            margin-top: 30px;
            transform: none;
            padding: 0px !important;
        }
        .contact>div{
            padding:0px;
        }
        .background-image{
            display:none;
        }
        .to_background h1{
            color: #333;
        }
        .to_background .separator{
            background: #035d9c;
        }
        .to_background{
            position: relative;
            color: #000;
            top: 20px;
            margin: 0px -15px;
            height: initial;
            text-align: center;
            display: block;
        }
        .to_background>div{
            padding: 0px;
        }
        .contentt{
                min-height: initial !important;
        }
        #ajaxform>div>div{
            padding:0px;
        }
        .photos{
            padding-left: 0px;
            padding-right: 0px;
            margin: 0px -15px;
        }
        .navbar .navbar-nav{
            width: 100%;
        }
        li.lang_change_mobile{
            width: 33%;
            display: inline-block !important;
            float: left;
        }
        li.lang_change_mobile.sec{
            border-left: 1px solid #999 !important;
            border-right: 1px solid #999 !important;
        }
}