.rtl {
	direction: rtl;
}
.rtl .header-telephone {
	left:15px !important;
	right:unset !important;
}
.rtl .book-end {
	left:0 !important;
	right:unset !important;
}
.rtl .covidButton {
	left:15px;
	right:unset;
}
.rtl .adults {
	text-align:right;
}
.rtl .check-out {
	text-align:right;
}
.rtl .check-in {
	text-align:right;
}
.rtl .offer-box .description.last {
	margin-right: auto;
}
.rtl .offer-box .description {
	margin-right: 0;
	margin-left: 0;
}
.rtl .title.dancing {
	margin-left: auto;
	margin-right: auto;
}

.rooms-suites-section .change-columns {
	padding-left: 10px;
	padding-right: 10px;	
}
.header-area #main-menu .book-end a {
		text-align: center;
}
@media (min-width: 991px) {
	.rooms-suites-section .change-columns .room-box img {
		width: 100%;
	}
}
.rooms-suites-section .room-box .box-white {
	width: 325px;
	padding: 20px 25px 15px 25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.rooms-suites-section .room-box .box-white .room-suite-title {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
}
.rooms-suites-section .room-box .box-white .room-suite-title a {
    color: #000;
	font-size: 20px;
	font-weight: 100;
}
.single-room .overlay .white-box {
    padding: 20px 25px 15px 25px;
    width: 400px;	
}
.single-room .overlay .white-box .single-room-title {
    text-align: center;
    margin: 0;
    font-size: 20px;	
}

.header-area.sticky #main-menu .book-end a, 
.header-area .book-hidden .btn-area .btn-submit,
.footer .footer-box .form-group .submit {
    background-color: #9e6167;    
}
.form-spa .book-btn {
    background-color: #9e6167; 
    border: 1px solid #9e6167;   
}
.rooms-suites-section .room-box .specs .specs-item,
.gallery .count-gallery {
    font-size: 13px;   
}

.gallery .room-box .box-white .room-suite-title {
    color: #9e6167;
    font-size: 18px;  
    font-weight: 300;
    font-style: italic;
}
.slideshow .booking-slider .form-box input {
    font-weight: 300;
/* 	background: #fff; */
}

.gallery .room-box .overlay {
    width: calc(100% + 3%);
    left: 0;
    right: 0;
}
.gallery .room-box img {
    width: 100%;
}
.gallery-area {
    display: none;
}
.single-gallery {
    cursor: pointer;
}

img.lazy {
    background-size: cover;
    width: 100%;
    height: 100%;
}
.gallery .room-box .box-white .room-suite-title {
    color: #9e6167;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 20px;
}
.rooms-suites-section .room-box .box-white .room-suite-title {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: 20px;
}
.hero .image-area .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 13%);
}

@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?82thdi');
    src:  url('../fonts/icomoon.eot?82thdi#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?82thdi') format('truetype'),
      url('../fonts/icomoon.woff?82thdi') format('woff'),
      url('../fonts/icomoon.svg?82thdi#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
.weather .icon {
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal; 
    font-size: 55px;
    display: block;
    height: 55px;
}
.footer .weather {
    margin-top: 0;
}
.temp-box {
    display: flex;
    height: 100%;
    align-items: center;
    height: 85px;
    margin-left: 10px;
}
.footer .weather .temp {
    font-size: 30px;
    font-weight: 400;
}
.icon-drs_rain:before {
    content: "\e90f";
  }
  .icon-drs_snow:before {
    content: "\e910";
  }
  .icon-drs_storm:before {
    content: "\e911";
  }
  .icon-drs_sun-cloud:before {
    content: "\e912";
  }
  .icon-drs_sunshine:before {
    content: "\e902";
  }
  .trip-advisor {
      display: flex;
    margin-top: 40px;  
  }
  @media (max-width: 991px) {
    .trip-advisor {
        justify-content: center;
    }
  }
.trip-advisor img {
    width: auto; 
    height: auto;
}


.rooms-suites-section {
    margin-top: 58px;
}


.main-text p {
color: #4A4946;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;

}
.header-area #main-menu .menu-item a {
    font-size: 13px;
}

#ac-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1001;
}

