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

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

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

.formError .formErrorContent {
  background: #b31919;
  position: relative;
  z-index: 5001;
  color: #fff;
  width: 150px;
  font-size: 11px;
  padding: 4px 10px 4px 10px;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-datepicker {
  display: none;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background: #fff;
}
body > .ui-datepicker {
  z-index: 30 !important;
}
.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  font: 16px/25px "Lora WF", serif;
  text-transform: uppercase;
  text-align: center;
  color: #3A3A3A;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 5px;
  width: 11px;
  height: 21px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 7px;
  background-position: 0 -200px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  background-position: -31px -200px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:active {
  background-position: -31px -200px;
  transform: translate(-1px, 0);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 7px;
  background-position: 0 -241px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  background-position: -31px -241px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:active {
  background-position: -31px -241px;
  transform: translate(1px, 0);
}
.ui-datepicker .ui-datepicker-calendar {
  font-size: 12px;
  cursor: default;
}
.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  vertical-align: middle;
  width: 30px;
  height: 28px;
  line-height: 28px;
}
.ui-datepicker .ui-datepicker-calendar th {
  font: bold 14px/32px "Lora WF", serif;
  color: #DB2F31;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar td {
  color: #132929;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  color: #c2c8cc;
}
.ui-datepicker .ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a {
  background: #CFBEA4;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  background: #DB2F31;
  color: #fff;
}

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

.selectedTxt {
  position: relative;
  height: 32px;
  padding: 0 27px 0 10px;
  overflow: hidden;
  background: #F7F7F4;
  font-size: 14px;
  line-height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #132929;
  cursor: pointer;
}
.selectedTxt:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  width: 7px;
  height: 4px;
  background: url("../images/sprite.svg") 0 -99px no-repeat;
}
.selectedTxt:hover:after {
  background-position: -27px -99px;
}
.selectedTxt:active:after {
  background-position: -54px -99px;
}

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

.stylish-select .newList {
  background: #fff;
  max-height: 200px;
  overflow: auto;
  overflow-x: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin: 0 !important;
  padding: 2px !important;
  list-style: none !important;
  height: auto !important;
}
.stylish-select .newList li {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1;
}
.stylish-select .newList li:after {
  content: none !important;
}
.stylish-select .newList li.newListOptionTitle {
  padding: 3px 5px 0 !important;
  font-weight: bold;
  color: #000;
}
.stylish-select .newList li.newListOptionTitle ul {
  margin: 3px -5px 0 !important;
  font-weight: normal;
}
.stylish-select .newList a {
  display: block;
  font-size: 11px;
  line-height: 12px;
  padding: 6px 21px 6px 9px;
  position: static;
  border-radius: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none !important;
  transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  color: rgb(110, 110, 110);
}
.stylish-select .newList a:hover, .stylish-select .newList a.hiLite {
  background: rgba(110, 110, 110, 0.9);
  color: #fff;
}

#desktop-weather {
  display: inline-block;
  position: relative;
  /* width: 76px; */
  padding-left: 44px;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  text-align: right;
}
.sticky-booking #desktop-weather {
  color: #393939;
}
@media (max-width: 767px) {
  .menu-expanded #desktop-weather {
    color: #393939;
  }
}
#desktop-weather .temp {
  display: inline-block;
  font-size: inherit;
  text-align: right;
}
#desktop-weather .temp span {
  display: inline-block;
  border-left: 2px solid #DB2F31;
  line-height: 10px;
  padding: 0 10px;
}
@media (min-width: 1240px) {
  #desktop-weather .temp span {
    font-size: 18px;
    line-height: 13px;
  }
}
#desktop-weather .temp span:first-child {
  padding-left: 0;
  border-left: none;
}
#desktop-weather .temp span:last-child {
  padding-right: 0;
}
.fr-lang #desktop-weather .temp .fahrenheit {
  display: none;
}
#desktop-weather .icon {
  position: absolute;
  top: 50%;
  margin-top: -74px;
  left: 0;
  margin-left: -50px;
  height: 144px;
  width: 144px;
  transform: scale(0.3, 0.3);
}
#desktop-weather .cms-icon-weather-thunderstorm {
  background-position: 0 -432px;
}
#desktop-weather .cms-icon-weather-drizzle {
  background-position: 0 0;
}
#desktop-weather .cms-icon-weather-rain-light {
  background-position: 0 -720px;
}
#desktop-weather .cms-icon-weather-rain-heavy {
  background-position: 0 0;
}
#desktop-weather .cms-icon-weather-snow {
  background-position: 0 -1296px;
}
#desktop-weather .cms-icon-weather-atmosphere {
  background-position: 0 144px;
}
#desktop-weather .cms-icon-weather-clouds {
  background-position: 0 -864px;
}
#desktop-weather .cms-icon-weather-clear {
  background-position: 0 -576px;
}
#desktop-weather .cms-icon-weather-tornado {
  background-position: 0 -1152px;
}
#desktop-weather .cms-icon-weather-tropicalstorm {
  background-position: 0 -432px;
}
#desktop-weather .cms-icon-weather-hurricane {
  background-position: 0 -432px;
}
#desktop-weather .cms-icon-weather-cold {
  background-position: 0 -720px;
}
#desktop-weather .cms-icon-weather-hot {
  background-position: 0 -576px;
}
#desktop-weather .cms-icon-weather-windy {
  background-position: 0 -1152px;
}
#desktop-weather .cms-icon-weather-hail {
  background-position: 0 -720px;
}
#desktop-weather .cms-icon-weather-calm {
  background-position: 0 144px;
}
#desktop-weather .cms-icon-weather-breeze {
  background-position: 0 -1152px;
}
#desktop-weather .cms-icon-weather-gale {
  background-position: 0 -432px;
}
#desktop-weather .cms-icon-weather-storm {
  background-position: 0 -432px;
}

#booking-trigger {
  box-sizing: border-box;
  top: 0;
  right: 0;
  display: none;
  position: fixed;
  width: 90px;
  height: 70px;
  line-height: 70px;
  z-index: 80;
}
#booking-trigger .button {
  width: 100%;
  background-color: #DB2F31;
  height: 100%;
  display: block;
  font: 14px/1 "Lora WF", serif;
  color: #fff;
  padding: 0 10px;
  white-space: normal;
}
#booking-trigger .button:after {
  content: "";
  transform: rotate(360deg);
}
#booking-trigger .button:hover, #booking-trigger .button.active, #booking-trigger .button:active {
  border: 1px solid transparent;
}
.booking-expanded #booking-trigger .button {
  background-color: #fff;
}
.booking-expanded #booking-trigger .button:after {
  width: 29px;
  height: 29px;
  background: url("../images/sprite.svg") no-repeat -100px 0;
  position: absolute;
  top: 20px;
  left: 20px;
  transform: rotate(0deg);
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  #booking-trigger {
    display: block;
    margin-right: 90px;
  }
  .menu-expanded #booking-trigger {
    z-index: 1;
  }
}
.sticky-booking #booking-trigger {
  display: block;
}

.socials-block {
  float: right;
  max-width: 350px;
}
@media (min-width: 1240px) {
  .socials-block {
    max-width: none;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .socials-block {
    max-width: none;
    float: none;
    padding-top: 55px;
  }
}
@media (max-width: 767px) {
  .socials-block {
    max-width: none;
    padding-top: 55px;
  }
}
.home .socials-block, .rooms-page .socials-block {
  max-width: none;
  float: none;
  padding: 55px 0;
}
@media (min-width: 1240px) {
  .home .socials-block, .rooms-page .socials-block {
    margin-top: 50px;
  }
}
.socials-block h4 {
  font: 30px/40px "Lora WF", serif;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 980px) {
  .socials-block h4 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .socials-block h4 {
    text-align: center;
  }
}
.socials-block h4:first-letter {
  font-size: 38px;
  color: #DB2F31;
}
@media (min-width: 768px) and (max-width: 980px) {
  .socials-block ul {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .socials-block ul {
    text-align: center;
  }
}
.socials-block ul:after {
  clear: both;
  content: "";
  display: table;
}
.socials-block li {
  float: left;
  width: 33%;
}
@media (min-width: 1240px) {
  .socials-block li {
    margin-left: 54px;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .socials-block li {
    display: inline-block;
    float: none;
    margin-left: 25px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .socials-block li {
    display: inline-block;
    float: none;
    width: 40%;
  }
}
.socials-block li:first-child {
  margin-left: 0;
}
.socials-block a {
  position: relative;
  display: block;
  width: 100px;
  padding-top: 100px;
  overflow: hidden;
  text-align: center;
}
.socials-block a img.object-fit {
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  height: auto;
}
@media (max-width: 767px) {
  .socials-block a {
    margin: 0 auto;
  }
}
.socials-block a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.socials-block a:before {
  content: none;
  background-color: rgba(207, 190, 164, 0.2);
  width: 200px;
  height: 200px;
  position: absolute;
  top: -50px;
  left: -50px;
  transform: scale(0.5, 0.5);
}
.socials-block a span {
  color: #6E6E6E;
  font: 12px/14px "Lora WF", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #000 url("../images/loading.gif") 50% 50% no-repeat;
}
#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .close-button:hover {
  background-position: -37px 0;
}
#hebs-gallery .close-button:active {
  background-position: -74px 0;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .category-selector {
  position: absolute;
  top: 9px;
  left: 20px;
  z-index: 2;
  height: 30px;
  border: 1px solid #EAEAEA;
  padding: 0 30px 0 10px;
  display: block;
  color: #fff;
  font-family: "Lora WF", serif;
  background: url("../images/sprite.svg") -625px -40px no-repeat;
  cursor: pointer;
  width: 200px;
}
#hebs-gallery .newListSelected {
  position: absolute !important;
  top: 4px;
  left: 20px;
  z-index: 2;
}
#hebs-gallery {
  /* FULL SIZE IMAGE */
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #hebs-gallery .galleria-stage {
    padding: 20px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  #hebs-gallery .galleria-stage {
    bottom: 0;
  }
}
#hebs-gallery .galleria-stage .galleria-image {
  overflow: visible !important;
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery {
  /* FULL SIZE IMAGE -> Navigation */
}
#hebs-gallery.no-controls .galleria-image-nav, .mobile-device #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;
  z-index: 10;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  background-position: 0 -37px;
}
#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -51px -37px;
}
#hebs-gallery .galleria-image-nav-left:active {
  background-position: -102px -37px;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  background-position: 0 -118px;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -51px -118px;
}
#hebs-gallery .galleria-image-nav-right:active {
  background-position: -102px -118px;
}
#hebs-gallery {
  /* FULL SIZE IMAGE -> Loading */
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
}
#hebs-gallery {
  /* THUMBNAILS */
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  height: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 767px) and (orientation: landscape) {
  #hebs-gallery .galleria-thumbnails-container {
    display: none;
  }
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px;
  width: 80px;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
  width: 74px !important;
  height: 74px !important;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active img {
  margin: -3px 0 0 -3px;
}
#hebs-gallery {
  /* THUMBNAILS -> Navigation */
}
#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 {
  /* INFO */
}
#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  top: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  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: rgb(207, 190, 164);
}
#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 "Lora WF", serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #f7fcfc;
}
#share-this-site a:hover {
  color: #DB2F31;
}
#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;
}

