@charset "UTF-8";
/* VALIDATION */
.inputContainer {
  position: relative;
  float: left;
}

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

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

.formError .formErrorContent {
  background: #a02121;
  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: #a02121;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-datepicker {
  display: none;
  padding: 10px;
  background: #fff;
  padding-top: 20px;
  background: rgba(3, 89, 128, 0.9);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .ui-datepicker {
    background-color: rgb(3, 89, 128);
  }
}
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 "Montserrat", "Arial", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 5px;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  overflow: hidden;
  border: 2px solid #fff;
  border-bottom: 0;
  border-left: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.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 {
  border-right: 0;
  border-top: 0;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 7px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  border-bottom-color: #a02121;
  border-left-color: #a02121;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 7px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  border-top-color: #a02121;
  border-right-color: #a02121;
}
.ui-datepicker .ui-datepicker-calendar {
  font-size: 12px;
  cursor: default;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .ui-datepicker .ui-datepicker-calendar {
    width: 100%;
  }
}
.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 "Montserrat", "Arial", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar td {
  position: relative;
  color: #fff;
  font-family: "Montserrat", "Arial", sans-serif;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  color: #fff;
  opacity: 0.3;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month span:hover, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span:hover {
  color: inherit;
  background: none;
}
.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, .ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
  background: #a02121;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  background: transparent;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #a02121;
  box-sizing: border-box;
}

.ui-datepicker-trigger {
  display: none;
}

#hebs-gallery {
  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);
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .close-button:hover {
  background-position: -37px 0;
}
#hebs-gallery .close-button:active {
  background-position: -74px 0;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .category-selector {
  position: relative;
  float: left;
  margin: 5px 0 0 20px;
  z-index: 2;
  height: 30px;
  line-height: 30px;
  padding: 0 40px 0 10px;
  background: #fff;
  font-size: 14px;
  color: #00324d;
}
#hebs-gallery .category-selector + .select-icon {
  position: relative;
  margin-top: 16px;
  z-index: 3;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 0;
  overflow: hidden;
}
#hebs-gallery .galleria-stage .galleria-image {
  overflow: visible !important;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #hebs-gallery .galleria-stage .galleria-image {
    width: 100% !important;
  }
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #hebs-gallery .galleria-stage .galleria-image img {
    width: 100% !important;
    height: auto !important;
  }
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 31px;
  height: 61px;
  margin-top: -30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
  z-index: 1;
}
#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;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #hebs-gallery .galleria-image-nav-left {
    left: 10px;
  }
}
#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;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #hebs-gallery .galleria-image-nav-right {
    right: 10px;
  }
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
  background: url("../images/gray-loading.gif") 50% 50% no-repeat;
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  height: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}
#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;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
  width: 74px !important;
  height: 74px !important;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active img {
  margin: -3px 0 0 -3px;
}
#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  display: none;
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 21px;
  height: 21px;
  margin-top: -10px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.5;
  cursor: default;
}
#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:hover {
  background-position: -26px -199px;
}
#hebs-gallery .galleria-thumb-nav-left:active {
  background-position: -57px -199px;
}
#hebs-gallery .galleria-thumb-nav-left.disabled {
  background-position: 5px -199px;
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  background-position: 5px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:hover {
  background-position: -26px -240px;
}
#hebs-gallery .galleria-thumb-nav-right:active {
  background-position: -57px -240px;
}
#hebs-gallery .galleria-thumb-nav-right.disabled {
  background-position: 5px -240px;
}
#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  top: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.06);
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

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

.calendar #calendar-filter {
  position: relative;
  float: right;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .calendar #calendar-filter {
    width: 100%;
    margin: 10px 0;
  }
}
.calendar #calendar-filter select {
  color: inherit;
  height: 45px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  box-sizing: border-box;
  border: 1px solid #00324d;
  font-size: 14px;
  line-height: 44px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .calendar #calendar-filter select {
    width: 100%;
  }
}
.calendar #calendar-filter .select-icon {
  position: absolute;
  top: 8px;
  right: 20px;
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #00324d;
}
.calendar .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .calendar .image-list-item {
    height: auto;
  }
}
.calendar .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e2e2e2;
  z-index: -1;
  box-sizing: border-box;
}
.calendar .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .calendar .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .calendar .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.calendar .image-list-item .description {
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 25px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .calendar .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  font-size: 24px;
  line-height: 30px;
  color: #ACA394;
  margin-bottom: 15px;
}
.calendar .image-list-item .description h3 a {
  text-decoration: none;
}
.calendar .image-list-item .description h3 a:hover {
  color: #5A5A5A;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .calendar .image-list-item .description .button {
    bottom: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .calendar .image-list-item .description .button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

#newsletter {
  position: relative;
  width: 100%;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00324d;
  z-index: 1;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #newsletter {
    display: block;
    height: 230px;
  }
}
#newsletter h3 {
  font: normal 36px/1 "Billabong", "Arial", sans-serif;
  margin-right: 60px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #newsletter h3 {
    font-size: 24px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #newsletter h3 {
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }
}
#newsletter form {
  display: inline-block;
  width: 493px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #newsletter form {
    width: 407px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #newsletter form {
    width: 100%;
  }
}
#newsletter form:after {
  clear: both;
  content: "";
  display: table;
}
#newsletter label {
  display: none;
}
#newsletter input[type=text] {
  float: left;
  width: 333px;
  height: 60px;
  background: #fff;
  padding: 0 30px;
  line-height: 1;
  color: #0f7899;
  font: normal 22px/60px "Billabong", "Arial", sans-serif;
  text-indent: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #newsletter input[type=text] {
    width: 247px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #newsletter input[type=text] {
    display: block;
    width: 280px;
    margin: 0 auto 20px auto;
    float: none;
  }
}
#newsletter input[type=text]::-webkit-input-placeholder {
  color: #00324d;
}
#newsletter input[type=text]:-moz-placeholder {
  color: #00324d;
}
#newsletter input[type=text]::-moz-placeholder {
  color: #00324d;
}
#newsletter input[type=text]:-ms-input-placeholder {
  color: #00324d;
}
#newsletter input[type=text]:focus::-webkit-input-placeholder {
  color: #cfcfcf;
}
#newsletter input[type=text]:focus:-moz-placeholder {
  color: #cfcfcf;
}
#newsletter input[type=text]:focus::-moz-placeholder {
  color: #cfcfcf;
}
#newsletter input[type=text]:focus:-ms-input-placeholder {
  color: #cfcfcf;
}
#newsletter .button {
  width: 160px;
  height: 60px;
  border: solid 1px #fff;
  background: transparent;
  font-size: 12px;
}
#newsletter .button:hover {
  background: #a02121;
  border: solid 1px #a02121;
  color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #newsletter .button {
    display: block;
    margin: 0 auto;
  }
}

#testimonials {
  margin-bottom: 70px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #testimonials {
    margin-bottom: 50px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
#testimonials .copy-wrapper {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  font: 200 50px/45px "Billabong", "Arial", sans-serif;
  color: #035980;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #testimonials .copy-wrapper {
    font-size: 28px;
    line-height: 1.5;
  }
}
#testimonials .copy-wrapper .slide {
  position: relative;
  width: 100%;
  padding: 60px 0 20px 0;
}
#testimonials .copy-wrapper .slide:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 42px;
  left: 50%;
  margin-left: -25px;
  top: 0;
  background: url("../images/sprite.svg") -70px -120px no-repeat;
}
#testimonials .copy-wrapper span {
  display: inline-block;
  position: relative;
  font: 300 30px/1 "Billabong", "Arial", sans-serif;
  color: #a02121;
  margin-top: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #testimonials .copy-wrapper span {
    font-size: 24px;
  }
}
#testimonials .copy-wrapper span:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  top: 35px;
  left: 50%;
  margin-left: -30px;
  background-color: #a02121;
}

