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

button:focus {outline:0;}

body {
  font-family: "Open Sans", sans-serif;
  color: #565656;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  }
.bg-grey {
	background-color: #f9f9f9;
}
.NoMedia{
  margin-top: 84px;
}
@media (max-width: 575px) {
.NoMedia {
  padding-top: 0px;
  margin-top: 73px;
}
}
.Txt{
  text-align: center;
}
h1 {
  color: #2f2f2f;
  font-weight: 300;
  padding: 20px 0 20px 0;
  text-align: center;
  font-family:'Open Sans Condensed', sans-serif;
  font-size: 50px;
  width: 100%;
 }

h1:after {
  display: inline-block;
  margin: 0 0 16px 20px;
  height: 1px;
  content: " ";
  text-shadow: none;
  background-color: #d7d7d7;
  width: 200px;
}
h1:before {
  display: inline-block;
  margin: 0 20px 16px 0;
  height: 1px;
  content: " ";
  text-shadow: none;
  background-color: #d7d7d7;
  width: 200px;
}

@media (max-width: 1024px) {
  h1:after {
    width: 40px;
  }
  h1:before {
    width: 40px;
  }
}


@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  } 
    h1:after {
      width: 70px;
      margin: 0 0 12px 10px;
    }
    h1:before {
      width: 70px;
      margin: 0 10px 12px 0;
    }
}

@media (max-width: 575px) {
  h1 {
  font-size: 30px;
}
h1:after {
  width: 0px;
}
h1:before {
  width: 0px;
} 
}


h2 {
  color: #565656;
  font-weight: 300;
  margin: 20px 0 20px 0;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 40px;
}
h2.colTitle{
  margin: 0px 0 20px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
	 h2 {
      font-size: 24px; 
	 }
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px; } }
@media (max-width: 575px) {
    h2 {
      font-size: 24px; } }

h3 {
  color: #565656;
  font-weight: normal;
  margin: 20px 0 20px 0;
  text-align: center;
  font-family:'Open Sans Condensed', sans-serif;
  font-size: 22px;}

a {
  color: #070707;
  text-decoration: none;
  transition: all 0.3s ease 0s; }
  a:hover, a:focus {
    color: #4b4b4b;
    text-decoration: underline;
    transition: all 0.3s ease 0s; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:focus {outline:0;}


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

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


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}


/*Button
=============================*/
.reservation {
  text-align: center;
  border: 0px;
  display: inline-block; 
  /*margin-top: 10px;
  margin-bottom: 10px; */
}
.reservation a {
  /*padding: 16px 24px;
  font-size: 16px;*/
	padding: 16px 16px;
    font-size: 14px;
  font-weight: 700;
  line-height: 18px;
    border: 0px;
    border-radius: 0px;
    /*background-color: #8b8382;*/
	background-color:#c1b876;
    background-image: none;
    color: #FFFFFF;
    font-family: 'Open Sans Condensed', sans-serif;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    transition: all 0.3s ease 0s; 
}
.reservation a:hover, 
.reservation a:focus, 
.reservation a:active {
	/*background-color: #bab1af;*/
	background-color:#a69b4d;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	border: 0px; 
	 box-shadow:none;
	outline:0;
}
/*@media (max-width: 768px) {
  .reservation a {
    padding: 19px 20px;
  }
}*/

@media (max-width: 320px) {
  .reservation a {
    padding: 16px 5px;
  }
}



.reservationButton {
  text-align: center;
  border: 0px;
  display: inline-block; 
  /*margin-top: 10px;
  margin-bottom: 10px; */
}
.reservationButton a {
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 11px;
  border: 0px;
  border-radius: 0px;
  /*background-color: #8b8382;*/
	background-color:#c1b876;
  background-image: none;
  color: #FFFFFF;
  font-family: 'Open Sans Condensed', sans-serif;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none!important;
  transition: all 0.3s ease 0s; 
}
.reservationButton a:hover, 
.reservationButton a:focus,
.reservationButton a:active{
	/*background-color: #bab1af;*/
	background-color:#a69b4d!important;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	border: 0px!important; 
	 box-shadow:none!important;
	outline:0!important;
}






.Button {
  text-align: center;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px; 
  font-family: 'Open Sans Condensed', sans-serif;
}

