/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital@0;1&family=Playfair+Display:ital,wght@0,400;0,600;1,400;1,600&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Montserrat:ital,wght@0,300;1,300&display=swap');

html,
body,
ul,
ol {
  margin: 0;
  padding: 0; }

button:focus {outline:0;}

body {
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
	
  }
 .flex-eq-col-width {
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1
 }
.bg-F2ECE6 {
	background:#F2ECE6!important;
}
.bg-F8F6F4{
	background:#F8F6F4!important;
}
.bg-C8B297{
	background:#C8B297!important;
}

/*#A78963*/
.bg-A78963 {
	background:#AC926C!important;
}
.uppercase {
	text-transform:uppercase;
}
.NoMedia{
  padding-top: 80px;
}
.textShadow{
	text-shadow: 2px 1px 2px #000;
}
h1, .h1, h2, .h2, h3 {
	font-family: 'Cormorant Infant', serif;	
	text-align: center;
  	line-height: 1;
 	margin: 20px 0 20px 0;
	color: #000000;
	font-weight: 500;
}
h1, .h1 {
	font-size: 38px;
}
h2 {
  font-size: 28px;
}
h2.white, h2.white span{
	color: white;
}
.RoomText h2{
	 font-size: 24px;
	min-height: 70px;
}
h1 span,
.h1 span,
h2 span {
	display: block;
  	font-style: italic;
  	font-weight: 300;
  	font-size: 26px;
  	padding-top:10px;
}
h3 {
	font-size: 20px;
}
hr {
  	border-top: 1px solid #cacaca;
	margin-bottom: 50px; 
}
@media (max-width: 767px) {
    hr {
      margin-bottom: 30px; 
	}
}

@media (min-width: 992px) and (max-width: 1479px) {
	h1, .h1 {
		font-size: 34px;
	}
	h1 span, .h1 span{
		font-size: 24px;
		padding-top:8px;
	}
	h2 {
		font-size: 26px;
	}
	h2 span{
		font-size: 18px;
		padding-top: 0px;
	}
	.RoomText h2{
	font-size: 20px;
    min-height: 50px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
	 h2 {
      font-size: 20px; 
	 }
	.RoomText h2{
	 font-size: 20px;
	 min-height:50px;
	}
}
@media (max-width: 991px) {
    h1, .h1 {
		font-size: 28px; 
	}
	 h1 span, .h1 span{
		font-size: 24px;
		padding-top:5px;
	}
	h2 {
    	font-size: 22px; 
	}  
	h2 span{
		font-size: 16px;
		padding-top: 0px;
	} 
}
@media (max-width: 767px) {
	h1, .h1 {
    	font-size: 30px;
	} 
    h2 {
		font-size: 24px; 
	} 
	.RoomText h2{
	 font-size: 20px;
	min-height: auto;
}
}
@media (max-width: 575px) {
	h1, .h1 {
    	font-size: 24px; 
	} 
	h1 span, .h1 span{
		font-size: 22px;
		padding-top:5px;
	}
    h2 {
		font-size: 22px; 
	} 
}
@media (max-width: 320px) {
    h1, .h1 {
      font-size: 24px; } 
    h2 {
      font-size: 20px; }
}

a {
  color: #AC926C;
  text-decoration: none;
  transition: all 0.3s ease 0s; 
  word-break:break-word;
}
  a:hover, a:focus {
    color: #AC926C;
    text-decoration: underline;
    transition: all 0.3s ease 0s; 
  	}
b, strong {
	font-weight:bold;
}
p { word-break:break-word;}  

button:focus,
.btn.focus,
.btn:focus,
input:focus,
select:focus{
  outline: 0;
  box-shadow: none !important;
}


.text-link {
  margin: 20px 0;
  font-size: 19px;
  font-weight: 500; }
  .text-link a {
    text-decoration: underline; }
    .text-link a:hover {
      text-decoration: none; }

.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6; }

button {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer; }

/*Button
=============================*/
.reservation,
.Button {
	font-family: 'Cormorant Infant', serif;	
	font-weight: 500;
	text-align: center;
  	display: inline-block;
}

.reservation {
  border: 0px;
}
.reservation a {
    padding: 14px 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: 11px;
    border: 0px;
    border-radius: 0px;
    background-color: #AC926C;
    background-image: none;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    transition: all 0.3s ease 0s; 
}
.reservation .btn:hover, 
.reservation .btn:focus, 
.reservation .btn:active {
	background-color: #C8B297;
	color: #000000;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	border: 0px; 
	 box-shadow:none;
	outline:0;
}
.reservation .btn-primary:not(:disabled):not(.disabled).active, 
.reservation .btn-primary:not(:disabled):not(.disabled):active {
    color: #000000;
    background-color: #C8B297;
    border-color: #C8B297;
		border: 0px;
}


@media (max-width: 575px) {
	.reservation a {
		padding: 10px 10px;
		font-size: 14px;
		background-color: #A78963;
	} 
}

.reservation.onSlider{
    position: absolute;
    right: 0;
    top: 120px;
    z-index: 10;	
}
.reservation.onSlider a {
    padding: 17px 22px;
    font-size: 22px;
    font-weight: 700;
	background-color:#A78963;
}	
.reservation.onSlider a:hover {	
	  background-color: #C8B297;
}
@media (max-width: 991px) {
	.reservation.onSlider{
		top: 20px;
	}
	.reservation.onSlider a {
		padding: 14px 20px;
		font-size: 18px;
	}	
}
@media (max-width: 767px) {
	.reservation.onSlider{
		top: 15px;
	}
}

.Button {
  margin-top: 5px;
  margin-bottom: 5px; 
}

.Button .btn {
  padding: 12px 28px;
  font-size: 18px;
		font-weight: 500;
  border: 0px;
  border-radius: 0px;
  background-image: none;
  color: #000000;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  transition: all 0.3s ease 0s; 
  background-color: #AC926C;
}
.Button .btn:hover, 
.Button .btn:focus, 
.Button .btn:active {
    color: #ffffff;
    border: 0px;
    text-decoration: none;
    transition: all 0.3s ease 0s; 
	
}

.Button .btn.nobg {
	background-color: transparent;
	color:#000;
	position:relative;
	z-index:1;
	padding: 2px 12px;
	text-transform:uppercase;
}
.Button .btn.nobg:before {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:50%;
	background:#E2D6C7;
	z-index:-1;
	transition: all 0.35s;
}
.Button .btn.nobg:hover:before {
	height:100%;
}
.Button .btn.nobg:hover, .Button .btn.nobg:focus, .Button .btn.nobg:active {
	color:#000;
	text-decoration: none; 
}

.btn.nobg.white {
	background-color: none;
	color:#ffffff;
	text-decoration: underline;
	font-weight: 500;
}
.btn.nobg.white {
	background-color: none;
	color:#ffffff;
	text-decoration: underline;
	font-weight: 500;
	padding: 0 0; 
}
.btn.nobg.white:hover,  .btn.nobg.white:focus,  .btn.nobg.white:active {
	color:#ffffff;
	text-decoration: none; 
}



.padding-15 {
  padding-left: -15px;
  padding-right: -15px; }

.vcenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.max-width {
	padding: 0 20px; 
}
@media (min-width: 1480px) {
	.max-width {
		padding: 0 30px;
	} 
}
@media (min-width: 1680px) {
	.max-width {
		padding: 0 120px;
	} 
}
@media (min-width: 1200px) and (max-width: 1479px) {
	.max-width {
    	padding: 0 20px; 
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.max-width {
    	padding: 0 20px; 
	}
}
@media (max-width: 768px) {
	.max-width {
    	padding: 0 10px; 
  	}
}



header {
  position: absolute;
  top: 0;
  z-index: 100;
  left: 0;
  right: 0; 
}

.mainHeader {
  position: absolute;
  width: 100%;
  top: 0px;
  background-color: #fff;	
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px){
    .mainHeader {

	}
}
@media (max-width: 991px) {
	.mainHeader {
		top: 0px;
	} 
}
  .mainHeader .container {
    position: relative; }
    @media (max-width: 767px) {
      .mainHeader .container {
        max-width: 100%; } }


      .logowidth {
        width:330px !important;
      }
  @media (min-width: 1200px) and (max-width: 1479px) {
      .logowidth {
        width:200px !important;
      }
    }
 @media (min-width: 992px) and (max-width: 1199px) {
	   .logowidth {
        width:170px !important;
		   float:left;
      }
	 .header_container {
		display:block!important;	 
	 }
 }
    @media (max-width: 991px) {
        .logowidth {
          width:150px !important;
        }
      }
@media (max-width: 575px) {
        .logowidth {
          width:120px !important;
        }
    
}
/*
@media (max-width: 320px) {
        .logowidth {
          width:130px !important;
        }
    
}*/

.right-up-content {
  position: absolute;
  right: 0px;
  top: 10px; }


.mainHeader {
	font-family: 'Cormorant Infant', serif;
}
.mainHeader .rightCol {
	font-size:14px;
}
@media (min-width: 1479px) {
	.mainHeader .rightCol {
		font-size:18px;
	}
}
@media (max-width: 1199px) {
	.ru .mainHeader .rightCol {
		font-size:14px;
	}
}
@media (max-width: 575px) {
	.mainHeader .col {
		padding-right: 8px;
    	padding-left: 8px;
	}
}
@media (max-width: 320px) {
	.mainHeader .col {
		padding-right: 0px;
    	padding-left: 0px;
	}
}	 
	 
/*languages
======================== */
.languages {
  font-weight: 300;
  margin-right: 10px;
	font-size:12px;
}
@media (max-width: 991px) {
	.languages {
	  margin-right: 0px;
	}
}


.languages a {
    color: #A78963;
    text-decoration: none;
}
.languages a img {
          width: 15px;
    height: 10px; 
}
@media (max-width: 575px) {
	.mainHeader .languages .list-inline-item:not(:last-child) {
		margin-right: .2rem;
	}
}
@media (max-width: 1199px) {
	.mainHeader .languages span{
		display:none;
	}
}

.tel_icon a{
	font-size:22px;
	color:#A78963;
	    padding-top: 4px;
    display: inline-block;
}

/*
.languagesDrop {
        font-weight: 300;
        margin-right: 10px;
        font-size: 12px; }
        .languagesDrop a {
          color: #0056a7;
          text-decoration: none;
          font-size: 12px; 
           }
          .languagesDrop a img {
            width: 16px; }
.languagesDrop .dropdown-item {
    width: 120px;
    display: block;
    padding: 0 0 0 10px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
.languagesDrop .dropdown-menu {
    min-width: 130px;
    
}*/

.small_menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
  @media (min-width: 992px) {
    .small_menu {
      display: inline-block !important; 
	} 
  }

/*  @media (max-width: 575px) {
    .small_menu {
      font-size: 16px; 
	}
  }*/
.small_menu li {
	display: inline-block;
    padding: 0px 8px; 
}
.small_menu li:first-child {
      padding-left: 0px; }
.small_menu li:last-child {
      padding-right: 0px; }
.small_menu li a {
      color: #A78963;
}
.small_menu li a:hover,
.small_menu li a.active{
    color: #C8B297;
	text-decoration: none; 
}
  @media (min-width: 992px) and  (max-width: 1199px){
	 .small_menu li{
		padding: 0px 4px; 
	}  
	 .ru .small_menu li{
		padding: 0px 2px; 
	}   
  }

.header-book .button-blue {
	font-weight:500;
}
.RightBook.button-blue {
	background-color: #A78963!important;
	color: #ffffff!important;
	padding: 6px 14px;
	font-family: 'Cormorant Infant', serif;
}
.button-blue {
	background-color: #A78963!important;
	color: #000000!important;
	padding: 6px 14px;
	font-family: 'Cormorant Infant', serif;
}
.button-blue:hover, 
.button-blue:focus, 
.button-blue:active,
.RightBook.button-blue:hover, 
.RightBook.button-blue:focus, 
.RightBook.button-blue:active{
	background-color: #C8B297!important;
	color: #000!important;
	text-decoration:none;
}
@media (max-width: 480px){
	.header-book .button-blue {
		width: 70px;
    	padding: 6px 6px;
		text-align: center;
		font-weight: 400;
		display: inline-block;
		line-height:1.2;
	}
	.ru	.header-book .button-blue,
	.fr	.header-book .button-blue {
		font-size:10px;
	}
}
	
/*HOTEL Small menu*/
.main_menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 18px; 
  margin-top: 20px; 
}  
.ru .main_menu{
	font-size: 16px;
}
@media (max-width: 1280px) {
	.ru .main_menu{
		font-size: 15px;
	}
	.fr .main_menu{
		font-size: 16px;
	}
}
@media (min-width: 992px) and  (max-width: 1199px){
    .main_menu {
      font-size: 15px;
      display: inline-block !important;
	  margin-top: 10px;
	}
	 .fr .main_menu{
      font-size: 14px;
	}
	.ru .main_menu{
      font-size: 12px;
	}
}
@media (max-width: 575px) {
    .main_menu {
      font-size: 16px; } 
}
.main_menu li {
    display: inline-block;
    padding: 10px 8px 0px 8px;
}
@media (max-width: 1479px) {
	  .main_menu li {
    	padding: 10px 4px 0px 4px; 
	  }
}
.main_menu li:first-child {
      padding-left: 0px; }
.main_menu li:last-child {
      padding-right: 0px; }

    .main_menu li a {
      color: #000; }
      .main_menu li a:hover,
.main_menu li a.active{
        color: #A78963;
        text-decoration: none; }

.main_menu .dropdown.active .dropdown-menu,
.main_menu .dropdown:hover .dropdown-menu{
	display: block;	
	border: 0px solid rgba(0,0,0,.15);
	background-color: #fff;
    border-radius: 0;
	 padding: 8px 10px;
	min-width: 12rem;
	font-size: inherit;
	    z-index: 1030;
	left: -20px;
	    margin: 0;
}
.main_menu .dropdown .dropdown-menu li{
	display:block;
	padding: 10px 8px 0px 8px;
}
.main_menu .dropdown .dropdown-menu a.active,
.main_menu .dropdown .dropdown-menu a:hover {
	text-decoration:underline;
	color:#A78963;
}


.noTopMedia {
	height:119px;
}
@media (max-width: 1479px) {
	.noTopMedia {
		height:98px;
	}
}
@media (max-width: 1199px) {
	.noTopMedia {
		height:86px;
	}
}
@media (max-width: 991px) {
	.noTopMedia {
		height:78px;
	}
}
@media (max-width: 575px) {
	.noTopMedia {
		height:67px;
	}
}
.topMedia {
  height: 100%;
  position: relative; }
.topMediaInner {
    height: 65%;
    position: relative;
}
@media (max-width: 991px) {
	.topMedia{
		height:440px;
		margin-top:78px;
	}
}
@media (max-width: 767px) {
	.topMedia{
		height:360px;
		margin-top:78px;
	}
}
@media (max-width: 575px) {
	.topMedia{
		margin-top:66px;
	}
}
.carousel-fade .carousel-item {
  display: block;
  position: absolute;
  opacity: 0;
  transition: opacity .75s ease-in-out; }
  .carousel-fade .carousel-item.active {
    opacity: 1; }

.carousel-control-next-icon, 
.carousel-control-prev-icon {
	display: inline-block;
	width: 50px;
	height: 58px;
} 
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
	visibility: hidden;
	z-index:10;
	margin: auto 5px;
	width: 50px;
	height: 58px;
}
          
          .carousel:hover .carousel-control-prev,
          .carousel:hover .carousel-control-next,
          .topMedia:hover .carousel-control-prev,
          .topMedia:hover .carousel-control-next,
          .topMediaInner:hover .carousel-control-prev,
          .topMediaInner:hover .carousel-control-next {
            visibility: visible;
          }


          .carousel-control-next-icon {
              background-image:none;
              background-image : url(../images/right.png?quality=50);
          }
          .carousel-control-prev-icon {
                  background-image:none;
              background-image : url(../images/left.png?quality=50);
          }
@media (max-width:991px) {
    .carousel-control-next-icon, 
    .carousel-control-prev-icon {
        width:35px;
        height:35px;
    }    
}

html,
body,
.carousel,
.carousel-inner,
.carousel-item {
  width: 100%;
  height: 100%; }

@media (max-width: 991px) {
	html,
	body,
	.carousel,
	.carousel-inner,
	.carousel-item {
	  height: inherit;
	}
	.carousel-item {
	  height: inherit!important;
	  background-position: center!important;
	}	
}
.carousel {
  position: absolute;
  top: 0;
  left: 0; }

.full-screen {
  background-size: cover;
  background-position: center!important;
  background-repeat: no-repeat!important; }

.contentOverSlider {
  position: absolute;
  z-index: 9;
  color: white;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  font-family: 'Cormorant Infant', serif;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 500; 
	font-style:italic;
}

.contentOverSlider .vcenter{
	display: inline-flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: auto;
	/*background: rgba(0,0,0,0.7);*/
	text-shadow: 2px 1px 2px #000;
    /*padding: 15px 25px;*/
} 
.contentOverSlider span {
    font-size: 52px;
    color: #fff; 
	 font-style:normal;
}
 @media (max-width: 991px) {
	  .contentOverSlider {
		    font-size: 28px;
	  }
	   .contentOverSlider span {
		      font-size: 38px;
	   }
  }
  @media (max-width: 575px) {
    .contentOverSlider {
      display: none !important; } 
  }


.video_btn{
	position:absolute;
	bottom:120px;
	left:0px;
	right:0px;
	z-index:99;
	width: 260px;
    margin: auto;
	/*display:none;*/
}
.video_btn span{
	padding-top:10px;	
	display:block;
}
.video_btn a{	
    font-size: 24px;
    font-weight: 600;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.video_btn img{
	filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 1));
	-webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 1));
}
  @media (max-width:991px) {
	  .video_btn{
		bottom:20px;
	  }
	  .video_btn img{
		  width:40px!important;
	  }
	 .video_btn a{	
		font-size: 18px;
	 }
  }


/*Book form
====================== */
.bookingRow {
  font-size: 16px;
  width: 100%;
  line-height: 42px;
  background-color: #F2ECE6;
    padding-top: 10px;
    padding-bottom: 15px;
}
  .bookingRow.underImg {
    position: relative;
    bottom: auto;
}
  @media (max-width: 767px) {
    .bookingRow {
      padding-left: 15px;
      padding-right: 15px; 
	}
  }
      @media (max-width: 575px) {
        .bookingRow {
          padding-left: 15px;
          padding-right: 15px;
        height: 63px; 
		}
	  }
  .bookingRow .form-group {
    margin-bottom: 0px;
    padding: 0px 5px;
   /* width: 16.6%; */
	  width: 20.6%;
  }
