@charset "UTF-8";
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
  margin: 0;
  font-family: "Gotham A", "Gotham B";
  font-weight: normal;
}

.h1 {
  font-size: 34px;
  font-weight: 300px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: normal;
}
@media only screen and (min-width: 1024px) {
  .h1 {
    font-size: 70px;
    letter-spacing: 6px;
  }
}

.h2 {
  font-size: 20px;
  font-weight: 300;
  color: #232525;
  letter-spacing: normal;
}
@media only screen and (min-width: 1024px) {
  .h2 {
    font-size: 34px;
  }
}

.h3 {
  font-size: 24px;
  font-weight: 700;
  color: #232525;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.h4 {
  font-size: 20px;
  font-weight: 700;
  color: #232525;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.h5 {
  font-size: 14px;
  font-weight: 500;
  color: #232525;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.h6 {
  font-size: 16px;
  font-weight: 700;
  color: #232525;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.overline {
  font-family: "Gotham A", "Gotham B";
  font-size: 14px;
  font-weight: 300;
  color: #232525;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 640px) {
  .overline {
    font-size: 16px;
  }
}
.overline--small {
  font-size: 14px;
}

p,
.p {
  font-family: "Gotham A", "Gotham B";
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #515151;
  letter-spacing: 1px;
}
p a,
.p a {
  color: inherit;
}
p a:hover,
.p a:hover {
  color: #E2231A;
  text-decoration: underline;
}

.light {
  color: #fff !important;
}

.dark {
  color: #232525 !important;
}

.btn,
.button:not(.booking-trigger),
input[type=submit].button {
  display: inline-block;
}

.btn,
.button,
input[type=submit].button {
  position: relative;
  padding: 12px 24px 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
  font-family: "Gotham", "Arial";
  font-size: 16px;
  color: #fff;
  letter-spacing: 2.4px;
  background-color: #E2231A;
  border: solid 1px #E2231A;
  border-radius: initial;
  transition: 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .btn,
.button,
input[type=submit].button {
    font-size: 11px;
    padding: 11px 28px 10px;
    line-height: 11px;
    letter-spacing: 2.2px;
    height: 36px;
  }
}
.btn:hover, .btn:focus,
.button:hover,
.button:focus,
input[type=submit].button:hover,
input[type=submit].button:focus {
  color: #E2231A;
  text-decoration: none;
  background-color: transparent;
  border-color: #E2231A;
  transition: 350ms ease-in-out;
}
.btn--cta,
.button--cta,
input[type=submit].button--cta {
  color: #fff;
  border-radius: 0;
  background-color: #E2231A;
  border: solid 1px #E2231A;
}
.btn--cta:hover, .btn--cta:focus,
.button--cta:hover,
.button--cta:focus,
input[type=submit].button--cta:hover,
input[type=submit].button--cta:focus {
  color: #E2231A;
  text-decoration: none;
  background-color: transparent;
  border-color: #E2231A;
}
@media only screen and (max-width: 767px) {
  .btn--cta,
.button--cta,
input[type=submit].button--cta {
    padding: 11px 24px 10px;
  }
}
.btn--primary,
.button--primary,
input[type=submit].button--primary {
  color: #E2231A;
  letter-spacing: 3.5px;
  background-color: transparent;
  border: solid 1px #E2231A;
  border-radius: 0;
}
.btn--primary:hover, .btn--primary:focus,
.button--primary:hover,
.button--primary:focus,
input[type=submit].button--primary:hover,
input[type=submit].button--primary:focus {
  color: #fff;
  text-decoration: none;
  background-color: #E2231A;
  border-color: #E2231A;
}
.btn--primary.disabled, .btn--primary:disabled,
.button--primary.disabled,
.button--primary:disabled,
input[type=submit].button--primary.disabled,
input[type=submit].button--primary:disabled {
  color: #E2231A;
  pointer-events: visible !important;
  cursor: not-allowed;
  background: #fff;
  opacity: 0.5;
}
.btn--primary--fixed,
.button--primary--fixed,
input[type=submit].button--primary--fixed {
  width: 225px;
}
.btn--secondary,
.button--secondary,
input[type=submit].button--secondary {
  color: #fff;
  letter-spacing: 2px;
  background-color: transparent;
  border: solid 1px #fff;
  border-radius: 0;
}
.btn--secondary:hover, .btn--secondary:focus,
.button--secondary:hover,
.button--secondary:focus,
input[type=submit].button--secondary:hover,
input[type=submit].button--secondary:focus {
  color: #232525;
  text-decoration: none;
  background-color: #fff;
  border-color: #fff;
}

.prev-slide,
.next-slide {
  text-decoration: none !important;
}

.prev,
.next {
  display: inline-block;
  width: 40px;
  padding: 7px;
  color: #fff;
  text-align: center;
  background-color: #E2231A;
  border: solid 1px #fff;
  border-radius: 0;
}
.prev:hover, .prev:focus,
.next:hover,
.next:focus {
  opacity: 0.8;
}
.prev--white,
.next--white {
  background-color: transparent;
}

button {
  padding: 0;
  background: transparent;
  border: 0;
}

.form-control {
  width: 100%;
  padding: 13px 12px;
  font-family: "Gotham A", "Gotham B";
  font-size: 1rem;
  color: #000;
  letter-spacing: normal;
  background-color: #fff;
  border: 0;
  border-radius: 0;
}
.form-control.custom-select {
  font-family: "Gotham A", "Gotham B";
  font-size: 1rem;
  color: #35414a;
}

label {
  margin-bottom: 10px;
  font-family: "Gotham A", "Gotham B";
  font-size: 0.75rem;
  line-height: 18px;
  color: #E2231A;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.ttweb-booking-button {
  color: #e1251b;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  background-color: transparent;
  border: solid 1px #e1251b;
  border-radius: 0;
  transition: 0.3s;
}

.mb-5,
.my-5 {
  margin-bottom: 72px !important;
}

/* 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: 5px;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

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

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

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

.ui-datepicker {
  display: none;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.12);
  z-index: 10;
}
body > .ui-datepicker {
  z-index: 30;
}
.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker {
    width: calc(100% - 20px);
  }
}

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

.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 20;
}
.ui-datepicker-prev:after, .ui-datepicker-next:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 10px;
  height: 10px;
  border: 2px solid #327d7d;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg);
  transition: border-color 350ms ease-in-out;
}
.ui-datepicker-prev.ui-state-disabled, .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}

.ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker-prev:after {
  left: 10px;
  border-right: 0;
  border-top: 0;
  border-left: 2px solid #327d7d;
  border-bottom: 2px solid #327d7d;
}
.ui-datepicker-prev:not(.ui-state-disabled):hover:after {
  border-bottom-color: #54baba;
  border-left-color: #54baba;
}

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

.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  width: 252px;
  table-layout: fixed;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker-calendar th, .ui-datepicker-calendar td {
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  text-align: center;
}
.ui-datepicker-calendar th {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  font-size: 16px;
  color: #000;
}
.ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker-calendar td.ui-state-disabled {
  color: #a9a9a9;
}
.ui-datepicker-calendar td.ui-datepicker-other-month span:hover, .ui-datepicker-calendar td.ui-state-disabled span:hover {
  color: inherit;
  background: none;
}
.ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.ui-datepicker-calendar .ui-datepicker-today a {
  background: #ccc;
}
.ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker-calendar .ui-state-default:hover {
  background: #54baba;
  color: #fff;
}

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

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

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

@font-face {
  font-family: "HeBS-Icons";
  src: url("../fonts/HeBS-Icons.woff2?8uvq96") format("woff2"), url("../fonts/HeBS-Icons.woff?8uvq96") format("woff");
  font-weight: normal;
  font-style: normal;
}
[class^=rooms-icon-], [class*=" rooms-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "HeBS-Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rooms-icon-theatre-set-up:before {
  content: "";
}

.rooms-icon-classroom-set-up:before {
  content: "";
}

.rooms-icon-cabaret-set-up:before {
  content: "";
}

.rooms-icon-boardroom-set-up:before {
  content: "";
}

.rooms-icon-u-shaped-set-up:before {
  content: "";
}

.rooms-icon-banquet-set-up:before {
  content: "";
}

.rooms-icon-dinner-dance-set-up:before {
  content: "";
}

.rooms-icon-reception-set-up:before {
  content: "";
}

.rooms-icon-ceremony-set-up:before {
  content: "";
}

.rooms-icon-natural-daylight:before {
  content: "";
}

.rooms-icon-outlets-sockets:before {
  content: "";
}

.rooms-icon-direct-dial-point:before {
  content: "";
}

.rooms-icon-video-conferencing:before {
  content: "";
}

.rooms-icon-air-conditioning:before {
  content: "";
}

.rooms-icon-wi-fi:before {
  content: "";
}

.rooms-icon-blackout-shades:before {
  content: "";
}

.rooms-icon-visual-equipment:before {
  content: "";
}

.rooms-icon-audio-equipment:before {
  content: "";
}

.rooms-icon-flipchart-presentation-equipment:before {
  content: "";
}

.rooms-icon-tv-point:before {
  content: "";
}

.rooms-icon-overhead-projector:before {
  content: "";
}

.rooms-icon-data-projector:before {
  content: "";
}

.rooms-icon-balcony:before {
  content: "";
}

.rooms-icon-city-view:before {
  content: "";
}

.rooms-icon-beds:before {
  content: "";
}

.rooms-icon-flat-screen-tv:before {
  content: "";
}

.rooms-icon-hair-dryer:before {
  content: "";
}

.rooms-icon-iron:before {
  content: "";
}

.rooms-icon-ac:before {
  content: "";
}

.rooms-icon-king-bed:before {
  content: "";
}

.rooms-icon-kitchen:before {
  content: "";
}

.rooms-icon-minibar:before {
  content: "";
}

.rooms-icon-smoke-free:before {
  content: "";
}

.rooms-icon-occupancy:before {
  content: "";
}

.rooms-icon-ocean-view:before {
  content: "";
}

.rooms-icon-personal_items:before {
  content: "";
}

.rooms-icon-pool-view:before {
  content: "";
}

.rooms-icon-room-service:before {
  content: "";
}

.rooms-icon-safe:before {
  content: "";
}

.rooms-icon-single-room:before {
  content: "";
}

.rooms-icon-smoking:before {
  content: "";
}

.rooms-icon-size:before {
  content: "";
}

.rooms-icon-pulloutsofa:before {
  content: "";
}

.rooms-icon-twin-room:before {
  content: "";
}

.rooms-icon-wifi:before {
  content: "";
}

.rooms-icon-adaroom:before {
  content: "";
}

.rooms-icon-airport-shuttle-paid:before {
  content: "";
}

.rooms-icon-amusement-park:before {
  content: "";
}

.rooms-icon-bar:before {
  content: "";
}

.rooms-icon-beach:before {
  content: "";
}

.rooms-icon-business-center:before {
  content: "";
}

.rooms-icon-elevator:before {
  content: "";
}

.rooms-icon-environmentally-friendly:before {
  content: "";
}

.rooms-icon-fitness:before {
  content: "";
}

.rooms-icon-golf:before {
  content: "";
}

.rooms-icon-indoor-pool:before {
  content: "";
}

.rooms-icon-landmark:before {
  content: "";
}

.rooms-icon-outdoor-pool:before {
  content: "";
}

.rooms-icon-pet-friendly:before {
  content: "";
}

.rooms-icon-pool:before {
  content: "";
}

.rooms-icon-restaurant:before {
  content: "";
}

.rooms-icon-shuttle:before {
  content: "";
}

.rooms-icon-spa:before {
  content: "";
}

.rooms-icon-ticket-services:before {
  content: "";
}

.rooms-icon-valet:before {
  content: "";
}

.rooms-icon-water-park:before {
  content: "";
}

.rooms-icon-coffeemaker:before {
  content: "";
}

.rooms-icon-highfloor:before {
  content: "";
}

.rooms-icon-airport-shuttle-free:before {
  content: "";
}

.rooms-icon-view:before {
  content: "";
}

.rooms-icon-tv:before {
  content: "";
}

.rooms-icon-minifridge:before {
  content: "";
}

.rooms-icon-pets:before {
  content: "";
}

.rooms-icon-valet-only:before {
  content: "";
}

.rooms-icon-accessibility-features:before {
  content: "";
}

.rooms-icon-parking:before {
  content: "";
}

.blog-post-author {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-post-author {
    margin-bottom: 20px;
  }
}
.blog-post-author .author-block {
  display: flex;
  align-items: center;
  flex-flow: row;
}
@media only screen and (max-width: 767px) {
  .blog-post-author .author-block {
    justify-content: center;
  }
}
.blog-post-author .author-block .thumbnail {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 25px 0 0;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  background-color: #5990B4;
}
@media only screen and (max-width: 767px) {
  .blog-post-author .author-block .thumbnail {
    margin: 0 15px 0 0;
    width: 80px;
    height: 80px;
  }
}
.blog-post-author .author-block h4 {
  font: normal 16px/1.2 "ITC Century W01 Book Italic";
  color: #003E66;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .blog-post-author .author-block {
    font-size: 14px;
  }
}

.blog-post-banner {
  font-family: "ITC Century W01 Book Italic";
  position: absolute;
  right: 0;
  top: 100px;
  width: 160px;
  min-height: 600px;
  overflow: hidden;
}
.blog-post-banner:after {
  content: "";
  background-color: rgba(0, 62, 102, 0.45);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .blog-post-banner {
    display: none;
  }
}
.blog-post-banner .banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  background-color: #5990B4;
}
.blog-post-banner .post-banner-content {
  position: absolute;
  top: 80px;
  width: 100%;
  text-align: center;
  padding: 10px;
  z-index: 2;
}
.blog-post-banner .post-banner-content .banner-title {
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.blog-post-banner .post-banner-content .banner-title.banner-title-one {
  font-size: 16px;
  margin-bottom: 10px;
}
.blog-post-banner .post-banner-content .banner-title.banner-title-two {
  font-size: 30px;
}
.blog-post-banner .controls {
  position: absolute;
  bottom: 35px;
  left: 10px;
  right: 10px;
  margin: 0 auto;
  text-align: center;
}
.blog-post-banner .banner-button {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding-right: 10px;
  z-index: 2;
}
.blog-post-banner .banner-button:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 350ms ease-in-out;
  margin: 3px 0 0 -11px;
}
.blog-post-banner .banner-button:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  html.hamburger-navigation-visible {
    overflow: hidden;
  }
}
#hamburger-navigation {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  padding-top: 130px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transition: right 200ms, visibility 200ms;
  text-align: center;
  z-index: 60;
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
  #hamburger-navigation {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation {
    padding-top: 100px;
  }
}
.hamburger-navigation-visible #hamburger-navigation {
  right: 0;
  visibility: visible;
  padding-top: 0px;
}
#hamburger-navigation .top-menu {
  z-index: 4;
  position: relative;
  top: auto;
  right: auto;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #hamburger-navigation .top-menu {
    max-width: 60%;
  }
}
#hamburger-navigation .top-menu a {
  display: block;
  padding: 4px 40px;
  font: 20px/24px "ITC Century W01 Book Italic";
  text-decoration: none;
  color: #000;
}
#hamburger-navigation .top-menu a:hover, #hamburger-navigation .top-menu a.active {
  color: #e1251b;
}
#hamburger-navigation .main-menu {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #hamburger-navigation .main-menu {
    max-width: 90%;
  }
}
#hamburger-navigation .main-menu .menu li {
  position: relative;
}
#hamburger-navigation .main-menu .menu a {
  display: block;
  padding: 4px 40px;
}
#hamburger-navigation .main-menu .menu.level-1 {
  padding-top: 25px;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a {
  font-family: "Gotham A", "Gotham B";
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #d7d7d7;
  font-weight: 400;
  font-size: 16px;
  padding: 15px;
  margin: 0;
  text-transform: uppercase;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a:hover, #hamburger-navigation .main-menu .menu.level-1 > li > a.active {
  color: #e1251b;
}
#hamburger-navigation .main-menu .menu.level-1 > li > .plus {
  top: 4px;
}
#hamburger-navigation .main-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms, visibility 300ms;
  visibility: hidden;
}
#hamburger-navigation .main-menu .menu.submenu a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #e1251b;
}
#hamburger-navigation .main-menu .menu.submenu a:hover, #hamburger-navigation .main-menu .menu.submenu a.active {
  color: #e1251b;
}
#hamburger-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 10px 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}
#hamburger-navigation .main-menu .plus {
  display: none;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
#hamburger-navigation .main-menu .plus .horizontal, #hamburger-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  transform: rotate(-90deg);
  background-color: #e1251b;
  top: 0;
}
#hamburger-navigation .main-menu .plus .horizontal {
  width: 8px;
  height: 2px;
  margin-left: 12px;
  margin-top: 15px;
}
#hamburger-navigation .main-menu .plus .vertical {
  width: 2px;
  height: 8px;
  margin-left: 15px;
  margin-top: 12px;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .vertical, #hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  transform: rotate(90deg);
  background: #e1251b !important;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 0;
}
#hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}

@media only screen and (max-width: 767px) {
  html.booking-visible {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  #booking {
    position: fixed;
    top: 0;
    left: -101%;
    display: block;
    height: 100%;
    overflow: auto;
    padding: 0;
    transition: left 350ms ease-in-out;
    -webkit-overflow-scrolling: touch;
  }
  .booking-visible #booking {
    left: 0;
  }
  #booking .center-column {
    padding: 0;
    max-width: 100%;
    height: 100%;
  }
  #booking form {
    width: 100%;
    padding: 100px 20px 30px 20px;
  }
  #booking .column {
    margin-right: 0;
    width: 100%;
  }
  #booking .column.adults, #booking .column.children {
    width: 48%;
  }
  #booking .column.children {
    margin-left: 4%;
  }
  #booking input[type=text], #booking input[type=date], #booking select, #booking .input-overlay {
    width: 100%;
    padding: 0 35px;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
  #booking .input-overlay {
    display: block;
  }
  #booking #booking-dates {
    width: 100%;
  }
  #booking input[type=submit] {
    margin-top: 20px;
    width: 100%;
  }
}
#booking .close {
  display: none;
  position: relative;
  height: 30px;
  width: 30px;
  margin: 0 auto 30px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  #booking .close {
    display: block;
  }
}
#booking .close span {
  background: transparent;
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
}
#booking .close span:before, #booking .close span:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  position: absolute;
  left: -3px;
  background: #54baba;
  transition: 350ms ease-in-out;
}
#booking .close span:before {
  top: -1px;
  transform: rotate(45deg);
}
#booking .close span:after {
  bottom: 0;
  transform: rotate(-45deg);
}

#booking-datepicker {
  display: none;
  position: absolute;
  left: 0;
  bottom: 62px;
  z-index: 7;
}
@media only screen and (min-width: 768px) {
  .booking-datepicker-under #booking-datepicker {
    bottom: auto;
    top: 75px;
  }
}
#booking-datepicker.visible {
  display: block;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker {
    display: block;
    position: relative;
    bottom: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 350ms ease-in-out;
  }
  #booking-datepicker.visible {
    max-height: 500px;
  }
}
#booking-datepicker .arrival-departure-status {
  overflow: hidden;
  white-space: nowrap;
  background: #327d7d;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .arrival-departure-status {
    display: none;
  }
}
#booking-datepicker .arrival-departure-status div {
  display: inline-block;
  width: 100%;
  transition: all 200ms;
}
#booking-datepicker .arrival-departure-status .arrival, #booking-datepicker .arrival-departure-status .departure {
  opacity: 0;
  font: 20px/55px "Gotham A", "Gotham B";
  text-transform: uppercase;
  color: #fff;
}
#booking-datepicker .arrival-departure-status .arrival:after, #booking-datepicker .arrival-departure-status .departure:after {
  content: attr(data-text);
}
#booking-datepicker .arrival-departure-status .arrival {
  margin-left: -100%;
}
#booking-datepicker .arrival-departure-status .departure {
  margin-right: -100%;
}
#booking-datepicker.checkin-step .arrival-departure-status .arrival {
  margin-left: 0;
  opacity: 1;
}
#booking-datepicker.checkout-step .arrival-departure-status .departure {
  margin-right: 0;
  opacity: 1;
}
#booking-datepicker .ui-datepicker {
  width: 100% !important;
  white-space: nowrap;
}
#booking-datepicker .ui-datepicker-group {
  display: inline-block;
  white-space: normal;
}
#booking-datepicker .ui-datepicker-group:nth-child(2) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-group {
    width: 100%;
  }
  #booking-datepicker .ui-datepicker-group:nth-child(2) {
    display: none;
  }
}
#booking-datepicker .ui-datepicker-header {
  margin-bottom: 15px;
}
#booking-datepicker .ui-datepicker-header .ui-datepicker-prev, #booking-datepicker .ui-datepicker-header .ui-datepicker-next {
  display: none;
}
#booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
  top: 65px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev, #booking-datepicker .ui-datepicker-next {
    top: 10px;
  }
}
#booking-datepicker .ui-datepicker-prev {
  left: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-prev {
    left: 26px;
  }
}
#booking-datepicker .ui-datepicker-next {
  right: 20px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-next {
    right: 26px;
  }
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-calendar {
    width: 100%;
  }
}
#booking-datepicker.checkin-step td a, #booking-datepicker.checkout-step td a, #booking-datepicker td.checkin-date a, #booking-datepicker td.checkout-date a {
  position: relative;
}
#booking-datepicker.checkin-step td a:before, #booking-datepicker.checkout-step td a:before, #booking-datepicker td.checkin-date a:before, #booking-datepicker td.checkout-date a:before {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 14px;
  margin-bottom: -7px;
  background-color: #327d7d;
  font-size: 7px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
#booking-datepicker.checkin-step td a:hover:before, #booking-datepicker td.checkin-date a:before {
  content: "in";
}
#booking-datepicker.checkout-step td:not(.checkin-date) a:hover:before, #booking-datepicker td.checkout-date a:before {
  content: "out";
}

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

.admin .preview-item {
  overflow: hidden;
  margin: 0;
  padding: 20px;
  height: auto;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.admin .preview-item .promo {
  width: 350px;
}
.admin .preview-item .promo .promo-thumbnail img {
  display: block;
  width: 100%;
}

#merchandising-tile {
  position: fixed;
  top: auto;
  right: 55px;
  bottom: 50px;
  left: auto;
  display: none;
  width: 100%;
  max-width: 330px;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 7px 7px 0 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  transition: 0.3s ease;
}
@media only screen and (max-width: 767px) {
  #merchandising-tile {
    display: none;
  }
}
#merchandising-tile .promo-name {
  margin-bottom: 0;
  padding: 7.5px;
  font-weight: bold;
  color: #cc421c;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  font-size: 1.4rem;
}
#merchandising-tile .promo-text {
  font-size: 15px;
  line-height: 1.5;
  padding: 10px 20px;
  text-align: center;
  font-family: "Gotham A", "Gotham B";
}
#merchandising-tile img {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 240px;
  text-align: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.admin .preview-item #merchandising-tile .promo-content {
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  padding-top: 10px;
  padding-right: 0;
}
#merchandising-tile .promo-content .button {
  display: block;
  /* padding: 7.5px; */
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  background-color: #cc421c;
  transition: 0.3s ease;
  font-size: 1.5rem;
}
.admin .preview-item #merchandising-tile .promo-content .button {
  font-weight: normal;
  background: none;
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
}
#merchandising-tile.merchandising-tile-active {
  display: block;
}
@media only screen and (max-width: 767px) {
  #merchandising-tile.merchandising-tile-active {
    display: none;
  }
}

.merchandising-open-btn {
  width: 40px;
  height: 220px;
  background-color: #AFBCAD;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  float: right;
}
@media only screen and (max-width: 767px) {
  .merchandising-open-btn {
    bottom: 60px;
  }
}
.merchandising-open-btn .arrow-rotate {
  background: url(../images/right_arrow.svg) no-repeat 0 0;
  content: "";
  display: block;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  width: 25px;
  transform: rotate(0deg);
  transition: transform 1s;
}
.merchandising-open-btn .active-rotate {
  transform: rotate(180deg);
}

#events {
  position: relative;
  background: #F0F0F0;
  overflow: hidden;
  text-align: center;
}
#events h2 {
  font: 200 36px/1.2 "ITC Century W01 Book Italic";
  margin: 15px;
  color: #54baba;
  text-transform: uppercase;
}
#events h2 a {
  text-decoration: none;
}
#events .slideshow {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
#events .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#events .event {
  position: relative;
  display: inline-block;
  width: calc(33.33% - 10px);
  height: 666px;
  overflow: hidden;
  vertical-align: top;
  white-space: normal;
  margin: 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #events .event {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  #events .event {
    width: 100vw;
    height: 580px;
    margin: 0;
  }
}
#events .event .thumbnail {
  position: relative;
  width: 100%;
  height: 350px;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #events .event .thumbnail {
    height: 266px;
  }
}
#events .event .thumbnail.no-thumbnail {
  background: #dbdbdb;
}
#events .event .thumbnail .loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #54baba;
  border-bottom-color: #54baba;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#events .event .date {
  display: block;
  position: relative;
  margin: 34px 0 37px;
  color: #525252;
  font-size: 17px;
  line-height: 23px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #events .event .date {
    margin: 20px 0;
  }
}
#events .event .date a {
  color: inherit;
  text-decoration: none;
}
#events .event .date a:hover {
  text-decoration: underline;
}
#events .event .date:after {
  content: "";
  display: block;
  width: 180px;
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #E0E0E0;
}
@media only screen and (max-width: 767px) {
  #events .event .date:after {
    bottom: -8px;
  }
}
#events .event h3 {
  font: 200 24px/1.33 "ITC Century W01 Book Italic";
  color: #54baba;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #events .event h3 {
    font-size: 20px;
  }
}
#events .event p {
  font-size: 16px;
  line-height: 1.33;
  color: #525252;
}
@media only screen and (max-width: 767px) {
  #events .event p {
    font-size: 14px;
  }
}
#events .event .copy {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  #events .event .copy {
    padding: 0 10px;
  }
}
#events .event .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#events .slideshow-pagination {
  margin: 20px 0;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #events .slideshow-pagination {
    display: none;
  }
}
#events .slideshow-pagination > * {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  background: #E2231A;
  border-radius: 50%;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
#events .slideshow-pagination > *:hover, #events .slideshow-pagination > *.active {
  background: #E2231A;
}

.reviews-slideshow {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow {
    padding-bottom: 75px;
  }
}
.reviews-slideshow h2 {
  font: 200 36px/1.2 "ITC Century W01 Book Italic";
  margin-bottom: 30px;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
.reviews-slideshow .slideshow {
  width: calc(100% - 40px);
  max-width: 730px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow {
    width: calc(100% - 60px);
  }
}
.reviews-slideshow .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
.reviews-slideshow .slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  text-align: center;
  color: #525252;
  font-family: "Gotham A", "Gotham B";
  font-size: 16px;
  line-height: 26px;
}
.reviews-slideshow .slide h3,
.reviews-slideshow .slide .copy {
  quotes: "«" "»";
}
.reviews-slideshow .slide h3:before,
.reviews-slideshow .slide .copy:before {
  content: open-quote;
  display: inline;
}
.reviews-slideshow .slide h3:after,
.reviews-slideshow .slide .copy:after {
  content: close-quote;
  display: inline;
}
.reviews-slideshow .slide h3 {
  font-size: 32px;
  line-height: 1.2;
  color: #9B9B9B;
  text-transform: uppercase;
}
.reviews-slideshow .slide .copy {
  margin-top: 25px;
}
.reviews-slideshow .slide .copy * {
  display: inline;
}
.reviews-slideshow .slide .name {
  margin-top: 25px;
  font-weight: 700;
}
.reviews-slideshow .slideshow-button {
  border: 2px solid #000;
  border-bottom: 0;
  border-left: 0;
  height: 30px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  margin-top: -10px;
  width: 30px;
  z-index: 10;
  transition: border-color 350ms ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow .slideshow-button {
    display: none;
  }
}
.reviews-slideshow .slideshow-button:hover {
  border-color: #aaa;
}
.reviews-slideshow .slideshow-button.previous {
  left: 40px;
  transform: rotate(-135deg);
}
@media only screen and (max-width: 1023px) {
  .reviews-slideshow .slideshow-button.previous {
    left: 20px;
  }
}
.reviews-slideshow .slideshow-button.next {
  right: 40px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1023px) {
  .reviews-slideshow .slideshow-button.next {
    right: 20px;
  }
}

/* COMMON STYLES */
.rooms .categories-list {
  margin-bottom: 30px;
  padding: 0 20px;
  overflow: hidden;
}
.rooms .categories-list button {
  position: relative;
  text-align: left;
  float: left;
  padding: 0 0 0 16px;
  margin: 0 40px 20px 0;
  font-size: 16px;
  line-height: 20px;
  color: #327d7d;
  border: 0;
  outline: none;
  background: none;
}
@media (max-width: 550px) {
  .rooms .categories-list button {
    width: 50%;
    margin-right: 0;
    padding: 0 10px 0 16px;
    font-size: 15px;
  }
}
.rooms .categories-list button:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
  background: #327d7d;
}
.rooms .categories-list button:after {
  content: "";
  display: none;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 4px;
  background: #fff;
}
.rooms .categories-list button.active {
  color: #54baba;
  border: 0;
}
.rooms .categories-list button.active:before {
  background: #54baba;
}
.rooms .categories-list button.active:after {
  display: block;
}
.rooms .categories-descr {
  padding: 0 20px;
}
.rooms .categories-descr .category-descr {
  display: none;
}
.rooms .categories-descr .category-descr.active {
  display: block;
}

.room .amenities {
  clear: both;
  margin: 30px 0;
}
.room .amenities .rooms-icon {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 20px;
  width: 49%;
}
.room .amenities .rooms-icon:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 20px;
}
.room .thumbnail {
  position: relative;
  float: right;
  margin: 0 0 20px 20px;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .room .thumbnail {
    width: 100%;
    margin: 20px 0;
    max-width: none;
    float: none;
  }
}
.room .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.room .links {
  margin: 20px 0;
}

/* TEMPLATE 1 - 1 */
.rooms .template-1-1 {
  width: 100%;
  margin-bottom: 20px;
  padding: 40px 20px 30px;
  background: #ecedee;
  overflow: hidden;
}
@media (max-width: 979px) {
  .rooms .template-1-1 {
    padding: 40px 20px 30px;
  }
}
@media (max-width: 550px) {
  .rooms .template-1-1 {
    padding: 0;
    text-align: left;
  }
}
.rooms .template-1-1 .thumbnail {
  position: relative;
  float: left;
  margin: 0;
  padding: 0 30px 0 0;
  width: 200px;
}
.rooms .template-1-1 .thumbnail img {
  width: 100%;
  display: block;
}
.rooms .template-1-1 .thumbnail nav {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rooms .template-1-1 .thumbnail nav .price {
  display: table-cell;
  padding: 10px 5px 6px;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(0, 102, 203, 0.7);
}
.rooms .template-1-1 .thumbnail nav .price .number {
  font-size: 22px;
}
.rooms .template-1-1 .thumbnail nav .button {
  display: table-cell;
  width: 50%;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  line-height: 19px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background: rgba(0, 102, 203, 0.5);
}
@media (max-width: 550px) {
  .rooms .template-1-1 .thumbnail {
    float: none;
    padding: 0;
    width: 100%;
  }
  .rooms .template-1-1 .thumbnail img {
    width: 100%;
  }
  .rooms .template-1-1 .thumbnail nav {
    display: table;
  }
}
.rooms .template-1-1 .description {
  position: relative;
  margin-left: 230px;
  padding-right: 200px;
}
@media (max-width: 767px) {
  .rooms .template-1-1 .description {
    padding-right: 0;
  }
}
@media (max-width: 550px) {
  .rooms .template-1-1 .description {
    margin-left: 0;
    padding: 10px;
  }
}
.rooms .template-1-1 .description h3 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #327d7d;
}
@media (max-width: 550px) {
  .rooms .template-1-1 .description h3 {
    margin-bottom: 10px;
    font-weight: bold;
  }
}
.rooms .template-1-1 .description p {
  margin-bottom: 20px;
}
.rooms .template-1-1 .description nav.links a {
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  margin-right: 8px;
  padding-right: 8px;
}
.rooms .template-1-1 .description nav.links a:after {
  content: "";
  position: absolute;
  top: 1px;
  right: -1px;
  height: 15px;
  width: 1px;
  background: #aaa;
}
.rooms .template-1-1 .description nav.links a:last-child {
  margin: 0;
  padding: 0;
}
.rooms .template-1-1 .description nav.links a:last-child:after {
  content: none;
}
.rooms .template-1-1.no-booking .description {
  padding-right: 0;
}
.rooms .template-1-1 .features span {
  display: inline-block;
  margin: 0 20px 8px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #327d7d;
}
@media (max-width: 550px) {
  .rooms .template-1-1 .features span {
    display: block;
    margin: 0 0 8px 0;
  }
}
.rooms .template-1-1 .amenities {
  position: relative;
  margin: 10px 0;
  line-height: 30px;
  height: 30px;
}
@media (max-width: 550px) {
  .rooms .template-1-1 .amenities {
    margin: 15px 0;
  }
}
.rooms .template-1-1 .amenities.multiline {
  margin-right: 50px;
}
.rooms .template-1-1 .amenities .main-list {
  height: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.rooms .template-1-1 .amenities .additional-list {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  opacity: 0;
  line-height: 30px;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  padding: 20px 70px 20px 20px;
  background: #ecedee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.rooms .template-1-1 .amenities span {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 10px;
  vertical-align: middle;
}
.rooms .template-1-1 .amenities .toggle {
  display: none;
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 31px;
  height: 100%;
  margin: 0;
  border-left: 1px solid #a6a6a6;
  text-align: right;
  z-index: 4;
}
.rooms .template-1-1 .amenities .toggle:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
}
.rooms .template-1-1 .amenities.multiline .toggle {
  display: block;
}
.rooms .template-1-1 .amenities.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.rooms .template-1-1 .amenities.expand .toggle:before, .rooms .template-1-1 .amenities.expand .toggle:after {
  content: "";
  display: block;
  background: #327d7d;
  position: absolute;
  transform: rotate(45deg);
}
.rooms .template-1-1 .amenities.expand .toggle:before {
  width: 20px;
  height: 2px;
  top: 9px;
  right: 0;
}
.rooms .template-1-1 .amenities.expand .toggle:after {
  width: 2px;
  height: 20px;
  top: 0;
  right: 9px;
}
.rooms .template-1-1 .booking-info {
  width: 140px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 550px) {
  .rooms .template-1-1 .booking-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .rooms .template-1-1 .booking-info {
    position: static;
    width: auto;
    margin: 20px 0;
  }
}
.rooms .template-1-1 .booking-info .price {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
}
@media (max-width: 767px) {
  .rooms .template-1-1 .booking-info .price {
    font-size: 18px;
  }
}
.rooms .template-1-1 .booking-info .button {
  width: 140px;
}
@media (max-width: 767px) {
  .rooms .template-1-1 .booking-info .price,
.rooms .template-1-1 .booking-info .button {
    display: inline-block;
    width: auto;
    margin-right: 10px;
  }
}

