@charset "UTF-8";
.employee-testimonials-section .slider-arrow .arrow-left {
  left: 0;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: left top;
}

.employee-testimonials-section .slider-arrow .arrow-right {
  right: 0;
  top: 50%;
  transform: rotate(135deg);
  transform-origin: left top;
}

.employee-testimonials-section .slider-arrow .arrow-up {
  left: 50%;
  top: 0;
  transform: rotate(45deg);
  transform-origin: left top;
}

.employee-testimonials-section .slider-arrow .arrow-down {
  bottom: 0;
  left: 50%;
  transform: rotate(-135deg);
  transform-origin: left top;
}

/* 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;*/
  z-index: 999999999 !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;
  }
}

/* Swiper Container */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

#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 .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;
}
.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 {
  color: #4F4F50;
  border: 1px solid #9f8e60;
  height: 58px;
  line-height: 54px;
  background: none;
}
.acm-left-right-section .block .center-column .page-content .button:hover {
  border: 1px solid #4F4F50;
  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: #fff;
  padding: 24px 20px 16px 20px;
  text-align: center;
  display: inline-block;
  max-width: 192px;
}
.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: 600 14px/34px "Cinzel", Arial, serif;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  height: 36px;
  padding: 0 38px;
  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: rgba(159, 142, 96, 0.7);
}
.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 {
  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;
}

#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;
  }
}

#reviews {
  overflow: hidden;
  padding: 100px 0;
  position: relative;
  background-size: cover;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #reviews {
    padding: 56px 0 75px;
  }
}
#reviews .main-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#reviews .main-thumb:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 585px;
  background: rgba(255, 255, 255, 0.8);
}
#reviews .slick-arrow {
  background: url("../images/sprite.svg") no-repeat -330px 5px;
  border-radius: 50%;
  height: 40px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  z-index: 10;
}
#reviews .slick-arrow:hover {
  background-position: -330px 5px;
}
#reviews .slick-arrow:active {
  background-position: -330px 5px;
}
#reviews .slick-prev {
  left: 20px;
}
#reviews .slick-next {
  background-position: -416px 5px;
  right: 20px;
}
#reviews .slick-next:hover {
  background-position: -416px 5px;
}
#reviews .slick-next:active {
  background-position: -416px 5px;
}
#reviews .slideshow {
  width: calc(100% - 60px);
  max-width: 920px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #reviews .slideshow {
    width: calc(100% - 200px);
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #reviews .slideshow {
    width: calc(100% - 60px);
  }
}
#reviews .slide {
  padding-top: 65px;
  position: relative;
  text-align: center;
  color: #525252;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
#reviews .slide:before {
  content: "";
  display: block;
  width: 77px;
  height: 46px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -32px;
  background: url("../images/sprite.svg") no-repeat -185px -178px;
}
#reviews .slide h4,
#reviews .slide .copy {
  quotes: "“" "”";
}
#reviews .slide h4:before,
#reviews .slide .copy:before {
  content: open-quote;
  display: inline;
}
#reviews .slide h4:after,
#reviews .slide .copy:after {
  content: close-quote;
  display: inline;
}
#reviews .slide h4 {
  font-size: 36px;
  line-height: 43px;
  color: #95804E;
  font-family: "Cinzel", Arial, serif;
  font-weight: normal;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #reviews .slide h4 {
    font-size: 28px;
  }
}
#reviews .slide .copy {
  margin-top: 33px;
  font-size: 16px;
  color: #4F4F50;
  line-height: 26px;
  font-style: italic;
}
#reviews .slide .copy * {
  display: inline;
}
#reviews .slide .name {
  margin-top: 25px;
  font-weight: 700;
  font-size: 16px;
  color: #4F4F50;
  text-transform: uppercase;
}

.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: #9F8E60;
  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;
}

.form .g-recaptcha {
  width: 300px;
  margin: 0 auto;
}

