/* VALIDATION */
.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  line-height: 18px;
  cursor: pointer;
  z-index: 5000;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  background: #b31919;
  position: relative;
  z-index: 5001;
  color: #fff;
  width: 150px;
  font: 10px "Open Sans WF", Arial, sans-serif;
  text-align: left;
  padding: 4px 10px 4px 10px;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
  z-index: 5006;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  height: 1px;
  background: #b31919;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line1 {
  width: 1px;
}

.formError .formErrorArrow .line2,
.formError .formErrorArrow .line3 {
  display: none;
}

.ui-datepicker {
  display: none;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.3);
  z-index: 70 !important;
}
.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 10px 6px;
  text-align: center;
  background: #4F4F50;
  color: #fff;
  font: 600 16px/25px "Cinzel", Arial, serif;
  text-transform: normal;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 15px;
  width: 11px;
  height: 14px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 0 no-repeat;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 17px;
  background-position: 3px -151px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  background-position: -22px -151px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:active {
  background-position: -47px -151px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 17px;
  background-position: 3px -179px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  background-position: -22px -179px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:active {
  background-position: -47px -179px;
}
.ui-datepicker .ui-datepicker-calendar {
  margin: 6px 10px;
  font-size: 12px;
  cursor: default;
}
.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  vertical-align: middle;
  width: 30px;
  height: 28px;
  line-height: 28px;
}
.ui-datepicker .ui-datepicker-calendar th {
  font: 600 13px/32px "Cinzel", Arial, serif;
  color: #3B3E55;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar td {
  color: #3B3E55;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  color: #cccccc;
}
.ui-datepicker .ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.keyboard-navigation .ui-datepicker .ui-datepicker-calendar a:focus {
  box-shadow: 0 0 1px 1px red;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  background: #f7f7f7;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker .ui-datepicker-calendar a.ui-state-hover {
  background: #ebebeb;
}

.ui-datepicker-trigger {
  position: absolute;
  right: 0;
  bottom: 12px;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") -50px -250px no-repeat;
}

.selectedTxt {
  position: relative;
  box-sizing: border-box;
  height: 35px;
  padding: 0 27px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  border: 2px solid #fff;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
}
.selectedTxt:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #572600;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .selectedTxt:after {
    border: 0 !important;
    width: 33px;
    height: 18px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -9px;
    background: url("../images/sprite.svg") -80px -117px no-repeat;
  }
}
.newListDisabled .selectedTxt {
  background-color: #e5e5e5;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  #hebs-gallery .selectedTxt:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 10px;
    width: 0px;
    height: 0px;
    border-left: 4px solid transparent !important;
    border-right: 4px solid transparent !important;
    border-top: 4px solid #88909f !important;
    background: none;
  }
}

.stylish-select .SSContainerDivWrapper {
  position: absolute;
  min-width: 100%;
  z-index: 9999;
}

.stylish-select .newList {
  background: #fff;
  max-height: 192px;
  overflow: auto;
  overflow-x: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.3);
  margin: 0 !important;
  padding: 2px !important;
  list-style: none !important;
}
.stylish-select .newList li {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1;
  text-align: left;
  text-transform: none;
}
.stylish-select .newList li:before, .stylish-select .newList li:after {
  content: none !important;
}
.stylish-select .newList li.newListOptionTitle {
  padding: 3px 5px 0 !important;
  font-weight: bold;
  color: #000;
}
.stylish-select .newList li.newListOptionTitle ul {
  margin: 3px -5px 0 !important;
  font-weight: normal;
}
.stylish-select .newList a {
  display: block;
  font-size: 11px;
  line-height: 12px;
  padding: 6px 21px 6px 9px;
  position: static;
  white-space: nowrap;
  overflow: hidden;
  color: #3e3e3e !important;
  text-decoration: none !important;
  transition: background 100ms;
}
.stylish-select .newList a.hiLite {
  font-weight: bold;
  background: #f5f5f5;
}
.stylish-select .newList a:hover {
  background: #ebebeb;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .stylish-select .newList a {
    font-size: 14px;
    line-height: 1.5;
  }
}

