@charset "UTF-8";
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* VALIDATION */
.inputContainer {
  position: relative;
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-datepicker {
  background: #002341;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 10px;
}
body > .ui-datepicker {
  z-index: 30 !important;
}
.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
.ui-datepicker .ui-datepicker-header {
  color: #fff;
  font: 20px/25px "GillSans", Arial, sans-serif;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  background: #ffdebc url("../images/sprite.svg") -1px -87px no-repeat;
  cursor: pointer;
  width: 25px;
  height: 25px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:not(.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled):hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:not(.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled):hover {
  background-position: -86px -87px;
  background-color: #002341;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  opacity: 0.5;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  background-position: -31px -87px;
  right: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:not(.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled):hover {
  background-position: -116px -87px;
}
.ui-datepicker .ui-datepicker-calendar {
  font-size: 13px;
  cursor: default;
  width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
  height: 34px;
  line-height: 34px;
  text-align: center;
  vertical-align: middle;
  width: 34px;
}
.ui-datepicker .ui-datepicker-calendar th {
  color: #ffdebc;
  font: 14px/32px "LibreFranklin", Arial, sans-serif;
}
.ui-datepicker .ui-datepicker-calendar td {
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  color: #9ea3a7;
}
.ui-datepicker .ui-datepicker-calendar a {
  color: inherit;
  display: inline-block;
  height: 100%;
  text-decoration: none;
  width: 100%;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a {
  background: #ffdebc;
  color: #002341;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  background: #fff;
  color: #000;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
  background: #fff;
  color: #002341;
}

.ui-datepicker-trigger {
  background: url("../images/sprite.svg") 100% -170px no-repeat;
  float: left;
  height: 40px;
  margin: 0 0 0 -40px;
  overflow: hidden;
  text-indent: -9999px;
  width: 40px;
}

.selectedTxt {
  position: relative;
  height: 32px;
  padding: 0 50px 0 10px;
  overflow: hidden;
  color: #414042;
  background: #fff;
  font-size: 14px;
  line-height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
}
.selectedTxt:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 12px;
  width: 10px;
  height: 10px;
  border-bottom: 0;
  background: url("../images/sprite.svg") -20px -70px no-repeat;
}
.selectedTxt:hover:after {
  border-top-color: #b5b5b5;
}

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

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

.ui-selectmenu-button {
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font: bold 14px/45px "LibreFranklin", Arial, sans-serif;
  height: 45px;
  padding: 0 39px 0 15px;
  position: relative;
  text-transform: uppercase;
}
.ui-selectmenu-button:hover .ui-icon {
  background-position: -22px -27px;
}
.ui-selectmenu-button .ui-icon {
  cursor: pointer;
  display: block;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ui-selectmenu-button .ui-icon:after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #A2A2A2;
  border-bottom: 0;
}
.ui-selectmenu-button .ui-icon:hover:after {
  border-top-color: #b5b5b5;
}
.ui-selectmenu-button .ui-selectmenu-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calendar-layout .ui-selectmenu-button {
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .ui-selectmenu-button {
    font-size: 14px;
  }
}

.ui-selectmenu-menu {
  display: none;
  position: absolute;
}
.selection-disabled .ui-selectmenu-menu {
  z-index: 10000;
}
.ui-selectmenu-menu.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-menu > ul {
  background: #fff;
  list-style: none;
  margin: 0;
  max-height: 192px;
  overflow: auto;
  overflow-x: hidden;
  padding: 2px;
  position: relative;
  z-index: 10;
}
.ui-selectmenu-menu li {
  cursor: pointer;
  font: 13px/1 "LibreFranklin", Arial, sans-serif;
  margin: 0;
  overflow: hidden;
  padding: 10px 15px;
  transition: background 100ms;
  white-space: nowrap;
}
.ui-selectmenu-menu li.ui-state-focus, .ui-selectmenu-menu li:hover {
  background: #EEEEEE;
}
@media (max-width: 767px) {
  .ui-selectmenu-menu li {
    font-size: 14px;
    line-height: 1.45;
  }
}

.hero-image-section {
  /*max-width: 1231px;*/
  margin: 0 auto 70px auto;
}
@media only screen and (max-width: 1023px) {
  .hero-image-section {
    margin-block: 65px 60px;
  }
}
@media only screen and (min-width: 1340px) {
  .hero-image-section {
    margin-block: 120px 120px;
  }
}
.hero-image-section .button-container {
  text-align: center;
  margin: 56px 0 0 0;
}
.hero-image-section .button-container .button {
  border-color: #002341;
  color: #002341;
}
.hero-image-section .button-container .button:hover {
  color: #fff;
}
.hero-image-section .button-container .button::before {
  background-color: #002341;
}
.hero-image-section .image-content-inner-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .hero-image-section .image-content-inner-container {
    margin: 0 24px;
  }
}
.hero-image-section .image-content-inner-container .image-content-left-container {
  flex: 0 0 48.44%;
  max-width: 48.44%;
  margin-bottom: 0;
  height: 666px;
}
@media only screen and (max-width: 1023px) {
  .hero-image-section .image-content-inner-container .image-content-left-container {
    flex: 0 0 100%;
    max-width: 100%;
    height: 356px;
    order: 2;
  }
}
.hero-image-section .image-content-inner-container .image-content-left-container .img-holder-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-image-section .image-content-inner-container .image-content-left-container .img-holder-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-image-section .image-content-inner-container .image-content-right-container {
  flex: 0 0 48%;
  max-width: 48%;
  margin-bottom: 0;
  padding: 0 30px 0 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .hero-image-section .image-content-inner-container .image-content-right-container {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.hero-image-section .image-content-inner-container .image-content-right-container .content-holder-container h1, .hero-image-section .image-content-inner-container .image-content-right-container .content-holder-container .h1-like {
  color: var(--Dark-Blue, #002341);
  font-family: "LibreFranklin", Arial, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
}
@media (max-width: 767px) {
  .hero-image-section .image-content-inner-container .image-content-right-container .content-holder-container h1, .hero-image-section .image-content-inner-container .image-content-right-container .content-holder-container .h1-like {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .hero-image-section .image-content-inner-container .image-content-right-container .content-holder-container h1, .hero-image-section .image-content-inner-container .image-content-right-container .content-holder-container .h1-like {
    font-size: 30px;
    letter-spacing: 0.2px;
    line-height: 38px;
    margin-top: 40px;
  }
}
.hero-image-section .image-content-inner-container .image-content-right-container .content-holder-container h1:after, .hero-image-section .image-content-inner-container .image-content-right-container .content-holder-container .h1-like:after {
  content: "";
  width: 42px;
  height: 6px;
  display: block;
  background-color: #FFDEBC;
  left: 0;
  margin: 24px 0;
}
.hero-image-section .image-content-inner-container .image-content-right-container .content-holder-container p {
  color: var(--Grey, #414042);
  font-family: "LibreFranklin", Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.36px;
}
@media (max-width: 767px) {
  .hero-image-section .image-content-inner-container .image-content-right-container .content-holder-container p {
    margin-bottom: 20px;
  }
}
.hero-image-section .image-content-inner-container .image-content-right-container .content-holder-container .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 18px;
  padding-bottom: 18px;
}
.hero-image-section .image-content-inner-container .image-content-right-container .content-holder-container .accordion-item .accordion-head {
  padding: 0;
}
.hero-image-section .image-content-inner-container .image-content-right-container .content-holder-container .accordion-item .accordion-head .accordion-head-title {
  position: relative;
  padding-left: 38px;
  font-weight: bold;
  text-transform: uppercase;
}
.hero-image-section .image-content-inner-container .image-content-right-container .content-holder-container .accordion-item .accordion-head .accordion-head-title .accordion-expand {
  position: absolute;
  top: -2px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
}
.hero-image-section .image-content-inner-container .image-content-right-container .content-holder-container .accordion-item .accordion-head .accordion-head-title .accordion-expand:after {
  width: 12px;
  height: 2px;
  margin-top: 1px;
  margin-left: 5px;
}
.hero-image-section .image-content-inner-container .image-content-right-container .content-holder-container .accordion-item .accordion-head .accordion-head-title .accordion-expand:before {
  background-color: #000;
  width: 2px;
  height: 11px;
  margin-top: 8px;
}
.hero-image-section .image-content-inner-container .image-content-right-container .content-holder-container .accordion-item .accordion-body .accordion-body-inner-section {
  padding-left: 38px;
  font-family: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.hero-image-section .image-content-inner-container .image-content-right-container .content-holder-container .accordion-item.opened .accordion-head {
  margin-bottom: 8px;
}
.hero-image-section.left-side .image-content-left-container {
  order: 1;
}
.hero-image-section.left-side .image-content-right-container {
  order: 0;
}

.accordion-head__title {
  letter-spacing: 1px;
  line-height: 12px;
  text-transform: uppercase;
}

.accordion-body__inner {
  letter-spacing: 0.5px;
  line-height: 26px;
}

.accordion-expand {
  position: absolute;
  top: -2px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: transparent;
  border-radius: 50%;
}
.accordion-expand:after {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  width: 12px;
  height: 1px;
  content: "";
  margin-top: -1px;
  background-color: #000 !important;
  transition: all 0.3s;
}
.accordion-expand:before {
  position: absolute;
  top: auto;
  right: 0;
  bottom: auto;
  left: 50%;
  width: 2px;
  height: 8px;
  content: "";
  margin-left: -1px;
  background-color: #000;
  transition: all 0.3s;
}

.homepage-section .item-0 {
  display: none !important;
}

.stick_nt {
  align-items: self-start !important;
}
@media (max-width: 767px) {
  .stick_nt {
    flex-wrap: wrap;
  }
}
.stick_nt .on-scroll-hold {
  background-size: contain;
  position: sticky;
  top: 100px;
}
@media (max-width: 767px) {
  .stick_nt .on-scroll-hold {
    display: block !important;
    order: 2;
    width: 100% !important;
  }
}

/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.weddings,
.team-acm,
.blog-page.template-1 {
  /* Auto Height */
  /* 3D Effects */
  /* IE10 Windows Phone 8 Fixes */
  /* Common Styles */
  /* Bullets */
  /* Progress */
  /* Scrollbar */
  /* Preloader */
  /* a11y */
}
.weddings .swiper-container,
.team-acm .swiper-container,
.blog-page.template-1 .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.weddings .swiper-container-no-flexbox .swiper-slide,
.team-acm .swiper-container-no-flexbox .swiper-slide,
.blog-page.template-1 .swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.weddings .swiper-container-vertical > .swiper-wrapper,
.team-acm .swiper-container-vertical > .swiper-wrapper,
.blog-page.template-1 .swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.weddings .swiper-wrapper,
.team-acm .swiper-wrapper,
.blog-page.template-1 .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.weddings .swiper-container-android .swiper-slide,
.weddings .swiper-wrapper,
.team-acm .swiper-container-android .swiper-slide,
.team-acm .swiper-wrapper,
.blog-page.template-1 .swiper-container-android .swiper-slide,
.blog-page.template-1 .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.weddings .swiper-container-multirow > .swiper-wrapper,
.team-acm .swiper-container-multirow > .swiper-wrapper,
.blog-page.template-1 .swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.weddings .swiper-container-free-mode > .swiper-wrapper,
.team-acm .swiper-container-free-mode > .swiper-wrapper,
.blog-page.template-1 .swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.weddings .swiper-slide,
.team-acm .swiper-slide,
.blog-page.template-1 .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform, opacity;
}
.weddings .swiper-invisible-blank-slide,
.team-acm .swiper-invisible-blank-slide,
.blog-page.template-1 .swiper-invisible-blank-slide {
  visibility: hidden;
}
.weddings .swiper-container-autoheight,
.weddings .swiper-container-autoheight .swiper-slide,
.team-acm .swiper-container-autoheight,
.team-acm .swiper-container-autoheight .swiper-slide,
.blog-page.template-1 .swiper-container-autoheight,
.blog-page.template-1 .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.weddings .swiper-container-autoheight .swiper-wrapper,
.team-acm .swiper-container-autoheight .swiper-wrapper,
.blog-page.template-1 .swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.weddings .swiper-container-3d,
.team-acm .swiper-container-3d,
.blog-page.template-1 .swiper-container-3d {
  perspective: 1200px;
}
.weddings .swiper-container-3d .swiper-wrapper,
.weddings .swiper-container-3d .swiper-slide,
.weddings .swiper-container-3d .swiper-slide-shadow-left,
.weddings .swiper-container-3d .swiper-slide-shadow-right,
.weddings .swiper-container-3d .swiper-slide-shadow-top,
.weddings .swiper-container-3d .swiper-slide-shadow-bottom,
.weddings .swiper-container-3d .swiper-cube-shadow,
.team-acm .swiper-container-3d .swiper-wrapper,
.team-acm .swiper-container-3d .swiper-slide,
.team-acm .swiper-container-3d .swiper-slide-shadow-left,
.team-acm .swiper-container-3d .swiper-slide-shadow-right,
.team-acm .swiper-container-3d .swiper-slide-shadow-top,
.team-acm .swiper-container-3d .swiper-slide-shadow-bottom,
.team-acm .swiper-container-3d .swiper-cube-shadow,
.blog-page.template-1 .swiper-container-3d .swiper-wrapper,
.blog-page.template-1 .swiper-container-3d .swiper-slide,
.blog-page.template-1 .swiper-container-3d .swiper-slide-shadow-left,
.blog-page.template-1 .swiper-container-3d .swiper-slide-shadow-right,
.blog-page.template-1 .swiper-container-3d .swiper-slide-shadow-top,
.blog-page.template-1 .swiper-container-3d .swiper-slide-shadow-bottom,
.blog-page.template-1 .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.weddings .swiper-container-3d .swiper-slide-shadow-left,
.weddings .swiper-container-3d .swiper-slide-shadow-right,
.weddings .swiper-container-3d .swiper-slide-shadow-top,
.weddings .swiper-container-3d .swiper-slide-shadow-bottom,
.team-acm .swiper-container-3d .swiper-slide-shadow-left,
.team-acm .swiper-container-3d .swiper-slide-shadow-right,
.team-acm .swiper-container-3d .swiper-slide-shadow-top,
.team-acm .swiper-container-3d .swiper-slide-shadow-bottom,
.blog-page.template-1 .swiper-container-3d .swiper-slide-shadow-left,
.blog-page.template-1 .swiper-container-3d .swiper-slide-shadow-right,
.blog-page.template-1 .swiper-container-3d .swiper-slide-shadow-top,
.blog-page.template-1 .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.weddings .swiper-container-3d .swiper-slide-shadow-left,
.team-acm .swiper-container-3d .swiper-slide-shadow-left,
.blog-page.template-1 .swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.weddings .swiper-container-3d .swiper-slide-shadow-right,
.team-acm .swiper-container-3d .swiper-slide-shadow-right,
.blog-page.template-1 .swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.weddings .swiper-container-3d .swiper-slide-shadow-top,
.team-acm .swiper-container-3d .swiper-slide-shadow-top,
.blog-page.template-1 .swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.weddings .swiper-container-3d .swiper-slide-shadow-bottom,
.team-acm .swiper-container-3d .swiper-slide-shadow-bottom,
.blog-page.template-1 .swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.weddings .swiper-container-wp8-horizontal,
.weddings .swiper-container-wp8-horizontal > .swiper-wrapper,
.team-acm .swiper-container-wp8-horizontal,
.team-acm .swiper-container-wp8-horizontal > .swiper-wrapper,
.blog-page.template-1 .swiper-container-wp8-horizontal,
.blog-page.template-1 .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}
.weddings .swiper-container-wp8-vertical,
.weddings .swiper-container-wp8-vertical > .swiper-wrapper,
.team-acm .swiper-container-wp8-vertical,
.team-acm .swiper-container-wp8-vertical > .swiper-wrapper,
.blog-page.template-1 .swiper-container-wp8-vertical,
.blog-page.template-1 .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}
.weddings .swiper-button,
.team-acm .swiper-button,
.blog-page.template-1 .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  display: inline-block;
  text-indent: -100em;
  z-index: 50;
  cursor: pointer;
  width: 60px;
  height: 90px;
  transition: opacity 0.2s;
}
.weddings .swiper-button:hover,
.team-acm .swiper-button:hover,
.blog-page.template-1 .swiper-button:hover {
  opacity: 0.8;
}
.weddings .swiper-button:after,
.team-acm .swiper-button:after,
.blog-page.template-1 .swiper-button:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-80%, -50%) rotate(45deg);
}
.weddings .swiper-button.swiper-button-prev,
.team-acm .swiper-button.swiper-button-prev,
.blog-page.template-1 .swiper-button.swiper-button-prev {
  left: 20px;
}
.weddings .swiper-button.swiper-button-prev:after,
.team-acm .swiper-button.swiper-button-prev:after,
.blog-page.template-1 .swiper-button.swiper-button-prev:after {
  transform: translate(-20%, -50%) rotate(-135deg);
}
.weddings .swiper-button.swiper-button-next,
.team-acm .swiper-button.swiper-button-next,
.blog-page.template-1 .swiper-button.swiper-button-next {
  right: 20px;
}
.weddings .swiper-button-prev.swiper-button-disabled,
.weddings .swiper-button-next.swiper-button-disabled,
.team-acm .swiper-button-prev.swiper-button-disabled,
.team-acm .swiper-button-next.swiper-button-disabled,
.blog-page.template-1 .swiper-button-prev.swiper-button-disabled,
.blog-page.template-1 .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
}
.weddings .swiper-pagination,
.team-acm .swiper-pagination,
.blog-page.template-1 .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.weddings .swiper-pagination.swiper-pagination-hidden,
.team-acm .swiper-pagination.swiper-pagination-hidden,
.blog-page.template-1 .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.weddings .swiper-pagination-fraction,
.weddings .swiper-pagination-custom,
.weddings .swiper-container-horizontal > .swiper-pagination-bullets,
.team-acm .swiper-pagination-fraction,
.team-acm .swiper-pagination-custom,
.team-acm .swiper-container-horizontal > .swiper-pagination-bullets,
.blog-page.template-1 .swiper-pagination-fraction,
.blog-page.template-1 .swiper-pagination-custom,
.blog-page.template-1 .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.weddings .swiper-pagination-bullets-dynamic,
.team-acm .swiper-pagination-bullets-dynamic,
.blog-page.template-1 .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.weddings .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.team-acm .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.blog-page.template-1 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.weddings .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.team-acm .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.blog-page.template-1 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.weddings .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.team-acm .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.blog-page.template-1 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.weddings .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.team-acm .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.blog-page.template-1 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.weddings .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.team-acm .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.blog-page.template-1 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.weddings .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.team-acm .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.blog-page.template-1 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.weddings .swiper-pagination-bullet,
.team-acm .swiper-pagination-bullet,
.blog-page.template-1 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
.weddings button.swiper-pagination-bullet,
.team-acm button.swiper-pagination-bullet,
.blog-page.template-1 button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.weddings .swiper-pagination-clickable .swiper-pagination-bullet,
.team-acm .swiper-pagination-clickable .swiper-pagination-bullet,
.blog-page.template-1 .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.weddings .swiper-pagination-bullet-active,
.team-acm .swiper-pagination-bullet-active,
.blog-page.template-1 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.weddings .swiper-container-vertical > .swiper-pagination-bullets,
.team-acm .swiper-container-vertical > .swiper-pagination-bullets,
.blog-page.template-1 .swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.weddings .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.team-acm .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.blog-page.template-1 .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.weddings .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.team-acm .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.blog-page.template-1 .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.weddings .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.team-acm .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.blog-page.template-1 .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.weddings .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.team-acm .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.blog-page.template-1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.weddings .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.team-acm .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.blog-page.template-1 .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.weddings .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.team-acm .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.blog-page.template-1 .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.weddings .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.team-acm .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.blog-page.template-1 .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.weddings .swiper-pagination-progressbar,
.team-acm .swiper-pagination-progressbar,
.blog-page.template-1 .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.weddings .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.team-acm .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.blog-page.template-1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.weddings .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.team-acm .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.blog-page.template-1 .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.weddings .swiper-container-horizontal > .swiper-pagination-progressbar,
.team-acm .swiper-container-horizontal > .swiper-pagination-progressbar,
.blog-page.template-1 .swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.weddings .swiper-container-vertical > .swiper-pagination-progressbar,
.team-acm .swiper-container-vertical > .swiper-pagination-progressbar,
.blog-page.template-1 .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.weddings .swiper-pagination-white .swiper-pagination-bullet-active,
.team-acm .swiper-pagination-white .swiper-pagination-bullet-active,
.blog-page.template-1 .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.weddings .swiper-pagination-progressbar.swiper-pagination-white,
.team-acm .swiper-pagination-progressbar.swiper-pagination-white,
.blog-page.template-1 .swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.weddings .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill,
.team-acm .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill,
.blog-page.template-1 .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.weddings .swiper-pagination-black .swiper-pagination-bullet-active,
.team-acm .swiper-pagination-black .swiper-pagination-bullet-active,
.blog-page.template-1 .swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.weddings .swiper-pagination-progressbar.swiper-pagination-black,
.team-acm .swiper-pagination-progressbar.swiper-pagination-black,
.blog-page.template-1 .swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.weddings .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill,
.team-acm .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill,
.blog-page.template-1 .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.weddings .swiper-scrollbar,
.team-acm .swiper-scrollbar,
.blog-page.template-1 .swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.weddings .swiper-container-horizontal > .swiper-scrollbar,
.team-acm .swiper-container-horizontal > .swiper-scrollbar,
.blog-page.template-1 .swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.weddings .swiper-container-vertical > .swiper-scrollbar,
.team-acm .swiper-container-vertical > .swiper-scrollbar,
.blog-page.template-1 .swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.weddings .swiper-scrollbar-drag,
.team-acm .swiper-scrollbar-drag,
.blog-page.template-1 .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.weddings .swiper-scrollbar-cursor-drag,
.team-acm .swiper-scrollbar-cursor-drag,
.blog-page.template-1 .swiper-scrollbar-cursor-drag {
  cursor: move;
}
.weddings .swiper-zoom-container,
.team-acm .swiper-zoom-container,
.blog-page.template-1 .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.weddings .swiper-zoom-container > img,
.weddings .swiper-zoom-container > svg,
.weddings .swiper-zoom-container > canvas,
.team-acm .swiper-zoom-container > img,
.team-acm .swiper-zoom-container > svg,
.team-acm .swiper-zoom-container > canvas,
.blog-page.template-1 .swiper-zoom-container > img,
.blog-page.template-1 .swiper-zoom-container > svg,
.blog-page.template-1 .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.weddings .swiper-slide-zoomed,
.team-acm .swiper-slide-zoomed,
.blog-page.template-1 .swiper-slide-zoomed {
  cursor: move;
}
.weddings .swiper-lazy-preloader,
.team-acm .swiper-lazy-preloader,
.blog-page.template-1 .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.weddings .swiper-lazy-preloader:after,
.team-acm .swiper-lazy-preloader:after,
.blog-page.template-1 .swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.weddings .swiper-lazy-preloader-white:after,
.team-acm .swiper-lazy-preloader-white:after,
.blog-page.template-1 .swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.weddings .swiper-container .swiper-notification,
.team-acm .swiper-container .swiper-notification,
.blog-page.template-1 .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.weddings .swiper-container-fade.swiper-container-free-mode .swiper-slide,
.team-acm .swiper-container-fade.swiper-container-free-mode .swiper-slide,
.blog-page.template-1 .swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.weddings .swiper-container-fade .swiper-slide,
.team-acm .swiper-container-fade .swiper-slide,
.blog-page.template-1 .swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.weddings .swiper-container-fade .swiper-slide .swiper-slide,
.team-acm .swiper-container-fade .swiper-slide .swiper-slide,
.blog-page.template-1 .swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.weddings .swiper-container-fade .swiper-slide-active,
.weddings .swiper-container-fade .swiper-slide-active .swiper-slide-active,
.team-acm .swiper-container-fade .swiper-slide-active,
.team-acm .swiper-container-fade .swiper-slide-active .swiper-slide-active,
.blog-page.template-1 .swiper-container-fade .swiper-slide-active,
.blog-page.template-1 .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.weddings .swiper-container-cube,
.team-acm .swiper-container-cube,
.blog-page.template-1 .swiper-container-cube {
  overflow: visible;
}
.weddings .swiper-container-cube .swiper-slide,
.team-acm .swiper-container-cube .swiper-slide,
.blog-page.template-1 .swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.weddings .swiper-container-cube .swiper-slide .swiper-slide,
.team-acm .swiper-container-cube .swiper-slide .swiper-slide,
.blog-page.template-1 .swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.weddings .swiper-container-cube.swiper-container-rtl .swiper-slide,
.team-acm .swiper-container-cube.swiper-container-rtl .swiper-slide,
.blog-page.template-1 .swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.weddings .swiper-container-cube .swiper-slide-active,
.weddings .swiper-container-cube .swiper-slide-active .swiper-slide-active,
.team-acm .swiper-container-cube .swiper-slide-active,
.team-acm .swiper-container-cube .swiper-slide-active .swiper-slide-active,
.blog-page.template-1 .swiper-container-cube .swiper-slide-active,
.blog-page.template-1 .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.weddings .swiper-container-cube .swiper-slide-active,
.weddings .swiper-container-cube .swiper-slide-next,
.weddings .swiper-container-cube .swiper-slide-prev,
.weddings .swiper-container-cube .swiper-slide-next + .swiper-slide,
.team-acm .swiper-container-cube .swiper-slide-active,
.team-acm .swiper-container-cube .swiper-slide-next,
.team-acm .swiper-container-cube .swiper-slide-prev,
.team-acm .swiper-container-cube .swiper-slide-next + .swiper-slide,
.blog-page.template-1 .swiper-container-cube .swiper-slide-active,
.blog-page.template-1 .swiper-container-cube .swiper-slide-next,
.blog-page.template-1 .swiper-container-cube .swiper-slide-prev,
.blog-page.template-1 .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.weddings .swiper-container-cube .swiper-slide-shadow-top,
.weddings .swiper-container-cube .swiper-slide-shadow-bottom,
.weddings .swiper-container-cube .swiper-slide-shadow-left,
.weddings .swiper-container-cube .swiper-slide-shadow-right,
.team-acm .swiper-container-cube .swiper-slide-shadow-top,
.team-acm .swiper-container-cube .swiper-slide-shadow-bottom,
.team-acm .swiper-container-cube .swiper-slide-shadow-left,
.team-acm .swiper-container-cube .swiper-slide-shadow-right,
.blog-page.template-1 .swiper-container-cube .swiper-slide-shadow-top,
.blog-page.template-1 .swiper-container-cube .swiper-slide-shadow-bottom,
.blog-page.template-1 .swiper-container-cube .swiper-slide-shadow-left,
.blog-page.template-1 .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.weddings .swiper-container-cube .swiper-cube-shadow,
.team-acm .swiper-container-cube .swiper-cube-shadow,
.blog-page.template-1 .swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
.weddings .swiper-container-flip,
.team-acm .swiper-container-flip,
.blog-page.template-1 .swiper-container-flip {
  overflow: visible;
}
.weddings .swiper-container-flip .swiper-slide,
.team-acm .swiper-container-flip .swiper-slide,
.blog-page.template-1 .swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.weddings .swiper-container-flip .swiper-slide .swiper-slide,
.team-acm .swiper-container-flip .swiper-slide .swiper-slide,
.blog-page.template-1 .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.weddings .swiper-container-flip .swiper-slide-active,
.weddings .swiper-container-flip .swiper-slide-active .swiper-slide-active,
.team-acm .swiper-container-flip .swiper-slide-active,
.team-acm .swiper-container-flip .swiper-slide-active .swiper-slide-active,
.blog-page.template-1 .swiper-container-flip .swiper-slide-active,
.blog-page.template-1 .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.weddings .swiper-container-flip .swiper-slide-shadow-top,
.weddings .swiper-container-flip .swiper-slide-shadow-bottom,
.weddings .swiper-container-flip .swiper-slide-shadow-left,
.weddings .swiper-container-flip .swiper-slide-shadow-right,
.team-acm .swiper-container-flip .swiper-slide-shadow-top,
.team-acm .swiper-container-flip .swiper-slide-shadow-bottom,
.team-acm .swiper-container-flip .swiper-slide-shadow-left,
.team-acm .swiper-container-flip .swiper-slide-shadow-right,
.blog-page.template-1 .swiper-container-flip .swiper-slide-shadow-top,
.blog-page.template-1 .swiper-container-flip .swiper-slide-shadow-bottom,
.blog-page.template-1 .swiper-container-flip .swiper-slide-shadow-left,
.blog-page.template-1 .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.weddings .swiper-container-coverflow .swiper-wrapper,
.team-acm .swiper-container-coverflow .swiper-wrapper,
.blog-page.template-1 .swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