.rooms-widget.rooms, .rooms-widget .room {
  margin-bottom: 40px;
}
.rooms-widget.rooms .mobile-list, .rooms-widget .room .mobile-list {
  display: none;
}
@media (min-width: 768px) and (max-width: 980px) {
  .rooms-widget.rooms .mobile-list, .rooms-widget .room .mobile-list {
    display: block;
  }
}
@media (max-width: 767px) {
  .rooms-widget.rooms .mobile-list, .rooms-widget .room .mobile-list {
    display: block;
  }
}
.rooms-widget.rooms #categories-list, .rooms-widget .room #categories-list {
  position: relative;
  padding: 0 40px 15px;
  margin: 0 0 15px 0;
  text-align: center;
}
.rooms-widget.rooms #categories-list.visible, .rooms-widget .room #categories-list.visible {
  display: block;
}
@media (min-width: 768px) and (max-width: 980px) {
  .rooms-widget.rooms #categories-list, .rooms-widget .room #categories-list {
    display: none;
    margin-top: -20px;
    margin-bottom: 30px;
    border: 1px solid #ECECEC;
    border-top: 0;
  }
}
@media (max-width: 767px) {
  .rooms-widget.rooms #categories-list, .rooms-widget .room #categories-list {
    display: none;
    margin-top: -20px;
    margin-bottom: 30px;
    border: 1px solid #ECECEC;
    border-top: 0;
  }
}
.rooms-widget.rooms .categories-descr .category-descr, .rooms-widget .room .categories-descr .category-descr {
  display: none;
}
.rooms-widget.rooms .categories-descr .category-descr.active, .rooms-widget .room .categories-descr .category-descr.active {
  display: block;
}
.rooms-widget.rooms .rooms-entry, .rooms-widget .room .rooms-entry {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
  background: #e5e3df;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .rooms-widget.rooms .rooms-entry, .rooms-widget .room .rooms-entry {
    height: auto;
    margin: 0;
    background: #fff;
  }
}
.rooms-widget.rooms .rooms-entry .description, .rooms-widget .room .rooms-entry .description {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 400px;
  padding: 30px 40px 30px 30px;
  background: rgba(255, 255, 255, 0.9);
  color: #393939;
}
@media (max-width: 767px) {
  .rooms-widget.rooms .rooms-entry .description, .rooms-widget .room .rooms-entry .description {
    position: static;
    height: auto;
    width: 100%;
    padding: 30px 15px 25px;
    background: #F7F7F4;
    margin-bottom: 10px;
    color: #393939;
  }
}
.rooms-widget.rooms .rooms-entry .description h3, .rooms-widget .room .rooms-entry .description h3 {
  margin-bottom: 30px;
  font: 30px/36px "Lora WF", serif;
  color: #393939;
}
.rooms-widget.rooms .rooms-entry .description > a, .rooms-widget .room .rooms-entry .description > a {
  text-decoration: none;
}
.rooms-widget.rooms .rooms-entry .description > a:hover h3, .rooms-widget .room .rooms-entry .description > a:hover h3 {
  text-decoration: underline;
}
.rooms-widget.rooms .rooms-entry .description p, .rooms-widget .room .rooms-entry .description p {
  font: 14px/22px "Open Sans", sans-serif;
}
.rooms-widget.rooms .rooms-entry .description nav, .rooms-widget .room .rooms-entry .description nav {
  position: absolute;
  bottom: 30px;
  left: 30px;
  white-space: nowrap;
  font-size: 18px;
}
@media (max-width: 767px) {
  .rooms-widget.rooms .rooms-entry .description nav, .rooms-widget .room .rooms-entry .description nav {
    position: static;
    white-space: normal;
    font-size: 15px;
    width: 100%;
    margin-top: 10px;
  }
}
.rooms-widget.rooms .rooms-entry .description nav a, .rooms-widget .room .rooms-entry .description nav a {
  color: inherit;
  text-transform: uppercase;
  font-family: "Lora WF", serif;
}
.rooms-widget.rooms .rooms-entry .description nav a:hover, .rooms-widget .room .rooms-entry .description nav a:hover {
  color: #DB2F31;
}
.rooms-widget.rooms .rooms-entry .description nav a + a, .rooms-widget .room .rooms-entry .description nav a + a {
  margin-left: 30px;
}
@media (min-width: 768px) and (max-width: 980px) {
  .rooms-widget.rooms .rooms-entry .description nav a + a, .rooms-widget .room .rooms-entry .description nav a + a {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .rooms-widget.rooms .rooms-entry .description nav a + a, .rooms-widget .room .rooms-entry .description nav a + a {
    margin-left: 10px;
  }
}
.rooms-widget.rooms .rooms-entry .background, .rooms-widget .room .rooms-entry .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .rooms-widget.rooms .rooms-entry .background, .rooms-widget .room .rooms-entry .background {
    position: relative;
    width: 100%;
    height: 250px;
  }
}
.rooms-widget.rooms .rooms-entry .background .price, .rooms-widget .room .rooms-entry .background .price {
  position: absolute;
  bottom: 30px;
  right: 400px;
  margin-right: 30px;
  font: 16px/26px "Lora WF", serif;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .rooms-widget.rooms .rooms-entry .background .price, .rooms-widget .room .rooms-entry .background .price {
    right: auto;
    left: 20px;
  }
}
.rooms-widget.rooms .rooms-entry .background .price .number, .rooms-widget .room .rooms-entry .background .price .number {
  font: 32px/22px "Lora WF", serif;
}
.rooms-widget.rooms .rooms-entry .background a.price:hover, .rooms-widget .room .rooms-entry .background a.price:hover {
  color: #DB2F31;
}

.page-content .rooms-widget.single-room .rooms-entry {
  height: auto;
  background: #fff;
}
.page-content .rooms-widget.single-room .background {
  display: none;
  height: 400px;
  width: 100%;
  margin: 0 0 20px 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 980px) {
  .page-content .rooms-widget.single-room .background {
    display: block;
  }
}
@media (max-width: 767px) {
  .page-content .rooms-widget.single-room .background {
    height: 250px;
    display: block;
  }
}
.page-content .rooms-widget.single-room .background .price {
  position: absolute;
  right: 0;
}
.page-content .rooms-widget.single-room .pdf {
  margin-bottom: 20px;
}

.rooms-page .view-gallery {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgb(207, 190, 164);
  text-indent: -1000px;
  overflow: hidden;
  transition: background 0.3s ease-in-out;
}
.rooms-page .view-gallery:hover {
  background: rgba(207, 190, 164, 0.6);
}
@media (max-width: 767px) {
  .rooms-page .view-gallery {
    top: 20px;
    bottom: auto;
  }
}
.rooms-page .view-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;
}
#rooms-home {
  height: 500px;
  position: relative;
  margin-bottom: 100px;
}
@media (min-width: 1240px) {
  #rooms-home {
    height: 750px;
  }
}
@media (max-width: 767px) {
  #rooms-home {
    height: auto;
  }
}
#rooms-home .room {
  position: absolute;
  background-color: #F7F7F4;
}
@media (max-width: 767px) {
  #rooms-home .room {
    width: 50% !important;
    height: 140px !important;
    float: left !important;
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    border: 2px solid #fff;
    box-sizing: border-box;
  }
}
#rooms-home .room:nth-last-child(-n+4) {
  right: 0;
  left: 77.77%;
  bottom: 66.66%;
  top: 0;
  margin-left: 5px;
  margin-bottom: 3px;
}
@media (min-width: 1240px) {
  #rooms-home .room:nth-last-child(-n+4) {
    margin-left: 25px;
    margin-bottom: 15px;
  }
}
#rooms-home .room:nth-last-child(3) {
  right: 22.22%;
  left: 55.55%;
  margin-right: 1px;
  margin-left: 4px;
}
@media (min-width: 1240px) {
  #rooms-home .room:nth-last-child(3) {
    margin-right: 5px;
    margin-left: 20px;
  }
}
#rooms-home .room:nth-last-child(4) {
  right: 44.44%;
  left: 33.33%;
  margin-right: 3px;
  margin-left: 2px;
}
@media (min-width: 1240px) {
  #rooms-home .room:nth-last-child(4) {
    margin-right: 15px;
    margin-left: 10px;
  }
}
#rooms-home .room:nth-child(-n+4) {
  left: 0;
  right: 66.66%;
  top: 66.66%;
  bottom: 0;
  margin-right: 4px;
  margin-top: 3px;
}
@media (min-width: 1240px) {
  #rooms-home .room:nth-child(-n+4) {
    margin-right: 20px;
    margin-top: 15px;
  }
}
#rooms-home .room:nth-child(3) {
  left: 33.33%;
  right: 33.33%;
  top: 66.66%;
  bottom: 0;
  margin-right: 2px;
  margin-left: 2px;
  margin-top: 3px;
  margin-bottom: 0;
}
@media (min-width: 1240px) {
  #rooms-home .room:nth-child(3) {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 15px;
  }
}
#rooms-home .room:nth-child(4) {
  top: 33.33%;
  bottom: 33.33%;
  left: 33.33%;
  right: 33.33%;
  margin-right: 2px;
  margin-left: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
}
@media (min-width: 1240px) {
  #rooms-home .room:nth-child(4) {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
#rooms-home .room:first-child {
  left: 0;
  right: 66.66%;
  bottom: 33.33%;
  top: 0;
  margin-right: 4px;
  margin-bottom: 3px;
  margin-top: 0;
}
@media (min-width: 1240px) {
  #rooms-home .room:first-child {
    margin-right: 20px;
    margin-bottom: 15px;
    margin-top: 0;
  }
}
#rooms-home .room:last-child {
  right: 0;
  left: 66.66%;
  top: 33.33%;
  bottom: 0;
  margin-left: 4px;
  margin-top: 3px;
  margin-bottom: 0;
}
@media (min-width: 1240px) {
  #rooms-home .room:last-child {
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 0;
  }
}
#rooms-home .room .room-image {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: 50%; /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
#rooms-home .room .room-link {
  background-color: rgba(80, 57, 20, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font: 30px/1 "Lora WF", serif;
  text-align: center;
  color: #fff;
  opacity: 1;
  display: flex;
  text-decoration: none;
  justify-content: center; /* align horizontal */
  align-items: center;
  transition: opacity 0.3s ease-out;
  padding: 0 20px;
}
@media (min-width: 768px) and (max-width: 980px) {
  #rooms-home .room .room-link h3 {
    font-size: 20px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  #rooms-home .room .room-link h3 {
    font-size: 14px;
    padding: 0 10px;
  }
}
#rooms-home .room:hover .room-image {
  filter: grayscale(0);
}
#rooms-home .room:hover .room-link {
  opacity: 0;
}
#rooms-home.count-7 .room:nth-last-child(2), #rooms-home.count-6 .room:nth-last-child(2), #rooms-home.count-5 .room:nth-last-child(2) {
  left: 66.66%;
  bottom: 66.66%;
  margin-left: 4px;
}
@media (min-width: 1240px) {
  #rooms-home.count-7 .room:nth-last-child(2), #rooms-home.count-6 .room:nth-last-child(2), #rooms-home.count-5 .room:nth-last-child(2) {
    margin-left: 20px;
  }
}
#rooms-home.count-7 .room:nth-last-child(3), #rooms-home.count-6 .room:nth-last-child(3), #rooms-home.count-5 .room:nth-last-child(3) {
  right: 33.33%;
  left: 33.33%;
  margin-right: 2px;
  margin-left: 2px;
}
@media (min-width: 1240px) {
  #rooms-home.count-7 .room:nth-last-child(3), #rooms-home.count-6 .room:nth-last-child(3), #rooms-home.count-5 .room:nth-last-child(3) {
    margin-right: 10px;
    margin-left: 10px;
  }
}
#rooms-home.count-6 .room:nth-last-child(3) {
  top: 0;
  margin-top: 0;
}
#rooms-home.count-5 .room:nth-child(2) {
  margin-bottom: 0;
  margin-left: 0;
}
#rooms-home.count-5 .room:nth-child(3) {
  top: 0;
  margin-top: 0;
}
#rooms-home.count-5 .room:nth-last-child(2) {
  right: 0;
  top: 0;
  margin-right: 0;
  margin-top: 0;
}
#rooms-home.count-4 .room:nth-child(2), #rooms-home.count-3 .room:nth-child(2), #rooms-home.count-2 .room:nth-child(2) {
  margin-bottom: 0;
  margin-left: 0;
}
#rooms-home.count-4 .room:nth-child(-n+2), #rooms-home.count-3 .room:nth-child(-n+2), #rooms-home.count-2 .room:nth-child(-n+2) {
  right: 50%;
  margin-right: 3px;
  margin-left: 0;
}
@media (min-width: 1240px) {
  #rooms-home.count-4 .room:nth-child(-n+2), #rooms-home.count-3 .room:nth-child(-n+2), #rooms-home.count-2 .room:nth-child(-n+2) {
    margin-right: 15px;
  }
}
#rooms-home.count-4 .room:nth-last-child(-n+2), #rooms-home.count-3 .room:nth-last-child(-n+2), #rooms-home.count-2 .room:nth-last-child(-n+2) {
  left: 50%;
  margin-left: 3px;
  margin-right: 0;
}
@media (min-width: 1240px) {
  #rooms-home.count-4 .room:nth-last-child(-n+2), #rooms-home.count-3 .room:nth-last-child(-n+2), #rooms-home.count-2 .room:nth-last-child(-n+2) {
    margin-left: 15px;
  }
}
#rooms-home.count-4 .room:nth-last-child(2), #rooms-home.count-3 .room:nth-last-child(2), #rooms-home.count-2 .room:nth-last-child(2) {
  top: 0;
  bottom: 66.66%;
  margin-top: 0;
  margin-bottom: 3px;
  right: 0;
  left: 50%;
}
@media (min-width: 1240px) {
  #rooms-home.count-4 .room:nth-last-child(2), #rooms-home.count-3 .room:nth-last-child(2), #rooms-home.count-2 .room:nth-last-child(2) {
    margin-bottom: 15px;
  }
}
#rooms-home.count-3 .room:first-child, #rooms-home.count-2 .room:first-child {
  bottom: 0;
  margin-bottom: 0;
  right: 50%;
  margin-right: 3px;
  left: 0;
  margin-left: 0;
}
@media (min-width: 1240px) {
  #rooms-home.count-3 .room:first-child, #rooms-home.count-2 .room:first-child {
    margin-right: 15px;
  }
}
#rooms-home.count-2 .room:last-child {
  top: 0;
  margin-top: 0;
  left: 50%;
  margin-left: 3px;
  right: 0;
  margin-right: 0;
}
@media (min-width: 1240px) {
  #rooms-home.count-2 .room:last-child {
    margin-left: 15px;
  }
}
#rooms-home.count-1 .room {
  top: 0;
  margin-top: 0;
  left: 25%;
  margin-left: 0;
  right: 25%;
  margin-right: 0;
}