@font-face {
  font-family: "Open Sans WF";
  src: url("../fonts/opensans-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans WF";
  src: url("../fonts/opensans-lightitalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans WF";
  src: url("../fonts/opensans-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans WF";
  src: url("../fonts/opensans-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans WF";
  src: url("../fonts/opensans-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans WF";
  src: url("../fonts/opensans-semibolditalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans WF";
  src: url("../fonts/opensans-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans WF";
  src: url("../fonts/opensans-bolditalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Kingsize WF";
  src: url("../fonts/kingsize-script.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Allura WF";
  src: url("../fonts/allura-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Butler WF";
  src: url("../fonts/butler_light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Butler WF";
  src: url("../fonts/butler_regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Butler WF";
  src: url("../fonts/butler_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Cinzel";
  src: url("../fonts/cinzel-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cinzel";
  src: url("../fonts/cinzel-bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Cinzel";
  src: url("../fonts/cinzel-black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
html, body, input, textarea, button {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body > iframe {
  display: none;
}

input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
}

button, input, textarea {
  border-radius: 0;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  box-sizing: border-box;
}

a, input[type=submit], button, .button {
  cursor: pointer;
}
.keyboard-navigation a:focus, .keyboard-navigation input[type=submit]:focus, .keyboard-navigation button:focus, .keyboard-navigation .button:focus {
  box-shadow: 0 0 1px 1px red;
}

a {
  color: #3b3e55;
  transition: color 350ms ease-in-out;
}
a:hover {
  color: #95804E;
}

select {
  background: none;
  border: 1px solid #000;
  border-radius: 0;
  color: #000;
  font: 13px "Open Sans WF", Arial, sans-serif;
  height: 40px;
  line-height: 40px;
  padding: 0 60px 0 20px;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
select + .select-icon {
  background: url("../images/sprite.svg") -230px -120px no-repeat;
  display: inline-block;
  height: 10px;
  margin: 15px 0 0 -40px;
  pointer-events: none;
  vertical-align: top;
  width: 19px;
}
select::-ms-expand {
  display: none;
}

.hide {
  display: none !important;
}

.hidden {
  display: none;
}

.center-column {
  position: relative;
  margin: 0 auto;
}
.center-column:after {
  clear: both;
  content: "";
  display: table;
}

.button, input[type=submit] {
  background: rgba(149, 128, 78, 0.85);
  border: 0;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font: 14px/30px "Cinzel", Arial, serif;
  padding: 20px 30px;
  height: auto;
  letter-spacing: 3px;
  text-indent: 3px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  transition: background-color 350ms ease-in-out, color 350ms ease-in-out, border-color 350ms ease-in-out;
  white-space: inherit;
}
.button:hover, input[type=submit]:hover {
  background-color: rgba(146, 144, 140, 0.85);
  color: #fff;
}

.open-rfp {
  display: block;
  margin: 20px 0;
}

#photos .slick-track, #photos .slick-list {
  height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
  transition: transform;
}
#photos .slick-list .slide {
  display: inline-block;
  vertical-align: top;
}

#content {
  position: relative;
  z-index: 20;
  overflow: auto;
}

#content .page {
  position: relative;
  padding: 0;
  overflow: hidden;
}
#content .page .anchor {
  position: absolute;
  top: -60px;
}

.acm-block {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 979px) {
  .acm-block {
    padding: 0 20px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-block {
    margin-bottom: 0px;
  }
}
.acm-block.acm-default-section, .acm-block.acm-left-right-section {
  max-width: 100%;
}
.acm-block .acm-default-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.background-header {
  display: block;
  position: absolute;
  font: 288px/300px "Allura WF", Arial, sans-serif;
  left: 50%;
  top: 65px;
  z-index: -1;
  color: #f8f8f8;
  text-align: center;
  text-transform: none;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .background-header {
    font-size: 138px;
    line-height: 100px;
    top: 85px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .background-header {
    font-size: 120px;
    line-height: 110px;
  }
}

.additional-content-block {
  z-index: 21;
  position: relative;
}

.acm-default-section {
  background: #fff;
}
.acm-default-section:last-of-type {
  padding-bottom: 65px;
}
.acm-default-section .center-column {
  padding: 0;
  max-width: 566px;
}
.acm-default-section .center-column #divWidgetSection {
  display: block;
  margin: 20px auto 100px auto;
}

.acm-left-right-section {
  padding-bottom: 75px;
  padding-top: 100px;
  background: #fff;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-left-right-section .block {
    flex-flow: inherit;
    padding-bottom: 0;
  }
}
.acm-left-right-section .block .center-column {
  padding: 0;
}
.acm-left-right-section .block .center-column .page-content {
  float: left;
  width: 47%;
  box-sizing: border-box;
  padding: 0 10px 0 60px;
  text-align: left;
}
@media only screen and (min-width: 1140px) {
  .acm-left-right-section .block .center-column .page-content {
    padding: 0 132px 0 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-left-right-section .block .center-column .page-content {
    padding: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-left-right-section .block .center-column .page-content {
    padding: 0;
    width: 100%;
    text-align: center;
  }
}
.acm-left-right-section .block .center-column .page-content .background-header {
  transform: none;
  left: 40px;
  font-size: 185px;
  line-height: 160px;
  top: 30px;
  width: auto;
  padding: 0;
}
@media only screen and (min-width: 1140px) {
  .acm-left-right-section .block .center-column .page-content .background-header {
    left: 95px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-left-right-section .block .center-column .page-content .background-header {
    font-size: 138px;
    line-height: 110px;
    left: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-left-right-section .block .center-column .page-content .background-header {
    font-size: 120px;
    line-height: 110px;
    left: 50%;
    top: 15px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    transform: translateX(-50%);
  }
}
.acm-left-right-section .block .center-column .page-content h1, .acm-left-right-section .block .center-column .page-content .h1 {
  text-indent: 0;
  text-transform: uppercase;
  padding-top: 78px;
  margin-bottom: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-left-right-section .block .center-column .page-content h1, .acm-left-right-section .block .center-column .page-content .h1 {
    margin-bottom: 0;
    text-indent: 4px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-left-right-section .block .center-column .page-content h1, .acm-left-right-section .block .center-column .page-content .h1 {
    line-height: 37px;
    padding-top: 20px;
    margin-bottom: 0;
  }
}
.acm-left-right-section .block .center-column .page-content h2, .acm-left-right-section .block .center-column .page-content .h2 {
  margin-bottom: 33px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-left-right-section .block .center-column .page-content h2, .acm-left-right-section .block .center-column .page-content .h2 {
    margin-bottom: 17px;
    font-size: 27px;
    line-height: 34px;
  }
}
.acm-left-right-section .block .center-column .page-content p {
  margin-bottom: 44px;
}
.acm-left-right-section .block .center-column .page-content .button {
  border: 1px solid #4F4F50;
  height: 58px;
  line-height: 20px;
  background: none;
  color: #4F4F50;
}
.acm-left-right-section .block .center-column .page-content .button:hover {
  background: #4F4F50;
  color: #fff;
}
.acm-left-right-section .block .center-column .thumb {
  width: 50%;
  height: 657px;
  float: right;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #9F8E60;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-left-right-section .block .center-column .thumb {
    width: 100%;
    height: 320px;
  }
}
.acm-left-right-section .block .center-column .thumb:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #9F8E60;
}
.acm-left-right-section .block .center-column .thumb .additional-copy {
  background: rgba(255, 255, 255, 0.8);
  padding: 24px 20px 16px 20px;
  text-align: center;
  display: inline-block;
  max-width: 80%;
}
.acm-left-right-section .block .center-column .thumb .additional-copy .header {
  font: 600 17px/27px "Cinzel", Arial, serif;
  color: #323232;
}
.acm-left-right-section .block .center-column .thumb .additional-copy .copy {
  font: 17px/27px "Cinzel", Arial, serif;
  margin-bottom: 16px;
}
.acm-left-right-section .block .center-column .thumb .additional-copy .link {
  font: 14px/12px "Cinzel", Arial, serif;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  height: 30px;
  padding: 10px 25px;
  background: #9F8E60;
  white-space: nowrap;
  box-sizing: border-box;
  letter-spacing: 3px;
  text-indent: 3px;
  transition: 350ms ease-in-out;
}
.acm-left-right-section .block .center-column .thumb .additional-copy .link:hover {
  background-color: #000;
}
.acm-left-right-section .left-block .center-column .page-content {
  float: right;
  padding: 0 60px 0 10px;
}
@media only screen and (min-width: 1140px) {
  .acm-left-right-section .left-block .center-column .page-content {
    padding: 0 132px 0 120px;
  }
}
@media only screen and (max-width: 979px) {
  .acm-left-right-section .left-block .center-column .page-content {
    padding: 0;
  }
}
.acm-left-right-section .left-block .center-column .page-content .background-header {
  left: -10px;
}
@media only screen and (min-width: 1140px) {
  .acm-left-right-section .left-block .center-column .page-content .background-header {
    left: 95px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-left-right-section .left-block .center-column .page-content .background-header {
    left: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-left-right-section .left-block .center-column .page-content .background-header {
    left: 50%;
  }
}
.acm-left-right-section .left-block .center-column .thumb {
  float: left;
}
.acm-left-right-section .left-block .center-column .thumb:after {
  left: auto;
  right: 100%;
}

.acm-specials-section {
  max-width: 100%;
  overflow: hidden;
}
.acm-specials-section .center-column {
  max-width: 909px;
  padding: 0;
}
.acm-specials-section .center-column .headers {
  position: relative;
  width: 465px;
  float: left;
  margin-top: -20px;
  padding: 0 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 979px) {
  .acm-specials-section .center-column .headers {
    margin-top: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-specials-section .center-column .headers {
    width: 60%;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-specials-section .center-column .headers {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-specials-section .center-column .headers h1, .acm-specials-section .center-column .headers .h1 {
    padding-top: 65px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-specials-section .center-column .headers h1, .acm-specials-section .center-column .headers .h1 {
    padding-top: 30px;
  }
}
.acm-specials-section .center-column .headers .background-header {
  font-size: 250px;
  line-height: 170px;
  top: 100px;
  color: #efefee;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-specials-section .center-column .headers .background-header {
    font-size: 138px;
    line-height: 210px;
    top: 0;
    left: 0;
    transform: none;
    padding-top: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-specials-section .center-column .headers .background-header {
    font-size: 120px;
    line-height: 110px;
    top: 0;
    padding-top: 25px;
  }
}
.acm-specials-section .center-column .copy {
  text-align: left;
  padding: 125px 30px 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-specials-section .center-column .copy {
    padding-top: 35px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-specials-section .center-column .copy {
    padding: 0;
    text-align: center;
    overflow: visible;
  }
}

#gallery-default {
  max-width: 1055px;
  position: relative;
  margin: 35px auto 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 979px) {
  #gallery-default {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
}
#gallery-default img {
  display: none;
}
#gallery-default .slider-big {
  width: 100%;
  height: 737px;
}
@media only screen and (max-width: 979px) {
  #gallery-default .slider-big {
    height: 100%;
  }
}
#gallery-default .slider-big .slide {
  float: left;
  height: 653px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-default .slider-big .slide {
    height: 500px;
  }
}
#gallery-default .slider-big .slick-list, #gallery-default .slider-big .slick-track {
  height: 100%;
}
#gallery-default .slider-big .slick-dots {
  bottom: 0;
  margin-bottom: 0;
}
#gallery-default .slick-arrow {
  background: url("../images/sprite-corp.svg") no-repeat 0 -130px;
  border-radius: 50%;
  height: 40px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  z-index: 10;
  margin-top: -40px;
}
#gallery-default .slick-arrow:hover {
  background-position: -30px -130px;
}
#gallery-default .slick-arrow:active {
  background-position: -60px -130px;
}
#gallery-default .slick-arrow.slick-prev {
  left: 50px;
}
#gallery-default .slick-arrow.slick-next {
  background-position: -90px -130px;
  right: 50px;
}
#gallery-default .slick-arrow.slick-next:hover {
  background-position: -120px -130px;
}
#gallery-default .slick-arrow.slick-next:active {
  background-position: -150px -130px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #gallery-default .slick-arrow {
    margin-top: -20px;
  }
  #gallery-default .slick-arrow.slick-prev {
    left: 20px;
  }
  #gallery-default .slick-arrow.slick-next {
    right: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-default .slick-arrow {
    margin-top: -20px;
  }
  #gallery-default .slick-arrow.slick-prev {
    left: 20px;
  }
  #gallery-default .slick-arrow.slick-next {
    right: 20px;
  }
}

#gallery {
  margin-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 979px) {
  #gallery {
    margin-top: 0;
    padding-bottom: 60px;
  }
}
#gallery .center-column {
  max-width: 1220px;
  margin: 0 auto;
  padding: 50px 0 150px 0;
  overflow: hidden;
}
@media only screen and (max-width: 979px) {
  #gallery .center-column {
    padding: 20px 0 60px;
  }
}
#gallery .center-column .slideshow {
  width: 100%;
  box-sizing: border-box;
  font-size: 0;
}
#gallery .center-column .photo {
  display: inline-block;
  vertical-align: top;
  margin: 10px 5px 0 5px;
  text-align: center;
  width: calc(32% - 10px);
  padding-bottom: calc(32% - 10px);
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
#gallery .center-column .photo:nth-child(2) {
  padding-bottom: calc(55% - 10px);
}
#gallery .center-column .photo:nth-child(4) {
  margin-top: calc(-23% + 10px);
  padding-bottom: calc(55% - 10px);
}
#gallery .center-column .photo:nth-child(6) {
  margin-top: calc(-23% + 10px);
  padding-bottom: calc(55% - 10px);
}
#gallery .center-column .photo .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  transform: scale(1);
  transition: 350ms ease-in-out;
}
#gallery .center-column .photo:hover {
  z-index: 999;
}
#gallery .center-column .photo:hover .img {
  transform: scale(1.1);
  box-shadow: 0 1px 10px 4px rgba(0, 0, 0, 0.3);
}
#gallery .center-column .slide {
  width: 100%;
  height: auto;
  display: block;
  float: left;
  text-align: center;
}
#gallery .center-column .slick-dots {
  bottom: 0;
  margin-bottom: 0;
}