/* TEMPLATE 1 - 2 */
.rooms .template-1-2 {
  width: 31%;
  float: left;
  margin: 0 3.5% 3.5% 0;
  padding: 0;
  background: #ecedee;
}
.rooms .template-1-2:nth-of-type(3) {
  margin-right: 0;
}
@media (min-width: 1320px) {
  .rooms .template-1-2 {
    width: 22%;
    margin: 0 4% 4% 0;
  }
  .rooms .template-1-2:nth-of-type(3) {
    margin-right: 4%;
  }
  .rooms .template-1-2:nth-of-type(4) {
    margin-right: 0;
  }
}
@media (max-width: 979px) {
  .rooms .template-1-2 {
    width: 48%;
    margin-right: 4%;
  }
  .rooms .template-1-2:nth-of-type(3) {
    margin-right: 4%;
  }
  .rooms .template-1-2:nth-of-type(even) {
    margin-right: 0;
  }
}
@media (max-width: 550px) {
  .rooms .template-1-2 {
    width: 100%;
    margin-right: 0;
  }
  .rooms .template-1-2:nth-of-type(3) {
    margin-right: 0;
  }
}
.rooms .template-1-2 .thumbnail {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
}
.rooms .template-1-2 .thumbnail img {
  width: 100%;
  display: block;
}
.rooms .template-1-2 .thumbnail nav {
  display: table;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rooms .template-1-2 .thumbnail nav .price {
  display: table-cell;
  padding: 10px 5px 6px;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(0, 102, 203, 0.7);
}
.rooms .template-1-2 .thumbnail nav .price .number {
  font-size: 22px;
}
.rooms .template-1-2 .thumbnail nav .button {
  display: table-cell;
  width: 50%;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  line-height: 19px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  background: rgba(0, 102, 203, 0.5);
}
.rooms .template-1-2 .description {
  position: relative;
  padding: 10px;
}
.rooms .template-1-2 .description h3 {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  color: #637e91;
}
.rooms .template-1-2 .description nav.links a {
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  margin-right: 8px;
  padding-right: 8px;
}
.rooms .template-1-2 .description nav.links a:after {
  content: "";
  position: absolute;
  top: 1px;
  right: -1px;
  height: 15px;
  width: 1px;
  background: #ac7b59;
}
.rooms .template-1-2 .description nav.links a:last-child {
  margin: 0;
  padding: 0;
}
.rooms .template-1-2 .description nav.links a:last-child:after {
  content: none;
}
.rooms .template-1-2 .features span {
  display: block;
  margin: 0 0 8px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #637e91;
}
.rooms .template-1-2 .amenities {
  position: relative;
  margin: 15px 0;
  line-height: 30px;
  height: 30px;
}
.rooms .template-1-2 .amenities.multiline {
  margin-right: 50px;
}
.rooms .template-1-2 .amenities .main-list {
  height: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.rooms .template-1-2 .amenities .additional-list {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  opacity: 0;
  line-height: 30px;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  padding: 20px 70px 20px 20px;
  background: #ecedee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.rooms .template-1-2 .amenities span {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 10px;
  vertical-align: middle;
}
.rooms .template-1-2 .amenities .toggle {
  display: none;
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 31px;
  height: 100%;
  margin: 0;
  border-left: 1px solid #a6a6a6;
  text-align: right;
  z-index: 4;
}
.rooms .template-1-2 .amenities .toggle:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
}
.rooms .template-1-2 .amenities.multiline .toggle {
  display: block;
}
.rooms .template-1-2 .amenities.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.rooms .template-1-2 .amenities.expand .toggle:before, .rooms .template-1-2 .amenities.expand .toggle:after {
  content: "";
  display: block;
  background: #0066cc;
  position: absolute;
  transform: rotate(45deg);
}
.rooms .template-1-2 .amenities.expand .toggle:before {
  width: 20px;
  height: 2px;
  top: 14px;
  right: 0;
}
.rooms .template-1-2 .amenities.expand .toggle:after {
  width: 2px;
  height: 20px;
  top: 5px;
  right: 9px;
}

/* TEMPLATE 2 */
.rooms .template-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #edf5f5;
  margin: 40px 0;
}
@media (max-width: 735px) {
  .rooms .template-2 {
    margin: 0;
  }
}
.rooms .template-2:nth-child(even) {
  background: #f2f7f7;
}
.rooms .template-2 .background {
  position: absolute;
  top: 0;
  left: 320px;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 735px) {
  .rooms .template-2 .background {
    position: relative;
    padding-top: 78%;
    width: 100%;
    left: auto;
  }
  .rooms .template-2 .background:after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(33, 33, 33, 0.75);
  }
}
@media (max-width: 735px) and (orientation: landscape) {
  .rooms .template-2 .background {
    padding-top: 50%;
  }
}
.rooms .template-2 .background .room-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rooms .template-2 .background .price {
  position: absolute;
  bottom: 35px;
  right: 35px;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  z-index: 2;
}
.rooms .template-2 .background .price .number {
  font-size: 48px;
}
@media (max-width: 735px) {
  .rooms .template-2 .background .price {
    right: auto;
    left: 20px;
    bottom: 4px;
    font-size: 14px;
    line-height: 26px;
  }
  .rooms .template-2 .background .price .number {
    font-size: 25px;
  }
}
.rooms .template-2 .background a.price:hover {
  color: #54baba;
}
.rooms .template-2 .background .book-now {
  display: none;
  position: absolute;
  bottom: 4px;
  right: 20px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  z-index: 2;
  text-decoration: none;
}
@media (max-width: 735px) {
  .rooms .template-2 .background .book-now {
    display: block;
  }
}
.rooms .template-2 .description {
  box-sizing: border-box;
  height: 500px;
  float: left;
  width: 320px;
  padding: 30px 40px;
  color: #000;
}
@media (max-width: 735px) {
  .rooms .template-2 .description {
    padding: 15px 20px 40px;
    width: 100%;
    height: auto;
  }
}
.rooms .template-2 .description h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 6px 0 15px;
}
@media (max-width: 735px) {
  .rooms .template-2 .description h3 {
    font-size: 15px;
  }
}
.rooms .template-2 .description p {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 735px) {
  .rooms .template-2 .description p {
    font-size: 14px;
    line-height: 18px;
  }
}
.rooms .template-2 .description .expand-collapse {
  position: relative;
  display: inline-block;
  margin: 30px 0;
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  line-height: 16px;
  padding-right: 13px;
  border-bottom: 1px dashed #000;
}
@media (max-width: 735px) {
  .rooms .template-2 .description .expand-collapse {
    display: block;
    text-align: center;
    padding: 0;
    border: 0;
    font-size: 10px;
  }
  .rooms .template-2 .description .expand-collapse:before, .rooms .template-2 .description .expand-collapse:after {
    border-bottom: 1px dashed #000;
  }
}
.rooms .template-2 .description .expand-collapse:before {
  content: attr(data-expand);
}
.rooms .template-2 .description .expand-collapse:after {
  content: attr(data-collapse);
}
.rooms .template-2 .description .expand-collapse span {
  display: block;
  font-size: 16px;
  line-height: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.rooms .template-2 .description .expand-collapse span:before {
  content: attr(data-expand);
}
.rooms .template-2 .description .expand-collapse span:after {
  content: attr(data-collapse);
}
@media (max-width: 735px) {
  .rooms .template-2 .description .expand-collapse span {
    bottom: -17px;
    right: 50%;
    margin-right: -5px;
    transform: rotate(90deg);
  }
}
.rooms .template-2 .description .expand-collapse.expand:before {
  display: inline-block;
}
.rooms .template-2 .description .expand-collapse.expand:after {
  display: none;
}
.rooms .template-2 .description .expand-collapse.expand span:before {
  display: inline-block;
}
.rooms .template-2 .description .expand-collapse.expand span:after {
  display: none;
}
.rooms .template-2 .description .expand-collapse.collapse:before {
  display: none;
}
.rooms .template-2 .description .expand-collapse.collapse:after {
  display: inline-block;
}
.rooms .template-2 .description .expand-collapse.collapse span:before {
  display: none;
}
.rooms .template-2 .description .expand-collapse.collapse span:after {
  display: inline-block;
}
.rooms .template-2 .description .full-description {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: -100%;
  left: 320px;
  height: 100%;
  padding: 40px 200px 40px 40px;
  font-size: 13px;
  line-height: 24px;
  background: rgba(255, 255, 255, 0.85);
  transition: top 0.3s ease-in-out;
  z-index: 2;
}
.rooms .template-2 .description .full-description.show {
  top: 0;
}
@media (max-width: 979px) and (min-width: 736px) {
  .rooms .template-2 .description .full-description {
    padding: 100px 30px 40px 40px;
  }
}
@media (max-width: 735px) {
  .rooms .template-2 .description .full-description {
    position: static;
    padding: 0;
    display: none;
    background: none;
  }
  .rooms .template-2 .description .full-description p {
    margin: 15px 0;
  }
  .rooms .template-2 .description .full-description.show {
    display: block;
  }
}
.rooms .template-2 .description .full-description .close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40px;
  right: 40px;
  text-indent: -1000px;
  overflow: hidden;
  transform: rotate(45deg);
  cursor: pointer;
}
@media (max-width: 735px) {
  .rooms .template-2 .description .full-description .close {
    display: none;
  }
}
.rooms .template-2 .description .full-description .close:before, .rooms .template-2 .description .full-description .close:after {
  content: "";
  display: block;
  position: absolute;
  background: #54baba;
}
.rooms .template-2 .description .full-description .close:before {
  width: 2px;
  height: 50px;
  top: 0;
  left: 24px;
}
.rooms .template-2 .description .full-description .close:after {
  width: 50px;
  height: 2px;
  top: 24px;
  left: 0;
}
.rooms .template-2 .description .full-description .close:hover:before, .rooms .template-2 .description .full-description .close:hover:after {
  background: #65c8c8;
}
.rooms .template-2 .description .full-description .inner-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.rooms .template-2 nav {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 240px;
}
@media (max-width: 735px) {
  .rooms .template-2 nav {
    position: static;
    width: auto;
    text-align: center;
    margin-top: 25px;
  }
}
.rooms .template-2 nav a {
  width: 100%;
}
.rooms .template-2 nav a + a {
  margin-top: 10px;
}
@media (max-width: 735px) {
  .rooms .template-2 nav a {
    height: auto;
    line-height: 16px;
    font-size: 10px;
    color: #000;
    font-weight: 400;
    text-decoration: underline;
    background: none;
    padding: 0;
    margin: 0 10px;
    width: auto;
    font-family: "Gotham A", "Gotham B";
  }
  .rooms .template-2 nav a + a {
    margin-top: 0;
  }
  .rooms .template-2 nav a.book-now {
    display: none;
  }
}
.rooms .template-2 nav .rooms-item-gallery {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: -10px;
  left: 310px;
  background: black;
  text-indent: -1000px;
  overflow: hidden;
  line-height: 16px;
  font-size: 10px;
  text-transform: uppercase;
}
.rooms .template-2 nav .rooms-item-gallery:hover {
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 735px) {
  .rooms .template-2 nav .rooms-item-gallery {
    width: auto;
    height: auto;
    border-radius: 0;
    position: static;
    background: none;
    text-indent: 0;
    text-decoration: underline;
    overflow: visible;
    display: inline-block;
  }
}
.rooms .template-2 nav .rooms-item-gallery svg {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #fff;
  margin: -8px 0 0 -11px;
}
@media (max-width: 735px) {
  .rooms .template-2 nav .rooms-item-gallery svg {
    display: none;
  }
}

/* TEMPLATE 3*/
.rooms .template-3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 220px;
  background: #000;
  margin: 10px 0;
}
@media (max-width: 735px) {
  .rooms .template-3 {
    height: auto;
    margin: 0;
  }
}
.rooms .template-3 .description {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 50%;
  padding: 30px 40px 30px 30px;
  background: rgba(50, 125, 125, 0.6);
  color: #fff;
}
@media (max-width: 735px) {
  .rooms .template-3 .description {
    position: static;
    height: auto;
    width: 100%;
    padding: 30px 15px 25px;
    background: none;
  }
}
.rooms .template-3 .description h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 6px 0 15px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.rooms .template-3 .description p {
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description p {
    font-size: 15px;
    line-height: 18px;
  }
}
.rooms .template-3 .description nav {
  position: absolute;
  bottom: 30px;
  left: 30px;
  white-space: nowrap;
  font-size: 18px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description nav {
    position: static;
    text-align: center;
    white-space: normal;
    font-size: 15px;
    width: 100%;
    margin-top: 10px;
  }
}
.rooms .template-3 .description nav a {
  color: inherit;
}
@media (max-width: 735px) {
  .rooms .template-3 .description nav a {
    margin: 5px 14px;
    display: inline-block;
    text-transform: uppercase;
  }
}
.rooms .template-3 .description nav a + a {
  margin-left: 30px;
}
@media (max-width: 735px) {
  .rooms .template-3 .description nav a + a {
    margin-left: 14px;
  }
}
.rooms .template-3 .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media (max-width: 735px) {
  .rooms .template-3 .background {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 37.5%;
  }
}
.rooms .template-3 .background .room-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rooms .template-3 .background .price {
  position: absolute;
  bottom: 35px;
  right: 50%;
  margin-right: 30px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 735px) {
  .rooms .template-3 .background .price {
    display: none;
  }
}
.rooms .template-3 .background .price .number {
  font-size: 36px;
}
.rooms .template-3 .background a.price:hover {
  color: #54baba;
}
.rooms .template-3 .background .rooms-item-gallery {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: black;
  text-indent: -1000px;
  overflow: hidden;
}
.rooms .template-3 .background .rooms-item-gallery:hover {
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 735px) {
  .rooms .template-3 .background .rooms-item-gallery {
    display: none;
  }
}
.rooms .template-3 .background .rooms-item-gallery svg {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #fff;
  margin: -8px 0 0 -11px;
}

.c-room-list {
  max-width: 1240px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.c-room-list__items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.c-room-list .c-room {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 0 50px;
}

@media (min-width: 768px) {
  .c-room-list .c-room {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.c-room-list .c-room .ttweb-room {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.c-room-list .c-room__featured-image {
  display: block;
  height: 295px;
  overflow: hidden;
}

.c-room-list .c-room__featured-image:hover img {
  transform: scale(1.1);
}

.c-room-list .c-room__featured-image img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (prefers-reduced-motion: reduce) {
  .c-room-list .c-room__featured-image img {
    transition: none;
  }
}
.c-room-list .c-room__text-group {
  flex: none;
  justify-content: normal;
  max-width: none;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 640px) {
  .c-room-list .c-room__text-group {
    text-align: left;
  }
}

.c-room-list .c-room__text-group .c-room__select {
  justify-self: flex-end;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}
.c-room-list .c-room__text-group .c-room__select .btn--primary, .c-room-list .c-room__text-group .c-room__select .c-room-list .c-room__text-group .ttweb-booking-button {
  color: #e1251b !important;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  background-color: transparent !important;
  border: solid 1px #e1251b;
  border-radius: 0;
  transition: 0.3s;
}
.c-room-list .c-room__text-group .c-room__select .btn--primary:hover, .c-room-list .c-room__text-group .c-room__select .c-room-list .c-room__text-group .ttweb-booking-button:hover, .c-room-list .c-room__text-group .c-room__select .btn--primary:focus, .c-room-list .c-room__text-group .c-room__select .c-room-list .c-room__text-group .ttweb-booking-button:focus {
  color: #fff !important;
  text-decoration: none;
  background-color: #e1251b !important;
  border-color: #e1251b !important;
}

.c-room-list .c-room__image-group {
  flex: none;
  max-width: none;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 0;
}

.c-room-list .c-room:nth-child(even) .c-room__image-group {
  order: unset;
}

.c-room-list .c-room:nth-child(even) __text-group {
  order: unset;
}

.c-room-list .c-room__name {
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .c-room-list .c-room__name {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .c-room-list .c-room__short-description {
    max-width: 90%;
  }
}
.c-room__short-description {
  padding: 0px !important;
}

.c-room-list .c-room__tonightrate {
  margin-bottom: 14px;
}

.c-room-list .c-room__tonightrate .ttweb-cross-out-rate {
  display: inline-block;
}

.c-room-list .c-room__tonightrate .ttweb-cross-out-rate__crossout {
  display: none;
}

.c-room-list .c-room__tonightrate span {
  display: inline-block;
  margin-right: 10px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .c-room-list .c-room__tonightrate {
    height: 100% !important;
  }
}
.ttweb-cross-out-rate__crossout {
  display: none;
}

.ttweb-cross-out-rate__actual {
  font-size: 24px;
  font-weight: 300;
  color: #008cc1;
  line-height: 24px;
}

span.c-room__rate-pre-label {
  font-size: 16px;
}

.rooms-carousel__content .h3, .rooms-carousel2__content .h3 {
  margin-bottom: 40px !important;
}

.rooms-carousel__tonight-rate, .rooms-carousel2__tonight-rate {
  margin-bottom: 40px !important;
}

.rooms-carousel__tonight-rate .ttweb-cross-out-rate, .rooms-carousel2__tonight-rate .ttweb-cross-out-rate {
  justify-content: center;
}

.rooms-carousel__tonight-rate .ttweb-cross-out-rate__actual, .rooms-carousel2__tonight-rate .ttweb-cross-out-rate__actual {
  display: inline-block;
  width: 90px;
  padding: 8px 15px;
  font-size: 34px;
  font-weight: 300;
  color: #e1251b;
  text-align: center;
  border-top: solid 1px #767676;
  border-bottom: solid 1px #767676;
}

.c-room__rate.room-enabled-price {
  display: inline-block;
  width: 90px;
  padding: 8px 15px;
  font-size: 34px;
  font-weight: 300;
  color: #e1251b;
  text-align: center;
  border-top: solid 1px #767676;
  border-bottom: solid 1px #767676;
}

.rooms-carousel .ttweb-booking-button:visited, .rooms-carousel2 .ttweb-booking-button:visited {
  color: #e1251b;
}

.rooms-carousel .ttweb-booking-button:visited:hover, .rooms-carousel2 .ttweb-booking-button:visited:hover {
  color: #fff;
}

.room-info {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1320px;
}

.room-info__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
}

.room-info__content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .room-info__content {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.room-info__gallery {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .room-info__gallery {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.room-info__gallery__wrap {
  position: relative;
  height: 250px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .room-info__gallery__wrap {
    min-height: 650px;
    margin-bottom: 0;
  }
}
.room-info__gallery__wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.room-info__gallery .floating {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

@media (min-width: 768px) {
  .room-info__gallery .floating {
    bottom: 60px;
    left: 60px;
  }
}
.room-info__gallery .floating .h3 {
  margin-bottom: 30px;
}

.room-info__description {
  max-width: 85%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .room-info__description {
    max-width: 100%;
  }
}
.room-info__description ul {
  font-family: "Gotham A", "Gotham B";
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #515151;
  letter-spacing: 1px;
  list-style-type: disc;
  text-align: center;
  list-style-position: inside;
  padding: 0px;
}

.room-info__amenities {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.room-info__amenities__content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .room-info__amenities__content {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: space-between;
  }
}
.room-info__amenities__content__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.room-info__amenities__content .amenities-left {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  padding: 40px;
  background-color: #d7d7d7;
}

@media (min-width: 768px) {
  .room-info__amenities__content .amenities-left {
    flex: 0 0 43.33333%;
    max-width: 43.33333%;
    order: 1;
  }
}
.room-info__amenities__content .amenities-left ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

.room-info__amenities__content .amenities-left ul li {
  margin-bottom: 8px;
  line-height: normal;
  list-style-position: inside;
}

.room-info__amenities__content .amenities-right {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0 30px;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .room-info__amenities__content .amenities-right {
    flex: 0 0 56.66667%;
    max-width: 56.66667%;
    order: 2;
  }
}
.room-info__amenities__content .amenities-right .overline, .room-info__amenities__content .amenities-right .c-instagram-feed__tag-link {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .room-info__amenities__content .amenities-right .overline, .room-info__amenities__content .amenities-right .c-instagram-feed__tag-link {
    margin-bottom: 40px;
  }
}
.room-info__amenities__image {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 640px) {
  .room-info__amenities__image {
    height: 220px;
    overflow: hidden;
  }
}
.room-info__amenities__image .room-info-amenities-slider {
  width: 630px;
  position: relative;
  height: 475px;
}
.room-info__amenities__image .room-info-amenities-slider .swiper-wrapper {
  width: 100%;
}
.room-info__amenities__image .room-info-amenities-slider .swiper-wrapper .swiper-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.room-info__amenities__image .room-info-amenities-slider .swiper-wrapper .swiper-slider img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.room-info__amenities__image .home-slider-control {
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.room-info__amenities__image .home-slider-control .prev {
  left: 30px;
  position: absolute;
}
@media (max-width: 640px) {
  .room-info__amenities__image .home-slider-control .prev {
    left: 0px;
  }
}
.room-info__amenities__image .home-slider-control .next {
  right: 30px;
  position: absolute;
}
@media (max-width: 640px) {
  .room-info__amenities__image .home-slider-control .next {
    right: 0px;
  }
}
.room-info__amenities__image .home-slider-control #roomsCarouselPrev, .room-info__amenities__image .home-slider-control #roomsCarouselNext {
  display: block !important;
}

@media (min-width: 768px) {
  .room-info__amenities__image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.room-info__amenities__image__wrap {
  position: relative;
  height: 250px;
}
@media (max-width: 640px) {
  .room-info__amenities__image__wrap {
    height: 222px;
  }
}

@media (min-width: 768px) {
  .room-info__amenities__image__wrap {
    min-height: 475px;
    margin-top: -20px;
  }
}
.room-info__amenities__image__wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tns-item img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

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

#feeds {
  position: relative;
  padding: 50px 0;
  z-index: 10;
}
#feeds h2 {
  font: 200 36px/1.2 "ITC Century W01 Book Italic";
  margin-bottom: 30px;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}
#feeds.loading {
  min-height: 300px;
}
#feeds.loading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #54baba;
  border-bottom-color: #54baba;
  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;
  width: calc((100% - 60px) / 4);
  height: auto;
  float: left;
  font: italic 14px/18px "Gotham A", "Gotham B";
  overflow: hidden;
  opacity: 1;
  text-align: left;
  background: #ebebeb;
  color: #6F6F6F;
  transition: opacity 350ms ease-in-out;
  margin-bottom: 20px;
}
#feeds .feed-item .inner-wrapper {
  width: 100%;
  padding-top: 100%;
}
#feeds .feed-item:hover {
  opacity: 0.86;
}
@media (max-width: 449px) {
  #feeds .feed-item {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 450px) and (max-width: 767px) {
  #feeds .feed-item {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #feeds .feed-item {
    width: calc((100% - 30px) / 3);
    margin-bottom: 10px;
  }
}
@media (min-width: 1440px) and (max-width: 1799px) {
  #feeds .feed-item {
    width: calc((100% - 80px) / 5);
  }
}
@media (min-width: 1800px) {
  #feeds .feed-item {
    width: calc((100% - 100px) / 6);
  }
}
#feeds .feed-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 31px;
  height: 31px;
  right: 10px;
  top: 10px;
  background: url("images/feeds-sprite.svg") -180px 0 no-repeat;
  z-index: 5;
}
#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 div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}
#feeds .feed-item.instagram .feed-thumb div {
  opacity: 1;
}
#feeds .feed-item .feed-descr {
  position: absolute;
  bottom: 0;
  top: 0;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  font: 14px/18px "Gotham A", "Gotham B";
  text-align: left;
  color: #ffffff;
}
@media only screen and (min-width: 1800px) {
  #feeds .feed-item .feed-descr {
    padding: 20px;
  }
}
#feeds .feed-item .feed-title {
  margin-bottom: 10px;
  font-weight: 600;
  text-decoration: underline;
  transition: all 350ms ease-in-out;
  padding-right: 30px;
}
#feeds .feed-item .feed-date {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
#feeds .feed-item .feed-text {
  display: inline-block;
  font-family: "Gotham A", "Gotham B";
  font-weight: 200;
}
#feeds .feed-item .feed-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#feeds .feed-item.instagram {
  background: #833ab4;
}
#feeds .feed-item.instagram:before {
  background-position: 0 0;
}
#feeds .feed-item.instagram .feed-descr {
  display: none;
}
#feeds .feed-item.instagram a {
  color: inherit;
}
#feeds .feed-item.facebook {
  background: #3b5998;
}
#feeds .feed-item.facebook:before {
  background-position: -50px 0;
}
#feeds .feed-item.twitter {
  background: #657786;
}
#feeds .feed-item.twitter:before {
  background-position: -100px 0;
}
#feeds .feed-item.blog:before {
  background-position: -150px 0;
}
#feeds .feed-item.blog h3 {
  color: #ACA394;
  padding-right: 30px;
  margin-bottom: 7px;
  transition: all 350ms ease-in-out;
}
#feeds .feed-item.blog h3:hover {
  opacity: 0.7;
}
#feeds .feed-item.blog .feed-descr {
  color: #5c574f;
}
#feeds .feed-controls {
  display: block;
  text-align: center;
}

/* COMMON */
.venues .categories-descr .category-descr {
  display: none;
}
.venues .categories-descr .category-descr.active {
  display: block;
}

.single-venue .venue-thumb img {
  display: block;
  width: 100%;
}
.single-venue .layouts {
  margin: 0 0 15px;
}
.single-venue .layouts span {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 35px;
  position: relative;
  cursor: pointer;
  border-left: 1px solid #ebebeb;
}
.single-venue .layouts span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #898989;
}
.single-venue .layouts span:hover {
  background: #e57c00;
}
.single-venue .layouts span:hover:before {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .single-venue .layouts span:hover {
    background: none;
  }
  .single-venue .layouts span:hover:before {
    color: #898989;
  }
}
.single-venue .layouts span:after {
  content: attr(data-name);
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  white-space: nowrap;
  padding: 0 20px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0.2s;
  text-transform: uppercase;
}
.single-venue .layouts span:hover:after {
  opacity: 1;
  height: 60px;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0s;
}
@media only screen and (max-width: 767px) {
  .single-venue .layouts span:hover:after {
    display: none;
  }
}

/* Template 1 */
.venue.template1 {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  border: 1px solid #ebebeb;
}
.venue.template1 .background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 390px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .background {
    position: relative;
    height: 300px;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
  }
}
.venue.template1 .background .venue-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.venue.template1 .background .venue-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template1 .background .amenities-sliders {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  transition: top 0s linear 0.1s, opacity 0.1s linear 0s;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery.active {
  opacity: 1;
  top: 0;
  transition: top 0s linear 0s, opacity 0.1s linear 0s;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .caption {
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 42px;
  overflow: hidden;
  text-transform: uppercase;
  max-width: 80%;
  z-index: 2;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container figure {
  width: 100%;
  height: 100%;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 10px;
  z-index: 4;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets {
    right: auto;
    left: 20px;
  }
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background: #fff;
  cursor: pointer;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery .swiper-container .bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: red;
}
.venue.template1 .buttons {
  position: absolute;
  bottom: 0;
  left: calc(100% + 60px);
  z-index: 3;
  white-space: nowrap;
  font-size: 0;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons {
    position: static;
    margin-top: 10px;
  }
}
.venue.template1 .buttons a {
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a {
    width: auto;
  }
}
.venue.template1 .buttons a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a + a {
    margin-left: 0;
  }
}
.venue.template1 .buttons a + a:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: -1px;
  bottom: 0px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a + a:before {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .venue.template1 .buttons a + a {
    margin-left: 10px;
  }
}
.venue.template1 .content {
  width: 390px;
  padding: 40px 25px 15px 30px;
  color: #524a48;
  font-size: 16px;
  line-height: 22px;
  background: #fff;
  font-weight: 200;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .content {
    width: auto;
    background: transparent;
    z-index: 5;
    position: relative;
    box-sizing: border-box;
    padding-top: 60px;
  }
}
.venue.template1 .content h3 {
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.venue.template1 .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template1 .content h3 a:hover {
  color: #4B494C;
}
.venue.template1 .content h4 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0;
}
.venue.template1 .content .links {
  margin-top: 15px;
  height: 30px;
  width: 360px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .content .links {
    position: static;
    width: 100%;
    height: auto;
  }
}
.venue.template1 .content .links a {
  display: block;
  float: left;
  height: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 17px;
}
.venue.template1 .content .links a:first-child {
  padding-left: 0;
}
.venue.template1 .content .links a:last-child {
  padding-right: 0;
}
.venue.template1 .content .links a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .content .links a {
    display: inline-block;
    width: auto;
    float: none;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
    font-size: 14px;
  }
}
.venue.template1 .layouts {
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  font-size: 0;
  z-index: 4;
  height: 100%;
}
.venue.template1 .layouts.multiline {
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts {
    right: 0;
    left: auto;
  }
}
.venue.template1 .layouts .main-list {
  width: 60px;
  height: 100%;
  white-space: nowrap;
  overflow-y: hidden;
  float: left;
  background: #fff;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts .main-list {
    float: right;
  }
}
.venue.template1 .layouts .additional-list {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 120px;
  opacity: 0;
  line-height: 0;
  padding: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.venue.template1 .layouts .additional-list span {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts .additional-list {
    left: auto;
    right: 0;
  }
}
.venue.template1 .layouts .toggle {
  display: none;
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.venue.template1 .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.venue.template1 .layouts .toggle div:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #4B494C;
  transform: rotate(90deg);
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts .toggle {
    right: 0;
  }
}
.venue.template1 .layouts.multiline .toggle {
  display: block;
}
.venue.template1 .layouts.multiline.expand .toggle div:before {
  background: #4B494C;
  transform: translate(-50%, -50%) rotate(0deg);
  height: 2px;
  margin-top: 1px;
  margin-left: 0;
  color: #898989;
}
.venue.template1 .layouts span {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 35px;
  cursor: pointer;
  text-align: center;
}
.venue.template1 .layouts span:before {
  line-height: 60px;
}
.venue.template1 .layouts span:hover:before, .venue.template1 .layouts span.active:before {
  color: #0033b4;
}
.venue.template1 .layouts span.rooms-icon {
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.venue.template1 .layouts.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.venue.template1 .layouts.expand .toggle div {
  transform: rotate(45deg);
}
.venue.template1 .layouts.expand .toggle div:before, .venue.template1 .layouts.expand .toggle div:after {
  content: "";
  display: block;
  background: #4B494C;
  position: absolute;
}
.venue.template1 .layouts.expand .toggle div:before {
  width: 30px;
  height: 2px;
  top: 29px;
  right: 15px;
}
.venue.template1 .layouts.expand .toggle div:after {
  width: 2px;
  height: 30px;
  top: 15px;
  right: 29px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts.expand span > .rooms-icon-text {
    right: 120px;
  }
}

/* Template 2 */
.venue.template2 {
  overflow: hidden;
  margin: 45px 0;
}
.venue.template2 .tab-buttons {
  overflow: hidden;
}
.venue.template2 .tab-buttons span {
  display: block;
  float: left;
  width: 120px;
  height: 45px;
  line-height: 45px;
  color: #aa9b7c;
  font-size: 16px;
  font-weight: 700;
  border-right: 1px solid #ebebeb;
  cursor: pointer;
  background: #f6f6f3;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .tab-buttons span {
    width: 33.3%;
  }
}
.venue.template2 .tab-buttons span:hover, .venue.template2 .tab-buttons span.active {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .tab-buttons span .hide-on-mobile {
    display: none;
  }
}
.venue.template2 .content {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 10px 10px 10px 25px;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .content {
    padding-left: 10px;
  }
}
.venue.template2 .content .tabs {
  float: left;
  min-height: 350px;
  width: 435px;
  padding-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .venue.template2 .content .tabs {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .venue.template2 .content .tabs {
    float: none;
    width: 100%;
    min-height: 0;
    margin-bottom: 20px;
    padding-left: 10px;
  }
}
.venue.template2 .content .tabs .tab {
  display: none;
}
.venue.template2 .content .tabs .tab.active {
  display: block;
}
.venue.template2 .content .tabs h3 {
  font-size: 24px;
  margin: 0 0 15px;
}
.venue.template2 .content .tabs h3 a {
  color: inherit;
  text-decoration: none;
}
.venue.template2 .content .tabs h3 a:hover {
  text-decoration: underline;
}
.venue.template2 .content .tabs h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 10px;
}
.venue.template2 .content .tabs p {
  font-size: 16px;
  line-height: 22px;
  color: #7d7d7d;
}
.venue.template2 .content .tabs .layouts {
  overflow: hidden;
}
.venue.template2 .content .tabs .layouts span {
  width: 50%;
  float: left;
  font-size: 13px;
  color: #7d7d7d;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
}
.venue.template2 .content .tabs .layouts span:before {
  vertical-align: middle;
  margin-right: 20px;
  font-size: 40px;
  color: #aa9b7c;
}
@media only screen and (max-width: 1023px) {
  .venue.template2 .content .tabs .layouts span:before {
    font-size: 30px;
  }
}
.venue.template2 .content .background {
  position: absolute;
  top: 10px;
  left: 465px;
  right: 10px;
  bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .venue.template2 .content .background {
    left: 53%;
  }
}
@media only screen and (max-width: 767px) {
  .venue.template2 .content .background {
    position: static;
    height: 200px;
    width: 100%;
  }
}
.venue.template2 .content .background img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template2 .buttons {
  background: #013668;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .buttons {
    padding: 8px 0;
  }
}
.venue.template2 .buttons .inner-wrapper {
  float: right;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .buttons .inner-wrapper {
    float: none;
  }
}
.venue.template2 .buttons .inner-wrapper a {
  display: block;
  float: left;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 0 30px;
}
.venue.template2 .buttons .inner-wrapper a + a {
  border-left: 1px solid #26537b;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .buttons .inner-wrapper a {
    padding: 0 10px;
    float: none;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
  }
  .venue.template2 .buttons .inner-wrapper a:last-child {
    border-right: 1px solid #26537b;
  }
}
.venue.template2 .buttons .inner-wrapper a:hover {
  text-decoration: underline;
}

/* VENUES TEMPLATE 3 */
.venue.template3 {
  margin: 40px 0;
  overflow: hidden;
}
.venue.template3 .venue-phone {
  display: block;
  float: right;
  width: 290px;
  height: 50px;
  border-bottom: 1px solid #ebebeb;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #f8f8f8;
}
.venue.template3 .venue-phone:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 23px;
  background: url(images/phone.svg) no-repeat 0 0;
  margin-right: 13px;
}
.venue.template3 .inquiry {
  display: block;
  float: right;
  width: 290px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  position: relative;
  background: #e57c00;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .venue.template3 .inquiry {
    float: none;
    margin: 0 auto;
  }
}
.venue.template3 .content-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.venue.template3 .content-wrapper .venue-thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 290px;
}
@media only screen and (max-width: 1023px) {
  .venue.template3 .content-wrapper .venue-thumb {
    position: static;
    height: 200px;
    width: 100%;
  }
}
.venue.template3 .content-wrapper .venue-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template3 .content-wrapper .content {
  width: 290px;
  padding: 15px 40px 120px 20px;
  float: right;
  font-size: 14px;
  line-height: 22px;
  color: #a8a8a7;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .venue.template3 .content-wrapper .content {
    width: 100%;
    padding-bottom: 20px;
  }
}
.venue.template3 .content-wrapper .content h3 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 15px;
  font-weight: normal;
}
.venue.template3 .content-wrapper .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template3 .content-wrapper .content h3 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .venue.template3 .content-wrapper .content .amenities {
    text-align: center;
  }
}
.venue.template3 .content-wrapper .content .amenities span {
  display: inline-block;
  height: 36px;
  width: 36px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  font-size: 25px;
  position: relative;
  margin: 0 13px 13px 0;
}
.venue.template3 .content-wrapper .content .amenities span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.venue.template3 .content-wrapper .content .links {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .venue.template3 .content-wrapper .content .links {
    position: static;
  }
}
.venue.template3 .content-wrapper .content .links a {
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  line-height: 14px;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}
.venue.template3 .content-wrapper .content .links a + a {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #979797;
}
.venue.template3:nth-child(even) .venue-phone {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .venue.template3:nth-child(even) .venue-phone {
    float: none;
    margin: 0 auto;
  }
}
.venue.template3:nth-child(even) .content-wrapper .venue-thumb {
  left: 290px;
  right: 0;
}
.venue.template3:nth-child(even) .content-wrapper .content {
  padding: 15px 20px 120px 20px;
  float: left;
}
.venue.template3:nth-child(even) .inquiry {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .venue.template3:nth-child(even) .inquiry {
    float: none;
    margin: 0 auto;
  }
}

