@font-face {
font-family: 'Valencia';
/*font-family: 'Valencia';*/
font-style: normal;
font-weight: normal;
src: url('../webfont_files/Valencia.otf') format('opentype');
src: url('../webfont_files/Valencia.woff') format('woff');
}
a:focus,
a:hover{
	outline: none;
	text-decoration: none;
}
#transcroller-body{
	overflow: hidden;
}
#acp-toggle-toolbar {
    top: inherit !important;
    bottom: 15px !important;
    left: 15px !important;
    width: 55px;
    height: 55px;
}
/* col-xs */
@media(max-width:767px){
	#acp-toggle-toolbar {
		display: none;
	}
}
.container-fluid,
.img-bg{
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.container-fluid{
	padding: 80px 15px;
}
.no-padding{
	padding: 0 15px !important;
}
.txt{
	margin: 30px auto;
	line-height: 1.7;
}

.whitebg{
	background: #fff;
}
.opacity_elem{
	opacity: 0;
}
.whitxt{
	color: #fff !important;
}

/* col-xs */
@media(max-width:767px){
	.container-fluid{
		padding: 50px 15px;
	}
	body{
		font-size: 16px;	
	}
}


.global-list{
	padding: 0;
	list-style: none;
}
.global-list li{
	display: inline-block;
}


/*
 * contact us forms
 */

#contact-form{
	margin: 0 auto;
}


.form-group {
    margin-bottom: 0;
}
#contact-form .form-control {
    border-radius: 0 !important;
	padding: 15px;
    min-height: 55px;
    width: 100%;
    font-weight: 400;
	border: none;
    margin: 5px auto 15px;
    background-color: #fff;
    box-shadow: none;
	
}

button, input, optgroup, select, textarea{
	font-family: 'Montserrat', sans-serif !important;
}
.terms label{
	font-weight: 400;
	font-size: 14px;
}
span.wpcf7-list-item {
    margin: 0 0 0 0;
}
.send_btn{
	display: block;
	width: 100%;
	max-width: 330px;
	margin: 4px 0 15px;
}

#contact-form .form-control:focus,
.form-control:focus,
.wpcf7-submit:focus,
#contact-form .btn:focus{
	box-shadow: none !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none  !important;
	outline:none !important;
}
#contact-form .form-control:focus,
.form-control:focus{
	background-color: #e4e4e4;
}
.MessageSent #contact-form { 
	visibility: hidden;
	width: 0;
    display: none;
}
.wpcf7-response-output {
    display: none !important;
}
.tnx{
	margin: 20px auto;
}


#wpcf7-f269-o1 .terms label{
	color: var(--txt);
}
#wpcf7-f269-o1 input[type=checkbox]:checked + .wpcf7-list-item-label::before{
	color: var(--txt);
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
	margin: -17px 0 5px;
}

#map{
	height: 505px;
}
/* col-xs */
@media(max-width:767px){
	.page-template-contact .npt_xs{
		padding-top: 0;
	}
	.page-template-contact h3.main_title{
		margin-top: 40px;	
	}
	
	 #contact-form{
		width: 100%;
		 max-width: 400px;
		 margin: 0;
	}
	
	#map{
		height: 320px;
	}
	
}
@media(max-width:991px){
	#open_form{
		display: none;
	}
	.map_title{
		margin: 0 auto 50px;
	}
}

/* col-sm */
@media(min-width:500px){
	#contact-form{
		width: 380px;
		margin: 0;
	}
}
@media(min-width:992px){
	
	#open_form{
		position: fixed;
		left: 20px;
		bottom: 20px;
		z-index: 3;
	}
	#contact-form{
		width: 450px;
	}
}

#open_form img{
	-webkit-animation: wiggle 1.5s infinite;
	-moz-animation: wiggle 1.5s infinite;
	animation: wiggle 1.5s infinite;
}

/* safari and chrome */
@-webkit-keyframes wiggle {
	0% {-webkit-transform:rotate(14deg);}
	50% {-webkit-transform:rotate(-14deg);}
	100% {-webkit-transform:rotate(14deg);}
}

/* firefox */
@-moz-keyframes wiggle {
	0% {-moz-transform:rotate(14deg);}
	50% {-moz-transform:rotate(-14deg);}
	100% {-moz-transform:rotate(14deg);}
}

/* anyone brave enough to implement the ideal method */
@keyframes wiggle {
	0% {transform:rotate(14deg);}
	50% {transform:rotate(-14deg);}
	100% {transform:rotate(14deg);}
}


/*
 ******************************************
 *   Rooms              *
 ******************************************
 */


.single_room ul.global_list li{
	vertical-align: bottom;
	margin: 0;
	width: 32%;
	display: inline-block;
	font-size: 20px;
}
.single_room ul.global_list li:nth-child(2){
	border-left: 1px solid rgba(0,0,0,.2);
	border-right: 1px solid rgba(0,0,0,.2);
}
.single_room ul.global_list li svg{
	margin: 10px 2px -10px;
}
.single_room ul .title{
	font-weight: 400;
	font-size: 18px;
	color: var(--txt);
	text-transform: uppercase;
	margin: 20px auto 0;
}
.single_room .container .sub_title{
    font-size: 35px;
    font-family: 'Valencia', sans-serif !important;
	margin: 0;
}
.more_btn{
	font-size: 16px;
	color: var(--txt);
	background:#08353b;
	display: block;
	margin: 15px auto 5px;
	padding: 19px 10px ;
	line-height: .4;
}
.owl-carousel{
	z-index: 0;
	
}