.admin #preview-template-f {
  overflow: hidden;
  margin: 0;
  padding: 20px;
  height: auto;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.admin #preview-template-f article {
  width: 295px;
  height: 439px;
}
.admin #preview-template-f h4 a {
  color: inherit;
  margin-bottom: 10px;
  font: 21px/1.2 "Open Sans WF", Arial, sans-serif;
}
.admin #preview-template-f h4 a:hover {
  color: inherit;
}

.dining-parallax-template-6 .parallax-promos, .admin #preview-template-f .parallax-promos {
  position: relative;
  width: 909px;
  margin: 100px auto 0 auto;
  box-sizing: border-box;
  padding-bottom: 147px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .dining-parallax-template-6 .parallax-promos, .admin #preview-template-f .parallax-promos {
    margin: 60px auto 0 auto;
    padding-bottom: 0;
    width: calc(100% - 10px);
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .dining-parallax-template-6 .parallax-promos, .admin #preview-template-f .parallax-promos {
    overflow: hidden;
    margin: 20px auto 0 auto;
    padding-bottom: 0;
    width: 100%;
  }
}
.dining-parallax-template-6 .parallax-promos:after, .admin #preview-template-f .parallax-promos:after {
  clear: both;
  content: "";
  display: table;
}
.admin .preview-item .dining-parallax-template-6 .parallax-promos, .admin .preview-item .admin #preview-template-f .parallax-promos {
  padding: 20px;
  margin-top: 0;
}
.dining-parallax-template-6 .parallax-promos .center-column, .admin #preview-template-f .parallax-promos .center-column {
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}
.dining-parallax-template-6 .parallax-promos .slideshow, .admin #preview-template-f .parallax-promos .slideshow {
  overflow: visible;
  position: relative;
  width: 100%;
  height: 100%;
}
.dining-parallax-template-6 .parallax-promos .slideshow.slick-slider .parallax-promo-item, .admin #preview-template-f .parallax-promos .slideshow.slick-slider .parallax-promo-item {
  opacity: 0.11;
}
.dining-parallax-template-6 .parallax-promos .slideshow.slick-slider .parallax-promo-item.slick-active, .admin #preview-template-f .parallax-promos .slideshow.slick-slider .parallax-promo-item.slick-active {
  opacity: 1;
}
@media only screen and (max-width: 979px) {
  .dining-parallax-template-6 .parallax-promos .slideshow, .admin #preview-template-f .parallax-promos .slideshow {
    padding-bottom: 60px;
  }
}
.dining-parallax-template-6 .parallax-promos .slick-track, .dining-parallax-template-6 .parallax-promos .slick-list, .admin #preview-template-f .parallax-promos .slick-track, .admin #preview-template-f .parallax-promos .slick-list {
  overflow: visible;
  padding: 0 !important;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.dining-parallax-template-6 .parallax-promos .slick-dots, .admin #preview-template-f .parallax-promos .slick-dots {
  bottom: -105px;
}
@media only screen and (max-width: 979px) {
  .dining-parallax-template-6 .parallax-promos .slick-dots, .admin #preview-template-f .parallax-promos .slick-dots {
    bottom: 10px;
    margin-bottom: 0;
  }
}