/* TEMPLATE 4 */
.venue.template4 {
  width: 100%;
  margin-bottom: 40px;
}
.venue.template4 .background {
  overflow: hidden;
  position: relative;
}
.venue.template4 .background .venue-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.venue.template4 .background .venue-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template4 .background .content {
  float: left;
  width: 390px;
  padding: 30px 40px 40px;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  background: rgba(0, 0, 0, 0.6);
  font-weight: 200;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .background .content {
    float: none;
    width: 100%;
    padding-bottom: 100px;
  }
}
.venue.template4 .background .content h3 {
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}
.venue.template4 .background .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template4 .background .content h4 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0;
  color: #fff;
}
.venue.template4 .background .buttons {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .background .buttons {
    bottom: 10px;
    top: auto;
    left: 0;
    width: 100%;
  }
}
.venue.template4 .background .buttons a {
  float: left;
  border-radius: 0;
}
.venue.template4 .background .buttons a + a {
  margin-left: 1px;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .background .buttons a {
    display: inline-block;
    float: none;
  }
  .venue.template4 .background .buttons a + a {
    margin-left: 10px;
  }
}
.venue.template4 .bottom {
  position: relative;
  height: 62px;
  background: #fff;
  border: 1px solid #ebebeb;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .bottom {
    height: auto;
  }
}
.venue.template4 .bottom .links {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 360px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .bottom .links {
    position: static;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
  }
}
.venue.template4 .bottom .links a {
  display: block;
  float: left;
  height: 60px;
  width: 33%;
  font-size: 15px;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.venue.template4 .bottom .links a + a {
  border-left: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .bottom .links a {
    display: inline-block;
    width: auto;
    float: none;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
  }
}
.venue.template4 .layouts {
  position: absolute;
  top: 0;
  right: 0;
  left: 390px;
  height: 60px;
  text-align: right;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
}
.venue.template4 .layouts.multiline {
  right: 60px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts.multiline {
    margin-right: 60px;
  }
}
.venue.template4 .layouts .main-list {
  width: 100%;
  height: 100%;
  position: relative;
  white-space: nowrap;
}
.venue.template4 .layouts .additional-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  line-height: 0;
  padding: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.venue.template4 .layouts .toggle {
  display: none;
  position: absolute;
  right: -60px;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  background: #fff;
}
.venue.template4 .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.venue.template4 .layouts .toggle div:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.venue.template4 .layouts.multiline .toggle {
  display: block;
}
.venue.template4 .layouts span {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 35px;
  position: relative;
  cursor: pointer;
}
.venue.template4 .layouts span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #898989;
}
.venue.template4 .layouts span:hover {
  background: #e57c00;
}
.venue.template4 .layouts span:hover:before {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts span:hover {
    background: none;
  }
  .venue.template4 .layouts span:hover:before {
    color: #898989;
  }
}
.venue.template4 .layouts span + span {
  border-left: 1px solid #ebebeb;
}
.venue.template4 .layouts span:after {
  content: attr(data-name);
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-weight: 700;
  font-family: "Gotham A", "Gotham B";
  color: #fff;
  line-height: 60px;
  white-space: nowrap;
  padding: 0 20px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0.2s;
  text-transform: uppercase;
}
.venue.template4 .layouts span:hover:after {
  opacity: 1;
  height: 60px;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0s;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts span:hover:after {
    display: none;
  }
}
.venue.template4 .layouts.expand .additional-list {
  opacity: 1;
  visibility: visible;
  z-index: 3;
  transition: opacity 0.2s, visibility 0s ease 0s;
}
.venue.template4 .layouts.expand .toggle div {
  transform: rotate(45deg);
}
.venue.template4 .layouts.expand .toggle div:before, .venue.template4 .layouts.expand .toggle div:after {
  content: "";
  display: block;
  background: #ebebeb;
  position: absolute;
}
.venue.template4 .layouts.expand .toggle div:before {
  width: 30px;
  height: 2px;
  top: 29px;
  right: 15px;
}
.venue.template4 .layouts.expand .toggle div:after {
  width: 2px;
  height: 30px;
  top: 15px;
  right: 29px;
}

/* VENUES TEMPLATE 5 */
.venue.template5 {
  margin: 80px 0;
}
.venue.template5 .venue-thumb {
  width: 100%;
  height: 300px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .venue-thumb {
    height: 200px;
  }
}
.venue.template5 .venue-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.venue.template5 .inner-wrapper {
  height: 140px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper {
    height: auto;
  }
}
.venue.template5 .inner-wrapper .layouts {
  width: 280px;
  height: 140px;
  float: left;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts {
    width: 100%;
    height: auto;
    float: none;
  }
}
.venue.template5 .inner-wrapper .layouts .main-list {
  position: relative;
  z-index: 2;
  height: 140px;
  width: 280px;
  overflow: hidden;
  background: #ebebeb;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts .main-list {
    height: auto;
    width: 100%;
    background: #f6f6f6;
  }
}
.venue.template5 .inner-wrapper .layouts .additional-list {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.venue.template5 .inner-wrapper .layouts .additional-list span {
  border-right: 1px solid #ebebeb;
  border-left: 0;
}
.venue.template5 .inner-wrapper .layouts .toggle {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55px;
  height: 70px;
  margin: 0;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  background: #ebebeb;
}
.venue.template5 .inner-wrapper .layouts .toggle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.venue.template5 .inner-wrapper .layouts .toggle div:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ae9c58;
}
.venue.template5 .inner-wrapper .layouts .toggle div:hover:before {
  color: #000;
}
.venue.template5 .inner-wrapper .layouts.multiline .toggle {
  display: block;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts.multiline .toggle {
    display: none;
  }
}
.venue.template5 .inner-wrapper .layouts span {
  display: block;
  width: 56px;
  height: 70px;
  float: left;
  border-left: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  line-height: 69px;
  text-align: center;
}
.venue.template5 .inner-wrapper .layouts span:last-child {
  border-right: 1px solid #f6f6f6;
  width: 57px;
}
.venue.template5 .inner-wrapper .layouts span:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  color: #8b8b8b;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts span {
    height: 50px;
    line-height: 50px;
  }
}
.venue.template5 .inner-wrapper .layouts.multiline.expand .additional-list {
  display: block;
  background: #f6f6f6;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts.multiline.expand .additional-list {
    display: none;
  }
}
.venue.template5 .inner-wrapper .layouts.multiline.expand .toggle {
  bottom: 1px;
  height: 69px;
}
.venue.template5 .inner-wrapper .content {
  position: absolute;
  left: 280px;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 15px 20px 20px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content {
    position: static;
  }
}
.venue.template5 .inner-wrapper .content h3 {
  color: #ae9c58;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}
.venue.template5 .inner-wrapper .content h3 a {
  text-decoration: none;
  color: inherit;
}
.venue.template5 .inner-wrapper .content h3 a a:hover {
  text-decoration: underline;
}
.venue.template5 .inner-wrapper .content p {
  font-size: 16px;
  line-height: 22px;
  color: #a8a8a7;
  margin: 10px 0;
}
.venue.template5 .inner-wrapper .content .links {
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .links {
    text-align: center;
  }
}
.venue.template5 .inner-wrapper .content .links > a {
  float: left;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ae9c58;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .links > a {
    float: none;
    display: inline-block;
  }
}
.venue.template5 .inner-wrapper .content .links > a + a {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ae9c58;
}
.venue.template5 .inner-wrapper .content .amenities {
  margin-right: 180px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .amenities {
    margin-right: 0;
    text-align: center;
  }
}
.venue.template5 .inner-wrapper .content .amenities span {
  display: inline-block;
  height: 36px;
  width: 36px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 9px 9px 0;
  color: #151515;
}
.venue.template5 .inner-wrapper .content .amenities span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.venue.template5 .inner-wrapper .content .buttons {
  float: right;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .buttons {
    float: none;
    margin: 20px 0;
    text-align: center;
  }
}
.venue.template5 .inner-wrapper .content .buttons a {
  color: #ae9c58;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 25px;
  border-radius: 3px;
  border: 1px solid #ae9c58;
  background: none;
}
.venue.template5 .inner-wrapper .content .buttons a:hover {
  background: #ae9c58;
  color: #fff;
}

@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: #54baba;
}
.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 only screen and (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 (min-width: 768px) and (max-width: 1023px) {
  .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: "ITC Century W01 Book Italic";
  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: #54baba;
  border: none;
  cursor: pointer;
  color: transparent;
}
.blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit:hover {
  background-color: #48c6c6;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
    background-size: 22px;
  }
}
@media only screen and (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 (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form svg {
    top: 12px;
  }
}
@media only screen and (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 "ITC Century W01 Book Italic";
  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);
  margin: 0 10px 20px 0;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a {
  font: 700 16px/1.7em "ITC Century W01 Book Italic";
  color: #54baba;
  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: #54baba;
}
.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;
}
.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 "ITC Century W01 Book Italic";
  color: #54baba;
  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;
}
.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 "ITC Century W01 Book Italic";
  color: #54baba;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: auto;
}
.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: #54baba;
}
.blog-page.template-1 .recent-posts-content-wrap {
  display: flex;
  flex-wrap: wrap;
}
.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-left: 20px;
    padding-right: 20px;
    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/1em "ITC Century W01 Book Italic";
  color: #54baba;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1440px) {
  .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 only screen and (max-width: 767px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper .see-more {
    position: relative;
    margin: 0 auto;
    right: auto;
  }
}

.blog-page.template-2 {
  background-color: #fff;
}
.blog-page.template-2.single-blog-post #content, .blog-page.template-2.blog-archive-view #content {
  padding: 140px 0 100px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post #content, .blog-page.template-2.blog-archive-view #content {
    padding: 100px 0 40px;
  }
}
.blog-page.template-2.blog-list-view .blog-posts-wrapper {
  padding-top: 0;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2.blog-list-view .blog-posts-wrapper {
    padding-top: 0;
  }
}
.blog-page.template-2 .center-column {
  max-width: 1250px;
  padding: 0 20px;
}
.blog-page.template-2 .share-socials {
  position: absolute;
  right: -20px;
  bottom: 24px;
  width: 120px;
  text-align: left;
  min-height: 125px;
  background: #fff;
  margin-bottom: 0;
  height: 40px;
  padding: 10px 15px;
  border: 1px solid #dedede;
  opacity: 1;
  visibility: hidden;
  transition: opacity 350ms ease-in-out;
  z-index: 2;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
}
.blog-page.template-2 .share-socials .share-title {
  color: #666;
  font-size: 14px;
  line-height: 1;
  display: block;
}
.blog-page.template-2 .share-socials .share-button {
  margin-top: 7px;
  vertical-align: top;
  height: 21px;
}
.blog-page.template-2 .share-socials .share-button.facebook-share {
  margin-top: 7px;
}
.blog-page.template-2 .share-socials .share-button.pinterest-share {
  margin-top: 8px;
}
.blog-page.template-2 .share-socials .share-button.pinterest-share a {
  display: inline-block !important;
  vertical-align: top !important;
}
.blog-page.template-2 .share-socials.visible {
  opacity: 1;
  visibility: visible;
}
.blog-page.template-2 .share-socials .common-close-button {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 14px;
  width: 14px;
  background: transparent;
  font-size: 0;
  transition: background-color 350ms ease-in-out;
  opacity: 1;
}
.blog-page.template-2 .share-socials .common-close-button:before, .blog-page.template-2 .share-socials .common-close-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 14px;
  background: #000;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background 350ms ease-in-out;
}
.blog-page.template-2 .share-socials .common-close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.blog-page.template-2 .share-socials .common-close-button:hover {
  opacity: 0.8;
}
.blog-page.template-2 .share-socials .common-close-button:hover:before, .blog-page.template-2 .share-socials .common-close-button:hover:after {
  background: #666;
}
.blog-page.template-2 .posts-controls {
  height: 63px;
  background-color: #EDEDED;
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-controls {
    margin-top: 30px;
  }
}
.blog-page.template-2 .posts-controls .center-column {
  height: 100%;
}
.blog-page.template-2 .posts-controls .controls-wrapper {
  height: 100%;
  position: relative;
}
.blog-page.template-2 .posts-controls .post-control-button {
  font: normal 16px/1 "ITC Century W01 Book Italic";
  position: absolute;
  top: 50%;
  color: #9A9A9A;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 350ms ease-in-out;
  transform: translateY(-50%);
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-controls .post-control-button {
    font-size: 14px;
  }
}
.blog-page.template-2 .posts-controls .post-control-button .post-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: #9A9A9A;
  border-radius: 50%;
  text-indent: -9999em;
  font-size: 0;
  z-index: 10;
}
.blog-page.template-2 .posts-controls .post-control-button .post-icon:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 5px;
  height: 5px;
  border: 1px solid #EDEDED;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(-135deg);
  transition: border-color 0.35s ease-in-out;
}
.blog-page.template-2 .posts-controls .post-control-button.previous-post {
  left: 25px;
}
.blog-page.template-2 .posts-controls .post-control-button.previous-post .post-icon {
  left: -25px;
}
.blog-page.template-2 .posts-controls .post-control-button.next-post {
  right: 25px;
}
.blog-page.template-2 .posts-controls .post-control-button.next-post .post-icon {
  right: -25px;
}
.blog-page.template-2 .posts-controls .post-control-button.next-post .post-icon:after {
  left: 4px;
  top: 4px;
  transform: rotate(45deg);
}
.blog-page.template-2 .posts-controls .post-control-button:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  html.blog-navigation-visible {
    overflow: hidden;
  }
}
#blog-hamburger-navigation {
  display: none;
  position: fixed;
  right: -100%;
  top: 0;
  padding-top: 200px;
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transition: right 200ms, visibility 200ms;
  text-align: center;
  z-index: 60;
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
  #blog-hamburger-navigation {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation {
    padding-top: 140px;
  }
}
.blog-navigation-visible #blog-hamburger-navigation {
  right: 0;
  visibility: visible;
}
#blog-hamburger-navigation .main-menu {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .main-menu {
    max-width: 90%;
  }
}
#blog-hamburger-navigation .main-menu .blog-categories li {
  position: relative;
  margin-bottom: 5px;
}
#blog-hamburger-navigation .main-menu .blog-categories li a {
  display: inline-block;
  padding: 5px 40px;
  font: 22px/1.2 "ITC Century W01 Book Italic";
  text-decoration: none;
  color: #003E66;
  position: relative;
  text-transform: uppercase;
}
#blog-hamburger-navigation .main-menu .blog-categories li a:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 3px solid #E04E39;
  opacity: 0;
  visibility: hidden;
  transition: opacity visibility 350ms ease-in-out;
}
#blog-hamburger-navigation .main-menu .blog-categories li a:hover, #blog-hamburger-navigation .main-menu .blog-categories li a.active {
  color: #003E66;
}
#blog-hamburger-navigation .main-menu .blog-categories li a:hover:after, #blog-hamburger-navigation .main-menu .blog-categories li a.active:after {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1023px) {
  #blog-hamburger-navigation .main-menu .blog-categories li a {
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .main-menu .blog-categories li a {
    font-size: 18px;
    padding: 5px 10px;
  }
}
#blog-hamburger-navigation .main-menu .menu.submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms, visibility 300ms;
  visibility: hidden;
}
#blog-hamburger-navigation .main-menu .menu.submenu a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  color: #003E66;
}
#blog-hamburger-navigation .main-menu .menu.submenu a:after {
  content: none;
}
#blog-hamburger-navigation .main-menu .menu.submenu a:hover, #blog-hamburger-navigation .main-menu .menu.submenu a.active {
  color: #5990B4;
}
#blog-hamburger-navigation .main-menu .parent.expanded > .submenu {
  max-height: 800px;
  padding: 10px 0;
  transition: max-height 222ms cubic-bezier(1, 0, 1, 0), padding 333ms;
  visibility: visible;
}
#blog-hamburger-navigation .main-menu .plus {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
  z-index: 10;
}
#blog-hamburger-navigation .main-menu .plus .horizontal, #blog-hamburger-navigation .main-menu .plus .vertical {
  position: absolute;
  transition: all 333ms ease-in-out;
  transform: rotate(-90deg);
  background-color: #003E66;
  top: 0;
}
#blog-hamburger-navigation .main-menu .plus .horizontal {
  width: 8px;
  height: 2px;
  margin-left: 12px;
  margin-top: 15px;
}
#blog-hamburger-navigation .main-menu .plus .vertical {
  width: 2px;
  height: 8px;
  margin-left: 15px;
  margin-top: 12px;
}
#blog-hamburger-navigation .main-menu .parent.expanded > .plus > .vertical, #blog-hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  transform: rotate(90deg);
  background: #003E66 !important;
}
#blog-hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal {
  opacity: 0;
}
#blog-hamburger-navigation .main-menu .menu.submenu .plus {
  top: 0;
}
#blog-hamburger-navigation .blog-search {
  margin: 0 auto;
  width: 80%;
  display: none;
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .blog-search {
    display: block;
  }
}
#blog-hamburger-navigation .blog-search .blog-search-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 40px;
  position: relative;
  box-sizing: border-box;
}
#blog-hamburger-navigation .blog-search .blog-search-form label {
  flex: 1;
  height: 100%;
}
#blog-hamburger-navigation .blog-search .blog-search-form label .search-field {
  width: 100%;
  height: 100%;
  border: none;
  background: #EDEDED;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "ITC Century W01 Book Italic";
  font-size: 14px;
  color: #000;
}
#blog-hamburger-navigation .blog-search .blog-search-form .search-submit {
  width: 46px;
  height: 100%;
  border-radius: 0;
  border: none;
  background: #5990B4;
  cursor: pointer;
  color: transparent;
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .blog-search .blog-search-form .search-submit {
    width: 60px;
  }
}
#blog-hamburger-navigation .blog-search .blog-search-form .search-submit:hover {
  background-color: #003E66 !important;
}
#blog-hamburger-navigation .blog-search .blog-search-form svg {
  position: absolute;
  right: 22px;
  top: 12px;
  display: block;
  pointer-events: none;
  z-index: 1;
}