#dining-spa {
  margin-bottom: 70px;
  text-align: center;
  overflow: hidden;
}
#dining-spa .center-column {
  position: relative;
  max-width: 100%;
  padding: 0;
}
#dining-spa .slideshow {
  text-align: center;
}
#dining-spa .slick-track {
  margin: 0 auto;
}
#dining-spa .slick-list {
  margin: 0 -15px 0 -15px;
}
#dining-spa .slide {
  display: inline-block;
  position: relative;
  width: 645px;
  height: 551px;
  margin: 0 15px 20px 15px;
  vertical-align: top;
}
#dining-spa .slide:hover .background {
  transform: scale(1.07) !important;
}
#dining-spa h1 {
  font: 500 40px/1 "Montserrat", "Arial", sans-serif;
  text-transform: uppercase;
  color: #00324d;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #dining-spa h1 {
    font-size: 24px;
    line-height: 24px;
  }
}
#dining-spa .copy {
  display: inline-block;
  max-width: 340px;
  margin-top: 20px;
  font: 300 18px/22px "Montserrat", "Arial", sans-serif;
  color: #035980;
}
#dining-spa .thumbnail-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 400px;
}
#dining-spa .thumbnail-wrapper .thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #00324d;
}
#dining-spa .thumbnail-wrapper .background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  transform: scale(1);
  transition: all 500ms ease-in-out;
}
#dining-spa .thumbnail-wrapper:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -30px;
  width: 1px;
  height: 30px;
  background-color: #035980;
}
#dining-spa .thumbnail-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 30px;
  background-color: #fff;
}
#dining-spa .button {
  position: absolute;
  width: 160px;
  height: 60px;
  bottom: 60px;
  left: 50%;
  margin-left: -80px;
  padding: 0;
  background-color: #fff;
  color: #00324d;
  font: normal 12px/60px "Montserrat", "Arial", sans-serif;
}
#dining-spa .button:hover {
  background-color: #a02121;
  color: #fff;
}
#dining-spa .arrows {
  top: auto;
  bottom: 220px;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  #dining-spa .arrows {
    display: none;
  }
}
#dining-spa .slick-next {
  right: 20px;
  background-position: -120px -70px;
}
#dining-spa .slick-prev {
  left: 20px;
  background-position: -80px -70px;
}

.rooms.module {
  margin: auto;
}
.rooms.module .rooms-entry {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .rooms.module .rooms-entry {
    padding: 10px 20px;
    height: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .rooms.module .rooms-entry {
    padding: 10px 20px;
    height: auto;
  }
}
.rooms.module .rooms-entry:hover .background {
  transform: scale(1) !important;
}
.rooms.module .rooms-entry .background {
  position: absolute;
  top: 0;
  left: 320px;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background-color: #e8e8e8;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .rooms.module .rooms-entry .background {
    position: relative;
    width: 100%;
    height: 300px;
    left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .rooms.module .rooms-entry .background {
    position: relative;
    width: 100%;
    height: 300px;
    left: 0;
  }
}
.rooms.module .rooms-entry .description {
  box-sizing: border-box;
  height: 500px;
  float: left;
  width: 320px;
  padding: 30px 10px;
  color: #00324d;
  position: static;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .rooms.module .rooms-entry .description {
    position: relative;
    width: 100%;
    float: none;
    height: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .rooms.module .rooms-entry .description {
    position: relative;
    width: 100%;
    float: none;
    height: auto;
  }
}
.rooms.module .rooms-entry .description .expand-collapse {
  position: relative;
  display: inline-block;
  margin: 15px 0 30px;
  text-decoration: none;
  color: inherit;
  font-size: 18px;
  line-height: 20px;
  padding-right: 13px;
  transition: all 350ms ease-in-out;
}
.rooms.module .rooms-entry .description .expand-collapse:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .rooms.module .rooms-entry .description .expand-collapse {
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    padding: 0;
    border: 0;
    font-size: 12px;
  }
  .rooms.module .rooms-entry .description .expand-collapse:before, .rooms.module .rooms-entry .description .expand-collapse:after {
    display: inline;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .rooms.module .rooms-entry .description .expand-collapse {
    font-size: 18px;
  }
}
.rooms.module .rooms-entry .description .expand-collapse:before {
  content: attr(data-expand);
  border-bottom: 1px dashed #00324d;
}
.rooms.module .rooms-entry .description .expand-collapse:after {
  content: attr(data-collapse);
  border-bottom: 1px dashed #00324d;
}
.rooms.module .rooms-entry .description .expand-collapse span {
  display: block;
  font-size: 16px;
  line-height: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.rooms.module .rooms-entry .description .expand-collapse span:before {
  content: attr(data-expand);
}
.rooms.module .rooms-entry .description .expand-collapse span:after {
  content: attr(data-collapse);
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .rooms.module .rooms-entry .description .expand-collapse span {
    bottom: -17px;
    right: 50%;
    margin-right: -5px;
    transform: rotate(90deg);
  }
}
.rooms.module .rooms-entry .description .expand-collapse.expand:before {
  display: inline-block;
}
.rooms.module .rooms-entry .description .expand-collapse.expand:after {
  display: none;
}
.rooms.module .rooms-entry .description .expand-collapse.expand span:before {
  display: inline-block;
}
.rooms.module .rooms-entry .description .expand-collapse.expand span:after {
  display: none;
}
.rooms.module .rooms-entry .description .expand-collapse.collapse:before {
  display: none;
}
.rooms.module .rooms-entry .description .expand-collapse.collapse:after {
  display: inline-block;
}
.rooms.module .rooms-entry .description .expand-collapse.collapse span:before {
  display: none;
}
.rooms.module .rooms-entry .description .expand-collapse.collapse span:after {
  display: inline-block;
}
.rooms.module .rooms-entry .description .full-description {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: -100%;
  left: 320px;
  height: 100%;
  padding: 40px 200px 40px 40px;
  font-size: 14px;
  background: rgba(0, 50, 77, 0.9);
  color: #fff;
  transition: top 0.3s ease-in-out;
  z-index: 2;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .rooms.module .rooms-entry .description .full-description {
    position: static;
    padding: 0;
    display: none;
    background: #fff;
    color: #00324d;
  }
}
.rooms.module .rooms-entry .description .full-description h3 {
  color: #fff;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .rooms.module .rooms-entry .description .full-description h3 {
    color: #a02121;
  }
}
.rooms.module .rooms-entry .description .full-description.show {
  top: 0;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .rooms.module .rooms-entry .description .full-description.show {
    display: block;
  }
}
.rooms.module .rooms-entry .description .full-description .close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40px;
  right: 40px;
  text-indent: -1000px;
  overflow: hidden;
  transform: rotate(45deg);
  cursor: pointer;
  transition: all 350ms ease-in-out;
}
.rooms.module .rooms-entry .description .full-description .close:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .rooms.module .rooms-entry .description .full-description .close {
    display: none;
  }
}
.rooms.module .rooms-entry .description .full-description .close:before, .rooms.module .rooms-entry .description .full-description .close:after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
}
.rooms.module .rooms-entry .description .full-description .close:before {
  width: 2px;
  height: 50px;
  top: 0;
  left: 24px;
}
.rooms.module .rooms-entry .description .full-description .close:after {
  width: 50px;
  height: 2px;
  top: 24px;
  left: 0;
}
.rooms.module .rooms-entry .description .full-description .close:hover:before, .rooms.module .rooms-entry .description .full-description .close:hover:after {
  background: #a02121;
}
.rooms.module .rooms-entry .description .full-description .inner-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.rooms.module .rooms-entry .description .full-description .inner-wrapper a {
  color: #fff;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .rooms.module .rooms-entry .description .full-description .inner-wrapper a {
    color: #00324d;
  }
}
.rooms.module .rooms-entry .description h3 {
  line-height: 1.1;
}
.rooms.module .rooms-entry .description p {
  position: relative;
  top: 0;
  margin-bottom: 20px;
  padding: 0 20px;
  line-height: 24px;
}
.rooms.module .rooms-entry .description .links {
  position: absolute;
  bottom: 0;
  width: 300px;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .rooms.module .rooms-entry .description .links {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.rooms.module .rooms-entry .description .links a {
  position: relative;
  top: 0;
  bottom: 10px;
  display: block;
}
.rooms.module .rooms-entry .description .links .button {
  position: relative;
  left: 0;
  bottom: 0;
  margin: auto;
  margin-top: 10px;
  height: 50px;
  width: 170px;
  line-height: 50px !important;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .rooms.module .rooms-entry .description .links .button {
    display: block;
    margin: 10px auto 0 auto;
  }
}

#homepage-accommodations .copy-wrapper {
  margin: 0 auto 110px auto;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #homepage-accommodations .copy-wrapper {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #homepage-accommodations .copy-wrapper {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
#homepage-accommodations h1 {
  font: normal 36px/1 "Montserrat", "Arial", sans-serif;
  margin-bottom: 10px;
  color: #00324d;
  font-size: 36px;
  text-transform: uppercase;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #homepage-accommodations h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
#homepage-accommodations h2 {
  font: normal 18px/1 "Montserrat", "Arial", sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #035980;
}

.rooms {
  margin: 0 0 70px 0;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .rooms {
    margin-bottom: 10px;
  }
}
.rooms .center-column {
  position: relative;
  max-width: calc(100% + 30px);
  padding: 0;
  margin: 0 -15px 0 -15px;
}
.rooms .center-column .mobile-list {
  margin-left: 35px;
  margin-right: 35px;
  width: calc(100% - 70px);
}
.rooms .center-column .categories-list {
  margin-left: 35px;
  margin-right: 35px;
}
.rooms .center-column .slideshow {
  text-align: center;
}
.rooms .center-column .slick-track {
  margin: 0 auto;
}
.rooms .categories-descr {
  padding: 0 35px;
}
.rooms .categories-descr .category-descr {
  display: none;
  text-align: center;
  margin: 40px 0;
}
.rooms .categories-descr .category-descr.active {
  display: block;
}
.rooms .rooms-entry {
  display: inline-block;
  position: relative;
  width: 315px;
  height: 730px;
  margin: 0 15px 20px 15px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}
.rooms .rooms-entry:hover .background {
  transform: scale(1.1) !important;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .rooms .rooms-entry {
    height: 745px;
  }
}
.rooms .rooms-entry .description {
  position: relative;
}
@media (max-width: 767px) {
  .rooms .rooms-entry .description {
    padding-right: 0;
  }
}
@media (max-width: 550px) {
  .rooms .rooms-entry .description {
    margin-left: 0;
    padding: 10px;
  }
}
.rooms .rooms-entry .description h3, .rooms .rooms-entry .description .h3 {
  font: normal 30px/2 "Montserrat", "Arial", sans-serif;
  text-align: center;
  color: #00324d;
  text-transform: uppercase;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .rooms .rooms-entry .description h3, .rooms .rooms-entry .description .h3 {
    font-size: 24px;
    line-height: 45px;
  }
}
.rooms .rooms-entry .description .price {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  font: normal 20px/20px "Montserrat", "Arial", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #035980;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .rooms .rooms-entry .description .price {
    font-size: 20px;
    line-height: 11px;
  }
}
.rooms .rooms-entry .description .number {
  font-size: 22px;
}
.rooms .rooms-entry .description p {
  position: absolute;
  top: 120px;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 1.4;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .rooms .rooms-entry .description p {
    display: block;
    padding: 0;
  }
}
.rooms .rooms-entry .thumbnail-wrapper {
  position: absolute;
  width: 100%;
  height: 400px;
  bottom: 130px;
}
.rooms .rooms-entry .thumbnail-wrapper .thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #00324d;
}
.rooms .rooms-entry .thumbnail-wrapper:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -30px;
  width: 1px;
  height: 30px;
  background-color: #035980;
}
.rooms .rooms-entry .thumbnail-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 30px;
  background-color: #fff;
}
.rooms .rooms-entry .thumbnail-wrapper .background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  transform: scale(1);
  transition: all 500ms ease-in-out;
}
.rooms .rooms-entry .thumbnail-wrapper .view-gallery {
  position: absolute;
  bottom: 30px;
  width: 40px;
  height: 40px;
  background-color: #a02121;
  border-radius: 50%;
  transition: all 350ms ease-in-out;
  left: 50%;
  transform: translate(-50%, 0);
  text-indent: -9999em;
  color: #fff;
}
.rooms .rooms-entry .thumbnail-wrapper .view-gallery:hover {
  opacity: 0.7;
}
.rooms .rooms-entry .thumbnail-wrapper .view-gallery:hover:before {
  transform: rotate(90deg);
}
.rooms .rooms-entry .thumbnail-wrapper .view-gallery:hover:after {
  transform: rotate(90deg);
}
.rooms .rooms-entry .thumbnail-wrapper .view-gallery:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 20px;
  width: 20px;
  height: 1px;
  background-color: #ffffff;
  transition: all 350ms ease-in-out;
}
.rooms .rooms-entry .thumbnail-wrapper .view-gallery:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 10px;
  width: 1px;
  height: 20px;
  background-color: #ffffff;
  transition: all 350ms ease-in-out;
}
.rooms .rooms-entry .button-wrapper {
  position: absolute;
  bottom: 47px;
  left: 0;
  width: 100%;
  height: 60px;
}
.rooms .rooms-entry .button {
  position: relative;
  display: inline-block;
  width: calc(50% - 30px);
  height: 60px;
  margin: 0 8px;
  padding: 0;
  font: 700 12px/60px "Montserrat", "Arial", sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #00324d;
  background: transparent;
  border: solid 1px #00324d;
}
.rooms .rooms-entry .button:hover {
  opacity: 1;
  background: #a02121;
  color: #fff;
  border: solid 1px #a02121;
}
.rooms .arrows {
  margin-top: 50px;
  top: auto;
  bottom: 350px;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .rooms .arrows {
    display: none;
  }
}
.rooms .slick-next {
  right: 35px;
  background-position: -120px -71px;
}
.rooms .slick-prev {
  left: 35px;
  background-position: -80px -71px;
}