#reviews-widget h3 {
  text-transform: uppercase;
  color: #cebfa4;
  font-size: 18px;
}
#reviews-widget .review {
  margin-bottom: 30px;
  border-bottom: 1px solid #cebfa4;
  padding-bottom: 10px;
}
#reviews-widget span {
  display: block;
}
#reviews-widget span.rating {
  line-height: 7px;
  font-weight: 700;
}
#reviews-widget span.date {
  font-style: italic;
  font-size: 15px;
  margin-bottom: 10px;
}
#reviews-widget p {
  margin-bottom: 10px;
  line-height: 21px;
}

#home-gallery {
  margin-bottom: 50px;
}
#home-gallery:after {
  clear: both;
  content: "";
  display: table;
}
#home-gallery .photo {
  float: left;
}
#home-gallery .photo img {
  display: block;
}

#newsletter {
  position: relative;
  width: 350px;
  float: left;
}
@media (min-width: 1240px) {
  #newsletter {
    width: 395px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  #newsletter {
    width: 400px;
    text-align: center;
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #newsletter {
    width: 100%;
    text-align: center;
    float: none;
    margin: 0 auto;
  }
}
.home #newsletter, .rooms-page #newsletter {
  float: none;
}
#newsletter h4 {
  font: 30px/40px "Lora WF", serif;
  margin-bottom: 30px;
}
#newsletter h4:first-letter {
  font-size: 38px;
  color: #DB2F31;
}
#newsletter > p {
  color: #6E6E6E;
  padding-right: 60px;
  box-sizing: border-box;
  font: 16px/20px "Lora WF", serif;
}
@media (min-width: 768px) and (max-width: 980px) {
  #newsletter > p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #newsletter > p {
    padding-right: 0;
  }
}
#newsletter form {
  margin-top: 25px;
  position: relative;
}
#newsletter form:after {
  clear: both;
  content: "";
  display: table;
}
#newsletter label {
  display: none;
}
#newsletter input[type=text] {
  width: 100%;
  height: 60px;
  padding: 0 60px 0 30px;
  background: rgba(207, 190, 164, 0.2);
  font: 18px/60px "Lora WF", serif;
}
#newsletter input[type=text]::-webkit-input-placeholder {
  color: #6E6E6E;
}
#newsletter input[type=text]:-moz-placeholder {
  color: #6E6E6E;
}
#newsletter input[type=text]::-moz-placeholder {
  color: #6E6E6E;
}
#newsletter input[type=text]:-ms-input-placeholder {
  color: #6E6E6E;
}
#newsletter input[type=text]:focus::-webkit-input-placeholder {
  color: rgba(110, 110, 110, 0.5);
}
#newsletter input[type=text]:focus:-moz-placeholder {
  color: rgba(110, 110, 110, 0.5);
}
#newsletter input[type=text]:focus::-moz-placeholder {
  color: rgba(110, 110, 110, 0.5);
}
#newsletter input[type=text]:focus:-ms-input-placeholder {
  color: rgba(110, 110, 110, 0.5);
}
#newsletter .hidden {
  display: none;
}
#newsletter .button {
  position: absolute;
  right: -30px;
  top: -30px;
  height: 120px;
  width: 120px;
  border: 0;
  padding: 0;
  transform: scale(0.5, 0.5);
  font-size: 0;
}

@media (min-width: 768px) and (max-width: 980px) {
  #tripadvisor-testimonials .testimonial {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #tripadvisor-testimonials .testimonial {
    text-align: center;
  }
}
#tripadvisor-testimonials .testimonial h4 {
  font: 30px/40px "Lora WF", serif;
  margin-bottom: 30px;
}
#tripadvisor-testimonials .testimonial h4:first-letter {
  font-size: 38px;
  color: #DB2F31;
}
#tripadvisor-testimonials .testimonial > p {
  color: #6E6E6E;
  font: italic 16px/20px "Lora WF", serif;
  padding-top: 30px;
  position: relative;
}
#tripadvisor-testimonials .testimonial > p:before {
  font-style: normal;
  color: #393939;
  content: ",,";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  font: 70px/1 "Lora WF", serif; /* IE 9 */ /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  letter-spacing: -6px;
}
@media (min-width: 768px) and (max-width: 980px) {
  #tripadvisor-testimonials .testimonial > p:before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #tripadvisor-testimonials .testimonial > p:before {
    width: 100%;
  }
}

#blog-feeds {
  padding: 100px 0;
  text-align: center;
  display: block;
}
#blog-feeds.notReady {
  display: none;
}
@media (min-width: 768px) and (max-width: 980px) {
  #blog-feeds {
    border-bottom: 1px solid rgb(207, 190, 164);
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  #blog-feeds {
    border-bottom: 1px solid rgb(207, 190, 164);
    padding: 50px 0;
  }
}
#blog-feeds .feeds-container {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}
#blog-feeds .feeds-container:after {
  clear: both;
  content: "";
  display: table;
}
#blog-feeds .feeds-container .feed {
  width: calc((100% - 60px) * 0.25);
  min-height: 345px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
#blog-feeds .feeds-container .feed:last-child {
  margin-right: 0;
}
@media (min-width: 1240px) {
  #blog-feeds .feeds-container .feed {
    margin-right: 30px;
    width: calc((100% - 90px) * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  #blog-feeds .feeds-container .feed {
    width: calc((100% - 30px) * 0.5);
  }
  #blog-feeds .feeds-container .feed:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #blog-feeds .feeds-container .feed {
    width: 100%;
    max-width: 500px;
    margin: 10px auto 10px !important;
    display: block;
  }
}
#blog-feeds .feeds-container .feed .blog-thumb {
  height: 200px;
  background-size: cover;
  background-position: 50%;
  background-color: rgba(80, 57, 20, 0.4);
  position: relative;
}
#blog-feeds .feeds-container .feed .blog-text {
  padding: 25px 15px 20px 15px;
}
#blog-feeds .feeds-container .feed .blog-link {
  font: 14px/1 "Lora WF", serif;
  text-transform: uppercase;
  margin-top: 20px;
  display: block;
}
#blog-feeds .feeds-container .feed h3 {
  color: #6E6E6E;
  font: 18px/22px "Lora WF", serif;
  margin-bottom: 10px;
}
#blog-feeds .feeds-container .feed p {
  font: 14px/18px "Open Sans", sans-serif;
  color: #393939;
}

.mobile-list {
  display: none;
  font: normal 16px/50px "Lora WF", serif;
  color: #393939;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ECECEC;
  position: relative;
  padding: 0 35px;
  margin-bottom: 20px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mobile-list:after {
  content: "";
  width: 14px;
  height: 8px;
  display: inline-block;
  background: url("../images/sprite.svg") -800px -100px no-repeat;
  border-bottom: 0;
  position: absolute;
  right: 15px;
  top: 20px;
}
@media (min-width: 768px) and (max-width: 980px) {
  .mobile-list {
    display: block;
  }
}
@media (max-width: 767px) {
  .mobile-list {
    display: block;
  }
}

.mobilecategoryall {
  display: none;
}
@media (max-width: 767px) {
  .mobilecategoryall {
    display: block;
  }
}

.category-selector {
  margin: 0 0 20px 0;
}
.category-selector:after {
  clear: both;
  content: "";
  display: table;
}

#categories-list {
  position: relative;
  padding: 0 40px;
  margin: 30px 0 15px 0;
  text-align: center;
}
#categories-list .button {
  margin-top: 2px;
}
@media (min-width: 768px) and (max-width: 980px) {
  #categories-list {
    display: none;
    margin-top: -20px;
    margin-bottom: 30px;
    border: 1px solid #ECECEC;
    border-top: 0;
  }
  #categories-list.visible {
    display: block;
  }
  #categories-list.visible .button {
    color: #393939;
    margin: 0;
    display: block;
    border: 0;
    white-space: normal;
    height: auto;
    line-height: 20px;
    padding: 15px 10px;
    width: 100%;
    box-sizing: border-box;
    font-weight: normal;
    background-color: transparent;
  }
  #categories-list.visible .button:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -1px;
    width: 50px;
    height: 1px;
    background: #F7F7F4;
  }
  #categories-list.visible .button:first-child:after {
    display: none;
  }
  #categories-list.visible .button:hover, #categories-list.visible .button.active {
    border: 0;
    background: none;
    color: #DB2F31;
  }
}
@media (max-width: 767px) {
  #categories-list {
    display: none;
    margin-top: -20px;
    margin-bottom: 30px;
    border: 1px solid #ECECEC;
    border-top: 0;
  }
  #categories-list.visible {
    display: block;
  }
  #categories-list.visible .button {
    color: #393939;
    margin: 0;
    display: block;
    border: 0;
    white-space: normal;
    height: auto;
    line-height: 20px;
    padding: 15px 10px;
    width: 100%;
    box-sizing: border-box;
    font-weight: normal;
    background-color: transparent;
  }
  #categories-list.visible .button:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -1px;
    width: 50px;
    height: 1px;
    background: #F7F7F4;
  }
  #categories-list.visible .button:first-child:after {
    display: none;
  }
  #categories-list.visible .button:hover, #categories-list.visible .button.active {
    border: 0;
    background: none;
    color: #DB2F31;
  }
}
#categories-list .text {
  display: none;
}