.single_room .container .amenities{
	text-align: left;
	background: #08353b;
	padding: 20px;
}
.single_room .container .amenities ul{
	padding: 0;
	font-size: 16px;
	list-style: none;
}
.send_btn,
.single_room .container .btn.main_btn{
	font-family: 'Valencia', sans-serif !important;
	font-size: 18px !important;
	text-transform: lowercase !important;
}
.single_room .container .btn.main_btn{
	display: inline-block;
    margin: 20px auto;
    z-index: 1;
}
.single_room .container .btn.main_btn{
	padding: 13px 27px;
    font-size: 18px !important;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase !important;
}
.breakfast{
	display: none !important;
	position: absolute;
	top: 43px;
	left: 4.5%;
	padding: 15px 50px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	background: var(--blue);
	text-transform: uppercase;
	z-index: 1;
    line-height: 1;
}
.home .breakfast{
	font-size: 26px;
	padding:15px 20px ;
}

.single_room .container .amenities ul li{
	line-height: 32px;
}

.single_room .container .amenities ul li span{
	display: inline-block;
	
}
.single_room .container .amenities ul li span:first-child{
	width: 8px;
}
.single_room .container .amenities ul li span.text_li{
	width: calc(100% - 13px);
}
@media(max-width:767px){
	.single_room ul.global_list li:nth-child(2) img{
		max-width: 80%;
	}	
	
}
@media(max-width:991px){
	.breakfast{
		display: none;
	}
	.single_room .container .sub_title{
		text-align: center;
		font-size: 24px;
		background: var(--main);
		width: 85%;
		margin: -50px auto 0;
		padding: 20px 10px;
	}
}


@media(min-width:992px){
	.single_room .container{
		background: var(--main);
		z-index: 1;
		transform: translateY(-100px);
		padding:  30px 60px;
	}
	
	
	.single_room .container .amenities ul{
		max-width: 650px;
		margin: 20px auto;
	}
	.single_room .container .amenities ul li{
		display: inline-block;
		width: 49%;
		vertical-align: top;
	}
}

@media(min-width:1200px){
	.single_room .container{
		padding: 40px 100px;
	}
	
	
}

.archive .dropdown {
    margin: 10px auto;
    max-width: 300px;
}
.archive .dropdown .dropdown-toggle {
	font-size: 18px;
    width: 260px;
    display: block;
    font-weight: 400;
    background: transparent;
    line-height: 1;
    border: 2px solid var(--txt);
    padding: 15px;
    margin: 0 auto;
}

.archive .dropdown .dropdown-toggle svg{
	vertical-align: top;
}
.archive .dropdown-menu {
    min-width: 230px;
}
/*
 ******************************************
 *   SPECIAL OFFERS              *
 ******************************************
 */
.inner_title{
	font-size: 24px;
	letter-spacing: 9px;
	text-transform: uppercase;
	font-weight: 900;
	transform: translateX(-10px);
}
.global_list.offers{
	max-width: 90%;
	margin: 50px auto;
}
.global_list{
	padding: 0;
}
.global_list.offers li{
	display: inline-block;
	margin: 10px;
	max-width: 32%;
}
.offer .wrap{
	background: var(--main);
	max-width: 90%;
    display: block;
    margin: 0 auto 0;
    z-index: 1;
    transform: translateY(-30%);
    padding:  19px;
    font-size: 16px;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
    transition: all 0.3s;
}
.offer .wrap .title{
	font-size: 30px;
	font-family: 'Valencia', sans-serif !important;
	margin: 0;
}
.offer .wrap .offer_btn{
	text-transform: uppercase;
	color: inherit;
	font-size: 13px;
	padding-bottom: 5px;
	border-bottom: 1px solid var(--txt);
}
.offer:hover .wrap{
	background: #0f2d31;
	color: #fff;
}
.offer:hover .offer_btn{
	border-bottom: 1px solid #fff;
}
.owl-theme .owl-dots .owl-dot span{
	background: #343b32;
}
.owl-theme .owl-dots {
	margin-bottom: 20px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #000;
}
.owl_offers{
	margin: 30px auto;
	
}
.owl-item .offer .wrap{
	margin-bottom: -15% !important; 
}
@media(max-width:767px){
	.owl-item .offer .wrap{
		text-align: center;
		transform: translateY(-15%);
		padding-left: 15px;
		padding-right: 15px;
		max-width: 85%;
	}
	
	.owl-item .wrap .title{
		margin: 0 auto;
	}
	
	.owl-item .offer{
		max-width: 430px;
		margin: 0 auto;
	}
	.global_list.offers .offer .wrap{
		padding:20px 10px;
		margin-bottom: -15%;
	}
	.global_list.offers li{
		display:block;
		margin: 10px auto;
		max-width: 396px;
	}
}

@media(min-width:1360px){
	.offer .wrap{
		font-size: 16px;
	}
}
@media(min-width:768px){
	.global_list.offers li{
		min-width: 396px;
	}
}

/*
 ******************************************
 *   About              *
 ******************************************
 */
.about_logo{
	max-width: 200px;
	margin: 0 0 30px ;
}
.about_inner_txt{
	line-height: 1.3;
	margin-bottom: 25px;
}
.images_wrap img:first-child{
	position: relative;
	float: right;
}
.epb{
	padding-bottom: 160px;
}
.images_wrap img:last-child{
	position: absolute;
	bottom: -95px;
	left: 0;
}

@media(min-width:992px){
	#location_div{
		position: absolute;
		left: 0;
		right: 0;
		z-index: 1;
	}
}
@media(max-width:767px){
	.images_wrap img{
		max-width: 60%;
	}
	.lpb{
		padding-bottom: 0;
		overflow: hidden;
	}
	.lpb img{
		min-width: 500px;
	}

}
@media (max-width:1699px) and (min-width:992px) {
	.lpb img{
		max-width: 60%;
	}
	
}


/*
 ******************************************
 *   Gallery               *
 ******************************************
 */

