@charset "UTF-8";
/* 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;
  text-align: left;
  padding: 4px 10px 4px 10px;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

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

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

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

.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 (max-width: 1440px) {
  .ui-datepicker {
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .ui-datepicker {
    width: calc(100% - 20px);
  }
}

.ui-datepicker-header {
  position: relative;
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #006ab6;
}

.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;
          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 #006ab6;
  border-bottom: 0;
  border-left: 0;
  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 #006ab6;
  border-bottom: 2px solid #006ab6;
}
.ui-datepicker-prev:not(.ui-state-disabled):hover:after {
  border-bottom-color: #e7a23c;
  border-left-color: #e7a23c;
}

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

.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 252px;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker-calendar th {
  font-size: 12px;
  font-weight: 600;
  color: #8e052a;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  font-size: 12px;
  color: #000;
}
.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-highlight a, .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker-calendar .ui-state-default:hover {
  background: #e7a23c;
}
.ui-datepicker-calendar .ui-datepicker-today a {
  background: #006ab6;
  color: #fff;
}

.ui-datepicker-trigger {
  float: left;
  margin: 10px 0 0 8px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") -200px -76px no-repeat;
}
.ui-datepicker-trigger:hover {
  background-position: -240px -76px;
}

.ui-selectmenu-button {
  position: relative;
  display: block;
  width: auto !important;
  height: 40px;
  line-height: 40px;
  border: thin solid #d1d1d1;
  font-size: 14px;
  text-align: left;
  color: #53565a;
  background: #fff;
  transition: all 0.2s;
}
.ui-selectmenu-button::-moz-placeholder {
  color: #292C2D;
}
.ui-selectmenu-button::placeholder {
  color: #292C2D;
}
.ui-selectmenu-button .ui-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #292C2D;
}
.ui-selectmenu-button:hover .ui-icon {
  border-top-color: #54baba;
}
.ui-selectmenu-button .ui-selectmenu-text {
  display: block;
  height: 100%;
  padding: 0 30px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button .ui-selectmenu-text strong {
  font-weight: 700;
}

.ui-selectmenu-menu {
  position: absolute;
  z-index: 9999999;
  display: none;
  max-height: 258px;
  overflow: auto;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.ui-selectmenu-menu.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-menu li .ui-menu-item-wrapper {
  padding: 10px 20px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  color: #000;
}
.ui-selectmenu-menu li .ui-state-active {
  background: #eee;
  cursor: pointer;
}

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

html.mobile-device.app-smart-banner-visible #header, html.tablet.app-smart-banner-visible #header {
  top: 84px;
}
html.mobile-device.app-smart-banner-visible #header + #photos, html.tablet.app-smart-banner-visible #header + #photos {
  margin-top: 154px;
}
html.mobile-device.app-smart-banner-visible #mobile-navigation, html.tablet.app-smart-banner-visible #mobile-navigation {
  top: 80px;
}

#app-smart-banner {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
}
#app-smart-banner.hidden {
  display: none;
}
#app-smart-banner .wrapper {
  padding: 12px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
#app-smart-banner .wrapper .close {
  flex-grow: 1;
  /* Styling for the close button */
  /* Creating the X with before and after pseudo-elements */
}
#app-smart-banner .wrapper .close .close-button {
  display: inline-block;
  position: relative;
  padding: 10px;
  color: #888; /* Gray color */
  text-decoration: none;
  text-indent: -999px;
  padding-inline: 12px 0px;
  flex-grow: 0.3;
}
#app-smart-banner .wrapper .close .close-button::before,
#app-smart-banner .wrapper .close .close-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}
#app-smart-banner .wrapper .close .close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#app-smart-banner .wrapper .image {
  flex-grow: 2;
}
#app-smart-banner .wrapper .image img {
  width: 56px;
  height: 56px;
}
#app-smart-banner .wrapper .middle {
  flex-grow: 2;
}
#app-smart-banner .wrapper .middle .app-name {
  color: #070707;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25px;
}
#app-smart-banner .wrapper .middle p {
  color: #848484;
  font-size: 13px;
  letter-spacing: 0.13px;
  line-height: 13px;
}
#app-smart-banner .wrapper .button-wrapper {
  flex-grow: 0.2;
}
#app-smart-banner .wrapper .button-wrapper .button {
  background: #006ab6;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 10px;
  padding: 12px 17px;
  border: none;
}

.window-scrolled #header {
  height: 70px;
  background: black;
}
.window-scrolled #header .logo {
  width: 106px;
  height: 60px;
  top: 6px;
}
.window-scrolled #header .secondary-nav {
  top: -30px;
}
.window-scrolled #header .main-menu {
  right: 170px;
  top: 0;
}
#header .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 34px;
  padding: 0;
  min-width: 180px;
  box-sizing: initial;
  min-height: 100px;
  text-align: left;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}
.window-scrolled #header .submenu {
  top: 70px;
}
#header .submenu li:first-child a {
  padding-top: 18px;
}
#header .submenu li:last-child a {
  padding-bottom: 18px;
}
#header .submenu li:hover > .sub-submenu,
#header .submenu li.expanded > .sub-submenu {
  display: block;
  opacity: 1;
}
#header .submenu a {
  display: block;
  padding: 5px 20px;
  max-width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: #fff;
}
#header .submenu a:hover, #header .submenu a.active {
  color: #e7a23c;
}
#header .submenu a:hover .thumbnail-wrapper, #header .submenu a.active .thumbnail-wrapper {
  opacity: 1;
  display: block;
}
#header .submenu a .thumbnail-wrapper {
  display: none;
  position: absolute;
  top: 0;
  right: -200px;
  width: 200px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 350ms ease-in-out;
  z-index: 2;
}
#header .submenu a .thumbnail-wrapper:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 6px solid transparent;
  border-top-color: #006ab6;
  border-bottom-color: #e7a23c;
  border-left-color: #8e052a;
  border-right-color: #518439;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#header .submenu a .thumbnail-wrapper:before {
  margin: -18px 0 0 -18px;
}
#header .submenu a .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: opacity 350ms ease-in-out;
}
#header li:hover .menu.submenu, #header .expanded .menu.submenu {
  display: block;
}
#header li:last-child .submenu,
#header li:nth-last-child(2) > .submenu,
#header li:nth-last-child(3) > .submenu,
#header li:nth-last-child(4) > .submenu {
  left: auto;
  right: 0;
  text-align: right;
}
#header li:last-child .submenu a .thumbnail-wrapper,
#header li:nth-last-child(2) > .submenu a .thumbnail-wrapper,
#header li:nth-last-child(3) > .submenu a .thumbnail-wrapper,
#header li:nth-last-child(4) > .submenu a .thumbnail-wrapper {
  right: auto;
  left: -200px;
}
#header li:last-child .submenu .sub-submenu,
#header li:nth-last-child(2) > .submenu .sub-submenu,
#header li:nth-last-child(3) > .submenu .sub-submenu,
#header li:nth-last-child(4) > .submenu .sub-submenu {
  right: auto;
  left: -200px;
  text-align: right;
}
#header .sub-submenu {
  display: none;
  position: absolute;
  right: -200px;
  top: 0;
  padding: 13px 20px;
  min-width: 200px;
  width: 200px;
  box-sizing: initial;
  min-height: 100%;
  text-align: left;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
  transition: 350ms ease-in-out;
}
#header .sub-submenu:hover {
  background: black;
}
#header .sub-submenu.visible {
  opacity: 1;
  display: block;
}
#header .sub-submenu a {
  font-size: 12px;
  background: none;
  padding: 5px 0 !important;
  white-space: normal;
}

#booking-datepicker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  transition: opacity 200ms ease, z-index 200ms ease, top 350ms ease-in-out, max-height 350ms ease-in-out;
  display: none !important;
  max-height: 0;
  overflow: hidden;
  z-index: 5;
}
@media only screen and (max-width: 1550px) {
  #booking-datepicker {
    top: -60px;
  }
}
@media only screen and (max-width: 767px) {
  #booking-datepicker {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#booking-datepicker.visible {
  display: block !important;
  max-height: 100%;
}
#booking-datepicker .ui-datepicker {
  box-shadow: none;
}
#booking-datepicker .ui-datepicker .ui-datepicker-calendar {
  width: 100%;
}
#booking-datepicker .ui-datepicker span {
  display: inline-block;
}

#start-end {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #006ab6;
  background: #eeeeee;
  text-align: center;
  width: 100%;
  height: 40px;
  font: 500 16px/40px "Open Sans", "Arial", sans-serif;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 200ms ease;
}
#start-end .start,
#start-end .end {
  display: inline-block;
  position: absolute;
  height: 40px;
  width: 100%;
  transition: opacity 200ms ease;
  opacity: 0;
  left: 0;
  top: 0;
}
#start-end .start.show,
#start-end .end.show {
  opacity: 1;
}

#content {
  position: relative;
  padding: 110px 0;
  z-index: 10;
}
#content:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #content {
    padding: 20px 0;
  }
}
.home #content {
  padding: 0 !important;
}
#content:focus {
  outline: none;
}
#content .center-column + .additional-content {
  margin-top: 60px;
}

#main-content {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  #main-content {
    display: block;
    overflow: hidden;
  }
}
#main-content #side-submenu {
  flex-shrink: 0;
}
#main-content > .page-content {
  width: 100%;
}
.home #main-content {
  display: none;
}

#content-submenu {
  margin-bottom: -110px;
}
@media only screen and (max-width: 767px) {
  #content-submenu {
    margin-bottom: -20px;
  }
}
#content-submenu ul {
  margin: 0;
}
#content-submenu ul ul {
  display: none;
}
#content-submenu li {
  margin: 0;
}

#mobile-trigger {
  display: none;
  background: #fafcfc;
  padding: 20px 36px 20px 20px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  width: 100%;
  border: thin solid #d1d1d1;
  text-align: left;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  #mobile-trigger {
    display: block;
  }
}
#mobile-trigger:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg) translateY(-50%);
  margin-top: -4px;
  pointer-events: none;
}
#mobile-trigger:hover {
  color: #006BB6;
}

#side-submenu {
  width: 340px;
  margin-right: 40px;
}
@media only screen and (max-width: 1023px) {
  #side-submenu {
    width: 100%;
    margin-right: 0;
    border: thin solid #d1d1d1;
    border-top: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    padding: 20px;
  }
  #side-submenu.visible {
    position: static;
    top: auto;
    left: auto;
    opacity: 1;
    transition: opacity 350ms ease-in-out;
  }
}
#side-submenu .submenu-root {
  display: block;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
}
#side-submenu .submenu-root:hover {
  color: #006BB6;
}
#side-submenu ul {
  margin: 20px 0 0 20px;
}
@media only screen and (max-width: 1023px) {
  #side-submenu ul {
    margin: 10px 0 0 0;
  }
}
#side-submenu ul ul {
  margin: 10px;
}
#side-submenu a {
  font-size: 14px;
  line-height: 2;
  text-decoration: none;
  color: #282828;
  text-transform: uppercase;
}
#side-submenu a.active, #side-submenu a:hover {
  color: #006BB6;
}
#side-submenu a.active {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  html.mobile-navigation-visible {
    overflow: hidden;
  }
}
#mobile-navigation {
  position: fixed;
  right: -100%;
  top: 0;
  padding-top: 100px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #1e1e1e;
  transition: right 200ms;
  text-align: center;
  z-index: 60;
}
@media only screen and (max-width: 1450px) {
  #mobile-navigation {
    display: block;
  }
  #mobile-navigation .top-menu-list {
    display: none;
  }
}
.mobile-navigation-visible #mobile-navigation {
  right: 0;
}
#mobile-navigation .top-menu,
#mobile-navigation .icons.socials,
#mobile-navigation .weather-widget {
  position: relative;
  padding-bottom: 40px;
  display: none;
}
@media only screen and (max-width: 1450px) {
  #mobile-navigation .top-menu,
  #mobile-navigation .icons.socials,
  #mobile-navigation .weather-widget {
    display: block;
  }
}
#mobile-navigation .top-menu:after,
#mobile-navigation .icons.socials:after,
#mobile-navigation .weather-widget:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
#mobile-navigation .icons.socials::after {
  content: none;
}
#mobile-navigation .weather-widget {
  z-index: 4;
  top: auto;
  right: auto;
  width: 120px;
  margin: 0 auto 40px;
  text-align: center;
  float: none;
  border: 0;
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: 0;
}
#mobile-navigation .weather-widget .current-weather {
  margin-top: 0;
}
#mobile-navigation .weather-widget .current-weather .ic {
  float: none;
  margin: 0 auto;
}
#mobile-navigation .weather-widget .current-weather > span {
  float: none;
}
#mobile-navigation .weather-widget .weather-text {
  position: relative;
  margin-top: 10px;
  font-size: 9px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
#mobile-navigation .forecast-link {
  float: none;
  text-decoration: none;
}
#mobile-navigation .top-menu {
  z-index: 4;
  top: auto;
  right: auto;
  width: 106px;
  margin: 0 auto;
  text-align: left;
}
#mobile-navigation .top-menu .language-selector em {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: url("../images/sprite.svg") 2px -98px no-repeat;
  overflow: hidden;
  text-indent: -10000px;
}
#mobile-navigation .top-menu select {
  height: 20px;
  font: 600 14px/20px "Open Sans", "Arial", sans-serif;
  text-transform: uppercase;
  border: 0;
  text-align: left;
  color: #fff;
  padding: 0;
  background: none;
  transition: 350ms ease-in-out;
}
#mobile-navigation .top-menu select:hover {
  color: #e7a23c;
}
#mobile-navigation .top-menu .select-icon {
  display: none;
}
#mobile-navigation .top-menu .languages {
  width: 76px;
  position: relative;
  margin: 0 auto;
}
#mobile-navigation .icons.socials {
  float: none;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}
#mobile-navigation .icons.socials a {
  margin-top: 5px;
  margin-bottom: 5px;
}
#mobile-navigation .main-menu {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #mobile-navigation .main-menu {
    max-width: 90%;
  }
}
#mobile-navigation .main-menu .menu li {
  position: relative;
}
#mobile-navigation .main-menu .menu a {
  display: block;
  padding: 10px 40px;
}
#mobile-navigation .main-menu .menu.level-1 {
  padding-top: 25px;
}
#mobile-navigation .main-menu .menu.level-1 > li > a {
  font: 600 17px/1.2 "Open Sans", "Arial", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
