/* 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-size: 11px;
  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;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.12);
  z-index: 10;
}

body > .ui-datepicker {
  z-index: 30;
}

.ui-datepicker:after {
  display: block;
  content: '';
  height: 0;
  overflow: hidden;
  clear: both;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .ui-datepicker {
    width: calc(100% - 20px);
    background: #fff;
  }
}

.ui-datepicker-header {
  position: relative;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;
  color: #444;
}

.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 20;
}

.ui-datepicker-prev:after, .ui-datepicker-next:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 8px;
  width: 10px;
  height: 10px;
  border: 2px solid #444;
  border-bottom: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}

.ui-datepicker-prev.ui-state-disabled, .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}

.ui-datepicker-prev {
  left: 5px;
}

.ui-datepicker-prev:after {
  left: 10px;
  border-right: 0;
  border-top: 0;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
}

.ui-datepicker-prev:not(.ui-state-disabled):hover:after {
  border-bottom-color: #CEB4A9;
  border-left-color: #CEB4A9;
}

.ui-datepicker-next {
  right: 5px;
}

.ui-datepicker-next:not(.ui-state-disabled):hover:after {
  border-top-color: #CEB4A9;
  border-right-color: #CEB4A9;
}

.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 252px;
  table-layout: fixed;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
}

.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}

.ui-datepicker-calendar th {
  font-size: 14px;
  font-weight: normal;
  color: #444;
  text-transform: uppercase;
}

.ui-datepicker-calendar td {
  font-size: 12px;
  color: #444;
}

.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  color: #a9a9a9;
}

.ui-datepicker-calendar td.ui-datepicker-other-month span:hover, .ui-datepicker-calendar td.ui-state-disabled span:hover {
  color: inherit;
  background: none;
}

.ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.ui-datepicker-calendar .ui-datepicker-today a {
  background: #ccc;
}

.ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker-calendar .ui-state-default:hover {
  background: #CEB4A9;
  color: #444;
}

.ui-datepicker-trigger {
  float: left;
  margin: 13px 0 0 8px;
  width: 17px;
  height: 15px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 -123px no-repeat;
}

.ui-datepicker-trigger:hover {
  background-position: -37px -123px;
}

.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 {
  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: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          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: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-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: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 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;
}

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

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

#content .page .anchor {
  position: absolute;
  top: -60px;
}

.acm-block {
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 979px) {
  .acm-block {
    padding: 0 20px;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-block {
    margin-bottom: 20px;
  }
}

.background-header {
  display: block;
  position: absolute;
  font: 288px/300px "Baskerville Old Face", serif;
  left: 50%;
  top: 65px;
  z-index: -1;
  color: #f8f8f8;
  text-align: center;
  -webkit-transform: translateX(-50%);
          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 .center-column {
  padding: 0;
  max-width: 566px;
}

.acm-default-section .center-column h1 {
  padding-top: 0;
}

.acm-left-right-section {
  margin-bottom: 75px;
}

.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 {
  -webkit-transform: none;
          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;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.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 {
    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 {
    line-height: 37px;
    padding-top: 20px;
    margin-bottom: 0;
  }
}

.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 {
    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 {
  height: 58px;
  line-height: 62px;
}

.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: #DAD9D6;
  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: #f4f4f4;
}

.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: normal 17px/27px "ITC New Baskerville", serif;
  color: #444;
}

.acm-left-right-section .block .center-column .thumb .additional-copy .copy {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.acm-left-right-section .block .center-column .thumb .additional-copy .link {
  font: 11px/34px "AvenirLTStd-Roman", Arial, sans-serif;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #444;
  color: #444;
  padding: 0 38px;
  white-space: nowrap;
  box-sizing: border-box;
  letter-spacing: 3px;
  text-indent: 3px;
  position: relative;
  transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.acm-left-right-section .block .center-column .thumb .additional-copy .link span {
  position: relative;
  z-index: 2;
}

.acm-left-right-section .block .center-column .thumb .additional-copy .link:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #CEB4A9;
  transition: height 0.2s ease-in-out;
}

.acm-left-right-section .block .center-column .thumb .additional-copy .link:hover {
  border-color: #CEB4A9;
  color: #fff;
}

.acm-left-right-section .block .center-column .thumb .additional-copy .link:hover:after {
  height: 100%;
}

.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 {
    padding-top: 65px;
  }
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .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;
    -webkit-transform: none;
            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 100px 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: 0;
}

@media only screen and (max-width: 979px) {
  #gallery {
    margin-top: 0;
    padding-bottom: 0;
  }
}

#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;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: 350ms ease-in-out;
}

#gallery .center-column .photo:hover {
  z-index: 999;
}

#gallery .center-column .photo:hover .img {
  -webkit-transform: scale(1.1);
          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;
}

#gallery-tiles {
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 10;
}

#gallery-tiles div.gallery-wrapper {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0 0 30px;
  margin: -30px;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  #gallery-tiles div.gallery-wrapper {
    padding: 20px 0 0 20px;
    margin: -20px;
  }
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-tiles div.gallery-wrapper {
    padding: 10px 0 0 10px;
    margin: -10px;
  }
}

#gallery-tiles .photo {
  position: relative;
  display: inline-block;
  width: calc(100% / 3);
  height: 0;
  padding-top: calc(100% / 3 - 30px);
  background-position: 50% 50%;
  background-size: cover;
  font-size: 0;
  border: 0 solid transparent;
  border-width: 0 30px 30px 0;
  background-clip: padding-box;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  #gallery-tiles .photo {
    padding-top: calc(100% / 3 - 20px);
    border-width: 0 20px 20px 0;
  }
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-tiles .photo {
    width: 50%;
    padding-top: calc(50% - 10px);
    border-width: 0 10px 10px 0;
  }
}

#gallery-tiles .photo:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: 350ms ease-in-out;
}

#gallery-tiles .photo:hover:after {
  opacity: 0.4;
}

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

.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: #DAD9D6;
  color: #DAD9D6;
}

.page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  font-family: "Housegrind", serif;
}

.page-content h1 {
  font: 13px/67px "AvenirLTStd-Roman", Arial, sans-serif;
  color: #444;
  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 {
    padding-top: 95px;
    line-height: 37px;
  }
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .page-content h1 {
    padding-top: 70px;
    line-height: 37px;
  }
}

.page-content h2 {
  font: normal 37px/54px "ITC New Baskerville", serif;
  margin-bottom: 17px;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-indent: 3px;
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .page-content h2 {
    font-size: 27px;
    line-height: 34px;
  }
}

.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: #444;
  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: #CEB4A9;
}

.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 "AvenirLTStd-Roman", Arial, sans-serif;
  color: #CEB4A9;
}

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

.rfpform {
  text-align: center;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #DAD9D6;
  font: 12px/15px "AvenirLTStd-Roman", Arial, sans-serif;
  text-transform: uppercase;
  z-index: 100;
  margin: 0 auto;
}

.rfpform .header {
  height: 60px;
  background: #CEB4A9;
  cursor: pointer;
  transition: 350ms ease-in-out;
  z-index: 2;
  margin: 0 auto;
  max-width: 1150px;
}

@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: #686869;
}

.rfpform .header h5 {
  color: #fff;
  display: inline-block;
  font: 13px/60px "AvenirLTStd-Roman", Arial, sans-serif;
  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: 25px;
}

.rfpform .center-column {
  max-width: 100%;
  padding: 0 10px;
}

@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: auto;
  margin: 0;
  text-align: center;
}

@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;
  -webkit-transform: none;
          transform: none;
}

@media only screen and (max-width: 979px) {
  .rfpform .center-column .headers .background-header {
    font-size: 138px;
    line-height: 210px;
    left: 50%;
    -webkit-transform: translateX(-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: 11px/67px "AvenirLTStd-Roman", Arial, sans-serif;
  color: #867550;
  text-transform: uppercase;
  padding-top: 44px;
  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: 700 37px/54px "ITC New Baskerville", serif;
  margin-bottom: 17px;
  color: #686869;
  text-transform: uppercase;
}

.rfpform .center-column .copy {
  text-align: center;
  font: 15px/30px Times, "Times New Roman", Arial;
  text-transform: none;
  color: #686869;
  overflow: hidden;
  padding: 20px;
}

.rfpform > * {
  position: relative;
  z-index: 1;
}

.rfpform form {
  width: 100%;
  text-align: left;
  padding: 0 50px;
  box-sizing: border-box;
  margin: 0 auto;
}

.keyboard-navigation .rfpform form {
  display: none;
}

@media only screen and (min-width: 1140px) {
  .rfpform form {
    width: calc(100% - 180px);
  }
}

@media only screen and (max-width: 979px) {
  .rfpform form {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}

.rfpform form h3 {
  display: none;
}

.rfpform form fieldset {
  margin-top: 34px;
}

.rfpform form fieldset:first-child {
  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 fieldset.controls {
  clear: both;
  margin: 0 auto;
}

.rfpform form label {
  text-transform: none;
  font: 700 17px/30px "ITC New Baskerville", serif;
  margin-bottom: 22px;
  display: inline-block;
  color: #686869;
}

@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 #CEB4A9;
  padding-bottom: 6px;
  position: relative;
}

.rfpform form p.terms-privacy {
  width: 100%;
}

@media only screen and (max-width: 979px) {
  .rfpform form p {
    width: calc(50% - 20px);
  }
  .rfpform form p.terms-privacy {
    width: calc(100% - 20px);
  }
}

@media only screen and (min-width: 0) and (max-width: 767px) {
  .rfpform form p {
    width: 100%;
  }
}

.rfpform form p input[type="text"], .rfpform form p input[type="date"], .rfpform form p textarea {
  font: 11px/30px "AvenirLTStd-Roman", Arial, sans-serif;
  color: #686869;
  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 #CEB4A9;
}

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

.rfpform form p input[type="text"]:-moz-placeholder, .rfpform form p input[type="date"]:-moz-placeholder, .rfpform form p textarea:-moz-placeholder {
  color: #cfcfcf;
}

.rfpform form p input[type="text"]::-moz-placeholder, .rfpform form p input[type="date"]::-moz-placeholder, .rfpform form p textarea::-moz-placeholder {
  color: #cfcfcf;
}

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

.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 {
  color: rgba(203, 203, 203, 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 {
  color: rgba(203, 203, 203, 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 {
  color: rgba(203, 203, 203, 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 {
  color: rgba(203, 203, 203, 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;
  color: #686869;
}

.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 #686869;
  margin-right: 15px;
}

.rfpform form .radio-group label.checked:before {
  content: 'X';
  line-height: 7px;
  font-size: 10px;
  color: #CEB4A9;
}

.rfpform form .radio-group label:focus:before {
  box-shadow: 0 0 1px 1px #CEB4A9;
}

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

.rfpform form select {
  width: 100%;
  float: right;
  color: #CBCBCB;
  font: 11px/30px "AvenirLTStd-Roman", Arial, sans-serif;
  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 #CEB4A9;
}

.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;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: 350ms ease-in-out;
}

.popup .close span:first-child {
  -webkit-transform: translate(0, 0) rotate(45deg);
          transform: translate(0, 0) rotate(45deg);
}

.popup .close span:last-child {
  -webkit-transform: translate(0, -1px) rotate(135deg);
          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;
}