.contain {
	padding: 0;
 	display: flex;
}
.contain .box {
	width: calc(33% - 8px) ;
	float: left;
   	display: inline-block;
    margin: 0 15px 15px 0;
	text-align: center;
	position: relative;
	overflow: hidden;
  	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
    transition: all 0.3s;
}

#filter-menu {
	margin: 20px auto;
}
#filter-menu div{
	display: inline-block;
	position: relative;
	padding: 0 15px 15px;
}
#filter-menu div.item button{
	display:block;
	width: auto;
	background: transparent;
    border: none;
    padding: 0 ;
	position: relative;
	text-transform: capitalize;
}


.room_btn{
	width: auto;
	background: transparent;
    border: none;
    padding: 0 ;
	font-weight: 300;
	position: relative;
	display: inline-block;
	color: var(--txt);
	margin:10px 35px 15px 0; 
}

#filter-menu div.item button:focus{
	outline: none !important;
}
.room_btn:before,
#filter-menu div.item button:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: var(--sec);
    height: 2px;
    -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;
}
.room_btn:hover,
#filter-menu div.item button:hover,
#filter-menu div.item button.active{
	color:var(--sec);
}
.room_btn:hover:before, 
#filter-menu div.item button:hover:before, 
#filter-menu div.item button:focus:before, 
#filter-menu div.item button.active:before {
    right: 0;
}

.lg-icon {
    font-family: lg !important;
}

.gallery-img img{
	-webkit-transition: all .45s ease-in;
    transition: all .45s ease-in;
}
.gallery-img:hover .main_img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.owl-carousel.owl-drag .owl-item{
	overflow: hidden;
}
.gallery-img .overlay{
	background: rgba(222,161,133,.86);
    box-sizing: border-box;
    height: 66px;
    width: 66px;
    transition: opacity .45s ease-in-out;
    text-align: center;
    color: #fff;
    opacity: 0;
    top: 50%;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    padding: 10px;
}
.gallery-img:focus .overlay{
	opacity: 1;
}

.overlay img{
	width: auto !important;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

a.gallery-img:hover{
	cursor: pointer;
}

@media(max-width:767px){
	
	.owl-carousel .owl-item img{
		min-height: 150px;
		object-fit: cover;
		object-position: center;
	}
	.contain .box {
		width: calc(50% - 8px);
		
	}
	.contain .box:nth-child(2n)  {
		clear: none!important;
		margin-right: 0;
	}
	#filter-menu div.item .row-btn{
		display: inline-block;
		width: auto;
		padding: 0;
		line-height: 1;
		height: 25px;
	}
}

@media(min-width:768px){
	.contain .box:nth-child(3n)  {
		clear: none!important;
		margin-right: 0;
	}
	.gallery-img:hover .overlay{
		opacity: 1;
	}
	
	.room_btn_wrap{
		width: 80%;
		max-width: 750px;
		margin: 0 auto;
	}
}

.page-template-neighborhood  .border_btn{
	display: block;
	width: fit-content;
    margin: 20px auto 0;
}

.page-template-neighborhood .container-fluid.npb{
	padding-bottom: 0;
}

.page-template-neighborhood .container-fluid.npb .container{
	margin-bottom: 50px;
}
/*
Posters
* --------------------------------------- */

.owl-carousel .owl-item{
	overflow: hidden;
}

img {
    -webkit-transition: all .45s ease-in;
    transition: all .45s ease-in;
	border-radius: 0;
}

#carousel  .carousel_img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
    object-position: center;
}
#carousel .active .carousel_img {
    animation: scale_img 6.5s ease-in;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.home_poster{
	padding: 0 15px;
	perspective: 1px;
	transform-style: preserve-3d;
	height: 100vh;

}
@keyframes scale_img {
	0% {
		transform: scale(1);	
	}
	
	100% {
		transform: scale(1.3);	
	}
}

@media(min-width:768px){
	#carousel img{
		min-height: 500px;
		object-fit: cover;
		object-position: center;
	}
}
.home_poster .container,
.opacity_lay{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.main_poster  .container{
	position: absolute;
    top: 56%;
    left: 0;
    right: 0;
}
.main_poster .opacity_lay{
    background: rgba(8,20,21,0.4);
 	bottom: 0;
}

.home_poster .opacity_lay{
    background: -moz-linear-gradient(top, rgba(87,87,87,0.5) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(87,87,87,0.5) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(87,87,87,0.5) 0%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80575757', endColorstr='#80000000',GradientType=0 );
 	bottom: 0;
}

.home_poster .container{
	top: 50%;
	transform: translateY(-20%);
}
#offer{
	position: fixed;
    right: 20px;
    bottom: 20px;
	z-index: 2;
}
.bg_img{
	min-height: 400px;
	object-fit: cover;
	object-position: center center;
}

.home_poster .main_title{
	margin: 0 0 20px;
	font-size: 60px;
	color: #fff;
}
.home_poster img.stitle{
	margin: 0 17px;
}

@media(max-width:767px){
	.home_poster .container{
		transform: translateY(-50%);
	}
	.home_poster .main_title{
		font-size: 40px;
		max-width: 320px;
		margin: -20px 0 20px;
	}
	#offer{
		display: none;
	}
	.home_poster img.stitle{
		max-width: 83%;
		margin: 0 5px;
	}
	.page-template-gallery .bg_img{
		object-position: 7%;
	}
	.page-template-neighborhood .bg_img{
		object-position: 40%;
	}
	.post-type-archive-roompost .bg_img{
		object-position: 46%;
	}
}
@media (max-width:1199px) and (min-width:768px) {
	.home_poster .main_title{
		margin: -35px 0 20px;
				
	}
	.home_poster .container{
		transform: translateY(-40%);
	}
}
@media (max-width:1599px) and (min-width:768px) {
	#offer{
		max-width: 180px;
	}
}