#mobile-navigation .main-menu .menu.level-1 > li > a:hover, #mobile-navigation .main-menu .menu.level-1 > li > a.active {
  color: #e7a23c;
}
#mobile-navigation .main-menu .menu.level-1 > li > a.casino-button {
  width: 240px;
  overflow: hidden;
  transition: opacity 200ms ease;
  margin: 0 auto;
}
#mobile-navigation .main-menu .menu.level-1 > li > a.casino-button span {
  display: none;
}
#mobile-navigation .main-menu .menu.level-1 > li > a.casino-button img {
  width: 100%;
  height: auto;
}
#mobile-navigation .main-menu .menu.level-1 > li > a.casino-button:hover {
  opacity: 0.8;
}
#mobile-navigation .main-menu .menu.level-1 > li > .plus {
  top: 4px;
}
#mobile-navigation .main-menu .menu.submenu,
#mobile-navigation .main-menu .menu.sub-submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms;
}
#mobile-navigation .main-menu .menu.submenu a,
#mobile-navigation .main-menu .menu.sub-submenu a {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
  color: #e7a23c;
  padding-top: 6px;
  padding-bottom: 6px;
}
#mobile-navigation .main-menu .menu.submenu a:hover, #mobile-navigation .main-menu .menu.submenu a.active,
#mobile-navigation .main-menu .menu.sub-submenu a:hover,
#mobile-navigation .main-menu .menu.sub-submenu a.active {
  color: #fff;
}
#mobile-navigation .main-menu .parent.expanded > .submenu,
#mobile-navigation .main-menu .parent.expanded > .sub-submenu {
  max-height: 800px;
  padding: 10px 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
}
#mobile-navigation .main-menu .menu.sub-submenu a {
  font-size: 13px;
  color: #006ab6;
  font-weight: 400;
}
#mobile-navigation .main-menu .menu.sub-submenu a:hover, #mobile-navigation .main-menu .menu.sub-submenu a.active {
  color: #e7a23c;
  text-decoration: underline;
}
#mobile-navigation .main-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
#mobile-navigation .main-menu .plus .horizontal, #mobile-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  transform: rotate(-90deg);
  background-color: #e7a23c;
}
#mobile-navigation .main-menu .plus .horizontal {
  width: 8px;
  height: 2px;
  margin-left: 12px;
  margin-top: 15px;
}
#mobile-navigation .main-menu .plus .vertical {
  width: 2px;
  height: 8px;
  margin-left: 15px;
  margin-top: 12px;
}
#mobile-navigation .main-menu .parent.expanded > .plus > .vertical, #mobile-navigation .main-menu .parent.expanded > .plus > .horizontal {
  transform: rotate(90deg);
  background: #e7a23c !important;
}
#mobile-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 0;
}
#mobile-navigation .main-menu .menu.submenu .plus {
  top: 0;
}

.keyboard-navigation #mobile-navigation .main-menu .parent > .submenu,
.keyboard-navigation #mobile-navigation .main-menu .parent > .sub-submenu {
  max-height: 800px;
  padding: 10px 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
}

.homepage-additional-content {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 10;
}
.homepage-additional-content .subpage {
  position: relative;
  overflow: hidden;
  margin: 10px;
  color: #fff;
  background-position: 25% 50%;
  background-repeat: no-repeat;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage {
    min-height: 500px;
  }
}
.homepage-additional-content .subpage > .button {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: none;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage > .button {
    display: block;
  }
}
.homepage-additional-content .subpage .thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.75;
}
.homepage-additional-content .subpage .headings {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 3;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings {
    max-width: none;
    right: 40px;
  }
}
.homepage-additional-content .subpage .headings h2 {
  font: 36px/47px "Open Sans", "Arial", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.homepage-additional-content .subpage .headings h3 {
  font-size: 24px;
  line-height: 33px;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .headings h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.homepage-additional-content .subpage .content-wrapper {
  float: right;
  width: 280px;
  padding: 75px 30px 70px;
  min-height: 470px;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .content-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 0;
    padding: 20px 20px 20px;
  }
}
.homepage-additional-content .subpage .content-wrapper .copy {
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  min-height: 240px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .content-wrapper .copy {
    font-size: 12px;
    margin-bottom: 20px;
    min-height: 0;
  }
}
.homepage-additional-content .subpage.even {
  background-position: 75% 50%;
}
.homepage-additional-content .subpage.even > .button {
  right: 40px;
  left: auto;
}
.homepage-additional-content .subpage.even .headings {
  left: auto;
  right: 40px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage.even .headings {
    left: 40px;
  }
}
.homepage-additional-content .subpage.even .content-wrapper {
  float: left;
}

.admin .preview-item {
  overflow: hidden;
  margin: 0;
  padding: 20px;
  height: auto;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.admin .preview-item .common-slideshow {
  text-align: left;
}
.admin .preview-item .promo {
  width: 400px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .admin .preview-item .promo {
    width: 340px;
  }
}
.admin .preview-item .promo .thumbnail img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
}
.admin .preview-item#preview-template-j .promo {
  display: block !important;
}
.admin .preview-item#preview-template-j .promo .popup_modal {
  display: block !important;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  background: none;
  height: 520px;
}
.admin .preview-item#preview-template-j .promo .popup_modal .inner-popup {
  top: auto;
  left: auto;
  transform: translate(0, 0);
}
.admin .preview-item#preview-template-j .promo .popup_modal .inner-popup .close {
  display: none;
}

.home #promos {
  margin-top: -58px;
}

#home-rooms.slideshow {
  padding-top: 0;
}

#promos,
#acm-content-tiles,
.widget-area,
.common-slideshow {
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 50;
}
#promos nav,
#acm-content-tiles nav,
.widget-area nav,
.common-slideshow nav {
  white-space: nowrap;
}
#promos nav button,
#acm-content-tiles nav button,
.widget-area nav button,
.common-slideshow nav button {
  color: #fff;
  background: transparent;
  height: 58px;
  font: 600 14px/58px "Open Sans", "Arial", sans-serif;
  text-transform: uppercase;
  padding: 0 30px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: background 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #promos nav button,
  #acm-content-tiles nav button,
  .widget-area nav button,
  .common-slideshow nav button {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #promos nav button,
  #acm-content-tiles nav button,
  .widget-area nav button,
  .common-slideshow nav button {
    padding: 0 10px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 500px) {
  #promos nav button,
  #acm-content-tiles nav button,
  .widget-area nav button,
  .common-slideshow nav button {
    font-size: 10px;
  }
}
@media only screen and (max-width: 430px) {
  #promos nav button,
  #acm-content-tiles nav button,
  .widget-area nav button,
  .common-slideshow nav button {
    padding: 0 5px;
    font-size: 9px;
  }
}
#promos nav button.active,
#acm-content-tiles nav button.active,
.widget-area nav button.active,
.common-slideshow nav button.active {
  background: #006ab6;
}
#promos nav button.active:hover,
#acm-content-tiles nav button.active:hover,
.widget-area nav button.active:hover,
.common-slideshow nav button.active:hover {
  background: #006ab6;
}
#promos nav button:hover,
#acm-content-tiles nav button:hover,
.widget-area nav button:hover,
.common-slideshow nav button:hover {
  background: #e7a23c;
}
#promos .slideshow,
#acm-content-tiles .slideshow,
.widget-area .slideshow,
.common-slideshow .slideshow {
  position: absolute;
  top: -9999px;
  overflow: hidden;
  background: #006ab6;
}
#promos .slideshow.active,
#acm-content-tiles .slideshow.active,
.widget-area .slideshow.active,
.common-slideshow .slideshow.active {
  position: relative;
  top: auto;
}
.home #promos .slideshow,
.home #acm-content-tiles .slideshow,
.home .widget-area .slideshow,
.home .common-slideshow .slideshow {
  padding-top: 2px;
}
.spa-page #promos .slideshow,
.spa-page #acm-content-tiles .slideshow,
.spa-page .widget-area .slideshow,
.spa-page .common-slideshow .slideshow {
  background: #5E6D25;
}
.casino-page #promos .slideshow,
.casino-page #acm-content-tiles .slideshow,
.casino-page .widget-area .slideshow,
.casino-page .common-slideshow .slideshow {
  background: #004e96;
}
#promos .slideshow .no-events,
#acm-content-tiles .slideshow .no-events,
.widget-area .slideshow .no-events,
.common-slideshow .slideshow .no-events {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  padding: 40px 20px;
}
#promos .slideshow .no-events span,
#acm-content-tiles .slideshow .no-events span,
.widget-area .slideshow .no-events span,
.common-slideshow .slideshow .no-events span {
  display: block;
  margin: 10px 0;
}
#promos.active .slideshow,
#acm-content-tiles.active .slideshow,
.widget-area.active .slideshow,
.common-slideshow.active .slideshow {
  position: relative;
  top: auto;
}
#promos .slideshow-wrapper,
#acm-content-tiles .slideshow-wrapper,
.widget-area .slideshow-wrapper,
.common-slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#promos#promos-events .promo .details strong,
#acm-content-tiles#promos-events .promo .details strong,
.widget-area#promos-events .promo .details strong,
.common-slideshow#promos-events .promo .details strong {
  color: #fff;
}
#promos .promo,
#acm-content-tiles .promo,
.widget-area .promo,
.common-slideshow .promo {
  position: relative;
  display: inline-block;
  width: 25%;
  height: 480px;
  vertical-align: top;
  overflow: hidden;
  white-space: normal;
  color: #fff;
  background-color: #006ab6;
  text-shadow: 0px 0px 5px #444;
}
@media only screen and (max-width: 1023px) {
  #promos .promo,
  #acm-content-tiles .promo,
  .widget-area .promo,
  .common-slideshow .promo {
    height: 380px;
  }
}
#promos .promo .inner-wrapper,
#acm-content-tiles .promo .inner-wrapper,
.widget-area .promo .inner-wrapper,
.common-slideshow .promo .inner-wrapper {
  width: 100%;
  height: 100%;
}
#promos .promo .thumbnail,
#acm-content-tiles .promo .thumbnail,
.widget-area .promo .thumbnail,
.common-slideshow .promo .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  transform: scale(1);
  transition: transform 600ms;
}
#promos .promo .thumbnail:after,
#acm-content-tiles .promo .thumbnail:after,
.widget-area .promo .thumbnail:after,
.common-slideshow .promo .thumbnail:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: 350ms ease-in-out;
}
#promos .promo .thumbnail .loading:before,
#acm-content-tiles .promo .thumbnail .loading:before,
.widget-area .promo .thumbnail .loading:before,
.common-slideshow .promo .thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 6px solid transparent;
  border-top-color: #006ab6;
  border-bottom-color: #e7a23c;
  border-left-color: #8e052a;
  border-right-color: #518439;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#promos .promo .thumbnail .loading:before,