@media (max-width: 767px) {
  .menu-expanded body {
    overflow: hidden;
  }
  .menu-expanded #header {
    position: absolute;
  }
  .menu-expanded #menu-trigger {
    position: fixed;
  }
}
.menu-expanded #menu-trigger:before, .menu-expanded #menu-trigger:after {
  left: 9px;
  top: 12px;
  width: 0%;
}
.menu-expanded #menu-trigger .text:before {
  transform: rotate(45deg);
}
.menu-expanded #menu-trigger .text:after {
  transform: rotate(-45deg);
}

#menu-container {
  background: #002341;
  background-size: 39px 39px;
  box-sizing: border-box;
  padding: 90px 40px 60px;
  top: 0;
  width: 310px;
  z-index: 0;
  transition: left 750ms cubic-bezier(0.42, 0.64, 0, 1);
}
@media only screen and (min-width: 1341px) {
  #menu-container {
    padding: 120px 40px 60px;
  }
}
@media (max-width: 767px) {
  #menu-container {
    padding: 60px 20px 30px;
    position: absolute;
    width: 100%;
  }
  #menu-container:before {
    background: #002341;
    content: "";
    display: block;
    height: 60px;
    left: -100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    transition: left 750ms cubic-bezier(0.42, 0.64, 0, 1);
  }
}
.menu-expanded #menu-container {
  display: block;
  left: 0;
}
@media (max-width: 767px) {
  .menu-expanded #menu-container:before {
    left: 0;
  }
}