.page-content .room .thumbnail {
  position: relative;
  float: none;
  margin: 0 0 30px;
  width: 100%;
  padding-top: 56%;
  overflow: hidden;
}
.page-content .room .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.gallery {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .gallery .gallery-wrapper {
    margin: 5px 5px 0 5px;
  }
}
.gallery .photo {
  margin: 0;
  display: block;
  float: left;
  width: 20%;
  padding-bottom: 19%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .gallery .photo {
    width: calc(50% - 10px) !important;
    padding-bottom: calc(50% - 10px) !important;
    margin: 5px !important;
    border: 0 !important;
    clear: none !important;
    float: left !important;
  }
}
.gallery .photo:hover .image {
  transform: scale(1.1) !important;
}
.gallery .photo.gallery-video-play .image:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gallery .photo .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transform: scale(1);
  transition: all 500ms ease-in-out;
}
.gallery .photo .image .video-thumb {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 -40px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-left: 80px solid #fff;
  border-bottom: 50px solid transparent;
  cursor: pointer;
  transition: opacity 300ms;
  z-index: 1;
}
.gallery .photo .caption {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .gallery .photo.overview {
    display: none;
  }
}
.gallery .photo.overview .overlay {
  background: rgba(31, 34, 63, 0.8);
}
.gallery .photo .info {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  display: block;
  z-index: 1;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
}
.gallery .photo .info .count {
  font-size: 48px;
  line-height: 61px;
}
.gallery .photo .info a {
  color: #fff;
  font-size: 16px;
  line-height: 33px;
  font-weight: 700;
  transition: all 350ms ease-in-out;
}
.gallery .photo .info a:hover {
  opacity: 0.8;
}
.gallery .count-7 .item-1 {
  width: 20%;
  padding-bottom: 20%;
  margin-left: 0;
  float: none;
}
.gallery .count-7 .item-2 {
  width: 20%;
  padding-bottom: 20%;
}
.gallery .count-7 .item-3 {
  width: 20%;
  padding-bottom: 40%;
  margin-right: 0;
  margin-top: -20%;
}
.gallery .count-7 .item-4 {
  width: 20%;
  padding-bottom: 20%;
  margin-left: 0;
  margin-top: -20%;
}
.gallery .count-7 .item-5 {
  width: 40%;
  padding-bottom: 20%;
}
.gallery .count-7 .item-6 {
  width: 40%;
  padding-bottom: 20%;
  margin-top: -40%;
  float: right;
}
.gallery .count-7 .item-7 {
  width: 20%;
  padding-bottom: 20%;
  float: right;
  margin-top: -20%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .gallery .count-7 .item-7 {
    display: none;
  }
}
.gallery .count-6 .item-1 {
  width: 25%;
  padding-bottom: 20%;
  margin-left: 0;
  float: none;
}
.gallery .count-6 .item-2 {
  width: 25%;
  padding-bottom: 20%;
}
.gallery .count-6 .item-3 {
  width: 25%;
  padding-bottom: 40%;
  margin-right: 0;
  margin-top: -20%;
}
.gallery .count-6 .item-4 {
  width: 25%;
  padding-bottom: 20%;
  margin-left: 0;
  margin-top: -20%;
}
.gallery .count-6 .item-5 {
  width: 25%;
  padding-bottom: 20%;
}
.gallery .count-6 .item-6 {
  width: 25%;
  padding-bottom: 40%;
  margin-right: 0;
  margin-top: -20%;
  float: right;
}
.gallery .count-5 .item-1 {
  width: 33.3%;
  padding-bottom: 20%;
  margin-left: 0;
  float: none;
}
.gallery .count-5 .item-2 {
  width: 33.3%;
  padding-bottom: 20%;
}
.gallery .count-5 .item-3 {
  width: 33.3%;
  padding-bottom: 40%;
  margin-right: 0;
  margin-top: -20%;
}
.gallery .count-5 .item-4 {
  width: 33.3%;
  padding-bottom: 20%;
  margin-left: 0;
  margin-top: -20%;
}
.gallery .count-5 .item-5 {
  width: 33.3%;
  padding-bottom: 20%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .gallery .count-5 .item-5 {
    display: none;
  }
}
.gallery .count-4 .item-1 {
  width: 50%;
  padding-bottom: 20%;
  margin-left: 0;
  float: none;
}
.gallery .count-4 .item-2 {
  width: 50%;
  padding-bottom: 20%;
}
.gallery .count-4 .item-3 {
  width: 50%;
  padding-bottom: 20%;
  margin-right: 0;
  margin-top: -20%;
}
.gallery .count-4 .item-4 {
  width: 50%;
  padding-bottom: 20%;
  margin-left: 0;
}
.gallery .count-3 .item-1 {
  width: 50%;
  padding-bottom: 40%;
  margin-left: 0;
  float: left;
}
.gallery .count-3 .item-2 {
  width: 50%;
  padding-bottom: 20%;
}
.gallery .count-3 .item-3 {
  width: 50%;
  padding-bottom: 20%;
  margin-right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .gallery .count-3 .item-3 {
    display: none;
  }
}
.gallery .count-2 .item-1 {
  width: calc(50% - 5px);
  margin-left: 0;
  padding-bottom: 40%;
}
.gallery .count-2 .item-2 {
  width: calc(50% - 5px);
  margin-right: 0;
  padding-bottom: 40%;
}
.gallery .count-1 .photo {
  width: 100%;
  margin: 0;
  padding-bottom: 40%;
}

