@charset "UTF-8";
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display|Raleway&display=swap");
/* SASS */
/* custom CSS */
body {
  color: #363c3a;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-weight: normal;
  overflow-x: hidden !important;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  background-color: #fffcf6; }

a {
  color: #363c3a; }

a:hover, a:focus, a:active {
  color: #00573d;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  outline: none !important; }

h1 a, h2 a, h3 a,
h1 a:hover, h1 a:focus, h1 a:active, h2 a:hover, h2 a:focus, h2 a:active, h3 a:hover, h3 a:focus, h3 a:active {
  text-decoration: none; }

/*
a img:hover {
  @include transition;
      -webkit-filter: brightness(120%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter i…pe='linear' slope='1.2' /></feComponentTransfer></filter></svg>#bright120");
    filter: brightness(120%);
}
*/
.brightness:hover {
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  -webkit-filter: brightness(120%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter i…pe='linear' slope='1.2' /></feComponentTransfer></filter></svg>#bright120");
  filter: brightness(120%); }

.alink {
  text-decoration: underline;
  cursor: pointer; }

h1, h2, h3 {
  font-family: Playfair Display, Times, sans-serif;
  font-weight: normal; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: normal; }

h3, .h3 {
  margin: 0 0 5px 0; }

h4, .h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 5px 0; }

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0; }

label {
  margin-bottom: 0;
  font-size: .8em;
  font-weight: bold; }

h3 {
  font-size: 20px; }

.img-responsive {
  width: 100%; }

.wrap {
  position: relative;
  min-height: 100vh;
  margin: 0 auto; }

.pr-2 {
  padding-right: 15px; }

.pl-2 {
  padding-left: 15px; }

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 10; }

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */ }

.main {
  width: 80%;
  width: -webkit-calc( 100% - 200px);
  width: -moz-calc( 100% - 200px);
  width: calc( 100% - 200px);
  height: auto;
  padding: 0;
  position: relative;
  background: #fff;
  float: right; }

.main-aheight {
  position: relative;
  top: inherit;
  float: right; }

.main-show {
  top: 80%; }

.homecontent {
  margin: 0 -20px; }

.hero-banner {
  width: 80%;
  width: -webkit-calc( 100% - 200px);
  width: -moz-calc( 100% - 200px);
  width: calc( 100% - 200px);
  height: 100vh;
  padding: 0;
  position: relative;
  float: right; }
  .hero-banner video {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover; }

.hero-banner-xs {
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  z-index: 1;
  background: url(../images/cover-bg.jpg) center bottom no-repeat;
  background-size: cover; }

.cover-title {
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 3;
  width: 100%;
  text-align: center;
  color: #fffdf8;
  padding-bottom: 130px; }

.cover-title img {
  width: 60%;
  height: auto;
  display: block;
  margin: 0 auto 10px auto;
  max-width: 300px; }

.cover-desc {
  background: rgba(136, 116, 84, 0.8);
  position: absolute;
  width: 50%;
  left: 25%;
  text-align: center;
  padding: 15px;
  bottom: 10%;
  color: #e3e3e3;
  z-index: 2; }

.cover-desc img {
  width: 300px;
  margin: 0 auto 10px auto;
  display: block; }

.cover-title-nav {
  margin-bottom: 15px; }

.cover-title-nav li {
  display: inline-block;
  padding: 0 6px;
  text-align: center; }

.cover-title-nav a {
  color: #fffdf8;
  font-size: .9em; }