#top-menu li {
  display: block;
}
#top-menu a {
  color: #ffdebc;
  display: block;
  font: 15px/24px "LibreFranklin", Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
#top-menu a:hover, #top-menu a.active {
  color: #fff;
  text-decoration: none;
}

#main-menu {
  font-size: 0;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1341px) {
  #main-menu {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #main-menu {
    margin-bottom: 20px;
  }
}
#main-menu:after {
  background: #fff;
  content: "";
  display: block;
  height: 4px;
  margin-top: 15px;
  width: 0;
  vertical-align: top;
  transition: width 750ms cubic-bezier(0.42, 0.64, 0, 1);
  transition-delay: 500ms;
}
@media only screen and (min-width: 1341px) {
  #main-menu:after {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  #main-menu:after {
    margin-top: 10px;
  }
}
.menu-expanded #main-menu:after {
  width: 40px;
}
#main-menu li {
  display: block;
}
#main-menu li li {
  margin: 0 0 10px 20px;
}
#main-menu li li a {
  font: 14px/17px "LibreFranklin", Arial, sans-serif;
}
@media only screen and (min-width: 1341px) {
  #main-menu li li a {
    font: 15px/24px "LibreFranklin", Arial, sans-serif;
  }
}
#main-menu li li:last-child {
  margin-bottom: 15px;
}
#main-menu li .submenu {
  display: none;
}
#main-menu li.expanded .submenu,
#main-menu li .active + .submenu {
  display: block;
}
#main-menu a {
  color: #fff;
  display: block;
  font: 400 24px/1 "GillSans", Arial, sans-serif;
  text-decoration: none;
  margin-bottom: 10px;
}
#main-menu a:hover, #main-menu a.active {
  color: #ffdebc;
}

#photos .slick-track,
#photos .slick-list {
  height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
#photos .slick-list .slide {
  display: inline-block;
  vertical-align: top;
}

#booking {
  transition: right 750ms cubic-bezier(0.42, 0.64, 0, 1), background-color 750ms cubic-bezier(0.42, 0.64, 0, 1);
}
.booking-expanded #booking {
  display: block;
  right: 0;
  background: #002341;
}
#booking .wrapper {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  flex-flow: column;
}
#booking .sep, #booking .column {
  display: block;
  vertical-align: top;
}
#booking .sep {
  background: #fff;
  height: 1px;
  margin: 20px 0;
  width: 100%;
  background: #fff;
}
#booking .column {
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  overflow: hidden;
}
#booking .column.promo input[type=text] {
  min-width: 100px;
  width: 100%;
}
#booking .promo {
  display: block;
}
#booking .booking-button {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  padding: 0 30px;
  border-bottom-color: #fff;
}
#booking .booking-button span {
  font-size: 14px;
  top: 23px;
}
#booking .booking-button:hover {
  color: #ffdebc;
  border-bottom-color: #ffdebc;
}
#booking #booking-dates {
  height: 29px;
  margin-top: -5px;
  color: #000;
  background: #fff url("../images/calendar.svg") 96% 7px no-repeat;
  width: 100%;
  padding: 0 10px;
  background-position: 98% 7px;
}
#booking label,
#booking .label {
  display: block;
  font: 9px/16px "LibreFranklin", Arial, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 4px;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
  color: #fff;
}
#booking input[type=text] {
  min-width: 175px;
}
#booking input[type=text], #booking select {
  color: #000;
  background: #fff;
  display: block;
  height: 29px;
  text-transform: uppercase;
  width: 100%;
  border: 0;
  margin-top: -5px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 29px;
}
#booking input[type=text]::-webkit-input-placeholder, #booking select::-webkit-input-placeholder {
  color: #4A4A4A;
}
#booking input[type=text]:-moz-placeholder, #booking select:-moz-placeholder {
  color: #4A4A4A;
}
#booking input[type=text]::-moz-placeholder, #booking select::-moz-placeholder {
  color: #4A4A4A;
}
#booking input[type=text]:-ms-input-placeholder, #booking select:-ms-input-placeholder {
  color: #4A4A4A;
}
#booking .code-input {
  margin-bottom: 15px;
}
#booking select {
  float: left;
}
#booking select + .select-icon {
  background-position: -20px -70px;
  margin-top: 8px;
}
#booking .button-wrapper {
  background: #002341;
  box-sizing: border-box;
  height: 100%;
  padding-top: 20px;
  background: none;
  position: static;
  right: auto;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  top: auto;
  width: 100%;
}
#booking .close {
  overflow: hidden;
  text-indent: -100em;
  position: absolute;
  top: 0;
  right: 10px;
  width: 30px;
  height: 30px;
}
#booking .close:before, #booking .close:after {
  background: #fff;
  content: "";
  display: block;
  height: 20px;
  left: 50%;
  margin: -10px 0 0 -10px;
  position: absolute;
  top: 50%;
  transition: background-color 350ms ease-in-out;
  width: 2px;
}
#booking .close:before, #booking .close:after {
  left: 10px;
  top: 10px;
  margin: 0;
  background: #fff;
}
#booking .close:before {
  transform: rotate(45deg);
}
#booking .close:after {
  transform: rotate(-45deg);
}
#booking .close:hover:before, #booking .close:hover:after {
  background-color: #9b9b9b;
}
#booking .ui-datepicker-trigger {
  margin: 9px 0 0 -27px;
}

#booking-datepicker {
  display: none;
  background: #002341;
  box-sizing: border-box;
  left: 0;
  overflow: hidden;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  transition: max-height 750ms cubic-bezier(0.42, 0.64, 0, 1);
  z-index: 20;
  margin-top: 20px;
  position: relative;
  top: auto;
  width: 100%;
}
@media (max-width: 767px) {
  #booking-datepicker {
    display: block;
  }
}
#booking-datepicker.visible {
  display: block;
}
@media only screen and (min-width: 768px) {
  #booking-datepicker.visible {
    position: absolute;
    padding: 20px;
    height: 100%;
    top: -20px;
  }
}
#booking-datepicker .ui-datepicker {
  background: none;
  box-sizing: border-box;
  box-shadow: 0 0 0 #fff;
  width: 100% !important;
  padding: 0;
}
#booking-datepicker .ui-datepicker-group {
  float: left;
  padding: 0 10px 0 0;
  width: 50%;
  box-sizing: border-box;
}
#booking-datepicker .ui-datepicker-group.ui-datepicker-group-last {
  padding: 0 0 0 10px;
}
#booking-datepicker .ui-datepicker-group table {
  width: 100%;
}

#hebs-gallery {
  background: rgba(0, 0, 0, 0.9);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#hebs-gallery .close-button {
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  height: 17px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  text-indent: -9999px;
  top: 12px;
  width: 17px;
  z-index: 2;
}
#hebs-gallery .close-button:hover {
  background-position: -74px 0;
}
#hebs-gallery .close-button:active {
  background-position: -37px 0;
}
#hebs-gallery .galleria-container {
  height: 100% !important;
  overflow: hidden;
  position: relative;
  width: 100% !important;
}
#hebs-gallery .category-selector {
  background: #fff;
  border-color: #fff;
  float: left;
  font-size: 14px;
  height: 30px;
  line-height: 28px;
  margin: 5px 0 0 20px;
  padding: 0 35px 0 10px;
  position: relative;
  z-index: 2;
}
#hebs-gallery .category-selector + .select-icon {
  margin-top: 18px;
  position: relative;
  z-index: 3;
}
#hebs-gallery .galleria-stage {
  bottom: 120px;
  left: 0;
  overflow: hidden;
  padding: 20px 72px;
  position: absolute;
  right: 0;
  top: 40px;
}
@media (max-width: 767px) {
  #hebs-gallery .galleria-stage {
    padding: 10px 5px;
    z-index: 1;
  }
}
#hebs-gallery .galleria-stage .galleria-image {
  overflow: visible !important;
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#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 {
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  height: 61px;
  margin-top: -30px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 31px;
  z-index: 10;
}
#hebs-gallery .galleria-image-nav-left {
  background-position: 0 -37px;
  left: 20px;
}
#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -51px -37px;
}
#hebs-gallery .galleria-image-nav-left:active {
  background-position: -102px -37px;
}
@media (max-width: 767px) {
  #hebs-gallery .galleria-image-nav-left {
    background-position: 5px -199px;
    height: 21px;
    left: 15px;
    margin-top: -10px;
    width: 21px;
  }
  #hebs-gallery .galleria-image-nav-left:hover {
    background-position: -26px -199px;
  }
}
#hebs-gallery .galleria-image-nav-right {
  background-position: 0 -118px;
  right: 20px;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -51px -118px;
}
#hebs-gallery .galleria-image-nav-right:active {
  background-position: -102px -118px;
}
@media (max-width: 767px) {
  #hebs-gallery .galleria-image-nav-right {
    background-position: 5px -240px;
    height: 21px;
    margin-top: -10px;
    right: 15px;
    width: 21px;
  }
  #hebs-gallery .galleria-image-nav-right:hover {
    background-position: -26px -240px;
  }
}
#hebs-gallery .galleria-loader {
  height: 48px;
  left: 50%;
  margin: -24px 0 0 -24px;
  position: absolute;
  top: 50%;
  width: 48px;
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  bottom: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
  height: 120px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}
#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 {
  background: #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  float: left;
  height: 80px;
  margin: 0 6px 0 0;
  width: 80px;
}
#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 {
  background: url("../images/common.svg") 0 0 no-repeat;
  cursor: pointer;
  display: none;
  height: 21px;
  margin-top: -10px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 21px;
}
#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 {
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#hebs-gallery .galleria-info .galleria-info-description {
  color: #fff;
  left: 300px;
  line-height: 40px;
  overflow: hidden;
  position: absolute;
  right: 300px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#hebs-gallery .category-selector {
  position: absolute;
  top: 9px;
  left: 20px;
  z-index: 2;
}
#hebs-gallery .newListSelected {
  position: absolute !important;
  top: 5px;
  left: 20px;
  z-index: 2;
}
#hebs-gallery .selectedTxt {
  height: 30px;
  line-height: 30px;
}

.flex-pay {
  background-color: #002341;
  padding-top: 72px;
  padding-bottom: 72px;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .flex-pay {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.flex-pay .center-column {
  max-width: 1440px !important;
  padding: 0 !important;
}
.flex-pay__header {
  margin-bottom: 32px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .flex-pay__header {
    margin-bottom: 56px;
  }
}
.flex-pay__header .h2 {
  font-family: "GillSans", Arial, sans-serif !important;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  color: #fff;
  letter-spacing: 0.42px;
}
.flex-pay__header .h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background-color: #f8dcc0;
  /* Light peach underline */
  margin: 24px auto 0;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .flex-pay__header .h2::after {
    margin: 20px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .flex-pay__header .h2 {
    font-size: 35px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .flex-pay__header .h2 {
    font-size: 28px;
  }
}
.flex-pay .row {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .flex-pay .row {
    flex-direction: row;
  }
}
.flex-pay__item {
  margin-bottom: 10px;
  text-align: center;
  padding: 0 12px;
}
@media only screen and (min-width: 768px) {
  .flex-pay__item {
    max-width: 31%;
    flex: 0 0 31%;
  }
}
@media (max-width: 767px) {
  .flex-pay__item {
    padding: 0 24px;
  }
}
.flex-pay__item__inner {
  max-width: 349px;
  height: 100%;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .flex-pay__item__inner {
    max-width: none;
    padding: 40px 40px 20px 40px;
  }
}
@media (max-width: 767px) {
  .flex-pay__item__inner {
    padding: 32px;
  }
}
.flex-pay__item__inner:hover {
  box-shadow: 0 2px 20px 0 rgba(255, 222, 188, 0.05);
}
.flex-pay__item__inner .tile-index {
  width: 40px;
  height: 40px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background-color: #ffdebc;
  font-family: "GillSans", Arial, sans-serif;
  font-size: 18px;
  color: #002341;
  line-height: 40px;
}
.flex-pay__item__inner .h3 {
  margin-bottom: 8px;
  color: #002341;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 125% */
  letter-spacing: 0.72px;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) {
  .flex-pay__item__inner .h3 {
    font-family: "GillSans", Arial, sans-serif;
    font-size: 24px;
    line-height: 30px;
  }
}
.flex-pay__item__inner p {
  margin-bottom: 0;
  font-family: "LibreFranklin", Arial, sans-serif;
  font-size: 14px;
  padding-top: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: 0.98px;
  color: #414042;
}

#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: #000;
}
#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 "GillSans", 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 .content-wrapper ul > li {
  padding: 0;
}
.calendar .center-column {
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .calendar .center-column {
    padding: 0 3px;
  }
}
@media (max-width: 767px) {
  .calendar .center-column {
    padding: 0 10px;
  }
}
.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 (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 (max-width: 1024px) {
  .calendar .image-list-item .background {
    width: 300px;
  }
}
@media (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 (max-width: 767px) {
  .calendar .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  font: 24px "Open Sans";
  line-height: 30px;
  color: #151616;
  margin-bottom: 15px;
}
.calendar .image-list-item .description h3 a {
  text-decoration: none;
}
.calendar .image-list-item .description h3 a:hover {
  color: #54baba;
}
.calendar .image-list-item .description .button {
  position: absolute;
  bottom: 30px;
  left: 25px;
}
@media only screen and (max-width: 1024px) {
  .calendar .image-list-item .description .button {
    bottom: 25px;
  }
}
@media (max-width: 767px) {
  .calendar .image-list-item .description .button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

.uplift .content-wrapper ul > li {
  padding: 0;
}
.uplift .center-column {
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .uplift .center-column {
    padding: 0 3px;
  }
}
@media (max-width: 767px) {
  .uplift .center-column {
    padding: 0 10px;
  }
}
.uplift .image-list-item {
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  background-color: white;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  margin-bottom: 2vw;
  position: relative;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: row;
}
@media (max-width: 767px) {
  .uplift .image-list-item {
    margin-bottom: 20px;
    flex-direction: column-reverse;
    height: auto;
  }
}
.uplift .image-list-item .background {
  position: relative;
  min-height: 450px;
  width: calc(100% - 350px);
  display: block;
  float: right;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .uplift .image-list-item .background {
    width: 100%;
    height: 280px;
    min-height: 280px;
  }
}
.uplift .image-list-item .description {
  box-sizing: border-box;
  width: 350px;
  display: block;
  padding: 25px;
}
@media (max-width: 767px) {
  .uplift .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
    width: 100%;
  }
}
.uplift .image-list-item .description h3 {
  color: #002341;
  text-align: center;
  font-family: "GillSans", Arial, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 15px;
  letter-spacing: 1.04px;
}
.uplift .image-list-item .description h3 a {
  text-decoration: none;
}
.uplift .image-list-item .description h3 a:hover {
  color: #54baba;
}
@media (max-width: 767px) {
  .uplift .image-list-item .description h3 {
    margin-bottom: 0px;
  }
}
.uplift .image-list-item .description .summary {
  color: #0D2E4F;
  text-align: center;
  font-family: "GillSans", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.32px;
  margin-bottom: 40px;
}
.uplift .image-list-item .description .line {
  height: 1px;
  width: 100%;
  background: rgba(13, 46, 79, 0.1);
}
.uplift .image-list-item .description .logo-image {
  margin-block: 32px;
  width: 162px;
  height: 92px;
}
@media only screen and (max-width: 1024px) {
  .uplift .image-list-item .description .logo-image {
    margin-block: 24px;
  }
}
@media (max-width: 767px) {
  .uplift .image-list-item .description .logo-image {
    margin-block: 24px;
    width: 140px;
    height: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .uplift .image-list-item .description .button {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .uplift .image-list-item .description .button {
    text-align: center;
    width: auto;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .page-content-wrapper:has(.uplift) {
    padding-inline: 10px !important;
  }
}

#testimonials .odd .image {
  float: left;
}
#testimonials .odd .description {
  float: right;
}
#testimonials .even .image {
  float: right;
}
#testimonials .even .description {
  float: left;
  text-align: right;
}
#testimonials .testimonial {
  margin-bottom: 40px;
}
#testimonials .testimonial:after {
  clear: both;
  content: "";
  display: table;
}
#testimonials .image {
  width: 320px;
  min-height: 320px;
}
#testimonials .description {
  width: 640px;
}
#testimonials h4, #testimonials h5 {
  font-family: "GillSans", Arial, sans-serif;
}
#testimonials h4 {
  margin-bottom: 12px;
  color: #54baba;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 200;
  text-transform: uppercase;
}
#testimonials h4, #testimonials h5 {
  color: #000;
}
#testimonials h5 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 22px;
}
#testimonials p {
  margin-bottom: 10px;
}