.admin #preview-template-f .parallax-promos {
  margin: 0;
}

.dining-parallax-template-6 .parallax-promo-item, .admin #preview-template-f {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 295px;
  height: 439px;
  color: #9B9B9B;
  font-size: 16px;
  line-height: 30px;
  margin: 0 6px;
  transition: opacity 300ms ease-in-out;
}
.dining-parallax-template-6 .parallax-promo-item:hover, .admin #preview-template-f:hover {
  opacity: 1 !important;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .dining-parallax-template-6 .parallax-promo-item, .admin #preview-template-f {
    margin: 0 5px;
    height: 400px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .dining-parallax-template-6 .parallax-promo-item, .admin #preview-template-f {
    margin: 0;
    width: 100%;
    height: 400px;
  }
}
.dining-parallax-template-6 .parallax-promo-item .thumb-wrapper, .admin #preview-template-f .thumb-wrapper {
  width: 100%;
  height: 100%;
  float: right;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.dining-parallax-template-6 .parallax-promo-item .thumb-wrapper a, .admin #preview-template-f .thumb-wrapper a {
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  padding: 20px 0;
  box-sizing: border-box;
  transition: 350ms ease-in-out;
}
.dining-parallax-template-6 .parallax-promo-item .thumb-wrapper a:active, .admin #preview-template-f .thumb-wrapper a:active {
  top: auto;
}
.dining-parallax-template-6 .parallax-promo-item .thumb-wrapper a:after, .admin #preview-template-f .thumb-wrapper a:after {
  content: "";
  background: rgba(50, 51, 51, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 350ms ease-in-out;
}
.dining-parallax-template-6 .parallax-promo-item .thumb-wrapper a h4, .admin #preview-template-f .thumb-wrapper a h4 {
  font: 600 25px/40px "Cinzel", Arial, serif;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 90%;
}
.dining-parallax-template-6 .parallax-promo-item .thumb-wrapper a .wrapper, .admin #preview-template-f .thumb-wrapper a .wrapper {
  max-height: 0;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 350ms ease-in-out;
  margin: 27px 0 0;
  width: auto;
  padding-top: 0;
  max-width: 90%;
}
.dining-parallax-template-6 .parallax-promo-item .thumb-wrapper a .wrapper p, .admin #preview-template-f .thumb-wrapper a .wrapper p {
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  line-height: 33px;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 40px;
  font-family: "Open Sans WF", Arial, sans-serif;
  font-weight: normal;
}
.dining-parallax-template-6 .parallax-promo-item .thumb-wrapper a .wrapper button, .admin #preview-template-f .thumb-wrapper a .wrapper button {
  font: 11px/13px "Open Sans WF", Arial, sans-serif;
  padding: 0 50px 0 0;
  height: auto;
  position: relative;
  background: none;
  border: 0;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 3px;
  text-indent: 3px;
  text-transform: uppercase;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  transition: background-color 350ms ease-in-out, color 350ms ease-in-out;
  text-shadow: none;
}
.dining-parallax-template-6 .parallax-promo-item .thumb-wrapper a .wrapper button:active, .admin #preview-template-f .thumb-wrapper a .wrapper button:active {
  box-shadow: none;
}
.dining-parallax-template-6 .parallax-promo-item .thumb-wrapper a .wrapper button:after, .admin #preview-template-f .thumb-wrapper a .wrapper button:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  background: url("../images/sprite.svg") -330px -150px no-repeat;
  width: 22px;
  height: 8px;
}
.dining-parallax-template-6 .parallax-promo-item .thumb-wrapper a:hover:after, .dining-parallax-template-6 .parallax-promo-item .thumb-wrapper a:focus:after, .admin #preview-template-f .thumb-wrapper a:hover:after, .admin #preview-template-f .thumb-wrapper a:focus:after {
  opacity: 1;
}
.dining-parallax-template-6 .parallax-promo-item .thumb-wrapper a:hover .wrapper, .dining-parallax-template-6 .parallax-promo-item .thumb-wrapper a:focus .wrapper, .admin #preview-template-f .thumb-wrapper a:hover .wrapper, .admin #preview-template-f .thumb-wrapper a:focus .wrapper {
  max-height: 500px;
  margin-top: 27px;
}

html {
  overflow-y: scroll;
  position: relative;
  height: 100%;
  background: #F8F8F8;
}

html, body, input, textarea, button {
  -webkit-text-size-adjust: none;
  color: #3B3E55;
  font: 15px/33px "Open Sans WF", Arial, sans-serif;
}

body {
  position: relative;
  height: 100%;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #a73f32;
}

.slick-arrow {
  background: url("../images/sprite.svg") no-repeat 0 0;
  height: 60px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  z-index: 10;
}
.slick-arrow:hover {
  background-position: -50px 0;
}
.slick-arrow:active {
  background-position: -100px 0;
}
.keyboard-navigation .slick-arrow:focus {
  box-shadow: 0 0 1px 1px red;
}

.slick-prev {
  left: 40px;
}

.slick-next {
  background-position: -150px 0;
  right: 40px;
}
.slick-next:hover {
  background-position: -200px 0;
}
.slick-next:active {
  background-position: -250px 0;
}