/*
Home Page
* --------------------------------------- */
.home_logo{
	width: 90%;
	max-width: 800px;
	margin: 30px auto;
}

.hp_img_about{
	margin: 30px auto 60px;
}
.home_location #location_img{
	position: absolute;
    top: 50%;
    transform: translateY(-43.5%);
    max-height: 627px;
	left: -90px;
}
.home_location .main_title{
	margin-bottom: -45px;
    z-index: 1;
    position: relative;
}
.home_location .main_title,
.home_location .sub{
	padding-left: 35px;
	
}
#location_div h3{
	font-family: 'Valencia', sans-serif !important;
    margin: 0 0 30px;
	text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    
    display: block;
}
.home_location .sub{
	font-family: 'Valencia', sans-serif !important;
    margin: 0;
	text-transform: uppercase;
    font-weight: bold;
    font-size: 35px;
    
    display: block;
}
.home_location .sub{
	color: var(--sec);
	margin: 0 0 -15px;
}
.home_location .txt{
	font-family: 'Valencia', sans-serif !important;
}
.single_gallery{
	margin: 30px auto ;
}


.hsingle_room .single_gallery,
.home .single_gallery{
	margin-bottom:  0;
}
.owl-theme .owl-nav [class*=owl-]:hover,
.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    font-size: 30px;
    padding: 0;
    border-radius: 0;
    margin: 0;
	color: var(--txt);
    position: absolute;
    top: 50%;
	height: 20px;
    background: transparent;
    transform: translateY(-50%);
    opacity: 1;
}
.owl-next{
	right: -20px;	
}
.owl-prev{
	left: -20px;
}

.single_gallery{
	max-width: 95%;
}
.the_rooms .main_title{
	background: var(--main);
	padding: 50px 0 10px;
	max-width: 95%;
    margin: -110px auto 15px;
}



.home_location .txt{
	text-transform: uppercase;
}




@media(max-width:767px){
	.home_location .main_title{
		margin-bottom: -30px;
	}
	
	.home_logo{
		width: 100%;
		margin: 0 auto;
	}
}
@media(min-width:768px){
	.home_location .txt{
		font-size: 24px;
	}

	.hp_about .txt{
		max-width: 670px;
	}
	.home_location .main_title{
		font-size: 70px;
	}
}

@media(max-width:1599px){
	.home_location #location_img{
		display: none;
	}
}
@media(max-width:991px){
	.single_gallery{
		max-width: 95%;
	}
	
	.the_rooms .main_title{
	  	margin-top: -60px;
		max-width: 80%;
		padding-top: 20px;
		font-size: 37px;
	}
}
@media(min-width:992px){
	.home_location .txt{
		position: absolute;
		top: -16px;
		left: 40px;
		background: none;
		transform-origin: 0 0;
		transform: rotate(90deg) !important;
		width: 546px;
	}
	.home_location .btn{
		position: relative;
    	top: 578px;
	}
	.container-fluid.extra_padding{
		padding-left: 60px;
		padding-right: 60px;
	}
	.owl-next{
		right: -35px;	
	}
	.owl-prev{
		left: -35px;
	}
}
@media(min-width:1600px){
	.container-fluid.extra_padding{
		padding-left: 100px;
		padding-right: 100px;
	}
	.hl hr{
		max-width: 92%;
	}
	
	
}

.hp_about .txt{
	margin: 30px auto;
}

/*
Header
* --------------------------------------- */

header{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
	-moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}


header.change_color{
	position: fixed;
	-webkit-box-shadow: 0px 2px 29px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 29px 4px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 29px 4px rgba(0,0,0,0.2);
    background: var(--main);
	top: -200px;
	-webkit-animation: fade_elem_in 1s linear  normal forwards;
	-moz-animation: fade_elem_in 1s linear  normal forwards;
	-ms-animation: fade_elem_in 1s linear normal forwards;
	-o-animation: fade_elem_in 1s linear normal forwards;
	animation: fade_elem_in 1s linear normal forwards;
}


header .logo{
	filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
	max-width: 103px;
}

header.change_color .logo{
	filter:none;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
}

@-webkit-keyframes fade_elem_in {
    from {
        top: -150px;
		opacity: 0;
    }
    to {
		opacity: 1;
		top: 0;
    }
}
.wrap_header{
	display: inline-block;
	float: right;
	padding: 39px 50px;
	vertical-align: top;
	width: 780px;
}

@media screen and (max-width: 991px) {
	.new_frame{
	  display: none;
	}

	.wrap_header{
		width: 330px;
	}
  }

  @media screen and (max-width: 500px) {

	.wrap_header{
		width: 260px;
	}
  }

  @media screen and (max-width: 375px) {

	.wrap_header{
		width: 200px;
	}
  }
.navbar-header {
    float: none;
    display: inline-block;
    padding: 10px 15px 0;
}
.wrap_header .btn:focus,
.wrap_header .btn{
	font-family: 'Valencia', sans-serif !important;
	background: var(--orange) !important;
	text-transform: lowercase !important;
}

.navbar-brand {
    float: none;
    padding: 0;
    line-height: unset;
    height: auto;
}



#nav-icon {
    display: inline-block;
	margin-top: 6px;
    vertical-align: middle;
	float: right;
    height: 20px;
    width: 28px;
    margin-left: 20px;
    cursor: pointer;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.wrap_header{
	position: relative;
}
.wrap_header:after{
	content: "";
	width: 1px;
	background: #222933;
	display: block;
	position: absolute;
	right: 60px;
	top: 0;
	bottom: 0;
}

#dismiss span ,
#nav-icon span {
    position: absolute;
    display: block;
    width: 28px;
    height: 3px;
    background: var(--main);
    border-radius: 0;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#dismiss span:nth-child(1) ,