#home-rooms {
  margin: 0 -5px;
  position: relative;
}
@media (max-width: 767px) {
  #home-rooms {
    margin: 0 5px;
  }
  #home-rooms .slick-prev {
    left: 30px;
  }
  #home-rooms .slick-next {
    right: 30px;
  }
}
#home-rooms .room {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  height: 100%;
  margin: 0 5px;
  max-height: 720px;
  position: relative;
  vertical-align: top;
  width: calc(50% - 10px);
  z-index: 0;
}
#home-rooms .room:before {
  border: 1px solid rgba(255, 255, 255, 0.8);
  bottom: 20px;
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  #home-rooms .room:before {
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
  }
}
#home-rooms .room img {
  display: block;
  width: 100%;
}
#home-rooms .room .description {
  background: rgba(0, 35, 65, 0.8);
  box-sizing: border-box;
  bottom: 0;
  color: #fff;
  left: 50%;
  padding: 30px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 70%;
  z-index: 5;
  font-weight: bold;
}
#home-rooms .room .description p {
  max-width: 430px;
  margin: 0 auto;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  #home-rooms .room .description {
    padding: 20px 10px;
    width: calc(100% - 90px);
  }
}
@media (max-width: 1023px) and (orientation: landscape) {
  #home-rooms .room .description {
    width: 90%;
  }
}
#home-rooms .room h3 {
  font: 700 36px/1 "GillSans", Arial, sans-serif;
  font-size: 3vw;
  margin-bottom: 10px;
}
@media (max-width: 666.6666666667px) {
  #home-rooms .room h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #home-rooms .room h3 {
    font-size: 36px;
  }
}
#home-rooms .room p {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #home-rooms .room p {
    font-size: 12px !important;
    line-height: 1.45;
  }
}

/* TEMPLATE 3*/
.rooms {
  margin-top: 40px;
  margin-bottom: 40px;
}
.rooms .categories-list {
  overflow: hidden;
  padding: 0 40px;
  margin: 30px 0;
}
.rooms .categories-list button + button {
  margin-left: 10px;
}
.rooms .rooms-entry {
  height: 360px;
  margin: 10px auto;
  max-width: 1340px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 735px) {
  .rooms .rooms-entry {
    height: auto;
    margin: 0;
  }
}
.rooms .rooms-entry .description {
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  color: #fff;
  height: 100%;
  padding: 30px 40px 30px 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 2;
  font-weight: bold;
}
@media (max-width: 767px) {
  .rooms .rooms-entry .description {
    background: none;
    height: auto;
    color: inherit;
    padding: 20px;
    position: static;
    width: 100%;
  }
}
.rooms .rooms-entry .description h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 6px 0 15px;
}
@media (max-width: 767px) {
  .rooms .rooms-entry .description h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.rooms .rooms-entry .description nav {
  bottom: 30px;
  font-size: 0;
  left: 30px;
  position: absolute;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .rooms .rooms-entry .description nav {
    font-size: 15px;
    margin-top: 10px;
    position: static;
    text-align: left;
    white-space: normal;
    width: 100%;
    display: flex;
  }
}
@media (max-width: 767px) {
  .rooms .rooms-entry .description nav a {
    display: block;
    text-transform: uppercase;
    border: 1px solid #4a4a4a;
    color: #000;
    padding: 5px 0 !important;
    flex: 1;
  }
}
.rooms .rooms-entry .description nav a + a {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .rooms .rooms-entry .description nav a + a {
    margin-left: 5px;
  }
}
.rooms .rooms-entry .background {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .rooms .rooms-entry .background {
    height: 0;
    padding-top: 37.5%;
    position: static;
    width: 100%;
  }
}
.rooms .rooms-entry .background .price {
  bottom: 35px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-right: 30px;
  position: absolute;
  right: 50%;
  text-decoration: none;
}
@media (max-width: 767px) {
  .rooms .rooms-entry .background .price {
    display: none;
  }
}
.rooms .rooms-entry .background .price .number {
  font-size: 36px;
}
.rooms .rooms-entry .background a.price:hover {
  color: #002341;
}
.rooms .rooms-entry .background .media-link {
  background: rgb(0, 0, 0);
  border-radius: 50%;
  bottom: 20px;
  display: block;
  height: 52px;
  left: 20px;
  overflow: hidden;
  position: absolute;
  text-indent: -1000px;
  width: 52px;
}
.rooms .rooms-entry .background .media-link:hover {
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .rooms .rooms-entry .background .media-link {
    display: none;
  }
}
.rooms .rooms-entry .background .media-link:after {
  background: url("../images/common.svg") no-repeat -600px -40px;
  content: "";
  display: block;
  height: 17px;
  left: 50%;
  margin: -8px 0 0 -11px;
  position: absolute;
  top: 50%;
  width: 22px;
}
.rooms .rooms-entry .background .media-link.virtual-tour {
  left: auto;
  right: calc(50% + 20px);
}
.rooms .rooms-entry .background .media-link.virtual-tour:after {
  background-position: -600px -80px;
  margin: -10px 0 0 -15px;
  width: 30px;
  height: 21px;
}

.room-entry {
  padding: 0;
}
.room-entry .thumbnail {
  float: none;
  margin: 0 0 20px;
  overflow: hidden;
  width: 100%;
}
.room-entry .thumbnail img {
  display: block;
  width: 100%;
}
.room-entry .features {
  font: 16px/1.45 "LibreFranklin", Arial, sans-serif;
  margin-bottom: 20px;
}
.room-entry .features span {
  display: inline-block;
  margin-right: 20px;
}
.room-entry .amenities {
  height: 30px;
  line-height: 30px;
  margin: 20px 0;
  position: relative;
}
@media (max-width: 550px) {
  .room-entry .amenities {
    margin: 15px 0;
  }
}
.room-entry .amenities.multiline {
  margin-right: 32px;
}
.room-entry .amenities .main-list {
  height: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.room-entry .amenities .additional-list {
  background: rgba(0, 0, 0, 0.9);
  line-height: 30px;
  opacity: 0;
  padding: 20px 40px 20px 20px;
  position: absolute;
  top: -20px;
  left: -20px;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.room-entry .amenities span {
  color: #002341;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 10px;
  vertical-align: middle;
}
.room-entry .amenities .toggle {
  border-left: 1px solid #9B9B9B;
  bottom: 0;
  color: #000;
  display: none;
  height: 100%;
  margin: 0;
  position: absolute;
  right: -32px;
  text-align: center;
  width: 31px;
  z-index: 4;
}
.room-entry .amenities .toggle:before {
  content: "•••";
  display: inline-block;
  font-size: 14px;
}
.room-entry .amenities.multiline .toggle {
  display: block;
}
.room-entry .amenities.expand .additional-list {
  opacity: 1;
  transition: opacity 0.2s, visibility 0s ease 0s;
  visibility: visible;
  z-index: 3;
}
.room-entry .amenities.expand .additional-list span {
  color: #fff;
}
.room-entry .amenities.expand .toggle {
  border-color: #333;
}
.room-entry .amenities.expand .toggle:before, .room-entry .amenities.expand .toggle:after {
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  transform: rotate(45deg);
}
.room-entry .amenities.expand .toggle:before {
  width: 20px;
  height: 2px;
  top: 15px;
  right: 6px;
}
.room-entry .amenities.expand .toggle:after {
  width: 2px;
  height: 20px;
  top: 6px;
  right: 15px;
}
.room-entry .price {
  color: inherit;
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
  text-decoration: none;
}
.room-entry .price strong {
  color: #002341;
  font-weight: bold;
}
.room-entry .description {
  padding: 0;
  height: auto;
  width: auto;
  background: none;
}
.room-entry .controls {
  font-size: 0;
}
.room-entry .controls .button {
  margin-right: 20px;
  margin-bottom: 10px;
}

#home-gallery {
  margin: 0 -5px;
  text-align: center;
}
#home-gallery:after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 767px) {
  #home-gallery {
    margin: 0 5px;
    width: calc(100% - 10px);
  }
}
#home-gallery .slideshow {
  font-size: 0;
  margin-bottom: 30px;
}
#home-gallery .photo {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 160px;
  max-height: 400px;
  margin: 5px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: calc(25% - 10px);
}
@media (max-width: 767px) {
  #home-gallery .photo {
    width: calc(50% - 10px);
  }
}
#home-gallery .photo:before, #home-gallery .photo:after {
  content: "";
  display: block;
  position: absolute;
}
#home-gallery .photo:before {
  background: rgba(0, 35, 65, 0.2);
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  transition: background-color 350ms ease-in-out;
}
#home-gallery .photo:after {
  border: 1px solid rgba(255, 255, 255, 0.2);
  bottom: 20px;
  left: 20px;
  right: 20px;
  top: 20px;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 1024px) {
  #home-gallery .photo:after {
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
  }
}
#home-gallery .photo:hover:before {
  background: rgba(0, 35, 65, 0.5);
}
#home-gallery .photo:hover:after {
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: 10px;
}
#home-gallery .photo img {
  display: block;
  visibility: hidden;
  width: 100%;
}
#home-gallery .button {
  border-color: #002341;
  color: #002341;
}
#home-gallery .button:before {
  background-color: #002341;
}
#home-gallery .button:hover {
  color: #fff;
}

.content-slider {
  margin: 60px 0 110px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .content-slider {
    margin: 60px 0 60px;
  }
}
@media (max-width: 767px) {
  .content-slider .swiper-pagination {
    bottom: 40px;
    position: relative !important;
  }
}
.content-slider .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #002341;
  opacity: 1;
  cursor: pointer;
}
.content-slider .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
.content-slider .swiper-pagination .swiper-pagination-bullet:hover, .content-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #002341;
}
.content-slider.hidePaginationOnLargeScreens .swiper-pagination {
  display: none;
}
@media (max-width: 1250px) {
  .content-slider.hidePaginationOnLargeScreens .swiper-pagination {
    display: block;
  }
}
.content-slider .buttons {
  font-size: 0;
  white-space: nowrap;
  width: calc(100% + 10px);
}
@media (max-width: 767px) {
  .content-slider .buttons {
    margin: 0;
    padding-bottom: 40px;
    width: 100%;
  }
}
.content-slider .buttons .swiper-slide {
  position: relative;
  text-align: center;
  display: inline-block;
  color: #fff;
  height: 480px;
  width: 50%;
  background-color: #000;
  max-height: 560px;
  overflow: hidden;
  border-right: 10px solid #fff;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .content-slider .buttons .swiper-slide {
    width: 100%;
    height: auto;
    border-right: 0;
  }
}
@media (min-width: 1250px) {
  .content-slider .buttons .swiper-slide {
    width: 33.3333333333%;
  }
}
@media (min-width: 1440px) {
  .content-slider .buttons .swiper-slide {
    width: 25%;
  }
}
.content-slider .buttons .swiper-slide:before {
  border: 1px solid rgba(0, 35, 65, 0.25);
  bottom: 20px;
  content: "";
  display: block;
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}
.content-slider .buttons .swiper-slide .image {
  display: block;
  height: auto;
  min-height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  transition: opacity 0.3s, transform 0.6s;
}
@media (max-width: 767px) {
  .content-slider .buttons .swiper-slide .image {
    padding-top: 50%;
    min-height: auto;
  }
}
.content-slider .buttons .swiper-slide:hover .image {
  opacity: 0.8;
  transform: scale(1.09);
}
.content-slider .buttons .swiper-slide .text {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  font: 36px/36px "GillSans", Arial, sans-serif;
  color: #FFFFFF;
  white-space: normal;
  padding: 0 45px;
}
@media (max-width: 767px) {
  .content-slider .buttons .swiper-slide .text {
    width: 100%;
    white-space: normal;
    left: 50%;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 1560px) {
  .content-slider .buttons .swiper-slide .text {
    font-size: 30px;
    line-height: 36px;
  }
}
.content-slider .slider-wrapper {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  overflow: hidden;
}
.content-slider .slider-wrapper .slider-inner {
  font-size: 0;
  white-space: nowrap;
  transition: transform 0.3s;
}
.content-slider .slider-wrapper article {
  display: inline-block;
  width: 100%;
  white-space: normal;
  font-size: 16px;
  padding: 0 60px;
  vertical-align: top;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .content-slider .slider-wrapper article {
    padding: 0 20px;
  }
}
.content-slider .slider-wrapper .copy-wrapper {
  padding: 70px 0 80px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .content-slider .slider-wrapper .copy-wrapper {
    padding: 50px 0 20px;
  }
}
@media (max-width: 767px) {
  .content-slider .slider-wrapper .copy-wrapper {
    padding: 0 0 60px;
    display: block;
  }
}
.content-slider .slider-wrapper .copy-wrapper .h2 {
  font: 44px/44px "GillSans", Arial, sans-serif;
  color: #002341;
  margin: 0 60px;
  width: calc(40% - 120px);
  white-space: normal;
  display: block;
  float: left;
  word-spacing: 1000px;
}
@media (max-width: 1560px) {
  .content-slider .slider-wrapper .copy-wrapper .h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .content-slider .slider-wrapper .copy-wrapper .h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .content-slider .slider-wrapper .copy-wrapper .h2 {
    margin: 0 0 20px;
    word-spacing: inherit;
    width: auto;
    float: none;
  }
}
.content-slider .slider-wrapper .copy-wrapper .copy {
  float: right;
  width: 60%;
}
.content-slider .slider-wrapper .copy-wrapper .copy:before {
  background: #002341;
  content: "";
  display: block;
  height: 4px;
  margin-bottom: 20px;
  width: 40px;
}
@media (max-width: 767px) {
  .content-slider .slider-wrapper .copy-wrapper .copy {
    width: auto;
    float: none;
  }
}
.content-slider .slider-wrapper .copy-wrapper .text {
  flex: 1;
}
.content-slider .slider-wrapper .image {
  display: block;
  width: calc(100% - 40px);
  margin: 0 30px;
  height: 0;
  padding-top: 50%;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
.content-slider .slider-wrapper .image .button {
  position: absolute;
  top: -50px;
  right: -50px;
  height: 100px;
  width: 100px;
  white-space: normal;
  line-height: 16px;
  padding: 28px 0 0 2px;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  font-weight: 200;
  color: #fff !important;
}
.content-slider .slider-wrapper .image .button span {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .content-slider .slider-wrapper .image .button {
    right: -20px;
    top: -20px;
    width: 80px;
    height: 80px;
    padding: 21px 0 0 2px;
    line-height: 16px;
  }
  .content-slider .slider-wrapper .image .button span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .content-slider .slider-wrapper .image {
    padding-top: 70%;
    width: 100%;
    margin: 0;
  }
  .content-slider .slider-wrapper .image .button {
    width: 60px;
    height: 60px;
    font-size: 14px;
    padding: 13px 0 0 0;
    line-height: 15px;
  }
  .content-slider .slider-wrapper .image .button span {
    font-size: 16px;
  }
}

#teams .slick-prev {
  left: 75px;
  top: 425px;
}
@media only screen and (max-width: 1024px) {
  #teams .slick-prev {
    left: 81px;
    top: 400px;
  }
}
@media (max-width: 767px) {
  #teams .slick-prev {
    left: 30px;
    top: 215px;
  }
}
#teams .slick-next {
  right: 75px;
  top: 425px;
}
@media only screen and (max-width: 1024px) {
  #teams .slick-next {
    right: 81px;
    top: 400px;
  }
}
@media (max-width: 767px) {
  #teams .slick-next {
    right: 30px;
    top: 215px;
  }
}