#acm-content-tiles .promo .thumbnail .loading:before,
.widget-area .promo .thumbnail .loading:before,
.common-slideshow .promo .thumbnail .loading:before {
  top: 8%;
  right: 8%;
  left: auto;
  margin: auto;
}
#promos .promo:hover .thumbnail,
#acm-content-tiles .promo:hover .thumbnail,
.widget-area .promo:hover .thumbnail,
.common-slideshow .promo:hover .thumbnail {
  transform: scale(1.1);
}
#promos .promo:hover .thumbnail:after,
#acm-content-tiles .promo:hover .thumbnail:after,
.widget-area .promo:hover .thumbnail:after,
.common-slideshow .promo:hover .thumbnail:after {
  background: rgba(0, 0, 0, 0.6);
}
#promos .promo .content,
#acm-content-tiles .promo .content,
.widget-area .promo .content,
.common-slideshow .promo .content {
  position: absolute;
  bottom: 60px;
  left: 10%;
  right: 10%;
}
@media only screen and (max-width: 1640px) {
  #promos .promo .content,
  #acm-content-tiles .promo .content,
  .widget-area .promo .content,
  .common-slideshow .promo .content {
    bottom: 50px;
  }
}
@media only screen and (max-width: 1540px) {
  #promos .promo .content,
  #acm-content-tiles .promo .content,
  .widget-area .promo .content,
  .common-slideshow .promo .content {
    bottom: 40px;
  }
}
@media only screen and (max-width: 1440px) {
  #promos .promo .content,
  #acm-content-tiles .promo .content,
  .widget-area .promo .content,
  .common-slideshow .promo .content {
    bottom: 30px;
  }
}
#promos .promo h3,
#acm-content-tiles .promo h3,
.widget-area .promo h3,
.common-slideshow .promo h3 {
  position: absolute;
  bottom: 50%;
  left: 14%;
  right: 14%;
  color: #fff;
  font: 500 32px/1.2 "Open Sans", "Arial", sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  word-wrap: break-word;
}
@media only screen and (max-width: 1023px) {
  #promos .promo h3,
  #acm-content-tiles .promo h3,
  .widget-area .promo h3,
  .common-slideshow .promo h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  #promos .promo h3,
  #acm-content-tiles .promo h3,
  .widget-area .promo h3,
  .common-slideshow .promo h3 {
    font-size: 20px;
  }
}
#promos .promo h3 a,
#acm-content-tiles .promo h3 a,
.widget-area .promo h3 a,
.common-slideshow .promo h3 a {
  color: inherit;
  text-decoration: none;
}
#promos .promo h4,
#acm-content-tiles .promo h4,
.widget-area .promo h4,
.common-slideshow .promo h4 {
  position: absolute;
  top: 80px;
  left: 14%;
  right: 14%;
  color: #e7a23c;
  font: 600 14px/1.2 "Open Sans", "Arial", sans-serif;
  text-transform: uppercase;
  word-wrap: break-word;
}
@media only screen and (max-width: 1640px) {
  #promos .promo h4,
  #acm-content-tiles .promo h4,
  .widget-area .promo h4,
  .common-slideshow .promo h4 {
    top: 50px;
  }
}
@media only screen and (max-width: 1540px) {
  #promos .promo h4,
  #acm-content-tiles .promo h4,
  .widget-area .promo h4,
  .common-slideshow .promo h4 {
    top: 40px;
  }
}
@media only screen and (max-width: 1440px) {
  #promos .promo h4,
  #acm-content-tiles .promo h4,
  .widget-area .promo h4,
  .common-slideshow .promo h4 {
    top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #promos .promo h4,
  #acm-content-tiles .promo h4,
  .widget-area .promo h4,
  .common-slideshow .promo h4 {
    font-size: 12px;
  }
}
#promos .promo h4 a,
#acm-content-tiles .promo h4 a,
.widget-area .promo h4 a,
.common-slideshow .promo h4 a {
  color: inherit;
  text-decoration: none;
}
#promos .promo p,
#acm-content-tiles .promo p,
.widget-area .promo p,
.common-slideshow .promo p {
  display: none;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 20px;
}
#promos .promo .details,
#acm-content-tiles .promo .details,
.widget-area .promo .details,
.common-slideshow .promo .details {
  display: block;
  font: 600 14px/24px "Open Sans", "Arial", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #promos .promo .details,
  #acm-content-tiles .promo .details,
  .widget-area .promo .details,
  .common-slideshow .promo .details {
    font-size: 12px;
  }
}
#promos .promo .details a,
#acm-content-tiles .promo .details a,
.widget-area .promo .details a,
.common-slideshow .promo .details a {
  color: inherit;
  text-decoration: none;
}
#promos .promo .details strong,
#acm-content-tiles .promo .details strong,
.widget-area .promo .details strong,
.common-slideshow .promo .details strong {
  font-size: 24px;
  color: #e7a23c;
}
@media only screen and (max-width: 767px) {
  #promos .promo .details strong,
  #acm-content-tiles .promo .details strong,
  .widget-area .promo .details strong,
  .common-slideshow .promo .details strong {
    font-size: 18px;
  }
}
#promos .promo .promo-button,
#acm-content-tiles .promo .promo-button,
.widget-area .promo .promo-button,
.common-slideshow .promo .promo-button {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  overflow: visible;
  height: 60px;
  font: 600 14px/60px "Open Sans", "Arial", sans-serif;
  text-transform: uppercase;
  -moz-text-align-last: auto;
       text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background: none;
  border: 1px solid #fff;
  transition: background 350ms ease-in-out, color 350ms ease-in-out;
  margin-top: 24px;
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
  text-shadow: none;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  #promos .promo .promo-button,
  #acm-content-tiles .promo .promo-button,
  .widget-area .promo .promo-button,
  .common-slideshow .promo .promo-button {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
  }
}
#promos .promo .promo-button:hover,
#acm-content-tiles .promo .promo-button:hover,
.widget-area .promo .promo-button:hover,
.common-slideshow .promo .promo-button:hover {
  background: #fff;
  color: #006ab6;
}
.spa-page #promos .promo .promo-button:hover,
.spa-page #acm-content-tiles .promo .promo-button:hover,
.spa-page .widget-area .promo .promo-button:hover,
.spa-page .common-slideshow .promo .promo-button:hover {
  color: #5E6D25;
}
.casino-page #promos .promo .promo-button:hover,
.casino-page #acm-content-tiles .promo .promo-button:hover,
.casino-page .widget-area .promo .promo-button:hover,
.casino-page .common-slideshow .promo .promo-button:hover {
  color: #004e96;
}
#promos .promo .promo-button:active,
#acm-content-tiles .promo .promo-button:active,
.widget-area .promo .promo-button:active,
.common-slideshow .promo .promo-button:active {
  top: auto;
  box-shadow: none;
}
@media only screen and (max-width: 1023px) {
  #promos .promo,
  #acm-content-tiles .promo,
  .widget-area .promo,
  .common-slideshow .promo {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #promos .promo,
  #acm-content-tiles .promo,
  .widget-area .promo,
  .common-slideshow .promo {
    width: 83%;
  }
}
#promos .slideshow-button,
#acm-content-tiles .slideshow-button,
.widget-area .slideshow-button,
.common-slideshow .slideshow-button {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  border: 2px solid #fff;
  border-bottom: 0;
  border-left: 0;
  text-indent: -100em;
  overflow: hidden;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #promos .slideshow-button,
  #acm-content-tiles .slideshow-button,
  .widget-area .slideshow-button,
  .common-slideshow .slideshow-button {
    display: none;
  }
}
#promos .slideshow-button:hover,
#acm-content-tiles .slideshow-button:hover,
.widget-area .slideshow-button:hover,
.common-slideshow .slideshow-button:hover {
  border-color: #e7a23c;
}
#promos .slideshow-button.swiper-button-lock,
#acm-content-tiles .slideshow-button.swiper-button-lock,
.widget-area .slideshow-button.swiper-button-lock,
.common-slideshow .slideshow-button.swiper-button-lock {
  opacity: 0;
  visibility: hidden;
}
#promos .slideshow-button.previous,
#acm-content-tiles .slideshow-button.previous,
.widget-area .slideshow-button.previous,
.common-slideshow .slideshow-button.previous {
  left: 30px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 1023px) {
  #promos .slideshow-button.previous,
  #acm-content-tiles .slideshow-button.previous,
  .widget-area .slideshow-button.previous,
  .common-slideshow .slideshow-button.previous {
    right: 20px;
  }
}
#promos .slideshow-button.next,
#acm-content-tiles .slideshow-button.next,
.widget-area .slideshow-button.next,
.common-slideshow .slideshow-button.next {
  right: 30px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1023px) {
  #promos .slideshow-button.next,
  #acm-content-tiles .slideshow-button.next,
  .widget-area .slideshow-button.next,
  .common-slideshow .slideshow-button.next {
    right: 20px;
  }
}

.popup_modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .popup_modal {
    display: none !important;
  }
}
.popup_modal .inner-popup {
  width: 800px;
  height: 520px;
  background: #006ab6;
  z-index: 3;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup_modal .logo {
  background: url("../images/logo.svg") no-repeat 0 0;
  display: block;
  width: 164px;
  height: 119px;
  margin-left: 48px;
  margin-top: 30px;
  background-size: cover;
}
.popup_modal .text-wrapper {
  display: block;
  width: 250px;
  text-align: center;
  font: 14px/1.5 "Open Sans", "Arial", sans-serif;
  color: #fff;
  margin: 1px 14px 15px auto;
}
.popup_modal .hero {
  float: left;
}
.popup_modal .image-wrapper {
  width: 520px;
  height: 520px;
  overflow: hidden;
}
.popup_modal .close {
  float: right;
  right: 7px;
  top: -7px;
  font-size: 37px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.popup_modal .promo-button {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  overflow: visible;
  height: 50px;
  font: 600 14px/50px "Open Sans", "Arial", sans-serif;
  text-transform: uppercase;
  -moz-text-align-last: auto;
       text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background: none;
  border: 1px solid #fff;
  transition: background 350ms ease-in-out, color 350ms ease-in-out;
  margin-top: 24px;
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
  text-shadow: none;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .popup_modal .promo-button {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
  }
}
.popup_modal .promo-button:hover {
  background: #fff;
  color: #006ab6;
}
.popup_modal .promo-button:active {
  top: auto;
  box-shadow: none;
}
.popup_modal .copy {
  color: #fff;
  width: 180px;
  text-decoration: none;
  margin-top: 10px;
}
.popup_modal .title {
  color: #e7a23c;
  width: 180px;
  text-decoration: none;
  font: 500 26px/1.2 "Open Sans", "Arial", sans-serif;
  text-transform: uppercase;
  display: block;
  margin: 30px auto;
}

#promos .promo .content {
  min-height: 110px;
}

#events {
  position: relative;
  background: #F0F0F0;
  overflow: hidden;
  text-align: center;
  padding: 20px;
}
#events h2 {
  font: 500 36px/1.2 "Open Sans", "Arial", sans-serif;
  margin-bottom: 20px;
  color: #006ab6;
  text-transform: uppercase;
}
#events h2 a {
  text-decoration: none;
}
#events nav {
  clear: both;
  margin-top: 40px;
}
#events .slideshow {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
#events .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#events .event {
  position: relative;
  display: inline-block;
  width: 33.3333333333%;
  padding: 0 10px;
  box-sizing: border-box;
  height: 300px;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  #events .event {
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
  }
}
#events .event .thumbnail {
  position: relative;
  width: 100%;
  height: 350px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #events .event .thumbnail {
    height: 266px;
  }
}
#events .event .thumbnail.no-thumbnail {
  background: #dbdbdb;
}
#events .event .thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 6px solid transparent;
  border-top-color: #006ab6;
  border-bottom-color: #e7a23c;
  border-left-color: #8e052a;
  border-right-color: #518439;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#events .event .date {
  display: block;
  position: relative;
  margin: 0 0 34px;
  color: #e7a23c;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}
#events .event .date a {
  color: inherit;
  text-decoration: none;
}
#events .event .date a:hover {
  text-decoration: underline;
}
#events .event .date:after {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #E0E0E0;
}
#events .event h3 {
  font: 200 20px/1.33 "Open Sans", "Arial", sans-serif;
  color: #1e1e1e;
  margin-bottom: 16px;
  text-transform: uppercase;
}
#events .event .copy {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  #events .event .copy {
    padding: 0 10px;
  }
}
#events .event .button {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#events .slideshow-pagination {
  margin: 20px 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #events .slideshow-pagination {
    display: none;
  }
}
#events .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #327d7d;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
#events .slideshow-pagination > *:hover, #events .slideshow-pagination > *.active {
  background: #54baba;
}

/* TEMPLATE 3*/
.rooms {
  margin: 40px auto;
  max-width: 1200px;
}
.rooms#home-rooms {
  max-width: 100%;
  margin: 0;
}
.rooms .categories-list {
  overflow: hidden;
  padding: 0 40px;
  margin: 30px 0;
}
.rooms .categories-list button + button {
  margin-left: 10px;
}
.rooms .categories-descr {
  padding: 0 20px;
}
.rooms .categories-descr .category-descr {
  display: none;
}
.rooms .categories-descr .category-descr.active {
  display: block;
}
.rooms .rooms-entry {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  background: #1e1e1e;
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry {
    height: auto;
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry.img .background {
    padding-top: 300px;
  }
}
.rooms .rooms-entry .description {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 50%;
  padding: 20px;
  text-align: left;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry .description {
    position: static;
    height: auto;
    width: 100%;
    background: none;
  }
}
.rooms .rooms-entry .description h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry .description h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.rooms .rooms-entry .description nav {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  white-space: nowrap;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry .description nav {
    position: static;
    text-align: center;
    white-space: normal;
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
  }
}
.rooms .rooms-entry .description nav a {
  color: #e7a23c;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry .description nav a {
    margin: 5px 14px;
    display: inline-block;
    text-transform: uppercase;
  }
}
.rooms .rooms-entry .description nav a:hover {
  color: #fff;
}
.rooms .rooms-entry .description nav a + a {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry .description nav a + a {
    margin-left: 14px;
  }
}
.rooms .rooms-entry .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  margin: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry .background {
    position: static;
    height: 0;
    width: 100%;
  }
}
.rooms .rooms-entry .background .price {
  position: absolute;
  bottom: 20px;
  right: 50%;
  margin-right: 20px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry .background .price {
    display: none;
  }
}
.rooms .rooms-entry .background .price .number {
  font-size: 36px;
}
.rooms .rooms-entry .background a.price:hover {
  color: #006ab6;
}
.rooms .rooms-entry .background .rooms-item-gallery {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.6);
  text-indent: -1000px;
  overflow: hidden;
  transition: 350ms ease-in-out;
}
.rooms .rooms-entry .background .rooms-item-gallery:hover {
  background: black;
}
@media only screen and (max-width: 767px) {
  .rooms .rooms-entry .background .rooms-item-gallery {
    display: none;
  }
}
.rooms .rooms-entry .background .rooms-item-gallery:after {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -11px;
  background: url("../images/common.svg") no-repeat -600px -40px;
}

.room.single-room {
  text-align: left;
}
@media only screen and (max-width: 1440px) {
  .room.single-room .thumbnail {
    width: 700px;
    height: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .room.single-room .thumbnail {
    width: 500px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .room.single-room .thumbnail {
    display: block;
    width: 100%;
  }
}
.room.single-room .thumbnail img {
  width: 100%;
  height: auto;
}
.room.single-room .price {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 20px;
  text-decoration: none;
  color: #006ab6;
}

#home-gallery {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom: 10px;
  text-align: center;
  z-index: 10;
}
#home-gallery h2 {
  display: none;
  font: 200 36px/1.2 "Open Sans", "Arial", sans-serif;
  margin: 40px 0;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #home-gallery h2 {
    display: block;
  }
}
#home-gallery div.gallery-wrapper {
  overflow: hidden;
}
#home-gallery .photo {
  display: block;
  float: left;
  margin: 10px 0 0 10px;
  width: calc((100% - 60px) / 5);
  height: 0;
  padding-top: calc((100% - 60px) / 5);
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  font-size: 0;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
#home-gallery .photo:hover {
  opacity: 0.8;
}
#home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
  width: calc((100% - 60px) / 5 * 2 + 10px);
}
@media only screen and (max-width: 1023px) {
  #home-gallery .photo {
    width: calc((100% - 50px) / 4);
    padding-top: calc((100% - 50px) / 4);
  }
  #home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
    width: calc((100% - 50px) / 4);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .photo {
    width: calc((100% - 30px) / 2);
    padding-top: calc((100% - 30px) / 2);
  }
  #home-gallery .photo:nth-child(4), #home-gallery .photo:nth-child(5), #home-gallery .photo:nth-child(11) {
    width: calc((100% - 30px) / 2);
  }
  #home-gallery .photo:nth-child(n+8) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery span.photo {
    display: none;
  }
}
#home-gallery span.photo:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#home-gallery span.photo .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 25px/25px "Open Sans", "Arial", sans-serif;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
}
#home-gallery span.photo .text a {
  margin-top: 6px;
  padding: 0 20px;
}
#home-gallery .all-photos {
  display: none;
}
@media only screen and (max-width: 767px) {
  #home-gallery .all-photos {
    display: block;
    margin-top: 40px;
  }
}

#feeds {
  position: relative;
  padding: 10px 0;
  z-index: 10;
}
#feeds h2 {
  font: 200 36px/1.2 "Open Sans", "Arial", sans-serif;
  margin-bottom: 30px;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
