@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Cinzel';
@import 'https://fonts.googleapis.com/css?family=Raleway';
@font-face {
  font-family: "proximanova-regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/proximanova-regular/proximanova-regular.svg");
  src: url("../fonts/proximanova-regular/proximanova-regular.eot?") format("eot"), url("../fonts/proximanova-regular/proximanova-regular.woff") format("woff"), url("../fonts/proximanova-regular/proximanova-regular.ttf") format("truetype"); }

/**
 * Clearfix
 */
/* ----------------------- 
      html
----------------------- */
html {
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%; }
  @media (max-width: 991px) {
    html {
      font-size: 60%; } }
  @media (max-width: 479px) {
    html {
      font-size: 58%; } }
  @media (min-width: 1200px) {
    html {
      font-size: 65%; } }

body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font-family: "proximanova-regular", sans-serif;
  color: #111;
  -webkit-text-size-adjust: 100%;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
  margin-bottom: 15px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
/* h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    @include respond-to(max, $device-md){
        font-size: 60%;
    }
    @include respond-to(max, $device-sm){
        font-size: 57%;
    }
    @include respond-to(max, $device-xs){
        font-size: 54%;
    }
    @include respond-to(min, $device-lg){
        font-size: 65%;
    }
}
 */
/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none; }
  a:visited {
    color: #1756a9; }
  a:hover {
    color: #111;
    text-decoration: underline; }

/* Bootstrap 5 column fix */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }

/* mixin comp styles */
.row.no-padding {
  margin: 0; }
  .row.no-padding > [class*="col-"] {
    padding: 0; }