.team-acm {
  margin: 80px 30px 50px;
  width: calc(100% - 60px);
  position: relative;
}
@media (max-width: 767px) {
  .team-acm {
    margin: 40px auto 0px;
    width: 100%;
  }
}
.team-acm .team-wrapper {
  margin: 0 auto;
  max-width: 1440px;
}
.team-acm .team-wrapper .big-image {
  width: 100%;
  margin-bottom: 0;
  padding-top: 50%;
  background-position: 50% 50%;
  background-size: cover;
}
.team-acm .team-wrapper .big-image.has-slider {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .team-acm .team-wrapper .big-image {
    margin-bottom: 0 !important;
  }
}
.team-acm .team-wrapper .team-slider {
  width: 100%;
  position: relative;
}
.team-acm .team-wrapper .team-slider .swiper-container {
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1575px) {
  .team-acm .team-wrapper .team-slider .swiper-container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .team-acm .team-wrapper .team-slider .swiper-container {
    padding: 10px;
  }
}
.team-acm .team-wrapper .team-slider .swiper-slide {
  width: 33.3333333333%;
  padding: 0 4.2%;
  text-align: left;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .team-acm .team-wrapper .team-slider .swiper-slide {
    width: 50%;
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .team-acm .team-wrapper .team-slider .swiper-slide {
    width: 100%;
    padding: 20px;
  }
}
.team-acm .team-wrapper .team-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.team-acm .team-wrapper .team-slider .swiper-slide h3 {
  font: 34px/34px "GillSans", Arial, sans-serif;
  color: #9B9B9B;
  margin-bottom: 10px;
  text-transform: initial !important;
}
.team-acm .team-wrapper .team-slider .swiper-slide h4 {
  font: 400 14px/20px "LibreFranklin", Arial, sans-serif;
  color: #4A4A4A;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.team-acm .team-wrapper .team-slider .swiper-slide .copy {
  font: 400 14px/24px "LibreFranklin", Arial, sans-serif;
}
.team-acm .team-wrapper .team-slider .swiper-slide .copy:before {
  background: #9B9B9B;
  content: "";
  display: block;
  height: 4px;
  margin-bottom: 20px;
  width: 40px;
}
.team-acm .team-wrapper .team-slider .swiper-slide .copy a {
  display: inline-block;
  margin-top: 15px;
}
.team-acm .team-wrapper .team-slider .swiper-button {
  width: 30px;
  height: 50px;
}
.team-acm .team-wrapper .team-slider .swiper-button:after {
  width: 30px;
  height: 30px;
  border-color: #908677;
}
.team-acm .team-wrapper .team-slider .swiper-button.swiper-button-prev {
  left: -60px;
}
.team-acm .team-wrapper .team-slider .swiper-button.swiper-button-next {
  right: -60px;
}
@media (max-width: 1575px) {
  .team-acm .team-wrapper .team-slider .swiper-button.swiper-button-prev {
    left: 20px;
  }
  .team-acm .team-wrapper .team-slider .swiper-button.swiper-button-next {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .team-acm .team-wrapper .team-slider .swiper-button {
    top: 45%;
    transform: scale(0.8);
    opacity: 0.4;
  }
  .team-acm .team-wrapper .team-slider .swiper-button.swiper-button-prev {
    left: 0;
  }
  .team-acm .team-wrapper .team-slider .swiper-button.swiper-button-next {
    right: 0;
  }
}
@media (max-width: 767px) {
  .team-acm .team-wrapper .team-slider.has-thumbnails {
    width: 100%;
    padding: 0;
  }
}
.team-acm .team-wrapper .team-slider.has-thumbnails .swiper-container {
  width: 100%;
}
@media (max-width: 1575px) {
  .team-acm .team-wrapper .team-slider.has-thumbnails .swiper-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .team-acm .team-wrapper .team-slider.has-thumbnails .swiper-container {
    padding: 0;
  }
}
.team-acm .team-wrapper .team-slider.has-thumbnails .swiper-slide {
  padding: 0 2%;
}
@media (max-width: 1575px) {
  .team-acm .team-wrapper .team-slider.has-thumbnails .swiper-button:after {
    border-color: #fff;
  }
  .team-acm .team-wrapper .team-slider.has-thumbnails .swiper-button.swiper-button-prev {
    left: 40px;
  }
  .team-acm .team-wrapper .team-slider.has-thumbnails .swiper-button.swiper-button-next {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .team-acm .team-wrapper .team-slider.has-thumbnails .swiper-button {
    top: 150px;
    transform: scale(1);
    opacity: 1;
  }
  .team-acm .team-wrapper .team-slider.has-thumbnails .swiper-button.swiper-button-prev {
    left: 40px;
  }
  .team-acm .team-wrapper .team-slider.has-thumbnails .swiper-button.swiper-button-next {
    right: 40px;
  }
}

#feeds-section {
  overflow: hidden;
  position: relative;
  min-height: 600px;
  margin: 82px auto 60px;
  max-width: 100%;
}
@media (max-width: 767px) {
  #feeds-section {
    margin: 30px auto 30px;
  }
}
#feeds-section .heading {
  max-width: 880px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto 56px;
  line-height: 140px;
}
@media (max-width: 767px) {
  #feeds-section .heading {
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
#feeds-section .heading a, #feeds-section .heading .content-block {
  display: inline-block;
}
#feeds-section .heading .content-block {
  margin: 0;
  height: 100px;
}
@media (max-width: 767px) {
  #feeds-section .heading .content-block {
    order: 1;
    margin-bottom: 10px;
    transform: scale(0.8);
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }
}
#feeds-section .heading a {
  font: 18px/22px "LibreFranklin", Arial, sans-serif;
  color: #002341;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-top: 77px;
}
@media (max-width: 767px) {
  #feeds-section .heading a {
    display: block;
    float: none;
    width: 50%;
    text-align: center;
  }
}
#feeds-section .heading a:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/sprite.svg") no-repeat -1px -188px;
}
#feeds-section .heading a.twitter:after {
  background-position: -1px -188px;
}
#feeds-section .heading a.instagram:after {
  background-position: -1px -278px;
}
#feeds-section .heading a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  #feeds-section .heading a {
    order: 2;
    transform: scale(0.8);
  }
}
#feeds-section:before {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: #002341;
  border-bottom-color: #002341;
  animation: spin 1.2s linear infinite;
}
#feeds-section:before {
  opacity: 0;
  transition: opacity 0.2s;
}
#feeds-section.loading:before {
  opacity: 1;
}
#feeds-section .social-sliders {
  width: calc(100% - 60px);
  margin: 0 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #feeds-section .social-sliders {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #feeds-section .social-sliders {
    display: block;
  }
}
#feeds-section .social-sliders .social-slider {
  width: 100%;
  background: #000;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  #feeds-section .social-sliders .social-slider {
    width: 100%;
    margin-bottom: 1px;
    padding: 20px 0;
  }
}
#feeds-section .social-sliders .social-slider .image {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.5;
}
#feeds-section .social-sliders .social-slider .image.right {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  #feeds-section .social-sliders .social-slider .image.right {
    display: none;
  }
}
@media (max-width: 767px) {
  #feeds-section .social-sliders .social-slider .image {
    width: 100%;
  }
}
#feeds-section .social-sliders .social-slider:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  z-index: 2;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #feeds-section .social-sliders .social-slider:after {
    display: none;
  }
}
#feeds-section .social-sliders .social-slider .swiper-button {
  width: 30px;
  height: 50px;
  top: 50%;
}
#feeds-section .social-sliders .social-slider .swiper-button:after {
  width: 30px;
  height: 30px;
}
#feeds-section .social-sliders .social-slider .swiper-button.swiper-button-prev {
  left: 50px;
}
#feeds-section .social-sliders .social-slider .swiper-button.swiper-button-next {
  right: 50px;
}
@media only screen and (max-width: 1024px) {
  #feeds-section .social-sliders .social-slider .swiper-button.swiper-button-prev {
    left: 20px;
  }
  #feeds-section .social-sliders .social-slider .swiper-button.swiper-button-next {
    right: 20px;
  }
}
@media (max-width: 767px) {
  #feeds-section .social-sliders .social-slider .swiper-button.swiper-button-prev {
    left: 0;
  }
  #feeds-section .social-sliders .social-slider .swiper-button.swiper-button-next {
    right: 0;
  }
}
#feeds-section .social-sliders .social-slider .swiper-container {
  width: 100%;
  height: 480px;
  margin: 120px auto;
  z-index: 3;
}
@media (max-width: 767px) {
  #feeds-section .social-sliders .social-slider .swiper-container {
    margin: 0 auto;
  }
}
#feeds-section .social-sliders .social-slider .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
}
#feeds-section .social-sliders .social-slider .swiper-container .swiper-slide .swiper-slide-content {
  width: 240px;
  height: 100%;
  padding: 54px 30px 30px;
  margin: 0 auto;
  background: #000;
}
#feeds-section .social-sliders .social-slider .swiper-container .date {
  font-size: 16px;
  font-weight: 700;
  color: #908677;
  line-height: 23px;
  margin-bottom: 15px;
  display: block;
}
#feeds-section .social-sliders .social-slider .swiper-container .text {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}
#feeds-section .social-sliders .social-slider .swiper-container a {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  font: 16px/16px "LibreFranklin", Arial, sans-serif;
  color: #ffdebc;
  padding-top: 14px;
  border: 1px solid #ffdebc;
  text-decoration: none;
}
#feeds-section .social-sliders .social-slider .swiper-container a:hover {
  border-color: #fff;
  color: #fff;
}
#feeds-section .feed-content {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #feeds-section .feed-content {
    width: 100%;
    margin: 0;
  }
}
#feeds-section .feed-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1px;
}
#feeds-section .feed-item {
  position: relative;
  overflow: hidden;
  width: calc((100% - 30px) / 4);
  text-align: left;
  background: #000;
  color: #fff;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  #feeds-section .feed-item {
    width: calc((100% - 20px) / 2);
  }
}
#feeds-section .feed-item a {
  display: block;
  width: 100%;
  padding-top: 100%;
  z-index: 999;
  position: relative;
}
#feeds-section .feed-item.hide {
  display: none;
}
#feeds-section .feed-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  background: url("../images/sprite.svg") -1000px -1000px no-repeat;
  z-index: 5;
}
@media (max-width: 767px) {
  #feeds-section .feed-item:before {
    transform: scale(0.8) translateX(-50%);
  }
}
#feeds-section .feed-item:after {
  border: 1px solid rgba(0, 35, 65, 0.25);
  bottom: 20px;
  content: "";
  display: block;
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}
#feeds-section .feed-item.instagram .feed-descr {
  display: none;
}
#feeds-section .feed-item.instagram:before {
  background-position: -271px -375px;
}
#feeds-section .feed-item .feed-descr {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  overflow: hidden;
  padding: 30px;
  width: 100%;
  font: 16px/20px "LibreFranklin", Arial, sans-serif;
  text-align: left;
  color: #fff;
  max-height: 100%;
}
@media (max-width: 767px) {
  #feeds-section .feed-item .feed-descr {
    padding: 10px;
    line-height: 14px;
    font-size: 12px;
  }
}
#feeds-section .feed-item h4 {
  text-decoration: underline;
  color: #002341;
  padding-right: 30px;
  transition: all 350ms ease-in-out;
}
#feeds-section .feed-item.no-img {
  background: #EFEFEF;
  transition: background-color 0.2s;
}
#feeds-section .feed-item.no-img .feed-descr {
  color: #5A5A5A;
}
#feeds-section .feed-item.no-img:hover {
  background: rgb(244.1, 244.1, 244.1);
}
#feeds-section .feed-item .feed-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}
#feeds-section .feed-item .feed-text {
  display: inline-block;
  font-family: "LibreFranklin", Arial, sans-serif;
}
#feeds-section .feed-item .feed-copy {
  margin: 0;
  overflow: hidden;
  max-height: 140px;
}
@media (max-width: 767px) {
  #feeds-section .feed-item .feed-copy {
    max-height: 124px;
  }
}
#feeds-section .feed-item a {
  color: inherit;
  text-decoration: none;
}
#feeds-section .feed-item a:hover {
  text-decoration: underline;
}
#feeds-section .feed-item .feed-thumb {
  transition: opacity 0.4s, transform 0.4s;
}
#feeds-section .feed-item:hover .feed-thumb {
  opacity: 0.4;
  transform: scale(1.1);
}
#feeds-section .feed-item:hover.instagram .feed-thumb {
  opacity: 1;
}
#feeds-section .feed-controls {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  #feeds-section .feed-controls {
    margin-top: 30px;
  }
}
#feeds-section .feed-controls a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #002341;
  border: 1px solid #002341;
  font: 400 12px/16px "LibreFranklin", Arial, sans-serif;
  padding: 8px 28px 12px;
  text-transform: uppercase;
  cursor: pointer;
  height: auto;
}
#feeds-section .feed-controls a span {
  display: block;
  font-size: 20px;
  font-weight: 600;
}
#feeds-section .feed-controls a:before {
  background: #002341;
  content: "";
  display: block;
  left: -100%;
  position: absolute;
  top: 1px;
  bottom: 1px;
  transition: left 750ms cubic-bezier(0.42, 0.64, 0, 1);
  width: calc(100% - 2px);
  z-index: -1;
}
#feeds-section .feed-controls a:hover, #feeds-section .feed-controls a:active {
  color: #fff;
}
#feeds-section .feed-controls a:hover:before, #feeds-section .feed-controls a:active:before {
  left: 1px;
}