.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: 999999999;
  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 .terms-privacy {
  width: 509px;
}
.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;
  margin: 40px 0 0 0;
}
@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%;
}
.rfpform .g-recaptcha {
  top: 100px;
  position: relative;
  margin: 0 auto;
  width: 300px;
}
.rfpform #weddings .g-recaptcha {
  top: 0;
  position: inherit;
  margin: 0 auto;
  width: auto;
}
.rfpform #weddings .js-recaptcha-box {
  float: left;
}
.rfpform #weddings .type_recaptcha {
  border: none;
}

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

.employee-testimonials-section {
  margin-bottom: 6vw;
  position: relative;
  overflow: hidden;
  z-index: 10;
  background-color: #F5F5F5;
}
.employee-testimonials-section * {
  box-sizing: border-box;
}
.employee-testimonials-section .images-slider {
  position: relative;
}
.employee-testimonials-section .slide {
  display: flex;
  height: auto;
}
.employee-testimonials-section .slider-arrow {
  color: #000;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -1000em;
  z-index: 1;
}
.employee-testimonials-section .slider-arrow .arrow-left {
  display: inline-block;
  position: absolute;
}
.employee-testimonials-section .slider-arrow .arrow-left:before, .employee-testimonials-section .slider-arrow .arrow-left:after {
  background: #fff;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  top: 0;
  transition: background-color 350ms ease-in-out;
}
.employee-testimonials-section .slider-arrow .arrow-left:before {
  height: 2px;
  width: 32px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .employee-testimonials-section .slider-arrow .arrow-left:before {
    width: 16px;
  }
}
.employee-testimonials-section .slider-arrow .arrow-left:after {
  height: 32px;
  width: 2px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .employee-testimonials-section .slider-arrow .arrow-left:after {
    height: 16px;
  }
}
.employee-testimonials-section .slider-arrow .arrow-right {
  display: inline-block;
  position: absolute;
}
.employee-testimonials-section .slider-arrow .arrow-right:before, .employee-testimonials-section .slider-arrow .arrow-right:after {
  background: #fff;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  top: 0;
  transition: background-color 350ms ease-in-out;
}
.employee-testimonials-section .slider-arrow .arrow-right:before {
  height: 2px;
  width: 32px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .employee-testimonials-section .slider-arrow .arrow-right:before {
    width: 16px;
  }
}
.employee-testimonials-section .slider-arrow .arrow-right:after {
  height: 32px;
  width: 2px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .employee-testimonials-section .slider-arrow .arrow-right:after {
    height: 16px;
  }
}
.employee-testimonials-section .slider-arrow .arrow-up {
  display: inline-block;
  position: absolute;
}
.employee-testimonials-section .slider-arrow .arrow-up:before, .employee-testimonials-section .slider-arrow .arrow-up:after {
  background: #fff;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  top: 0;
  transition: background-color 350ms ease-in-out;
}
.employee-testimonials-section .slider-arrow .arrow-up:before {
  height: 2px;
  width: 32px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .employee-testimonials-section .slider-arrow .arrow-up:before {
    width: 16px;
  }
}
.employee-testimonials-section .slider-arrow .arrow-up:after {
  height: 32px;
  width: 2px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .employee-testimonials-section .slider-arrow .arrow-up:after {
    height: 16px;
  }
}
.employee-testimonials-section .slider-arrow .arrow-down {
  display: inline-block;
  position: absolute;
}
.employee-testimonials-section .slider-arrow .arrow-down:before, .employee-testimonials-section .slider-arrow .arrow-down:after {
  background: #fff;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  top: 0;
  transition: background-color 350ms ease-in-out;
}
.employee-testimonials-section .slider-arrow .arrow-down:before {
  height: 2px;
  width: 32px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .employee-testimonials-section .slider-arrow .arrow-down:before {
    width: 16px;
  }
}
.employee-testimonials-section .slider-arrow .arrow-down:after {
  height: 32px;
  width: 2px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .employee-testimonials-section .slider-arrow .arrow-down:after {
    height: 16px;
  }
}
.employee-testimonials-section .slider-arrow:hover:before, .employee-testimonials-section .slider-arrow:hover:after {
  background-color: #95804E;
}
.employee-testimonials-section .center-column {
  box-sizing: border-box;
  max-width: 1350px;
  padding: 0 60px;
  text-align: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.employee-testimonials-section .copy, .employee-testimonials-section .testimonials {
  flex-shrink: 0;
}
.employee-testimonials-section .testimonials {
  padding: 3vw 0;
  width: 100%;
}
.employee-testimonials-section .testimonials .swiper-prev {
  right: calc(100% + 1.5vw);
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .employee-testimonials-section .testimonials .swiper-prev {
    right: calc(100% - 5px);
  }
}
.employee-testimonials-section .testimonials .swiper-next {
  left: calc(100% + 1.5vw);
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .employee-testimonials-section .testimonials .swiper-next {
    left: calc(100% - 5px);
  }
}
.employee-testimonials-section .testimonials .swiper-container-horizontal {
  width: 100%;
}
.employee-testimonials-section .slideshow {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.employee-testimonials-section .slide {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.employee-testimonials-section .slide h2 {
  font-display: auto;
  font: 32px/1.125 "Cinzel", Arial, serif;
  font-size: 2vw;
}
@media (max-width: 1100px) {
  .employee-testimonials-section .slide h2 {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .employee-testimonials-section .slide h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .employee-testimonials-section .slide h2 {
    font-size: 18px;
    line-height: 1.25;
  }
}
.employee-testimonials-section .swiper-slide {
  margin: 0 3vw 0 0;
}
.employee-testimonials-section .slider-arrow {
  font-size: 0;
  height: 50px;
}
.employee-testimonials-section .slider-arrow .arrow-left:before, .employee-testimonials-section .slider-arrow .arrow-left:after,
.employee-testimonials-section .slider-arrow .arrow-right:before, .employee-testimonials-section .slider-arrow .arrow-right:after {
  background-color: #95804E;
}
.employee-testimonials-section .slider-arrow:hover .arrow-left:before, .employee-testimonials-section .slider-arrow:hover .arrow-left:after,
.employee-testimonials-section .slider-arrow:hover .arrow-right:before, .employee-testimonials-section .slider-arrow:hover .arrow-right:after {
  background-color: #000;
}
.employee-testimonials-section .slider-arrow.swiper-prev {
  padding-left: 30px;
}
.employee-testimonials-section .slider-arrow.swiper-next {
  padding-right: 30px;
}
.employee-testimonials-section .tile {
  width: 100%;
  height: auto;
  min-height: 640px;
}
.employee-testimonials-section .tile:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .employee-testimonials-section .tile {
    min-height: 0;
  }
}
.employee-testimonials-section .tile .thumb {
  width: calc(50% + 40px);
  position: absolute;
  top: 0;
  height: 100%;
  margin: 0 !important;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .employee-testimonials-section .tile .thumb {
    width: 100%;
    position: relative;
    height: auto;
    background: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin-bottom: 40px !important;
  }
}
.employee-testimonials-section .tile .thumb:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 33%;
  background: #fff;
}
.employee-testimonials-section .tile .thumb img {
  display: none;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .employee-testimonials-section .tile .thumb img {
    display: block;
  }
}
.employee-testimonials-section .tile .description {
  width: calc(50% - 40px);
  font-size: 16px;
  padding-top: 3vw;
  text-align: left;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .employee-testimonials-section .tile .description {
    width: 100%;
    padding: 0 !important;
  }
}
.employee-testimonials-section .tile .h1 {
  display: block;
  margin-bottom: 0;
  padding-top: 0;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  color: #3B3E55;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-indent: 3px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .employee-testimonials-section .tile .h1 {
    font-size: 30px;
  }
}
.employee-testimonials-section .tile .employee-title {
  margin-bottom: 17px;
}
.employee-testimonials-section .tile .hotel-name {
  font-family: "Cinzel", Arial, serif;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 600;
  color: #9F8E60;
  letter-spacing: 8px;
  text-indent: 8px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .employee-testimonials-section .tile .hotel-name {
    line-height: 37px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .employee-testimonials-section .tile .hotel-name {
    line-height: 37px;
  }
}
.employee-testimonials-section .tile .text {
  position: relative;
  font-size: 15px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .employee-testimonials-section .tile .text {
    padding-left: 20px;
  }
}
.employee-testimonials-section .tile .text:after {
  content: "";
  display: block;
  background: url("../images/sprite_2.svg") -270px 0;
  width: 48px;
  height: 42px;
  position: absolute;
  top: -18px;
  z-index: -1;
}
.employee-testimonials-section .tile .text p {
  color: #4A4A4A;
}
.employee-testimonials-section .tile .meta {
  color: #000;
  margin: 0 20px 10px 0;
  font-size: 14px;
}
.employee-testimonials-section .tile.image-left .thumb {
  left: 0;
}
.employee-testimonials-section .tile.image-left .thumb:after {
  right: 0;
  background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%, rgb(245, 245, 245) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00f5f5f5", endColorstr="#f5f5f5",GradientType=1 );
}
.employee-testimonials-section .tile.image-left .description {
  float: right;
  padding-left: 6vw;
}
.employee-testimonials-section .tile.image-left .description .text:after {
  left: -30px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .employee-testimonials-section .tile.image-left .description .text:after {
    left: 0;
  }
}
.employee-testimonials-section .tile.image-right .thumb {
  right: 0;
}
.employee-testimonials-section .tile.image-right .thumb:after {
  left: 0;
  background: linear-gradient(to right, rgb(245, 245, 245) 0%, rgba(245, 245, 245, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f5f5f5", endColorstr="#00f5f5f5",GradientType=1 );
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .employee-testimonials-section .tile.image-right .thumb:after {
    left: auto;
    right: 0;
    background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%, rgb(245, 245, 245) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00f5f5f5", endColorstr="#f5f5f5",GradientType=1 );
  }
}
.employee-testimonials-section .tile.image-right .description {
  float: left;
  padding-left: 3vw;
  padding-right: 6vw;
}
.employee-testimonials-section .tile.image-right .description .text:after {
  left: -20px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .employee-testimonials-section .tile.image-right .description .text:after {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .employee-testimonials-section .h1 {
    margin-bottom: 30px;
  }
  .employee-testimonials-section.no-copy .center-column {
    padding: 0 60px;
  }
  .employee-testimonials-section .center-column {
    flex-flow: column nowrap;
    padding: 0;
  }
  .employee-testimonials-section .slide {
    margin: 0 15px;
  }
  .employee-testimonials-section .swiper-slide {
    margin: 0 30px 0 0;
  }
  .employee-testimonials-section .testimonials {
    padding: 30px 0px 50px;
  }
  .employee-testimonials-section .testimonials .images-slider {
    padding: 0 30px;
  }
  .employee-testimonials-section .testimonials .swiper-container-horizontal {
    width: calc(100% - 60px);
  }
  .employee-testimonials-section .testimonials .swiper-prev {
    left: auto;
    right: calc(100% - 45px);
  }
  .employee-testimonials-section .testimonials .swiper-next {
    left: calc(100% - 45px);
    right: auto;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .employee-testimonials-section .h1 {
    margin-bottom: 20px;
  }
  .employee-testimonials-section.no-copy .center-column {
    padding: 0 30px;
  }
  .employee-testimonials-section .center-column {
    flex-flow: column nowrap;
    padding: 0;
  }
  .employee-testimonials-section .center-column .copy,
  .employee-testimonials-section .center-column .copy + .testimonials {
    width: 100%;
  }
  .employee-testimonials-section .slide {
    margin: 0 10px;
    width: calc((100% - 20px) / 1.2);
  }
  .employee-testimonials-section .swiper-slide {
    margin: 0 20px 0 0;
    width: calc((100% - 20px) / 1.2);
  }
  .employee-testimonials-section .swiper-prev {
    left: auto;
    right: calc(100% - 5px);
  }
  .employee-testimonials-section .swiper-next {
    left: calc(100% - 5px);
    right: auto;
  }
  .employee-testimonials-section .testimonials {
    padding: 20px 0px 30px;
  }
  .employee-testimonials-section .testimonials .images-slider {
    padding: 0 30px;
  }
  .employee-testimonials-section .testimonials .swiper-container-horizontal {
    width: 100%;
  }
  .employee-testimonials-section .testimonials .swiper-prev {
    left: auto;
    right: calc(100% - 35px);
  }
  .employee-testimonials-section .testimonials .swiper-next {
    left: calc(100% - 35px);
    right: auto;
  }
  .employee-testimonials-section .testimonials .slide {
    width: calc((100% - 20px) / 1.2);
  }
}

* {
  box-sizing: border-box;
}

.wedding-parallax-template-6 .center-column .page-content .h1 {
  padding-top: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .wedding-parallax-template-6 .center-column .page-content .h1 {
    padding-top: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .wedding-parallax-template-6 .acm-left-right-section.alternate-section .block .center-column .page-content .h1 {
    font-size: 18px;
  }
}
.wedding-parallax-template-6 .acm-left-right-section.alternate-section .block .center-column .buttons-wrap {
  justify-content: flex-start;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .wedding-parallax-template-6 .acm-left-right-section.alternate-section .block .center-column .buttons-wrap {
    margin-bottom: 50px;
  }
}
.wedding-parallax-template-6 .acm-left-right-section.alternate-section .block .center-column .buttons-wrap .button-outline {
  margin: auto 0;
}
.wedding-parallax-template-6 .acm-default-section:nth-child(2) h2.h1 {
  padding-top: 133px;
}
.wedding-parallax-template-6 .acm-default-section.intro-sec {
  padding: 96px 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .wedding-parallax-template-6 .acm-default-section.intro-sec.mobile-no {
    display: none;
  }
}
.wedding-parallax-template-6 .acm-default-section.intro-sec .intro-heading {
  color: #9F8E60;
  font: 600 14px/33px "Cinzel", Arial, serif;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin: 0 auto 36px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .wedding-parallax-template-6 .acm-default-section.intro-sec .intro-heading {
    margin-bottom: 15px;
  }
}
.wedding-parallax-template-6 .acm-default-section .center-column {
  max-width: 566px;
}
.wedding-parallax-template-6 .acm-default-section #gallery-default {
  max-width: 1055px;
  margin-top: 96px;
  padding-bottom: 96px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .wedding-parallax-template-6 .acm-default-section #gallery-default {
    margin-top: 56px;
    padding-bottom: 56px;
  }
}
.wedding-parallax-template-6 .acm-default-section #gallery-default .slider-big {
  height: 100%;
}
.wedding-parallax-template-6 .acm-default-section #gallery-default .slider-big .slick-list {
  position: relative;
  bottom: 25px;
}
.wedding-parallax-template-6 .acm-default-section #gallery-default .slider-big .slide {
  height: 653px;
}
@media (max-width: 450px) {
  .wedding-parallax-template-6 .acm-default-section #gallery-default .slider-big .slide {
    height: 202px;
  }
}
.wedding-parallax-template-6 .acm-default-section #gallery-default .slider-big .slick-dots {
  position: relative;
}
.wedding-parallax-template-6 .acm-default-section #gallery-default .slider-big .slick-arrow {
  width: 20px;
  height: 48px;
  top: 45%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .wedding-parallax-template-6 .acm-default-section #gallery-default .slider-big .slick-arrow {
    top: calc(65% - 125px);
    height: 28px;
  }
  .wedding-parallax-template-6 .acm-default-section #gallery-default .slider-big .slick-arrow:hover {
    background-position: center;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .wedding-parallax-template-6 .acm-default-section #gallery-default .slider-big .slick-prev {
    background: url("../images/left-arrow.svg") no-repeat 0 0;
    left: 10px;
  }
  .wedding-parallax-template-6 .acm-default-section #gallery-default .slider-big .slick-prev:hover {
    background: url("../images/left-arrow.svg") no-repeat 0 0;
  }
}
.wedding-parallax-template-6 .acm-default-section #gallery-default .slider-big .slick-next {
  background-position: -163px 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .wedding-parallax-template-6 .acm-default-section #gallery-default .slider-big .slick-next {
    background: url("../images/right-arrow.svg") no-repeat 0 0;
    background-position: center;
    right: 10px;
  }
  .wedding-parallax-template-6 .acm-default-section #gallery-default .slider-big .slick-next:hover {
    background: url("../images/right-arrow.svg") no-repeat 0 0;
    background-position: center !important;
  }
}
.wedding-parallax-template-6 .acm-default-section #gallery-default .slider-big .slick-next:hover {
  background-position: -212px 0;
}
.wedding-parallax-template-6 .acm-default-section #gallery {
  margin-top: 0;
}