.Button .btn {
  /*padding: 14px 24px;
  font-size: 14px;*/
  padding: 16px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 11px;
  border: 0px;
  border-radius: 0px;
  background-color: #e0dbd9;
  background-image: none;
  color: #2f2f2f;
  font-family: 'Open Sans Condensed', sans-serif;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  transition: all 0.3s ease 0s;  
}
.Button .btn:hover, 
.Button .btn:focus, 
.Button .btn:active {
  color: #fff;
    border: 0px;
    background-color: #867a75;
    text-decoration: none;
    transition: all 0.3s ease 0s; 
}

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

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

.max-width {
  padding-left: 60px;
  padding-right: 60px;
}
@media (min-width: 1480px) {
	.max-width {
		padding-left: 50px;
  padding-right: 50px;
	} 
}
@media (min-width: 1680px) {
	.max-width {
    padding-left: 100px;
    padding-right: 100px;
	} 
}
@media (min-width: 1200px) and (max-width: 1479px) {
	.max-width {
      padding-left: 60px;
      padding-right: 60px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.max-width {
      padding-left: 30px;
  padding-right: 30px;
	}
}
@media (max-width: 768px) {
	.max-width {
    padding-left: 10px;
    padding-right: 10px; 
  	}
}



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

.TopHeader{
  height: 84px;
}

.mainTxt{
  background: #f9f9f9;
  padding: 0px 100px;
  text-align: center;
}
@media (max-width: 1200px) {
  .mainTxt{
    padding: 0px 30px;
  }
}

/*.mainTxt.row{
  margin-left: 0px;
  margin-right: 0px;
}*/

.customer{
  background: #f4f1f0;
}
.TextCol {
  /*background-color: white;*/
  background: url(../images/quotes.jpg) no-repeat 230px 280px #f9f9f9;
  width: 400px;
  height: 400px;
  font-weight: 300;
  font-style: italic;
  -webkit-box-shadow: -7px 2px 8px 0px rgba(139,131,130,0.85);
  box-shadow: -7px 2px 8px 0px rgba(139,131,130,0.85);
  margin: 50px 0;
  padding: 60px;
  border-radius: 50%!important;
}
@media (min-width: 992px) and (max-width: 1199px){
.TextCol {
  padding: 60px 40px;
}
}
@media (max-width: 768px) {
  .TextCol{
    padding: 50px 60px;
  }
  .col-md-5.customer{
    max-width: 100%;
    flex: 0 0 100%;
  }
  .mainTxt.col-md-7 {
    max-width: 100%;
    flex: 0 0 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .mainTxt{
    padding-left: 15px;
    padding-right: 15px;
  }
.TextCol{
  padding: 30px 30px;
  border-radius: 0%!important;
  background: url(../images/quotes.jpg) no-repeat 180px 280px #f9f9f9;
}
}
.TextCol h2{
  text-align: left;
  font-size: 24px;
  font-weight: 300;
  font-family: 'Open Sans Condensed', sans-serif;
}
.mainHeader {
  position: fixed;
  width: 100%;
  top: 0px;
  padding: 15px;	 
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all cubic-bezier(0.25, 1.2, 0.58, 1.02) 0.5s;	
}

.animateHeader {
  background-color: white;
}
@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%; } }

@media (max-width: 575px) {
  .mainHeader {
    padding: 5px;
	}
}

.leftTop{
  margin-left: 60px;
}
@media (max-width: 575px) {
  .leftTop{
    margin-left: 0px;
  }
}
.logomain{
  position: absolute;
  text-align: center;
  top: 14%;
  left: 0px;
  right: 0px;
  z-index: 10;
}
.logomain img{
  width: 250px;
}
.logosmall{
  padding-left: 20px;
}
@media (max-width: 576px) {
  .logosmall{
    padding-left: 60px;
  }
}
.logosmall img{
  width: 120px;
}

.logoMenu{
  margin: 30px 0 0 60px;
  text-align: center;
}
.logoMenu img{
  width: 160px;
}
@media (max-width: 320px) {
  .logosmall img{
  width: 90px;
  }
	.TextCol{
  padding: 10px 10px;
 
  background: url(../images/quotes.jpg) no-repeat 165px 300px #f9f9f9;
}
}
@media (max-width: 300px) {
  
	.TextCol{
	  padding: 5px 5px;

	}
}

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

.space{
  padding-top: 50px;
  padding-left: 60px;
  padding-bottom: 50px;
}
@media (max-width: 575px) {
  .space{
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
  }
}