@media (max-width: 991px) {
	  .bookingRow .form-group {
		  width: 30%;
	  }
}

    .bookingRow .form-group:last-child {
      padding: 0;
	}
.bookingRow input.form-control, 
.bookingRow select.form-control {
    width: 100%;
    height: 34px !important;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0px;
    color: #282828;
    padding: 0px 12px 0px 5px;
    border: none;
    background-color: white; 
  }

.bookingRow .form-group.small {
	  width: 100px;
}
@media (max-width: 991px) {
.bookingRow .form-group.small {
	  display:none;
}	
}

  .bookingRow label {
    color: #000;
    line-height: 16px;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    display: block;
    margin-bottom: 6px;
    width: 100%; }
  .bookingRow .form-group.has-feedback {
    position: relative; }
  .bookingRow .form-group .fa.form-control-feedback {
    color: #000;
    position: absolute;
    top: 36px;
    right: 20px;
    z-index: 2;
    display: block;
    width: 20px;
    height: 18px;
    line-height: 34px;
    text-align: center;
    pointer-events: none; }
.bookingRow .bookButton {
    color: #fff;
    border: none;
    width: 100%;
    line-height: normal;
    padding: 8px 0px;
    font-weight: 500;
    font-size: 14px;
    vertical-align: bottom;
    background-color: #A78963;
    transition: all 0.3s ease 0s;
  }
@media (max-width: 991px) {
	  .bookingRow .bookButton {
   			font-size: 16px;
	  }	
}
    .bookingRow .bookButton:hover {
      background-color: #C8B297;
      transition: all 0.3s ease 0s; }

@media (max-width: 767px) {
	.bookingRow form{
		display:none!important;	
	}
	.bookingRow .bookBtnMobile{
		display:block!important;
	}
}




.bookingRow .languages { 
	font-size:12px;
	margin-right:0px;
	/*width:180px;*/
    line-height: 24px;	
}
@media (max-width: 1479px) {
	.bookingRow .languages {
		font-size:12px;
	}	
}
@media (max-width: 991px) {
	.bookingRow .languages { 
		width:100px;
	}
	.bookingRow .languages span{
		display:none;
	}
}

.bookingRow .bookBtnMobile {
  margin: 0 auto;
  display: none; }
  .bookingRow .bookBtnMobile a {
    padding: 10px 27px; 
    vertical-align: middle;
  }
  @media (max-width: 575px) {
    .bookingRow .bookBtnMobile {
      display: block; } 
	  .bookingRow .bookBtnMobile a {
    	padding: 5px 10px; 
	  }
  }
/*
.weather {
  color: #005bab;
  font-size: 20px;
  font-weight: 600;
  width:220px;
 }
.weather span.label{
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
	display:inline-block;
	line-height:1;
}
.fr .weather span.label,
.ru .weather span.label{
	  font-size: 12px;
}
@media (min-width: 992px) and  (max-width: 1199px){
	.weather {
		  width:180px;
		}
	.weather span.label{
		display:block;
		line-height:18px;
	}
} 
@media  (max-width: 991px){
	.weather {
		width:100px;
	}
	.weather span.label{
		display:none;
	}
}
@media  (max-width:767px){
	.weather {
		    margin-left: auto!important;
	}
}*/


/*Menu
===========================*/
/*! Pushy - v0.9.1 - 2013-9-16 */
.pushy {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 100000;
  background-color: #A78963;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
  font-weight: 300; }

nav ul {
  list-style: none;
  margin: 0;
  padding: 15px 0; }

nav ul li {
  display: block;
  color: #ffffff;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  border-top: none;
  position: relative;
  text-align: center;
  text-transform: uppercase; }

nav ul li a, nav ul li span {
  display: block;
  	/* font-size: 1rem;
    font-weight: 400; font-style: normal;*/
  color: #fff;
  text-decoration: none;
  padding: 6px 0px 6px 0px;
  font-size: 18px; }

nav ul li a:hover, nav ul li.active a {
  background-color: transparent;
  color: #fff;
  text-decoration: underline; }

nav ul li a.pad-right {
  padding-right: 10px; }

/*
nav ul li a.selected:after{
  content:"\25BC";
}
*/
nav ul.submenu {
  padding: 0px; }

nav ul.submenu a,
nav li.active ul.submenu a {
  display: block;
  padding: 4px;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  text-decoration: none; }

nav ul.submenu a:hover, nav ul.submenu li.active a {
  color: #fff;
  text-decoration: underline; }

.submenu li:first-child {
  padding-top: 8px; }

.submenu li:last-child {
  padding-bottom: 15px; }

.main-menu .plus {
 /* background-color: #ffffff;*/
  cursor: pointer;
  display: block;
  height: 23px;
  line-height: 23px;
  position: absolute;
  text-align: center;
  right: 0;
  top: 0;
  width: 23px;
  margin: 5px;
  border-radius: 50%;
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
  color: #fff; }

.main-menu .plus:after {
  content: '》';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; 
	font-weight:700;
}

.main-menu .plus:hover {
 /* background-color: #ffffff;*/ }

.submenu {
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-transition: max-height 1000ms;
  transition: max-height 1000ms;
  font-size: 14px; }

nav li.opened > .submenu,
nav li.active > .submenu {
  max-height: 300px; }

nav li.opened .plus:after,
nav li.active .plus:after {
  content: '✕'; 
font-weight:700;
}

.pushy-right {
  -webkit-transform: translate3d(300px, 0, 0);
  -moz-transform: translate3d(300px, 0, 0);
  -ms-transform: translate3d(300px, 0, 0);
  -o-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.pushy-open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.container-push, .push-push {
  -webkit-transform: translate3d(-300px, 0, 0);
  -moz-transform: translate3d(-300px, 0, 0);
  -ms-transform: translate3d(-300px, 0, 0);
  -o-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0); }

.pushy, #container, .push {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: -o-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  /* improves performance issues on hamburger-menu*/
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }

.site-overlay {
  display: none; }

.pushy-active .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 300px;
  z-index: 9999;
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  -moz-animation: fade 500ms;
  -ms-animation: fade 500ms;
  -o-animation: fade 500ms;
  animation: fade 500ms; }

.menu-btn {
  display: inline-block;
  padding: 9px 13px 11px 13px;
  color: #ffffff;
  background-color: #A78963;
  list-style-type: none;
  font-size: 24px; }
  @media (max-width: 767px) {
    .menu-btn {
      padding: 6px 8px 8px 8px; } }

.menu-btn:hover {
  cursor: pointer; }

.lang.mob li {
  display: inline-block; }
.lang.mob li span{
	display:none;
}
.primay-content-bg {
  background-color: #f5f5f5;
  padding: 80px 0px;
  line-height: 30px; }
  @media (max-width: 767px) {
    .primay-content-bg {
      padding: 40px 0px; } }
  @media (max-width: 575px) {
    .primay-content-bg {
      padding: 20px 0px; } }



.main-text {
  padding-top: 60px;
  padding-bottom: 60px;
  background:#F8F6F4;
  line-height: 26px;
  word-break:break-word;
}



@media (max-width: 575px) {
	.main-text {
  		padding-top: 40px;
  		padding-bottom: 40px;
		font-size: 16px;
        line-height: 24px;
	}
}


.main-text.nobgtext{
  background-color: white;
}

.main-text p a{
	line-height:40px;
}


.fullimg {
      background: url(../images/Alexander_Beach_Hotel-Panorama-Central-View-1-2016.jpg) no-repeat center center scroll;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; 
      position: relative;
    /*  padding-top:180px;
      padding-bottom:180px;*/
	height:550px;
  }
  @media (max-width: 991px) {
	 .fullimg {
		height:400px;
	} 
  }
  @media (max-width: 767px) {
	.fullimg {
		height:360px;
	}
  }


.FullMap {
  position: relative;
}

  .FullMap .point {
    position: absolute;
    left: 0;
    top: 0; 
  	z-index:99;
	right:0;
  }
  .FullMap .point object {
       width: 100%; height: auto;
}
  .FullMap .point svg{
 -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
    max-width: 1920px;
    height: auto;	  
  }
/* ACCOM SECTION HOME 
========================= */
.section-accom {
  background-color: #F8F6F4;
  font-weight: 300;
  line-height: 30px; 
}
.section_accom h1{
	margin-top:0px;
}
.section_accom .padding {
	padding-top:60px;
	padding-bottom:60px;
  /*padding:40px 60px;*/
}
/*
@media (max-width: 1200px) {
	.section_accom .padding {
		padding:25px 40px; 
	}
}
@media (max-width: 992px) {
	.section_accom .padding {
		padding:20px 30px; 
		font-size: 16px;
	}
}*/
.section_accom .padding img {
	margin-bottom: 40px; 
}

.new-Cormorant-italic-text {
	font-family: 'Cormorant Infant', serif;
	font-style:italic;
	font-weight:300;
	font-size:22px;
	line-height: 1.2;
}
@media (max-width: 767px) {
	.new-Cormorant-italic-text {	
		font-size:20px;
	}
}

.whyBook h2{
  text-align: left;
}
@media (max-width: 767px) {
	.whyBook h2{
		text-align:center;
	}
}
.whyBook ul{
  margin: 0px;
  padding: 0px;
}
.whyBook li{
	display: block;
  	list-style-type: none;
  	margin: 4px 0;
	
			display: -ms-flexbox!important;
    	display: flex!important;
}
.whyBook li:before {
   /* content: url("/images/check-solid.svg");*/
    content: "";
    border-bottom: 1px solid #000;
    color: #000;
    width: 23px;
    display: inline-block;
    vertical-align: top;
    /* padding-right: 5px; */
    height: 13px;
    margin-right: 10px;
}	
.whyBook li a{
  color: #000;
  display: inline-block;
  text-decoration: underline;
}
.whyBook li a:hover, .whyBook li a.selected{
  text-decoration: none; 
}
@media (max-width: 767px) {
	.whyBook li{
		display: -ms-flexbox!important;
    	display: flex!important;
		-ms-flex-pack: center!important;
    	justify-content: center!important;
	}
}