#feeds.loading {
  min-height: 300px;
}
#feeds.loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 6px solid transparent;
  border-top-color: #006ab6;
  border-bottom-color: #e7a23c;
  border-left-color: #8e052a;
  border-right-color: #518439;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#feeds .feed-content {
  overflow: hidden;
  position: relative;
  margin: 0 10px;
  text-align: center;
}
#feeds .feed-items {
  font-size: 0;
  margin-bottom: 10px;
}
#feeds .feed-items:after {
  clear: both;
  content: "";
  display: table;
}
#feeds .pattern {
  position: relative;
}
#feeds .feed-item {
  position: relative;
  display: inline-block;
  width: calc((100% - 120px) / 6);
  height: auto;
  padding-top: 15%;
  margin: 10px;
  font: italic 14px/18px "Open Sans", "Arial", sans-serif;
  overflow: hidden;
  text-align: left;
  background: #1e1e1e;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  #feeds .feed-item {
    width: calc((100% - 80px) / 4);
    padding-top: 25%;
  }
}
@media only screen and (max-width: 767px) {
  #feeds .feed-item {
    width: calc((100% - 40px) / 2);
    padding-top: 50%;
  }
}
#feeds .feed-item:hover:after {
  opacity: 0.6;
}
#feeds .feed-item:hover .feed-thumb {
  transform: scale(1.1);
}
#feeds .feed-item:hover .feed-descr {
  opacity: 1;
  visibility: visible;
}
#feeds .feed-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 20px;
  margin-left: -10px;
  background: url("../images/sprite.svg") -180px -150px no-repeat;
  z-index: 5;
}
#feeds .feed-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  z-index: 4;
  transition: 350ms ease-in-out;
}
#feeds .feed-item.invisible {
  opacity: 0;
}
#feeds .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: scale(1);
  transition: transform 600ms;
}
#feeds .feed-item .feed-thumb div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}
#feeds .feed-item.instagram .feed-thumb div {
  opacity: 1;
}
#feeds .feed-item .feed-descr {
  position: absolute;
  bottom: 0;
  top: 0;
  overflow: hidden;
  padding: 50px 15px 15px;
  width: 100%;
  font: 14px/18px "Open Sans", "Arial", sans-serif;
  text-align: left;
  color: #ffffff;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
@media only screen and (min-width: 1800px) {
  #feeds .feed-item .feed-descr {
    padding: 50px 20px 20px;
  }
}
#feeds .feed-item .feed-descr h3 {
  display: none;
}
#feeds .feed-item .feed-title {
  margin-bottom: 10px;
  font-weight: 600;
  text-decoration: underline;
  transition: all 350ms ease-in-out;
  padding-right: 30px;
}
#feeds .feed-item .feed-date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
#feeds .feed-item .feed-text {
  display: inline-block;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 200;
}
#feeds .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#feeds .feed-item.instagram {
  background: #833ab4;
}
#feeds .feed-item.instagram:before {
  background-position: 0 -150px;
}
#feeds .feed-item.instagram a {
  color: inherit;
}
#feeds .feed-item.facebook {
  background: #3b5998;
}
#feeds .feed-item.facebook:before {
  background-position: -50px -150px;
}
#feeds .feed-item.twitter {
  background: #657786;
}
#feeds .feed-item.twitter:before {
  background-position: -100px -150px;
}
#feeds .feed-item.blog:before {
  background-position: -150px -150px;
}
#feeds .feed-item.blog .feed-thumb {
  display: none;
}
#feeds .feed-item.blog h3 {
  color: #ACA394;
  padding-right: 30px;
  margin-bottom: 7px;
  transition: all 350ms ease-in-out;
}
#feeds .feed-item.blog h3:hover {
  opacity: 0.7;
}
#feeds .feed-item.blog .feed-descr {
  color: #5c574f;
}
#feeds .feed-controls {
  display: block;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 110px;
}

#bus-tables {
  padding-top: 20px;
  position: relative;
}
#bus-tables .selector-wrapper {
  min-width: 250px;
  box-sizing: border-box;
  border: 2px solid #006AB6;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-align: left;
  display: inline-block;
  margin: 0 0 45px 50%;
  transform: translateX(-50%);
}
#bus-tables .selector-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 8px;
  top: 15px;
  right: 17px;
  background: url("../images/sprite.svg") -258px -106px;
  transition: background 200ms ease;
}
#bus-tables .selector-wrapper .table-title {
  padding: 0 40px 0 17px;
  line-height: 40px;
  height: 40px;
}
#bus-tables .selector-wrapper:hover:after {
  background-position: -258px -91px;
}
#bus-tables .selector-wrapper ul.table-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #F6F6F6;
  max-height: 0;
  overflow: hidden;
  transition: max-height 500ms ease-in-out;
}
#bus-tables .selector-wrapper ul.table-list.visible {
  max-height: 1000px;
}
#bus-tables .selector-wrapper ul.table-list li {
  padding: 0 17px;
  height: 40px;
  line-height: 40px;
}
#bus-tables .selector-wrapper ul.table-list li.active, #bus-tables .selector-wrapper ul.table-list li:hover {
  background: #C9C9C9;
}
#bus-tables .table-wrapper {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #bus-tables .table-wrapper.center-column {
    padding: 0;
  }
}
#bus-tables .table-wrapper table {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width: 1023px) {
  #bus-tables .table-wrapper table {
    font-size: 13px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #bus-tables .table-wrapper table {
    font-size: 10px;
    line-height: 12px;
  }
}
#bus-tables .table-wrapper table.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
#bus-tables .table-wrapper table tr {
  text-align: left;
}
#bus-tables .table-wrapper table th, #bus-tables .table-wrapper table td {
  padding: 15px 30px;
}
@media only screen and (max-width: 1023px) {
  #bus-tables .table-wrapper table th, #bus-tables .table-wrapper table td {
    padding: 13px 20px;
  }
}
@media only screen and (max-width: 767px) {
  #bus-tables .table-wrapper table th, #bus-tables .table-wrapper table td {
    padding: 12px 6px;
  }
}
#bus-tables .table-wrapper table thead {
  color: #fff;
  background: #4C4C4C;
}
#bus-tables .table-wrapper table tbody {
  color: #000;
}
#bus-tables .table-wrapper table tbody tr:nth-child(even) {
  background: #F0F0F0;
}
#bus-tables .table-wrapper table tbody tr:hover {
  background: #ccc;
}
#bus-tables .page-content {
  margin-top: 60px;
}

#footer {
  position: relative;
  padding: 54px 0 120px 0;
  font-size: 14px;
  color: #fff;
  background-color: #090909;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #footer {
    font-size: 12px;
    padding: 40px 0;
  }
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  color: #e7a23c;
}
#footer h2 {
  color: #e7a23c;
  text-transform: uppercase;
}
#footer .center-column {
  z-index: 2;
}
#footer .bg {
  position: absolute;
  width: 100%;
  height: 256px;
  bottom: 0;
  right: 0;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 1800px) {
  #footer .bg {
    background-size: contain;
    height: 190px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .bg {
    height: 100px;
  }
}

#footer-menu {
  margin-bottom: 76px;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #footer-menu {
    margin-bottom: 50px;
  }
}
#footer-menu li {
  display: inline-block;
}
#footer-menu li:first-child a {
  padding-left: 0;
}
#footer-menu li:first-child a:after {
  display: none;
}
#footer-menu li:last-child a {
  padding-right: 0;
}
#footer-menu a {
  position: relative;
  display: block;
  padding: 0 15px;
  font: 14px/26px "Open Sans", "Arial", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #footer-menu a {
    font-size: 12px;
  }
}
#footer-menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #e7a23c;
}
#footer-menu a:hover, #footer-menu a.active {
  color: #e7a23c;
}

.row1 {
  margin-bottom: 92px;
}
@media only screen and (max-width: 1023px) {
  .row1 {
    margin-bottom: 40px;
  }
}

#footer-contacts {
  display: inline-block;
  width: 530px;
}
@media only screen and (max-width: 767px) {
  #footer-contacts {
    width: 450px;
  }
}
@media only screen and (max-width: 500px) {
  #footer-contacts {
    width: 100%;
  }
}
#footer-contacts .logo {
  float: left;
  width: 230px;
}
@media only screen and (max-width: 767px) {
  #footer-contacts .logo {
    width: 180px;
  }
}
@media only screen and (max-width: 500px) {
  #footer-contacts .logo {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
#footer-contacts .logo img {
  display: block;
  width: 100%;
  height: auto;
}
#footer-contacts .contacts-details {
  float: right;
}
@media only screen and (max-width: 767px) {
  #footer-contacts .contacts-details {
    text-align: right;
  }
}
@media only screen and (max-width: 500px) {
  #footer-contacts .contacts-details {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
#footer-contacts .contacts-details span {
  display: block;
}
#footer-contacts h2 {
  margin-bottom: 10px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

#award {
  display: inline-block;
  width: 130px;
  margin-left: 64px;
}
@media only screen and (max-width: 767px) {
  #award {
    width: 100px;
  }
}
@media only screen and (max-width: 1023px) {
  #award {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
  }
}
#award img {
  width: 100%;
  height: auto;
}

#health-award {
  display: inline-block;
  width: 130px;
  margin-left: 64px;
}
@media only screen and (max-width: 767px) {
  #health-award {
    width: 100px;
  }
}
@media only screen and (max-width: 1023px) {
  #health-award {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
  }
}
#health-award img {
  width: 100%;
  height: auto;
}

.row2 {
  max-width: 1300px;
  margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .row2 {
    max-width: 1000px;
  }
}

#newsletter {
  float: left;
  width: 760px;
  position: relative;
  z-index: 2;
  font-size: 0;
}
@media only screen and (max-width: 1440px) {
  #newsletter {
    width: 400px;
  }
}
@media only screen and (max-width: 1023px) {
  #newsletter {
    width: 100%;
    margin-bottom: 40px;
  }
}
#newsletter h2 {
  float: left;
  margin-bottom: 0;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 20px;
  line-height: 60px;
  font-weight: 500;
}
@media only screen and (max-width: 1440px) {
  #newsletter h2 {
    text-align: left;
    float: none;
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  #newsletter h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  #newsletter h2 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
#newsletter form {
  float: right;
}
@media only screen and (max-width: 1440px) {
  #newsletter form {
    float: none;
    display: block;
    text-align: left;
  }
}
@media only screen and (max-width: 1023px) {
  #newsletter form {
    text-align: center;
  }
}
#newsletter input[type=text] {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 300px;
  height: 60px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  border: 1px solid #282828;
}
@media only screen and (max-width: 767px) {
  #newsletter input[type=text] {
    font-size: 12px;
  }
}
@media only screen and (max-width: 500px) {
  #newsletter input[type=text] {
    width: 200px;
  }
}
@media only screen and (max-width: 360px) {
  #newsletter input[type=text] {
    width: 180px;
    padding: 0 10px;
  }
}
#newsletter input[type=text]::-webkit-input-placeholder {
  color: #fff;
  -webkit-transition: color 350ms ease-in-out;
  transition: color 350ms ease-in-out;
}
#newsletter input[type=text]:-moz-placeholder {
  color: #fff;
  -moz-transition: color 350ms ease-in-out;
  transition: color 350ms ease-in-out;
}
#newsletter input[type=text]::-moz-placeholder {
  color: #fff;
  -moz-transition: color 350ms ease-in-out;
  transition: color 350ms ease-in-out;
}
#newsletter input[type=text]:-ms-input-placeholder {
  color: #fff;
  -ms-transition: color 350ms ease-in-out;
  transition: color 350ms ease-in-out;
}
#newsletter input[type=text]:focus::-webkit-input-placeholder {
  color: #6b6b6b;
}
#newsletter input[type=text]:focus:-moz-placeholder {
  color: #6b6b6b;
}
#newsletter input[type=text]:focus::-moz-placeholder {
  color: #6b6b6b;
}
#newsletter input[type=text]:focus:-ms-input-placeholder {
  color: #6b6b6b;
}
#newsletter .button {
  display: inline-block;
  vertical-align: top;
  color: #e7a23c;
  background: rgba(231, 162, 60, 0);
  border: 1px solid #e7a23c;
  padding-top: 0;
  padding-bottom: 0;
  height: 60px;
  line-height: 60px;
}
#newsletter .button:hover, #newsletter .button:active {
  background: #e7a23c;
  color: #fff;
}