.full-width-bg-white {
  background-color: #fff;
  width: 100%;
  padding-bottom: 90px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .full-width-bg-white {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-block {
    padding: 0 24px;
  }
}
.acm-block.two-col-image-content {
  max-width: 1055px;
}
.acm-block.two-col-image-content .wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
  padding-top: 60px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-block.two-col-image-content .wrapper {
    align-items: center;
    flex-direction: column;
    padding-top: 26px;
  }
}
.acm-block.two-col-image-content .wrapper .inner {
  position: relative;
  width: 100%;
}
.acm-block.two-col-image-content .wrapper .inner .image {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 496px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-block.two-col-image-content .wrapper .inner .image {
    width: 100%;
    height: 312px;
  }
}
.acm-block.two-col-image-content .wrapper .inner .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.acm-block.two-col-image-content .wrapper .inner .title {
  color: #9F8E60;
  font: 600 14px/33px "Cinzel", Arial, serif;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin: 36px auto 12px;
}
.acm-block.two-col-image-content .wrapper .inner .description {
  max-width: 80%;
  margin: 0 auto;
  padding-bottom: 24px;
  color: #3B3E55;
  font: 400 15px/33px "Open Sans WF", Arial, sans-serif;
  font-style: normal;
}
@media only screen and (max-width: 979px) {
  .acm-block.two-col-image-content .wrapper .inner .description {
    max-width: none;
    margin: 0;
  }
}
.acm-block.acm-three-col {
  max-width: 1224px;
  padding: 96px 0 80px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-block.acm-three-col {
    padding: 56px 24px;
  }
}
.acm-block.acm-three-col .title {
  color: #9F8E60;
  font: 700 18px/33px "Cinzel", Arial, serif;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-bottom: 48px;
}
.acm-block.acm-three-col .images-block {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-block.acm-three-col .images-block {
    flex-direction: column;
    align-items: center;
    gap: 53px;
  }
}
.acm-block.acm-three-col .images-block .inner-wrap {
  position: relative;
  width: 100%;
}
.acm-block.acm-three-col .images-block .inner-wrap .image {
  width: 100%;
  height: 392px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-block.acm-three-col .images-block .inner-wrap .image {
    width: 100%;
    height: 312px;
  }
}
.acm-block.acm-three-col .images-block .inner-wrap .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.acm-block.acm-three-col .images-block .inner-wrap .buttons-wrap.single {
  position: absolute;
  bottom: -17px;
  width: 100%;
  z-index: 20;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-block.acm-three-col .images-block .inner-wrap .buttons-wrap.single {
    bottom: -5px;
  }
}
.acm-block.acm-three-col .images-block .inner-wrap .buttons-wrap.single .button-outline {
  margin: 0 auto;
  background-color: #fff;
}
.acm-block.testimonials-section {
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-block.testimonials-section {
    padding: 0;
  }
}
.acm-block.testimonials-section .testimonials-wrapper {
  position: relative;
  max-width: 1184px;
  margin: 0 auto;
  padding: 96px 60px 184px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-block.testimonials-section .testimonials-wrapper {
    padding: 56px 0;
  }
}
.acm-block.testimonials-section .testimonials-wrapper .heading {
  color: #9F8E60;
  font: 600 14px/33px "Cinzel", Arial, serif;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin: 0 auto 56px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-block.testimonials-section .testimonials-wrapper .heading {
    margin-bottom: 15px;
  }
}
.acm-block.testimonials-section .testimonials-wrapper .slider-wrap {
  max-width: 1064px;
  margin: 0 auto;
}
.acm-block.testimonials-section .testimonials-wrapper .slider-wrap .slideshow {
  overflow: hidden;
  width: 100%;
}
.acm-block.testimonials-section .testimonials-wrapper .slider-wrap .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-block.testimonials-section .testimonials-wrapper .slider-wrap .item {
    flex-direction: column;
  }
}
.acm-block.testimonials-section .testimonials-wrapper .slider-wrap .item .image-wrap {
  width: 65%;
  max-width: 624px;
  height: 484px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-block.testimonials-section .testimonials-wrapper .slider-wrap .item .image-wrap {
    width: 100%;
    height: 280px;
    max-width: 100%;
  }
}
.acm-block.testimonials-section .testimonials-wrapper .slider-wrap .item .image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.acm-block.testimonials-section .testimonials-wrapper .slider-wrap .item .content-wrap {
  width: 35%;
  max-width: 440px;
  height: 100%;
  text-align: left;
  margin-left: 48px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-block.testimonials-section .testimonials-wrapper .slider-wrap .item .content-wrap {
    margin-left: 0;
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 27px 24px;
  }
}
.acm-block.testimonials-section .testimonials-wrapper .slider-wrap .item .content-wrap .title-wrap {
  color: #9F8E60;
  font: 600 14px/33px "Cinzel", Arial, serif;
  letter-spacing: 8px;
  text-transform: uppercase;
}
.acm-block.testimonials-section .testimonials-wrapper .slider-wrap .item .content-wrap .designation-wrap {
  color: #9F8E60;
  font: 600 15px/33px "Open Sans WF", Arial, sans-serif;
  letter-spacing: 1px;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.acm-block.testimonials-section .testimonials-wrapper .slider-wrap .item .content-wrap .date-wrap {
  color: #9F8E60;
  font: 400 18px/33px "Cinzel", Arial, serif;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.acm-block.testimonials-section .testimonials-wrapper .slider-wrap .item .content-wrap .desc-wrap {
  color: #3B3E55;
  font: 400 15px/33px "Open Sans WF", Arial, sans-serif;
  margin-bottom: 36px;
}
.acm-block.testimonials-section .testimonials-wrapper .slider-wrap .item .content-wrap .buttons-wrap {
  justify-content: flex-start;
}
.acm-block.testimonials-section .testimonials-wrapper .slider-wrap .item .content-wrap .buttons-wrap .button-outline {
  margin: 0;
}
.acm-block.testimonials-section .testimonials-wrapper .full-carousel__controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-block.testimonials-section .testimonials-wrapper .full-carousel__controls {
    display: none;
  }
}

.buttons-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .buttons-wrap {
    flex-direction: column;
  }
}
.buttons-wrap .button-outline {
  position: relative;
  padding: 15px 24px 7px 20px;
  border: 1px solid #9F8E60;
  color: #3B3E55;
  text-align: center;
  font: 400 13px/11px "Cinzel", Arial, serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 10px 20px;
  background-color: transparent;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .buttons-wrap .button-outline {
    margin: 24px auto 0;
  }
}
.buttons-wrap .button-outline:before {
  border: 1px solid #9F8E60;
  content: "";
  height: 100%;
  left: -5px;
  position: absolute;
  top: 4px;
  transition: all 0.3s;
  width: 100%;
}
.buttons-wrap .button-outline:hover {
  padding: 12px 20px;
  transition: all 0.3s;
  border: 0;
}
.buttons-wrap .button-outline:hover:before {
  left: 0;
  top: 0;
}
.buttons-wrap .button-outline.no-outline {
  margin: 0;
  padding: 12px 20px;
}
.buttons-wrap .button-outline.no-outline::before {
  display: none;
}
.buttons-wrap .button-outline.no-outline:hover {
  padding: 12px 20px;
  transition: none;
  border: 1px solid #9F8E60;
}
.buttons-wrap .button-outline.no-outline:hover:before {
  display: none;
}