/*---ROOM HOME Section----*/
.section_room {
	margin-bottom:60px;	
}

.box_square {
  position: relative;
  overflow: hidden;
  font-size: 26px;
  padding-right: 0px;
  padding-left: 0px;
}
.border  {
  display:block;
  position: absolute;
  z-index: 10;
  height: auto;
  width: auto;
  top: 10px;
  bottom: 10px;
  left: 20px;
  right: 20px;
  border: 1px solid #f2ece6!important;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}

.box_square h2{
	margin-top:0px;
}
@media screen and (max-width: 1479px) {
	.box_square h2{
		font-size:22px;
	}
	.Button .btn {
		font-size: 16px;
	}
}
@media screen and (max-width: 480px) {
	.box_square h2{
		font-size:20px;
	}
	.Button .btn {
		font-size: 14px;
	}
	
}
	
@media screen and (max-width: 320px) {
		
		 .Button .btn {
			 font-size: 12px;
		 }

}
	 
.over_white_row{
  width:100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1199px) {
	
	.over_white_row{
	  	width:100%;
		height:100%;
	}
	.col_btn {
		text-align:center!important;
		padding:0!important;
	}
}

@media screen and (max-width: 1199px) {
	.over_white_row{
		display:block!important;
	}
}
@media screen and (min-width: 1200px) {
	.col_txt {
		width:75%;
	}
	.col_btn {
		width:25%;
	}
}
.RoomDetails .details_item {
	font-size: 12px;
	line-height: 16px;
}
@media screen and (min-width: 1680px) {
	.RoomDetails .details_item {
	    min-width: 80px;
	}
}
.RoomDetails .details_item .svg-inline--fa {
	font-size: 22px;
	margin-bottom:4px;
}
.RoomDetails .details_item div{
	min-height:32px;
}
.section_room .reservation a {
    padding: 14px 14px;
}
@media screen and (min-width: 1480px) {
	.pool {
		width:25%;
	}
}
@media screen and (max-width: 1479px) {
	.section_room .reservation a {
		padding: 10px 10px;
		font-size:12px;
	}
	.RoomDetails .details_item {
		font-size: 11px;
		line-height: 14px;
		padding-left:4px!important;
		padding-right:4px!important;
	}
	.RoomDetails .details_item .svg-inline--fa {
		font-size: 18px;
		margin-bottom:4px;
	}
	.RoomDetails .details_item div {
		min-height: 32px;
	}
}

@media screen and (max-width: 320px) {
	.RoomDetails  {
		display:none !important;
	}
}

/*----END ROOMS SECTION---*/

/*----SECTION Restaurant----*/

.section_rest{
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
 /* background-color: #f6f6f6;*/
  padding:40px;
}
.border2 {
  position: absolute;
  z-index: 10;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border: 1px solid #d3d3d3;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}

.restImg {
	background-size: cover!important;
    background-position: center center !important;
    background-repeat: no-repeat!important;
}
@media screen and (max-width: 1199px) {
	.restImg {
		height:450px;
	}
}
@media screen and (max-width: 767px) {
	.restImg {
		height:300px;
	}
}
.textRest h1 {
	margin-top:0px;
	margin-bottom:50px;
}
@media screen and (max-width: 1199px) {
	.textRest h1 {
		margin-top:20px;
	}
}
.textRest ul{
  margin: 0px;
  padding:0px;
  font-size: 16px;
}
.textRest li {
  display: block;
  list-style-type: none;
  margin-bottom: 10px;
}
.textRest li span {
  display: block;
  font-size: 12px;
  font-style: italic;
}
.contentZindex {
	z-index:12;
}
@media screen and (max-width: 480px) {
  .contentZindex {
 
    padding: 0px 0px;
}
}

.content-over-img {
	width: calc(100% - 20%);
    position: absolute;
    bottom: 0px;
    left: 10%;
    right: 0px;
    z-index: 10;
	color:#fff;
}
.content-over-img.white-bg {
	width: auto;
    position: absolute;
    bottom: 0px;
    left: 15px;
    right: unset;
    z-index: 10;
	color:#000;
	background:#fff;
	padding-left:20px;
		padding-right:20px;
}
@media screen and (max-width: 991px) {
	.content-over-img.white-bg h2{
		margin-bottom:10px;	
	}
}
@media screen and (max-width: 767px) {
	.content-over-img.white-bg {
		position: relative;
		bottom: unset;
		left: unset;
		right: unset;
		z-index: 10;
		color:#000;
		background:transparent;
		padding-left:0px;
			padding-right:0px;
	}	
}
/*SECTION DINING*/






/*----Highlights---*/
/*
.section_high{
  padding-bottom: 80px;
}*/
.over_white_col {
  width: 70%;
  margin: auto;
  position: absolute;
  background: white;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
}
.over_white_col .Button {
	margin:0px;
}

.section_high img {
  filter: brightness(1.15);
}


/*----OFFERS SECTION---*/
.section_offer{
  padding-top: 50px;
  padding-bottom: 80px;
  background: #f8f6f4;
	/*url(../images/gradient.gif) repeat-x left top;*/
}


/*
@media screen and (max-width: 576px) {
  .offerBox {
  margin-bottom: 40px;  
  }
}*/

.offerBox h2{
	margin-top:0px;
	/*line-height: .8em;*/
    padding-top: 10px;
}
/*----END OFFERS SECTION---*/



/*----DESTINATION SECTION---*/
.map_img {
		background:url(/media/1276/mapcrete.jpg) no-repeat center center; /*images/mapcrete.jpg*/
	    height: auto;
}
.map_link {
	display:block;
	height:100%;
	z-index: 11;
    position: relative;
}

.map_link.inner {
		background:url(/media/1276/mapcrete.jpg) no-repeat center center;	
	min-height:350px;
}
	
.map-height {
	height:400px;
}
	
.TextBanner{
  width: 80%;
  margin: auto;
  position: absolute;
  bottom: 0px;
  top: 70px;
  left: 0px;
  right: 0px;
  z-index: 10;
}
.TextBanner h2{
    color: white;
    font-weight: 400;
    margin: 20px 0 20px 0;
    text-align: center;
font-family: 'Cormorant Infant', serif;
    font-size: 28px;
    text-align: center;
}
.TextBanner h2 span{
  color: white;
}
@media screen and (max-width: 767px) {
	.map_img {
		height: 350px;
}
}
@media screen and (max-width: 320px) {
	.TextBanner{
	  top: 30px;
	}
	.TextBanner h2{
  
    font-size: 22px;
   
}
}


/*----INSTAGRAM SECTION---*/
#instafeed div{
	margin:0px;
	padding:0px;
	overflow: hidden;
	min-height:280px;
}
@media screen and (max-width: 1479px) {
	#instafeed div{
		min-height:240px;
	}
}
@media screen and (max-width: 1199px) {
	#instafeed div{
		min-height:180px;
	}
}
@media screen and (max-width: 991px) {
	#instafeed div{
		min-height:140px;
	}
}
@media screen and (min-width: 576px) and (max-width: 767px) {
	#instafeed div{
		min-height:180px;
	}
}

#instafeed div a {
	display:block;
	height:calc(100% - 14px);
	width:calc(100% - 14px);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
	margin:7px;
}
/*
#instafeed div a img {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  transform: scale(1.6);
}

#instafeed div a img:hover { transform: scale(1.5); }*/
#instafeed div a:hover { transform: scale(1.1);}

#instafeed div .likes {
	display:none;
}







.blogBox{
  background-color: #C8B297;
}
.blogBox h2{
	font-style: normal;
}
@media screen and (min-width: 576px) {
	.blogBox h2{
		text-align: left;
	}
}
.blogBox .Button{
	margin-top:0px;	
}
@media screen and (max-width: 575px) {
	.blogImg {
		height:240px;
	}	
}

/* FORMS
====================================== 

@media screen and (min-width: 576px) and (max-width: 991px) {
	.contactform  {
		max-width:400px;
	}
}

.contactform .form-control {
  border-radius: 0px;
  height: 40px;
  font-size: 15px; }

.contactform textarea.form-control {
  height: auto; }

.field-validation-valid {
  display: none;
  color: red; }

.field-validation-error {
  display: block;
  color: red;
  font-size: 12px;
  text-align: left; }

.control-label {
  font-weight: normal;
  text-align: left;
  display: block; }

.note {
  font-size: 13px;
    line-height: 18px;
    margin-top: 10px;
}

label span {
  color: red; }

label.required:after {
  content: " *";
  color: #FF0000; }
.asterisk {
  font-size: 15px; 
    margin-top: 10px;
}
*/


.signup .field-validation-error {
  text-align: center; }





/*----Room Page----*/
.gray{
  text-align: right;
  background-color: #F2ECE6;
}
.gray h2{
  text-align: right;
}
@media (max-width: 575px) {
.gray h2 {
    text-align: left!important;} 
  }

.roomInfo{

}
@media (max-width: 768px) {
.roomInfo {
  padding: 0 0px; } 
}
 @media (max-width: 575px) {
.roomInfo {
  text-align: left!important;
  padding: 20px 0px; } 
}