.cover-title-nav a:hover, .cover-title-nav a:focus, .cover-title-nav a:active {
  text-decoration: none;
  color: #e0d5a3; }

.cover-title-nav a span {
  display: block;
  border-radius: 50%;
  background: #00573d;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  font-size: 1.3em;
  color: #fff; }

.cover-title-nav a span:hover {
  background: #004a34; }

.carousel-control {
  width: 40px; }

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  border: 2px #fff solid;
  border-radius: 50%;
  font-size: 23px; }

.carousel-indicators {
  bottom: 5px;
  z-index: 1;
  opacity: .7; }

.flex-direction-nav a {
  z-index: 2; }

.hili-text {
  position: absolute;
  width: 100%;
  top: 38%;
  z-index: 100;
  color: #fff;
  text-align: center; }

.text-pass {
  color: green;
  font-weight: bold; }

.text-fail {
  color: red;
  font-weight: bold; }

.text-pass span {
  width: 40px;
  height: 40px;
  background: green;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin: 0 8px 0 0;
  font-size: 1.3em; }

.text-fail span {
  width: 20px;
  height: 20px;
  background: red;
  color: #fff;
  text-align: center;
  line-height: 21px;
  border-radius: 50%;
  margin: 0 8px 0 0;
  font-size: 1em; }

.hili-text h2 {
  font-size: 3em;
  font-weight: normal;
  display: inline-block;
  margin: 0; }

.hili-text a {
  color: #fff;
  text-decoration: none; }

.hili-text button {
  border: 1px solid #D8D8D8;
  display: block;
  padding: 20px 20px 16px 20px;
  background: none;
  margin: 40px auto; }

.hili-text button:hover {
  background: #004a34;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s; }

.hili-text-2 {
  color: #00573d; }

.hili-text small {
  color: #D8D8D8;
  display: block;
  margin-bottom: 10px; }

.cover-stripes {
  background: rgba(0, 0, 0, 0.5) url(../images/patternFullScreenBg_4.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.slide-banner {
  width: 80%;
  /* 960 */
  width: -webkit-calc( 100% - 200px);
  /* 240 */
  width: -moz-calc( 100% - 200px);
  /* 240 */
  width: calc( 100% - 200px);
  /* 240 */
  min-height: 100%;
  padding: 0;
  position: relative;
  float: right;
  margin: 0; }

.responsive-banner {
  position: relative;
  min-height: 40px;
  width: 80%;
  /* 960 */
  width: -webkit-calc( 100% - 200px);
  /* 240 */
  width: -moz-calc( 100% - 200px);
  /* 240 */
  width: calc( 100% - 200px);
  /* 240 */
  float: right; }

.sub-nav {
  width: 200px;
  position: absolute;
  height: 100%;
  background: #b08745;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  margin: 0;
  z-index: 11;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s; }

.sub-nav h2 {
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 0 20px;
  font-size: 2rem; }

.sub-nav h2 small {
  color: #e0d5a3;
  display: block; }

.sub-nav li {
  list-style: none;
  padding: 8px 0;
  display: block;
  position: relative; }

.sub-nav a {
  display: block;
  color: #fff;
  font-family: Playfair Display, Times, sans-serif;
  line-height: 1.2em; }

.sub-nav a small {
  text-transform: none;
  display: block;
  font-size: 90%; }

.sub-nav li img {
  display: none; }

.sub-nav li:hover img {
  display: block;
  position: absolute;
  top: 0px;
  left: 200px;
  width: 150px;
  z-index: 10;
  border: solid 3px #e0d5a3; }

.sub-nav a:hover, .sub-nav a:focus, .sub-nav a:active {
  color: #e0d5a3;
  text-decoration: none;
  border-right: 3px solid #e0d5a3; }

.sidebar {
  width: 20%;
  /* 200 */
  width: -webkit-calc( 200px);
  /* 200 */
  width: -moz-calc( 200px);
  /* 200 */
  width: calc( 200px);
  /* 200 */
  background: #fffaf3;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 11;
  top: 0;
  padding: 0;
  -webkit-box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.4);
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s; }

.fx-img-grey2color, .fx-img-grey2color img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  opacity: .6;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s; }

.fx-img-grey2color:hover, .fx-img-grey2color:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  opacity: 1; }

.row {
  margin-right: -20px;
  margin-left: -20px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 20px;
  padding-left: 20px; }

.lead {
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.6; }

.lead:last-child {
  margin-bottom: 0; }

.logo {
  margin: 0 auto;
  width: 100%;
  padding: 30px;
  display: block; }

.logo img {
  width: 100%;
  height: auto; }

.main-nav ul {
  margin: 0; }

.main-nav li {
  text-align: center;
  list-style: none;
  font-size: 1.3rem;
  line-height: 1.7;
  text-transform: uppercase; }

.main-nav a {
  display: block; }

.main-nav a:hover {
  border-right: 3px solid #e0d5a3;
  color: #00573d;
  text-decoration: none; }

/* Booking Bar */
.booking-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  top: initial;
  z-index: 10;
  width: 100%;
  height: auto;
  padding: 10px;
  background: #fbf1dc;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbf1dc), to(#fffaf3));
  background: -webkit-linear-gradient(top, #fbf1dc 0%, #fffaf3 100%);
  background: -o-linear-gradient(top, #fbf1dc 0%, #fffaf3 100%);
  background: linear-gradient(180deg, #fbf1dc 0%, #fffaf3 100%); }

.booking-bar:hover, .booking-bar:focus {
  background: #fbf1dc; }

.booking-grid {
  padding: 0 3px;
  margin: 0 0 6px 0; }

.booking-input img {
  display: none; }

.booking-bar input, .booking-bar select {
  font-size: .8em;
  border: 1px solid #e7e6da;
  padding: 2px 10px 0 10px;
  line-height: normal;
  height: 28px;
  background-color: #fffdf8 !important; }

#txtcalendarin, #txtcalendarout {
  background-image: url(../images/cal.png);
  background-repeat: no-repeat;
  background-position: 145px 5px;
  background-size: 16px; }

.booking-bar h2 {
  font-weight: normal;
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
  color: #00573d;
  margin: 0 0 5px 0; }

.booking-bar button, .primary-button, .btn-check-now {
  text-align: center;
  padding: 5px 0;
  color: #fff;
  border: none;
  background: #00573d;
  border-radius: 5px; }

.primary-button {
  padding: 9px 40px 5px 40px; }

.booking-bar button:hover, .booking-bar button:active, .booking-bar button:focus,
.primary-button:hover, .primary-button:active, .primary-button:focus {
  background: #004a34; }

.second-button {
  text-align: center;
  padding: 5px 0;
  color: #fffdf8;
  border: none;
  background: #b08745;
  border-radius: 5px;
  display: block;
  margin: 0 auto; }

.second-button {
  padding: 5px 40px; }

.second-button:hover, .second-button:active, .second-button:focus {
  background: #997944; }

#ui-datepicker-div {
  font-size: 1em; }

.ui-widget-header {
  border: none !important;
  background: #e0d5a3 !important;
  font-weight: bold; }

.ui-widget-content {
  background: #fffcf6 !important; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 !important; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #004a34 !important;
  background: #00573d !important;
  color: #fff !important; }

.social {
  position: fixed;
  top: 0;
  right: 230px;
  background: rgba(0, 0, 0, 0.2);
  padding: 8px;
  z-index: 10;
  height: 40px;
  color: #fff;
  width: calc(100% - 430px);
  text-align: right;
  font-size: 1.3rem; }
  .social a {
    color: #fff; }
  .social a:hover {
    color: #e0d5a3; }
  .social img {
    width: auto;
    height: 22px;
    display: inline-block;
    margin: 0 2px; }

.mo-booking {
  display: inline-block; }

.language {
  display: inline-block;
  padding: 0 0 0 10px;
  margin-left: 10px;
  border-left: 1px solid;
  cursor: pointer;
  font-size: 0.8em; }

.language a {
  display: inline-block;
  text-decoration: none; }

.social-list {
  display: inline-block;
  cursor: pointer;
  font-size: 0.8em; }

.dd-lang {
  position: absolute;
  background: #faf8f2;
  right: 0;
  top: 40px; }

.dd-lang {
  padding: 5px 10px; }

.banner-promo {
  display: block;
  position: absolute;
  bottom: 70px;
  right: 40px; }

.banner-promo img {
  width: 350px; }

.banner-promo-left {
  left: 40px; }

.addpadd {
  padding: 0 40px; }

.intro {
  padding: 80px 40px 40px 80px; }

.full-intro {
  padding: 60px 60px 0 60px; }

.wrap-content {
  padding: 0 80px 40px 80px; }

.hili-content {
  background: #fffdf8; }

.hili-content h2 small {
  display: block;
  color: #00573d;
  margin-top: 10px;
  line-height: 1.2em; }

.intro hgroup {
  margin-bottom: 20px; }

.intro h1 {
  margin: 5px 0;
  font-weight: normal;
  color: #b08745;
  font-size: 2.5em;
  text-transform: uppercase; }

.intro h1 span {
  text-transform: none; }

.intro h1 small {
  text-transform: none;
  color: #363c3a; }

.intro h2 {
  margin: 0;
  font-size: 1.3em;
  font-weight: normal;
  color: #00573d; }

.intro a {
  color: #9c8361; }

.map {
  width: 40%;
  float: left;
  margin: 0 20px 20px 0; }

.hili-sidebar {
  background: #b08745;
  text-align: center;
  padding: 30px;
  color: #fff; }

.hili-sidebar h2 {
  margin: 0;
  font-weight: normal; }

.hili-sidebar h3 {
  color: #e0d5a3;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase; }

.hili-sidebar hgroup {
  font-family: Playfair Display, Times, sans-serif;
  margin: 0 0 30px 0; }

.table-list {
  margin: 0 0 30px 0; }

.table-list li {
  list-style: none;
  display: block;
  width: 50%;
  float: left;
  padding: 30px 0;
  border-bottom: 1px solid #e0d5a3;
  text-transform: uppercase;
  font-size: 2em; }

.table-list li:nth-of-type(odd) {
  border-right: 1px solid #e0d5a3; }

.table-list small {
  display: block;
  font-size: 0.4em; }

.banner-tripadvisor {
  position: relative; }

.banner-tripadvisor h2 {
  display: block;
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 3em;
  font-weight: lighter;
  text-shadow: 1px 1px 3px black; }

.banner-tripadvisor h2 small {
  display: block;
  color: #fff;
  text-transform: lowercase !important; }

.local-guide {
  text-align: center;
  background: #fffcf6;
  padding: 40px 160px; }

.local-guide h2 {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-weight: normal; }

.hili-box {
  padding: 0;
  position: relative;
  height: auto;
  margin-top: 20px; }

.hili-box h3 {
  position: absolute;
  top: 35%;
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: lighter;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8);
  z-index: 4;
  margin: 0;
  background-color: rgba(148, 0, 44, 0.4);
  padding: 10px; }

.hili-box h3 small {
  display: block;
  color: #fff; }

.hili-box a, .hili-efx {
  background-color: #00573d;
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5; }

.hili-box a:hover, .hili-efx:hover {
  background-color: #00573d;
  opacity: .4;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s; }

.hili-h {
  background: #F7F4EB;
  padding: 15px 15px 10px 15px;
  margin: 0 -20px 20px -20px; }

.hili-h2 {
  border: 1px solid #b08745;
  color: #00573d;
  display: inline-block;
  margin: 20px auto;
  padding: 10px 60px 5px 60px;
  border-left: none;
  border-right: none; }

.hili-h small {
  display: block;
  font-size: .5em;
  margin: 5px 0 0 0; }

footer {
  background: #b08745;
  margin: 0;
  float: left;
  width: 100%;
  padding: 40px;
  border-top: 1px solid #e0d5a3; }

footer p {
  font-size: .9em;
  color: #e0d5a3; }

footer h2 {
  color: #e0d5a3;
  font-size: 1.1em;
  text-transform: uppercase;
  margin: 0 0 10px 0; }

footer h3 {
  color: #e0d5a3;
  font-size: 1.1em;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  font-weight: normal; }

footer a {
  color: #e0d5a3;
  font-size: .8em;
  text-transform: uppercase;
  border: none !important; }

footer ul {
  margin: 0; }

footer li {
  list-style: none; }

footer .nav-accomm img {
  display: none; }

footer .nav-accomm small {
  font-size: 1em; }

footer h2 small {
  display: none; }

.footer-right, .footer-left, .footer-right a, .footer-left a {
  font-size: .9em;
  color: #e0d5a3; }

.footer-right a {
  margin: 0 5px;
  display: inline-block; }

.footer-right {
  text-align: right; }

.slideAwards img {
  padding: 0 10px 0 0 !important; }

.slideAwards .slick-dots {
  bottom: -36px; }

.item-awards {
  padding: 0 5px; }

.item-awards img {
  padding: 0; }

.newsletter input {
  background: #e0d5a3;
  border: none;
  font-size: .8em; }

.btn-newsletter {
  background: #9c8361;
  color: #e0d5a3;
  margin: 0 0 0 -10px;
  border-radius: 0 5px 5px 0;
  border: none;
  padding: 8px 12px; }

.footer-social {
  margin: 20px 0 0 0; }

.footer-social img {
  width: 30px; }

.btn-to-content {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  text-align: center; }

.btn-to-content img {
  width: 40px;
  display: block;
  margin: 0 auto; }

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%; }

.icon-scroll {
  width: 40px;
  height: 60px;
  margin-left: -20px;
  bottom: 60px;
  margin-top: -30px; }

.icon-scroll:after {
  content: '';
  width: 4px;
  top: 10px;
  height: 50px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 18px;
  border-radius: 4px; }

.icon-scroll:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #fff;
  margin-left: -5px;
  top: 10px;
  border-radius: 5px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll; }

@-webkit-keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(46px);
    transform: translateY(46px); } }

@keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(46px);
    transform: translateY(46px); } }

.icon-scroll:hover, .icon-scroll:focus {
  background: transparent; }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

.arrow {
  position: absolute;
  bottom: 70px;
  left: 50%;
  width: 40px;
  height: 40px;
  z-index: 4;
  border-radius: 50%;
  display: block;
  text-decoration: none;
  border: 3px solid rgba(224, 213, 163, 0.5);
  color: #E0D5A3;
  background: rgba(0, 0, 0, 0.2);
  line-height: 37px;
  font-size: 22px;
  margin: 0;
  text-align: center;
  padding: 0;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s; }

.arrow:after {
  font-family: 'Glyphicons Halflings';
  content: '\e114'; }

.arrow:hover, .arrow:focus, .arrow:active {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.8);
  border-color: #e0d5a3;
  color: #e0d5a3; }

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

.room-amenities {
  margin: 40px 0 0 0; }

.room-amenities ul {
  margin: 0 0 20px 0;
  padding: 0; }

.room-amenities li {
  list-style: none;
  display: block; }

.room-amenities h2 {
  font-size: 2.2em;
  padding: 0 0 20px 0; }

.icon {
  display: inline-block;
  background: #9c8361;
  padding: 5px;
  border-radius: 5px;
  width: 30px;
  height: auto;
  margin: 0 10px 10px 0; }

.master-plan {
  padding: 20px 20px 20px 0;
  width: 100%; }

.master-plan img {
  width: 100%; }

.master-plan-list h2 {
  font-size: 2.2em;
  padding: 20px 0; }

.master-plan-list li {
  list-style: none;
  display: inline-block;
  width: 50%;
  float: left;
  color: #00573d; }

.master-plan-list li:first-letter {
  font-weight: bold;
  float: left;
  margin: 0 10px 10px 0; }

.master-plan-area {
  position: absolute;
  background: transparent; }

.area-x {
  width: 80%;
  height: 13%;
  top: 0;
  left: 0;
  margin: 0; }

.area-j {
  width: 80%;
  height: 14%;
  top: 13%;
  left: 0;
  margin: 0; }

.area-n {
  width: 80%;
  height: 15%;
  top: 27%;
  left: 0;
  margin: 0; }

.area-e {
  width: 30%;
  height: 6%;
  top: 42%;
  left: 0;
  margin: 0; }

.area-f {
  width: 28%;
  height: 6%;
  top: 42%;
  left: 30%;
  margin: 0; }

.area-g {
  width: 22%;
  height: 6%;
  top: 42%;
  left: 58%;
  margin: 0; }

.area-a {
  width: 30%;
  height: 10%;
  top: 48%;
  left: 0;
  margin: 0; }

.area-d {
  width: 20%;
  height: 6%;
  top: 48%;
  left: 30%;
  margin: 0; }

.area-c {
  width: 30%;
  height: 6%;
  top: 48%;
  left: 50%;
  margin: 0; }

.area-b {
  width: 22%;
  height: 9%;
  top: 54%;
  left: 58%;
  margin: 0; }

.area-o {
  width: 40%;
  height: 5%;
  top: 64%;
  left: 0;
  margin: 0; }

.area-m {
  width: 40%;
  height: 10%;
  top: 69%;
  left: 0;
  margin: 0; }

.area-i {
  width: 40%;
  height: 5%;
  top: 75%;
  left: 40%;
  margin: 0; }

.area-h {
  width: 40%;
  height: 8%;
  top: 79%;
  left: 0;
  margin: 0; }

.area-k {
  width: 20%;
  height: 8%;
  top: 80%;
  left: 40%;
  margin: 0; }

.area-l {
  width: 20%;
  height: 8%;
  top: 80%;
  left: 60%;
  margin: 0; }

.area-detail {
  display: none;
  position: absolute;
  top: -20px;
  right: 0;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  width: 200px; }

.area-detail h3 {
  font-size: 1em;
  margin: 0 0 5px 0;
  padding: 0; }

.area-a:hover .ar-a, .area-b:hover .ar-b, .area-c:hover .ar-c, .area-d:hover .ar-d, .area-e:hover .ar-e, .area-f:hover .ar-f, .area-g:hover .ar-g, .area-h:hover .ar-h, .area-i:hover .ar-i, .area-j:hover .ar-j, .area-k:hover .ar-k, .area-l:hover .ar-l, .area-m:hover .ar-m, .area-n:hover .ar-n, .area-o:hover .ar-o, .area-x:hover .ar-x,
#area-a:hover .ar-a, #area-b:hover .ar-b, #area-c:hover .ar-c, #area-d:hover .ar-d, #area-e:hover .ar-e, #area-f:hover .ar-f, #area-g:hover .ar-g, #area-h:hover .ar-h, #area-i:hover .ar-i, #area-j:hover .ar-j, #area-k:hover .ar-k, #area-l:hover .ar-l, #area-m:hover .ar-m, #area-n:hover .ar-n, #area-o:hover .ar-o, #area-x:hover .ar-x {
  display: block !important; }

.slick-prev:before, .slick-next:before {
  content: ""; }

.slick-prev, .slick-next {
  width: 30px;
  height: 30px; }

.slick-prev {
  left: 10px;
  background: url(../images/back.png) no-repeat center;
  background-size: 100%; }

.slick-next {
  right: 10px;
  background: url(../images/forward.png) no-repeat center;
  background-size: 100%; }

.slick-dots {
  bottom: -30px;
  z-index: 2; }

.mobile-res-btn, .mobile-res-btn:hover, .mobile-res-btn:focus, .mobile-res-btn:active {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 5px 5px 0 0;
  color: #fff;
  text-transform: uppercase;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  -webkit-box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.6);
  background: #00573d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00573d 0%, #003a2b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00573d 0%, #003a2b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#00573d), to(#003a2b));
  background: -o-linear-gradient(top, #00573d 0%, #003a2b 100%);
  background: linear-gradient(to bottom, #00573d 0%, #003a2b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00573d', endColorstr='#003a2b',GradientType=0 );
  /* IE6-9 */ }

.mobile-booking {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  left: 0; }

h2.h-hili {
  background: #b08745;
  display: block;
  margin: 0 0 20px 0;
  padding: 10px 10px 5px 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.6em; }

h2.h-hili span {
  color: #e0d5a3; }

.accomm-hili {
  padding-bottom: 40px; }

.accomm-hili h3 {
  color: #b08745;
  font-weight: normal; }

.img-thumb {
  margin: 0 0 20px 0;
  width: 100%; }

.img-thumbs {
  margin: 0 10px 10px 0;
  width: 35%;
  float: left; }

.slick-slider {
  margin-bottom: 0; }

/* photo gallery */
.photo-gallery {
  position: relative;
  width: 100%; }

.gallery {
  position: relative;
  width: 100%;
  margin-bottom: 30px; }
  .gallery a {
    display: block;
    width: 20%;
    float: left;
    height: 7.5vw;
    overflow: hidden; }
  .gallery img {
    display: block;
    margin: 0px;
    width: 100%;
    border: 2px solid #fff;
    background: #eee; }
  .gallery h3 {
    font-size: 20px;
    display: block;
    float: left;
    width: 100%;
    padding: 15px 0 0 0;
    margin: 0; }

.gallery-menu li {
  height: 30px;
  line-height: 30px;
  border: 0;
  display: inline-block;
  position: relative; }

.gallery-menu a {
  padding: 0 12px;
  line-height: 30px; }

.gallery-menu a:hover {
  background: #00573d;
  color: #d3d1ca; }

.at-share-tbx-element .at-share-btn {
  padding: 0; }

#primary_nav_wrap {
  border-bottom: 1px solid #00573d;
  margin-bottom: 10px;
  height: auto;
  position: relative;
  padding-right: 250px; }

#primary_nav_wrap ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0; }

#primary_nav_wrap ul li a {
  display: block;
  color: #333;
  text-decoration: none;
  font-weight: normal;
  font-size: 1em;
  line-height: 32px;
  padding: 0 15px;
  font-family: PT Sans Narrow, sans-serif;
  text-transform: uppercase;
  border-radius: 5px 5px 0 0; }

#primary_nav_wrap ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0; }

#primary_nav_wrap ul li.current-menu-item {
  background: #ddd; }

#primary_nav_wrap ul li:hover, #primary_nav_wrap .active a {
  background: #00573d;
  color: #d3d1ca;
  border-radius: 5px 5px 0 0; }

#primary_nav_wrap ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #00573d;
  padding: 0;
  z-index: 100;
  border-radius: 0 0 5px 5px; }

#primary_nav_wrap ul ul li {
  float: none;
  width: 210px; }

#primary_nav_wrap ul ul a {
  line-height: 120%;
  padding: 10px 15px;
  color: #d3d1ca; }

#primary_nav_wrap ul ul ul {
  top: 0;
  left: 100%; }

#primary_nav_wrap ul li:hover > ul {
  display: block; }

#primary_nav_wrap a:hover {
  background: #00573d;
  color: #fff;
  border-radius: 5px 5px 0 0; }

.gallery-nav {
  position: absolute !important;
  right: 0;
  bottom: 0; }

.gallery-nav li {
  margin-left: 4px !important;
  text-align: center; }

.gallery-nav a {
  background-color: #fff;
  padding-top: 10px !important;
  font-size: .9em !important; }

.gallery-nav a span {
  display: block;
  font-size: 1.4em; }

/* show hide button */
.menu-toggle {
  width: 50px;
  height: 50px;
  text-indent: -99999px;
  cursor: pointer;
  position: absolute;
  opacity: 1;
  right: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1; }

.menu-toggle:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.menu-toggle-off {
  background-image: url(../images/menu_toggle.png);
  top: 45%;
  background-size: 100%;
  background-position: top;
  border-radius: 5px 0 0 5px; }

.menu-toggle-on {
  background-image: url(../images/menu_toggle.png);
  right: 0;
  position: fixed;
  top: 0;
  background-size: 100%;
  background-position: bottom;
  border-radius: 0 0 0 5px; }

.hotel-map {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative; }

.flex-control-thumbs li {
  width: auto;
  margin: 0; }

.flex-control-thumbs img {
  width: auto;
  height: 36px; }

.iframe-rwd {
  position: relative;
  padding-bottom: 41%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.iframe-rwd iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.switch-map {
  position: absolute;
  z-index: 2;
  bottom: 26px;
  right: 50px; }

#googleMap, #hotelMap {
  background: #00573d;
  font-size: .8em;
  line-height: 1em;
  border: none;
  padding: 10px 20px 7px 20px;
  float: left;
  color: #fff;
  border: 2px solid #fff; }

#googleMap:active, #googleMap:focus, #googleMap:hover,
#hotelMap:active, #hotelMap:focus, #hotelMap:hover {
  background: #fff;
  color: #00573d;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  outline: none; }

#hotelMap {
  border-radius: 5px 0 0 5px;
  margin-right: -2px; }

#googleMap {
  border-radius: 0 5px 5px 0; }

.eq-box {
  background: #fffdf8;
  padding: 20px;
  position: relative; }

.eq-box p:last-child {
  margin-bottom: 0; }

.icon-hili {
  border-radius: 50%;
  background-color: #b08745;
  padding: 5px;
  color: #fff;
  margin: 0 10px 10px 0;
  font-size: 1.7em;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 1.1em; }

.num {
  border-radius: 50%;
  background-color: #b08745;
  padding: 5px;
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 1em;
  width: 22px;
  height: 22px;
  display: inline-block;
  text-align: center;
  line-height: 1.1em; }

.icon-hili img {
  width: 100%;
  height: auto;
  margin-top: -3px; }

.againt-padd {
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  display: block; }

.againt-padd img {
  width: 100%;
  height: auto; }

.valign-bot {
  position: absolute;
  bottom: 10px;
  display: block; }

.booking-bar button span, .mobile-res-btn span {
  margin-right: 3px;
  font-size: .8em;
  color: #00573d;
  background: #fffdf8;
  padding: 5px;
  border-radius: 50%; }

.hotel-map-frame {
  display: block;
  width: 100%; }

.hotel-map-frame iframe {
  border: 0;
  width: 100%;
  height: 550px; }

.list {
  margin: 0 0 15px 0; }

.list li {
  background: url(../images/list.png) no-repeat left top;
  background-size: 14px 14px;
  list-style: none;
  padding-left: 20px; }

.price-box {
  background: #b08745;
  color: #fffdf8;
  padding: 15px;
  margin-bottom: 20px; }

.price-box p {
  font-size: .8em; }

.price-net {
  font-weight: bold;
  font-size: 1.6em;
  color: #fff; }

.price-net small {
  font-size: .5em;
  font-weight: normal;
  display: block;
  margin-bottom: 15px; }

.price-from {
  font-size: .8em; }

.price-box table {
  line-height: 1.2em;
  font-size: 0.8em;
  margin: 10px 0; }

.price-box td {
  padding: 3px; }

.nav-tabs {
  margin-bottom: 20px; }

.nav-tabs > li > a {
  background: #eee; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: #fffdf8;
  border: 1px solid #eee;
  border-bottom: #fffdf8 1px solid;
  color: #00573d; }

.nav-tabs > li > a:hover {
  background: #fffdf8;
  border: 1px solid #eee; }

.nav-tabs {
  border-bottom: 1px solid #eee;
  font-size: .8em; }

.add-pad-tb-s {
  padding: 20px 0; }

.hili-color {
  color: #b08745; }

.desc-text {
  font-family: Playfair Display, serif; }

.s-padd {
  padding: 0 5px; }

.add-bor {
  border-right: 1px solid #fff; }

.add-bor:last-child {
  border-right: none; }

.wedding-h {
  text-shadow: 1px 1px 2px black;
  color: #fffdf8; }

.wedding-h-r {
  position: absolute;
  bottom: 40px;
  right: 3%;
  z-index: 10; }

.wedding-logo {
  width: 100%;
  height: auto;
  margin-bottom: 15px; }

.wedding-h-word {
  position: absolute;
  top: 20%;
  left: 3%;
  height: 100px;
  width: 450px;
  z-index: 10;
  font-style: italic;
  font-size: 1.2em; }

.s-col {
  padding: 0 10px 0 0; }

.aside-contact li {
  list-style: none; }

.aside-contact h2 {
  margin: 0 0 5px 0;
  font-size: 1.4em; }

.aside-contact section {
  margin: 0 0 30px 0; }

.aside-contact section:last-child {
  margin-bottom: 0; }

.contact h1 {
  margin: 0;
  color: #b08745; }

.contact section {
  margin-bottom: 30px;
  padding: 15px;
  background: #fff; }

.contact section:last-child {
  margin-bottom: 0; }

.contact h2 {
  background: #b08745;
  padding: 10px 15px 7px 15px;
  margin: -15px -15px 15px -15px;
  color: #fff;
  font-size: 1.6em; }

.contact h3 {
  text-transform: uppercase;
  font-size: 1.3em; }

.contact label, .contact input, .contact select {
  font-size: 1em; }

.contact .form-control {
  height: 34px; }

textarea.form-control {
  height: auto !important; }

.table-info td {
  padding: 5px;
  vertical-align: top; }

.btn-dark {
  background-color: #333;
  border: none;
  color: #fff;
  border-radius: 5px;
  padding: 7px 10px 5px 10px;
  font-size: .8em;
  margin: 1.5% 1%;
  width: auto; }

.btn-dark:hover {
  background-color: #000;
  color: #eee; }

.price {
  color: #00573d;
  font-size: 1.2em; }

.table-s {
  font-size: .8em; }

.table-s td {
  padding: 8px 5px; }

.popupModal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0; }

.popup {
  position: relative;
  display: table;
  width: 100%;
  height: 100%; }

.float-mid {
  display: table-cell;
  vertical-align: middle; }

.popup-content {
  background: rgba(250, 248, 242, 0.8);
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
  min-height: 100px;
  padding: 15px 30px; }

.popup-content li {
  list-style: none;
  line-height: 24px;
  margin: 0 0 5px 0; }

.popup-content h1, .popup-content h2 {
  color: #00573d;
  font-family: Gill Sans, PT Sans, sans-serif;
  font-weight: normal; }

.popup-content h1 {
  margin: 10px 0 30px 0; }

.popup-content h2 {
  font-size: 20px; }

.popup-content h2 span {
  color: #367732; }

.form-grid {
  padding: 0 8px;
  margin: 0 0 15px 0; }

.popup-content .close {
  line-height: 1.2em;
  color: #fff;
  text-shadow: none;
  filter: alpha(opacity=80);
  opacity: .8;
  margin: -5px -15px 0 0; }

.popup-content li img {
  width: auto;
  height: 24px;
  margin: 0 5px 0 0; }

.icon-dec {
  color: #333;
  padding: 3px;
  border-radius: 50%;
  margin: 0 5px 0 0;
  border: 2px #000 solid; }

button.close {
  background: #666;
  border: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%; }

.close:hover, .close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=100);
  opacity: 1; }

.icon-h {
  width: auto;
  height: 30px;
  margin: -5px 10px 0 0; }

.download-pic {
  position: absolute;
  right: 0;
  bottom: 0; }

.popPromo {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100; }

.popPromo img {
  display: block;
  width: 90%;
  max-width: 400px;
  height: auto;
  margin: 40px auto 0 auto; }

.popPromo button {
  margin: 0 auto;
  display: block;
  background-color: #000;
  padding: 5px 10px;
  color: #fff;
  border: 0; }

.banner-bestrate {
  width: 100%;
  margin: 5px auto 10px auto; }

.policy {
  background: #fffdf8; }

.policy h2 {
  background: #b08745;
  padding: 15px 15px 10px 15px;
  color: #fffdf8;
  margin-bottom: 15px;
  display: block; }

.policy h3 {
  color: #b08745; }

.policy p a {
  text-decoration: underline; }

.policy ul {
  margin-bottom: 10px; }

.policy li {
  list-style: disc;
  margin: 0 0 0 25px; }

.collapse-pro-btn:hover {
  opacity: 1; }

.collapse-pro {
  background: #EAEAEA; }

.collapse-pro img {
  width: 100%;
  max-width: 350px;
  margin: -6px auto 0 auto;
  border-bottom: 3px solid red;
  cursor: pointer;
  display: block; }

.claimform {
  padding: 0 15px; }

.claimform .form-group {
  padding: 0 5px;
  margin-bottom: 10px; }

.claimform .cal {
  background: white url(../images/cal.png) no-repeat;
  background-size: 20px 20px;
  background-position: 98%; }

.announce {
  position: absolute;
  bottom: 40px;
  left: 240px;
  max-width: 400px;
  width: 35%;
  z-index: 10; }

.announce img {
  width: 100%;
  height: auto;
  border-radius: 12px; }

.announce .close {
  line-height: 1.2em;
  color: #fff;
  text-shadow: none;
  filter: alpha(opacity=80);
  opacity: .8;
  margin: -5px -15px 0 0;
  position: absolute;
  right: 17px;
  top: 7px; }

iframe[name=google_conversion_frame] {
  display: none !important; }

.Certificate {
  position: absolute;
  width: 90px;
  height: auto;
  right: 22px;
  top: 50px; }

.Certificate:hover {
  width: 300px;
  opacity: 1; }

.lazy {
  background: url(http://www.noraburiresort.com/images/status.gif) center no-repeat;
  background-color: #fff;
  background-size: 40%; }

/* superslides */
#slides {
  position: relative;
  z-index: -1; }

#slides .slides-container {
  display: none; }

#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%; }

#slides .scrollable:after {
  content: "";
  display: table;
  clear: both; }

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%; }

.slides-navigation a {
  position: absolute;
  display: block; }

.slides-navigation a.prev {
  left: 0; }

.slides-navigation a.next {
  right: 0; }

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%; }

.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%; }

.slides-pagination a.current {
  background: #222; }

.slides-control {
  padding-top: 0; }

.slides-navigation {
  top: 50%; }

.slides-pagination {
  bottom: 15px;
  width: auto;
  right: 15px; }

.slides-navigation a {
  border-radius: 30px;
  display: block;
  text-decoration: none;
  border: 3px solid rgba(224, 213, 163, 0.5);
  color: #E0D5A3;
  background: rgba(0, 0, 0, 0.2);
  line-height: 30px;
  font-size: 22px;
  margin: 0 25px;
  text-align: center;
  height: 40px;
  width: 40px;
  top: -40px;
  padding: 1px;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s; }

.slides-navigation a:hover {
  background: rgba(0, 0, 0, 0.8);
  border-color: #e0d5a3;
  color: #e0d5a3; }

.slides-pagination a {
  width: 10px;
  height: 10px;
  margin: 5px;
  border: none;
  background: rgba(255, 255, 255, 0.3);
  color: transparent; }

.slides-pagination a.current {
  background: #363c3a; }

.lazy {
  background: #eee;
  min-height: 20px;
  border: 2px solid #fff;
  min-height: 20px; }

.other-hotels {
  display: inline-block;
  margin-right: 10px;
  position: relative; }

.other-hotels .dropdown-toggle {
  background-color: transparent;
  display: block;
  padding: 2px 10px;
  border-radius: 5px;
  border: 1px solid #fff;
  width: 100%;
  text-align: center;
  margin: 0; }

.other-hotels .dropdown-toggle:hover, .other-hotels .dropdown-toggle:focus {
  text-decoration: none;
  border-color: #00573d; }

.carousel-indicators li:nth-last-child(-n+2) {
  display: none; }

#carousel-awards .carousel-indicators {
  display: none; }

.form-control::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #363c3a;
  opacity: 1;
  /* Firefox */ }

.form-control:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #363c3a;
  opacity: 1;
  /* Firefox */ }

.form-control::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #363c3a;
  opacity: 1;
  /* Firefox */ }

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #363c3a;
  opacity: 1;
  /* Firefox */ }

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #363c3a; }

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #363c3a; }

.responsive-box {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block; }
  .responsive-box:after {
    content: '';
    display: block; }
  .responsive-box img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.ratio-3-1:after {
  padding-top: 33.33%; }

.ratio-2-1:after {
  padding-top: 50%; }

.ratio-1-1:after {
  padding-top: 100%; }

.ratio-4-3:after {
  padding-top: 75%; }

.ratio-16-9:after {
  padding-top: 56.25%; }

.ratio-3-4:after {
  padding-top: 125%; }

.carousel {
  margin-bottom: 0; }

.carousel-cell:before {
  display: none; }

.flickity-button {
  position: absolute;
  background: transparent;
  border: none;
  color: #333;
  z-index: 1;
  height: 100%;
  padding: 0;
  width: 60px; }

.flickity-button:hover {
  background: transparent;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  display: none; }

.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
  float: none !important; }

.flickity-page-dots .dot.is-selected {
  background: white; }

.awards-carousel {
  margin-bottom: 30px; }
  .awards-carousel .carousel-cell {
    opacity: .7; }

.hero-sidebar-carousel {
  margin-bottom: 0; }

.hero-sidebar-carousel .carousel-cell {
  width: 100%;
  height: auto;
  margin-right: 0;
  background: #eee;
  border-radius: 0;
  counter-increment: gallery-cell;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .hero-sidebar-carousel .carousel-cell:after {
    content: '';
    display: block;
    padding-top: 60%; }
  .hero-sidebar-carousel .carousel-cell img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
    padding: 0; }

.mini-carousel .carousel-cell {
  width: 100%;
  height: auto;
  margin-right: 0;
  background: #eee;
  border-radius: 0;
  counter-increment: gallery-cell;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .mini-carousel .carousel-cell a {
    display: block; }
    .mini-carousel .carousel-cell a:after {
      content: '';
      display: block;
      padding-top: 66.66%; }
    .mini-carousel .carousel-cell a img {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      margin: 0;
      padding: 0; }

.map-carousel .carousel-cell {
  width: 100%;
  height: auto;
  margin-right: 0;
  background: #eee;
  border-radius: 0;
  counter-increment: gallery-cell;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .map-carousel .carousel-cell:after {
    content: '';
    display: block;
    padding-top: 50%; }
  .map-carousel .carousel-cell iframe {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
    padding: 0; }

.map-carousel .flickity-page-dots .dot {
  width: auto;
  height: 32px;
  opacity: 1;
  background: #000;
  border: none;
  float: none !important;
  padding: 0 10px;
  border-radius: 3px;
  color: #fff;
  line-height: 32px;
  font-size: 13px;
  margin-bottom: 10px; }

.map-carousel .flickity-page-dots .is-selected {
  background: #00573d; }

.map-carousel .flickity-page-dots {
  bottom: 5px; }

.hero-sidebar-carousel .flickity-page-dots, .mini-carousel .flickity-page-dots {
  bottom: 10px; }

.is-selected {
  opacity: 1; }

.hili-card .hili-card-img {
  margin: 0 0 10px 0; }

.hili-card .hili-card-title {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  /*&:after {content:'';display: block;height: 1px; width: 50px; border-top:1px solid #b1873f;margin:  10px 0 0 0 }*/ }

.hili-card .card-price-box .price-from {
  color: #000; }

.hili-card .card-price-box .price-net {
  color: #00573d; }

.hili-card .card-price-box .price-net small {
  color: #000; }

.hili-section {
  padding: 3rem 15px;
  position: relative; }
  .hili-section .hili-section-title {
    padding: 3rem 0;
    margin: 0 0 2rem 0;
    position: relative;
    z-index: 1;
    font-size: 4rem;
    text-transform: uppercase; }
  .hili-section .hili-section-content {
    padding: 1rem;
    margin: 0;
    position: relative;
    z-index: 1; }
  .hili-section:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    width: 70%;
    height: 70%;
    background-color: #f1eee7;
    bottom: 0;
    left: 0; }

.preview-slide {
  padding: 3rem 15px;
  position: relative;
  margin-bottom: 30px; }
  .preview-slide .preview-slide-title {
    padding: 0 0 0 15%;
    margin: 0 0 2rem 0;
    position: relative;
    z-index: 1;
    font-size: 3rem;
    text-transform: uppercase; }
  .preview-slide:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    width: 70%;
    height: 80%;
    background-color: #f1eee7;
    top: 0;
    left: 0; }

.room-carousel {
  background: transparent;
  position: relative;
  z-index: 2;
  margin-bottom: 30px; }
  .room-carousel .room-carousel-item {
    height: auto;
    width: 70%;
    background: #000;
    border-radius: 0; }
    .room-carousel .room-carousel-item .card-room {
      display: -ms-flexbox !important;
      display: -webkit-box !important;
      display: flex !important;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      background-size: cover;
      -ms-flex-align: end !important;
      -webkit-box-align: end !important;
      align-items: flex-end !important; }
    .room-carousel .room-carousel-item .card-room:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: rgba(0, 0, 0, 0.2); }
    .room-carousel .room-carousel-item:before {
      display: none; }
    .room-carousel .room-carousel-item:after {
      content: '';
      padding-top: 56.25%;
      display: block; }
  .room-carousel .card-room-content {
    padding: 3rem;
    color: #fff;
    position: relative;
    z-index: 2; }
  .room-carousel .card-room-content a {
    text-decoration: none !important; }
  .room-carousel .card-room-title {
    -webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9); }
  .room-carousel .card-room-btn, .room-carousel .card-room-title {
    color: #fff;
    text-transform: uppercase;
    border: none;
    background: transparent; }
  .room-carousel .card-room-btn, .room-carousel .card-room-title {
    padding: 0;
    line-height: normal;
    cursor: pointer;
    position: relative;
    display: inline-block; }
  .room-carousel .card-room-btn:after, .room-carousel .card-room-title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    width: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .room-carousel .card-room-btn:hover, .room-carousel .card-room-btn:focus {
    color: #fff; }
  .room-carousel .card-room-btn:hover:after, .room-carousel .card-room-btn:focus:after, .room-carousel .card-room-title:hover:after {
    border-color: white;
    width: 100%; }
  .room-carousel .flickity-page-dots {
    position: static;
    margin: 20px auto 0 auto; }
  .room-carousel .flickity-page-dots .dot {
    background: transparent;
    border: 2px solid #333; }
  .room-carousel .flickity-page-dots .dot.is-selected {
    background: #333; }

.review-slide {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 3;
  margin-bottom: 30px; }
  .review-slide .review-carousel {
    background: transparent; }
  .review-slide .carousel-cell:before {
    display: none; }
  .review-slide .carousel-cell {
    height: auto;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    background: transparent;
    border-radius: 0; }
  .review-slide .review-title {
    color: #fff;
    font-size: 4.5rem;
    text-shadow: 1px 1px 3px black; }
  .review-slide .review-text {
    color: #fff; }
  .review-slide .flickity-page-dots {
    bottom: -15px; }

.awards-carousel {
  background: transparent; }
  .awards-carousel .carousel-cell:before {
    display: none; }
  .awards-carousel .carousel-cell {
    width: 20%;
    background: transparent;
    height: auto; }

.promo-carousel {
  background: transparent;
  margin-bottom: 30px; }
  .promo-carousel .carousel-cell:before {
    display: none; }
  .promo-carousel .carousel-cell {
    width: 28%;
    background: transparent;
    height: auto;
    margin-right: 30px; }
  .promo-carousel .flickity-page-dots {
    position: static;
    margin: 20px auto 0 auto; }
  .promo-carousel .flickity-page-dots .dot {
    background: transparent;
    border: 2px solid #333; }
  .promo-carousel .flickity-page-dots .dot.is-selected {
    background: #333; }

.card-3-col {
  padding: 5rem 0; }
  .card-3-col .card-3-col-title {
    margin: 0 0 3rem 0;
    padding: 0;
    text-align: center; }

.link-btn {
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  padding-bottom: 5px; }

.link-btn:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 2px;
  border-bottom: 1px solid black;
  width: 50%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.link-btn:hover, .link-btn:focus {
  color: #b1873f; }

.link-btn:hover:after, .link-btn:focus:after {
  border-color: #b1873f;
  width: 100%; }

.parallax {
  min-height: 80vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .parallax .parallax-content {
    position: absolute;
    bottom: 0;
    z-index: 1;
    color: #000;
    text-align: center;
    padding: 1rem; }
  .parallax:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 80%;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); }

/* Mobile */
@media (max-width: 767px) {
  .flickity-button {
    display: none; }
  .hero-sidebar-carousel .carousel-cell:after, .map-carousel .carousel-cell:after {
    content: '';
    display: block;
    padding-top: 100%; }
  .map-carousel .flickity-page-dots {
    position: static;
    padding: 10px;
    width: 100%;
    margin: 0;
    text-align: center; }
  .promo-carousel .carousel-cell {
    width: 80%;
    margin-right: 10px; }
  .room-carousel .room-carousel-item {
    width: 80%; }
  .mo-booking {
    display: block;
    margin-right: 0;
    width: 50%;
    float: left;
    text-align: center; }
  .icon-scroll:after {
    width: 2px;
    left: 19px; }
  .icon-scroll:before {
    top: inherit;
    bottom: 0; }
  @-webkit-keyframes scroll {
    100% {
      opacity: 1;
      -webkit-transform: translateY(-46px);
      transform: translateY(-46px); } }
  @keyframes scroll {
    100% {
      opacity: 1;
      -webkit-transform: translateY(-46px);
      transform: translateY(-46px); } }
  .cover-title-nav {
    text-align: center; }
  .review-slide .review-title {
    font-size: 2.5rem; }
  .preview-slide .preview-slide-title {
    padding: 0 0 0 15%;
    margin: 0 0 1rem 0;
    font-size: 2.5rem; }
  .hili-section .hili-section-title {
    padding: 1rem 0;
    margin: 0 0 1rem 0;
    font-size: 3rem; }
  .room-carousel .card-room-content {
    padding: 1rem; }
  .room-carousel .card-room-content p {
    margin: 0 0 5px; }
  .room-carousel .room-carousel-item:after {
    padding-top: 100%; }
  .gallery a {
    width: 50%;
    height: 25vw; }
  #primary_nav_wrap ul {
    text-align: center; }
  #primary_nav_wrap ul a {
    border-radius: 5px !important; }
  #primary_nav_wrap ul li {
    float: none;
    text-align: center;
    display: inline-block; }
  .arrow {
    position: static;
    margin: 30px auto 0 auto; }
  .social {
    position: static;
    padding: 0;
    width: 100%;
    height: auto;
    background-color: transparent; }
    .social a {
      float: left;
      color: #333; }
      .social ahover {
        color: #00573d; }
    .social .other-hotels {
      position: static;
      margin: 0;
      display: block;
      float: left; }
      .social .other-hotels .dropdown-toggle {
        margin: 5px 0; }
      .social .other-hotels .dropdown-menu {
        left: inherit;
        right: 0; }
    .social .ocial-media a {
      display: inline-block; }
  .p-0 {
    padding: 0 !important; }
  .m-0 {
    margin: 0 !important; }
  .social img {
    width: 26px;
    height: auto; }
  .social-media {
    text-align: center; }
    .social-media a {
      display: inline-block !important;
      float: none; }
  .dd-lang {
    padding: 0 10px;
    top: inherit;
    bottom: -40px; }
  .language, .social-list {
    border-left: none;
    margin: 0 auto;
    padding: 0;
    position: static;
    width: 100%;
    text-align: center; }
    .language a, .social-list a {
      float: none;
      display: inline-block !important; }
  .navbar-nav {
    margin: 0 -15px; }
  .navbar-nav li {
    float: left;
    width: 50%;
    text-align: center;
    border: 1px solid #e0d5a3;
    border-top: none;
    border-right: none; }
  .navbar-collapse {
    background: rgba(250, 248, 242, 0.8); }
  .announce {
    position: absolute;
    bottom: inherit;
    left: 10%;
    max-width: none;
    width: 80%;
    z-index: 5;
    top: 65px; }
  .slick-dots {
    bottom: -25px; }
  .download-pic {
    position: static;
    margin: 20px auto;
    display: block; }
  .aside-contact {
    margin-top: 30px; }
  .wrap {
    overflow-x: hidden; }
  .flex-control-thumbs li {
    width: 80px; }
  .no-herobanner {
    margin-top: 54px; }
  .logo {
    width: auto;
    padding: 3px 0;
    height: 50px;
    float: left;
    margin-left: 10px; }
  .hotel-map-frame iframe {
    height: 300px; }
  .logo img {
    width: auto;
    height: 100%; }
  .main {
    position: relative;
    width: 100%;
    float: left; }
  .hero-banner {
    width: 100%;
    z-index: 2;
    top: 50px;
    min-height: 280px; }
  .hili-sidebar {
    padding: 15px; }
  .video-banner {
    z-index: -1; }
  .wedding-h {
    display: none; }
  .hili-text h2 {
    font-size: 1.8em; }
  .hili-text button {
    margin: 20px auto; }
  .nav-tabs {
    margin-bottom: 20px;
    border: none; }
  .nav-tabs > li {
    width: 50%;
    margin-bottom: 1px; }
  .nav-tabs > li > a {
    border-radius: 0;
    border: 1px solid #EAEAEA; }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-bottom: #eee 1px solid; }
  .responsive-banner {
    width: 100%;
    float: left;
    position: static;
    margin: 90px 0 0 0;
    min-height: 1px; }
  .main-aheight {
    position: relative;
    top: inherit;
    float: left; }
  .slide-banner {
    width: 100%;
    float: left; }
  .sub-nav {
    width: 100%;
    position: static;
    height: auto;
    padding: 15px 0;
    float: left; }
  .sub-nav li {
    padding: 5px 15px;
    text-align: left;
    float: left;
    width: 50%;
    font-size: 84%; }
  .sub-nav li:hover img {
    border: none; }
  .sub-nav h2 {
    display: none; }
  .sub-nav li img {
    display: block;
    width: 100%;
    margin: 0 0 10px 0; }
  .sub-nav li:hover img {
    display: block;
    position: static;
    width: 100%; }
  .sub-nav a:hover, .sub-nav a:focus, .sub-nav a:active {
    border-right: none !important; }
  .sidebar {
    width: 100%; }
  #supersized {
    height: 280px;
    width: 100%;
    top: 50px; }
  .intro {
    padding: 30px; }
  .banner-tripadvisor h2 {
    font-size: 1.6em; }
  .local-guide {
    padding: 40px; }
  footer {
    padding: 20px 20px 70px 20px; }
  footer ul {
    margin: 0 0 20px 0; }
  footer li {
    list-style: none;
    width: 50%;
    float: left;
    display: block; }
  footer li a {
    padding: 5px 0;
    display: block; }
  footer h2 {
    margin: 10px 0; }
  .footer-right, .footer-left, .footer-right a, .footer-left a {
    text-align: center; }
  .btn-newsletter {
    position: absolute;
    top: 0;
    right: 0; }
  .form-inline {
    position: relative; }
  .lead {
    font-size: 1.1em;
    font-weight: normal; }
  .intro h1 {
    font-size: 2em; }
  .intro hgroup {
    margin-bottom: 10px;
    text-align: center;
    font-size: 90%; }
  .intro p {
    text-align: center; }
  .intro-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    margin-bottom: 15px; }
  .intro-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .room-amenities h2 {
    font-size: 1.6em;
    padding: 0 0 10px 0; }
  .master-plan {
    display: none; }
  .banner-promo {
    display: block;
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    max-width: 400px; }
  .banner-promo img {
    width: 100%; }
  .navbar-inverse {
    background: #fffaf3;
    border: none;
    border-bottom: 4px solid #e0d5a3;
    position: fixed;
    width: 100%;
    z-index: 13; }
  .navbar-toggle {
    position: absolute;
    float: none;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    background: #00573d;
    background-image: none;
    border: none;
    border-radius: 0;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    color: #fffdf8; }
  .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    color: #fffdf8;
    background: #004a34; }
  .navbar-inverse .navbar-toggle {
    border-color: #33988B; }
  .navbar-toggle:before, .collapsed:before {
    font-family: 'Glyphicons Halflings'; }
  .navbar-toggle:before {
    content: "\e113"; }
  .navbar-header .collapsed:before {
    content: "\e236"; }
  .navbar a {
    display: block;
    padding: 7px 10px; }
  ul#slide-list {
    display: none; }
  .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #00573d; }
  .navbar-collapse.in {
    height: 100vh; }
  .master-plan-list li {
    display: block;
    width: 100%; }
  .no-img img {
    display: none !important; }
  .btn-to-content {
    bottom: 40%; }
  #prevslide, #nextslide {
    height: 30px;
    width: 30px;
    background-size: 100% !important; }
  .sub-nav a small {
    text-transform: none;
    display: inline-block;
    font-size: 1em;
    margin: 0 0 0 5px; }
  .sub-nav a br {
    display: none; }
  .sub-nav a {
    border: none !important; }
  .wrap-content {
    padding: 0 40px 20px 40px; }
  .full-intro {
    padding: 100px 20px 0 20px; }
  #primary_nav_wrap {
    padding: 0; }
  .gallery-nav {
    position: static !important;
    margin-bottom: 20px !important; }
  .gallery-nav a, .gallery-nav a:hover {
    border-radius: 5px !important; }
  .gallery-nav {
    bottom: 60px; }
  .switch-map {
    bottom: -15px;
    right: 0;
    width: 100%; }
  #googleMap, #hotelMap {
    padding: 10px 0 7px 0;
    width: 50%;
    border-radius: 0;
    border: none; }
  #hotelMap {
    margin-right: 0;
    border-right: 2px #fff solid; }
  .eq-box {
    height: auto !important; }
  .flex-control-thumbs {
    margin: 10px auto -7px auto;
    position: static; }
  .flex-control-thumbs li {
    width: auto; }
  .flex-control-thumbs img {
    width: auto;
    height: 34px;
    padding: 0 5px; }
  .homecontent {
    margin: 0; }
  .homecontent .intro {
    padding: 60px 20px 40px 20px; }
  .homecontent .hili-sidebar {
    margin: 0 -20px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    font-size: 17px; }
  .carousel-indicators li, .carousel-indicators .active {
    width: 5px;
    height: 5px; } }

/* MD */
@media (min-width: 768px) and (max-width: 1199px) {
  .sub-nav a small {
    text-transform: none;
    display: inline-block;
    font-size: 1em;
    margin: 0 0 0 5px; }
  .sub-nav a br {
    display: none; } }

/* SM */
@media (min-width: 768px) and (max-width: 1023px) {
  .Certificate {
    top: 140px; }
  .announce {
    bottom: 70px;
    left: 40px;
    width: 350px; }
  .no-herobanner {
    margin-top: 84px; }
  .sub-nav a {
    font-size: .9em; }
  .sub-nav h2 {
    margin: 0 0 10px 0;
    font-size: 1.7em; }
  .master-plan-list li {
    display: block;
    width: 100%; }
  .master-plan-list ul {
    float: left; }
  .main, .hero-banner, #supersized {
    width: 100%; }
  .banner-promo img {
    width: 300px; }
  .navbar-collapse {
    padding: 0 0 0 90px; }
  .navbar-nav {
    float: right;
    margin: 30px 20px 0 0; }
  .intro {
    padding: 60px 20px 60px 60px; }
  .local-guide {
    padding: 40px; }
  .map {
    width: 50%; }
  .navbar-inverse {
    background: #fffaf3;
    border: none;
    border-bottom: 4px solid #e0d5a3;
    position: fixed;
    width: 100%;
    z-index: 13; }
  .navbar-inverse .navbar-toggle {
    border: none;
    background-color: #00573d; }
  .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:active {
    border: none;
    background-color: #004a34; }
  .navbar li {
    display: inline-block; }
  .navbar a {
    padding: 7px 0 7px 10px; }
  ul#slide-list {
    display: none; }
  .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #00573d; }
  .responsive-banner {
    position: relative;
    width: 100%;
    float: right;
    margin: 84px 0 0 0; }
  footer {
    padding: 40px 20px 70px 20px; }
  .banner-promo {
    bottom: 70px; }
  .navbar-inverse .navbar-nav > li > a {
    padding: 5px 5px; }
  .sub-nav a small {
    text-transform: none;
    display: inline-block;
    font-size: 1em;
    margin: 0 0 0 5px; }
  .sub-nav a br {
    display: none; }
  .full-intro {
    padding: 140px 60px 0 60px; }
  #primary_nav_wrap {
    padding: 0; }
  .gallery-nav a, .gallery-nav a:hover {
    border-radius: 5px !important; }
  .gallery-nav {
    bottom: 60px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    height: auto;
    width: 100%;
    border-right: none;
    padding: 0 20px; }
  .navbar {
    border-radius: 0; }
  .navbar a {
    border-right: none !important; }
  .main-nav li {
    display: inline-block;
    padding: 0 5px; }
  .logo {
    position: static;
    height: 80px;
    padding: 10px;
    width: auto; }
  .logo img {
    height: 100%;
    width: auto; }
  .main-nav {
    float: right; }
  .main-nav a, .main-nav a:hover {
    border: none !important; }
  .navbar-inverse .navbar-nav > li > a {
    padding: 5px 7px; }
  .social {
    top: 84px;
    left: 0;
    width: calc(100% - 230px); } }

/* short screen */
@media (max-height: 650px) and (min-width: 767px) {
  .sidebar {
    position: absolute;
    min-height: 670px;
    background: none;
    border-right: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .booking-bar {
    position: static; }
  .main-nav ul {
    margin: 0 0 30px 0; } }

/* All Media */
.no-mar {
  margin: 0; }

.add-mar-b-s {
  margin-bottom: 20px; }

.add-mar-b-m {
  margin-bottom: 40px; }