.featured-posts {
  margin-bottom: 40px;
}
.featured-posts .page-content {
  text-align: center;
}
.featured-posts .page-content h2 {
  font: normal 48px/1.2 "ITC Century W01 Book Italic";
  text-align: center;
  color: #003E66;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
.featured-posts .page-content h2:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  border-bottom: 4px solid #5990B4;
}
@media only screen and (max-width: 767px) {
  .featured-posts .page-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.featured-posts .featured-posts-slider {
  max-width: 1210px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider {
    padding: 0;
  }
}
.featured-posts .featured-posts-slider .slideshow {
  margin: 0 auto;
  max-width: 1096px;
  overflow: hidden;
}
.featured-posts .featured-posts-slider .post {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  min-height: 580px;
  font-family: "ITC Century W01 Book Italic";
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post {
    padding: 0;
    min-height: auto;
  }
}
.featured-posts .featured-posts-slider .post .post-image {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 55%;
  background-color: #5990B4;
}
.featured-posts .featured-posts-slider .post .post-image:after {
  content: "";
  display: block;
  padding-top: 66%;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-image {
    width: 100%;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper {
  text-align: left;
  width: 45%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: auto;
  background-color: #EDEDED;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper {
    padding-right: 0;
    width: 100%;
    justify-content: normal;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-content {
  width: 100%;
  padding: 30px 20px 40px 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper .post-content {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper .post-content {
    margin-top: 0;
    padding: 20px;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-date {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  color: #969696;
  margin-bottom: 10px;
}
.featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title {
  font: normal 50px/1 "ITC Century W01 Book Italic";
  color: #003E66;
  margin-top: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title a {
  color: #003E66;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper h3.post-title {
    margin: 0 0 15px;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-text,
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper .post-text,
.featured-posts .featured-posts-slider .post .post-content-wrapper .post-text p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.featured-posts .featured-posts-slider .post .post-content-wrapper .read-more-link {
  color: #E04E39;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #EDEDED;
  border-radius: 50%;
  text-indent: -9999em;
  font-size: 0;
  z-index: 10;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  height: 17px;
  border: 4px solid #fff;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out;
  margin: 4px 0 0 -11px;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button.previous {
  left: 0;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button.previous:after {
  transform: rotate(-135deg);
  margin-top: -8px;
  margin-left: -5px;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button.next {
  right: 0;
}
.featured-posts .featured-posts-slider .slideshow-controls .slideshow-button:hover {
  background: #003E66;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .slideshow-controls {
    display: none;
  }
}
.featured-posts .featured-posts-slider .slideshow-pagination {
  margin-top: 10px;
  text-align: center;
  font-size: 0;
}
.featured-posts .featured-posts-slider .slideshow-pagination > * {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 8px;
  text-indent: -9999px;
  overflow: hidden;
  background: #D8D8D8;
  border-radius: 50%;
  border: 1px solid #979797;
  transition: background 350ms ease-in-out;
  cursor: pointer;
}
.featured-posts .featured-posts-slider .slideshow-pagination > *:hover, .featured-posts .featured-posts-slider .slideshow-pagination > *.active {
  background: #5990B4;
}

.blog-page.template-2 .recent-posts .page-content {
  text-align: center;
}
.blog-page.template-2 .recent-posts .page-content h1, .blog-page.template-2 .recent-posts .page-content h2 {
  font: normal 48px/1.2 "ITC Century W01 Book Italic";
  color: #003E66;
  box-sizing: border-box;
  margin-bottom: 50px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  text-align: center;
}
.blog-page.template-2 .recent-posts .page-content h1:after, .blog-page.template-2 .recent-posts .page-content h2:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  border-bottom: 4px solid #5990B4;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .recent-posts .page-content h1, .blog-page.template-2 .recent-posts .page-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.blog-page.template-2 .recent-posts .blog-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: relative;
}
.blog-page.template-2 .recent-posts .blog-posts-wrapper .see-more {
  display: block;
  position: relative;
  border: 1px solid #5990B4;
  color: #5990B4;
  font-size: 16px;
  margin: 0 auto 30px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .recent-posts .blog-posts-wrapper .see-more {
    position: relative;
    margin: 0 auto;
    right: auto;
  }
}
.blog-page.template-2 .posts-content-wrap {
  font-family: "ITC Century W01 Book Italic";
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
.blog-page.template-2 .posts-content-wrap .one-post {
  width: 33.3%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 35px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-2 .posts-content-wrap .one-post {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post {
    padding: 0;
    margin-bottom: 20px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-image {
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #5990B4;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-image:after {
  content: "";
  display: block;
  padding-top: 54%;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-category {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  text-align: center;
  padding: 0 15px;
  background-color: #E04E39;
  font-size: 13px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-content {
  width: 100%;
  background: #fff;
  padding: 35px 20px 20px;
  box-sizing: border-box;
  border: 1px solid #E1E1E1;
  min-height: 200px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-content {
    padding: 20px;
    min-height: 120px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .date-author {
  font-size: 13px;
  line-height: 1.2;
  color: #8A8A8A;
}
.blog-page.template-2 .posts-content-wrap .one-post .date-author .date {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  padding-right: 20px;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
  font: normal 28px/1 "ITC Century W01 Book Italic";
  margin: 5px 0 20px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-title {
    margin: 5px 0 30px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-title a {
  color: #003E66;
  text-decoration: none;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-text,
.blog-page.template-2 .posts-content-wrap .one-post .one-post-text p {
  font-size: 16px;
  line-height: 1.6em;
  color: #525252;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-text,
.blog-page.template-2 .posts-content-wrap .one-post .one-post-text p {
    font-size: 14px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links {
  display: flex;
  font-size: 0;
  position: absolute;
  left: 20px;
  right: 40px;
  bottom: 20px;
  vertical-align: bottom;
  width: calc(100% - 40px);
  justify-content: space-between;
  align-items: center;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .read-more-link {
  font-size: 15px;
  line-height: 1;
  border: none;
  text-align: center;
  padding: 0 10px 0 0;
  text-transform: none;
  border-radius: 0;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .read-more-link:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border: 1px solid #969696;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out;
  margin: 2px 0 0 -11px;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  color: #969696;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  opacity: 1;
  align-items: center;
  transition: opacity 350ms ease-in-out;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button svg {
  fill: #969696;
  margin-left: 10px;
}
.blog-page.template-2 .posts-content-wrap .one-post .post-links .post-share-button:hover {
  opacity: 0.8;
}

.related-posts {
  margin-top: 100px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .related-posts {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.related-posts .page-content {
  text-align: center;
}
.related-posts .page-content .caption {
  font: normal 18px/1.2 "ITC Century W01 Book Italic";
  color: #5990B4;
  text-transform: uppercase;
}
.related-posts .page-content h2 {
  font: normal 50px/1.2 "ITC Century W01 Book Italic";
  text-align: center;
  color: #003E66;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .related-posts .page-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.related-posts .related-posts-slider {
  max-width: 1135px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .related-posts .related-posts-slider {
    padding: 0;
  }
}
.related-posts .related-posts-slider .slideshow {
  margin: 0 auto;
  max-width: 1135px;
  overflow: hidden;
}
.related-posts .related-posts-slider .post {
  display: flex;
  flex-flow: wrap;
  width: 33.3%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  min-height: 450px;
  border-radius: 60px 16px 16px 16px;
  overflow: hidden;
  font-family: "ITC Century W01 Book Italic";
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .related-posts .related-posts-slider .post {
    padding: 0;
    min-height: auto;
    box-shadow: none;
  }
}
.related-posts .related-posts-slider .post .post-image {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  background-color: #5990B4;
  border-radius: 60px 16px 16px 16px;
}
.related-posts .related-posts-slider .post .post-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 236px;
  background: linear-gradient(180deg, rgba(0, 46, 50, 0) 0%, #002E32 100%);
}
.related-posts .related-posts-slider .post .post-image:after {
  content: "";
  display: block;
  padding-top: 66%;
}
@media only screen and (max-width: 767px) {
  .related-posts .related-posts-slider .post .post-image {
    width: 100%;
  }
}
.related-posts .related-posts-slider .post .post-category {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  padding: 14px 20px;
  background-color: #E04E39;
  font-size: 13px;
  line-height: 1;
  border-bottom-left-radius: 10px;
  color: #fff;
  text-transform: uppercase;
}
.related-posts .related-posts-slider .post .post-content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  padding: 30px;
  width: 100%;
}
.related-posts .related-posts-slider .post .post-content-wrapper .post-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 20px;
  text-align: left;
}
.related-posts .related-posts-slider .post .post-content-wrapper h3.post-title {
  font: normal 34px/1 "ITC Century W01 Book Italic";
  color: #fff;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
}
.related-posts .related-posts-slider .post .post-content-wrapper h3.post-title a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .related-posts .related-posts-slider .post .post-content-wrapper h3.post-title {
    font-size: 20px;
  }
}
.related-posts .related-posts-slider .post .post-content-wrapper .read-more-link {
  font-size: 16px;
  font-weight: normal;
  border-radius: 14px;
  line-height: 30px;
  background-color: #E04E39;
  color: #fff;
  padding: 0 25px;
  transition: opacity 350ms ease-in-out;
}

.footer-blog {
  font-family: "ITC Century W01 Book Italic";
}
.footer-blog .footer-top-bar {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #5990B4;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-top-bar {
    padding-top: 20px;
  }
}
.footer-blog .footer-top-bar-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: 50px;
  margin-left: 130px;
}
@media only screen and (max-width: 1023px) {
  .footer-blog .footer-top-bar-wrapper {
    margin: 0;
  }
}
.footer-blog .footer-top-bar-wrapper .text-block {
  margin-right: 50px;
  width: 43%;
  color: #fff;
}
.footer-blog .footer-top-bar-wrapper .text-block h4 {
  font-size: 26px;
  line-height: 1.2;
  text-transform: uppercase;
}
.footer-blog .footer-top-bar-wrapper .text-block span {
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1023px) {
  .footer-blog .footer-top-bar-wrapper .text-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-top-bar-wrapper .text-block {
    margin-bottom: 10px;
  }
  .footer-blog .footer-top-bar-wrapper .text-block h4 {
    font-size: 18px;
  }
  .footer-blog .footer-top-bar-wrapper .text-block span {
    font-size: 16px;
  }
}
.footer-blog .footer-top-bar-wrapper .input-text-wrapper {
  display: flex;
  margin-bottom: 10px;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .footer-blog .footer-top-bar-wrapper .blog-newsletter {
    width: 100%;
  }
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text] {
  flex-grow: 1;
  height: 58px;
  padding: 0 20px;
  background: #fff;
  font-size: 15px;
  line-height: 58px;
  color: #000;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]::-webkit-input-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:-moz-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]::-moz-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:-ms-input-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:focus::-webkit-input-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:focus:-moz-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:focus::-moz-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter input[type=text]:focus:-ms-input-placeholder {
  color: #aeaeae;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter .button {
  padding: 0 45px;
  vertical-align: top;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  height: 58px;
  background-color: #003E66;
  transition: background-color 350ms ease-in-out;
}
.footer-blog .footer-top-bar-wrapper .blog-newsletter .button:hover {
  background-color: #D93F2C;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-top-bar-wrapper .blog-newsletter .button {
    padding: 0 15px;
    font-size: 14px;
  }
}
.footer-blog .footer-top-bar-wrapper .privacy-policy {
  display: flex;
  align-items: center;
  margin-left: 20px;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
}
@media only screen and (max-width: 1023px) {
  .footer-blog .footer-top-bar-wrapper .privacy-policy {
    margin-left: 0;
  }
}
.footer-blog .footer-top-bar-wrapper .privacy-policy input {
  margin-right: 10px;
}
.footer-blog .footer-bottom-bar {
  padding: 35px 0;
  background-color: #fff;
}
.footer-blog .footer-bottom-bar-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 449px) {
  .footer-blog .footer-bottom-bar-wrapper {
    justify-content: center;
  }
}
.footer-blog .footer-bottom-bar-wrapper .logos-wrapper {
  margin-right: 40px;
}
.footer-blog .footer-bottom-bar-wrapper .logos-wrapper a {
  display: block;
  max-width: 155px;
  height: 82px;
}
.footer-blog .footer-bottom-bar-wrapper .logos-wrapper img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-bottom-bar-wrapper .logos-wrapper a {
    max-width: 100px;
    height: auto;
  }
}
.footer-blog .footer-bottom-bar-wrapper .footer-contacts {
  margin-right: 20px;
}
.footer-blog .footer-bottom-bar-wrapper .footer-contacts a {
  display: block;
  color: #6c6c6c;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}
.footer-blog .footer-bottom-bar-wrapper .footer-contacts a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-bottom-bar-wrapper .footer-contacts a {
    font-size: 16px;
  }
}
.footer-blog .footer-bottom-bar-wrapper .socials-list {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 449px) {
  .footer-blog .footer-bottom-bar-wrapper .socials-list {
    margin: 20px auto;
  }
}
.footer-blog .footer-bottom-bar-wrapper .socials-list li {
  margin-right: 15px;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list li:last-child {
  margin-right: 0;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a {
  opacity: 1;
  display: block;
  transition: opacity 350ms ease-in-out;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a.facebook svg {
  fill: #4460A0;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a.twitter svg {
  fill: #1da1f2;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a.instagram svg {
  fill: #e4405f;
}
.footer-blog .footer-bottom-bar-wrapper .socials-list a:hover {
  opacity: 0.8;
}

/*
.signup-loader{position:absolute;top:0;right:0;left:0;z-index:1;display:none;align-items:center;justify-content:center;width:100%;height:100%;text-align:center;background-color:rgba(255,255,255,0.5)}.signup-loader img{width:100px;height:auto}.footer{text-align:center}@media (min-width: 768px){.footer{text-align:left}}.footer__wrap{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;max-width:1240px;padding-top:50px;padding-bottom:50px}.footer__row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.footer__logo{position:relative;width:100%;padding-right:15px;padding-left:15px}@media (min-width: 768px){.footer__logo{flex:0 0 25%;max-width:25%}}.footer__logo img{max-width:150px}.footer__contact{position:relative;width:100%;padding-right:15px;padding-left:15px}@media (min-width: 768px){.footer__contact{flex:0 0 25%;max-width:25%}}.footer__contact p a,.footer__contact .room-info__amenities__content .amenities-left ul li a,.room-info__amenities__content .amenities-left ul .footer__contact li a{text-decoration:none}.footer__links{position:relative;width:100%;padding-right:15px;padding-left:15px;margin-bottom:20px}@media (min-width: 768px){.footer__links{flex:0 0 25%;max-width:25%;margin-bottom:0}}.footer__links ul{margin:0;padding:0}.footer__links ul li{list-style-type:none}.footer__links ul li a{margin:0;padding:6px 0;font-size:.75rem;color:#515151;text-transform:uppercase;letter-spacing:1px}.footer__links ul li a:hover{text-decoration:none}.footer__newsletter{position:relative;width:100%;padding-right:15px;padding-left:15px}@media (min-width: 768px){.footer__newsletter{flex:0 0 25%;max-width:25%}}.footer__newsletter__wrap{max-width:245px;margin:0 auto}@media (min-width: 768px){.footer__newsletter__wrap{margin:0}}.footer__newsletter .credits{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:24px}.footer__newsletter .credits img{max-width:100px}.footer__newsletter .form-control{height:33px;padding:9px 15px;font-family:"Gotham A","Gotham B";font-size:.75rem;font-weight:500;color:#e1251b;text-transform:uppercase;letter-spacing:3px;border:solid 1px #232525}.footer__newsletter .form-control::-webkit-input-placeholder{font-family:"Gotham A","Gotham B";font-size:.75rem;color:#e1251b}.footer__newsletter .form-control:-ms-input-placeholder{font-family:"Gotham A","Gotham B";font-size:.75rem;color:#e1251b}.footer__newsletter .form-control::placeholder{font-family:"Gotham A","Gotham B";font-size:.75rem;color:#e1251b}.footer__newsletter .form-check-label{line-height:normal;color:#515151;text-transform:none;letter-spacing:1px}.footer__newsletter .form-check{margin-bottom:16px}.footer .h6{margin-bottom:20px}.footer__copyrights{padding:18px 15px;background-color:#35414a;display:none}.footer__copyrights__wrap{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;max-width:1240px;font-size:.6875rem}@media (min-width: 768px){.footer__copyrights__wrap{display:flex;align-items:center;justify-content:space-between}}.footer__copyrights__wrap p,.footer__copyrights__wrap .room-info__amenities__content .amenities-left ul li,.room-info__amenities__content .amenities-left ul .footer__copyrights__wrap li{font-size:.625rem;line-height:normal;text-transform:uppercase}@media (min-width: 768px){.footer__copyrights__wrap p,.footer__copyrights__wrap .room-info__amenities__content .amenities-left ul li,.room-info__amenities__content .amenities-left ul .footer__copyrights__wrap li{margin-bottom:0}}.footer__copyrights__wrap a{padding-right:15px;color:#fff}.footer__copyrights__wrap a:last-child{padding-right:0}

.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;z-index:30;width:100vw;background-color:rgba(0,0,0,0)}.navbar>.container,.navbar>.container-fluid{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar .navbar-brand{padding:0}.navbar .navbar-brand .nav__logo img{height:calc(88px - 1.5rem)}@media (min-width: 992px){.navbar .navbar-brand .nav__logo img{height:calc(124px - 1.5rem)}}.navbar .nav__link{color:#000;font-size:.875rem;text-decoration:none}.navbar .nav__link:hover,.navbar .nav__link:focus{color:#e1251b;text-decoration:underline}.navbar .nav__link--group{color:#000;font-size:.875rem;text-decoration:none}.navbar .nav__link--group:hover,.navbar .nav__link--group:focus{color:#e1251b;text-decoration:none}.navbar.sticky,.navbar.nav--active{background-color:#fff}.navbar.sticky .nav__link,.navbar.sticky .nav--device a,.navbar.nav--active .nav__link,.navbar.nav--active .nav--device a{color:#000;text-decoration:none}.navbar.sticky .nav__link:hover,.navbar.sticky .nav__link:focus,.navbar.sticky .nav--device a:hover,.navbar.sticky .nav--device a:focus,.navbar.nav--active .nav__link:hover,.navbar.nav--active .nav__link:focus,.navbar.nav--active .nav--device a:hover,.navbar.nav--active .nav--device a:focus{color:#e1251b;text-decoration:underline}.navbar .subnav{display:none;position:absolute;left:0;top:0;z-index:1;margin:0;padding:0}.navbar .subnav .nav__item{background:#fff;display:block;font-size:.875rem;padding:0 0;white-space:nowrap}.navbar .subnav .nav__item .nav__link{padding:.75rem 2rem}.navbar .subnav .nav__item:hover,.navbar .subnav .nav__item:focus{background:#fff;color:#e1251b;text-decoration:none}.navbar .has-subnav{position:relative}.navbar .has-subnav:hover .nav__link+.subnav,.navbar .has-subnav:focus .nav__link+.subnav,.navbar .has-subnav.has-focus .nav__link+.subnav{display:block}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30;height:88px}@media (min-width: 992px){.navbar.is-fixed-bottom,.navbar.is-fixed-top{height:124px}}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-top{top:0}.is-fixed-top+.main,.is-fixed-top+.ttweb-booking-widget-component+.main,.main.nav-is-fixed-top{padding-top:88px}@media (min-width: 992px){.is-fixed-top+.main,.is-fixed-top+.ttweb-booking-widget-component+.main,.main.nav-is-fixed-top{padding-top:124px}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav__link{display:block;color:#000;font-size:.875rem;padding:0 0;margin:0 1.5rem;text-decoration:none}.nav__link:hover,.nav__link:focus{color:#e1251b;text-decoration:underline}.nav__link--group{text-decoration:none}.nav__link--group:hover,.nav__link--group:focus{text-decoration:none}.subnav .nav__item{background:#fff;color:#000;display:block;font-size:.875rem;padding:0 0;white-space:nowrap}.subnav .nav__item:hover,.subnav .nav__item:focus{background:#fff;color:#e1251b;text-decoration:none}.nav--device{background-color:#fff;display:none;list-style:none;padding:1.5rem 0;text-align:left;width:auto;position:absolute;right:1.5rem;top:88px;z-index:1}.nav--device li{padding:0 0 .75rem 0}.nav--device li:last-child{padding-bottom:0}.nav--device .subnav{display:block;font-size:.875rem;position:relative}.nav--device .subnav .nav__item{background-color:#fff;display:block}.nav--device .subnav__icon{display:inline;padding:0 10px}.nav--device.is-active{display:block !important}@media (min-width: 992px){.nav--device{display:none !important;top:124px}}.navbar__burger{cursor:pointer;display:block;position:relative;width:4rem;height:4rem;margin-left:auto;background-color:#fff;display:block}.navbar__burger span{color:#e1251b;background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color, opacity, transform;transition-timing-function:ease-out;width:16px}.navbar__burger span:nth-child(1){top:calc(50% - 6px)}.navbar__burger span:nth-child(2){top:calc(50% - 1px)}.navbar__burger span:nth-child(3){top:calc(50% + 4px)}.navbar__burger:hover,.navbar__burger.is-active{background-color:rgba(0,0,0,0.05)}.navbar__burger.is-active span:nth-child(1){transform:translateY(5px) rotate(45deg)}.navbar__burger.is-active span:nth-child(2){opacity:0}.navbar__burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.zom-slider__items{whitespace:nowrap}.zom-slider__tools{position:relative;padding:1.5rem 0}

.navbar{width:100%;height:auto !important;padding:0;background:#fff;transition:0.3s}@media screen and (prefers-reduced-motion: reduce){.navbar{transition:none}}.navbar .covid-banner{background-color:black;color:white;text-align:center;width:100%;display:none}.navbar .covid-banner p,.navbar .covid-banner .room-info__amenities__content .amenities-left ul li,.room-info__amenities__content .amenities-left ul .navbar .covid-banner li{padding:3px;margin:0px;color:white}.navbar .covid-banner p .updates,.navbar .covid-banner .room-info__amenities__content .amenities-left ul li .updates,.room-info__amenities__content .amenities-left ul .navbar .covid-banner li .updates{font-size:1.2rem}.navbar .covid-banner p a,.navbar .covid-banner .room-info__amenities__content .amenities-left ul li a,.room-info__amenities__content .amenities-left ul .navbar .covid-banner li a{color:white;text-decoration:underline}.navbar .covid-banner p a img,.navbar .covid-banner .room-info__amenities__content .amenities-left ul li a img,.room-info__amenities__content .amenities-left ul .navbar .covid-banner li a img{width:20px}@media (max-width: 767.98px){.navbar .covid-banner p .free-cancel,.navbar .covid-banner .room-info__amenities__content .amenities-left ul li .free-cancel,.room-info__amenities__content .amenities-left ul .navbar .covid-banner li .free-cancel{display:block}}.navbar .container{position:relative;max-width:1240px}.navbar__inner{padding:8px 15px}@media (min-width: 768px){.navbar__inner{padding:15px}}.navbar .navbar-brand{width:80px;margin:0;transition:0.3s}@media screen and (prefers-reduced-motion: reduce){.navbar .navbar-brand{transition:none}}@media (min-width: 768px){.navbar .navbar-brand{width:100px;margin:0 auto}}.navbar .navbar-brand img{width:100%;height:100% !important}.navbar__burger{position:relative;width:2rem;height:2rem;background:transparent}@media (min-width: 768px){.navbar__burger{margin-right:inherit;margin-bottom:inherit}}.navbar__burger .fa-bars{display:block;position:absolute;top:3px;right:10px;font-size:1.5rem;font-weight:400;color:#232525}@media (min-width: 768px){.navbar__burger .fa-bars{top:4px;color:#e1251b}}.navbar__burger .fa-times{display:none;position:absolute;top:3px;right:10px;font-size:1.5rem;font-weight:400;color:#e1251b}@media (min-width: 768px){.navbar__burger .fa-times{right:inherit}}.navbar__burger:hover{background:transparent}.navbar__burger.is-active{background:transparent}.navbar__burger.is-active .fa-bars{display:none}.navbar__burger.is-active .fa-times{display:block}.navbar .nav__link{position:relative;margin:0 12px;font-family:"Gotham A","Gotham B";font-size:.875rem;font-weight:400;color:#232525;text-transform:uppercase;letter-spacing:1px}.navbar .nav__link:hover,.navbar .nav__link.active{color:#e1251b;text-decoration:none !important}.navbar .nav__logo{display:none}@media (min-width: 768px){.navbar .nav__logo{display:block}}.navbar .nav__logo img{width:100%;height:auto !important}.navbar .nav__logo-secondary{display:inline-block}@media (min-width: 768px){.navbar .nav__logo-secondary{display:none}}.navbar .nav__logo-secondary img{width:100%;height:auto}.navbar .nav--device{top:103px;height:calc(100vh - 53px);padding:15px 0 0;overflow-y:auto;border:0;transition:0.3s}@media screen and (prefers-reduced-motion: reduce){.navbar .nav--device{transition:none}}@media (min-width: 768px){.navbar .nav--device{top:134px;padding:0}}.navbar .nav--device li{padding-bottom:0}.navbar .nav--device .nav__link{margin:0;padding:15px;font-family:"Gotham A","Gotham B";font-size:.75rem;font-weight:400;border-bottom:solid 1px #d7d7d7}.navbar .nav--device .nav__link:after{display:none}.navbar .nav--device .nav__link:hover{color:#e1251b !important}.navbar.nav--active{background:#fff;transition:0.3s}@media screen and (prefers-reduced-motion: reduce){.navbar.nav--active{transition:none}}.navbar .greedy-nav__links{width:100%}.navbar .greedy__hidden-links{right:0;left:0}.navbar.sticky{transition:all 0.3s}@media screen and (prefers-reduced-motion: reduce){.navbar.sticky{transition:none}}.navbar.sticky .booking-widget-button{position:absolute;top:9px;right:15px}@media (min-width: 576px){.navbar.sticky .booking-widget-button{top:5px}}@media (min-width: 768px){.navbar.sticky .booking-widget-button{top:25px}}.navbar .subnav .nav__item .nav__link{margin:0;padding-right:12px;padding-left:12px}
*/
.signup-loader {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}

.signup-loader img {
  width: 100px;
  height: auto;
}

.footer {
  text-align: center;
}

@media (min-width: 768px) {
  .footer {
    text-align: left;
  }
}
.footer__wrap {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1240px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 640px) {
  .footer__row {
    row-gap: 14px;
  }
}

.footer__logo {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .footer__logo {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.footer__logo img {
  max-width: 150px;
}

.footer__contact {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer__contact .footer-email {
  font-family: "Gotham A", "Gotham B";
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #515151;
  letter-spacing: 1px;
}
.footer__contact .footer-email:hover {
  color: #e1251b;
}
.footer__contact ul.socials {
  padding-left: 0px !important;
  margin-bottom: 0px;
  font-family: "Gotham A", "Gotham B";
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #515151;
  letter-spacing: 1px;
}
.footer__contact ul.socials li {
  font-size: 16px;
  font-weight: 300;
}
.footer__contact ul.socials li a {
  color: #515151;
}
.footer__contact ul.socials li a:hover {
  color: #e1251b;
}

@media (min-width: 768px) {
  .footer__contact {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.footer__contact p a,
.footer__contact .room-info__amenities__content .amenities-left ul li a,
.room-info__amenities__content .amenities-left ul .footer__contact li a {
  text-decoration: none;
}

.footer__links {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .footer__links {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 0;
  }
}
.footer__links ul {
  margin: 0;
  padding: 0;
}

.footer__links ul li {
  list-style-type: none;
  line-height: 24px;
  height: 30px;
  font-size: 16px;
}

.footer__links ul li a {
  margin: 0;
  padding: 6px 0;
  font-size: 16px;
  color: #515151;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 18px;
  height: 30px;
}

.footer__links ul li a:hover {
  text-decoration: none;
  color: #e1251b;
}

.footer__newsletter {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .footer__newsletter {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.footer__newsletter__wrap {
  max-width: 245px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .footer__newsletter__wrap {
    margin: 0;
  }
}
.footer__newsletter .credits {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.footer__newsletter .credits img {
  max-width: 100px;
}

.footer__newsletter .form-control {
  height: 33px;
  padding: 9px 15px;
  font-family: "Gotham A", "Gotham B";
  font-size: 0.75rem;
  font-weight: 500;
  color: #e1251b;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: solid 1px #232525;
}

.footer__newsletter .form-control::-moz-placeholder {
  font-family: "Gotham A", "Gotham B";
  font-size: 0.75rem;
  color: #e1251b;
}

.footer__newsletter .form-control::placeholder {
  font-family: "Gotham A", "Gotham B";
  font-size: 0.75rem;
  color: #e1251b;
}

.footer__newsletter .form-check-label {
  line-height: normal;
  color: #515151;
  text-transform: none;
  letter-spacing: 1px;
}

.footer__newsletter .form-check {
  margin-bottom: 16px;
}

.footer .h6 {
  margin-bottom: 20px;
}

.footer__copyrights {
  padding: 18px 15px;
  background-color: #35414a;
  display: none;
}

.footer__copyrights__wrap {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1240px;
  font-size: 0.6875rem;
}

@media (min-width: 768px) {
  .footer__copyrights__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.footer__copyrights__wrap p,
.footer__copyrights__wrap .room-info__amenities__content .amenities-left ul li,
.room-info__amenities__content .amenities-left ul .footer__copyrights__wrap li {
  font-size: 1rem;
  line-height: normal;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .footer__copyrights__wrap p,
.footer__copyrights__wrap .room-info__amenities__content .amenities-left ul li,
.room-info__amenities__content .amenities-left ul .footer__copyrights__wrap li {
    margin-bottom: 0;
  }
}
.footer__copyrights__wrap a {
  padding-right: 15px;
  color: #fff;
}

.footer__copyrights__wrap a:last-child {
  padding-right: 0;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.5rem;
  z-index: 30;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0);
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar .navbar-brand {
  padding: 0;
}

.navbar .navbar-brand .nav__logo img {
  height: calc(88px - 1.5rem);
}

@media (min-width: 992px) {
  .navbar .navbar-brand .nav__logo img {
    height: calc(124px - 1.5rem);
  }
}
.navbar .nav__link {
  color: #000;
  font-size: 0.875rem;
  text-decoration: none;
}

.navbar .nav__link:hover,
.navbar .nav__link:focus {
  color: #e1251b;
  text-decoration: underline;
}

.navbar .nav__link--group {
  color: #000;
  font-size: 0.875rem;
  text-decoration: none;
}

.navbar .nav__link--group:hover,
.navbar .nav__link--group:focus {
  color: #e1251b;
  text-decoration: none;
}

.navbar.sticky,
.navbar.nav--active {
  background-color: #fff;
}

.navbar.sticky .nav__link,
.navbar.sticky .nav--device a,
.navbar.nav--active .nav__link,
.navbar.nav--active .nav--device a {
  color: #000;
  text-decoration: none;
}

.navbar.sticky .nav__link:hover,
.navbar.sticky .nav__link:focus,
.navbar.sticky .nav--device a:hover,
.navbar.sticky .nav--device a:focus,
.navbar.nav--active .nav__link:hover,
.navbar.nav--active .nav__link:focus,
.navbar.nav--active .nav--device a:hover,
.navbar.nav--active .nav--device a:focus {
  color: #e1251b;
  text-decoration: underline;
}

.navbar .subnav {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
}

.navbar .subnav .nav__item {
  background: #fff;
  display: block;
  font-size: 0.875rem;
  padding: 0 0;
  white-space: nowrap;
}

.navbar .subnav .nav__item .nav__link {
  padding: 0.75rem 2rem;
}

.navbar .subnav .nav__item:hover,
.navbar .subnav .nav__item:focus {
  background: #fff;
  color: #e1251b;
  text-decoration: none;
}

.navbar .has-subnav {
  position: relative;
}

.navbar .has-subnav:hover .nav__link + .subnav,
.navbar .has-subnav:focus .nav__link + .subnav,
.navbar .has-subnav.has-focus .nav__link + .subnav {
  display: block;
}

.navbar.is-fixed-bottom,
.navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
  height: 88px;
}

@media (min-width: 992px) {
  .navbar.is-fixed-bottom,
.navbar.is-fixed-top {
    height: 124px;
  }
}
.navbar.is-fixed-bottom {
  bottom: 0;
}

.navbar.is-fixed-top {
  top: 0;
}

.is-fixed-top + .main,
.is-fixed-top + .ttweb-booking-widget-component + .main,
.main.nav-is-fixed-top {
  padding-top: 88px;
}

@media (min-width: 992px) {
  .is-fixed-top + .main,
.is-fixed-top + .ttweb-booking-widget-component + .main,
.main.nav-is-fixed-top {
    padding-top: 124px;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav__link {
  display: block;
  color: #000;
  font-size: 0.875rem;
  padding: 0 0;
  margin: 0 1.5rem;
  text-decoration: none;
}

.nav__link:hover,
.nav__link:focus {
  color: #e1251b;
  text-decoration: underline;
}

.nav__link--group {
  text-decoration: none;
}

.nav__link--group:hover,
.nav__link--group:focus {
  text-decoration: none;
}

.subnav .nav__item {
  background: #fff;
  color: #000;
  display: block;
  font-size: 0.875rem;
  padding: 0 0;
  white-space: nowrap;
}

.subnav .nav__item:hover,
.subnav .nav__item:focus {
  background: #fff;
  color: #e1251b;
  text-decoration: none;
}

.nav--device {
  background-color: #fff;
  display: none;
  list-style: none;
  padding: 1.5rem 0;
  text-align: left;
  width: auto;
  position: absolute;
  right: 1.5rem;
  top: 88px;
  z-index: 1;
}

.nav--device li:last-child {
  padding-bottom: 0;
}

.nav--device .subnav {
  display: block;
  font-size: 0.875rem;
  position: relative;
}

.nav--device .subnav .nav__item {
  background-color: #fff;
  display: block;
}

.nav--device .subnav__icon {
  display: inline;
  padding: 0 10px;
}

.nav--device.is-active {
  display: block !important;
}

@media (min-width: 992px) {
  .nav--device {
    display: none !important;
    top: 124px;
  }
}
.navbar__burger {
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 4rem;
  margin-left: auto;
  background-color: #fff;
  display: block;
}

.navbar__burger span {
  color: #e1251b;
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}

.navbar__burger span:nth-child(1) {
  top: calc(50% - 6px);
}

.navbar__burger span:nth-child(2) {
  top: calc(50% - 1px);
}

.navbar__burger span:nth-child(3) {
  top: calc(50% + 4px);
}

.navbar__burger:hover,
.navbar__burger.is-active {
  background-color: rgba(0, 0, 0, 0.05);
}

.navbar__burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.navbar__burger.is-active span:nth-child(2) {
  opacity: 0;
}

.navbar__burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.zom-slider__items {
  whitespace: nowrap;
}

.zom-slider__tools {
  position: relative;
  padding: 1.5rem 0;
}

.navbar {
  width: 100%;
  height: auto !important;
  padding: 0;
  background: #fff;
  transition: 0.3s;
}

@media screen and (prefers-reduced-motion: reduce) {
  .navbar {
    transition: none;
  }
}
.navbar .covid-banner {
  background-color: black;
  color: white;
  text-align: center;
  width: 100%;
  display: none;
}

.navbar .covid-banner p,
.navbar .covid-banner .room-info__amenities__content .amenities-left ul li,
.room-info__amenities__content .amenities-left ul .navbar .covid-banner li {
  padding: 3px;
  margin: 0px;
  color: white;
}

.navbar .covid-banner p .updates,
.navbar .covid-banner .room-info__amenities__content .amenities-left ul li .updates,
.room-info__amenities__content .amenities-left ul .navbar .covid-banner li .updates {
  font-size: 1.2rem;
}

.navbar .covid-banner p a,
.navbar .covid-banner .room-info__amenities__content .amenities-left ul li a,
.room-info__amenities__content .amenities-left ul .navbar .covid-banner li a {
  color: white;
  text-decoration: underline;
}

.navbar .covid-banner p a img,
.navbar .covid-banner .room-info__amenities__content .amenities-left ul li a img,
.room-info__amenities__content .amenities-left ul .navbar .covid-banner li a img {
  width: 20px;
}

@media (max-width: 767.98px) {
  .navbar .covid-banner p .free-cancel,
.navbar .covid-banner .room-info__amenities__content .amenities-left ul li .free-cancel,
.room-info__amenities__content .amenities-left ul .navbar .covid-banner li .free-cancel {
    display: block;
  }
}
.navbar .container {
  position: relative;
  max-width: 1240px;
}

.navbar__inner {
  padding: 8px 15px;
}

@media (min-width: 768px) {
  .navbar__inner {
    padding: 15px;
  }
}
.navbar .navbar-brand {
  width: 80px;
  margin: 0;
  transition: 0.3s;
}

@media screen and (prefers-reduced-motion: reduce) {
  .navbar .navbar-brand {
    transition: none;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-brand {
    width: 100px;
    margin: 0 auto;
  }
}
.navbar .navbar-brand img {
  width: 100%;
  height: 100% !important;
}

.navbar__burger {
  position: relative;
  width: 2rem;
  height: 2rem;
  background: transparent;
}

@media (min-width: 768px) {
  .navbar__burger {
    margin-right: inherit;
    margin-bottom: inherit;
  }
}
.navbar__burger .fa-bars {
  display: block;
  position: absolute;
  top: 3px;
  right: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #232525;
}

@media (min-width: 768px) {
  .navbar__burger .fa-bars {
    top: 4px;
    color: #e1251b;
  }
}
.navbar__burger .fa-times {
  display: none;
  position: absolute;
  top: 3px;
  right: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #e1251b;
}

@media (min-width: 768px) {
  .navbar__burger .fa-times {
    right: inherit;
  }
}
.navbar__burger:hover {
  background: transparent;
}

.navbar__burger.is-active {
  background: transparent;
}

.navbar__burger.is-active .fa-bars {
  display: none;
}

.navbar__burger.is-active .fa-times {
  display: block;
}

.navbar .nav__link {
  position: relative;
  margin: 0 12px;
  font-family: "Gotham A", "Gotham B";
  font-size: 0.875rem;
  font-weight: 400;
  color: #232525;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar .nav__link:hover,
.navbar .nav__link.active {
  color: #e1251b;
  text-decoration: none !important;
}

.navbar .nav__logo {
  display: none;
}

@media (min-width: 768px) {
  .navbar .nav__logo {
    display: block;
  }
}
.navbar .nav__logo img {
  width: 100%;
  height: auto !important;
}

.navbar .nav__logo-secondary {
  display: inline-block;
}

@media (min-width: 768px) {
  .navbar .nav__logo-secondary {
    display: none;
  }
}
.navbar .nav__logo-secondary img {
  width: 100%;
  height: auto;
}

.navbar .nav--device {
  top: 103px;
  height: calc(100vh - 53px);
  padding: 15px 0 0;
  overflow-y: auto;
  border: 0;
  transition: 0.3s;
}

@media screen and (prefers-reduced-motion: reduce) {
  .navbar .nav--device {
    transition: none;
  }
}
@media (min-width: 768px) {
  .navbar .nav--device {
    top: 134px;
    padding: 0;
  }
}
.navbar .nav--device li {
  padding-bottom: 0;
}

.navbar .nav--device .nav__link {
  margin: 0;
  padding: 15px;
  font-family: "Gotham A", "Gotham B";
  font-size: 0.75rem;
  font-weight: 400;
  border-bottom: solid 1px #d7d7d7;
}

.navbar .nav--device .nav__link:after {
  display: none;
}

.navbar .nav--device .nav__link:hover {
  color: #e1251b !important;
}

.navbar.nav--active {
  background: #fff;
  transition: 0.3s;
}

@media screen and (prefers-reduced-motion: reduce) {
  .navbar.nav--active {
    transition: none;
  }
}
.navbar .greedy-nav__links {
  width: 100%;
}

.navbar .greedy__hidden-links {
  right: 0;
  left: 0;
}

.navbar.sticky {
  transition: all 0.3s;
}

@media screen and (prefers-reduced-motion: reduce) {
  .navbar.sticky {
    transition: none;
  }
}
.navbar.sticky .booking-widget-button {
  position: absolute;
  top: 9px;
  right: 15px;
}

@media (min-width: 576px) {
  .navbar.sticky .booking-widget-button {
    top: 5px;
  }
}
@media (min-width: 768px) {
  .navbar.sticky .booking-widget-button {
    top: 25px;
  }
}
.navbar .subnav .nav__item .nav__link {
  margin: 0;
  padding-right: 12px;
  padding-left: 12px;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery .close-button {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}
#hebs-gallery .close-button:after, #hebs-gallery .close-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 25px;
  background: #fff;
  transition: background-color 350ms ease-in-out;
  transform: translate(-50%, -50%) rotate(45deg);
}
#hebs-gallery .close-button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#hebs-gallery .close-button:hover:after, #hebs-gallery .close-button:hover:before {
  background: #949494;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .select-wrapper {
  position: relative;
  float: left;
  margin: 5px 0 0 20px;
  z-index: 2;
}
#hebs-gallery .category-selector {
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
  background: #fff;
  font-size: 14px;
  color: #000;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  #hebs-gallery .galleria-stage {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #hebs-gallery .galleria-stage {
    bottom: 0;
  }
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-container.touch .galleria-stage {
  padding: 0;
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #hebs-gallery .galleria-image-nav {
    display: none;
  }
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 43px;
  height: 43px;
  margin-top: -22px;
  text-indent: -9999px;
  overflow: hidden;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  font-size: 0;
  transition: border-color 350ms ease-in-out;
}
#hebs-gallery .galleria-image-nav-left:hover, #hebs-gallery .galleria-image-nav-right:hover {
  border-color: #949494;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
  transform: rotate(-45deg);
  transform-origin: center;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  transform: rotate(135deg);
  transform-origin: center;
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
}
#hebs-gallery .galleria-loader:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #54baba;
  border-bottom-color: #54baba;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  height: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background: #000;
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  #hebs-gallery .galleria-thumbnails-container {
    display: none;
  }
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px !important;
  width: 80px !important;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active img {
  margin: -3px 0 0 -3px;
}
#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  display: none;
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  text-indent: -9999px;
  overflow: hidden;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  font-size: 0;
  transform-origin: center;
  transition: border-color 350ms ease-in-out;
}
#hebs-gallery .galleria-thumb-nav-left:hover, #hebs-gallery .galleria-thumb-nav-right:hover {
  border-color: #949494;
}
#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.5;
  cursor: default;
}
#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
  transform: rotate(-45deg);
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  transform: rotate(135deg);
}
#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 40px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.single-special .background {
  float: right;
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .single-special .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

.c-offer-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0px 15px;
  /* no longer using since not puling dynamically from reztrip 
  .ttweb-offer-list {
  	display: grid;
  	grid-template-columns: 1fr 1fr 1fr;
  	grid-auto-columns: auto;
  	//gap: 30px;
  	column-gap:30px;
  	max-width: 1260px;
  	width: 100%;
  	overflow: hidden;

  	@media(max-width:640px){
  		grid-template-columns: 1fr;
  		max-width:100%;
  	}
  }
  	*/
  /*
  .btn--primary, .ttweb-booking-button {
  	color: #e1251b;
  	text-transform: uppercase;
  	letter-spacing: 3.5px;
  	background-color: transparent;
  	border: solid 1px #e1251b;
  	border-radius: 0;
  	transition: 0.3s;

    }


    .btn--primary:hover, .ttweb-booking-button:hover, .btn--primary:focus, .ttweb-booking-button:focus {
  	color: #fff;
  	text-decoration: none;
  	background-color: #e1251b;
  	border-color: #e1251b;
    }
  	*/
  /*.c-offer-list__items {
  	display: flex;
  	flex-wrap: wrap;
  	margin-right: -15px;
  	margin-left: -15px;
  	align-items: stretch;

  	@media(max-width:640px){
  		padding: 0px 15px;
  	}
  }*/
}
.c-offer-list .c-offer-list__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: auto;
  -moz-column-gap: 30px;
       column-gap: 30px;
  max-width: 1260px;
  width: 100%;
  overflow: hidden;
  align-items: stretch;
}
@media (max-width: 640px) {
  .c-offer-list .c-offer-list__items {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}
.c-offer-list .c-offer-list .c-offer__image {
  height: 220px;
  margin-bottom: 25px;
  width: 100%;
}
.c-offer-list .c-offer-list .c-offer__image img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  /* margin-bottom: 25px; */
  height: 100%;
}
.c-offer-list .c-offer__image {
  height: 220px;
  margin-bottom: 25px;
  width: 100%;
}
.c-offer-list .c-offer__image img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  /* margin-bottom: 25px; */
  height: 100%;
}
.c-offer-list .ttweb-cross-out-rate {
  display: none;
}
.c-offer-list .c-offer__description.ttweb-offer-description {
  display: none;
}
.c-offer-list .c-offer__image.ttweb-offer-image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
}
.c-offer-list .cta-nobackground {
  color: #e1251b;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  background-color: transparent;
  border: solid 1px #e1251b;
  border-radius: 0;
  transition: 0.3s;
}
.c-offer-list .cta-nobackground:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e1251b;
  border-color: #e1251b;
}
.c-offer-list .cta-nobackground:focus {
  color: #fff;
  text-decoration: none;
  background-color: #e1251b;
  border-color: #e1251b;
}
.c-offer-list .image-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.c-offer-list .image-list-item {
  height: auto;
  width: 33%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c-offer-list .image-list-item {
    width: 48% !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-offer-list .image-list-item {
    width: 100% !important;
  }
}
.c-offer-list .image-list-item nav {
  position: relative;
}
.c-offer-list .c-offer-list .c-offer {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 0 50px;
}
.c-offer-list .c-offer-list .c-offer__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.c-offer-list .c-offer-list .c-offer__content {
  flex: none;
  justify-content: normal;
  max-width: none;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 640px) {
  .c-offer-list .c-offer__content {
    text-align: left;
  }
}
.c-offer-list .c-offer {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .c-offer-list .c-offer__name {
    margin-bottom: 14px;
  }
}
@media (max-width: 640px) {
  .c-offer-list .c-offer__name {
    margin-bottom: 10px;
  }
}
.c-offer-list .c-offer__name a :hover {
  color: #e1251b;
  text-decoration: underline;
}

.pb-4.text-center.offers-content {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .pb-4.text-center.offers-content {
    padding: 0px 15px;
  }
}
.pb-4.text-center.offers-content h2 {
  padding-bottom: 36px;
  margin-bottom: 0px !important;
}

/*special offers detial page */
.offers-detail-page {
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  position: relative;
  padding: 0px 15px;
}

.offers-nav {
  width: auto;
  max-width: 1260px;
  text-align: center;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.offers-nav__list {
  margin: 0;
  padding: 0;
}

.offers-nav__list__item {
  position: relative;
  display: inline-block;
  margin: 6px 0;
  padding: 0 30px;
  font-size: 14px;
  letter-spacing: 1px;
  list-style: none;
}

.offers-nav__list__item:after {
  position: absolute;
  top: 10px;
  right: -15px;
  width: 30px;
  height: 1px;
  content: "";
  background-color: #000;
}
@media (max-width: 640px) {
  .offers-nav__list__item:after {
    display: none;
  }
}

.offers-nav__list__item a {
  transition: 0.3s;
}

.offers-nav__list__item a:hover,
.offers-nav__list__item a.active {
  font-weight: 500;
  text-decoration: none;
}

.c-offer-details {
  width: auto;
  max-width: 1260px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: 420px 840px;
  grid-template-rows: auto;
}
@media (max-width: 640px) {
  .c-offer-details {
    grid-template-columns: 1fr;
    padding: 0px;
  }
}

.c-offer-details .ttweb-offer {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.c-offer-details__content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 640px) {
  .c-offer-details__content {
    padding: 0px;
  }
}
.c-offer-details__content .overline {
  margin-bottom: 35px;
}
.c-offer-details__content .c-offer-details__name {
  margin-bottom: 10px;
}
.c-offer-details__content .c-offer-details__rate-holder {
  margin-bottom: 40px;
}
.c-offer-details__content .c-offer-details__rate-holder .c-offer-details__rate {
  display: inline-block;
}
.c-offer-details__content .c-offer-details__select {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .c-offer-details__content {
    width: 100%;
    max-width: 100%;
  }
}
.c-offer-details__image {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 640px) {
  .c-offer-details__image {
    padding: 0px;
  }
}
.c-offer-details__image img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .c-offer-details__image {
    width: 100%;
    max-width: 100%;
  }
}
.ttweb-offer-description {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  font-family: "Gotham A", "Gotham B";
}

.c-offer-details__select .btn--primary,
.c-offer-details__select .ttweb-booking-button {
  color: #e1251b !important;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  background-color: transparent !important;
  border: solid 1px #e1251b;
  border-radius: 0;
  transition: 0.3s;
}
.c-offer-details__select .btn--primary:hover,
.c-offer-details__select .ttweb-booking-button:hover,
.c-offer-details__select .btn--primary:focus,
.c-offer-details__select .ttweb-booking-button:focus {
  color: #fff !important;
  text-decoration: none;
  background-color: #e1251b !important;
  border-color: #e1251b !important;
}

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

.google-map {
  position: relative;
}
.google-map:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 3px solid transparent;
  border-top-color: #54baba;
  border-bottom-color: #54baba;
  border-radius: 50%;
  animation: loading-icon-spin 1200ms linear infinite;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.google-map.loaded:before {
  content: none;
}

.hotel-location-map, .poi-map-canvas {
  height: 444px;
  background: #e5e3df;
}
.hotel-location-map h4, .poi-map-canvas h4 {
  margin: 0;
  font: 16px "ITC Century W01 Book Italic";
  text-transform: uppercase;
  color: #327d7d;
}
.hotel-location-map p, .poi-map-canvas p {
  margin: 5px 0 0;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
}
.hotel-location-map .button, .poi-map-canvas .button {
  display: block;
}
.hotel-location-map .map-content, .poi-map-canvas .map-content {
  overflow: hidden;
}

.map-content {
  background: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-align: left;
  color: #495057;
  width: calc(100% - 40px);
  font-weight: 400;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  border: 2px solid #efeeee;
}
.map-content .address-info {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 100%;
  flex: 1;
  max-width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: #495057;
  letter-spacing: 0.5px;
}
.map-content .address-info p {
  margin-bottom: 0px !important;
}
.map-content .poi-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 121px;
  overflow: hidden;
}
.map-content .poi-image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  overflow: hidden;
}
.map-content h3, .map-content p {
  margin-bottom: 5px;
}
.map-content h3 {
  font: 700 16px/24px "ITC Century W01 Book Italic";
  color: #495057;
}
.map-content a {
  color: #495057;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.map-content a:hover {
  color: #495057;
}
.map-content .button {
  margin-top: 20px;
}

.leaflet-popup-content {
  margin: 13px 13px 13px 13px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
  max-width: 600px !important;
  min-width: 600px !important;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 0px !important;
  width: 600px !important;
}

.leaflet-popup-content p {
  margin: 0px !important;
}

.leaflet-div-icon:hover {
  background-color: #515151;
  border: 2px solid #515151;
}

/* Style the inner div with default properties */
.custom-div-icon .icon-inner {
  background-color: #e1251b;
  /* Default color */
  width: 15px;
  height: 15px;
  border-radius: 50%;
  /* Make it circular */
  transition: background-color 0.3s ease;
  /* Smooth color transition */
}

/* Add a hover effect to change color */
.custom-div-icon .icon-inner:hover {
  background-color: #515151;
  /* Change to desired color on hover */
}

.pressroom {
  text-align: center;
}
.pressroom .pressroom-item {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 20px);
  height: 400px;
  margin: 15px 10px 20px 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #54baba;
  padding: 20px 0;
  background-color: #ddf0f0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .pressroom .pressroom-item {
    width: calc(40% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .pressroom .pressroom-item {
    width: 100%;
    margin: 10px 0;
  }
}
.pressroom .pressroom-item h4 {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.pressroom .pressroom-item time {
  color: #54baba;
  display: block;
  margin: 5px 0;
}
.pressroom .pressroom-item .description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 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: 16px;
  margin-bottom: 0;
}
.pressroom .pressroom-item .pdf {
  color: #54baba;
  margin: 10px 0 0 0;
  display: block;
  position: relative;
  line-height: 16px;
  padding-left: 0 !important;
}
.pressroom .pressroom-item .pdf:hover {
  color: #fff;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
}

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

.gallery-widget {
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}
.gallery-widget .category-selector button {
  border: none !important;
}
.gallery-widget .images-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -3px;
}
@media only screen and (max-width: 767px) {
  .gallery-widget .images-wrapper {
    margin: -1px;
  }
}
.gallery-widget .category-selector + .images-wrapper {
  margin-top: 20px;
}
.gallery-widget .gallery-image {
  position: relative;
  width: calc(33.33% - 30px);
  margin: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: black;
}
@media only screen and (max-width: 767px) {
  .gallery-widget .gallery-image {
    width: calc(33.33% - 2px);
    margin: 1px;
  }
}
.gallery-widget .gallery-image:before {
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66%;
}
.gallery-widget .gallery-image .gallery-image-overlay {
  opacity: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 2.05vw;
  line-height: 1.2em;
  font-weight: 300;
  transition: opacity 350ms ease-in-out;
}
@media (max-width: 975.6097560976px) {
  .gallery-widget .gallery-image .gallery-image-overlay {
    font-size: 20px;
  }
}
@media (min-width: 1365.8536585366px) {
  .gallery-widget .gallery-image .gallery-image-overlay {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-widget .gallery-image .gallery-image-overlay {
    text-indent: -9999px;
  }
}
.gallery-widget .gallery-image:hover .gallery-image-overlay {
  opacity: 1;
}

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

#home-poi {
  position: relative;
  padding-top: 50px;
  z-index: 10;
}
#home-poi h2 {
  font: 200 36px/1.2 "ITC Century W01 Book Italic";
  margin-bottom: 30px;
  color: #54baba;
  text-transform: uppercase;
  text-align: center;
}

.poi {
  overflow: hidden;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  height: 500px;
}
@media (max-width: 640px) {
  .poi {
    display: none;
  }
}

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

.poi-zoom {
  color: #54baba;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
  display: none;
}
.poi-zoom .poi-zoom-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -100em;
  text-align: left;
}
.poi-zoom .poi-zoom-button:after {
  content: "";
  background: #54baba;
  display: block;
  width: 8px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.poi-zoom .poi-zoom-button.zoom-in:before {
  content: "";
  background: #54baba;
  display: block;
  width: 1px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.poi-map {
  height: 500px;
}

.poi-overlay {
  text-align: center;
  display: none;
}
.poi-overlay .category-selector button {
  border: none !important;
}
.poi-overlay .category-selector {
  margin: 0;
}
.poi-overlay .category-selector .button {
  padding-left: 45px;
}
.poi-overlay .category-selector .button:before {
  background: url("../images/poi/icons.svg") no-repeat -40px -40px;
  content: "";
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  top: 0;
  left: 0;
}
.poi-overlay .category-selector .button.icon-restaurants-bars:before {
  background-position: -10px -10px;
}
.poi-overlay .category-selector .button.icon-shopping:before {
  background-position: -70px -10px;
}
.poi-overlay .category-selector .button.icon-zoo:before {
  background-position: -130px -10px;
}
.poi-overlay .category-selector .button.icon-theme-parks:before {
  background-position: -190px -10px;
}
.poi-overlay .category-selector .button.icon-wineries:before {
  background-position: -250px -10px;
}
.poi-overlay .category-selector .button.icon-breakfast:before {
  background-position: -310px -10px;
}
.poi-overlay .category-selector .button.icon-attractions:before {
  background-position: -370px -10px;
}
.poi-overlay .category-selector .button.icon-places-for-children:before {
  background-position: -430px -10px;
}
.poi-overlay .category-selector .button.icon-museums:before {
  background-position: -490px -10px;
}
.poi-overlay .category-selector .button.icon-national-monuments:before {
  background-position: -550px -10px;
}
.poi-overlay .category-selector .button.icon-farmer-markets:before {
  background-position: -610px -10px;
}
.poi-overlay .category-selector .button.icon-nightlife:before {
  background-position: -670px -10px;
}
.poi-overlay .category-selector .button.icon-arts-culture:before {
  background-position: -730px -10px;
}
.poi-overlay .category-selector .button.icon-hospitals:before {
  background-position: -790px -10px;
}
.poi-overlay .category-selector .button.icon-banks:before {
  background-position: -850px -10px;
}
.poi-overlay .category-selector .button.icon-spas:before {
  background-position: -910px -10px;
}
.poi-overlay .category-selector .button.icon-gardens:before {
  background-position: -970px -10px;
}
.poi-overlay .category-selector .button.icon-cafes:before {
  background-position: -1030px -10px;
}
.poi-overlay .category-selector .button.icon-entertainment:before {
  background-position: -1090px -10px;
}
.poi-overlay .category-selector .button.icon-golf:before {
  background-position: -1150px -10px;
}
.poi-overlay .category-selector .button.icon-romantic-spots:before {
  background-position: -1210px -10px;
}
.poi-overlay .category-selector .button.icon-hidden-gems:before {
  background-position: -1270px -10px;
}
.poi-overlay .category-selector .button.icon-corporate-offices:before {
  background-position: -1330px -10px;
}
.poi-overlay .category-selector .button.icon-outdoors:before {
  background-position: -1390px -10px;
}
.poi-overlay .category-selector .button.icon-lakes:before {
  background-position: -1450px -10px;
}
.poi-overlay .category-selector .button.icon-rivers:before {
  background-position: -1510px -10px;
}
.poi-overlay .category-selector .button.icon-beaches:before {
  background-position: -1570px -10px;
}
.poi-overlay .category-selector .button.icon-hiking:before {
  background-position: -1630px -10px;
}
.poi-overlay .category-selector .button.icon-places-of-worship:before {
  background-position: -1690px -10px;
}
.poi-overlay .category-selector .button.icon-sports:before {
  background-position: -1750px -10px;
}
.poi-overlay .category-selector .button.icon-universities:before {
  background-position: -1810px -10px;
}

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

#calendar-links {
  float: left;
}
#calendar-links:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-links {
    margin-top: 0;
    float: none;
    width: 100%;
    text-align: center;
  }
}
#calendar-links li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-links li {
    display: inline-block;
    float: none;
  }
  #calendar-links li:first-child a {
    margin-left: 0;
  }
}
#calendar-links a {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  width: 20px;
  margin: 0 20px 0 0;
  text-indent: -9999px;
  overflow: hidden;
}
#calendar-links a:hover svg, #calendar-links a.active svg {
  fill: #327d7d;
}
#calendar-links a svg {
  display: block;
  width: 20px;
  height: 20px;
  transition: fill 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  #calendar-links a {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

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

#calendar-views {
  float: left;
}
#calendar-views:after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 767px) {
  #calendar-views {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views a {
  position: relative;
  display: block;
  margin-right: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #717272;
}
@media only screen and (max-width: 767px) {
  #calendar-views a {
    margin-right: 0;
    margin-left: 20px;
  }
  #calendar-views a.grid {
    margin-left: 0;
  }
}
#calendar-views a svg {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  transition: fill 350ms ease-in-out;
}
#calendar-views a:hover svg, #calendar-views a.active svg {
  fill: #327d7d;
}

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

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

#calendar-month {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: newspaper;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
#calendar-month:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-month:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}
#calendar-month li {
  display: inline;
}
#calendar-month a {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  color: #515151;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-month a {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month a {
    padding: 0 7px;
    font-size: 11px;
    text-align: center;
  }
}
#calendar-month a:hover {
  background: #E2231A;
  color: #fff;
}
#calendar-month a.active {
  background: #E2231A;
  color: #fff;
}
#calendar-month a.active:hover {
  background: #595756;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-month {
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
  #calendar-month li {
    display: none;
  }
  #calendar-month li.current, #calendar-month li.prev, #calendar-month li.next {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
  }
  #calendar-month li.current a {
    font-size: 16px;
    padding: 0 10px;
    display: block;
  }
  #calendar-month li.prev a, #calendar-month li.next a {
    display: block;
    font-size: 16px;
    padding-right: 0;
    padding-left: 30px;
  }
  #calendar-month li.prev a:after, #calendar-month li.next a:after {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    width: 11px;
    height: 11px;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    margin: 0 10px 0 10px;
    margin-top: -6px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    font-size: 0;
    transform: rotate(-45deg);
    transform-origin: center;
    transition: border-color 350ms ease-in-out;
  }
  #calendar-month li.prev a:hover, #calendar-month li.next a:hover {
    background-color: transparent;
    color: #327d7d;
  }
  #calendar-month li.prev a:hover:after, #calendar-month li.next a:hover:after {
    border-color: #949494;
  }
  #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 {
    transform: rotate(135deg);
    left: auto;
    right: 5px;
  }
}
#calendar-month .prev, #calendar-month .next {
  background: none;
}