#nav-icon span:nth-child(1) {
    top: 0;
 
}

#dismiss span:nth-child(2) ,
#nav-icon span:nth-child(2) {
    top: 9px;
}

#dismiss span:nth-child(3) ,
#nav-icon span:nth-child(3) {
    top: 18px;
}

#dismiss.animate-icon span:nth-child(1) ,
#nav-icon.animate-icon span:nth-child(1) {
    top: 10px;
    width: 100%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

#dismiss.animate-icon span:nth-child(2) ,
#nav-icon.animate-icon span:nth-child(2) {
    opacity: 0;
    left: 0
}

#dismiss.animate-icon span:nth-child(3) ,
#nav-icon.animate-icon span:nth-child(3) {
    top: 10px;
    width: 100%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

#dismiss {
    position: absolute;
    right: 20px;
    margin: 0 auto;
    top: 32px;
   	height: 20px;
    width: 28px;
    z-index: 10;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}



@media(max-width:767px){
	
	.navbar-header{
		max-height: 70px;
	}
	.wrap_header{
		padding: 25px 15px;
		
	}
	.wrap_header .btn{
		padding: 4px 8px;
		font-size: 16px;
		display: inline-block;
	}
	header .logo{
		width: 65px;
	}
}
@media (max-width:767px) and (min-width:375px) {

	header .logo{
		width: 75px;
	}
	.navbar-header{
		padding: 5px 15px 0;
	}
	.wrap_header .btn{
		margin-right: 20px;
    	margin-left: 8px;
		padding: 4px 26px;
	}
	.wrap_header:after{
		right: 65px;
	}
	#nav-icon{
		margin-top: 8px;
	}
}
@media (max-width:991px) and (min-width:500px) {
	
	.wrap_header{
		padding: 25px 30px;
	}
	
	.wrap_header:after{
		right: 90px;
	}
	.wrap_header .btn{
		padding: 9px 40px;
	}
}

@media(min-width:768px){
	.wrap_header{
		padding: 38px 26px;
		height: 100px;
	}
	#nav-icon {
		margin-right: 10px;
		margin-left: 30px;
		margin-top: 25px;
	}
	.wrap_header:after{
		right: 100px;
	}
	#dismiss{
		right: 49px;
		top: 54px;
	}
	.navbar-header {
		float: none;
		display: inline-block;
		padding: 10px 15px 0;
	}
	header .logo{
		margin:0 15px;
	}
}

@media(max-width:991px){
	header .CloudBedsWidget{
		display: none !important;
	}
}
@media(min-width:992px){
	#nav-icon {
		margin-right: 4px;
		margin-left: 65px;
	}
	header .logo{
		margin:0 40px;
	}
	.wrap_header .btn{
		display: none;
	}
	header .CloudBedsWidget{
		display: inline-block;
	}
	.wrap_header:after{
		right: 95px;
	}
}
@media(min-width:1200px){
	header .logo{
		margin:0 50px;
	}
	
	#nav-icon {
		margin-left: 80px;
		margin-right: 15px;
	}
	.wrap_header:after {
		right: 110px;
	}
}
@media(min-width:1499px){
	header .logo{
		margin:0 65px;
	}
}
.fixed-overlay {
    position: fixed;
    right: -600px;
    width: 90%;
    max-width: 490px;
    top: 0;
	font-size: 14px;
	color: #fff;
    bottom: -13px;
    background: var(--txt);
    transition: right .2s ease;
    padding: 30px 50px
}

.fixed-overlay.in:focus {
    outline: 0
}

.fixed-overlay.in {
    top: 0!important;
    left: auto;
    right: 0;
    width: 90%;
    max-width: 345px;
    z-index: 999;
    transition: right .2s ease;
    overflow: auto
}




#dismiss {
    display: block;
    text-align: right;
    color: #093d42
}


#sidebarOverlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(9, 17,28, .45);
    z-index: 95;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0
}

#sidebarOverlay {
    display: none
}
.fixed-overlay a{
	color: #093d42;
}
#menu-primary_paradiso{
	margin: 20px auto 40px;
}
#overlay .logo {
    margin: 10px auto 10px 0;
    max-width: 130px;
}
.fixed-overlay .dropdown-menu{
	padding-bottom: 0;
}
.fixed-overlay .dropdown-menu>li {
    padding: 0px 10px;
}
.fixed-overlay .dropdown li:first-child>a {
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.fixed-overlay .dropdown li>a {
    padding: 6px 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
}
.fixed-overlay .open>.dropdown-menu {
    top: 93%;
    left: 0;
    right: 0;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
	background:#093d42;
}
.fixed-overlay .dropdown li:focus>a, .fixed-overlay .dropdown li>a:focus,
.fixed-overlay .dropdown li:hover>a, .fixed-overlay .dropdown li>a:hover {
    color: var(--sec);
    background-color: transparent;
}
.fixed-overlay .dropdown .dropdown-toggle {
    padding: 13px 15px;
	width: 100%;
	text-align: left;
    min-width: 160px;
}
#overlay .menu_wrap .btn.white_border{
	border-color: #093d42;
	color: #093d42;
}

#overlay .btn.white_border:before{
    display: none;
}
.fixed-overlay .dropdown  .caret{
	float: right;
    transform: translateY(12px);
}
.fixed-overlay .dropdown{ 
	margin: 27px auto ;
	display: none; /* change 23.05 */
}