.mainHeader .rightCol {
	font-size:12px;
}
@media (min-width: 1479px) {
	.mainHeader .rightCol {
		font-size:14px;
	}
}



.languagesDrop {
  font-weight: 700;
  font-size: 15px;
  color: #2f2f2f;
  font-family: 'Open Sans Condensed', sans-serif;
  /*left: 70px;*/
}
.languagesDrop a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px; 
}
.languagesDrop .dropdown-item {
    width: 40px;
    display: block;
    padding: 0px;
    clear: both;
    font-weight: 700;
    color: #2f2f2f;
    text-align: center;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    font-family: 'Open Sans Condensed', sans-serif;
}
.languagesDrop .dropdown-menu {
  min-width: 60px;
  border-radius: 0;
  top: -30px;
  background-color: #e1d9d8;
  border: 0px;  
}
.languagesDrop .btn-sm{
  padding:0px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0px;
  color: #2f2f2f;
  font-weight: 700;
  background-color: #d2cccb;
  height: 50px;
}
/*@media (max-width: 768px){
  .languagesDrop .btn-sm{
    height: 74px;
  }
}*/

.noTopMedia{
	text-align: center;
    padding: 20px 0 100px;
}
.noTopMedia img{
  width: 250px;
}
@media (max-width: 991px) {
	.noTopMedia{
    	padding: 100px 0 100px;
	}
}
@media (max-width: 767px) {
	.noTopMedia img{
	  width: 200px;
	}
	.noTopMedia{
		padding-bottom: 60px;
	}
}

@media (max-width: 575px) {
	.noTopMedia{
		padding-bottom: 20px;
	}
  .noTopMedia  img{
	display:none;
  }
}


.topMedia {
  height: 100%;
  position: relative; }
.topMediaInner {
    height: 75%;
    position: relative;
}
.carousel-fade .carousel-item {
  display: block;
  position: absolute;
  opacity: 0;
  transition: opacity .75s ease-in-out; }
  .carousel-fade .carousel-item.active {
    opacity: 1; }

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  visibility: hidden; }

.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
  visibility: visible; }




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

.carousel {
  position: absolute;
  top: 0;
  left: 0; }

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

.contentOverSlider {
  position: absolute;
  z-index: 9;
  color: white;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  font-size: 30px;
  line-height: 60px;
  font-weight: 300; }
  @media (max-width: 575px) {
    .contentOverSlider {
      display: none !important; } 
  }
  .contentOverSlider span {
    font-family: 'Open Sans', sans-serif;
   /* font-style: italic; */
    font-size: 50px;
    color: #fff; 
	/*color: #005bab;*/
}

/*Book form
====================== */
.containerBook{
  max-width: 1140px;
  width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#checkin {
	font-size: 14px;	
}
@media (max-width: 1024px) and (min-width: 767px){
	.containerBook{
	 max-width: 800px;
    margin-right: auto;
	padding-left: 65px;
	}
}
/*@media (min-width: 992px){
  .containerBook {
    max-width: 800px;
    margin-right: auto;
	padding-left: 65px;
}
}*/
@media (max-width: 768px){
  .containerBook {
    max-width: 740px;
    padding-left: 45px;
}
	#checkin {
    font-size: 12px;
}
}

.bookingRow  {
  font-size: 16px;
  position: absolute;
  bottom: 0px;
  z-index: 10;
  right: 0px;
  line-height: 42px;
  background-color: #fff;
  width: 100%;
  padding: 0px;
}
  .bookingRow.underImg {
    position: relative;
    bottom: auto;
}

      @media (max-width: 575px) {
        .bookingRow {
        height: 63px; } }
  .bookingRow .form-group {
    margin-bottom: 0px;
    padding: 5px 5px;
    /*width: 16.668%;*/
	  width:15.69%;
    height: 90px;
    border-right: 1px solid #ebebeb;
  }

    .bookingRow .form-group:last-child{
      padding: 0;
      margin: 0px;
      border-right: 0px; }

  .bookingRow input.form-control, .bookingRow select.form-control {
    width: 100%;
    height: 28px !important;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px;
    color: #2f2f2f;
    padding: 0px 4px 0px 5px;
    border: none;
    background-color: white; 
    font-family: 'Open Sans Condensed', sans-serif;
    border: 0px solid #ebebeb;
  }
  .bookingRow label {
    color: #2f2f2f;
    line-height: 16px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    display: block;
    margin-bottom: 6px;
    width: 100%;
    font-family:  'Open Sans Condensed', sans-serif;
   }
  .bookingRow .form-group.has-feedback {
    position: relative; }
  .bookingRow .form-group .fa.form-control-feedback {
    color: #005bab;
    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%;
    /*height: 84px;*/
    line-height: normal;
    padding: 12px 0px;
    font-weight: bold;
    font-size: 16px;
    vertical-align: bottom;
    /*background-color: #8b8382;
	background-color:#c1b876;*/
	  background-color:#40a1ae;
    transition: all 0.3s ease 0s;
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 0 5px;}

    .bookingRow .bookButton:hover {
	/*background-color: #bab1af;*/
	background-color:#a69b4d;
      transition: all 0.3s ease 0s; }