@media (min-width: 1200px) {
  .row.tbl-lg {
    display: table !important;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    .row.tbl-lg > div {
      display: table-cell;
      vertical-align: middle;
      float: none;
      padding-left: 0;
      padding-right: 0; } }

@media (min-width: 992px) {
  .row.tbl-md {
    display: table !important;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    .row.tbl-md > div {
      display: table-cell;
      vertical-align: middle;
      float: none;
      padding-left: 0;
      padding-right: 0; } }

@media (min-width: 768px) {
  .row.tbl-sm {
    display: table !important;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    .row.tbl-sm > div {
      display: table-cell;
      vertical-align: middle;
      float: none;
      padding-left: 0;
      padding-right: 0; } }

@media (min-width: 480px) {
  .row.tbl-xs {
    display: table !important;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    .row.tbl-xs > div {
      display: table-cell;
      vertical-align: middle;
      float: none;
      padding-left: 0;
      padding-right: 0; } }

.row.tbl {
  display: table !important;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: 100%; }
  .row.tbl > [class*="col-"] {
    display: table-cell;
    vertical-align: middle;
    float: none; }

.row.col-right > div {
  float: right; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

body {
  font-size: 1.5rem;
  color: #111; }

.v-middle {
  height: 100%;
  display: table; }
  .v-middle > div {
    width: 100%;
    display: table-cell;
    vertical-align: middle; }

/* .site-header {
  float: left;
  width: 100%;
  border-bottom: 5px solid #D0B877;
  .main-logo {
    float: left;
    width: 235px;
    padding-top: 30px;
    @media all and (max-width: 500px) {
      width: 160px;
    }
    img {
      float: left;
      width: 100%;
    }
  }
  .menubar {
    float: right;
    max-width: calc(100% - 345px);
    border-left: 1px solid #D9D9D9;
    @media all and (max-width: 991px) {
      border-left: 0px;
      width: calc(100% - 360px);
    }
    .menu-top {
      border-bottom: 1px solid #D9D9D9;
      display: block;
      @media all and (max-width: 991px) {
        display: none;
      }
      ul {
        padding: 0px;
        margin: 0px;
        text-align: center;
        li {
          list-style-type: none;
          float: none;
          padding: 20px 0px;
          display: inline-block;
          @media all and (max-width: 991px) {
            float: left;
            width: 50%;
            max-width: 120px;
            padding: 5px 0px;
            text-align: left;
          }
          a {
            font-family: $font-n;
            color: #606060;
            font-size: 11px;
            font-weight: 100;
            text-decoration: none;
            text-transform: uppercase;
            line-height: 11px;
            border-right: 1px solid #D9D9D9;
            padding-right: 10px;
            margin-left: 10px;
            &.active {
              color: #222;
            }
            @media all and (max-width: 1024px) {
              padding-right: 10px;
              margin-left: 10px;
            }
            &:hover {
              color: #222;
            }
          }
          &.last {
            a {
              border-right: 0px;
            }
          }
        }
      }
    }
    .mobile-topmenu {}
    .menu-bottom {
      border-bottom: 1px solid #D9D9D9;
      display: block;
      z-index: 20;
      .menu {
        width: 100%;
      }
    }
    .mobile-topmenu {
      display: none;
      padding: 15px;
      text-align: center;
      @media all and (max-width: 991px) {
        display: block;
      }
      a {
        padding: 0px 10px;
        display: inline;
        font-family: $font-n;
        color: #606060;
        font-size: 11px;
        font-weight: 100;
        text-decoration: none;
        text-transform: uppercase;
        border-right: 1px solid #D9D9D9;
        &.last {
          border-right: 0px solid #D9D9D9;
          padding-right: 0px;
        }
      }
    }
  }
  .reservation {
    float: right;
    width: 108px;
    background: #813F49;
    height: 122px;
    text-align: center;
    a {
      span {
        width: 100%;
        float: left;
        &.res-month {
          font-size: 12px;
          color: #C7B393;
          margin: 20px 0px 0px 0px;
          font-weight: 100;
        }
        &.res-date {
          font-size: 21px;
          color: #C7B393;
          margin: 0px 0px 10px 0px;
          font-weight: 400;
        }
      }
      strong {
        font-size: 12px;
        color: #FFF;
        margin: 0px 0px 20px 0px;
        font-weight: 400;
        float: left;
        width: 100%;
      }
    }
    @include respond-to(max, $device-xs){
        width: 80px;
    }
  }
} */
.site-header {
  float: left;
  width: 100%;
  padding: 0 15px;
  border-bottom: 5px solid #D0B877; }
  .site-header .main-logo {
    float: left;
    width: 210px;
    padding-top: 27px;
    padding-left: 15px; }
    @media all and (max-width: 500px) {
      .site-header .main-logo {
        width: 160px;
        padding-top: 38px; } }
    .site-header .main-logo img {
      float: left;
      width: 100%; }
  .site-header .menubar {
    float: right;
    max-width: calc(100% - 325px);
    border-left: 1px solid #D9D9D9; }
    @media all and (max-width: 991px) {
      .site-header .menubar {
        border-left: 0px;
        width: calc(100% - 360px); } }
    @media (max-width: 768px) {
      .site-header .menubar .menu-bottom {
        border: 0; } }
    .site-header .menubar .menu-top {
      border-bottom: 1px solid #D9D9D9;
      margin-bottom: -1px;
      display: block; }
      @media all and (max-width: 991px) {
        .site-header .menubar .menu-top {
          display: none; } }
      .site-header .menubar .menu-top ul {
        padding: 0px;
        margin: 0px;
        text-align: right; }
        .site-header .menubar .menu-top ul li {
          list-style-type: none;
          float: none;
          padding: 20px 0px;
          display: inline-block; }
          @media all and (max-width: 991px) {
            .site-header .menubar .menu-top ul li {
              float: left;
              width: 50%;
              max-width: 120px;
              padding: 5px 0px;
              text-align: left; } }
          .site-header .menubar .menu-top ul li a {
            font-family: "Raleway", sans-serif;
            color: #616161;
            font-size: 11px;
            font-weight: 100;
            text-decoration: none;
            text-transform: uppercase;
            line-height: 11px;
            border-right: 1px solid #D9D9D9;
            padding-right: 15px;
            margin-left: 15px; }
            .site-header .menubar .menu-top ul li a.active {
              color: #222; }
            @media all and (max-width: 1024px) {
              .site-header .menubar .menu-top ul li a {
                padding-right: 10px;
                margin-left: 10px; } }
            .site-header .menubar .menu-top ul li a:hover {
              color: #222; }
          .site-header .menubar .menu-top ul li.last a {
            border-right: 0px; }
    .site-header .menubar .menu-bottom {
      border-bottom: 1px solid #D9D9D9;
      margin-bottom: -1px;
      display: block;
      z-index: 20; }
      .site-header .menubar .menu-bottom .menu {
        width: 100%; }
    .site-header .menubar .mobile-topmenu {
      display: none;
      padding: 15px;
      text-align: center; }
      @media all and (max-width: 991px) {
        .site-header .menubar .mobile-topmenu {
          display: block; } }
      .site-header .menubar .mobile-topmenu a {
        padding: 0px 10px;
        display: inline-block;
        font-family: "Raleway", sans-serif;
        color: #606060;
        font-size: 11px;
        font-weight: 100;
        text-decoration: none;
        text-transform: uppercase;
        border-right: 1px solid #D9D9D9; }
        .site-header .menubar .mobile-topmenu a:hover {
          color: #222; }
        .site-header .menubar .mobile-topmenu a.last {
          border-right: 0px solid #D9D9D9;
          padding-right: 0px; }
  .site-header .reservation {
    float: right;
    width: 108px;
    background: #813F49;
    height: 122px;
    text-align: center; }
    .site-header .reservation a span {
      width: 100%;
      float: left; }
      .site-header .reservation a span.res-month {
        font-size: 12px;
        color: #C7B393;
        margin: 20px 0px 0px 0px;
        font-weight: 100; }
      .site-header .reservation a span.res-date {
        font-size: 21px;
        color: #C7B393;
        margin: 0px 0px 10px 0px;
        font-weight: 400; }
    .site-header .reservation a strong {
      font-size: 12px;
      color: #FFF;
      margin: 0px 0px 20px 0px;
      font-weight: 400;
      float: left;
      width: 100%; }
  @media (max-width: 768px) {
    .site-header > .container {
      padding: 0; }
    .site-header .reservation {
      width: 90px; } }

.title-wrapper {
  text-align: center; }
  .title-wrapper .title-box {
    max-width: 500px;
    width: 96%;
    margin: 0px 2%;
    padding: 40px 0px 20px 0px;
    background: #FFF;
    text-align: center;
    color: #B7975B;
    float: none;
    display: inline-block;
    left: calc(50vw - 250px); }
    .title-wrapper .title-box h4 {
      padding: 0px;
      margin: 0px;
      width: 100%;
      float: left;
      background: url("/images/bg-line.png") center repeat-x; }
      .title-wrapper .title-box h4 span {
        background: #FFF;
        padding: 0px 10px;
        font-weight: 500;
        font-family: "Raleway", sans-serif;
        font-size: 12px; }
    .title-wrapper .title-box h2 {
      padding: 25px 0px;
      border-bottom: 1px solid #B99F77;
      float: left;
      width: 100%;
      margin: 0px;
      font-family: 'Cinzel', serif;
      font-weight: 400;
      font-size: 30px; }
      @media all and (max-width: 768px) {
        .title-wrapper .title-box h2 {
          font-size: 22px; } }

p {
  color: #606060;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif; }

.button-common {
  line-height: 50px;
  height: 50px;
  background: #83434D;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  padding: 0px 50px; }
  .button-common:hover {
    background: #68353D;
    color: #FFFFFF; }

.site-footer {
  float: left;
  width: 100%;
  background: #31313F;
  padding: 40px 0px;
  color: #797999;
  font-size: 12px;
  line-height: 14px; }
  .site-footer a {
    color: #8D8D9F; }
    .site-footer a:hover {
      color: #ccc; }
    .site-footer a.footer-socail {
      width: 17px;
      height: 14px;
      margin: 0px 5px;
      display: inline-block;
      opacity: 0.9; }
      .site-footer a.footer-socail.footer-fb {
        background: url("/images/ico-fb.png") center no-repeat; }
      .site-footer a.footer-socail.footer-tw {
        background: url("/images/ico-tw.png") center no-repeat; }
      .site-footer a.footer-socail.footer-ut {
        background: url("/images/ico-ut.png") center no-repeat; }
      .site-footer a.footer-socail.footer-pi {
        background: url("/images/ico-pi.png") center no-repeat; }
      .site-footer a.footer-socail.footer-in {
        background: url("/images/ico-in.png") center no-repeat; }
      .site-footer a.footer-socail:hover {
        opacity: 1; }
  @media all and (max-width: 768px) {
    .site-footer .footer-info {
      text-align: center; } }
  @media all and (max-width: 568px) {
    .site-footer .footer-info span {
      text-align: center;
      width: 100%;
      display: block;
      margin-top: 10px; } }
  .site-footer .social-content .instagram-widget {
    display: none;
    height: 306px;
    padding: 2px;
    overflow: auto; }
  .site-footer .footer-developer {
    text-align: right; }
    @media all and (max-width: 768px) {
      .site-footer .footer-developer {
        text-align: center;
        margin-top: 15px; } }

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu-mobile {
  display: none;
  padding: 30px 20px;
  background: url("/images/menu-toggle.png") center right no-repeat;
  margin: 20px;
  min-height: 82px; }
  @media (max-width: 479px) {
    .menu-mobile {
      padding: 10px;
      margin: 20px 15px 20px 5px; } }

.menu-dropdown-icon:before {
  content: "";
  background: url("/images/navi-close.png") center no-repeat;
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  color: #333; }

.menu-dropdown-icon.active-menu:before {
  background: url("/images/navi-open.png") center no-repeat; }

.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box; }
  .menu > ul:before {
    content: "";
    display: table; }
  .menu > ul:after {
    content: "";
    display: table;
    clear: both; }
  .menu > ul > li {
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-right: 1px solid #D9D9D9; }
    .menu > ul > li.last {
      border-right: 0px solid #D9D9D9; }
    .menu > ul > li a {
      text-decoration: none;
      font-family: "Raleway", sans-serif;
      color: #231F1F;
      font-size: 12px;
      font-weight: 700;
      text-decoration: none;
      text-transform: uppercase;
      line-height: 60px;
      padding: 0px 20px;
      display: inline-block;
      display: block; }
    .menu > ul > li:hover {
      background: #f0f0f0; }
    .menu > ul > li.submenu:hover {
      background: none; }
    .menu > ul > li > ul {
      display: none;
      width: 100%;
      background: #FFF;
      padding: 50px 0px 50px 10%;
      position: absolute;
      border-top: 5px solid #D0B877;
      z-index: 99;
      left: 0;
      margin: 0;
      list-style: none;
      box-sizing: border-box; }
      .menu > ul > li > ul:before {
        content: "";
        display: table; }
      .menu > ul > li > ul:after {
        content: "";
        display: table;
        clear: both; }
      .menu > ul > li > ul > li {
        margin: 0;
        padding: 0px;
        list-style: none;
        background: none;
        float: left; }
        .menu > ul > li > ul > li.menu-sub-double {
          width: 40%; }
        .menu > ul > li > ul > li.menu-sub-single {
          width: 30%; }
        .menu > ul > li > ul > li a {
          color: #231F1F;
          padding: .2em 0;
          width: 95%;
          display: block;
          border-bottom: 1px solid #ccc; }
          .menu > ul > li > ul > li a:hover {
            color: #000; }
        .menu > ul > li > ul > li > ul {
          display: block;
          padding: 0;
          margin: 10px 0 0;
          list-style: none;
          box-sizing: border-box; }
          .menu > ul > li > ul > li > ul:before {
            content: "";
            display: table; }
          .menu > ul > li > ul > li > ul:after {
            content: "";
            display: table;
            clear: both; }
          .menu > ul > li > ul > li > ul > li {
            float: left;
            width: 100%;
            padding: 10px 0;
            margin: 0;
            font-size: 12px; }
            .menu > ul > li > ul > li > ul > li a {
              border: 0;
              padding: 0px;
              line-height: 14px; }
      .menu > ul > li > ul.normal-sub {
        width: 300px;
        left: auto;
        padding: 10px 20px; }
        .menu > ul > li > ul.normal-sub > li {
          width: 100%; }
          .menu > ul > li > ul.normal-sub > li a {
            border: 0;
            padding: 1em 0; }
  @media (min-width: 1200px) {
    .menu > ul > li a {
      padding: 0px 35px; } }

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 991px) {
  .menu-container {
    width: 100%; }
  .menu-mobile,
  .menu-dropdown-icon:before {
    display: block; }
  .menu > ul {
    display: none; }
    .menu > ul > li {
      width: 100%;
      float: none;
      display: block; }
      .menu > ul > li a {
        padding: 15px 20px;
        width: 100%;
        display: block; }
      .menu > ul > li > ul {
        position: relative;
        padding: 15px;
        background: #ededed;
        border-top: 0px solid #D0B877; }
        .menu > ul > li > ul.normal-sub {
          width: 100%; }
        .menu > ul > li > ul > li {
          float: none;
          width: 100%;
          margin-top: 0px; }
          .menu > ul > li > ul > li > ul {
            margin: 0px; }
          .menu > ul > li > ul > li.menu-sub-double, .menu > ul > li > ul > li.menu-sub-single {
            width: 100%; }
  .site-header .menubar .menu-bottom {
    border-bottom: 0px;
    width: 90px;
    float: right; }
  .menu > ul > li > ul > li:first-child {
    margin: 0; }
  .menu > ul > li > ul > li > ul {
    position: relative; }
    .menu > ul > li > ul > li > ul > li {
      float: none; }
  .menu > ul > li a {
    line-height: 14px; }
  .menu .show-on-mobile {
    display: block;
    z-index: 200;
    background: #FFF;
    width: 100%;
    left: 0;
    position: absolute;
    box-shadow: 0 3px 3px 0px rgba(111, 111, 111, 0.5); } }

@media only screen and (max-width: 479px) {
  .site-header .menubar .menu-bottom {
    border-bottom: 0px;
    width: 70px;
    float: right; } }

@media only screen and (max-width: 1024px) {
  .menu > ul > li a {
    padding-left: 15px;
    padding-right: 15px; } }

html {
  padding: 0px;
  margin: 0px; }

body {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden; }

#wrapper {
  float: left;
  width: 100%;
  overflow-x: hidden; }

.fullwidth {
  width: 100%;
  float: left; }

.centerwidth {
  width: 100%;
  max-width: 1170px;
  margin: 0px auto; }
  @media all and (max-width: 1170px) {
    .centerwidth {
      float: left;
      width: 96%;
      margin: 0px 2%; } }

.btn {
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0; }
  .btn.btn-file {
    background-color: #84444d;
    color: #fff;
    height: 34px;
    font-size: 1.3rem;
    line-height: 22px; }
  .btn.btn-red {
    background-color: #84444d;
    padding: 10px 30px;
    color: #fff; }
  .btn.btn-gold {
    background-color: #c6af84;
    font-size: 1.3rem;
    font-family: "Raleway", sans-serif; }
    .btn.btn-gold:hover {
      background-color: #b69861; }
  .btn.btn--full {
    width: 100%;
    padding: 15px 25px;
    color: #fff; }

.title-wrapper {
  text-align: center; }
  .title-wrapper .title-box {
    max-width: 500px;
    width: 96%;
    margin: 0px 2%;
    padding: 40px 0px 20px 0px;
    background: #FFF;
    text-align: center;
    color: #B7975B;
    float: none;
    display: inline-block;
    left: calc(50vw - 250px); }
    .title-wrapper .title-box h4 {
      padding: 0px;
      margin: 0px;
      width: 100%;
      float: left;
      background: url("/images/bg-line.png") center repeat-x; }
      .title-wrapper .title-box h4 span {
        background: #FFF;
        padding: 0px 10px;
        font-weight: 500;
        font-family: "Raleway", sans-serif;
        font-size: 12px; }
    .title-wrapper .title-box h2 {
      padding: 25px 0px;
      border-bottom: 1px solid #B99F77;
      float: left;
      width: 100%;
      margin: 0px;
      font-family: 'Cinzel', serif;
      font-weight: 400;
      font-size: 30px; }
      @media all and (max-width: 768px) {
        .title-wrapper .title-box h2 {
          font-size: 22px; } }

p {
  color: #606060;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif; }

.button-common, .button-common:active, .button-common:visited {
  line-height: 50px;
  height: 50px;
  background: #83434D;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  padding: 0px 50px; }

.button-common:hover {
  background: #68353D;
  color: #FFFFFF; }

.site-footer {
  float: left;
  width: 100%;
  background: #31313F;
  padding: 40px 0px;
  color: #797999;
  font-size: 12px;
  line-height: 14px; }
  .site-footer .footer-info {
    color: #fff;
    font-size: 1.2rem; }
    .site-footer .footer-info > span {
      padding-right: 8px;
      border-right: 1px solid #fff;
      margin-right: 6px; }
      .site-footer .footer-info > span:last-child {
        border: 0;
        padding-right: 0; }
    .site-footer .footer-info a {
      color: inherit; }
  .site-footer .social-info {
    position: relative; }
    .site-footer .social-info .social-content {
      position: absolute;
      right: 0;
      width: 312px;
      height: 320px;
      bottom: 55px;
      margin: 0;
      border: 5px solid #b7985b;
      background-color: #fff;
      display: none; }
      .site-footer .social-info .social-content > li {
        display: none; }
        .site-footer .social-info .social-content > li iframe {
          width: 100%; }
        .site-footer .social-info .social-content > li > div {
          padding: 15px; }
        .site-footer .social-info .social-content > li.active {
          display: block; }
    .site-footer .social-info .social-links {
      margin: 0 -7.5px 0 0;
      list-style: none;
      text-align: right; }
      .site-footer .social-info .social-links > li {
        position: relative;
        display: inline-block;
        margin: 0 7.5px; }
        .site-footer .social-info .social-links > li.active i {
          margin-top: -25px;
          position: relative;
          padding-top: 33px; }
        .site-footer .social-info .social-links > li i {
          font-size: 14px;
          padding: 8px 5px;
          width: 30px;
          background-color: #b7985b;
          color: #fff;
          text-align: center; }
      @media (max-width: 767px) {
        .site-footer .social-info .social-links {
          text-align: center; } }
  .site-footer a {
    color: #8D8D9F; }
    .site-footer a:hover {
      color: #ccc; }
    .site-footer a.footer-socail {
      width: 17px;
      height: 14px;
      margin: 0px 5px;
      display: inline-block;
      opacity: 0.9; }
      .site-footer a.footer-socail.footer-fb {
        background: url("/images/ico-fb.png") center no-repeat; }
      .site-footer a.footer-socail.footer-tw {
        background: url("/images/ico-tw.png") center no-repeat; }
      .site-footer a.footer-socail.footer-ut {
        background: url("/images/ico-ut.png") center no-repeat; }
      .site-footer a.footer-socail.footer-pi {
        background: url("/images/ico-pi.png") center no-repeat; }
      .site-footer a.footer-socail.footer-in {
        background: url("/images/ico-in.png") center no-repeat; }
      .site-footer a.footer-socail:hover {
        opacity: 1; }
  @media all and (max-width: 767px) {
    .site-footer .footer-info {
      text-align: center;
      margin-bottom: 20px; } }
  @media all and (max-width: 568px) {
    .site-footer .footer-info span {
      text-align: center;
      width: 100%;
      display: block;
      margin-top: 10px;
      border: 0; } }
  .site-footer .footer-developer {
    text-align: right; }
    @media all and (max-width: 768px) {
      .site-footer .footer-developer {
        text-align: center;
        margin-top: 15px; } }

@media (min-width: 768px) {
  .wrapper {
    padding-bottom: 80px; }
  .site-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 0px;
    z-index: 9999; }
    .site-footer .footer-info {
      line-height: 20px;
      margin-top: 5px; } }

.page-content > .wrapper {
  float: left;
  width: 100%; }

.info-box-center {
  display: inline-block;
  float: none;
  max-width: 550px;
  width: 100%; }

.no-margin-left {
  margin-left: 0px; }

.no-margin-right {
  margin-right: 0px; }

.main-banner {
  position: relative; }
  .main-banner.bg {
    height: calc(100vh - 207px);
    padding: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media all and (max-width: 580px) {
      .main-banner.bg .banner-txt {
        width: 100%;
        top: calc(50vh - 150px);
        bottom: auto;
        left: auto; } }
  .main-banner img {
    width: 100%; }
  .main-banner .banner-txt {
    width: 420px;
    padding: 40px;
    background: #813f49;
    text-align: center;
    color: #B7975B;
    position: absolute;
    left: calc(50vw - 200px);
    bottom: calc(50% - 90px);
    opacity: 0.95; }
    .main-banner .banner-txt h4 {
      padding: 0px;
      margin: 0px;
      width: 100%;
      float: left;
      background: url("/images/bg-line.png") center repeat-x; }
      .main-banner .banner-txt h4 span {
        background: #813f49;
        padding: 0px 10px;
        font-weight: 500;
        font-family: "Raleway", sans-serif;
        font-size: 12px;
        line-height: 16px; }
    .main-banner .banner-txt h2 {
      padding: 25px 0px;
      border-bottom: 1px solid #B99F77;
      float: left;
      width: 100%;
      margin: 0px;
      font-family: 'Cinzel', serif;
      font-weight: 400;
      font-size: 30px; }
    @media all and (max-width: 580px) {
      .main-banner .banner-txt {
        position: relative;
        width: 100%;
        float: left;
        bottom: auto;
        left: auto;
        min-height: 210px; }
        .main-banner .banner-txt h2 {
          font-size: 25px; } }
  .main-banner .scroll-down {
    position: absolute;
    width: 25px;
    height: 68px;
    bottom: 10%;
    left: 50%;
    margin-left: -12px; }
  .main-banner + div {
    clear: both; }
  @media all and (max-width: 580px) {
    .main-banner .previous, .main-banner .next {
      top: 30%; } }

.u-box-grid .row {
  margin: 0; }
  .u-box-grid .row > div {
    padding: 0; }

@media (min-width: 768px) {
  .u-box-grid .box-set {
    display: table !important;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    .u-box-grid .box-set > div {
      display: table-cell;
      vertical-align: middle;
      float: none;
      padding-left: 0;
      padding-right: 0; } }

.u-box-grid .box-set img {
  width: 100%; }

.u-box-grid .box-set h4 {
  display: inline-block;
  font-family: "Cinzel", serif !important;
  color: #b9a078;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #b9a078; }

.u-box-grid .box-set .text-wrap {
  padding: 15px;
  text-align: center;
  transition: background-color 0.5s ease-in; }

.u-box-grid .box-set .img-wrap {
  overflow: hidden; }
  .u-box-grid .box-set .img-wrap img {
    transition: all 3s ease-in; }

.u-box-grid .box-set:hover .img-wrap img {
  transform: scale(1.1, 1.1); }

.u-box-grid .box-set:hover .text-wrap {
  background-color: #813f49; }

.tab-content {
  margin-left: 0; }
  .tab-content > li {
    display: none;
    list-style: none; }
    .tab-content > li.active {
      display: block; }

.tab-nav {
  margin: 15px 0 25px;
  list-style: none; }
  .tab-nav > li {
    padding: 0;
    float: none;
    padding: 10px;
    display: block;
    color: #84444d;
    cursor: pointer; }
    .tab-nav > li img {
      margin-right: 4px;
      vertical-align: text-bottom; }
    .tab-nav > li.active {
      background-color: #84444d;
      color: #fff;
      text-decoration: underline; }
  @media (min-width: 768px) {
    .tab-nav {
      display: table;
      width: 100%; }
      .tab-nav > li {
        display: table-cell;
        border-right: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0; }
        .tab-nav > li:first-child {
          border-left: 0; }
        .tab-nav > li:last-child {
          border-right: 0; }
        .tab-nav > li.active {
          text-decoration: none; } }

.sp-grid > ul {
  font-size: 0;
  margin: 0;
  list-style: none; }
  .sp-grid > ul > li {
    position: relative;
    float: left; }
    .sp-grid > ul > li .inner-warpper {
      overflow: hidden; }
    .sp-grid > ul > li img {
      width: 100%; }
    .sp-grid > ul > li a {
      z-index: 9;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      text-decoration: none;
      opacity: 0;
      transition: all 0.4s ease-in; }
    .sp-grid > ul > li:after {
      content: '';
      position: absolute;
      opacity: 0;
      top: 9%;
      right: 7%;
      bottom: 9%;
      left: 7%;
      z-index: 10;
      pointer-events: none;
      border: 1px solid #b7985b;
      transition: all 0.4s ease-in; }
    .sp-grid > ul > li:hover a {
      background-color: rgba(129, 63, 74, 0.95); }
    .sp-grid > ul > li:hover:after,
    .sp-grid > ul > li:hover a {
      opacity: 1; }

@media (min-width: 480px) {
  .sp-grid > ul > li {
    width: 50%; }
    .sp-grid > ul > li:nth-of-type(2n+1) {
      clear: both; } }

@media (min-width: 768px) {
  .sp-grid > ul > li {
    width: 33.333%; }
    .sp-grid > ul > li:nth-of-type(2n+1) {
      clear: none; }
    .sp-grid > ul > li:nth-of-type(3n+1) {
      clear: both; } }

@media (min-width: 1200px) {
  .sp-grid > ul > li {
    width: 25%; }
    .sp-grid > ul > li:nth-of-type(2n+1) {
      clear: none; }
    .sp-grid > ul > li:nth-of-type(3n+1) {
      clear: none; }
    .sp-grid > ul > li:nth-of-type(4n+1) {
      clear: both; } }

.feature-text {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  opacity: 0.95;
  overflow: hidden; }
  .feature-text > div {
    display: table-cell;
    padding-right: 12%;
    padding-left: 12%;
    vertical-align: middle; }
  .feature-text h4 {
    position: relative;
    color: #b7985b;
    /* &:before{
          content: '';
          position: absolute;
          display: block;
          width: 100%;
          height: 1px;
          top: 8px;
          background-color: #b7985b;
          z-index: -2;
        } */ }
    .feature-text h4 span {
      position: relative;
      z-index: 10;
      padding: 0 10px; }
      .feature-text h4 span:before, .feature-text h4 span:after {
        content: '';
        position: absolute;
        display: block;
        width: 1000px;
        height: 1px;
        top: 8px;
        background-color: #b7985b;
        z-index: -1; }
      .feature-text h4 span:before {
        right: 100%; }
      .feature-text h4 span:after {
        left: 100%; }
  .feature-text h2 {
    color: #b7985b;
    font-family: "Cinzel", serif !important;
    font-size: 2.4rem;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #b7985b; }

.fancybox-close {
  top: 0;
  right: 0;
  background: #b7985b;
  padding: 10px 14px;
  height: auto;
  width: auto; }

.contact-form {
  padding: 10px 0;
  background: url("/images/contact/contact-bg.png"); }
  .contact-form .title-block {
    margin: 0 30px 45px; }
    .contact-form .title-block h2 {
      color: #B99F77;
      font-family: 'Cinzel', serif;
      font-weight: 400;
      margin-bottom: 5px;
      font-size: 30px; }
    .contact-form .title-block hr {
      border-color: #B99F77;
      margin: 15px 0 20px; }
    .contact-form .title-block p {
      font-size: 1.5rem;
      color: #616161;
      margin-left: -30px;
      margin-right: -30px; }
  .contact-form form {
    margin-bottom: 45px; }
  .contact-form .capcha-container {
    background-color: #f1f1f1;
    text-align: center;
    margin-bottom: 15px; }
    .contact-form .capcha-container img {
      max-width: 100%; }
  .contact-form .reference .trip-advisor {
    margin-bottom: 25px; }
  .contact-form .reference .agoda {
    text-align: center; }
    @media (min-width: 768px) {
      .contact-form .reference .agoda {
        text-align: right; } }
  .contact-form .left-icon-p {
    display: table;
    width: 100%; }
    .contact-form .left-icon-p .img-holder {
      width: 49px; }
    .contact-form .left-icon-p > div {
      display: table-cell;
      vertical-align: middle; }
    .contact-form .left-icon-p .text-wrap p {
      font-size: 12px;
      margin-left: 10px;
      padding-left: 10px;
      border-left: 1px solid #555;
      margin-bottom: 0; }

#contact-map {
  height: calc(100vh - 207px); }

.infoMapBox > img {
  margin: 3px !important;
  opacity: 0.7; }

.infoMapBox > img:hover {
  opacity: 1; }

.infobox {
  background-color: rgba(133, 71, 79, 0.95);
  max-width: 500px;
  padding: 15px 30px;
  margin: 0 auto; }
  .infobox > .row {
    padding: 15px 0;
    border: 1px solid #b7985b; }
  .infobox h4 {
    font-family: "Cinzel", serif !important;
    color: #b7985b;
    font-size: 1.8rem;
    margin-bottom: 10px; }
  .infobox a {
    color: inherit; }
  .infobox p {
    color: #e0e0e0;
    font-size: 1.2rem;
    margin-bottom: 10px; }
    .infobox p i {
      width: 15px; }
  .infobox .loc {
    margin-bottom: 15px; }
  .infobox .pointer {
    position: absolute;
    left: -74px;
    top: 120px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 70px 30px 30px;
    border-color: transparent transparent rgba(133, 71, 79, 0.95) transparent;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    /* IE 9 */
    -moz-transform: rotate(135deg);
    /* Firefox */
    -webkit-transform: rotate(135deg);
    /* Safari and Chrome */
    -o-transform: rotate(135deg);
    /* Opera */ }
    @media (max-width: 767px) {
      .infobox .pointer {
        top: 50%;
        margin-top: 30px; } }

.infobox--s2 {
  max-width: none; }
  .infobox--s2 > .row {
    padding: 35px 0 30px; }
  .infobox--s2 h4 {
    margin-bottom: 20px; }
  .infobox--s2 p i {
    width: 15px;
    font-size: 1.4rem;
    text-align: center;
    margin-right: 10px; }
  .infobox--s2 .loc {
    margin-bottom: 34px; }
  .infobox--s2 .social-links p {
    margin-bottom: 25px; }

.u-gallery-block {
  position: relative; }
  .u-gallery-block .img-container .item {
    width: 100%;
    height: calc(100vh - 207px);
    background-size: cover;
    background-position: center center; }
    .u-gallery-block .img-container .item iframe {
      width: 100%;
      height: 100%; }
  .u-gallery-block .thumb-container {
    background-color: rgba(129, 63, 74, 0.95); }
    .u-gallery-block .thumb-container ul {
      padding: 5px;
      margin: 0;
      list-style: none; }
      .u-gallery-block .thumb-container ul li {
        width: 50%;
        float: left;
        padding: 5px; }
        .u-gallery-block .thumb-container ul li.clr {
          width: 100%;
          clear: both;
          float: none; }
        .u-gallery-block .thumb-container ul li img {
          width: 100%; }
    .u-gallery-block .thumb-container .text-wrapper {
      padding: 25px 15px 15px; }
  .u-gallery-block .thumb-container-overlay {
    display: none; }
  @media (max-width: 991px) {
    .u-gallery-block .img-container .item {
      height: 60vh; }
    .u-gallery-block .thumb-container ul {
      text-align: center; }
      .u-gallery-block .thumb-container ul li {
        float: none;
        max-width: 140px;
        display: inline-block; }
        .u-gallery-block .thumb-container ul li.clr {
          max-width: 0; } }
  @media (min-width: 992px) {
    .u-gallery-block {
      height: calc(100vh - 207px); }
      .u-gallery-block .thumb-container {
        position: absolute;
        top: 0;
        right: 30px;
        width: 300px;
        bottom: 0;
        overflow: auto;
        z-index: 9; }
      .u-gallery-block .thumb-container-overlay {
        display: block;
        position: absolute;
        pointer-events: none;
        right: 30px;
        width: 300px;
        bottom: 0;
        z-index: 9;
        height: 40px;
        background: linear-gradient(to bottom, rgba(129, 63, 74, 0) 0%, #813f4a 75%, #813f4a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00813f4a', endColorstr='#813f4a', GradientType=0); } }

.u-career-form .list-wrap ul li {
  cursor: pointer; }
  .u-career-form .list-wrap ul li:hover {
    color: #813f4a;
    text-decoration: underline; }

.u-career-form .form-wrap {
  display: none; }

.select2-container .select2-selection--single {
  height: 34px;
  border-color: #e0e0e0;
  border-radius: 0; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    text-align: left; }
  .select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 34px;
    background-color: #84444d;
    border: 0;
    top: 0;
    right: 0; }
    .select2-container .select2-selection--single .select2-selection__arrow b {
      border-color: #fff transparent transparent transparent; }

form .form-control {
  border-color: #e0e0e0;
  border-radius: 0; }

.u-news-slider {
  padding: 25px 15px 15px;
  background-color: #874953;
  position: relative; }
  .u-news-slider h2, .u-news-slider h4 {
    color: #B99F77;
    font-family: 'Cinzel', serif;
    font-weight: 400;
    margin-bottom: 5px; }
  .u-news-slider h2 {
    font-size: 30px; }
  .u-news-slider p {
    font-size: 1.3rem;
    color: #cccccc;
    margin-bottom: 5px; }
  .u-news-slider hr {
    border-color: #B99F77; }
  .u-news-slider .top-container {
    height: 60px; }
  .u-news-slider .slider-holder .item {
    padding: 10px 15px 5px;
    border-bottom: 1px solid #925a62;
    position: relative; }
    .u-news-slider .slider-holder .item:hover {
      background-color: #813f4a; }
    .u-news-slider .slider-holder .item.active {
      background-color: #813f4a; }
      .u-news-slider .slider-holder .item.active:before {
        content: '';
        position: absolute;
        width: 5px;
        top: 0;
        bottom: 0;
        left: 0;
        background-color: #b7985b; }
  .u-news-slider .slider-holder .thumb {
    width: 90px;
    margin-right: 15px;
    float: left; }
    .u-news-slider .slider-holder .thumb img {
      width: 100%; }
  .u-news-slider .slider-holder .news {
    margin-left: 105px; }
    .u-news-slider .slider-holder .news:after {
      content: "";
      display: table;
      clear: both; }
  @media (max-width: 479px) {
    .u-news-slider .slider-holder .item .thumb {
      width: auto;
      float: none;
      margin: 0 0 5px; }
      .u-news-slider .slider-holder .item .thumb img {
        max-width: 120px; }
    .u-news-slider .slider-holder .item .news {
      margin: 0; } }
  @media (min-width: 1200px) {
    .u-news-slider {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .u-news-slider .slider-holder {
        position: absolute;
        top: 80px;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: auto; } }
  @media (min-width: 1400px) {
    .u-news-slider .slider-holder .thumb {
      width: 105px; }
    .u-news-slider .slider-holder .news {
      margin-left: 120px; } }

#events-inner .top-banner {
  background-image: url("/images/events/inner-banner.jpg"); }

.f-slider .owl-item {
  width: 100%;
  height: calc(100vh - 207px);
  max-height: 75vw; }

.f-slider .owl-dots {
  position: absolute;
  z-index: 100;
  width: 100%;
  text-align: center;
  bottom: 45px;
  pointer-events: none; }
  .f-slider .owl-dots .owl-dot {
    display: inline-block;
    pointer-events: auto; }
    .f-slider .owl-dots .owl-dot.active span {
      border: 3px solid #bb9f69; }
    .f-slider .owl-dots .owl-dot span {
      text-indent: -9999px;
      display: block;
      width: 18px;
      height: 18px;
      margin: 0 5px;
      outline: 0;
      background-color: #fff;
      border-radius: 50%; }

.f-slider .item {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center; }

@media (min-width: 992px) {
  .f-slider {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden; } }

@media (max-width: 767px) {
  .f-slider .owl-item {
    min-height: 400px; } }

.home #main-slider .gallery-cell {
  width: 100vw; }

.home #introbox {
  text-align: center;
  margin: 0px 0px 20px 0px; }

.home #home-links-wrapper {
  padding-bottom: 70px;
  background: url("/images/separator-bg.jpg") repeat-x bottom; }
  .home #home-links-wrapper .home-links-box {
    float: left;
    width: 20%;
    overflow: hidden;
    text-align: center; }
    @media all and (max-width: 990px) {
      .home #home-links-wrapper .home-links-box {
        width: 50%; } }
    @media all and (max-width: 580px) {
      .home #home-links-wrapper .home-links-box {
        width: 100%; } }
    .home #home-links-wrapper .home-links-box a img {
      width: 100%;
      float: left;
      transition: all .6s ease-in; }
    .home #home-links-wrapper .home-links-box a div {
      position: relative;
      float: left;
      width: 100%; }
    .home #home-links-wrapper .home-links-box a h2 {
      z-index: 2;
      float: left;
      background: #813f49;
      padding: 0px 10px;
      font-weight: 500;
      font-family: "Raleway", sans-serif;
      font-size: 12px;
      line-height: 16px;
      opacity: 0.95;
      width: 90%;
      margin: 0px 5%;
      position: absolute;
      bottom: 25px; }
    .home #home-links-wrapper .home-links-box a strong {
      padding: 15px 35px;
      margin: 0px;
      display: inline-block;
      background: url("/images/bg-line.png") center repeat-x;
      text-decoration: none; }
      .home #home-links-wrapper .home-links-box a strong span {
        background: #813f49;
        padding: 0px 10px;
        font-weight: 500;
        font-family: "Raleway", sans-serif;
        font-size: 15px;
        line-height: 18px;
        color: #B7975B;
        text-transform: uppercase; }
    .home #home-links-wrapper .home-links-box a:hover img {
      transform: scale(1.04); }
    .home #home-links-wrapper .home-links-box a:hover h2 {
      opacity: 1; }

.home #offers-home {
  padding-bottom: 70px;
  background: url("/images/separator-bg.jpg") repeat-x bottom; }
  .home #offers-home .offers-home-img img {
    width: 100%; }
  .home #offers-home .offers-detailsbox {
    text-align: center; }
    .home #offers-home .offers-detailsbox .offer-data-info {
      float: none;
      display: inline-block;
      width: 100%;
      max-width: 550px;
      margin-top: 15%; }
      .home #offers-home .offers-detailsbox .offer-data-info .offers-links {
        margin: 40px 0px;
        color: #A1A1A1;
        font-size: 12px;
        font-weight: 500;
        font-family: "Raleway", sans-serif;
        line-height: 14px; }
        .home #offers-home .offers-detailsbox .offer-data-info .offers-links a {
          text-decoration: none;
          color: #A1A1A1;
          margin: 0px 15px;
          text-transform: uppercase; }
          .home #offers-home .offers-detailsbox .offer-data-info .offers-links a:hover {
            color: #333333;
            text-decoration: none; }

.home #testiminial-home {
  text-align: center;
  margin-bottom: 40px; }
  .home #testiminial-home .testiminial-info h4 {
    color: #000;
    font-weight: 700;
    font-size: 15px;
    padding: 20px 0 25px 0px;
    margin: 0px;
    width: 100%;
    text-transform: uppercase;
    float: left; }
  .home #testiminial-home .testiminial-info p i {
    color: #606060;
    font-size: 16px;
    font-weight: 100;
    line-height: 18px; }
  .home #testiminial-home .testiminial-info p b {
    color: #606060;
    font-size: 30px;
    font-weight: 500;
    line-height: 18px; }
  .home #testiminial-home .testiminial-info p span {
    color: #616161;
    font-size: 12px;
    margin-top: 20px;
    display: inline-block; }

.accomodation #accomodation-wraper .room-item {
  height: calc(100vh - 207px);
  padding: 0px; }
  .accomodation #accomodation-wraper .room-item.presential-floor {
    background: url("/images/accommodation/floor-presential.jpg") center no-repeat;
    background-size: cover; }
  .accomodation #accomodation-wraper .room-item.excective-floor {
    background: url("/images/accommodation/floor-excective.jpg") center no-repeat;
    background-size: cover; }
  .accomodation #accomodation-wraper .room-item.superial-floor {
    background: url("/images/accommodation/floor-superial.jpg") center no-repeat;
    background-size: cover; }
  .accomodation #accomodation-wraper .room-item:hover .room-box-title {
    opacity: 0.95; }
  .accomodation #accomodation-wraper .room-item .room-box-title {
    background: #813F4A;
    height: 100%;
    width: 100%;
    float: left;
    opacity: 0;
    text-align: center;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out; }
    .accomodation #accomodation-wraper .room-item .room-box-title a {
      height: 100%;
      width: 100%;
      display: block; }
    .accomodation #accomodation-wraper .room-item .room-box-title .roombox-title-inner {
      float: none;
      width: 90%;
      max-width: 420px;
      color: #b7975b;
      position: relative;
      top: 48vh;
      margin-top: -170px;
      padding: 40px;
      text-align: center;
      display: inline-block; }
      .accomodation #accomodation-wraper .room-item .room-box-title .roombox-title-inner h4 {
        background: transparent url("/images/bg-line.png") repeat-x scroll center center;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%; }
        .accomodation #accomodation-wraper .room-item .room-box-title .roombox-title-inner h4 span {
          background: #813f49 none repeat scroll 0 0;
          font-family: "Raleway", sans-serif;
          font-size: 12px;
          font-weight: 500;
          line-height: 16px;
          padding: 0 10px; }
      .accomodation #accomodation-wraper .room-item .room-box-title .roombox-title-inner h3 {
        padding: 25px 0px;
        border-bottom: 1px solid #B99F77;
        float: left;
        width: 100%;
        margin: 0px;
        font-family: 'Cinzel', serif;
        font-weight: 400;
        font-size: 30px; }

.accommodation-suit .slider-left .suit-slider {
  float: left; }
  @media all and (max-width: 990px) {
    .accommodation-suit .slider-left .suit-slider {
      float: left;
      width: 100%; } }

.accommodation-suit .slider-right .suit-slider {
  float: right; }
  @media all and (max-width: 990px) {
    .accommodation-suit .slider-right .suit-slider {
      float: left;
      width: 100%; } }

.accommodation-suit .suit-slider {
  padding: 0px;
  max-height: calc(100vh - 207px); }

.accommodation-suit .suit-info {
  text-align: center; }
  @media all and (max-width: 990px) {
    .accommodation-suit .suit-info {
      float: left;
      width: 100%; } }
  .accommodation-suit .suit-info .suit-description {
    text-align: center; }
    .accommodation-suit .suit-info .suit-description p {
      color: #606060;
      font-family: "Montserrat",sans-serif;
      font-size: 16px; }
  .accommodation-suit .suit-info .suit-features {
    text-align: center; }
    .accommodation-suit .suit-info .suit-features h4 {
      background: transparent url("/images/bg-line.png") repeat-x scroll center center;
      margin: 30px 0px 20px 0px;
      padding: 0;
      width: 100%;
      max-width: 220px;
      float: none;
      display: inline-block; }
      .accommodation-suit .suit-info .suit-features h4 span {
        background: #fff none repeat scroll 0 0;
        font-family: "Raleway",sans-serif;
        font-size: 12px;
        font-weight: 700;
        padding: 0 10px;
        color: #263237;
        text-transform: uppercase; }
    .accommodation-suit .suit-info .suit-features .btn-booknow {
      background: #83434d none repeat scroll 0 0;
      color: #ffffff;
      display: inline-block;
      font-size: 12px;
      font-weight: 500;
      height: 50px;
      line-height: 50px;
      padding: 0 50px;
      text-decoration: none;
      text-transform: uppercase;
      margin: 40px 0px; }
    .accommodation-suit .suit-info .suit-features ul {
      padding: 0px;
      margin: 0px; }
      .accommodation-suit .suit-info .suit-features ul li {
        list-style-type: none;
        color: #A1A1A1;
        text-transform: uppercase;
        font-size: 12px;
        font-family: "Raleway",sans-serif;
        font-weight: 500;
        padding: 3px 0px; }
    .accommodation-suit .suit-info .suit-features span {
      float: left;
      width: 100%;
      text-align: center; }
      .accommodation-suit .suit-info .suit-features span a {
        cursor: pointer; }
        .accommodation-suit .suit-info .suit-features span a :hover {
          opacity: 0.8; }

.c2-tiles .img-holder {
  background-size: cover;
  background-position: center center; }

@media (max-width: 991px) {
  .c2-tiles .img-holder {
    padding-top: 112.5%; }
  .c2-tiles .bx-viewport img {
    width: 100%; } }

@media (min-width: 992px) {
  .c2-tiles {
    /* .bx-wrapper, .bx-viewport , .bx-viewport img{
        max-height: $fhieght;
        min-height: 100%;
      } */ }
    .c2-tiles > .row {
      max-height: calc(100vh - 207px); }
    .c2-tiles .bx-wrapper {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

.feature-tiles .box {
  height: calc(100vh - 207px);
  padding: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .feature-tiles .box:hover .box-title {
    opacity: 0.95; }
  .feature-tiles .box .scroll-down {
    position: absolute;
    width: 25px;
    height: 68px;
    bottom: 10%;
    left: 50%;
    margin-left: -12px; }
  .feature-tiles .box .box-title {
    background: #813F4A;
    height: 100%;
    width: 100%;
    float: left;
    opacity: 0;
    text-align: center;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out; }
    .feature-tiles .box .box-title a {
      height: 100%;
      width: 100%;
      display: block; }
    .feature-tiles .box .box-title .title-inner {
      float: none;
      width: 90%;
      max-width: 420px;
      color: #b7975b;
      position: relative;
      top: 48vh;
      margin-top: -170px;
      padding: 30px;
      text-align: center;
      display: inline-block; }
      .feature-tiles .box .box-title .title-inner h4 {
        background: transparent url("/images/bg-line.png") repeat-x scroll center center;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%; }
        .feature-tiles .box .box-title .title-inner h4 span {
          background: #813f49 none repeat scroll 0 0;
          font-family: "proximanova-regular", sans-serif;
          font-size: 12px;
          font-weight: 500;
          line-height: 16px;
          padding: 0 10px; }
      .feature-tiles .box .box-title .title-inner h3 {
        padding: 25px 0px;
        border-bottom: 1px solid #B99F77;
        float: left;
        width: 100%;
        margin: 0px;
        font-family: "Cinzel", serif !important;
        font-weight: 400;
        font-size: 2.8rem; }

@media (min-width: 768px) {
  .feature-tiles .box {
    min-height: 480px; } }

@media (min-width: 992px) {
  .feature-tiles .box {
    min-height: 640px; } }

@media (max-width: 767px) {
  .feature-tiles .box {
    height: calc(100vh - 125px);
    min-height: 360px;
    max-height: 150vw; } }

.title-box-wrapper {
  text-align: center;
  padding: 0 25px;
  padding: 40px 25px 20px;
  max-width: 600px;
  margin: 0 auto; }
  .title-box-wrapper .title-box {
    max-width: 480px;
    width: 96%;
    margin: 0px 2% 20px;
    background: #FFF;
    text-align: center;
    color: #B7975B;
    float: none;
    display: inline-block;
    left: calc(50vw - 250px); }
    .title-box-wrapper .title-box h4 {
      padding: 0px;
      margin: 0px;
      width: 100%;
      float: left;
      background: url("/images/bg-line.png") center repeat-x; }
      .title-box-wrapper .title-box h4 span {
        background: #FFF;
        padding: 0px 10px;
        font-weight: 500;
        font-family: "proximanova-regular", sans-serif;
        font-size: 12px;
        text-transform: uppercase; }
    .title-box-wrapper .title-box h2 {
      padding: 25px 0px;
      border-bottom: 1px solid #B99F77;
      float: left;
      width: 100%;
      margin: 0px;
      font-family: "Cinzel", serif !important;
      font-weight: 400;
      font-size: 30px; }
      @media all and (max-width: 768px) {
        .title-box-wrapper .title-box h2 {
          font-size: 22px; } }
  .title-box-wrapper .sub-headding {
    padding: 5px;
    display: inline-block;
    margin: 0 auto 15px;
    color: #B99F77;
    border-bottom: 1px solid #B99F77;
    font-family: "Cinzel", serif !important;
    font-size: 18px; }
  .title-box-wrapper .features-wrapper h4 {
    position: relative;
    display: inline-block; }
    .title-box-wrapper .features-wrapper h4 span:before, .title-box-wrapper .features-wrapper h4 span:after {
      content: '';
      position: absolute;
      display: block;
      width: 40px;
      height: 1px;
      top: 8px;
      background-color: #757575; }
    .title-box-wrapper .features-wrapper h4 span:before {
      left: -55px; }
    .title-box-wrapper .features-wrapper h4 span:after {
      right: -55px; }
  .title-box-wrapper .features-wrapper ul {
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px; }
    .title-box-wrapper .features-wrapper ul li {
      list-style-type: none;
      color: #A1A1A1;
      text-transform: uppercase;
      font-size: 12px;
      font-family: "Raleway", sans-serif;
      font-weight: 500;
      padding: 3px 0px; }
    .title-box-wrapper .features-wrapper ul.features-list--s2 li {
      font-size: 16px;
      color: #616161;
      margin-bottom: 15px;
      text-transform: none; }
      .title-box-wrapper .features-wrapper ul.features-list--s2 li:last-child {
        margin-bottom: 0; }
  .title-box-wrapper .features-wrapper a.btn-booknow {
    background: #83434d none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 40px 0px; }
  .title-box-wrapper p.txt-i {
    margin-top: 50px;
    font-size: 1.2rem;
    color: #8f8f8f;
    font-style: italic;
    font-family: "proximanova-regular", sans-serif; }
    @media (min-width: 992px) {
      .title-box-wrapper p.txt-i {
        margin-bottom: 0px; } }
  .title-box-wrapper .btn-row {
    margin: 15px 0 25px; }
    .title-box-wrapper .btn-row > div {
      padding: 0; }
    .title-box-wrapper .btn-row a {
      padding: 10px;
      display: block;
      color: #84444d; }
      .title-box-wrapper .btn-row a img {
        margin-right: 4px; }
    @media (min-width: 768px) {
      .title-box-wrapper .btn-row > div {
        border-right: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0; }
        .title-box-wrapper .btn-row > div:first-child {
          border-left: 0; }
        .title-box-wrapper .btn-row > div:last-child {
          border-right: 0; } }

.weddings #wedding-feature-tiles .box.function-rooms {
  background-image: url("/images/weddings/function-rooms.jpg"); }

.weddings #wedding-feature-tiles .box.honeymoon {
  background-image: url("/images/weddings/honeymoon.jpg"); }

.weddings #wedding-feature-tiles .box.wedding {
  background-image: url("/images/weddings/wedding.jpg"); }

.weddings #wedding-packages-menu .top-banner {
  background-image: url("/images/weddings/wedding_packages_banner.jpg"); }

.u-fslider {
  background-image: url("/images/facilities/facilities-bg.jpg");
  background-size: cover;
  min-height: calc(100vh - 207px); }
  .u-fslider .owl-carousel {
    margin: 80px  0 100px;
    margin: calc(35vh - 210px) 0; }
    .u-fslider .owl-carousel .owl-stage-outer {
      overflow-x: initial;
      overflow-y: visible; }
    .u-fslider .owl-carousel .item {
      max-width: 400px;
      margin: 0 auto;
      position: relative; }
      .u-fslider .owl-carousel .item .text-container {
        position: absolute;
        bottom: 70px;
        right: 50px;
        left: 0;
        background-color: rgba(129, 63, 74, 0.9);
        padding: 15px;
        transition: all 0.2s ease-in; }
        .u-fslider .owl-carousel .item .text-container h3 {
          color: #b7985b;
          margin-bottom: 0;
          font-family: "Cinzel", serif !important;
          text-transform: uppercase; }
        .u-fslider .owl-carousel .item .text-container .desc {
          display: none; }
          .u-fslider .owl-carousel .item .text-container .desc p {
            color: #e2e0e0;
            font-size: 1.5rem; }
            .u-fslider .owl-carousel .item .text-container .desc p:last-child {
              margin-bottom: 0; }
      .u-fslider .owl-carousel .item .icon-wrapper {
        position: absolute;
        width: 80px;
        height: 80px;
        background-color: #b7985b;
        text-align: center;
        padding-top: 10px;
        top: -80px;
        left: 0;
        transition: all 0.3s ease-in; }
        .u-fslider .owl-carousel .item .icon-wrapper img {
          width: auto;
          margin: 0 auto; }
      @media (max-width: 480px) {
        .u-fslider .owl-carousel .item {
          margin: 0 15px; } }
    .u-fslider .owl-carousel .owl-item {
      transition: 0.2s transform 0.1s ease-in;
      transform: scale(0.9, 0.9); }
      .u-fslider .owl-carousel .owl-item.active.center {
        transform: scale(1, 1); }
        .u-fslider .owl-carousel .owl-item.active.center .item .text-container {
          bottom: 0;
          right: 0;
          padding-top: 25px; }
          .u-fslider .owl-carousel .owl-item.active.center .item .text-container h3 {
            margin-bottom: 5px; }
        .u-fslider .owl-carousel .owl-item.active.center .item .icon-wrapper {
          left: 15px;
          top: -65px; }

#swimmiting-pool .top-banner {
  background-image: url("/images/facilities/facility_pool_1.jpg"); }

#pool-img-2 {
  background-image: url("/images/facilities/facility_pool_2.jpg"); }

/*# sourceMappingURL=main.css.map */
