html{
    height: 100%;
	overflow-x: hidden;
}
body{
	font-family: 'CircularStd-Book';
	font-size:16px;
	line-height: 24px;
  	color: #000;
	background:white;
	overflow-x: hidden;
	font-weight: 100!important;
}
a{
	text-decoration:none!important;	
	outline: 0;	
	cursor:pointer;
	cursor:hand;
	color: black;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
a:hover{
	text-decoration:none;
	opacity: .75;
	color: #000;
}
i{
  font-style: normal;  
}
b{
	font-weight:100;
	font-family: 'CircularStd-Medium';
}
p{
	margin-bottom: 10px!important;
}
input, textarea{
  outline: none;
}
input, .custom_select{
	position: relative;
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
	padding-left: 40px;
	border: 1px solid #000;
	color: #000;
	font-family: 'CircularStd-Book';
	line-height: 1;
}
input.error, .custom_select.error{
	border-bottom: 1px solid #ff0000;
}
.custom_select:before{
	content: "";
	position: absolute;
	width: 12px;
	height: 100%;
	right: 25px;
	background: url(../images/availability_floorplan.svg) center center no-repeat;
	pointer-events: none;
}
select{
	width: 100%;
	height: 100%;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-left: 5px;
	outline: none;
	text-shadow: none!important;
	  -webkit-box-shadow: none!important;
	  box-shadow: none!important;
	  background: #fff;
	text-transform: uppercase;
}
textarea:focus, input:focus{
    outline: none;
}
button{
  text-shadow: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  background:#00b4a9;
  color:transparent!important;
}
img{
	width: 100%;
	/* opacity: 1!important; */
}
.form-control, .dropdown-item{
	height: 32px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-top: 8px;
	border-radius: 0px;	
	border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    line-height: 1;
    color: #0a3029;
    background: transparent!important;    
    border: 1px solid #0a3029!important;
}
.form-control:focus {    
    box-shadow: none!important;
}
.input-group{
	margin-bottom: 15px;
}
::-webkit-input-placeholder {
  color: #0a3029!important;
}
:-moz-placeholder { 
  color: #0a3029!important;
}
::-moz-placeholder {  
  color: #0a3029!important;
}
:-ms-input-placeholder {
  color: #0a3029!important;
}
textarea.form-control{
	height: 100px;
}







/*
	NAV
*/
.navbar{
	/*position: absolute;*/
	padding: 0px;	
}
.navbar-brand {	
	position: absolute;
	width: 210px;
    height: 60px;
    left: 40px;
    top: 70px;
    padding: 0px;
    background: url(../images/logo.svg) left top no-repeat;
    background-size: contain;
    z-index: 10;
}
.navbar .navbar-brand{
	display: none;
	opacity: 0;
}
.navbar.active .navbar-brand{
	display: block;
	opacity: 1;
}
.navbar.no_brand .navbar-brand{
	display: none;
}
.navbar .menu{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;	
	background: #000;
	display: none;	
}
.navbar-nav{
	position: absolute;
	/*display: block;
	width: 100%;*/
	left: -15px;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
}
.nav-item{
	position: relative;
	float: left;
	width: 20%;	
	padding: 5px;
	opacity: 0;
}
.nav-link{
	position: relative;
	padding: 0px;
	color: #fff;
	border: 1px solid rgba(255,255,255,.5);
	text-transform: uppercase;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	transition: all 250ms ease-out;	
}
.nav-link:before{
	content: "";
	display: block;
	padding-top: 100%;
}
.nav-link span{
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.nav-item:hover .nav-link, .nav-item.active .nav-link{
	border: 2px solid #fff;
	color: #fff;
	opacity: 1;
}
/*
.navbar .toggler {
    position: absolute;
    width: 30px;
    height: 20px;
    right: 40px;
    top: 45px;
    z-index: 10;
}
*/

.navbar .toggler {
    position: absolute;
    width: 34px;
    height: 28px;
    right: 40px;
    top: 41px;
    z-index: 10;
    background-color: black;
    padding: 6px;
}


.navbar .toggler .top, .navbar .toggler .mid, .navbar .toggler .bottom{
	position: absolute;
    width: 23px;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    height: 2px;
    background-color: white;
}
.navbar .toggler .mid{
	top: 13px;
}
.navbar .toggler .bottom{
	bottom: 6px;
}
.navbar.active .toggler .bottom{
	bottom: 0px !important;
}

.navbar.active .toggler .top{
	width: 28px;
	left: 6px;
	transform: rotate(45deg);
	transform-origin: left top;
}
.navbar.active .toggler .mid{
	width: 0px;
	opacity: 0;
}
.navbar.active .toggler .bottom{
	width: 28px;
	left: 6px;
	bottom: -1px;
	transform: rotate(-45deg);
	transform-origin: left bottom;
}
.navbar b{
	font-family: 'CircularStd-Bold';
}


/*
	BTN contact
*/
.btn_contact {
    position: fixed;
    right: 97px;
    top: 37px;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff!important;
    font-size: 16px;
    line-height: 1;
    background: #000;
    z-index: 100;
}






/*
	Section
*/
.container, .container-fluid{
	padding: 0px;
}
h1{
	margin: 0px;
	font-size: 65px;
	/*line-height: 1;*/
	text-align: center;
	font-family: 'CircularStd-Book';
}
h2{
	margin: 0px;
	margin-bottom: 30px;
	font-size: 25px;
	/*line-height: 1;*/
	font-family: 'CircularStd-Book';
}
h2._35{
	font-size: 35px;
}
h3{
	margin-bottom: 35px;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	font-family: 'CircularStd-Book';
}
#preloader{
	/*display: none;*/
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	background: #0a3029;
	background: url(../images/loading.gif) center center no-repeat #fff;
	z-index: 5000;
}
.full_img{
	position: relative;
	height: 100vh;
	margin-bottom: 80px;
	background: #000;	
}
.full_img .f_logo {	
	position: absolute;
	width: 210px;
    height: 60px;
    left: 40px;
    top: 70px;
    padding: 0px;
    background: url(../images/logo.svg) left top no-repeat;
    background-size: contain;
    z-index: 10;
}
.full_img .back{
	width: 100%;
	height: 100%;
	object-fit: cover;	
}
.full_img.short{
	position: relative;
	height: auto;
	background: #000;	
}
.full_img.short:before{
	content: "";
	display: block;
	padding-top: 25%;
}
.full_img.short .back{
	position: absolute;
	top: 0px;	
}
.full_img.short .text{
	top: auto;
	bottom: 45px;
	transform: translateY(0%);
}
.full_img.short h1{
	font-size: 30px;
	line-height: 1;
}
.overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	background: rgba(0,0,0,.2);
}
.full_img .txt{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
}
.full_img h1{
	padding: 0px 20px;
}
.full_img .arrow{
	position: absolute;
	width: 50px;
	height: 100px;
	width: 30px;
	height: 30px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 50px;	
	background: url(../images/full_img_arrow.svg) center center no-repeat;
	background-size: contain;
	background-size: 30px;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	cursor: pointer;
	cursor: hand;
	-webkit-filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.2));
    filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.2));
}
.full_img .arrow:hover{
	opacity: .75;
}
.full_img .text{
	position: absolute;
	width: 100%;
	padding: 0px;
	padding-left: 40px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 30px;
}
.full_img .text h1{
	padding: 0px;
	font-size: 30px;
	text-align: left;
}
.full_img .text h2{
	font-size: 65px;
}
.full_img h2{
	margin-top: 50px;
	margin-bottom: 0px;
	padding: 0px;
	font-family: 'CircularStd-Book';
	line-height: 1.1;
	text-align: left;
}