.bookingRow .bookBtnMobile {
  margin: 0 auto;
  display: none; }
  @media (max-width: 575px) {
    .bookingRow .bookBtnMobile {
      display: block; } }
  .bookingRow .bookBtnMobile a {
    padding: 10px 27px; }



.innerpage-text {
  padding-top: 60px;
  padding-bottom: 60px;
}


/*.TextImages img{
  padding-bottom: 10px; 
}*/
/*==============Pushy=================*/



/* Menu Appearance */
ul.lang.mob{
  margin:50px 0 0 80px;
  /*margin: 0px;
  padding: 0px;
  font-size: 18px;*/
}
.lang.mob li{
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.pushy ul.lang.mob li a {
  display: block;
  color: #2f2f2f;
  padding: 5px 12px;
  text-decoration: none;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 14px;
  background: #e1d9d8;
}
.pushy ul.lang.mob li a:hover {
  color: #2f2f2f;
  background: #d2cccb;
}

.pushy {
  position: fixed;
  width: 320px;
  height: 100%;
  top: 0;
  left: 0px;
  z-index: 99999;
  font-family: 'Open Sans Condensed', sans-serif;
  background: #f4f1f0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}
/*@media (max-width: 575px) {
  .pushy {
    left: 0px;
}*/
.main-menu.mob{
  padding: 50px 0;
  border-bottom: 1px solid #8b8382;
}
nav ul {
  list-style: none;
  margin: 0px 20px 0px 80px; }

nav ul li {
  display: block;
  color: #ffffff;
  font-weight: 300;
  text-align: left;
  border-top: none;
  position: relative;
  text-align: left;
  /*border-bottom: 1px solid #dac4c5;*/
}

nav ul li a, nav ul li span {
  display: block;
  color: #2f2f2f;
  text-decoration: none;
  padding: 14px 0px 6px 0px;
  font-size: 25px; 
  font-weight: bold
}

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

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


  nav ul.submenu {
    padding: 0px; }
  
  nav ul.submenu a,
  nav li.active ul.submenu a {
    display: block;
    padding: 4px 40px 4px 0px;
    font-size: 12px;
    color: #a0a0a0;
    background-color: transparent;
    text-decoration: none; }
  
  nav ul.submenu a:hover, nav ul.submenu li.active a {
    color: #fff;
    text-decoration: none; }
  
  .submenu li:first-child {
    padding-top: 8px; }
  
  .submenu li:last-child {
    padding-bottom: 5px; 
  border-bottom: 0px;}
  
  .plus {
   /* background-color: #ffffff;*/
    cursor: pointer;
    display: block;
    height: 23px;
    line-height: 23px;
    position: absolute;
    text-align: center;
    right: 0;
    top: 9px;
    width: 23px;
    margin: 5px;
    border-radius: 0%;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
    color: #df5f42; }
  
  .plus:after {
    content: '》';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; 
    font-weight:700;}
  
  .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;}


.menuMobBtn2{
  position: absolute;
  width: 50px;
  height: 50px;
  top: 5;
  z-index: 99999;
  background: #fff;
}

.menuMobBtn2 .menu-btn {
  top: 0px;
  padding: 14px 12px;
 }

 .menuMobBtn{
    position: fixed;
    width: 60px;
    height: 100%;
    top: 0;
    z-index: 99999;
    background: #fff;
 }
    .menu-btn {
    padding: 0px 10px;
    position: absolute;
    top: 45%; }
    
    .menu-btn:hover {
      cursor: pointer; }
    
    .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; } }