#popup {
    width: 980px;
    height: 660px;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #FFFFFF;
    position: relative;
    top: 100px;
    left: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media (min-height: 320px)and (max-width: 780px){
    #popup {
        height: 445px;
		width: 86%;
    }
}
#popup .image {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#popup .image img {
    width: 25%;
    margin: 0 auto;
    text-align: center;
}
#popup .title {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}
#popup .description {
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center; 
}
.popupCloseButton {
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: 11px;
    right: 2px;
    font-size: 55px;
    line-height: 30px;
    width: 53px;
    height: 33px;
    text-align: center;
}
/*.popupCloseButton:hover {
    background-color: #ccc;
}*/
.center.popup{
    width: 100%;
    display: block;
   margin-top: 61px;
    padding-left: 51px;
    padding-right: 51px;
}
@media screen and (min-width: 781px){
#popup {
    margin-left: auto;
    width: 35%;
    display: block;
    left: auto;
    margin-right: auto;
    top: 50px;
	height: 497px;
		
}
}


#popup .image img {
    width: 20%;
}
    .center.popup {
    
    margin-top: 43px;
    padding-left: 6px;
    padding-right: 6px;
}   
}
.center .button, 
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"],
,
.footer .footer-box .form-group .submit,
.header-area .book-hidden .btn-area .btn-submit {
    font-weight: 700;
    font-size: 17px;
    font-family: 'montserrat-regular';
    line-height: 1.2;
    background-color: #9e6167;
    border: 1px solid #fff;;
    box-sizing: border-box;
    color: #fff;
    font-size: 0.88889em;
    font-weight: 400;
    line-height: 1.2;
    outline: none;
    padding: 0.76rem 1rem;
    text-decoration: none;
    vertical-align: bottom;
}
.slideshow .button-area .book-now {
  background-color: #9e6167;  
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border: 1px solid #fff;
	transition: .3s;
}
.slideshow .button-area .book-now:hover {
	font-size: 16px;
}
.center.popup h4{
    font-size: 24px;
    font-family: 'montserrat-regular';
}

@media only screen and (min-width: 730px)and (max-width:1023px) {
        .center.popup {
        margin-top: 66px;
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media only screen and (min-width: 1024px)and (max-width:1400px) {
        .center.popup {
        margin-top: 66px;
        padding-left: 45px;
        padding-right: 45px;
    }
}
@media only screen and (min-width: 425px)and (max-width:729px) {
        .center.popup {
        margin-top: 66px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-height: 850px) {
    #popup {
          height: 620px;  
    }
}
/*.header-area {
    height: 150px;
}*/
.header-area .site-logo svg .cls-1, .header-area .site-logo svg .cls-2, .header-area .site-logo svg .cls-3, .header-area .site-logo svg .cls-4{
    fill: #ffffff;
}
/*.header-area .site-logo svg {
    width: 135px;
    height: auto;
}*/
/*.header-area #main-menu {
    padding-top: 60px;
    align-items: center;    
}*/

.header-area.sticky svg .cls-1, .header-area.sticky .site-logo svg .cls-2, .header-area.sticky .site-logo svg .cls-3, .header-area.sticky .site-logo svg .cls-4 {
    fill: #4a4846;
}
.footer .footer-col svg {
     height: 140px;   
}
/* @media (min-width: 321px){
.rooms-suites-section .room-box .box-white {
    width: 254px;
    justify-content: center;
	padding: 25px 10px 0px 10px;
}} */
@media (max-width: 768px){
.rooms-suites-section .room-box {
    padding-left: 15px;
    padding-right: 15px;
	justify-content:center;
}}
@media (max-width: 339px){
.rooms-suites-section .room-box .box-white {
    width: 248px;
    justify-content: center;
    padding: 15px 9px 0px 9px;
	}}
@media screen and (min-width: 768px) and (max-width: 991px){
.rooms-suites-section .room-box .box-white {
    width: 84%;
    justify-content: center;
	padding: 25px 10px 0px 10px;
}}

@media (min-width: 992px){
.rooms-suites-section .room-box .box-white {
    width: 93%;
    padding: 20px 25px 15px 25px;
}}
@media screen and (min-width: 340px) and (max-width: 429px){
.rooms-suites-section .room-box .box-white {
    width: 82%;
    justify-content: center;
	padding: 15px 9px 0px 9px;
}}
.rooms-suites-section .room-box {
    display: block;
}



@media only screen and (max-width: 425px) {
  .row.single-room .img-box img {
    vertical-align: middle;
    border-style: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .single-room .overlay .white-box {
    padding: 6px 7px 13px 10px;
    width: 62%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 93px;
    text-align: center;
}
.single-room .overlay .white-box {
    margin-bottom: 18px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.single-room .overlay .white-box .single-room-title {
    text-align: center;
    margin: 0;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
}
.single-room .overlay .white-box .book-area {
    margin-top: 8px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.single-room .overlay .white-box .book-area .book-link {
    color: #4A4946;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
}
}
@media only screen and (min-width: 992px) {
.rooms-suites-section .room-box .box-white {
    padding: 49px 25px 15px 25px;
    height: 117px;
}
}

@media only screen and (max-width: 425px) {
.pages .description .half {
    display: block;
    width: 100%;
    float: left;
}
}


img {
    
    background-size: cover;
    width: 100%;
    height: 100%;
}

.covidButton {
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: center;
    position: absolute;
    right: 0;
    top: 120px;
    z-index: 99999;
    width: 160px;
    height: 44px;
    justify-content: center;
    background: #878787;
    text-decoration: none;
    margin-right: 15px;
    font-weight: 400;
}
.covidButton:hover,
.covidButton:focus,
.covidButton:active {
    color: #ffffff;
    text-decoration: none;
}

@media screen and (max-width: 576px) {
    .covidButton {
        top: 80px;
        margin-right: 0;
    }
}

#popup .show-box {
    display: none;
}

#popup a.read-more-pop-up {
    color: #9e6167;
    text-decoration: underline;
}

@media (max-width: 1550px) {
    #popup {
        width: 40%;
    }
}

@media (max-width: 1260px) {
     #popup {
        width: 50%;
     }   
}
@media (max-width: 1150px) {
     #popup {
        width: 65%;
     }   
}