.row{
	margin: 0px -20px;
}
.col{
	position: relative;
	padding: 0px 20px;
}



.footer_nav{
	margin-top: 80px;
	text-align: center;
}
.footer_nav a{
	position: relative;
	width: 180px;
	height: 40px;
	padding-left: 40px;
	padding-top: 14px;
	border: 1px solid #000;
	font-size: 13px;
	line-height: 1;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
}
.footer_nav a:before{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 100%;
	border-right: 1px solid #000;
	background: url(../images/footer_arrow.svg) center center no-repeat;
	background-size: 14px;
}
.footer_nav a:nth-child(2){
	padding-left: 0px;
	padding-right: 40px;
	border-left: none;
}
.footer_nav a:nth-child(2):before{
	left: auto;
	right: 0px;
	border-left: 1px solid #000;
	border-right: none;
	background: url(../images/footer_arrow_next.svg) center center no-repeat;
}
.footer_nav ._2lines{
	padding-top: 7px;
}

footer{
	margin-top: 100px;
	padding-bottom: 40px;
	font-size: 13px;
	letter-spacing: .5px;
	text-align: center;
}
footer a{
	color: #000!important;
	white-space: nowrap;
}
footer a:hover{
	opacity: .75;
}
footer .social{
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
footer .social a{
	margin: 0px 5px;
}
footer .social img{
	width: 20px;
}
footer .underline{
	display: inline-block;
	margin: 0px 8px;
	border-bottom: 1px solid #000;
	font-family: 'CircularStd-Medium';
}
footer .legal{
	display: block;
	margin-top: 15px;
}
footer .legal a{
	line-height: 15px;
	font-size: 10px;
	font-family: 'CircularStd-Book';
}
footer i.fa-phone{
	transform: rotate(90deg);
}


.slick-cloned img{
	opacity: 1!important;
	visibility: visible!important;
}
.slick_prev, .slick_next{
	display: inline-block;
	width: 90px;
	height: 32px;
	width: 30px;
	height: 30px;
	background: url(../images/slick_prev.svg) left center no-repeat;
	background-size: 15px;
	cursor: pointer;
	cursor: hand;
	-webkit-filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.2));
	filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.2));
	pointer-events: auto;
}
.slick_next{
	float: right;
	background: url(../images/slick_next.svg) right center no-repeat;
	background-size: 15px;
}
.slick-dots {
	position: absolute;
	width: 100%;
    padding: 0;
    margin: 0;
    bottom: 38px;
	list-style: none;
	text-align: center;
	pointer-events: none;
}
.slick-dots li{
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: 2px 10px;
	border-radius: 100%;
	background: #fff;
}
.slick-dots button{
	display: none;
}
.slick-dots .slick-active{
	width: 8px;
	height: 8px;
	margin: 0px 8px;
}
.slick-slider .item{
	position: relative;	
	margin: 0px 20px;
}
.slick-slider .item img{
	width: auto;
	height: 650px;
	width: 66.66vw;
	height: auto;
}
.carousel_full{
	margin-left:40px;
	margin-right: 40px;
}