#copyright {
  position: relative;
  z-index: 1;
  width: 490px;
  margin: 0 auto;
  height: 60px;
  text-align: center;
  text-transform: lowercase;
}
@media only screen and (max-width: 1440px) {
  #copyright {
    height: 120px;
  }
}
@media only screen and (max-width: 1023px) {
  #copyright {
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
  }
}
#copyright .copyright-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1440px) {
  #copyright .copyright-wrapper {
    top: 100%;
    transform: translateY(-100%);
  }
}
@media only screen and (max-width: 1023px) {
  #copyright .copyright-wrapper {
    top: 0;
    transform: translateY(0);
  }
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
  /* 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 .select-wrapper {
  position: relative;
  float: left;
  margin: 5px 0 0 20px;
  z-index: 2;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  background: #fff;
  font-size: 14px;
  color: #000;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #hebs-gallery .galleria-stage {
    bottom: 0;
  }
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-container.touch .galleria-stage {
  padding: 0;
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #hebs-gallery .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;
}
#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 .galleria-loader:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 6px solid transparent;
  border-top-color: #006ab6;
  border-bottom-color: #e7a23c;
  border-left-color: #8e052a;
  border-right-color: #518439;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#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;
  background: #000;
}
@media only screen and (max-width: 1023px) 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 !important;
  width: 80px !important;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
}
#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;
  background: #000;
  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;
}

#share-this-site-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
}
#share-this-site-overlay .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 420px;
  height: 140px;
  padding: 20px;
  margin: -90px 0 0 -230px;
  background: #327d7d;
}
#share-this-site-overlay .close-button {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  z-index: 2;
}
#share-this-site-overlay .close-button:hover {
  background-position: -37px 0;
}
#share-this-site-overlay .close-button:active {
  background-position: -74px 0;
}

#share-this-site {
  padding: 0;
  margin: 0 5px 5px;
  width: 420px;
}
#share-this-site li {
  float: left;
  width: 130px;
  margin: 0 5px;
  font-size: 0;
}
#share-this-site a {
  position: relative;
  display: block;
  height: 16px;
  margin: 5px 0;
  padding-left: 20px;
  font: 12px/16px "Open Sans", "Arial", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #f7fcfc;
}
#share-this-site a:hover {
  color: #6dc7c7;
}
#share-this-site a .icon {
  float: left;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background: url(../images/share.png) 0 0 no-repeat;
}
#share-this-site a.share_facebook .icon {
  background-position: 0 0;
}
#share-this-site a.share_facebook:hover .icon {
  background-position: -36px 0;
}
#share-this-site a.share_twitter .icon {
  background-position: 0 -36px;
}
#share-this-site a.share_twitter:hover .icon {
  background-position: -36px -36px;
}
#share-this-site a.share_tumblr .icon {
  background-position: 0 -72px;
}
#share-this-site a.share_tumblr:hover .icon {
  background-position: -36px -72px;
}
#share-this-site a.share_linkedin .icon {
  background-position: 0 -108px;
}
#share-this-site a.share_linkedin:hover .icon {
  background-position: -36px -108px;
}
#share-this-site a.share_digg .icon {
  background-position: 0 -144px;
}
#share-this-site a.share_digg:hover .icon {
  background-position: -36px -144px;
}
#share-this-site a.share_delicious .icon {
  background-position: 0 -180px;
}
#share-this-site a.share_delicious:hover .icon {
  background-position: -36px -180px;
}
#share-this-site a.share_stumbleupon .icon {
  background-position: 0 -216px;
}
#share-this-site a.share_stumbleupon:hover .icon {
  background-position: -36px -216px;
}
#share-this-site a.share_orkut .icon {
  background-position: 0 -252px;
}
#share-this-site a.share_orkut:hover .icon {
  background-position: -36px -252px;
}
#share-this-site a.share_myspace .icon {
  background-position: 0 -288px;
}
#share-this-site a.share_myspace:hover .icon {
  background-position: -36px -288px;
}
#share-this-site a.share_yammer .icon {
  background-position: 0 -324px;
}
#share-this-site a.share_yammer:hover .icon {
  background-position: -36px -324px;
}
#share-this-site a.share_pinterest .icon {
  background-position: 0 -360px;
}
#share-this-site a.share_pinterest:hover .icon {
  background-position: -36px -360px;
}
#share-this-site a.share_bebo .icon {
  background-position: 0 -396px;
}
#share-this-site a.share_bebo:hover .icon {
  background-position: -36px -396px;
}
#share-this-site a.share_live .icon {
  background-position: 0 -432px;
}
#share-this-site a.share_live:hover .icon {
  background-position: -36px -432px;
}
#share-this-site a.share_google .icon {
  background-position: 0 -468px;
}
#share-this-site a.share_google:hover .icon {
  background-position: -36px -468px;
}
#share-this-site a.share_email .icon {
  background-position: 0 -504px;
}
#share-this-site a.share_email:hover .icon {
  background-position: -36px -504px;
}

.forecast-link {
  position: relative;
  float: right;
}

@media only screen and (max-width: 1450px) {
  .secondary-nav .forecast-link {
    display: none;
  }
}

.weather-widget {
  position: relative;
  margin-left: 20px;
  float: right;
  color: #fff;
  font-family: "Open Sans", "Arial", sans-serif;
  transition: all 350ms ease-in-out;
  border-left: 1px solid #fff;
  display: block;
  padding-left: 20px;
  /* WEATHER FORECAST ICONS */
}
.weather-widget.acm-block {
  float: none;
  margin: 0 auto;
  display: block;
  text-align: center;
  max-width: 700px;
  padding: 0;
}
.weather-widget .weather-text {
  font-size: 9px;
}
.weather-widget .current-weather {
  height: auto;
  width: auto;
  box-sizing: border-box;
  margin-top: -5px;
}
.weather-widget .current-weather > span {
  float: left;
  font-size: 16px;
  line-height: 1.2;
}
.weather-widget .current-weather .ic {
  margin-right: 10px;
  width: 28px;
  height: 28px;
}
.weather-widget .current-weather .forecast-condition {
  position: relative;
  display: block;
  font-size: 9px;
  line-height: 1;
}
.weather-widget .forecast {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 25px 30px 30px 15px;
  white-space: nowrap;
  font-size: 0;
  top: 100%;
  right: 0;
  background: #000;
  border-radius: 0 0 5px 5px;
  z-index: 50;
}
.weather-widget .forecast.acm-block {
  top: auto;
  right: auto;
}
@media only screen and (max-width: 1023px) {
  .weather-widget .forecast {
    display: inline-block;
    top: 75%;
    right: 20%;
    padding: 20px 0;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .weather-widget .forecast {
    width: 100%;
    padding: 20px 0;
  }
}
.weather-widget .forecast-city {
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
.weather-widget .forecast-region {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
}
.weather-widget .forecast-controls {
  position: absolute;
  right: 30px;
  top: 15px;
}
@media only screen and (max-width: 1023px) {
  .weather-widget .forecast-controls {
    position: relative;
    display: inline-block;
    overflow: auto;
    margin: 10px auto 10px;
    text-align: center;
    right: auto;
    top: auto;
  }
}
.weather-widget .forecast-controls button {
  margin-left: 5px;
  float: left;
  width: 36px;
  height: 20px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
.weather-widget .forecast-controls button:hover, .weather-widget .forecast-controls button.active {
  background: #fff;
  color: #000;
}
.weather-widget .forecast-list {
  height: 155px;
  margin-top: 22px;
}
@media only screen and (max-width: 1023px) {
  .weather-widget .forecast-list {
    height: auto;
    width: 100%;
    margin-top: 0;
  }
}
.weather-widget .forecast-day {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.9);
  padding: 0 8px 0 6px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  .weather-widget .forecast-day {
    display: block;
    overflow: auto;
    height: 65px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0;
  }
}
.weather-widget .forecast-day > span {
  display: block;
}
.weather-widget .forecast-day > span.day, .weather-widget .forecast-day > span.date {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: -2px;
  line-height: 16px;
}
@media only screen and (max-width: 1023px) {
  .weather-widget .forecast-day > span.day, .weather-widget .forecast-day > span.date {
    margin-top: 0;
    position: absolute;
    top: 30%;
    left: 20%;
  }
}
.weather-widget .forecast-day > span.date {
  padding-bottom: 32px;
}
@media only screen and (max-width: 1023px) {
  .weather-widget .forecast-day > span.date {
    padding-bottom: 0;
    position: absolute;
    top: 55%;
  }
}
.weather-widget .forecast-day > span.ic {
  opacity: 1;
  margin: 0 auto 27px;
}
@media only screen and (max-width: 1023px) {
  .weather-widget .forecast-day > span.ic {
    margin-bottom: 0;
    position: absolute;
    top: 5%;
    right: 20%;
  }
}
.weather-widget .forecast-day .temp {
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  vertical-align: top;
  padding-left: 7px;
}
@media only screen and (max-width: 1023px) {
  .weather-widget .forecast-day .temp {
    position: absolute;
    padding-left: 0;
    margin-bottom: 0;
    bottom: 5%;
    right: 20%;
  }
}
.weather-widget .forecast-day:first-child {
  padding: 0;
  width: 90px;
  border: 0;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .weather-widget .forecast-day:first-child {
    display: block;
    overflow: auto;
    height: 80px;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 0;
  }
}
.weather-widget .forecast-day:first-child > span {
  font-size: 16px;
  line-height: 18px;
}
.weather-widget .forecast-day:first-child > span.day, .weather-widget .forecast-day:first-child > span.date {
  margin-top: 0;
  line-height: 18px;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .weather-widget .forecast-day:first-child > span.day, .weather-widget .forecast-day:first-child > span.date {
    margin-top: 0;
    position: absolute;
    top: 30%;
    left: 20%;
  }
}
.weather-widget .forecast-day:first-child > span.date {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .weather-widget .forecast-day:first-child > span.date {
    margin-top: 0;
    position: absolute;
    top: 55%;
  }
}
.weather-widget .forecast-day:first-child > span.ic {
  opacity: 1;
  margin-bottom: 16px;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  .weather-widget .forecast-day:first-child > span.ic {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 20%;
  }
}
.weather-widget .forecast-day:first-child > span.temp {
  padding: 0;
  font-size: 36px;
  line-height: 40px;
}
@media only screen and (max-width: 1023px) {
  .weather-widget .forecast-day:first-child > span.temp {
    position: absolute;
    padding-left: 0;
    margin-bottom: 0;
    bottom: 10%;
    right: 15%;
  }
}
#header .weather-widget.visible:hover .forecast {
  display: block;
}
.weather-widget .ic {
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/weather-sprite.svg) no-repeat -12px -10px;
}
.weather-widget .cms-icon-weather-rain-light {
  background-position: -12px -10px;
}
.weather-widget .cms-icon-weather-snow {
  background-position: -12px -58px;
}
.weather-widget .cms-icon-weather-rain-heavy {
  background-position: -12px -908px;
}
.weather-widget .cms-icon-weather-thunderstorm {
  background-position: -12px -160px;
}
.weather-widget .cms-icon-weather-clouds {
  background-position: -12px -210px;
}
.weather-widget .cms-icon-weather-drizzle {
  background-position: -12px -10px;
}
.weather-widget .cms-icon-weather-atmosphere {
  background-position: -12px -210px;
}
.weather-widget .cms-icon-weather-clear {
  background-position: -12px -958px;
}
.weather-widget .cms-icon-weather-tornado {
  background-position: -12px -260px;
}
.weather-widget .cms-icon-weather-tropicalstorm {
  background-position: -12px -1010px;
}
.weather-widget .cms-icon-weather-hurricane {
  background-position: -12px -1010px;
}
.weather-widget .cms-icon-weather-cold {
  background-position: -12px -858px;
}
.weather-widget .cms-icon-weather-hot {
  background-position: -12px -958px;
}
.weather-widget .cms-icon-weather-windy {
  background-position: -12px -358px;
}
.weather-widget .cms-icon-weather-hail {
  background-position: -12px -309px;
}
.weather-widget .cms-icon-weather-calm {
  background-position: -12px -460px;
}
.weather-widget .cms-icon-weather-breeze {
  background-position: -12px -409px;
}
.weather-widget .cms-icon-weather-gale {
  background-position: -12px -359px;
}
.weather-widget .cms-icon-weather-storm {
  background-position: -12px -1009;
}

.anniversary-popup {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.86) url("../images/сonfetti.gif") 50% 50%/auto 100% no-repeat;
  transition: visibility 333ms, opacity 333ms;
  z-index: 80;
}
.anniversary-popup.visible {
  opacity: 1;
  visibility: visible;
}
.anniversary-popup img {
  display: block;
  width: 100%;
  max-width: 620px;
  transition: transform 333ms cubic-bezier(0.175, 0.885, 0.205, 1.65);
}
.anniversary-popup a:hover img {
  transform: scale(0.96);
}
.anniversary-popup button {
  position: absolute;
  right: 30px;
  top: 30px;
  display: flex;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .anniversary-popup button {
    right: 16px;
    top: 16px;
  }
}
.anniversary-popup button span {
  position: relative;
  margin-left: 8px;
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 50%;
  transition: background 186ms;
}
@media only screen and (max-width: 767px) {
  .anniversary-popup button span {
    width: 42px;
    height: 42px;
  }
}
.anniversary-popup button span:before, .anniversary-popup button span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 2px;
  background: #000;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  .anniversary-popup button span:before, .anniversary-popup button span:after {
    width: 24px;
  }
}
.anniversary-popup button span:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.anniversary-popup button span:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.anniversary-popup button:hover span {
  background: #fcb131;
}

.specials:after {
  clear: both;
  content: "";
  display: table;
}
.specials .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item {
    height: auto;
  }
}
.specials .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #d1d1d1;
  z-index: -1;
}
.specials .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  .specials .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.specials .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.specials .image-list-item .description h3 {
  margin-bottom: 15px;
}
.specials .image-list-item .description h3 a {
  text-decoration: none;
}
.specials .image-list-item .description h3 a:hover {
  color: #e7a23c;
}
.specials .image-list-item .description nav {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (max-width: 1023px) {
  .specials .image-list-item .description nav {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description nav {
    text-align: center;
    width: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

.single-special {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .single-special .socials {
    text-align: center;
  }
}
.single-special .background {
  float: right;
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .single-special .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

.page-content .careers .narrow {
  width: 20%;
}

.google-map {
  position: relative;
  background: #1e1e1e;
}
.google-map:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 6px solid transparent;
  border-top-color: #006ab6;
  border-bottom-color: #e7a23c;
  border-left-color: #8e052a;
  border-right-color: #518439;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.google-map.loaded:before {
  content: none;
}

.hotel-location-map,
.poi-map-canvas {
  height: 450px;
  background: #1e1e1e;
}
.hotel-location-map h4,
.poi-map-canvas h4 {
  margin: 0;
  font: 500 16px/24px "Open Sans", "Arial", sans-serif;
  text-transform: uppercase;
  color: #e7a23c;
}
.hotel-location-map p,
.poi-map-canvas p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  white-space: nowrap;
}
.hotel-location-map a,
.poi-map-canvas a {
  color: #e7a23c;
}
.hotel-location-map a:hover,
.poi-map-canvas a:hover {
  color: #fff;
}
.hotel-location-map .button,
.poi-map-canvas .button {
  display: block;
}
.hotel-location-map .map-content,
.poi-map-canvas .map-content {
  overflow: hidden;
}

.map-content {
  background: rgba(30, 30, 30, 0.9);
  font-size: 14px;
  line-height: 24px;
  overflow: visible !important;
  padding: 20px;
  position: relative;
  text-align: center;
  color: #fff;
  width: 300px;
}
.map-content:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid rgba(30, 30, 30, 0.9);
}
.map-content h3, .map-content p {
  margin-bottom: 5px;
  font-weight: 400;
}
.map-content h3 {
  font: 500 16px/24px "Open Sans", "Arial", sans-serif;
  text-transform: uppercase;
  color: #e7a23c;
}
.map-content a {
  color: #e7a23c;
}
.map-content a:hover {
  color: #fff;
}
.map-content .button {
  margin-top: 20px;
}

.pressroom {
  text-align: center;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 20px);
  height: 400px;
  margin: 10px;
  position: relative;
  overflow: hidden;
  border: 0;
  padding: 20px 0;
  background-color: #1e1e1e;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  .pressroom .pressroom-item {
    width: calc(40% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item h4 {
  color: #e7a23c;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.pressroom .pressroom-item time {
  color: #006ab6;
  font-weight: 600;
  display: block;
  margin: 5px 0;
}
.pressroom .pressroom-item.img .description {
  background: rgba(0, 0, 0, 0.7);
}
.pressroom .pressroom-item .description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 20px 20px 20px;
}
.pressroom .pressroom-item .description .content-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.pressroom .pressroom-item .description .centered time {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p {
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 0;
}
.pressroom .pressroom-item .pdf {
  color: #e7a23c;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  line-height: 16px;
  padding-left: 0 !important;
}
.pressroom .pressroom-item .pdf:hover {
  color: #fff;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
}

.galleries {
  text-align: center;
  font-size: 0;
}
.galleries .gallery {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-bottom: calc(33.3% - 10px);
  width: calc(33.3% - 10px);
  height: 0;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 1023px) {
  .galleries .gallery {
    width: calc(50% - 10px);
    padding-bottom: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .galleries .gallery {
    width: calc(100% - 10px);
    padding-bottom: calc(100% - 10px);
  }
}
.galleries .gallery > * {
  z-index: 1;
  position: relative;
}
.galleries .gallery h2, .galleries .gallery h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font: 26px/30px "Open Sans", "Arial", sans-serif;
  text-transform: uppercase;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
  color: inherit;
}
.galleries .gallery h2 {
  font-weight: 500;
}
.galleries .gallery h3 {
  top: auto;
  bottom: 10px;
  font-size: 14px;
  opacity: 1;
  line-height: 1;
  text-align: center;
}
.galleries .gallery:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease-in-out;
}
.galleries .gallery:hover h2, .galleries .gallery:hover h3 {
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
}
.galleries .gallery:hover .description {
  right: 0;
}
.galleries .gallery:hover:after {
  background: rgba(0, 0, 0, 0.6);
}
.galleries .gallery .description {
  position: absolute;
  right: -100%;
  top: 0;
  color: inherit;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .galleries .gallery .description {
    font-size: 16px;
    line-height: 20px;
  }
}
.galleries .gallery .description:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery .description .centered {
  padding: 15px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4px);
}

.form {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .form {
    text-align: left;
  }
}
.form .ui-menu-item a {
  text-align: left;
}
.form h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}
.form label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .form label {
    display: block;
    float: none;
    margin: 0 0 20px;
    text-align: left;
    width: auto;
  }
}
.form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form p {
  margin-bottom: 10px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .form p {
    margin-bottom: 20px;
  }
}
.form p:after {
  clear: both;
  content: "";
  display: table;
}
.form p span {
  float: left;
  margin: 0 10px 0 0;
}
.form p span.checkbox-group {
  margin-bottom: 10px;
}
.form p span input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form p span.group label {
  display: block;
  margin-bottom: 10px;
}
.form p span.group label input {
  margin-right: 0.4em;
}
.form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
  background: #fff;
  color: #53565a;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 270px;
  border: 1px solid #d1d1d1;
  font-size: 14px;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .form input[type=text], .form input[type=date], .form textarea, .form select, .form .input-overlay {
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
.form .input-overlay {
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 767px) {
  .form .select-wrapper {
    width: 100%;
  }
}
.form textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
  float: left;
}
.form input[type=radio] {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .form input[type=radio] {
    margin-top: 0;
  }
}
.form .group input[type=radio] {
  margin-top: 0;
}
.form .datepicker-input-wrapper {
  float: left;
}
@media only screen and (max-width: 767px) {
  .form .datepicker-input-wrapper {
    float: none;
  }
}
.form input.date-pick, .form .input-overlay {
  width: 100px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .form input.date-pick, .form .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
.form .input-overlay {
  clear: both;
}
.form .ui-datepicker-trigger {
  float: left;
  position: static;
}
@media only screen and (max-width: 767px) {
  .form .ui-datepicker-trigger {
    display: none;
  }
}
.form .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media only screen and (max-width: 767px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}

#tournament-sign-up-form .radio-group {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #tournament-sign-up-form .radio-group {
    width: 100%;
  }
}