#popup .description img {
    width: 75%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 20px;
}

/*hotel fascilities*/
@media screen and (min-width: 768px) and (max-width:1199px){
     .events {
        margin-top:-3px;
     } 
	
}


@media screen and (min-width: 768px) and (max-width:1199px){
     .vip {
        margin-top: 34px;
     }   
}

@media screen and (min-width: 456px) and (max-width:767px){
     .events {
        margin-top:-349px;
     }   
}
@media screen and (min-width: 454px) and (max-width:455px){
     .events {
        margin-top:-344px;
     }   
}
@media (max-width:425px){
     .room {
        margin-top: 40px;
     }   
	.leisure {
        margin-top: -16px;
     }   
	.events {
        margin-top: 21px;
     }   
	.vip {
        margin-top: 22px;
     }  
}
@media screen and (min-width: 1200px){
     .vip {
        margin-top: 34px;
     } 
	.leisure{
        margin-top: -74px;
     } 
}
@media screen and (min-width: 768px) and (max-width:991px){
    .leisure{
        margin-top: -50px;
     }  
}





/*popup new*/
@media screen and (min-width: 781px){
#popup {
    margin-left: auto;
    display: block;
    left: auto;
    margin-right: auto;
    top: 176px;
    height: 355px;
    overflow-y: hidden;
	}}
#popup .title {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 99px;
}
.book-nowz{
	background-color: #9e6167;
    border: 0;
    outline: 0;
    width: 160px;
    height: 38px;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 36px;
    cursor: pointer;
}
.button-areaz{
	display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
 
@media screen and (min-width: 1850px){
#popup {
    margin-left: auto;
    display: block;
    left: auto;
    margin-right: auto;
    top: 235px;
    height: 355px;
    overflow-y: hidden;
	}
}
a#popz:hover {
    color: #ffffff!important;
    text-decoration: none!important;
}

.center.popup {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
#popup {
  width: 20%;
  border-radius: 50%;
  height: 355px;
display: flex;
align-items: center;
}
@media (max-width: 1400px) {
    #popup {
        width: 30%;
    }
}
#popup .title {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.8rem;
    margin-top: 0;
}
#popup .description {
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 30px;
}









@media screen and (max-width: 425px){
#popup {
    width: 90%;
    border-radius: 50%;
    height: 355px;
    display: flex;
    align-items: center;
	min-width: 340px;
	max-height: 340px;
}
}
@media screen and (min-width: 426px) and (max-width: 768px){
#popup {
    width: 78%;
    border-radius: 50%;
    height: 355px;
    display: flex;
    align-items: center;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px){
#popup {
    width: 28%;
    border-radius: 50%;
    height: 355px;
    display: flex;
    align-items: center;
}
}

/*---------------auto gia 768-1199-------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 1199px){
	.events {
		margin-top: -293px!important;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px){
	.leisure {
		margin-top: 16px!important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px){
	.vip {
		margin-top: -21px!important;
	}
}

/*--------------apo 2000----------------*/

@media screen and (min-width: 1200px){
	.leisure {
		margin-top: 11px!important;
	}
}