.carousel_full .item{
	position: relative;
	/*width: 100%!important;*/
	margin: 0px;
	height: auto;
}
.carousel_full .item img{
	/*width: 100%;*/
	width: calc(100vw - 80px);
	height: auto;
}

.carousel_cont{
	position: relative;
}
.carousel{
	margin-top: 80px;
	margin-bottom: 50px;
}
.carousel_arrows {
    position: absolute;
    width: 100%;
    /*bottom: 25px;*/
    top: 50%;
    transform: translateY(-50%);
    padding: 0px 40px;
	z-index: 500;
	pointer-events: none;
}
.carousel_arrows.full {
    padding: 0px 80px;
}


.double_carousel .text{
	position: absolute;
	left: 20px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.double_carousel .text .item{
	padding-right: 20px;
}
.double_carousel .img{
	padding-right: 0px;
}
.double_carousel .img .item{
	position: relative;
	width: 50vw!important;
	margin-right: 40px;
}
.double_carousel .img .item:before{
	content: "";
	display: block;
	padding-top: 100%;
}
.double_carousel .img .item img{
	position: absolute;
	height: 100%;
	top: 0px;
	object-fit: cover;
}

#carousel_videos{
	margin: 0;
	line-height: 0;
}
#carousel_videos .slick-slide {
    margin: 0;
}
#carousel_videos .item {
	position: relative;
	margin: 0;
	padding-top: 56.25%;
}
#carousel_videos .item:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0,0,0,.1);
}
#carousel_videos img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
#carousel_videos .text {
    position: absolute;
    width: 100%;
	top: 50%;
	transform: translateY(-50%);
	padding-top: 75px;
    background: url(../images/play.svg) center top no-repeat;
	background-size: 40px;
	color: #fff;
	text-align: center;
	z-index: 10;
}