.specials .background {
  width: 310px;
  height: 300px;
  float: right;
  margin: 0 0 0 30px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .specials .background {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
.specials .image-list-item {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #D6AD85;
  padding: 20px 0;
}
.specials .image-list-item h4 a {
  font: 30px/40px "Lora WF", serif;
  margin-bottom: 30px;
  color: #393939;
}
@media (min-width: 768px) and (max-width: 980px) {
  .specials .image-list-item h4 a {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .specials .image-list-item h4 a {
    text-align: center;
  }
}
.specials .image-list-item h4 a:first-letter {
  font-size: 38px;
  color: #DB2F31;
}
.home .specials .image-list-item h4 a, .rooms-page .specials .image-list-item h4 a {
  display: none;
}
.specials .image-list-item .button {
  margin-bottom: 10px;
}

.page-content {
  width: 100%;
}
.page-content h3 {
  margin-bottom: 30px;
}
.page-content .careers {
  width: 100%;
}
.page-content .careers .career-header div {
  width: 32%;
  display: inline-block;
  text-align: center;
  font: 22px/1 "Lora WF", serif;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .page-content .careers .career-header div {
    font: 17px/1 "Lora WF", serif;
  }
}
.page-content .careers .career-list .career-listing {
  border-top: 1px solid #EAEAEA;
}
.page-content .careers .career-list .career-listing div {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 32%;
}
.page-content .careers .career-list .career-listing div.descr {
  padding: 5px 0px 5px 0px;
}
.page-content .careers .career-list .career-listing div.descr p {
  display: block;
}
.page-content .careers .career-list .career-listing div.descr p .button {
  margin-top: 0px;
}
.page-content .careers .career-list .career-listing div.descr p:nth-of-type(2), .page-content .careers .career-list .career-listing div.descr p:nth-of-type(3) {
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 980px) {
  .page-content .careers .career-list .career-listing div.descr p:nth-of-type(2), .page-content .careers .career-list .career-listing div.descr p:nth-of-type(3) {
    display: block;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .page-content .careers .career-list .career-listing div.descr p:nth-of-type(2), .page-content .careers .career-list .career-listing div.descr p:nth-of-type(3) {
    display: block;
    margin-bottom: 10px;
  }
}
.page-content .careers .career-list .career-listing.odd {
  background: rgba(206, 190, 164, 0.15);
}

.hotel-location-map, .poi-map-canvas {
  height: 444px;
  background: #e5e3df;
}
.hotel-location-map h4, .poi-map-canvas h4 {
  margin: 0;
  font: 16px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #393939;
}
.hotel-location-map p, .poi-map-canvas p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
}
.hotel-location-map .button, .poi-map-canvas .button {
  font: 16px/50px "Lora WF", serif;
  white-space: nowrap;
  display: inline-block !important;
  margin-top: 10px;
  font: 16px/50px "Lora WF", serif;
}
.hotel-location-map .button:hover, .hotel-location-map .button.active, .hotel-location-map .button:active, .poi-map-canvas .button:hover, .poi-map-canvas .button.active, .poi-map-canvas .button:active {
  background: #fff;
  color: #393939;
  text-decoration: none;
  border: 1px solid rgb(207, 190, 164);
}
.leaflet-pane {
  z-index: 1;
}

.map-content h4 {
  margin: 0;
  font: 16px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #393939;
}
.map-content p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
}
.map-content .button {
  font: 16px/50px "Lora WF", serif;
  white-space: nowrap;
  display: inline-block !important;
  margin-top: 10px;
  font: 16px/50px "Lora WF", serif;
  color: white;
}
.map-content .button:hover, .map-content .button.active, .map-content .button:active {
  background: #fff;
  color: #393939;
  text-decoration: none;
  border: 1px solid rgb(207, 190, 164);
}
.map-content a {
  color: black;
}

.pressroom {
  text-align: center;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 20px);
  margin: 10px;
  height: 450px;
  position: relative;
  overflow: hidden;
  background-color: rgb(207, 190, 164);
  padding: 20px 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
@media (min-width: 1240px) {
  .pressroom .pressroom-item {
    margin: 15px;
    width: calc(33% - 30px);
  }
}
@media (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    height: auto;
    margin: 10px 0;
    padding: 0;
  }
}
.pressroom .pressroom-item time {
  display: block;
  color: #6E6E6E;
  margin: 5px 0;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 40px 30px 30px;
}
.pressroom .pressroom-item .description .centered time {
  color: #6E6E6E;
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p {
  font: 14px/22px "Open Sans", sans-serif;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .pressroom .pressroom-item .description {
    position: relative;
  }
}
.pressroom .pressroom-item .pdf {
  display: block;
  margin: 10px 0 20px;
}

.galleries {
  text-align: center;
}
.galleries .gallery {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: calc(50% - 20px);
  margin: 10px;
  height: 350px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1240px) {
  .galleries .gallery {
    margin: 15px;
    width: calc(33% - 30px);
  }
}
@media (max-width: 767px) {
  .galleries .gallery {
    width: 100%;
    margin: 20px 0;
  }
}
.galleries .gallery > * {
  z-index: 1;
  position: relative;
}
.galleries .gallery h4 {
  font: 30px/1 "Lora WF", serif;
  color: #393939;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}
.galleries .gallery h4:first-letter {
  font-size: 36px;
  color: #DB2F31;
}
.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(255, 255, 255, 0.8);
  transition: background 0.3s ease-in-out;
}
.galleries .gallery:hover h4 {
  font-size: 0;
}
.galleries .gallery:hover h4:first-letter {
  font-size: 0;
}
.galleries .gallery:hover .description {
  right: 0;
}
.galleries .gallery:hover:after {
  background: rgba(110, 110, 110, 0.9);
}
.galleries .gallery .description {
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  font: 14px/22px "Open Sans", sans-serif;
  color: #fff;
}
.galleries .gallery .description:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery .description .centered {
  padding: 30px 40px 30px 30px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4px);
}
.galleries .gallery .description .button:hover {
  border-color: transparent;
}

.page-content .sitemap-description {
  opacity: 0.8;
  font-size: 86%;
}

.form {
  display: block;
  margin-bottom: 20px;
  margin-top: 40px;
}
.form .newList a {
  text-align: left;
}
.form h3 {
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.form label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media (max-width: 767px) {
  .form label {
    display: block;
    float: none;
    margin: 0 0 10px;
    text-align: left;
    width: auto;
  }
}
.form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form label.hidden {
  display: block;
  color: transparent;
}
@media (max-width: 767px) {
  .form label.hidden {
    height: 0;
    margin: 0;
  }
}
.form p {
  margin-bottom: 10px;
}
.form p:after {
  content: "";
  display: table;
  clear: both;
}
.form p .ui-datepicker-trigger {
  margin-top: 13px;
}
@media (max-width: 767px) {
  .form p .ui-datepicker-trigger {
    display: none;
  }
}
.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;
}
.form p span.group label input {
  margin-right: 0.4em;
}
.form input[type=text], .form input[type=email], .form input[type=date], .form textarea, .form .selectedTxt, .form select {
  background: #fff;
  color: #393939;
  height: 45px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  box-sizing: border-box;
  border: 1px solid #d1d1d1;
  font: 600 14px/44px "Open Sans", sans-serif;
}
@media (max-width: 767px) {
  .form input[type=text], .form input[type=email], .form input[type=date], .form textarea, .form .selectedTxt, .form select {
    margin-bottom: 10px;
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
.form input[type=text]::-webkit-input-placeholder, .form input[type=email]::-webkit-input-placeholder, .form input[type=date]::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder, .form .selectedTxt::-webkit-input-placeholder, .form select::-webkit-input-placeholder {
  color: #6E6E6E;
}
.form input[type=text]:-moz-placeholder, .form input[type=email]:-moz-placeholder, .form input[type=date]:-moz-placeholder, .form textarea:-moz-placeholder, .form .selectedTxt:-moz-placeholder, .form select:-moz-placeholder {
  color: #6E6E6E;
}
.form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=date]::-moz-placeholder, .form textarea::-moz-placeholder, .form .selectedTxt::-moz-placeholder, .form select::-moz-placeholder {
  color: #6E6E6E;
}
.form input[type=text]:-ms-input-placeholder, .form input[type=email]:-ms-input-placeholder, .form input[type=date]:-ms-input-placeholder, .form textarea:-ms-input-placeholder, .form .selectedTxt:-ms-input-placeholder, .form select:-ms-input-placeholder {
  color: #6E6E6E;
}
.form input[type=text]:focus::-webkit-input-placeholder, .form input[type=email]:focus::-webkit-input-placeholder, .form input[type=date]:focus::-webkit-input-placeholder, .form textarea:focus::-webkit-input-placeholder, .form .selectedTxt:focus::-webkit-input-placeholder, .form select:focus::-webkit-input-placeholder {
  color: rgba(110, 110, 110, 0.1);
}
.form input[type=text]:focus:-moz-placeholder, .form input[type=email]:focus:-moz-placeholder, .form input[type=date]:focus:-moz-placeholder, .form textarea:focus:-moz-placeholder, .form .selectedTxt:focus:-moz-placeholder, .form select:focus:-moz-placeholder {
  color: rgba(110, 110, 110, 0.1);
}
.form input[type=text]:focus::-moz-placeholder, .form input[type=email]:focus::-moz-placeholder, .form input[type=date]:focus::-moz-placeholder, .form textarea:focus::-moz-placeholder, .form .selectedTxt:focus::-moz-placeholder, .form select:focus::-moz-placeholder {
  color: rgba(110, 110, 110, 0.1);
}
.form input[type=text]:focus:-ms-input-placeholder, .form input[type=email]:focus:-ms-input-placeholder, .form input[type=date]:focus:-ms-input-placeholder, .form textarea:focus:-ms-input-placeholder, .form .selectedTxt:focus:-ms-input-placeholder, .form select:focus:-ms-input-placeholder {
  color: rgba(110, 110, 110, 0.1);
}
.form select {
  position: relative;
  float: left;
}
@media (max-width: 767px) {
  .form .selectedTxt {
    width: 100%;
    box-sizing: border-box;
  }
}
.form textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px 20px;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
  margin-top: 1px;
}
.form .newListSelected {
  width: 250px;
  float: left;
}
@media (max-width: 767px) {
  .form .newListSelected {
    float: none;
    width: 100%;
  }
}
.form input.date-pick {
  width: 120px;
  float: left;
}
@media (max-width: 767px) {
  .form input.date-pick {
    float: none;
    display: block;
    width: 100%;
  }
}
.form a.dp-choose-date {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
.form .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media (max-width: 767px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button {
  margin-left: 20px;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}
.form i {
  display: none;
}

.page-content [id*=form_form_] {
  text-align: center;
}
.page-content [id*=form_form_] .form-builder-field {
  text-align: left;
  margin-top: 20px;
  clear: both;
  overflow: visible !important;
}
.page-content [id*=form_form_] label {
  width: 40%;
  line-height: 45px;
  margin: 0px 20px 0 0;
  float: left;
  text-align: right;
}
@media (max-width: 767px) {
  .page-content [id*=form_form_] label {
    display: block;
    line-height: 20px;
    float: none;
    margin: 0 0 10px;
    text-align: left;
    width: auto;
  }
}
.page-content [id*=form_form_] .newListSelected {
  width: 250px;
  float: left;
  border-radius: 0;
  position: relative;
}
@media (max-width: 767px) {
  .page-content [id*=form_form_] .newListSelected {
    width: 100% !important;
    float: none;
  }
}
.page-content [id*=form_form_] .form-builder-group .form-builder-field input[type=text],
.page-content [id*=form_form_] .form-builder-group .form-builder-field input[type=date],
.page-content [id*=form_form_] .form-builder-group .form-builder-field input[type=datepicker],
.page-content [id*=form_form_] .form-builder-group .form-builder-field input[type=number],
.page-content [id*=form_form_] .form-builder-group .form-builder-field input[type=email],
.page-content [id*=form_form_] .form-builder-group .form-builder-field input[type=phone],
.page-content [id*=form_form_] .form-builder-group .form-builder-field select,
.page-content [id*=form_form_] .form-builder-group .form-builder-field textarea {
  background: #fff;
  color: #53565a;
  height: 45px;
  padding: 0 10px;
  resize: none;
  width: 250px !important;
  box-sizing: border-box;
  border: 1px solid #d1d1d1;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .page-content [id*=form_form_] .form-builder-group .form-builder-field input[type=text],
  .page-content [id*=form_form_] .form-builder-group .form-builder-field input[type=date],
  .page-content [id*=form_form_] .form-builder-group .form-builder-field input[type=datepicker],
  .page-content [id*=form_form_] .form-builder-group .form-builder-field input[type=number],
  .page-content [id*=form_form_] .form-builder-group .form-builder-field input[type=email],
  .page-content [id*=form_form_] .form-builder-group .form-builder-field input[type=phone],
  .page-content [id*=form_form_] .form-builder-group .form-builder-field select,
  .page-content [id*=form_form_] .form-builder-group .form-builder-field textarea {
    width: 100% !important;
  }
}
.page-content [id*=form_form_] .form-builder-group .form-builder-field input[type=checkbox] {
  margin-left: 40%;
  float: left;
}
@media (max-width: 767px) {
  .page-content [id*=form_form_] .form-builder-group .form-builder-field input[type=checkbox] {
    margin-left: 10px;
    margin-top: 3px;
  }
}
.page-content [id*=form_form_] .form-builder-group .form-builder-field input[type=checkbox] + label {
  width: 250px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .page-content [id*=form_form_] .form-builder-group .form-builder-field input[type=checkbox] + label {
    width: calc(100% - 30px);
  }
}
.page-content [id*=form_form_] .form-builder-group .form-builder-field select, .page-content [id*=form_form_] .form-builder-group .form-builder-field input[type=datepicker] {
  float: left;
}
.page-content [id*=form_form_] .form-builder-group .form-builder-field select + .select-icon {
  z-index: 20;
}
.page-content [id*=form_form_] .form-builder-group .form-builder-field .ui-datepicker-trigger {
  width: 20px;
  min-height: auto;
  margin: 12px 0 0 -34px;
  border: none;
}
.page-content [id*=form_form_] input[type=submit] {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 50px;
  margin: 30px 0;
  padding: 0 24px;
  overflow: visible;
  border: 1px solid transparent;
  background: rgb(207, 190, 164);
  font: 16px/50px "Open Sans", sans-serif;
  text-transform: uppercase;
  -moz-text-align-last: auto;
  text-align-last: auto;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #fff;
}
.page-content [id*=form_form_] input[type=submit]:hover, .page-content [id*=form_form_] input[type=submit].active, .page-content [id*=form_form_] input[type=submit]:active {
  background: #fff;
  color: #393939;
  text-decoration: none;
  border: 1px solid rgb(207, 190, 164);
}
.page-content [id*=form_form_] #form_module_container_errors *, .page-content [id*=form_form_] #form_module_container_errors .goTo {
  color: #e74c3c;
  font-size: 16px;
  line-height: 18px;
}
.page-content [id*=form_form_] #form_module_container_errors ul, .page-content [id*=form_form_] #form_module_container_errors li {
  list-style-type: none;
}
.page-content [id*=form_form_] #form_module_container_errors ul::after, .page-content [id*=form_form_] #form_module_container_errors li::after {
  display: none;
}