#overlay .menu_wrap{
	display: block;
	text-align: left;
}
#menu-primary_paradiso{
	margin-bottom: 40px  ;
}
@media(min-width:1600px){
	.menu_wrap{
		position: absolute;
		bottom: 15px;
	}
}
input[type=checkbox]:checked{
	display: none;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::before {
	content: "\f14a";
	color: var(--txt);
	font-size: 13px;
	font-family: Font\ Awesome\ 5\ Free;
	font-style: normal;
	font-weight: normal;
	line-height: 12px;
	text-decoration: inherit;
	text-align: center;
	display: inline-block;
	margin-right: 3px;
}
.menu_wrap a{
	font-size: 14px;
	display: block;
	margin: 5px 0;
}
.menu_wrap a .smaller{
	font-size: 10px;
}
.menu_wrap a.address{
	width: 165px;
	margin-bottom: 25px;
}

.fixed-overlay a,
#menu-primary_paradiso ,
#menu-primary_paradiso li {
	display: block;
	float: none;
}
#menu-primary_paradiso li{
	padding: 5px 0;
}
#menu-primary_paradiso li a {
   font-size: 18px;
    margin: 0;
    color: #093d42;
    padding: 8px 0;
	text-transform: lowercase;
    width: fit-content;
    font-family: 'Valencia', sans-serif !important;
}
#menu-primary_paradiso li.active a,
#menu-primary_paradiso li a:hover {
    color: var(--sec);
}


.post-type-archive-roompost #menu-primary_paradiso #menu-item-282 a:hover,
#menu-primary_paradiso li.active a:hover{
	border-bottom-color: var(--sec);
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}



/*
Footer
* --------------------------------------- */

.rel{
	position: relative;
}




.global_contact .main_btn{
	margin: 10px auto 40px;
	font-size: 20px;
	text-transform: uppercase!important;
}
.global_contact .txt{
	max-width: 510px;	
	margin: 25px auto;
}

#footer{
	position: relative;
	padding: 20px 15px;
	font-size: 14px;
}
.address{
	max-width: 170px;
    display: block;
}
.info_wrap a{
	color: var(--txt);
	display: block;
	line-height: 1.4;
}

#footer a{
	color: var(--main);
	display: block;
}
.fixed-overlay a.footer-info,
#footer a.footer-info{
	color: var(--main);
	display: inline-block;
	margin: 0 10px 0 0;
	
}
#footer a:hover{
	color: var(--sec);
}


.info_wrap a{
	font-size: 16px;
}

.info_wrap a .smaller{
	font-size: 12px;
	display: block;
}


.shareList li a:hover,
a:focus, a:hover,
#footer a:hover, 
#footer a:focus {
    color: var(--sec);
    text-decoration: none;
	background-color: transparent;
	outline: none !important;
}

.copyright hr{
	border-top: 1px solid rgb(8, 61, 66);
	opacity: 0.15;
}
.copyright{
	color: var(--main);
	
	font-size: 12px;
	letter-spacing: 2px;
}

.page-template-contact span.info{
	font-weight: 900;
	display: block;
	margin: 20px auto 10px ;
}

#footer span.info{
	display: block;
	margin: 10px auto;
	font-weight: 700;
	color: var(--main);
}
.page-template-contact .info_wrap a.footer-info{
	color: var(--txt);
	display: inline-block;
	margin: 0 10px 0 0;
}

.page-template-contact a.footer-info{
	font-size: 25px;
}
.fixed-overlay a.footer-info,
#footer .footer-info{
	font-size: 28px;
}

@media(max-width:767px){
	#menu-primary_paradiso{
		margin-top: 20px;
	}
	.open>.dropdown-menu {
		display: block;
		margin: 0 auto;
		right: 0;
		max-width: 248px;
	}
	a .smaller{
		font-size: 12px;
		display: block;
	}
	#footer .address,
	#footer .mail,
	#footer img{
		margin: 0 auto;
		display: block;
	}
	
	#footer span.info{
		margin: 0 auto 5px;
	}
	
	#footer img.white_fillter{
		max-width: 220px;
		margin: 20px auto;
	}
	#footer{
		text-align: center;
		margin-bottom: 70px;
	}	
	.se-pre-con{
		background-size: 200px !important;
	}
	.justify_warp .warp{
		margin: 20px auto 20px;
	}
	
	
}
@media(min-width:768px){
	
	.justify_warp{
		display: flex;
	}
	#footer a span.smaller{
		display: block;
	}
	.justify_warp .warp{
		width: 25%;
	}
	#footer .container{
		margin: 40px auto 0;
	}
	.se-pre-con{
		background-size: 270px !important;
	}
}

@media(max-width:1199px){
	#footer .social a{
		font-size: 23px;	
	}
	#footer .social{
		text-align: center;
		margin: 25px auto 10px;
	}
}
@media(max-width:991px){
	
	.global_contact .main_btn{
		margin-bottom: 10px;
	}
}
@media(min-width:992px){
	#footer span.info{
		margin: 17px auto 15px;
	}
	.info_wrap a{
		margin-bottom: 55px;
	}
	.justify_warp{
		padding-left: 20px;
	}
}

@media(min-width:1200px){
	
	.justify_warp{
		padding-left: 30px;
	}
	#footer span.info{
		margin: 60px auto 15px;
	}
}



body{
	
	font-family: 'Gotham', sans-serif !important;
	font-size: 16px;
	font-weight: 400;
	background: var(--main);
	color: var(--txt);
}

.main_title{
	font-size: 50px;
	font-family: 'Valencia', sans-serif !important;
	margin: 20px auto;
	color: var(--sec);
}
.main_poster .main_title{
	color: var(--txt);
	font-weight: normal !important;
	font-size: 80px !important;
}

.page-template-contact .main_title{
	font-size: 45px;
}
.page-template-contact .sub_title{
	font-weight: 900;
	font-size: 22px;
	text-transform: uppercase;
	margin: 20px auto;
	
}
.btn{
	font-family: 'Montserrat', sans-serif !important;
	text-transform: uppercase !important;
	font-size: 18px;
	font-weight: 600;
	color: var(--txt);
	border-radius: 0;
	padding: 13px 30px ;
	position: relative;
	 -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	
}