.slick-dots {
  width: 100%;
  position: absolute;
  bottom: 40%;
  text-align: center;
  font-size: 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .slick-dots {
    bottom: 150px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .slick-dots {
    bottom: 100px;
  }
}
.slick-dots li {
  margin: 5px;
  display: inline-block;
  cursor: pointer;
  transition: 350ms ease-in-out;
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid transparent;
  vertical-align: top;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 2px;
  }
}
.slick-dots li.slick-active, .slick-dots li:hover {
  border: 1px solid #adacaa;
}
.slick-dots li.slick-active button, .slick-dots li:hover button {
  background: #adacaa;
}
.slick-dots li button {
  position: absolute;
  left: 50%;
  top: 50%;
  text-indent: -9999em;
  font-size: 0;
  background: #a73f32;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.page-content .slick-dots {
  text-align: center;
}
.page-content .slick-dots li {
  padding-left: 0;
}
.page-content .slick-dots li:before {
  display: none;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #000 url("../images/loading.gif") 50% 50% no-repeat;
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .close-button:hover {
  background-position: -37px 0;
}
#hebs-gallery .close-button:active {
  background-position: -74px 0;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .category-selector {
  position: absolute;
  top: 9px;
  left: 20px;
  z-index: 2;
}
#hebs-gallery .newListSelected {
  position: absolute !important;
  top: 4px;
  left: 20px;
  z-index: 2;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #hebs-gallery .galleria-stage {
    padding: 20px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #hebs-gallery .galleria-stage {
    bottom: 0;
  }
}
#hebs-gallery .galleria-stage .galleria-image {
  overflow: visible !important;
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 31px;
  height: 61px;
  margin-top: -30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
  z-index: 10;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  background-position: 0 -37px;
}
#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -51px -37px;
}
#hebs-gallery .galleria-image-nav-left:active {
  background-position: -102px -37px;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  background-position: 0 -118px;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -51px -118px;
}
#hebs-gallery .galleria-image-nav-right:active {
  background-position: -102px -118px;
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  height: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 767px) and (orientation: landscape) {
  #hebs-gallery .galleria-thumbnails-container {
    display: none;
  }
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px;
  width: 80px;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
  width: 74px !important;
  height: 74px !important;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active img {
  margin: -3px 0 0 -3px;
}
#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  display: none;
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.5;
  cursor: default;
}
#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:hover {
  background-position: -26px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:active {
  background-position: -57px -199px;
}
#hebs-gallery .galleria-thumb-nav-left.disabled {
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  background-position: 5px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:hover {
  background-position: -26px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:active {
  background-position: -57px -240px;
}
#hebs-gallery .galleria-thumb-nav-right.disabled {
  background-position: 5px -240px;
}
#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #hebs-gallery .galleria-info .galleria-info-description {
    left: 50px;
    right: 50px;
  }
}

.menu-tabs-block-acm {
  margin-bottom: 100px;
}
.menu-tabs-block-acm .menu-tabs-block-title {
  text-align: center;
  text-transform: uppercase;
  margin: 50px 0;
}
.menu-tabs-block-acm .tabs {
  position: relative;
  z-index: 6;
}
.menu-tabs-block-acm .tabs-titles {
  position: relative;
  margin: 0 0 40px;
  z-index: 20;
}
.menu-tabs-block-acm .tabs-titles ul {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
.menu-tabs-block-acm .tabs-titles li.tab-title {
  order: 2;
  display: block;
  transition: all 1s;
}
.menu-tabs-block-acm .tabs-titles li.tab-title .button {
  margin: 0 5px 10px;
  background: #8a7a4e;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles li.tab-title .button {
    margin: 0;
  }
}
.menu-tabs-block-acm .tabs-titles li.tab-title.active .button {
  background-color: #a1a09b;
  color: #fff;
}
.menu-tabs-block-acm .tabs-titles li.tab-title:before {
  display: none;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles {
    height: 54px;
    margin: 0 0 40px;
  }
  .menu-tabs-block-acm .tabs-titles ul {
    position: relative;
    flex-direction: column;
  }
  .menu-tabs-block-acm .tabs-titles ul::after {
    content: "";
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 12px;
    height: 12px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 201;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    padding: 0;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title.active {
    order: 1;
    position: relative !important;
    z-index: 10;
  }
  .menu-tabs-block-acm .tabs-titles .button {
    margin: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened li.tab-title {
    position: relative;
    top: auto;
    z-index: 10;
  }
}
.menu-tabs-block-acm .tabs-content {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  z-index: 10;
  overflow: hidden;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.4s;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
  margin-bottom: 30px;
  max-width: 70%;
  text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
    max-width: auto;
    width: 100%;
  }
}
.menu-tabs-block-acm .menu-block {
  width: 46%;
  min-width: 400px;
  margin-right: auto;
  padding: 0 2% 40px;
  text-align: left;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .menu-tabs-block-acm .menu-block {
    width: 100%;
    min-width: auto;
  }
}
.menu-tabs-block-acm .menu-block h2 {
  color: #a73f32;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .menu-tabs-block-acm .menu-block h2 {
    font-size: 23px;
  }
}
.menu-tabs-block-acm .menu-block h2 span {
  display: block;
  font-size: 0.8em;
  float: right;
}
.menu-tabs-block-acm .menu-block h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 20px;
}
.menu-tabs-block-acm .menu-block h3 span {
  display: block;
  float: right;
  letter-spacing: 3px;
}
.menu-tabs-block-acm .menu-block .dish {
  margin-bottom: 20px;
}
.menu-tabs-block-acm .menu-block .dish p {
  margin-bottom: 0;
}
.menu-tabs-block-acm .menu-block .dish .dish-ingredients {
  margin: 6px 0;
  font-size: 0.8em;
}
.menu-tabs-block-acm .menu-link {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.menu-tabs-block-acm .menu-link .button {
  display: inline-block;
}

.page-content {
  z-index: 20;
  position: relative;
  text-align: center;
}
.page-content:after {
  clear: both;
  content: "";
  display: table;
}
.page-content hr {
  display: block;
  height: 1px;
  margin: 21px auto;
  border: none;
  background: #eeddc7;
  color: #eeddc7;
}
.page-content h1, .page-content .h1, .page-content h2, .page-content .h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  font-family: "Cinzel", Arial, serif;
}
.page-content h1, .page-content .h1 {
  font-size: 14px;
  line-height: 67px;
  font-weight: 600;
  color: #a73f32;
  letter-spacing: 8px;
  text-indent: 8px;
  text-transform: uppercase;
  padding-top: 133px;
  display: inline-block;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .page-content h1, .page-content .h1 {
    padding-top: 95px;
    line-height: 37px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .page-content h1, .page-content .h1 {
    padding-top: 70px;
    line-height: 37px;
  }
}
.page-content h2, .page-content .h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 17px;
  color: #3B3E55;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-indent: 3px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .page-content h2, .page-content .h2 {
    font-size: 30px;
  }
}
.page-content h3 {
  font-size: 26px;
  line-height: 1.3;
}
.page-content h4, .page-content h5, .page-content h6 {
  font-weight: bold;
}
.page-content h3, .page-content h4, .page-content h5, .page-content h6, .page-content p, .page-content ul, .page-content ol, .page-content table {
  margin-bottom: 30px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .page-content h3, .page-content h4, .page-content h5, .page-content h6, .page-content p, .page-content ul, .page-content ol, .page-content table {
    margin-bottom: 15px;
  }
}
.page-content strong {
  font-weight: bold;
}
.page-content em {
  font-style: italic;
}
.page-content u {
  text-decoration: underline;
}
.page-content sup, .page-content sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
.page-content sup {
  top: -0.5em;
}
.page-content sub {
  bottom: -0.25em;
}
.page-content p, .page-content table {
  overflow: visible;
}
.page-content p:empty {
  display: none;
}
.page-content ol {
  list-style: decimal inside;
}
.page-content ul {
  list-style: none;
}
.page-content ol, .page-content ul {
  text-align: left;
}
.page-content ol ol, .page-content ul ul, .page-content ol ul, .page-content ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-content ol > li > ol, .page-content ol > li > ul {
  margin-left: 34px;
}
.page-content ol li, .page-content ul li {
  position: relative;
}
.page-content ul > li {
  padding-left: 14px;
  text-align: center;
}
.page-content ul > li:before {
  background: #a3824c;
  border-radius: 100%;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  vertical-align: middle;
  margin-right: 5px;
}
.page-content ul > li:hover:before {
  background-color: #c6a46d;
}
.page-content td, .page-content th, .page-content caption {
  padding: 8px 16px;
  text-align: left;
  vertical-align: middle;
}
.page-content th, .page-content caption {
  vertical-align: bottom;
  font: 16px/1 "Open Sans WF", Arial, sans-serif;
  color: #572600;
}
.page-content td {
  border-top: 1px solid #eeddc7;
  font-size: 14px;
}
.page-content table p {
  margin: 5px;
}
.page-content .thumbnail {
  float: right;
  margin: 0 0 20px 30px;
}
.page-content .thumbnail a, .page-content .thumbnail img {
  display: block;
}
.page-content .socials {
  margin-bottom: 20px;
  overflow: hidden;
}
.page-content .socials li:after {
  display: none;
}
.page-content .socials iframe {
  float: left;
  width: 90px;
  height: 21px;
  margin: 0 10px 0 0;
}