#form_form_6 .form-builder-group .form-builder-field, #form_form_7 .form-builder-group .form-builder-field {
  display: flex;
}
#form_form_6 .form-builder-group .form-builder-field label[for^=inputcheckbox_], #form_form_7 .form-builder-group .form-builder-field label[for^=inputcheckbox_] {
  width: auto;
  text-align: left;
}
#form_form_6 .form-builder-group .form-builder-field input[type=submit], #form_form_7 .form-builder-group .form-builder-field input[type=submit] {
  width: auto;
  padding: 0 30px;
  border: none;
}
#form_form_6 .form-builder-group.forms-submit-control .form-builder-field, #form_form_7 .form-builder-group.forms-submit-control .form-builder-field {
  display: block;
  text-align: center;
}
#form_form_6 input[type=submit], #form_form_7 input[type=submit] {
  width: auto;
  padding: 0 30px;
  border: none;
}

#newsletter-form .field-shift {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
#newsletter-form .mergeRow-interests-checkboxes:after {
  clear: both;
  content: "";
  display: table;
}
#newsletter-form .interestgroup_field label {
  text-align: left;
}
#newsletter-form .interestgroup_field label input[type=checkbox] {
  margin-right: 5px;
}
#newsletter-form .submit_container {
  clear: both;
  text-align: center;
}

@media (max-width: 767px) {
  .poi .hidden {
    display: none;
  }
}
#content .page-content .poi > .center-column {
  padding: 50px 0;
}
#content .page-content .poi .poi-controls-wrapper {
  float: none;
  display: block;
}
#content .page-content .poi .maps-overlay-wrapper {
  padding: 0;
  left: auto;
  margin-left: 0;
  right: 50px;
}
@media (min-width: 768px) and (max-width: 980px) {
  #content .page-content .poi .maps-overlay-wrapper {
    right: 0;
  }
}
@media (max-width: 767px) {
  #content .page-content .poi .maps-overlay-wrapper {
    right: 0;
  }
}

.poi-maps-container {
  position: relative;
  width: 100%;
  height: 760px;
  overflow: hidden;
}
.home .poi-maps-container {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 980px) {
  .poi-maps-container {
    height: 400px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .poi-maps-container {
    height: 400px;
    margin-top: 0px;
  }
}
.poi-maps-container .poi-map-canvas {
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
}
.poi-maps-container .poi-map-canvas.visible {
  top: 0;
}
.poi-maps-container .poi-map-canvas .poi-overlay {
  top: 2.5%;
  height: 95%;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  opacity: 0.2; /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  z-index: 0;
  transition: all 0.3s ease-in-out;
}

.poi-map-wrapper .center-column {
  max-width: none;
}
@media (min-width: 768px) and (max-width: 980px) {
  .poi-map-wrapper .center-column {
    position: relative;
    left: auto;
    margin: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  .poi-map-wrapper .center-column {
    position: relative;
    left: auto;
    margin: 0;
    top: 0;
  }
}

.poi .category-selector:after {
  clear: both;
  content: "";
  display: table;
}

.maps-overlay-wrapper {
  position: absolute;
  right: 20px;
  top: 100px;
}
@media (min-width: 768px) and (max-width: 980px) {
  .maps-overlay-wrapper {
    position: relative;
    top: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .maps-overlay-wrapper {
    position: relative;
    top: 0;
    right: 0;
  }
}

.poi-slider-container {
  color: #898989;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .poi-slider-container {
    display: none;
  }
}
.poi-slider-container:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 2px;
  background: #B7A68B;
  top: 50%;
  margin-top: -10px;
  right: 50%;
  margin-right: -1px;
}
.poi-slider-container .button {
  height: 60px;
  width: 50px;
  display: inline-block;
  text-indent: -1000em;
  vertical-align: middle;
  background-color: #CEBEA4;
  padding: 0;
  box-sizing: border-box;
  min-width: inherit;
}
.poi-slider-container .button:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 12px;
  line-height: inherit;
}
.poi-slider-container .button.zoomin:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  width: 2px;
}

.poi .hotels {
  display: none;
}

#homepage-poi {
  overflow: hidden;
  margin-top: 100px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 980px) {
  #homepage-poi {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #homepage-poi {
    margin-top: 50px;
  }
}
#homepage-poi .main-title {
  text-align: center;
}
#homepage-poi:after {
  clear: both;
  content: "";
  display: table;
}
#homepage-poi .poi-map-wrapper {
  position: relative;
}
#homepage-poi .category-selector {
  background-color: #F7F7F4;
  padding: 80px 20px 20px 20px;
  position: relative;
  width: 293px;
  z-index: 10;
  box-sizing: border-box;
  visibility: hidden;
  height: 0px;
  margin: 0 100px 0 0;
}
#homepage-poi .category-selector.visible {
  visibility: visible;
  height: auto;
  padding: 80px 20px 20px 20px;
}
@media (min-width: 768px) and (max-width: 980px) {
  #homepage-poi .category-selector {
    right: 0;
    position: relative;
    width: 100%;
    top: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #homepage-poi .category-selector {
    right: 0;
    position: relative;
    width: 100%;
    top: 0;
    padding: 0;
  }
}
#homepage-poi .category-selector > .button {
  background-color: transparent;
  font: 14px/14px "Lora WF", serif;
  display: block;
  color: #393939;
  height: 50px;
  text-align: left;
  width: 100%;
  border: 0;
  padding: 0 0 0 50px;
  letter-spacing: 2px;
  white-space: normal;
}
@media (min-width: 768px) and (max-width: 980px) {
  #homepage-poi .category-selector > .button {
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #homepage-poi .category-selector > .button {
    text-align: center;
    padding: 0;
  }
}
#homepage-poi .category-selector > .button:hover, #homepage-poi .category-selector > .button.active, #homepage-poi .category-selector > .button:active {
  color: #DB2F31;
}
#homepage-poi .category-selector > .button:before {
  background: url("../images/sprite.svg") no-repeat -395px -295px;
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  margin-top: -14px;
  position: absolute;
  top: 50%;
  left: 0;
}
@media (min-width: 768px) and (max-width: 980px) {
  #homepage-poi .category-selector > .button:before {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    bottom: -7px;
  }
}
@media (max-width: 767px) {
  #homepage-poi .category-selector > .button:before {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    bottom: -7px;
  }
}
#homepage-poi .category-selector > .button:hover:before, #homepage-poi .category-selector > .button.active:before, #homepage-poi .category-selector > .button:active:before {
  background-position: -395px -395px;
}
#homepage-poi .category-selector > .button.icon-shopping:before {
  background-position: 2px -298px;
}
#homepage-poi .category-selector > .button.icon-dining:before {
  background-position: -100px -298px;
}
#homepage-poi .category-selector > .button.icon-historic:before {
  background-position: -196px -299px;
}
#homepage-poi .category-selector > .button.icon-museums:before {
  background-position: -298px -298px;
}
#homepage-poi .category-selector > .button.icon-parks:before {
  background-position: -494px -298px;
}
#homepage-poi .category-selector > .button.icon-fortifications:before {
  background-position: -595px -298px;
}
#homepage-poi .category-selector > .button.icon-churches:before {
  background-position: -697px -298px;
}
#homepage-poi .category-selector > .button.icon-transport:before {
  background-position: -780px -300px;
}
#homepage-poi .category-selector > .button.icon-travel:before {
  background-position: 0 -476px;
}
#homepage-poi .category-selector > .button.icon-kid-friendly:before {
  background: url("../images/bear.svg") no-repeat;
  background-position: 0 0;
}
#homepage-poi .category-selector > .button:hover.icon-shopping:before, #homepage-poi .category-selector > .button.active.icon-shopping:before, #homepage-poi .category-selector > .button:active.icon-shopping:before {
  background-position: 2px -398px;
}
#homepage-poi .category-selector > .button:hover.icon-dining:before, #homepage-poi .category-selector > .button.active.icon-dining:before, #homepage-poi .category-selector > .button:active.icon-dining:before {
  background-position: -100px -398px;
}
#homepage-poi .category-selector > .button:hover.icon-historic:before, #homepage-poi .category-selector > .button.active.icon-historic:before, #homepage-poi .category-selector > .button:active.icon-historic:before {
  background-position: -196px -399px;
}
#homepage-poi .category-selector > .button:hover.icon-museums:before, #homepage-poi .category-selector > .button.active.icon-museums:before, #homepage-poi .category-selector > .button:active.icon-museums:before {
  background-position: -298px -398px;
}
#homepage-poi .category-selector > .button:hover.icon-parks:before, #homepage-poi .category-selector > .button.active.icon-parks:before, #homepage-poi .category-selector > .button:active.icon-parks:before {
  background-position: -494px -398px;
}
#homepage-poi .category-selector > .button:hover.icon-fortifications:before, #homepage-poi .category-selector > .button.active.icon-fortifications:before, #homepage-poi .category-selector > .button:active.icon-fortifications:before {
  background-position: -595px -398px;
}
#homepage-poi .category-selector > .button:hover.icon-churches:before, #homepage-poi .category-selector > .button.active.icon-churches:before, #homepage-poi .category-selector > .button:active.icon-churches:before {
  background-position: -697px -398px;
}
#homepage-poi .category-selector > .button:hover.icon-transport:before, #homepage-poi .category-selector > .button.active.icon-transport:before, #homepage-poi .category-selector > .button:active.icon-transport:before {
  background-position: -780px -400px;
}
#homepage-poi .category-selector > .button:hover.icon-travel:before, #homepage-poi .category-selector > .button.active.icon-travel:before, #homepage-poi .category-selector > .button:active.icon-travel:before {
  background-position: 0 -556px;
}
#homepage-poi .category-selector > .button:hover.icon-kid-friendly:before, #homepage-poi .category-selector > .button.active.icon-kid-friendly:before, #homepage-poi .category-selector > .button:active.icon-kid-friendly:before {
  background-position: 0 -100px;
}
#homepage-poi .category-selector #category-trigger {
  font: 18px/1px "Lora WF", serif;
  position: absolute;
  background-color: #fff;
  color: #393939;
  visibility: visible;
  right: 0;
  top: 0px;
  left: 0;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}