#calendar-navigation {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
#calendar-navigation .current-event {
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
  background-color: #eee;
}
#calendar-navigation a.prev, #calendar-navigation a.next {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 10px 0 10px;
  margin-top: -7px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 0;
  transform-origin: center;
  transition: border-color 350ms ease-in-out;
}
#calendar-navigation a.prev:hover, #calendar-navigation a.next:hover {
  border-color: #949494;
}
#calendar-navigation a.next {
  right: 0;
  transform: rotate(135deg);
}
#calendar-navigation a.prev {
  left: 0;
  transform: rotate(-45deg);
}

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

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

#calendar-days {
  position: relative;
}
#calendar-days li {
  margin: 0 0 1em;
  min-height: 8em;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  vertical-align: top;
  position: static;
  background: rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 767px) {
  #calendar-days li {
    display: block;
    float: none;
    width: 100%;
    min-height: auto !important;
    height: auto !important;
  }
  #calendar-days li dl {
    margin-top: auto !important;
    height: auto;
  }
  #calendar-days li dl dt {
    width: 100% !important;
    padding-bottom: 10px;
  }
}
#calendar-days li time a {
  text-align: center;
  color: #132929;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
}
#calendar-days li time a:hover {
  background: #e2e2e2;
}
#calendar-days li.prev_month, #calendar-days li.next_month {
  background: rgba(0, 0, 0, 0.02);
}
#calendar-days li.prev_month time a, #calendar-days li.next_month time a {
  color: #595756;
}
#calendar-days li.prev_month time a:hover, #calendar-days li.next_month time a:hover {
  background: #f1f1f1;
}
#calendar-days li.day_items3 {
  height: 9em;
}
#calendar-days li.day_items4 {
  height: 11em;
}
#calendar-days li.day_items5 {
  height: 13em;
}
#calendar-days li.day_items6 {
  height: 15em;
}
#calendar-days li.day_items7 {
  height: 17em;
}
#calendar-days li.day_items8 {
  height: 19em;
}
#calendar-days li.day_items9 {
  height: 21em;
}
#calendar-days li.day_items10 {
  height: 23em;
}
#calendar-days li.day_items11 {
  height: 25em;
}
#calendar-days li.day_items12 {
  height: 27em;
}
#calendar-days li.day_items13 {
  height: 29em;
}
#calendar-days li.day_items14 {
  height: 31em;
}
#calendar-days li.day_items15 {
  height: 33em;
}
#calendar-days li.day_items16 {
  height: 35em;
}
#calendar-days li.day_items17 {
  height: 37em;
}
#calendar-days li.day_items18 {
  height: 39em;
}
#calendar-days li.day_items19 {
  height: 41em;
}
#calendar-days li.day_items20 {
  height: 43em;
}
#calendar-days dl {
  display: block;
  height: 2em;
}
#calendar-days dl:hover {
  position: relative;
}
#calendar-days dl.hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  #calendar-days dl.hide {
    display: block;
  }
}
#calendar-days dt {
  position: relative;
}
#calendar-days dt a {
  display: block;
  height: 1.8em;
  width: auto;
  line-height: 1.8em;
  padding: 0 0.5em 0 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.7em;
  background: #327d7d;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #calendar-days dt a {
    height: 2.8em;
    line-height: 2.8em;
  }
}
#calendar-days dl.w1 dt {
  width: 100%;
}
#calendar-days dl.w2 dt {
  width: 211.538%;
}
#calendar-days dl.w3 dt {
  width: 323.076%;
}
#calendar-days dl.w4 dt {
  width: 434.614%;
}
#calendar-days dl.w5 dt {
  width: 546.152%;
}
#calendar-days dl.w6 dt {
  width: 657.69%;
}
#calendar-days dl.w7 dt {
  width: 769.228%;
}
#calendar-days dl.c1 dt a {
  background-color: #8db294;
}
#calendar-days dl.c2 dt a {
  background-color: #ada39a;
}
#calendar-days dl.c3 dt a {
  background-color: #85a9b7;
}
#calendar-days dl.c4 dt a {
  background-color: #bc8e8f;
}
#calendar-days dl.c5 dt a {
  background-color: #ac9bc1;
}
#calendar-days dl.c6 dt a {
  background-color: #87b6c7;
}
#calendar-days dl.c7 dt a {
  background-color: #bb85aa;
}
#calendar-days dl.c8 dt a {
  background-color: #a4a4a4;
}
#calendar-days dl dd {
  position: absolute;
  left: 0;
  bottom: 28px;
  background: #fff;
  color: #717272;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 767px) {
  #calendar-days dl dd {
    display: none !important;
  }
}
#calendar-days dl dd .triangle {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
#calendar-days dl dd .triangle span {
  display: block;
  width: 0;
  margin: 0 auto;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #fff;
}
#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 {
  height: auto;
  width: 100%;
}
#calendar-days dl dd p {
  font-size: 16px;
  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 only screen and (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 .no-events {
  margin: 40px 0;
  padding: 40px 0;
  height: auto;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 120%;
}

#calendar .single-event .background {
  float: right;
  width: 300px;
  height: 300px;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #calendar .single-event .background {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}

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

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

.calendar .image-list-item {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item {
    height: auto;
  }
}
.calendar .image-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #e2e2e2;
  z-index: -1;
}
.calendar .image-list-item .background {
  position: relative;
  width: 350px;
  height: 300px;
  margin-left: 40px;
  display: block;
  float: right;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .calendar .image-list-item .background {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .background {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.calendar .image-list-item .description {
  width: 100%;
  display: block;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description {
    padding: 20px 20px 10px 20px;
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  font: 24px/30px "ITC Century W01 Book Italic";
  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 (min-width: 768px) and (max-width: 1023px) {
  .calendar .image-list-item .description .button {
    bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description .button {
    text-align: center;
    width: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
}

.top-banner-bar {
  display: none;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 70px;
  height: 40px;
  z-index: 10000;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .top-banner-bar {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .top-banner-bar {
    height: 80px;
    font-size: 11px;
    padding: 10px 30px 10px 10px;
    letter-spacing: -0.5px;
  }
}
.top-banner-bar.visible {
  display: block;
}
.top-banner-bar .content {
  display: inline-block;
}
.top-banner-bar .close {
  position: absolute;
  right: 0;
  top: 5px;
  text-indent: -1000px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  color: #fff;
  display: block;
  z-index: 2;
}
.top-banner-bar .close:after, .top-banner-bar .close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}
.top-banner-bar .close:after {
  width: 20px;
  height: 1px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.top-banner-bar .close:before {
  width: 1px;
  height: 20px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hero-top-banner {
  margin: 10px;
  text-align: center;
}
.hero-top-banner .content p {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
  color: #232525;
  line-height: 16.8px;
}
.hero-top-banner .h5 {
  text-transform: none;
}

.temp-banner {
  width: 100%;
  min-height: 70px;
  padding: 0;
  font-family: "Gotham A", "Gotham B";
  margin-top: 150px;
}
@media (max-width: 1024px) {
  .temp-banner {
    margin-top: 110px;
  }
}
.temp-banner .inner-banner {
  text-align: center;
  background: #E2231A;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.temp-banner .inner-banner p {
  font-family: "Gotham A", "Gotham B";
  font-size: 16px;
  line-height: 1.3125rem;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .temp-banner .inner-banner p {
    font-size: 1rem;
  }
}
.temp-banner .inner-banner .column {
  padding: 0 40px;
  border-right: 1px solid #fff;
  font-size: 16px;
  line-height: 24px;
}
.temp-banner .inner-banner .column strong {
  font-family: "Gotham A", "Gotham B";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3125rem;
  letter-spacing: 0.58px;
}
@media only screen and (max-width: 767px) {
  .temp-banner .inner-banner .column strong {
    font-size: 24px;
  }
}
.temp-banner .inner-banner .column:nth-child(4) {
  border-right: 0;
}
.temp-banner .inner-banner .column p {
  font-family: "Gotham A", "Gotham B";
  font-size: 16px;
  line-height: 21px;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .temp-banner .inner-banner .column p {
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .temp-banner .inner-banner .column p {
    font-size: 9px;
    line-height: 11.8125px;
  }
}
.temp-banner .inner-banner .last-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 36px;
}
.temp-banner .inner-banner .last-column strong {
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
}
.temp-banner .inner-banner .last-column span {
  letter-spacing: normal;
}
.temp-banner .inner-banner .last-column span p {
  font-size: 16px;
}
.temp-banner .inner-banner a.ttweb-booking-button {
  background: #fff;
  color: #E2231A;
  padding: 17px 40px 15px 40px;
  border: 1px solid white;
  transition: all 0.5s;
  height: 50px;
  margin: 10px 20px;
  font-family: "Gotham", "Arial";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1.98px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .temp-banner .inner-banner a.ttweb-booking-button {
    font-size: 16px;
    line-height: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 40px;
    padding: 12px 26px 10px 26px;
  }
}
.temp-banner .inner-banner a.ttweb-booking-button:hover {
  text-decoration: none;
  background-color: white;
  color: #E2231A;
}
@media (max-width: 768px) {
  .temp-banner .inner-banner p {
    font-size: 16px;
    line-height: 1.3125em;
    letter-spacing: 0.3px;
  }
  .temp-banner .inner-banner .column {
    padding: 0 18px;
  }
  .temp-banner .inner-banner .column strong {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .temp-banner .inner-banner p {
    font-size: 14px;
    line-height: 1.3125em;
    letter-spacing: normal;
  }
  .temp-banner .inner-banner .column {
    padding: 0 6px;
  }
  .temp-banner .inner-banner .column strong {
    font-size: 14px;
  }
  .temp-banner .inner-banner .last-column {
    flex-direction: column;
    padding-top: 0.5em;
  }
  .temp-banner .inner-banner .last-column a.ttweb-booking-button {
    font-size: 16px;
  }
}

.two-col-slider {
  position: relative;
  max-height: 600px;
  max-width: 1440px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .two-col-slider {
    height: auto;
    width: 100%;
  }
}
.two-col-slider .swiper-slide {
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .two-col-slider .swiper-slide {
    padding: 0;
  }
}
.two-col-slider .swiper-button-next {
  right: 2.7%;
}
@media only screen and (max-width: 767px) {
  .two-col-slider .swiper-button-next {
    right: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-col-slider .swiper-button-next {
    right: 0%;
  }
}
.two-col-slider .swiper-button-prev {
  left: 3%;
}
@media only screen and (max-width: 767px) {
  .two-col-slider .swiper-button-prev {
    left: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-col-slider .swiper-button-prev {
    left: 0%;
  }
}
.two-col-slider .swiper-button-next,
.two-col-slider .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: grey;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.two-col-slider .swiper-button-next::before,
.two-col-slider .swiper-button-prev::before {
  content: "";
  font-size: 24px;
  color: black;
  transition: 350ms ease-in-out;
}
.two-col-slider .swiper-button-next:after,
.two-col-slider .swiper-button-prev:after {
  color: black;
  font-size: small;
}
.two-col-slider .swiper-button-next:hover,
.two-col-slider .swiper-button-prev:hover {
  transition: 350ms ease-in-out;
  background-color: rgba(128, 128, 128, 0.8);
}
.two-col-slider .inner-wrapper {
  width: 1200px;
}
.two-col-slider .image-content-container {
  max-width: 1200px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .two-col-slider .image-content-container {
    flex-direction: column;
    align-items: center;
    height: auto;
  }
}
.two-col-slider .image-container,
.two-col-slider .content-container {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: white;
}
@media only screen and (max-width: 767px) {
  .two-col-slider .image-container,
.two-col-slider .content-container {
    height: 280px;
    width: 100%;
  }
}
.two-col-slider .image {
  max-width: 600px;
  max-height: 600px;
  width: 100%;
  display: block;
  border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  .two-col-slider .image {
    height: 280px;
    width: 100%;
  }
}
.two-col-slider .content {
  max-width: 440px;
  width: 100%;
  color: black;
  bottom: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .two-col-slider .content {
    max-width: 310px;
    padding-bottom: 2vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .two-col-slider .content {
    padding-left: 8%;
  }
}
.two-col-slider .subtitle {
  margin-bottom: 1vh;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .two-col-slider .subtitle {
    height: auto;
    font-size: 14px;
    letter-spacing: 0.22px;
    line-height: 28px;
  }
}
.two-col-slider .title {
  margin-bottom: 2vh;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.65px;
  line-height: 48px;
}
@media only screen and (max-width: 767px) {
  .two-col-slider .title {
    height: auto;
    font-size: 36px;
    letter-spacing: 0.55px;
    line-height: 40px;
    margin-bottom: 1vh;
  }
}
.two-col-slider .description {
  margin-bottom: 3vh;
  font-size: 16px;
  letter-spacing: 0.25px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .two-col-slider .description {
    margin-bottom: 1vh;
    height: auto;
    max-width: initial;
    width: 310px;
    font-size: 14px;
    letter-spacing: 0.22px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .two-col-slider .button {
    bottom: 4vh;
  }
}
.two-col-slider .button a.button {
  width: 180px;
  padding: 16px;
  background-color: black;
  color: black;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.two-col-slider .button a.button:hover {
  background-color: black;
  transition: 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .two-col-slider .button a.button {
    line-height: 14px;
  }
}
.two-col-slider .button a.button.terracotta {
  background-color: white;
  color: white;
}
.two-col-slider .button a.button.terracotta:hover {
  background-color: white;
  color: white;
}

.two-col-cta {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}

.two-col-cta .two-col-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0;
}

.two-col-cta .two-col-wrap .cta-left, .two-col-cta .two-col-wrap .cta-right {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .two-col-cta .two-col-wrap .cta-left, .two-col-cta .two-col-wrap .cta-right {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.two-col-cta .two-col-wrap .cta-left .cta-img .content, .two-col-cta .two-col-wrap .cta-right .cta-img .content {
  min-height: 300px;
  padding: 70px 20px 20px;
  text-align: center;
}

@media (min-width: 992px) {
  .two-col-cta .two-col-wrap .cta-left .cta-img .content, .two-col-cta .two-col-wrap .cta-right .cta-img .content {
    min-height: 380px;
    padding: 100px 20px 20px;
  }
}
@media (min-width: 1200px) {
  .two-col-cta .two-col-wrap .cta-left .cta-img .content, .two-col-cta .two-col-wrap .cta-right .cta-img .content {
    min-height: 410px;
    padding: 170px 20px 20px;
  }
}
@media screen and (min-width: 1560px) {
  .two-col-cta .two-col-wrap .cta-left .cta-img .content, .two-col-cta .two-col-wrap .cta-right .cta-img .content {
    min-height: 500px;
  }
}
.two-col-cta .two-col-wrap .cta-left .cta-img .content .heading4, .two-col-cta .two-col-wrap .cta-right .cta-img .content .heading4 {
  margin-bottom: 10px;
}

.two-col-cta .two-col-wrap .cta-left .cta-img .content .heading4 a, .two-col-cta .two-col-wrap .cta-right .cta-img .content .heading4 a {
  color: #fff;
}

.two-col-cta .two-col-wrap .cta-left .cta-img .content .heading4 a:hover, .two-col-cta .two-col-wrap .cta-right .cta-img .content .heading4 a:hover {
  color: #000;
  text-decoration: none;
}

.two-col-cta .two-col-wrap .cta-left .cta-img .content .heading6, .two-col-cta .two-col-wrap .cta-right .cta-img .content .heading6 {
  margin-bottom: 30px;
  color: #fff;
}

.two-col-cta .two-col-wrap .cta-left {
  padding: 0;
}

.two-col-cta .two-col-wrap .cta-left .cta-img {
  background-color: #000;
  background-image: url("/assets/images/home/meeting-table.jpg");
}

@media (min-width: 768px) {
  .two-col-cta .two-col-wrap .cta-left {
    padding: 0 10px 0 0;
  }
}
.two-col-cta .two-col-wrap .cta-right {
  padding: 0;
}

.two-col-cta .two-col-wrap .cta-right .cta-img {
  background-color: #000;
  background-image: url("/assets/images/home/food-table.jpg");
}

@media (min-width: 768px) {
  .two-col-cta .two-col-wrap .cta-right {
    padding: 0 0 0 10px;
  }
}
.cta {
  position: relative;
  min-height: 400px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .cta {
    min-height: 622px;
  }
}
.cta .cta-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 290px;
  padding: 35px;
  background-color: rgba(0, 0, 0, 0.8);
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.cta .cta-inner img {
  width: auto;
  padding-bottom: 40px;
}

.cta .cta-inner a {
  margin-bottom: 0;
}

.cta .cta-inner .heading6 {
  color: #fff;
}

.two-col {
  max-width: 1320px;
  margin: 30px auto;
}
.two-col p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .two-col p {
    margin-bottom: 16px;
  }
}
.two-col .half-fluid .left-half,
.two-col .half-fluid .right-half {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.two-col .half-fluid .image {
  background-size: cover;
  background-position: center;
  min-height: 308px;
  height: 100%;
}
.two-col .col-lg-6 {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.home .two-col .col-lg-6 {
  text-align: center;
}
@media (min-width: 992px) {
  .two-col .half-fluid .left-half {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .two-col .half-fluid .right-half {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
  .two-col .half-fluid .image {
    background-size: cover;
    background-position: center;
    min-height: 600px !important;
  }
  .home .two-col .half-fluid .image {
    min-height: 412px !important;
    height: 412px;
    overflow: hidden;
  }
  .two-col .col-lg-6 {
    min-height: 600px;
    padding: 80px;
  }
  .home .two-col .col-lg-6 {
    min-height: 412px;
    padding: 0 15px;
  }
  .two-col .col-lg-6 .location {
    position: absolute;
    bottom: 0px;
    left: 40px;
  }
  .two-col .col-lg-6 .property-name {
    font-weight: 600;
    position: absolute;
    bottom: 26px;
    left: 40px;
    text-transform: uppercase;
  }
}
.two-col .logo-holder {
  display: inline-flex;
  flex-direction: row;
}
.two-col .logo-holder a:first-child {
  margin-right: 30px;
}
.two-col .logo-holder img {
  max-width: 139px;
}

.c-instagram-feed {
  width: 100%;
  padding: 25px 0;
  background-color: grey;
  border-top: 5px solid blue;
}
.c-instagram-feed .icon {
  margin-bottom: 5px;
  line-height: normal;
}
.c-instagram-feed .icon i {
  margin-bottom: 0;
  font-size: 35px;
  color: blue;
}
.c-instagram-feed .h2 {
  margin-bottom: 10px;
}
.c-instagram-feed .overline {
  line-height: normal;
}
.c-instagram-feed__tag-link {
  margin-bottom: 20px;
  text-align: center;
}
.c-instagram-feed__tag-link a {
  font-family: "Gotham A", "Gotham B";
  font-size: 16px;
  font-weight: 400;
  line-height: 64px;
  text-align: center;
  letter-spacing: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c-instagram-feed__tag-link a {
    font-size: 2.5rem;
    color: blue;
    text-transform: uppercase;
    letter-spacing: -1.39px;
  }
}
.c-instagram-feed .photo-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  max-width: 1320px;
  margin: auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c-instagram-feed .photo-list {
    justify-content: center;
    overflow: auto;
  }
}
.c-instagram-feed .photo-list .photo {
  flex: 0 0 25%;
  width: 25%;
  height: 370px;
  margin: 0 3px;
  margin-bottom: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transition: all 0.3s 400ms ease 0ms;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c-instagram-feed .photo-list .photo {
    flex: 0 0 300px;
    width: 300px;
  }
}
.c-instagram-feed .photo-list .photo:hover {
  background-size: 105%;
}
.c-instagram-feed .photo-list .photo .c-instagram-feed__link {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.c-instagram-feed .photo-list .photo .c-instagram-feed__link * {
  opacity: 0;
}

.newsletter {
  position: relative;
  padding: 20px 15px;
}

@media (max-width: 991.98px) {
  .newsletter {
    padding: 20px 30px;
  }
}
.newsletter .overline {
  margin-bottom: 5px;
  line-height: 24px;
  font-size: 16px;
  padding-bottom: 10px;
}

@media (max-width: 991.98px) {
  .newsletter .overline {
    margin-bottom: 25px;
  }
}
.newsletter__inner {
  max-width: 970px;
  margin: auto;
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
}
.newsletter__inner .h2 {
  padding: 20px 0px 20px;
  font-size: 34px;
  font-family: "Gotham A", "Gotham B";
}
@media (max-width: 640px) {
  .newsletter__inner .h2 {
    font-size: 20px;
  }
}

.newsletter__inner__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
  width: 100%;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 15px;
}

@media (max-width: 991.98px) {
  .newsletter__inner__top {
    margin-bottom: 0;
    row-gap: 0px;
  }
}
.newsletter__inner__field {
  position: relative;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-size: 1.125rem;
  line-height: 36px;
  border-bottom: 1px solid #000;
  flex: 1 1 47%;
}

@media (max-width: 991.98px) {
  .newsletter__inner__field {
    flex: 0 0 100%;
    margin-bottom: 20px;
    padding: 0px;
  }
}
.newsletter__inner__field span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 20px;
  color: #e1251b;
  text-align: right;
}

.newsletter__inner__field input {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  height: 47px;
  font-family: "arial";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 36px;
  color: #03111d;
  padding: 16px 0px;
}

@media (max-width: 991.98px) {
  .newsletter__inner__field input {
    text-align: left;
  }
}
.newsletter__inner__field input::-moz-placeholder {
  font-family: "Gotham A", "Gotham B";
  font-size: 0.75rem;
  color: #000;
}
.newsletter__inner__field input::placeholder {
  font-family: "Gotham A", "Gotham B";
  font-size: 0.75rem;
  color: #000;
}

.newsletter__inner__bottom {
  flex: 0 0 47%;
}
@media (max-width: 991.98px) {
  .newsletter__inner__bottom {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

.newsletter__inner__bottom label {
  font-family: "Raleway";
  font-size: 16px;
  line-height: 18px;
  color: #000;
  letter-spacing: 2px;
  text-transform: none;
  margin: 10px 0px;
}

@media (max-width: 991.98px) {
  .newsletter__inner__bottom label {
    font-size: 1rem;
  }
}
.newsletter__inner__bottom label a {
  font-size: 16px;
  color: #000;
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .newsletter__inner__bottom label a {
    font-size: 16px;
  }
}
.newsletter__inner__bottom label span {
  color: #e1251b;
}

.newsletter__loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  justify-content: center;
  align-items: center;
}

.newsletter__loader p, .newsletter__loader .accordion-body ul, .accordion-body .newsletter__loader ul {
  text-align: center;
  font-size: 1.5rem;
  font-style: italic;
}

.newsletter__loader.active {
  display: flex;
}

.email-newsletter-container {
  display: grid;
  grid-template-columns: repeat(2, 880px 440px);
  grid-template-rows: auto;
  margin: 0 auto;
  max-width: 1320px;
}
@media (width <= 900px) {
  .email-newsletter-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.email-newsletter-container .email-newsletter-form {
  display: flex;
  position: relative;
}
.email-newsletter-container .email-image {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.email-newsletter-container .email-image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-page.template-2 .page-content-wrapper.page-content:after {
  clear: both;
  content: "";
  display: table;
}
.blog-page.template-2 .page-content-wrapper.page-content hr {
  display: block;
  height: 1px;
  margin: 20px auto;
  border: none;
  background: #ccc;
  color: #ccc;
}
.blog-page.template-2 .page-content-wrapper.page-content h1, .blog-page.template-2 .page-content-wrapper.page-content h2, .blog-page.template-2 .page-content-wrapper.page-content h3, .blog-page.template-2 .page-content-wrapper.page-content h4, .blog-page.template-2 .page-content-wrapper.page-content h5 {
  font-family: "ITC Century W01 Book Italic";
}
.blog-page.template-2 .page-content-wrapper.page-content h1, .blog-page.template-2 .page-content-wrapper.page-content .h1-like {
  font: 400 50px/1 "ITC Century W01 Book Italic";
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content h1, .blog-page.template-2 .page-content-wrapper.page-content .h1-like {
    font-size: 24px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content h4, .blog-page.template-2 .page-content-wrapper.page-content h5, .blog-page.template-2 .page-content-wrapper.page-content h6 {
  color: #515151;
}
.blog-page.template-2 .page-content-wrapper.page-content h2, .blog-page.template-2 .page-content-wrapper.page-content h3 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 22px;
  font-weight: normal;
  color: #515151;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content h2, .blog-page.template-2 .page-content-wrapper.page-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content h4 {
  font-size: 22px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content h4 {
    font-size: 18px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content strong {
  font-weight: bold;
}
.blog-page.template-2 .page-content-wrapper.page-content em {
  font-style: italic;
}
.blog-page.template-2 .page-content-wrapper.page-content u {
  text-decoration: underline;
}
.blog-page.template-2 .page-content-wrapper.page-content sup, .blog-page.template-2 .page-content-wrapper.page-content sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
.blog-page.template-2 .page-content-wrapper.page-content sup {
  top: -0.5em;
}
.blog-page.template-2 .page-content-wrapper.page-content sub {
  bottom: -0.25em;
}
.blog-page.template-2 .page-content-wrapper.page-content p, .blog-page.template-2 .page-content-wrapper.page-content table {
  overflow: visible;
}
.blog-page.template-2 .page-content-wrapper.page-content p {
  font-size: 18px;
  color: #383838;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content ol {
  list-style: decimal inside;
}
.blog-page.template-2 .page-content-wrapper.page-content ul {
  list-style: none;
}
.blog-page.template-2 .page-content-wrapper.page-content ol, .blog-page.template-2 .page-content-wrapper.page-content ul {
  margin-left: 30px;
}
.blog-page.template-2 .page-content-wrapper.page-content ol ol, .blog-page.template-2 .page-content-wrapper.page-content ol ul, .blog-page.template-2 .page-content-wrapper.page-content ul ul, .blog-page.template-2 .page-content-wrapper.page-content ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-page.template-2 .page-content-wrapper.page-content ol li, .blog-page.template-2 .page-content-wrapper.page-content ul li {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content {
    text-align: center;
  }
  .blog-page.template-2 .page-content-wrapper.page-content ol, .blog-page.template-2 .page-content-wrapper.page-content ul {
    margin-left: 0;
  }
  .blog-page.template-2 .page-content-wrapper.page-content .sitemap ol, .blog-page.template-2 .page-content-wrapper.page-content .sitemap ul {
    margin-left: 20px;
  }
  .blog-page.template-2 .page-content-wrapper.page-content ol ol, .blog-page.template-2 .page-content-wrapper.page-content ol ul, .blog-page.template-2 .page-content-wrapper.page-content ul ul, .blog-page.template-2 .page-content-wrapper.page-content ul ol {
    font-size: 90%;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content ul > li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  background: #515151;
  border-radius: 100%;
}
.blog-page.template-2 .page-content-wrapper.page-content ul > li:hover:before {
  background-color: #515151;
}
.blog-page.template-2 .page-content-wrapper.page-content td, .blog-page.template-2 .page-content-wrapper.page-content th, .blog-page.template-2 .page-content-wrapper.page-content caption {
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}
.blog-page.template-2 .page-content-wrapper.page-content th, .blog-page.template-2 .page-content-wrapper.page-content caption {
  vertical-align: bottom;
  padding-top: 0;
  padding-bottom: 20px;
  font: 22px/1 "ITC Century W01 Book Italic";
  color: #515151;
}
.blog-page.template-2 .page-content-wrapper.page-content td {
  border-top: 1px solid #f7fcfc;
  background: #f2f7f7;
}
.blog-page.template-2 .page-content-wrapper.page-content .even td {
  background: #edf5f5;
}
.blog-page.template-2 .page-content-wrapper.page-content table p {
  margin: 10px 0;
}
.blog-page.template-2 .page-content-wrapper.page-content img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2 .page-content-wrapper.page-content .table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content .socials {
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content .socials {
    text-align: center;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content .socials iframe {
  display: inline-block;
  width: 90px;
  height: 21px;
  margin: 0 10px 0 0;
}

.blog-page.template-1 .read-more-link {
  font: 700 16px/1.6em "ITC Century W01 Book Italic";
  color: #54baba;
  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: #54baba;
  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 only screen and (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 {
  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: #54baba;
}
.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;
}
@media only screen and (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 (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .one-post-content {
    padding: 40px 20px;
  }
}
@media only screen and (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: 16px;
  line-height: 1.6em;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .date-author a {
  color: #54baba;
}
.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: #54baba;
}
.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 "Gotham A", "Gotham B";
  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: #54baba;
  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 only screen and (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: #54baba;
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-wrapper .read-more-link:after {
  background: #54baba;
}

.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: "ITC Century W01 Book Italic";
}
.single-blog-post .tags h5 {
  font: 500 20px/1.2 "ITC Century W01 Book Italic";
  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: #54baba;
}
.single-blog-post .tags ul li a:hover {
  color: #525252;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-list-view #header-blog {
    height: 200px;
  }
}
@media only screen and (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;
  }
}

.blog-page.template-2 .read-more-link {
  font: 600 16px/44px "ITC Century W01 Book Italic";
  color: #E04E39;
  position: relative;
  display: inline-block;
  text-decoration: none;
  border-radius: 30px;
  padding: 0 40px;
  border: 1px solid #E04E39;
  text-transform: uppercase;
}
.blog-page.template-2 .read-more-link:hover {
  opacity: 0.8;
}
.blog-page.template-2 .read-more-link:hover:after {
  width: 0;
  left: auto;
  right: 0;
}
.blog-page.template-2 .read-more-link.white {
  color: #fff;
}
.blog-page.template-2 .read-more-link.white:after {
  background: #fff;
}
.blog-page.template-2 .read-more-link.colored {
  color: #969696;
  border: 1px solid #969696;
  font-size: 24px;
  line-height: 40px;
  padding: 0 50px;
}
.blog-page.template-2 .read-more-link.colored:hover, .blog-page.template-2 .read-more-link.colored.active {
  background-color: #003E66;
  border-color: #003E66;
  color: #fff;
  opacity: 1;
}
.blog-page.template-2 .read-more-link.see-all-colored {
  border: 0;
  border-radius: 0;
  color: #003E66;
  padding: 0;
  font-size: 20px;
  line-height: 40px;
}
.blog-page.template-2 .read-more-link.see-all-colored:before {
  content: "";
  background-color: #5990B4;
  display: block;
  width: 2px;
  height: 42px;
  position: absolute;
  top: 0;
  left: -25px;
}
.blog-page.template-2 .read-more-link.see-all-colored:hover, .blog-page.template-2 .read-more-link.see-all-colored.active {
  color: #E04E39;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .read-more-link {
    padding: 0 20px;
    font-size: 14px;
    line-height: 36px;
  }
}
.blog-page.template-2.single-blog-post .page-content-wrapper {
  width: 100%;
}
.blog-page.template-2.single-blog-post .single-post-image {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #5990b4;
  height: 415px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-image {
    padding-top: 55vh;
    height: auto;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading {
  font: 400 22px/1.2 "ITC Century W01 Book Italic";
  background-color: #003E66;
  padding: 25px 35px;
  position: absolute;
  bottom: 55px;
  color: #fff;
  max-width: 890px;
  margin-right: 90px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading {
    bottom: 0;
    padding: 20px;
    margin-right: 0;
    background-color: rgba(0, 62, 102, 0.8);
  }
}
.blog-page.template-2.single-blog-post .single-post-heading .date-time {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  padding-bottom: 20px;
}
.blog-page.template-2.single-blog-post .single-post-heading .date-time .date {
  font-size: 22px;
}
.blog-page.template-2.single-blog-post .single-post-heading .date-time .time-read {
  font-size: 22px;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
  margin-left: 30px;
}
.blog-page.template-2.single-blog-post .single-post-heading .date-time .time-read:before {
  content: "";
  height: 20px;
  width: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-2.single-blog-post .single-post-heading .date-time .date {
    font-size: 20px;
  }
  .blog-page.template-2.single-blog-post .single-post-heading .date-time .time-read {
    font-size: 20px;
    padding-left: 15px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading .date-time {
    padding-bottom: 15px;
  }
  .blog-page.template-2.single-blog-post .single-post-heading .date-time .date {
    font-size: 14px;
  }
  .blog-page.template-2.single-blog-post .single-post-heading .date-time .time-read {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 10px;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading h1 {
  font: 400 50px/1 "ITC Century W01 Book Italic";
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-page.template-2.single-blog-post .single-post-heading h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading h1 {
    font-size: 24px;
    padding-right: 20px;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading .post-share-button {
  position: absolute;
  right: 15px;
  top: 15px;
  display: flex;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  opacity: 1;
  align-items: center;
  transition: opacity 350ms ease-in-out;
}
.blog-page.template-2.single-blog-post .single-post-heading .post-share-button svg {
  fill: #fff;
  margin-left: 10px;
}
.blog-page.template-2.single-blog-post .single-post-heading .post-share-button:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading .post-share-button {
    right: 10px;
    top: 10px;
    font-size: 0;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading .share-socials {
  position: absolute;
  right: -120px;
  bottom: auto;
  top: 0;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2.single-blog-post .single-post-heading .share-socials {
    right: 0;
  }
}
.blog-page.template-2.single-blog-post .single-post-content-wrapper {
  padding: 0 285px 0 35px;
  position: relative;
}
.blog-page.template-2.single-blog-post .single-post-content-wrapper.banner-show {
  min-height: 660px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-content-wrapper {
    padding: 0;
  }
  .blog-page.template-2.single-blog-post .single-post-content-wrapper.banner-show {
    min-height: 0;
  }
}
.blog-page.template-2.single-blog-post .blog-breadcrumb {
  font: 400 18px/1.2 "ITC Century W01 Book Italic";
  color: #666666;
  margin-bottom: 35px;
  text-align: left;
}
.blog-page.template-2.single-blog-post .blog-breadcrumb .separator {
  padding: 0 10px;
}
.blog-page.template-2.single-blog-post .blog-breadcrumb a {
  color: #666;
  text-decoration: none;
}
.blog-page.template-2.single-blog-post .blog-breadcrumb a:hover, .blog-page.template-2.single-blog-post .blog-breadcrumb a.active {
  color: #003E66;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .blog-breadcrumb {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .blog-page.template-2.single-blog-post .blog-breadcrumb .separator {
    padding: 0 5px;
  }
}
.blog-page.template-2.single-blog-post .tags {
  display: inline-block;
  vertical-align: top;
  font-family: "ITC Century W01 Book Italic";
}
.blog-page.template-2.single-blog-post .tags h5 {
  font: 500 20px/1.2 "ITC Century W01 Book Italic";
  color: #666666;
  display: inline-block;
  padding-right: 10px;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2.single-blog-post .tags h5 {
    margin-bottom: 10px;
  }
}
.blog-page.template-2.single-blog-post .tags ul {
  margin: 0 0 15px 0;
  list-style: none;
  display: inline-block;
}
.blog-page.template-2.single-blog-post .tags ul li {
  display: inline-block;
  padding-left: 0;
  padding-right: 10px;
}
.blog-page.template-2.single-blog-post .tags ul li:before {
  content: none;
}
.blog-page.template-2.single-blog-post .tags ul li a {
  text-decoration: none;
  font-weight: 600;
  color: #003E66;
}
.blog-page.template-2.single-blog-post .tags ul li a:hover {
  color: #5990b4;
}
.blog-page.template-2.blog-search-view .no-results h3 {
  font: 400 22px/1.2 "ITC Century W01 Book Italic";
  color: #003E66;
}
.blog-page.template-2.blog-archive-view .archive-header {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header {
    margin-top: 30px;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .page-content h1 {
  font: normal 60px/1 "ITC Century W01 Book Italic";
  color: #E04E39;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .page-content h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years {
  display: block;
  margin: 0 auto;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list a {
  margin-right: 15px;
  display: block;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list a:last-child {
  margin-right: 0;
  margin-left: 35px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-years .archive-years-list {
    display: none;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter {
  font-family: "ITC Century W01 Book Italic";
  display: none;
  text-align: center;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter label {
  color: #003E66;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter {
    display: block;
  }
  .blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter .select-wrapper {
    width: 100%;
  }
  .blog-page.template-2.blog-archive-view .archive-header .archive-years #archive-years-filter #blog-years-filter {
    width: 100%;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months {
  font-family: "ITC Century W01 Book Italic";
  position: relative;
  margin: 20px auto 60px;
  padding: 0 30px;
  max-width: 940px;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list {
  display: flex;
  justify-content: space-between;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list li {
  display: inline-block;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list a {
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list a:hover, .blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list a.active {
  color: #5990B4;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-months .archive-months-list {
    display: none;
  }
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter {
  font-family: "ITC Century W01 Book Italic";
  display: none;
  text-align: center;
}
.blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter label {
  color: #003E66;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter {
    display: block;
  }
  .blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter .select-wrapper {
    width: 100%;
  }
  .blog-page.template-2.blog-archive-view .archive-header .archive-months #archive-months-filter #blog-months-filter {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .archive-header .archive-months {
    padding: 0;
    margin: 20px auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .recent-posts.center-column {
    padding: 0;
  }
}
.blog-page.template-2.blog-archive-view .recent-posts .month-archive-block {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.blog-page.template-2.blog-archive-view .recent-posts .month-title {
  font: 28px/1 "ITC Century W01 Book Italic";
  color: #5990B4;
  display: block;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.blog-page.template-2.blog-archive-view .recent-posts .month-title span {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 0 30px 0 10px;
  z-index: 1;
}
.blog-page.template-2.blog-archive-view .recent-posts .month-title:after {
  content: "";
  height: 4px;
  width: 90%;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  background-color: #5990B4;
  opacity: 0.2;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view .recent-posts .month-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .blog-page.template-2.blog-archive-view .recent-posts .month-title span {
    padding: 0 20px 0 0;
  }
  .blog-page.template-2.blog-archive-view .recent-posts .month-title:after {
    right: 0;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.375rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.375rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.375rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.375rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.375rem !important;
}

.m-2 {
  margin: 0.75rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.75rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.75rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.75rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.75rem !important;
}

.m-3 {
  margin: 1.5rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1.5rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1.5rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1.5rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1.5rem !important;
}

.m-4 {
  margin: 2.25rem !important;
}

.mt-4,
.my-4 {
  margin-top: 2.25rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 2.25rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2.25rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 2.25rem !important;
}

.m-5 {
  margin: 4.5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 4.5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 4.5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 4.5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 4.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.375rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.375rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.375rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.375rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.375rem !important;
}

.p-2 {
  padding: 0.75rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.75rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.75rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.75rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.75rem !important;
}

.p-3 {
  padding: 1.5rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1.5rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1.5rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1.5rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1.5rem !important;
}

.p-4 {
  padding: 2.25rem !important;
}

.pt-4,
.py-4 {
  padding-top: 2.25rem !important;
}

.pr-4,
.px-4 {
  padding-right: 2.25rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 2.25rem !important;
}

.pl-4,
.px-4 {
  padding-left: 2.25rem !important;
}

.p-5 {
  padding: 4.5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 4.5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 4.5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 4.5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 4.5rem !important;
}

.m-n1 {
  margin: -0.375rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.375rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.375rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.375rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.375rem !important;
}

.m-n2 {
  margin: -0.75rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.75rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.75rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.75rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.75rem !important;
}

.m-n3 {
  margin: -1.5rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1.5rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1.5rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1.5rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1.5rem !important;
}

.m-n4 {
  margin: -2.25rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -2.25rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -2.25rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -2.25rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -2.25rem !important;
}

.m-n5 {
  margin: -4.5rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -4.5rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -4.5rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -4.5rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -4.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.375rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.375rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.375rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.375rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.375rem !important;
  }

  .m-sm-2 {
    margin: 0.75rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.75rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.75rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.75rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.75rem !important;
  }

  .m-sm-3 {
    margin: 1.5rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1.5rem !important;
  }

  .m-sm-4 {
    margin: 2.25rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 2.25rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 2.25rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 2.25rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 2.25rem !important;
  }

  .m-sm-5 {
    margin: 4.5rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 4.5rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 4.5rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 4.5rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 4.5rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.375rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.375rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.375rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.375rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.375rem !important;
  }

  .p-sm-2 {
    padding: 0.75rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.75rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.75rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.75rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.75rem !important;
  }

  .p-sm-3 {
    padding: 1.5rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1.5rem !important;
  }

  .p-sm-4 {
    padding: 2.25rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 2.25rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 2.25rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 2.25rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 2.25rem !important;
  }

  .p-sm-5 {
    padding: 4.5rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 4.5rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 4.5rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 4.5rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 4.5rem !important;
  }

  .m-sm-n1 {
    margin: -0.375rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.375rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.375rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.375rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.375rem !important;
  }

  .m-sm-n2 {
    margin: -0.75rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.75rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.75rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.75rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.75rem !important;
  }

  .m-sm-n3 {
    margin: -1.5rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n4 {
    margin: -2.25rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -2.25rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -2.25rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -2.25rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -2.25rem !important;
  }

  .m-sm-n5 {
    margin: -4.5rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -4.5rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -4.5rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -4.5rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -4.5rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.375rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.375rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.375rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.375rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.375rem !important;
  }

  .m-md-2 {
    margin: 0.75rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.75rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.75rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.75rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.75rem !important;
  }

  .m-md-3 {
    margin: 1.5rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1.5rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1.5rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1.5rem !important;
  }

  .m-md-4 {
    margin: 2.25rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 2.25rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 2.25rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 2.25rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 2.25rem !important;
  }

  .m-md-5 {
    margin: 4.5rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 4.5rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 4.5rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 4.5rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 4.5rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.375rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.375rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.375rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.375rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.375rem !important;
  }

  .p-md-2 {
    padding: 0.75rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.75rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.75rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.75rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.75rem !important;
  }

  .p-md-3 {
    padding: 1.5rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1.5rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1.5rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1.5rem !important;
  }

  .p-md-4 {
    padding: 2.25rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 2.25rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 2.25rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 2.25rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 2.25rem !important;
  }

  .p-md-5 {
    padding: 4.5rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 4.5rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 4.5rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 4.5rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 4.5rem !important;
  }

  .m-md-n1 {
    margin: -0.375rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.375rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.375rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.375rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.375rem !important;
  }

  .m-md-n2 {
    margin: -0.75rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.75rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.75rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.75rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.75rem !important;
  }

  .m-md-n3 {
    margin: -1.5rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1.5rem !important;
  }

  .m-md-n4 {
    margin: -2.25rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -2.25rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -2.25rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -2.25rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -2.25rem !important;
  }

  .m-md-n5 {
    margin: -4.5rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -4.5rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -4.5rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -4.5rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -4.5rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.375rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.375rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.375rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.375rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.375rem !important;
  }

  .m-lg-2 {
    margin: 0.75rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.75rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.75rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.75rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.75rem !important;
  }

  .m-lg-3 {
    margin: 1.5rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1.5rem !important;
  }

  .m-lg-4 {
    margin: 2.25rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 2.25rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 2.25rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 2.25rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 2.25rem !important;
  }

  .m-lg-5 {
    margin: 4.5rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 4.5rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 4.5rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 4.5rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 4.5rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.375rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.375rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.375rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.375rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.375rem !important;
  }

  .p-lg-2 {
    padding: 0.75rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.75rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.75rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.75rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.75rem !important;
  }

  .p-lg-3 {
    padding: 1.5rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1.5rem !important;
  }

  .p-lg-4 {
    padding: 2.25rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 2.25rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 2.25rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 2.25rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 2.25rem !important;
  }

  .p-lg-5 {
    padding: 4.5rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 4.5rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 4.5rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 4.5rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 4.5rem !important;
  }

  .m-lg-n1 {
    margin: -0.375rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.375rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.375rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.375rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.375rem !important;
  }

  .m-lg-n2 {
    margin: -0.75rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.75rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.75rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.75rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.75rem !important;
  }

  .m-lg-n3 {
    margin: -1.5rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n4 {
    margin: -2.25rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -2.25rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -2.25rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -2.25rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -2.25rem !important;
  }

  .m-lg-n5 {
    margin: -4.5rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -4.5rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -4.5rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -4.5rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -4.5rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.375rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.375rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.375rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.375rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.375rem !important;
  }

  .m-xl-2 {
    margin: 0.75rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.75rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.75rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.75rem !important;
  }

  .m-xl-3 {
    margin: 1.5rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1.5rem !important;
  }

  .m-xl-4 {
    margin: 2.25rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 2.25rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 2.25rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 2.25rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 2.25rem !important;
  }

  .m-xl-5 {
    margin: 4.5rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 4.5rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 4.5rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 4.5rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.375rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.375rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.375rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.375rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.375rem !important;
  }

  .p-xl-2 {
    padding: 0.75rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.75rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.75rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.75rem !important;
  }

  .p-xl-3 {
    padding: 1.5rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1.5rem !important;
  }

  .p-xl-4 {
    padding: 2.25rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 2.25rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 2.25rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 2.25rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 2.25rem !important;
  }

  .p-xl-5 {
    padding: 4.5rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 4.5rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 4.5rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 4.5rem !important;
  }

  .m-xl-n1 {
    margin: -0.375rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.375rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.375rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.375rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.375rem !important;
  }

  .m-xl-n2 {
    margin: -0.75rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.75rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.75rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.75rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.75rem !important;
  }

  .m-xl-n3 {
    margin: -1.5rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n4 {
    margin: -2.25rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -2.25rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -2.25rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -2.25rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -2.25rem !important;
  }

  .m-xl-n5 {
    margin: -4.5rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -4.5rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -4.5rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -4.5rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -4.5rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.border {
  border: 1px solid #000 !important;
}

.border-top {
  border-top: 1px solid #000 !important;
}

.border-right {
  border-right: 1px solid #000 !important;
}

.border-bottom {
  border-bottom: 1px solid #000 !important;
}

.border-left {
  border-left: 1px solid #000 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.bg-primary {
  background-color: #E2231A !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #b41c15 !important;
}

.bg-secondary {
  background-color: #515151 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #383838 !important;
}

.bg-success {
  background-color: #24b125 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1b871c !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #be0808 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #8d0606 !important;
}

.bg-light {
  background-color: #fff !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e6e6 !important;
}

.bg-dark {
  background-color: #000 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-cover {
  background-size: cover;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #000 !important;
}

.text-muted {
  color: #fbfbfb !important;
}

.text-primary {
  color: #E2231A !important;
}

.text-secondary {
  color: #515151 !important;
}

.text-danger {
  color: #be0808 !important;
}

.text-success {
  color: #24b125 !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.font-primary {
  font-family: "Gotham A", "Gotham B";
}

.font-secondary {
  font-family: "ITC Century W01 Book Italic";
}

.font-terciary {
  font-family: "Roboto", sans-serif;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
li,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

button,
input,
select,
textarea {
  margin: 0;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=checkbox] {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
audio,
video {
  height: auto;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 2px;
  display: table;
}

td,
th {
  padding: 0;
  text-align: left;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Gotham A", "Gotham B";
  line-height: 1.5;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #E2231A;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/*
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
  font-family: $header-font-family;
  font-weight: $header-font-weight;
  line-height: $header-line-height;
  margin: 0;
}
  */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 4.375rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1.2;
}

.display-3 {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 1.5rem;
}

.small {
  font-size: 0.8rem;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.9rem + 2px);
  padding: 0.7rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #03111d;
  background-clip: padding-box;
  border: 1px solid #767676;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #03111d;
  border-color: #fbfbfb;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.form-control::-moz-placeholder {
  color: #e1251b;
  opacity: 1;
}
.form-control::placeholder {
  color: #e1251b;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #efeeee;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #03111d;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.7rem + 1px);
  padding-bottom: calc(0.7rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  font-size: 1rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #fbfbfb;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #24b125;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(36, 177, 37, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #24b125;
  padding-right: 2.9rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.9rem / 4);
  background-size: calc(2.9rem / 2) calc(2.9rem / 2);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2324b125' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #24b125;
  box-shadow: 0 0 0 0.2rem rgba(36, 177, 37, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.9rem;
  background-position: top calc(2.9rem / 4) right calc(2.9rem / 4);
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #24b125;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #be0808;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(190, 8, 8, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #be0808;
  padding-right: 2.9rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.9rem / 4);
  background-size: calc(2.9rem / 2) calc(2.9rem / 2);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23be0808' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #be0808;
  box-shadow: 0 0 0 0.2rem rgba(190, 8, 8, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.9rem;
  background-position: top calc(2.9rem / 4) right calc(2.9rem / 4);
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #be0808;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #E2231A;
  background-color: #E2231A;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #fbfbfb;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #f7bbb8;
  border-color: #f7bbb8;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #fbfbfb;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #efeeee;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #03111d;
  border: #35414a solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #E2231A;
  background-color: #E2231A;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(226, 35, 26, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(226, 35, 26, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(226, 35, 26, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #35414a;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #03111d;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(226, 35, 26, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.9rem + 2px);
  padding: 0.7rem 2rem 0.7rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  background-color: #03111d;
  border: 1px solid #767676;
  border-radius: 0.25rem, 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.custom-select:focus {
  border-color: #fbfbfb;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251, 251, 251, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #03111d;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}
.custom-select:disabled {
  color: #fbfbfb;
  background-color: #efeeee;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.9rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.9rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #fbfbfb;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #efeeee;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.9rem + 2px);
  padding: 0.7rem 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #03111d;
  border: 1px solid #767676;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.9rem;
  padding: 0.7rem 1rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #efeeee;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #E2231A;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #f7bbb8;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d7d7d7;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #E2231A;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #f7bbb8;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d7d7d7;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #E2231A;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #f7bbb8;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #d7d7d7;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #d7d7d7;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #35414a;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #35414a;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #35414a;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

form#form_form_1 {
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 0px 0px;
}
@media (width <= 990px) {
  form#form_form_1 {
    max-width: 100%;
    width: 100%;
  }
}
form#form_form_1 h3 {
  display: none;
}
form#form_form_1 .form-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -moz-column-gap: 15px;
       column-gap: 15px;
  max-width: 680px;
  width: 100%;
}
@media (width <= 990px) {
  form#form_form_1 .form-group {
    grid-template-columns: 1fr;
    row-gap: 0px;
    max-width: 100%;
  }
}
form#form_form_1 .form-group .form-builder-field {
  /*height: 44px;
  padding: 9px 15px;
  font-family: "Gotham A", "Gotham B";
  font-size: .75rem;
  font-weight: 500;
  color: #e1251b;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: solid 1px #232525;*/
  margin-bottom: 1rem;
}
form#form_form_1 .form-group .form-builder-field label {
  display: none;
}
form#form_form_1 .form-group .form-builder-field .form-control {
  padding: 9px 15px;
  font-family: "Gotham A", "Gotham B";
  font-size: 16px;
  font-weight: 500;
  color: #e1251b;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: solid 1px #232525;
}
form#form_form_1 .form-group .form-builder-field .inputsubmit_ML0OXh7vD4Wz0Jpq9Yrq {
  grid-column: span 2;
}
@media (width <= 990px) {
  form#form_form_1 .form-group .form-builder-field .inputsubmit_ML0OXh7vD4Wz0Jpq9Yrq {
    grid-column: span 1;
  }
}
form#form_form_1 .form-group .form-builder-field .inputsubmit_ML0OXh7vD4Wz0Jpq9Yrq {
  grid-column: span 2;
}
@media (width <= 990px) {
  form#form_form_1 .form-group .form-builder-field .inputsubmit_ML0OXh7vD4Wz0Jpq9Yrq {
    grid-column: span 1;
  }
}
form#form_form_1 .g-recaptcha-response {
  grid-column: span 2;
}
@media (width <= 990px) {
  form#form_form_1 .g-recaptcha-response {
    grid-column: span 1;
  }
}
form#form_form_1 .inputcheckbox_21XhqnrdydFrS8GViEIC label {
  display: block !important;
  line-height: normal;
  color: #515151;
  text-transform: none;
  letter-spacing: 1px;
}
form#form_form_1 .textarea_ynxggiceielHacfwihhy {
  grid-column: span 2;
}
@media (width <= 990px) {
  form#form_form_1 .textarea_ynxggiceielHacfwihhy {
    grid-column: span 1;
  }
}
form#form_form_1 #textarea_ynxggiceielHacfwihhy {
  height: 120px !important;
  resize: none;
  background: transparent;
}
form#form_form_1 label.checkbox-label {
  font-size: 16px;
  width: 100%;
  white-space: nowrap;
  padding-left: 15px;
}
form#form_form_1 p {
  padding: 0px !important;
  text-align: left !important;
}
@media (max-width: 640px) {
  form#form_form_1 p {
    margin-bottom: 0px;
  }
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.7rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #efeeee;
  border: 1px solid #767676;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2.4px;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  color: #E2231A;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.text-center .btn {
  margin-left: auto;
  margin-right: auto;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn--primary {
  color: #fff;
  background-color: #E2231A;
  border-color: #E2231A;
}
.btn--primary:hover {
  color: #fff;
  background-color: #c01e16;
  border-color: #b41c15;
}
.btn--primary:focus, .btn--primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 35, 26, 0.5);
}
.btn--primary.disabled, .btn--primary:disabled {
  color: #fff;
  background-color: #E2231A;
  border-color: #E2231A;
}
.btn--primary:not(:disabled):not(.disabled):active, .btn--primary:not(:disabled):not(.disabled).active, .show > .btn--primary.dropdown-toggle {
  color: #fff;
  background-color: #b41c15;
  border-color: #a91a13;
}
.btn--primary:not(:disabled):not(.disabled):active:focus, .btn--primary:not(:disabled):not(.disabled).active:focus, .show > .btn--primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 35, 26, 0.5);
}

.btn--secondary {
  color: #fff;
  background-color: #515151;
  border-color: #515151;
}
.btn--secondary:hover {
  color: #fff;
  background-color: #3e3e3e;
  border-color: #383838;
}
.btn--secondary:focus, .btn--secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 81, 81, 0.5);
}
.btn--secondary.disabled, .btn--secondary:disabled {
  color: #fff;
  background-color: #515151;
  border-color: #515151;
}
.btn--secondary:not(:disabled):not(.disabled):active, .btn--secondary:not(:disabled):not(.disabled).active, .show > .btn--secondary.dropdown-toggle {
  color: #fff;
  background-color: #383838;
  border-color: #313131;
}
.btn--secondary:not(:disabled):not(.disabled):active:focus, .btn--secondary:not(:disabled):not(.disabled).active:focus, .show > .btn--secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 81, 81, 0.5);
}

.btn--success {
  color: #fff;
  background-color: #24b125;
  border-color: #24b125;
}
.btn--success:hover {
  color: #fff;
  background-color: #1e911e;
  border-color: #1b871c;
}
.btn--success:focus, .btn--success.focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 177, 37, 0.5);
}
.btn--success.disabled, .btn--success:disabled {
  color: #fff;
  background-color: #24b125;
  border-color: #24b125;
}
.btn--success:not(:disabled):not(.disabled):active, .btn--success:not(:disabled):not(.disabled).active, .show > .btn--success.dropdown-toggle {
  color: #fff;
  background-color: #1b871c;
  border-color: #197c1a;
}
.btn--success:not(:disabled):not(.disabled):active:focus, .btn--success:not(:disabled):not(.disabled).active:focus, .show > .btn--success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 177, 37, 0.5);
}

.btn--info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn--info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn--info:focus, .btn--info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn--info.disabled, .btn--info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn--info:not(:disabled):not(.disabled):active, .btn--info:not(:disabled):not(.disabled).active, .show > .btn--info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn--info:not(:disabled):not(.disabled):active:focus, .btn--info:not(:disabled):not(.disabled).active:focus, .show > .btn--info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn--warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn--warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn--warning:focus, .btn--warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn--warning.disabled, .btn--warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn--warning:not(:disabled):not(.disabled):active, .btn--warning:not(:disabled):not(.disabled).active, .show > .btn--warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn--warning:not(:disabled):not(.disabled):active:focus, .btn--warning:not(:disabled):not(.disabled).active:focus, .show > .btn--warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn--danger {
  color: #fff;
  background-color: #be0808;
  border-color: #be0808;
}
.btn--danger:hover {
  color: #fff;
  background-color: #990606;
  border-color: #8d0606;
}
.btn--danger:focus, .btn--danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 8, 8, 0.5);
}
.btn--danger.disabled, .btn--danger:disabled {
  color: #fff;
  background-color: #be0808;
  border-color: #be0808;
}
.btn--danger:not(:disabled):not(.disabled):active, .btn--danger:not(:disabled):not(.disabled).active, .show > .btn--danger.dropdown-toggle {
  color: #fff;
  background-color: #8d0606;
  border-color: #810505;
}
.btn--danger:not(:disabled):not(.disabled):active:focus, .btn--danger:not(:disabled):not(.disabled).active:focus, .show > .btn--danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 8, 8, 0.5);
}

.btn--light {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn--light:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn--light:focus, .btn--light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn--light.disabled, .btn--light:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn--light:not(:disabled):not(.disabled):active, .btn--light:not(:disabled):not(.disabled).active, .show > .btn--light.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn--light:not(:disabled):not(.disabled):active:focus, .btn--light:not(:disabled):not(.disabled).active:focus, .show > .btn--light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn--dark {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn--dark:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn--dark:focus, .btn--dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn--dark.disabled, .btn--dark:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn--dark:not(:disabled):not(.disabled):active, .btn--dark:not(:disabled):not(.disabled).active, .show > .btn--dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn--dark:not(:disabled):not(.disabled):active:focus, .btn--dark:not(:disabled):not(.disabled).active:focus, .show > .btn--dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn--outline-primary {
  color: #E2231A;
  border-color: #E2231A;
}
.btn--outline-primary:hover {
  color: #fff;
  background-color: #E2231A;
  border-color: #E2231A;
}
.btn--outline-primary:focus, .btn--outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 35, 26, 0.5);
}
.btn--outline-primary.disabled, .btn--outline-primary:disabled {
  color: #E2231A;
  background-color: transparent;
}
.btn--outline-primary:not(:disabled):not(.disabled):active, .btn--outline-primary:not(:disabled):not(.disabled).active, .show > .btn--outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #E2231A;
  border-color: #E2231A;
}
.btn--outline-primary:not(:disabled):not(.disabled):active:focus, .btn--outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn--outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 35, 26, 0.5);
}

.btn--outline-secondary {
  color: #515151;
  border-color: #515151;
}
.btn--outline-secondary:hover {
  color: #fff;
  background-color: #515151;
  border-color: #515151;
}
.btn--outline-secondary:focus, .btn--outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 81, 81, 0.5);
}
.btn--outline-secondary.disabled, .btn--outline-secondary:disabled {
  color: #515151;
  background-color: transparent;
}
.btn--outline-secondary:not(:disabled):not(.disabled):active, .btn--outline-secondary:not(:disabled):not(.disabled).active, .show > .btn--outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #515151;
  border-color: #515151;
}
.btn--outline-secondary:not(:disabled):not(.disabled):active:focus, .btn--outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn--outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 81, 81, 0.5);
}

.btn--outline-success {
  color: #24b125;
  border-color: #24b125;
}
.btn--outline-success:hover {
  color: #fff;
  background-color: #24b125;
  border-color: #24b125;
}
.btn--outline-success:focus, .btn--outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 177, 37, 0.5);
}
.btn--outline-success.disabled, .btn--outline-success:disabled {
  color: #24b125;
  background-color: transparent;
}
.btn--outline-success:not(:disabled):not(.disabled):active, .btn--outline-success:not(:disabled):not(.disabled).active, .show > .btn--outline-success.dropdown-toggle {
  color: #fff;
  background-color: #24b125;
  border-color: #24b125;
}
.btn--outline-success:not(:disabled):not(.disabled):active:focus, .btn--outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn--outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 177, 37, 0.5);
}

.btn--outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn--outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn--outline-info:focus, .btn--outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn--outline-info.disabled, .btn--outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn--outline-info:not(:disabled):not(.disabled):active, .btn--outline-info:not(:disabled):not(.disabled).active, .show > .btn--outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn--outline-info:not(:disabled):not(.disabled):active:focus, .btn--outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn--outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn--outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn--outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn--outline-warning:focus, .btn--outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn--outline-warning.disabled, .btn--outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn--outline-warning:not(:disabled):not(.disabled):active, .btn--outline-warning:not(:disabled):not(.disabled).active, .show > .btn--outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn--outline-warning:not(:disabled):not(.disabled):active:focus, .btn--outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn--outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn--outline-danger {
  color: #be0808;
  border-color: #be0808;
}
.btn--outline-danger:hover {
  color: #fff;
  background-color: #be0808;
  border-color: #be0808;
}
.btn--outline-danger:focus, .btn--outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 8, 8, 0.5);
}
.btn--outline-danger.disabled, .btn--outline-danger:disabled {
  color: #be0808;
  background-color: transparent;
}
.btn--outline-danger:not(:disabled):not(.disabled):active, .btn--outline-danger:not(:disabled):not(.disabled).active, .show > .btn--outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #be0808;
  border-color: #be0808;
}
.btn--outline-danger:not(:disabled):not(.disabled):active:focus, .btn--outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn--outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 8, 8, 0.5);
}