#feeds {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  min-height: 600px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #feeds {
    padding: 50px 0;
  }
}
#feeds .center-column.content-only {
  margin-bottom: 60px;
  text-align: center;
}
#feeds h1 {
  font: normal 36px/1 "Montserrat", "Arial", sans-serif;
  margin-bottom: 10px;
  font-size: 36px;
  text-transform: uppercase;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #feeds h1 {
    font-size: 24px;
    line-height: 24px;
  }
}
#feeds h2 {
  font: normal 18px/1 "Montserrat", "Arial", sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #035980;
}
#feeds .spinner {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 83%;
  left: calc(50% - 30px);
  position: absolute;
  top: calc(50% - 30px);
  opacity: 0;
  width: 60px;
  height: 60px;
  z-index: 0;
  transition: opacity 350ms ease-in-out;
}
#feeds.loading .spinner {
  display: block;
  opacity: 1;
}
#feeds .category-selector {
  float: none;
  margin: 0 0 20px;
  padding: 0 10px;
  text-align: center;
}
#feeds .category-selector .button {
  background: none;
  text-transform: none;
  color: #00324d;
  padding: 0 0 0 23px;
  margin: 0 15px;
  transition: all 350ms ease-in-out;
  font: 300 18px/24px "Montserrat", "Arial", sans-serif;
}
#feeds .category-selector .button:hover, #feeds .category-selector .button.active {
  color: #a02121;
}
#feeds .category-selector .button:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/sprite.svg") -44px -38px no-repeat;
}
#feeds .category-selector .button.facebook-button:before {
  background-position: -60px -40px;
}
#feeds .category-selector .button.instagram-button:before {
  background-position: 0 -39px;
}
#feeds .category-selector .button.blog-button:before {
  background-position: -21px -40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #feeds .category-selector .button {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