.dining-parallax-template-6 .page-content td {
  background: none !important;
}
.dining-parallax-template-6 .testimonials-section .swiper-slide {
  margin: 0 0vw 0 0 !important;
}

.rfpform {
  text-align: center;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #CBCBCB;
  font: 12px/15px "Open Sans WF", Arial, sans-serif;
  text-transform: uppercase;
  z-index: 100;
  max-width: 1150px;
  margin: 0 auto;
}
.rfpform .header {
  height: 60px;
  background: #9F8E60;
  cursor: pointer;
  transition: 350ms ease-in-out;
  z-index: 2;
  margin: 0 auto;
  position: absolute;
  max-width: 1150px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 979px) {
  .rfpform .header {
    left: 0;
    right: 0;
    max-width: 100%;
  }
}
.rfpform .header:hover, .rfpform .header:active, .rfpform .header:focus {
  background: #9F8E60;
}
.rfpform .header:hover:after, .rfpform .header:active:after, .rfpform .header:focus:after {
  border-top: none;
  border-bottom: 6px solid #fff;
}
.rfpform .header:after {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 26px;
  right: 62px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  transition: 350ms ease-in-out;
  opacity: 0.5;
}
.rfpform .header h5 {
  color: #fff;
  display: inline-block;
  font: 600 14px/60px "Cinzel", Arial, serif;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding-right: 45px;
  cursor: pointer;
}
.rfpform .header h5:after {
  content: "";
  background: url("../images/sprite.svg") 2px -249px no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 23px;
}
.rfpform .center-column {
  max-width: 100%;
  padding: 0 10px;
  margin-top: 60px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rfpform .center-column {
    padding: 0;
  }
}
.rfpform .center-column .page-content {
  overflow: hidden;
}
.rfpform .center-column .headers {
  position: relative;
  width: 385px;
  margin: 0 72px 0 130px;
  float: left;
  text-align: left;
}
@media only screen and (min-width: 1140px) {
  .rfpform .center-column .headers {
    margin-left: 225px;
    width: 465px;
  }
}
@media only screen and (max-width: 979px) {
  .rfpform .center-column .headers {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.rfpform .center-column .headers .background-header {
  line-height: 288px;
  font-size: 288px;
  top: -20px;
  left: -100px;
  color: #f8f8f8;
  transform: none;
}
@media only screen and (max-width: 979px) {
  .rfpform .center-column .headers .background-header {
    font-size: 138px;
    line-height: 210px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rfpform .center-column .headers .background-header {
    font-size: 120px;
    line-height: 110px;
    padding-top: 65px;
  }
}
.rfpform .center-column .headers .header {
  font: 600 14px/67px "Cinzel", Arial, serif;
  color: #9F8E60;
  text-transform: uppercase;
  padding-top: 44px;
  letter-spacing: 8px;
  display: block;
  margin: 0;
  background: none;
  height: auto;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .rfpform .center-column .headers .header {
    line-height: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rfpform .center-column .headers .header {
    line-height: 20px;
  }
}
.rfpform .center-column .headers .subheader {
  font: 400 40px/54px "Cinzel", Arial, serif;
  margin-bottom: 17px;
  color: #3B3E55;
  text-transform: uppercase;
}
.rfpform .center-column .copy {
  text-align: left;
  padding: 71px 40px 0 0;
  font: 15px/30px "Open Sans WF", Arial, sans-serif;
  text-transform: none;
  color: #3B3E55;
  overflow: hidden;
}
@media only screen and (min-width: 1140px) {
  .rfpform .center-column .copy {
    padding: 71px 70px 0 0;
  }
}
@media only screen and (max-width: 979px) {
  .rfpform .center-column .copy {
    padding: 20px;
    text-align: center;
  }
}
.rfpform > * {
  position: relative;
  z-index: 1;
}
.rfpform form {
  width: 100%;
  text-align: left;
  float: left;
  padding: 0 50px;
  box-sizing: border-box;
}
.keyboard-navigation .rfpform form {
  display: none;
}
@media only screen and (min-width: 1140px) {
  .rfpform form {
    width: calc(100% - 180px);
    margin-left: 180px;
  }
}
@media only screen and (max-width: 979px) {
  .rfpform form {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }
}
.rfpform form h3 {
  display: none;
}
.rfpform form fieldset {
  margin-top: 34px;
}
.rfpform form fieldset:first-child {
  width: 515px;
  margin: 34px 22px 0 0;
  float: left;
}
@media only screen and (max-width: 979px) {
  .rfpform form fieldset:first-child {
    width: 100%;
    margin: 0;
  }
}
.rfpform form fieldset:nth-child(2), .rfpform form fieldset.controls {
  width: 265px;
}
@media only screen and (max-width: 979px) {
  .rfpform form fieldset:nth-child(2), .rfpform form fieldset.controls {
    width: 100%;
  }
}
.rfpform form label {
  text-transform: none;
  font: 18px/30px "Cinzel", Arial, serif;
  color: #3B3E55;
  margin-bottom: 22px;
  display: inline-block;
}
@media only screen and (max-width: 979px) {
  .rfpform form label {
    display: block;
    margin-bottom: 5px;
  }
}
.rfpform form p {
  width: calc(45% - 35px);
  margin: 0 10px 40px 10px;
  float: left;
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 6px;
  position: relative;
}
@media only screen and (max-width: 979px) {
  .rfpform form p {
    width: calc(50% - 20px);
  }
}
.rfpform form p input[type=text], .rfpform form p input[type=date], .rfpform form p textarea {
  font: 14px/30px "Cinzel", Arial, serif;
  color: #4F4F50;
  text-transform: uppercase;
  width: 100%;
  height: 30px;
}
.keyboard-navigation .rfpform form p input[type=text]:focus, .keyboard-navigation .rfpform form p input[type=date]:focus, .keyboard-navigation .rfpform form p textarea:focus {
  box-shadow: 0 0 1px 1px red;
}
.rfpform form p input[type=text]::-webkit-input-placeholder, .rfpform form p input[type=date]::-webkit-input-placeholder, .rfpform form p textarea::-webkit-input-placeholder {
  color: #4F4F50;
}
.rfpform form p input[type=text]:-moz-placeholder, .rfpform form p input[type=date]:-moz-placeholder, .rfpform form p textarea:-moz-placeholder {
  color: #4F4F50;
}
.rfpform form p input[type=text]::-moz-placeholder, .rfpform form p input[type=date]::-moz-placeholder, .rfpform form p textarea::-moz-placeholder {
  color: #4F4F50;
}
.rfpform form p input[type=text]:-ms-input-placeholder, .rfpform form p input[type=date]:-ms-input-placeholder, .rfpform form p textarea:-ms-input-placeholder {
  color: #4F4F50;
}
.rfpform form p input[type=text]:focus::-webkit-input-placeholder, .rfpform form p input[type=date]:focus::-webkit-input-placeholder, .rfpform form p textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
.rfpform form p input[type=text]:focus:-moz-placeholder, .rfpform form p input[type=date]:focus:-moz-placeholder, .rfpform form p textarea:focus:-moz-placeholder {
  opacity: 0.5;
}
.rfpform form p input[type=text]:focus::-moz-placeholder, .rfpform form p input[type=date]:focus::-moz-placeholder, .rfpform form p textarea:focus::-moz-placeholder {
  opacity: 0.5;
}
.rfpform form p input[type=text]:focus:-ms-input-placeholder, .rfpform form p input[type=date]:focus:-ms-input-placeholder, .rfpform form p textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}
.rfpform form .datepicker {
  width: calc(62% - 35px);
}
@media only screen and (max-width: 979px) {
  .rfpform form .datepicker {
    width: calc(50% - 20px);
  }
}
.rfpform form #row_guests {
  width: calc(28% - 35px);
}
@media only screen and (max-width: 979px) {
  .rfpform form #row_guests {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 979px) {
  .rfpform form .radio-group {
    display: block;
    clear: both;
  }
}
.rfpform form .radio-group label {
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 14px;
}
.rfpform form .radio-group label input[type=radio] {
  position: absolute;
  opacity: 0;
}
.rfpform form .radio-group label:before {
  content: "";
  vertical-align: top;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 2px solid #000;
  margin-right: 15px;
}
.rfpform form .radio-group label.checked:before {
  content: "X";
  line-height: 7px;
  font-size: 10px;
  color: #928249;
}
.rfpform form .radio-group label:focus:before {
  box-shadow: 0 0 1px 1px red;
}
.rfpform form .type_radio, .rfpform form .type_textarea {
  border-bottom: none;
}
.rfpform form .type_radio label, .rfpform form .type_textarea label {
  display: block;
  float: left;
}
.rfpform form .type_radio {
  width: calc(100% - 20px);
  float: none;
  overflow: hidden;
  margin: 0 10px 15px 10px;
  padding-bottom: 0;
}
@media only screen and (max-width: 979px) {
  .rfpform form .type_radio {
    width: calc(50% - 20px);
    float: left;
  }
}
.rfpform form .type_radio label {
  width: 60%;
}
@media only screen and (max-width: 979px) {
  .rfpform form .type_radio label {
    width: 100%;
  }
}
.rfpform form .type_textarea {
  width: calc(100% - 40px);
}
@media only screen and (max-width: 979px) {
  .rfpform form .type_textarea {
    width: calc(100% - 20px);
  }
}
.rfpform form .type_textarea label {
  margin-bottom: 6px;
}
.rfpform form .type_textarea textarea {
  border: 1px solid #CFCFCF;
  min-height: 200px;
  resize: none;
  padding: 10px;
}
.rfpform form .type_textarea textarea::-webkit-input-placeholder {
  font-size: 0;
  text-indent: -9999em;
}
.rfpform form .type_textarea textarea:-moz-placeholder {
  font-size: 0;
  text-indent: -9999em;
}
.rfpform form .type_textarea textarea::-moz-placeholder {
  font-size: 0;
  text-indent: -9999em;
}
.rfpform form .type_textarea textarea:-ms-input-placeholder {
  font-size: 0;
  text-indent: -9999em;
}
.rfpform form .type_dropdown {
  width: calc(100% - 40px);
}
@media only screen and (max-width: 979px) {
  .rfpform form .type_dropdown {
    width: calc(100% - 20px);
  }
}
.rfpform form .type_dropdown:after {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #928249;
  opacity: 0.5;
}
.rfpform form select {
  width: 100%;
  float: right;
  font: 14px "Cinzel", Arial, serif;
  color: #4F4F50;
  background: none;
  height: 30px;
  border: none;
  display: block;
  text-align: left;
  z-index: 1;
  line-height: 14px;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 0;
}
.keyboard-navigation .rfpform form select:focus {
  box-shadow: 0 0 1px 1px red;
}
.rfpform .controls {
  margin-top: 0;
}
.rfpform .controls p {
  border-bottom: none;
  width: calc(100% - 40px);
  text-align: center;
}
@media only screen and (max-width: 979px) {
  .rfpform .controls p {
    width: calc(100% - 20px);
  }
}
.rfpform .controls input[type=submit] {
  display: inline-block;
  font-weight: 700;
  width: 100%;
}

.popup {
  position: fixed;
  bottom: 0;
  background: #fff;
  height: calc(100% - 80px);
  max-height: 60px;
  overflow: hidden;
  width: calc(100% - 20px);
  transition: all 200ms;
  z-index: 70;
  left: 10px;
  right: 10px;
}
@media only screen and (max-width: 979px) {
  .popup {
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
.popup .close {
  display: none;
  position: absolute;
  right: 60px;
  top: 20px;
  height: 24px;
  width: 24px;
  font-size: 0;
  cursor: pointer;
  z-index: 2;
  transition: 350ms ease-in-out;
}
.popup .close span {
  display: block;
  width: 24px;
  height: 1px;
  background: #fff;
  transform-origin: 50% 50%;
  transition: 350ms ease-in-out;
}
.popup .close span:first-child {
  transform: translate(0, 0) rotate(45deg);
}
.popup .close span:last-child {
  transform: translate(0, -1px) rotate(135deg);
}
.popup .close:hover span {
  background: #2C2C2C;
}
.keyboard-navigation .popup {
  transition: none;
}
.popup-visible .popup {
  visibility: visible;
  overflow: auto;
  max-height: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.popup-visible .popup .close {
  display: block;
}
.popup-visible .popup .header:after {
  display: none;
}
.keyboard-navigation.popup-visible .popup form {
  display: block;
}

#content .acm-default-wrapper .form p {
  position: relative;
}
#content .acm-default-wrapper .form p .ui-datepicker-trigger {
  right: 8px;
  top: 8px;
}
#content .acm-default-wrapper .form input[type=text], #content .acm-default-wrapper .form input[type=email], #content .acm-default-wrapper .form input[type=password], #content .acm-default-wrapper .form textarea {
  border: 1px solid #4F4F50;
  border-radius: 0;
  width: 100%;
  padding: 0 10px;
  position: relative;
}
#content .acm-default-wrapper .form label {
  display: none;
}

#neighbourhood-tiles {
  position: relative;
}
#neighbourhood-tiles .page-content {
  padding: 0 55px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #neighbourhood-tiles .page-content {
    padding: 0;
  }
}
#neighbourhood-tiles .tile {
  width: calc(33.3333333333% - 13.3333333333px);
  margin-right: 20px;
  height: 270px;
  background-size: cover;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  float: left;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #neighbourhood-tiles .tile {
    width: 100% !important;
    float: none;
    display: none;
  }
}
#neighbourhood-tiles .tile:hover .thumbnail {
  transform: scale(1.1);
}
#neighbourhood-tiles .tile:hover .button {
  opacity: 1;
}
#neighbourhood-tiles .tile .thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
  transition: transform 500ms cubic-bezier(1, 0, 0, 1);
  width: 100%;
  height: 100%;
  float: none;
  margin: 0;
}
#neighbourhood-tiles .tile .overlay {
  background: rgba(79, 79, 80, 0.2);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 1;
  transition: background-color 500ms cubic-bezier(1, 0, 0, 1);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#neighbourhood-tiles .tile .overlay:hover {
  background: rgba(149, 128, 78, 0.8);
}
#neighbourhood-tiles .tile h4 {
  clear: both;
  text-align: center;
  color: #fff;
  padding: 0px 30px;
  box-sizing: border-box;
  font: 40px/1 "Cinzel WF", "Arial", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #neighbourhood-tiles .tile h4 {
    font-size: 30px;
  }
}
#neighbourhood-tiles .tile .button-container {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 45px;
  left: 0;
}
#neighbourhood-tiles .tile .button {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
#neighbourhood-tiles .load-more {
  background: #A59368;
  margin: 10px auto;
  width: 100%;
  display: none;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #neighbourhood-tiles .load-more {
    display: block;
  }
}
#neighbourhood-tiles .load-more:hover {
  background: #4F4F50 !important;
}