.call{
  color: #2f2f2f;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Open Sans Condensed', sans-serif;
  padding-top: 8px;
  margin-right: 20px;
}
.call img{
  width: 30px;
}          
.NoMedia .call{
  color: #565656;
}
.NoMedia .call img{
  color: #565656;
  width: 30px;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-320px, 0, 0);
  -ms-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}

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

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}


.pushy-active .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0px;
  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; }

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

ul.address{
  margin: 30px 20px 0 80px;
}
ul.address li{
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Open Sans Condensed', sans-serif;
  margin-bottom: 10px;
}
ul.address li a{
  font-size: 14px;
  padding: 0px;
}

/*==============Pushy=================*/



/*==========Accommodation===========*/
.section_accom{
  text-align: center;
}

.section_accom h1::after, .section_accom h1::before{
  width: 120px;
}
.VillaTxt {
  padding: 0 30px;
  /*margin-bottom: 50px;*/
}
@media (max-width: 576px){
  .VillaTxt {
    padding: 0 0px;
    margin-bottom: 0px;
  }
  .section_accom h1::after, .section_accom h1::before{
    width: 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
	.section_accom h1{
		padding:0px;	
	}
	.section_accom h1::after, .section_accom h1::before {
		width: 60px;
	}
}
.details{
/*  margin-top: 50px;*/
  padding: 30px 20px;
  text-align: left;
  background-color: #f9f9f9;
}
.details ul{
  margin: 0px 0 20px 0;
  padding: 0px;
}
.details span{
  font-size: 18px;
  font-weight: bold;
  font-family: 'Open Sans Condensed', sans-serif;
  padding-bottom: 8px;
  display: block;
}
.details li{
  display: block;
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 15px;
  background: url(../images/bullet.png) no-repeat left 7px;
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .details{
	 padding: 20px 20px 0px;
  }
	.details span{
		padding-bottom: 0px;
	}
}
@media (max-width: 768px){
  .details{
    margin-top: 0px;
  }
}
@media (max-width: 575px){
  .details{
    margin-top: 20px;
  }
}

/*Reasons
========================== */
.section_reasons{
  margin-bottom: 50px;
}
.section_reasons h1{
  font-size: 40px;
}
@media (max-width: 768px){
.section_reasons h1 {
    font-size: 32px;
}
}

.reasons{
  padding: 50px 10px;
  border-right: 1px solid #d7d7d7;
}

.reasons.row{
  margin-left: 0px;
  margin-right: 0px;
}
.reasons:last-child{
  border-right: none;
}
.reasonsTxt{
  text-align: center;
  /* font-size: 18px; */
  position: relative;
  padding-top: 20px;
}
.reasonsTxt span{
  color: #f0ebea;
  font-size: 73px;
  font-family:"Monotype Corsiva";
  position: absolute;
  z-index: -1;
  top: 21px;
  left: 0;
  right: 0;
}
.reasonsTxt p{ padding: 20px 30px;}

.reasonsImg.col-12, .reasonsTxt.col-12{
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 768px){
  .reasons{
    padding: 50px 10px;
    border-right: 0px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
  }
  .reasons:last-child{
    border-right: none;
    border-bottom: none;
  }
}
@media (max-width: 575px) {
  .reasons{
    padding: 20px 0px;
  }
}


.location{
  color: white;
  font-size: 16px;
  text-align: center;
}
.location h1{
  color: #fff;
}
.location h1:before, .location h1::after{
  width: 0px;
}
.location img{
  position: relative;
}
.locationTxt{
  position: absolute;
  z-index: 1;
  top: 35%;
  left: 0;
  right: 0;
  padding: 0 50px;
}

@media (max-width: 575px){
.locationTxt{
  top: 15%;
  padding: 0 15px;
}
}

@media (max-width: 320px){
.locationTxt{
  top: 5%;
  padding: 0 10px;
}
}

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

	.col_btn {
		text-align:center!important;
		padding:0!important;
	}
}
@media screen and (min-width: 1200px) {
	.col_txt {
		width:70%;
	}
	.col_btn {
		width:30%;
	}
}