#row_sponsorship_level .radio-group span, #row_hotel_stay_package .radio-group span {
  margin-bottom: 10px;
  float: none;
  display: inline-block;
}
#row_sponsorship_level .radio-group span:nth-of-type(1), #row_hotel_stay_package .radio-group span:nth-of-type(1) {
  font-weight: 500;
}
#row_sponsorship_level .radio-group span:not(:nth-of-type(1)), #row_hotel_stay_package .radio-group span:not(:nth-of-type(1)) {
  padding-left: 20px;
  position: relative;
}
#row_sponsorship_level .radio-group span:not(:nth-of-type(1)):before, #row_hotel_stay_package .radio-group span:not(:nth-of-type(1)):before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  background: #006ab6;
  border-radius: 100%;
  transition: background 350ms ease-in-out;
}
#row_sponsorship_level .radio-group span:not(:nth-of-type(1)):hover:before, #row_hotel_stay_package .radio-group span:not(:nth-of-type(1)):hover:before {
  background-color: #e7a23c;
}
#row_sponsorship_level .radio-group span span, #row_hotel_stay_package .radio-group span span {
  font-weight: 400 !important;
}
#row_sponsorship_level .radio-group span br + span, #row_hotel_stay_package .radio-group span br + span {
  margin-top: 10px;
  margin-left: 20px;
}

#row_hotel_stay_package > label:nth-of-type(1) span {
  float: none;
  display: inline-block;
  margin-top: 10px;
}

#row_deadline, #row_sizes, #row_credit_pay {
  margin-left: calc(40% + 20px);
}
@media only screen and (max-width: 767px) {
  #row_deadline, #row_sizes, #row_credit_pay {
    margin-left: 0;
  }
}

#compliance {
  float: none;
}

@media only screen and (min-width: 1024px) {
  #dinner-to-go-request input[type=text], #dinner-to-go-request input[type=date], #dinner-to-go-request textarea, #dinner-to-go-request select, #dinner-to-go-request .input-overlay {
    width: 325px;
  }
}
#dinner-to-go-request .container {
  margin-bottom: 35px;
  width: 100%;
  height: 20px;
}
#dinner-to-go-request .container .total {
  display: inline-block;
  float: left;
  font-size: 15px;
  margin-top: 8px;
  font-weight: 500;
  color: #777;
}
@media only screen and (max-width: 767px) {
  #dinner-to-go-request .container .total {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  #spa-intake-form #appointment {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #spa-intake-form #appointment .type_datepicker {
    margin-left: 0;
  }
}
#spa-intake-form #appointment #row_appointment_time input {
  width: 120px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  padding: 0 10px;
  background: #fff;
  color: #53565a;
  resize: none;
  border: 1px solid #d1d1d1;
}
@media only screen and (max-width: 767px) {
  #spa-intake-form #appointment #row_appointment_time input {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #spa-intake-form #appointment #row_appointment_time {
    width: 100%;
    margin-left: 0;
  }
}
#spa-intake-form #appointment #row_serice_type {
  flex-basis: 100%;
}

#form_module_container_errors,
#form_module_container_success {
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.3);
}

#form_module_container_errors {
  color: #b31919;
}

#form_module_container_errors .goTo {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

#form_module_container_errors .goTo:hover {
  filter: grayscale(100%);
}

#form_module_container_success {
  color: green;
}

[id*=form_form_] {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] {
    text-align: left;
  }
}
[id*=form_form_] fieldset + fieldset {
  margin-top: 20px;
}
[id*=form_form_] h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
[id*=form_form_] em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
[id*=form_form_] label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] label {
    display: block;
    float: none;
    margin: 0 0 10px;
    text-align: left;
    width: auto;
  }
}
[id*=form_form_] p {
  margin-bottom: 10px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] p {
    margin-bottom: 20px;
  }
}
[id*=form_form_] p:after {
  clear: both;
  content: "";
  display: table;
}
[id*=form_form_] p span {
  float: left;
  margin: 0 10px 0 0;
}
[id*=form_form_] p span.checkbox-group {
  margin-bottom: 10px;
}
[id*=form_form_] p span input {
  display: inline;
  float: none;
  margin: 0;
}
[id*=form_form_] p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
[id*=form_form_] p span.group {
  margin-top: 12px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] p span.group {
    margin-top: 0;
  }
}
[id*=form_form_] p span.group label {
  display: block;
  margin-bottom: 10px !important;
  margin-top: 0;
}
[id*=form_form_] p span.group label input {
  margin-right: 0.4em;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .select-wrapper {
    width: 100%;
  }
}
[id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay {
  background: #fff;
  color: #53565a;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  border: 1px solid #d1d1d1;
  font-size: 14px;
  line-height: 40px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay {
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
[id*=form_form_] input[type=text].form_module_field_error, [id*=form_form_] input[type=number].form_module_field_error, [id*=form_form_] input[type=email].form_module_field_error, [id*=form_form_] input[type=phone].form_module_field_error, [id*=form_form_] input[type=url].form_module_field_error, [id*=form_form_] input[type=datepicker].form_module_field_error, [id*=form_form_] textarea.form_module_field_error, [id*=form_form_] select.form_module_field_error, [id*=form_form_] .input-overlay.form_module_field_error {
  border-color: #b31919;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=text], [id*=form_form_] input[type=number], [id*=form_form_] input[type=email], [id*=form_form_] input[type=phone], [id*=form_form_] input[type=url], [id*=form_form_] input[type=datepicker], [id*=form_form_] textarea, [id*=form_form_] select, [id*=form_form_] .input-overlay {
    text-align: left;
  }
}
[id*=form_form_] textarea {
  float: left;
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
[id*=form_form_] input[type=checkbox],
[id*=form_form_] input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=checkbox],
  [id*=form_form_] input[type=radio] {
    margin-right: 5px;
  }
}
[id*=form_form_] .datepicker-input-wrapper {
  float: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .datepicker-input-wrapper {
    float: none;
  }
}
[id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay {
  float: left;
  width: 100px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] input[type=datepicker], [id*=form_form_] .input-overlay {
    float: none;
    width: 100%;
  }
}
[id*=form_form_] .input-overlay {
  width: 100px;
  float: left;
  clear: both;
  opacity: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .input-overlay {
    float: none;
    display: block;
    width: 100%;
  }
}
[id*=form_form_] .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .ui-datepicker-trigger {
    display: none;
  }
}
[id*=form_form_] input[type=submit] {
  display: block;
  margin: 0 0 0 calc(41% + 5px);
}
[id*=form_form_] .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
[id*=form_form_] .form-builder-field {
  position: relative;
  width: 100%;
  text-align: left;
  clear: both;
  margin-bottom: 20px;
}
[id*=form_form_] .form-builder-field[class*=textarea] label {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=textarea] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputhidden] {
  display: none;
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] > label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] > label, [id*=form_form_] .form-builder-field[class*=radiogroup] > label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label, [id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label {
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] .radio-label, [id*=form_form_] .form-builder-field[class*=inputcheckbox] .checkbox-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .radio-label, [id*=form_form_] .form-builder-field[class*=checkboxgroup] .checkbox-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .radio-label, [id*=form_form_] .form-builder-field[class*=radiogroup] .checkbox-label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputcheckbox] label {
  width: 60%;
  margin-left: calc(40% + 20px);
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputcheckbox] label {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=inputsubmit] {
  margin-left: 20px;
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
[id*=form_form_] .form-builder-field .compliance {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
[id*=form_form_] .form-builder-field .compliance em {
  padding: 12px 10px 0 0;
  font-size: 14px;
}
[id*=form_form_] .form-builder-field .compliance input[type=checkbox] {
  margin: 10px 5px 0 0;
}
[id*=form_form_] .form-builder-field .compliance > label {
  width: auto;
  text-transform: none;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  margin-left: 5px;
  margin-top: 10px;
}
[id*=form_form_] .form-builder-field[class*=paragraph] {
  width: 60%;
  margin-left: calc(40% + 20px);
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=paragraph] {
    margin-left: 0;
    width: 100%;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile] {
  line-height: 1;
}
[id*=form_form_] .form-builder-field[class*=inputfile] input[type=file] {
  margin-top: 10px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-field[class*=inputfile] label {
    margin-right: 20px;
  }
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input {
  font: 500 16px/1.2 "Open Sans", "Arial", sans-serif;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 50%;
}
[id*=form_form_] .form-builder-field[class*=inputfile] .fake-input:before {
  content: "";
  background: url("../images/paperclip.png") no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  display: block;
  position: relative;
  float: left;
  margin-right: 10px;
}
[id*=form_form_] .form-builder-field .radio-group-wrapper {
  display: block;
  float: none;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
}
[id*=form_form_] .form-builder-field .radio-group-wrapper .radio-group-custom {
  display: flex;
  flex-flow: column;
}
[id*=form_form_] .form-builder-field .radio-group-wrapper .radio-group-custom .inner-wrapper {
  text-align: left;
}
[id*=form_form_] .form-builder-field .radio-group-wrapper .radio-group-custom .inner-wrapper ul {
  line-height: 1.5;
  margin-top: 10px;
}
[id*=form_form_] .form-builder-field .radio-group-wrapper .radio-group-custom .inner-wrapper > .label-name {
  margin-left: 6px;
}
[id*=form_form_] .form-builder-group {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
  width: calc(50% - 10px);
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-2 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-2 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field {
  width: calc(33.33% - 20px);
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-3 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-3 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field {
  width: calc(25% - 20px);
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field > p label {
  width: auto;
  text-align: left;
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field input[type=text], [id*=form_form_] .form-builder-group.columns-4 .form-builder-field input[type=email] {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=checkboxgroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=radiogroup] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
    margin-bottom: 10px;
  }
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] label, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] label {
  margin-bottom: 10px;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .select-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] select, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] input, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .select-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] select, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] input, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .select-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] select, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] input {
  width: 100%;
}
[id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=country] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputurl] .datepicker-input-wrapper, [id*=form_form_] .form-builder-group.columns-4 .form-builder-field[class*=inputdatepicker] .datepicker-input-wrapper {
    width: 100%;
  }
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field {
  width: calc(66.66% - 20px);
}
[id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
  width: calc(33.33% - 20px);
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field:nth-child(even) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  [id*=form_form_] .form-builder-group.prop-2-to-1 .form-builder-field {
    width: 100%;
  }
}
[id*=form_form_] .custom-checkbox, [id*=form_form_] .custom-radio {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 2em;
  line-height: 1.4em;
}
[id*=form_form_] .custom-checkbox:before, [id*=form_form_] .custom-radio:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  transition: transform 350ms ease-in-out/2;
  border: #000 1px solid;
}
@media only screen and (min-width: 1024px) {
  [id*=form_form_] .custom-checkbox:hover:before, [id*=form_form_] .custom-radio:hover:before {
    transform: scale(1.1);
  }
  [id*=form_form_] .custom-checkbox:active:before, [id*=form_form_] .custom-radio:active:before {
    transform: scale(1);
  }
}
[id*=form_form_] .custom-checkbox:after, [id*=form_form_] .custom-radio:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 13px;
  height: 8px;
  border-bottom: 2px solid #b31919;
  border-left: 2px solid #b31919;
  transform: rotate(-45deg) scale(2);
  opacity: 0;
  visibility: hidden;
  transition: transform 350ms ease-in-out/2 350ms ease-in-out/3, opacity 350ms ease-in-out/2, visibility 350ms ease-in-out/2;
  pointer-events: none;
}
[id*=form_form_] .custom-checkbox.checked:after, [id*=form_form_] .custom-radio.checked:after {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
  visibility: visible;
  transition: transform 350ms ease-in-out/3, opacity 350ms ease-in-out/3, visibility 350ms ease-in-out/3;
}
[id*=form_form_] .custom-checkbox input, [id*=form_form_] .custom-radio input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
[id*=form_form_] .custom-checkbox.active, [id*=form_form_] .custom-radio.active {
  color: #000;
}
[id*=form_form_] .custom-radio:before {
  border-radius: 50%;
}
[id*=form_form_] .custom-radio:after {
  border: none;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 3px;
  border-radius: 50%;
  transform: scale(2);
  background: #b31919;
}
[id*=form_form_] .custom-radio.checked:after {
  transform: scale(1);
}
@media only screen and (max-width: 767px) {
  [id*=form_form_] input[type=file] {
    width: 100%;
  }
}
[id*=form_form_] .clear-file-input {
  font-size: 12px;
  transition: opacity 350ms ease-in-out;
}
[id*=form_form_] .clear-file-input.inactive {
  opacity: 0;
  visibility: hidden;
}