.check {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 40px;
  cursor: pointer;
  cursor: hand;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check:hover{
	opacity: .75;
	color: #000;
}
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
/* what?!?!?!? comentado!
.check:nth-child(2) input:checked ~ .checkmark {
  background-color: #000;
  border-color: #000;
}
.check:nth-child(3) input:checked ~ .checkmark {
  background-color: #fcf645;
  border-color: #fcf645;
}
.check:nth-child(4) input:checked ~ .checkmark {
  background-color: #51c0b4;
  border-color: #51c0b4;
  background-color: #b7a8d3;
  border-color: #b7a8d3;
}
.check:nth-child(5) input:checked ~ .checkmark {
  background-color: #f5bfd9;
  border-color: #f5bfd9;
  background-color: #e8434d;
  border-color: #e8434d;
  background-color: #38acee;
  border-color: #38acee;
}
.check:nth-child(6) input:checked ~ .checkmark {
  background-color: #dde87e;
  border-color: #dde87e;
  background-color: #f0947a;
  border-color: #f0947a;
}
.check:nth-child(7) input:checked ~ .checkmark {
  background-color: #ed81b6;
  border-color: #ed81b6;
  background-color: #f8bf21;
  border-color: #f8bf21;
}
*/

.line{
	margin: 40px 20px;
}
.line .text .v_center{
	position: absolute;	
	top: 50%;
	transform: translateY(-50%);
	padding-right: 20px;
}


.card {
    border: none;
}
.card-header {
	margin-bottom: 30px;
	padding: 0px;    
    background-color: #fff;
    border: none;
    font-size: 25px;    
}
.card-header a{
	padding-left: 40px;
	color: #000!important;
	background: url(../images/features_minus.svg) left center no-repeat;
}
.card-header a.collapsed{
	background: url(../images/features_plus.svg) left center no-repeat;
}
.card-body{
	margin-bottom: 30px;
}
.card-body ul{
    padding-left: 58px;
}

.features{
	margin-top: 80px;
}


._360_degrees{
	display: block;
	position: relative;
	padding-top: 56.25%;
	background: red;
}
._360_degrees:before{
	content: "";	
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	background: rgba(0,0,0,.2);
	z-index: 5;
}
._360_degrees img{
	position: absolute;
	height: 100%;
	top: 0px;
	object-fit: cover;
}
._360_degrees span {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    text-align: center;
    font-size: 50px;
    line-height: 1.1;
    z-index: 10;
}
a._360{
	padding-bottom: 4px;
	border-bottom: 1px solid #000;
}

.fancybox-slide--iframe .fancybox-content{
	max-width: 800px;
}
.fancybox-slide--iframe .fancybox-iframe{
	position: relative;
}
.fancybox-caption, .fancybox-toolbar{
	opacity: 1;
	visibility: visible;
}
.fancybox-button svg path {
    color: #fff;
}





@media (min-width: 1300px){

	.navbar-nav .col-sm-10{
		max-width: 1100px;
		left: 50%;
		transform: translateX(-50%);
	}

}




@media (max-width: 992px){

	body {
	    font-size: 14px;
	    line-height: 20px;
	}
	.full_img .f_logo {
		width: 180px;
		height: 55px;		
		left: 20px;
		top: 40px;
	}
	.navbar .toggler {
	    right: 20px;
	    top: 38px;
	}
	.full_img{
		margin-bottom: 40px;
	}
	.full_img .arrow {
	    /*height: 55px;*/
	    bottom: 30px;
	    background-position: center bottom;
	    /*background-size: auto 100px;*/
	}
	.full_img .text {
	    padding-left: 30px;
	    font-size: 24px;
	}
	.full_img .text h1{
		font-size: 24px;
	}
	.full_img .text h2{
		font-size: 45px;
	}
	.full_img h2 {
	    margin-top: 35px;
	    font-size: 45px;
	}
	.full_img.short .text {
	    bottom: 25px;
	}
	.full_img.short h1 {
	    font-size: 24px;
	}
	h1 {
	    font-size: 35px;
	}
	.footer_nav a {
	    width: 135px;
	    height: 30px;
	    padding-left: 30px;
	    padding-top: 9px;
	    font-size: 10px;
	}
	.footer_nav a:before {
	    width: 30px;
	    background-size: 10px;
	}
	.footer_nav a:nth-child(2) {
	    padding-right: 30px;
	}
	.footer_nav a:nth-child(2):before {
	    background-size: 10px;	    
	}
	.footer_nav {
	    margin-top: 20px;
	}
	footer {
	    margin-top: 70px;
	    padding-bottom: 30px;
	    font-size: 12px;
        line-height: 20px;
	    letter-spacing: .25px;
	}
	footer .social img {
	    width: 18px;
	}
	footer .social {
		margin-top: 15px;
	    margin-bottom: 15px;
	}
	.navbar-brand {
	    width: 174px;
	    height: 50px;
	    left: 20px;
	    top: 30px;
	}
	.navbar-nav{
	    margin: 0px -70px;
	    font-size: 16px;
	}
	.nav-item {
	    width: 25%;
	    padding: 10px;
	}
	.line {
	    margin: 40px 10px;
	}
	.col {
	    padding: 0px 10px;
	}
	.carousel {
	    margin-top: 40px;
	    margin-bottom: 40px;
	}
	.slick-slider .item {
	    margin: 0px 10px;
	}
	.carousel_arrows {	    
	    /*bottom: 15px;*/
		padding: 0px 20px;
	}
	.slick_prev, .slick_next {
		width: 55px;
	}
	.slick-dots {
		display: none!important;
	    bottom: 25px;
	}
	h2 {
	    font-size: 20px;
	}
	h2._35 {
	    font-size: 20px;
	}
	.card-header {
		margin-bottom: 20px;
	    font-size: 20px;
	}
	.card-header a {
	    padding-left: 18px;
	    background-size: 10px!important;
	}
	.card-body {
	    margin-bottom: 20px;
	}
	.card-body ul {
	    padding-left: 34px;
	}
	.carousel_full {
	    margin-left: 20px;
	    margin-right: 20px;
	}
	.carousel_full .item {
	    margin: 0px;
	}
	.carousel_full .item img {
	    width: calc(100vw - 40px);
	}
	.carousel_arrows.full {
	    padding: 0px 40px;
	}
	h3 {
	    font-size: 20px;
	    line-height: 26px;
	}
	.footer_nav ._2lines {
	    padding-top: 5px;
	}
	._360_degrees span {
		display: inline-block;
		padding: 0px 20px;
	    font-size: 35px;
	}
	.btn_contact{
		top: 33px;
		right: 70px;
	}	
	#carousel_videos .text {
		padding-top: 60px;
		background-size: 30px;
	}

}