/* 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: 18px; }

.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: 12px; }

label span {
  color: red; }

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

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

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.asterisk {
  font-size: 15px; }

.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;

  display: inline-block;
  cursor: pointer; }

.owl-nav [class*=owl-]:hover {

  color: #FFF;
  text-decoration: none; }

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

.owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
	font-size: 94px;
    font-weight: 100;
}

/*
.owl-prev {
  position: relative;
  left: -45px;
  top: 45%;
  background: url(../images/back.svg) no-repeat left top !important;
  width: 80px;
  height: 80px; }

.owl-next {
  position: relative;
  right: -45px;
  top: 45%;
  background: url(../images/next.svg) no-repeat left top !important;
  width: 80px;
  height: 80px;  }

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

.owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 7px;
  background: #d2cccb;
  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: #c1b876; }

.owl-carousel#reviews-hotel-owl .owl-item img {
    display: block;
    width: auto;
    margin: 0px auto;
}




/*Bottommenu
========================== */
.Bottommenu {
}
  .Bottommenu ul {
    font-size: 14px;
    margin: 0px;
    padding: 15px 0;
    font-weight: 700;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
   }
    .Bottommenu ul li {
      display: inline;
      list-style-type: none;
   }
      .Bottommenu ul li a {
        color: #4b4b4b;
        text-decoration: none;
        padding: 5px 15px 0 15px; 
      }
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.Bottommenu ul li a {
		 padding: 5px 12px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .Bottommenu ul li a {
    padding: 5px 6px;
    transition: all 0.3s ease 0s; } }
  .Bottommenu ul li a:hover, .Bottommenu ul li a.selected {
    color: #b3b3b3;
    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: 5px 8px;
    font-size: 15px;
	 }
 }

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



.footerlogo{
  text-align: center;
  margin-bottom: 30px;
}
.footerlogo img{
  width: 230px;
}


.footer {
	background-color: #ebebeb; 
  padding: 30px 0;
}
.contact {
  text-align: CENTER;
  font-weight: normal;
  font-size: 14px;
  color: #6a6a6a;
}
@media (max-width: 768px) {
	.contact {
		text-align: center;
	}
}
  .contact a {
    color: #0c0c0c; 
  text-decoration: underline;}
    .contact .mhte {
      font-size: 14px;
     }


.social{
  margin-top: 20px;
}
.social a {
  font-size: 30px;
  margin-right: 8px;
  color: #8b8382;
  margin: 0 10px;
}


/*Contact
=========================== */
.Copyright {
  color: #282828;
  font-size: 12px;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center; 
}
.Copyright a {
  color: #3e3e3e;
  text-decoration: underline; }
.Copyright a:hover {
  text-decoration: none; }

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

/*# sourceMappingURL=css.css.map */







/*========== Table ==============*/

.TableTitle{
  color: #2f2f2f;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  font-family: 'Open Sans Condensed', sans-serif;
  border-right: 1px solid #ccc;
}
.table td.TextList, .table th.TableTitle{
  padding: 30px 50px;
}
.responsive-table td.TextList{
  margin-top: 50px;
  padding: 30px 20px;
  text-align: left;
  border: 0px;
}
.TextList ul{
  margin: 0px 0 20px 0;
  padding: 0px;
}
.TextList span{
  font-size: 18px;
  font-weight: bold;
  font-family: 'Open Sans Condensed', sans-serif;
  padding-bottom: 8px;
  display: block;
}
.TextList li{
  display: block;
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 15px;
  background: url(../images/bullet.png) no-repeat left 7px;
}


.responsive-table  table{
	width:100%;
	margin-bottom:20px;
}

.responsive-table th { 
  color: #333;

}
	.responsive-table tr { 
    border-top: 1px solid #ccc;
    border-right: none; 
  }
 
	.responsive-table td { 
		/* Behave  like a "row" */
		border: none;
		 border: 1px solid #ccc; 
			text-align:center;			
	}
	


.responsive-table td, .responsive-table th { 
  padding: 6px; 
 
}
/*.responsive-table tr:nth-of-type(odd) { 
  background: #eee; 
}	*/

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

.responsive-table td.TextList {
    margin-top: 0px;
    padding: 0px 20px;
    text-align: left;
    border: 0px;
}
.TableTitle{
    border-right: none;
}
.responsive-table td, .responsive-table th {
    padding: 20px 6px;
}

