html.no-scroll, body.no-scroll {
  height: 100vh;
  overflow: hidden; }

body {
  padding: 30px 30px 0;
  background-color: #222222;
  position: relative;
   }

h1, h2, h3, h4, h5 {

  line-height: 1; }

h1 {font-weight: 700; font-style: normal; font-size: 120px; color: #222222; }

h3 {font-size: 28px;}

p {
  font-size: 18px;
  color: #5C5C5C;
  line-height: 1.7;
  margin: 0 0 25px; }
  p.b-italic {
    font-style: italic;
    font-weight: 700;
    color: #fff; }

a {
  text-decoration: none !important;
  color: #C4944D; }

.clear {
  clear: both; }
a.fb,a.tw{color:#D22D36 !important;padding-right: 30px;
font-size: 24px;}
.backToCategory{background: #D22D36;border: 1.57567px solid #A8242B;box-sizing: border-box;width: 10%;
left: 5%;
padding: 2%;
position: absolute;
z-index: 1;
margin-top: -3%;}
.backToCategory i {
    font-size: 20px;
margin-right: 3%;
}
.backToCategory a{
    color: #fff;
    font-style: italic;
}
.backToCategory a span{font-size: 18px;}

img {
  max-width: 100%; }

*:focus {
  outline: none !important; }

section.big-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  z-index: 5;
  display: none; }
  section.big-menu div.frame-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    background: #222222; }
  section.big-menu div.frame-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: #222222; }
  section.big-menu div.frame-3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background: #222222; }
  section.big-menu div.frame-4 {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background: #222222; }
  section.big-menu.active div.left, section.big-menu.active div.right {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  section.big-menu div.left {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover !important;
    border-right: 8px solid #C4944D;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    section.big-menu div.left:after {
      content: "";
      position: absolute;
      right: -8px;
      top: 0;
      width: 8px;
      height: 105px;
      background: #D22D36; }
  section.big-menu div.right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    padding: 150px 5% 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff; }
    section.big-menu div.right div.fence {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 80%;
      height: 15%; }
    section.big-menu div.right div.brown-button {
      margin-top: 60px;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 200px;
      height: 59px;
      padding: 16px;
      background: #937A5D;
      font-size: 18px;
      color: #fff;
      font-weight: 700;
      font-style: italic;
      text-align: center;
      float: left;
      cursor: pointer;
      display: none; }
    section.big-menu div.right ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      section.big-menu div.right ul li {

        font-size: 70px;
        line-height: 1.1; }
        section.big-menu div.right ul li a {
          color: #C4944D; }
          section.big-menu div.right ul li a:hover {
            color: #7c6244; }
        section.big-menu div.right ul li ul {
          display: none; }
          section.big-menu div.right ul li ul li {

            font-size: 26px;
            font-style: italic;
            line-height: 1.4; }
            section.big-menu div.right ul li ul li a {
              color: #707070; }

div.black-box {
  background: #222222;
  padding: 55px 75px; }
  div.black-box p {
    color: #6E6E6E;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    margin: 0; }
  div.black-box h3 {
    color: #fff;
    font-size: 28px;
    font-style: italic;
    line-height: 1.4; }
  div.black-box div.red-outline-button {
    margin-top: 35px; }

div.gold-border-box {
  border: 1px solid #937A5D;
  position: relative; }
  div.gold-border-box div.inside {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-90px);
    -ms-transform: translateY(-50%) translateX(-90px);
    transform: translateY(-50%) translateX(-90px); }
    div.gold-border-box div.inside p {

      line-height: 1.4;
      color: #262626;
      font-size: 28px;
      margin: 0;
      font-style: italic; }

div.section-header {
  background: #222222;
  position: relative;
  padding: 60px 5%; }
  div.section-header div.fence {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 50%;
    height: 70px; }
  div.section-header p {
    color: #C4944D;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    margin: 0; }
  div.section-header h1 {
    color: #E0E0E0;
    margin: 0;
    font-size: 80px;
    font-weight: 400; }

section.white-page-top {
  background: #fff;
  padding: 240px 5% 90px;
  position: relative; }

header {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  z-index: 10; }
  header img.main-logo {
    width: 225px;
    position: absolute;
    left: 5%;
    top: 40px; }
  header div.right-navigation {
    position: absolute;
    right: 5%;
    top: 40px; }
    header div.right-navigation div.brown-button {
      width: 200px;
      height: 59px;
      padding: 16px;
      background: #937A5D;
      font-size: 18px;
      color: #fff;
      font-weight: 700;
      font-style: italic;
      text-align: center;
      float: left;
      cursor: pointer;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
      header div.right-navigation div.brown-button:hover {
        background: #836d53; }
  header div.menu-activator {
    background: #222222;
    width: 62px;
    padding: 3px 0;
    text-align: center;
    position: relative;
    cursor: pointer;
    float: right;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
    header div.menu-activator:hover {
      background: #151515; }
    header div.menu-activator p {
      color: #FFFFFF;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase; }
    header div.menu-activator div.hamburger {
      width: 40px;
      height: 3px;
      background: white;
      position: relative;
      margin: 25px auto 25px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      header div.menu-activator div.hamburger:before {
        content: "";
        position: absolute;
        top: -11px;
        left: 0;
        width: 40px;
        height: 3px;
        background: #fff;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      header div.menu-activator div.hamburger:after {
        content: "";
        position: absolute;
        bottom: -11px;
        left: 0;
        width: 40px;
        height: 3px;
        background: #fff;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      header div.menu-activator div.hamburger.hambx {
        background: transparent; }
        header div.menu-activator div.hamburger.hambx:before {
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          top: 0; }
        header div.menu-activator div.hamburger.hambx:after {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          bottom: 0; }

div.social {
  position: absolute;
  right: 0;
  z-index: 100;
  background-color: #222222;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px; }
  div.social ul {
    list-style: none;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0; }
    div.social ul li {
      margin: 5px; }
      div.social ul li img {
        width: 32px; }

div#social-mobile {
  width: 0;
  height: 0;
  padding: 0; }

div.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center; }
  div.footer div.by-line {
    -webkit-box-flex: 12;
    -ms-flex: 12;
    flex: 12;
    margin-top: 23px;
    margin-right: 60px; }
    div.footer div.by-line p {
      color: white;
      margin: -4px 0 0 0;
      font-size: 14px; }
    div.footer div.by-line a {
      color: #C4944D; }
    div.footer div.by-line a:hover {
      color: #fff; }
  div.footer div.copyright {
    margin-left: 40px;
    margin-top: 23px; }
    div.footer div.copyright p {
      color: #fff;
      margin: -4px 0 0 0;
      font-size: 14px; }
  div.footer a div.to-top {
    margin-right: 85px;
    width: 63px;
    height: 63px;
    background: url(../images/arrow_up.svg) center no-repeat #D22D36;
    background-size: 20px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s; }
    div.footer a div.to-top:hover {
      background-size: 30px; }

div.s1-headers {
  max-width: 700px;
  margin-left: 10%; }
  div.s1-headers p {
    margin: 0;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 15px; }
  div.s1-headers h1 {
    margin: 0; }

section.floor-plan-contact {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 150px 5%; }
  section.floor-plan-contact div.floor-plan {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    section.floor-plan-contact div.floor-plan div.floor-plan-image {
      position: relative;
      width: 80%;
      padding-bottom: 50%; }
  section.floor-plan-contact div.form {
    width: 50%;
    padding: 0 63px; }
    section.floor-plan-contact div.form input[type=text], section.floor-plan-contact div.form input[type=email], section.floor-plan-contact div.form textarea {
      font-size: 14px;
      font-weight: 600;
      font-style: italic;
      background: #F6F5F3;
      border: 1px solid #E0E0E0; }
    section.floor-plan-contact div.form div.title {
      padding: 7.5px; }
      section.floor-plan-contact div.form div.title h3 {
        margin: 0;
        color: #C4944D;
        font-style: normal;
        margin-bottom: 25px; }
    section.floor-plan-contact div.form div.half {
      padding: 7.5px;
      float: left;
      width: 50%; }
      section.floor-plan-contact div.form div.half input {
        width: 100%;
        padding: 15px; }
    section.floor-plan-contact div.form div.third {
      padding: 7.5px;
      float: left;
      width: 33.3333%; }
      section.floor-plan-contact div.form div.third input {
        width: 100%;
        padding: 15px; }
    section.floor-plan-contact div.form div.full {
      padding: 7.5px;
      width: 100%; }
      section.floor-plan-contact div.form div.full textarea {
        width: 100%;
        padding: 15px; }
    section.floor-plan-contact div.form div.checkbox {
      margin-left: 13.8px; }
    section.floor-plan-contact div.form div.blk-button {
      margin-left: 7.5px;
      margin-top: 15px; }
      section.floor-plan-contact div.form div.blk-button input {
        background-color: #222222;
        border: 0;
        padding: 0;
        padding-left: 20px; }

.red-outline-button {
  width: 228px;
  background-color: #222222;
  padding: 23px 20px;
  color: #937A5D;
  border: solid #D22D36 1px;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  font-weight: 700;
  font-style: italic; }

  .red-outline-button:hover {background-color: #151515; }

.red-outline-button a{color: #937A5D;}
.red-outline-button a:hover{color: #937A5D;}
.blk-button, input[type=submit] {
  display: block;
  border: 0;
  width: 240px;
  background-color: #222222;
  padding: 18px 20px;
  color: #fff!important;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .blk-button:after, input[type=submit]:after {
    content: '';
    height: 1px;
    background-color: #D22D36;
    display: block;
    width: 50px;
    margin: 5px auto 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .blk-button:hover, input[type=submit]:hover {
    background-color: #151515; }
    .blk-button:hover:after, input[type=submit]:hover:after {
      width: 70px; }

input[type=submit] {
  margin-left: 7.5px; }

div.color-border {
  height: 8px; background:#C4944D}

div.line {
  height: 1px;
  background-color: #937A5D; }

  i.arrowRight {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  i.arrowRight {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }

.dot {
  height: 10px;
  width: 10px;
  background-color: #937A5D;
  border-radius: 50%;
  display: inline-block; }

div.fence {
  opacity: 0.3;
  background: url(../images/pattern.svg) repeat;
  width: 100%;
  height: 100%;
  background-size: 50px 44px; }
  div.fence div.fence-img {
    display: none; }

div.fence1 {
  opacity: 0.3;
  background: url(../images/pattern.svg) repeat;
  width: 100%;
  height: 100%;
  background-size: 50px 44px; }

.gold-h2 {
  font-weight: bold;
  font-size: 64px;
  line-height: 85px;
  text-transform: capitalize;
  color: #C4944D; }

div.line {
  width: 100px;
  height: 2px;
  background-color: #937A5D;
  margin-bottom: 28px; }
  div.line-red {
    width: 50px;
    background-color: #D22D36;
    margin: auto;
    height: 1px;
    margin-top: 5px; }
.events .event .image img.cover-it{height: 100% !important;}
img.cover-it {
  position: absolute;
  width: 100% !important;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover; }

button.slick-next, button.slick-prev {
  position: absolute;
  background: url(../images/arrow_left.svg) center no-repeat #D22D36;
  background-size: 15px;
  width: 60px;
  height: 60px;
  z-index: 1;
  font-size: 0;
  border: 1px solid #B41F27;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  button.slick-next:hover, button.slick-prev:hover {
    background-size: 18px; }

button.slick-next {
  background: url(../images/arrow_right.svg) center no-repeat #D22D36;
  background-size: 15px; }

p.food-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #937A5D;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 10px; }
  p.food-caption.left {
    right: unset;
    left: 0; }

section.s1-home {
  background: unset;
  position: relative; background-color: #222222; }
  section.s1-home div.header-img {
    width: 100%;
    padding-bottom: 45%;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center; }
    section.s1-home div.header-img div.s1-headers {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  section.s1-home div.s1-base {
    padding: 60px 0;
    position: relative;
    width: 100%;
    position: relative;
    background: #222222; }
    section.s1-home div.s1-base div.text {
      float: right; }
    section.s1-home div.s1-base div.tagLine {
      width: 300px;
      float: left; }
      section.s1-home div.s1-base div.tagLine p {
        text-align: right;
        color: #E0E0E0;
        margin: 0; }
        section.s1-home div.s1-base div.tagLine p span {
          color: #5C5C5C !important; }
    section.s1-home div.s1-base div.arrow {
      margin-left: 30px;
      margin-top: 14px;
      background-color: #937A5D;
      height: 1px;
      position: relative;
      width: 390px;
      float: left; }
      section.s1-home div.s1-base div.arrow i {
        display: none; }
      section.s1-home div.s1-base div.arrow:after {
        content: "";
        position: absolute;
        left: -2px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #937A5D;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  section.s1-home div.fence {
    position: absolute;
    bottom: 0;
    left: 60px;
    width: 920px;
    height: 98px;
    overflow: hidden; }
    section.s1-home div.fence div.fence-img {
      height: 213%; }

section.s2-home {
  position: relative;
  background-color: #fff; }
  section.s2-home div.s2-image {
    /*margin-left: 40%;
    padding-bottom: 32%;*/
    background-repeat: no-repeat;
    background-size: cover !important; }
  section.s2-home div.content {
    position: absolute;
    width: 45%;
    left: 5%;
    bottom: 60px;
    /*top:7%;*/
    z-index: 1; }
    section.s2-home div.extra-text{background: #FFFFFF;
border: 1px solid #C4944D;
box-sizing: border-box;
position: absolute;
bottom: -23.2%;
width: 18%;
left: 18%;
padding: 4% 15px 20px;
z-index:1;border-top:medium none;color: #5C5C5C;}
.hide{display:none;}

    section.s2-home div.content div.red-outline-button {
      margin-top: 35px;
      margin-left: auto;
      margin-right: 0; }

section.s3-home {
  background-color: #fff;
  position: relative; }
  section.s3-home div.wrapper {
    padding-top: 60px;
    width: 88%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    section.s3-home div.wrapper div.chris {
      position: relative;
      width: 40%; }
      section.s3-home div.wrapper div.chris p {
        width: 70%;
        text-align: right;
        font-style: italic;
        font-weight: normal;
        float: left;
        margin: 0;
        padding: 0 20px 0 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      section.s3-home div.wrapper div.chris div.img-arrow {
        width: 30%;
        height: 96px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        float: right; }
        section.s3-home div.wrapper div.chris div.img-arrow div.arrow {
          height: 1px;
          background-color: #937A5D;
          width: 100%;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          section.s3-home div.wrapper div.chris div.img-arrow div.arrow span.dot {
            display: none; }
          section.s3-home div.wrapper div.chris div.img-arrow div.arrow:after {
            content: "";
            position: absolute;
            left: -2px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #937A5D;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
        section.s3-home div.wrapper div.chris div.img-arrow img {
          width: 96px;
          height: 96px;
          border-radius: 50%;
          background-size: cover !important;
          position: relative;
          float: right;
          z-index: 1; }
    section.s3-home div.wrapper h2 {
      width: 715px; }
    section.s3-home div.wrapper div.fence {
      position: absolute;
      bottom: -60px;
      right: 60px;
      width: 970px;
      height: 129px;
      overflow: hidden; }

section.s4-home {
  width: 100%;
  padding: 200px 5% 0 5%;
  background: #fff;
  position: relative; }
  section.s4-home div.fence,section.about div.fence,section.events div.accomodation div.fence  {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 163px;
    height: 871px;
    overflow: hidden; }
  section.s4-home div.left, section.s4-home div.center, section.s4-home div.right {
    width: 33.33%;
    margin: 0;
    float: left; }
  section.s4-home div.left p {
    font-size: 14px;
    position: relative; }
    section.s4-home div.left p:before {
      position: absolute;
      content: '';
      background: #937A5D;
      height: 1px;
      width: 100px;
      bottom: -9px;
      left: 0; }
  section.s4-home div.left h2,section.s4-home div.left h1,.gold-h2 {
    margin: 0;
    margin-bottom: 17px;
    line-height: 1.3;
    padding-right: 10px; }
  section.s4-home div.center {
    position: relative;
    /*border: solid #937A5D 1px;*/
    padding-bottom: 15%;
    width: 25%;
    margin-left: 5%;
    margin-right: 3.33%; }
    section.s4-home div.center div.wrapper {
      position: absolute;
      left: -90px;
      width: 100%; }
      section.s4-home div.center div.wrapper img {
        position: absolute;
        top: -60px;
        left: 40px; }
      section.s4-home div.center div.wrapper p {
        font-size: 16px;
        font-style: italic;
        font-weight: 600;
        margin: 0 0 10px; }
      section.s4-home div.center div.wrapper h3 {
        color: black;
        font-style: italic;
        font-size: 28px;
        margin: 0;
        line-height: 1.4; }
  section.s4-home div.right {
    margin-top: 50px; }
    section.s4-home div.right p {
      font-size: 18px; }
    section.s4-home div.right div.awards {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      margin-top: 50px; }
      section.s4-home div.right div.awards img {
        height: 80px;
        -o-object-fit: contain;
        object-fit: contain; }

section.s5-home {
  background-color: #fff;
  padding: 0 5%;
  position: relative; }
  section.s5-home div.s5-image {
    width: 84.5%;
    padding-bottom: 40%;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative; background-position:bottom;}
    section.s5-home div.s5-image div.fence {
      width: 162px;
      height: 530px;
      top: 90px;
      position: absolute;
      right: -162px; }
  section.s5-home img.bottom-image , .single-highlight img.bottom-image {
    position: absolute;
    margin: auto;
    bottom: -65%;
    width: 30%;
    height: inherit;
    right: 45%; }
  section.s5-home img.side-image {
    position: absolute;
    margin: auto;
    bottom: 5%;
    right: 2%;
    top: 0px;
    width: 15%;
    height: inherit; }
  section.s5-home div.content {
    position: absolute;
    bottom: -200px;
    right: 2%;
    width: 48%; }

section.s6-home {
  background-color: #fff;
  padding: 400px 5% 150px; }
  section.s6-home div.title {
    margin-bottom: 50px;
    position: relative; }
    section.s6-home div.title h2 {
      width: 44%;
      font-size: 60px; }
    section.s6-home div.title div.blk-button {
      position: absolute;
      z-index: 1;
      bottom: -120px; }
  section.s6-home div.features {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    position: relative; }
    section.s6-home div.features div.fence {
      position: absolute;
      bottom: -110px;
      left: 80px;
      width: 163px;
      height: 530px;
      overflow: hidden; }
      section.s6-home div.features div.fence div.fence-img-gold {
        height: 192%;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
    section.s6-home div.features div.slider {
      position: relative;
      margin: auto;
      width: 80%; }
      section.s6-home div.features div.slider button.slick-prev, section.s6-home div.features div.slider button.slick-next {
        bottom: 0px;
        left: 60%; }
      section.s6-home div.features div.slider button.slick-next {
        left: calc(60% + 60px);
        border-left: 0; }
      section.s6-home div.features div.slider div.feature-item div.image {
        width: 60%;
        padding-bottom: 42%;
        position: relative;
        float: left; }
        section.s6-home div.features div.slider div.feature-item div.image img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          -o-object-fit: cover;
          object-fit: cover; }
      section.s6-home div.features div.slider div.feature-item div.description {
        padding: 5%;
        width: 40%;
        border-top: 1px solid #937A5D;
        border-right: 1px solid #937A5D;
        border-bottom: 1px solid #937A5D;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        section.s6-home div.features div.slider div.feature-item div.description h2 {
          color: #C4944D;
          font-size: 28px;
          margin: 0 0 10px; }
        section.s6-home div.features div.slider div.feature-item div.description p {
          font-size: 28px;

          font-style: italic;
          line-height: 1.4; }
        section.s6-home div.features div.slider div.feature-item div.description p.feature {
          font-size: 16px;
          color:#C4944D;
          font-weight: normal;
          margin: 0 0 .325rem 0; }
          section.s6-home div.features div.slider div.feature-item div.description p.text{font-weight: normal; font-size: 26px;}

section.s7-home {
  background-color: #fff;
  position: relative;
  padding: 20px 0 150px 0; }
  section.s7-home div.content {
    position: absolute;
    z-index: 1;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 85%;
    left: 0;
    right: 0;
    margin: auto; }
    section.s7-home div.content div.left-content {
      width: 45%;
      min-height: 10rem;
      position: relative; }
      section.s7-home div.content div.left-content div.red-outline-button {
        float: right; }
    section.s7-home div.content div.right-content {
      width: 45%;
      padding: 120px 0px 130px 78px; }
      section.s7-home div.content div.right-content h2 {
        font-size: 28px;
        color: #C4944D;
        line-height: 1.5;
        font-style: italic; }
  section.s7-home div.rooms {
    padding-top: 250px; }
    section.s7-home div.rooms div.slider-room {
      width: 100%; }
      section.s7-home div.rooms div.slider-room button.slick-prev, section.s7-home div.rooms div.slider-room button.slick-next {
        bottom: -30px;
        left: calc(50% - 60px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      section.s7-home div.rooms div.slider-room button.slick-next {
        left: unset;
        right: calc(50% - 60px);
        border-left: 0; }
      section.s7-home div.rooms div.slider-room div.room {
        padding-bottom: 85%;
        position: relative; }
        section.s7-home div.rooms div.slider-room div.room img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
          section.s7-home div.rooms div.slider-room div.room-item {
            padding-bottom:30%;
            position: relative; }
          section.s7-home div.rooms div.slider-room div.room-item img{position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          -o-object-fit: cover;
          object-fit: cover;}
          section.s7-home div.rooms div.slider-room div.room-item p.room-name{  position: absolute;
            bottom: 0;
            display: block;
            left: 0;
            z-index: 200;
            width: 257px;
            background-color: #262626;
            opacity: .8;
            font-style: italic;
            color: #fff;
            padding: 25px 30px;
            -webkit-transition: all ease .5s;
            -o-transition: all ease .5s;
            transition: all ease .5s;}
        section.s7-home div.rooms div.slider-room div.room p.room-name,.footer-highlight .cols .caption {
          position: absolute;
          bottom: 0;
          display: block;
          left: 0;
          z-index: 200;
          width: 257px;
          background-color: #262626;
          opacity: .8;
          font-style: italic;
          color: #fff;
          padding: 25px 30px;
          -webkit-transition: all ease .5s;
          -o-transition: all ease .5s;
          transition: all ease .5s; }
        section.s7-home div.rooms div.slider-room div.room:hover p,.footer-highlight .cols:hover .caption {
          width: 60%; }

section.s8-home {
  background-color: #fff;
  padding-top: 1px; }
  section.s8-home div.s8-title {
    width: 50%;
    margin: auto;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    section.s8-home div.s8-title h2 {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      color: #C4944D; }
  section.s8-home div.events {
    position: relative;
    padding-bottom: 20%; }
    section.s8-home div.events div.event {
      position: absolute;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      width: 15%;
      height: 80%;
      cursor: pointer; }
      section.s8-home div.events div.event div.content {
        width: 40%;
        height: 100%;
        position: absolute;
        left: 0;
        background-color: #222222; }
        section.s8-home div.events div.event div.content div.date, section.s8-home div.events div.event div.content div.title, section.s8-home div.events div.event div.content div.exerpt {
          opacity: 0;
          -webkit-transition: opacity .5s ease;
          -o-transition: opacity .5s ease;
          transition: opacity .5s ease; }
          .exerpt{font-size: 18px !important;
                  color: #5C5C5C !important;
             line-height: 1.7 !important;
margin: 0 0 25px !important;}
        section.s8-home div.events div.event div.content div.red-outline-button {
          display: none; }
        section.s8-home div.events div.event div.content div.vertical {
          opacity: 1;
          padding: 0 10px 20px 10px;
          width: 100%;
          height: 100%;
          position: relative; }
          section.s8-home div.events div.event div.content div.vertical div.date-side {
            color: #fff;
            font-size: 18px;
            padding: 30px 0 15px;
            background-color: #222222;
            text-align: center;
            position: relative;
            z-index: 1; }
          section.s8-home div.events div.event div.content div.vertical div.title-side {
            color: #fff;
            font-size: 18px;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0; }
            section.s8-home div.events div.event div.content div.vertical div.title-side div.title-p {
              -webkit-transform: translateX(-50%) rotate(-90deg);
              -ms-transform: translateX(-50%) rotate(-90deg);
              transform: translateX(-50%) rotate(-90deg);
              width: 30px;
              height: 30px;
              white-space: nowrap;
              position: absolute;
              bottom: 0;
              -webkit-transform-origin: 50%;
              -ms-transform-origin: 50%;
              transform-origin: 50%;
              left: 50%;
              background-color: #222222; }
              section.s8-home div.events div.event div.content div.vertical div.title-side div.title-p p {
                background-color: #222222;
                color: #fff;
                white-space: nowrap;
                padding-left: 30px;
                margin: 0;
                float: left;
                padding-right: 15px; }
            section.s8-home div.events div.event div.content div.vertical div.title-side:before {
              position: absolute;
              content: "";
              width: 1px;
              background-color: #C4944D;
              top: 0;
              left: 50%;
              -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              transform: translateX(-50%);
              height: 100%; }
      section.s8-home div.events div.event div.image {
        width: 60%;
        height: 100%;
        position: absolute;
        right: 0; }
      section.s8-home div.events div.event.left, section.s8-home div.events div.event.one {
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        section.s8-home div.events div.event.left:hover, section.s8-home div.events div.event.one:hover {
          width: 18%; }
      section.s8-home div.events div.event.three, section.s8-home div.events div.event.right {
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        section.s8-home div.events div.event.three:hover, section.s8-home div.events div.event.right:hover {
          width: 17%; }
      section.s8-home div.events div.event.active {
        width: 50%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        cursor: unset; }
        section.s8-home div.events div.event.active-right {
          left: unset;
          right: 50%;
          -webkit-transform: translateX(50%);
          -ms-transform: translateX(50%);
          transform: translateX(50%);
          width: 50%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: auto;
          position: absolute;
          top: 0;
          cursor: unset; }
          section.s8-home div.events div.event.active-right div.vertical {
            opacity: 0 !important;
            height: 0 !important;
            padding: 0 !important; }
          section.s8-home div.events div.event.active-right div.content {
            width: 60%;
            background-color: #222222;
            padding: 60px;
            position: relative; }
            section.s8-home div.events div.event.active-right div.content div.date, section.s8-home div.events div.event.active-right div.content div.title, section.s8-home div.events div.event.active-right div.content div.exerpt, section.s8-home div.events div.event.active-right div.content div.red-outline-button {
              opacity: 1;
              display: block; }
            section.s8-home div.events div.event.active-right div.content div.date {
              color: #fff;
              font-size: 16px;
              font-style: italic;
              margin-bottom: 20px; }
            section.s8-home div.events div.event.active-right div.content div.title {
              color: #C4944D;
              font-size: 28px;
              margin-bottom: 20px; }
            section.s8-home div.events div.event.active-right div.content div.exerpt {
              color: #fff;
              font-size: 16px;
              margin-bottom: 60px; }
          section.s8-home div.events div.event.active-right div.image {
            position: relative;
            width: 40%;
            height: 100%; }
        section.s8-home div.events div.event.active div.vertical {
          opacity: 0 !important;
          height: 0 !important;
          padding: 0 !important; }
        section.s8-home div.events div.event.active div.content {
          width: 60%;
          background-color: #222222;
          padding: 60px;
          position: relative; }
          section.s8-home div.events div.event.active div.content div.date, section.s8-home div.events div.event.active div.content div.title, section.s8-home div.events div.event.active div.content div.exerpt, section.s8-home div.events div.event.active div.content div.red-outline-button {
            opacity: 1;
            display: block; }
          section.s8-home div.events div.event.active div.content div.date {
            color: #fff;
            font-size: 16px;
            font-style: italic;
            margin-bottom: 20px; }
          section.s8-home div.events div.event.active div.content div.title {
            color: #C4944D;
            font-size: 28px;
            margin-bottom: 20px; }
          section.s8-home div.events div.event.active div.content div.exerpt {
            color: #fff;
            font-size: 16px;
            margin-bottom: 60px; }
        section.s8-home div.events div.event.active div.image {
          position: relative;
          width: 40%;
          height: 100%; }

section.s9-home {
  background-color: #fff;
  position: relative;
  padding-top: 120px; }
  section.s9-home div.title {
    position: relative; }
    section.s9-home div.title .gold-h2 {
      margin: 0;
      margin-left: 172px;
      padding-bottom: 84px; }
    section.s9-home div.title div.fence {
      position: absolute;
      bottom: 0;
      left: 100px;
      width: 945px;
      height: 129px; }
  section.s9-home div.s9-image {
    position: relative;
    width: 70%;
    padding-bottom: 39%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center; }
  section.s9-home div.content {
    position: absolute;
    right: 7%;
    top: 300px;
    width: 595px;
    background-color: #222222;
    padding: 55px 75px; }
    section.s9-home div.content h2 {
      color: #C4944D;
      font-size: 28px;
      margin-bottom: 25px; }
    section.s9-home div.content div.wrapper {
      margin-left: 28px; }
      section.s9-home div.content div.wrapper div.open-times {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative; }
        section.s9-home div.content div.wrapper div.open-times:before {
          content: "";
          background-color: white;
          position: absolute;
          background: url("../images/clock_svg.svg") center no-repeat;
          width: 17px;
          height: 17px;
          left: -25px;
          top: 10px; }
        section.s9-home div.content div.wrapper div.open-times div.day {
          width: 50%; }
          section.s9-home div.content div.wrapper div.open-times div.day h4 {
            font-size: 16px;
            color: #C4944D;
            font-weight: 600;
            font-style: italic;
            margin: 0; }
          section.s9-home div.content div.wrapper div.open-times div.day div.hours {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            section.s9-home div.content div.wrapper div.open-times div.day div.hours p {
              color: #fff;
              margin: 0; }
            section.s9-home div.content div.wrapper div.open-times div.day div.hours div.dot {
              margin: 13px 8px 0;
              width: 5px;
              height: 5px; }
    section.s9-home div.content div.address, section.s9-home div.content div.telephone {
      position: relative; }
      section.s9-home div.content div.address:before, section.s9-home div.content div.telephone:before {
        content: "";
        background-color: white;
        position: absolute;
        background: url("../images/telephone_svg.svg") center no-repeat;
        width: 17px;
        height: 17px;
        left: -25px;
        top: 3px; }
      section.s9-home div.content div.address p, section.s9-home div.content div.telephone p {
        color: #fff;
        margin: 0 0 5px;
        -webkit-transition: color .25s ease;
        -o-transition: color .25s ease;
        transition: color .25s ease; }
        section.s9-home div.content div.address p:hover, section.s9-home div.content div.telephone p:hover {
          color: #C4944D; }
    section.s9-home div.content div.address {
      margin-top: 34px; }
      section.s9-home div.content div.address:before {
        background: url("../images/geotag_svg.svg") center no-repeat; }
    section.s9-home div.content div.red-outline-button {
      margin-top: 46px; }

section.s1-menu {
  width: 100%;
  padding-bottom: 45%;
  position: relative;
  border-bottom: 8px solid #C4944D; }
  section.s1-menu:after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 0;
    height: 8px;
    width: 105px;
    background: #D22D36; }
  section.s1-menu img.hero-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  section.s1-menu div.social {
    top: unset;
    bottom: 220px; }

section.s2-menu {
  background: #262626; }
  section.s2-menu div.side {
    width: 20%;
    float: left;
    padding: 5% 0 0 70px;
    position: relative; }
    section.s2-menu div.side div.fence {
      position: absolute;
      top: 0;
      left: 0;
      height: 900px;
      width: 125px; }
    section.s2-menu div.side div.menus {
      position: relative;
      z-index: 2; }
      section.s2-menu div.side div.menus h2 {
        color: #C4944D;
        font-size: 28px; }
        section.s2-menu div.side div.menus h2 span {
          font-size: 14px;
          color: #707070; }
      section.s2-menu div.side div.menus ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        section.s2-menu div.side div.menus ul li {
          margin-bottom: 15px;
          position: relative; }
          section.s2-menu div.side div.menus ul li a {
            font-size: 18px;
            font-weight: 600;
            font-style: italic;
            color: #F6F5F3; }
          section.s2-menu div.side div.menus ul li.current_page_item a {
            color: #C4944D; }
          section.s2-menu div.side div.menus ul li.current_page_item:before {
            content: "";
            position: absolute;
            left: -70px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 50px;
            height: 1px;
            background: #937A5D; }
          section.s2-menu div.side div.menus ul li.current_page_item:after {
            content: "";
            position: absolute;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #937A5D;
            left: -20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  section.s2-menu div.content {
    width: 80%;
    float: left;
    background: #fff;
    padding: 5%; }
    section.s2-menu div.content div.top-section {
      margin-bottom: 90px; }
      section.s2-menu div.content div.top-section h1 {
        margin: 0;
        color: #C4944D;
        font-size: 70px;
        font-weight: 400;
        float: left; }
      section.s2-menu div.content div.top-section div.text {
        float: left;
        margin-left: 50px;
        position: relative;
        width: 35%; }
        section.s2-menu div.content div.top-section div.text:before {
          content: "";
          height: 1px;
          width: 96px;
          background: #937A5D;
          margin-bottom: 15px;
          display: block; }
      section.s2-menu div.content div.top-section div.blk-button {
        float: left;
        margin-left: 50px; }
    section.s2-menu div.content div.menu-sections div.menu-section {
      margin-bottom: 90px; }
      section.s2-menu div.content div.menu-sections div.menu-section h2 {
        color: #C4944D;
        font-size: 28px;
        margin: 0 0 50px; }
      section.s2-menu div.content div.menu-sections div.menu-section div.menu-item {
        width: 33.33%;
        float: left;
        padding-right: 30px;
        margin-bottom: 30px; }
        section.s2-menu div.content div.menu-sections div.menu-section div.menu-item:nth-child(3n+1) {
          clear: both; }
        section.s2-menu div.content div.menu-sections div.menu-section div.menu-item p {
          font-size: 16px; }
          section.s2-menu div.content div.menu-sections div.menu-section div.menu-item p strong {
            font-size: 16px;
            font-style: italic; }
          section.s2-menu div.content div.menu-sections div.menu-section div.menu-item p.title {
            font-size: 18px;
            font-weight: 700; }
          section.s2-menu div.content div.menu-sections div.menu-section div.menu-item p.entree {
            font-style: italic;
            font-weight: 300; }

section.s1-cooking {
  width: 100%;
  padding-bottom: 45%;
  position: relative;
  border-bottom: 8px solid #C4944D;
  background-size: cover !important; }
  section.s1-cooking:after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 0;
    height: 8px;
    width: 105px;
    background: #D22D36; }
  section.s1-cooking div.social {
    top: unset;
    bottom: 220px; }

section.s2-cooking {
  background: #fff; }
  section.s2-cooking div.section-info {
    margin: 0 0 160px;
    position: relative;
    padding-top: 140px; }
    section.s2-cooking div.section-info div.left {
      position: relative;
      width: 55%;
      padding: 100px 0 0 5%; }
      section.s2-cooking div.section-info div.left div.fence {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 120px; }
      section.s2-cooking div.section-info div.left h1 {
        font-size: 60px;
        color: #C4944D;
        font-weight: 400;
        margin: 0 0 30px; }
    section.s2-cooking div.section-info div.right {
      width: 20%;
      position: absolute;
      right: 10%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      section.s2-cooking div.section-info div.right div.gold-box {
        border: 1px solid #937A5D;
        position: relative;
        width: 100%;
        padding: 0 30px 80%; }
        section.s2-cooking div.section-info div.right div.gold-box p {
          position: absolute;
          color: #262626;
          font-size: 28px;
          font-style: italic;
          top: 50%;
          right: 30px;
          -webkit-transform: translateX(-60px) translateY(-50%);
          -ms-transform: translateX(-60px) translateY(-50%);
          transform: translateX(-60px) translateY(-50%);
           }
  section.s2-cooking div.cooking-filter {
    padding: 0 5%; }
    section.s2-cooking div.cooking-filter .facetwp-facet {
      margin-bottom: 0;
      text-align: center;
      border-bottom: 2px solid #937A5D; }
      section.s2-cooking div.cooking-filter .facetwp-facet .facetwp-checkbox {
        padding-left: 0;
        margin: 0;
        position: relative;
        background: unset !important;
        display: inline-block;
        color: #707070;
        padding: 0 0 10px;
        margin: 0 15px; }
        section.s2-cooking div.cooking-filter .facetwp-facet .facetwp-checkbox.checked:after {
          content: "";
          position: absolute;
          left: 0;
          bottom: -4px;
          height: 6px;
          width: 100%;
          background: #C4944D; }
  section.s2-cooking div.cooking-videos {
    padding: 60px 5%; }
    section.s2-cooking div.cooking-videos div.video {
      padding: 20px 15px;
      width: 25%;
      float: left;
      cursor: pointer; }
      section.s2-cooking div.cooking-videos div.video:nth-child(4n+1) {
        clear: both; }
      section.s2-cooking div.cooking-videos div.video div.thumb {
        width: 100%;
        padding-bottom: 54%;
        position: relative; }
        section.s2-cooking div.cooking-videos div.video div.thumb img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      section.s2-cooking div.cooking-videos div.video h2 {
        color: #C4944D;
        margin-bottom: 0;
        font-size: 28px;
        margin-top: 10px; }
      section.s2-cooking div.cooking-videos div.video div.video-popup {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        display: none;
        z-index: 99; }
        section.s2-cooking div.cooking-videos div.video div.video-popup div.mid-vid {
          width: 80%;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
        section.s2-cooking div.cooking-videos div.video div.video-popup div.iframe-container {
          position: relative;
          padding-bottom: 53.25%;
          /* 16:9 */
          padding-top: 25px;
          height: 0; }
          section.s2-cooking div.cooking-videos div.video div.video-popup div.iframe-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }

section.s1-community {
  background: #fff;
  padding: 240px 5% 90px;
  position: relative; }
  section.s1-community div.text {
    position: relative;
    width: 70%; }
    section.s1-community div.text p.sub-title {
      color: #707070;
      font-weight: 600;
      font-style: italic;
      margin-bottom: 0; }
    section.s1-community div.text h1 {
      margin: 0;
      font-size: 80px;
      color: #C4944D;
      margin-bottom: 100px; }
  section.s1-community div.fence {
    position: absolute;
    left: 0;
    top: 320px;
    width: 770px;
    height: 115px; }

section.s2-community, section.s5-community {
  background-size: cover !important;
  width: 100%;
  padding-bottom: 31%; }

section.s3-community {
  background: #fff;
  padding: 90px 5% 150px;
  position: relative; }
  section.s3-community div.left {
    width: 45%;
    float: left;
    background: #222222;
    -webkit-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    transform: translateY(-120px);
    position: relative; }
    section.s3-community div.left p {
      color: #fff; }
    section.s3-community div.left div.red-outline-button {
      float: right;
      width: unset; }
    section.s3-community div.left div.fence {
      position: absolute;
      top: 30px;
      left: 100%;
      width: 700px;
      height: 128px; }
  section.s3-community div.right {
    width: 45%;
    float: right; }
    section.s3-community div.right h1 {
      color: #C4944D;
      margin-top: 0;
      font-weight: 400;
      font-size: 60px; }
    section.s3-community div.right ul {
      padding-left: 15px;
      margin: 0; }
      section.s3-community div.right ul li {
        font-style: italic;
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 10px;
        color: #5C5C5C; }

section.s4-community {
  padding: 0 5% 270px;
  position: relative;
  background: #fff; }
  section.s4-community div.left {
    position: absolute;
    left: 5%;
    top: 0;
    width: 40%; }
    section.s4-community div.left h1 {
      color: #C4944D;
      font-size: 60px;
      font-weight: 400;
      margin-top: 0; }
    section.s4-community div.left div.past-donations {
      position: relative;
      width: 100%;
      padding-bottom: 85%; }
      section.s4-community div.left div.past-donations div.inside {
        position: absolute;
        left: 0;
        top: 0;
        overflow-y: scroll;
        width: 100%;
        height: 100%;
        border: 1px solid #937A5D;
        background: #fff;
        padding: 50px; }
        section.s4-community div.left div.past-donations div.inside::-webkit-scrollbar {
          width: 12px;
          border-left: 1px solid #937A5D; }
        section.s4-community div.left div.past-donations div.inside::-webkit-scrollbar-thumb {
          background: #C4944D; }
        section.s4-community div.left div.past-donations div.inside ul {
          margin: 0;
          padding-left: 15px; }
          section.s4-community div.left div.past-donations div.inside ul li {
            font-size: 18px;
            color: #707070;
            margin-bottom: 5px; }
  section.s4-community div.s4-community-image {
    float: right;
    background-size: cover !important;
    width: 65%;
    padding-bottom: 38%; }

section.s6-community {
  background: #fff;
  padding: 145px 5%;
  position: relative; }
  section.s6-community div.fence {
    width: 160px;
    height: 520px;
    position: absolute;
    left: 0;
    top: 0; }
  section.s6-community div.left {
    position: relative;
    width: 65%;
    float: left; }
    section.s6-community div.left h1 {
      margin-top: 0;
      font-size: 60px;
      color: #C4944D;
      font-weight: 400;
      margin-bottom: 50px; }
    section.s6-community div.left p {
      padding-left: 90px; }
  section.s6-community div.right {
    width: 25%;
    float: right; }
    section.s6-community div.right div.gold-border-box {
      width: 100%;
      padding-bottom: 80%; }

section.s1-history div.text {
  position: relative;
  width: 70%; }
  section.s1-history div.text p.sub-title {
    color: #707070;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0; }
  section.s1-history div.text h1 {
    margin: 0;
    font-size: 80px;
    color: #C4944D;
    margin-bottom: 130px; }

section.s1-history div.black-box {
  width: 40%;
  position: relative;
  z-index: 1; }

section.s1-history div.s1-history-image {
  background-size: cover !important;
  position: absolute;
  width: 65%;
  padding-bottom: 35%;
  right: 0;
  top: 440px; }
  section.s1-history div.s1-history-image div.fence {
    width: 400px;
    left: -400px;
    height: 120px;
    position: absolute;
    top: 40px; }

section.s2-history {
  background: #fff;
  padding: 120px 5%;
  position: relative; }
  section.s2-history div.fence {
    position: absolute;
    left: 0;
    top: 0px;
    width: 160px;
    height: 700px; }
  section.s2-history div.left {
    width: 65%;
    float: left; }
    section.s2-history div.left h1 {
      margin-top: 0;
      font-size: 60px;
      color: #C4944D;
      font-weight: 400;
      margin-bottom: 50px; }
    section.s2-history div.left p {
      padding-left: 90px; }
  section.s2-history div.right {
    width: 25%;
    float: right; }
    section.s2-history div.right div.gold-border-box {
      width: 100%;
      padding-bottom: 100%; }

section.s3-history {
  position: relative;
  background: #fff; }
  section.s3-history ul.slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 75px;
    left: 10%;
    width: 90%;
    height: 1px;
    background: #937A5D; }
    section.s3-history ul.slick-dots:after {
      content: "";
      display: block;
      clear: both; }
    section.s3-history ul.slick-dots li {
      float: left;
      width: 25%;
      position: relative;
      height: 1px;
      background: #937A5D; }
      section.s3-history ul.slick-dots li.slick-active button {
        width: 13px;
        height: 13px; }
      section.s3-history ul.slick-dots li button {
        border: 0;
        font-size: 0;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #937A5D;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  section.s3-history div.slide-image {
    position: absolute;
    top: -60px;
    left: 0;
    width: 60%;
    padding-bottom: 35%;
    z-index: 1; }
    section.s3-history div.slide-image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  section.s3-history div.slide-body {
    width: 100%;
    padding: 60px 5% 0; }
    section.s3-history div.slide-body div.dark-box {
      background: #222222;
      position: relative;
      width: 100%;
      padding-bottom: 40%; }
      section.s3-history div.slide-body div.dark-box div.text {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-right: 60px;
        width: 30%; }
        section.s3-history div.slide-body div.dark-box div.text p {

          font-size: 28px;
          font-weight: 400;
          font-style: italic;
          color: #fff;
          line-height: 1.4; }
          section.s3-history div.slide-body div.dark-box div.text p.date {
            color: #C4944D;
            position: relative;
            margin-bottom: 50px; }
            section.s3-history div.slide-body div.dark-box div.text p.date:before {
              content: "";
              position: absolute;
              left: 0;
              top: -20px;
              height: 1px;
              width: 96px;
              background: #937A5D; }

section.s4-history {
  padding: 140px 5%;
  background: #fff;
  position: relative; }
  section.s4-history div.left {
    width: 30%;
    float: left;
    margin-left: 90px; }
    section.s4-history div.left div.gold-border-box {
      padding-bottom: 80%; }
      section.s4-history div.left div.gold-border-box div.inside img {
        position: absolute;
        top: 0;
        left: 40px;
        top: -60px; }
      section.s4-history div.left div.gold-border-box div.inside p.byLine {
        font-size: 16px;
        font-style: italic;
        font-weight: 600;
        margin: 0 0 10px;
        color: #5C5C5C; }
  section.s4-history div.right {
    width: 50%;
    float: right; }
    section.s4-history div.right h1 {
      margin-top: 0;
      font-size: 60px;
      color: #C4944D;
      font-weight: 400;
      margin-bottom: 50px; }
  section.s4-history div.fence {
    position: absolute;
    right: 0;
    top: 130px;
    width: 52%;
    height: 120px; }

section.s1-awards div.text {
  position: relative;
  width: 70%; }
  section.s1-awards div.text p.sub-title {
    color: #707070;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0; }
  section.s1-awards div.text h1 {
    margin: 0;
    font-size: 80px;
    color: #C4944D;
    margin-bottom: 130px; }

section.s1-awards div.black-box {
  width: 40%;
  position: relative;
  z-index: 1; }

section.s1-awards div.s1-awards-image {
  background-size: cover !important;
  position: absolute;
  width: 65%;
  padding-bottom: 35%;
  right: 0;
  top: 440px; }
  section.s1-awards div.s1-awards-image div.fence {
    width: 400px;
    left: -400px;
    height: 120px;
    position: absolute;
    top: 40px; }

section.s2-awards {
  width: 100%;
  padding: 160px 5%;
  background: #fff;
  position: relative; }
  section.s2-awards div.fence {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 163px;
    height: 100%; }
  section.s2-awards div.left, section.s2-awards div.center, section.s2-awards div.right {
    width: 33.33%;
    margin: 0;
    float: left; }
  section.s2-awards div.left {
    margin-top: 50px; }
    section.s2-awards div.left p {
      font-size: 18px; }
    section.s2-awards div.left div.awards {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 50px; }
  section.s2-awards div.center {
    position: relative;
    border: solid #937A5D 1px;
    padding-bottom: 25%;
    width: 25%;
    margin-left: 8%;
    margin-right: 0%; }
    section.s2-awards div.center div.wrapper {
      position: absolute;
      left: -90px;
      width: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      section.s2-awards div.center div.wrapper img {
        position: absolute;
        top: -60px;
        left: 40px; }
      section.s2-awards div.center div.wrapper p {
        font-size: 16px;
        font-style: italic;
        font-weight: 600;
        margin: 0 0 10px; }
      section.s2-awards div.center div.wrapper h3 {
        color: black;
        font-style: italic;
        font-size: 28px;
        margin: 0;
        line-height: 1.4; }
  section.s2-awards div.right p {
    font-size: 14px;
    position: relative;
    text-align: right; }
    section.s2-awards div.right p:before {
      position: absolute;
      content: '';
      background: #937A5D;
      height: 1px;
      width: 100px;
      bottom: -9px;
      right: 0; }
  section.s2-awards div.right h2 {
    text-align: right;
    margin: 0;
    margin-bottom: 17px;
    line-height: 1; }

section.s3-awards {
  background-color: #E0E0E0;
  background-size: cover !important;
  width: 100%;
  padding-bottom: 31%;
  border-bottom: 8px solid #C4944D; }

section.s4-awards {
  background: #fff;
  padding: 160px 0;
  position: relative; }
  section.s4-awards div.left {
    width: 20%;
    float: left;
    margin-top: 110px;
    position: relative; }
    section.s4-awards div.left h2 {
      color: #C4944D;
      font-size: 28px;
      padding-left: 20%; }
    section.s4-awards div.left div.fence {
      position: absolute;
      top: 0;
      left: 0;
      height: 900px;
      width: 125px; }
    section.s4-awards div.left ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      section.s4-awards div.left ul li {
        margin-bottom: 15px;
        position: relative;
        font-size: 18px;
        font-weight: 600;
        font-style: italic;
        color: #707070;
        cursor: pointer;
        padding-left: 20%; }
        section.s4-awards div.left ul li.current_page_item {
          color: #C4944D; }
          section.s4-awards div.left ul li.current_page_item:before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 50px;
            height: 1px;
            background: #937A5D; }
          section.s4-awards div.left ul li.current_page_item:after {
            content: "";
            position: absolute;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #937A5D;
            left: 50px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  section.s4-awards div.right {
    width: 80%;
    float: right;
    padding-right: 5%; }
    section.s4-awards div.right h1 {
      margin-top: 0;
      margin-left: -90px;
      color: #C4944D;
      font-size: 60px;
      font-weight: 400;
      margin-bottom: 50px; }
    section.s4-awards div.right div.awards {
      position: relative;
      width: 100%; }
      section.s4-awards div.right div.awards div.inside {
        height: 500px;
        overflow-y: scroll;
        width: 100%;
        border: 1px solid #937A5D; }
        section.s4-awards div.right div.awards div.inside::-webkit-scrollbar {
          width: 12px;
          border-left: 1px solid #937A5D; }
        section.s4-awards div.right div.awards div.inside::-webkit-scrollbar-thumb {
          background: #C4944D; }
        section.s4-awards div.right div.awards div.inside div.content {
          display: none;
          padding: 50px; }
        section.s4-awards div.right div.awards div.inside ul {
          margin: 0;
          padding-left: 15px; }
          section.s4-awards div.right div.awards div.inside ul ul {
            padding-left: 30px;
            margin-top: 5px; }
          section.s4-awards div.right div.awards div.inside ul li {
            font-size: 18px;
            color: #707070;
            margin-bottom: 5px; }

section.s5-awards {
  background: #fff;
  padding: 0 5% 0 0;
  position: relative; }
  section.s5-awards div.black-box {
    width: 40%;
    z-index: 1;
    position: absolute;
    right: 5%;
    top: 60px; }
  section.s5-awards div.s5-awards-image {
    background-size: cover !important;
    position: relative;
    width: 65%;
    padding-bottom: 35%; }
    section.s5-awards div.s5-awards-image div.fence {
      width: 400px;
      right: -400px;
      height: 120px;
      position: absolute;
      bottom: 0px; }

section.s1-christopher {
  width: 100%;
  padding-bottom: 45%;
  position: relative;
  border-bottom: 8px solid #C4944D;
  background-size: cover !important; }
  section.s1-christopher:after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 0;
    height: 8px;
    width: 105px;
    background: #D22D36; }
  section.s1-christopher div.social {
    top: unset;
    bottom: 220px; }

section.s2-christopher {
  background: #fff;
  padding: 120px 5%;
  position: relative; }
  section.s2-christopher div.s2-christopher-image {
    width: 55%;
    float: right;
    padding-bottom: 38%;
    background-size: cover !important; }
  section.s2-christopher div.left {
    position: absolute;
    left: 5%;
    width: 45%;
    bottom: 0; }
    section.s2-christopher div.left div.fence {
      width: 80%;
      right: 10%;
      height: 120px;
      position: absolute;
      top: -120px; }
    section.s2-christopher div.left p.caption {
      position: absolute;
      color: #707070;
      font-weight: 500;
      font-style: italic;
      font-size: 18px;
      left: 100%;
      white-space: nowrap;
      bottom: 20px; }
      section.s2-christopher div.left p.caption:before {
        content: "";
        display: inline-block;
        height: 1px;
        width: 230px;
        background: #937A5D;
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        margin-right: 15px; }
      section.s2-christopher div.left p.caption:after {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        top: 14px;
        left: 230px;
        background: #937A5D; }

section.s3-christopher {
  padding: 120px 5%;
  background: #fff;
  position: relative; }
  section.s3-christopher div.fence {
    position: absolute;
    width: 120px;
    height: 90%;
    left: 0;
    bottom: 0; }
  section.s3-christopher div.left {
    width: 60%;
    padding-left: 90px;
    float: left; }
    section.s3-christopher div.left h1 {
      margin-left: -90px;
      font-size: 60px;
      color: #C4944D;
      font-weight: 400;
      margin-top: 0;
      margin-bottom: 50px; }
  section.s3-christopher div.right {
    width: 30%;
    float: right; }
    section.s3-christopher div.right div.gold-border-box {
      padding-bottom: 80%; }

section.s4-christopher {
  background: #fff;
  position: relative; }
  section.s4-christopher div.s4-christopher-image {
    width: 65%;
    padding-bottom: 36%;
    background-size: cover !important;
    position: relative;
    z-index: 2; }
  section.s4-christopher div.right {
    position: absolute;
    width: 35%;
    right: 5%;
    top: 60px; }
    section.s4-christopher div.right div.black-box {
      position: relative;
      z-index: 3; }
    section.s4-christopher div.right div.fence {
      width: 80%;
      height: 120px;
      position: absolute;
      bottom: -120px;
      left: 12%;
      z-index: 1; }

section.s5-christopher {
  background: #fff;
  padding: 120px 5%; }
  section.s5-christopher div.left {
    width: 60%;
    padding-left: 90px;
    float: left; }
  section.s5-christopher div.right {
    width: 30%;
    float: right; }
    section.s5-christopher div.right div.gold-border-box {
      padding-bottom: 80%; }

section.s6-christopher {
  background: #fff;
  position: relative;
  padding: 0 5% 150px; }
  section.s6-christopher div.s6-christopher-image {
    width: 85%;
    background-size: cover !important;
    padding-bottom: 45%; }
  section.s6-christopher div.right {
    position: absolute;
    right: 5%;
    bottom: 60px;
    width: 35%; }
    section.s6-christopher div.right div.fence {
      position: absolute;
      width: 120px;
      height: 430px;
      left: 61%;
      top: -430px; }
  section.s6-christopher div.center {
    position: absolute;
    bottom: 0;
    right: 41%; }

section.s7-christopher {
  padding: 140px 5%;
  background: #fff;
  position: relative; }
  section.s7-christopher div.fence {
    position: absolute;
    left: 0;
    top: 170px;
    height: 120px;
    width: 700px; }
  section.s7-christopher div.left {
    width: 55%;
    float: left; }
    section.s7-christopher div.left h1 {
      color: #C4944D;
      font-size: 60px;
      font-weight: 400;
      margin: 0;
      width: 75%;
      position: relative; }
      section.s7-christopher div.left h1:after {
        content: "";
        position: absolute;
        left: 100%;
        width: 23%;
        height: 1px;
        background: #937A5D;
        top: 30px; }
      section.s7-christopher div.left h1:before {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        background: #937A5D;
        border-radius: 50%;
        left: 123%;
        top: 28px; }
  section.s7-christopher div.right {
    width: 45%;
    float: right; }
    section.s7-christopher div.right p {
      font-weight: 600;
      font-style: italic;
      width: 50%;
      margin: 0;
      float: left; }
      section.s7-christopher div.right p.few {
        width: 100%;
        margin: 15px 0 20px;
        font-style: italic;
        font-weight: 400;
        float: none; }

section.s1-staff div.text {
  position: relative;
  width: 70%; }
  section.s1-staff div.text p.sub-title {
    color: #707070;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0; }
  section.s1-staff div.text h1 {
    margin: 0;
    font-size: 80px;
    color: #C4944D;
    margin-bottom: 100px; }

section.s1-staff div.fence {
  width: 40%;
  height: 120px;
  position: absolute;
  left: 0;
  top: 300px; }

section.s1-staff div.staff div.member {
  width: 50%;
  float: left;
  position: relative;
  padding: 60px; }
  section.s1-staff div.staff div.member div.activation {
    cursor: pointer; }
  section.s1-staff div.staff div.member:nth-child(2n+1) {
    clear: both; }
  section.s1-staff div.staff div.member div.image {
    background: #E0E0E0;
    width: 100%;
    padding-bottom: 70%;
    position: relative; }
    section.s1-staff div.staff div.member div.image img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  section.s1-staff div.staff div.member div.name-tag {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 60%;
    background: #262626;
    padding: 15px; }
    section.s1-staff div.staff div.member div.name-tag p {
      margin: 0;
      color: #E0E0E0;
      font-size: 16px;
      font-weight: 600;
      font-style: italic; }
    section.s1-staff div.staff div.member div.name-tag h2 {
      margin: 0;
      color: #C4944D;
      font-size: 30px;
      font-weight: 400; }
    section.s1-staff div.staff div.member div.name-tag div.arrow {
      position: absolute;
      width: 60px;
      height: 60px;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: url(../images/arrow_right.svg) center no-repeat;
      background-size: 15px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
    section.s1-staff div.staff div.member div.name-tag:hover div.arrow {
      background-size: 18px; }
  section.s1-staff div.staff div.member div.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 30px solid #222222;
    background: #fff;
    z-index: 99999;
    cursor: default;
    display: none;
    overflow-y: scroll; }
    section.s1-staff div.staff div.member div.fixed div.close {
      background: #222222;
      width: 62px;
      padding: 3px 0;
      text-align: center;
      text-shadow: unset;
      opacity: unset;
      position: absolute;
      right: 5%;
      top: 40px;
      cursor: pointer;
      z-index: 10; }
      section.s1-staff div.staff div.member div.fixed div.close div.close-it {
        width: 40px;
        height: 3px;
        background: white;
        position: relative;
        margin: 25px auto 25px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background: transparent; }
        section.s1-staff div.staff div.member div.fixed div.close div.close-it:before {
          content: "";
          position: absolute;
          top: -11px;
          left: 0;
          width: 40px;
          height: 3px;
          background: #fff;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          top: 0; }
        section.s1-staff div.staff div.member div.fixed div.close div.close-it:after {
          content: "";
          position: absolute;
          bottom: -11px;
          left: 0;
          width: 40px;
          height: 3px;
          background: #fff;
          -webkit-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          bottom: 0; }
    section.s1-staff div.staff div.member div.fixed div.fence-right {
      width: 120px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      left: unset; }
    section.s1-staff div.staff div.member div.fixed div.fence-left {
      height: 120px;
      width: 40%;
      left: 0;
      top: 265px; }
    section.s1-staff div.staff div.member div.fixed div.content {
      padding: 200px 10%;
      position: relative; }
      section.s1-staff div.staff div.member div.fixed div.content div.left {
        width: 60%;
        float: left;
        z-index: 1;
        position: relative; }
        section.s1-staff div.staff div.member div.fixed div.content div.left p.title {
          color: #707070;
          font-size: 16px;
          font-weight: 600;
          font-style: italic;
          margin: 0;
          padding-left: 75px; }
        section.s1-staff div.staff div.member div.fixed div.content div.left h1 {
          margin: 0 0 60px;
          color: #C4944D;
          font-size: 70px;
          font-weight: 400;
          padding-left: 75px; }
        section.s1-staff div.staff div.member div.fixed div.content div.left div.black-box p {
          color: #fff;
          font-weight: 400;
          font-size: 18px;
          font-style: unset; }
      section.s1-staff div.staff div.member div.fixed div.content div.right {
        width: 35%;
        position: absolute;
        right: 10%;
        top: 200px; }
        section.s1-staff div.staff div.member div.fixed div.content div.right div.blurb {
          margin-top: 50px;
          margin-left: 15%; }
          section.s1-staff div.staff div.member div.fixed div.content div.right div.blurb p.blurb-text {
            margin: 0;
            color: #5C5C5C;
            font-size: 18px;
            font-weight: 600;
            font-style: italic; }
          section.s1-staff div.staff div.member div.fixed div.content div.right div.blurb div.blurb-image {
            width: 95px;
            height: 95px;
            position: relative;
            background: #eee;
            border-radius: 50%;
            float: left;
            margin-right: 110px; }
            section.s1-staff div.staff div.member div.fixed div.content div.right div.blurb div.blurb-image img {
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
              object-fit: cover;
              border-radius: 50%; }
            section.s1-staff div.staff div.member div.fixed div.content div.right div.blurb div.blurb-image:before {
              content: "";
              position: absolute;
              width: 85px;
              height: 1px;
              background: #937A5D;
              top: 50%;
              left: 95px;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
            section.s1-staff div.staff div.member div.fixed div.content div.right div.blurb div.blurb-image:after {
              content: "";
              position: absolute;
              width: 5px;
              height: 5px;
              border-radius: 50%;
              background: #937A5D;
              top: 50%;
              left: 180px;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

section.s2-staff {
  background: #fff;
  padding: 0 5% 120px;
  position: relative; }
  section.s2-staff div.s2-staff-image {
    width: 60%;
    float: left;
    padding-bottom: 35%;
    background-size: cover !important;
    position: relative;
    z-index: 1; }
  section.s2-staff div.fence {
    position: absolute;
    bottom: 30px;
    left: 0;
    height: 80%;
    width: 120px; }
  section.s2-staff div.right {
    position: absolute;
    width: 40%;
    bottom: 90px;
    right: 5%; }
    section.s2-staff div.right div.staff-gold-box {
      border: 1px solid #937A5D;
      padding: 90px 90px 90px 120px; }
      section.s2-staff div.right div.staff-gold-box h3 {
        color: #C4944D;
        font-size: 28px;
        margin: 0;
        line-height: 1.4;
        margin-bottom: 40px; }
        section.s2-staff div.right div.staff-gold-box h3:before {
          content: "";
          display: block;
          width: 95px;
          height: 1px;
          background: #937A5D;
          margin-bottom: 20px; }

section.s1-private-events {
  width: 100%;
  padding-bottom: 45%;
  position: relative;
  border-bottom: 8px solid #C4944D;
  background-size: cover !important; }
  section.s1-private-events:after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 0;
    height: 8px;
    width: 105px;
    background: #D22D36; }
  section.s1-private-events div.social {
    top: unset;
    bottom: 220px; }

section.s2-private-events {
  background: #fff;
  padding: 120px 5% 0;
  position: relative;
  z-index: 1; }
  section.s2-private-events div.s2-private-events-image {
    width: 70%;
    padding-bottom: 35%;
    background-size: cover !important; }
  section.s2-private-events div.right {
    width: 40%;
    position: absolute;
    right: 5%;
    bottom: -100px; }

section.s3-private-events {
  background: #fff;
  padding: 220px 5% 80px;
  position: relative; }
  section.s3-private-events div.fence {
    position: absolute;
    left: 0;
    top: 170px;
    height: 120px;
    width: 700px; }
  section.s3-private-events div.left {
    width: 55%;
    float: left; }
    section.s3-private-events div.left h1 {
      color: #C4944D;
      font-size: 60px;
      font-weight: 400;
      margin: 0;
      width: 75%;
      position: relative; }
      section.s3-private-events div.left h1:after {
        content: "";
        position: absolute;
        left: 100%;
        width: 23%;
        height: 1px;
        background: #937A5D;
        top: 30px; }
      section.s3-private-events div.left h1:before {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        background: #937A5D;
        border-radius: 50%;
        left: 123%;
        top: 28px; }
  section.s3-private-events div.right {
    width: 17%;
    float: right;
    margin-right: 20%;
    margin-top: -60px; }
    section.s3-private-events div.right div.gold-border-box {
      width: 100%;
      padding-bottom: 120%; }
      section.s3-private-events div.right div.gold-border-box p {
        color: #707070;
        font-size: 18px;
        font-weight: 400;
        font-style: normal;
        width: 100%; }
    section.s3-private-events div.right p {
      font-weight: 600;
      font-style: italic;
      width: 50%;
      margin: 0;
      float: left; }
      section.s3-private-events div.right p.few {
        width: 100%;
        margin: 15px 0 20px;
        font-style: italic;
        font-weight: 400;
        float: none; }

section.s4-private-events {
  background: #fff;
  padding: 0 0 90px;
  position: relative; }
  section.s4-private-events div.left {
    position: absolute;
    left: 5%;
    width: 40%;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  section.s4-private-events div.right {
    float: right;
    border-bottom: 8px solid #C4944D;
    width: 60%;
    position: relative; }
    section.s4-private-events div.right button.slick-prev, section.s4-private-events div.right button.slick-next {
      bottom: -30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    section.s4-private-events div.right button.slick-next {
      left: calc(50% + 60px);
      border-left: 0; }
    section.s4-private-events div.right:after {
      content: "";
      position: absolute;
      bottom: -8px;
      right: 0;
      height: 8px;
      width: 105px;
      background: #D22D36; }
    section.s4-private-events div.right div.image {
      width: 100%;
      padding-bottom: 53%;
      position: relative; }
      section.s4-private-events div.right div.image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      section.s4-private-events div.right div.image p {
        position: absolute;
        background: rgba(38, 38, 38, 0.8);
        padding: 20px;
        width: 220px;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        font-style: italic;
        right: 0;
        bottom: 90px;
        margin: 0;
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s; }
      section.s4-private-events div.right div.image:hover p {
        width: 30%; }

section.s5-private-events {
  padding: 120px 5% 120px 0;
  background: #fff;
  position: relative; }
  section.s5-private-events div.s5-private-events-image {
    width: 45%;
    float: left;
    background-size: cover !important;
    padding-bottom: 30%; }
  section.s5-private-events div.right {
    width: 50%;
    float: right; }
    section.s5-private-events div.right p.sub-text {
      font-size: 12px;
      font-weight: 600;
      font-style: italic;
      margin-left: 7.8px; }
    section.s5-private-events div.right input[type=text], section.s5-private-events div.right input[type=email], section.s5-private-events div.right textarea {
      font-size: 14px;
      font-weight: 600;
      font-style: italic;
      background: #F6F5F3;
      border: 1px solid #E0E0E0; }
    section.s5-private-events div.right div.title {
      padding: 7.5px; }
      section.s5-private-events div.right div.title h3 {
        margin: 0;
        color: #C4944D;
        font-style: normal;
        margin-bottom: 25px; }
    section.s5-private-events div.right div.half {
      padding: 7.5px;
      float: left;
      width: 50%; }
      section.s5-private-events div.right div.half input {
        width: 100%;
        padding: 10px; }
    section.s5-private-events div.right div.third {
      padding: 7.5px;
      float: left;
      width: 33.3333%; }
      section.s5-private-events div.right div.third input {
        width: 100%;
        padding: 10px; }
    section.s5-private-events div.right div.full {
      padding: 7.5px;
      width: 100%; }
      section.s5-private-events div.right div.full textarea {
        width: 100%;
        padding: 10px; }
    section.s5-private-events div.right div.checkbox {
      margin: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0px 7.8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      section.s5-private-events div.right div.checkbox p {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        font-style: italic; }
      section.s5-private-events div.right div.checkbox p.first-p {
        margin-right: 25px; }
      section.s5-private-events div.right div.checkbox p span.AudioVideo
span.first {
        margin-right: 1.5em; }
        section.s5-private-events div.right div.checkbox p span.AudioVideo
span.first input {
          position: relative; }
      section.s5-private-events div.right div.checkbox span.last input {
        position: relative; }

section.events {
  background-color: #262626; }
  section.events div.color-border {
    float: left;
    width: 80%; }
  section.events div.dine-around-the-world {
    width: 500px;
    white-space: nowrap;
    position: relative;
    border-top: 1px solid #B29573;
    border-bottom: 1px solid #B29573;
    height: 130px;
    margin: 100px auto 60px; }
    section.events div.dine-around-the-world div.globe {
      position: absolute;
      left: 50%;
      top: -75px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: #fff;
      padding: 15px; }
      section.events div.dine-around-the-world div.globe img {
        width: 80px; }
    section.events div.dine-around-the-world h1 {
      color: #000000;
      font-size: 40px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 5px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      margin: 0; }
  section.events div.side {
    width: 20%;
    float: left;
    padding: 5% 0 0 70px;
    position: relative; }
    section.events div.side div.fence {
      position: absolute;
      top: 200%;
      left: 0;
      height: 460px;
      width: 125px; }
    section.events div.side div.menus {
      position: relative;
      z-index: 2;
      margin-top: 0; }
      section.events div.side div.menus h2 {
        color: #C4944D;
        font-size: 26px; margin-bottom:1.25rem;}
      section.events div.side div.menus ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        section.events div.side div.menus ul li {
          margin-bottom: 15px;
          position: relative; }
          section.events div.side div.menus ul li a {
            font-size: 16px;
            font-weight: 400;
            font-style: italic;
            color: #F6F5F3; }
          section.events div.side div.menus ul li.current_page_item a {
            color: #C4944D; }
          section.events div.side div.menus ul li.current_page_item:before {
            content: "";
            position: absolute;
            left: -70px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 50px;
            height: 1px;
            background: #937A5D; }
          section.events div.side div.menus ul li.current_page_item:after {
            content: "";
            position: absolute;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #937A5D;
            left: -20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  section.events div.content,section.about div.content {
    width: 80%;
    float: left;
    background: #fff;
    position: relative;
    padding-top: 100px; }
    section.about div.content{ min-height: 500px}
    section div.content.fluid{ overflow: hidden; width: 100%!important; float: none;}
    section.events div.content div.social {
      right: 0px;
      top: 257px; }
    section.events div.content div.inner, section.about div.content div.inner {
      padding: 0 5% 5% 5%; position: relative;}
      section.events div.content div.inner div.title {
        padding-bottom: 121px;
        width: 59%; }
        section.events div.content div.inner div.title p {
          font-style: italic; }
      section.events div.content div.inner div.events div.event {
        padding-bottom: 50px;
        position: relative; }
      section.events div.content #news.inner div.events div.event{padding-bottom: 200px !important;}
        section.events div.content div.inner div.events div.event div.event-content {
          background-color: #222222;
          width: 55%;
          position: absolute;
          bottom: 170px;
          left: 0;
          padding: 70px 60px 70px 80px;
          z-index: 1; }
          section.events div.content div.inner div.events div.event div.event-content p {
            color: #fff;
            font-size: 16px;
            line-height: 30px; }
          section.events div.content div.inner div.events div.event div.event-content h3 {
            color: #C4944D;
            margin-bottom: 23px;
            font-style: normal; }
          section.events div.content div.inner div.events div.event div.event-content div.red-outline-button {
            display: none; }
        section.events div.content div.inner div.events div.event div.image {
          position: relative;
          width: 51%;
          padding-bottom: 33%;
          margin-left: auto;
          margin-right: 0; }
          section.events div.content div.inner div.events div.event div.image div.blk-button {
            position: absolute;
            bottom: -32px;
            right: -30px;
            z-index: 1; }
      section.events div.content div.inner div.events div.event-world {
        margin-bottom: 150px;
        position: relative; }
        section.events div.content div.inner div.events div.event-world div.fence {
          left: 0;
          top: 0;
          height: 100%;
          width: 150px; }
        section.events div.content div.inner div.events div.event-world div.event-content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          position: relative; }
          section.events div.content div.inner div.events div.event-world div.event-content div.left {
            position: relative;
            width: 50%; }
            section.events div.content div.inner div.events div.event-world div.event-content div.left div.price {
              position: absolute;
              right: 0;
              bottom: 0;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
              section.events div.content div.inner div.events div.event-world div.event-content div.left div.price p {
                margin-right: 5px; }
              section.events div.content div.inner div.events div.event-world div.event-content div.left div.price div.line {
                width: 120px;
                height: 1px;
                margin-top: 13px;
                position: relative; }
                section.events div.content div.inner div.events div.event-world div.event-content div.left div.price div.line div.dot {
                  position: absolute;
                  height: 5px;
                  width: 5px;
                  top: -2px;
                  left: 0; }
          section.events div.content div.inner div.events div.event-world div.event-content div.right {
            position: relative;
            width: 50%;
            margin-left: auto;
            margin-right: 0;
            border: solid #C4944D 1px;
            padding: 99px 50px 97px 118px; }
            section.events div.content div.inner div.events div.event-world div.event-content div.right h3 {
              color: #C4944D;
              margin-bottom: 23px;
              font-style: normal; }
            section.events div.content div.inner div.events div.event-world div.event-content div.right p.date {
              width: 200px;
              position: relative; }
              section.events div.content div.inner div.events div.event-world div.event-content div.right p.date:after {
                content: "";
                width: 21px;
                height: 21px;
                background: url("../../images/calendar.svg") center no-repeat;
                background-size: 20px;
                position: absolute;
                right: 0;
                top: 0px; }
            section.events div.content div.inner div.events div.event-world div.event-content div.right div.blk-button {
              position: absolute;
              bottom: -30px;
              right: 20px; }
        section.events div.content div.inner div.events div.event-world div.image {
          background-color: #222222;
          width: 45%;
          padding-bottom: 27%;
          position: absolute;
          bottom: 75px;
          left: 125px;
          z-index: 1; }



      section.events div.content div.inner div.events span.facetwp-pager-label {
        display: none; }
      section.events div.content div.inner div.events a.facetwp-page {
        font-size: 18px;
        font-style: italic;
        color: #222222; }
        section.events div.content div.inner div.events a.facetwp-page:hover {
          color: #C4944D; }
      section.events div.content div.inner div.events a.active {
        color: #C4944D; }
    section.events div.content div.newsletter {
      padding: 0 5% 150px; }
      section.events div.content div.newsletter h3.newsletter-title {
        width: 100%;
        color: #C4944D;
        font-style: normal;
        margin: 0 0 50px 0; }
      section.events div.content div.newsletter h3#first {
        display: none;
        width: 100%;
        margin: 0;
        color: #C4944D;
        font-style: normal;
        margin-bottom: 10px; }
      section.events div.content div.newsletter div.signup {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-line-pack: center;
        align-content: center; }
        section.events div.content div.newsletter div.signup h3 {
          width: 48%;
          margin: 0;
          color: #C4944D;
          font-style: normal; }
        section.events div.content div.newsletter div.signup div.form {
          width: 48%; }
          section.events div.content div.newsletter div.signup div.form input[type=text], section.events div.content div.newsletter div.signup div.form input[type=email] {
            font-size: 14px;
            font-weight: 600;
            font-style: italic;
            border: 0;
            background-color: #EBEBEB;
            padding: 10px;
            width: 100%;
            height: 50px; }
          section.events div.content div.newsletter div.signup div.form .wpcf7-form {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
          section.events div.content div.newsletter div.signup div.form div.half {
            width: 40%;
            height: 50px; }
          section.events div.content div.newsletter div.signup div.form input[type=submit] {
            background-color: #D22D36;
            width: 50px;
            height: 50px;
            font-size: 0;
            padding: 0;
            margin: 0;
            background: url(../images/arrow_right.svg) center no-repeat #D22D36;
            background-size: 15px;
            -webkit-transition: all ease .5s;
            -o-transition: all ease .5s;
            transition: all ease .5s; }
            section.events div.content div.newsletter div.signup div.form input[type=submit]:hover {
              background-size: 18px; }
    section.events div.content div.fence {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 52%;
      height: 100px; }

section.s1-single-events {
  height: 42vh;
  background: unset;
  position: relative; }
  section.s1-single-events div.s1-single-events-image {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center; }
  section.s1-single-events div.color-border {
    position: relative;
    z-index: 1; }
    section.s1-single-events div.color-border div.prevnext {
      position: absolute;
      bottom: 0;
      left: 10%;
      -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      transform: translateY(-30px); }
      section.s1-single-events div.color-border div.prevnext div.previous, section.s1-single-events div.color-border div.prevnext div.next {
        position: absolute;
        width: 60px;
        height: 60px;
        background: url(../images/arrow_left.svg) center no-repeat #D22D36;
        background-size: 15px;
        font-size: 0; }
      section.s1-single-events div.color-border div.prevnext div.previous {
        position: absolute;
        background: url(../images/arrow_right.svg) center no-repeat #D22D36;
        background-size: 15px;
        left: 70px;
        font-size: 0; }

section.s2-single-events {
  height: 50vh;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 74px 10%;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  section.s2-single-events div.left {
    margin-right: 250px; }
    section.s2-single-events div.left p#event {
      font-style: italic;
      font-weight: 600; }
    section.s2-single-events div.left div.info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 30px; }
      section.s2-single-events div.left div.info div.date, section.s2-single-events div.left div.info div.time {
        margin-right: 20px; }
      section.s2-single-events div.left div.info div.date {
        position: relative; }
        section.s2-single-events div.left div.info div.date:after {
          content: "";
          width: 1px;
          height: 15px;
          background-color: #C4944D;
          right: -10px;
          top: 6px;
          position: absolute; }
      section.s2-single-events div.left div.info div.featuring {
        position: relative; }
        section.s2-single-events div.left div.info div.featuring:before {
          content: "";
          width: 1px;
          height: 15px;
          background-color: #C4944D;
          left: -10px;
          top: 6px;
          position: absolute; }
      section.s2-single-events div.left div.info span.bold-info {
        font-weight: 600;
        font-style: italic;
        margin-right: 5px; }
    section.s2-single-events div.left div.description {
      padding-top: 34px;
      padding-bottom: 0; }
  section.s2-single-events div.right {
    position: relative;
    width: 33.33%;
    margin-top: 160px; }
    section.s2-single-events div.right div.share {
      border: #C4944D 1px solid;
      padding: 64px;
      position: relative;
      width: 300px; }
      section.s2-single-events div.right div.share h2 {
        position: absolute;
        top: 0;
        left: -40px;
        font-size: 28px;
        font-style: italic;
        color: #262626; }
      section.s2-single-events div.right div.share ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0;
        margin: 0; }
        section.s2-single-events div.right div.share ul li {
          margin: 0 10px; }
          section.s2-single-events div.right div.share ul li img {
            width: 32px; }
    section.s2-single-events div.right div.fence {
      position: absolute;
      top: 130px;
      right: 0;
      width: 675px;
      height: 100px; }
  section.s2-single-events div.images {
    width: 100%; }
    section.s2-single-events div.images div.single-image {
      width: 100%;
      position: relative;
      padding-bottom: 54%;
      margin-bottom: 20px;
      background-repeat: no-repeat;
      background-size: cover !important;
      background-position: center; }

section#news {
  height: unset; }

section.s2-single-around {
  background: #fff;
  position: relative;
  padding: 120px 0; }
  section.s2-single-around div.content {
    width: 70%;
    margin: 0 auto; }
    section.s2-single-around div.content p.bottom-text {
      font-size: 16px;
      font-style: italic;
      color: #5C5C5C;
      margin: 0; }
    section.s2-single-around div.content div.menu div.menu-sections div.menu-section {
      margin-bottom: 0px; }
      section.s2-single-around div.content div.menu div.menu-sections div.menu-section h2 {
        color: #C4944D;
        font-size: 28px;
        margin: 0 0 50px;
        text-align: center; }
      section.s2-single-around div.content div.menu div.menu-sections div.menu-section div.menu-item {
        width: 33.33%;
        float: left;
        padding-right: 30px;
        margin-bottom: 30px; }
        section.s2-single-around div.content div.menu div.menu-sections div.menu-section div.menu-item:nth-child(3n+1) {
          clear: both; }
        section.s2-single-around div.content div.menu div.menu-sections div.menu-section div.menu-item p {
          font-size: 16px;
          margin-bottom: 15px; }
          section.s2-single-around div.content div.menu div.menu-sections div.menu-section div.menu-item p strong {
            font-size: 16px;
            font-style: italic; }
          section.s2-single-around div.content div.menu div.menu-sections div.menu-section div.menu-item p.title {
            font-size: 18px;
            font-weight: 700; }
          section.s2-single-around div.content div.menu div.menu-sections div.menu-section div.menu-item p.entree {
            font-style: italic;
            font-weight: 300; }
    section.s2-single-around div.content div.description {
      text-align: center;
      border-bottom: 1px solid #E0E0E0;
      padding-bottom: 30px;
      margin-bottom: 60px; }
    section.s2-single-around div.content div.dine-around-the-world {
      width: 500px;
      white-space: nowrap;
      position: relative;
      border-top: 1px solid #B29573;
      border-bottom: 1px solid #B29573;
      height: 130px;
      margin: 0 auto 45px; }
      section.s2-single-around div.content div.dine-around-the-world div.globe {
        position: absolute;
        left: 50%;
        top: -75px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #fff;
        padding: 15px; }
        section.s2-single-around div.content div.dine-around-the-world div.globe img {
          width: 80px; }
      section.s2-single-around div.content div.dine-around-the-world h1 {
        color: #000000;
        font-size: 40px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 5px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        margin: 0; }
    section.s2-single-around div.content h2 {
      text-align: center;
      margin: 0; }
    section.s2-single-around div.content div.info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 30px;
      text-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      section.s2-single-around div.content div.info div.date, section.s2-single-around div.content div.info div.time {
        margin-right: 20px; }
      section.s2-single-around div.content div.info div.date {
        position: relative; }
        section.s2-single-around div.content div.info div.date:after {
          content: "";
          width: 1px;
          height: 15px;
          background-color: #C4944D;
          right: -10px;
          top: 6px;
          position: absolute; }
      section.s2-single-around div.content div.info div.featuring {
        position: relative; }
        section.s2-single-around div.content div.info div.featuring:before {
          content: "";
          width: 1px;
          height: 15px;
          background-color: #C4944D;
          left: -10px;
          top: 6px;
          position: absolute; }
      section.s2-single-around div.content div.info span.bold-info {
        font-weight: 600;
        font-style: italic;
        margin-right: 5px; }

section.s3-single-around {
  position: relative;
  padding: 0px 10% 250px;
  background: #fff; }
  section.s3-single-around div.fence {
    position: absolute;
    left: 0;
    height: 80px;
    width: 60%;
    bottom: 0; }
  section.s3-single-around div.left {
    position: relative;
    width: 70%;
    padding-bottom: 45%; }
    section.s3-single-around div.left img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    section.s3-single-around div.left div.fence {
      position: absolute;
      left: 100%;
      height: 120px;
      width: 40%;
      top: 35%;
      bottom: unset; }
  section.s3-single-around div.right {
    position: absolute;
    right: 10%;
    width: 30%;
    padding: 60px 0 60px 100px;
    border: 1px solid #C4944D;
    background: #fff;
    bottom: 190px; }
    section.s3-single-around div.right p.side {
      position: absolute;
      right: 100%;
      bottom: 17px;
      color: #5C5C5C;
      font-size: 16px;
      font-style: italic;
      padding-right: 110px;
      white-space: nowrap;
      margin: 0; }
      section.s3-single-around div.right p.side:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 93px;
        background: #937A5D;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      section.s3-single-around div.right p.side:before {
        content: "";
        position: absolute;
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background: #937A5D;
        right: 93px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    section.s3-single-around div.right div.blk-button {
      margin-top: 35px; }
    section.s3-single-around div.right h2 {
      margin: 0 0 15px;
      font-style: italic; }
    section.s3-single-around div.right p {
      margin-bottom: 10px;
      padding-left: 35px;
      font-size: 16px; }
      section.s3-single-around div.right p.phone {
        background: url(../images/phone.svg) left no-repeat;
        background-size: 19px; }
      section.s3-single-around div.right p.email {
        background: url(../images/email.svg) left no-repeat;
        background-size: 19px; }
      section.s3-single-around div.right p.visit {
        background: url(../images/pin.svg) left no-repeat;
        background-size: 19px; }
      section.s3-single-around div.right p.online {
        background: url(../images/globe.svg) left no-repeat;
        background-size: 19px;
        color: #C4944D; }
        section.s3-single-around div.right p.online:hover {
          color: #9e7c56; }

section.s1-private_rooms {
  width: 100%;
  padding-bottom: 45%;
  position: relative;
  border-bottom: 8px solid #C4944D;
  background-size: cover !important; }
  section.s1-private_rooms:after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 0;
    height: 8px;
    width: 105px;
    background: #D22D36; }
  section.s1-private_rooms div.social {
    top: 50%; }

section.s2-private-rooms {
  background: #fff;
  /*padding: 0 0 120px 0;*/
  position: relative; }
  .notext section.s2-private-rooms{ padding-bottom:0;}
  section.s2-private-rooms div.s2-private-rooms-image {
    width: 100%;
    /*padding-bottom: 50%;*/
    background-size: cover !important;
    position: relative; }
    section.s2-private-rooms div.s2-private-rooms-image p {
      position: absolute;
      bottom: -80px;
      width: 40%;
      right: 50%;
      text-align: right;
      -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%); }
      section.s2-private-rooms div.s2-private-rooms-image p:before {
        content: "";
        position: absolute;
        background-color: #C4944D;
        height: 1px;
        width: 130%;
        right: -135%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      section.s2-private-rooms div.s2-private-rooms-image p:after {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #C4944D;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -5%; }
  section.s2-private-rooms div.left {
    position: absolute;
    right: 5%;
    width: 55%;
    bottom: 0; }

section.s3-private-room {
  background-color: #fff; }
  section.s3-private-room div.s3-room {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px; }
    section.s3-private-room div.s3-room div.room-image {
      position: relative;
      width: 60%;
      padding-bottom: 33%; }
      section.s3-private-room div.s3-room div.room-image div.blk-button {
        position: absolute;
        bottom: 25px; }
    section.s3-private-room div.s3-room div.content {
      width: 40%;
      padding: 190px 70px; }
      section.s3-private-room div.s3-room div.content div.seating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        section.s3-private-room div.s3-room div.content div.seating div.dot {
          margin: 0 10px;
          margin-top: 7px; }
        section.s3-private-room div.s3-room div.content div.seating p {
          margin: 0;
          font-size: 16px;
          font-style: italic;
          font-weight: 600; }
      section.s3-private-room div.s3-room div.content div.title h2 {
        font-size: 60px;
        margin-top: 10px; }
  section.s3-private-room div.s3-room:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    section.s3-private-room div.s3-room:nth-child(even) div.room-image {
      margin-left: auto;
      margin-right: 0; }
      section.s3-private-room div.s3-room:nth-child(even) div.room-image div.blk-button {
        left: -144px; }
  section.s3-private-room div.s3-room:nth-child(odd) div.blk-button {
    right: -153px; }

section.s1-individual-room {
  position: relative; }
  section.s1-individual-room div.social {
    top: 50%; }
  section.s1-individual-room div.header-room-image {
    width: 100%;
    padding-bottom: 45%;
    position: relative; }

section.s2-individual-room {
  background-color: #fff;
  position: relative;
  padding: 110px 5%; }
  section.s2-individual-room div.specs {
    width: 50%;
    float: left; }
    section.s2-individual-room div.specs h2 {
      font-size: 70px;
      color: #C4944D; }
    section.s2-individual-room div.specs div.specs-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      section.s2-individual-room div.specs div.specs-list p {
        margin-bottom: 5px; }
      section.s2-individual-room div.specs div.specs-list div.left {
        margin-right: 110px; }
  section.s2-individual-room div.content {
    width: 45%;
    float: right;
    background-color: #222222;
    position: relative;
    padding: 55px 75px;
    z-index: 1; }
    section.s2-individual-room div.content p {
      font-size: 16px;
      font-style: italic;
      font-weight: 600; }
    section.s2-individual-room div.content h2 {
      color: #fff;
      font-style: italic;
      line-height: 1.4; }

section.s3-individual-room div.room-img {
  position: relative;
  float: left;
  width: 50%;
  padding-bottom: 33%; }

section.s4-individual-room {
  position: relative; }
  section.s4-individual-room div.fence {
    position: absolute;
    height: 15%;
    bottom: 0;
    right: 0;
    width: 43%; }

section.s1-contact {
  position: relative; }
  section.s1-contact div.fence {
    position: absolute;
    left: 0;
    height: 120px;
    width: 600px;
    top: 300px; }
  section.s1-contact div#mobile-text {
    display: none; }
  section.s1-contact div.text {
    position: relative;
    width: 70%; }
    section.s1-contact div.text p.sub-title {
      color: #707070;
      font-weight: 600;
      font-style: italic;
      margin-bottom: 0; }
    section.s1-contact div.text h1 {
      margin: 0;
      font-size: 80px;
      color: #C4944D;
      margin-bottom: 130px; }
  section.s1-contact div.reservations {
    width: 70%; }
    section.s1-contact div.reservations div.make-reservation {
      width: 30%;
      background: #937A5D;
      padding: 20px 0;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      font-style: italic;
      text-align: center;
      float: left;
      cursor: pointer; }
      section.s1-contact div.reservations div.make-reservation:hover {
        background: #836d53; }
    section.s1-contact div.reservations div.line {
      height: 1px;
      margin-bottom: unset;
      width: 16%;
      margin: 30px 2% 0;
      float: left;
      position: relative; }
      section.s1-contact div.reservations div.line:after {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #937A5D; }
    section.s1-contact div.reservations div.reservation-text {
      width: 50%;
      float: left; }

section.s2-contact {
  background: #fff;
  position: relative;
  padding: 0px 10% 220px; }
  section.s2-contact div.left {
    width: 60%;
    float: left; }
    section.s2-contact div.left div.black-box {
      padding-right: 150px;
      position: relative; }
      section.s2-contact div.left div.black-box div.fence {
        position: absolute;
        width: 50%;
        left: 100%;
        height: 120px;
        top: 20px; }
      section.s2-contact div.left div.black-box p {
        color: #F6F5F3;
        font-size: 18px;
        font-weight: 400;
        font-style: unset; }
      section.s2-contact div.left div.black-box h1 {
        margin: 0 0 30px;
        color: #C4944D;
        font-size: 60px;
        font-weight: 400; }
  section.s2-contact div.right {
    position: absolute;
    width: 35%;
    background: #fff;
    border: 1px solid #937A5D;
    padding: 60px;
    right: 10%;
    bottom: 130px; }
    section.s2-contact div.right h3 {
      margin: 0 0 15px;
      color: #C4944D;
      font-weight: 400;
      font-style: normal; }
    section.s2-contact div.right div.contact {
      margin-bottom: 45px; }
    section.s2-contact div.right p {
      margin-bottom: 0;
      padding-left: 35px; }
      section.s2-contact div.right p.tel {
        background: url(../images/phone-cnt.svg) left no-repeat;
        background-size: 19px; }
      section.s2-contact div.right p.fax {
        background: url(../images/fax-cnt.svg) left no-repeat;
        background-size: 19px; }
      section.s2-contact div.right p.email {
        background: url(../images/email-cnt.svg) left no-repeat;
        background-size: 19px; }
      section.s2-contact div.right p.address {
        background: url(../images/pin-cnt.svg) left no-repeat;
        background-size: 19px; }

section.s3-contact {
  position: relative;
  background-size: cover !important;
  width: 100%;
  padding-bottom: 31%;
  z-index: 1; }
  section.s3-contact div.black-box {
    position: absolute;
    right: 10%;
    width: 35%;
    bottom: -120px; }
    section.s3-contact div.black-box div.red-outline-button {
      width: unset;
      float: right; }

section.s4-contact {
  position: relative;
  background: #fff;
  padding: 110px 5%; }
  section.s4-contact div.left {
    width: 40%;
    float: left;
    background: #fff;
    border: 1px solid #937A5D;
    padding: 60px; }
    section.s4-contact div.left h1 {
      color: #C4944D;
      font-size: 28px;
      font-weight: 400;
      margin: 0 0 15px; }
    section.s4-contact div.left p {
      font-style: italic;
      margin-bottom: 0; }
    section.s4-contact div.left ul {
      list-style: none;
      margin-bottom: 15px;
      font-size: 18px; }
  section.s4-contact div.right {
    width: 50%;
    float: right;
    margin-top: 190px;
    position: relative;
    z-index: 1; }
    section.s4-contact div.right h1 {
      font-size: 40px;
      margin: 0 0 30px;
      color: #C4944D;
      font-weight: 400; }
    .s4-contact input[type=text], .s4-contact input[type=email], .s4-contact textarea {
      padding:1rem 1.25rem;
      color: #6E6E6E;
      border-radius: 0;
      border: none;
      background: #F6F5F3;}
      .s4-contact input[type=text], .s4-contact input[type=email]{

        height: 50px;
      }
    section.s4-contact div.right div.title {
      padding: 7.5px; }
      section.s4-contact div.right div.title h3 {
        margin: 0;
        color: #C4944D;
        font-style: normal;
        margin-bottom: 25px; }
    section.s4-contact div.right div.half {
      padding: 7.5px;
      float: left;
      width: 50%; }
      section.s4-contact div.right div.half input {
        width: 100%;
        padding: 10px; }
    section.s4-contact div.right div.third {
      padding: 7.5px;
      float: left;
      width: 33.3333%; }
      section.s4-contact div.right div.third input {
        width: 100%;
        padding: 10px; }
    section.s4-contact div.right div.full {
      padding: 7.5px;
      width: 100%; }
      section.s4-contact div.right div.full textarea {
        width: 100%;
        padding: 10px; }
    section.s4-contact div.right div.checkbox {
      margin-left: 13.8px; }
    section.s4-contact div.right div.blk-button {
      margin-left: 7.5px; }
      section.s4-contact div.right div.blk-button input {
        background-color: #222222;
        border: 0;
        padding: 0;
        padding-left: 20px; }
  section.s4-contact div.fence {
    height: 120px;
    width: 50%;
    right: 10%;
    bottom: 0;
    position: absolute; }

section.s1-catering {
  width: 100%;
  padding-bottom: 45%;
  position: relative;
  border-bottom: 8px solid #C4944D;
  background-size: cover !important; }
  section.s1-catering:after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 0;
    height: 8px;
    width: 105px;
    background: #D22D36; }
  section.s1-catering div.social {
    top: unset;
    bottom: 220px; }

div.section-header-catering {
  padding: 60px 0 60px 5%; }
  div.section-header-catering div.text {
    width: 40%;
    float: left; }
  div.section-header-catering div.quote {
    width: 60%;
    position: relative;
    float: right;
    margin-top: -30px; }
    div.section-header-catering div.quote p {
      width: 60%;
      float: left;
      font-weight: 500;
      font-style: italic;
      color: #707070;
      font-size: 18px;
      text-align: right; }
    div.section-header-catering div.quote:after {
      position: absolute;
      content: "";
      height: 1px;
      width: 38%;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: #937A5D; }
    div.section-header-catering div.quote:before {
      position: absolute;
      content: "";
      height: 5px;
      width: 5px;
      border-radius: 50%;
      right: 38%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: #937A5D; }

section.s2-catering {
  background: #fff;
  position: relative;
  padding-bottom: 150px; }
  section.s2-catering div.s2-catering-image {
    width: 70%;
    padding-bottom: 38%;
    background-size: cover !important;
    z-index: 1;
    position: relative; }
  section.s2-catering div.right {
    position: absolute;
    right: 5%;
    bottom: 0;
    width: 45%;
    z-index: 2; }
  section.s2-catering div.side-bar {
    background: #262626;
    width: 20%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%; }

/*.mobile {
  display: none; }*/

/* 1700 */
/* --------------------------------------------------------------- */
@media only screen and (min-width: 1500px) {
   section.s7-home div.rooms div.slider-room div.room-item{} 
  section.s2-home div.content {
    position: absolute;
    width: 45%;
    left: 5%;
    bottom: 60px;
    z-index: 1;
}
section.s2-home div.s2-image {
  height: 500px;
width: 100%;
    padding-bottom: 32%;
    background-repeat: no-repeat;
    background-size: cover !important;
}
section.s2-home div.extra-text{bottom: -23.5%;}
section.s6-home div.features div.slider div.feature-item div.image{width: 50%;}
section.s6-home div.features div.slider div.feature-item div.description{width: 50%;}

#k2Container img{width:100% !important}

section.s6-home div.features div.slider {
    position: relative;
    margin: auto;
    width: 100%;
}
section.s6-home div.features div.slider button.slick-prev, section.s6-home div.features div.slider button.slick-next{left: 50%;bottom: 18%; }
section.s6-home div.features div.slider button.slick-next {
    left: calc(50% + 60px);}
section.s7-home div.rooms {
    padding-top: 160px;
}
section.events div.content div.inner.full div.events div.event div.event-content{top: 30rem;}
.dining .black-box {
    top: 50%;
    padding: 85px 75px;
}

}

.itemBackToTop{display:none !important;}

@media only screen and (min-width: 1700px) {
  section.s8-home div.events {
    padding-bottom: 25%; }
  section.events div.content div.inner div.events div.event-world div.image {
    padding-bottom: 25%; } }

@media only screen and (max-width: 1700px) {
  div.s1-headers {
    margin-left: 5%; }
    div.s1-headers h1 {
      font-size: 80px; }
  .dining div.black-box {
    padding: 5%;width: 65%;top: 36%; }
    .cat-ItemImage img{width:100% !important;}
    .dining .groupLeading .cat-ItemBody {
    margin-top: 10% !important;
}
  div.black-box h3 {
    font-size: 26px; margin-top: 30px;
line-height: 150%;}
  section.s2-home div.content div.red-outline-button {
    width: unset;
    float: right; }
  section.s4-home div.center {
    padding-bottom: 25%; }
  section.s4-home div.right {
    margin: 0; }
  section.s4-home div.center div.wrapper {
    left: -72px; }
  section.s6-home div.title h2 {
    width: 45%; }
  section.s6-home div.features div.slider {
    width: 100%; }
  section.s7-home div.rooms div.slider-room div.room p,.footer-highlight .cols .caption {
    margin: 0 0 40px; }
  section.s8-home div.events {
    padding-bottom: 30%; }
  section.s8-home div.events div.event div.content {
    width: 50%; }
  section.s8-home div.events div.event div.image {
    width: 50%; }
  section.s8-home div.s8-title {
    width: 60%; }
  section.s8-home div.events div.event.active-right {
    width: 60%; }
  section.s1-private-rooms {
    height: 50vh;
    padding-bottom: 40px; }
  section.s2-private-rooms div.content {
    padding: 30px;
    right: 2%;
    width: 551px;
    height: 310px; }
  section.floor-plan-contact div.floor-plan div.floor-plan-image {
    padding-bottom: 62%; }
  section.events div.content{
    width: 78%; }
  section.events div.color-border {width:100%;}
  section.events div.side {
    width: 22%; }
  section.s2-single-events div.right div.fence {
    width: 435px; } }

/* --------------------------------------------------------------- */
/* 1500 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 1500px) {
    
    

  section.big-menu div.right ul li {
    font-size: 50px; }
  div.s1-headers {
    margin-left: 5%; }
    div.s1-headers h1 {
      font-size: 80px; }
  section.s2-home div.s2-image {
  /*padding-bottom: 45%;*/width:100%;height: 550px;}
  section.s3-home div.wrapper {
    width: 100%; }
  section.s3-home div.wrapper div.fence {
    width: 616px; }
  section.s4-home div.center {
    padding-bottom: 30%; }
  section.s4-home div.center div.wrapper {
    left: -35px; }
  section.s5-home div.content {
    bottom: -70%;
    width: 50%; }
  section.s5-home img.bottom-image,.single-highlight img.bottom-image {
    right: 55%; }
  section.s6-home div.title h2 {
    width: 67%; }
  section.s6-home div.features div.slider button.slick-prev {
    left: 50%; }
  section.s6-home div.features div.slider button.slick-next {
    left: calc(50% + 60px); }
  section.s6-home div.features div.slider div.feature-item div.image {
    width: 50%;
    padding-bottom: 35%; }
  section.s6-home div.features div.slider div.feature-item div.description {
    width: 50%;
    padding: 3.5%; min-height:16.7rem}
  section.s6-home div.features div.slider div.feature-item div.description p {
    font-size: 25px; }
  section.s7-home div.content {
    width: 90%; }
  section.s7-home div.content div.left-content {
    width: 50%; }
  section.s7-home div.content div.right-content {
    width: 50%; }
  section.s7-home div.rooms {
    padding-top: 160px; }
  section.s8-home div.events {
    padding-bottom: 32%; }
  section.s8-home div.events div.event div.content div.vertical div.date-side {
    font-size: 14px; }
  section.s8-home div.events div.event div.content div.vertical div.title-side div.title-p p {
    font-size: 16px; }
  section.s8-home div.events div.event div.content div.vertical div.title-side div.title-p {
    width: 27px;
    height: 27px; }
  section.s8-home div.events div.event.active-right div.content, section.s8-home div.events div.event.active div.content {
    padding: 40px; }
  section.s8-home div.events div.event.active-right div.content div.exerpt, section.s8-home div.events div.event.active div.content div.exerpt {
    margin-bottom: 20px;max-height:150px;overflow:hidden; }
  section.s8-home div.events div.event.active {
    width: 60%; }
  section.s9-home div.title .gold-h2 {
    margin-left: 30px; }
  section.s9-home div.content {
    right: 1%;
    width: 502px;
    padding: 25px;
    top: 240px; }
  section.s2-private-rooms div.s2-private-rooms-image p {
    width: 46%; }
  section.s2-private-rooms div.bottom-content p {
    width: 45%; }
  section.s2-private-rooms div.bottom-content div.line {
    margin-left: 0; }
  section.floor-plan-contact div.floor-plan div.floor-plan-image {
    padding-bottom: 60%; }
  section.s3-private-events div.right {
    margin-right: 10%;
    width: 25%; }
    section.s3-private-events div.right div.gold-border-box {
      padding-bottom: 90%; }
  section.events div.content{width: 74%;}
  section.events div.color-border {width:100%;}
  section.events .accomodation div.color-border{width: 100%;}
  section.events div.side {
    width: 26%; }
  section.events div.content div.inner div.events div.event div.image {
    width: 70%;
    padding-bottom: 43%; }
  section.events div.content div.inner div.events div.event div.event-content {
    width: 50%;
    bottom: 15%;
    padding: 30px 50px 30px 50px; }
  section.events div.content div.newsletter {
    padding: 5%; }
  section.events div.content div.newsletter div.signup h3 {
    width: 32%; }
  section.events div.content div.newsletter div.signup div.form {
    width: 68%; }
  section.events div.content div.inner div.title {
    width: 100%; }
  section.events div.content div.inner div.title .gold-h2 {
    font-size: 60px; }
  section.s2-individual-room div.specs h2 {
    font-size: 60px; }
  section.s1-single-events div.color-border div.prevnext {
    left: 5%; }
  section.s2-single-events {
    padding: 74px 5%; }
  section.s1-contact div.reservations {
    width: 90%; }
  section.s2-contact div.left div.black-box {
    padding-right: 130px; }
  section.s3-contact div.black-box {
    right: 5%;
    width: 45%; }
  section.s4-contact div.left {
    width: 44%;
    padding: 60px 35px; } 

section.s7-home div.rooms div.slider-room div.room-item{height: 300px;} 
}
section.s7-home div.rooms div.slider-room div.room-item p.room-name{}
.accomodation .black-block{top:-40px !important}
.fancybox-inner{min-width:400px !important;}
.fancybox-skin{height:450px !important;}

/* --------------------------------------------------------------- */
/* 1200 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
    .nsc-overlay .menu ul li li {
    padding: 1.25rem 0 0 !important;
}
.nsc-overlay .menu ul li{margin-top: 2rem !important;}
  .gold-h2 {
    font-size: 54px; }
  section.s1-home div.header-img {
    padding-bottom: 60%; }
  div.black-box {
    padding: 30px; }
    div.black-box h3 {
      font-size: 22px; }
    div.black-box div.red-outline-button {
      font-size: 16px; }
  section.s1-home div.fence {
    width: 100%;
    height: 50px;
    left: 0; }
  section.s2-home div.content {
    left: 5%; }
    section.s2-home div.content div.red-outline-button {
      margin-top: 18px; }
  section.s3-home div.wrapper h2 {
    width: 466px; }
  section.s3-home div.wrapper div.chris p {
    padding-right: 5px; }
  section.s4-home div.center {
    padding-bottom: 220px; }
  section.s4-home div.left, section.s4-home div.center {
    width: 50%;
    margin: 0; }
  section.s4-home div.left h2 {
    margin-right: 50px; }
  section.s4-home div.right {
    width: 100%;
    margin-top: 30px; }
    section.s4-home div.right div.line {
      display: none; }
  section.s4-home div.right div.awards {
    width: 50%;
    margin: auto; }
  section.s5-home div.content {
    bottom: -200px; }
  section.s6-home div.title h2 {
    width: 70%; }
  section.s6-home div.features div.slider div.feature-item div.image {
    float: unset;
    width: 80%;
    margin: auto;
    padding-bottom: 53%; }
  section.s6-home div.features div.slider div.feature-item div.description {
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin: auto;
    border: 1px solid #937A5D;
    border-top: unset;
    width: 75%;
    height: 300px; }
  section.s6-home div.features div.slider button.slick-prev {
    left: calc(50% - 60px);
    bottom: -30px; }
  section.s6-home div.features div.slider button.slick-next {
    left: 50%;
    bottom: -30px; }
  section.s7-home div.content div.right-content {
    padding-bottom: 20px;
    padding-top: 55px; }
  section.s7-home div.rooms {
    padding-top: 265px; }
  section.s8-home div.s8-title {
    width: 90%; }
  section.s8-home div.events {
    padding-bottom: unset; }
  section.s8-home div.events div.event.active {
    position: relative;
    margin: auto;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  section.s8-home div.events div.event.active div.content {
    width: 90%;
    margin: auto;
    z-index: 1; }
  section.s8-home div.events div.event.active div.image {
    padding-bottom: 60%;
    width: 100%;
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
    z-index: 0; }
  section.s8-home div.events div.event.active div.content div.exerpt {
    font-size: 14px; }
  section.s8-home div.events div.event.no-mobile {
    display: none; }
  section.s9-home {
    padding: 60px 5%; }
  section.s9-home div.title {
    margin: 0;
    padding: 0;
    padding-bottom: 30px; }
  section.s9-home div.title .gold-h2 {
    margin: 0;
    padding: 0; }
  section.s9-home div.title div.fence {
    width: 700px; }
  section.s9-home div.s9-image {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 60%; }
  section.s9-home div.content {
    position: relative;
    right: unset;
    top: unset;
    width: 100%;
    margin: 0; }
  section.s1-private_rooms {
    padding-bottom: 60%;
    background-position: center; }
  section.s2-private-rooms div.s2-image {
    width: 100%;
    margin: auto; }
  section.s2-private-rooms div.bottom-content {
    width: 45%;
    float: left;
    padding-left: 51px;
    margin-top: 80px; }
  section.s2-private-rooms div.content {
    position: relative;
    float: left;
    width: 53%;
    right: 2%;
    top: -60px;
    padding: 23px;
    font-size: 22px;
    line-height: 1.4; }
  section.s2-private-rooms div.content h3 {
    font-size: 22px; }
  section.s2-private-rooms div.bottom-content div.line {
    margin-left: 35px; }
  section.s2-private-rooms div.s2-private-rooms-image p {
    width: 56%;
    right: 40%; }
  section.s3-private-room div.s3-room div.room-image {
    width: 50%;
    height: 500px; }
  section.s3-private-room div.s3-room div.content {
    width: 50%;
    padding: 30px 50px; }
  section.s3-private-room div.s3-room div.content div.title h2 {
    font-size: 50px; }
  section.floor-plan-contact {
    display: block; }
    section.floor-plan-contact div.floor-plan {
      width: 100%; }
    section.floor-plan-contact div.form {
      width: 100%; }
  section.s3-private-events div.right {
    margin-right: 0;
    width: 30%; }
  section.s3-private-events div.fence {
    width: 540px; }
  section.s3-private-events div.left h1 {
    width: 80%;
    font-size: 40px; }
  section.s5-private-events div.right div.checkbox p.first-p {
    margin-right: 15px; }
  section.s2-catering div.right {
    width: 55%;
    bottom: -70px; }
  section.s2-menu div.side {
    padding-left: 15px; }
  section.events div.content, section.events div.color-border, section.events div.side {
    width: 100%;
    padding-top: 0; }
  section.events div.side {
    padding: 0 5% 30px; }
  section.events div.side div.fence {
    display: none; }
  section.events div.side div.menus ul li {
    float: left;
    margin-right: 30px; }
  section.events div.side div.menus ul li.current_page_item:before, section.events div.side div.menus ul li.current_page_item:after {
    display: none; }
  section.events div.side div.menus {
    margin-top: 150px; }
  section.s2-individual-room div.specs div.specs-list div.left {
    margin-right: 10px; }
  section.s2-individual-room div.content {
    padding: 35px 15px;
    width: 40%; }
  section.s2-individual-room div.specs h2 {
    font-size: 50px; }
  section.s2-individual-room div.content h2 {
    font-size: 25px; }
  section.s2-individual-room div.specs {
    width: 55%; }
  section.floor-plan-contact {
    padding: 60px 5%; }
  section.s2-single-events div.left {
    margin-right: 100px; }
  section.events div.content div.social {
    height: 0;
    width: 0;
    padding: 0; }
  section.events div.side div#social-mobile {
    height: unset;
    width: unset;
    padding: 5px;
    top: 70%; }
  section.s2-contact {
    padding: 0 3% 220px; }
    section.s2-contact div.right {
      width: 43%;
      right: 6%; }
  section.s3-contact div.black-box {
    width: 40%; }
  section.s4-contact div.left {
    margin-top: 60px;
    padding: 35px; }
    section.s4-contact div.left ul {
      font-size: 14px; }
  section.s4-contact div.right {
    margin-top: 60px; } }

/* --------------------------------------------------------------- */
/* 992 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
  div.blk-button {
    width: 175px; }
  section.s1-home div.header-img {
    padding-bottom: 50%; }
  div.s1-headers h1 {
    font-size: 66px; }
  div.s1-headers p {
    font-size: 16px; }
  section.s1-home div.s1-base div.arrow {
    width: 100px; }
  section.s2-home div.s2-image {
    margin-left: 0; }
  section.s2-home div.content {
    position: relative;
    width: unset;
    left: unset;
    bottom: unset;
    margin: 15px; }
  section.s2-home div.s2-image {
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px); }
  section.s3-home div.wrapper {
    display: inline-block;
    padding-top: 0; }
    section.s3-home div.wrapper div.chris {
      width: 85%;
      margin: auto; }
      section.s3-home div.wrapper div.chris p {
        width: 61%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        position: absolute; }
      section.s3-home div.wrapper div.chris div.img-arrow {
        width: 39%; }
  section.s3-home div.wrapper h2 {
    margin: auto;
    margin-top: 20px; }
  section.s4-home {
    padding: 90px 15px; }
  section.s4-home div.left {
    margin-top: 0; }
    section.s4-home div.left h2 {
      margin-right: 0px; padding-right: 0;}
  section.s4-home div.center {
    padding-bottom: 250px; }
  section.s4-home div.center div.wrapper {
    left: -15px; }
  section.s4-home div.fence {
    display: none; }
  section.s5-home {
    width: 100%;
    padding: 0; }
    section.s5-home div.s5-image {
      width: 100%;
      padding-bottom: 50%; }
      section.s5-home div.s5-image div.fence {
        display: none; }
    section.s5-home img.bottom-image, section.s5-home img.side-image,.single-highlight img.bottom-image {
      display: none; }
    section.s5-home div.content {
      position: relative;
      width: calc(100% - 30px);
      margin: auto;
      -webkit-transform: unset;
      -ms-transform: unset;
      transform: unset;
      bottom: 70px;
      right: 0; }
  section.s6-home {
    padding: 0;
    padding-top: 25px; }
    section.s6-home div.title {
      width: calc(100% - 30px);
      margin: auto;
      margin-bottom: 20px; }
      section.s6-home div.title h2 {
        width: 100%;
        margin: 0;
        padding: 0; }
      section.s6-home div.title div.blk-button {
        left: 15px;
        bottom: -90px; }
    section.s6-home div.features {
      padding: 0;
      padding-bottom: 90px; }
  section.s6-home div.features div.slider div.feature-item div.image {
    width: 100%;
    margin: 0; }
  section.s6-home div.features div.slider div.feature-item div.description {
    width: calc(100% - 30px);
    margin: auto;
    margin-bottom: 20px; }
  section.s6-home div.features div.slider button.slick-prev, section.s6-home div.features div.slider button.slick-next {
    bottom: -10px; }
  section.s7-home div.content {
    width: calc(100% - 30px); }
  section.s7-home div.content div.right-content {
    display: none; }
  section.s7-home div.content div.left-content {
    width: 100%; }
  section.s7-home div.rooms {
    padding-top: 200px; }
  section.s7-home div.rooms div.slider-room button.slick-prev, section.s7-home div.rooms div.slider-room button.slick-next {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset; }
  section.s8-home div.events div.event.active div.content, section.s8-home div.s8-title {
    width: calc(100% - 30px); }
  section.s9-home {
    padding: 60px 15px; }
    section.s9-home div.s9-image {
      display: none; }
  section.s9-home div.content {
    width: calc(100% - 30px);
    margin: auto; }
  section.s9-home div.title {
    margin: 0;
    padding: 0;
    margin-bottom: 10px; }
  section.s9-home div.content {
    margin: 0;
    width: 100%; }
  section.s9-home div.title div.fence {
    width: 520px; }
  div.footer div.by-line {
    margin-left: 25px;
    width: 30%; }
  div.footer div.copyright {
    margin-right: 20px;
    width: 50%; }
  div.footer a div.to-top {
    margin-right: 25px;
    height: 100%; }
  section.s2-private-rooms {
    padding: 15px; }
  section.s2-private-rooms div.s2-private-rooms-image {
    width: 100%;
    padding-bottom: 0 /*50%*/; }
  section.s2-private-rooms div.left {
    position: relative;
    width: 100%;
    right: unset; }
  section.s2-private-rooms div.s2-private-rooms-image p {
    display: none; }
  section.s3-private-room div.s3-room {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    section.s3-private-room div.s3-room div.room-image {
      width: 100%; }
      section.s3-private-room div.s3-room div.room-image a div.blk-button {
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    section.s3-private-room div.s3-room div.content {
      width: 90%;
      margin: auto; }
  section.s3-private-room div.s3-room:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    section.s3-private-room div.s3-room:nth-child(even) div.room-image a div.blk-button {
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  section.floor-plan-contact {
    padding: 40px 15px; }
  section.floor-plan-contact div.floor-plan div.floor-plan-image {
    width: 100%; }
  section.floor-plan-contact div.form {
    padding: 0; }
  section.s2-private-events {
    padding: 0; }
  section.s2-private-events div.right {
    width: calc(100% - 30px);
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px); }
  section.s2-private-events div.s2-private-events-image {
    width: 100%;
    padding-bottom: 56%; }
  section.s2-private-events div.right {
    position: relative;
    right: unset;
    width: calc(100% - 30px);
    margin: auto;
    bottom: unset; }
  section.s3-private-events {
    padding: 0 15px 80px; }
  section.s3-private-events div.right {
    margin-top: 0;
    margin-right: 5%; }
  section.s3-private-events div.fence {
    width: 390px; }
  section.s3-private-events div.right div.gold-border-box {
    padding-bottom: 155%; }
  section.s3-private-events div.left h1 {
    font-size: 50px; }
  section.s4-private-events div.right {
    float: unset;
    width: 100%; }
    section.s4-private-events div.right div.image {
      padding-bottom: 90%; }
  section.s4-private-events div.right button.slick-next {
    left: 50%;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset; }
  section.s4-private-events div.right button.slick-prev {
    left: calc(50% - 60px);
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset; }
  section.s4-private-events div.left {
    width: calc(100% - 30px);
    margin: auto;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    top: 45px;
    left: 0;
    position: relative; }
  section.s5-private-events {
    padding: 5%; }
  section.s5-private-events div.s5-private-events-image {
    float: unset;
    width: 100%;
    padding-bottom: 50%; }
  section.s5-private-events div.right {
    width: 100%;
    padding-top: 10px; }
  section.s5-private-events div.right div.title {
    padding: 0; }
  section.s5-private-events div.right div.half, section.s5-private-events div.right div.third, section.s5-private-events div.right div.full {
    padding-left: 0; }
  section.s5-private-events div.right div.checkbox {
    padding: 0; }
  section.s5-private-events div.right p.sub-text {
    margin-left: 0; }
  section.s5-private-events div.right input {
    margin-left: 0; }
  section.s2-catering div.right div.black-box h3 {
    font-size: 16px; }
  section.s2-catering div.side-bar {
    width: 25%; }
  section.s2-catering div.right {
    width: 65%; }
  section.s2-menu div.side {
    padding-left: 15px;
    width: 25%; }
  section.s2-menu div.content {
    width: 75%; }
  section.s2-menu div.side div.menus ul li a {
    font-size: 16px; }
  section.events div.content div.inner, section.about div.content div.inner {
    padding: 15px; }
  section.events div.side {
    padding-left: 5px;
    padding-bottom: 15px; }
  section.events div.side {
    padding-left: 20px; }
  section.events div.content div.inner div.events div.event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom:20px; }
    section.events div.content div.inner div.events div.event div.event-content {
      width: 100% !important;
      position: relative;
      bottom: 0 !important;right:0 !important;top:0 !important }
      .single-highlight .cleft::after, .cleft.brdtop::after {left: 1rem !important;}
    section.events div.content div.inner div.events div.event div.image {
      width: 100% !important; }
      section.events div.content div.inner div.events div.event div.image div.blk-button {
        display: none; }
  section.events div.content div.inner div.title {
    padding-bottom: 60px; }
  section.events div.content div.inner div.events div.event div.event-content div.red-outline-button {
    display: block; }
  section.events div.content div.newsletter {
    padding: 60px 15px; }
  section.events div.content div.inner div.events div.event-world div.fence {
    display: none; }
  section.events div.content div.inner div.events div.event-world div.image {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding-bottom: 68%; }
  section.events div.content div.inner div.events div.event-world div.event-content {
    border: solid #C4944D 1px;
    display: block;
    padding: 70px 30px 110px; }
    section.events div.content div.inner div.events div.event-world div.event-content div.left div.price {
      right: 0;
      top: 0;
      position: relative; }
    section.events div.content div.inner div.events div.event-world div.event-content div.left div.line {
      display: none; }
    section.events div.content div.inner div.events div.event-world div.event-content div.right {
      width: 100%;
      border: none;
      padding: 0; }
      section.events div.content div.inner div.events div.event-world div.event-content div.right div.blk-button {
        bottom: -95px;
        right: unset; }
  section.events div.dine-around-the-world h1, section.s2-single-around div.content div.dine-around-the-world h1 {
    font-size: 30px; }
  section.s2-individual-room {
    padding: 60px 15px; }
  section.s2-individual-room div.specs {
    width: 100%;
    float: unset;
    margin: 10px auto; }
  section.s2-individual-room div.specs div.specs-list div.left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  section.s2-individual-room div.content {
    width: 100%;
    margin: auto;
    float: unset; }
  section.s1-single-events {
    height: 32vh; }
  section.s2-single-events {
    padding: 50px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 57vh;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset; }
  section.s2-single-events div.right div.fence {
    width: 475px; }
  section.s2-single-events div.left, section.s2-single-events div.left .gold-h2, section.s2-single-events div.left p#event, section.s2-single-events div.left div.info, section.s2-single-events div.left div.description {
    margin: 0;
    padding: 0; }
  section.s2-single-events div.left .gold-h2 {
    margin: 10px 0; }
  section.s2-single-events div.left div.blk-button {
    width: 215px; }
  section.s2-single-events div.right {
    width: 100%;
    margin-top: 60px; }
  section.s2-single-events div.right div.share {
    margin: auto; }
  section.s2-single-events div.right div.fence {
    top: 90px; }
  section.s1-contact div.text {
    width: 80%; }
  section.s1-contact div.reservations {
    width: 100%; }
    section.s1-contact div.reservations div.reservations-text {
      width: 44%; }
    section.s1-contact div.reservations div.line {
      width: 8%; }
  section.s1-contact div.fence {
    top: 180px; }
  section.s2-contact {
    padding: 15px;
    padding-bottom: 60px; }
  section.s2-contact div.left {
    width: 100%;
    float: unset; }
    section.s2-contact div.left div.black-box {
      padding: 70px; }
  section.s2-contact div.right {
    position: relative;
    width: 80%;
    margin: auto;
    bottom: 50px;
    right: unset; }
  section.s2-contact div.left div.black-box div.fence {
    display: none; }
  section.s3-contact {
    padding-bottom: 50%; }
  section.s3-contact div.black-box {
    width: 65%; }
  section.s4-contact div.right {
    float: unset;
    width: 100%; }
  section.s4-contact div.left {
    float: unset;
    width: 100%;
    padding: 60px 100px; } }

/* --------------------------------------------------------------- */
/* 768 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  div.black-box h3 {
    font-size: 26px; }
  .gold-h2 {
    font-size: 45px; }
  .mobile {
    display: block; }
  section.events div.content div.social, header div.right-navigation div.brown-button.active, div.social {
    display: none !important; }
  section.big-menu div.right div.brown-button {
    display: block; }
  section.s1-home div.header-img {
    background-position: right; }
  section.s1-home div.header-img div.s1-headers {
    display: none; }
  header div.right-navigation div.brown-button {
    display: none; }
  section.s1-home div.blk-button.mobile {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #937A5D; }
    section.s1-home div.blk-button.mobile:after {
      background-color: white; }
  section.s1-home div.social {
    display: none; }
  section.s1-home div.s1-base div.tagLine {
    width: 291px; }
  section.s1-home div.s1-base div.arrow {
    margin-top: 30px; }
  section.s3-home div.wrapper {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px); }
    section.s3-home div.wrapper div.fence {
      width: 90%;
      right: 0;
      left: 0;
      margin: auto; }
    section.s3-home div.wrapper div.chris {
      width: 95%;
      margin-top: 30px; }
    section.s3-home div.wrapper p {
      padding: 0 15px;
      font-size: 16px; }
    section.s3-home div.wrapper div.img-arrow {
      width: 30%; }
    section.s3-home div.wrapper h2 {
      width: 90%; }
  section.s3-home div.wrapper .gold-h2 {
    display: none; }
  section.s3-home div.wrapper h2.mobile {
    display: block;
    width: calc(100% - 30px);
    margin: auto;
    text-align: center; }
  section.s4-home {
    padding-bottom: 120px;
    padding-top: 0; }
    section.s4-home div.left{width: 100%;}
    section.s4-home div.center {
      display: none; }
    section.s4-home div.right {
      margin-top: 0; }
    section.s4-home div.right div.line {
      width: 96px;
      height: 1px; }
  section.s4-home div.right div.awards {
    width: 100%; }
  section.s5-home div.s5-image {
    padding-bottom: 91%;
    background-position: center; }
  section.s6-home div.title h2 {
    font-size: 50px; }
  section.s6-home div.features div.fence {
    display: none; }
  section.s7-home {
    padding-top: 20px; }
  section.s7-home div.content div.left-content {
    padding: 50px 35px; }
  section.s7-home div.rooms {
    padding-top: 260px; }
  section.s9-home div.title div.fence {
    width: 380px; }
  div.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    padding-bottom: 30px; }
    div.footer div.by-line, div.footer div.copyright {
      width: 64%;
      margin: auto;
      text-align: center; }
    div.footer div.copyright {
      padding-top: 57px; }
    div.footer a div.to-top {
      height: 63px;
      position: absolute;
      top: -30px;
      right: 0; }
  section.s3-private-room div.s3-room div.content {
    padding: 30px 15px;
    width: 100%; }
  section.floor-plan-contact div.form {
    padding: 0; }
  section.floor-plan-contact div.floor-plan div.floor-plan-image {
    width: 100%;
    padding-bottom: 76%; }
  section.floor-plan-contact div.form {
    padding-top: 30px; }
  section.s1-private-events {
    padding-bottom: 70%; }
  section.s3-private-events div.left {
    width: 100%;
    margin: 0;
    float: unset; }
    section.s3-private-events div.left h1 {
      width: 100%; }
      section.s3-private-events div.left h1:before, section.s3-private-events div.left h1:after {
        content: unset; }
  section.s3-private-events div.right {
    width: 50%;
    right: unset;
    margin: auto;
    margin-top: 30px;
    float: unset; }
    section.s3-private-events div.right div.gold-border-box {
      padding-bottom: 95%; }
  section.s5-private-events {
    padding: 120px 0; }
    section.s5-private-events div.right {
      width: calc(100% - 30px);
      float: unset;
      padding-top: 30px;
      margin: auto; }
  section.s2-catering div.right {
    bottom: -30px; }
  section.s2-menu div.content div.menu-sections div.menu-section div.menu-item {
    width: 45%;
    margin-right: 2.5%; }
  section.s1-individual-room div.header-room-image {
    padding-bottom: 70%; }
  section.s1-contact div.text {
    width: 85%; }
  section.s1-contact div.fence {
    width: 550px; }
  section.s2-contact div.left div.black-box {
    padding: 70px 15px; }
  section.s3-contact div.black-box {
    width: 65%; }
  section.s2-contact div.left div.black-box h1 {
    font-size: 50px; }
#k2ModuleBox123 .pull-right{float:none !important}
#k2ModuleBox123{padding-bottom: 30%;overflow: hidden;}
section.s2-home div.extra-text{width: 90%;left: 4%;bottom: 16%;}
section.events div.content div.inner.full div.events div.event div.event-content{bottom:auto;top: 0;width: 100%;right: 0;}
.single-highlight .cleft, .cleft.brdtop{padding:2.6rem 1rem 0}
.cright.contact h3{margin:0 0 2rem 0 !important}

#vertical-widget-2.col-xs-offset-3{margin-left:0;}
#vertical-widget-2 #bookingForm.vertical{margin:0 !important;width: 100% !important;}
#bookingForm.vertical{margin-top: 0 !important;}
.pdl-9{padding-left: 15px !important;}
.pdr-9{padding-right: 15px !important;}
#vertical-widget-2 .checkinbox, #vertical-widget-2 .checkoutbox {
    padding: 3% 0 6% !important;}
#vertical-widget-2 .row{margin:0 !important;}
#vertical-widget-2 .mobile{float:left !important}
#vertical-widget-2 .mobile input[disabled].fxcount {width: 23px !important;}
#vertical-widget-2 #check_availability{margin-left:0 !important}
#vertical-widget-2 .occupancy,#vertical-widget-2 .promo-text{margin-top:20px !important}
.dining .black-box{top: 20% !important;}
.single-highlight .cright{border-width:1px !important;}
.wedding-form {width: 80% !important;float: none !important;margin: 0 auto;}
.experience .image-extra {position: absolute;margin-top: -60% !important;width: 45%;right: 8%;}
.experience .cat-ItemBody .catItemIntroText{}
  .contactus-form{margin-bottom: 15%;}
}

/* --------------------------------------------------------------- */
/* 640 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 640px) {
  div.black-box {
    padding: 48px; }
  h3 {
    font-size: 22px; }
  p.food-caption {
    display: none; }
  section.s1-home div.header-img {
    padding-bottom:0 /* 100%*/; }
  section.s1-home div.s1-base {
    padding-top: 40px; }
  section.s1-home div.s1-base div.arrow {
    display: none; }
  section.s1-home div.s1-base div.text {
    float: unset;
    width: 90%;
    margin: auto; }
  section.s1-home div.s1-base div.tagLine {
    width: 100%;
    float: unset; }
  section.s1-home div.s1-base div.tagLine p {
    text-align: center; }
  section.s6-home div.title {
    margin-bottom: 30px; }
    section.s6-home div.title h2 {
      font-size: 33px; }
  section.s6-home div.title div.blk-button {
    bottom: -87px; }
  section.s6-home div.features div.slider div.feature-item div.image {
    padding-bottom: 67%; }
  section.s7-home div.rooms {
    padding-top: 300px; }
  section.s8-home div.events div.event.active div.image {
    padding-bottom: 100%; }
  section.s9-home div.title div.fence {
    width: 100%;
    left: 0; }
  section.s9-home div.content div.wrapper div.open-times {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    section.s9-home div.content div.wrapper div.open-times div.day {
      margin-bottom: 25px;
      width: 100%; }
  section.s9-home div.content div.address {
    margin: 0; }
  section.s9-home div.content h2 {
    font-size: 20px; }
  section.s9-home div.content div.wrapper div.open-times:before {
    content: unset; }
  section.s9-home div.content div.wrapper div.open-times div.day {
    position: relative; }
  section.s9-home div.content div.wrapper div.open-times div.day:before {
    content: "";
    background-color: white;
    position: absolute;
    background: url("../images/clock_svg.svg") center no-repeat;
    width: 17px;
    height: 17px;
    left: -25px;
    top: 10px; }
  section.s1-private-rooms div.s1-base-2 div.s1-headers {
    margin-left: 15px; }
  section.s1-private-rooms div.fence {
    width: 300px; }
  section.s2-private-rooms div.s2-image {
    padding-bottom: 100%; }
  section.s2-private-rooms div.bottom-content p {
    width: 100%;
    text-align: center; }
  section.s2-private-rooms div.content {
    height: 240px;
    padding: 15px; }
  section.s3-private-room div.s3-room div.content div.title h2 {
    font-size: 40px; }
  section.s3-private-events div.right {
    width: 77%; }
  section.s3-private-events div.right div.gold-border-box {
    padding-bottom: 75%; }
  section.s5-private-events {
    padding: 60px 0; }
  section.s3-private-events div.right div.gold-border-box {
    padding-bottom: 90%; }
  section.s4-private-events div.right div.image p {
    width: 185px;
    padding: 13px;
    bottom: 60px; }
  section.s5-private-events div.right div.checkbox p.first-p {
    width: 60%; }
  section.events div.content {
    padding-top: 60px; }
  section.events div.content div.inner,section.about div.content div.inner {
    padding: 5% 15px; }
  section.events div.content div.inner div.title {
    width: 80%; }
  section.events div.content div.inner div.events div.event-world {
    margin-bottom: 60px; }
  section.events div.content div.newsletter {
    padding: 15px; }
  section.events div.side div.menus ul li {
    margin-right: 20px; }
  section.events div.side div.menus ul li a {
    font-size: 16px; }
  section.events div.content div.inner div.events div.event div.event-content {
    padding: 30px 15px; }
  section.events div.content div.newsletter {
    padding-bottom: 60px; }
  section.events div.content div.newsletter h3#first {
    display: block; }
  section.events div.content div.newsletter div.signup h3 {
    display: none; }
  section.events div.content div.newsletter h3.newsletter-title {
    margin-bottom: 30px; }
  section.events div.content div.newsletter div.signup div.form {
    width: 100%; }
  section.events div.content div.newsletter div.signup div.form div.half {
    width: 100%;
    margin-bottom: 10px; }
  section.events div.content div.newsletter div.signup div.form .wpcf7-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  section.events div.dine-around-the-world, section.s2-single-around div.content div.dine-around-the-world {
    width: calc(100% - 30px); }
  section.events div.dine-around-the-world h1, section.s2-single-around div.content div.dine-around-the-world h1 {
    font-size: 20px; }
  section.events div.dine-around-the-world, section.s2-single-around div.content div.dine-around-the-world {
    margin-top: 60px; }
  section.s2-individual-room div.content {
    width: 100%; }
  section.s2-individual-room div.specs div.specs-list p {
    font-size: 14px; }
  section.s2-individual-room div.specs h2 {
    font-size: 45px; }
  section.s3-individual-room div.room-img {
    width: 100%;
    padding-bottom: 73%; }
  section.s4-individual-room div.fence {
    display: none; }
  section.s2-single-events {
    height: unset; }
  section.s2-single-events div.left div.info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  section.s2-single-events div.left div.info div.date:after, section.s2-single-events div.left div.info div.featuring:before, section.s2-single-events div.left div.info div.time:after {
    content: unset; }
  section.s2-single-events div.left div.info div.date p, section.s2-single-events div.left div.info div.featuring p, section.s2-single-events div.left div.info div.time p {
    margin-bottom: 10px; }
  section.s2-single-events div.right div.fence {
    width: 390px;
    top: 50px; }
  section.s1-contact div.text h1 {
    margin-bottom: 80px;
    font-size: 62px; }
  section.s1-contact div.fence {
    width: 400px;
    top: 170px;
    height: 80px; }
  section.s1-contact div.reservations div.make-reservation {
    width: 45%; }
  section.s1-contact div.reservations div.reservation-text, section.s1-contact div.reservations div.line {
    display: none; }
  section.s1-contact div#mobile-text {
    display: block; }
  section.s1-contact div#mobile-text p {
    font-size: 16px; }
  section.s2-contact div.left div.black-box {
    padding: 30px 15px 90px; }
  section.s2-contact div.right {
    width: 90%;
    padding: 30px 15px; }
  section.s3-contact div.black-box {
    width: calc(100% - 30px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  section.s4-contact {
    padding: 110px 15px; }
  section.s4-contact div.left {
    padding: 30px 15px; }
  section.s4-contact div.left ul {
    padding-left: 0; } }

/* --------------------------------------------------------------- */
/* 500 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 500px) {
  .gold-h2 {
    font-size: 32px; }
  body {
    padding: 0 7px 0; }
  section.s1-home div.s1-base div.arrow {
    width: 62px; }
  section.s3-home {
    padding-bottom: 20px; }
    section.s3-home div.wrapper div.fence {
      bottom: -80px; }
  section.s3-home div.wrapper div.chris {
    margin-left: 0; }
    section.s3-home div.wrapper div.chris p {
      width: 75%;
      padding: 0 15px;
      font-size: 14px;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    section.s3-home div.wrapper div.chris div.img-arrow {
      width: 26%; }
      section.s3-home div.wrapper div.chris div.img-arrow div.arrow {
        display: none; }
  section.s3-home div.wrapper h2 {
    margin-top: 60px; }
  section.s4-home {
    padding-top: 0px;
    padding-bottom: 60px; }
  section.s4-home div.right {
    margin-top: 0; }
  section.s6-home div.features div.slider div.feature-item div.description {
    height: unset;
    padding-top: 30px; }
  section.s6-home div.features div.slider div.feature-item div.description h2 {
    margin-top: 5px; }
  section.s6-home div.features div.slider div.feature-item div.description p {
    margin-bottom: 35px; }
  section.s7-home div.rooms div.slider-room div.room {
    padding-bottom: 90%; }
  section.s8-home div.s8-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  section.s9-home {
    padding-top: 60px; }
  section.s9-home div.title div.fence {
    bottom: -70px; }
  section.s1-private-rooms {
    padding-bottom: 104px; }
  section.s2-private-rooms div.bottom-content p {
    padding: 15px 0; }
  section.floor-plan-contact div.form div.half {
    width: 100%; }
  section.floor-plan-contact div.form div.third {
    width: 100%; }
  section.s3-private-room div.s3-room div.content div.title h2 {
    font-size: 30px; }
  section.s5-private-events div.right div.half, section.s5-private-events div.right div.third {
    float: unset;
    width: 100%; }
  section.s3-private-events div.fence {
    width: 340px; }
  section.s5-private-events div.right div.checkbox span.last, section.s5-private-events div.right div.checkbox span.first {
    margin: 0; }
  section.s5-private-events div.right div.checkbox p span.AudioVideo span {
    margin-top: 10px; }
  section.events div.side div.menus ul li {
    margin-right: 15px;
    margin-bottom: 0; }
  section.events div.side div.menus ul li a {
    font-size: 14px; }
  section.events div.content div.inner div.events div.event div.event-content {
    padding: 30px 15px; }
  section.events div.content div.inner div.events div.event div.image {
    padding-bottom: 100%; }
  section.events div.content div.fence {
    display: none; }
  section.events div.dine-around-the-world h1, section.s2-single-around div.content div.dine-around-the-world h1 {
    font-size: 18px; }
  section.events div.content div.inner div.events div.event-world div.event-content {
    border: none;
    padding: 30px 0 0px; }
  section.events div.content div.inner div.events div.event-world div.event-content div.right div.blk-button {
    position: relative;
    bottom: 0; }
  section.events div.dine-around-the-world div.globe {
    top: -42px; }
  section.events div.dine-around-the-world div.globe img {
    width: 40px; }
  section.s2-individual-room div.specs div.specs-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  section.s2-individual-room div.specs h2 {
    font-size: 40px; }
  section.s2-individual-room div.specs div.specs-list p {
    font-size: 16px; }
  section.s2-single-events div.right div.fence {
    width: 330px; }
  section.s2-single-events div.right div.share h2 {
    left: -10px; }
  section.s1-contact div.text h1 {
    margin-bottom: 60px;
    font-size: 50px; }
  section.s1-contact div.reservations div.reservation-text {
    width: 100%;
    text-align: center; }
  section.s1-contact div.reservations div.make-reservation {
    width: 50%; }
  section.s1-contact div#mobile-text p {
    font-size: 14px; }
  section.s1-contact div.fence {
    width: 330px; }
  section.s2-contact div.right {
    width: 100%; }
  div.line {
    display: none; } }

/* --------------------------------------------------------------- */
/* 400 */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 414px) {
    section.s8-home div.events div.event.active-right div.content div.exerpt, section.s8-home div.events div.event.active div.content div.exerpt{max-height:120px !important;}
  .red-outline-button {
    width: 180px;
    margin: auto; }
  div.black-box {
    padding: 25px; }
    div.black-box h3 {
      font-size: 20px; }
  h3 {
    font-size: 18px; }
  section.s1-home div.s1-base div.arrow {
    display: none; }
  section.s2-home div.s2-image {
    padding-bottom: 75%; }
  section.s3-home div.wrapper div.chris div.img-arrow {
    width: 28%; }
    section.s3-home div.wrapper div.chris div.img-arrow img {
      width: 70px;
      height: 70px; }
  section.s3-home div.wrapper h2 {
    width: 97%; }
  section.s3-home div.wrapper div.chris div.img-arrow {
    height: unset; }
  section.s4-home div.right div.awards {
    display: block; }
    section.s4-home div.right div.awards img {
      height: 90px;
      -o-object-fit: contain;
      object-fit: contain;
      width: 50%;
      float: left;
      margin-top: 20px; }
  section.s7-home div.content div.left-content {
    padding: 25px; }
  section.s7-home div.rooms div.slider-room div.room {
    padding-bottom: 150%; }
  section.s7-home div.rooms {
    padding-top: 291px; }
  section.s7-home div.content div.left-content div.red-outline-button {
    float: unset;
    margin: auto;
    margin-top: 20px; }
  section.s8-home div.s8-title div.blk-button {
    margin-top: 10px; }
  section.s2-private-rooms div.content {
    height: 280px; }
  section.s3-private-room div.s3-room div.content {
    padding: 30px 15px; }
  section.s3-private-room div.s3-room div.content div.title h2 {
    font-size: 40px; }
  section.s3-private-room div.s3-room div.content div.seating p {
    font-size: 14px; }
  section.s3-private-room div.s3-room div.room-image {
    height: 350px; }
  section.s2-private-events div.s2-private-events-image {
    padding-bottom: 90%; }
  section.s3-private-events div.right div.gold-border-box {
    padding-bottom: 150%; }
  section.s4-private-events div.right div.image {
    padding-bottom: 150%; }
  section.s3-private-events div.fence {
    width: 240px; }
  section.s5-private-events div.right div.checkbox p.first-p {
    margin-right: 0; }
  section.events div.content div.inner div.events div.event div.event-content div.red-outline-button {
    margin: 0; }
  section.s1-contact div.text {
    width: 100%; }
  section.s1-contact div.text h1 {
    font-size: 43px; }
  section.s1-contact div.reservations div.make-reservation {
    width: 65%; }
  section.s2-contact div.right {
    width: 96%; } }

/* --------------------------------------------------------------- */