#homepage-poi .category-selector #category-trigger > span {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: inherit;
  box-sizing: border-box;
  background: url("../images/sprite.svg") no-repeat 0px -200px;
  margin: 0 30px -3px 20px;
}
#homepage-poi .category-selector #category-trigger:hover > span {
  background: url("../images/sprite.svg") no-repeat -60px -200px;
}
@media (min-width: 768px) and (max-width: 980px) {
  #homepage-poi .category-selector.visible #category-trigger {
    top: 0;
  }
}
@media (max-width: 767px) {
  #homepage-poi .category-selector.visible #category-trigger {
    top: 0;
  }
}
#homepage-poi .category-selector.visible #category-trigger:before {
  display: none;
}

.gm-ui-hover-effect {
  width: 45px !important;
  height: 45px !important;
}

.gm-style-iw {
  padding: 7px !important;
  box-sizing: border-box;
}
.gm-style-iw h4 {
  font: 18px/24px "Lora WF", serif;
  text-transform: none;
  color: #393939;
}
.gm-style-iw h4:first-letter {
  font-size: 24px;
  color: #DB2F31;
}
@media (max-width: 767px) {
  .gm-style-iw h4 {
    font-size: 12px;
    line-height: 12px;
  }
}
.gm-style-iw p {
  font: 14px/22px "Lora WF", serif;
  color: #393939;
  white-space: normal;
  text-transform: none;
}
.gm-style-iw p a {
  white-space: normal;
  text-decoration: none;
}
.gm-style-iw p a.link:hover {
  text-decoration: underline;
}
.gm-style-iw p a.button {
  font: 16px/50px "Lora WF", serif;
  white-space: nowrap;
  display: inline-block !important;
  margin-top: 10px;
  font: 16px/50px "Lora WF", serif;
}
.gm-style-iw p a.button:hover, .gm-style-iw p a.button.active, .gm-style-iw p a.button:active {
  background: #fff;
  color: #393939;
  text-decoration: none;
  border: 1px solid rgb(207, 190, 164);
}

.maps-overlay-wrapper {
  padding: 0;
  left: auto;
  margin-left: 0;
  right: 50px;
}
@media (min-width: 768px) and (max-width: 980px) {
  .maps-overlay-wrapper {
    right: 0;
  }
}
@media (max-width: 767px) {
  .maps-overlay-wrapper {
    right: 0;
  }
}

.poi-overlay {
  position: absolute;
  top: 100px;
  right: 20px;
}
@media (max-width: 767px) {
  .poi-overlay {
    position: static;
  }
}

@media (max-width: 767px) {
  #calendar {
    font-size: 12px;
  }
}

#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 (max-width: 767px) {
  #calendar-links {
    margin-top: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
}
#calendar-links li {
  float: left;
}
@media (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: 25px;
  width: 20px;
  margin: 5px 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 (max-width: 767px) {
  #calendar-links a {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

#calendar-views {
  float: left;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 767px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media (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: #393939;
}
@media (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: #DB2F31;
}
#calendar-views a:before {
  background: url("../images/common.svg") 0 0 no-repeat;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 5px;
  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.grid:active:before {
  background-position: -280px 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-views a.list:active:before {
  background-position: -280px -38px;
}

#calendar-filter {
  float: right;
  position: relative;
}
#calendar-filter #calendar-category-filter {
  height: 30px;
  border: 1px solid #EAEAEA;
  padding: 0 30px 0 10px;
  display: block;
  font-family: "Lora WF", serif;
}
@media (max-width: 767px) {
  #calendar-filter #calendar-category-filter {
    width: 100%;
  }
}
#calendar-filter .select-icon {
  content: "";
  top: 12px;
  right: 10px;
  width: 15px;
  height: 8px;
  margin: 0;
  float: none;
  background: url("../images/sprite.svg") -800px -100px no-repeat;
  pointer-events: none;
  z-index: 50;
  position: absolute;
  cursor: pointer;
}
#calendar-filter .selectedTxt:after {
  top: 14px;
}
@media (max-width: 767px) {
  #calendar-filter {
    margin-top: 10px;
    float: none;
  }
  #calendar-filter .selectedTxt {
    padding-left: 40px;
  }
  #calendar-filter .selectedTxt:after {
    top: 14px;
  }
}
#calendar-filter .SSContainerDivWrapper {
  left: auto !important;
  right: 0;
}

#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;
  color: #393939;
}
@media (max-width: 767px) {
  #calendar-breadcrumb dt, #calendar-breadcrumb dd {
    float: none;
    display: inline-block;
  }
}
#calendar-breadcrumb a {
  color: #6E6E6E;
  text-decoration: underline;
}

#calendar-year {
  margin-bottom: 20px;
}
@media (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 #b7b7b7;
  color: #b7b7b7;
}
#calendar-year a:hover {
  border-color: #393939;
  color: #393939;
}
#calendar-year .active a {
  border-color: rgb(207, 190, 164);
  color: rgb(207, 190, 164);
}
#calendar-year .active a:hover {
  border-color: #393939;
  color: #393939;
}

#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 (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
    text-align: center;
    height: 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;
  color: #393939;
}
@media (min-width: 768px) and (max-width: 980px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: #DB2F31;
  color: #fff;
}
#calendar-month a.active {
  background: rgb(207, 190, 164);
  color: #fff;
}
#calendar-month a.active:hover {
  background: #DB2F31;
  color: #fff;
}
@media (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  #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: #393939;
  }
  #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 h2 {
  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.next:active {
  background-position: -262px -234px;
}
#calendar-navigation a.prev {
  left: 0;
  background-position: -200px -196px;
}
#calendar-navigation a.prev:hover {
  background-position: -231px -196px;
}
#calendar-navigation a.prev:active {
  background-position: -262px -196px;
}

#calendar-week, #calendar-days {
  display: block;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: newspaper;
}
#calendar-week:after, #calendar-days:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-week li, #calendar-days li {
  display: inline-block;
  width: 13%;
}

#calendar-week {
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  color: #393939;
  text-align: center;
  font-weight: bold;
}
#calendar-week li .short {
  display: none;
}
@media (min-width: 768px) and (max-width: 980px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media (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;
  border: 1px solid #EAEAEA;
}
@media (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: #393939;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  background: #EAEAEA;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  border: 1px solid #f1f1f1;
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: #393939;
}
#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;
}
@media (max-width: 767px) {
  #calendar-days dl.hide {
    display: block !important;
  }
}
#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: rgb(207, 190, 164);
  color: #fff;
}
@media (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.5%;
}
#calendar-days dl.w3 dt {
  width: 323%;
}
#calendar-days dl.w4 dt {
  width: 434.5%;
}
#calendar-days dl.w5 dt {
  width: 546%;
}
#calendar-days dl.w6 dt {
  width: 657.5%;
}
#calendar-days dl.w7 dt {
  width: 769%;
}
#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: 20px;
  background: #F7F7F4;
  color: #717272;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 767px) {
  #calendar-days dl dd {
    display: none !important;
  }
}
#calendar-days dl dd .triangle {
  position: absolute;
  bottom: -13px;
  height: 14px;
  text-align: center;
}
#calendar-days dl dd .triangle span {
  display: inline-block;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #fff;
  margin-left: 93px;
}
#calendar-days dl dd h3 {
  font-family: "Lora WF", serif;
  color: #393939;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  height: auto;
  width: 100%;
}
#calendar-days dl dd p {
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 10px 0;
  width: 100%;
}
#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-item.vevent {
  height: 200px;
  padding: 20px;
}
@media (max-width: 767px) {
  #calendar.list-view .image-list-item.vevent {
    height: auto;
  }
}
#calendar.list-view .image-list-item.vevent.odd {
  background: #F7F7F4;
}
#calendar.list-view .image-list-item.vevent:after {
  clear: both;
  content: "";
  display: table;
}
#calendar.list-view .image-list-item.vevent .background {
  height: 100%;
  width: 300px;
  float: right;
  background-size: cover;
  background-position: 50%;
}
@media (max-width: 767px) {
  #calendar.list-view .image-list-item.vevent .background {
    width: 100%;
    float: none;
    height: 200px;
  }
}
#calendar.list-view .image-list-item.vevent .description {
  margin-right: 320px;
}
@media (max-width: 767px) {
  #calendar.list-view .image-list-item.vevent .description {
    margin-right: 0;
    margin-top: 10px;
  }
}
#calendar.list-view .image-list-item.vevent .description h3 {
  margin-bottom: 10px;
}
#calendar.list-view .image-list-item.vevent .description h3 a {
  color: #393939;
}

#calendar .dates,
#calendar .attachment {
  font-style: italic;
  font-size: 0.9em;
}

#calendar .dates > small {
  display: block;
}

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

#members-submenu {
  float: right;
  margin: 0 0 30px 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #members-submenu {
    order: 2;
    float: none;
    margin: 0;
  }
}
#members-submenu ul {
  list-style: none;
}
#members-submenu li {
  display: inline-block;
  margin-left: 30px;
}
#members-submenu li::after {
  content: none;
}
#members-submenu li a {
  line-height: 46px;
}
#members-submenu li a:hover {
  color: #fff;
  border-color: transparent;
  background-color: #DB2F31;
  transition: background-color 0.2s, color 0.2s;
}
#members-submenu li:first-child a {
  background: none;
  border: 2px solid rgb(207, 190, 164);
  color: rgb(207, 190, 164);
  width: 100%;
  transition: background 0.2s, color 0.2s;
}
#members-submenu li:first-child a:hover {
  color: #fff;
  border-color: transparent;
  background-color: rgb(207, 190, 164);
  transition: background-color 0.2s, color 0.2s;
}
@media (max-width: 767px) {
  #members-submenu li {
    margin: 0 10px 10px 0;
  }
}