.promos-slider {
  margin: 0 -5px;
  margin-bottom: 60px;
  position: relative;
  padding: 0 0 6px;
  overflow: hidden;
}
@media only screen and (min-width: 1340px) {
  .promos-slider {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .promos-slider {
    margin: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .promos-slider {
    margin-bottom: 40px;
  }
}
.promos-slider .center-column {
  overflow: hidden;
}
.promos-slider .swiper-wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  transition-property: transform;
}
.promos-slider .promo {
  display: inline-block;
  margin: 0 5px;
  max-height: 480px;
  min-height: 360px;
  min-width: 320px;
  overflow: hidden;
  position: relative;
  width: calc(33.3% - 10px);
  background: #002341;
}
.promos-slider .promo h2 {
  color: #fff;
  font: 700 36px/1 "GillSans", Arial, sans-serif;
  font-size: 3vw;
  text-align: center;
  max-width: 436px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .promos-slider .promo h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .promos-slider .promo h2 {
    font-size: 36px;
  }
}
.promos-slider .promo h2 a {
  color: inherit;
  text-decoration: none;
}
.promos-slider .promo img {
  display: block;
  visibility: hidden;
  width: 100%;
}
.promos-slider .promo:hover .description {
  opacity: 1;
}
.promos-slider .promo:hover .overlay {
  background: rgba(0, 35, 65, 0.5);
}
.promos-slider .promo:hover .overlay:before {
  bottom: 15px;
  left: 15px;
  right: 15px;
  top: 15px;
}
.promos-slider .promo:hover .thumbnail {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .promos-slider .promo {
    margin: 0 10px;
    min-width: 0;
    width: 100%;
  }
  .promos-slider .promo .description p {
    font-size: 12px;
    opacity: 1;
  }
  .promos-slider .promo .overlay {
    background: rgba(0, 0, 0, 0.5);
  }
  .promos-slider .promo .overlay:before {
    bottom: 10px !important;
    left: 10px !important;
    right: 10px !important;
    top: 10px !important;
  }
}
.promos-slider .thumbnail {
  background-position: 50% 50%;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 350ms ease-in;
  z-index: 0;
}
.promos-slider .overlay {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  display: flex;
  flex-direction: column;
  color: #fff;
  left: 0;
  padding: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
  transition: background-color 350ms ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .promos-slider .overlay {
    padding: 40px 50px;
  }
}
.promos-slider .overlay:before {
  border: 1px solid rgba(255, 255, 255, 0.85);
  bottom: 20px;
  content: "";
  display: block;
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: -1;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .promos-slider .overlay:before {
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
  }
}
.promos-slider .description {
  align-items: center;
  display: flex;
  flex: 1;
  flex-flow: column;
  margin: 20px auto;
  padding: 0 30px;
  max-height: 200px;
  overflow: auto;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
.promos-slider .description p {
  display: inline-block;
  font-size: 14px;
  width: 100%;
}
.promos-slider .button {
  position: absolute;
  bottom: 20px;
  width: auto;
  left: 50%;
  transform: translate(-50%, 0);
}
.promos-slider .slick-prev {
  left: 47px;
}
@media only screen and (max-width: 1024px) {
  .promos-slider .slick-prev {
    left: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .promos-slider .slick-next {
    right: 30px;
  }
}

.menu-tabs-block-acm h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
}
.menu-tabs-block-acm .tabs {
  position: relative;
  z-index: 100;
}
.menu-tabs-block-acm .tabs-titles {
  position: relative;
  margin: 0 0 40px;
  z-index: 200;
}
.menu-tabs-block-acm .tabs-titles ul {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1300px) {
  .menu-tabs-block-acm .tabs-titles ul {
    flex-wrap: wrap;
  }
}
.menu-tabs-block-acm .tabs-titles li.tab-title {
  order: 2;
  display: block;
  transition: all 1s;
}
.menu-tabs-block-acm .tabs-titles li.tab-title.active .button {
  color: #fff;
  background-color: #002341;
}
.menu-tabs-block-acm .tabs-titles li.tab-title.active .button:hover {
  color: #002341;
}
.menu-tabs-block-acm .tabs-titles .button {
  margin: 0 5px 10px;
  border-color: #002341;
  color: #002341;
}
@media (max-width: 767px) {
  .menu-tabs-block-acm .tabs-titles {
    height: 50px;
    margin: 0 0 30px;
  }
  .menu-tabs-block-acm .tabs-titles ul {
    position: relative;
    flex-direction: column;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title.active {
    order: 1;
    position: relative !important;
    z-index: 10;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title.active .button {
    color: #002341;
    background-color: #fff;
  }
  .menu-tabs-block-acm .tabs-titles li.tab-title.active .button:after {
    opacity: 1;
  }
  .menu-tabs-block-acm .tabs-titles .button {
    margin: 0 20px;
    width: calc(100% - 40px);
    height: 50px;
    text-align: left;
    background-color: #fff;
    text-transform: none;
  }
  .menu-tabs-block-acm .tabs-titles .button:before {
    content: none;
  }
  .menu-tabs-block-acm .tabs-titles .button:after {
    content: "";
    position: absolute;
    top: 23px;
    right: 13px;
    width: 23px;
    height: 10px;
    opacity: 0;
    background: url("../images/sprite.svg") -18px -69px no-repeat;
  }
  .menu-tabs-block-acm .tabs-titles.opened ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .menu-tabs-block-acm .tabs-titles.opened li.tab-title {
    position: relative;
    top: auto;
    z-index: 10;
  }
}
.menu-tabs-block-acm .tabs-content {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  z-index: 100;
  overflow: hidden;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.4s;
}
.menu-tabs-block-acm .tabs-content .tabs-content-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
  margin-bottom: 30px;
  width: 70%;
  text-align: center;
}
@media (max-width: 767px) {
  .menu-tabs-block-acm .tabs-content p.tabs-content-item-descr {
    max-width: auto;
    width: 100%;
  }
}
.menu-tabs-block-acm .menu-block {
  width: 46%;
  min-width: 400px;
  margin-right: auto;
  padding: 0 2% 40px;
  text-align: left;
}
@media (max-width: 767px) {
  .menu-tabs-block-acm .menu-block {
    width: 100%;
    min-width: auto;
  }
}
.menu-tabs-block-acm .menu-block h2 {
  text-align: left;
  margin-bottom: 20px;
}
.menu-tabs-block-acm .menu-block h2 span {
  display: block;
  font-size: 0.8em;
}
.menu-tabs-block-acm .menu-block h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.menu-tabs-block-acm .menu-block .dish {
  margin-bottom: 20px;
}
.menu-tabs-block-acm .menu-block .dish p {
  margin-bottom: 0;
}
.menu-tabs-block-acm .menu-block .dish .dish-ingredients {
  margin: 6px 0;
  font-size: 0.8em;
}
.menu-tabs-block-acm .menu-link {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.menu-tabs-block-acm .menu-link .button {
  display: inline-block;
}

.acm-block-layout.audio-block {
  display: block;
  width: 100%;
  min-height: 60px;
  margin: 20px 0 40px;
  text-align: center;
}
.acm-block-layout.audio-block img {
  width: 100%;
  max-width: 280px;
  margin-bottom: 20px;
}
.acm-block-layout.audio-block figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.acm-block-layout.audio-block .play-audio {
  position: relative;
  display: block;
  padding: 0 20px 0 62px;
  color: #fff;
  font: bold 16px/54px "LibreFranklin", Arial, sans-serif;
  border: 2px solid #002341;
  background-color: #002341;
  text-transform: uppercase;
  z-index: 10;
}
.acm-block-layout.audio-block .play-audio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 12px 0;
  font-size: 0;
  border-radius: 50%;
  background: #002341 url(../images/audio-icon.svg) 50% 50% no-repeat;
  background-size: 26px 26px;
}
.acm-block-layout.audio-block .play-audio:hover {
  color: #002341;
  background-color: #fff;
}
.acm-block-layout.audio-block audio {
  position: relative;
  display: none;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 20;
}
.acm-block-layout.audio-block.audio-show .play-audio {
  font-size: 0;
  padding: 0 20px 0 40px;
  background-color: #fff;
  border-color: #fff;
}
.acm-block-layout.audio-block.audio-show .play-audio::before {
  background: #002341 url(../images/close-light.svg) 50% 50% no-repeat;
}
.acm-block-layout.audio-block.audio-show audio {
  display: block;
  opacity: 1;
}

.ig-feed-section .section-content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .ig-feed-section .section-content {
    margin-bottom: 20px;
  }
}
.ig-feed-section .section-content .ig-feed-section-heading {
  text-align: left;
}
.ig-feed-section .section-content .ig-feed-section-heading h3 {
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 1023px) {
  .ig-feed-section .section-content .ig-feed-section-heading h3 {
    margin-bottom: 15px;
    line-height: 20px;
    font-size: 18px;
  }
}
.ig-feed-section .section-content .ig-feed-section-heading h2 {
  margin: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .ig-feed-section .section-content .ig-feed-section-heading h2 {
    font-size: 24px;
  }
}
.ig-feed-section .section-content .ig-feed-section-heading .instagram {
  position: relative;
  padding-left: 30px;
}
.ig-feed-section .section-content .ig-feed-section-heading .instagram::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../images/feeds-sprite.svg") -250px 0 no-repeat;
}
.ig-feed-section .section-content .button {
  margin: 0 0 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1023px) {
  .ig-feed-section .section-content .button {
    margin: 30px auto 0 auto;
  }
}

#feeds {
  position: relative;
  z-index: 10;
}
#feeds h2 {
  font: 36px/1.2 "GillSans", Arial, sans-serif;
  margin-bottom: 30px;
  color: #002341;
  text-transform: uppercase;
  text-align: center;
}
#feeds.loading {
  min-height: 300px;
}
#feeds.loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #002341;
  border-bottom-color: #002341;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#feeds .feed-content {
  overflow: hidden;
  position: relative;
}
#feeds .feed-items {
  font-size: 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#feeds .feed-item {
  position: relative;
  height: auto;
  float: left;
  font: italic 14px/18px "LibreFranklin", Arial, sans-serif;
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background: #f9f8f6;
  color: #808080;
  transition: opacity 350ms ease-in-out;
  margin-right: 20px;
  margin-bottom: 20px;
}
#feeds .feed-item .inner-wrapper {
  width: 100%;
  padding-top: 100%;
}
@media (max-width: 449px) {
  #feeds .feed-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 450px) and (max-width: 767px) {
  #feeds .feed-item {
    width: calc((100% - 10px) / 2);
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #feeds .feed-item {
    width: calc((100% - 30px) / 3);
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1440px) and (max-width: 1799px) {
  #feeds .feed-item {
    width: calc((100% - 100px) / 5);
  }
}
@media (min-width: 1800px) {
  #feeds .feed-item {
    width: calc((100% - 120px) / 6);
  }
}
#feeds .feed-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  bottom: 10px;
  background: url("../images/feeds-sprite.svg") -200px 0 no-repeat;
  z-index: 5;
}
#feeds .feed-item::after {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
#feeds .feed-item:hover::after {
  opacity: 1;
}
#feeds .feed-item:hover .feed-descr {
  opacity: 1;
}
#feeds .feed-item:hover .feed-thumb::before {
  opacity: 0;
}
#feeds .feed-item.invisible {
  opacity: 0;
}
#feeds .feed-item .feed-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
#feeds .feed-item .feed-thumb.feed-video-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4) url("../images/icons-sprite.svg") no-repeat -72px -85px;
  overflow: hidden;
  transition: opacity 350ms ease-in-out;
}
#feeds .feed-item .feed-thumb div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
#feeds .feed-item .feed-descr {
  position: absolute;
  z-index: 5;
  bottom: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  font: 14px/18px "LibreFranklin", Arial, sans-serif;
  text-align: center;
  color: #fff;
  overflow: hidden;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
  box-sizing: border-box;
}
@media only screen and (min-width: 1340px) {
  #feeds .feed-item .feed-descr {
    padding: 20px;
  }
}
#feeds .feed-item .feed-title {
  font-family: "GillSans", Arial, sans-serif;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
}
#feeds .feed-item .feed-date {
  margin-bottom: 10px;
  font-family: "GillSans", Arial, sans-serif;
  font-size: 12px;
}
#feeds .feed-item .feed-text {
  font-family: "LibreFranklin", Arial, sans-serif;
  font-weight: 400;
  text-align: center;
}
#feeds .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#feeds .feed-item.blog h3 {
  color: #808080;
  padding-right: 30px;
  margin-bottom: 7px;
  transition: all 350ms ease-in-out;
}
#feeds .feed-item.blog h3:hover {
  opacity: 0.7;
}
#feeds .feed-item.blog .feed-descr {
  color: #595959;
}
#feeds .feed-controls {
  display: block;
  padding: 0 20px;
  text-align: center;
}
#feeds .feed-controls .button {
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
#feeds .feed-items__column {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#feeds .feed-items__column.feed-items__second-column {
  width: 34%;
}
@media (min-width: 1800px) {
  #feeds .feed-items__column.feed-items__second-column {
    width: 24%;
  }
}
#feeds .feed-items__column.feed-items__second-column .feed-item {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  #feeds .feed-items__column .feed-item {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 980px) and (max-width: 1439px) {
  #feeds .feed-items__column .feed-item {
    width: calc((100% - 85px) / 4);
  }
}
@media (min-width: 1440px) and (max-width: 1799px) {
  #feeds .feed-items__column .feed-item {
    width: calc((100% - 100px) / 5);
  }
}
@media (min-width: 1800px) {
  #feeds .feed-items__column .feed-item {
    width: calc((100% - 120px) / 6);
  }
}

.view-wrapper {
  padding: 0 0px;
  margin: 14px 0 80px;
  text-align: center;
  position: relative;
}

.view-360 {
  font-size: 0;
  max-width: 920px;
}
@media only screen and (max-width: 1024px) {
  .view-360 {
    text-align: center;
  }
}
.view-360:before {
  content: "";
  display: block;
  background: #E2E2E2;
  height: 1px;
  max-width: 904px;
  position: relative;
  margin: 0 auto 10px;
}
.view-360 .block {
  width: 285px;
  height: 285px;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}