.btn--outline-light {
  color: #fff;
  border-color: #fff;
}
.btn--outline-light:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn--outline-light:focus, .btn--outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn--outline-light.disabled, .btn--outline-light:disabled {
  color: #fff;
  background-color: transparent;
}
.btn--outline-light:not(:disabled):not(.disabled):active, .btn--outline-light:not(:disabled):not(.disabled).active, .show > .btn--outline-light.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn--outline-light:not(:disabled):not(.disabled):active:focus, .btn--outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn--outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn--outline-dark {
  color: #000;
  border-color: #000;
}
.btn--outline-dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn--outline-dark:focus, .btn--outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn--outline-dark.disabled, .btn--outline-dark:disabled {
  color: #000;
  background-color: transparent;
}
.btn--outline-dark:not(:disabled):not(.disabled):active, .btn--outline-dark:not(:disabled):not(.disabled).active, .show > .btn--outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn--outline-dark:not(:disabled):not(.disabled):active:focus, .btn--outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn--outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #000;
}
.btn-link:hover {
  color: #E2231A;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #fbfbfb;
  pointer-events: none;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.table {
  width: 100%;
  margin-bottom: 1.5rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #d7d7d7;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #d7d7d7;
}
.table tbody + tbody {
  border-top: 2px solid #d7d7d7;
}
.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #d7d7d7;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #d7d7d7;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #efeeee;
  border-color: #d7d7d7;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #f7c1bf;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #f08d88;
}

.table-hover .table-primary:hover {
  background-color: #f4aba8;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #f4aba8;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #cecece;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #a5a5a5;
}

.table-hover .table-secondary:hover {
  background-color: #c1c1c1;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c1c1c1;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c2e9c2;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8dd68e;
}

.table-hover .table-success:hover {
  background-color: #afe2af;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #afe2af;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #edbaba;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #dd7f7f;
}

.table-hover .table-danger:hover {
  background-color: #e8a6a6;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #e8a6a6;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: white;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: white;
}

.table-hover .table-light:hover {
  background-color: #f2f2f2;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f2f2f2;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #b8b8b8;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #7a7a7a;
}