@media screen and (min-width: 1200px){
	.events {
		margin-top: -348px!important;
	}
}

@media screen and (min-width: 1200px){
	.vip {
		margin-top: -86px!important;
	}
}

/*--apo 456px-mexri 767------------------*/

@media screen and (min-width: 456px) and (max-width: 767px){
	.events {
		margin-top: -209px!important;
	}
}

@media screen and (min-width: 456px) and (max-width: 767px){
	.vip {
		margin-top: 51px!important;
	}
}

/*--------------apo 433 ews 455-----------------------*/

@media screen and (min-width: 433px) and (max-width: 455px){
	.events {
		margin-top: -137px!important;
	}
}

@media screen and (min-width: 433px) and (max-width: 455px){
	.vip {
		margin-top: 51px!important;
	}
}

/*-------426-ews---432---------*/

@media screen and (min-width: 426px) and (max-width: 432px){
	.vip {
		margin-top: -329px!important;
	}
}
@media screen and (min-width: 426px) and (max-width: 432px){
	.events {
		margin-top: 39px!important;
	}
}



[lang="fr_FR"].slideshow .button-area .book-now {
    width: 196px!important;
}

.otgs-development-site-front-end {
    display: none;
}

.choose-language {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    margin-bottom: 10px;
}
.choose-language a {
	    color: #fff;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    padding: 10px;
    font-size: 12px;
}
@media screen and (max-width: 1400px){
	.choose-language {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    margin-bottom: 15px;
	}
	.choose-language a {
    color: #fff;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    padding: 5px;
    font-size: 8px;
	}
}

/*facilities fr css*/
@media screen and (min-width: 1200px){
[lang="fr_FR"] .events {
    margin-top: -266px!important;
}}
@media screen and (min-width: 1200px){
[lang="fr_FR"] .vip {
    margin-top: 16px!important;
}}
@media screen and (min-width: 768px) and (max-width: 1199px){
[lang="fr_FR"] .vip {
    margin-top: 14px!important;
}}
@media screen and (min-width: 768px) and (max-width: 1199px){
[lang="fr_FR"] .events {
    margin-top: -210px!important;
}}
.rtl {
    text-align: right;
}
[lang="ar"] .wedding .image-box {
    direction: ltr!important;
}
.slideshow .content-slider .book-slider{
text-align: center;
}
@media (max-width: 1800px) {
.header-area #main-menu {
    padding-left: 30px;
}
.header-area #main-menu .menu-item {
    margin-left: 8px;
    margin-right: 8px;
}}

.grid{
	margin-top: 60px;
}

.grid-item{ 
	width: 50%; 
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.grid-item{ 
		width: 100%; 		
	}
}


.item.slick-slide.slick-active {
    height: 500px;
}


li.footer-item.footer-logo img{
width: 150px;
	margin-bottom: 30px;
}

@media (max-width: 768px) { 
	.copy-and-menu {
		flex-direction: column !important;
	}
}
.book-now-sticky {
  position: fixed;
  top: 57%;
  right: 50px;
  z-index: 999999; }
  @media (max-width: 991px) {
    .book-now-sticky {
        top: unset;
        bottom: 126px;
        width: 100%;
        right: 30px;} }
  .book-now-sticky .button {
    width: 90px;
    height: 90px;
    background-color: #cfa478;
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 14px;
    padding: 20px;
    text-align: center;
    text-decoration: none; }
    @media (max-width: 991px) {
      .book-now-sticky .button {
        width: 100%;
        border-radius: 0;
        height: 68px; } }

a.button.whatsapp img {
	max-width: 50px;
	height:auto;
	margin: auto;
	text-align: center;
	position: absolute;
}
a.button.whatsapp {
	width: 50px;
	height: 49px;
	background: #dcbd9c;
	margin: 15px auto 0;
	text-align: center;
}
@media screen and (max-width: 991px) {
	.book-now-sticky {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-end;
	}
	a.button.whatsapp {
		background: #dcbd9c;
		margin: 0;
		text-align: right;
		align-items: center;
		display: flex;
		float: right;
		width: 50px;
		border-radius: 50%;
    	height: 50px;
		box-shadow: none;
	}

}



.hidden-book {padding: 32px;z-index:9999999;}
.hidden-book .book-now {
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 27px;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
	background: #4A4946;
}
.hidden-book  .book-now {
    color: #ffffff;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
	border:none;
}

.hidden-book .button-area{
	width:100%;
	background: #4A4946;
}