@media (min-width: 1440px) {
  .view-360 .block:first-child {
    margin-left: 0;
  }
  .view-360 .block:nth-child(3n) {
    margin-right: 0;
  }
  .view-360 .block:nth-child(4n) {
    margin-left: 0;
  }
}
@media (max-width: 449px) {
  .view-360 .block {
    margin: 10px 0;
    width: 210px;
    height: 210px;
  }
}
.view-360 .block:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.32);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 350ms ease-in-out;
}
.view-360 .block:hover:before {
  background: rgba(0, 0, 0, 0.42);
}
.view-360 .block .view-tour {
  font: 700 27px/27px "LibreFranklin", Arial, sans-serif;
  text-shadow: 2px 0 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.keyboard-navigation .view-360 .block .view-tour:focus {
  background: rgba(0, 0, 0, 0.9);
}
.view-360 .block .view-tour span {
  width: 90%;
  position: absolute;
  left: 50%;
  font-size: 20px;
  font-family: "GillSans", Arial, sans-serif;
  letter-spacing: 2px;
  line-height: 24px;
  font-weight: 600;
  top: 50%;
  transform: translate(-50%, -50%);
}
.view-360 .block .view-tour span:after {
  content: "";
  display: block;
  background: url("../images/360-icon.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 17px;
  width: 27px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -24px;
}
.view-360 .block .view-tour:after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 449px) {
  .view-360 .block .view-tour:after {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}

.mobile-list {
  display: none;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  color: #151616;
  font-size: 14px;
  line-height: 50px;
  background: #fff;
  border: 1px solid #d0d0d0;
  position: relative;
  text-align: left;
  padding: 0 45px 0 15px;
  margin-bottom: 30px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mobile-list:after {
  content: "";
  position: absolute;
  top: 23px;
  right: 13px;
  width: 23px;
  height: 10px;
  background: url("../images/sprite.svg") -18px -69px no-repeat;
}
@media only screen and (max-width: 1024px) {
  .mobile-list {
    display: block;
  }
}

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

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

#categories-list {
  position: relative;
  padding: 0 40px;
  margin: 30px 0 15px 0;
  text-align: center;
}
#categories-list .text {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #categories-list {
    display: none;
    margin-top: -30px;
    margin-bottom: 30px;
    border: 1px solid #e2e2e2;
    border-top: 0;
  }
  #categories-list.visible {
    display: block;
  }
  #categories-list.visible .button {
    display: block;
    border: 0;
    white-space: normal;
    height: auto;
    line-height: 20px;
    padding: 15px 10px;
    width: 100%;
    box-sizing: border-box;
  }
  #categories-list.visible .button:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -1px;
    width: 50px;
    height: 1px;
    background: #d6d6d6;
  }
  #categories-list.visible .button:first-child:after {
    display: none;
  }
  #categories-list.visible .button:hover, #categories-list.visible .button.active {
    border: 0;
    background: none;
    color: #000;
  }
}
#categories-list .text {
  display: none;
}

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

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

.careers h4 {
  margin-bottom: 10px;
}
.careers.last dl:last-child {
  border-bottom: 0;
}
.careers dt {
  color: #002341;
  font: 20px/1 "GillSans", Arial, sans-serif;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .careers dt {
    margin-bottom: 10px;
  }
}
.careers dd {
  margin-bottom: 20px;
}
.careers .block-list-item {
  padding: 0;
}

.map-content {
  background: #fff;
  box-shadow: 0 1px 10px #9B9B9B;
  font: 12px/1.45 "LibreFranklin", Arial, sans-serif;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 300px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .map-content {
    width: 280px;
  }
}
.map-content h3 {
  color: #002341;
  font: 24px/1.2 "GillSans", Arial, sans-serif;
  margin: 0 0 10px;
}
.map-content img {
  margin: 0 0 10px;
}

.pressroom {
  text-align: center;
}
.pressroom .pressroom-item {
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  display: inline-block;
  height: 400px;
  margin: 15px 10px 20px 10px;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
  vertical-align: top;
  width: calc(33% - 20px);
}
@media only screen and (max-width: 1024px) {
  .pressroom .pressroom-item {
    width: calc(40% - 20px);
  }
}
@media (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item h4 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}
.pressroom .pressroom-item time {
  color: #fff;
  display: block;
  margin: 5px 0;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  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: 18px;
  font-size: 14px;
  margin-bottom: 10px;
}
.pressroom .pressroom-item .pdf {
  color: #fff;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  line-height: 16px;
  padding-left: 0 !important;
}
.pressroom .pressroom-item .pdf:hover {
  color: #fff;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
}
.pressroom .pressroom-item .button {
  border-color: #fff !important;
  color: #fff !important;
  display: inline-block;
  margin: 0 auto;
}
.pressroom .pressroom-item .button:before {
  background-color: #fff !important;
}
.pressroom .pressroom-item .button:hover {
  color: #000 !important;
}

.galleries {
  margin: 0 -5px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .galleries {
    margin: 0;
  }
}
.galleries .gallery {
  display: inline-block;
  margin: 0 5px;
  max-height: 480px;
  min-height: 360px;
  min-width: 320px;
  overflow: hidden;
  position: relative;
  width: calc(33.3% - 10px);
  background: #002341;
}
@media (max-width: 767px) {
  .galleries .gallery {
    margin: 0;
    min-height: 0;
    min-width: 0;
    width: 100%;
  }
}
.galleries .gallery h2 {
  color: #fff;
  font: 36px/1 "GillSans", Arial, sans-serif;
  font-size: 3vw;
  text-align: center;
}
@media (max-width: 800px) {
  .galleries .gallery h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .galleries .gallery h2 {
    font-size: 36px;
  }
}
.galleries .gallery h2 a {
  color: inherit;
  text-decoration: none;
}
.galleries .gallery img {
  display: block;
  visibility: hidden;
  width: 100%;
}
.galleries .gallery p {
  display: inline-block;
  font-size: 14px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 350ms ease-in-out;
}
.galleries .gallery:hover p {
  opacity: 1;
}
.galleries .gallery:hover .overlay {
  background: rgba(0, 0, 0, 0.5);
}
.galleries .gallery:hover .overlay:before {
  bottom: 15px;
  left: 15px;
  right: 15px;
  top: 15px;
}
.galleries .gallery:hover .thumbnail {
  bottom: -10px;
  left: -10px;
  right: -10px;
  top: -10px;
}
.galleries .thumbnail {
  background-position: 50% 50%;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 350ms ease-in-out;
  z-index: 0;
}
.galleries .overlay {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  display: flex;
  flex-direction: column;
  color: #fff;
  left: 0;
  padding: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 2;
  transition: background-color 350ms ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .galleries .overlay {
    padding: 40px 50px;
  }
}
@media (max-width: 767px) {
  .galleries .overlay {
    padding: 20px;
  }
}
.galleries .overlay:before {
  border: 1px solid rgba(255, 255, 255, 0.25);
  bottom: 20px;
  content: "";
  display: block;
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: -1;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .galleries .overlay:before {
    bottom: 10px;
    left: 10px;
    right: 10px;
    top: 10px;
  }
}
.galleries .description {
  align-items: center;
  display: flex;
  flex: 1;
  flex-flow: column wrap;
}
.galleries .description p {
  margin: auto;
}
.galleries .button {
  border-color: #fff !important;
  color: #fff !important;
  display: inline-block;
  margin: 0 auto;
}
.galleries .button:before {
  background-color: #fff !important;
}
.galleries .button:hover {
  color: #000 !important;
}

.gallery {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.gallery.common-gallery, .gallery.weddings-gallery {
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .gallery.common-gallery, .gallery.weddings-gallery {
    width: 100%;
    margin: 0;
  }
}
.gallery .view-gallery {
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 1px;
  margin-bottom: 1px;
  background: #000;
  cursor: pointer;
}
.gallery .view-gallery .image {
  display: block;
  float: left;
  width: 100%;
  height: 0;
  padding-top: 66.7%;
  overflow: hidden;
  position: relative;
  text-indent: -1000px;
  transition: opacity 0.4s;
}
.gallery .view-gallery .image .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  transition: transform 0.5s;
}
.gallery .view-gallery .image .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  transition: opacity 350ms ease;
}
.gallery .view-gallery .image .caption span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  padding: 40px 45px;
  font: 200 17px/27px "LibreFranklin", Arial, sans-serif;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  text-indent: 0;
}
.gallery .view-gallery:hover .bg {
  transform: scale(1.1);
}
.gallery .view-gallery:hover .caption {
  opacity: 1;
}
.gallery.weddings-gallery {
  font-size: 0;
}
.gallery.weddings-gallery .view-gallery {
  display: inline-block;
  width: calc((100% - 4px) / 4);
}
.gallery.weddings-gallery .view-gallery:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .gallery.weddings-gallery .view-gallery {
    width: calc((100% - 6px) / 2);
    margin-bottom: 2px;
  }
  .gallery.weddings-gallery .view-gallery:nth-child(4n) {
    margin-right: inherit;
  }
  .gallery.weddings-gallery .view-gallery:nth-child(2n) {
    margin-right: 2px;
    margin-left: 1px;
  }
  .gallery.weddings-gallery .view-gallery:nth-child(2n+1) {
    margin-left: 2px;
    margin-right: 1px;
  }
}
.gallery.weddings-gallery .view-gallery.big-image {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .gallery.weddings-gallery .view-gallery.big-image {
    width: calc(100% - 4px);
    margin: 0 2px;
  }
}
.gallery.weddings-gallery .view-gallery.big-image .image {
  padding-top: 50%;
  opacity: 0.8;
}
.gallery.weddings-gallery .view-gallery.big-image:hover .image {
  opacity: 1;
}
.gallery.common-gallery .view-gallery {
  width: calc((100% - 2px) / 3);
}
.gallery.common-gallery .view-gallery:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .gallery.common-gallery .view-gallery {
    width: calc((100% - 1px) / 2);
  }
  .gallery.common-gallery .view-gallery:nth-child(3n) {
    margin-right: 1px;
  }
  .gallery.common-gallery .view-gallery:nth-child(2n) {
    margin-right: 0;
  }
}

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

.form {
  display: block;
  margin-bottom: 20px;
}
.form h3 {
  margin-top: 20px;
  padding-bottom: 10px;
  text-align: left;
}
.form label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media (max-width: 767px) {
  .form label {
    display: block;
    float: none;
    margin: 0 0 10px;
    text-align: left;
    width: auto;
  }
}
.form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.form p {
  margin-bottom: 10px;
}
.form p:after {
  content: "";
  display: table;
  clear: both;
}
.form p .ui-datepicker-trigger {
  margin-top: 13px;
}
@media (max-width: 767px) {
  .form p .ui-datepicker-trigger {
    display: none;
  }
}
.form p span {
  float: left;
  margin: 0 10px 0 0;
}
.form p span.checkbox-group {
  margin-bottom: 10px;
}
.form p span input {
  display: inline;
  float: none;
  margin: 0;
}
.form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.form p span.group label {
  display: block;
}
.form p span.group label input {
  margin-right: 0.4em;
}
.form input[type=text], .form input[type=date], .form textarea {
  background: #F4F4F4;
  box-sizing: border-box;
  color: #000;
  font: 14px/50px "LibreFranklin", Arial, sans-serif;
  height: 50px;
  padding: 0 20px;
  resize: none;
  width: 250px;
}
@media (max-width: 767px) {
  .form input[type=text], .form input[type=date], .form textarea {
    margin-bottom: 10px;
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
.form input[type=text]::-webkit-input-placeholder, .form input[type=date]::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
  color: #9B9B9B;
}
.form input[type=text]:-moz-placeholder, .form input[type=date]:-moz-placeholder, .form textarea:-moz-placeholder {
  color: #9B9B9B;
}
.form input[type=text]::-moz-placeholder, .form input[type=date]::-moz-placeholder, .form textarea::-moz-placeholder {
  color: #9B9B9B;
}
.form input[type=text]:-ms-input-placeholder, .form input[type=date]:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
  color: #9B9B9B;
}
.form textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px 20px;
}
.form input[type=checkbox],
.form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
  margin-top: 1px;
}
.form input.date-pick {
  width: 120px;
  float: left;
}
@media (max-width: 767px) {
  .form input.date-pick {
    float: none;
    display: block;
    width: 100%;
  }
}
.form a.dp-choose-date {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
.form .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media (max-width: 767px) {
  .form .controls p {
    padding: 0;
    text-align: center;
  }
}
.form .controls .button {
  margin-left: 20px;
}
.form .controls .button:hover {
  color: #000 !important;
  border-color: #000 !important;
}
@media (max-width: 767px) {
  .form .controls .button {
    display: inline-block;
    margin: 0;
  }
}

#poi {
  margin: 0 0 120px;
  height: calc(100vh - 80px);
}
@media only screen and (max-width: 1024px) {
  #poi {
    margin-bottom: 60px;
    height: auto;
  }
}
@media (max-width: 767px) {
  #poi {
    height: calc(100vh - 60px);
    margin-bottom: 30px;
  }
}
#poi label[for=poi-selector] {
  display: none;
}

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

.poi-slider-container {
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font: 11px/1 "LibreFranklin", Arial, sans-serif;
  padding: 0 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .poi-slider-container {
    margin: 0 0 10px;
    order: 2;
    padding: 0 20px;
  }
}
.poi-slider-container .distance {
  display: block;
  font: 36px/1 "GillSans", Arial, sans-serif;
  font-size: 2.5vw;
  margin: 10px 0 0;
}
@media (max-width: 960px) {
  .poi-slider-container .distance {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .poi-slider-container .distance {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .poi-slider-container .distance {
    font-size: 20px;
  }
}
.poi-slider-container .zoomin,
.poi-slider-container .zoomout {
  border: 2px solid #fff;
  box-sizing: border-box;
  display: block;
  height: 32px;
  position: absolute;
  left: 0;
  top: 20px;
  text-indent: -1000em;
  text-align: left;
  width: 46px;
  background: url("../images/sprite.svg") 12px -153px no-repeat;
  overflow: visible;
}
.poi-slider-container .zoomin:hover,
.poi-slider-container .zoomout:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .poi-slider-container .zoomin,
  .poi-slider-container .zoomout {
    border-width: 1px;
  }
}
.poi-slider-container .zoomin:after,
.poi-slider-container .zoomout:after {
  position: absolute;
  content: "";
  display: block;
  height: 5px;
  width: 24px;
  bottom: -4px;
  left: 9px;
  background: #002341;
}
.poi-slider-container .zoomin {
  left: auto;
  right: 0;
  background-position: -19px -153px;
}

#poi-map {
  background-color: #fff;
  height: calc(100vh - 180px);
  min-height: 500px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  #poi-map {
    min-height: 0;
    height: calc(100% - 166px);
  }
}