.section-dining {
  background-color: #fff;
  font-weight: 300; }
  .section-dining .padding {
    padding-left: 60px;
    padding-right: 60px; }
    @media (max-width: 575px) {
      .section-dining .padding {
        padding-left: 30px;
        padding-right: 30px; } }

.owl-dots,
.owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-nav {
  margin-top: 10px; }

.owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  /*background:#2a2a2a;*/
  display: inline-block;
  cursor: pointer; }

.owl-nav [class*=owl-]:hover {
  /*background:#676b53;*/
  color: #FFF;
  text-decoration: none; }

.owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-prev {
  background: none;
  position: absolute;
  left: -50px;
  top: 50%;
  background: url(../images/prev.gif);
  width: 40px;
  height: 40px; }

.owl-next {
  position: absolute;
  right: -50px;
  top: 50%;
  background: url(../images/next.gif);
  width: 40px;
  height: 40px; }

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d3d3d3;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #565656; }

.offers {
  padding: 80px 0px;
  background-color: #f5f5f5; }
  @media (max-width: 767px) {
    .offers {
      padding: 40px 0px; } }
  @media (max-width: 575px) {
    .offers {
      padding: 20px 0px; } }
  .offers a {
    position: relative;
    display: block;
    color: #fff; }
  .offers .text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    right: 25px;
    z-index: 2; }
    .offers .text h2 {
      color: #fff;
      font-size: 46px; }
    .offers .text span {
      font-size: 18px; }

.offers a:hover img {
  -webkit-animation: pulse 1s;
  animation: pulse 1s; }



.News{background-color: #f5f5f5;}

.hotel-reviews {
  font-weight: 300; 
}
.hotel-reviews .padding{
	padding: 0px 20%;
}
  @media (max-width: 767px) {
    .hotel-reviews {
     /* padding: 40px 0px;*/ } }
  @media (max-width: 575px) {
    .hotel-reviews {
      /*padding: 20px 0px;*/ } }


.hotel-reviews h3 {
    font-style: italic;
    font-size: 28px;
    padding-top: 10px;
	font-weight: 300; 
}
.hotel-reviews img {
    width: auto !important;
    margin: auto; 
}
@media (max-width: 1479px) {
	.hotel-reviews img {
		height:30px;
	}
}  
  @media (max-width: 1199px) {
	.hotel-reviews h3 {
    	font-size: 22px;
		padding-top: 0px;
	}
	.hotel-reviews img {
		height:20px;
	}
}
.hotel-reviews .small {
    font-size: 16px; }
/*
  .hotel-reviews .owl-prev {
    background: url(../images/arrow_left_sm.png) no-repeat; }
  .hotel-reviews .owl-next {
    background: url(../images/arrow_right_sm.png) no-repeat; }
  .hotel-reviews .owl-nav{
    display: none;
  }*/
  .hotel-reviews .owl-dots{
    position: relative;
    bottom: 0;
    padding-top: 10px;
  }

.hotel-reviews .owl-nav .owl-next,
.hotel-reviews .owl-nav .owl-prev {
	width: 70px;
	height: 70px; 
	top: 48px;
}
.hotel-reviews .owl-nav .owl-prev {
	left: -80px;
}
.hotel-reviews .owl-nav .owl-next {
	right: -80px;
}
@media (max-width: 991px) {  
	.hotel-reviews .owl-nav .owl-next,
	.hotel-reviews .owl-nav .owl-prev {
		width: 50px;
		height: 50px; 
	}
 }

.hotel-reviews .owl-nav .owl-next{
		background: url(/images/arrow-square.svg) no-repeat center center!important;
	    background-size: 100%!important;
}
.hotel-reviews .owl-nav .owl-prev {
	background: url(/images/arrow-square.svg) no-repeat center center!important;
	  	transform:      scaleX(-1);
  	-ms-transform:      scaleX(-1);
  	-moz-transform:     scaleX(-1);
  	-webkit-transform:  scaleX(-1);
  	-o-transform:       scaleX(-1);
	    background-size: 100%!important;
}


.border3{
  background-color: white;
  border: 1px solid #A78963;
  padding:20px;
}

.hotel-awards {
  font-weight: 400;
 }
@media (max-width: 767px) {
	.hotel-awards .owl-carousel img {
		width:auto;
		margin:auto;
	}
}
#awards-owl {
	padding-bottom:80px;
}
@media (max-width: 991px) {
	#awards-owl {
		padding-bottom:60px;
	}
}
.hotel-awards .owl-nav{
	position:relative;
	width:100px;
	margin:auto;
	margin-top:20px;
}
.hotel-awards .owl-nav .owl-next,
.hotel-awards .owl-nav .owl-prev {
	width: 70px;
	height: 70px; 
}
@media (max-width: 575px) {  
	.hotel-awards .owl-nav{
		width:20px;
	}
	.hotel-awards .owl-nav .owl-next,
	.hotel-awards .owl-nav .owl-prev {
		width: 50px;
		height: 50px; 
	}
 }	
.hotel-awards .owl-nav .owl-next{
		background: url(/images/arrow-square.svg) no-repeat center center!important;
	    background-size: 100%!important;
}
.hotel-awards .owl-nav .owl-prev {
	background: url(/images/arrow-square.svg) no-repeat center center!important;
	  	transform:      scaleX(-1);
  	-ms-transform:      scaleX(-1);
  	-moz-transform:     scaleX(-1);
  	-webkit-transform:  scaleX(-1);
  	-o-transform:       scaleX(-1);
	    background-size: 100%!important;

}


/*Bottommenu
========================== */
.Bottommenu {
  color: #000;
  background-color: #F8F6F4;}
  .Bottommenu ul {
    font-size: 14px;
    margin: 0px;
    padding: 15px 0;
    font-weight: 300;
   }
    .Bottommenu ul li {
      display: inline;
      list-style-type: none;
   }
      .Bottommenu ul li a {
        color: #000;
        text-decoration: none;
		  display: inline-block;
        padding: 8px 13px 0 13px;
      }
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.Bottommenu ul li a {
		 padding: 10px 10px;
	}
}

        @media screen and (min-width: 768px) and (max-width: 991px) {
          .Bottommenu ul li a {
           padding: 8px 10px;
            transition: all 0.3s ease 0s; } }
        .Bottommenu ul li a:hover, .Bottommenu ul li a.selected {
          color: #A78963;
          text-decoration: none;
          transition: all 0.3s ease 0s; }
      .Bottommenu ul li:last-child a {
        padding-right: 0px; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .Bottommenu ul {
        font-size: 14px;
        margin: 0px; } }

 @media screen and (max-width: 767px) {
	 .Bottommenu ul li a {
    padding: 8px 10px;
    font-size: 14px;
	 }
 }