#feeds .category-selector select {
  display: none;
  background: #fff;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  color: #53565a;
  float: left;
  font: 600 14px/43px "Montserrat", "Arial", sans-serif;
  height: 45px;
  padding: 0 35px 0 10px;
  resize: none;
  width: 100%;
}
#feeds .category-selector select + .select-icon {
  display: none;
}
#feeds .feed-items {
  font-size: 0;
  margin: 0 -1.4% 0 -0.7%;
}
@media only screen and (min-width: 0px) and (max-width: 449px) {
  #feeds .feed-items {
    margin: 0 0.6% 0 -0.6%;
  }
}
@media only screen and (min-width: 450px) and (max-width: 767px) {
  #feeds .feed-items {
    margin: 0 -2.8% 0 -1.4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #feeds .feed-items {
    margin: 0 -2.2% 0 -1.2%;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1319px) {
  #feeds .feed-items {
    margin: 0 -2.2% 0 -1%;
  }
}
@media only screen and (min-width: 1800px) {
  #feeds .feed-items {
    margin: 0 -1% 0 -0.5%;
  }
}
#feeds .feed-content {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#feeds .feed-item {
  position: relative;
  width: 15.1515151515%;
  height: auto;
  padding-top: 15%;
  margin: 0 0.7% 1.4% 0.7%;
  float: left;
  font: italic 14px/18px "Montserrat", "Arial", sans-serif;
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background: rgba(0, 51, 77, 0.1);
  color: #00324d;
  transition: opacity 350ms ease-in-out;
}
#feeds .feed-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 31px;
  right: 10px;
  top: 10px;
  background: url("../images/sprite.svg") -180px 0 no-repeat;
  z-index: 5;
}
@media only screen and (min-width: 0px) and (max-width: 449px) {
  #feeds .feed-item {
    width: 100%;
    padding: 100% 0 0 0;
    margin: 0 0.7% 4% 0.7%;
  }
}
@media only screen and (min-width: 450px) and (max-width: 767px) {
  #feeds .feed-item {
    width: 46.7%;
    padding: 46.2% 0 0 0;
    margin: 0 1.4% 2.8% 1.4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #feeds .feed-item {
    width: 30.7333333333%;
    margin: 0 1.1% 2.2% 1.1%;
    padding: 30% 0 0 0;
  }
  #feeds .feed-item.facebook .feed-descr {
    top: 0;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1319px) {
  #feeds .feed-item {
    width: 22.7272727273%;
    padding-top: 22.5%;
    margin: 0 1% 2% 1%;
  }
}
@media only screen and (min-width: 1800px) {
  #feeds .feed-item {
    width: 11.4942528736%;
    margin: 0 0.5% 1% 0.5%;
    padding-top: 11.5%;
  }
}
#feeds .feed-item.facebook {
  background: #000;
}
#feeds .feed-item.facebook .feed-thumb {
  opacity: 0.6;
}
#feeds .feed-item.facebook h4 {
  margin-bottom: 10px;
  font-weight: 600;
  text-decoration: underline;
  transition: all 350ms ease-in-out;
  padding-right: 30px;
}
@media only screen and (min-width: 1800px) {
  #feeds .feed-item.facebook h4 {
    padding: 0;
  }
}
#feeds .feed-item.facebook h4:hover {
  opacity: 0.7;
}
#feeds .feed-item.facebook .feed-date {
  display: block;
  color: #fff;
  overflow: hidden;
  padding-bottom: 10px;
  font-size: 12px;
}
#feeds .feed-item.facebook a {
  color: #fff !important;
}
#feeds .feed-item.facebook:before {
  background-position: -100px 0;
}
#feeds .feed-item.instagram {
  border: 0;
  color: #fff;
}
#feeds .feed-item.instagram .feed-descr {
  display: none;
}
#feeds .feed-item.instagram:before {
  background-position: -140px 0;
}
#feeds .feed-item.instagram .feed-thumb {
  display: block;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #feeds .feed-item.instagram .feed-thumb {
    min-width: auto;
    min-height: auto;
    margin: 0 auto;
    height: 100%;
  }
}
#feeds .feed-item.instagram a {
  color: inherit;
}
#feeds .feed-item.blog .feed-descr {
  bottom: auto;
}
#feeds .feed-item.blog .feed-date {
  display: none;
}
#feeds .feed-item.blog .feed-thumb {
  display: none !important;
}
#feeds .feed-item.blog h4 {
  text-decoration: underline;
  color: #00324d;
  padding-right: 30px;
  margin-bottom: 7px;
  transition: all 350ms ease-in-out;
}
#feeds .feed-item.blog h4:hover {
  opacity: 0.7;
}
#feeds .feed-item.blog .feed-copy {
  font: 13px/19px "Montserrat", "Arial", sans-serif;
  color: #00324d;
}
#feeds .feed-item.invisible {
  opacity: 0;
}
#feeds .feed-item .feed-descr {
  position: absolute;
  bottom: 0;
  top: 0;
  box-sizing: border-box;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  font: 14px/18px "Montserrat", "Arial", sans-serif;
  text-align: left;
  color: #ffffff;
}
@media only screen and (min-width: 1800px) {
  #feeds .feed-item .feed-descr {
    padding: 20px;
  }
}
#feeds .feed-item .feed-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-position: 50% 50%;
  background-size: cover;
}
#feeds .feed-item .feed-text {
  display: inline-block;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 200;
}
#feeds .feed-item .feed-copy {
  margin: 0;
}
#feeds .feed-item a {
  color: #00324d;
  text-decoration: none;
}
#feeds .feed-item a:hover {
  text-decoration: underline;
}
#feeds.all-feeds .pattern {
  position: relative;
  padding-bottom: 33.2%;
}
#feeds.all-feeds .pattern .feed-item {
  position: absolute;
  width: 15.5666666667%;
  padding: 15.2% 0 0 0;
  height: auto;
  margin: 0;
  min-width: initial;
  min-height: initial;
}
#feeds.all-feeds .pattern .feed-item:nth-child(1) {
  top: 0;
  left: 0;
}
#feeds.all-feeds .pattern .feed-item:nth-child(2) {
  top: 0;
  left: 17%;
}
#feeds.all-feeds .pattern .feed-item:nth-child(3) {
  top: 50%;
  left: 0;
}
#feeds.all-feeds .pattern .feed-item:nth-child(4) {
  top: 50%;
  left: 17%;
}
#feeds.all-feeds .pattern .feed-item:nth-child(5) {
  top: 0;
  left: 34%;
  width: 32%;
  padding-top: 31.8%;
  background: #000;
}
#feeds.all-feeds .pattern .feed-item:nth-child(5) .feed-thumb {
  opacity: 0.6;
}
#feeds.all-feeds .pattern .feed-item:nth-child(5).instagram .feed-thumb {
  opacity: 1;
}
#feeds.all-feeds .pattern .feed-item:nth-child(5) .feed-descr {
  top: auto;
}
#feeds.all-feeds .pattern .feed-item:nth-child(5).blog {
  background: #e7eaed;
}
#feeds.all-feeds .pattern .feed-item:nth-child(5).blog .feed-descr {
  bottom: 0;
}
#feeds.all-feeds .pattern .feed-item:nth-child(6) {
  top: 0;
  right: 17%;
}
#feeds.all-feeds .pattern .feed-item:nth-child(7) {
  top: 0;
  right: 0;
}
#feeds.all-feeds .pattern .feed-item:nth-child(8) {
  top: 50%;
  right: 17%;
}
#feeds.all-feeds .pattern .feed-item:nth-child(9) {
  top: 50%;
  right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 449px) {
  #feeds.all-feeds .pattern {
    padding-bottom: 208%;
  }
  #feeds.all-feeds .pattern .feed-item {
    width: 100%;
    padding: 100% 0 0 0;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(2) {
    top: 50%;
    right: auto;
    left: 0;
  }
}
@media only screen and (min-width: 450px) and (max-width: 767px) {
  #feeds.all-feeds .pattern {
    padding-bottom: 102%;
  }
  #feeds.all-feeds .pattern .feed-item {
    width: 48.7%;
    padding: 48% 0 0 0;
    min-width: initial;
    min-height: initial;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(2) {
    top: 0;
    right: 0;
    left: auto;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(3) {
    top: 50%;
    left: 0;
    right: auto;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(4) {
    top: 50%;
    right: 0;
    left: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #feeds.all-feeds .pattern {
    padding-bottom: 67%;
  }
  #feeds.all-feeds .pattern .feed-item {
    width: 31.8333333333%;
    padding: 31% 0 0 0;
    min-width: initial;
    min-height: initial;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(2) {
    top: 0;
    left: 34.0136054422%;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(3) {
    top: 0;
    left: auto;
    right: 0;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(4) {
    top: 50%;
    left: 0;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(5) {
    top: 50%;
    left: 34.0136054422%;
    padding: 31% 0 0 0;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(5) .feed-descr {
    top: 0;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(6) {
    top: 50%;
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1319px) {
  #feeds.all-feeds .pattern {
    padding-bottom: 50%;
  }
  #feeds.all-feeds .pattern .feed-item {
    width: 23.7%;
    padding: 23% 0 0 0;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(2) {
    top: 50%;
    left: 0;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(3) {
    top: 0;
    left: 25.8%;
    padding-top: 48%;
    background: #000;
    width: 48.5%;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(3) .feed-thumb {
    opacity: 0.6;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(3).instagram .feed-thumb {
    opacity: 1;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(3) .feed-descr {
    top: auto;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(3).instagram .feed-thumb {
    opacity: 1;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(3).blog {
    background: #e7eaed;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(3).blog .feed-descr {
    bottom: 0;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(4) {
    top: 0;
    right: 0;
    left: auto;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(5) {
    width: 23.7%;
    padding: 23% 0 0 0;
    top: 50%;
    right: 0;
    left: auto;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(5) .feed-thumb {
    opacity: 1;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(5).facebook .feed-thumb {
    opacity: 0.6;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(5).instagram .feed-thumb {
    opacity: 1;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(5) .feed-descr {
    top: 0;
  }
}
@media only screen and (min-width: 1800px) {
  #feeds.all-feeds .pattern {
    padding-bottom: 25%;
  }
  #feeds.all-feeds .pattern .feed-item {
    width: 11.4%;
    padding-top: 11.5%;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(2) {
    left: 12.5%;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(4) {
    left: 12.5%;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(5) {
    width: 24.541025641%;
    padding-top: 24%;
    left: 25%;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(6) {
    left: 50.6329113924%;
    right: auto;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(7) {
    right: 25.641025641%;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(8) {
    left: 50.6329113924%;
    right: auto;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(9) {
    right: 25.641025641%;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(10) {
    width: 24.541025641%;
    padding-top: 24%;
    right: 0;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(10) .feed-thumb {
    opacity: 0.6;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(10).instagram .feed-thumb {
    opacity: 1;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(10) .feed-descr {
    top: auto;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(10).blog {
    background: #e7eaed;
  }
  #feeds.all-feeds .pattern .feed-item:nth-child(10).blog .feed-descr {
    bottom: 0;
  }
}
#feeds.all-feeds .facebook .feed-descr {
  top: 0;
}
#feeds.all-feeds .feed-items {
  margin: 0 0 20px 0;
}
#feeds.all-feeds .feed-controls {
  margin-top: 0;
}
#feeds .feed-controls {
  display: inline-block;
  width: 100%;
  margin-top: 23px;
  margin-bottom: 60px;
  text-align: center;
}
#feeds .feed-controls .button {
  width: 160px;
  height: 60px;
  background: none;
  color: #00324d;
  font: 700 12px/60px "Montserrat", "Arial", sans-serif;
  border: solid 1px #00324d;
  padding: 0;
}
#feeds .feed-controls .button:hover {
  opacity: 1;
  background: #a02121;
  color: #fff;
  border: solid 1px #a02121;
}

#email-popup {
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(74, 74, 74);
  background: rgba(74, 74, 74, 0.9);
  overflow: auto;
}
#email-popup.hidden {
  display: none;
}
#email-popup .email-popup-content {
  position: absolute;
  background-color: #fff;
  box-sizing: border-box;
  width: 572px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 28px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #email-popup .email-popup-content {
    width: 90%;
    padding: 20px;
  }
}
#email-popup .email-popup-content .logo {
  height: 73px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 15px auto;
}
#email-popup .email-popup-content h3 {
  font: 700 18px/1.2 "Montserrat", "Arial", sans-serif;
  color: #00324d;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#email-popup .email-popup-content p {
  font-size: 16px;
  color: #00324d;
  line-height: 20px;
  text-align: center;
  margin-bottom: 25px;
}
#email-popup .email-popup-content p span {
  font-weight: bold;
}
#email-popup .email-popup-content .close {
  text-transform: uppercase;
  position: absolute;
  height: 25px;
  top: -25px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: right;
  padding-right: 7px;
  padding-top: 5px;
  background: #00324d;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
#email-popup .email-popup-content .close span {
  transition: all 0.2s ease-in-out;
  width: 10px;
  height: 10px;
  display: inline-block;
}
#email-popup .email-popup-content .close span:hover, #email-popup .email-popup-content .close span:focus {
  color: #a02121;
  text-decoration: none;
  cursor: pointer;
}
#email-popup .email-popup-content .close span:after {
  content: "✕";
  position: absolute;
  top: 0;
  right: 8px;
}

.mobile-list {
  display: none;
  font: normal 16px/50px "Montserrat", "Arial", sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  background: #00324d;
  border: 1px solid #fff;
  position: relative;
  padding: 0 35px;
  margin-bottom: 20px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mobile-list:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 18px;
  top: 18px;
  right: 20px;
  background: url("../images/sprite.svg") -221px 0 no-repeat;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .mobile-list {
    display: block;
  }
}

.mobilecategoryall {
  display: none;
}
@media only screen and (min-width: 0px) and (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;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .categories-list {
    max-height: 0;
    margin-top: -20px;
    margin-bottom: 30px;
    border: 1px solid #fff;
    border-top: 0;
    background: #00324d;
    text-align: center;
    transition: all 350ms ease-in-out;
    overflow: hidden;
  }
  .categories-list.visible {
    display: block;
    max-height: 800px;
  }
}
.categories-list .text {
  display: none;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .categories-list .button {
    color: #fff !important;
    display: inline-block;
    border: 0;
    white-space: normal;
    padding: 5px !important;
    line-height: 42px !important;
    margin: 0 !important;
    width: 100%;
    box-sizing: border-box;
    text-align: center !important;
    text-transform: uppercase;
    background: transparent !important;
  }
  .categories-list .button:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -1px;
    width: 50px;
    height: 1px;
    background: #fff;
    opacity: 0.2;
  }
  .categories-list .button:before {
    display: none !important;
  }
  .categories-list .button:first-child:after {
    display: none;
  }
  .categories-list .button:hover, .categories-list .button.active {
    border: 0;
    background: none;
    color: #a02121 !important;
  }
}

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

.single-special .background {
  width: 700px;
  height: 300px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto 20px auto;
}
@media only screen and (min-width: 1320px) {
  .single-special .background {
    width: 700px;
    float: right;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-special .background {
    width: 100%;
    float: none;
    height: 200px;
    background-size: contain;
    margin-bottom: 5px;
  }
}
.single-special .button:hover {
  color: #fff;
}

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

.hotel-location-map, .poi-map-canvas {
  height: 444px;
  background: #e5e3df;
}
.hotel-location-map h4, .poi-map-canvas h4 {
  margin: 0;
  font: 16px "Montserrat", "Arial", sans-serif;
  text-transform: uppercase;
  color: #00324d;
}
.hotel-location-map p, .poi-map-canvas p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.hotel-location-map .button, .poi-map-canvas .button {
  display: block;
}
.hotel-location-map .map-content, .poi-map-canvas .map-content {
  overflow: hidden;
}

.pressroom {
  text-align: center;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 20px);
  height: 400px;
  margin: 15px 10px 20px 10px;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  background-color: #e8e8e8;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .pressroom .pressroom-item {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item h4 {
  font: 20px/30px "Montserrat", "Arial", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
}
.pressroom .pressroom-item time {
  color: #fff;
  display: block;
  margin: 5px 0;
  font: 14px/1.2 "Montserrat", "Arial", sans-serif;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 50, 77, 0.7);
  padding: 10px 20px 20px 20px;
}
.pressroom .pressroom-item .description .centered time {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
.pressroom .pressroom-item .description p {
  color: #fff;
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 0;
}
.pressroom .pressroom-item .pdf {
  color: #a02121;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  font: 14px/1.2 "Montserrat", "Arial", sans-serif;
  padding-left: 0 !important;
}
.pressroom .pressroom-item .pdf:hover {
  color: #fff;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
}

.galleries {
  text-align: center;
}
.galleries .gallery {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: calc(33% - 7px);
  margin: 5px;
  height: 350px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .galleries .gallery {
    width: calc(33% - 8px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .galleries .gallery {
    width: calc(100% - 10px);
  }
}
.galleries .gallery > * {
  z-index: 1;
  position: relative;
}
.galleries .gallery h4 {
  font: 700 26px/30px "Montserrat", "Arial", sans-serif;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
}
.galleries .gallery:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease-in-out;
}
.galleries .gallery:hover h4 {
  font-size: 0;
}
.galleries .gallery:hover .description {
  right: 0;
}
.galleries .gallery:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
.galleries .gallery .description {
  position: absolute;
  right: -100%;
  top: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .galleries .gallery .description {
    font-size: 16px;
    line-height: 20px;
  }
}
.galleries .gallery .description:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -1px;
}
.galleries .gallery .description .centered {
  padding: 15px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 4px);
}

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

.form {
  display: block;
  margin-bottom: 20px;
}
.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 only screen and (min-width: 0px) and (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 p {
  margin-bottom: 10px;
}
.form p:after {
  content: "";
  display: table;
  clear: both;
}
.form p .ui-datepicker-trigger {
  margin-top: 13px;
}
@media only screen and (min-width: 0px) and (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=date], .form textarea, .form select {
  background: #fff;
  color: #00324d;
  height: 45px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  box-sizing: border-box;
  border: 1px solid #d1d1d1;
  font: 300 14px/45px "Montserrat", "Arial", sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form input[type=text], .form input[type=date], .form textarea, .form select {
    margin-bottom: 10px;
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
.form select {
  background: url(../images/sprite.svg) 110% -372px no-repeat;
}
.form textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form textarea {
    padding: 10px 20px;
  }
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
  margin-top: 2px;
  margin-right: 4px;
}
.form input.date-pick {
  width: 100px;
  float: left;
}
.form input.date-pick.date-range {
  width: 250px;
}
@media only screen and (min-width: 0px) and (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 only screen and (min-width: 0px) and (max-width: 767px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button {
  margin-left: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}
.form .g-recaptcha {
  margin-left: 40%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .form .g-recaptcha {
    margin-left: 0;
  }
}

form[id^=revinate_contact_api_form] select {
  background: url("../images/sprite.svg") 110% -372px no-repeat;
}
form[id^=revinate_contact_api_form] .subscribe {
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  form[id^=revinate_contact_api_form] .subscribe {
    text-align: left;
  }
}
form[id^=revinate_contact_api_form] .subscribe label {
  display: inline-block;
  float: none;
  padding-left: 130px;
  text-align: center;
  width: 50%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  form[id^=revinate_contact_api_form] .subscribe label {
    padding-left: 0;
  }
}

#poi .center-column {
  text-align: center;
  margin-bottom: 20px;
}
#poi h1 {
  font: normal 36px/1 "Montserrat", "Arial", sans-serif;
  margin-bottom: 10px;
  font-size: 36px;
  text-transform: uppercase;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #poi h1 {
    font-size: 24px;
    line-height: 24px;
  }
}
#poi h2 {
  font: normal 18px/1 "Montserrat", "Arial", sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #035980;
}

.poi {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: table;
  margin-bottom: 50px;
}

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

.poi-slider-container {
  display: block;
  position: absolute;
  top: 50%;
  right: 60px;
  width: 120px;
  height: 120px;
  margin-top: -60px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .poi-slider-container {
    right: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .poi-slider-container {
    display: none;
  }
}
.poi-slider-container span {
  display: block;
  margin-top: 26px;
  font-size: 24px;
  text-align: center;
  color: #00324d;
  font-weight: 400;
}
.poi-slider-container .zoomin, .poi-slider-container .zoomout {
  display: block;
  float: left;
  position: relative;
  height: 30px;
  width: 30px;
  margin-left: 25px;
  margin-top: 3px;
  border-radius: 50%;
  border: solid 1px #035980;
  transition: all 350ms ease-in-out;
  text-indent: -9999em;
}
.poi-slider-container .zoomin:hover, .poi-slider-container .zoomout:hover {
  background: #a02121;
  border-color: #a02121;
}
.poi-slider-container .zoomin:hover:after, .poi-slider-container .zoomin:hover:before, .poi-slider-container .zoomout:hover:after, .poi-slider-container .zoomout:hover:before {
  background: #fff;
}
.poi-slider-container .zoomin:after, .poi-slider-container .zoomout:after {
  content: "";
  background: #00324d;
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 350ms ease-in-out;
}
.poi-slider-container .zoomin {
  margin-left: 5px;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .poi-slider-container .zoomin {
    margin-right: 10px;
  }
}
.poi-slider-container .zoomin:before {
  content: "";
  background: #00324d;
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 350ms ease-in-out;
}

.poi-map-wrapper {
  position: relative;
  display: table-row;
  width: 100%;
  height: 100%;
}
.poi-map-wrapper .poi-map {
  width: 100%;
  height: 750px;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .poi-map-wrapper .poi-map {
    height: 550px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .poi-map-wrapper .poi-map {
    height: 400px;
  }
}

.poi-overlay {
  width: 100%;
  height: 50px;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .poi-overlay {
    position: absolute;
  }
}
.poi-overlay .poi-wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
.poi-overlay .category-selector {
  margin: 10px 0 0 50px;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .poi-overlay .category-selector {
    max-height: 0;
    border: 1px solid #fff;
    border-top: 0;
    background: #00324d;
    text-align: center;
    transition: all 350ms ease-in-out;
    margin: -20px 0 0 0 !important;
    overflow: hidden;
  }
  .poi-overlay .category-selector.visible {
    display: block;
    max-height: 800px;
  }
  .poi-overlay .category-selector.visible button {
    color: #fff;
    margin: 0;
    display: inline-block;
    border: 0;
    white-space: normal;
    padding: 5px;
    width: 100%;
    text-transform: uppercase;
    box-sizing: border-box;
    font-weight: normal;
    font-family: "Montserrat", "Arial", sans-serif;
    font-size: 16px;
  }
  .poi-overlay .category-selector.visible button:before {
    display: none;
  }
  .poi-overlay .category-selector.visible button:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -1px;
    width: 50px;
    height: 1px;
    background: #fff;
    opacity: 0.2;
  }
  .poi-overlay .category-selector.visible button:first-child:after {
    display: none;
  }
  .poi-overlay .category-selector.visible button:hover, .poi-overlay .category-selector.visible button.active {
    border: 0;
    background: none;
    color: #a02121;
  }
}
.poi-overlay .category-selector .poi-button {
  font-size: 18px;
  line-height: 42px;
  color: #00324d;
  padding: 0 0 0 40px;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}
.poi-overlay .category-selector .poi-button.active, .poi-overlay .category-selector .poi-button:hover {
  color: #a02121;
}
.poi-overlay .category-selector .poi-button:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 0) and (max-width: 979px) {
  .poi-overlay .category-selector .poi-button {
    display: none;
  }
}
.poi-overlay .category-selector .poi-button:before {
  background: url(../images/poi/icons.svg) no-repeat -40px -40px;
  content: "";
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  top: 0;
  left: 0;
}
.poi-overlay .category-selector .poi-button.icon-restaurants-bars:before {
  background-position: -10px -10px;
}
.poi-overlay .category-selector .poi-button.icon-dining:before {
  background-position: -10px -10px;
}
.poi-overlay .category-selector .poi-button.icon-activities:before {
  background-position: -190px -10px;
}
.poi-overlay .category-selector .poi-button.icon-attractions:before {
  background-position: -190px -10px;
}
.poi-overlay .category-selector .poi-button.icon-nightlife:before {
  background-position: -670px -10px;
}
.poi-overlay .category-selector .poi-button.icon-arts-culture:before {
  background-position: -730px -10px;
}
.poi-overlay .category-selector .poi-button.icon-outdoors:before {
  background-position: -1630px -10px;
}
.poi-overlay .category-selector .poi-button.icon-entertainment:before {
  background-position: -1090px -10px;
}
.poi-overlay .category-selector .poi-button.icon-shopping:before {
  background-position: -70px -10px;
}
.poi-overlay .category-selector .poi-button.icon-zoo:before {
  background-position: -130px -10px;
}
.poi-overlay .category-selector .poi-button.icon-theme-parks:before {
  background-position: -190px -10px;
}
.poi-overlay .category-selector .poi-button.icon-wineries:before {
  background-position: -250px -10px;
}
.poi-overlay .category-selector .poi-button.icon-breakfast:before {
  background-position: -310px -10px;
}
.poi-overlay .category-selector .poi-button.icon-sights:before {
  background-position: -370px -10px;
}
.poi-overlay .category-selector .poi-button.icon-places-for-children:before {
  background-position: -430px -10px;
}
.poi-overlay .category-selector .poi-button.icon-museums:before {
  background-position: -490px -10px;
}
.poi-overlay .category-selector .poi-button.icon-national-monuments:before {
  background-position: -550px -10px;
}
.poi-overlay .category-selector .poi-button.icon-farmer-markets:before {
  background-position: -610px -10px;
}
.poi-overlay .category-selector .poi-button.icon-bars-lounges:before {
  background-position: -670px -10px;
}
.poi-overlay .category-selector .poi-button.icon-arts:before {
  background-position: -730px -10px;
}
.poi-overlay .category-selector .poi-button.icon-hospitals:before {
  background-position: -790px -10px;
}
.poi-overlay .category-selector .poi-button.icon-banks:before {
  background-position: -850px -10px;
}
.poi-overlay .category-selector .poi-button.icon-spas:before {
  background-position: -910px -10px;
}
.poi-overlay .category-selector .poi-button.icon-gardens:before {
  background-position: -970px -10px;
}
.poi-overlay .category-selector .poi-button.icon-cafes:before {
  background-position: -1030px -10px;
}
.poi-overlay .category-selector .poi-button.icon-theaters:before {
  background-position: -1090px -10px;
}
.poi-overlay .category-selector .poi-button.icon-golf:before {
  background-position: -1150px -10px;
}
.poi-overlay .category-selector .poi-button.icon-romantic-spots:before {
  background-position: -1210px -10px;
}
.poi-overlay .category-selector .poi-button.icon-hidden-gems:before {
  background-position: -1270px -10px;
}
.poi-overlay .category-selector .poi-button.icon-corporate-offices:before {
  background-position: -1330px -10px;
}
.poi-overlay .category-selector .poi-button.icon-public-parks:before {
  background-position: -1390px -10px;
}
.poi-overlay .category-selector .poi-button.icon-lakes:before {
  background-position: -1450px -10px;
}
.poi-overlay .category-selector .poi-button.icon-rivers:before {
  background-position: -1510px -10px;
}
.poi-overlay .category-selector .poi-button.icon-beaches:before {
  background-position: -1570px -10px;
}
.poi-overlay .category-selector .poi-button.icon-hiking:before {
  background-position: -1630px -10px;
}
.poi-overlay .category-selector .poi-button.icon-places-of-worship:before {
  background-position: -1690px -10px;
}
.poi-overlay .category-selector .poi-button.icon-sports:before {
  background-position: -1750px -10px;
}
.poi-overlay .category-selector .poi-button.icon-universities:before {
  background-position: -1810px -10px;
}
.poi-overlay .poi-slider {
  display: none;
}

.map-wrapper {
  background: #fff;
  color: #5A5A5A;
  width: 420px;
  margin-left: -90px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .map-wrapper {
    width: 320px;
    margin: auto;
  }
}
.map-wrapper .thumbnail {
  display: block;
  width: 160px;
  height: 160px;
  float: right;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .map-wrapper .thumbnail {
    width: 118px;
    height: 118px;
  }
}

.map-content {
  overflow: hidden;
  line-height: 18px;
  padding: 30px 10px 30px 10px;
  box-sizing: border-box;
  font: normal 13px/18px "Montserrat", "Arial", sans-serif;
  color: #00324d;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .map-content {
    padding: 10px;
  }
}
.map-content h4 {
  color: #00324d;
  font: 500 14px/1 "Montserrat", "Arial", sans-serif;
  font-size: 14px;
  text-transform: none;
  margin-bottom: 20px;
}
.map-content a {
  display: block;
  padding-top: 10px;
}
.map-content a:hover {
  color: #a02121;
}
.map-content p {
  color: #00324d;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: none;
  color: #333;
  box-shadow: none;
}

.map-content {
  overflow: hidden;
  line-height: 18px;
  padding: 30px 10px 30px 10px;
  box-sizing: border-box;
  font: normal 13px/18px "Montserrat", "Arial", sans-serif;
  color: #00324d;
  background-color: white;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .map-content {
    padding: 10px;
  }
}
.map-content h4 {
  color: #00324d;
  font: 500 14px/1 "Montserrat", "Arial", sans-serif;
  font-size: 14px;
  text-transform: none;
  margin-bottom: 20px;
}
.map-content a {
  display: block;
  padding-top: 10px;
}
.map-content a:hover {
  color: #a02121;
}
.map-content .button {
  color: white;
}
.map-content p {
  color: #00324d;
}

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

#calendar-links {
  float: left;
}
#calendar-links:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #calendar-links {
    margin-top: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
}
#calendar-links li {
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #calendar-links li {
    display: inline-block;
    float: none;
  }
  #calendar-links li:first-child a {
    margin-left: 0;
  }
}
#calendar-links a {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 20px 0 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/common.svg") 0 0 no-repeat;
}
#calendar-links a.ical {
  background-position: -200px -76px;
}
#calendar-links a.ical:hover {
  background-position: -280px -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: -280px -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: -280px -156px;
}
#calendar-links a.rss:active {
  background-position: -280px -156px;
}
@media only screen and (min-width: 0px) and (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 only screen and (min-width: 0px) and (max-width: 767px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views a {
  position: relative;
  display: block;
  margin-right: 20px;
  padding-left: 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #00324d;
  font: 14px/20px "Montserrat", "Arial", sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #calendar-views a {
    margin-right: 0;
    margin-left: 20px;
  }
  #calendar-views a.grid {
    margin-left: 0;
  }
}
#calendar-views a:hover, #calendar-views a.active {
  color: #a02121;
}
#calendar-views a:before {
  background: url("../images/common.svg") 0 0 no-repeat;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