.tiles-section {
  margin-bottom: 4vw;
  width: 100%;
  padding: 3vw 0 4vw;
  position: relative;
}
.tiles-section .center-column {
  overflow: hidden;
  padding: 0;
}
.tiles-section .tab-slide.swiper-slide {
  opacity: 0 !important;
  visibility: hidden;
}
.tiles-section .tab-slide.swiper-slide.swiper-slide-visible {
  opacity: 1 !important;
  visibility: visible;
}
.tiles-section .pagination {
  display: flex;
  font-size: 0;
  margin-bottom: 30px;
  justify-content: center;
}
.tiles-section .pagination .tiles-button {
  border-color: transparent;
  display: inline-block;
  flex-shrink: 0;
  font-display: auto;
  font: 24px/4vw "Lora WF", serif;
  margin: 0 3.5vw;
}
.tiles-section .pagination .tiles-button.active {
  border-color: #000;
  color: #4A4A4A;
}
@media (max-width: 767px) {
  .tiles-section .pagination .tiles-button {
    line-height: 2;
  }
}
.tiles-section .tab-slider {
  transform: translateY(-100%);
  position: absolute;
  left: 100%;
  width: 100%;
}
.tiles-section .tab-slider.active {
  transform: translateY(0);
  position: relative;
  top: 0;
  left: 0;
}
.tiles-section .slideshow {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.tiles-section .slideshow-wrapper {
  white-space: nowrap;
}
.tiles-section .slide {
  margin: 0 auto;
  text-decoration: none;
  width: 500px;
  display: flex;
  height: auto;
}
@media (max-width: 767px) {
  .tiles-section .slide {
    width: 300px;
  }
}
@media (min-width: 0) and (max-width: 450px) {
  .tiles-section .slide {
    width: 270px;
  }
}
@media (max-width: 360px) {
  .tiles-section .slide {
    width: 200px;
  }
}
.tiles-section .slide .thumbnail:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.tiles-section .slide.swiper-slide {
  flex-shrink: 0;
  padding: 0 20px;
}
.tiles-section .slide.swiper-slide-active .description {
  opacity: 1;
  transform: translateX(0);
}
.tiles-section .slides-container {
  display: none;
}
.tiles-section .slider-arrow {
  color: #000;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  text-indent: -1000em;
  z-index: 1;
  font-size: 0;
  height: 50px;
}
.tiles-section .slider-arrow .arrow-right {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(135deg);
  transform-origin: left top;
}
.tiles-section .slider-arrow .arrow-right:before, .tiles-section .slider-arrow .arrow-right:after {
  background: rgb(207, 190, 164);
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  top: 0;
  transition: background-color 350ms ease-in-out;
}
.tiles-section .slider-arrow .arrow-right:before {
  height: 2px;
  width: 32px;
}
@media (max-width: 767px) {
  .tiles-section .slider-arrow .arrow-right:before {
    width: 20px;
  }
}
.tiles-section .slider-arrow .arrow-right:after {
  height: 32px;
  width: 2px;
}
@media (max-width: 767px) {
  .tiles-section .slider-arrow .arrow-right:after {
    height: 20px;
  }
}
.tiles-section .slider-arrow .arrow-left {
  left: 0;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: left top;
  display: inline-block;
  position: absolute;
}
.tiles-section .slider-arrow .arrow-left:before, .tiles-section .slider-arrow .arrow-left:after {
  background: rgb(207, 190, 164);
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  top: 0;
  transition: background-color 350ms ease-in-out;
}
.tiles-section .slider-arrow .arrow-left:before {
  height: 2px;
  width: 32px;
}
@media (max-width: 767px) {
  .tiles-section .slider-arrow .arrow-left:before {
    width: 20px;
  }
}
.tiles-section .slider-arrow .arrow-left:after {
  height: 32px;
  width: 2px;
}
@media (max-width: 767px) {
  .tiles-section .slider-arrow .arrow-left:after {
    height: 20px;
  }
}
.tiles-section .slider-arrow .arrow-left:before, .tiles-section .slider-arrow .arrow-left:after,
.tiles-section .slider-arrow .arrow-right:before, .tiles-section .slider-arrow .arrow-right:after {
  background-color: rgb(207, 190, 164);
}
.tiles-section .slider-arrow:hover .arrow-left:before, .tiles-section .slider-arrow:hover .arrow-left:after,
.tiles-section .slider-arrow:hover .arrow-right:before, .tiles-section .slider-arrow:hover .arrow-right:after {
  background-color: #DB2F31;
}
.tiles-section .slider-arrow.swiper-prev {
  padding-left: 30px;
}
.tiles-section .slider-arrow.swiper-next {
  padding-right: 30px;
}
.tiles-section .swiper-prev {
  left: 0;
  right: calc(50% + 3vw + (100% - 3vw) / 3);
}
.tiles-section .swiper-prev .arrow-left {
  left: auto;
  right: calc(50% + 20px);
}
.tiles-section .swiper-next {
  left: calc(50% + 3vw + (100% - 3vw) / 3);
  right: 0;
}
.tiles-section .swiper-next .arrow-right {
  left: calc(50% + 20px);
}
@media (max-width: 767px) {
  .tiles-section .center-column {
    overflow: hidden;
    padding: 0;
  }
  .tiles-section .slider-arrow {
    height: 240px;
  }
  .tiles-section .swiper-prev {
    right: calc(100% - 30px);
  }
  .tiles-section .swiper-prev .arrow-left {
    left: 7px;
    right: auto;
  }
  .tiles-section .swiper-next {
    left: calc(100% - 30px);
  }
  .tiles-section .swiper-next .arrow-right {
    right: 7px;
    left: auto;
  }
}
.tiles-section .tile {
  align-items: stretch;
  display: flex;
  height: auto;
  flex-flow: column nowrap;
  position: relative;
  white-space: normal;
  width: 100%;
  justify-content: flex-start;
}
.tiles-section .tile .thumbnail {
  background-color: rgb(207, 190, 164);
  float: none;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  height: 440px;
  margin: 0;
  width: 100%;
  z-index: 0;
}
.tiles-section .tile img {
  width: 100%;
  visibility: hidden;
}
.tiles-section .tile .description {
  padding: 20px;
  width: calc(100% - 40px);
  opacity: 0;
  transform: translateX(100%);
  background-color: #fff;
  font-size: 16px;
  margin: -120px 60px 0;
  min-height: 120px;
  border: 1px solid rgb(207, 190, 164);
  position: relative;
  transition: transform 350ms ease-in-out, opacity 350ms ease-in-out;
  z-index: 1;
}
@media (max-width: 767px) {
  .tiles-section .tile .description {
    margin: 0;
    padding: 5px;
    width: auto;
  }
}
@media (min-width: 0) and (max-width: 450px) {
  .tiles-section .tile .description .controls.max a {
    padding: 0;
  }
}
.tiles-section .tile .controls {
  font-size: 0;
}
.tiles-section .tile .controls a {
  margin-bottom: 10px !important;
}
.tiles-section .tile .controls.max a:first-child {
  margin-right: 2vw;
}
@media (max-width: 767px) {
  .tiles-section .tile .controls.max a:first-child {
    margin-right: 10px;
  }
}

.content-tabs {
  overflow: hidden;
  width: 100%;
  margin-bottom: 9vw;
  padding-top: 5vw;
}
.content-tabs .category-selector {
  display: flex;
  font-size: 0;
  margin-bottom: 30px;
  justify-content: space-around;
}
.content-tabs .category-selector .select-wrapper {
  margin: 0 auto;
  display: none;
}
.content-tabs .category-selector .select-wrapper select {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  color: #393939;
  font-size: 20px;
  line-height: 20px;
  border-bottom: 1px solid #393939;
}
.content-tabs .category-selector .select-wrapper select + .select-icon {
  float: none;
  margin: 0;
  display: inline-block;
  height: 9px;
}
@media (min-width: 0) and (max-width: 980px) {
  .content-tabs .category-selector .button {
    display: none;
  }
  .content-tabs .category-selector .select-wrapper {
    display: block;
  }
}
.content-tabs .slide {
  display: none;
}
.content-tabs .slide.active {
  display: flex;
}
.content-tabs .copy {
  align-items: stretch;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  min-height: 480px;
  max-height: 640px;
  padding-right: 5vw;
  width: 40%;
}
.content-tabs .copy > * {
  flex-shrink: 0;
}
.content-tabs .images {
  position: relative;
  width: 60%;
}
.content-tabs .thumbnail {
  height: 100%;
  margin-left: 90px;
  width: calc(100% - 90px);
}
.content-tabs .thumbnail:after { /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
}
.content-tabs .mini-block {
  left: 0;
  max-width: 240px;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
}
.content-tabs .mini-block img {
  visibility: hidden;
  display: block;
  width: 100%;
}
.content-tabs div.mini-block {
  background-color: #fff;
  color: #000;
  padding: 30px 30px 100px;
  width: auto;
  z-index: 1;
}
.content-tabs div.mini-block:before {
  display: none;
}
.content-tabs div.mini-block strong {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}
.content-tabs div.mini-block h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.content-tabs div.mini-block .button {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.content-tabs div.mini-block .button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
@media (min-width: 0) and (max-width: 980px) {
  .content-tabs div.mini-block {
    font-size: 14px;
    padding: 10px 20px 60px;
  }
}
@media (min-width: 0) and (max-width: 980px) {
  .content-tabs .category-selector .selector-button {
    display: none;
  }
  .content-tabs .category-selector .select-wrapper {
    display: block;
  }
  .content-tabs .slide {
    flex-flow: column nowrap;
  }
  .content-tabs .copy,
  .content-tabs .images {
    width: 100%;
  }
  .content-tabs .images {
    order: 1;
  }
  .content-tabs .copy {
    max-height: 100%;
    min-height: 0;
    order: 2;
    padding: 30px 0 0;
  }
  .content-tabs .thumbnail {
    margin: 0;
    height: 260px;
    width: 100%;
    background-size: cover;
  }
}

.careers-main-page #sidebar {
  display: none;
}
.careers-main-page #sidebar + .page-content-wrapper {
  margin-left: 0;
}

.testimonials-page .center-column {
  margin: 0;
}