.section-breadcrumb {
  background: #f5f5f5; }
  .section-breadcrumb .breadcrumb {
    background: #f5f5f5;
    margin: 0px; }



.reasons{
  padding: 30px 40px 0 40px;
}
.reasons .cols {
    width:18%;
    padding-left:8px; 
    padding-right:8px;
	font-family: 'Cormorant Infant', serif;
    font-size: 20px;
    font-weight: 400;
	background:#fff;
	    line-height: 1.2;
	margin-left:1%;
	margin-right:1%;
}
/*
.reasons .cols:not(:last-child){
	margin-right:1.5%;
}*/
.reasons img {
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.reasons {
    	padding: 40px 20px 0 20px;
    }
}
@media (max-width: 767px) {
	.reasons{
		padding: 30px 0px 0 0px;
	}
	.reasons .cols {
		    font-size: 18px;
		width:48%;
		margin:1%!important;
	}
}
@media screen and (max-width: 575px) {
	.reasons{
    	padding: 40px 0px 0 0px;
	}
}



/* Listing items*/
.section_listing {
  padding: 80px 0px;
  background: #f5f5f5; }
  @media (max-width: 767px) {
    .section_listing {
      padding: 40px 0px; } }
  @media (max-width: 575px) {
    .section_listing {
      padding: 20px 0px; } }
  .section_listing .row {
    margin-bottom: 30px; }
  .section_listing .row:last-child {
    margin-bottom: 0px; }
  .section_listing .over {
    position: absolute;
    top: 0px;
    left: 15px;
    right: 15px;
    bottom: 0px; }
    .section_listing .over:before {
      content: "";
      background: rgba(0, 0, 0, 0.4);
      position: absolute;
      top: 0;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .section_listing .over .over-text {
      z-index: 2; }
      .section_listing .over .over-text h2 {
        color: #fff; }
    .section_listing .over .over-text-displayed {
      display: none;
      text-align: center; }
      .section_listing .over .over-text-displayed h2 {
        color: #373737; }
    .section_listing .over:hover:before {
      background: white; }
    .section_listing .over:hover .over-text-displayed {
      display: block; }

ul.amenities {
  margin: 0px;
  padding:0px;}
  
  @media (max-width: 767px) {
    .amenities {
      padding: 40px 0px; } }
  @media (max-width: 575px) {
    .amenities {
      padding: 20px 0px; } }

.col-centered {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px; }
  @media (max-width: 575px) {
    .col-centered {
      display: block; } }

ul.listCentered {
  display: inline-block;
  text-align: center;
  padding: 0px;
  margin: 12px 0px;
  list-style-type: none;
  list-style-position: inside; }

ul.listCentered li {
  display: block;
  margin-bottom: 3px;
  padding: 2px 15px; }

ul.listCentered li:before {
  vertical-align: top;
  content: url(../images/bullet.png);
  padding-right: 5px; }

ul.list {
  padding: 0px;
  margin: 12px 0px;
  list-style-type: none;
  list-style-position: inside; }

ul.list li {
  display: block;
  margin-bottom: 3px;
 /* padding: 2px 0px;*/
  cursor: auto; }

ul.list li:before {
  vertical-align: top;
  content: url(../images/bullet.png);
  padding-right: 8px; }

ul.list.text-right li:before {
  content: "";
  padding-right: 0px; }

ul.list.text-right li:after {
  content: url(../images/bullet.png);
  padding-left: 5px; }


ul.listText {
  display: inline-block;
  text-align: center;
  padding: 0px;
  margin: 12px 0px;
  list-style-type: none;
  list-style-position: inside; }

ul.listText li {
  display: block;
  margin-bottom: 3px;
  padding: 2px 15px; }

ul.listText li:before {
  vertical-align: top;
  /*content: url(../images/bullet.png);*/
  padding-right: 5px; }




.otherRooms {
  padding-top: 30px; }

/*BottomContainer
=========================== 
.BottomContainer{
    & .container{
    position: absolute;
    z-index: 10;
    bottom: 50px;
    left: 0px;
    right: 0px;
    padding: 0px;      
        @include media-breakpoint-down(xs) { 
            padding: 20px 0;
            background-color: transparent;
        }
    }     
}

*/
/*Reasons
========================== 
.Reasons{
    padding: 50px 0;
    background-color: #f2f2f2;
    & h2{
        &:after{
            background: none;
        }
    }
    & .ReasonStar {
        width: 20%;
        @include media-breakpoint-down(xs) {
            width: 100%;
        }
          & .ReasonNum{
              width: 82px;
              height: 82px;
              color: #00335f;
              display: inline-block;
              font-size: 26px;
              font-weight: 300;
              padding: 33px 20px 18px 20px;
              margin-bottom: 20px;
              background: url(../images/star3.png);
              font-family: "Times New Roman", Georgia, Serif;
              }
         & .ReasonTxt{
             color: #00335f;
             font-size: 20px;
             font-family: "Times New Roman", Georgia, Serif;
            font-weight: 400;
            margin-bottom: 30px;
            padding: 0 30px;
             @include media-breakpoint-between(xs, md) { 
                 padding: 0 0px;
             }
             @include media-breakpoint-down(xs) { 
                 padding: 18px 20px;
             }
             }
        }
}
*/
/*

#submenu-filter.affix {
    position: relative; 
	width: inherit;
}
.affix-bottom { position: absolute; }
	
	
	#submenu-filter-toggle {
		display:none;
	}
	.filter {
	  display: block;
	}
	#submenu-filter ul {
	  background: #fff;
	  border: 1px solid #e9e9e9;
	  border-width: 1px 1px 0 1px;
        margin-top: 1px;
		 background: #f0f0f0;
	}
	#submenu-filter ul li {
		
	}
	#submenu-filter ul li a{
	  display: block;
		padding: 10px 20px;
	  border-bottom: 1px solid #e9e9e9; 
		position:relative;
	  
	}
	#submenu-filter ul li a:hover,
	#submenu-filter ul li a.active{
		text-decoration:none;
		color:#948a61;
	}

*/
/* SHOW SUB MENU AS DROPDOWN
.row #submenu-filter{
    margin-left: 15px;
    margin-right: 15px;
}
	#submenu-filter { 
	  position: relative;
	  background: #fff;
	  border-bottom: 1px solid #acacac;
	  margin-bottom: 40px;
      font-size: 20px;
      text-align:left;
      background: transparent;
      font-family: "Times New Roman", Georgia, Serif;
	}
	#submenu-filter-toggle i {
	  margin-right: 5px;
	}
	#submenu-filter-toggle {
      color: #00335f;
	  height: 48px;
	  line-height: 48px;
	  display: inline-block;
	  border: 1px solid #acacac;
	  padding: 0 28px;
      background: #f8f8f8;
	}
	#submenu-filter-toggle:focus,
	#submenu-filter-toggle:hover {
	  text-decoration: none;
	   background: #f1eeed;
		color:#00335f;
	}
	.filter {
	  display: none;
	}
	#submenu-filter ul {
	  position: absolute;
	  top: 48px;
	  left: -1px;
	  background: #f1eeed;
	  border: 1px solid #e9e9e9;
	  border-width: 1px 1px 0 1px;
	  z-index: 200;
	}
    #submenu-filter ul li{
        list-style-type: none;
    }	
#submenu-filter ul li a {
      color:#00335f;
	  display: block;
	  white-space: nowrap;
	  border-bottom: 1px solid #d5d5d5;
	  padding: 10px 20px;
    font-size: 16px;
	}
	#submenu-filter ul li a:hover,
	#submenu-filter ul li a.active{
		text-decoration:none;
		color:#35a2c9;
	}





ul.SubMenu{
    margin: 0px;
    padding: 0px;
    & li{
        display: block;
        list-style-type: none;
        margin-bottom: 1px;
        & a{
            color: #e4ae28;
            display: inline-block;
            width: 100%;
            font-weight: 600;
            padding: 8px 10px 8px 20px;
            background-color: white;
            text-decoration: none;
            transition: all 0.5s ease-in-out;
            &:hover, &.selected{
               color: #3a3a3a; 
               transition: all 0.5s ease-in-out;
            }
        }
    }
}

*/
/*gallery
=========================== 
.gallery div{
	margin: 50px 0 100px 0;
}

.gallery ul{
	margin: 80px 0 0 0;
	padding: 0px;
}
.gallery li{
	display: inline-block;
	list-style-type: none;
	float: left;
	width: 20%;
        @include media-breakpoint-between(sm, md) {
            width: 25%;
        }
        @include media-breakpoint-down(xs) { 
            width: 33.32%;
        }
}
*/
.map {
  height: 600px; }

#google-map {
  position: relative;
  height: 100%; }

#google-container {
  position: relative;
  width: 100%;
  background: #fafafa;
  height: 100%; }

#zoom-in,
#zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 20px;
  background: #6f6d6d;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url(../images/map/cd-icon-controller.svg); }

.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
  background-color: #6f6d6d; }

#zoom-in {
  background-position: 50% 0;
  margin-top: 40px;
  margin-bottom: 1px; }

#zoom-out {
  background-position: 50% -32px; }

#google-container .gm-style .gm-style-iw {
  font-size: 16px; }