#calendar-views a.grid:before {
  background-position: -200px 0;
}
#calendar-views a.grid:hover:before, #calendar-views a.grid.active:before {
  background-position: -280px 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: -280px -38px;
}
#calendar-views a.list:active:before {
  background-position: -280px -38px;
}

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

#calendar-year {
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #calendar-year {
    display: none;
  }
}
#calendar-year:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-year li {
  float: left;
}
#calendar-year a {
  display: block;
  padding: 5px 0;
  margin-right: 1px;
  text-decoration: none;
  border-bottom: 1px solid #00324d;
  color: #00324d;
}
#calendar-year a:hover {
  border-color: #a02121;
  color: #a02121;
}
#calendar-year .active a {
  border-color: #a02121;
  color: #a02121;
}
#calendar-year .active a:hover {
  border-color: #a02121;
  color: #a02121;
}

#calendar-month {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: newspaper;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
#calendar-month:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-month:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-month li {
  display: inline;
}
#calendar-month a {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
  height: 40px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font: 700 12px/40px "Montserrat", "Arial", sans-serif;
  color: #00324d;
  transition: all 350ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: #a02121;
  color: #fff;
}
#calendar-month a.active {
  background: #a02121;
  color: #fff;
}
#calendar-month a.active:hover {
  opacity: 0.8;
  color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  #calendar-month li {
    display: none;
  }
  #calendar-month li.current, #calendar-month li.prev, #calendar-month li.next {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
  }
  #calendar-month li.current a {
    font-size: 12px;
    padding: 0 10px;
    display: block;
  }
  #calendar-month li.prev a, #calendar-month li.next a {
    display: block;
    font-size: 12px;
    padding-right: 0;
    padding-left: 30px;
  }
  #calendar-month li.prev a:after, #calendar-month li.next a:after {
    background: url(../images/common.svg) -200px -196px no-repeat;
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 11px;
    width: 11px;
    height: 18px;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #a02121;
  }
  #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;
  font-family: "Montserrat", "Arial", sans-serif;
}
#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 only screen and (min-width: 0px) and (max-width: 767px) {
  #calendar-week {
    display: none;
  }
}
#calendar-week li {
  text-align: center;
  font-family: "Montserrat", "Arial", sans-serif;
}
#calendar-week li .short {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #calendar-week li .full {
    display: none;
  }
  #calendar-week li .short {
    display: inline;
  }
}