[id=form_form_15] #fieldset_hFo2WvQhTxGT9tNwBIlQ h3 {
  display: none;
}

.poi-widget {
  padding-top: 110px;
}
@media only screen and (max-width: 767px) {
  .poi-widget {
    padding-top: 40px;
  }
}

.poi-controls-wrapper {
  text-align: center;
}

.poi-zoom {
  position: absolute;
  right: 40px;
  bottom: 320px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  font-size: 0;
  z-index: 500;
}
@media only screen and (max-width: 1023px) {
  .poi-zoom {
    bottom: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .poi-zoom {
    right: 30px;
    bottom: 170px;
  }
}
.home .poi-zoom {
  right: 20px;
}
.poi-zoom .poi-zoom-button {
  display: block;
  position: relative;
  height: 29px;
  width: 29px;
  margin-top: 1px;
  border-radius: 3px;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
  background: #fff;
  transition: background 300ms;
}
.poi-zoom .poi-zoom-button:first-child {
  margin-top: 0;
}
.poi-zoom .poi-zoom-button:hover {
  background: #006ab6;
}
.poi-zoom .poi-zoom-button:hover:after {
  background: #fff;
}
.poi-zoom .poi-zoom-button:after {
  content: "";
  background: #666666;
  display: block;
  width: 11px;
  height: 3px;
  position: absolute;
  left: 9px;
  top: 13px;
}
.poi-zoom .poi-zoom-button.zoom-in:hover:after, .poi-zoom .poi-zoom-button.zoom-in:hover:before {
  background: #fff;
}
.poi-zoom .poi-zoom-button.zoom-in:before {
  content: "";
  background: #666666;
  display: block;
  width: 3px;
  height: 11px;
  position: absolute;
  left: 13px;
  top: 9px;
}

.poi-widget .poi-overlay .category-selector {
  margin-bottom: 0;
}
.poi-widget .poi-overlay .background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  background-size: cover;
}
@media only screen and (max-width: 1023px) {
  .poi-widget .poi-overlay .background {
    display: none;
  }
}
.poi-widget .poi-overlay .background.background1 {
  left: 356px;
  bottom: -24px;
  width: 110px;
  height: 110px;
  z-index: 3;
}
@media only screen and (max-width: 1800px) {
  .poi-widget .poi-overlay .background.background1 {
    left: 256px;
  }
}
@media only screen and (max-width: 1700px) {
  .poi-widget .poi-overlay .background.background1 {
    left: 156px;
  }
}
@media only screen and (max-width: 1600px) {
  .poi-widget .poi-overlay .background.background1 {
    left: 56px;
  }
}
@media only screen and (max-width: 1200px) {
  .poi-widget .poi-overlay .background.background1 {
    left: -25px;
  }
}
.poi-widget .poi-overlay .background.background2 {
  left: 225px;
  bottom: -13px;
  width: 305px;
  height: 265px;
  z-index: 2;
}
@media only screen and (max-width: 1800px) {
  .poi-widget .poi-overlay .background.background2 {
    left: 125px;
  }
}
@media only screen and (max-width: 1700px) {
  .poi-widget .poi-overlay .background.background2 {
    left: 25px;
  }
}
@media only screen and (max-width: 1600px) {
  .poi-widget .poi-overlay .background.background2 {
    left: -75px;
  }
}
@media only screen and (max-width: 1200px) {
  .poi-widget .poi-overlay .background.background2 {
    left: auto;
    right: -150px;
    bottom: -100px;
  }
}
.poi-widget .poi-overlay .background.background3 {
  left: 93px;
  bottom: 40px;
  width: 253px;
  height: 194px;
  z-index: -1;
}
@media only screen and (max-width: 1800px) {
  .poi-widget .poi-overlay .background.background3 {
    left: 10px;
  }
}
@media only screen and (max-width: 1700px) {
  .poi-widget .poi-overlay .background.background3 {
    left: -100px;
  }
}
@media only screen and (max-width: 1600px) {
  .poi-widget .poi-overlay .background.background3 {
    left: auto;
    right: -120px;
    bottom: -100px;
    z-index: 1;
  }
}
@media only screen and (max-width: 1200px) {
  .poi-widget .poi-overlay .background.background3 {
    display: none;
  }
}

.poi-map {
  height: 700px;
  background: #1e1e1e;
}
@media only screen and (max-width: 1023px) {
  .poi-map {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .poi-map {
    height: 400px;
  }
}

.poi-overlay {
  position: relative;
  text-align: center;
  z-index: 20;
}
.poi-overlay .category-selector {
  position: relative;
  margin: 0 0 20px 0;
  white-space: normal;
}
.home .poi-overlay .category-selector {
  background: #006ab6;
  margin-top: 60px;
}
.home .poi-overlay .category-selector .button {
  position: relative;
  margin: 0;
  border: none;
  background: none;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  transition: 350ms ease-in-out;
  z-index: 4;
}
.home .poi-overlay .category-selector .button:hover, .home .poi-overlay .category-selector .button.active {
  color: #e7a23c;
}
.home .poi-overlay .category-selector .select-wrapper {
  margin: 0 10px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.home .poi-overlay .category-selector select {
  margin: 0;
}

#calendar-header {
  margin-bottom: 20px;
}
#calendar-header:after {
  clear: both;
  content: "";
  display: table;
}

#calendar-links {
  float: left;
}
#calendar-links:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-links {
    margin-top: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
}
#calendar-links li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-links li {
    display: inline-block;
    float: none;
  }
  #calendar-links li:first-child a {
    margin-left: 0;
  }
}
#calendar-links a {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 20px 0 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#calendar-links a.ical {
  background-position: -200px -76px;
}
#calendar-links a.ical:hover {
  background-position: -240px -76px;
}
#calendar-links a.ical:active {
  background-position: -280px -76px;
}
#calendar-links a.print {
  background-position: -200px -116px;
}
#calendar-links a.print:hover {
  background-position: -240px -116px;
}
#calendar-links a.print:active {
  background-position: -280px -116px;
}
#calendar-links a.rss {
  background-position: -200px -156px;
}
#calendar-links a.rss:hover {
  background-position: -240px -156px;
}
#calendar-links a.rss:active {
  background-position: -280px -156px;
}
@media only screen and (max-width: 767px) {
  #calendar-links a {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

#calendar-filter {
  float: right;
}
@media only screen and (max-width: 767px) {
  #calendar-filter {
    float: none;
    margin-top: 10px;
    text-align: center;
  }
}

#calendar-views {
  float: left;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views a {
  position: relative;
  display: block;
  margin-right: 20px;
  padding-left: 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #006ab6;
  font: 500 14px/20px "Open Sans", "Arial", sans-serif;
  height: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-views a {
    margin-right: 0;
    margin-left: 20px;
  }
  #calendar-views a.grid {
    margin-left: 0;
  }
}
#calendar-views a:hover, #calendar-views a.active {
  color: #e7a23c;
}
#calendar-views a:before {
  background: url("../images/common.svg") 0 0 no-repeat;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
#calendar-views a.grid:before {
  background-position: -200px 0;
}
#calendar-views a.grid:hover:before, #calendar-views a.grid.active:before {
  background-position: -240px 0;
}
#calendar-views a.list:before {
  background-position: -200px -38px;
}
#calendar-views a.list:hover:before, #calendar-views a.list.active:before {
  background-position: -240px -38px;
}

#calendar-breadcrumb {
  padding: 10px 0;
  margin-bottom: 20px;
}
#calendar-breadcrumb:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-breadcrumb dt, #calendar-breadcrumb dd {
  float: left;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  #calendar-breadcrumb dt, #calendar-breadcrumb dd {
    float: none;
    display: inline-block;
  }
}

#calendar-year {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-year {
    display: none;
  }
}
#calendar-year:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-year li {
  float: left;
}
#calendar-year a {
  display: block;
  padding: 5px 0;
  margin-right: 1px;
  text-decoration: none;
  border-bottom: 1px solid rgba(30, 30, 30, 0.3);
  color: rgba(30, 30, 30, 0.3);
  transition: 350ms ease-in-out;
}
#calendar-year a:hover {
  border-color: #e7a23c;
  color: #e7a23c;
}
#calendar-year .active a {
  border-color: #006ab6;
  color: #006ab6;
}
#calendar-year .active a:hover {
  border-color: #e7a23c;
  color: #e7a23c;
}

#calendar-month {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: newspaper;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
#calendar-month:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-month:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-month li {
  display: inline;
}
#calendar-month a {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #006ab6;
  transition: 350ms ease-in-out;
}
@media only screen and (max-width: 1023px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: #e7a23c;
  color: #fff;
}
#calendar-month a.active {
  background: #006ab6;
  color: #fff;
}
#calendar-month a.active:hover {
  background: #006ab6;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  #calendar-month li {
    display: none;
  }
  #calendar-month li.current, #calendar-month li.prev, #calendar-month li.next {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
  }
  #calendar-month li.current a {
    font-size: 12px;
    padding: 0 10px;
    display: block;
  }
  #calendar-month li.prev a, #calendar-month li.next a {
    display: block;
    font-size: 12px;
    padding-right: 0;
    padding-left: 30px;
  }
  #calendar-month li.prev a:after, #calendar-month li.next a:after {
    background: url("../images/common.svg") -200px -196px no-repeat;
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 11px;
    width: 11px;
    height: 18px;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #e7a23c;
  }
  #calendar-month li.prev a:hover:after, #calendar-month li.next a:hover:after {
    background-position: -231px -196px;
  }
  #calendar-month li.prev a:active, #calendar-month li.next a:active {
    top: auto;
  }
  #calendar-month li.next a {
    padding-left: 0;
    padding-right: 30px;
  }
  #calendar-month li.next a:after {
    background-position: -200px -234px;
    left: auto;
    right: 5px;
  }
  #calendar-month li.next a:hover:after {
    background-position: -231px -234px;
  }
}

#calendar-navigation {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
#calendar-navigation .current-event {
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #eee;
}
#calendar-navigation a.prev, #calendar-navigation a.next {
  position: absolute;
  top: 11px;
  width: 11px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 10px 0 10px;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#calendar-navigation a.next {
  right: 0;
  background-position: -200px -234px;
}
#calendar-navigation a.next:hover {
  background-position: -231px -234px;
}
#calendar-navigation a.prev {
  left: 0;
  background-position: -200px -196px;
}
#calendar-navigation a.prev:hover {
  background-position: -231px -196px;
}

#calendar-week, #calendar-days {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#calendar-week li, #calendar-days li {
  display: inline-block;
  width: 13%;
}

#calendar-week {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  color: #e7a23c;
  text-align: center;
  font-weight: 500;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}

#calendar-days {
  position: relative;
}
#calendar-days li {
  margin: 0 0 1em;
  min-height: 8em;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  vertical-align: top;
  position: static;
  background: rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 767px) {
  #calendar-days li {
    display: block;
    float: none;
    width: 100%;
    min-height: auto !important;
    height: auto !important;
  }
  #calendar-days li dl {
    margin-top: auto !important;
    height: auto;
  }
  #calendar-days li dl dt {
    width: 100% !important;
    padding-bottom: 10px;
  }
}
#calendar-days li time a {
  text-align: center;
  color: #1e1e1e;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  background: #d1d1d1;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: rgba(0, 0, 0, 0.02);
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: rgba(30, 30, 30, 0.3);
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  background: #f1f1f1;
}
#calendar-days li.day_items3 {
  height: 9em;
}
#calendar-days li.day_items4 {
  height: 11em;
}
#calendar-days li.day_items5 {
  height: 13em;
}
#calendar-days li.day_items6 {
  height: 15em;
}
#calendar-days li.day_items7 {
  height: 17em;
}
#calendar-days li.day_items8 {
  height: 19em;
}
#calendar-days li.day_items9 {
  height: 21em;
}
#calendar-days li.day_items10 {
  height: 23em;
}
#calendar-days li.day_items11 {
  height: 25em;
}
#calendar-days li.day_items12 {
  height: 27em;
}
#calendar-days li.day_items13 {
  height: 29em;
}
#calendar-days li.day_items14 {
  height: 31em;
}
#calendar-days li.day_items15 {
  height: 33em;
}
#calendar-days li.day_items16 {
  height: 35em;
}
#calendar-days li.day_items17 {
  height: 37em;
}
#calendar-days li.day_items18 {
  height: 39em;
}
#calendar-days li.day_items19 {
  height: 41em;
}
#calendar-days li.day_items20 {
  height: 43em;
}
#calendar-days dl {
  display: block;
  height: 2em;
}
#calendar-days dl:hover {
  position: relative;
}
#calendar-days dl.hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  #calendar-days dl.hide {
    display: block;
  }
}
#calendar-days dt {
  position: relative;
}
#calendar-days dt a {
  display: block;
  height: 1.8em;
  width: auto;
  line-height: 1.8em;
  padding: 0 0.5em 0 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.7em;
  background: #006ab6;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-days dt a {
    height: 2.8em;
    line-height: 2.8em;
  }
}
#calendar-days dl.w1 dt {
  width: 100%;
}
#calendar-days dl.w2 dt {
  width: 211.538%;
}
#calendar-days dl.w3 dt {
  width: 323.076%;
}
#calendar-days dl.w4 dt {
  width: 434.614%;
}
#calendar-days dl.w5 dt {
  width: 546.152%;
}
#calendar-days dl.w6 dt {
  width: 657.69%;
}
#calendar-days dl.w7 dt {
  width: 769.228%;
}
#calendar-days dl.c1 dt a {
  background-color: #8db294;
}
#calendar-days dl.c2 dt a {
  background-color: #ada39a;
}
#calendar-days dl.c3 dt a {
  background-color: #85a9b7;
}
#calendar-days dl.c4 dt a {
  background-color: #bc8e8f;
}
#calendar-days dl.c5 dt a {
  background-color: #ac9bc1;
}
#calendar-days dl.c6 dt a {
  background-color: #87b6c7;
}
#calendar-days dl.c7 dt a {
  background-color: #bb85aa;
}
#calendar-days dl.c8 dt a {
  background-color: #a4a4a4;
}
#calendar-days dl dd {
  position: absolute;
  left: 0;
  bottom: 28px;
  background: #1e1e1e;
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 20px;
  text-align: left;
  visibility: hidden;
  width: 240px;
  z-index: 999;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 767px) {
  #calendar-days dl dd {
    display: none !important;
  }
}
#calendar-days dl dd .triangle {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
#calendar-days dl dd .triangle span {
  display: block;
  width: 0;
  margin: 0 auto;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #1e1e1e;
}
#calendar-days dl dd h3 {
  color: #e7a23c;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}