.iframe-video {
  width: 100%;
  height: 500px;
}

.video {
  width: 100%;
  height: 400px;
  margin: auto;
  display: block;
  border: none;
}

.popup-btn,
.close-btn {
  cursor: pointer;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  font-size: 20px;
  padding: 0px 10px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.popup-bg {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100vh;
  position: absolute;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: auto;
}

.list.events-calendar-widget {
  max-width: 1064px;
  margin: 0 auto;
}
.list.events-calendar-widget .events-list-wrap {
  position: relative;
  display: flex;
  display: none;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  border-bottom: 1px solid #9F8E60;
  padding: 24px;
}
.list.events-calendar-widget .events-list-wrap.always-show {
  display: flex;
}
.list.events-calendar-widget .events-list-wrap.show {
  display: flex;
}
.list.events-calendar-widget .events-list-wrap:first-child {
  border-top: 1px solid #9F8E60;
}
.list.events-calendar-widget .events-list-wrap .event-date {
  position: relative;
  font: 700 14px/33px "Cinzel", Arial, serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #9F8E60;
  display: flex;
  flex: 0 0 35%;
  max-width: 35%;
  flex-wrap: wrap;
}
.list.events-calendar-widget .events-list-wrap .event-time {
  position: relative;
  font: 700 14px/33px "Cinzel", Arial, serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #3B3E55;
  display: flex;
  flex: 0 0 45%;
  max-width: 45%;
  flex-wrap: wrap;
  padding-left: 36px;
  border-left: 1px solid #9F8E60;
}
.list.events-calendar-widget .events-list-wrap .event-time span {
  font: 300 15px/33px "Open Sans WF", Arial, sans-serif;
  letter-spacing: normal;
  text-transform: none;
}
.list.events-calendar-widget .events-list-wrap .buttons-wrap {
  display: flex;
  flex: 0 0 20%;
  max-width: 20%;
  flex-wrap: wrap;
}
.list.events-calendar-widget .events-list-wrap .buttons-wrap .button-outline {
  width: 100%;
}
.list.events-calendar-widget .mt-36 {
  margin-top: 36px;
}

.static-image-with-button {
  background-color: #fff;
  width: 100%;
  padding: 60px 0 0 0;
}
.static-image-with-button .acm-block {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.static-image-with-button .acm-block .main_image {
  width: 100%;
  max-width: 1016px;
  height: 654px;
  display: block;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .static-image-with-button .acm-block .main_image {
    height: auto;
  }
}
.static-image-with-button .acm-block .main_image img {
  width: 100%;
}
.static-image-with-button .acm-block .content_sec {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .static-image-with-button .acm-block .content_sec {
    width: 95%;
  }
}
.static-image-with-button .acm-block .content_sec .headding {
  margin: 56px 0 20px 0;
  color: var(--Gold, #9F8E60);
  text-align: center;
  font-family: "Cinzel", Arial, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px; /* 183.333% */
  letter-spacing: 8px;
}
.static-image-with-button .acm-block .content_sec .content-description {
  max-width: 566px;
  margin: 0 auto;
}
.static-image-with-button .acm-block .content_sec p {
  color: #3B3E55;
  text-align: center;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 220% */
}
.static-image-with-button .acm-block .content_sec ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0px 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .static-image-with-button .acm-block .content_sec ul {
    flex-wrap: wrap;
  }
}
.static-image-with-button .acm-block .content_sec ul li {
  width: auto;
}
.static-image-with-button .acm-block .content_sec ul li::before {
  display: none !important;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .static-image-with-button .acm-block .content_sec ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.static-image-with-button .acm-block .content_sec ul li .btn_nt {
  display: block;
  padding: 16px 24px 8px 20px;
  border: 1px solid #9F8E60;
  text-align: center;
  margin: 10px;
  position: relative;
  color: #3B3E55;
  text-align: center;
  font-family: "Cinzel", Arial, serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px; /* 84.615% */
  letter-spacing: 4px;
  text-transform: uppercase;
  text-decoration: none;
}
.static-image-with-button .acm-block .content_sec ul li .btn_nt:hover:after {
  content: "";
  position: absolute;
  border: 1px solid #9F8E60;
  right: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  transition-timing-function: ease-in-out;
  transition: 0.3s;
}
.static-image-with-button .acm-block .content_sec ul li .btn_nt:after {
  content: "";
  position: absolute;
  border: 1px solid #9F8E60;
  right: 6px;
  width: 100%;
  height: 100%;
  top: 5px;
}
.static-image-with-button .acm-block.two-col-image-content {
  max-width: 1055px;
}