#calendar-days {
  position: relative;
}
#calendar-days li {
  margin: 0 0 1em;
  min-height: 8em;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  vertical-align: top;
  position: static;
  border: 1px solid #e2e2e2;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #calendar-days li {
    display: block;
    float: none;
    width: 100%;
    min-height: auto !important;
    height: auto !important;
  }
  #calendar-days li dl {
    margin-top: auto !important;
    height: auto;
  }
  #calendar-days li dl dt {
    width: 100% !important;
    padding-bottom: 10px;
  }
}
#calendar-days li time a {
  text-align: center;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  font-family: "Montserrat", "Arial", sans-serif;
}
#calendar-days li time a:hover {
  background: #e2e2e2;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  border: 1px solid #f1f1f1;
}
#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 only screen and (min-width: 0px) and (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;
  font-family: "Montserrat", "Arial", sans-serif;
  background: #00324d;
  color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #calendar-days dt a {
    height: 2.8em;
    line-height: 2.8em;
  }
}
#calendar-days dl.w1 dt {
  width: 100%;
}
#calendar-days dl.w2 dt {
  width: 211.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: #fff;
  font-size: 14px;
  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 only screen and (min-width: 0px) and (max-width: 767px) {
  #calendar-days dl dd {
    display: none !important;
  }
}
#calendar-days dl dd .triangle {
  position: absolute;
  bottom: -8px;
  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 {
  color: #00324d;
  margin-bottom: 10px;
  font: 700 14px/1.5 "Montserrat", "Arial", sans-serif;
  text-transform: uppercase;
}
#calendar-days dl dd img {
  height: auto;
  width: 100%;
}
#calendar-days dl dd p {
  font-size: 14px;
  line-height: 20px;
  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;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #calendar.list-view #calendar-month {
    display: none;
  }
}
#calendar.list-view a.button {
  color: #fff;
}
#calendar.list-view a.button:hover {
  color: #fff;
  opacity: 0.8;
}
#calendar.list-view .image-list {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
#calendar.list-view .image-list h2 a {
  text-decoration: none;
}
#calendar.list-view .image-list h3 a {
  font: 20px "Montserrat", "Arial", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}