#calendar-days dl dd p {
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 10px 0;
  width: 100%;
}
#calendar-days dl dd a {
  color: #e7a23c;
}
#calendar-days dl dd a:hover {
  color: #fff;
}
#calendar-days dl:hover dd {
  visibility: visible;
}
#calendar-days dl.t1 {
  margin-top: 2em;
}
#calendar-days dl.t2 {
  margin-top: 4em;
}
#calendar-days dl.t3 {
  margin-top: 6em;
}
#calendar-days dl.t4 {
  margin-top: 8em;
}
#calendar-days dl.t5 {
  margin-top: 10em;
}
#calendar-days dl.t6 {
  margin-top: 12em;
}
#calendar-days dl.t7 {
  margin-top: 14em;
}
#calendar-days dl.t8 {
  margin-top: 16em;
}
#calendar-days dl.t9 {
  margin-top: 18em;
}
#calendar-days dl.t10 {
  margin-top: 20em;
}
#calendar-days dl.t11 {
  margin-top: 22em;
}
#calendar-days dl.t12 {
  margin-top: 24em;
}
#calendar-days dl.t13 {
  margin-top: 26em;
}
#calendar-days dl.t14 {
  margin-top: 28em;
}
#calendar-days dl.t15 {
  margin-top: 30em;
}
#calendar-days dl.t16 {
  margin-top: 32em;
}
#calendar-days dl.t17 {
  margin-top: 34em;
}
#calendar-days dl.t18 {
  margin-top: 36em;
}
#calendar-days dl.t19 {
  margin-top: 38em;
}
#calendar-days dl.t20 {
  margin-top: 40em;
}

#calendar.list-view h2 a:hover {
  text-decoration: underline;
}
#calendar.list-view .image-list {
  position: relative;
  overflow: hidden;
  padding: 0;
}
#calendar.list-view .image-list h2 {
  color: #000;
}
#calendar.list-view .image-list h2 a {
  color: inherit;
  text-decoration: none;
}
#calendar.list-view .image-list h2 a:hover {
  color: #e7a23c;
}
#calendar.list-view .image-list h3 a {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
}

#calendar .no-events {
  margin: 40px 0;
  padding: 40px 0;
  height: auto;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 120%;
}

#calendar .single-event {
  text-align: left;
}
#calendar .single-event .background {
  float: right;
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  #calendar .single-event .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

#calendar .dates, #calendar .attachment {
  display: block;
  margin: 0 0 20px;
}

#calendar .dates > small {
  display: block;
  color: #006ab6;
  font-weight: 600;
}

#calendar .dates strong {
  color: #8e052a;
  font-weight: 600;
}

.calendar .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item {
    height: auto;
  }
}
.calendar .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #d1d1d1;
  z-index: -1;
}
.calendar .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  .calendar .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.calendar .image-list-item .description {
  width: 100%;
  display: block;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description {
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  font: 24px/30px "Open Sans", "Arial", sans-serif;
  color: #006ab6;
  margin-bottom: 15px;
}
.calendar .image-list-item .description h3 a {
  text-decoration: none;
}
.calendar .image-list-item .description h3 a:hover {
  color: #e7a23c;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description .button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

.customlist.image-list {
  display: flex;
  overflow: auto !important;
  flex-wrap: wrap;
  flex-direction: row;
}
.customlist.image-list .image-list-item {
  width: calc(32% - 15px);
  display: flex;
  flex-direction: column;
  height: auto;
  max-height: 535px;
  margin: 0 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1440px) {
  .customlist.image-list .image-list-item {
    width: calc(24% - 15px);
  }
}
@media only screen and (max-width: 1023px) {
  .customlist.image-list .image-list-item {
    width: calc(49% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .customlist.image-list .image-list-item {
    width: calc(100% - 15px);
  }
}
.customlist.image-list .image-list-item .background {
  margin-left: 0;
  width: 100%;
  float: none;
}
.customlist.image-list .image-list-item .description .button {
  position: relative;
  bottom: auto;
  left: auto;
}

.widget-area h3, .checkers-blocks .checkers-item .content h3, .checkers-blocks .checkers-item .content .h3, .page-content h1 {
  font-family: "Open Sans", "Arial", sans-serif;
  color: #006ab6;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .widget-area h3, .checkers-blocks .checkers-item .content h3, .checkers-blocks .checkers-item .content .h3, .page-content h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .widget-area h3, .checkers-blocks .checkers-item .content h3, .checkers-blocks .checkers-item .content .h3, .page-content h1 {
    font-size: 24px;
  }
}
.spa-page .widget-area h3, .widget-area .spa-page h3, .spa-page .checkers-blocks .checkers-item .content h3, .checkers-blocks .checkers-item .content .spa-page h3, .spa-page .checkers-blocks .checkers-item .content .h3, .checkers-blocks .checkers-item .content .spa-page .h3, .spa-page .page-content h1, .page-content .spa-page h1 {
  color: #5E6D25;
}
.casino-page .widget-area h3, .widget-area .casino-page h3, .casino-page .checkers-blocks .checkers-item .content h3, .checkers-blocks .checkers-item .content .casino-page h3, .casino-page .checkers-blocks .checkers-item .content .h3, .checkers-blocks .checkers-item .content .casino-page .h3, .casino-page .page-content h1, .page-content .casino-page h1 {
  color: #004e96;
}

.widget-area h4, .checkers-blocks .checkers-item .content h4, .checkers-blocks .checkers-item .content .h4, .page-content h2:not(.h3) {
  font-family: "Open Sans", "Arial", sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1;
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 26px;
}
@media only screen and (max-width: 1023px) {
  .widget-area h4, .checkers-blocks .checkers-item .content h4, .checkers-blocks .checkers-item .content .h4, .page-content h2:not(.h3) {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .widget-area h4, .checkers-blocks .checkers-item .content h4, .checkers-blocks .checkers-item .content .h4, .page-content h2:not(.h3) {
    font-size: 18px;
  }
}

.custom-page-logo {
  display: none;
}
.spa-page .custom-page-logo {
  display: block;
  width: 380px;
  height: 120px;
  margin: 60px auto;
  background-image: url("../images/logo-spa.svg");
  background-size: cover;
  background-position: 50% 50%;
}
.casino-page .custom-page-logo {
  display: block;
  width: 380px;
  height: 186px;
  margin: 60px auto;
  background-image: url("../images/casino-morongo.png");
  background-size: cover;
  background-position: 50% 50%;
}

.page-content {
  text-align: center;
}
.page-content:after {
  clear: both;
  content: "";
  display: table;
}
#side-submenu + .page-content {
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  #side-submenu + .page-content {
    margin-top: 40px;
  }
}
.page-content .sitemap {
  text-align: left;
}
.page-content hr {
  display: block;
  height: 1px;
  margin: 20px auto;
  border: none;
  background: rgba(0, 106, 182, 0.5);
  color: rgba(0, 106, 182, 0.5);
}
.page-content h1, .page-content h2 {
  font-family: "Open Sans", "Arial", sans-serif;
}
.page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  color: #006ab6;
  line-height: 1;
}
.page-content .h4 {
  line-height: normal;
  font-weight: 600;
}
.page-content h3:not(.h4), .page-content .h3 {
  color: #e7a23c;
  font-size: 18px;
  font-weight: 500;
}
.page-content h4, .page-content .h4 {
  color: #8e052a;
}
.page-content h4, .page-content h5, .page-content h6 {
  font-weight: 600;
}
.page-content h3, .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: 20px;
}
.page-content strong {
  font-weight: 600;
}
.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 ol {
  list-style: decimal inside;
}
.page-content ul {
  list-style: none;
}
.page-content ol, .page-content ul {
  margin-left: 20px;
}
.page-content ol ol, .page-content ol ul, .page-content ul ul, .page-content ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-content ol li, .page-content ul li {
  position: relative;
}
.page-content ul > li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  background: #006ab6;
  border-radius: 100%;
  transition: background 350ms ease-in-out;
}
.page-content ul > li:hover:before {
  background-color: #e7a23c;
}
@media only screen and (max-width: 767px) {
  .page-content ol, .page-content ul {
    margin-left: 0;
  }
  .page-content .sitemap ol, .page-content .sitemap ul {
    margin-left: 20px;
  }
  .page-content ol ol, .page-content ol ul, .page-content ul ul, .page-content ul ol {
    font-size: 90%;
  }
}
.page-content td, .page-content th, .page-content caption {
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}
.page-content th, .page-content caption {
  vertical-align: bottom;
  padding-top: 0;
  padding-bottom: 20px;
  font: 22px/1 "Open Sans", "Arial", sans-serif;
  color: #006ab6;
}
.page-content td {
  border-top: 1px solid #f7fcfc;
  background: #f2f7f7;
}
.page-content .even td {
  background: #edf5f5;
}
.page-content table p {
  margin: 10px 0;
}
@media only screen and (max-width: 1023px) {
  .page-content .table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.page-content .thumbnail {
  float: right;
  margin: 0 0 20px 20px;
}
.page-content .thumbnail a {
  display: block;
}
.page-content .thumbnail img {
  display: block;
}
.page-content .socials {
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 0;
}
.page-content .socials iframe {
  display: inline-block;
  width: 90px;
  height: 21px;
  margin: 0 10px 0 0;
}
.page-content a.pdf {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  padding-left: 23px;
  position: relative;
}
.page-content a.pdf:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 13px;
  height: 16px;
  vertical-align: top;
  margin-right: 10px;
  background: url("../images/common.svg") -600px 0 no-repeat;
}
.page-content a.pdf:hover:before {
  background-position: -633px 0;
}
.page-content a.pdf:active:before {
  background-position: -666px 0;
}
.page-content a.pdf + .size {
  color: #aaa;
  font-size: 10px;
}
.page-content .hotel-location-map {
  margin-bottom: 20px;
}
.page-content .sitemap-description {
  opacity: 0.8;
  font-size: 86%;
}

.checkers-blocks:last-child {
  margin-bottom: -110px;
}
@media only screen and (max-width: 767px) {
  .checkers-blocks:last-child {
    margin-bottom: 0;
  }
}
.checkers-blocks .slideshow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.checkers-blocks .slideshow-wrapper {
  width: 100%;
  height: 100%;
}
.checkers-blocks .checkers-item {
  position: relative;
}
.checkers-blocks .checkers-item .images {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1e1e1e;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .checkers-blocks .checkers-item .images {
    position: relative;
    width: 100%;
    height: 300px;
  }
}
.checkers-blocks .checkers-item .images .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 6px solid transparent;
  border-top-color: #006ab6;
  border-bottom-color: #e7a23c;
  border-left-color: #8e052a;
  border-right-color: #518439;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.checkers-blocks .checkers-item .images .loading:before {
  top: 8%;
  right: 8%;
  left: auto;
  margin: auto;
}
.checkers-blocks .checkers-item .images .slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.checkers-blocks .checkers-item .content {
  padding: 110px 0 200px 0;
  margin-left: calc(50% + 120px);
  text-align: left;
  z-index: 1;
}
@media only screen and (max-width: 1440px) {
  .checkers-blocks .checkers-item .content {
    padding: 100px 0;
    margin-left: calc(50% + 40px);
  }
}
@media only screen and (max-width: 767px) {
  .checkers-blocks .checkers-item .content {
    padding: 40px 0;
    margin-left: 0;
  }
}
.checkers-blocks .checkers-item .content p {
  margin-bottom: 20px;
}
.checkers-blocks .checkers-item nav {
  margin-top: 60px;
}
.checkers-blocks .checkers-item.right .images {
  left: auto;
  right: 0;
}
.checkers-blocks .checkers-item.right .content {
  margin-left: 0;
  margin-right: calc(50% + 120px);
}
@media only screen and (max-width: 1440px) {
  .checkers-blocks .checkers-item.right .content {
    margin-right: calc(50% + 40px);
  }
}
@media only screen and (max-width: 767px) {
  .checkers-blocks .checkers-item.right .content {
    margin-right: 0;
  }
}
.checkers-blocks .checkers-item.right .slideshow-pagination {
  left: 30px;
  margin-left: 0;
}
.checkers-blocks .checkers-item .slideshow-pagination {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  margin-left: -46px;
  width: 16px;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .checkers-blocks .checkers-item .slideshow-pagination {
    display: none;
  }
}
.checkers-blocks .checkers-item .slideshow-pagination > * {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: none;
  border: 2px solid #fff;
  margin: 6px 0;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 50%;
  transition: 350ms ease-in-out;
  cursor: pointer;
}
.checkers-blocks .checkers-item .slideshow-pagination > *:hover, .checkers-blocks .checkers-item .slideshow-pagination > *.active {
  border-color: #e7a23c;
}

.widget-area.poi {
  padding-top: 110px;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: none;
  color: #333;
  box-shadow: none;
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
  }
  body, html {
    width: 100%;
  }
  * {
    background: none !important;
    border: none !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .fade-on-scroll {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
  body > *:not(#content) {
    display: none;
  }
  #content-submenu {
    display: none;
  }
  #acm-content-tiles,
  .widget-area,
  .additional-content,
  .checkers-item .images,
  .page-content .socials,
  #calendar-header,
  #calendar-year,
  #calendar-month {
    display: none;
  }
  .checkers-item .content {
    width: 100% !important;
    margin: 0 !important;
  }
  @page {
    size: 960px 1358px;
  }
}