/* Force table to not be like tables anymore */
.responsive-table table, 
.responsive-table thead, 
.responsive-table tbody, 
.responsive-table th, 
.responsive-table td, 
.responsive-table tr { 
  display: block; 
}

/* Hide table headers (but not display: none;, for accessibility) */
.responsive-table thead tr { 
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.responsive-table tr { 
  border-bottom: 1px solid #ccc; 
}

.responsive-table td { 
  /* Behave  like a "row" */
  border: none;
  border-bottom: 1px solid #eee; 
  position: relative;
  padding-left: 9%; 
  white-space: normal;
  text-align:left;
}

.responsive-table td:before { 
  /* Now like a table header */
  position: absolute;
  /* Top/left values mimic padding */
  top: 6px;
  left: 6px;
  width: 45%; 
  padding-right: 10px; 
  white-space: nowrap;
  text-align:left;
  font-weight: bold;
}
 .responsive-table tr:nth-of-type(odd) td{ 
  border-bottom: 1px solid #fff; 
}
/*
Label the data
*/
.responsive-table td:before { content: attr(data-title); }

.contentInTwoCols .contentLeftCol,
.contentInTwoCols .contentRightCol{
  display: block;
  float: none;
  width: 100%;
  margin: 0;
}


}

.gallery-item {
    padding: 7px 0;
	display: flex;
    align-items: center;
    justify-content: center;
}
.field-validation-valid {
    display: none;
    color: red;
}
#theForm .form-agree * {
    display: inline !important;
}

.multiline-label label {
    width: 50%;
    display: inline;
    vertical-align: top;
}

.form-agree label {
    font-size: 14px;
}

.grecaptcha-badge {
    display: none;
}


/*iPad-nums_reasons
====================*/
@media (max-width: 768px){
	
	.reasonsTxt span {
    color: #c8bebc;
    font-size: 67px;
    font-family: "Monotype Corsiva";
    position: absolute;
    z-index: -1;
    top: 21px;
    left: 0;
    right: 0;
}
}

@media (max-width: 480px) {
  .logoMenu {
		margin: 30px 0 0 -40px;
	}
	ul.lang.mob {
		margin: 50px 0 0 40px;
	}
	.main-menu.mob {
		padding: 20px 0;
	}

	nav ul {
		margin: 0px 30px 0px 40px;
	}
	ul.address {
		margin: 30px 20px 0 40px;
	}
	
}

@media (max-width: 480px){
nav ul {
    
    margin: 0px 50px 0px 40px;
}}

.fancybox-container{
	z-index:999992!important;
}
.fancybox-is-open .fancybox-bg {
    opacity: .95!important;
}


/** START OF MODAL 
=======================*/
.modal {
  z-index: 20000;
}
  .modal .modal-dialog {
    max-width:780px;
  }
  .modal.onlyImg .modal-dialog {
    max-width:500px;
  }
.modal .modal-content {
  border-radius: 0px;
  line-height:1.6;
}
.modal .btn-close {
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    right: 0px;
    top: 0px;
    opacity: .8;
    border-radius: 0px;
    font-size: 24px;
    font-weight: 700;
    background-color: #e5e5e5;
    line-height: 1;
}
@media screen and (max-width: 767px) {
  	.modal .modal-body .img {
    	height: 300px !important;
  	}
	  .modal.onlyImg .modal-body .img {
		height: auto !important;
	  }
    .modal .modal-dialog {
        max-width:400px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 768px) {
	.float-left-img {
    	margin: 0 50px 50px 0;
    	float: left;
	}
}

.owl-carousel#awards-owl .owl-item img {
	width:auto;
}
@media (max-width: 767px) {
	.owl-carousel#awards-owl img {
		width:auto;
		margin:auto;
	}
	.awards-list  img{
		 height:80px;
	 }
	.awards-list .hc-widget img,
	.awards-list .TA_rated img
	{
		 height:auto;
	 }
	

}

.espaBanner {
	position: fixed;
	bottom: 0;
	left: 60px;
	z-index: 10;
}
.national-geographic-banner {
	position: fixed;
	left: 100px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.national-geographic-banner .btn-close {
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	right: 0;
	top: 0;
	opacity: .8;
	font-size: 24px;
	font-weight: 700;
	background-color: #e5e5e5;
	line-height: 1;
}
@media(max-width: 576px) {
	.national-geographic-banner {
	left: 50%;
	transform: translate(-50%, -50%);
}
}