@media(max-width:767px){
	.main_title{
		font-size: 40px;
	}
	.main_poster .main_title{
		font-size: 40px!important;
		text-align: center;
	}
	
}

.btn:before{
	content: "";
    position: absolute;
    z-index: -1;
    top: -1px;
    left: -1px;
    right:  -1px;
    bottom:  -1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.about_btn:focus,
.about_btn:hover,
.about_btn{
	font-family: 'Montserrat', sans-serif !important;
	font-size: 40px;
    display: block;
    margin: 20px auto 0;
    border: 2px solid var(--txt);
    line-height: 1;
    color: var(--txt);
	width: 48px;
	height: 48px;
}

.about_btn span{
	font-family: 'Montserrat', sans-serif !important;
	display: block;
	line-height:1;
	-webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	
}
.about_btn.rotate span{
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg) ;
    transform: rotate(45deg);
	transform-origin:center center;
}
.more_btn .collapse_indicator{
	display: inline-block;
}
.more_btn:hover,
.more_btn:focus {
	color: var(--txt);
	background: #08353b;
}
.more_btn.rotate {
	color: var(--txt);
}
.more_btn.rotate .collapse_indicator{
	-ms-transform:rotate(180deg) translateY(2px) ;
    -webkit-transform: rotate(180deg) translateY(2px) ;
    transform: rotate(180deg) translateY(2px) ;
}


.main_btn{
	background: var(--orange);
	 -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


.main_btn:hover,
.main_btn.btn:active{
	color: #fff;
	background: transparent;
}

.border_btn{
	background: transparent;
	border: 2px solid var(--txt);
}
.btn.white_border{
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
}
.btn.white_border:before,
.border_btn:before{
	background:var(--sec);
}
.btn.white_border:focus,
.border_btn:focus,
.btn.white_border:hover,
.border_btn:hover{
	border-color: var(--sec);
	color: #fff;
}

.global_contact .btn.main_btn:hover,
.btn.main_btn:before{
	 background: #be866c !important;
}

.btn.main_btn:hover{
	 border-color:  #be866c;
	
}


.btn:focus:before,  
.btn:hover:before,  .btn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.btn:focus, .btn:active:focus, .btn.active:focus,
.btn:active, .btn.active{
	outline: none;
	-webkit-box-shadow: none;
    box-shadow: none;
}

.unscroll,
 .modal-open{
  height: 100%;
  overflow: hidden;
}
.modal,
#overlay{
  -webkit-overflow-scrolling: touch;
}


.white_fillter{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
}



.unscroll,
 .modal-open{
  height: 100%;
  overflow: hidden;
}
.modal,
#overlay{
  -webkit-overflow-scrolling: touch;
}


html,
body,
:root {
	--main: #093d42;
	--sec: #dea185;
	--dark:#09111c;
	--txt:#eeefe8;
	--orange:#dea185;
	--blue:#4c6670;
}

#footer a,
.shareList li a{
	-webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}


.home .map_wrap{
	background: #738771;
	margin-top: -1px;
}
#fix_foo.dark_bgc,
.dark_bgc{
	background:  var(--sec);
}
#map{
	margin: 30px auto;
}
#map_info{
	padding: 15px;
	color: #101010;
	background: #fff;
	position: absolute;
	left: 50%;
    top: 60%;
	-webkit-box-shadow: 0px 0px 26px -1px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 0px 26px -1px rgba(0,0,0,0.24);
	box-shadow: 0px 0px 26px -1px rgba(0,0,0,0.24);
	display: block;
	z-index: 2;
}

.page-template-contact #map_info{
	transform: translateY(-50%);
}
#map_info span.upper{
	text-transform: uppercase;
	font-weight: 900;
}
#map_info span{
	display: block;
	font-size: 14px;
}
#map_info a{
	color: inherit;
	width: 160px;
	display: block;
}
#map_info a:hover{
	color: var(--main);
}
.title_img{
	transform: translateY(-7%);
    z-index: 1;
    position: absolute;
    left: 10px;
	max-width: 60%;
}

@media(max-width:991px){
	#map_info{
		max-width: 180px;
		transform: translateY(-36%);
		left: 0;
		right: 0;
		display: block;
		margin: 0 auto;
	}
	#location_div h3,
	.home_location .sub{
		font-size: 24px;
	}
	.title_img{
		max-width: 80%
	}
	
}
@media(min-width:992px){
	
	.title_img{		
		left: 60px;
		max-width: 100%;
	}
	
}


.map_title{
	margin: 0 auto 80px;
}

.scrollup:hover,
.scrollup:focus,
.scrollup{
	position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    width: 70px;
    padding: 9px 0 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #f4f5ef !important;
	color: var(--main) !important
}

#quick-form {
    position: fixed;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 0;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    background-color: var(--dark);
    padding: 2% 5%;
    width: 50%;
    max-width: 740px;
    z-index: 1300;
    
}

#quick-form .main_title{
	font-size: 54px;
	margin-top: 0;
}
#quick-form .close:hover,
#quick-form .close:focus, 
#quick-form .close {
    position: absolute;
    top: 5%;
    right: 5%;
    height: 20px;
    width: 20px;
	color: #fff;
    z-index: 1;
    opacity: 1;
	outline: none;
}

#quick-form.isOpen {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}

@media(max-width:1399px){
	#quick-form .main_title {
    	font-size: 38px;
	}
}
#fix_foo{
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
	padding:10px 15px;
	z-index: 3;
	background: var(--sec);
	-moz-transition: background .5s ease-in;
    -o-transition: background .5s ease-in;
    -webkit-transition: background .5s ease-in;
    transition: background .5s ease-in;
}
#fix_foo a{
	display: block;
	background: var(--orange);
	text-align: center;
	padding:  5px 15px;
}
#fix_foo a img{
	max-height: 40px;
	margin: 0 auto;
}