@media (max-width: 767px){

	.line .text .v_center {
	    position: relative;
	    margin-bottom: 20px;
	    top: 0;
	    transform: translateY(0%);
	    padding-right: 0px;
	}

}



@media (max-width: 576px){

	body {
	    font-size: 12px;
	    line-height: 18px;
	}
	.navbar-brand {
	    width: 120px;
	    height: 34px;
	    left: 10px;
	    top: 10px;
	}
	.full_img .f_logo {	
		width: 120px;
	    height: 34px;
	    left: 10px;
	    top: 10px;
	}
	.navbar .toggler {
	    right: 10px;
	    top: 15px;
	}
	.navbar-nav {
	    margin: 0px 5px;
	    font-size: 11px;
	}
	.nav-item {
	    width: 33.333%;
	    padding: 5px;
	}
	.nav-link span {
	    padding: 0px 10px;
	}
	.full_img {
	    margin-bottom: 20px;
	}
	.full_img .text {
	    font-size: 16px;
	}
	.full_img .text h1{
		font-size: 16px;
	}
	.full_img .text h2{
		font-size: 25px;
	}
	.full_img h2 {
	    margin-top: 20px;
	    font-size: 25px;
	}
	.full_img .arrow {
	    height: 10px;
	    bottom: 18px;
	    /*background-size: auto 80px;*/
	}
	h1 {
	    font-size: 18px;
	}
	.footer_nav a {
	    width: 115px;
	    height: 25px;
	    padding-left: 25px;
	    padding-top: 7px;
	    font-size: 9px;
	}
	.footer_nav a:before {
	    width: 25px;
	}
	.footer_nav a:nth-child(2) {
	    padding-right: 25px;
	}
	footer {
	    margin-top: 30px;
	    padding-left: 10px;
	    padding-right: 10px;
	    padding-bottom: 15px;
	    font-size: 10px;
	    line-height: 18px;
	}
	footer .social img {
	    width: 18px;
	}
	footer .underline {
	    margin: 0px 4px;
	}
	footer .legal a {
	    line-height: 10px;
	    font-size: 8px;
	}
	.line {
	    margin: 20px 10px;
	}	
	.carousel {
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.slick-slider .item {
	    margin: 0px 5px;
	}
	.slick-slider .item img {
	    width: 75vw;
	}
	.carousel_full .item  {
	    margin: 0px;
	}
	.carousel_full .item img {
	    width: calc(100vw - 20px);
	}
	.carousel_arrows {
	    /*bottom: 0px;*/
	    padding: 0px 10px;
	}
	.carousel_arrows.full {
	    padding: 0px 30px;
	}
	.slick_prev, .slick_next {
	    width: 10px;
	    /*background-size: 80px;*/
	}
	h2 {
		font-size: 16px;
	    margin-bottom: 20px;
	}
	h2._35 {
	    font-size: 18px;
	}
	h3 {
	    font-size: 18px;
	    line-height: 24px;
	}
	.card-header {
	    font-size: 18px;
	}
	.full_img.short:before {
	    padding-top: 150px;
	}
	.full_img.short .text {
	    bottom: 20px;
	}
	.full_img.short h1 {
	    font-size: 16px;
	}
	input, .custom_select {	    
	    height: 35px;
	    margin-bottom: 10px;
	    padding-left: 15px;
	    font-size: 10px;
	}
	.custom_select select{
		padding: 0px;
	}
	.custom_select:before {
	    width: 7px;
	    right: 15px;
	    background-size: 7px;
	}
	.footer_nav ._2lines {
	    padding-top: 3px;
	}
	._360_degrees span {
	    font-size: 18px;
	}
	.btn_contact{
		top: 13px;
		right: 60px;
		font-size: 12px;
	}
	#carousel_videos{
		margin: 0 -10px;
	}
	#videos_arrows {
		padding: 0!important;
	}


}





.navbar .menu {
    overflow-y: auto;
    overflow-x: hidden;
}
.nav-item {
	width: 25%;
	width: 20%;
	padding: 5px;
}
.navbar-nav {
    position: relative;
    top: auto;
    transform: translateY(0%);
    min-height: 100%;
    display: flex;
    align-items: center;
	justify-content: center;
	font-size: 16px;
	margin: 0;
	left: 0;
}
.navbar-nav .col-sm-10 {
	max-width: 1200px;
	margin: 200px 0;
	padding: 0 40px;
	left: auto!important;
    transform: translateX(0%)!important;
}

@media (max-width: 992px){
	.nav-item {
		width: 20%;
	}
	.navbar-nav {		
		font-size: 14px;
	}
	.navbar-nav .col-sm-10 {
		margin: 100px 0;		
	}
}

@media (max-width: 576px){
	.navbar-nav {
		font-size: 10px;
	}
	.nav-item {
		width: 33.333%;	
	}
	.navbar-nav .col-sm-10 {
		margin: 70px 0;
		padding: 0 10px;
	}
}