.acm-block.dining-menu-links {
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 0 10px;
}
.acm-block.dining-menu-links h2 {
  margin-bottom: 40px;
}
.acm-block.dining-menu-links .blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}
.acm-block.dining-menu-links .blocks .block {
  position: relative;
  display: inline-block;
  width: calc((100% - 60px) / 3);
  height: 0;
  padding-top: calc((100% - 20px) / 3);
  margin: 0 10px 20px 10px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-block.dining-menu-links .blocks .block {
    width: calc(50% - 20px);
    padding-top: calc(50% - 20px);
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-block.dining-menu-links .blocks .block {
    width: 100%;
    padding-top: 70%;
    margin: 0 0 10px 0;
  }
}
.acm-block.dining-menu-links .blocks .block:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 350ms ease-in-out;
}
.acm-block.dining-menu-links .blocks .block .button-wrapper {
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.acm-block.dining-menu-links .blocks .block .button-wrapper .button {
  background: rgb(149, 128, 78);
}
.acm-block.dining-menu-links .blocks .block .button-wrapper .button:hover {
  background-color: rgb(146, 144, 140);
}

#specials {
  font-size: 0;
  position: relative;
  overflow: hidden;
}
#specials .center-column {
  position: static;
}
#specials .slideshow {
  overflow: hidden;
}
#specials .slick-track {
  margin: 0 auto;
  transition-property: transform;
  display: flex;
  align-items: stretch;
}
#specials .promo {
  color: #fff;
  display: inline-block;
  max-height: 600px;
  overflow: hidden;
  position: relative;
  width: 50%;
}
#specials .promo h2 {
  color: #fff;
  font: 40px/1 "Cinzel", Arial, serif;
  font-size: 3vw;
  margin-bottom: 17px;
}
@media (max-width: 666.6666666667px) {
  #specials .promo h2 {
    font-size: 20px;
  }
}
@media (min-width: 1333.3333333333px) {
  #specials .promo h2 {
    font-size: 40px;
  }
}
#specials .promo h2 a {
  color: inherit;
  text-decoration: none;
}
#specials .promo p {
  display: inline-block;
  font-size: 16px;
  font-size: 1.5vw;
  line-height: 1.45;
  overflow: hidden;
  margin-top: -100%;
  opacity: 0;
  padding: 60px 0 0;
  position: relative;
  transition: opacity 500ms cubic-bezier(1, 0, 0, 1), margin-top 500ms cubic-bezier(1, 0, 0, 1);
  width: 100%;
}
@media (max-width: 800px) {
  #specials .promo p {
    font-size: 12px;
  }
}
@media (min-width: 1066.6666666667px) {
  #specials .promo p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #specials .promo p {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #specials .promo p {
    font-size: 10px;
  }
}
#specials .promo p:before {
  background: #ddd;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  left: calc(50% - 25px);
  top: 30px;
  width: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #specials .promo p:before {
    top: 15px;
  }
}
#specials .promo .button {
  background: #4F4F50;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font: 14px/30px "Cinzel WF", "Arial", sans-serif;
  height: 50px;
  margin: 0;
  overflow: visible;
  padding: 10px 20px;
  position: relative;
  -moz-text-align-last: auto;
  text-align-last: auto;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 250ms ease-in-out;
}
#specials .promo .button:hover {
  background: #95804E;
  color: #fff;
}
#specials .promo:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
#specials .promo:hover p {
  margin-top: 0;
  opacity: 1;
}
#specials .overlay {
  background: rgba(79, 79, 80, 0.2);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 20;
  transition: background-color 500ms cubic-bezier(1, 0, 0, 1);
}
#specials .vertical .centered {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 10px);
}
#specials .vertical:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.1px;
}
#specials img {
  visibility: hidden;
  width: 100%;
}
#specials .thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
  transition: transform 500ms cubic-bezier(1, 0, 0, 1);
  width: 100%;
  z-index: 10;
  margin: 0;
}
#specials .slick-arrow {
  background: url("../images/sprite-corp.svg") no-repeat 0 -130px;
  border-radius: 50%;
  height: 40px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  z-index: 10;
}
#specials .slick-arrow:hover {
  background-position: -30px -130px;
}
#specials .slick-arrow:active {
  background-position: -60px -130px;
}
#specials .slick-prev {
  left: 50px;
}
#specials .slick-next {
  background-position: -90px -130px;
  right: 50px;
}
#specials .slick-next:hover {
  background-position: -120px -130px;
}
#specials .slick-next:active {
  background-position: -150px -130px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #specials .slick-prev {
    left: 20px;
  }
  #specials .slick-next {
    right: 20px;
  }
}