.table-hover .table-dark:hover {
  background-color: #ababab;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #ababab;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.75rem;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 516px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 708px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 932px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 992px) {
  .container-lg {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .container-lg {
    max-width: 516px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .container-lg {
    max-width: 708px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .container-lg {
    max-width: 932px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .container-lg {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.grid-bg {
  background: susy-svg-grid() no-repeat scroll;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
#header {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 900;
  background: #fff !important;
  top: 0;
}
#header .header-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1240px;
  padding: 15px;
  position: relative;
  align-items: center;
  width: 100%;
}
#header .header-wrapper .nav-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (width <= 900px) {
  #header .header-wrapper .nav-wrapper .main-menu {
    display: none;
  }
}
#header .header-wrapper #skip-to-content {
  background: #e1251b;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  left: 50%;
  padding: 20px 30px;
  position: absolute;
  text-decoration: none;
  text-transform: uppercase;
  top: -9999px;
  transform: translate(-50%);
  z-index: 30;
}
#header .header-wrapper .nav-brand {
  width: 100px;
}
@media (max-width: 640px) {
  #header .header-wrapper .nav-brand {
    width: 80px;
    max-width: 80px;
  }
}
#header .header-wrapper .nav-brand .nav__logo {
  display: block;
}
#header .header-wrapper .nav-brand .nav__logo img {
  height: 80px;
}
@media (min-width: 992px) {
  #header .header-wrapper .nav-brand .nav__logo img {
    height: calc(124px - 1.5rem);
  }
}
#header .header-wrapper #hamburger-navigation-trigger {
  display: none;
  position: relative;
  transition: 0.2s;
  z-index: 20;
}
@media (width <= 1023px) {
  #header .header-wrapper #hamburger-navigation-trigger {
    display: block;
  }
}
#header .header-wrapper #hamburger-navigation-trigger .smart-icon {
  font-size: 0;
  margin: -9px 0 0 -14px;
  position: relative;
}
#header .header-wrapper #hamburger-navigation-trigger .smart-icon span {
  background: #000;
  display: block;
  height: 3px;
  margin-bottom: 4px;
  transform-origin: 50% 50%;
  transition: background 0.2s, transform 0.15s, border-radius 0.15s;
  width: 20px;
}
#header .header-wrapper .btn-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
#header .header-wrapper .btn-wrapper #hamburger-navigation-trigger {
  display: none;
  position: relative;
  right: 24px;
  top: 0px;
  width: 24px;
  height: 24px;
  transition: background 200ms;
  z-index: 20;
  /*@include respond-to(mobile-devices) {
          display: block;
        }
  */
  /*@include respond-to(mobile) {
    top: 15px;
  }*/
}
@media (width <= 900px) {
  #header .header-wrapper .btn-wrapper #hamburger-navigation-trigger {
    display: block;
  }
}
@media (width <= 767px) {
  #header .header-wrapper .btn-wrapper #hamburger-navigation-trigger {
    top: 6px;
  }
}
#header .header-wrapper .btn-wrapper #hamburger-navigation-trigger .smart-icon {
  position: relative;
  left: 50%;
  top: -116%;
  margin: 0px !important;
  font-size: 0;
}
#header .header-wrapper .btn-wrapper #hamburger-navigation-trigger .smart-icon span {
  display: block;
  width: 24px;
  height: 3px;
  margin-bottom: 3px;
  background: #000;
  transition: background 200ms, transform 150ms, border-radius 150ms;
  transform-origin: 50% 50%;
}
#header .header-wrapper .btn-wrapper #hamburger-navigation-trigger .smart-icon span:last-child {
  margin-bottom: 0;
}
#header .header-wrapper .btn-wrapper #hamburger-navigation-trigger:hover .smart-icon span {
  transform: none;
}
#header .header-wrapper .btn-wrapper #hamburger-navigation-trigger:hover .smart-icon span:first-child {
  transform: translate(0, -2px);
}
#header .header-wrapper .btn-wrapper #hamburger-navigation-trigger:hover .smart-icon span:last-child {
  transform: translate(0, 2px);
}
#header .header-wrapper .btn-wrapper #hamburger-navigation-trigger:active .smart-icon span, #header .header-wrapper .btn-wrapper #hamburger-navigation-trigger:active .smart-icon span:first-child, #header .header-wrapper .btn-wrapper #hamburger-navigation-trigger:active .smart-icon span:last-child {
  transition: transform 100ms;
  transform: none;
}
.hamburger-navigation-visible #header .header-wrapper .btn-wrapper #hamburger-navigation-trigger .smart-icon {
  top: -102%;
  left: 70%;
}
.hamburger-navigation-visible #header .header-wrapper .btn-wrapper #hamburger-navigation-trigger .smart-icon span {
  transform: scale(0) rotate(90deg);
  border-radius: 0;
  background: #e1251b;
  width: 18px;
}
.hamburger-navigation-visible #header .header-wrapper .btn-wrapper #hamburger-navigation-trigger .smart-icon span:first-child {
  transform: translate(0, 0px) rotate(45deg);
}
.hamburger-navigation-visible #header .header-wrapper .btn-wrapper #hamburger-navigation-trigger .smart-icon span:last-child {
  transform: translate(0, -12px) rotate(135deg);
}
.hamburger-navigation-visible #header .header-wrapper .btn-wrapper #hamburger-navigation-trigger:active .smart-icon {
  transform: scale(0.94);
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-slide-out-widget__title {
  font-family: "ITC Century W01 Book Italic";
  font-size: 1.5rem;
  color: #e1251b;
  text-transform: none;
  letter-spacing: normal;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-flexible-dates {
  text-transform: uppercase;
  padding: 0 15px;
  margin: 1em 0;
  height: 28px;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget {
  font-family: "Gotham A", "Gotham B";
  letter-spacing: normal;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-search-date-display__date-display input {
  width: 80%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  text-align: center;
  border: 0;
}
#header .header-wrapper .btn-wrapper .ttweb-calendar-month .ttweb-calendar-month__grid .ttweb-day--past-date {
  background: #efefef;
  color: #6b6b6b;
}
#header .header-wrapper .btn-wrapper .ttweb-calendar-month .ttweb-calendar-month__grid .ttweb-day {
  height: 3em;
}
#header .header-wrapper .btn-wrapper .ttweb-calendar-month .ttweb-calendar-month__grid .ttweb-day {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 14.2857%;
  text-align: center;
  min-height: 2rem;
  vertical-align: top;
  box-sizing: border-box;
  border: 0.1px solid white;
}
#header .header-wrapper .btn-wrapper select.ttweb-select {
  box-sizing: border-box;
  text-align: center;
  font-size: 1rem;
  height: 2em;
  padding: 0.5em calc(1em + 18px) 0.5em 1em;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid' width='11' height='9' viewBox='0 0 11 9'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 %7B fill: %237a7878; fill-rule: evenodd; %7D %3C/style%3E %3C/defs%3E %3Cpath d='M5.500,8.999 L10.999,0.001 L0.001,0.001 L5.500,8.999 ' class='cls-1'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 11px 9px;
  background-position: calc(100% - 9px) center;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget select.ttweb-select {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-booking-widget__num-guests .ttweb-person-count-selector select.ttweb-select {
  height: 3em;
  margin: 0 10px;
  padding: 0 10px;
  width: calc(100% - 20px);
  font-size: 17px;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-booking-widget__input-code label {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-booking-widget__input-code label, #header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-booking-widget__input-code input {
  padding: 5px 10px;
  font-size: 14px;
  width: 50%;
  float: left;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-collapsible .ttweb-collapsible__trigger {
  text-transform: uppercase;
  text-align: center;
  padding: 1em 0;
  font-weight: 600;
  height: auto;
  font-size: 14px;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget__footer__rate__label {
  float: none;
  margin-bottom: 0;
  letter-spacing: normal;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget__footer__powered-by img {
  margin-left: 5px;
  width: 120px;
  vertical-align: middle;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget * {
  box-sizing: border-box;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-booking-button {
  width: 100%;
  font-size: 17px;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget__submit {
  background-color: #e1251b !important;
  color: #fff !important;
  text-decoration: none !important;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-button {
  color: white;
  background: #e1251b;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-cross-out-rate__actual {
  color: #e1251b;
}
#header .header-wrapper .btn-wrapper .ttweb-calendar-month .ttweb-calendar-month__grid .ttweb-day--in-selection {
  background: #fff;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-calendar-month .ttweb-calendar-month__grid .ttweb-day__arrival-label, #header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-calendar-month .ttweb-calendar-month__grid .ttweb-day__departure-label {
  color: #fff;
  background: #e1251b;
  border: 0;
  border-radius: 0;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-calendar-month .ttweb-calendar-month__grid .ttweb-day--in-selection {
  font-weight: 700;
  color: #e1251b;
  background: #fff;
  border: solid 1px #e1251b;
  border-radius: 0;
}
#header .header-wrapper .btn-wrapper .ttweb-calendar-month .ttweb-calendar-month__grid .ttweb-day__number {
  font-size: 14px;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-search-date-display__selected-date {
  background: #fff;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-calendar-month__header {
  background: #fff;
}
#header .header-wrapper .btn-wrapper .ttweb-calendar-month__header {
  height: 52px;
  border-bottom: 1px solid #e8e8e8;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-search-date-display {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.2);
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-search-date-display {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-search-date-display {
  margin: 10px 10px;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-flexible-dates__link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-flexible-dates__link:hover {
  color: #000;
}
#header .header-wrapper .btn-wrapper .ttweb-calendar-month .ttweb-week-days__weekday-label {
  height: 3em;
}
#header .header-wrapper .btn-wrapper .ttweb-calendar-month .ttweb-week-days__weekday-label {
  width: 14.2857%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.25rem;
  min-height: 2rem;
  border: 0.1px solid white;
  text-align: center;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-search-date-display__date-display input {
  width: 80%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  text-align: center;
  border: 0;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-flexible-dates__link-label {
  line-height: 2em;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-flexible-dates__link-label, #header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-flexible-dates__link-icon {
  height: 28px;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-flexible-dates__link-icon {
  font-size: 1.5em;
  line-height: 28px;
  margin-left: 1em;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget__input-code {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0.5rem 0;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-booking-widget__input-code {
  margin: 10px 10px;
  padding: 10px;
  background: #f8f8f8;
  overflow: hidden;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-booking-widget__input-code {
  background-color: #fbfbfb;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-booking-widget__input-code input {
  border: 1px solid #6b6b6b;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-booking-widget__input-code label, #header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-booking-widget__input-code input {
  padding: 5px 10px;
  font-size: 14px;
  width: 50%;
  float: left;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-collapsible .ttweb-collapsible__trigger {
  text-transform: uppercase;
  text-align: center;
  padding: 1em 0;
  font-weight: 600;
  height: auto;
  font-size: 14px;
}
#header .header-wrapper .btn-wrapper .ttweb-collapsible__trigger {
  background: #f8f8f8;
  padding: 1em 0;
  font-weight: 600;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-collapsible .ttweb-collapsible__trigger {
  text-transform: uppercase;
  text-align: center;
  padding: 1em 0;
  font-weight: 600;
  height: auto;
  font-size: 14px;
}
#header .header-wrapper .btn-wrapper .ttweb-collapsible__trigger {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 1rem;
  padding: 0.5em;
  height: 2em;
  line-height: 1em;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget .ttweb-collapsible .ttweb-collapsible__trigger:after {
  font-size: 21px;
  font-weight: 400;
  top: 50%;
  font-size: 21px;
  transform: translateY(-50%);
  right: 20px;
}
#header .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.5rem;
  z-index: 30;
  width: 100vw;
  background-color: #fff;
  /* .nav__link.active {
      color: #e1251b;
      text-decoration: none;
  }*/
}
#header .navbar > .container,
#header .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#header .navbar .navbar-brand {
  padding: 0;
}
#header .navbar .navbar-brand .nav__logo {
  display: block;
}
#header .navbar .navbar-brand .nav__logo img {
  height: calc(88px - 1.5rem);
}
@media (min-width: 992px) {
  #header .navbar .navbar-brand .nav__logo img {
    height: calc(124px - 1.5rem);
  }
}
#header .navbar .nav__link {
  color: #000;
  font-size: 0.875rem;
  text-decoration: none;
}
#header .navbar .nav__link:hover, #header .navbar .nav__link:focus {
  color: #E2231A;
  text-decoration: underline;
}
#header .navbar .nav__link--group {
  color: #000;
  font-size: 0.875rem;
  text-decoration: none;
}
#header .navbar .nav__link--group:hover, #header .navbar .nav__link--group:focus {
  color: #E2231A;
  text-decoration: none;
}
#header .navbar .nav__link.active {
  color: #e1251b;
  text-decoration: none;
}
#header .navbar.sticky, #header .navbar.nav--active {
  background-color: #fff;
}
#header .navbar.sticky .nav__link,
#header .navbar.sticky .nav--device a, #header .navbar.nav--active .nav__link,
#header .navbar.nav--active .nav--device a {
  color: #000;
  text-decoration: none;
}
#header .navbar.sticky .nav__link:hover, #header .navbar.sticky .nav__link:focus,
#header .navbar.sticky .nav--device a:hover,
#header .navbar.sticky .nav--device a:focus, #header .navbar.nav--active .nav__link:hover, #header .navbar.nav--active .nav__link:focus,
#header .navbar.nav--active .nav--device a:hover,
#header .navbar.nav--active .nav--device a:focus {
  color: #E2231A;
  text-decoration: underline;
}
#header .navbar .subnav {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
}
#header .navbar .subnav .nav__item {
  background: #fff;
  display: block;
  font-size: 0.875rem;
  padding: 0 0;
  white-space: nowrap;
}
#header .navbar .subnav .nav__item .nav__link {
  padding: 0.75rem 2rem;
}
#header .navbar .subnav .nav__item:hover, #header .navbar .subnav .nav__item:focus {
  background: #fff;
  color: #E2231A;
  text-decoration: none;
}
#header .navbar .has-subnav {
  position: relative;
}
#header .navbar .has-subnav:hover .nav__link + .subnav, #header .navbar .has-subnav:focus .nav__link + .subnav, #header .navbar .has-subnav.has-focus .nav__link + .subnav {
  display: block;
}
#header .navbar.is-fixed-bottom, #header .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
  height: 88px;
}
@media (min-width: 992px) {
  #header .navbar.is-fixed-bottom, #header .navbar.is-fixed-top {
    height: 124px;
  }
}
#header .navbar.is-fixed-bottom {
  bottom: 0;
}
#header .navbar.is-fixed-top {
  top: 0;
}
#header .navbar .main-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (width <= 1023px) {
  #header .navbar .main-menu {
    display: none;
  }
}

.is-fixed-top + .main, .is-fixed-top + .ttweb-booking-widget-component + .main, .main.nav-is-fixed-top {
  padding-top: 88px;
}
@media (min-width: 992px) {
  .is-fixed-top + .main, .is-fixed-top + .ttweb-booking-widget-component + .main, .main.nav-is-fixed-top {
    padding-top: 124px;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav__link {
  display: block;
  color: #000;
  font-size: 14px;
  padding: 0 0;
  text-decoration: none;
  font-family: "Gotham A", "Gotham B";
  margin: 0 12px;
  letter-spacing: 1px;
}
.nav__link.active {
  color: #e1251b;
  text-decoration: none;
}
.nav__link:hover, .nav__link:focus {
  color: #E2231A;
  text-decoration: underline;
}
.nav__link--group {
  text-decoration: none;
}
.nav__link--group:hover, .nav__link--group:focus {
  text-decoration: none;
}

.subnav .nav__item {
  background: #fff;
  color: #000;
  display: block;
  font-size: 0.875rem;
  padding: 0 0;
  white-space: nowrap;
}
.subnav .nav__item:hover, .subnav .nav__item:focus {
  background: #fff;
  color: #E2231A;
  text-decoration: none;
}

.nav--device {
  background-color: #fff;
  display: none;
  list-style: none;
  padding: 1.5rem 0;
  text-align: left;
  width: auto;
  position: absolute;
  right: 1.5rem;
  top: 88px;
  z-index: 1;
}
.nav--device li:last-child {
  padding-bottom: 0;
}
.nav--device .subnav {
  display: block;
  font-size: 0.875rem;
  position: relative;
}
.nav--device .subnav .nav__item {
  background-color: #fff;
  display: block;
}
.nav--device .subnav__icon {
  display: inline;
  padding: 0 10px;
}
.nav--device.is-active {
  display: block !important;
}
@media (min-width: 992px) {
  .nav--device {
    display: none !important;
    top: 124px;
  }
}

.navbar__burger {
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 4rem;
  margin-left: auto;
  background-color: #fff;
  display: block;
}
.navbar__burger span {
  color: #E2231A;
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
.navbar__burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.navbar__burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar__burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.navbar__burger:hover, .navbar__burger.is-active {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar__burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.navbar__burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar__burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}
.desktop .navbar__burger {
  display: none;
}

.zom-slider__items {
  whitespace: nowrap;
}

.zom-slider__tools {
  position: relative;
  padding: 1.5rem 0;
}
.zom-slider__tools .slider-control-arrows {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.zom-slider__tools .slider-control-arrows .slider-control-arrows__button {
  position: absolute;
  top: 1.5rem;
}
.zom-slider__tools .slider-control-arrows .slider-control-arrows__button:hover {
  cursor: pointer;
}
.zom-slider__tools .slider-control-arrows .slider-control-arrows__button[data-controls=prev] {
  left: 0;
}
.zom-slider__tools .slider-control-arrows .slider-control-arrows__button[data-controls=next] {
  right: 0;
}
.zom-slider__tools .slider-control-arrows:focus {
  outline: none;
}
.zom-slider__tools .slider-control-arrows__button:focus {
  outline: none;
}
.zom-slider__tools .slider-control-nav {
  text-align: center;
  color: #767676;
}
.zom-slider__tools .slider-control-nav > *:hover {
  cursor: pointer;
}
.zom-slider__tools .slider-control-nav > .tns-nav-active {
  color: #fbfbfb;
}

ul.accordion {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
ul.accordion li {
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  margin: 0;
  border-top: 1px solid #000;
}
ul.accordion li:last-of-type {
  padding-bottom: 0;
}
ul.accordion li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 1.5rem;
  right: 1.5rem;
}
ul.accordion li i:before, ul.accordion li i:after {
  content: "";
  transition: all 0.25s ease-in-out;
  position: absolute;
  background-color: #be0808;
  width: 3px;
  height: 9px;
}
ul.accordion li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
ul.accordion li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
ul.accordion li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  opacity: 0;
}
ul.accordion li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  padding: 0;
  transform: translate(0, 50%);
}
ul.accordion li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
ul.accordion li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
ul.accordion li p {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding: 1.5rem 0;
  transition: all 0.25s ease-in-out;
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
.hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
}

.filter--option {
  color: #E2231A;
}
.filter--option:hover {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}

.filter-item.hidden {
  display: none;
}

.lightbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100%;
  z-index: 99999;
}
.lightbox.hidden {
  display: none;
}
.lightbox .close-box {
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 3rem;
  right: 3rem;
  z-index: 2;
}
.lightbox .navigation-text {
  display: none;
}
.lightbox .image-container {
  display: flex;
  text-align: center;
  height: calc(100vh - 127px);
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
  flex-direction: column;
  color: #fff;
}
.lightbox .image-container img, .lightbox .image-container video {
  max-width: 80%;
  max-height: 100%;
}
.lightbox .fa-spinner {
  color: #fff;
  position: absolute;
  margin-top: -60px;
}
.lightbox .slider-control-arrows__button {
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: calc(50vh - 48px);
  z-index: 5;
}
.lightbox .arrow-right {
  right: 1.5rem;
}
.lightbox .arrow-left {
  left: 1.5rem;
}
.lightbox .thumb-list {
  display: flex;
  list-style: none;
}
.lightbox .thumb-list li {
  cursor: pointer;
  margin-right: 1.5rem;
  width: 100%;
  max-width: 100px;
  flex: 1 0 auto;
}
.lightbox .thumb-list li:last-child {
  margin-right: 0;
}
.lightbox .thumb-list img {
  width: 100%;
}

.thumb-container {
  padding-bottom: 1.5rem;
  order: 2;
  overflow: scroll;
  width: 100%;
}

.lightbox-item {
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
}

.greedy-nav__links {
  flex: 1;
}

.greedy__hidden-links {
  width: 100%;
  left: 0;
}
.mobile .greedy__hidden-links {
  display: none;
}
@media (min-width: 768px) {
  .greedy__hidden-links {
    left: auto;
    right: 146px;
    width: auto;
  }
}
.greedy__hidden-links .subnav {
  transform: none !important;
}
.greedy__hidden-links .subnav a.nav__item {
  margin-left: 2.25rem;
  padding: 0 0 0.75rem 0;
}
.greedy__hidden-links .subnav a.nav__item:last-child {
  padding-bottom: 0;
}
.greedy__hidden-links .has-subnav .nav__link {
  padding: 0 0 0.75rem 0;
}

.left-rigth-block {
  position: relative;
  max-width: 1320px;
  margin: 0px auto 72px;
}
.home .left-rigth-block {
  margin: 40px auto;
}
.left-rigth-block .container {
  max-width: 1140px;
  width: 100%;
}
@media (max-width: 640px) {
  .left-rigth-block .container {
    margin: 0px;
    width: 100%;
    padding: 0px;
  }
}
.left-rigth-block .two-col-updated {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-template-areas: "column-img content";
}
@media (width <= 768px) {
  .left-rigth-block .two-col-updated {
    grid-template-columns: 1fr;
    grid-template-areas: "column-img" "content";
  }
}
.left-rigth-block .two-col-updated.image-right {
  grid-template-areas: "content column-img";
}
@media (width <= 768px) {
  .left-rigth-block .two-col-updated.image-right {
    grid-template-columns: 1fr;
    grid-template-areas: "content" "column-img";
  }
}
.left-rigth-block .two-col-updated .column-image {
  background: url("https://d18slle4wlf9ku.cloudfront.net/oyotimessquare-1016649951/cms/imagepool/5ce26752caf7b.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  grid-area: column-img;
  min-height: 400px;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  position: relative;
}
@media (max-width: 640px) {
  .left-rigth-block .two-col-updated .column-image {
    display: none;
  }
  .home .left-rigth-block .two-col-updated .column-image {
    display: block;
    min-height: 300px;
    height: 300px;
    margin-top: 35px;
  }
}
.left-rigth-block .two-col-updated .column-image .image-content {
  position: absolute;
  right: 50px;
  bottom: 40px;
  text-align: right;
}
@media (max-width: 640px) {
  .left-rigth-block .two-col-updated .column-image .image-content {
    right: 0;
    left: 0;
    text-align: center;
  }
}
.left-rigth-block .two-col-updated .column-image .image-content .h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #232525;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.left-rigth-block .two-col-updated .column-image .image-content .btn--secondary {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border-color: #fff;
}
.left-rigth-block .two-col-updated .column-image .image-content .btn--secondary:hover {
  color: #232525;
  background-color: #fff;
  border-color: #fff;
}
.left-rigth-block .two-col-updated .column-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  grid-area: content;
}
.home .left-rigth-block .two-col-updated .column-content {
  text-align: center;
  justify-content: center;
  align-items: center;
}
.left-rigth-block .two-col-updated .column-content .content-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0px 2.25rem;
}
.home .left-rigth-block .two-col-updated .column-content .content-wrapper {
  margin: 30px auto;
  max-width: 480px;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
@media (max-width: 640px) {
  .home .left-rigth-block .two-col-updated .column-content .content-wrapper {
    max-width: 100%;
    padding: 0px 12px;
    margin: 0px;
  }
}
.left-rigth-block .two-col-updated .column-content .content-wrapper .h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #232525;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Gotham A", "Gotham B";
}
.left-rigth-block .two-col-updated .column-content .content-wrapper p {
  font-size: 16px !important;
}
.left-rigth-block .two-col-updated .column-content .content-wrapper p .button {
  margin-top: 36px;
}
.home .left-rigth-block .two-col-updated .column-content .content-wrapper p .button {
  margin-top: 0px;
}
.left-rigth-block .two-col-updated .column-content .content-wrapper.right-col-text {
  max-width: 605px !important;
  width: 100%;
}
@media (max-width: 640px) {
  .left-rigth-block .two-col-updated .column-content .content-wrapper.right-col-text {
    max-width: 100% !important;
    margin-top: 15px;
  }
}
.home .left-rigth-block .two-col-updated .column-content .content-wrapper.right-col-text p {
  margin-bottom: 0px;
}
.left-rigth-block .two-col-updated .column-content .content-wrapper.right-col-text p .button {
  margin-top: 36px;
}
.left-rigth-block .two-col-updated .column-content .content-wrapper.right-col-text .button {
  margin-top: 36px;
}

.fullwidth-slider-acm {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  height: 600px;
  /*.prev, .next {
      transition: 0.3s;
      display: inline-block;
      width: 40px;
      padding: 7px;
      color: #fff;
      text-align: center;
      background-color: #e1251b;
      border: solid 1px #fff;
      border-radius: 0;
  }*/
}
@media (width <= 900px) {
  .fullwidth-slider-acm {
    height: 400px;
  }
}
@media (width <= 640px) {
  .fullwidth-slider-acm {
    height: 350px;
  }
}
.fullwidth-slider-acm .fullwidth-swiper {
  width: 100%;
  max-width: 100%;
  height: 600px;
}
@media (width <= 900px) {
  .fullwidth-slider-acm .fullwidth-swiper {
    height: 400px;
  }
}
@media (width <= 640px) {
  .fullwidth-slider-acm .fullwidth-swiper {
    height: 350px;
  }
}
.fullwidth-slider-acm .fullwidth-swiper .swiper-slider {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.fullwidth-slider-acm .fullwidth-swiper .swiper-slider img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  overflow: hidden;
}
.fullwidth-slider-acm .fullwidth-swiper .swiper-slide img::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}
.fullwidth-slider-acm .fullwidth-swiper figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  width: 470px;
  padding: 70px;
  transform: translate(-50%, -50%);
}
@media (width <= 640px) {
  .fullwidth-slider-acm .fullwidth-swiper figcaption {
    width: 320px;
    padding: 20px;
  }
}
.fullwidth-slider-acm .fullwidth-swiper figcaption p.pages-slider__content__description {
  margin: 10px 0px 30px;
}
@media (width <= 640px) {
  .fullwidth-slider-acm .fullwidth-swiper figcaption p.pages-slider__content__description {
    display: none;
  }
}
.fullwidth-slider-acm .fullwidth-swiper figcaption .h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  color: #232525;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (width <= 640px) {
  .fullwidth-slider-acm .fullwidth-swiper figcaption .h3 {
    font-family: "Gotham A", "Gotham B";
    font-size: 24px;
  }
}
.fullwidth-slider-acm .fullwidth-swiper figcaption .btn--primary {
  color: #e1251b;
  background-color: transparent;
  border-color: #e1251b;
}
.fullwidth-slider-acm .fullwidth-swiper figcaption .btn--primary:hover {
  background: #e1251b;
  color: #fff;
}
@media (max-width: 640px) {
  .fullwidth-slider-acm .fullwidth-swiper figcaption p {
    display: none;
  }
}
.fullwidth-slider-acm .fullwidth-swiper .swiper-slide img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
  height: 100%;
}
.fullwidth-slider-acm .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  /*.prev{
      transition: 0.3s;
      display: inline-block;
      width: 40px;
      padding: 7px;
      color: #fff;
      text-align: center;
      background-color: #e1251b;
      border: solid 1px #fff;
      border-radius: 0;
  }*/
}
@media (width <= 640px) {
  .fullwidth-slider-acm .swiper-button-prev {
    left: 30px;
  }
}
.fullwidth-slider-acm .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  /* .next {
       transition: 0.3s;
       display: inline-block;
       width: 40px;
       padding: 7px;
       color: #fff;
       text-align: center;
       background-color: #e1251b;
       border: solid 1px #fff;
       border-radius: 0;
   }*/
}
@media (width <= 640px) {
  .fullwidth-slider-acm .swiper-button-next {
    right: -10px;
  }
}

.location-two-col-acm {
  display: flex;
  position: relative;
  max-width: 1270px;
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
.location-two-col-acm .location-container-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.location-two-col-acm .location-container-wrapper .column-left {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-right: 100px;
}
@media (width <= 990px) {
  .location-two-col-acm .location-container-wrapper .column-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
  }
}
.location-two-col-acm .location-container-wrapper .column-right {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
@media (width <= 990px) {
  .location-two-col-acm .location-container-wrapper .column-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.location-two-col-acm .location-container-wrapper .col-html-content {
  display: flex;
  flex-direction: column;
}
.location-two-col-acm .location-container-wrapper .col-html-content ul {
  list-style: disc;
}
.location-two-col-acm .location-container-wrapper .col-html-content ul li {
  font-family: "Gotham A", "Gotham B";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #515151;
  letter-spacing: 1px;
  list-style: disc;
}
.location-two-col-acm .location-container-wrapper .col-html-content p, .location-two-col-acm .location-container-wrapper .col-html-content .p {
  font-family: "Gotham A", "Gotham B";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #515151;
  letter-spacing: 1px;
}
.location-two-col-acm .location-container-wrapper .col-html-content .h4 {
  font-size: 20px;
  font-weight: 700;
  color: #232525;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.location-two-col-acm .location-container-wrapper .col-html-content .h5 {
  font-size: 14px;
  font-weight: 500;
  color: #232525;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.location-two-col-acm .location-container-wrapper .col-html-content p, .location-two-col-acm .location-container-wrapper .col-html-content .p {
  font-family: "Raleway";
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #515151;
  letter-spacing: 1px;
}
.location-two-col-acm .location-container-wrapper .col-html-content p a, .location-two-col-acm .location-container-wrapper .col-html-content .p a {
  color: #E2231A;
  font-weight: 700;
}
.location-two-col-acm .location-container-wrapper .col-html-content p a:hover, .location-two-col-acm .location-container-wrapper .col-html-content .p a:hover {
  color: #000;
  text-decoration: underline;
}

.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: unset !important;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.loaded {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

/* homepage rooms slider  - tiny slider */
.rooms-carousel,
.rooms-carousel2 {
  position: relative;
}
.rooms-carousel__item,
.rooms-carousel2__item {
  position: relative;
}
.rooms-carousel__image,
.rooms-carousel2__image {
  position: relative;
  height: 350px;
}
.rooms-carousel__image::after,
.rooms-carousel2__image::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .rooms-carousel__image,
.rooms-carousel2__image {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .rooms-carousel__image,
.rooms-carousel2__image {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .rooms-carousel__image,
.rooms-carousel2__image {
    height: 750px;
  }
}
.rooms-carousel__content,
.rooms-carousel2__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  left: 0;
  width: 320px;
  margin: auto;
  padding: 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 768px) {
  .rooms-carousel__content,
.rooms-carousel2__content {
    width: 350px;
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .rooms-carousel__content,
.rooms-carousel2__content {
    width: 470px;
    padding: 70px;
  }
}
.rooms-carousel__content .h3,
.rooms-carousel2__content .h3 {
  margin-bottom: 20px;
}
.rooms-carousel__content__description,
.rooms-carousel2__content__description {
  display: none;
  margin: 10px 0 30px;
}
@media (min-width: 576px) {
  .rooms-carousel__content__description,
.rooms-carousel2__content__description {
    display: block;
  }
}
.rooms-carousel__content .btn--primary,
.rooms-carousel2__content .btn--primary {
  margin: 0;
}
.rooms-carousel__room-titles,
.rooms-carousel2__room-titles {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 0 30px;
}
@media (min-width: 992px) {
  .rooms-carousel__room-titles,
.rooms-carousel2__room-titles {
    display: block;
  }
}
.rooms-carousel__room-titles a,
.rooms-carousel2__room-titles a {
  position: absolute;
  top: 14px;
  right: 60px;
  text-decoration: none;
}
.rooms-carousel__room-titles ul,
.rooms-carousel2__room-titles ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 100px 20px 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.rooms-carousel__room-titles ul li,
.rooms-carousel2__room-titles ul li {
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 30px;
  font-size: 16px;
  list-style: none;
  cursor: pointer;
}
@media screen and (prefers-reduced-motion: reduce) {
  .rooms-carousel__room-titles ul li,
.rooms-carousel2__room-titles ul li {
    transition: none;
  }
}
.rooms-carousel__room-titles ul li.active, .rooms-carousel__room-titles ul li:hover,
.rooms-carousel2__room-titles ul li.active,
.rooms-carousel2__room-titles ul li:hover {
  font-weight: 500;
}
.rooms-carousel__room-titles ul li:after,
.rooms-carousel2__room-titles ul li:after {
  position: absolute;
  top: 10px;
  right: -15px;
  width: 30px;
  height: 1px;
  content: "";
  background-color: #000;
}
.rooms-carousel__room-titles ul li:last-child:after,
.rooms-carousel2__room-titles ul li:last-child:after {
  width: 0;
}
.rooms-carousel .home-slider-control,
.rooms-carousel2 .home-slider-control {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.rooms-carousel .home-slider-control #roomsCarouselPrev, .rooms-carousel .home-slider-control #roomsCarouselNext,
.rooms-carousel2 .home-slider-control #roomsCarouselPrev,
.rooms-carousel2 .home-slider-control #roomsCarouselNext {
  display: block !important;
}
.rooms-carousel .home-slider-control a#roomsCarouselPrev,
.rooms-carousel2 .home-slider-control a#roomsCarouselPrev {
  margin-left: 40px;
}
@media (max-width: 640px) {
  .rooms-carousel .home-slider-control a#roomsCarouselPrev,
.rooms-carousel2 .home-slider-control a#roomsCarouselPrev {
    margin-left: 15px;
  }
}
@media (max-width: 640px) {
  .rooms-carousel .home-slider-control a#roomsCarouselPrev span.prev,
.rooms-carousel2 .home-slider-control a#roomsCarouselPrev span.prev {
    position: absolute;
    left: 10px;
  }
}
.rooms-carousel .home-slider-control a#roomsCarouselNext,
.rooms-carousel2 .home-slider-control a#roomsCarouselNext {
  margin-right: 40px;
}
@media (max-width: 640px) {
  .rooms-carousel .home-slider-control a#roomsCarouselNext,
.rooms-carousel2 .home-slider-control a#roomsCarouselNext {
    margin-right: 15px;
  }
}
@media (max-width: 640px) {
  .rooms-carousel .home-slider-control a#roomsCarouselNext span.next,
.rooms-carousel2 .home-slider-control a#roomsCarouselNext span.next {
    position: absolute;
    right: 10px;
  }
}
.rooms-carousel .rooms-carousel__image img,
.rooms-carousel2 .rooms-carousel__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 750px;
}
.rooms-carousel .btn--primary, .rooms-carousel .c-room-list .c-room__text-group .ttweb-booking-button,
.rooms-carousel2 .btn--primary,
.rooms-carousel2 .c-room-list .c-room__text-group .ttweb-booking-button {
  color: #e1251b;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  background-color: transparent;
  border: solid 1px #e1251b;
  border-radius: 0;
  transition: 0.3s;
}
.rooms-carousel .btn--primary:hover, .rooms-carousel .c-room-list .c-room__text-group .ttweb-booking-button:hover, .rooms-carousel .btn--primary:focus, .rooms-carousel .c-room-list .c-room__text-group .ttweb-booking-button:focus,
.rooms-carousel2 .btn--primary:hover,
.rooms-carousel2 .c-room-list .c-room__text-group .ttweb-booking-button:hover,
.rooms-carousel2 .btn--primary:focus,
.rooms-carousel2 .c-room-list .c-room__text-group .ttweb-booking-button:focus {
  color: #fff;
  text-decoration: none;
  background-color: #e1251b;
  border-color: #e1251b;
}
.rooms-carousel .btn--secondary,
.rooms-carousel2 .btn--secondary {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: transparent !important;
  border: solid 1px #fff;
  border-radius: 0;
}
.rooms-carousel .btn--secondary:hover, .rooms-carousel .btn--secondary:focus,
.rooms-carousel2 .btn--secondary:hover,
.rooms-carousel2 .btn--secondary:focus {
  color: #232525;
  text-decoration: none;
  background-color: #fff !important;
  border-color: #fff;
}

.home .rooms-carousel {
  margin-bottom: 0 !important;
}

.btn--secondary {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: transparent !important;
  border: solid 1px #fff;
  border-radius: 0;
}

.btn--secondary:hover, .btn--secondary:focus {
  color: #232525;
  text-decoration: none;
  background-color: #fff !important;
  border-color: #fff;
}

.other-items-slider {
  margin: 0px;
  padding: 50px 0;
  background-color: #d9d9d9;
}
.home .other-items-slider {
  margin-bottom: 0px !important;
}

.other-items-slider .h3 {
  margin-bottom: 30px;
  text-align: center;
}