.hl hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
	border-top: 1px solid rgba(19, 23, 31, .1);
}

hr {
    border-top: 1px solid rgba(245, 245, 247, .15);
	
}



.wrapper {
    width: 100%;
    height: 100%;
}

.content-section {
    height: 100%;
}
.animation {
   
    overflow: hidden;
}


@-webkit-keyframes show-img-1 {
    0%,
    66.6% {
        visibility: hidden;
    }
    100%,
    66.7% {
        visibility: visible;
    }
}

@keyframes show-img-1 {
    0%,
    66.6% {
        visibility: hidden;
    }
    100%,
    66.7% {
        visibility: visible;
    }
}


@-webkit-keyframes slide-bg-2 {
    33.3% {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(.05, 1);
        transform: scale(.05, 1);
    }
    66.6% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    66.7% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

@keyframes slide-bg-2 {
    33.3% {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(.05, 1);
        transform: scale(.05, 1);
    }
    66.6% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    66.7% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

@-webkit-keyframes slide-bg-1 {
    50% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50.1% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
    100% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}

@keyframes slide-bg-1 {
    50% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50.1% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
    100% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}

.animation {
    position: relative;
}

[data-aos=slide-effect-2]>.animation-inner,
[data-aos=slide-effect-2]>img {
    visibility: hidden;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
    animation-timing-function: cubic-bezier(.785, .135, .15, .86);
    position: relative;
}

[data-aos=slide-effect-2]:after,
[data-aos=slide-effect-btn] a {
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
}

[data-aos=slide-effect-2]:after,
[data-aos=slide-effect-btn]:after {
    content: ' ';
    display: block;
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
}

[data-aos=slide-effect-2].aos-animate>.animation-inner,
[data-aos=slide-effect-2].aos-animate>img {
    -webkit-animation-name: show-img-1;
    animation-name: show-img-1;
}

[data-aos=slide-effect-2]:after {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(.05, 0);
    -ms-transform: scale(.05, 0);
    transform: scale(.05, 0);
    -webkit-animation-duration: 2s;
	z-index: 3;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.785, .135, .15, .86);
}

[data-aos=slide-effect-2].anim-dark:after {
    background-color: var(--dark);
}

[data-aos=slide-effect-2].aos-animate:after {
    -webkit-animation-name: slide-bg-2;
    animation-name: slide-bg-2;
}



.acessa_widget_block p{
	float: left;
    color: var(--main);
    font-size: 16px !important;
    margin-right: 15px !important;
	transform: translateY(8px);
    padding: 5px 0 !important;
    letter-spacing: 1px;
	font-weight: 900;
   	font-family: 'Gotham', sans-serif !important;
	text-transform: lowercase !important;
}
.acessa_widget_block p,
.acessa_widget_block .date{
	display: inline-block;
}
.acessa_widget_block{
	border-bottom: 2px solid var(--main);
}
.widgetHotelsForm .horizontal-widget a.submit_link{
	top: -10px !important;
	font-family: 'Gotham', sans-serif !important;
	text-transform: uppercase!important;
    font-size: 18px !important;
	background: var(--orange) !important;
    font-weight: 900 !important;
	padding: 14px 4px 2px !important;
	
    border-radius: 0;
    position: relative;
	border-color:  var(--orange) !important;
	box-shadow: none;
}

header .widgetHotelsForm .acessa_widget_block .widgetHotelsInputText.date{
    background: transparent !important;
    margin: 0;
    color: var(--main);
    text-align: right;
	border: none !important;
    line-height: 26px;
    padding: 9px 5px 1px ;
	width: 133px;
	font-size: 15px;
}
#start_date_mobile:focus, #end_date_mobile:focus,
header .widgetHotelsForm .acessa_widget_block .widgetHotelsInputText.date:focus{
	outline: none !important;
}

@media(min-width:1200px){
	header .widgetHotelsForm .acessa_widget_block{
		margin-right: 30px !important;
	}
	header .widgetHotelsForm .acessa_widget_block .widgetHotelsInputText.date{
		width: 170px;
	}
	
	.widgetHotelsForm .horizontal-widget a.submit_link{
    	width: 140px;
	}
}
#footer .justify_warp .warp:last-child span.info{
	opacity: 0 !important;
}
.page-template-contact .map_title,
.hl hr,
.page-template-home-page .main_poster{
	display: none !important;
}

@media(min-width:768px){
	.owl_gallery.owl-carousel .owl-item img.main_img{
		height: 50vh;
		object-fit: cover;
		object-position: center;
	}
	/*.single_room .single_gallery .owl-item img,
	.the_rooms .single_gallery .owl-item img*/
	.page-template-neighborhood .owl-item img{
		height: 85vh;
		object-fit: cover;
		object-position: center;
	}
	
	

	header .logo{
		width: 62px;
	}
	.navbar-header{
		padding-top: 5.19px;
	}
	.wrap_header{
		padding: 15px 25px;
	}
	
	
	
}

@media (max-width:1390px) and (min-width:992px) {
	
	.the_rooms  .container ,
	.single_room .container {
		max-width: 85%;
		padding: 40px 50px;
	}
	
	.single_room ul.global_list li{
		padding: 0 10px;
	}
}
@media(min-width:1400px){
	
	.single_gallery{
		width: 88% !important;
		min-width: 1300px !important;
		margin-bottom: 0 !important;
	}
	
	.single_room .single_gallery .owl-item img,
	.the_rooms .single_gallery .owl-item img{
		height: 90vh;
		object-fit: cover;
		object-position: center;
	}
}