#poi-overlay {
  background: #002341;
  box-sizing: border-box;
  display: flex;
  height: 100px;
  justify-content: space-between;
  padding: 20px 40px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #poi-overlay {
    flex-flow: column nowrap;
    height: auto;
    padding: 20px;
  }
}
#poi-overlay h1,
#poi-overlay .h1 {
  color: #fff;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font: bold 44px/60px "GillSans", Arial, sans-serif;
  font-size: 3vw;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 800px) {
  #poi-overlay h1,
  #poi-overlay .h1 {
    font-size: 24px;
  }
}
@media (min-width: 1466.6666666667px) {
  #poi-overlay h1,
  #poi-overlay .h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1024px) {
  #poi-overlay h1,
  #poi-overlay .h1 {
    position: relative;
    left: unset;
    transform: translateX(0);
    margin: 0 auto;
    padding: 5px 0 12px 0;
  }
}
@media (max-width: 767px) {
  #poi-overlay h1,
  #poi-overlay .h1 {
    line-height: 1;
    margin: 0 0 10px;
    padding: 0;
    order: 1;
    white-space: nowrap;
    width: auto;
  }
}
#poi-overlay .category-selector {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
@media (max-width: 767px) {
  #poi-overlay .category-selector {
    order: 3;
  }
  #poi-overlay .category-selector select {
    border-color: #fff;
    color: #fff;
  }
  #poi-overlay .category-selector select + .select-icon {
    background-position: 0 -70px;
  }
}
#poi-overlay .category-selector .poi-button {
  border-radius: 0;
  color: #fff;
  font: 11px/1 "LibreFranklin", Arial, sans-serif;
  margin: 0 0 0 40px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  #poi-overlay .category-selector .poi-button {
    margin-left: 20px;
  }
}
#poi-overlay .category-selector .poi-button.active, #poi-overlay .category-selector .poi-button:hover {
  color: #ffdebc;
}
#poi-overlay .category-selector .poi-button:first-child {
  margin-left: 0 !important;
}
#poi-overlay .category-selector .poi-button:before {
  background: url(../images/pin-sprite.svg) no-repeat -40px 0;
  content: "";
  display: block;
  height: 45px;
  margin: 0 auto 5px;
  width: 30px;
}
#poi-overlay .category-selector .poi-button.icon-1:before {
  background-position: -40px 0;
}
#poi-overlay .category-selector .poi-button.icon-1.active:before {
  background-position: 0 0;
}
#poi-overlay .category-selector .poi-button.icon-2:before {
  background-position: -40px -50px;
}
#poi-overlay .category-selector .poi-button.icon-2.active:before {
  background-position: 0 -50px;
}
#poi-overlay .category-selector .poi-button.icon-3:before {
  background-position: -40px -100px;
}
#poi-overlay .category-selector .poi-button.icon-3.active:before {
  background-position: 0px -100px;
}
#poi-overlay .category-selector .poi-button.icon-4:before {
  background-position: -40px -150px;
}
#poi-overlay .category-selector .poi-button.icon-4.active:before {
  background-position: 0px -150px;
}
#poi-overlay .category-selector .poi-button.icon-5:before {
  background-position: -40px -200px;
}
#poi-overlay .category-selector .poi-button.icon-5.active:before {
  background-position: 0px -200px;
}
#poi-overlay .poi-slider {
  display: none;
}

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

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

#calendar-views {
  float: left;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 767px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views li:after {
  content: none;
}
#calendar-views a {
  color: #000;
  display: block;
  line-height: 20px;
  margin-right: 20px;
  padding-left: 30px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #calendar-views a {
    margin-right: 0;
    margin-left: 20px;
  }
  #calendar-views a.grid {
    margin-left: 0;
  }
}
#calendar-views a:hover, #calendar-views a.active {
  color: #002341;
}
#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 1px;
}
#calendar-views a.grid:hover:before, #calendar-views a.grid.active:before {
  background-position: -240px 1px;
}
#calendar-views a.grid:active:before {
  background-position: -280px 1px;
}
#calendar-views a.list:before {
  background-position: -200px -37px;
}
#calendar-views a.list:hover:before, #calendar-views a.list.active:before {
  background-position: -240px -37px;
}
#calendar-views a.list:active:before {
  background-position: -280px -37px;
}

#calendar-filter {
  float: right;
}
@media (max-width: 767px) {
  #calendar-filter {
    margin-top: 10px;
    float: none;
  }
}

#calendar-breadcrumb {
  padding: 10px 0;
  margin-bottom: 20px;
}
#calendar-breadcrumb:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-breadcrumb dt, #calendar-breadcrumb dd {
  color: #9B9B9B;
  display: inline-block;
  margin-right: 10px;
}

#calendar-year {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #calendar-year {
    display: none;
  }
}
#calendar-year:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-year li {
  float: left;
}
#calendar-year li:after {
  content: none;
}
#calendar-year a {
  border-bottom: 1px solid #E2E2E2;
  color: #E2E2E2;
  display: block;
  margin-right: 1px;
  padding: 5px 0;
  text-decoration: none;
  transition: all 350ms ease-in-out;
}
#calendar-year a:hover {
  border-color: #000;
  color: #000;
}
#calendar-year .active a {
  border-color: #002341;
  color: #002341;
}
#calendar-year .active a:hover {
  border-color: #000;
  color: #000;
}

#calendar-month {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: newspaper;
}
@media (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
#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 li:after {
  content: none;
}
#calendar-month a {
  color: #132929;
  border: 1px solid transparent;
  display: inline-block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0 9px;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 1024px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover {
  border-color: #002341;
  color: #002341;
}
#calendar-month a.active {
  border-color: #002341;
  color: #fff;
}
#calendar-month a.active:after {
  background: #002341;
  bottom: 1px;
  content: "";
  display: block;
  left: 1px;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: -1;
}
@media (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: #002341;
  }
  #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 ul li {
  padding: 0;
}
#calendar-navigation ul li:after {
  content: none;
}
#calendar-navigation h2 {
  background-color: #eee;
  overflow: hidden;
  padding: 0 40px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
#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 li:after, #calendar-days li:after {
  content: none;
}

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

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

#calendar.list-view h2 a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  #calendar.list-view #calendar-month {
    display: none;
  }
}
#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-size: 20px;
  line-height: 30px;
  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 (max-width: 767px) {
  #calendar .vevent .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

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

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

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

#form_module_container_errors {
  color: #b31919;
}

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

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

#form_module_container_success {
  color: green;
}

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

#form_form_4 .inputcheckbox_JQvrzZUoJaIcQ67D4B5j {
  display: inline-flex;
  max-width: 60%;
  margin: auto;
}
#form_form_4 .inputcheckbox_JQvrzZUoJaIcQ67D4B5j p {
  margin-left: 15px;
}

.blog-page.template-1 .read-more-link {
  font: 700 16px/1.6em "GillSans", Arial, sans-serif;
  color: #002341;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.blog-page.template-1 .read-more-link:visited {
  color: #525252;
}
.blog-page.template-1 .read-more-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #002341;
  transition: all 400ms ease 0ms;
}
.blog-page.template-1 .read-more-link.white {
  color: #fff;
}
.blog-page.template-1 .read-more-link.white:after {
  background: #fff;
}
.blog-page.template-1 .read-more-link:hover {
  opacity: 0.8;
}
.blog-page.template-1 .read-more-link:hover:after {
  width: 0;
  left: auto;
  right: 0;
}
.blog-page.template-1 .posts-content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.blog-page.template-1 .posts-content-wrap .one-post {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
  height: 100%;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .posts-content-wrap .one-post {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post {
    padding: 0;
    margin-bottom: 30px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image {
  display: block;
  background-size: cover;
  background-position: center;
  position: relative;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image:after {
  content: "";
  display: block;
  padding-top: 66%;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image .comments-number {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin-left: 0;
  top: auto;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image .comments-number a {
  color: #002341;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper {
  position: relative;
  bottom: auto;
  left: auto;
  z-index: 2;
  width: 100%;
  padding: 0 80px 0 0;
  background: transparent;
  flex: 1;
  height: auto;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper {
    padding-right: 0;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
  margin-top: -80px;
  width: 100%;
  background: #fff;
  padding: 30px 40px 40px 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
    margin-top: 0;
    padding: 20px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author {
  font-size: 12px;
  line-height: 1.6em;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author a {
  color: #002341;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date,
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .author {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date {
  padding-right: 20px;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .date a {
  color: #002341;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author .author {
  padding-left: 20px;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title {
  font: normal 22px/1.3em "LibreFranklin", Arial, sans-serif;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title {
    font-size: 24px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-title a {
  color: #002341;
  text-decoration: none;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text,
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text p {
  font-size: 16px;
  line-height: 1.6em;
  color: #525252;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text,
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-text p {
    font-size: 14px;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .read-more-link {
  margin-top: 20px;
  color: #002341;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .read-more-link:after {
  background: #002341;
}

.single-blog-post .page-content-wrapper .content-col .main-content.single-post .blog-date {
  margin-bottom: 20px;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post .subtitle {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post h1 {
  margin-bottom: 15px;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post h2 {
  text-transform: none;
  font-size: 20px;
  line-height: 1.5;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post iframe {
  width: 100%;
}
.single-blog-post .page-content-wrapper .content-col .main-content.single-post img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 15px;
}
.single-blog-post .tags {
  display: inline-block;
  vertical-align: top;
  font-family: "GillSans", Arial, sans-serif;
}
.single-blog-post .tags h5 {
  font: 500 20px/1.2 "GillSans", Arial, sans-serif;
  color: #525252;
  display: inline-block;
  padding-right: 10px;
}
@media only screen and (max-width: 1023px) {
  .single-blog-post .tags h5 {
    margin-bottom: 10px;
  }
}
.single-blog-post .tags ul {
  margin: 0 0 15px 0;
  list-style: none;
  display: inline-block;
}
.single-blog-post .tags ul li {
  display: inline-block;
  padding-left: 0;
  padding-right: 10px;
}
.single-blog-post .tags ul li:before {
  content: none;
}
.single-blog-post .tags ul li a {
  text-decoration: none;
  font-weight: 600;
  color: #002341;
}
.single-blog-post .tags ul li a:hover {
  color: #525252;
}

@media only screen and (max-width: 1024px) {
  .blog-list-view #header-blog {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .blog-list-view #header-blog {
    height: 130px;
  }
}
.blog-list-view .blog-posts-wrapper {
  padding-top: 200px;
}
@media only screen and (max-width: 1023px) {
  .blog-list-view .blog-posts-wrapper {
    padding-top: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .blog-page.template-1 #photos .slideshow-button.previous {
    right: 20px;
  }
  .blog-page.template-1 #photos .slideshow-button.next {
    right: 20px;
  }
}
.blog-page.template-1 .single-post-back-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  width: 160px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
}
.blog-page.template-1 .single-post-back-button .back-to {
  font-size: 20px;
  color: #002341;
}
.blog-page.template-1 .single-post-back-button .back-to:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .single-post-back-button {
    width: 140px;
    height: 60px;
    line-height: 60px;
  }
  .blog-page.template-1 .single-post-back-button .back-to {
    font-size: 16px;
  }
}
.blog-page.template-1 .sidebar-wrap {
  width: 25%;
  background-color: #f7f7f7;
  padding: 100px 40px 80px;
  box-sizing: border-box;
  min-width: 350px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap {
    width: 100%;
    margin-top: 60px;
    padding: 60px 40px 60px;
  }
}
@media (max-width: 767px) {
  .blog-page.template-1 .sidebar-wrap {
    min-width: auto;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 60px;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form {
    height: 50px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form label {
  flex: 1;
  height: 100%;
}
.blog-page.template-1 .sidebar-wrap .blog-search-form label .search-field {
  width: 100%;
  height: 100%;
  border: none;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "GillSans", Arial, sans-serif;
  font-size: 18px;
  color: #9b9b9b;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form label .search-field {
    padding: 0 10px;
    font-size: 16px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
  width: 80px;
  height: 100%;
  border-radius: 0;
  background-color: #002341;
  border: none;
  cursor: pointer;
  color: transparent;
}
.blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit:hover {
  background-color: #002341;
}
@media only screen and (max-width: 1024px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
    background-size: 22px;
  }
}
@media (max-width: 767px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
    width: 60px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form svg {
  position: absolute;
  right: 26px;
  top: 17px;
  display: block;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form svg {
    top: 12px;
  }
}
@media (max-width: 767px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form svg {
    right: 16px;
  }
}
.blog-page.template-1 .sidebar-wrap .widget-title {
  font: 400 28px/1.2em "GillSans", Arial, sans-serif;
  color: #525252;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .widget-title {
    font-size: 24px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-categories {
  margin-bottom: 20px;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul {
  margin: 0;
  list-style: none;
  display: inline-block;
  text-align: left;
  width: 100%;
  font-size: 0;
  vertical-align: top;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
  padding: 0;
  margin: 0 10px 20px 0;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li:after {
  content: none;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a {
  font: 700 16px/1.7em "GillSans", Arial, sans-serif;
  color: #002341;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li a {
    font-size: 15px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #002341;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a:hover, .blog-page.template-1 .sidebar-wrap .blog-categories ul li a.active {
  opacity: 0.8;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul .menu.submenu {
  display: block;
  margin-top: 10px;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul .menu.submenu li {
  display: block;
  width: auto;
  margin: 0 15px 10px 0;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul .menu.submenu li a {
  font-size: 14px;
  line-height: 1.5;
  color: #525252;
}
@media only screen and (max-width: 1300px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li {
    width: 100%;
    margin-right: 0;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul {
  margin: 0;
  list-style: none;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 0;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year:after {
  content: none;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link-wrap {
  width: 50%;
  position: relative;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link {
  font: 700 18px/1em "GillSans", Arial, sans-serif;
  color: #002341;
  text-decoration: none;
  padding-right: 40px;
  position: relative;
  box-sizing: border-box;
  transition: all 400ms ease 0ms;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  right: 0;
  margin: 2px 0 0 -11px;
  border: 1px solid #969696;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out;
  transition: all 400ms ease 0ms;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link.active {
  color: #4a4a4a;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-year-link.active:after {
  transform: translateY(-50%) rotate(135deg);
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months {
  width: 50%;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item {
  display: none;
  margin-bottom: 10px;
  padding: 0;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item:after {
  content: none;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item:last-child {
  margin-bottom: 0;
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item a {
  font: 700 16px/1 "GillSans", Arial, sans-serif;
  color: #002341;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: auto;
}
@media only screen and (max-width: 1300px) {
  .blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item a {
    font-size: 15px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul .archive-year .archive-months .archive-month-item a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #002341;
}
.blog-page.template-1 .recent-posts-content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper {
  width: 75%;
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  position: relative;
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  right: auto;
  width: calc(100% - 80px);
  height: 1px;
  background-color: #d5d5d5;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper {
    padding: 0;
    flex: 1;
  }
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper:after {
    width: calc(100% - 40px);
    left: 20px;
  }
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
  font: normal 42px "GillSans", Arial, sans-serif;
  color: #002341;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1340px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .posts-wrap-headline {
    font-size: 34px;
  }
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .see-more {
  display: block;
  position: absolute;
  right: 80px;
  bottom: 30px;
}
@media (max-width: 767px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .see-more {
    position: relative;
    margin: 0 auto;
    right: auto;
  }
}

@media print {
  .print #header,
  .print #photos,
  .print #booking,
  .print #footer {
    display: none;
  }
  @page {
    size: 960px 1358px;
  }
}