.other-items-slider__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1220px;
  padding-bottom: 30px;
}
.other-items-slider__container #offers-acm-slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.other-items-slider__container #offers-acm-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.other-items-slider__container .home-slider-control {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translate(-50%);
}
.other-items-slider__container .home-slider-control .prev {
  left: -30px;
  position: absolute;
}
@media (max-width: 640px) {
  .other-items-slider__container .home-slider-control .prev {
    left: 0px;
  }
}
.other-items-slider__container .home-slider-control .next {
  right: -30px;
  position: absolute;
}
@media (max-width: 640px) {
  .other-items-slider__container .home-slider-control .next {
    right: 0px;
  }
}

@media (min-width: 992px) {
  .other-items-slider__container {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.other-items-slider__container .items-carousel {
  height: inherit;
}

.other-items-slider__container .tns-nav {
  bottom: -50px;
}

.other-items-slider__container .tns-nav button {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  padding: 0;
  background-color: #fff;
  border: 0;
  transition: 0.3s;
}

@media screen and (prefers-reduced-motion: reduce) {
  .other-items-slider__container .tns-nav button {
    transition: none;
  }
}
.other-items-slider__container .tns-nav button:hover {
  background-color: #fff;
}

.other-items-slider__item {
  height: 100%;
}

.other-items-slider__item__inner {
  height: 100%;
  background-color: #fff;
}
.other-items-slider__item__inner .btn--primary, .other-items-slider__item__inner .c-room-list .c-room__text-group .ttweb-booking-button {
  color: #e1251b;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  background-color: transparent;
  border: solid 1px #e1251b;
  border-radius: 0;
  transition: 0.3s;
}
.other-items-slider__item__inner .btn--primary:hover, .other-items-slider__item__inner .c-room-list .c-room__text-group .ttweb-booking-button:hover, .other-items-slider__item__inner .btn--primary:focus, .other-items-slider__item__inner .c-room-list .c-room__text-group .ttweb-booking-button:focus {
  color: #fff;
  text-decoration: none;
  background-color: #e1251b;
  border-color: #e1251b;
}

@media (max-width: 640px) {
  .other-items-slider__item__image-section {
    position: relative;
    height: 180px;
    overflow: hidden;
  }
}
@media (min-width: 576px) {
  .other-items-slider__item__image-section {
    height: 260px;
  }
}
.other-items-slider__item__image-section .objectfit {
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  max-width: 100%;
}

.other-items-slider__item__image-section img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.other-items-slider__item__content-section {
  min-height: auto;
  padding: 24px;
  height: 100%;
  max-width: 357px;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 576px) {
  .other-items-slider__item__content-section {
    min-height: 254px;
  }
}
.other-items-slider__item__content-section p, .other-items-slider__item__content-section .room-info__amenities__content .amenities-left ul li, .room-info__amenities__content .amenities-left ul .other-items-slider__item__content-section li {
  width: 90%;
}

.other-items-slider__item__content-section p b, .other-items-slider__item__content-section .room-info__amenities__content .amenities-left ul li b, .room-info__amenities__content .amenities-left ul .other-items-slider__item__content-section li b, .other-items-slider__item__content-section p font, .other-items-slider__item__content-section .room-info__amenities__content .amenities-left ul li font, .room-info__amenities__content .amenities-left ul .other-items-slider__item__content-section li font {
  font-family: "Gotham A", "Gotham B";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #515151;
  letter-spacing: 1px;
}

.other-items-slider__item__content-section .h5 {
  width: 90%;
  margin-bottom: 20px;
  line-height: normal;
}

.other-items-slider__item__content-section .overline, .other-items-slider__item__content-section .c-instagram-feed__tag-link {
  position: relative;
  padding-bottom: 30px;
}

.other-items-slider__item__content-section .overline::after, .other-items-slider__item__content-section .c-instagram-feed__tag-link::after {
  position: absolute;
  right: 0;
  bottom: 13px;
  left: 0;
  width: 50px;
  height: 1px;
  margin: 0 auto;
  content: "";
  background-color: #efeeee;
}

.other-items-slider__item__content-section .btn {
  margin-top: auto;
}

.other-items-slider .home-slider-control .prev-slide {
  margin-left: 5px;
}

@media screen and (min-width: 1280px) {
  .other-items-slider .home-slider-control .prev-slide {
    margin-left: -7px;
  }
}
.other-items-slider .home-slider-control .next-slide {
  margin-right: 5px;
}

@media screen and (min-width: 1280px) {
  .other-items-slider .home-slider-control .next-slide {
    margin-right: -7px;
  }
}
.other-items-slider__view-all {
  text-align: center;
}

.other-items-slider .tns-inner {
  height: auto !important;
}

.roomsDetailPage {
  height: 320px;
  margin-bottom: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.roomsDetailPage::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.more-rooms-slider {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 640px) {
  .more-rooms-slider {
    margin-bottom: 0px;
  }
}
.more-rooms-slider .rooms.page-content.slideshow.swiper-container-horizontal {
  overflow: hidden;
}
.more-rooms-slider .room-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 24px;
  text-align: center;
  color: #515151;
  line-height: 24px;
}
.more-rooms-slider .ttweb-room-short-description {
  margin-bottom: 24px;
}
.more-rooms-slider .ttweb-room-view-button {
  margin-top: 16px;
}
@media (max-width: 640px) {
  .more-rooms-slider .ttweb-room-view-button {
    margin-top: 0px;
  }
}
.more-rooms-slider .tonight-rate {
  display: none;
}
.more-rooms-slider .ttweb-room-amenities {
  display: none;
}
.more-rooms-slider .slideshow-buttons {
  position: absolute;
  top: 46%;
  left: 50%;
  width: 100%;
  transform: translate(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 640px) {
  .more-rooms-slider .slideshow-buttons {
    top: 36%;
  }
}
.more-rooms-slider .slideshow-buttons .prev {
  left: -50px;
  position: absolute;
}
@media (max-width: 640px) {
  .more-rooms-slider .slideshow-buttons .prev {
    left: 0px;
  }
}
.more-rooms-slider .slideshow-buttons .next {
  right: -50px;
  position: absolute;
}
@media (max-width: 640px) {
  .more-rooms-slider .slideshow-buttons .next {
    right: 0px;
  }
}
.more-rooms-slider .slideshow-buttons div#roomsSliderPrev {
  position: relative;
  left: -43px;
  bottom: -17px;
}
@media (max-width: 640px) {
  .more-rooms-slider .slideshow-buttons div#roomsSliderPrev {
    bottom: -2px;
    left: -2px;
  }
}
.more-rooms-slider .slideshow-buttons div#roomsSliderNext {
  position: relative;
  right: -43px;
  bottom: -17px;
}
@media (max-width: 640px) {
  .more-rooms-slider .slideshow-buttons div#roomsSliderNext {
    bottom: -2px;
    right: -2px;
  }
}
.more-rooms-slider .btn--primary, .more-rooms-slider .c-room-list .c-room__text-group .ttweb-booking-button {
  color: #e1251b;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  background-color: transparent;
  border: solid 1px #e1251b;
  border-radius: 0;
  transition: 0.3s;
}
.more-rooms-slider .btn--primary:hover, .more-rooms-slider .c-room-list .c-room__text-group .ttweb-booking-button:hover, .more-rooms-slider .btn--primary:focus, .more-rooms-slider .c-room-list .c-room__text-group .ttweb-booking-button:focus {
  color: #fff;
  text-decoration: none;
  background-color: #e1251b;
  border-color: #e1251b;
}

.more-rooms-slider .room-image {
  position: relative;
  height: 292px;
}

.more-rooms-slider .room-image .ttweb-room-primary-image {
  width: 100%;
  height: 292px;
}
@media (max-width: 640px) {
  .more-rooms-slider .room-image .ttweb-room-primary-image {
    height: 180px;
  }
}

.more-rooms-slider .ttweb-room-primary-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.other-items-slider__item__image-section img {
  height: 260px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  overflow: hidden;
}

.ttweb-room-short-description {
  font-size: 16px;
}

.homepage-left-rigth-block {
  position: relative;
  max-width: 1320px;
  margin: 30px auto;
}
.homepage-left-rigth-block .container {
  max-width: 1290px;
  width: 100%;
}
@media (max-width: 640px) {
  .homepage-left-rigth-block .container {
    margin: 0px;
    width: 100%;
    padding: 0px;
  }
}
.homepage-left-rigth-block .two-col-updated {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-template-areas: "column-img content";
}
@media (width <= 768px) {
  .homepage-left-rigth-block .two-col-updated {
    grid-template-columns: 1fr;
    grid-template-areas: "column-img" "content";
  }
}
.homepage-left-rigth-block .two-col-updated.image-right {
  grid-template-areas: "content column-img";
}
@media (width <= 768px) {
  .homepage-left-rigth-block .two-col-updated.image-right {
    grid-template-columns: 1fr;
    grid-template-areas: "content" "column-img";
  }
}
.homepage-left-rigth-block .two-col-updated .image-wrapper {
  display: block;
  padding: 0px 20px;
}
@media (max-width: 640px) {
  .homepage-left-rigth-block .two-col-updated .image-wrapper {
    padding: 0px;
  }
}
.homepage-left-rigth-block .two-col-updated .image-wrapper .column-image {
  background: url("https://d18slle4wlf9ku.cloudfront.net/oyotimessquare-1016649951/cms/imagepool/5ce26752caf7b.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  grid-area: column-img;
  min-height: 400px;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  position: relative;
}
@media (max-width: 640px) {
  .homepage-left-rigth-block .two-col-updated .image-wrapper .column-image {
    min-height: 265px;
  }
}
.homepage-left-rigth-block .two-col-updated .image-wrapper .column-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.homepage-left-rigth-block .two-col-updated .image-wrapper .column-image .image-content {
  position: absolute;
  right: 50px;
  bottom: 40px;
  text-align: right;
}
@media (max-width: 640px) {
  .homepage-left-rigth-block .two-col-updated .image-wrapper .column-image .image-content {
    right: 0;
    left: 0;
    text-align: center;
  }
}
.homepage-left-rigth-block .two-col-updated .image-wrapper .column-image .image-content .h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #232525;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .homepage-left-rigth-block .two-col-updated .image-wrapper .column-image .image-content .btn {
    padding: 11px 28px 10px 28px;
  }
}
.homepage-left-rigth-block .two-col-updated .column-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  grid-area: content;
}
.home .homepage-left-rigth-block .two-col-updated .column-content {
  text-align: center;
  justify-content: center;
  align-items: center;
}
.homepage-left-rigth-block .two-col-updated .column-content .content-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0px 2.25rem;
}
.home .homepage-left-rigth-block .two-col-updated .column-content .content-wrapper {
  margin: 30px auto;
  max-width: 480px;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
@media (max-width: 640px) {
  .home .homepage-left-rigth-block .two-col-updated .column-content .content-wrapper {
    max-width: 100%;
    padding: 0px 12px;
    margin: 0px;
  }
}
.homepage-left-rigth-block .two-col-updated .column-content .content-wrapper .h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #232525;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Gotham A", "Gotham B";
}
.homepage-left-rigth-block .two-col-updated .column-content .content-wrapper p {
  font-size: 12px !important;
  font-family: "Raleway";
  line-height: 24px;
}
.homepage-left-rigth-block .two-col-updated .column-content .content-wrapper.right-col-text {
  max-width: 605px !important;
  width: 100%;
}
@media (max-width: 640px) {
  .homepage-left-rigth-block .two-col-updated .column-content .content-wrapper.right-col-text {
    max-width: 100% !important;
    margin-top: 15px;
  }
}
.home .homepage-left-rigth-block .two-col-updated .column-content .content-wrapper.right-col-text p {
  margin-bottom: 0px;
}
.homepage-left-rigth-block .two-col-updated .column-content .content-wrapper.right-col-text p .button {
  margin-top: 36px;
}
.homepage-left-rigth-block .two-col-updated .column-content .content-wrapper.right-col-text p .button {
  margin-top: 36px;
}

.ada-statment {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}

section.ada-statement {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
section.ada-statement .col-html-content p {
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  line-height: 24px;
  color: #515151;
  letter-spacing: 1px;
  box-sizing: border-box;
}

.intro-two-col {
  display: flex;
  position: relative;
  max-width: 1033px;
  margin: 0 auto 64px;
}
.intro-two-col .intro-col-wrapper {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 64px;
  display: inline-flex;
}
@media (max-width: 900px) {
  .intro-two-col .intro-col-wrapper {
    flex-direction: column-reverse;
    width: calc(100% - 40px);
    margin: 0px 20px;
    row-gap: 56px;
  }
}
.intro-two-col .intro-col-wrapper .image-container {
  max-width: 531px;
  height: 420px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .intro-two-col .intro-col-wrapper .image-container {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .intro-two-col .intro-col-wrapper .image-container {
    height: 280px;
  }
}
.intro-two-col .intro-col-wrapper .image-container img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.intro-two-col .intro-col-wrapper .content-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  display: inline-flex;
}
@media (max-width: 768px) {
  .intro-two-col .intro-col-wrapper .content-wrapper {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    height: 100%;
    flex: 1;
  }
}
.intro-two-col .intro-col-wrapper .content-wrapper .content {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  display: flex;
  flex: 1;
}
@media (max-width: 768px) {
  .intro-two-col .intro-col-wrapper .content-wrapper .content {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    height: 100%;
    flex: 1;
  }
}
.intro-two-col .intro-col-wrapper .content-wrapper .content .header-wrapper {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: flex;
  flex: 1;
}
@media (max-width: 640px) {
  .intro-two-col .intro-col-wrapper .content-wrapper .content .header-wrapper {
    height: 100%;
  }
}
.intro-two-col .intro-col-wrapper .content-wrapper .content .sub-header {
  align-self: stretch;
  text-align: center;
  color: #232525;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0.84px;
  word-wrap: break-word;
}
.intro-two-col .intro-col-wrapper .content-wrapper .content .header {
  align-self: stretch;
  text-align: center;
  color: #232525;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 0.88px;
  word-wrap: break-word;
}
.intro-two-col .intro-col-wrapper .content-wrapper .content .info {
  align-self: stretch;
  text-align: center;
  color: #515151;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1.08px;
  word-wrap: break-word;
  flex: 1;
}
@media (max-width: 640px) {
  .intro-two-col .intro-col-wrapper .content-wrapper .content .info p {
    margin-bottom: 0px;
  }
}
.intro-two-col .intro-col-wrapper .content-wrapper .content .info ol {
  list-style: disc;
}
.intro-two-col .intro-col-wrapper .content-wrapper .content .info ul, .intro-two-col .intro-col-wrapper .content-wrapper .content .info ol {
  font-family: "Gotham A", "Gotham B";
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #515151;
  letter-spacing: 1px;
  list-style-type: disc;
  text-align: center;
  list-style-position: inside;
  padding: 0px;
}
.intro-two-col .intro-col-wrapper .cta-wrapper {
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.explore-gallery-fullwidth {
  position: relative;
  max-width: 100%;
  margin: 0;
  width: 100%;
  height: 744px;
  max-width: 100%;
  overflow: hidden;
  background: #D4D4D4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 640px) {
  .explore-gallery-fullwidth {
    height: 430px;
  }
}
.explore-gallery-fullwidth .gallery-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 64px;
  position: absolute;
  text-align: center;
  color: #232525;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 0.88px;
  word-wrap: break-word;
}
.explore-gallery-fullwidth .explore-gallery-container {
  width: 100%;
  height: 560px;
  left: 0px;
  top: 120px;
  position: absolute;
  justify-content: center;
  align-items: center;
  gap: 20px;
  display: inline-flex;
}
@media (max-width: 640px) {
  .explore-gallery-fullwidth .explore-gallery-container {
    height: 260px;
  }
}
.explore-gallery-fullwidth .explore-gallery-container .container {
  max-width: 858px;
  width: 100%;
}
.explore-gallery-fullwidth .explore-gallery-container #swiper-2 {
  height: 560px;
  /* Swiper */
}
@media (max-width: 640px) {
  .explore-gallery-fullwidth .explore-gallery-container #swiper-2 {
    height: 260px;
  }
}
.explore-gallery-fullwidth .explore-gallery-container #swiper-2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.explore-gallery-fullwidth .explore-gallery-container #swiper-2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 40rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.explore-gallery-fullwidth .explore-gallery-container #swiper-2 .swiper-slide figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  height: 100%;
}
.explore-gallery-fullwidth .explore-gallery-container #swiper-2 .swiper-slide img.swiper-lazy {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Ensure correct image scaling */
}
.explore-gallery-fullwidth .explore-gallery-container #swiper-2 .swiper-custom-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 10;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.explore-gallery-fullwidth .explore-gallery-container #swiper-2 .swiper-custom-nav svg {
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
.explore-gallery-fullwidth .explore-gallery-container #swiper-2 .swiper-custom-nav svg:hover {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .explore-gallery-fullwidth .explore-gallery-container #swiper-2 .swiper-slide img {
    height: 100%;
  }
}
.explore-gallery-fullwidth .explore-gallery-container #swiper-2 .swiper-slide::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  position: absolute;
}
.explore-gallery-fullwidth .explore-gallery-container #swiper-2 .swiper-custom-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.intro-two-col-content-then-img {
  display: flex;
  position: relative;
  max-width: 1033px;
  margin: 0 auto 64px;
}
.intro-two-col-content-then-img .intro-col-wrapper {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 64px;
  display: inline-flex;
}
@media (max-width: 768px) {
  .intro-two-col-content-then-img .intro-col-wrapper {
    flex-direction: column;
    width: calc(100% - 40px);
    margin: 0px 20px;
    row-gap: 56px;
  }
}
.intro-two-col-content-then-img .intro-col-wrapper .image-container {
  max-width: 531px;
  height: 420px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .intro-two-col-content-then-img .intro-col-wrapper .image-container {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .intro-two-col-content-then-img .intro-col-wrapper .image-container {
    height: 280px;
  }
}
.intro-two-col-content-then-img .intro-col-wrapper .image-container img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.intro-two-col-content-then-img .intro-col-wrapper .content-wrapper {
  width: 438px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  display: inline-flex;
}
@media (max-width: 768px) {
  .intro-two-col-content-then-img .intro-col-wrapper .content-wrapper {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    height: 100%;
    flex: 1;
  }
}
.intro-two-col-content-then-img .intro-col-wrapper .content-wrapper .content {
  align-self: stretch;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  display: flex;
  flex: 1;
}
@media (max-width: 768px) {
  .intro-two-col-content-then-img .intro-col-wrapper .content-wrapper .content {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    height: 100%;
    flex: 1;
  }
}
.intro-two-col-content-then-img .intro-col-wrapper .content-wrapper .content .header-wrapper {
  align-self: stretch;
  height: 54px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}
@media (max-width: 640px) {
  .intro-two-col-content-then-img .intro-col-wrapper .content-wrapper .content .header-wrapper {
    height: 100%;
  }
}
.intro-two-col-content-then-img .intro-col-wrapper .content-wrapper .content .sub-header {
  align-self: stretch;
  text-align: center;
  color: #232525;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0.84px;
  word-wrap: break-word;
}
.intro-two-col-content-then-img .intro-col-wrapper .content-wrapper .content .header {
  align-self: stretch;
  text-align: center;
  color: #232525;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 0.88px;
  word-wrap: break-word;
}
.intro-two-col-content-then-img .intro-col-wrapper .content-wrapper .content .info {
  align-self: stretch;
  text-align: center;
  color: #515151;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1.08px;
  word-wrap: break-word;
}
@media (max-width: 640px) {
  .intro-two-col-content-then-img .intro-col-wrapper .content-wrapper .content .info p {
    margin-bottom: 0px;
  }
}
.intro-two-col-content-then-img .intro-col-wrapper .cta-wrapper {
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.green-key-acm {
  position: relative;
  display: flex;
  background: #D9D9D9;
  margin-top: 300px;
  flex-direction: column;
  height: 620px;
}
@media (max-width: 640px) {
  .green-key-acm {
    margin-top: 64px;
    height: 100%;
    flex: 1;
  }
}
.green-key-acm .wrapper {
  max-width: 1110px;
  margin: 0 auto 120px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
  position: relative;
  top: -300px;
  padding: 0px 20px;
}
@media (max-width: 640px) {
  .green-key-acm .wrapper {
    top: -133px;
    margin-bottom: 0px;
  }
}
.green-key-acm .wrapper .img-container {
  height: 600px;
  width: 100%;
}
@media (max-width: 768px) {
  .green-key-acm .wrapper .img-container {
    height: 360px;
  }
}
.green-key-acm .wrapper .img-container img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.green-key-acm .wrapper .content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 133px;
  display: grid;
  grid-template-columns: 410px 1fr;
  grid-template-rows: auto;
}
@media (max-width: 768px) {
  .green-key-acm .wrapper .content-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.green-key-acm .wrapper .content-wrapper .header {
  width: 100%;
  color: #333333;
  font-size: 22px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 1.32px;
  word-wrap: break-word;
  flex: 1;
}
.green-key-acm .wrapper .content-wrapper .info-cta {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
}
@media (max-width: 768px) {
  .green-key-acm .wrapper .content-wrapper .info-cta {
    gap: 16px;
  }
}
.green-key-acm .wrapper .content-wrapper .info-cta .content {
  width: 100%;
  color: #333333;
  font-size: 16px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.08px;
  word-wrap: break-word;
}

.initiatives-acm {
  position: relative;
  background: #D9D9D9;
}
.initiatives-acm .initiatives-wrapper {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
}
@media (max-width: 640px) {
  .initiatives-acm .initiatives-wrapper {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.initiatives-acm .initiatives-wrapper .initiative-container {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  display: flex;
  flex: 1;
}
.initiatives-acm .initiatives-wrapper .initiative-container .heading {
  width: 100%;
  text-align: center;
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 1.32px;
  word-wrap: break-word;
}
@media (max-width: 640px) {
  .initiatives-acm .initiatives-wrapper .initiative-container .heading {
    padding: 0px 32px;
  }
}
.initiatives-acm .initiatives-wrapper .initiative-container .show-on-mobile {
  display: none;
}
@media (max-width: 640px) {
  .initiatives-acm .initiatives-wrapper .initiative-container .show-on-mobile {
    display: block;
  }
}
.initiatives-acm .initiatives-wrapper .initiative-container .show-on-desktop {
  display: block;
}
@media (max-width: 640px) {
  .initiatives-acm .initiatives-wrapper .initiative-container .show-on-desktop {
    display: none;
  }
}
.initiatives-acm .initiatives-wrapper .initiative-container .initiative-item {
  align-self: stretch;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
}
.initiatives-acm .initiatives-wrapper .initiative-container .initiative-item .card-wrapper {
  width: 343px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: white;
  border: 0.5px white solid;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  display: inline-flex;
}
.initiatives-acm .initiatives-wrapper .initiative-container .initiative-item .card-wrapper .icon-wrapper {
  width: 64px;
  height: 64px;
  padding-top: 6.34px;
  padding-bottom: 6.5px;
  padding-left: 9.89px;
  padding-right: 10.16px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.initiatives-acm .initiatives-wrapper .initiative-container .initiative-item .card-wrapper .content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}
.initiatives-acm .initiatives-wrapper .initiative-container .initiative-item .card-wrapper .content-wrapper .title {
  width: 279px;
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 2.56px;
  word-wrap: break-word;
}
@media (max-width: 640px) {
  .initiatives-acm .initiatives-wrapper .initiative-container .initiative-item .card-wrapper .content-wrapper .title {
    width: 100%;
    max-width: 100%;
  }
}
.initiatives-acm .initiatives-wrapper .initiative-container .initiative-item .card-wrapper .content-wrapper .info {
  width: 279px;
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.08px;
  word-wrap: break-word;
}
@media (max-width: 640px) {
  .initiatives-acm .initiatives-wrapper .initiative-container .initiative-item .card-wrapper .content-wrapper .info {
    width: 100%;
    max-width: 100%;
  }
}
.initiatives-acm .initiatives-wrapper .initiative-container .initiative-item #eco-slider {
  position: relative;
  width: 100%;
  height: 367px;
  padding-bottom: 32px;
  /* Pagination Custom Styles */
}
.initiatives-acm .initiatives-wrapper .initiative-container .initiative-item #eco-slider .swiper-slide {
  width: 100% !important;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.initiatives-acm .initiatives-wrapper .initiative-container .initiative-item #eco-slider .swiper-pagination {
  bottom: 15px;
  /* Position it at the bottom */
  position: absolute;
  bottom: 1px;
  display: flex;
  justify-content: center;
  gap: 8px;
  height: 12px;
  align-items: center;
  z-index: 40;
  width: 100% !important;
}
.initiatives-acm .initiatives-wrapper .initiative-container .initiative-item #eco-slider .swiper-pagination-bullet {
  width: 6px;
  /* Increase bullet size */
  height: 6px;
  background: #E2231A;
  /* Change bullet color */
  opacity: 0.3;
  margin: 0 4px;
  /* Add some spacing between bullets */
  border-radius: 50%;
}
.initiatives-acm .initiatives-wrapper .initiative-container .initiative-item #eco-slider .swiper-pagination-bullet-active {
  background: #E2231A;
  /* Active bullet color */
  transform: scale(1.2);
  /* Slightly enlarge active bullet */
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  /* Add a shadow for visibility */
  opacity: 1;
}

.features-acm {
  position: relative;
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1089px) {
  .features-acm {
    max-width: 100%;
    width: 100%;
  }
}
.features-acm .wrapper {
  max-width: 1086px;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 133px;
  display: inline-flex;
  margin: 120px auto 0px;
}
@media (max-width: 1089px) {
  .features-acm .wrapper {
    max-width: 100%;
    width: calc(100% - 64px);
    gap: 32px;
    margin: 64px 32px;
    flex-direction: column;
  }
}
.features-acm .wrapper.right {
  margin: 120px auto;
}
@media (max-width: 1089px) {
  .features-acm .wrapper.right {
    flex-direction: column-reverse;
    margin-top: 0px;
  }
}
.features-acm .wrapper .image-column {
  width: 543px;
  height: 640px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1089px) {
  .features-acm .wrapper .image-column {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .features-acm .wrapper .image-column {
    width: 100%;
    height: 360px;
    position: relative;
    overflow: hidden;
    max-width: 100%;
  }
}
.features-acm .wrapper .image-column img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.features-acm .wrapper .image-column #sustain-gallery, .features-acm .wrapper .image-column #sustain-gallery_2 {
  position: relative;
  width: 543px;
  height: 640px;
}
@media (max-width: 1089px) {
  .features-acm .wrapper .image-column #sustain-gallery, .features-acm .wrapper .image-column #sustain-gallery_2 {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .features-acm .wrapper .image-column #sustain-gallery, .features-acm .wrapper .image-column #sustain-gallery_2 {
    width: 100%;
    height: 360px;
    max-width: 100%;
    overflow: hidden;
  }
}
.features-acm .wrapper .image-column #sustain-gallery .swiper-slide, .features-acm .wrapper .image-column #sustain-gallery_2 .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.features-acm .wrapper .image-column #sustain-gallery .swiper-slide img, .features-acm .wrapper .image-column #sustain-gallery_2 .swiper-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.features-acm .wrapper .image-column #sustain-gallery .swiper-custom-nav-sustain, .features-acm .wrapper .image-column #sustain-gallery_2 .swiper-custom-nav-sustain {
  position: absolute;
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  bottom: -18px;
}
.features-acm .wrapper .content-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
}
.features-acm .wrapper .content-column .info {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  display: flex;
  max-width: 410px;
  width: 100%;
  flex: 1;
}
@media (max-width: 1089px) {
  .features-acm .wrapper .content-column .info {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .features-acm .wrapper .content-column .info {
    max-width: 100%;
  }
}
.features-acm .wrapper .content-column .info .header {
  width: 100%;
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 1.32px;
  word-wrap: break-word;
}
.features-acm .wrapper .content-column .info .content {
  width: 100%;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.08px;
  word-wrap: break-word;
}

.sustainability-acm {
  position: relative;
}
.sustainability-acm .sustain-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}
.sustainability-acm .sustain-wrapper .intro-wrapper {
  max-width: 674px;
  width: 100%;
  margin: 0 auto;
  align-self: stretch;
  padding-top: 120px;
  padding-bottom: 120px;
  background: white;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: flex;
}
@media (max-width: 640px) {
  .sustainability-acm .sustain-wrapper .intro-wrapper {
    padding-top: 64px;
    padding-bottom: 64px;
    margin: auto 32px;
    width: calc(100% - 64px);
  }
}
.sustainability-acm .sustain-wrapper .intro-wrapper .info-container-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  display: flex;
}
@media (max-width: 640px) {
  .sustainability-acm .sustain-wrapper .intro-wrapper .info-container-wrapper {
    gap: 16px;
  }
}
.sustainability-acm .sustain-wrapper .intro-wrapper .info-container-wrapper .heading {
  align-self: stretch;
  text-align: center;
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 1.32px;
  word-wrap: break-word;
}
@media (max-width: 640px) {
  .sustainability-acm .sustain-wrapper .intro-wrapper .info-container-wrapper .heading {
    padding: 0px 32px;
  }
}
.sustainability-acm .sustain-wrapper .intro-wrapper .info-container-wrapper .content {
  width: 100%;
  max-width: 100%;
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.08px;
  word-wrap: break-word;
  flex: 1;
}
.sustainability-acm .sustain-wrapper .img-container {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 640px) {
  .sustainability-acm .sustain-wrapper .img-container {
    height: 330px;
  }
}
.sustainability-acm .sustain-wrapper .img-container img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: 100%;
}

.bfcm-lightbox {
  font-family: "Gotham A", "Gotham B";
}
.bfcm-lightbox .bfcm-lightbox-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
}
.bfcm-lightbox .bfcm-lightbox-container.show-popup {
  display: block;
}
.bfcm-lightbox .bfcm-lightbox-tab {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 50px;
  left: auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 78px 4px 58px;
  height: 36px;
  cursor: pointer;
  background: #E2231A;
  border: 0;
  transition: opacity 0.25s;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: 100% 100%;
}
@media (max-width: 575px) {
  .bfcm-lightbox .bfcm-lightbox-tab {
    bottom: 20px;
  }
}
.bfcm-lightbox .bfcm-lightbox-tab .tab-content {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 6px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  transform: translate3d(0, 0, 0);
  animation: float 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite;
  transition: opacity 0.2s ease-out;
  will-change: transform;
}
@keyframes float {
  from {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
  65% {
    transform: translate3d(0, 4px, 0);
    -ms-transform: translate3d(0, 4px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
  }
}
.bfcm-lightbox .bfcm-lightbox-tab .tab-content:before {
  position: absolute;
  top: 45%;
  right: -4px;
  display: inline-block;
  width: 2px;
  height: 8px;
  content: "";
  background-color: #fff;
  transform: rotate(45deg) translateY(-50%);
}
.bfcm-lightbox .bfcm-lightbox-tab .tab-content:after {
  position: absolute;
  top: 45%;
  right: -15px;
  display: inline-block;
  width: 2px;
  height: 8px;
  content: "";
  background-color: #fff;
  transform: rotate(-45deg) translateY(-50%);
}
.bfcm-lightbox .bfcm-lightbox-tab.position-left {
  right: auto;
  left: 0;
  transform: rotate(-90deg) translateX(0%);
  transform-origin: 0 0;
}
.bfcm-lightbox .bfcm-lightbox-tab.position-left .tab-content:before {
  right: -10px;
  transform: rotate(-45deg) translateY(-50%);
}
.bfcm-lightbox .bfcm-lightbox-tab.position-left .tab-content:after {
  right: -10px;
  transform: rotate(45deg) translateY(-50%);
}
.bfcm-lightbox .bfcm-lightbox-wrap {
  position: absolute;
  max-width: 580px;
  max-height: 95%;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 9998;
  transition: right 1s;
  transform: translateY(-50%);
  overflow: hidden;
}
@media (max-width: 575px) {
  .bfcm-lightbox .bfcm-lightbox-wrap {
    max-width: 362px;
  }
}
.bfcm-lightbox .bfcm-lightbox-content {
  padding: 64px 72px;
  overflow-y: auto;
  max-height: 100vh;
}
.bfcm-lightbox .bfcm-lightbox-content::-webkit-scrollbar {
  width: 4px;
}
.bfcm-lightbox .bfcm-lightbox-content::-webkit-scrollbar-thumb {
  background: #838383;
}
.bfcm-lightbox .bfcm-lightbox-content::-webkit-scrollbar-track {
  background: #fff;
}
@media (max-width: 575px) {
  .bfcm-lightbox .bfcm-lightbox-content {
    padding: 40px 32px;
  }
}
.bfcm-lightbox .bfcm-lightbox-content-inner .bfcm-lightbox-message {
  font-family: "Gotham A", "Gotham B";
  color: #000;
}
.bfcm-lightbox .pre-heading {
  font-size: 14px;
  line-height: normal;
  color: #000;
  letter-spacing: 7px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .bfcm-lightbox .pre-heading {
    font-size: 11px;
    letter-spacing: 5.5px;
    line-height: 18px;
  }
}
.bfcm-lightbox .heading {
  margin: 20px 0 32px;
  padding: 32px 0 24px;
  font-family: "Gotham A", "Gotham B";
  font-size: 46px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: normal;
  border-top: solid 1px #111111;
  border-bottom: solid 1px #111111;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .bfcm-lightbox .heading {
    margin: 14px 0 18px;
    padding: 20px 0 16px;
    font-size: 32px;
    line-height: 36px;
  }
}
.bfcm-lightbox p {
  font-family: "Gotham A", "Gotham B";
  font-size: 16px;
  color: #000;
  letter-spacing: 7px;
  line-height: 25px;
}
@media (max-width: 575px) {
  .bfcm-lightbox p {
    font-size: 14px;
    letter-spacing: 5.5px;
    line-height: 18px;
  }
}
.bfcm-lightbox p strong, .bfcm-lightbox p .large-text {
  display: block;
  padding-top: 6px;
  padding-bottom: 1px;
  font-family: "Gotham A", "Gotham B";
  font-size: 96px;
  font-weight: 700;
  line-height: 96px;
  letter-spacing: normal;
}
@media (max-width: 575px) {
  .bfcm-lightbox p strong, .bfcm-lightbox p .large-text {
    padding-bottom: 4px;
    font-size: 66px;
    line-height: 66px;
  }
}
.bfcm-lightbox .buttons {
  margin-top: 38px;
}
@media (max-width: 575px) {
  .bfcm-lightbox .buttons {
    margin-top: 22px;
  }
}
.bfcm-lightbox .buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 0 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  letter-spacing: 1.6px;
  background-color: #E2231A;
  transition: all, 200ms;
}
@media screen and (prefers-reduced-motion: reduce) {
  .bfcm-lightbox .buttons a {
    transition: none;
  }
}
@media (max-width: 575px) {
  .bfcm-lightbox .buttons a {
    height: 45px;
    padding: 0 16px;
    font-size: 14px;
    letter-spacing: 1.6px;
    line-height: 12px;
  }
}
.bfcm-lightbox .bottom-text {
  font-family: "Gotham A", "Gotham B";
  padding-top: 25px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.88px;
  color: #838383;
}
@media (max-width: 575px) {
  .bfcm-lightbox .bottom-text {
    padding-top: 16px;
    font-size: 14px;
    letter-spacing: 0.88px;
    line-height: 18px;
    font-weight: 400;
  }
}
.bfcm-lightbox .close-popup {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  overflow: hidden;
  text-indent: -1000px;
  transition: opacity 0.2s;
  border: 0;
  background: none;
  box-shadow: 0 0;
  cursor: pointer;
}
.bfcm-lightbox .close-popup:hover {
  opacity: 0.7;
}
.bfcm-lightbox .close-popup:after, .bfcm-lightbox .close-popup:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000;
  transform: translate(-50%, -50%) rotate(45deg);
}
.bfcm-lightbox .close-popup:after {
  width: 24px;
  height: 1px;
}
.bfcm-lightbox .close-popup:before {
  width: 1px;
  height: 24px;
}
