
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

body, html{ height: 100%; }
body{ font-family: "Montserrat",sans-serif; overflow: hidden; }
h1, .h1{ font-size: 3rem; font-weight: 500; line-height: 1.25; }
/*h1 span{ font-size: 3rem; font-weight: 500; line-height: 1; }*/
h2, .h2{ font-size: 2.5rem; font-weight: 500; line-height: 1.25; }
h3, .h3{ font-size: 2.0rem; font-weight: 500; line-height: 1.25; }
h4, .h4{ font-size: 1.10rem; font-weight: normal; line-height: 1.25; }

.section{ padding: 100px 0; }
footer{ padding: 50px 0; padding-bottom: 0; }

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 98% !important;
}

.bg-white{ background-color: #FFFFFF; }

.title{ font-family: "Playfair Display",serif; font-size: 2.0rem; }
.subtitle{ font-family: "Playfair Display",serif; font-size: 1.75rem; }

.box-title{
	position: relative;
	/*background-color: rgb(255,255,255, 1);*/
	padding: 15px;
	padding-left: 0px;
	padding-bottom: 5px;
	/*border-bottom: 2px solid #FFFFFF;*/
	margin-bottom: 10px;
	display:none;
}
.box-title:before{
	/*
	content: "";
	position: absolute;
	width: 500px;
	height: 1px;
	bottom: 0px;
	left: 0;
	background-color: #FFFFFF !important;
	background: linear-gradient(to right, red, orange);
	background: linear-gradient(to right, white, #5b6178);
	*/
}


.main{
	position: relative;
	height: auto;
	/*min-height: 100%;*/
	background: #cfcfcf;
	/*padding-bottom: 90px;*/
	height: calc(100vh - 90px);
	/*height: calc(100vh - 145px);*/
}
.main {
    position: relative;
    height: auto;
    /* min-height: 100%; */
    background: #747783;
    /* padding-bottom: 90px; */
    height: calc(100vh - 90px);
    /* height: calc(100vh - 145px); */
    padding-bottom: 55px;
}
/*body.home .main {*/
    /*position: relative;*/
    /*height: auto;*/
    /*height: calc(100vh - 90px);*/
/*}*/
.main.bg{
	overflow: hidden;
	background-image: url('../images/bg/praia-1.jpeg');
	background-image: url('../images/bg/7J8A9173---1280x926-px-min.jpg'); 
	background-image: url('../images/bg/Quakuta---A-min.jpg');
	/*background-image: url('../images/bg/IMG_4174.00_00_45_11.Quakuta fotodro010-min.jpg');*/
	background-position: center;
	background-size: cover;
	/*border: 1px dotted red;*/
	height: calc(100vh - 0px);
}
.overlay{
	display:none !important;
	position: absolute;
	z-index: 1;
	background-color: rgb(0 0 0 / 20%);	
	background-color: rgb(255 255 255 / 20%);
    width: 100%;
    height: 100%;
}
.overlay-faixa{
	position: absolute;
	z-index: 2;
    width: 100%;
    height: 32%;
	background-color: rgb(91 97 120);
	background-image: url('../images/bg/praia-1.jpeg'); 
	background-position: center;
	background-size: cover;
	display:none;
}
.overlay-faixa .overlay-bg{
	position: absolute;
    width: 100%;
    height: 100%;
	background-color: rgb(91 97 120 /85%);
}
.main .content{ 
	position: relative; 
	z-index: 21; /*padding-top: 75px;*/ 
	height: 100%;
}

.content-text{ 
	padding: 15px 0px; 
	height: 100%;
	display: flex;
}

header {
    position: relative;
    width: auto;
    left: 0;
    right: 0;
    display: block;
    padding-top: 0;
    z-index: 9999;
    border-bottom: 1px solid rgba(255,255,255,.4);
	/*background-color: rgb(70 73 90 / 30%);*/
	/*background-color: rgb(0 0 0 / 30%);*/
	background-color: #d7d7d7;
	background-color: #5b6178;
	background-color: rgb(70 73 90 / 75%);
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
	padding: 3px 0;
	height: 90px;
	/*background: linear-gradient(to right,#474747 0%,#a0a0a0 100%);*/

	background-color: rgb(31 37 68 / 75%) !important; 
	background-color: rgb(167 1 9) !important; 
	background-color: rgb(60 60 60) !important;
	border: 0 !important; 
	border-top: 6px solid #c46b17 !important;
	padding: 0 !important; 
	padding-bottom: 6px !important;
}
body.home header {
	position: fixed;
	/*background-color: rgb(255 255 255 / 0%) !important;	*/
}

nav.navigation-main {
    position: relative;
    z-index: 999;
}
nav.navigation-main .navigation-block {
    display: block;
}
nav.navigation-main .logo {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    /*width: 150px;*/
    /*height: 113px;*/
	height: 100%;
    z-index: 9;
}
nav.navigation-main .logo img {
    width: auto;
    height: 100%;
}
nav.navigation-main .navigation-block>ul.navigation-left {
    float: left;
}
nav.navigation-main .navigation-block ul {
    margin: 0;
    padding: 0;
}
nav.navigation-main .navigation-block>ul>li {
    float: left;
    display: block;
}
nav.navigation-main .navigation-block ul li {
    list-style-type: none;
}
nav.navigation-main .navigation-block>ul>li:first-child>a {
    padding-left: 0;
}
nav.navigation-main .navigation-block ul li>a {
    color: #fff;
}
nav.navigation-main .navigation-block ul li a {
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 500;
}



	header .navbar {
		padding-top: 0.4rem !important;
		padding-bottom: 0rem !important;
	}
	header .box-navigation{
		position: relative;
		z-index: 999;
	}
	header .box-navigation .logo {
		position: relative;
		width: auto !important;
		/*-moz-transform: translateX(-50%);*/
		/*-ms-transform: translateX(-50%);*/
		/*-o-transform: translateX(-50%);*/
		/*-webkit-transform: translateX(-50%);*/
		/*transform: translateX(-50%);*/
		/*position: absolute;*/
		/*bottom: 0;*/
		/*left: 50%;*/
		/*width: 150px;*/
		height: 60px;
		/*z-index: 9;*/
	}
	header .box-navigation .logo img{
		height: 100%;
	}
	header .box-navigation .navbar ul li {
		padding-right: .1rem;
		padding-left: .10rem;
	}
	header .box-navigation .navbar ul li a{
		position: relative;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: 500;
		color: #FFFFFF;
	}
	header .box-navigation .navbar ul li a:hover{
		text-shadow: 0 0 10px white;
		color: #000000;	
	}
	header .box-navigation .navbar ul li a:before{ 
		content: "";
		position: absolute;
		height: 100%;
		bottom: 0px;
		left: 0;
		right: 100%;
		z-index: -1;
		background-color: #FFFFFF !important;
		background-color: rgb(255 255 255 / 80%) !important;

		-webkit-transition-property: right;
		transition-property: right;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;

		border-radius: .25rem;
	}
	header .box-navigation .navbar ul li.active a, 
	header .box-navigation .navbar ul li.active a:hover{
		color: #000000;	
	}
	header .box-navigation .navbar ul li.active a:before,
	header .box-navigation .navbar ul li a:hover:before{ 
		right: 0;
	}



	
	/*ul.primary-menu > li.MeuEstilo a:before{ background: var(--meuestilo) !important; }*/
	/*ul.primary-menu > li.MeuEstilo a:hover:before{ background: var(--meuestilo) !important; }*/

	header .box-navigation .navbar ul li .dropdown-menu a{
		color: #000000;
	}
	header .box{
		color: #FFFFFF;
		font-size: 11px;
		text-transform: uppercase;	
		padding: 0px;
	}
	header .box .icon-link{ 
		color: #FFFFFF;
		display: inline-block;
		font-size: 1.5rem;
		text-transform: uppercase;
		padding-left: 15px;
	}

	.box-itens-menu{ display: block; }
	.bar-responsive{ display:none; }

	/*nav.navigation-main .navigation-block>ul>li:first-child>a {*/
		/*padding-left: 0;*/
	/*}*/



	.iframe-youtube {
		width: 100%;
		height: 400px;
	}


	.box-logo-index{ 
		display: flex !important;
		display: none !important;
		position: relative;
		z-index: 10;
		height: 100%; 
	}


	.booking-inline{
		z-index: 20;
		position: fixed;
		bottom: 0;
		padding: 15px 0;
		background: rgb(71 71 89 / 80%);
		border-top: 1px solid rgba(255,255,255,.4);
		width: 100%;
		color: #FFFFFF;
	}
	.row-itens{ width: 85%; margin: 0 0; }
	.row-itens .item{ padding: 0 4px; width: 20%; }


	/* SOBRE NOS */
		.box-sobre-flex{ border-radius: .15rem; }
		.box-sobre-flex .item{ width: 50%; height: auto; min-height: 400px; }
		.box-sobre-flex .item.iframe{ width: 40%; background-color: rgb(255,255,255, 1); padding-left: 30px; }
		.box-sobre-flex .item.infos{  width: 60%; padding: 15px 50px; background: white; }
		.box-sobre-flex .item.infos .text{ padding: 0px 0px; color: #222; }
		.box-sobre-flex .item.infos .text p{ color: #222; font-weight: normal; font-size: .83rem; margin-bottom: .5rem; }


	/* LOCALIZACAO */
		.box-local-flex{ border-radius: .15rem; }
		.box-local-flex .item{ width: 50%; height: auto; min-height: 400px; }
		.box-local-flex .item.iframemapa{ width: 40%; background-color: rgb(255,255,255, 1); padding-left: 30px; }
		.box-local-flex .item.infos{  width: 60%; padding: 15px 50px; background: white; }
		.box-local-flex .item.infos .text{ padding: 0px 0px; color: #222; }
		.box-local-flex .item.infos .text p{ color: #222; font-weight: normal; font-size: .83rem; margin-bottom: .5rem; }




	/* ACOMODAÇÕES */
		.box-studio-flex{
			/*border: 1px solid #f0f0f0;*/
			border-radius: .15rem;
			/*-webkit-box-shadow: 5px 5px 3px -2px #f0f0f0; */
			/*box-shadow: 5px 5px 3px -2px #f0f0f0;*/
		}
		.box-studio-flex .item{ width: 50%; height: auto; min-height: 400px; }
		.box-studio-flex .item.image{ background-color: #5b6178; }
		.box-studio-flex .item.iframe{ background-color: rgb(255,255,255, 1); padding-left: 30px; }
		.box-studio-flex .item.infos{ padding: 30px 50px; background: white; }
		.box-studio-flex .item.infos .text{ padding: 30px 0px; color: #222; }
		.box-studio-flex .item.infos .text p{ color: #222; font-weight: lighter; }




		.box-studio-content .options{
			/*border-top: 1px solid #e7e7e7;*/
			/*border-bottom: 1px solid #e7e7e7;*/
			padding: 20px 0;
			font-size: .70rem;
			font-weight: normal;
		}
		.box-studio-content .options figure{
			position: relative;
			margin: 0;
			text-align: center;
			width: 130px;
			padding: 12px;
			background: #4d5365;
			background: rgb(77 83 101 / 80%);
			color: white;
			font-size: 0.75rem;
			box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
		}
		.box-studio-content .options figure:hover{
			background: rgb(255 255 255 / 80%);
			color: #4d5365;
		}
		.box-studio-content .options figure i{
			display: block;
			text-align: center;
			font-size: 2.5rem !important;
			color: #FFFFFF;
		}
		.box-studio-content .options figure:hover i{
			color: #4d5365;
		}

		.box-studio-content .options figure:after,
		.box-studio-content .options figure:before{
			position: absolute;
			content: "";
			height: 20px;
			width: 20px;
			border: 2px solid #FFFFFF;
			border: 2px solid #4d5365;
			opacity: 0;
			-ms-filter: "alpha(opacity=0)";
			-webkit-transition: all .4s ease;
			transition: all .4s ease;
		}
		.box-studio-content .options figure:before{
			top: 0;
			left: 0;
			border-bottom: 0;
			border-right: 0;
		}
		.box-studio-content .options figure:after{
			bottom: 0;
			right: 0;
			border-top: 0;
			border-left: 0;
		}
		.box-studio-content .options figure:hover:after,
		.box-studio-content .options figure:hover:before{
			opacity: 1;
			-ms-filter: "alpha(opacity=100)";
		}




		/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
		.box-inner-video{
			position: relative;
			margin: 0px;
		}
		.box-inner-video:before{
			content: '';
			position: absolute;
			top: -10px;
			left: -10px;
			width: calc(100% + 20px);
			height: calc(100% + 20px);
			border: 1px solid rgb(255 255 255 / 20%);
			border: 1px solid rgb(246 178 4 / 20%);
			border-radius: 0.5rem;
		}
		.box-inner-video.white:before{
			border: 1px solid rgb(255 255 255 / 20%);
		}
		.box-video-principal{
			position: relative;
			object-fit: cover;
			max-width: 100%;
			width: auto;
			margin: 0 auto;
			line-height: 1;
			border: none;
			height: 350px;
			display: block;
			z-index: 1;
		}
		.box-video{
			position: relative;
			object-fit: cover;
			max-width: 100%;
			width: 100%;
			margin: 0;
			line-height: 1;
			border: none;
			height: 380px;
			display: block;
			z-index: 1;
		}

		.capa-video{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			-webkit-background-size: cover;
			background-size: cover;
			background-position: 50%;
			z-index: 10;
		}

		.play-now{
			position: absolute;
			left: 50%;
			top: 50%;
			display: block;
			border-radius: 50%;
			z-index:10;
			width:60px;
			height:60px;
			-webkit-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
			transform-origin: center center;    
		}

		.play-now .icon{
			position: absolute;
			left: 50%;
			top: 50%;
			height: 65px;
			width: 65px;
			text-align: center;
			line-height: 65px;
			background-color: #f86a28;
			background-color: #000000;
			/*246, 178, 4,*/
			color: #ffffff;
			z-index: 1;
			font-size: 20px;
			padding-left: 5px;
			display: block;
			
			-webkit-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
			-webkit-transform-origin:center;
			transform-origin: center center; 

			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			-ms-border-radius: 50%;
			-o-border-radius: 50%;
			border-radius: 50%;
			-webkit-box-shadow: 0 5px 15px 0 rgba(246, 178, 4, 0.1);
			-moz-box-shadow: 0 5px 15px 0 rgba(246, 178, 4, 0.1);
			-ms-box-shadow: 0 5px 15px 0 rgba(246, 178, 4, 0.1);
			-o-box-shadow: 0 5px 15px 0 rgba(246, 178, 4, 0.1);
			box-shadow: 0 5px 15px 0 rgba(246, 178, 4, 0.1);
			 /*246 178 4*/

		}

		.play-now .ripple,
		.play-now .ripple:before,
		.play-now .ripple:after {
			display: none;
			position: absolute;
			top: 50%;
			left: 50%;
			height: 65px;
			width: 65px;

			-webkit-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
			-webkit-transform-origin:center;
			transform-origin: center center; 
		  
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			-ms-border-radius: 50%;
			-o-border-radius: 50%;
			border-radius: 50%;
			
			-webkit-box-shadow: 0 0 0 0 rgba(246, 178, 4, .3);
			-moz-box-shadow: 0 0 0 0 rgba(246, 178, 4, .3);
			-ms-box-shadow: 0 0 0 0 rgba(246, 178, 4, .3);
			-o-box-shadow: 0 0 0 0 rgba(246, 178, 4, .3);
			box-shadow: 0 0 0 0 rgba(246, 178, 4, .3);
			
			-webkit-animation: ripple 3s infinite;
			-moz-animation: ripple 3s infinite;
			-ms-animation: ripple 3s infinite;
			-o-animation: ripple 3s infinite;
			animation: ripple 3s infinite;
		}

		.play-now .ripple:before {
			-webkit-animation-delay: .9s;
			-moz-animation-delay: .9s;
			-ms-animation-delay: .9s;
			-o-animation-delay: .9s;
			animation-delay: .9s;
			content: "";
			position: absolute;

		}

		.play-now .ripple:after {
			-webkit-animation-delay: .6s;
			-moz-animation-delay: .6s;
			-ms-animation-delay: .6s;
			-o-animation-delay: .6s;
			animation-delay: .6s;
			content: "";
			position: absolute;

		}

		@-webkit-keyframes ripple {
			70% {box-shadow: 0 0 0 40px rgba(246, 178, 4, 0);}
			100% {box-shadow: 0 0 0 0 rgba(246, 178, 4, 0);}
		}

		@keyframes ripple {
			70% {box-shadow: 0 0 0 40px rgba(246, 178, 4, 0);}
			100% {box-shadow: 0 0 0 0 rgba(246, 178, 4, 0);}
		}
		/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */






	.float {
		font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
		position: fixed;
		bottom: 105px;
		right: 8px;
		margin-right: 1%;
		z-index: 1000;
		color: #FFFFFF;
	}
	.float a{ color: #FFFFFF; text-decoration: none !important; }
	.float a:hover{ text-decoration: none !important; }
	/*.float .btn-floating {*/
		/*width: 50px !important;*/
		/*height: 50px !important;*/
		/*text-align: center;*/
		/*font-size: 1.5em !important;*/
		/*background-color: #34af23 !important;*/
		/*line-height: 50px;*/
		/*box-shadow: none !important;*/
		/*border-radius: 50%;*/
	/*}*/
	.float .btn-floating {
		width: 50px !important;
		height: 50px !important;
		text-align: center;
		font-size: 1.5em !important;
		background-color: #34af23 !important;
		line-height: 1;
		box-shadow: none !important;
		border-radius: 50%;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}
	.float p {
		font-size: .7em;
		margin: 0;
		line-height: 1.25em;
		margin-bottom: 0em;
		display: none;
		color: #FFFFFF;
	}
	.float strong {
		font-weight: normal !important;
		display: none;
	}
	@media (min-width: 993px){
		.float .btn-floating {
			width: 200px !important;
			height: auto !important;

			width: 70px !important;
			height: 70px !important;

			border-radius: 50% !important;
			font-size: 1.1em !important;
			padding: 10px 15px;
			/*line-height: 20px;*/
			box-shadow: none !important;
			/*padding: 20px 20px 12px 20px;*/
		}
		.float p, .float strong {
			display: block;
		}
		.float svg {
			float: left;
			margin-right: -5px;
			margin-top: 0;
			margin-left: 0;
		}
	}
	.svg-inline--fa {
		display: inline-block;
		font-size: inherit;
		height: 2.5rem;
		overflow: visible;
		vertical-align: -.125em;
	}
	svg:not(:root).svg-inline--fa {
		overflow: visible;
	}
	.svg-inline--fa.fa-w-14 {
		width: 2.5rem;
	}
	.waves-effect {
		position: relative;
		cursor: pointer;
		display: inline-block;
		overflow: hidden;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: transparent;
		vertical-align: middle;
		z-index: 1;
		-webkit-transition: .3s ease-out;
		transition: .3s ease-out;
	}
	.pulse {
		overflow: initial;
		position: relative;
	}
	.pulse::before {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: inherit;
		border-radius: inherit;
		-webkit-transition: opacity .3s, -webkit-transform .3s;
		transition: opacity .3s, -webkit-transform .3s;
		transition: opacity .3s, transform .3s;
		transition: opacity .3s, transform .3s, -webkit-transform .3s;
		-webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
		animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
		z-index: -1;
	}
	@-webkit-keyframes pulse-animation{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}100%{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes pulse-animation{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}100%{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}.picker{font-size:16px;text-align:left;line-height:1.2;color:#000000;position:absolute;z-index:10000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none}.picker__input{cursor:default}.picker__input.picker__input--active{border-color:#0089ec}.picker__holder{width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}







	/* STUDIOS */
		.stretcher-wrapper {
			padding-bottom: 0;
			border-top: 1px solid #eee;
			border: 0 !important;
			height: inherit;
		}

		.stretcher-wrapper.stretcher-wrapper-noheader {
			padding-top: 0
		}

		.stretcher-wrapper .section-header {
			background-color: #fff;
			position: relative
		}

		.stretcher-wrapper .section-header:before {
			content: '';
			position: absolute;
			border-width: 20px 20px 0 20px;
			border-style: solid solid solid solid;
			border-color: #fff transparent #fff;
			bottom: -15px;
			left: 50%;
			z-index: 2;
			-moz-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			-o-transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			transform: translateX(-50%)
		}

		.stretcher-wrapper .stretcher {
			position: relative;
			width: 100%;
			height: auto;
			overflow: hidden;
			font-size: 0;
			margin: 0;
			padding: 0
		}

		.stretcher-wrapper .stretcher .stretcher-item {
			position: relative;
			background-size: cover;
			background-position: center;
			display: block;
			width: 100%;
			height: 30vh;
			height: 62vh;
			overflow: hidden;
			-moz-transition: width .5s;
			-o-transition: width .5s;
			-webkit-transition: width .5s;
			transition: width .5s
		}

		.stretcher-wrapper .stretcher .stretcher-item>a {
			position: absolute;
			width: 100%;
			height: 100%;
			-moz-transform: translate3d(0, 100%, 0);
			-ms-transform: translate3d(0, 100%, 0);
			-o-transform: translate3d(0, 100%, 0);
			-webkit-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
			z-index: 99
		}

		.stretcher-wrapper .stretcher .stretcher-item:hover>a {
			-moz-transform: translate3d(0, 0, 0);
			-ms-transform: translate3d(0, 0, 0);
			-o-transform: translate3d(0, 0, 0);
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0)
		}

		.stretcher-wrapper .stretcher .stretcher-item.more {
			background-color: #002639;
			position: relative;
			height: 100px
		}

		.stretcher-wrapper .stretcher .stretcher-item.more a {
			position: absolute;
			width: 100%;
			height: 100%
		}

		.stretcher-wrapper .stretcher .stretcher-item.more .more-icon {
			font-size: 70px;
			color: #fff;
			position: absolute;
			left: 50%;
			top: 50%;
			-moz-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			-o-transform: translate(-50%, -50%);
			-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%)
		}

		.stretcher-wrapper .stretcher .stretcher-item.more .more-icon,
		.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span {
			-moz-transition: all .5s;
			-o-transition: all .5s;
			-webkit-transition: all .5s;
			transition: all .5s
		}

		.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span {
			display: inline-block
		}

		.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:before,
		.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:after {
			position: absolute;
			left: 50%;
			top: 50%;
			-moz-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			-o-transform: translate(-50%, -50%);
			-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			-moz-transition: all .5s;
			-o-transition: all .5s;
			-webkit-transition: all .5s;
			transition: all .5s;
			white-space: nowrap
		}

		.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:before {
			content: attr(data-title-show);
			opacity: 0;
			font-size: 16px
		}

		.stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:after {
			content: attr(data-title-hide);
			opacity: 1
		}

		.stretcher-wrapper .stretcher .stretcher-item.more:hover .more-icon span:before {
			opacity: 1
		}

		.stretcher-wrapper .stretcher .stretcher-item.more:hover .more-icon span:after {
			opacity: 0
		}

		@media(min-width:992px) {
			.stretcher-wrapper .stretcher .stretcher-item.more,
			.stretcher-wrapper .stretcher .stretcher-item.more.inactive {
				width: 8%
			}
			.stretcher-wrapper .stretcher .stretcher-item.more.active {
				width: 28%
			}
			.stretcher-wrapper .stretcher .stretcher-item.more.more {
				height: 100%
			}
		}

		.stretcher-wrapper .stretcher .stretcher-item.inactive,
		.stretcher-wrapper .stretcher .stretcher-item.active {
			width: 100%
		}

		@media(min-width:992px) {
			.stretcher-wrapper .stretcher .stretcher-item {
				width: 25%;
				height: 100%;
				display: inline-block
			}
			.stretcher-wrapper .stretcher .stretcher-item.inactive {
				width: 20%
			}
			.stretcher-wrapper .stretcher .stretcher-item.active {
				width: 40%
			}
		}

		.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo {
			background-color: rgba(0, 72, 108, .8);
			background-color: rgb(196 107 23 / 80%);
			opacity: 1;
			position: absolute;
			width: 100%;
			height: 100%;
			-moz-transition: opacity .2s;
			-o-transition: opacity .2s;
			-webkit-transition: opacity .2s;
			transition: opacity .2s;
			font-size: initial;
			color: #fff
		}

		.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo img,
		.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text {
			position: absolute;
			left: 50%;
			top: 50%;
			-moz-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			-o-transform: translate(-50%, -50%);
			-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%)
		}

		.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text {
			text-align: center
		}

		.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text .f-icon {
			font-size: 100px
		}

		.stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text .text-intro {
			display: block
		}

		.stretcher-wrapper .stretcher .stretcher-item:hover .stretcher-logo {
			opacity: 0
		}

		.stretcher-wrapper .stretcher .stretcher-item .stretcher-slider{ 
			display:none;
			position: relative;
			height: 100%;
			background: #4f5466;
			text-align: center;	
		}
		.stretcher-wrapper .stretcher .stretcher-item.active .stretcher-slider{ display:block; }
		/*.stretcher-wrapper .stretcher .stretcher-item.active .stretcher-slider img{ */
			/*width: auto; */
			/*max-width: 100%;*/
			/*height: auto;*/
			/*max-height: 100%;*/
		/*}*/
		.stretcher-slider .item .item-bg{
			background: none; 
		}
		.stretcher-slider .item .item-bg{
			height: 100% !important; 
			width: 100% !important; 
			background-size: cover; 
			background-position: center;	
		}
		.stretcher-slider .item .item-bg img{ display: none !important; }

		.stretcher-wrapper .stretcher .stretcher-item figure {
			background-color: rgba(0, 38, 57, .3);
			/*background-color: rgba(0, 38, 57, 1);*/
			color: #fff;
			position: absolute;
			z-index: 9;
			font-size: initial;
			padding: 20px 10px;
			padding-right: 100px;
			width: 100%;
			left: 0;
			bottom: 0;
			-moz-transform: translate3d(0, 100%, 0);
			-ms-transform: translate3d(0, 100%, 0);
			-o-transform: translate3d(0, 100%, 0);
			-webkit-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
			-moz-transition: all .5s;
			-o-transition: all .5s;
			-webkit-transition: all .5s;
			transition: all .5s;
			margin: 0;
		}

		.stretcher-wrapper .stretcher .stretcher-item figure figcaption {
			white-space: normal;
			font-size: .7rem;
			line-height: 1.6;
		}

		.stretcher-wrapper .stretcher .stretcher-item figure h4 {
			margin-bottom: 10px;
		}

		@media(min-width:992px) {
			.stretcher-wrapper .stretcher .stretcher-item figure {
				padding: 20px 30px;
				padding-right: 100px;
			}
		}

		.stretcher-wrapper .stretcher .stretcher-item:hover figure {
			-moz-transform: translate3d(0, 0, 0);
			-ms-transform: translate3d(0, 0, 0);
			-o-transform: translate3d(0, 0, 0);
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0)
		}

		@media(min-width:992px) {
			.stretcher-wrapper .stretcher {
				/*height: 450px;*/
				height: inherit;
				white-space: nowrap
			}
			.stretcher-wrapper.stretcher-wrapper-frontpage .stretcher {
				height: 100vh
			}
			.stretcher-wrapper.stretcher-wrapper-frontpage .stretcher .stretcher-item figure {
				bottom: 20%;
				-moz-transform: translate3d(-100%, 0, 0);
				-ms-transform: translate3d(-100%, 0, 0);
				-o-transform: translate3d(-100%, 0, 0);
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
				overflow: hidden;
				padding: 50px 30px
			}
			.stretcher-wrapper.stretcher-wrapper-frontpage .stretcher .stretcher-item:hover figure {
				-moz-transform: translate3d(0, 0, 0);
				-ms-transform: translate3d(0, 0, 0);
				-o-transform: translate3d(0, 0, 0);
				-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0)
			}
		}



.mouse-drag *, 
.tns-outer,
.tns-ovh,
.tns-inner,
.tns-slider,
.tns-slider,
.tns-item{ height: 100%; }
.mouse-drag img{ 
	width: auto; 
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

	.customize-tools{ position: absolute; top: 50%; width: 100%; height: 30px; background-color: rgb(255,255,255,.5); }
	.customize-tools *{ height: 30px; }
	.customize-tools a{ position: relative; display: block; height: 30px; }

	.nav-fix{
		position: absolute;
		z-index: 99999;
		width: 100px;
		height: 100%;
		top: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
	}
	.nav-fix.nav-prev{ left: 10px; }
	.nav-fix.nav-next{ right: 10px; }
	.nav-fix a{ font-size: 2.5rem; color: rgb(255,255,255, .5); }
	.nav-fix a:hover{ color: rgb(255,255,255, 1); }

	/*
	.controls { text-align: center; }
	.controls li {
	  display: block;
	  position: absolute;
	  top: 50%;
	  height: 60px;
	  line-height: 60px;
	  margin-top: -30px;
	  padding: 0 15px;
	  cursor: pointer;
	  transition: background 0.3s;
	}
	.controls li img { display: inline-block; vertical-align: middle; }
	.controls .prev { left: 0; }
	.controls .next { right: 0; }
	.controls li:hover { background: #f2f2f2; }

	.tns-controls { text-align: center; margin-bottom: 10px; }
	.tns-controls [aria-controls] {
	  font-size: 15px;
	  margin: 0 5px;
	  padding: 0 1em;
	  height: 2.5em;
	  color: #000;
	  background: #66CCFF;
	  border-radius: 3px;
	  border: 0;
	}
	.lt-ie9 .tns-controls > [aria-controls] {
	  line-height: 2.5em;
	}
	[data-action] {
	  display: block;
	  margin: 10px auto;
	  font-size: 17px;
	  min-width: 3em;
	  text-align: center;
	  background: transparent;
	  border: 0;
	}
	.tns-controls [disabled] { 
	  color: #999999;
	  background: #B3B3B3; 
	  cursor: not-allowed !important;
	}
	.tns-nav {
	  text-align: center;
	  margin: 10px 0;
	}
	.tns-nav > [aria-controls] {
	  width: 9px;
	  height: 9px;
	  padding: 0;
	  margin: 0 5px;
	  border-radius: 50%;
	  background: #ddd;
	  border: 0;
	}
	.tns-nav > .tns-nav-active { background: #999; }
	*/