/*Newsletter
============================= */
@media (min-width: 1199px) {
	.newsletter .contactform {
		width: 60%; 
	}
}
@media (max-width: 767px) {
	.newsletter {
		margin-top: 30px;
	}
}
.newsletter .form-group {
    margin-bottom: 0px; 
}
.newsletter input.mailBox {
    color: #fff;
    border: 0px;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    padding: 0px 15px 4px 15px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #000;
    background-color:transparent;
    border-radius: 0px; 
}
.newsletter .submitBtn.btn-primary {
    background-color: #A78963;
    border: 0px;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0px;
    margin-top: 12px!important;
    padding: 13px 30px 13px 30px;
    vertical-align: inherit;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.newsletter .submitBtn.btn-primary:hover, .newsletter .submitBtn.btn-primary:focus {
      color: #ffffff;
      background-color: #C8B297; 
}
/*
    @media (max-width: 767px) {
      .newsletter .submitBtn.btn-primary {
        width: 140px;
        padding: 13px 10px; } }*/

.newsletter p {
	font-size:14px;
}
/* FOOTER
=========================*/

@media (min-width: 768px) {
	.contact {
		text-align: left;
	}
}
.contact a {
    color: #000000; 
  	text-decoration: underline;
}
.contact .mhte {
	margin-top:5px;
}
.address {
	padding-top:15px;
}
.social {
	margin-top:30px;
	display: flex;
    flex-wrap: wrap;
}
.social a {
	font-size: 24px;
    margin-right: 5px;
    width: 40px;
    background: #000;
    color: #A78963;
    padding: 8px 4px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
}
.logofooter{
   margin-top: 20px;
	margin-bottom: 20px;
	width:330px;  
  }
@media (max-width: 991px) {
	.logofooter {
    	width:200px;
	}
}
@media (max-width: 575px) {
	 .logofooter{
		width:160px;	 
	 }
}
.footer .map_link{
	background:#a5d7e0 url(/media/1975/map.jpg) no-repeat center center;
	background-size:100%;
}
@media (max-width: 767px) {
	.footer .map_link{
		min-height: 350px;
	}
}
@media (max-width:480px) {
	.footer .map_link{
		min-height: 240px;
	}
}

/*Contact
=========================== */
.Copyright {
	background-color: #F8F6F4;
   	font-size: 14px;
  	padding-top: 20px;
  	text-align: center; 
	padding-bottom:90px;
}
.Copyright a {
    color: #000;
    text-decoration: underline; }
.Copyright a:hover {
      text-decoration: none; }



.toTop {
  text-align: right;
}
a.scrollup, a:hover.scrollup {
  background: url(../images/arrowTop.jpg) no-repeat center center;
  bottom: 100px;
  position: fixed;
  right: 0px;
  text-indent: -9999px;
    width: 65px;
    height: 45px;
  text-decoration: none;
  padding: 0px 0px;
  z-index: 10001;
}

/*@media (max-width: 991px) {
	a.scrollup, a:hover.scrollup {
		bottom: 10px;
	}
}*/
@media (max-width: 767px) {
	a.scrollup, a:hover.scrollup {
		bottom: 0px;
		    width: 35px;
    	height: 35px;
		background-size:100%;
	}
}
/*ACCOMMODATION PAGE*/
.rowsSection .bgText {
	background-color: transparent;
	margin-top: 0px;
	margin-left: 0px;
}

.rowsSection .bgText.reverse {
   background-color: #F2ECE6;
}
.rowsSection .rowsContentContainer {
	padding-top:15px;
	padding-bottom:15px;
}
.rowsSection .rowContent{
	padding-top:15px;
	padding-bottom:15px;
}
.rowsSection .rowsContentContainer img {
    z-index: 2;
    position: relative;
}


.rowsSection .rowsContentContainer .bgText {
	height: 100%;
	padding-left: 80px;
	padding-right: 80px; 
}
@media (max-width: 1199px) {
	.rowsSection .rowsContentContainer .bgText {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width: 991px) {
	.rowsSection .rowsContentContainer .bgText {
		margin: 0px;
		padding: 20px !important; 
	} 
}

.rowsSection .rowsContentContainer .bgText h2 {
	text-align: left; 
	margin-top: 0px;
}
 @media (min-width: 992px) {
	.rowsSection .rowsContentContainer .bgText.reverse h2 {
		text-align: right; 
	}
}


@media (max-width: 991px) {
	.rowsSection .rowsContentContainer .bgText.reverse {
		margin: 0px;
		padding: 20px !important;
		text-align: left; 
	} 
	.rowsSection .rowsContentContainer .bgText.reverse .Button.text-right {
		text-align: left !important;
	}
}

.bgText .btns {
	margin-top:30px;
}
.bgText .btns div{
	display:block!important;
	text-align: left; 
	margin-top:15px;
}
@media (min-width: 992px) {
	.bgText.reverse .btns div{
		text-align: right; 
	}
}


/*Room Type*/
.rowsSection.no-space .rowsContentContainer,
.rowsSection.no-space .rowContent{
	padding-top:0px;
	padding-bottom:0px;
}

.roomFacilities.bg_grey {
	background-color:#F2ECE6;	
}
.aligner {
	padding-top:20px;
	padding-bottom:20px;
}
.roomFacilities .RoomDetails {
	margin-bottom:30px;
}
.roomFacilities .RoomDetails .details_item {
    font-size: 16px;
    line-height: 18px;
	
}
.roomFacilities .RoomDetails .details_item div {
    min-height: auto;
}
.roomFacilities .RoomDetails .details_item:first-child {
    padding-left:0px!important;
}
.roomFacilities .RoomDetails .details_item .svg-inline--fa {
    font-size: 24px;
	margin-bottom: 10px;
		
}
.roomFacilities ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	line-height:24px;
}
.roomFacilities ul li{
	margin:0px;
	padding:0px;
}
/* GALLERY CAROUSEL IN PAGE
=============================== */
.owl-carousel.gallery-owl{
	z-index:11;
}
/*
.owl-carousel.gallery-owl .owl-item a:before{
	content:"";
    display: block;
    position: absolute;
    z-index: 12;
    height: auto;
    width: auto;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    border: 1px solid #ffffff;
    display: block;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}*/
.gallery-owl .owl-nav {
    margin-top: 0px;
}
.gallery-owl .owl-nav [class*=owl-] {
    width: 60px;
    height: 60px;
	padding:0;
}
.gallery-owl .owl-nav .owl-prev {
    left: 20px;
    background-image: url(/images/left.png)!important;
}
.gallery-owl .owl-nav .owl-next {
    right: 20px;
    background-image: url(/images/right.png)!important;
}
.gallery-owl.new-arrow .owl-nav .owl-next {
    background: url(/images/arrow-new.svg) no-repeat center center!important;
    background-size: 100%!important;
}
.gallery-owl.new-arrow .owl-nav .owl-prev {
	background: url(/images/arrow-new.svg) no-repeat center center!important;
	background-size: 100%!important;
	/*  	transform:      scaleX(-1);
  	-ms-transform:      scaleX(-1);
  	-moz-transform:     scaleX(-1);
  	-webkit-transform:  scaleX(-1);
  	-o-transform:       scaleX(-1);*/
}

.right-carousel-arrows .owl-nav{
	content: "";
    background: #F8F6F4;
    position: absolute;
   /* right: 8.333333%;*/
	right:9%;
    width: 300px;
    bottom: 25%;
    height: 110px;
    margin: auto;
	padding:15px;
}
.right-carousel-arrows .owl-nav .owl-next,
.right-carousel-arrows .owl-nav .owl-prev {
	width: 100px;
    height: 100px;
	top:0;
}
.gallery-owl.new-arrow.right-carousel-arrows .owl-nav .owl-next{
		background: url(/images/arrow-square.svg) no-repeat center 10px!important;
	    background-size: 80%!important;
		min-height: 100px;
    	line-height: 170px;
}
.gallery-owl.new-arrow.right-carousel-arrows .owl-nav .owl-prev {
	background: url(/images/arrow-square-left.svg) no-repeat center 10px!important;
	background-size: 80%!important;
	min-height: 100px;
    line-height: 170px;
}
@media (max-width: 1479px) {
	.right-carousel-arrows .owl-nav{
		width: 240px;
    	height: 90px;
		right: 8.333333%;
	}
	.right-carousel-arrows .owl-nav .owl-next,
	.right-carousel-arrows .owl-nav .owl-prev {
		width: 80px;
		height: 80px;
	}
	.gallery-owl.new-arrow.right-carousel-arrows .owl-nav .owl-next{
    	line-height: 140px;
}
.gallery-owl.new-arrow.right-carousel-arrows .owl-nav .owl-prev {
    line-height: 140px;
}
}
@media (max-width: 1199px) {
	.right-carousel-arrows .owl-nav{
		padding:10px 0;
		width: 200px;
    	height: 70px;
		right: 8.333333%;
	}
	.right-carousel-arrows .owl-nav .owl-next,
	.right-carousel-arrows .owl-nav .owl-prev {
		width: 60px;
		height: 60px;
	}
	.gallery-owl.new-arrow.right-carousel-arrows .owl-nav .owl-next,
	.gallery-owl.new-arrow.right-carousel-arrows .owl-nav .owl-prev {
    	line-height: 110px;
		font-size: 12px;
}

}
@media (max-width: 767px) {
	.right-carousel-arrows .owl-nav{
		width: 120px;
    	height: 50px;
		right: 5%;
	}
	.right-carousel-arrows .owl-nav .owl-next,
	.right-carousel-arrows .owl-nav .owl-prev {
		width: 40px;
		height: 40px;
	}
	.right-carousel-arrows .owl-nav .owl-prev {
    	left: 10px;
	}
	.right-carousel-arrows .owl-nav .owl-next {
    	right: 10px;
	}
.gallery-owl.new-arrow.right-carousel-arrows .owl-nav .owl-next{
    background: url(/images/arrow-square.svg) no-repeat center 6px!important;
    background-size: 80%!important;
    min-height: 40px;
    line-height: 70px;
	font-size: 9px;
}
.gallery-owl.new-arrow.right-carousel-arrows .owl-nav .owl-prev {
	background: url(/images/arrow-square-left.svg) no-repeat center 6px!important;
	background-size: 80%!important;
	min-height: 40px;
    line-height: 70px;
	font-size: 9px;
}
}
@media (max-width: 575px) {
	.right-carousel-arrows .owl-nav{
		width: 120px;
    	height: 50px;
		right: 0;
		position:relative;
	}
}



.other_rooms {
	margin-top:40px;
	margin-bottom:40px;
	border:2px solid #A78963;
	padding:20px 30px 30px;
}

.other_rooms h2 {
	color:#4c4c4c;
}
.other_rooms a {
	color:#000;
	text-decoration:underline;
}
.other_rooms a:hover {
	text-decoration:none;
}
@media (max-width: 575px) {
	.other_rooms .d-flex{
		display:block!important;	
	}
}

/* Listing subpages 
=============================== */
.listing_boxes {
	margin-top:40px;	
	
}
.listing_box {
  position: relative;
  overflow: hidden;
	margin-bottom:30px;	
  /*font-size: 26px;
  padding-right: 0px;
  padding-left: 0px;*/
	
}
.listing_box .border{
	left:35px;
	right:35px;
}
.listing_box .border a{
	width:100%;
	height:100%;
	display:block;
}
.listing_box h2 a{
    color: #000;
}
.listing_box .over_white_col {
	bottom:20px;	
}


@media (max-width: 1479px) {
	.listing_box .over_white_col h2{
		margin:10px 0;
		font-size:20px;
	}
}



.textWithBox .bg_grey {
	background-color:#F2ECE6;	
}
.textWithBox .bg_grey h2{
	text-align:left;	
	font-size:26px;
}

.galleries h2 span {
	font-size:16px;	
}


/* FORMS
==================== */
.contactform {
	line-height:24px;	
}

.contactform .row{
	padding-bottom:10px;

		}

.form-control{ 
	font-size:15px;
}
.contactform .form-control{
	border-radius: 0px;
	height:40px;
}
.contactform textarea.form-control {
	height:auto;
}

.contactform label {
	display: inline;
}


#theForm,
#theForm h2 {
	text-align:left;	
}

.signup .form-group {
	vertical-align:top;	
}
.asterisk {
margin-top:10px;
font-size:14px;
}
.field-validation-valid {
		display:none;	
		color:red;
			}