.employee-testimonials-section {
  margin-bottom: 6vw;
  position: relative;
  z-index: 10;
  background-color: rgb(207, 190, 164);
}
.employee-testimonials-section .center-column {
  margin: 0;
}
.employee-testimonials-section .copy, .employee-testimonials-section .testimonials {
  flex-shrink: 0;
}
.employee-testimonials-section .testimonials {
  padding: 3vw 0;
  width: 100%;
}
.employee-testimonials-section .testimonials .swiper-prev {
  right: calc(100% + 1.5vw);
}
@media (max-width: 767px) {
  .employee-testimonials-section .testimonials .swiper-prev {
    right: calc(100% - 5px);
  }
}
.employee-testimonials-section .testimonials .swiper-next {
  left: calc(100% + 1.5vw);
}
@media (max-width: 767px) {
  .employee-testimonials-section .testimonials .swiper-next {
    left: calc(100% - 5px);
  }
}
.employee-testimonials-section .testimonials .swiper-container-horizontal {
  width: 100%;
}
.employee-testimonials-section .h1 {
  margin-bottom: 1.5vw;
}
.employee-testimonials-section .slideshow {
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.employee-testimonials-section .slideshow .swiper-wrapper {
  width: 100% !important;
  height: 100% !important;
}
.employee-testimonials-section .slide {
  overflow: hidden;
  width: 100%;
  margin-right: 5px;
  position: relative;
}
.employee-testimonials-section .slide h2 {
  font-display: auto;
  font: 32px/1.125 "Lora WF", serif;
}
@media (max-width: 767px) {
  .employee-testimonials-section .slide h2 {
    font-size: 18px;
    line-height: 1.25;
  }
}
.employee-testimonials-section .slider-arrow {
  color: #000;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -1000em;
  z-index: 1;
  font-size: 0;
  height: 50px;
}
@media (max-width: 767px) {
  .employee-testimonials-section .slider-arrow {
    top: 40%;
  }
}
@media (min-width: 0) and (max-width: 450px) {
  .employee-testimonials-section .slider-arrow {
    top: 12%;
  }
}
.employee-testimonials-section .slider-arrow .arrow-right {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(135deg);
  transform-origin: left top;
}
.employee-testimonials-section .slider-arrow .arrow-right:before, .employee-testimonials-section .slider-arrow .arrow-right:after {
  background: rgb(207, 190, 164);
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  top: 0;
  transition: background-color 350ms ease-in-out;
}
.employee-testimonials-section .slider-arrow .arrow-right:before {
  height: 2px;
  width: 32px;
}
@media (max-width: 767px) {
  .employee-testimonials-section .slider-arrow .arrow-right:before {
    width: 20px;
  }
}
.employee-testimonials-section .slider-arrow .arrow-right:after {
  height: 32px;
  width: 2px;
}
@media (max-width: 767px) {
  .employee-testimonials-section .slider-arrow .arrow-right:after {
    height: 20px;
  }
}
.employee-testimonials-section .slider-arrow .arrow-left {
  left: 0;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: left top;
  display: inline-block;
  position: absolute;
}
.employee-testimonials-section .slider-arrow .arrow-left:before, .employee-testimonials-section .slider-arrow .arrow-left:after {
  background: rgb(207, 190, 164);
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  top: 0;
  transition: background-color 350ms ease-in-out;
}
.employee-testimonials-section .slider-arrow .arrow-left:before {
  height: 2px;
  width: 32px;
}
@media (max-width: 767px) {
  .employee-testimonials-section .slider-arrow .arrow-left:before {
    width: 20px;
  }
}
.employee-testimonials-section .slider-arrow .arrow-left:after {
  height: 32px;
  width: 2px;
}
@media (max-width: 767px) {
  .employee-testimonials-section .slider-arrow .arrow-left:after {
    height: 20px;
  }
}
.employee-testimonials-section .slider-arrow .arrow-left:before, .employee-testimonials-section .slider-arrow .arrow-left:after,
.employee-testimonials-section .slider-arrow .arrow-right:before, .employee-testimonials-section .slider-arrow .arrow-right:after {
  background-color: #DBA63D;
}
.employee-testimonials-section .slider-arrow:hover .arrow-left:before, .employee-testimonials-section .slider-arrow:hover .arrow-left:after,
.employee-testimonials-section .slider-arrow:hover .arrow-right:before, .employee-testimonials-section .slider-arrow:hover .arrow-right:after {
  background-color: #DB2F31;
}
.employee-testimonials-section .slider-arrow.swiper-prev {
  padding-left: 30px;
}
.employee-testimonials-section .slider-arrow.swiper-next {
  padding-right: 30px;
}
.employee-testimonials-section .tile {
  width: 100%;
  height: auto;
  position: relative;
  min-height: 640px;
}
.employee-testimonials-section .tile:after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 767px) {
  .employee-testimonials-section .tile {
    min-height: 0;
  }
}
.employee-testimonials-section .tile .thumb {
  width: calc(50% + 40px);
  position: absolute;
  top: 0;
  height: 100%;
  margin: 0 !important;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .employee-testimonials-section .tile .thumb {
    width: 100%;
    position: relative;
    height: auto;
    background: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin-bottom: 40px !important;
  }
}
.employee-testimonials-section .tile .thumb:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 33%;
  background: #fff;
}
.employee-testimonials-section .tile .thumb img {
  display: none;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .employee-testimonials-section .tile .thumb img {
    display: block;
  }
}
.employee-testimonials-section .tile .description {
  width: calc(50% - 75px);
  font-size: 16px;
  padding-top: 3vw;
  text-align: left;
}
@media (max-width: 767px) {
  .employee-testimonials-section .tile .description {
    width: 100%;
    padding: 0 !important;
  }
}
.employee-testimonials-section .tile .h1 {
  font-size: 32px;
  margin-bottom: 0;
}
.employee-testimonials-section .tile .h1.employee-title {
  margin-bottom: 1vw;
}
@media (min-width: 768px) and (max-width: 980px) {
  .employee-testimonials-section .tile .h1.employee-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .employee-testimonials-section .tile .h1.employee-title {
    margin-bottom: 10px;
  }
}
.employee-testimonials-section .tile .hotel-name {
  color: #000;
  line-height: 40px;
  font-size: 30px;
  margin-bottom: 2vw;
}
@media (min-width: 768px) and (max-width: 980px) {
  .employee-testimonials-section .tile .hotel-name {
    margin-bottom: 20px;
  }
}
.employee-testimonials-section .tile .text {
  position: relative;
}
@media (max-width: 767px) {
  .employee-testimonials-section .tile .text {
    padding-left: 20px;
  }
}
.employee-testimonials-section .tile .text:after {
  content: "";
  display: block;
  background: url("../images/quotes.svg");
  background-repeat: no-repeat;
  width: 48px;
  height: 42px;
  position: absolute;
  top: -18px;
  z-index: -1;
}
.employee-testimonials-section .tile .text p {
  color: #4A4A4A;
}
.employee-testimonials-section .tile .meta {
  color: #000;
  margin: 0 20px 10px 0;
  font-size: 14px;
}
.employee-testimonials-section .tile.image-left .thumb {
  left: 0;
}
.employee-testimonials-section .tile.image-left .thumb:after {
  right: 0;
  background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%, rgb(245, 245, 245) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00f5f5f5", endColorstr="#f5f5f5",GradientType=1 );
}
.employee-testimonials-section .tile.image-left .description {
  float: right;
  padding-left: 6vw;
}
.employee-testimonials-section .tile.image-left .description .text:after {
  left: -30px;
}
@media (max-width: 767px) {
  .employee-testimonials-section .tile.image-left .description .text:after {
    left: 0;
  }
}
.employee-testimonials-section .tile.image-right .thumb {
  right: 0;
}
.employee-testimonials-section .tile.image-right .thumb:after {
  left: 0;
  background: linear-gradient(to right, rgb(245, 245, 245) 0%, rgba(245, 245, 245, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f5f5f5", endColorstr="#00f5f5f5",GradientType=1 );
}
@media (max-width: 767px) {
  .employee-testimonials-section .tile.image-right .thumb:after {
    left: auto;
    right: 0;
    background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%, rgb(245, 245, 245) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00f5f5f5", endColorstr="#f5f5f5",GradientType=1 );
  }
}
.employee-testimonials-section .tile.image-right .description {
  float: left;
  padding-left: 0vw;
  padding-right: 6vw;
}
.employee-testimonials-section .tile.image-right .description .text:after {
  left: 0px;
}
.employee-testimonials-section .tile.no-image .description {
  padding: 0 30px;
  width: calc(100% - 35px);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .employee-testimonials-section .tile.no-image .description {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .employee-testimonials-section .h1 {
    margin-bottom: 30px;
  }
  .employee-testimonials-section.no-copy .center-column {
    padding: 0 60px;
  }
  .employee-testimonials-section .center-column {
    flex-flow: column nowrap;
    padding: 0;
  }
  .employee-testimonials-section .slide {
    margin: 0 15px;
  }
  .employee-testimonials-section .swiper-slide {
    margin: 0 30px 0 0;
  }
  .employee-testimonials-section .testimonials {
    padding: 30px 0px 50px;
  }
  .employee-testimonials-section .testimonials .images-slider {
    padding: 0 30px;
  }
  .employee-testimonials-section .testimonials .swiper-container-horizontal {
    width: calc(100% - 60px);
  }
  .employee-testimonials-section .testimonials .swiper-prev {
    left: auto;
    right: 100%;
  }
  .employee-testimonials-section .testimonials .swiper-next {
    left: 100%;
    right: auto;
  }
}
@media (max-width: 767px) {
  .employee-testimonials-section .h1 {
    margin-bottom: 20px;
  }
  .employee-testimonials-section.no-copy .center-column {
    padding: 0 30px;
  }
  .employee-testimonials-section .center-column {
    flex-flow: column nowrap;
    padding: 0;
  }
  .employee-testimonials-section .center-column .copy,
  .employee-testimonials-section .center-column .copy + .testimonials {
    width: 100%;
  }
  .employee-testimonials-section .slide {
    margin: 0 10px;
    width: calc((100% - 20px) / 1.2);
  }
  .employee-testimonials-section .swiper-slide {
    margin: 0 20px 0 0;
    width: calc((100% - 20px) / 1.2);
  }
  .employee-testimonials-section .swiper-prev {
    left: auto;
    right: calc(100% - 5px);
  }
  .employee-testimonials-section .swiper-next {
    left: calc(100% - 5px);
    right: auto;
  }
  .employee-testimonials-section .testimonials {
    padding: 20px 0px 30px;
  }
  .employee-testimonials-section .testimonials .images-slider {
    padding: 0 30px;
  }
  .employee-testimonials-section .testimonials .swiper-container-horizontal {
    width: 100%;
  }
  .employee-testimonials-section .testimonials .swiper-prev {
    left: auto;
    right: calc(100% - 35px);
  }
  .employee-testimonials-section .testimonials .swiper-next {
    left: calc(100% - 35px);
    right: auto;
  }
  .employee-testimonials-section .testimonials .slide {
    width: calc((100% - 20px) / 1.2);
  }
}

.standard-text-acm .center-column {
  margin: 0;
}

.shopify-layout-acm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 768px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .shopify-layout-acm {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    padding: 0 20px;
  }
}
.shopify-layout-acm div {
  margin-bottom: 50px;
}

.icons-text {
  margin-bottom: 50px;
}
.icons-text .blocks-container {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .icons-text .blocks-container {
    margin-bottom: 50px;
  }
}
.icons-text .center-column {
  text-align: center;
}
.icons-text .icon-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icons-text .icon-block .icon-content {
  text-align: center;
}
.icons-text .image {
  width: 65px;
  height: 65px;
  margin-bottom: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.icons-text .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.icons-text h4.icon-title {
  margin-bottom: 0;
}
.icons-text .icons-navigation {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.icons-text .slideshow {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .icons-text .slideshow {
    margin: 0 30px;
  }
}
.icons-text .slideshow-button {
  width: 10px;
  height: 20px;
  background-image: url(../images/sprite.svg);
  background-size: 814px 1000px;
}
.icons-text .slideshow-button.previous {
  background-position: 0px -100px;
}
.icons-text .slideshow-button.previous:hover {
  background-position: -100px -100px;
}
.icons-text .slideshow-button.next {
  background-position: -50px -100px;
}
.icons-text .slideshow-button.next:hover {
  background-position: -150px -100px;
}
.icons-text .slideshow-button.swiper-button-disabled {
  opacity: 0;
}

@media print {
  body, html {
    width: 100%;
  }
  * {
    background: none !important;
    border: none !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  #header,
  #promotiles-wrapper,
  .swiper-slide,
  #rooms-home,
  #blog-feeds,
  .connect,
  #photos,
  #booking,
  #footer,
  #booking-trigger,
  #extract-element-from-content,
  .menu-wrapper,
  .menu-wrapper,
  #header .center-column {
    display: none !important;
  }
}
.cms-layout-careers .center-column {
  max-width: 100%;
}

.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, opacity, visibility;
}

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