#calendar .vevent .background {
  float: right;
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1320px) {
  #calendar .vevent .background {
    width: 500px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #calendar .vevent .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
#calendar .vevent h3 {
  font: 700 18px "Montserrat", "Arial", sans-serif;
  color: #00324d;
  text-transform: uppercase;
}

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

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

.revinate_modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}
.revinate_modal #revinate_contact_api_form {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.revinate_modal #revinate_contact_api_form label {
  display: none;
  color: #fff;
}
.revinate_modal #revinate_contact_api_form .checkbox-group label {
  display: inline-block;
  width: 90%;
  vertical-align: middle;
  line-height: 18px;
  letter-spacing: 0.02em;
}
.revinate_modal #revinate_contact_api_form fieldset {
  width: 100%;
  box-sizing: border-box;
}
.revinate_modal #revinate_contact_api_form h3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 700;
}
.revinate_modal #revinate_contact_api_form input:not([type=checkbox]) {
  margin: 0 0 10px !important;
  display: block !important;
  width: 100% !important;
  padding: 0 10px 3px !important;
  border: 1px solid #fff;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 45px;
  height: 45px;
}
.revinate_modal #revinate_contact_api_form input:not([type=checkbox])::-webkit-input-placeholder {
  color: #fff;
}
.revinate_modal #revinate_contact_api_form input:not([type=checkbox]):-moz-placeholder {
  color: #fff;
}
.revinate_modal #revinate_contact_api_form input:not([type=checkbox])::-moz-placeholder {
  color: #fff;
}
.revinate_modal #revinate_contact_api_form input:not([type=checkbox]):-ms-input-placeholder {
  color: #fff;
}
.revinate_modal #revinate_contact_api_form input:not([type=checkbox]):focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.revinate_modal #revinate_contact_api_form input:not([type=checkbox]):focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.revinate_modal #revinate_contact_api_form input:not([type=checkbox]):focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.revinate_modal #revinate_contact_api_form input:not([type=checkbox]):focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.revinate_modal #revinate_contact_api_form input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid #fff;
  vertical-align: middle;
}
.revinate_modal #revinate_contact_api_form input[type=checkbox]:checked:after {
  content: "✔";
  font-size: 14px;
  position: absolute;
  top: -9px;
  left: 3px;
  color: #b3b3b3;
}
.revinate_modal #revinate_contact_api_form div {
  color: #fff;
  margin-bottom: 10px;
}
.revinate_modal #revinate_contact_api_form left {
  margin-left: 13px;
}
.revinate_modal #revinate_contact_api_form .controls {
  margin-top: 1em;
  text-align: center;
  width: 100%;
}
.revinate_modal #revinate_contact_api_form .controls .button {
  background: #fff;
  color: #00324d;
  font-weight: 700;
  font-size: 14px;
  width: 150px;
  height: 45px;
  letter-spacing: 0.01em;
}
.revinate_modal #revinate_contact_api_form .controls .button:hover {
  opacity: 0.9;
}

.revinate_modal_content {
  background-color: #000;
  padding: 20px;
  width: 80%;
  max-width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.revinate_modal_content:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/modal-bg.jpg");
  background-size: cover;
}

.revinate_modal_close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 15px;
  color: #fff;
  cursor: pointer;
  font-size: 45px;
}
.revinate_modal_close:hover, .revinate_modal_close:focus {
  opacity: 0.8;
}
.revinate_modal_close:before, .revinate_modal_close:after {
  content: "";
}

@media print {
  body, html {
    width: 100%;
  }
  * {
    background: none !important;
    border: none !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  #header,
  #navigation,
  #photos,
  #newsletter,
  #sidebar,
  #promos,
  #homepage-accommodations,
  #testimonials,
  #dining-spa,
  .extract-element-from-content .gallery,
  #poi,
  #feeds,
  #calendar-breadcrumb,
  #calendar-navigation,
  .socials,
  #footer {
    display: none;
  }
  .page-content-wrapper {
    padding-left: 0 !important;
  }
  .fade-on-scroll {
    visibility: visible !important;
    transform: translate(0, 0) !important;
    opacity: 1 !important;
  }
}