.field-validation-error  { 
	display:block;
	color:red;
font-size:12px;	
text-align:left;
}
.control-label {
	font-weight:normal;
	text-align:left;
display:block;	
}


.note{
	 color: #999;
		font-size:13px;	
	line-height:16px;
	margin-top:10px;
	}
label span {
color: red;
}

label.required:after {
	content:" *";
	color:#FF0000;
}

.signup .field-validation-error{
		text-align:left;		
			}
.form-agree {
	margin-top:0px;
    font-size: 14px;
	margin-bottom:0px;
}
.form-agree label{
	margin-bottom:0px;	
}
.multiline-label label {
    display: inline;
    vertical-align: top;
	    max-width: 90%;
		margin-top:0px;
}

.submitBtn {
    padding: 14px 24px;
    font-size: 14px;
    font-weight: 700;
    line-height: 11px;
    border: 0px;
    border-radius: 0px;
    background-color: #A78963;	
}
.submitBtn:hover {
	background-color: #C8B297!important;
}
.grecaptcha-badge {
	display: none !important;
}

/* MODAL
======================*/

.modal {
  text-align: center;
  padding: 0!important;
}
.modal-backdrop.show {
	    opacity: .6;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  	display: inline-block;
  	text-align: left;
  	vertical-align: middle;
	max-width: 650px; 
	max-height: 500px;
}
.modal-title {
	line-height: 1.0;
}
.modal-header {
    min-height: 16.43px;
    padding: 0px;
    border-bottom: none; 
	text-align:right;
	min-height:0;
	height:0;
}
.modal-header button.close {
	position:absolute;
	right:10px;
	font-size: 45px;
	z-index:1;
}
.modal-content {
    border-radius: 0;
}
.modal-body {
   /* padding: 15px 15px 10px 15px;*/
	padding:0px;
}
.modal-text {
	    padding: 40px 5px 15px 5px;
	text-align:center;
	    font-size: 15px;
}
.modal-body h2 {
	text-align:center;	
	margin-top:0px;
	font-size:24px;
}
.modal-body ul {
    list-style-position: inside;
	list-style-type: circle;
}
.modal-body ul {
  list-style-type: none;
}
.modal-body ul > li {
  /*text-indent: -5px;*/
}
.modal-body ul > li:before {
  content: "- ";
  /*text-indent: -5px;*/
}

.modal-body picture{
	display:block;
	height:100%;
}
@media (min-width: 768px) {
	.modal-body img {
		 /*max-width: 100%;
		height: auto !important;*/
		/*object-fit: fill;
		min-height: 460px; /*400px*/
		height: 100%;
		overflow: hidden;
		object-fit: cover;
	}
	/*.fr .modal-body img,
	.ru .modal-body img{
		min-height: 465px;   
	}
	.ru .modal-body img{
        min-height: 430px;       
	}*/
}
.modal-body .Button a{
	font-size: 18px;
    padding: 7px 14px;
    font-weight: normal;
    margin-bottom: 8px;
    margin-top: 5px;
}
@media (max-width: 991px) {
	.modal-dialog {
    	max-width: 600px;
	}
	/*.modal-body {
		padding: 15px 12px 10px 12px;
	}*/
	.modal-body p{
		margin-bottom: 5px;
    	font-size: 14px;
	}
	.modal-body .Button a{
		font-size: 14px;
		padding: 5px 16px;
	}
}
@media (max-width: 767px) {
	.modal-dialog {
    	max-width: 330px;
	}
	.modal.fade.in {
		top:20px !important;
	}

	.modal:before {
		height: auto;
	}
	.modal-text {
		padding: 20px 15px 15px 15px;
	}

}
/*
@media (max-width: 480px) {
	.modal-dialog {
    	max-width: 80%;
	}
}*/

.signature-pad > canvas {
    display: block;
    width: 300px;
    height: 150px;
    margin-bottom: 5px;
    background:#fff;
}
@media screen and (max-width: 757px){
	.signature-pad > canvas {
		width:100%;
	}
}
.btn-clear-canvas {
	font-size: 14px;
	text-decoration: underline;
}
.icon-bestseller {
	content: url(/images/best-seller.svg);
	width:80px;
	height:80px;
	position:absolute;
	top:20px;
	right:30px;
	z-index:11;
}
.icon-top-pick {
	content: url(/images/top-pick-2025.svg);
	width:80px;
	height:80px;
	position:absolute;
	top:20px;
	right:30px;
	z-index:11;
}
.icon-best-choice-4 {
	content: url(/images/Best-Choice-4-plus-people.svg);
	width:80px;
	height:80px;
	position:absolute;
	top:20px;
	right:30px;
	z-index:11;
}
@media screen and (min-width: 576px){
	.icon-bestseller.revert {
		right:auto;
		left:30px;
	}
	.icon-top-pick.revert {
		right:auto;
		left:30px;
	}
	.icon-best-choice-4.revert {
		right:auto;
		left:30px;
	}
}
@media (min-width: 992px) {
	.icon-bestseller {
		width:100px;
		height:100px;
	}
	.icon-top-pick {
		width:100px;
		height:100px;
	}
	.icon-best-choice-4 {
		width:100px;
		height:100px;
	}
}
.icon-bestseller.bottom {
	top:auto;
	bottom:20px;
	width:80px;
	height:80px;
}
.icon-top-pick.bottom {
	top:auto;
	bottom:20px;
	width:80px;
	height:80px;
}
.icon-best-choice-4.bottom {
	top:auto;
	bottom:20px;
	width:80px;
	height:80px;
}
@media (max-width: 575px) {
	.icon-bestseller.bottom {
		left: 0px;
		right: 0px;
		margin: 0 auto;
		width:70px;
		height:70px;
	}
	.icon-top-pick.bottom {
		left: 0px;
		right: 0px;
		margin: 0 auto;
		width:70px;
		height:70px;
	}
	.icon-best-choice-4.bottom {
		left: 0px;
		right: 0px;
		margin: 0 auto;
		width:70px;
		height:70px;
	}
}
.icon-bestseller.relative{
	position: relative;
    left: 0;
    right: auto;
    top: auto;
    bottom: auto;
    text-align: center;
    margin: 0 auto 10px auto;
    width: 80px;
    height: auto;
}
.icon-top-pick.relative {
	position: relative;
    left: 0;
    right: auto;
    top: auto;
    bottom: auto;
    text-align: center;
    margin: 0 auto 10px auto;
    width: 80px;
    height: auto;
}
.icon-best-choice-4.relative {
	position: relative;
    left: 0;
    right: auto;
    top: auto;
    bottom: auto;
    text-align: center;
    margin: 0 auto 10px auto;
    width: 80px;
    height: auto;
} 


/*Alt for popup*/
.banner-sticky {
	position:fixed;
	bottom:100px;
	right:25px;
	width:300px;
	background:rgba(255,255,255, 1);
	z-index:1001;
	line-height: 22px;
	        -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.66);
        -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.66);
        box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.66);
}
.banner-sticky a{
    color: #A78963 !important;	
	font-size: 16px;
	display:block;
	font-weight: 600;
}
.banner-sticky p{
    margin-bottom:0;
}
@media (max-width: 991px) {
	.banner-sticky {
	    right:10px;
		bottom:75px;	
	}
	.banner-sticky a{
		font-size: 14px;	
	}
}
.close-banner {
	position:absolute;
	right:0px;
	padding:5px 10px;
	cursor:pointer;
	font-weight:bold;
	z-index:1002;
	/*background: #d7ecf4;*/
	background:rgba(227,227,227, .7);
}


.hide {
    display: none!important;
}

@media (min-width: 992px) {
	.read-more-content{
		display:block!important;
	}
	.read-more-show {
		display:none;
	}
}
@media (max-width: 991px) {
	.read-more-content{
		display:none;
	}
	.read-more-show {
		display:block;
	}
	.read-more-show a,
	.read-more-show a:hover,
	.read-more-show a:focus{
	    color: #000;
    	text-decoration: none;
    	font-weight: 600;
	}

}
/*
.weatherwidget-io-frame {
	height:60px!important;
}
#weatherWidget .locationName {
	display:none!important;
	height:0px!important;
}
#weatherWidget .currentWeatherIcon{
    height: 50px!important;
    width: 50px!important;	
	float: left!important;
}
#weatherWidget .currentConditions {
	float: right!important;
    width: calc(100% - 60px)!important;
    text-align: left!important;
    padding-top: 6px!important;
}*/

.weather .plus {
	font-size:11px;
	display: none!important;
}
.weather .booked-wzsp-prime-data *{
	font-family: 'Montserrat', sans-serif!important;
	font-weight:400!important;
}
.weather .booked-wzsp-prime-data {
	justify-content: center;
}
.booked-wzsp-prime-in .booked-wzsp-prime-data .booked-wzsp-day-number {
	font: 400 26px/26px 'Montserrat', sans-serif !important;
}
.weather .booked-wzsp-day-dergee{
	    flex-direction: row!important;
	    font-family: 'Montserrat', sans-serif!important;
	font-weight:400!important;
}
.booked-wzsp-day-dergee-val {
	    align-self: end;
	    line-height: 1;
}
.weather .booked-wzsp-prime-data .booked-wzsp-day-dergee-name {
    font-size: 26px !important;
}



.espa-banner-footer {
	position:fixed; bottom:0px;left:0px;z-index:1000;
}
@media (max-width: 991px) {
	.espa-banner-footer img{
		width:200px;
	}
}
@media (max-width: 480px) {
	.espa-banner-footer img{
		width:180px;
	}
}
