@charset "UTF-8";
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
  font-family: Gotham A, Gotham B;
  font-weight: 400;
  margin: 0;
}
.h1 {
  color: #fff;
  font-size: 34px;
  font-weight: 300px;
  letter-spacing: normal;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .h1 {
    font-size: 70px;
    letter-spacing: 6px;
  }
}
.h2 {
  color: #232525;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: normal;
}
@media only screen and (min-width: 1024px) {
  .h2 {
    font-size: 34px;
  }
}
.h3 {
  font-size: 24px;
  letter-spacing: 2px;
}
.h3,
.h4 {
  color: #232525;
  font-weight: 700;
  text-transform: uppercase;
}
.h4 {
  font-size: 20px;
  letter-spacing: 1px;
}
.h5 {
  font-size: 14px;
  font-weight: 500;
}
.h5,
.h6 {
  color: #232525;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.h6 {
  font-size: 16px;
  font-weight: 700;
}
.overline {
  color: #232525;
  font-family: Gotham A, Gotham B;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .overline {
    font-size: 16px;
  }
}
.overline--small {
  font-size: 14px;
}
.p,
p {
  color: #515151;
  font-family: Gotham A, Gotham B;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 24px;
}
.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 {
  background-color: #e2231a;
  border: 1px solid #e2231a;
  border-radius: initial;
  color: #fff;
  font-family: Gotham, Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: 12px;
  padding: 12px 24px 10px;
  position: relative;
  text-transform: uppercase;
  transition: 0.35s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .btn,
  .button,
  input[type="submit"].button {
    font-size: 11px;
    height: 36px;
    letter-spacing: 2.2px;
    line-height: 11px;
    padding: 11px 28px 10px;
  }
}
.btn:focus,
.btn:hover,
.button:focus,
.button:hover,
input[type="submit"].button:focus,
input[type="submit"].button:hover {
  background-color: transparent;
  border-color: #e2231a;
  color: #e2231a;
  text-decoration: none;
  transition: 0.35s ease-in-out;
}
.btn--cta,
.button--cta,
input[type="submit"].button--cta {
  background-color: #e2231a;
  border: 1px solid #e2231a;
  border-radius: 0;
  color: #fff;
}
.btn--cta:focus,
.btn--cta:hover,
.button--cta:focus,
.button--cta:hover,
input[type="submit"].button--cta:focus,
input[type="submit"].button--cta:hover {
  background-color: transparent;
  border-color: #e2231a;
  color: #e2231a;
  text-decoration: none;
}
@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 {
  background-color: transparent;
  border: 1px solid #e2231a;
  border-radius: 0;
  color: #e2231a;
  letter-spacing: 3.5px;
}
.btn--primary:focus,
.btn--primary:hover,
.button--primary:focus,
.button--primary:hover,
input[type="submit"].button--primary:focus,
input[type="submit"].button--primary:hover {
  background-color: #e2231a;
  border-color: #e2231a;
  color: #fff;
  text-decoration: none;
}
.btn--primary.disabled,
.btn--primary:disabled,
.button--primary.disabled,
.button--primary:disabled,
input[type="submit"].button--primary.disabled,
input[type="submit"].button--primary:disabled {
  background: #fff;
  color: #e2231a;
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: visible !important;
}
.btn--primary--fixed,
.button--primary--fixed,
input[type="submit"].button--primary--fixed {
  width: 225px;
}
.btn--secondary,
.button--secondary,
input[type="submit"].button--secondary {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  letter-spacing: 2px;
}
.btn--secondary:focus,
.btn--secondary:hover,
.button--secondary:focus,
.button--secondary:hover,
input[type="submit"].button--secondary:focus,
input[type="submit"].button--secondary:hover {
  background-color: #fff;
  border-color: #fff;
  color: #232525;
  text-decoration: none;
}
.next-slide,
.prev-slide {
  text-decoration: none !important;
}
.next,
.prev {
  background-color: #e2231a;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  padding: 7px;
  text-align: center;
  width: 40px;
}
.next:focus,
.next:hover,
.prev:focus,
.prev:hover {
  opacity: 0.8;
}
.next--white,
.prev--white {
  background-color: transparent;
}
button {
  background: transparent;
  border: 0;
  padding: 0;
}
.form-control {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: #000;
  font-family: Gotham A, Gotham B;
  letter-spacing: normal;
  padding: 13px 12px;
}
.form-control.custom-select {
  color: #35414a;
  font-family: Gotham A, Gotham B;
  font-size: 1rem;
}
label {
  color: #e2231a;
  font-family: Gotham A, Gotham B;
  font-size: 0.75rem;
  letter-spacing: 2px;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.ttweb-booking-button {
  background-color: transparent;
  border: 1px solid #e1251b;
  border-radius: 0;
  color: #e1251b;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  transition: 0.3s;
}
.mb-5,
.my-5 {
  margin-bottom: 72px !important;
}
.inputContainer {
  float: left;
  position: relative;
}
.formError {
  cursor: pointer;
  display: block;
  left: 300px;
  line-height: 18px;
  position: absolute;
  top: 300px;
  z-index: 5000;
}
.ajaxSubmit {
  background: #55ea55;
  border: 1px solid #999;
  display: none;
  padding: 20px;
}
.formError .formErrorContent {
  background: #b31919;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 11px;
  padding: 4px 10px;
  position: relative;
  width: 150px;
  z-index: 5001;
}
.greenPopup .formErrorContent {
  background: #33be40;
}
.blackPopup .formErrorContent {
  background: #393939;
  color: #fff;
}
body.rtl .formError .formErrorArrow,
body[dir="rtl"] .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}
.ui-datepicker {
  background: hsla(0, 0%, 100%, 0.9);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.12);
  display: none;
  padding: 10px;
  z-index: 10;
}
body > .ui-datepicker {
  z-index: 30;
}
.ui-datepicker:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker {
    width: calc(100% - 20px);
  }
}
.ui-datepicker-header {
  color: #54baba;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 6px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.ui-datepicker-next,
.ui-datepicker-prev {
  cursor: pointer;
  height: 26px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 26px;
  z-index: 20;
}
.ui-datepicker-next:after,
.ui-datepicker-prev:after {
  border: 2px solid #327d7d;
  border-bottom: 0;
  border-left: 0;
  content: "";
  height: 10px;
  left: 6px;
  position: absolute;
  top: 8px;
  transform: rotate(45deg);
  transition: border-color 0.35s ease-in-out;
  width: 10px;
}
.ui-datepicker-next.ui-state-disabled,
.ui-datepicker-prev.ui-state-disabled {
  opacity: 0.3;
}
.ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker-prev:after {
  border-bottom: 2px solid #327d7d;
  border-left: 2px solid #327d7d;
  border-right: 0;
  border-top: 0;
  left: 10px;
}
.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-right-color: #54baba;
  border-top-color: #54baba;
}
.ui-datepicker-calendar {
  cursor: default;
  margin: 0 auto;
  table-layout: fixed;
  width: 252px;
}
@media only screen and (max-width: 767px) {
  .ui-datepicker-calendar {
    width: 100%;
  }
}
.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
}
.ui-datepicker-calendar th {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.ui-datepicker-calendar td {
  color: #000;
  font-size: 16px;
}
.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 {
  background: none;
  color: inherit;
}
.ui-datepicker-calendar a {
  color: inherit;
  display: inline-block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}
.ui-datepicker-calendar .ui-datepicker-today a {
  background: #ccc;
}
.ui-datepicker-calendar .ui-datepicker-current-day a,
.ui-datepicker-calendar .ui-datepicker-highlight a,
.ui-datepicker-calendar .ui-state-default:hover {
  background: #54baba;
  color: #fff;
}
.ui-datepicker-trigger {
  background: url(../images/sprite.svg) 0 -123px no-repeat;
  float: left;
  height: 15px;
  margin: 13px 0 0 8px;
  overflow: hidden;
  text-indent: -9999px;
  width: 17px;
}
.ui-datepicker-trigger:hover {
  background-position: -37px -123px;
}
.ui-selectmenu-button {
  background: #fff;
  border: thin solid #d1d1d1;
  color: #53565a;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: left;
  transition: all 0.2s;
  width: auto !important;
}
.ui-selectmenu-button::-moz-placeholder {
  color: #292c2d;
}
.ui-selectmenu-button::placeholder {
  color: #292c2d;
}
.ui-selectmenu-button .ui-icon {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #292c2d;
  height: 0;
  margin-top: -4px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
}
.ui-selectmenu-button:hover .ui-icon {
  border-top-color: #54baba;
}
.ui-selectmenu-button .ui-selectmenu-text {
  display: block;
  height: 100%;
  overflow: hidden;
  padding: 0 30px 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-selectmenu-button .ui-selectmenu-text strong {
  font-weight: 700;
}
.ui-selectmenu-menu {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  max-height: 258px;
  overflow: auto;
  position: absolute;
  z-index: 9999999;
}
.ui-selectmenu-menu.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-menu li .ui-menu-item-wrapper {
  color: #000;
  display: block;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-selectmenu-menu li .ui-state-active {
  background: #eee;
  cursor: pointer;
}
@font-face {
  font-family: HeBS-Icons;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/HeBS-Icons.woff2@8uvq96) format("woff2"),
    url(../fonts/HeBS-Icons.woff@8uvq96) format("woff");
}
[class*=" rooms-icon-"],
[class^="rooms-icon-"] {
  /* Removed orphaned speak: none; */
  /* ...existing code... */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: HeBS-Icons !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}
.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 {
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog-post-author {
    margin-bottom: 20px;
  }
}
.blog-post-author .author-block {
  align-items: center;
  display: flex;
  flex-flow: row;
}
@media only screen and (max-width: 767px) {
  .blog-post-author .author-block {
    justify-content: center;
  }
}
.blog-post-author .author-block .thumbnail {
  background-color: #5990b4;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 50%;
  height: 90px;
  margin: 0 25px 0 0;
  overflow: hidden;
  position: relative;
  width: 90px;
}
@media only screen and (max-width: 767px) {
  .blog-post-author .author-block .thumbnail {
    height: 80px;
    margin: 0 15px 0 0;
    width: 80px;
  }
}
.blog-post-author .author-block h4 {
  color: #003e66;
  font: normal 16px/1.2 ITC Century W01 Book Italic;
  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;
  min-height: 600px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100px;
  width: 160px;
}
.blog-post-banner:after {
  background-color: rgba(0, 62, 102, 0.45);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .blog-post-banner {
    display: none;
  }
}
.blog-post-banner .banner-image {
  background-color: #5990b4;
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.blog-post-banner .post-banner-content {
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 80px;
  width: 100%;
  z-index: 2;
}
.blog-post-banner .post-banner-content .banner-title {
  color: #fff;
  display: block;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.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 {
  bottom: 35px;
  left: 10px;
  margin: 0 auto;
  position: absolute;
  right: 10px;
  text-align: center;
}
.blog-post-banner .banner-button {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding-right: 10px;
  position: relative;
  text-decoration: none;
  z-index: 2;
}
.blog-post-banner .banner-button:after {
  border: 1px solid #fff;
  border-bottom: 0;
  border-left: 0;
  content: "";
  height: 6px;
  left: auto;
  margin: 3px 0 0 -11px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out;
  width: 6px;
}
.blog-post-banner .banner-button:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  html.hamburger-navigation-visible {
    overflow: hidden;
  }
}
#hamburger-navigation {
  -webkit-overflow-scrolling: touch;
  background: #fff;
  display: none;
  height: 100%;
  overflow: auto;
  padding-top: 130px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  transition: right 0.2s, visibility 0.2s;
  visibility: hidden;
  width: 100%;
  z-index: 60;
}
@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 {
  padding-top: 0;
  right: 0;
  visibility: visible;
}
#hamburger-navigation .top-menu {
  margin: 0 auto;
  position: relative;
  right: auto;
  top: auto;
  width: 90%;
  z-index: 4;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #hamburger-navigation .top-menu {
    max-width: 60%;
  }
}
#hamburger-navigation .top-menu a {
  color: #000;
  display: block;
  font: 20px/24px ITC Century W01 Book Italic;
  padding: 4px 40px;
  text-decoration: none;
}
#hamburger-navigation .top-menu a.active,
#hamburger-navigation .top-menu a:hover {
  color: #e1251b;
}
#hamburger-navigation .main-menu {
  margin: 0 auto;
  max-width: 60%;
  padding-bottom: 25px;
  position: relative;
}
@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 {
  border-bottom: 1px solid #d7d7d7;
  color: #000;
  font-family: Gotham A, Gotham B;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 15px;
  text-decoration: none;
  text-transform: uppercase;
}
#hamburger-navigation .main-menu .menu.level-1 > li > a.active,
#hamburger-navigation .main-menu .menu.level-1 > li > a:hover {
  color: #e1251b;
}
#hamburger-navigation .main-menu .menu.level-1 > li > .plus {
  top: 4px;
}
#hamburger-navigation .main-menu .menu.submenu {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms,
    visibility 0.3s;
  visibility: hidden;
}
#hamburger-navigation .main-menu .menu.submenu a {
  color: #e1251b;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}
#hamburger-navigation .main-menu .menu.submenu a.active,
#hamburger-navigation .main-menu .menu.submenu a:hover {
  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 {
  cursor: pointer;
  display: none;
  height: 32px;
  position: absolute;
  right: 10px;
  width: 32px;
}
#hamburger-navigation .main-menu .plus .horizontal,
#hamburger-navigation .main-menu .plus .vertical {
  background-color: #e1251b;
  position: absolute;
  top: 0;
  transform: rotate(-90deg);
  transition: all 333ms ease-in-out;
}
#hamburger-navigation .main-menu .plus .horizontal {
  height: 2px;
  margin-left: 12px;
  margin-top: 15px;
  width: 8px;
}
#hamburger-navigation .main-menu .plus .vertical {
  height: 8px;
  margin-left: 15px;
  margin-top: 12px;
  width: 2px;
}
#hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal,
#hamburger-navigation .main-menu .parent.expanded > .plus > .vertical {
  background: #e1251b !important;
  transform: rotate(90deg);
}
#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;
  }
  #booking {
    -webkit-overflow-scrolling: touch;
    display: block;
    height: 100%;
    left: -101%;
    overflow: auto;
    padding: 0;
    position: fixed;
    top: 0;
    transition: left 0.35s ease-in-out;
  }
  .booking-visible #booking {
    left: 0;
  }
  #booking .center-column {
    height: 100%;
    max-width: 100%;
    padding: 0;
  }
  #booking form {
    padding: 100px 20px 30px;
    width: 100%;
  }
  #booking .column {
    margin-right: 0;
    width: 100%;
  }
  #booking .column.adults,
  #booking .column.children {
    width: 48%;
  }
  #booking .column.children {
    margin-left: 4%;
  }
  #booking .input-overlay,
  #booking input[type="date"],
  #booking input[type="text"],
  #booking select {
    padding: 0 35px;
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
    width: 100%;
  }
  #booking .input-overlay {
    display: block;
  }
  #booking #booking-dates {
    width: 100%;
  }
  #booking input[type="submit"] {
    margin-top: 20px;
    width: 100%;
  }
}
#booking .close {
  cursor: pointer;
  display: none;
  height: 30px;
  margin: 0 auto 30px;
  opacity: 1;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  transition: opacity 0.3s ease-out;
  width: 30px;
}
@media only screen and (max-width: 767px) {
  #booking .close {
    display: block;
  }
}
#booking .close span {
  background: transparent;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
#booking .close span:after,
#booking .close span:before {
  background: #54baba;
  content: "";
  display: block;
  height: 3px;
  left: -3px;
  position: absolute;
  transition: 0.35s ease-in-out;
  width: 35px;
}
#booking .close span:before {
  top: -1px;
  transform: rotate(45deg);
}
#booking .close span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
#booking-datepicker {
  bottom: 62px;
  display: none;
  left: 0;
  position: absolute;
  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 {
    bottom: auto;
    display: block;
    max-height: 0;
    overflow: hidden;
    position: relative;
    transition: max-height 0.35s ease-in-out;
  }
  #booking-datepicker.visible {
    max-height: 500px;
  }
}
#booking-datepicker .arrival-departure-status {
  background: #327d7d;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .arrival-departure-status {
    display: none;
  }
}
#booking-datepicker .arrival-departure-status div {
  display: inline-block;
  transition: all 0.2s;
  width: 100%;
}
#booking-datepicker .arrival-departure-status .arrival,
#booking-datepicker .arrival-departure-status .departure {
  color: #fff;
  font: 20px/55px Gotham A, Gotham B;
  opacity: 0;
  text-transform: uppercase;
}
#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 {
  white-space: nowrap;
  width: 100% !important;
}
#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-next,
#booking-datepicker .ui-datepicker-header .ui-datepicker-prev {
  display: none;
}
#booking-datepicker .ui-datepicker-next,
#booking-datepicker .ui-datepicker-prev {
  top: 65px;
}
@media only screen and (max-width: 767px) {
  #booking-datepicker .ui-datepicker-next,
  #booking-datepicker .ui-datepicker-prev {
    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;
  }
  #booking-datepicker .ui-datepicker-calendar {
    width: 100%;
  }
}
#booking-datepicker td.checkin-date a,
#booking-datepicker td.checkout-date a,
#booking-datepicker.checkin-step td a,
#booking-datepicker.checkout-step td a {
  position: relative;
}
#booking-datepicker td.checkin-date a:before,
#booking-datepicker td.checkout-date a:before,
#booking-datepicker.checkin-step td a:before,
#booking-datepicker.checkout-step td a:before {
  background-color: #327d7d;
  bottom: 100%;
  color: #fff;
  font-size: 7px;
  font-weight: 700;
  height: 14px;
  left: 0;
  line-height: 14px;
  margin-bottom: -7px;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}
#booking-datepicker td.checkin-date a:before,
#booking-datepicker.checkin-step td a:hover:before {
  content: "in";
}
#booking-datepicker td.checkout-date a:before,
#booking-datepicker.checkout-step td:not(.checkin-date) a:hover:before {
  content: "out";
}
.homepage-additional-content {
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.homepage-additional-content .subpage {
  background-color: #000;
  background-position: 25% 50%;
  background-repeat: no-repeat;
  color: #fff;
  margin: 10px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage {
    min-height: 500px;
  }
}
.homepage-additional-content .subpage > .button {
  bottom: 40px;
  display: none;
  left: 40px;
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage > .button {
    display: block;
  }
}
.homepage-additional-content .subpage .thumb {
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.homepage-additional-content .subpage .headings {
  left: 40px;
  max-width: 50%;
  position: absolute;
  top: 40px;
  z-index: 3;
}
@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 {
  background: rgba(0, 0, 0, 0.5);
  float: right;
  min-height: 470px;
  padding: 75px 30px 70px;
  position: relative;
  width: 280px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .homepage-additional-content .subpage .content-wrapper {
    bottom: 0;
    left: 0;
    min-height: 0;
    padding: 20px;
    position: absolute;
    width: 100%;
  }
}
.homepage-additional-content .subpage .content-wrapper .copy {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 40px;
  min-height: 240px;
  position: relative;
}
@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 {
  left: auto;
  right: 40px;
}
.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 {
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 20px;
}
.admin .preview-item .promo {
  width: 350px;
}
.admin .preview-item .promo .promo-thumbnail img {
  display: block;
  width: 100%;
}
#merchandising-tile {
  background-color: #fff;
  border-radius: 7px 7px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 50px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  display: none;
  left: auto;
  max-width: 330px;
  position: fixed;
  right: 55px;
  top: auto;
  transition: 0.3s ease;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #merchandising-tile {
    display: none;
  }
}
#merchandising-tile .promo-name {
  color: #cc421c;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  margin-bottom: 0;
  padding: 7.5px;
  text-align: center;
  text-transform: uppercase;
}
#merchandising-tile .promo-text {
  font-family: Gotham A, Gotham B;
  font-size: 15px;
  line-height: 1.5;
  padding: 10px 20px;
  text-align: center;
}
#merchandising-tile img {
  background-color: #fff;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 240px;
  position: relative;
  text-align: center;
}
.admin .preview-item #merchandising-tile .promo-content {
  left: auto;
  padding-right: 0;
  padding-top: 10px;
  position: relative;
  top: auto;
  transform: none;
}
#merchandising-tile .promo-content .button {
  background-color: #cc421c;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.12rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.admin .preview-item #merchandising-tile .promo-content .button {
  background: none;
  box-shadow: none;
  font-weight: 400;
  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 {
  background-color: #afbcad;
  bottom: 0;
  float: right;
  height: 220px;
  position: fixed;
  right: 0;
  width: 40px;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .merchandising-open-btn {
    bottom: 60px;
  }
}
.merchandising-open-btn .arrow-rotate {
  background: url(https://www.oyotimessquare.com/skins/skin-prodoyotimessquare/1761747911/assets/desktop/images/right_arrow.svg)
    no-repeat 0 0;
  content: "";
  display: block;
  height: 25px;
  margin-top: -12px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: rotate(0deg);
  transition: transform 1s;
  width: 25px;
}
.merchandising-open-btn .active-rotate {
  transform: rotate(180deg);
}
#events {
  background: #f0f0f0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#events h2 {
  color: #54baba;
  font: 200 36px/1.2 ITC Century W01 Book Italic;
  margin: 15px;
  text-transform: uppercase;
}
#events h2 a {
  text-decoration: none;
}
#events .slideshow {
  margin: 0 auto;
  max-width: 1440px;
  overflow: hidden;
}
#events .slideshow-wrapper {
  font-size: 0;
  white-space: nowrap;
}
#events .event {
  display: inline-block;
  height: 666px;
  margin: 0 5px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  white-space: normal;
  width: calc(33.33% - 10px);
}
@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 {
    height: 580px;
    margin: 0;
    width: 100vw;
  }
}
#events .event .thumbnail {
  background-position: 50% 50%;
  background-size: cover;
  height: 350px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #events .event .thumbnail {
    height: 266px;
  }
}
#events .event .thumbnail.no-thumbnail {
  background: #dbdbdb;
}
#events .event .thumbnail .loading:before {
  animation: loading-icon-spin 1.2s linear infinite;
  border-color: #54baba transparent;
  border-radius: 50%;
  border-style: solid;
  border-width: 3px;
  content: " ";
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}
#events .event .date {
  color: #525252;
  display: block;
  font-size: 17px;
  line-height: 23px;
  margin: 34px 0 37px;
  position: relative;
  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 {
  background: #e0e0e0;
  bottom: -15px;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 180px;
}
@media only screen and (max-width: 767px) {
  #events .event .date:after {
    bottom: -8px;
  }
}
#events .event h3 {
  color: #54baba;
  font: 200 24px/1.33 ITC Century W01 Book Italic;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #events .event h3 {
    font-size: 20px;
  }
}
#events .event p {
  color: #525252;
  font-size: 16px;
  line-height: 1.33;
}
@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 {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
#events .slideshow-pagination {
  font-size: 0;
  margin: 20px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #events .slideshow-pagination {
    display: none;
  }
}
#events .slideshow-pagination > * {
  background: #e2231a;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  overflow: hidden;
  text-indent: -9999px;
  transition: background 0.35s ease-in-out;
  width: 10px;
}
#events .slideshow-pagination > .active,
#events .slideshow-pagination > :hover {
  background: #e2231a;
}
.reviews-slideshow {
  overflow: hidden;
  padding: 50px 0;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .reviews-slideshow {
    padding-bottom: 75px;
  }
}
.reviews-slideshow h2 {
  color: #54baba;
  font: 200 36px/1.2 ITC Century W01 Book Italic;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
.reviews-slideshow .slideshow {
  margin: 0 auto;
  max-width: 730px;
  overflow: hidden;
  width: calc(100% - 40px);
}
@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 {
  color: #525252;
  display: inline-block;
  font-family: Gotham A, Gotham B;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  text-align: center;
  vertical-align: top;
  white-space: normal;
}
.reviews-slideshow .slide .copy,
.reviews-slideshow .slide h3 {
  quotes: "«" "»";
}
.reviews-slideshow .slide .copy:before,
.reviews-slideshow .slide h3:before {
  content: open-quote;
  display: inline;
}
.reviews-slideshow .slide .copy:after,
.reviews-slideshow .slide h3:after {
  content: close-quote;
  display: inline;
}
.reviews-slideshow .slide h3 {
  color: #9b9b9b;
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
}
.reviews-slideshow .slide .copy {
  margin-top: 25px;
}
.reviews-slideshow .slide .copy * {
  display: inline;
}
.reviews-slideshow .slide .name {
  font-weight: 700;
  margin-top: 25px;
}
.reviews-slideshow .slideshow-button {
  border: 2px solid #000;
  border-bottom: 0;
  border-left: 0;
  cursor: pointer;
  height: 30px;
  margin-top: -10px;
  overflow: hidden;
  position: absolute;
  text-indent: -100em;
  top: 50%;
  transition: border-color 0.35s ease-in-out;
  width: 30px;
  z-index: 10;
}
@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;
  }
}
.rooms .categories-list {
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0 20px;
}
.rooms .categories-list button {
  background: none;
  border: 0;
  color: #327d7d;
  float: left;
  font-size: 16px;
  line-height: 20px;
  margin: 0 40px 20px 0;
  outline: none;
  padding: 0 0 0 16px;
  position: relative;
  text-align: left;
}
@media (max-width: 550px) {
  .rooms .categories-list button {
    font-size: 15px;
    margin-right: 0;
    padding: 0 10px 0 16px;
    width: 50%;
  }
}
.rooms .categories-list button:before {
  background: #327d7d;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 12px;
}
.rooms .categories-list button:after {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: none;
  height: 4px;
  left: 4px;
  position: absolute;
  top: 8px;
  width: 4px;
}
.rooms .categories-list button.active {
  border: 0;
  color: #54baba;
}
.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;
  font-size: 20px;
  margin-right: 20px;
  vertical-align: middle;
}
.room .thumbnail {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .room .thumbnail {
    float: none;
    margin: 20px 0;
    max-width: none;
    width: 100%;
  }
}
.room .thumbnail img {
  display: block;
  height: auto;
  width: 100%;
}
.room .links {
  margin: 20px 0;
}
.rooms .template-1-1 {
  background: #ecedee;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 40px 20px 30px;
  width: 100%;
}
@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 {
  float: left;
  margin: 0;
  padding: 0 30px 0 0;
  position: relative;
  width: 200px;
}
.rooms .template-1-1 .thumbnail img {
  display: block;
  width: 100%;
}
.rooms .template-1-1 .thumbnail nav {
  bottom: 0;
  display: none;
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
.rooms .template-1-1 .thumbnail nav .price {
  background: rgba(0, 102, 203, 0.7);
  color: #fff;
  display: table-cell;
  font-size: 10px;
  line-height: 16px;
  padding: 10px 5px 6px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 50%;
}
.rooms .template-1-1 .thumbnail nav .price .number {
  font-size: 22px;
}
.rooms .template-1-1 .thumbnail nav .button {
  background: rgba(0, 102, 203, 0.5);
  color: #fff;
  display: table-cell;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 50%;
}
@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 {
  margin-left: 230px;
  padding-right: 200px;
  position: relative;
}
@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 {
  color: #327d7d;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 550px) {
  .rooms .template-1-1 .description h3 {
    font-weight: 700;
    margin-bottom: 10px;
  }
}
.rooms .template-1-1 .description p {
  margin-bottom: 20px;
}
.rooms .template-1-1 .description nav.links a {
  margin-right: 8px;
  padding-right: 8px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.rooms .template-1-1 .description nav.links a:after {
  background: #aaa;
  content: "";
  height: 15px;
  position: absolute;
  right: -1px;
  top: 1px;
  width: 1px;
}
.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 {
  color: #327d7d;
  display: inline-block;
  font-size: 14px;
  margin: 0 20px 8px 0;
  text-transform: uppercase;
}
@media (max-width: 550px) {
  .rooms .template-1-1 .features span {
    display: block;
    margin: 0 0 8px;
  }
}
.rooms .template-1-1 .amenities {
  height: 30px;
  line-height: 30px;
  margin: 10px 0;
  position: relative;
}
@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 {
  background: #ecedee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  left: -20px;
  line-height: 30px;
  opacity: 0;
  padding: 20px 70px 20px 20px;
  position: absolute;
  top: -20px;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  visibility: hidden;
  width: 100%;
  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 {
  border-left: 1px solid #a6a6a6;
  bottom: 0;
  display: none;
  height: 100%;
  margin: 0;
  position: absolute;
  right: -50px;
  text-align: right;
  width: 31px;
  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;
  transition: opacity 0.2s, visibility 0s ease 0s;
  visibility: visible;
  z-index: 3;
}
.rooms .template-1-1 .amenities.expand .toggle:after,
.rooms .template-1-1 .amenities.expand .toggle:before {
  background: #327d7d;
  content: "";
  display: block;
  position: absolute;
  transform: rotate(45deg);
}
.rooms .template-1-1 .amenities.expand .toggle:before {
  height: 2px;
  right: 0;
  top: 9px;
  width: 20px;
}
.rooms .template-1-1 .amenities.expand .toggle:after {
  height: 20px;
  right: 9px;
  top: 0;
  width: 2px;
}
.rooms .template-1-1 .booking-info {
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 140px;
}
@media (max-width: 550px) {
  .rooms .template-1-1 .booking-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .rooms .template-1-1 .booking-info {
    margin: 20px 0;
    position: static;
    width: auto;
  }
}
.rooms .template-1-1 .booking-info .price {
  display: block;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 10px;
  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 .button,
  .rooms .template-1-1 .booking-info .price {
    display: inline-block;
    margin-right: 10px;
    width: auto;
  }
}
.rooms .template-1-2 {
  background: #ecedee;
  float: left;
  margin: 0 3.5% 3.5% 0;
  padding: 0;
  width: 31%;
}
.rooms .template-1-2:nth-of-type(3) {
  margin-right: 0;
}
@media (min-width: 1320px) {
  .rooms .template-1-2 {
    margin: 0 4% 4% 0;
    width: 22%;
  }
  .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 {
    margin-right: 4%;
    width: 48%;
  }
  .rooms .template-1-2:nth-of-type(3) {
    margin-right: 4%;
  }
  .rooms .template-1-2:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 550px) {
  .rooms .template-1-2 {
    margin-right: 0;
    width: 100%;
  }
  .rooms .template-1-2:nth-of-type(3) {
    margin-right: 0;
  }
}
.rooms .template-1-2 .thumbnail {
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.rooms .template-1-2 .thumbnail img {
  display: block;
  width: 100%;
}
.rooms .template-1-2 .thumbnail nav {
  bottom: 0;
  display: table;
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
.rooms .template-1-2 .thumbnail nav .price {
  background: rgba(0, 102, 203, 0.7);
  color: #fff;
  display: table-cell;
  font-size: 10px;
  line-height: 16px;
  padding: 10px 5px 6px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 50%;
}
.rooms .template-1-2 .thumbnail nav .price .number {
  font-size: 22px;
}
.rooms .template-1-2 .thumbnail nav .button {
  background: rgba(0, 102, 203, 0.5);
  color: #fff;
  display: table-cell;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 50%;
}
.rooms .template-1-2 .description {
  padding: 10px;
  position: relative;
}
.rooms .template-1-2 .description h3 {
  color: #637e91;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.rooms .template-1-2 .description nav.links a {
  margin-right: 8px;
  padding-right: 8px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.rooms .template-1-2 .description nav.links a:after {
  background: #ac7b59;
  content: "";
  height: 15px;
  position: absolute;
  right: -1px;
  top: 1px;
  width: 1px;
}
.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 {
  color: #637e91;
  display: block;
  font-size: 14px;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.rooms .template-1-2 .amenities {
  height: 30px;
  line-height: 30px;
  margin: 15px 0;
  position: relative;
}
.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 {
  background: #ecedee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  left: -20px;
  line-height: 30px;
  opacity: 0;
  padding: 20px 70px 20px 20px;
  position: absolute;
  top: -20px;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  visibility: hidden;
  width: 100%;
  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 {
  border-left: 1px solid #a6a6a6;
  bottom: 0;
  display: none;
  height: 100%;
  margin: 0;
  position: absolute;
  right: -50px;
  text-align: right;
  width: 31px;
  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;
  transition: opacity 0.2s, visibility 0s ease 0s;
  visibility: visible;
  z-index: 3;
}
.rooms .template-1-2 .amenities.expand .toggle:after,
.rooms .template-1-2 .amenities.expand .toggle:before {
  background: #06c;
  content: "";
  display: block;
  position: absolute;
  transform: rotate(45deg);
}
.rooms .template-1-2 .amenities.expand .toggle:before {
  height: 2px;
  right: 0;
  top: 14px;
  width: 20px;
}
.rooms .template-1-2 .amenities.expand .toggle:after {
  height: 20px;
  right: 9px;
  top: 5px;
  width: 2px;
}
.rooms .template-2 {
  background: #edf5f5;
  margin: 40px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 735px) {
  .rooms .template-2 {
    margin: 0;
  }
}
.rooms .template-2:nth-child(2n) {
  background: #f2f7f7;
}
.rooms .template-2 .background {
  bottom: 0;
  left: 320px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 735px) {
  .rooms .template-2 .background {
    left: auto;
    padding-top: 78%;
    position: relative;
    width: 100%;
  }
  .rooms .template-2 .background:after {
    background: rgba(33, 33, 33, 0.75);
    bottom: 0;
    content: "";
    display: block;
    height: 40px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 735px) and (orientation: landscape) {
  .rooms .template-2 .background {
    padding-top: 50%;
  }
}
.rooms .template-2 .background .room-thumb {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.rooms .template-2 .background .price {
  bottom: 35px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  right: 35px;
  text-decoration: none;
  z-index: 2;
}
.rooms .template-2 .background .price .number {
  font-size: 48px;
}
@media (max-width: 735px) {
  .rooms .template-2 .background .price {
    bottom: 4px;
    font-size: 14px;
    left: 20px;
    line-height: 26px;
    right: auto;
  }
  .rooms .template-2 .background .price .number {
    font-size: 25px;
  }
}
.rooms .template-2 .background a.price:hover {
  color: #54baba;
}
.rooms .template-2 .background .book-now {
  bottom: 4px;
  display: none;
  font-size: 18px;
  line-height: 26px;
  position: absolute;
  right: 20px;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 2;
}
@media (max-width: 735px) {
  .rooms .template-2 .background .book-now {
    display: block;
  }
}
.rooms .template-2 .description {
  box-sizing: border-box;
  color: #000;
  float: left;
  height: 500px;
  padding: 30px 40px;
  width: 320px;
}
@media (max-width: 735px) {
  .rooms .template-2 .description {
    height: auto;
    padding: 15px 20px 40px;
    width: 100%;
  }
}
.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 {
  border-bottom: 1px dashed #000;
  color: inherit;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  margin: 30px 0;
  padding-right: 13px;
  position: relative;
  text-decoration: none;
}
@media (max-width: 735px) {
  .rooms .template-2 .description .expand-collapse {
    border: 0;
    display: block;
    font-size: 10px;
    padding: 0;
    text-align: center;
  }
  .rooms .template-2 .description .expand-collapse:after,
  .rooms .template-2 .description .expand-collapse:before {
    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 {
  bottom: 0;
  display: block;
  font-size: 16px;
  line-height: 15px;
  position: absolute;
  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;
    margin-right: -5px;
    right: 50%;
    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.collapse:before,
.rooms .template-2 .description .expand-collapse.expand span:after {
  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 {
  background: hsla(0, 0%, 100%, 0.85);
  box-sizing: border-box;
  font-size: 13px;
  height: 100%;
  left: 320px;
  line-height: 24px;
  padding: 40px 200px 40px 40px;
  position: absolute;
  right: 0;
  top: -100%;
  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 {
    background: none;
    display: none;
    padding: 0;
    position: static;
  }
  .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 {
  cursor: pointer;
  display: block;
  height: 50px;
  overflow: hidden;
  position: absolute;
  right: 40px;
  text-indent: -1000px;
  top: 40px;
  transform: rotate(45deg);
  width: 50px;
}
@media (max-width: 735px) {
  .rooms .template-2 .description .full-description .close {
    display: none;
  }
}
.rooms .template-2 .description .full-description .close:after,
.rooms .template-2 .description .full-description .close:before {
  background: #54baba;
  content: "";
  display: block;
  position: absolute;
}
.rooms .template-2 .description .full-description .close:before {
  height: 50px;
  left: 24px;
  top: 0;
  width: 2px;
}
.rooms .template-2 .description .full-description .close:after {
  height: 2px;
  left: 0;
  top: 24px;
  width: 50px;
}
.rooms .template-2 .description .full-description .close:hover:after,
.rooms .template-2 .description .full-description .close:hover:before {
  background: #65c8c8;
}
.rooms .template-2 .description .full-description .inner-wrapper {
  height: 100%;
  overflow: auto;
  width: 100%;
}
.rooms .template-2 nav {
  bottom: 40px;
  left: 40px;
  position: absolute;
  width: 240px;
}
@media (max-width: 735px) {
  .rooms .template-2 nav {
    margin-top: 25px;
    position: static;
    text-align: center;
    width: auto;
  }
}
.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 {
    background: none;
    color: #000;
    font-family: Gotham A, Gotham B;
    font-size: 10px;
    font-weight: 400;
    height: auto;
    line-height: 16px;
    margin: 0 10px;
    padding: 0;
    text-decoration: underline;
    width: auto;
  }
  .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 {
  background: #000;
  border-radius: 50%;
  bottom: -10px;
  display: block;
  font-size: 10px;
  height: 52px;
  left: 310px;
  line-height: 16px;
  overflow: hidden;
  position: absolute;
  text-indent: -1000px;
  text-transform: uppercase;
  width: 52px;
}
.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 {
    background: none;
    border-radius: 0;
    display: inline-block;
    height: auto;
    overflow: visible;
    position: static;
    text-decoration: underline;
    text-indent: 0;
    width: auto;
  }
}
.rooms .template-2 nav .rooms-item-gallery svg {
  fill: #fff;
  content: "";
  display: block;
  height: 17px;
  left: 50%;
  margin: -8px 0 0 -11px;
  position: absolute;
  top: 50%;
  width: 22px;
}
@media (max-width: 735px) {
  .rooms .template-2 nav .rooms-item-gallery svg {
    display: none;
  }
}
.rooms .template-3 {
  background: #000;
  height: 220px;
  margin: 10px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 735px) {
  .rooms .template-3 {
    height: auto;
    margin: 0;
  }
}
.rooms .template-3 .description {
  background: rgba(50, 125, 125, 0.6);
  box-sizing: border-box;
  color: #fff;
  height: 100%;
  padding: 30px 40px 30px 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 2;
}
@media (max-width: 735px) {
  .rooms .template-3 .description {
    background: none;
    height: auto;
    padding: 30px 15px 25px;
    position: static;
    width: 100%;
  }
}
.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 {
  bottom: 30px;
  font-size: 18px;
  left: 30px;
  position: absolute;
  white-space: nowrap;
}
@media (max-width: 735px) {
  .rooms .template-3 .description nav {
    font-size: 15px;
    margin-top: 10px;
    position: static;
    text-align: center;
    white-space: normal;
    width: 100%;
  }
}
.rooms .template-3 .description nav a {
  color: inherit;
}
@media (max-width: 735px) {
  .rooms .template-3 .description nav a {
    display: inline-block;
    margin: 5px 14px;
    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 {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 735px) {
  .rooms .template-3 .background {
    height: 0;
    padding-top: 37.5%;
    position: relative;
    width: 100%;
  }
}
.rooms .template-3 .background .room-thumb {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.rooms .template-3 .background .price {
  bottom: 35px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin-right: 30px;
  position: absolute;
  right: 50%;
  text-decoration: none;
}
@media (max-width: 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 {
  background: #000;
  border-radius: 50%;
  bottom: 20px;
  display: block;
  height: 52px;
  left: 20px;
  overflow: hidden;
  position: absolute;
  text-indent: -1000px;
  width: 52px;
}
.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 {
  fill: #fff;
  content: "";
  display: block;
  height: 17px;
  left: 50%;
  margin: -8px 0 0 -11px;
  position: absolute;
  top: 50%;
  width: 22px;
}
.c-room-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.c-room-list__items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.c-room-list .c-room {
  margin: 0 0 50px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
@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 {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
  width: 100%;
}
@media screen and (prefers-reduced-motion: reduce) {
  .c-room-list .c-room__featured-image img {
    transition: none;
  }
}
.c-room-list .c-room__text-group {
  display: flex;
  flex: none;
  flex-direction: column;
  flex-grow: 1;
  justify-content: normal;
  max-width: none;
}
@media (max-width: 640px) {
  .c-room-list .c-room__text-group {
    text-align: left;
  }
}
.c-room-list .c-room__text-group .c-room__select {
  align-items: flex-end;
  display: flex;
  flex-grow: 1;
  justify-self: 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 {
  background-color: transparent !important;
  border: 1px solid #e1251b;
  border-radius: 0;
  color: #e1251b !important;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  transition: 0.3s;
}
.c-room-list .c-room__text-group .c-room__select .btn--primary:focus,
.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:focus,
.c-room-list
  .c-room__text-group
  .c-room__select
  .c-room-list
  .c-room__text-group
  .ttweb-booking-button:hover {
  background-color: #e1251b !important;
  border-color: #e1251b !important;
  color: #fff !important;
  text-decoration: none;
}
.c-room-list .c-room__image-group {
  flex: none;
  margin-bottom: 24px;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.c-room-list .c-room:nth-child(2n) .c-room__image-group,
.c-room-list .c-room:nth-child(2n) __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%;
  }
  .c-room-list .c-room__short-description {
    max-width: 90%;
  }
}
.c-room__short-description {
  padding: 0 !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;
  line-height: 24px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .c-room-list .c-room__tonightrate {
    height: 100% !important;
  }
}
.ttweb-cross-out-rate__actual {
  color: #008cc1;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}
span.c-room__rate-pre-label {
  font-size: 16px;
}
.rooms-carousel2__content .h3,
.rooms-carousel2__tonight-rate,
.rooms-carousel__content .h3,
.rooms-carousel__tonight-rate {
  margin-bottom: 40px !important;
}
.rooms-carousel2__tonight-rate .ttweb-cross-out-rate,
.rooms-carousel__tonight-rate .ttweb-cross-out-rate {
  justify-content: center;
}
.c-room__rate.room-enabled-price,
.rooms-carousel2__tonight-rate .ttweb-cross-out-rate__actual,
.rooms-carousel__tonight-rate .ttweb-cross-out-rate__actual {
  border-bottom: 1px solid #767676;
  border-top: 1px solid #767676;
  color: #e1251b;
  display: inline-block;
  font-size: 34px;
  font-weight: 300;
  padding: 8px 15px;
  text-align: center;
  width: 90px;
}
.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 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.room-info__row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.room-info__content {
  padding: 30px 15px 10px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .room-info__content {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.room-info__gallery {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .room-info__gallery {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.room-info__gallery__wrap {
  height: 250px;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .room-info__gallery__wrap {
    margin-bottom: 0;
    min-height: 650px;
  }
}
.room-info__gallery__wrap img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.room-info__gallery .floating {
  bottom: 30px;
  left: 30px;
  position: absolute;
}
@media (min-width: 768px) {
  .room-info__gallery .floating {
    bottom: 60px;
    left: 60px;
  }
}
.room-info__gallery .floating .h3 {
  margin-bottom: 30px;
}
.room-info__description {
  margin: 0 auto;
  max-width: 85%;
}
@media (min-width: 768px) {
  .room-info__description {
    max-width: 100%;
  }
}
.room-info__description ul {
  color: #515151;
  font-family: Gotham A, Gotham B;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 24px;
  list-style-position: inside;
  list-style-type: disc;
  padding: 0;
  text-align: center;
}
.room-info__amenities {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.room-info__amenities__content {
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .room-info__amenities__content {
    display: flex;
    flex: 0 0 50%;
    justify-content: space-between;
    max-width: 50%;
  }
}
.room-info__amenities__content__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.room-info__amenities__content .amenities-left {
  align-items: center;
  background-color: #d7d7d7;
  display: flex;
  padding: 40px;
  position: relative;
  width: 100%;
}
@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 {
  margin: 0;
  padding: 0;
  width: 100%;
}
.room-info__amenities__content .amenities-left ul li {
  line-height: normal;
  list-style-position: inside;
  margin-bottom: 8px;
}
.room-info__amenities__content .amenities-right {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 10px 0 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
@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 .c-instagram-feed__tag-link,
.room-info__amenities__content .amenities-right .overline {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .room-info__amenities__content .amenities-right .c-instagram-feed__tag-link,
  .room-info__amenities__content .amenities-right .overline {
    margin-bottom: 40px;
  }
}
.room-info__amenities__image {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
@media (max-width: 640px) {
  .room-info__amenities__image {
    height: 220px;
    overflow: hidden;
  }
}
.room-info__amenities__image .room-info-amenities-slider {
  height: 475px;
  position: relative;
  width: 630px;
}
.room-info__amenities__image .room-info-amenities-slider .swiper-wrapper {
  width: 100%;
}
.room-info__amenities__image
  .room-info-amenities-slider
  .swiper-wrapper
  .swiper-slider {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.room-info__amenities__image
  .room-info-amenities-slider
  .swiper-wrapper
  .swiper-slider
  img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
}
.room-info__amenities__image .home-slider-control {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 50%;
  position: absolute;
  top: 37%;
  transform: translate(-50%);
  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: 0;
  }
}
.room-info__amenities__image .home-slider-control .next {
  position: absolute;
  right: 30px;
}
@media (max-width: 640px) {
  .room-info__amenities__image .home-slider-control .next {
    right: 0;
  }
}
.room-info__amenities__image .home-slider-control #roomsCarouselNext,
.room-info__amenities__image .home-slider-control #roomsCarouselPrev {
  display: block !important;
}
@media (min-width: 768px) {
  .room-info__amenities__image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.room-info__amenities__image__wrap {
  height: 250px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 640px) {
  .room-info__amenities__image__wrap {
    height: 222px;
  }
}
@media (min-width: 768px) {
  .room-info__amenities__image__wrap {
    margin-top: -20px;
    min-height: 475px;
  }
}
.room-info__amenities__image__wrap img,
.tns-item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.tns-item img {
  display: block;
}
#home-gallery {
  background: #fff;
  overflow: hidden;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
  z-index: 10;
}
#home-gallery h2 {
  color: #54baba;
  display: none;
  font: 200 36px/1.2 ITC Century W01 Book Italic;
  margin: 40px 0;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #home-gallery h2 {
    display: block;
  }
}
#home-gallery div.gallery-wrapper {
  overflow: hidden;
}
#home-gallery .photo {
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  float: left;
  font-size: 0;
  height: 0;
  margin: 10px 0 0 10px;
  opacity: 1;
  padding-top: calc(20% - 12px);
  position: relative;
  transition: opacity 0.3s ease-out;
  width: calc(20% - 12px);
}
#home-gallery .photo:hover {
  opacity: 0.8;
}
#home-gallery .photo:nth-child(11),
#home-gallery .photo:nth-child(4),
#home-gallery .photo:nth-child(5) {
  width: calc(40% - 14px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #home-gallery .photo {
    padding-top: calc(25% - 12.5px);
  }
  #home-gallery .photo,
  #home-gallery .photo:nth-child(11),
  #home-gallery .photo:nth-child(4),
  #home-gallery .photo:nth-child(5) {
    width: calc(25% - 12.5px);
  }
}
@media only screen and (max-width: 767px) {
  #home-gallery .photo {
    padding-top: calc(50% - 15px);
  }
  #home-gallery .photo,
  #home-gallery .photo:nth-child(11),
  #home-gallery .photo:nth-child(4),
  #home-gallery .photo:nth-child(5) {
    width: calc(50% - 15px);
  }
  #home-gallery .photo:nth-child(n + 8),
  #home-gallery span.photo {
    display: none;
  }
}
#home-gallery span.photo:after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#home-gallery span.photo .text {
  color: #fff;
  font: 25px/25px ITC Century W01 Book Italic;
  left: 50%;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  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 {
  padding: 50px 0;
  position: relative;
  z-index: 10;
}
#feeds h2 {
  color: #54baba;
  font: 200 36px/1.2 ITC Century W01 Book Italic;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
#feeds.loading {
  min-height: 300px;
}
#feeds.loading:before {
  animation: loading-icon-spin 1.2s linear infinite;
  border-color: #54baba transparent;
  border-radius: 50%;
  border-style: solid;
  border-width: 3px;
  content: " ";
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}
#feeds .feed-content {
  overflow: hidden;
  position: relative;
}
#feeds .feed-items {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  justify-content: space-between;
  margin-bottom: 20px;
}
#feeds .feed-item {
  background: #ebebeb;
  color: #6f6f6f;
  float: left;
  font: italic 14px/18px Gotham A, Gotham B;
  height: auto;
  margin-bottom: 20px;
  opacity: 1;
  overflow: hidden;
  position: relative;
  text-align: left;
  transition: opacity 0.35s ease-in-out;
  width: calc(25% - 15px);
}
#feeds .feed-item .inner-wrapper {
  padding-top: 100%;
  width: 100%;
}
#feeds .feed-item:hover {
  opacity: 0.86;
}
@media (max-width: 449px) {
  #feeds .feed-item {
    margin-bottom: 10px;
    width: 100%;
  }
}
@media (min-width: 450px) and (max-width: 767px) {
  #feeds .feed-item {
    margin-bottom: 10px;
    width: calc(50% - 5px);
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #feeds .feed-item {
    margin-bottom: 10px;
    width: calc(33.33333% - 10px);
  }
}
@media (min-width: 1440px) and (max-width: 1799px) {
  #feeds .feed-item {
    width: calc(20% - 16px);
  }
}
@media (min-width: 1800px) {
  #feeds .feed-item {
    width: calc(16.66667% - 16.66667px);
  }
}
#feeds .feed-item:before {
  background: url(https://www.oyotimessquare.com/skins/skin-prodoyotimessquare/1761747911/assets/desktop/styles/images/feeds-sprite.svg) -180px
    0 no-repeat;
  content: "";
  display: block;
  height: 31px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 31px;
  z-index: 5;
}
#feeds .feed-item.invisible {
  opacity: 0;
}
#feeds .feed-item .feed-thumb {
  background: #000;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#feeds .feed-item .feed-thumb div {
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  opacity: 0.6;
  width: 100%;
}
#feeds .feed-item.instagram .feed-thumb div {
  opacity: 1;
}
#feeds .feed-item .feed-descr {
  bottom: 0;
  color: #fff;
  font: 14px/18px Gotham A, Gotham B;
  overflow: hidden;
  padding: 15px;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 1800px) {
  #feeds .feed-item .feed-descr {
    padding: 20px;
  }
}
#feeds .feed-item .feed-title {
  font-weight: 600;
  margin-bottom: 10px;
  padding-right: 30px;
  text-decoration: underline;
  transition: all 0.35s ease-in-out;
}
#feeds .feed-item .feed-date {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
#feeds .feed-item .feed-text {
  display: inline-block;
  font-family: Gotham A, Gotham B;
  font-weight: 200;
}
#feeds .feed-item .feed-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 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;
  margin-bottom: 7px;
  padding-right: 30px;
  transition: all 0.35s 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;
}
.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 {
  border-left: 1px solid #ebebeb;
  cursor: pointer;
  display: inline-block;
  font-size: 35px;
  height: 60px;
  position: relative;
  width: 60px;
}
.single-venue .layouts span:before {
  color: #898989;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.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 {
  background: rgba(0, 0, 0, 0.6);
  bottom: 100%;
  color: #fff;
  content: attr(data-name);
  display: block;
  font-size: 20px;
  height: 0;
  left: 0;
  line-height: 60px;
  opacity: 0;
  overflow: hidden;
  padding: 0 20px;
  position: absolute;
  text-transform: uppercase;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0.2s;
  white-space: nowrap;
}
.single-venue .layouts span:hover:after {
  height: 60px;
  opacity: 1;
  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;
  }
}
.venue.template1 {
  border: 1px solid #ebebeb;
  margin-bottom: 60px;
  position: relative;
  width: 100%;
}
.venue.template1 .background {
  bottom: 0;
  left: 390px;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .background {
    bottom: auto;
    height: 300px;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
  }
}
.venue.template1 .background .venue-thumb {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.venue.template1 .background .venue-thumb img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
}
.venue.template1 .background .amenities-sliders {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.venue.template1 .background .amenities-sliders .room-layout-gallery {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition: top 0s linear 0.1s, opacity 0.1s linear 0s;
  width: 100%;
}
.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 {
  color: #fff;
  display: block;
  font-size: 36px;
  font-weight: 700;
  left: 50%;
  line-height: 42px;
  max-width: 80%;
  overflow: hidden;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.venue.template1
  .background
  .amenities-sliders
  .room-layout-gallery
  .swiper-container {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.venue.template1
  .background
  .amenities-sliders
  .room-layout-gallery
  .swiper-container
  figure {
  height: 100%;
  width: 100%;
}
.venue.template1
  .background
  .amenities-sliders
  .room-layout-gallery
  .swiper-container
  figure
  img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
}
.venue.template1
  .background
  .amenities-sliders
  .room-layout-gallery
  .swiper-container
  .bullets {
  bottom: 20px;
  height: 10px;
  position: absolute;
  right: 20px;
  white-space: nowrap;
  z-index: 4;
}
@media only screen and (max-width: 1023px) {
  .venue.template1
    .background
    .amenities-sliders
    .room-layout-gallery
    .swiper-container
    .bullets {
    left: 20px;
    right: auto;
  }
}
.venue.template1
  .background
  .amenities-sliders
  .room-layout-gallery
  .swiper-container
  .bullets
  .swiper-pagination-bullet {
  background: #fff;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin-left: 10px;
  vertical-align: top;
  width: 10px;
}
.venue.template1
  .background
  .amenities-sliders
  .room-layout-gallery
  .swiper-container
  .bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: red;
}
.venue.template1 .buttons {
  bottom: 0;
  font-size: 0;
  left: calc(100% + 60px);
  position: absolute;
  white-space: nowrap;
  z-index: 3;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons {
    margin-top: 10px;
    position: static;
  }
}
.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 {
  background: #fff;
  bottom: 0;
  content: "";
  height: 100%;
  left: -1px;
  position: absolute;
  width: 1px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .buttons a + a:before {
    display: none;
  }
  .venue.template1 .buttons a {
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .venue.template1 .buttons a + a {
    margin-left: 10px;
  }
}
.venue.template1 .content {
  background: #fff;
  color: #524a48;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
  padding: 40px 25px 15px 30px;
  position: relative;
  width: 390px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .content {
    background: transparent;
    box-sizing: border-box;
    padding-top: 60px;
    position: relative;
    width: auto;
    z-index: 5;
  }
}
.venue.template1 .content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.venue.template1 .content h3 a {
  color: inherit;
  text-decoration: none;
}
.venue.template1 .content h3 a:hover {
  color: #4b494c;
}
.venue.template1 .content h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin: 20px 0;
  text-transform: uppercase;
}
.venue.template1 .content .links {
  height: 30px;
  margin-top: 15px;
  overflow: hidden;
  width: 360px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .content .links {
    height: auto;
    position: static;
    width: 100%;
  }
}
.venue.template1 .content .links a {
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  padding: 0 17px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.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;
    float: none;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
    padding: 0 10px;
    width: auto;
  }
}
.venue.template1 .layouts {
  font-size: 0;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: right;
  top: 0;
  z-index: 4;
}
.venue.template1 .layouts.multiline {
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts {
    left: auto;
    right: 0;
  }
}
.venue.template1 .layouts .main-list {
  background: #fff;
  float: left;
  height: 100%;
  overflow-y: hidden;
  white-space: nowrap;
  width: 60px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts .main-list {
    float: right;
  }
}
.venue.template1 .layouts .additional-list {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  left: 0;
  line-height: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  visibility: hidden;
  width: 120px;
  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 {
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  bottom: 0;
  cursor: pointer;
  display: none;
  height: 60px;
  margin: 0;
  position: absolute;
  text-align: center;
  width: 60px;
  z-index: 4;
}
.venue.template1 .layouts .toggle div {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.venue.template1 .layouts .toggle div:before {
  color: #4b494c;
  content: "•••";
  display: inline-block;
  font-size: 20px;
  height: 32px;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  position: absolute;
  top: 50%;
  transform: rotate(90deg);
  width: 32px;
}
@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;
  color: #898989;
  height: 2px;
  margin-left: 0;
  margin-top: 1px;
  transform: translate(-50%, -50%) rotate(0deg);
}
.venue.template1 .layouts span {
  cursor: pointer;
  display: block;
  font-size: 35px;
  height: 60px;
  text-align: center;
  width: 60px;
}
.venue.template1 .layouts span:before {
  line-height: 60px;
}
.venue.template1 .layouts span.active:before,
.venue.template1 .layouts span:hover: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;
  transition: opacity 0.2s, visibility 0s ease 0s;
  visibility: visible;
  z-index: 3;
}
.venue.template1 .layouts.expand .toggle div {
  transform: rotate(45deg);
}
.venue.template1 .layouts.expand .toggle div:after,
.venue.template1 .layouts.expand .toggle div:before {
  background: #4b494c;
  content: "";
  display: block;
  position: absolute;
}
.venue.template1 .layouts.expand .toggle div:before {
  height: 2px;
  right: 15px;
  top: 29px;
  width: 30px;
}
.venue.template1 .layouts.expand .toggle div:after {
  height: 30px;
  right: 29px;
  top: 15px;
  width: 2px;
}
@media only screen and (max-width: 1023px) {
  .venue.template1 .layouts.expand span > .rooms-icon-text {
    right: 120px;
  }
}
.venue.template2 {
  margin: 45px 0;
  overflow: hidden;
}
.venue.template2 .tab-buttons {
  overflow: hidden;
}
.venue.template2 .tab-buttons span {
  background: #f6f6f3;
  border-right: 1px solid #ebebeb;
  color: #aa9b7c;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 120px;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .tab-buttons span {
    width: 33.3%;
  }
}
.venue.template2 .tab-buttons span.active,
.venue.template2 .tab-buttons span:hover {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .tab-buttons span .hide-on-mobile {
    display: none;
  }
}
.venue.template2 .content {
  background: #fff;
  overflow: hidden;
  padding: 10px 10px 10px 25px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .venue.template2 .content {
    padding-left: 10px;
  }
}
.venue.template2 .content .tabs {
  float: left;
  min-height: 350px;
  padding-top: 25px;
  width: 435px;
}
@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;
    margin-bottom: 20px;
    min-height: 0;
    padding-left: 10px;
    width: 100%;
  }
}
.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 {
  color: #7d7d7d;
  font-size: 16px;
  line-height: 22px;
}
.venue.template2 .content .tabs .layouts {
  overflow: hidden;
}
.venue.template2 .content .tabs .layouts span {
  color: #7d7d7d;
  float: left;
  font-size: 13px;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  width: 50%;
}
.venue.template2 .content .tabs .layouts span:before {
  color: #aa9b7c;
  font-size: 40px;
  margin-right: 20px;
  vertical-align: middle;
}
@media only screen and (max-width: 1023px) {
  .venue.template2 .content .tabs .layouts span:before {
    font-size: 30px;
  }
}
.venue.template2 .content .background {
  bottom: 10px;
  left: 465px;
  position: absolute;
  right: 10px;
  top: 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 {
    height: 200px;
    position: static;
    width: 100%;
  }
}
.venue.template2 .content .background img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 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 {
  color: #fff;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  text-decoration: none;
}
.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 {
    display: inline-block;
    float: none;
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
    padding: 0 10px;
  }
  .venue.template2 .buttons .inner-wrapper a:last-child {
    border-right: 1px solid #26537b;
  }
}
.venue.template2 .buttons .inner-wrapper a:hover {
  text-decoration: underline;
}
.venue.template3 {
  margin: 40px 0;
  overflow: hidden;
}
.venue.template3 .venue-phone {
  background: #f8f8f8;
  border-bottom: 1px solid #ebebeb;
  display: block;
  float: right;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 290px;
}
.venue.template3 .venue-phone:before {
  background: url(https://www.oyotimessquare.com/skins/skin-prodoyotimessquare/1761747911/assets/desktop/styles/images/phone.svg)
    no-repeat 0 0;
  content: "";
  display: inline-block;
  height: 23px;
  margin-right: 13px;
  vertical-align: middle;
  width: 23px;
}
.venue.template3 .inquiry {
  background: #e57c00;
  color: #fff;
  display: block;
  float: right;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 290px;
}
@media only screen and (max-width: 1023px) {
  .venue.template3 .inquiry {
    float: none;
    margin: 0 auto;
  }
}
.venue.template3 .content-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.venue.template3 .content-wrapper .venue-thumb {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 290px;
  top: 0;
}
@media only screen and (max-width: 1023px) {
  .venue.template3 .content-wrapper .venue-thumb {
    height: 200px;
    position: static;
    width: 100%;
  }
}
.venue.template3 .content-wrapper .venue-thumb img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
}
.venue.template3 .content-wrapper .content {
  color: #a8a8a7;
  float: right;
  font-size: 14px;
  line-height: 22px;
  padding: 15px 40px 120px 20px;
  position: relative;
  width: 290px;
}
@media only screen and (max-width: 1023px) {
  .venue.template3 .content-wrapper .content {
    padding-bottom: 20px;
    width: 100%;
  }
}
.venue.template3 .content-wrapper .content h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 15px;
}
.venue.template3 .content-wrapper .content h3 a {
  color: inherit;
  text-decoration: none;
}
.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 {
  border: 1px solid #ebebeb;
  border-radius: 50%;
  display: inline-block;
  font-size: 25px;
  height: 36px;
  margin: 0 13px 13px 0;
  position: relative;
  width: 36px;
}
.venue.template3 .content-wrapper .content .amenities span:before {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.venue.template3 .content-wrapper .content .links {
  bottom: 20px;
  left: 0;
  position: absolute;
  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;
  font-size: 13px;
  height: 14px;
  line-height: 14px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}
.venue.template3 .content-wrapper .content .links a + a {
  border-left: 1px solid #979797;
  margin-left: 10px;
  padding-left: 10px;
}
.venue.template3:nth-child(2n) .venue-phone {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .venue.template3:nth-child(2n) .venue-phone {
    float: none;
    margin: 0 auto;
  }
}
.venue.template3:nth-child(2n) .content-wrapper .venue-thumb {
  left: 290px;
  right: 0;
}
.venue.template3:nth-child(2n) .content-wrapper .content {
  float: left;
  padding: 15px 20px 120px;
}
.venue.template3:nth-child(2n) .inquiry {
  float: left;
}
@media only screen and (max-width: 1023px) {
  .venue.template3:nth-child(2n) .inquiry {
    float: none;
    margin: 0 auto;
  }
}
.venue.template4 {
  margin-bottom: 40px;
  width: 100%;
}
.venue.template4 .background {
  overflow: hidden;
  position: relative;
}
.venue.template4 .background .venue-thumb {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.venue.template4 .background .venue-thumb img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
}
.venue.template4 .background .content {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  float: left;
  font-size: 15px;
  font-weight: 200;
  line-height: 22px;
  padding: 30px 40px 40px;
  position: relative;
  width: 390px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .background .content {
    float: none;
    padding-bottom: 100px;
    width: 100%;
  }
}
.venue.template4 .background .content h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.venue.template4 .background .content h3 a {
  color: inherit;
  text-decoration: none;
}
.venue.template4 .background .content h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin: 20px 0;
  text-transform: uppercase;
}
.venue.template4 .background .buttons {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .background .buttons {
    bottom: 10px;
    left: 0;
    top: auto;
    width: 100%;
  }
}
.venue.template4 .background .buttons a {
  border-radius: 0;
  float: left;
}
.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 {
  background: #fff;
  border: 1px solid #ebebeb;
  height: 62px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .bottom {
    height: auto;
  }
}
.venue.template4 .bottom .links {
  height: 60px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 360px;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .bottom .links {
    border-bottom: 1px solid #ebebeb;
    position: static;
    width: 100%;
  }
}
.venue.template4 .bottom .links a {
  display: block;
  float: left;
  font-size: 15px;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 33%;
}
.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;
    float: none;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
    padding: 0 10px;
    width: auto;
  }
}
.venue.template4 .layouts {
  font-size: 0;
  height: 60px;
  left: 390px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .venue.template4 .layouts {
    left: 0;
    position: relative;
    right: 0;
    top: 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 {
  height: 100%;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.venue.template4 .layouts .additional-list {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  left: 0;
  line-height: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s, visibility 0s ease 0.2s;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.venue.template4 .layouts .toggle {
  background: #fff;
  bottom: 0;
  cursor: pointer;
  display: none;
  height: 60px;
  margin: 0;
  position: absolute;
  right: -60px;
  text-align: center;
  width: 60px;
  z-index: 4;
}
.venue.template4 .layouts .toggle div {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.venue.template4 .layouts .toggle div:before {
  content: "•••";
  display: inline-block;
  font-size: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.venue.template4 .layouts.multiline .toggle {
  display: block;
}
.venue.template4 .layouts span {
  cursor: pointer;
  display: inline-block;
  font-size: 35px;
  height: 60px;
  position: relative;
  width: 60px;
}
.venue.template4 .layouts span:before {
  color: #898989;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.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 {
  background: rgba(0, 0, 0, 0.6);
  bottom: 100%;
  color: #fff;
  content: attr(data-name);
  display: block;
  font-family: Gotham A, Gotham B;
  font-size: 20px;
  font-weight: 700;
  height: 0;
  line-height: 60px;
  opacity: 0;
  overflow: hidden;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  transition: opacity 0.2s ease-in-out 0s, height 0s ease-in-out 0.2s;
  white-space: nowrap;
}
.venue.template4 .layouts span:hover:after {
  height: 60px;
  opacity: 1;
  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;
  transition: opacity 0.2s, visibility 0s ease 0s;
  visibility: visible;
  z-index: 3;
}
.venue.template4 .layouts.expand .toggle div {
  transform: rotate(45deg);
}
.venue.template4 .layouts.expand .toggle div:after,
.venue.template4 .layouts.expand .toggle div:before {
  background: #ebebeb;
  content: "";
  display: block;
  position: absolute;
}
.venue.template4 .layouts.expand .toggle div:before {
  height: 2px;
  right: 15px;
  top: 29px;
  width: 30px;
}
.venue.template4 .layouts.expand .toggle div:after {
  height: 30px;
  right: 29px;
  top: 15px;
  width: 2px;
}
.venue.template5 {
  margin: 80px 0;
}
.venue.template5 .venue-thumb {
  height: 300px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .venue-thumb {
    height: 200px;
  }
}
.venue.template5 .venue-thumb img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
}
.venue.template5 .inner-wrapper {
  height: 140px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper {
    height: auto;
  }
}
.venue.template5 .inner-wrapper .layouts {
  float: left;
  height: 140px;
  position: relative;
  width: 280px;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts {
    float: none;
    height: auto;
    width: 100%;
  }
}
.venue.template5 .inner-wrapper .layouts .main-list {
  background: #ebebeb;
  height: 140px;
  overflow: hidden;
  position: relative;
  width: 280px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .layouts .main-list {
    background: #f6f6f6;
    height: auto;
    width: 100%;
  }
}
.venue.template5 .inner-wrapper .layouts .additional-list {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.venue.template5 .inner-wrapper .layouts .additional-list span {
  border-left: 0;
  border-right: 1px solid #ebebeb;
}
.venue.template5 .inner-wrapper .layouts .toggle {
  background: #ebebeb;
  bottom: 0;
  cursor: pointer;
  display: none;
  height: 70px;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 55px;
  z-index: 4;
}
.venue.template5 .inner-wrapper .layouts .toggle div {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.venue.template5 .inner-wrapper .layouts .toggle div:before {
  color: #ae9c58;
  content: "•••";
  display: inline-block;
  font-size: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.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 {
  border-bottom: 1px solid #f6f6f6;
  border-left: 1px solid #f6f6f6;
  display: block;
  float: left;
  height: 70px;
  line-height: 69px;
  text-align: center;
  width: 56px;
}
.venue.template5 .inner-wrapper .layouts span:last-child {
  border-right: 1px solid #f6f6f6;
  width: 57px;
}
.venue.template5 .inner-wrapper .layouts span:before {
  color: #8b8b8b;
  display: inline-block;
  font-size: 25px;
  vertical-align: middle;
}
@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 {
  background: #f6f6f6;
  display: block;
}
@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 {
  background: #fff;
  bottom: 0;
  left: 280px;
  padding: 15px 20px 20px;
  position: absolute;
  right: 0;
}
@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 {
  color: inherit;
  text-decoration: none;
}
.venue.template5 .inner-wrapper .content h3 a a:hover {
  text-decoration: underline;
}
.venue.template5 .inner-wrapper .content p {
  color: #a8a8a7;
  font-size: 16px;
  line-height: 22px;
  margin: 10px 0;
}
.venue.template5 .inner-wrapper .content .links {
  margin-bottom: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .links {
    text-align: center;
  }
}
.venue.template5 .inner-wrapper .content .links > a {
  color: #ae9c58;
  float: left;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .venue.template5 .inner-wrapper .content .links > a {
    display: inline-block;
    float: none;
  }
}
.venue.template5 .inner-wrapper .content .links > a + a {
  border-left: 1px solid #ae9c58;
  margin-left: 10px;
  padding-left: 10px;
}
.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 {
  border: 1px solid #ebebeb;
  border-radius: 50%;
  color: #151515;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  margin: 0 9px 9px 0;
  position: relative;
  width: 36px;
}
.venue.template5 .inner-wrapper .content .amenities span:before {
  left: 50%;
  position: absolute;
  top: 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 {
  background: none;
  border: 1px solid #ae9c58;
  border-radius: 3px;
  color: #ae9c58;
  font-size: 15px;
  padding: 0 25px;
  text-transform: uppercase;
}
.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.next,
  .blog-page.template-1 #photos .slideshow-button.previous {
    right: 20px;
  }
}
.blog-page.template-1 .single-post-back-button {
  background: #fff;
  box-sizing: border-box;
  height: 80px;
  line-height: 80px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 160px;
  z-index: 100;
}
.blog-page.template-1 .single-post-back-button .back-to {
  color: #54baba;
  font-size: 20px;
}
.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 {
    height: 60px;
    line-height: 60px;
    width: 140px;
  }
  .blog-page.template-1 .single-post-back-button .back-to {
    font-size: 16px;
  }
}
.blog-page.template-1 .sidebar-wrap {
  background-color: #f7f7f7;
  box-sizing: border-box;
  min-width: 350px;
  padding: 100px 40px 80px;
  width: 25%;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap {
    margin-top: 60px;
    padding: 60px 40px;
    width: 100%;
  }
}
@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 {
  display: flex;
  flex-wrap: wrap;
  height: 60px;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
@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 {
  background: #fff;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: #9b9b9b;
  font-family: ITC Century W01 Book Italic;
  font-size: 18px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-search-form label .search-field {
    font-size: 16px;
    padding: 0 10px;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-search-form .search-submit {
  background-color: #54baba;
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  height: 100%;
  width: 80px;
}
.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 {
  display: block;
  pointer-events: none;
  position: absolute;
  right: 26px;
  top: 17px;
}
@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 {
  color: #525252;
  font: 400 28px/1.2em ITC Century W01 Book Italic;
  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 {
  display: inline-block;
  font-size: 0;
  list-style: none;
  margin: 0;
  text-align: left;
  vertical-align: top;
  width: 100%;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li {
  display: inline-block;
  margin: 0 10px 20px 0;
  vertical-align: top;
  width: calc(50% - 10px);
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a {
  color: #54baba;
  display: inline-block;
  font: 700 16px/1.7em ITC Century W01 Book Italic;
  position: relative;
  text-decoration: none;
}
@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 {
  background: #54baba;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a.active,
.blog-page.template-1 .sidebar-wrap .blog-categories ul li a:hover {
  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;
  margin: 0 15px 10px 0;
  width: auto;
}
.blog-page.template-1 .sidebar-wrap .blog-categories ul .menu.submenu li a {
  color: #525252;
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 1300px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li {
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .sidebar-wrap .blog-categories ul li {
    margin-right: 0;
    width: 100%;
  }
}
.blog-page.template-1 .sidebar-wrap .blog-archives ul {
  list-style: none;
  margin: 0;
}
.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 {
  position: relative;
  width: 50%;
}
.blog-page.template-1
  .sidebar-wrap
  .blog-archives
  ul
  .archive-year
  .archive-year-link {
  box-sizing: border-box;
  color: #54baba;
  font: 700 18px/1em ITC Century W01 Book Italic;
  padding-right: 40px;
  position: relative;
  text-decoration: none;
  transition: all 0.4s ease 0ms;
}
.blog-page.template-1
  .sidebar-wrap
  .blog-archives
  ul
  .archive-year
  .archive-year-link:after {
  border: 1px solid #969696;
  border-bottom: 0;
  border-left: 0;
  content: "";
  display: block;
  height: 9px;
  margin: 2px 0 0 -11px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out;
  transition: all 0.4s ease 0ms;
  width: 9px;
}
.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 {
  color: #54baba;
  display: inline-block;
  font: 700 16px/1 ITC Century W01 Book Italic;
  position: relative;
  text-decoration: none;
  width: auto;
}
.blog-page.template-1
  .sidebar-wrap
  .blog-archives
  ul
  .archive-year
  .archive-months
  .archive-month-item
  a:after {
  background: #54baba;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
}
.blog-page.template-1 .recent-posts-content-wrap {
  display: flex;
  flex-wrap: wrap;
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper {
  box-sizing: border-box;
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  width: 75%;
}
.blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper:after {
  background-color: #d5d5d5;
  bottom: 0;
  content: "";
  height: 1px;
  left: 40px;
  position: absolute;
  right: auto;
  width: calc(100% - 80px);
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-page.template-1 .recent-posts-content-wrap .blog-posts-wrapper:after {
    left: 20px;
    width: calc(100% - 40px);
  }
}
.blog-page.template-1
  .recent-posts-content-wrap
  .blog-posts-wrapper
  .posts-wrap-headline {
  box-sizing: border-box;
  color: #54baba;
  font: normal 42px/1em ITC Century W01 Book Italic;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@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 {
  bottom: 30px;
  display: block;
  position: absolute;
  right: 80px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-1
    .recent-posts-content-wrap
    .blog-posts-wrapper
    .see-more {
    margin: 0 auto;
    position: relative;
    right: auto;
  }
}
.blog-page.template-2 {
  background-color: #fff;
}
.blog-page.template-2.blog-archive-view #content,
.blog-page.template-2.single-blog-post #content {
  padding: 140px 0 100px;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.blog-archive-view #content,
  .blog-page.template-2.single-blog-post #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 {
  background: #fff;
  border: 1px solid #dedede;
  bottom: 24px;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
  height: 40px;
  margin-bottom: 0;
  min-height: 125px;
  opacity: 1;
  padding: 10px 15px;
  position: absolute;
  right: -20px;
  text-align: left;
  transition: opacity 0.35s ease-in-out;
  visibility: hidden;
  width: 120px;
  z-index: 2;
}
.blog-page.template-2 .share-socials .share-title {
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.blog-page.template-2 .share-socials .share-button {
  height: 21px;
  margin-top: 7px;
  vertical-align: top;
}
.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 {
  background: transparent;
  display: block;
  font-size: 0;
  height: 14px;
  opacity: 1;
  position: absolute;
  right: 5px;
  top: 5px;
  transition: background-color 0.35s ease-in-out;
  width: 14px;
}
.blog-page.template-2 .share-socials .common-close-button:after,
.blog-page.template-2 .share-socials .common-close-button:before {
  background: #000;
  content: "";
  height: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background 0.35s ease-in-out;
  width: 1px;
}
.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:after,
.blog-page.template-2 .share-socials .common-close-button:hover:before {
  background: #666;
}
.blog-page.template-2 .posts-controls {
  background-color: #ededed;
  height: 63px;
  margin-top: 80px;
  position: relative;
}
@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 {
  color: #9a9a9a;
  font: normal 16px/1 ITC Century W01 Book Italic;
  position: absolute;
  text-decoration: none;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.35s ease-in-out;
  white-space: nowrap;
  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 {
  background: #9a9a9a;
  border-radius: 50%;
  font-size: 0;
  height: 14px;
  position: absolute;
  text-indent: -9999em;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  z-index: 10;
}
.blog-page.template-2 .posts-controls .post-control-button .post-icon:after {
  border: 1px solid #ededed;
  border-bottom: 0;
  border-left: 0;
  content: "";
  height: 5px;
  left: 5px;
  position: absolute;
  top: 4px;
  transform: rotate(-135deg);
  transition: border-color 0.35s ease-in-out;
  width: 5px;
}
.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 {
  -webkit-overflow-scrolling: touch;
  background: #fff;
  display: none;
  height: 100%;
  overflow: auto;
  padding-top: 200px;
  position: fixed;
  right: -100%;
  text-align: center;
  top: 0;
  transition: right 0.2s, visibility 0.2s;
  visibility: hidden;
  width: 100%;
  z-index: 60;
}
@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 {
  margin: 0 auto;
  max-width: 60%;
  padding-bottom: 25px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .main-menu {
    max-width: 90%;
  }
}
#blog-hamburger-navigation .main-menu .blog-categories li {
  margin-bottom: 5px;
  position: relative;
}
#blog-hamburger-navigation .main-menu .blog-categories li a {
  color: #003e66;
  display: inline-block;
  font: 22px/1.2 ITC Century W01 Book Italic;
  padding: 5px 40px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
#blog-hamburger-navigation .main-menu .blog-categories li a:after {
  border-bottom: 3px solid #e04e39;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity visibility 0.35s ease-in-out;
  visibility: hidden;
  width: 100%;
}
#blog-hamburger-navigation .main-menu .blog-categories li a.active,
#blog-hamburger-navigation .main-menu .blog-categories li a:hover {
  color: #003e66;
}
#blog-hamburger-navigation .main-menu .blog-categories li a.active:after,
#blog-hamburger-navigation .main-menu .blog-categories li a:hover: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 {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: max-height 222ms cubic-bezier(0, 1, 0, 1), padding 333ms,
    visibility 0.3s;
  visibility: hidden;
}
#blog-hamburger-navigation .main-menu .menu.submenu a {
  color: #003e66;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}
#blog-hamburger-navigation .main-menu .menu.submenu a:after {
  content: none;
}
#blog-hamburger-navigation .main-menu .menu.submenu a.active,
#blog-hamburger-navigation .main-menu .menu.submenu a:hover {
  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 {
  cursor: pointer;
  display: block;
  height: 32px;
  position: absolute;
  right: 10px;
  top: 0;
  width: 32px;
  z-index: 10;
}
#blog-hamburger-navigation .main-menu .plus .horizontal,
#blog-hamburger-navigation .main-menu .plus .vertical {
  background-color: #003e66;
  position: absolute;
  top: 0;
  transform: rotate(-90deg);
  transition: all 333ms ease-in-out;
}
#blog-hamburger-navigation .main-menu .plus .horizontal {
  height: 2px;
  margin-left: 12px;
  margin-top: 15px;
  width: 8px;
}
#blog-hamburger-navigation .main-menu .plus .vertical {
  height: 8px;
  margin-left: 15px;
  margin-top: 12px;
  width: 2px;
}
#blog-hamburger-navigation .main-menu .parent.expanded > .plus > .horizontal,
#blog-hamburger-navigation .main-menu .parent.expanded > .plus > .vertical {
  background: #003e66 !important;
  transform: rotate(90deg);
}
#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 {
  display: none;
  margin: 0 auto;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  #blog-hamburger-navigation .blog-search {
    display: block;
  }
}
#blog-hamburger-navigation .blog-search .blog-search-form {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  height: 40px;
  position: relative;
  width: 100%;
}
#blog-hamburger-navigation .blog-search .blog-search-form label {
  flex: 1;
  height: 100%;
}
#blog-hamburger-navigation .blog-search .blog-search-form label .search-field {
  background: #ededed;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: #000;
  font-family: ITC Century W01 Book Italic;
  font-size: 14px;
  height: 100%;
  padding: 0 10px;
  width: 100%;
}
#blog-hamburger-navigation .blog-search .blog-search-form .search-submit {
  background: #5990b4;
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  height: 100%;
  width: 46px;
}
@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 {
  display: block;
  pointer-events: none;
  position: absolute;
  right: 22px;
  top: 12px;
  z-index: 1;
}
.featured-posts {
  margin-bottom: 40px;
}
.featured-posts .page-content {
  text-align: center;
}
.featured-posts .page-content h2 {
  color: #003e66;
  display: inline-block;
  font: normal 48px/1.2 ITC Century W01 Book Italic;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.featured-posts .page-content h2:after {
  border-bottom: 4px solid #5990b4;
  bottom: -5px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .featured-posts .page-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.featured-posts .featured-posts-slider {
  margin: 0 auto;
  max-width: 1210px;
  padding: 0 60px;
  position: relative;
  text-align: center;
}
@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 {
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  font-family: ITC Century W01 Book Italic;
  height: 100%;
  min-height: 580px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post {
    min-height: auto;
    padding: 0;
  }
}
.featured-posts .featured-posts-slider .post .post-image {
  background-color: #5990b4;
  background-position: 50%;
  background-size: cover;
  position: relative;
  width: 55%;
}
.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 {
  background-color: #ededed;
  display: flex;
  flex-flow: column;
  height: auto;
  justify-content: center;
  text-align: left;
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .featured-posts .featured-posts-slider .post .post-content-wrapper {
    justify-content: normal;
    padding-right: 0;
    width: 100%;
  }
}
.featured-posts
  .featured-posts-slider
  .post
  .post-content-wrapper
  .post-content {
  box-sizing: border-box;
  padding: 30px 20px 40px;
  width: 100%;
}
@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 {
  color: #969696;
  display: block;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.featured-posts
  .featured-posts-slider
  .post
  .post-content-wrapper
  h3.post-title {
  color: #003e66;
  font: normal 50px/1 ITC Century W01 Book Italic;
  margin-bottom: 20px;
  margin-top: 5px;
  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 {
  color: #000;
  font-size: 16px;
  line-height: 1.8;
  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 {
  background: #ededed;
  border-radius: 50%;
  font-size: 0;
  height: 48px;
  position: absolute;
  text-indent: -9999em;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  z-index: 10;
}
.featured-posts
  .featured-posts-slider
  .slideshow-controls
  .slideshow-button:after {
  border: 4px solid #fff;
  border-bottom: 0;
  border-left: 0;
  content: "";
  height: 17px;
  left: 50%;
  margin: 4px 0 0 -11px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out;
  width: 17px;
}
.featured-posts
  .featured-posts-slider
  .slideshow-controls
  .slideshow-button.previous {
  left: 0;
}
.featured-posts
  .featured-posts-slider
  .slideshow-controls
  .slideshow-button.previous:after {
  margin-left: -5px;
  margin-top: -8px;
  transform: rotate(-135deg);
}
.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 {
  font-size: 0;
  margin-top: 10px;
  text-align: center;
}
.featured-posts .featured-posts-slider .slideshow-pagination > * {
  background: #d8d8d8;
  border: 1px solid #979797;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 11px;
  margin: 0 8px;
  overflow: hidden;
  text-indent: -9999px;
  transition: background 0.35s ease-in-out;
  width: 11px;
}
.featured-posts .featured-posts-slider .slideshow-pagination > .active,
.featured-posts .featured-posts-slider .slideshow-pagination > :hover {
  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 {
  box-sizing: border-box;
  color: #003e66;
  display: inline-block;
  font: normal 48px/1.2 ITC Century W01 Book Italic;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.blog-page.template-2 .recent-posts .page-content h1:after,
.blog-page.template-2 .recent-posts .page-content h2:after {
  border-bottom: 4px solid #5990b4;
  bottom: -5px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
@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 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.blog-page.template-2 .recent-posts .blog-posts-wrapper .see-more {
  border: 1px solid #5990b4;
  color: #5990b4;
  display: block;
  font-size: 16px;
  margin: 0 auto 30px;
  padding: 0 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .recent-posts .blog-posts-wrapper .see-more {
    margin: 0 auto;
    position: relative;
    right: auto;
  }
}
.blog-page.template-2 .posts-content-wrap {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  font-family: ITC Century W01 Book Italic;
  width: 100%;
}
.blog-page.template-2 .posts-content-wrap .one-post {
  box-sizing: border-box;
  margin-bottom: 35px;
  padding: 0 10px;
  position: relative;
  width: 33.3%;
}
@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 {
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-image {
  background-color: #5990b4;
  background-position: 50%;
  background-size: cover;
  position: relative;
}
.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 {
  background-color: #e04e39;
  color: #fff;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.blog-page.template-2 .posts-content-wrap .one-post .one-post-content {
  background: #fff;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  min-height: 200px;
  padding: 35px 20px 20px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .posts-content-wrap .one-post .one-post-content {
    min-height: 120px;
    padding: 20px;
  }
}
.blog-page.template-2 .posts-content-wrap .one-post .date-author {
  color: #8a8a8a;
  font-size: 13px;
  line-height: 1.2;
}
.blog-page.template-2 .posts-content-wrap .one-post .date-author .date {
  box-sizing: border-box;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  vertical-align: middle;
}
.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 {
  color: #525252;
  font-size: 16px;
  line-height: 1.6em;
  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 {
  align-items: center;
  bottom: 20px;
  display: flex;
  font-size: 0;
  justify-content: space-between;
  left: 20px;
  position: absolute;
  right: 40px;
  vertical-align: bottom;
  width: calc(100% - 40px);
}
.blog-page.template-2
  .posts-content-wrap
  .one-post
  .post-links
  .read-more-link {
  border: none;
  border-radius: 0;
  font-size: 15px;
  line-height: 1;
  padding: 0 10px 0 0;
  text-align: center;
  text-transform: none;
}
.blog-page.template-2
  .posts-content-wrap
  .one-post
  .post-links
  .read-more-link:after {
  border: 1px solid #969696;
  border-bottom: 0;
  border-left: 0;
  content: "";
  height: 5px;
  left: auto;
  margin: 2px 0 0 -11px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(45deg) translate(-50%, -50%);
  transition: border-color 0.35s ease-in-out;
  width: 5px;
}
.blog-page.template-2
  .posts-content-wrap
  .one-post
  .post-links
  .post-share-button {
  align-items: center;
  bottom: 0;
  color: #969696;
  display: flex;
  font-size: 14px;
  line-height: 1;
  opacity: 1;
  position: absolute;
  right: 0;
  transition: opacity 0.35s ease-in-out;
  white-space: nowrap;
}
.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-bottom: 40px;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .related-posts {
    margin-bottom: 0;
    margin-top: 50px;
  }
}
.related-posts .page-content {
  text-align: center;
}
.related-posts .page-content .caption {
  color: #5990b4;
  font: normal 18px/1.2 ITC Century W01 Book Italic;
  text-transform: uppercase;
}
.related-posts .page-content h2 {
  color: #003e66;
  display: inline-block;
  font: normal 50px/1.2 ITC Century W01 Book Italic;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .related-posts .page-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.related-posts .related-posts-slider {
  margin: 0 auto;
  max-width: 1135px;
  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 {
  border-radius: 60px 16px 16px 16px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  font-family: ITC Century W01 Book Italic;
  height: 100%;
  margin-bottom: 10px;
  min-height: 450px;
  overflow: hidden;
  position: relative;
  width: 33.3%;
}
@media only screen and (max-width: 767px) {
  .related-posts .related-posts-slider .post {
    box-shadow: none;
    min-height: auto;
    padding: 0;
  }
}
.related-posts .related-posts-slider .post .post-image {
  background-color: #5990b4;
  background-position: 50%;
  background-size: cover;
  border-radius: 60px 16px 16px 16px;
  position: relative;
  width: 100%;
}
.related-posts .related-posts-slider .post .post-image:before {
  background: linear-gradient(180deg, rgba(0, 46, 50, 0), #002e32);
  bottom: 0;
  content: "";
  height: 236px;
  left: 0;
  position: absolute;
  right: 0;
  width: 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 {
  background-color: #e04e39;
  border-bottom-left-radius: 10px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  padding: 14px 20px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.related-posts .related-posts-slider .post .post-content-wrapper {
  bottom: 0;
  height: 100%;
  left: 0;
  padding: 30px;
  position: absolute;
  width: 100%;
}
.related-posts .related-posts-slider .post .post-content-wrapper .post-content {
  bottom: 30px;
  left: 30px;
  position: absolute;
  right: 20px;
  text-align: left;
}
.related-posts .related-posts-slider .post .post-content-wrapper h3.post-title {
  color: #fff;
  font: normal 34px/1 ITC Century W01 Book Italic;
  margin-bottom: 20px;
  margin-top: 5px;
  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 {
  background-color: #e04e39;
  border-radius: 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 25px;
  transition: opacity 0.35s ease-in-out;
}
.footer-blog {
  font-family: ITC Century W01 Book Italic;
}
.footer-blog .footer-top-bar {
  background-color: #5990b4;
  padding-bottom: 20px;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .footer-blog .footer-top-bar {
    padding-top: 20px;
  }
}
.footer-blog .footer-top-bar-wrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-left: 130px;
  margin-right: 50px;
}
@media only screen and (max-width: 1023px) {
  .footer-blog .footer-top-bar-wrapper {
    margin: 0;
  }
}
.footer-blog .footer-top-bar-wrapper .text-block {
  color: #fff;
  margin-right: 50px;
  width: 43%;
}
.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 {
    margin-bottom: 20px;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
}
@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"] {
  background: #fff;
  color: #000;
  flex-grow: 1;
  font-size: 15px;
  height: 58px;
  line-height: 58px;
  padding: 0 20px;
}
.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,
.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,
.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 {
  background-color: #003e66;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  height: 58px;
  padding: 0 45px;
  transition: background-color 0.35s ease-in-out;
  vertical-align: top;
}
.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 {
    font-size: 14px;
    padding: 0 15px;
  }
}
.footer-blog .footer-top-bar-wrapper .privacy-policy {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 13px;
  line-height: 14px;
  margin-left: 20px;
}
@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 {
  background-color: #fff;
  padding: 35px 0;
}
.footer-blog .footer-bottom-bar-wrapper {
  align-items: center;
  display: flex;
  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;
  height: 82px;
  max-width: 155px;
}
.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 {
    height: auto;
    max-width: 100px;
  }
}
.footer-blog .footer-bottom-bar-wrapper .footer-contacts {
  margin-right: 20px;
}
.footer-blog .footer-bottom-bar-wrapper .footer-contacts a {
  color: #6c6c6c;
  display: block;
  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 {
  align-items: center;
  display: flex;
  margin-left: auto;
}
@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 {
  display: block;
  opacity: 1;
  transition: opacity 0.35s 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 {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.5);
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.signup-loader img {
  height: auto;
  width: 100px;
}
.footer {
  text-align: center;
}
@media (min-width: 768px) {
  .footer {
    text-align: left;
  }
}
.footer__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding: 50px 15px;
  width: 100%;
}
.footer__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 640px) {
  .footer__row {
    row-gap: 14px;
  }
}
.footer__logo {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .footer__logo {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.footer__logo img {
  max-width: 150px;
}
.footer__contact {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
.footer__contact .footer-email {
  color: #515151;
  font-family: Gotham A, Gotham B;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 24px;
}
.footer__contact .footer-email:hover {
  color: #e1251b;
}
.footer__contact ul.socials {
  color: #515151;
  font-family: Gotham A, Gotham B;
  letter-spacing: 1px;
  line-height: 24px;
  margin-bottom: 0;
  padding-left: 0 !important;
}
.footer__contact ul.socials,
.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 .room-info__amenities__content .amenities-left ul li a,
.footer__contact p a,
.room-info__amenities__content .amenities-left ul .footer__contact li a {
  text-decoration: none;
}
.footer__links {
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .footer__links {
    flex: 0 0 25%;
    margin-bottom: 0;
    max-width: 25%;
  }
}
.footer__links ul {
  margin: 0;
  padding: 0;
}
.footer__links ul li {
  font-size: 16px;
  height: 30px;
  line-height: 24px;
  list-style-type: none;
}
.footer__links ul li a {
  color: #515151;
  font-size: 16px;
  height: 30px;
  letter-spacing: 1px;
  line-height: 18px;
  margin: 0;
  padding: 6px 0;
  text-transform: uppercase;
}
.footer__links ul li a:hover {
  color: #e1251b;
  text-decoration: none;
}
.footer__newsletter {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .footer__newsletter {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.footer__newsletter__wrap {
  margin: 0 auto;
  max-width: 245px;
}
@media (min-width: 768px) {
  .footer__newsletter__wrap {
    margin: 0;
  }
}
.footer__newsletter .credits {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 24px;
}
.footer__newsletter .credits img {
  max-width: 100px;
}
.footer__newsletter .form-control {
  border: 1px solid #232525;
  color: #e1251b;
  font-family: Gotham A, Gotham B;
  font-size: 0.75rem;
  font-weight: 500;
  height: 33px;
  letter-spacing: 3px;
  padding: 9px 15px;
  text-transform: uppercase;
}
.footer__newsletter .form-control::-moz-placeholder {
  color: #e1251b;
  font-family: Gotham A, Gotham B;
  font-size: 0.75rem;
}
.footer__newsletter .form-control::placeholder {
  color: #e1251b;
  font-family: Gotham A, Gotham B;
  font-size: 0.75rem;
}
.footer__newsletter .form-check-label {
  color: #515151;
  letter-spacing: 1px;
  line-height: normal;
  text-transform: none;
}
.footer__newsletter .form-check {
  margin-bottom: 16px;
}
.footer .h6 {
  margin-bottom: 20px;
}
.footer__copyrights {
  background-color: #35414a;
  display: none;
  padding: 18px 15px;
}
.footer__copyrights__wrap {
  font-size: 0.6875rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .footer__copyrights__wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.footer__copyrights__wrap .room-info__amenities__content .amenities-left ul li,
.footer__copyrights__wrap p,
.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
    .room-info__amenities__content
    .amenities-left
    ul
    li,
  .footer__copyrights__wrap p,
  .room-info__amenities__content
    .amenities-left
    ul
    .footer__copyrights__wrap
    li {
    margin-bottom: 0;
  }
}
.footer__copyrights__wrap a {
  color: #fff;
  padding-right: 15px;
}
.footer__copyrights__wrap a:last-child {
  padding-right: 0;
}
.navbar {
  background-color: transparent;
  padding: 0.75rem 1.5rem;
  position: relative;
  width: 100vw;
  z-index: 30;
}
.navbar,
.navbar > .container,
.navbar > .container-fluid {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  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;
  text-decoration: none;
}
.navbar .nav__link:focus,
.navbar .nav__link:hover {
  color: #e1251b;
  text-decoration: underline;
}
.navbar .nav__link--group {
  color: #000;
  font-size: 0.875rem;
  text-decoration: none;
}
.navbar .nav__link--group:focus,
.navbar .nav__link--group:hover {
  color: #e1251b;
  text-decoration: none;
}
.navbar.nav--active,
.navbar.sticky {
  background-color: #fff;
}
.navbar.nav--active .nav--device a,
.navbar.nav--active .nav__link,
.navbar.sticky .nav--device a,
.navbar.sticky .nav__link {
  color: #000;
  text-decoration: none;
}
.navbar.nav--active .nav--device a:focus,
.navbar.nav--active .nav--device a:hover,
.navbar.nav--active .nav__link:focus,
.navbar.nav--active .nav__link:hover,
.navbar.sticky .nav--device a:focus,
.navbar.sticky .nav--device a:hover,
.navbar.sticky .nav__link:focus,
.navbar.sticky .nav__link:hover {
  color: #e1251b;
  text-decoration: underline;
}
.navbar .subnav {
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.navbar .subnav .nav__item {
  background: #fff;
  display: block;
  font-size: 0.875rem;
  padding: 0;
  white-space: nowrap;
}
.navbar .subnav .nav__item .nav__link {
  padding: 0.75rem 2rem;
}
.navbar .subnav .nav__item:focus,
.navbar .subnav .nav__item:hover {
  background: #fff;
  color: #e1251b;
  text-decoration: none;
}
.navbar .has-subnav {
  position: relative;
}
.navbar .has-subnav.has-focus .nav__link + .subnav,
.navbar .has-subnav:focus .nav__link + .subnav,
.navbar .has-subnav:hover .nav__link + .subnav {
  display: block;
}
.navbar.is-fixed-bottom,
.navbar.is-fixed-top {
  height: 88px;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}
@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;
}
.nav__link {
  font-size: 0.875rem;
  margin: 0 1.5rem;
}
.nav__link:focus,
.nav__link:hover,
.navbar__burger span,
.subnav .nav__item:focus,
.subnav .nav__item:hover {
  color: #e1251b;
}
.navbar {
  background: #fff;
  height: auto !important;
  padding: 0;
  transition: 0.3s;
  width: 100%;
}
@media screen and (prefers-reduced-motion: reduce) {
  .navbar {
    transition: none;
  }
}
.navbar .covid-banner {
  background-color: #000;
  color: #fff;
  display: none;
  text-align: center;
  width: 100%;
}
.navbar .covid-banner .room-info__amenities__content .amenities-left ul li,
.navbar .covid-banner p,
.room-info__amenities__content .amenities-left ul .navbar .covid-banner li {
  color: #fff;
  margin: 0;
  padding: 3px;
}
.navbar
  .covid-banner
  .room-info__amenities__content
  .amenities-left
  ul
  li
  .updates,
.navbar .covid-banner p .updates,
.room-info__amenities__content
  .amenities-left
  ul
  .navbar
  .covid-banner
  li
  .updates {
  font-size: 1.2rem;
}
.navbar .covid-banner .room-info__amenities__content .amenities-left ul li a,
.navbar .covid-banner p a,
.room-info__amenities__content .amenities-left ul .navbar .covid-banner li a {
  color: #fff;
  text-decoration: underline;
}
.navbar
  .covid-banner
  .room-info__amenities__content
  .amenities-left
  ul
  li
  a
  img,
.navbar .covid-banner p 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
    .room-info__amenities__content
    .amenities-left
    ul
    li
    .free-cancel,
  .navbar .covid-banner p .free-cancel,
  .room-info__amenities__content
    .amenities-left
    ul
    .navbar
    .covid-banner
    li
    .free-cancel {
    display: block;
  }
}
.navbar .container {
  max-width: 1240px;
  position: relative;
}
.navbar__inner {
  padding: 8px 15px;
}
@media (min-width: 768px) {
  .navbar__inner {
    padding: 15px;
  }
}
.navbar .navbar-brand {
  margin: 0;
  transition: 0.3s;
  width: 80px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .navbar .navbar-brand {
    transition: none;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-brand {
    margin: 0 auto;
    width: 100px;
  }
}
.navbar .navbar-brand img {
  height: 100% !important;
  width: 100%;
}
.navbar__burger {
  background: transparent;
  height: 2rem;
  width: 2rem;
}
@media (min-width: 768px) {
  .navbar__burger {
    margin-bottom: inherit;
    margin-right: inherit;
  }
}
.navbar__burger .fa-bars {
  color: #232525;
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 3px;
}
@media (min-width: 768px) {
  .navbar__burger .fa-bars {
    color: #e1251b;
    top: 4px;
  }
}
.navbar__burger .fa-times {
  color: #e1251b;
  display: none;
  font-size: 1.5rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 3px;
}
@media (min-width: 768px) {
  .navbar__burger .fa-times {
    right: inherit;
  }
}
.navbar__burger.is-active,
.navbar__burger:hover {
  background: transparent;
}
.navbar__burger.is-active .fa-bars {
  display: none;
}
.navbar__burger.is-active .fa-times {
  display: block;
}
.navbar .nav__link {
  color: #232525;
  font-family: Gotham A, Gotham B;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 12px;
  position: relative;
  text-transform: uppercase;
}
.navbar .nav__link.active,
.navbar .nav__link:hover {
  color: #e1251b;
  text-decoration: none !important;
}
.navbar .nav__logo {
  display: none;
}
@media (min-width: 768px) {
  .navbar .nav__logo {
    display: block;
  }
}
.navbar .nav__logo img {
  height: auto !important;
  width: 100%;
}
.navbar .nav__logo-secondary {
  display: inline-block;
}
@media (min-width: 768px) {
  .navbar .nav__logo-secondary {
    display: none;
  }
}
.navbar .nav__logo-secondary img {
  height: auto;
  width: 100%;
}
.navbar .nav--device {
  border: 0;
  height: calc(100vh - 53px);
  overflow-y: auto;
  padding: 15px 0 0;
  top: 103px;
  transition: 0.3s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .navbar .nav--device {
    transition: none;
  }
}
@media (min-width: 768px) {
  .navbar .nav--device {
    padding: 0;
    top: 134px;
  }
}
.navbar .nav--device li {
  padding-bottom: 0;
}
.navbar .nav--device .nav__link {
  border-bottom: 1px solid #d7d7d7;
  font-family: Gotham A, Gotham B;
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0;
  padding: 15px;
}
.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 {
  left: 0;
  right: 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;
  right: 15px;
  top: 9px;
}
@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-left: 12px;
  padding-right: 12px;
}
#hebs-gallery {
  background: rgba(0, 0, 0, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
#hebs-gallery .galleria {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#hebs-gallery .close-button {
  cursor: pointer;
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  text-indent: -9999px;
  top: 12px;
  width: 20px;
  z-index: 2;
}
#hebs-gallery .close-button:after,
#hebs-gallery .close-button:before {
  background: #fff;
  content: "";
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background-color 0.35s ease-in-out;
  width: 2px;
}
#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 {
  height: 100% !important;
  overflow: hidden;
  position: relative;
  width: 100% !important;
}
#hebs-gallery .select-wrapper {
  float: left;
  margin: 5px 0 0 20px;
  position: relative;
  z-index: 2;
}
#hebs-gallery .category-selector {
  background: #fff;
  color: #000;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
}
#hebs-gallery .galleria-stage {
  bottom: 120px;
  left: 0;
  overflow: hidden;
  padding: 20px 72px;
  position: absolute;
  right: 0;
  top: 40px;
}
@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 {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  cursor: pointer;
  font-size: 0;
  height: 43px;
  margin-top: -22px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  transition: border-color 0.35s ease-in-out;
  width: 43px;
}
#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 {
  height: 48px;
  left: 50%;
  margin: -24px 0 0 -24px;
  position: absolute;
  top: 50%;
  width: 48px;
}
#hebs-gallery .galleria-loader:before {
  animation: loading-icon-spin 1.2s linear infinite;
  border-color: #54baba transparent;
  border-radius: 50%;
  border-style: solid;
  border-width: 3px;
  content: " ";
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  background: #000;
  bottom: 0;
  height: 120px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}
@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 {
  background: #000;
  cursor: pointer;
  float: left;
  height: 80px !important;
  margin: 0 6px 0 0;
  width: 80px !important;
}
#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 {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  cursor: pointer;
  display: none;
  font-size: 0;
  height: 15px;
  margin-top: -7px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  transform-origin: center;
  transition: border-color 0.35s ease-in-out;
  width: 15px;
}
#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 {
  cursor: default;
  opacity: 0.5;
}
#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 {
  background: #000;
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#hebs-gallery .galleria-info .galleria-info-description {
  color: #fff;
  left: 300px;
  line-height: 40px;
  overflow: hidden;
  position: absolute;
  right: 300px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.specials:after {
  clear: both;
  content: "";
  display: table;
}
.specials .image-list-item {
  font-size: 14px;
  height: 300px;
  line-height: 18px;
  margin: 0 auto 20px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item {
    height: auto;
  }
}
.specials .image-list-item:before {
  border: 1px solid #e2e2e2;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.specials .image-list-item .background {
  display: block;
  float: right;
  height: 300px;
  margin-left: 40px;
  overflow: hidden;
  position: relative;
  width: 350px;
}
@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 {
    margin: 0 0 10px;
    width: 100%;
  }
}
.specials .image-list-item .description {
  display: block;
  padding: 25px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .specials .image-list-item .description {
    padding: 20px 20px 10px;
    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 {
  bottom: 30px;
  left: 25px;
  position: absolute;
}
@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 {
    bottom: auto;
    left: auto;
    position: relative;
    right: auto;
    text-align: center;
    width: 100%;
  }
}
.single-special .background {
  float: right;
  height: 300px;
  margin-bottom: 20px;
  margin-left: 20px;
  overflow: hidden;
  position: relative;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .single-special .background {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}
.c-offer-list {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 15px;
  width: 100%;
}
.c-offer-list .c-offer-list__items {
  align-items: stretch;
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: grid;
  grid-auto-columns: auto;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1260px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c-offer-list .c-offer-list__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@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;
  max-width: 100%;
  -o-object-position: center center;
  object-position: center center;
  overflow: hidden;
}
.c-offer-list .c-offer__image {
  height: 220px;
  margin-bottom: 25px;
  width: 100%;
}
.c-offer-list .c-offer__image img {
  display: block;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  overflow: hidden;
  width: 100%;
}
.c-offer-list .c-offer__description.ttweb-offer-description,
.c-offer-list .ttweb-cross-out-rate {
  display: none;
}
.c-offer-list .c-offer__image.ttweb-offer-image img {
  display: block;
  margin-bottom: 25px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  overflow: hidden;
  width: 100%;
}
.c-offer-list .cta-nobackground {
  background-color: transparent;
  border: 1px solid #e1251b;
  border-radius: 0;
  color: #e1251b;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  transition: 0.3s;
}
.c-offer-list .cta-nobackground:focus,
.c-offer-list .cta-nobackground:hover {
  background-color: #e1251b;
  border-color: #e1251b;
  color: #fff;
  text-decoration: none;
}
.c-offer-list .image-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.c-offer-list .image-list-item {
  display: flex;
  flex-direction: column;
  height: auto;
  width: 33%;
}
@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;
  margin: 0 0 50px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
.c-offer-list .c-offer-list .c-offer__image img {
  font-family: "object-fit: cover;";
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c-offer-list .c-offer-list .c-offer__content {
  display: flex;
  flex: none;
  flex-direction: column;
  flex-grow: 1;
  justify-content: normal;
  max-width: none;
}
@media (max-width: 640px) {
  .c-offer-list .c-offer__content {
    text-align: left;
  }
}
.c-offer-list .c-offer__content .c-offer__select {
  display: flex;
  gap: 10px;
}
.c-offer-list .c-offer__content .c-offer__select a.btn {
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c-offer-list .c-offer__content .c-offer__select a.btn {
    padding-inline: 10px;
  }
}
.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 {
  margin: 0 auto;
  max-width: 1110px;
  width: 100%;
}
@media (max-width: 640px) {
  .pb-4.text-center.offers-content {
    padding: 0 15px;
  }
}
.pb-4.text-center.offers-content h2 {
  margin-bottom: 0 !important;
  padding-bottom: 36px;
}
.offers-detail-page {
  display: flex;
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 15px;
  position: relative;
}
.offers-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  width: auto;
  width: 100%;
}
.offers-nav__list {
  margin: 0;
  padding: 0;
}
.offers-nav__list__item {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  list-style: none;
  margin: 6px 0;
  padding: 0 30px;
  position: relative;
}
.offers-nav__list__item:after {
  background-color: #000;
  content: "";
  height: 1px;
  position: absolute;
  right: -15px;
  top: 10px;
  width: 30px;
}
@media (max-width: 640px) {
  .offers-nav__list__item:after {
    display: none;
  }
}
.offers-nav__list__item a {
  transition: 0.3s;
}
.offers-nav__list__item a.active,
.offers-nav__list__item a:hover {
  font-weight: 500;
  text-decoration: none;
}
.c-offer-details {
  display: grid;
  grid-template-columns: 420px 840px;
  grid-template-rows: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  width: 100%;
}
@media (max-width: 640px) {
  .c-offer-details {
    grid-template-columns: 1fr;
    padding: 0;
  }
}
.c-offer-details .ttweb-offer {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.c-offer-details__content {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
@media (max-width: 640px) {
  .c-offer-details__content {
    padding: 0;
  }
}
.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 {
    max-width: 100%;
    width: 100%;
  }
}
.c-offer-details__image {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
@media (max-width: 640px) {
  .c-offer-details__image {
    padding: 0;
  }
}
.c-offer-details__image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .c-offer-details__image {
    max-width: 100%;
    width: 100%;
  }
}
.ttweb-offer-description {
  font-family: Gotham A, Gotham B;
  font-size: 16px;
  line-height: 24px;
  max-width: 100%;
  text-align: center;
  width: 100%;
}
.c-offer-details__select .btn--primary,
.c-offer-details__select .ttweb-booking-button {
  background-color: transparent !important;
  border: 1px solid #e1251b;
  border-radius: 0;
  color: #e1251b !important;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  transition: 0.3s;
}
.c-offer-details__select .btn--primary:focus,
.c-offer-details__select .btn--primary:hover,
.c-offer-details__select .ttweb-booking-button:focus,
.c-offer-details__select .ttweb-booking-button:hover {
  background-color: #e1251b !important;
  border-color: #e1251b !important;
  color: #fff !important;
  text-decoration: none;
}
.page-content .careers .narrow {
  width: 20%;
}
.google-map {
  position: relative;
}
.google-map:before {
  animation: loading-icon-spin 1.2s linear infinite;
  border-color: #54baba transparent;
  border-radius: 50%;
  border-style: solid;
  border-width: 3px;
  content: " ";
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}
@keyframes loading-icon-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.google-map.loaded:before {
  content: none;
}
.hotel-location-map,
.poi-map-canvas {
  background: #e5e3df;
  height: 444px;
}
.hotel-location-map h4,
.poi-map-canvas h4 {
  color: #327d7d;
  font: 16px ITC Century W01 Book Italic;
  margin: 0;
  text-transform: uppercase;
}
.hotel-location-map p,
.poi-map-canvas p {
  font-size: 16px;
  line-height: 1.2;
  margin: 5px 0 0;
  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;
  border: 2px solid #efeeee;
  display: grid;
  font-weight: 400;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  overflow: hidden;
  padding: 10px;
  position: relative;
  width: calc(100% - 40px);
}
.map-content,
.map-content .address-info {
  color: #495057;
  font-size: 16px;
  text-align: left;
}
.map-content .address-info {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  letter-spacing: 0.5px;
  line-height: 16px;
  max-width: 100%;
  width: 100%;
}
.map-content .address-info p {
  margin-bottom: 0 !important;
}
.map-content .poi-image {
  align-items: center;
  display: flex;
  height: 121px;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
.map-content .poi-image img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  overflow: hidden;
  width: 100%;
}
.map-content h3,
.map-content p {
  margin-bottom: 5px;
}
.map-content h3 {
  color: #495057;
  font: 700 16px/24px ITC Century W01 Book Italic;
}
.map-content a {
  color: #495057;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-top: 15px;
}
.map-content a:hover {
  color: #495057;
}
.map-content .button {
  margin-top: 20px;
}
.leaflet-popup-content {
  font-size: 13px;
  font-size: 1.08333em;
  line-height: 1.3;
  margin: 13px;
  max-width: 600px !important;
  min-height: 1px;
  min-width: 600px !important;
}
.leaflet-popup-content-wrapper {
  border-radius: 0 !important;
  padding: 1px;
  text-align: left;
  width: 600px !important;
}
.leaflet-popup-content p {
  margin: 0 !important;
}
.leaflet-div-icon:hover {
  background-color: #515151;
  border: 2px solid #515151;
}
.custom-div-icon .icon-inner {
  background-color: #e1251b;
  border-radius: 50%;
  height: 15px;
  transition: background-color 0.3s ease;
  width: 15px;
}
.custom-div-icon .icon-inner:hover {
  background-color: #515151;
}
.pressroom {
  text-align: center;
}
.pressroom .pressroom-item {
  background-color: #ddf0f0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #54baba;
  display: inline-block;
  height: 400px;
  margin: 15px 10px 20px;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
  vertical-align: top;
  width: calc(33% - 20px);
}
@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 {
    margin: 10px 0;
    width: 100%;
  }
}
.pressroom .pressroom-item h4 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.pressroom .pressroom-item time {
  color: #54baba;
  display: block;
  margin: 5px 0;
}
.pressroom .pressroom-item .description {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  padding: 10px 20px 20px;
  position: absolute;
  right: 0;
}
.pressroom .pressroom-item .description .centered time {
  display: block;
  font-weight: 700;
  margin: 10px 0;
}
.pressroom .pressroom-item .description p {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0;
}
.pressroom .pressroom-item .pdf {
  color: #54baba;
  display: block;
  line-height: 16px;
  margin: 10px 0 0;
  padding-left: 0 !important;
  position: relative;
}
.pressroom .pressroom-item .pdf:hover {
  color: #fff;
}
.pressroom .pressroom-item .view-gallery {
  margin-top: 20px;
}
.galleries {
  font-size: 0;
  text-align: center;
}
.galleries .gallery {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 0;
  margin: 5px;
  overflow: hidden;
  padding-bottom: calc(33.3% - 10px);
  position: relative;
  vertical-align: top;
  width: calc(33.3% - 10px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .galleries .gallery {
    padding-bottom: calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .galleries .gallery {
    padding-bottom: calc(100% - 10px);
    width: calc(100% - 10px);
  }
}
.galleries .gallery h2,
.galleries .gallery h3 {
  color: inherit;
  font: 26px/30px Gotham A, Gotham B;
  left: 50%;
  padding: 0 10px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.galleries .gallery h3 {
  bottom: 10px;
  font-size: 14px;
  line-height: 1;
  opacity: 1;
  text-align: center;
  top: auto;
}
.galleries .gallery:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -1px;
  vertical-align: middle;
}
.galleries .gallery:after {
  background: rgba(0, 0, 0, 0.25);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 0.3s ease-in-out;
  width: 100%;
  z-index: 0;
}
.galleries .gallery:hover h2,
.galleries .gallery:hover h3 {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.6);
}
.galleries .gallery:hover .description {
  right: 0;
}
.galleries .gallery:hover:after {
  background: rgba(0, 0, 0, 0.5);
}
.galleries .gallery .description {
  color: inherit;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  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%;
  margin-right: -1px;
  vertical-align: middle;
}
.galleries .gallery .description .centered {
  display: inline-block;
  padding: 15px;
  vertical-align: middle;
  width: calc(100% - 4px);
}
.gallery-widget {
  margin: 0 auto;
  max-width: 1240px;
  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 {
  align-items: center;
  background-color: #000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 15px;
  position: relative;
  width: calc(33.33% - 30px);
}
@media only screen and (max-width: 767px) {
  .gallery-widget .gallery-image {
    margin: 1px;
    width: calc(33.33% - 2px);
  }
}
.gallery-widget .gallery-image:before {
  content: "";
  height: 0;
  padding-bottom: 66%;
  width: 0;
}
.gallery-widget .gallery-image .gallery-image-overlay {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  font-size: 2.05vw;
  font-weight: 300;
  height: 100%;
  justify-content: center;
  line-height: 1.2em;
  opacity: 0;
  padding: 10px;
  position: relative;
  transition: opacity 0.35s ease-in-out;
  width: 100%;
}
@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,
.form h3 {
  text-align: left;
}
.form h3 {
  border-bottom: 1px solid #e2e2e2;
  margin-top: 20px;
  padding-bottom: 10px;
}
.form label {
  float: left;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  text-align: right;
  width: 40%;
}
@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: 400;
  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;
  text-align: left;
  width: auto;
}
.form p span.group label {
  display: block;
  margin-bottom: 10px;
}
.form p span.group label input {
  margin-right: 0.4em;
}
.form .input-overlay,
.form input[type="date"],
.form input[type="text"],
.form select,
.form textarea {
  background: #fff;
  border: 1px solid #d1d1d1;
  color: #53565a;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .form .input-overlay,
  .form input[type="date"],
  .form input[type="text"],
  .form select,
  .form textarea {
    padding: 0 20px;
    text-align: left;
    width: 100%;
  }
}
.form .input-overlay {
  margin-top: -40px;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .form .select-wrapper {
    width: 100%;
  }
}
.form textarea {
  height: 100px;
  line-height: 20px;
  overflow: auto;
  padding: 10px;
}
.form input[type="checkbox"],
.form input[type="radio"] {
  height: 14px;
  padding: 0;
  vertical-align: top;
  width: 14px;
}
.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-overlay,
.form input.date-pick {
  float: left;
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .form .input-overlay,
  .form input.date-pick {
    display: block;
    float: none;
    width: 100%;
  }
}
.form .input-overlay {
  clear: both;
}
.form .ui-datepicker-trigger {
  float: left;
  margin: 13px 0 0 6px;
  position: static;
}
@media only screen and (max-width: 767px) {
  .form .ui-datepicker-trigger {
    display: none;
  }
}
.form .controls p {
  background: none;
  padding: 20px 0 0 40%;
  width: auto;
}
@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 {
  padding-top: 50px;
  position: relative;
  z-index: 10;
}
#home-poi h2 {
  color: #54baba;
  font: 200 36px/1.2 ITC Century W01 Book Italic;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
.poi {
  height: 500px;
  margin: 0 auto;
  max-width: 1260px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 640px) {
  .poi {
    display: none;
  }
}
.poi-controls-wrapper,
.poi-zoom {
  text-align: center;
}
.poi-zoom {
  color: #54baba;
  display: none;
  font-size: 14px;
  line-height: 22px;
  margin: 20px 0;
  position: relative;
  text-transform: uppercase;
}
.poi-zoom .poi-zoom-button {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 22px;
  overflow: hidden;
  position: relative;
  text-align: left;
  text-indent: -100em;
  vertical-align: top;
  width: 22px;
}
.poi-zoom .poi-zoom-button:after {
  height: 1px;
  width: 8px;
}
.poi-zoom .poi-zoom-button.zoom-in:before,
.poi-zoom .poi-zoom-button:after {
  background: #54baba;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.poi-zoom .poi-zoom-button.zoom-in:before {
  height: 8px;
  width: 1px;
}
.poi-map {
  height: 500px;
}
.poi-overlay {
  display: none;
  text-align: center;
}
.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: "";
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}
.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 {
    float: none;
    margin-top: 0;
    text-align: center;
    width: 100%;
  }
}
#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;
  height: 20px;
  margin: 0 20px 0 0;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: top;
  width: 20px;
}
#calendar-links a.active svg,
#calendar-links a:hover svg {
  fill: #327d7d;
}
#calendar-links a svg {
  display: block;
  height: 20px;
  transition: fill 0.35s ease-in-out;
  width: 20px;
}
@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;
    margin-bottom: 30px;
    text-align: center;
  }
}
#calendar-views li {
  float: left;
}
@media only screen and (max-width: 767px) {
  #calendar-views li {
    display: inline-block;
    float: none;
  }
}
#calendar-views a {
  color: #717272;
  display: block;
  margin-right: 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #calendar-views a {
    margin-left: 20px;
    margin-right: 0;
  }
  #calendar-views a.grid {
    margin-left: 0;
  }
}
#calendar-views a svg {
  display: inline-block;
  margin-right: 5px;
  transition: fill 0.35s ease-in-out;
  vertical-align: top;
}
#calendar-views a.active svg,
#calendar-views a:hover svg {
  fill: #327d7d;
}
#calendar-breadcrumb {
  margin-bottom: 20px;
  padding: 10px 0;
}
#calendar-breadcrumb:after {
  clear: both;
  content: "";
  display: table;
}
#calendar-breadcrumb dd,
#calendar-breadcrumb dt {
  color: #53565a;
  float: left;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  #calendar-breadcrumb dd,
  #calendar-breadcrumb dt {
    display: inline-block;
    float: none;
  }
}
#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 {
  border-bottom: 1px solid #b7b7b7;
  color: #b7b7b7;
  display: block;
  margin-right: 1px;
  padding: 5px 0;
  text-decoration: none;
}
#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;
  display: inline-block;
  height: 0;
  position: relative;
  width: 100%;
}
#calendar-month li {
  display: inline;
}
#calendar-month a {
  color: #515151;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 9px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #calendar-month a {
    font-size: 10px;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  #calendar-month a {
    font-size: 11px;
    padding: 0 7px;
    text-align: center;
  }
}
#calendar-month a.active,
#calendar-month a:hover {
  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.next,
  #calendar-month li.prev {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30%;
  }
  #calendar-month li.current a {
    display: block;
    font-size: 16px;
    padding: 0 10px;
  }
  #calendar-month li.next a,
  #calendar-month li.prev a {
    display: block;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 0;
  }
  #calendar-month li.next a:after,
  #calendar-month li.prev a:after {
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    content: "";
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 11px;
    left: 5px;
    margin: -6px 10px 0;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    transform: rotate(-45deg);
    transform-origin: center;
    transition: border-color 0.35s ease-in-out;
    width: 11px;
  }
  #calendar-month li.next a:hover,
  #calendar-month li.prev a:hover {
    background-color: transparent;
    color: #327d7d;
  }
  #calendar-month li.next a:hover:after,
  #calendar-month li.prev a:hover:after {
    border-color: #949494;
  }
  #calendar-month li.next a:active,
  #calendar-month li.prev a:active {
    top: auto;
  }
  #calendar-month li.next a {
    padding-left: 0;
    padding-right: 30px;
  }
  #calendar-month li.next a:after {
    left: auto;
    right: 5px;
    transform: rotate(135deg);
  }
}
#calendar-month .next,
#calendar-month .prev {
  background: none;
}
#calendar-navigation {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
#calendar-navigation .current-event {
  background-color: #eee;
  overflow: hidden;
  padding: 0 40px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
#calendar-navigation a.next,
#calendar-navigation a.prev {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  cursor: pointer;
  font-size: 0;
  height: 14px;
  margin: -7px 10px 0;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  transform-origin: center;
  transition: border-color 0.35s ease-in-out;
  width: 14px;
}
#calendar-navigation a.next:hover,
#calendar-navigation a.prev:hover {
  border-color: #949494;
}
#calendar-navigation a.next {
  right: 0;
  transform: rotate(135deg);
}
#calendar-navigation a.prev {
  left: 0;
  transform: rotate(-45deg);
}
#calendar-days,
#calendar-week {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#calendar-days li,
#calendar-week 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;
  font-weight: 700;
  text-align: center;
}
#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 {
  background: rgba(0, 0, 0, 0.06);
  margin: 0 0 1em;
  min-height: 8em;
  position: static;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  #calendar-days li {
    display: block;
    float: none;
    height: auto !important;
    min-height: auto !important;
    width: 100%;
  }
  #calendar-days li dl {
    height: auto;
    margin-top: auto !important;
  }
  #calendar-days li dl dt {
    padding-bottom: 10px;
    width: 100% !important;
  }
}
#calendar-days li time a {
  color: #132929;
  display: block;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
}
#calendar-days li time a:hover {
  background: #e2e2e2;
}
#calendar-days li.next_month,
#calendar-days li.prev_month {
  background: rgba(0, 0, 0, 0.02);
}
#calendar-days li.next_month time a,
#calendar-days li.prev_month time a {
  color: #595756;
}
#calendar-days li.next_month time a:hover,
#calendar-days li.prev_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 {
  background: #327d7d;
  color: #fff;
  display: block;
  font-size: 0.7em;
  height: 1.8em;
  line-height: 1.8em;
  overflow: hidden;
  padding: 0 0.5em 0 1em;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: auto;
}
@media 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 {
  background: #fff;
  border-radius: 4px;
  bottom: 28px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #717272;
  font-size: 16px;
  left: 0;
  margin-bottom: 10px;
  padding: 10px;
  position: absolute;
  text-align: left;
  transform: translateZ(0);
  visibility: hidden;
  width: 200px;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  #calendar-days dl dd {
    display: none !important;
  }
}
#calendar-days dl dd .triangle {
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
#calendar-days dl dd .triangle span {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #fff;
  display: block;
  margin: 0 auto;
  width: 0;
}
#calendar-days dl dd h3 {
  color: #717272;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  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;
  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 {
  overflow: hidden;
  padding: 20px 0;
  position: relative;
}
#calendar.list-view .image-list h2 a {
  text-decoration: none;
}
#calendar.list-view .image-list h3 a {
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
}
#calendar .no-events {
  font-size: 120%;
  font-weight: 700;
  height: auto;
  margin: 40px 0;
  padding: 40px 0;
  text-align: center;
  text-transform: uppercase;
}
#calendar .single-event .background {
  float: right;
  height: 300px;
  margin-bottom: 20px;
  margin-left: 20px;
  overflow: hidden;
  position: relative;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  #calendar .single-event .background {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}
#calendar .attachment,
#calendar .dates {
  display: block;
  margin: 0 0 20px;
}
#calendar .dates > small {
  display: block;
}
.calendar .image-list-item {
  font-size: 14px;
  height: 300px;
  line-height: 18px;
  margin: 0 auto 20px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item {
    height: auto;
  }
}
.calendar .image-list-item:before {
  border: 1px solid #e2e2e2;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.calendar .image-list-item .background {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  float: right;
  height: 300px;
  margin-left: 40px;
  overflow: hidden;
  position: relative;
  width: 350px;
}
@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 {
    margin: 0 0 10px;
    width: 100%;
  }
}
.calendar .image-list-item .description {
  display: block;
  padding: 25px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .calendar .image-list-item .description {
    padding: 20px 20px 10px;
    text-align: center;
  }
}
.calendar .image-list-item .description h3 {
  color: #151616;
  font: 24px/30px ITC Century W01 Book Italic;
  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 {
  bottom: 30px;
  left: 25px;
  position: absolute;
}
@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 {
    bottom: auto;
    left: auto;
    position: relative;
    right: auto;
    text-align: center;
    width: auto;
  }
}
.top-banner-bar {
  box-sizing: border-box;
  display: none;
  font-size: 16px;
  height: 40px;
  left: 0;
  line-height: 20px;
  padding: 10px 70px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
}
@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 {
    font-size: 11px;
    height: 80px;
    letter-spacing: -0.5px;
    padding: 10px 30px 10px 10px;
  }
}
.top-banner-bar.visible {
  display: block;
}
.top-banner-bar .content {
  display: inline-block;
}
.top-banner-bar .close {
  color: #fff;
  display: block;
  height: 30px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -1000px;
  top: 5px;
  width: 30px;
  z-index: 2;
}
.top-banner-bar .close:after,
.top-banner-bar .close:before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
}
.top-banner-bar .close:after {
  height: 1px;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 20px;
}
.top-banner-bar .close:before {
  height: 20px;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 1px;
}
.hero-top-banner {
  margin: 10px;
  text-align: center;
}
.hero-top-banner .content p {
  color: #232525;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  margin-bottom: 0;
}
.hero-top-banner .h5 {
  text-transform: none;
}
.temp-banner {
  font-family: Gotham A, Gotham B;
  margin-top: 150px;
  min-height: 70px;
  padding: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .temp-banner {
    margin-top: 110px;
  }
}
.temp-banner .inner-banner {
  align-items: center;
  background: #e2231a;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  justify-content: center;
  line-height: 24px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.temp-banner .inner-banner p {
  color: #fff;
  font-family: Gotham A, Gotham B;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1.3125rem;
  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 {
  border-right: 1px solid #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 0 40px;
}
.temp-banner .inner-banner .column strong {
  font-family: Gotham A, Gotham B;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.58px;
  line-height: 1.3125rem;
}
@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 {
  color: #fff;
  font-family: Gotham A, Gotham B;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 21px;
  margin-bottom: 0;
  padding-bottom: 0;
}
@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 {
  align-items: center;
  display: flex;
  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;
  border: 1px solid #fff;
  color: #e2231a;
  font-family: Gotham, Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  height: 50px;
  letter-spacing: 1.98px;
  line-height: 18px;
  margin: 10px 20px;
  padding: 17px 40px 15px;
  text-transform: uppercase;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .temp-banner .inner-banner a.ttweb-booking-button {
    font-size: 16px;
    height: 40px;
    line-height: 16px;
    padding: 12px 26px 10px;
  }
}
.temp-banner .inner-banner a.ttweb-booking-button:hover {
  background-color: #fff;
  color: #e2231a;
  text-decoration: none;
}
@media (max-width: 768px) {
  .temp-banner .inner-banner p {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 1.3125em;
  }
  .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;
    letter-spacing: normal;
    line-height: 1.3125em;
  }
  .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 {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 20px auto;
  max-height: 600px;
  max-width: 1440px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .two-col-slider {
    height: auto;
    width: 100%;
  }
}
.two-col-slider .swiper-slide {
  align-items: flex-end;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: center;
  text-align: left;
}
@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 {
  align-items: center;
  background-color: grey;
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 10;
}
.two-col-slider .swiper-button-next:before,
.two-col-slider .swiper-button-prev:before {
  color: #000;
  content: "";
  font-size: 24px;
  transition: 0.35s ease-in-out;
}
.two-col-slider .swiper-button-next:after,
.two-col-slider .swiper-button-prev:after {
  color: #000;
  font-size: small;
}
.two-col-slider .swiper-button-next:hover,
.two-col-slider .swiper-button-prev:hover {
  background-color: hsla(0, 0%, 50%, 0.8);
  transition: 0.35s ease-in-out;
}
.two-col-slider .inner-wrapper {
  width: 1200px;
}
.two-col-slider .image-content-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 1200px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .two-col-slider .image-content-container {
    align-items: center;
    flex-direction: column;
    height: auto;
  }
}
.two-col-slider .content-container,
.two-col-slider .image-container {
  background-color: #fff;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .two-col-slider .content-container,
  .two-col-slider .image-container {
    height: 280px;
    width: 100%;
  }
}
.two-col-slider .image {
  border-radius: 2px;
  display: block;
  max-height: 600px;
  max-width: 600px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .two-col-slider .image {
    height: 280px;
    width: 100%;
  }
}
.two-col-slider .content {
  bottom: 0;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 440px;
  text-align: left;
  width: 100%;
}
@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 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 28px;
  margin-bottom: 1vh;
}
@media only screen and (max-width: 767px) {
  .two-col-slider .subtitle {
    font-size: 14px;
    height: auto;
    letter-spacing: 0.22px;
    line-height: 28px;
  }
}
.two-col-slider .title {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.65px;
  line-height: 48px;
  margin-bottom: 2vh;
}
@media only screen and (max-width: 767px) {
  .two-col-slider .title {
    font-size: 36px;
    height: auto;
    letter-spacing: 0.55px;
    line-height: 40px;
    margin-bottom: 1vh;
  }
}
.two-col-slider .description {
  font-size: 16px;
  letter-spacing: 0.25px;
  line-height: 30px;
  margin-bottom: 3vh;
}
@media only screen and (max-width: 767px) {
  .two-col-slider .description {
    font-size: 14px;
    height: auto;
    letter-spacing: 0.22px;
    line-height: 26px;
    margin-bottom: 1vh;
    max-width: none;
    width: 310px;
  }
  .two-col-slider .button {
    bottom: 4vh;
  }
}
.two-col-slider .button a.button {
  align-items: center;
  background-color: #000;
  border-radius: 2px;
  color: #000;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.2px;
  line-height: 18px;
  padding: 16px;
  text-align: center;
  text-decoration: none;
  width: 180px;
}
.two-col-slider .button a.button:hover {
  background-color: #000;
  transition: 0.35s 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,
.two-col-slider .button a.button.terracotta:hover {
  background-color: #fff;
  color: #fff;
}
.two-col-cta {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.two-col-cta .two-col-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.two-col-cta .two-col-wrap .cta-left,
.two-col-cta .two-col-wrap .cta-right {
  margin-bottom: 20px;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
@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 {
  color: #fff;
  margin-bottom: 30px;
}
.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(https://www.oyotimessquare.com/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(https://www.oyotimessquare.com/assets/images/home/food-table.jpg);
}
@media (min-width: 768px) {
  .two-col-cta .two-col-wrap .cta-right {
    padding: 0 0 0 10px;
  }
}
.cta {
  margin-bottom: 20px;
  min-height: 400px;
  position: relative;
}
@media (min-width: 768px) {
  .cta {
    min-height: 622px;
  }
}
.cta .cta-inner {
  background-color: rgba(0, 0, 0, 0.8);
  left: 50%;
  padding: 35px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 290px;
}
.cta .cta-inner img {
  padding-bottom: 40px;
  width: auto;
}
.cta .cta-inner a {
  margin-bottom: 0;
}
.cta .cta-inner .heading6 {
  color: #fff;
}
.two-col {
  margin: 30px auto;
  max-width: 1320px;
}
.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;
  padding: 0;
  position: relative;
  right: 50%;
  width: 100vw;
}
.two-col .half-fluid .image {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  min-height: 308px;
}
.two-col .col-lg-6 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px;
}
.home .two-col .col-lg-6 {
  text-align: center;
}
@media (min-width: 992px) {
  .two-col .half-fluid .left-half {
    left: 0;
    margin-left: auto;
    padding-left: 0 !important;
    position: absolute;
    right: 50%;
    width: auto;
  }
  .two-col .half-fluid .right-half {
    left: 50%;
    margin-left: auto;
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    width: auto;
  }
  .two-col .half-fluid .image {
    background-position: 50%;
    background-size: cover;
    min-height: 600px !important;
  }
  .home .two-col .half-fluid .image {
    height: 412px;
    min-height: 412px !important;
    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 {
    bottom: 0;
    left: 40px;
    position: absolute;
  }
  .two-col .col-lg-6 .property-name {
    bottom: 26px;
    font-weight: 600;
    left: 40px;
    position: absolute;
    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 {
  background-color: grey;
  border-top: 5px solid blue;
  padding: 25px 0;
  width: 100%;
}
.c-instagram-feed .icon {
  line-height: normal;
  margin-bottom: 5px;
}
.c-instagram-feed .icon i {
  color: blue;
  font-size: 35px;
  margin-bottom: 0;
}
.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;
  letter-spacing: 2px;
  line-height: 64px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c-instagram-feed__tag-link a {
    color: blue;
    font-size: 2.5rem;
    letter-spacing: -1.39px;
    text-transform: uppercase;
  }
}
.c-instagram-feed .photo-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: auto;
  max-width: 1320px;
  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 {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  flex: 0 0 25%;
  height: 370px;
  margin: 0 3px;
  overflow: hidden;
  transition: all 0.3s ease 0.4s 0ms;
  width: 25%;
}
@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;
  height: 100%;
  opacity: 0;
  width: 100%;
}
.c-instagram-feed .photo-list .photo .c-instagram-feed__link * {
  opacity: 0;
}
.newsletter {
  padding: 20px 15px;
  position: relative;
}
@media (max-width: 991.98px) {
  .newsletter {
    padding: 20px 30px;
  }
}
.newsletter .overline {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
@media (max-width: 991.98px) {
  .newsletter .overline {
    margin-bottom: 25px;
  }
}
.newsletter__inner {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: auto;
  max-width: 970px;
  padding-bottom: 20px;
  text-align: left;
}
.newsletter__inner .h2 {
  font-family: Gotham A, Gotham B;
  font-size: 34px;
  padding: 20px 0;
}
@media (max-width: 640px) {
  .newsletter__inner .h2 {
    font-size: 20px;
  }
}
.newsletter__inner__top {
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
  row-gap: 15px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .newsletter__inner__top {
    margin-bottom: 0;
    row-gap: 0;
  }
}
.newsletter__inner__field {
  border-bottom: 1px solid #000;
  flex: 1 1 47%;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 1.125rem;
  line-height: 36px;
  position: relative;
}
@media (max-width: 991.98px) {
  .newsletter__inner__field {
    flex: 0 0 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}
.newsletter__inner__field span {
  color: #e1251b;
  display: inline-block;
  left: 0;
  position: absolute;
  text-align: right;
  width: 20px;
}
.newsletter__inner__field input {
  color: #03111d;
  font-family: arial;
  font-size: 16px;
  font-weight: 700;
  height: 47px;
  letter-spacing: 3px;
  line-height: 36px;
  max-width: 100%;
  overflow: hidden;
  padding: 16px 0;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 991.98px) {
  .newsletter__inner__field input {
    text-align: left;
  }
}
.newsletter__inner__field input::-moz-placeholder {
  color: #000;
  font-family: Gotham A, Gotham B;
  font-size: 0.75rem;
}
.newsletter__inner__field input::placeholder {
  color: #000;
  font-family: Gotham A, Gotham B;
  font-size: 0.75rem;
}
.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 {
  color: #000;
  font-family: Raleway;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 18px;
  margin: 10px 0;
  text-transform: none;
}
@media (max-width: 991.98px) {
  .newsletter__inner__bottom label {
    font-size: 1rem;
  }
}
.newsletter__inner__bottom label a {
  color: #000;
  font-size: 16px;
  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 {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.8);
  bottom: 0;
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.accordion-body .newsletter__loader ul,
.newsletter__loader .accordion-body ul,
.newsletter__loader p {
  font-size: 1.5rem;
  font-style: italic;
  text-align: center;
}
.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 {
    gap: 15px;
    grid-template-columns: 1fr;
  }
}
.email-newsletter-container .email-newsletter-form {
  display: flex;
  position: relative;
}
.email-newsletter-container .email-image {
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.email-newsletter-container .email-image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 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 {
  background: #ccc;
  border: none;
  color: #ccc;
  display: block;
  height: 1px;
  margin: 20px auto;
}
.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-like,
.blog-page.template-2 .page-content-wrapper.page-content h1 {
  color: #fff;
  font: 400 50px/1 ITC Century W01 Book Italic;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .page-content-wrapper.page-content .h1-like,
  .blog-page.template-2 .page-content-wrapper.page-content h1 {
    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 {
  color: #515151;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 22px;
}
@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: 700;
}
.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 sub,
.blog-page.template-2 .page-content-wrapper.page-content sup {
  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 {
  color: #383838;
  font-size: 18px;
  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 ol,
.blog-page.template-2 .page-content-wrapper.page-content ul ul {
  margin-bottom: 10px;
  margin-top: 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 ol,
  .blog-page.template-2 .page-content-wrapper.page-content ul ul {
    font-size: 90%;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content ul > li:before {
  background: #515151;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 4px;
  margin-right: 8px;
  vertical-align: middle;
  width: 4px;
}
.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 caption,
.blog-page.template-2 .page-content-wrapper.page-content td,
.blog-page.template-2 .page-content-wrapper.page-content th {
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}
.blog-page.template-2 .page-content-wrapper.page-content caption,
.blog-page.template-2 .page-content-wrapper.page-content th {
  color: #515151;
  font: 22px/1 ITC Century W01 Book Italic;
  padding-bottom: 20px;
  padding-top: 0;
  vertical-align: bottom;
}
.blog-page.template-2 .page-content-wrapper.page-content td {
  background: #f2f7f7;
  border-top: 1px solid #f7fcfc;
}
.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 {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .blog-page.template-2 .page-content-wrapper.page-content .table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    width: 100%;
  }
}
.blog-page.template-2 .page-content-wrapper.page-content .socials {
  font-size: 0;
  margin-bottom: 20px;
  overflow: hidden;
}
@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;
  height: 21px;
  margin: 0 10px 0 0;
  width: 90px;
}
.blog-page.template-1 .read-more-link {
  color: #54baba;
  display: inline-block;
  font: 700 16px/1.6em ITC Century W01 Book Italic;
  position: relative;
  text-decoration: none;
}
.blog-page.template-1 .read-more-link:visited {
  color: #525252;
}
.blog-page.template-1 .read-more-link:after {
  background: #54baba;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 0.4s ease 0ms;
  width: 100%;
}
.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 {
  left: auto;
  right: 0;
  width: 0;
}
.blog-page.template-1 .posts-content-wrap {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.blog-page.template-1 .posts-content-wrap .one-post {
  box-sizing: border-box;
  height: 100%;
  margin-bottom: 60px;
  padding: 0 20px;
  width: 50%;
}
@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 {
    margin-bottom: 30px;
    padding: 0;
  }
}
.blog-page.template-1 .posts-content-wrap .one-post .one-post-image {
  background-position: 50%;
  background-size: cover;
  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 {
  bottom: 20px;
  margin-left: 0;
  position: absolute;
  right: 20px;
  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 {
  background: transparent;
  bottom: auto;
  flex: 1;
  height: auto;
  left: auto;
  padding: 0 80px 0 0;
  position: relative;
  width: 100%;
  z-index: 2;
}
@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 {
  background: #fff;
  box-sizing: border-box;
  margin-top: -80px;
  padding: 30px 40px 40px;
  width: 100%;
}
@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
  .author,
.blog-page.template-1
  .posts-content-wrap
  .one-post
  .one-post-wrapper
  .date-author
  .date {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.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-bottom: 20px;
  margin-top: 5px;
}
@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 {
  color: #525252;
  font-size: 16px;
  line-height: 1.6em;
  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 {
  color: #54baba;
  margin-top: 20px;
}
.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 {
  font-size: 20px;
  line-height: 1.5;
  text-transform: none;
}
.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;
  height: auto;
  margin-bottom: 15px;
  margin-top: 20px;
  width: 100%;
}
.single-blog-post .tags {
  display: inline-block;
  font-family: ITC Century W01 Book Italic;
  vertical-align: top;
}
.single-blog-post .tags h5 {
  color: #525252;
  display: inline-block;
  font: 500 20px/1.2 ITC Century W01 Book Italic;
  padding-right: 10px;
}
@media only screen and (max-width: 1023px) {
  .single-blog-post .tags h5 {
    margin-bottom: 10px;
  }
}
.single-blog-post .tags ul {
  display: inline-block;
  list-style: none;
  margin: 0 0 15px;
}
.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 {
  color: #54baba;
  font-weight: 600;
  text-decoration: none;
}
.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 {
  border: 1px solid #e04e39;
  border-radius: 30px;
  color: #e04e39;
  display: inline-block;
  font: 600 16px/44px ITC Century W01 Book Italic;
  padding: 0 40px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.blog-page.template-2 .read-more-link:hover {
  opacity: 0.8;
}
.blog-page.template-2 .read-more-link:hover:after {
  left: auto;
  right: 0;
  width: 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 {
  border: 1px solid #969696;
  color: #969696;
  font-size: 24px;
  line-height: 40px;
  padding: 0 50px;
}
.blog-page.template-2 .read-more-link.colored.active,
.blog-page.template-2 .read-more-link.colored:hover {
  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;
  font-size: 20px;
  line-height: 40px;
  padding: 0;
}
.blog-page.template-2 .read-more-link.see-all-colored:before {
  background-color: #5990b4;
  content: "";
  display: block;
  height: 42px;
  left: -25px;
  position: absolute;
  top: 0;
  width: 2px;
}
.blog-page.template-2 .read-more-link.see-all-colored.active,
.blog-page.template-2 .read-more-link.see-all-colored:hover {
  color: #e04e39;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2 .read-more-link {
    font-size: 14px;
    line-height: 36px;
    padding: 0 20px;
  }
}
.blog-page.template-2.single-blog-post .page-content-wrapper {
  width: 100%;
}
.blog-page.template-2.single-blog-post .single-post-image {
  background-color: #5990b4;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 415px;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-image {
    height: auto;
    padding-top: 55vh;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading {
  background-color: #003e66;
  bottom: 55px;
  color: #fff;
  font: 400 22px/1.2 ITC Century W01 Book Italic;
  margin-right: 90px;
  max-width: 890px;
  padding: 25px 35px;
  position: absolute;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .single-post-heading {
    background-color: rgba(0, 62, 102, 0.8);
    bottom: 0;
    margin-right: 0;
    padding: 20px;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading .date-time {
  display: inline-block;
  font-size: 0;
  padding-bottom: 20px;
  vertical-align: top;
}
.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;
  margin-left: 30px;
  padding-left: 30px;
  position: relative;
  text-transform: uppercase;
}
.blog-page.template-2.single-blog-post
  .single-post-heading
  .date-time
  .time-read:before {
  background-color: #fff;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}
@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;
    margin-left: 15px;
    padding-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;
    margin-left: 10px;
    padding-left: 10px;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading h1 {
  font: 400 50px/1 ITC Century W01 Book Italic;
  margin-bottom: 0;
  text-transform: uppercase;
}
@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 {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 14px;
  line-height: 1;
  opacity: 1;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: opacity 0.35s ease-in-out;
  white-space: nowrap;
}
.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 {
    font-size: 0;
    right: 10px;
    top: 10px;
  }
}
.blog-page.template-2.single-blog-post .single-post-heading .share-socials {
  bottom: auto;
  position: absolute;
  right: -120px;
  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 {
  color: #666;
  font: 400 18px/1.2 ITC Century W01 Book Italic;
  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.active,
.blog-page.template-2.single-blog-post .blog-breadcrumb a:hover {
  color: #003e66;
}
@media only screen and (max-width: 767px) {
  .blog-page.template-2.single-blog-post .blog-breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .blog-page.template-2.single-blog-post .blog-breadcrumb .separator {
    padding: 0 5px;
  }
}
.blog-page.template-2.single-blog-post .tags {
  display: inline-block;
  font-family: ITC Century W01 Book Italic;
  vertical-align: top;
}
.blog-page.template-2.single-blog-post .tags h5 {
  color: #666;
  display: inline-block;
  font: 500 20px/1.2 ITC Century W01 Book Italic;
  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 {
  display: inline-block;
  list-style: none;
  margin: 0 0 15px;
}
.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 {
  color: #003e66;
  font-weight: 600;
  text-decoration: none;
}
.blog-page.template-2.single-blog-post .tags ul li a:hover {
  color: #5990b4;
}
.blog-page.template-2.blog-search-view .no-results h3 {
  color: #003e66;
  font: 400 22px/1.2 ITC Century W01 Book Italic;
}
.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 {
  color: #e04e39;
  font: normal 60px/1 ITC Century W01 Book Italic;
  margin-bottom: 25px;
  text-align: center;
}
@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 {
  align-items: center;
  display: flex;
  justify-content: center;
}
.blog-page.template-2.blog-archive-view
  .archive-header
  .archive-years
  .archive-years-list
  a {
  display: block;
  margin-right: 15px;
}
.blog-page.template-2.blog-archive-view
  .archive-header
  .archive-years
  .archive-years-list
  a:last-child {
  margin-left: 35px;
  margin-right: 0;
}
@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 {
  display: none;
  font-family: ITC Century W01 Book Italic;
  text-align: center;
}
.blog-page.template-2.blog-archive-view
  .archive-header
  .archive-years
  #archive-years-filter
  label {
  color: #003e66;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@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
    #blog-years-filter,
  .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-months {
  font-family: ITC Century W01 Book Italic;
  margin: 20px auto 60px;
  max-width: 940px;
  padding: 0 30px;
  position: relative;
}
.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 {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.blog-page.template-2.blog-archive-view
  .archive-header
  .archive-months
  .archive-months-list
  a.active,
.blog-page.template-2.blog-archive-view
  .archive-header
  .archive-months
  .archive-months-list
  a:hover {
  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 {
  display: none;
  font-family: ITC Century W01 Book Italic;
  text-align: center;
}
.blog-page.template-2.blog-archive-view
  .archive-header
  .archive-months
  #archive-months-filter
  label {
  color: #003e66;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@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
    #blog-months-filter,
  .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 {
    margin: 20px auto 30px;
    padding: 0;
  }
  .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 {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.blog-page.template-2.blog-archive-view .recent-posts .month-title {
  color: #5990b4;
  display: block;
  font: 28px/1 ITC Century W01 Book Italic;
  margin-bottom: 45px;
  position: relative;
  text-transform: uppercase;
}
.blog-page.template-2.blog-archive-view .recent-posts .month-title span {
  background: #fff;
  display: inline-block;
  padding: 0 30px 0 10px;
  position: relative;
  z-index: 1;
}
.blog-page.template-2.blog-archive-view .recent-posts .month-title:after {
  background-color: #5990b4;
  content: "";
  height: 4px;
  margin-top: -2px;
  opacity: 0.2;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 90%;
}
@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;
}
.rounded-right,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-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:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #b41c15 !important;
}
.bg-secondary {
  background-color: #515151 !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #383838 !important;
}
.bg-success {
  background-color: #24b125 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1b871c !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #be0808 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #8d0606 !important;
}
.bg-light {
  background-color: #fff !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #e6e6e6 !important;
}
.bg-dark,
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #000 !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 {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
blockquote,
body,
dd,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
p,
pre,
textarea {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
dl,
ol,
ul {
  margin-bottom: 1rem;
  margin-top: 0;
}
button,
input,
select,
textarea {
  margin: 0;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="checkbox"] {
  height: 20px;
  margin-right: 10px;
  width: 20px;
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
audio,
img,
video {
  height: auto;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 2px;
  display: table;
}
td,
th {
  padding: 0;
  text-align: left;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: #fff;
  font-family: Gotham A, Gotham B;
  font-size: 1rem;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}
a,
body {
  color: #000;
}
a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #e2231a;
  text-decoration: underline;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 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 {
  background-clip: padding-box;
  background-color: #03111d;
  border: 1px solid #767676;
  border-radius: 0.25rem;
  color: #495057;
  display: block;
  font-size: 1rem;
  height: calc(2.9rem + 2px);
  line-height: 1.5;
  padding: 0.7rem 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  background-color: #03111d;
  border-color: #fbfbfb;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
  color: #495057;
  outline: 0;
}
.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 {
  background-color: #03111d;
  color: #495057;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: calc(0.7rem + 1px);
  padding-top: calc(0.7rem + 1px);
}
.form-control-plaintext {
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  color: #000;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: 0.7rem;
  padding-top: 0.7rem;
  width: 100%;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0;
}
select.form-control[multiple],
select.form-control[size],
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-left: -5px;
  margin-right: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.form-check {
  display: block;
  padding-left: 1.25rem;
  position: relative;
}
.form-check-input {
  margin-left: -1.25rem;
  margin-top: 0.3rem;
  position: absolute;
}
.form-check-input:disabled ~ .form-check-label {
  color: #fbfbfb;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  align-items: center;
  display: inline-flex;
  margin-right: 0.75rem;
  padding-left: 0;
}
.form-check-inline .form-check-input {
  margin-left: 0;
  margin-right: 0.3125rem;
  margin-top: 0;
  position: static;
}
.valid-feedback {
  color: #24b125;
  display: none;
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
}
.valid-tooltip {
  background-color: rgba(36, 177, 37, 0.9);
  border-radius: 0.25rem;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  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");
  background-position: center right 0.725rem;
  background-repeat: no-repeat;
  background-size: 1.45rem 1.45rem;
  border-color: #24b125;
  padding-right: 2.9rem;
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #24b125;
  box-shadow: 0 0 0 0.2rem rgba(36, 177, 37, 0.25);
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  background-position: top 0.725rem right 0.725rem;
  padding-right: 2.9rem;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #24b125;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.invalid-feedback {
  color: #be0808;
  display: none;
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
}
.invalid-tooltip {
  background-color: rgba(190, 8, 8, 0.9);
  border-radius: 0.25rem;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  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");
  background-position: center right 0.725rem;
  background-repeat: no-repeat;
  background-size: 1.45rem 1.45rem;
  border-color: #be0808;
  padding-right: 2.9rem;
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #be0808;
  box-shadow: 0 0 0 0.2rem rgba(190, 8, 8, 0.25);
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  background-position: top 0.725rem right 0.725rem;
  padding-right: 2.9rem;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #be0808;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.form-inline {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    justify-content: center;
  }
  .form-inline .form-group,
  .form-inline label {
    align-items: center;
    display: flex;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap;
  }
  .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-left: 0;
    width: auto;
  }
  .form-inline .form-check-input {
    margin-left: 0;
    margin-right: 0.25rem;
    margin-top: 0;
    position: relative;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.custom-control {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.custom-control-input:checked ~ .custom-control-label:before {
  background-color: #e2231a;
  border-color: #e2231a;
  color: #fff;
}
.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 {
  background-color: #f7bbb8;
  border-color: #f7bbb8;
  color: #fff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #fbfbfb;
}
.custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #efeeee;
}
.custom-control-label {
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
}
.custom-control-label:before {
  background-color: #03111d;
  border: 1px solid #35414a;
  pointer-events: none;
}
.custom-control-label:after,
.custom-control-label:before {
  content: "";
  display: block;
  height: 1rem;
  left: -1.5rem;
  position: absolute;
  top: 0.25rem;
  width: 1rem;
}
.custom-control-label:after {
  background-position: 50%;
  background-repeat: no-repeat;
  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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:before {
  background-color: #e2231a;
  border-color: #e2231a;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%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;charset=utf-8,%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 {
  border-radius: 0.5rem;
  left: -2.25rem;
  pointer-events: all;
  width: 1.75rem;
}
.custom-switch .custom-control-label:after {
  background-color: #35414a;
  border-radius: 0.5rem;
  height: calc(1rem - 4px);
  left: calc(-2.25rem + 2px);
  top: calc(0.25rem + 2px);
  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;
  width: calc(1rem - 4px);
}
@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 {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0 0 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;
  color: #495057;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  height: calc(2.9rem + 2px);
  line-height: 1.5;
  padding: 0.7rem 2rem 0.7rem 1rem;
  vertical-align: middle;
  width: 100%;
}
.custom-select:focus {
  border-color: #fbfbfb;
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 98%, 0.5);
  outline: 0;
}
.custom-select:focus::-ms-value {
  background-color: #03111d;
  color: #495057;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  background-image: none;
  height: auto;
  padding-right: 1rem;
}
.custom-select:disabled {
  background-color: #efeeee;
  color: #fbfbfb;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-file {
  display: inline-block;
  margin-bottom: 0;
}
.custom-file,
.custom-file-input {
  height: calc(2.9rem + 2px);
  position: relative;
  width: 100%;
}
.custom-file-input {
  margin: 0;
  opacity: 0;
  z-index: 2;
}
.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 {
  background-color: #03111d;
  border: 1px solid #767676;
  border-radius: 0.25rem;
  font-weight: 400;
  height: calc(2.9rem + 2px);
  left: 0;
  z-index: 1;
}
.custom-file-label,
.custom-file-label:after {
  color: #495057;
  line-height: 1.5;
  padding: 0.7rem 1rem;
  position: absolute;
  right: 0;
  top: 0;
}
.custom-file-label:after {
  background-color: #efeeee;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
  bottom: 0;
  content: "Browse";
  display: block;
  height: 2.9rem;
  z-index: 3;
}
.custom-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  height: 1.4rem;
  padding: 0;
  width: 100%;
}
.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #e2231a;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -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;
  width: 1rem;
}
@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 {
  background-color: #d7d7d7;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.custom-range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  background-color: #e2231a;
  border: 0;
  border-radius: 1rem;
  height: 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;
  width: 1rem;
}
@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 {
  background-color: #d7d7d7;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.custom-range::-ms-thumb {
  appearance: none;
  background-color: #e2231a;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  margin-top: 0;
  -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;
  width: 1rem;
}
@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 {
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
  background-color: #d7d7d7;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
}
.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 {
  margin: 0 auto;
  max-width: 1140px;
  padding: 40px 0 0;
}
@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 {
  -moz-column-gap: 15px;
  column-gap: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  max-width: 680px;
  width: 100%;
}
@media (width <= 990px) {
  form#form_form_1 .form-group {
    grid-template-columns: 1fr;
    max-width: 100%;
    row-gap: 0;
  }
}
form#form_form_1 .form-group .form-builder-field {
  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 {
  border: 1px solid #232525;
  color: #e1251b;
  font-family: Gotham A, Gotham B;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  padding: 9px 15px;
  text-transform: uppercase;
}
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 {
  color: #515151;
  display: block !important;
  letter-spacing: 1px;
  line-height: normal;
  text-transform: none;
}
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 {
  background: transparent;
  height: 120px !important;
  resize: none;
}
form#form_form_1 label.checkbox-label {
  font-size: 16px;
  padding-left: 15px;
  white-space: nowrap;
  width: 100%;
}
form#form_form_1 p {
  padding: 0 !important;
  text-align: left !important;
}
@media (max-width: 640px) {
  form#form_form_1 p {
    margin-bottom: 0;
  }
}
.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
  flex: 1 1 auto;
  margin-bottom: 0;
  position: relative;
  width: 1%;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group > .custom-file {
  align-items: center;
  display: flex;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  align-items: center;
  background-color: #efeeee;
  border: 1px solid #767676;
  border-radius: 0.25rem;
  color: #495057;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0.7rem 1rem;
  text-align: center;
  white-space: nowrap;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.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),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .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),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-align: center;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:focus,
.btn:hover {
  color: #e2231a;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
  outline: 0;
}
.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 {
  background-color: #e2231a;
  border-color: #e2231a;
  color: #fff;
}
.btn--primary:hover {
  background-color: #c01e16;
  border-color: #b41c15;
  color: #fff;
}
.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 {
  background-color: #e2231a;
  border-color: #e2231a;
  color: #fff;
}
.btn--primary:not(:disabled):not(.disabled).active,
.btn--primary:not(:disabled):not(.disabled):active,
.show > .btn--primary.dropdown-toggle {
  background-color: #b41c15;
  border-color: #a91a13;
  color: #fff;
}
.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 {
  background-color: #515151;
  border-color: #515151;
}
.btn--secondary:hover {
  background-color: #3e3e3e;
  border-color: #383838;
  color: #fff;
}
.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 {
  background-color: #515151;
  border-color: #515151;
  color: #fff;
}
.btn--secondary:not(:disabled):not(.disabled).active,
.btn--secondary:not(:disabled):not(.disabled):active,
.show > .btn--secondary.dropdown-toggle {
  background-color: #383838;
  border-color: #313131;
  color: #fff;
}
.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 {
  background-color: #24b125;
  border-color: #24b125;
  color: #fff;
}
.btn--success:hover {
  background-color: #1e911e;
  border-color: #1b871c;
  color: #fff;
}
.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 {
  background-color: #24b125;
  border-color: #24b125;
  color: #fff;
}
.btn--success:not(:disabled):not(.disabled).active,
.btn--success:not(:disabled):not(.disabled):active,
.show > .btn--success.dropdown-toggle {
  background-color: #1b871c;
  border-color: #197c1a;
  color: #fff;
}
.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 {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn--info:hover {
  background-color: #138496;
  border-color: #117a8b;
  color: #fff;
}
.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 {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn--info:not(:disabled):not(.disabled).active,
.btn--info:not(:disabled):not(.disabled):active,
.show > .btn--info.dropdown-toggle {
  background-color: #117a8b;
  border-color: #10707f;
  color: #fff;
}
.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 {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn--warning:hover {
  background-color: #e0a800;
  border-color: #d39e00;
  color: #212529;
}
.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 {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn--warning:not(:disabled):not(.disabled).active,
.btn--warning:not(:disabled):not(.disabled):active,
.show > .btn--warning.dropdown-toggle {
  background-color: #d39e00;
  border-color: #c69500;
  color: #212529;
}
.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 {
  background-color: #be0808;
  border-color: #be0808;
  color: #fff;
}
.btn--danger:hover {
  background-color: #990606;
  border-color: #8d0606;
  color: #fff;
}
.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 {
  background-color: #be0808;
  border-color: #be0808;
  color: #fff;
}
.btn--danger:not(:disabled):not(.disabled).active,
.btn--danger:not(:disabled):not(.disabled):active,
.show > .btn--danger.dropdown-toggle {
  background-color: #8d0606;
  border-color: #810505;
  color: #fff;
}
.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 {
  background-color: #fff;
  border-color: #fff;
  color: #212529;
}
.btn--light:hover {
  background-color: #ececec;
  border-color: #e6e6e6;
  color: #212529;
}
.btn--light.focus,
.btn--light:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
.btn--light.disabled,
.btn--light:disabled {
  background-color: #fff;
  border-color: #fff;
  color: #212529;
}
.btn--light:not(:disabled):not(.disabled).active,
.btn--light:not(:disabled):not(.disabled):active,
.show > .btn--light.dropdown-toggle {
  background-color: #e6e6e6;
  border-color: #dfdfdf;
  color: #212529;
}
.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 hsla(0, 0%, 100%, 0.5);
}
.btn--dark,
.btn--dark:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.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,
.btn--dark:not(:disabled):not(.disabled).active,
.btn--dark:not(:disabled):not(.disabled):active,
.show > .btn--dark.dropdown-toggle {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.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 {
  border-color: #e2231a;
  color: #e2231a;
}
.btn--outline-primary:hover {
  background-color: #e2231a;
  border-color: #e2231a;
  color: #fff;
}
.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 {
  background-color: transparent;
  color: #e2231a;
}
.btn--outline-primary:not(:disabled):not(.disabled).active,
.btn--outline-primary:not(:disabled):not(.disabled):active,
.show > .btn--outline-primary.dropdown-toggle {
  background-color: #e2231a;
  border-color: #e2231a;
  color: #fff;
}
.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 {
  border-color: #515151;
  color: #515151;
}
.btn--outline-secondary:hover {
  background-color: #515151;
  border-color: #515151;
  color: #fff;
}
.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 {
  background-color: transparent;
  color: #515151;
}
.btn--outline-secondary:not(:disabled):not(.disabled).active,
.btn--outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn--outline-secondary.dropdown-toggle {
  background-color: #515151;
  border-color: #515151;
  color: #fff;
}
.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 {
  border-color: #24b125;
  color: #24b125;
}
.btn--outline-success:hover {
  background-color: #24b125;
  border-color: #24b125;
  color: #fff;
}
.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 {
  background-color: transparent;
  color: #24b125;
}
.btn--outline-success:not(:disabled):not(.disabled).active,
.btn--outline-success:not(:disabled):not(.disabled):active,
.show > .btn--outline-success.dropdown-toggle {
  background-color: #24b125;
  border-color: #24b125;
  color: #fff;
}
.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 {
  border-color: #17a2b8;
  color: #17a2b8;
}
.btn--outline-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.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 {
  background-color: transparent;
  color: #17a2b8;
}
.btn--outline-info:not(:disabled):not(.disabled).active,
.btn--outline-info:not(:disabled):not(.disabled):active,
.show > .btn--outline-info.dropdown-toggle {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.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 {
  border-color: #ffc107;
  color: #ffc107;
}
.btn--outline-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.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 {
  background-color: transparent;
  color: #ffc107;
}
.btn--outline-warning:not(:disabled):not(.disabled).active,
.btn--outline-warning:not(:disabled):not(.disabled):active,
.show > .btn--outline-warning.dropdown-toggle {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.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 {
  border-color: #be0808;
  color: #be0808;
}
.btn--outline-danger:hover {
  background-color: #be0808;
  border-color: #be0808;
  color: #fff;
}
.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 {
  background-color: transparent;
  color: #be0808;
}
.btn--outline-danger:not(:disabled):not(.disabled).active,
.btn--outline-danger:not(:disabled):not(.disabled):active,
.show > .btn--outline-danger.dropdown-toggle {
  background-color: #be0808;
  border-color: #be0808;
  color: #fff;
}
.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 {
  border-color: #fff;
  color: #fff;
}
.btn--outline-light:hover {
  background-color: #fff;
  border-color: #fff;
  color: #212529;
}
.btn--outline-light.focus,
.btn--outline-light:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 100%, 0.5);
}
.btn--outline-light.disabled,
.btn--outline-light:disabled {
  background-color: transparent;
  color: #fff;
}
.btn--outline-light:not(:disabled):not(.disabled).active,
.btn--outline-light:not(:disabled):not(.disabled):active,
.show > .btn--outline-light.dropdown-toggle {
  background-color: #fff;
  border-color: #fff;
  color: #212529;
}
.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 hsla(0, 0%, 100%, 0.5);
}
.btn--outline-dark {
  border-color: #000;
  color: #000;
}
.btn--outline-dark:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.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 {
  background-color: transparent;
  color: #000;
}
.btn--outline-dark:not(:disabled):not(.disabled).active,
.btn--outline-dark:not(:disabled):not(.disabled):active,
.show > .btn--outline-dark.dropdown-toggle {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.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 {
  color: #000;
  font-weight: 400;
}
.btn-link:hover {
  color: #e2231a;
  text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
  box-shadow: none;
  text-decoration: underline;
}
.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;
}
.table,
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.table {
  background-color: transparent;
  margin-bottom: 1.5rem;
}
.table td,
.table th {
  border: 1px solid #d7d7d7;
  padding: 0.75rem;
  vertical-align: top;
}
.table thead th {
  border-bottom: 2px solid #d7d7d7;
  vertical-align: bottom;
}
.table tbody + tbody {
  border-top: 2px solid #d7d7d7;
}
.table .table {
  background-color: #fff;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #d7d7d7;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  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 {
  background-color: #212529;
  border-color: #32383e;
  color: #fff;
}
.table .thead-light th {
  background-color: #efeeee;
  border-color: #d7d7d7;
  color: #495057;
}
.table-dark {
  background-color: #212529;
  color: #fff;
}
.table-dark td,
.table-dark th,
.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: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: hsla(0, 0%, 100%, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #f7c1bf;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #f08d88;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #f4aba8;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #cecece;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #a5a5a5;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c1c1c1;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c2e9c2;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8dd68e;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #afe2af;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #edbaba;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #dd7f7f;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #e8a6a6;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fff;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fff;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f2f2f2;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #b8b8b8;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #7a7a7a;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #ababab;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.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 {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  display: block;
  overflow-x: auto;
  width: 100%;
}
.table-responsive > .table-bordered {
  border: 0;
}
.list-inline,
.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.75rem;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@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 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}
@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 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.grid-bg {
  background: susy-svg-grid() no-repeat scroll;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}
.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;
    max-width: none;
    width: auto;
  }
  .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;
    max-width: none;
    width: auto;
  }
  .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;
    max-width: none;
    width: auto;
  }
  .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;
    max-width: none;
    width: auto;
  }
  .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 {
  background: #fff !important;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 900;
}
#header .header-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1240px;
  padding: 15px;
  position: relative;
  width: 100%;
}
#header .header-wrapper .nav-wrapper {
  align-items: center;
  display: flex;
  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 {
    max-width: 80px;
    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 {
  align-items: center;
  display: flex;
  gap: 20px;
}
#header .header-wrapper .btn-wrapper #hamburger-navigation-trigger {
  display: none;
  height: 24px;
  position: relative;
  right: 24px;
  top: 0;
  transition: background 0.2s;
  width: 24px;
  z-index: 20;
}
@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 {
  font-size: 0;
  left: 50%;
  margin: 0 !important;
  position: relative;
  top: -116%;
}
#header
  .header-wrapper
  .btn-wrapper
  #hamburger-navigation-trigger
  .smart-icon
  span {
  background: #000;
  display: block;
  height: 3px;
  margin-bottom: 3px;
  transform-origin: 50% 50%;
  transition: background 0.2s, transform 0.15s, border-radius 0.15s;
  width: 24px;
}
#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: translateY(-2px);
}
#header
  .header-wrapper
  .btn-wrapper
  #hamburger-navigation-trigger:hover
  .smart-icon
  span:last-child {
  transform: translateY(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 {
  transform: none;
  transition: transform 0.1s;
}
.hamburger-navigation-visible
  #header
  .header-wrapper
  .btn-wrapper
  #hamburger-navigation-trigger
  .smart-icon {
  left: 70%;
  top: -102%;
}
.hamburger-navigation-visible
  #header
  .header-wrapper
  .btn-wrapper
  #hamburger-navigation-trigger
  .smart-icon
  span {
  background: #e1251b;
  border-radius: 0;
  transform: scale(0) rotate(90deg);
  width: 18px;
}
.hamburger-navigation-visible
  #header
  .header-wrapper
  .btn-wrapper
  #hamburger-navigation-trigger
  .smart-icon
  span:first-child {
  transform: translate(0) rotate(45deg);
}
.hamburger-navigation-visible
  #header
  .header-wrapper
  .btn-wrapper
  #hamburger-navigation-trigger
  .smart-icon
  span:last-child {
  transform: translateY(-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 {
  color: #e1251b;
  font-family: ITC Century W01 Book Italic;
  font-size: 1.5rem;
  letter-spacing: normal;
  text-transform: none;
}
#header
  .header-wrapper
  .btn-wrapper
  .ttweb-booking-widget
  .ttweb-flexible-dates {
  height: 28px;
  margin: 1em 0;
  padding: 0 15px;
  text-transform: uppercase;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget {
  font-family: Gotham A, Gotham B;
  letter-spacing: normal;
}
#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 {
  align-items: center;
  border: 0.1px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 3em;
  justify-content: center;
  min-height: 2rem;
  text-align: center;
  vertical-align: top;
  width: 14.2857%;
}
#header .header-wrapper .btn-wrapper select.ttweb-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid' width='11' height='9'%3E%3Cpath d='M5.5 8.999 10.999.001H.001L5.5 8.999' style='fill:%237a7878;fill-rule:evenodd'/%3E%3C/svg%3E");
  background-position: calc(100% - 9px);
  background-repeat: no-repeat;
  background-size: 11px 9px;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 1rem;
  height: 2em;
  padding: 0.5em calc(1em + 18px) 0.5em 1em;
  text-align: center;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget select.ttweb-select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  position: relative;
}
#header
  .header-wrapper
  .btn-wrapper
  .ttweb-booking-widget
  .ttweb-booking-widget__num-guests
  .ttweb-person-count-selector
  select.ttweb-select {
  font-size: 17px;
  height: 3em;
  margin: 0 10px;
  padding: 0 10px;
  width: calc(100% - 20px);
}
#header
  .header-wrapper
  .btn-wrapper
  .ttweb-booking-widget
  .ttweb-booking-widget__input-code
  label {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
#header
  .header-wrapper
  .btn-wrapper
  .ttweb-booking-widget__footer__rate__label {
  float: none;
  letter-spacing: normal;
  margin-bottom: 0;
}
#header
  .header-wrapper
  .btn-wrapper
  .ttweb-booking-widget__footer__powered-by
  img {
  margin-left: 5px;
  vertical-align: middle;
  width: 120px;
}
#header .header-wrapper .btn-wrapper .ttweb-booking-widget * {
  box-sizing: border-box;
}
#header
  .header-wrapper
  .btn-wrapper
  .ttweb-booking-widget
  .ttweb-booking-button {
  font-size: 17px;
  width: 100%;
}
#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 {
  background: #e1251b;
  color: #fff;
}
#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 {
  background: #e1251b;
  border: 0;
  border-radius: 0;
  color: #fff;
}
#header
  .header-wrapper
  .btn-wrapper
  .ttweb-booking-widget
  .ttweb-calendar-month
  .ttweb-calendar-month__grid
  .ttweb-day--in-selection {
  background: #fff;
  border: 1px solid #e1251b;
  border-radius: 0;
  color: #e1251b;
  font-weight: 700;
}
#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-calendar-month__header,
#header
  .header-wrapper
  .btn-wrapper
  .ttweb-booking-widget
  .ttweb-search-date-display__selected-date {
  background: #fff;
}
#header .header-wrapper .btn-wrapper .ttweb-calendar-month__header {
  border-bottom: 1px solid #e8e8e8;
  height: 52px;
}
#header
  .header-wrapper
  .btn-wrapper
  .ttweb-booking-widget
  .ttweb-search-date-display {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-evenly;
  margin: 10px;
}
#header
  .header-wrapper
  .btn-wrapper
  .ttweb-booking-widget
  .ttweb-flexible-dates__link {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  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 {
  border: 0.1px solid #fff;
  display: flex;
  flex-direction: column;
  height: 3em;
  justify-content: center;
  min-height: 2rem;
  padding: 0.25rem;
  text-align: center;
  width: 14.2857%;
}
#header
  .header-wrapper
  .btn-wrapper
  .ttweb-booking-widget
  .ttweb-search-date-display__date-display
  input {
  border: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  text-align: center;
  width: 80%;
}
#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-icon,
#header
  .header-wrapper
  .btn-wrapper
  .ttweb-booking-widget
  .ttweb-flexible-dates__link-label {
  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 {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
  margin: 0.5rem 0;
}
#header
  .header-wrapper
  .btn-wrapper
  .ttweb-booking-widget
  .ttweb-booking-widget__input-code {
  background: #f8f8f8;
  background-color: #fbfbfb;
  margin: 10px;
  overflow: hidden;
  padding: 10px;
}
#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
  input,
#header
  .header-wrapper
  .btn-wrapper
  .ttweb-booking-widget
  .ttweb-booking-widget__input-code
  label {
  float: left;
  font-size: 14px;
  padding: 5px 10px;
  width: 50%;
}
#header .header-wrapper .btn-wrapper .ttweb-collapsible__trigger {
  background: #f8f8f8;
  font-weight: 600;
  padding: 1em 0;
}
#header
  .header-wrapper
  .btn-wrapper
  .ttweb-booking-widget
  .ttweb-collapsible
  .ttweb-collapsible__trigger {
  font-size: 14px;
  font-weight: 600;
  height: auto;
  padding: 1em 0;
  text-align: center;
  text-transform: uppercase;
}
#header .header-wrapper .btn-wrapper .ttweb-collapsible__trigger {
  cursor: pointer;
  display: block;
  font-size: 1rem;
  height: 2em;
  line-height: 1em;
  padding: 0.5em;
  position: relative;
}
#header
  .header-wrapper
  .btn-wrapper
  .ttweb-booking-widget
  .ttweb-collapsible
  .ttweb-collapsible__trigger:after {
  font-size: 21px;
  font-weight: 400;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#header .navbar {
  background-color: #fff;
  padding: 0.75rem 1.5rem;
  position: relative;
  width: 100vw;
  z-index: 30;
}
#header .navbar,
#header .navbar > .container,
#header .navbar > .container-fluid {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  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:focus,
#header .navbar .nav__link:hover {
  color: #e2231a;
  text-decoration: underline;
}
#header .navbar .nav__link--group {
  color: #000;
  font-size: 0.875rem;
  text-decoration: none;
}
#header .navbar .nav__link--group:focus,
#header .navbar .nav__link--group:hover {
  color: #e2231a;
  text-decoration: none;
}
#header .navbar .nav__link.active {
  color: #e1251b;
  text-decoration: none;
}
#header .navbar.nav--active,
#header .navbar.sticky {
  background-color: #fff;
}
#header .navbar.nav--active .nav--device a,
#header .navbar.nav--active .nav__link,
#header .navbar.sticky .nav--device a,
#header .navbar.sticky .nav__link {
  color: #000;
  text-decoration: none;
}
#header .navbar.nav--active .nav--device a:focus,
#header .navbar.nav--active .nav--device a:hover,
#header .navbar.nav--active .nav__link:focus,
#header .navbar.nav--active .nav__link:hover,
#header .navbar.sticky .nav--device a:focus,
#header .navbar.sticky .nav--device a:hover,
#header .navbar.sticky .nav__link:focus,
#header .navbar.sticky .nav__link:hover {
  color: #e2231a;
  text-decoration: underline;
}
#header .navbar .subnav {
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
#header .navbar .subnav .nav__item {
  background: #fff;
  display: block;
  font-size: 0.875rem;
  padding: 0;
  white-space: nowrap;
}
#header .navbar .subnav .nav__item .nav__link {
  padding: 0.75rem 2rem;
}
#header .navbar .subnav .nav__item:focus,
#header .navbar .subnav .nav__item:hover {
  background: #fff;
  color: #e2231a;
  text-decoration: none;
}
#header .navbar .has-subnav {
  position: relative;
}
#header .navbar .has-subnav.has-focus .nav__link + .subnav,
#header .navbar .has-subnav:focus .nav__link + .subnav,
#header .navbar .has-subnav:hover .nav__link + .subnav {
  display: block;
}
#header .navbar.is-fixed-bottom,
#header .navbar.is-fixed-top {
  height: 88px;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}
@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 {
  align-items: center;
  display: flex;
  justify-content: 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;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.nav__link {
  color: #000;
  display: block;
  font-family: Gotham A, Gotham B;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 12px;
  padding: 0;
  text-decoration: none;
}
.nav__link.active {
  color: #e1251b;
  text-decoration: none;
}
.nav__link:focus,
.nav__link:hover {
  color: #e2231a;
  text-decoration: underline;
}
.nav__link--group,
.nav__link--group:focus,
.nav__link--group:hover {
  text-decoration: none;
}
.subnav .nav__item {
  background: #fff;
  color: #000;
  display: block;
  font-size: 0.875rem;
  padding: 0;
  white-space: nowrap;
}
.subnav .nav__item:focus,
.subnav .nav__item:hover {
  background: #fff;
  color: #e2231a;
  text-decoration: none;
}
.nav--device {
  background-color: #fff;
  display: none;
  list-style: none;
  padding: 1.5rem 0;
  position: absolute;
  right: 1.5rem;
  text-align: left;
  top: 88px;
  width: auto;
  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 {
  background-color: #fff;
  cursor: pointer;
  display: block;
  height: 4rem;
  margin-left: auto;
  position: relative;
  width: 4rem;
}
.navbar__burger span {
  background-color: currentColor;
  color: #e2231a;
  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:first-child {
  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.is-active,
.navbar__burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar__burger.is-active span:first-child {
  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 {
  white-space: nowrap;
}
.zom-slider__tools {
  padding: 1.5rem 0;
  position: relative;
}
.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,
.zom-slider__tools .slider-control-arrows__button:focus {
  outline: none;
}
.zom-slider__tools .slider-control-nav {
  color: #767676;
  text-align: center;
}
.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;
  margin: 0;
  padding: 0;
  perspective: 900;
}
ul.accordion li {
  border-top: 1px solid #000;
  margin: 0;
  padding: 1.5rem;
  position: relative;
}
ul.accordion li:last-of-type {
  padding-bottom: 0;
}
ul.accordion li i {
  margin-top: 1.5rem;
  position: absolute;
  right: 1.5rem;
  transform: translate(-6px);
}
ul.accordion li i:after,
ul.accordion li i:before {
  background-color: #be0808;
  content: "";
  height: 9px;
  position: absolute;
  transition: all 0.25s ease-in-out;
  width: 3px;
}
ul.accordion li i:before {
  transform: translate(-2px) rotate(45deg);
}
ul.accordion li i:after {
  transform: translate(2px) rotate(-45deg);
}
ul.accordion li input[type="checkbox"] {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}
ul.accordion li input[type="checkbox"]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  padding: 0;
  transform: translateY(50%);
}
ul.accordion li input[type="checkbox"]:checked ~ i:before {
  transform: translate(2px) rotate(45deg);
}
ul.accordion li input[type="checkbox"]:checked ~ i:after {
  transform: translate(-2px) rotate(-45deg);
}
ul.accordion li p {
  margin-bottom: 0;
  opacity: 1;
  overflow: hidden;
  padding: 1.5rem 0;
  position: relative;
  transform: translate(0);
  transition: all 0.25s ease-in-out;
}
@keyframes flipdown {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
    transform-origin: top center;
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  to {
    transform: rotateX(0deg);
    transform-origin: top center;
  }
}
.hero {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}
.filter--option {
  color: #e2231a;
}
.filter--option:hover {
  color: #000;
  cursor: pointer;
  text-decoration: underline;
}
.filter-item.hidden {
  display: none;
}
.lightbox {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.lightbox.hidden {
  display: none;
}
.lightbox .close-box {
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 3rem;
  top: 3rem;
  z-index: 2;
}
.lightbox .navigation-text {
  display: none;
}
.lightbox .image-container {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 127px);
  justify-content: flex-start;
  text-align: center;
  z-index: 1;
}
.lightbox .image-container img,
.lightbox .image-container video {
  max-height: 100%;
  max-width: 80%;
}
.lightbox .fa-spinner {
  color: #fff;
  margin-top: -60px;
  position: absolute;
}
.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;
  flex: 1 0 auto;
  margin-right: 1.5rem;
  max-width: 100px;
  width: 100%;
}
.lightbox .thumb-list li:last-child {
  margin-right: 0;
}
.lightbox .thumb-list img {
  width: 100%;
}
.thumb-container {
  order: 2;
  overflow: scroll;
  padding-bottom: 1.5rem;
  width: 100%;
}
.lightbox-item {
  cursor: pointer;
}
.no-scroll {
  overflow: hidden;
}
.greedy-nav__links {
  flex: 1;
}
.greedy__hidden-links {
  left: 0;
  width: 100%;
}
.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;
}
.greedy__hidden-links .subnav a.nav__item:last-child {
  padding-bottom: 0;
}
.greedy__hidden-links .has-subnav .nav__link {
  padding: 0 0 0.75rem;
}
.left-rigth-block {
  margin: 0 auto 72px;
  max-width: 1320px;
  position: relative;
}
.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: 0;
    padding: 0;
    width: 100%;
  }
}
.left-rigth-block .two-col-updated {
  display: grid;
  grid-template-areas: "column-img content";
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}
@media (width <= 768px) {
  .left-rigth-block .two-col-updated {
    grid-template-areas: "column-img" "content";
    grid-template-columns: 1fr;
  }
}
.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-areas: "content" "column-img";
    grid-template-columns: 1fr;
  }
}
.left-rigth-block .two-col-updated .column-image {
  background: url(https://d18slle4wlf9ku.cloudfront.net/oyotimessquare-1016649951/cms/imagepool/5ce26752caf7b.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-area: column-img;
  max-width: 100%;
  min-height: 400px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@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;
    height: 300px;
    margin-top: 35px;
    min-height: 300px;
  }
}
.left-rigth-block .two-col-updated .column-image .image-content {
  bottom: 40px;
  position: absolute;
  right: 50px;
  text-align: right;
}
@media (max-width: 640px) {
  .left-rigth-block .two-col-updated .column-image .image-content {
    left: 0;
    right: 0;
    text-align: center;
  }
}
.left-rigth-block .two-col-updated .column-image .image-content .h3 {
  color: #232525;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.left-rigth-block
  .two-col-updated
  .column-image
  .image-content
  .btn--secondary {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}
.left-rigth-block
  .two-col-updated
  .column-image
  .image-content
  .btn--secondary:hover {
  background-color: #fff;
  border-color: #fff;
  color: #232525;
}
.left-rigth-block .two-col-updated .column-content {
  align-items: flex-start;
  display: flex;
  gap: 24px;
  grid-area: content;
  justify-content: flex-start;
}
.home .left-rigth-block .two-col-updated .column-content {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.left-rigth-block .two-col-updated .column-content .content-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 2.25rem;
}
.home .left-rigth-block .two-col-updated .column-content .content-wrapper {
  align-items: center;
  justify-content: center;
  margin: 30px auto;
  max-width: 480px;
  padding: 0;
  text-align: center;
}
@media (max-width: 640px) {
  .home .left-rigth-block .two-col-updated .column-content .content-wrapper {
    margin: 0;
    max-width: 100%;
    padding: 0 12px;
  }
}
.left-rigth-block .two-col-updated .column-content .content-wrapper .h1 {
  color: #232525;
  font-family: Gotham A, Gotham B;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.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: 0;
}
.left-rigth-block .two-col-updated .column-content .content-wrapper strong {
  font-weight: 700;
}
.left-rigth-block .two-col-updated .column-content .content-wrapper span {
  color: #e12e1e;
  font-weight: 700;
}
.left-rigth-block .two-col-updated .column-content .content-wrapper a {
  font-weight: 700;
}
.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 {
    margin-top: 15px;
    max-width: 100% !important;
  }
}
.home
  .left-rigth-block
  .two-col-updated
  .column-content
  .content-wrapper.right-col-text
  p {
  margin-bottom: 0;
}
.left-rigth-block
  .two-col-updated
  .column-content
  .content-wrapper.right-col-text
  .button,
.left-rigth-block
  .two-col-updated
  .column-content
  .content-wrapper.right-col-text
  p
  .button {
  margin-top: 36px;
}
.fullwidth-slider-acm {
  height: 600px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (width <= 900px) {
  .fullwidth-slider-acm {
    height: 400px;
  }
}
@media (width <= 640px) {
  .fullwidth-slider-acm {
    height: 350px;
  }
}
.fullwidth-slider-acm .fullwidth-swiper {
  height: 600px;
  max-width: 100%;
  width: 100%;
}
@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%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fullwidth-slider-acm .fullwidth-swiper .swiper-slider img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  overflow: hidden;
  width: 100%;
}
.fullwidth-slider-acm .fullwidth-swiper .swiper-slide img:after {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fullwidth-slider-acm .fullwidth-swiper figcaption {
  background: hsla(0, 0%, 100%, 0.7);
  left: 50%;
  margin: auto;
  padding: 70px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 470px;
}
@media (width <= 640px) {
  .fullwidth-slider-acm .fullwidth-swiper figcaption {
    padding: 20px;
    width: 320px;
  }
}
.fullwidth-slider-acm
  .fullwidth-swiper
  figcaption
  p.pages-slider__content__description {
  margin: 10px 0 30px;
}
@media (width <= 640px) {
  .fullwidth-slider-acm
    .fullwidth-swiper
    figcaption
    p.pages-slider__content__description {
    display: none;
  }
}
.fullwidth-slider-acm .fullwidth-swiper figcaption .h3 {
  color: #232525;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@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 {
  background-color: transparent;
  border-color: #e1251b;
  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 {
  display: block;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
}
.fullwidth-slider-acm .swiper-button-prev {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (width <= 640px) {
  .fullwidth-slider-acm .swiper-button-prev {
    left: 30px;
  }
}
.fullwidth-slider-acm .swiper-button-next {
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (width <= 640px) {
  .fullwidth-slider-acm .swiper-button-next {
    right: -10px;
  }
}
.location-two-col-acm {
  display: flex;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1270px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: auto;
}
.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: 0;
  }
}
.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 {
  color: #515151;
  font-family: Gotham A, Gotham B;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  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-weight: 400;
}
.location-two-col-acm .location-container-wrapper .col-html-content .h4 {
  color: #232525;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.location-two-col-acm .location-container-wrapper .col-html-content .h5 {
  color: #232525;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.location-two-col-acm .location-container-wrapper .col-html-content .p,
.location-two-col-acm .location-container-wrapper .col-html-content p {
  color: #515151;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 24px;
}
.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 {
  clear: both;
  content: "";
  display: table;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
  margin-right: -100%;
}
.tns-gallery,
.tns-no-calc {
  left: 0;
  position: relative;
}
.tns-gallery {
  min-height: 1px;
}
.tns-gallery > .tns-item {
  left: -100%;
  position: absolute;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  left: unset !important;
  position: relative;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}
.tns-lazy-img {
  opacity: 0.6;
  transition: opacity 0.6s;
}
.tns-lazy-img.loaded {
  opacity: 1;
}
.tns-ah {
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  left: -10000em;
  position: absolute;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 0;
}
.tns-fadeOut,
.tns-normal {
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: -1;
}
.tns-t-subp2 {
  height: 10px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 310px;
}
.tns-t-ct {
  position: absolute;
  right: 0;
  width: 2333.3333333333%;
  width: 2333.33333%;
}
.tns-t-ct:after {
  clear: both;
  content: "";
  display: table;
}
.tns-t-ct > div {
  float: left;
  height: 10px;
  width: 1.4285714286%;
  width: 1.42857%;
}
.rooms-carousel,
.rooms-carousel2,
.rooms-carousel2__item,
.rooms-carousel__item {
  position: relative;
}
.rooms-carousel2__image,
.rooms-carousel__image {
  height: 350px;
  position: relative;
}
.rooms-carousel2__image:after,
.rooms-carousel__image:after {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .rooms-carousel2__image,
  .rooms-carousel__image {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .rooms-carousel2__image,
  .rooms-carousel__image {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .rooms-carousel2__image,
  .rooms-carousel__image {
    height: 750px;
  }
}
.rooms-carousel2__content,
.rooms-carousel__content {
  background-color: hsla(0, 0%, 100%, 0.7);
  left: 0;
  margin: auto;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 320px;
}
@media (min-width: 768px) {
  .rooms-carousel2__content,
  .rooms-carousel__content {
    padding: 30px;
    width: 350px;
  }
}
@media (min-width: 992px) {
  .rooms-carousel2__content,
  .rooms-carousel__content {
    padding: 70px;
    width: 470px;
  }
}
.rooms-carousel2__content .h3,
.rooms-carousel__content .h3 {
  margin-bottom: 20px;
}
.rooms-carousel2__content__description,
.rooms-carousel__content__description {
  display: none;
  margin: 10px 0 30px;
}
@media (min-width: 576px) {
  .rooms-carousel2__content__description,
  .rooms-carousel__content__description {
    display: block;
  }
}
.rooms-carousel2__content .btn--primary,
.rooms-carousel__content .btn--primary {
  margin: 0;
}
.rooms-carousel2__room-titles,
.rooms-carousel__room-titles {
  bottom: 0;
  display: none;
  left: 0;
  padding: 0 30px;
  position: absolute;
  right: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .rooms-carousel2__room-titles,
  .rooms-carousel__room-titles {
    display: block;
  }
}
.rooms-carousel2__room-titles a,
.rooms-carousel__room-titles a {
  position: absolute;
  right: 60px;
  text-decoration: none;
  top: 14px;
}
.rooms-carousel2__room-titles ul,
.rooms-carousel__room-titles ul {
  background-color: hsla(0, 0%, 100%, 0.7);
  display: block;
  margin: 0;
  padding: 20px 100px 20px 0;
  width: 100%;
}
.rooms-carousel2__room-titles ul li,
.rooms-carousel__room-titles ul li {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding: 0 30px;
  position: relative;
  transition: all 0.3s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .rooms-carousel2__room-titles ul li,
  .rooms-carousel__room-titles ul li {
    transition: none;
  }
}
.rooms-carousel2__room-titles ul li.active,
.rooms-carousel2__room-titles ul li:hover,
.rooms-carousel__room-titles ul li.active,
.rooms-carousel__room-titles ul li:hover {
  font-weight: 500;
}
.rooms-carousel2__room-titles ul li:after,
.rooms-carousel__room-titles ul li:after {
  background-color: #000;
  content: "";
  height: 1px;
  position: absolute;
  right: -15px;
  top: 10px;
  width: 30px;
}
.rooms-carousel2__room-titles ul li:last-child:after,
.rooms-carousel__room-titles ul li:last-child:after {
  width: 0;
}
.rooms-carousel .home-slider-control,
.rooms-carousel2 .home-slider-control {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  width: 100%;
}
.rooms-carousel .home-slider-control #roomsCarouselNext,
.rooms-carousel .home-slider-control #roomsCarouselPrev,
.rooms-carousel2 .home-slider-control #roomsCarouselNext,
.rooms-carousel2 .home-slider-control #roomsCarouselPrev {
  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;
  }
  .rooms-carousel .home-slider-control a#roomsCarouselPrev span.prev,
  .rooms-carousel2 .home-slider-control a#roomsCarouselPrev span.prev {
    left: 10px;
    position: absolute;
  }
}
.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;
  }
  .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 {
  height: 100%;
  max-height: 750px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.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 {
  background-color: transparent;
  border: 1px solid #e1251b;
  border-radius: 0;
  color: #e1251b;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  transition: 0.3s;
}
.rooms-carousel .btn--primary:focus,
.rooms-carousel .btn--primary:hover,
.rooms-carousel .c-room-list .c-room__text-group .ttweb-booking-button:focus,
.rooms-carousel .c-room-list .c-room__text-group .ttweb-booking-button:hover,
.rooms-carousel2 .btn--primary:focus,
.rooms-carousel2 .btn--primary:hover,
.rooms-carousel2 .c-room-list .c-room__text-group .ttweb-booking-button:focus,
.rooms-carousel2 .c-room-list .c-room__text-group .ttweb-booking-button:hover {
  background-color: #e1251b;
  border-color: #e1251b;
  color: #fff;
  text-decoration: none;
}
.rooms-carousel .btn--secondary,
.rooms-carousel2 .btn--secondary {
  background-color: transparent !important;
  border: 1px solid #fff;
  border-radius: 0;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.rooms-carousel .btn--secondary:focus,
.rooms-carousel .btn--secondary:hover,
.rooms-carousel2 .btn--secondary:focus,
.rooms-carousel2 .btn--secondary:hover {
  background-color: #fff !important;
  border-color: #fff;
  color: #232525;
  text-decoration: none;
}
.home .rooms-carousel {
  margin-bottom: 0 !important;
}
.btn--secondary {
  background-color: transparent !important;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.btn--secondary:focus,
.btn--secondary:hover {
  background-color: #fff !important;
  border-color: #fff;
  color: #232525;
  text-decoration: none;
}
.other-items-slider {
  background-color: #d9d9d9;
  margin: 0;
  padding: 50px 0;
}
.home .other-items-slider {
  margin-bottom: 0 !important;
}
.other-items-slider .h3 {
  margin-bottom: 30px;
  text-align: center;
}
.other-items-slider__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
.other-items-slider__container #offers-acm-slider {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.other-items-slider__container #offers-acm-slider .swiper-slide {
  align-items: center;
  display: flex;
  justify-content: center;
}
.other-items-slider__container .home-slider-control {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  width: 100%;
}
.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: 0;
  }
}
.other-items-slider__container .home-slider-control .next {
  position: absolute;
  right: -30px;
}
@media (max-width: 640px) {
  .other-items-slider__container .home-slider-control .next {
    right: 0;
  }
}
@media (min-width: 992px) {
  .other-items-slider__container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.other-items-slider__container .items-carousel {
  height: inherit;
}
.other-items-slider__container .tns-nav {
  bottom: -50px;
}
.other-items-slider__container .tns-nav button {
  background-color: #fff;
  border: 0;
  height: 10px;
  margin: 0 6px;
  padding: 0;
  transition: 0.3s;
  width: 10px;
}
@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 {
  background-color: #fff;
  height: 100%;
}
.other-items-slider__item__inner .btn--primary,
.other-items-slider__item__inner
  .c-room-list
  .c-room__text-group
  .ttweb-booking-button {
  background-color: transparent;
  border: 1px solid #e1251b;
  border-radius: 0;
  color: #e1251b;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  transition: 0.3s;
}
.other-items-slider__item__inner .btn--primary:focus,
.other-items-slider__item__inner .btn--primary:hover,
.other-items-slider__item__inner
  .c-room-list
  .c-room__text-group
  .ttweb-booking-button:focus,
.other-items-slider__item__inner
  .c-room-list
  .c-room__text-group
  .ttweb-booking-button:hover {
  background-color: #e1251b;
  border-color: #e1251b;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 640px) {
  .other-items-slider__item__image-section {
    height: 180px;
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 576px) {
  .other-items-slider__item__image-section {
    height: 260px;
  }
}
.other-items-slider__item__image-section .objectfit {
  display: block;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
}
.other-items-slider__item__image-section img {
  height: 100%;
}
.other-items-slider__item__content-section {
  height: 100%;
  max-width: 357px;
  min-height: auto;
  overflow: hidden;
  padding: 24px;
  width: 100%;
}
@media (min-width: 576px) {
  .other-items-slider__item__content-section {
    min-height: 254px;
  }
}
.other-items-slider__item__content-section
  .room-info__amenities__content
  .amenities-left
  ul
  li,
.other-items-slider__item__content-section p,
.room-info__amenities__content
  .amenities-left
  ul
  .other-items-slider__item__content-section
  li {
  width: 90%;
}
.other-items-slider__item__content-section
  .room-info__amenities__content
  .amenities-left
  ul
  li
  b,
.other-items-slider__item__content-section
  .room-info__amenities__content
  .amenities-left
  ul
  li
  font,
.other-items-slider__item__content-section p b,
.other-items-slider__item__content-section p font,
.room-info__amenities__content
  .amenities-left
  ul
  .other-items-slider__item__content-section
  li
  b,
.room-info__amenities__content
  .amenities-left
  ul
  .other-items-slider__item__content-section
  li
  font {
  color: #515151;
  font-family: Gotham A, Gotham B;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
}
.other-items-slider__item__content-section .h5 {
  line-height: normal;
  margin-bottom: 20px;
  width: 90%;
}
.other-items-slider__item__content-section .c-instagram-feed__tag-link,
.other-items-slider__item__content-section .overline {
  padding-bottom: 30px;
  position: relative;
}
.other-items-slider__item__content-section .c-instagram-feed__tag-link:after,
.other-items-slider__item__content-section .overline:after {
  background-color: #efeeee;
  bottom: 13px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 50px;
}
.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 {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 320px;
  justify-content: center;
  margin-bottom: 72px;
  text-align: center;
}
.roomsDetailPage:after {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.more-rooms-slider {
  margin: 0 auto 40px;
  max-width: 1220px;
  padding: 0;
  position: relative;
}
@media (max-width: 640px) {
  .more-rooms-slider {
    margin-bottom: 0;
  }
}
.more-rooms-slider .rooms.page-content.slideshow.swiper-container-horizontal {
  overflow: hidden;
}
.more-rooms-slider .room-content {
  align-items: center;
  color: #515151;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 24px;
  padding: 24px;
  text-align: center;
}
.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: 0;
  }
}
.more-rooms-slider .tonight-rate,
.more-rooms-slider .ttweb-room-amenities {
  display: none;
}
.more-rooms-slider .slideshow-buttons {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 50%;
  position: absolute;
  top: 46%;
  transform: translate(-50%);
  width: 100%;
}
@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: 0;
  }
}
.more-rooms-slider .slideshow-buttons .next {
  position: absolute;
  right: -50px;
}
@media (max-width: 640px) {
  .more-rooms-slider .slideshow-buttons .next {
    right: 0;
  }
}
.more-rooms-slider .slideshow-buttons div#roomsSliderPrev {
  bottom: -17px;
  left: -43px;
  position: relative;
}
@media (max-width: 640px) {
  .more-rooms-slider .slideshow-buttons div#roomsSliderPrev {
    bottom: -2px;
    left: -2px;
  }
}
.more-rooms-slider .slideshow-buttons div#roomsSliderNext {
  bottom: -17px;
  position: relative;
  right: -43px;
}
@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 {
  background-color: transparent;
  border: 1px solid #e1251b;
  border-radius: 0;
  color: #e1251b;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  transition: 0.3s;
}
.more-rooms-slider .btn--primary:focus,
.more-rooms-slider .btn--primary:hover,
.more-rooms-slider .c-room-list .c-room__text-group .ttweb-booking-button:focus,
.more-rooms-slider
  .c-room-list
  .c-room__text-group
  .ttweb-booking-button:hover {
  background-color: #e1251b;
  border-color: #e1251b;
  color: #fff;
  text-decoration: none;
}
.more-rooms-slider .room-image {
  height: 292px;
  position: relative;
}
.more-rooms-slider .room-image .ttweb-room-primary-image {
  height: 292px;
  width: 100%;
}
@media (max-width: 640px) {
  .more-rooms-slider .room-image .ttweb-room-primary-image {
    height: 180px;
  }
}
.more-rooms-slider .ttweb-room-primary-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.other-items-slider__item__image-section img {
  display: block;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  overflow: hidden;
  width: 100%;
}
.ttweb-room-short-description {
  font-size: 16px;
}
.homepage-left-rigth-block {
  margin: 30px auto;
  max-width: 1320px;
  position: relative;
}
.homepage-left-rigth-block .container {
  max-width: 1290px;
  width: 100%;
}
@media (max-width: 640px) {
  .homepage-left-rigth-block .container {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
.homepage-left-rigth-block .two-col-updated {
  display: grid;
  grid-template-areas: "column-img content";
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}
@media (width <= 768px) {
  .homepage-left-rigth-block .two-col-updated {
    grid-template-areas: "column-img" "content";
    grid-template-columns: 1fr;
  }
}
.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-areas: "content" "column-img";
    grid-template-columns: 1fr;
  }
}
.homepage-left-rigth-block .two-col-updated .image-wrapper {
  display: block;
  padding: 0 20px;
}
@media (max-width: 640px) {
  .homepage-left-rigth-block .two-col-updated .image-wrapper {
    padding: 0;
  }
}
.homepage-left-rigth-block .two-col-updated .image-wrapper .column-image {
  background: url(https://d18slle4wlf9ku.cloudfront.net/oyotimessquare-1016649951/cms/imagepool/5ce26752caf7b.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-area: column-img;
  max-width: 100%;
  min-height: 400px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@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 {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.homepage-left-rigth-block
  .two-col-updated
  .image-wrapper
  .column-image
  .image-content {
  bottom: 40px;
  position: absolute;
  right: 50px;
  text-align: right;
}
@media (max-width: 640px) {
  .homepage-left-rigth-block
    .two-col-updated
    .image-wrapper
    .column-image
    .image-content {
    left: 0;
    right: 0;
    text-align: center;
  }
}
.homepage-left-rigth-block
  .two-col-updated
  .image-wrapper
  .column-image
  .image-content
  .h3 {
  color: #232525;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@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;
  }
}
.homepage-left-rigth-block .two-col-updated .column-content {
  align-items: flex-start;
  display: flex;
  gap: 24px;
  grid-area: content;
  justify-content: flex-start;
}
.home .homepage-left-rigth-block .two-col-updated .column-content {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.homepage-left-rigth-block .two-col-updated .column-content .content-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0 2.25rem;
}
.home
  .homepage-left-rigth-block
  .two-col-updated
  .column-content
  .content-wrapper {
  align-items: center;
  justify-content: center;
  margin: 30px auto;
  max-width: 480px;
  padding: 0;
  text-align: center;
}
@media (max-width: 640px) {
  .home
    .homepage-left-rigth-block
    .two-col-updated
    .column-content
    .content-wrapper {
    margin: 0;
    max-width: 100%;
    padding: 0 12px;
  }
}
.homepage-left-rigth-block
  .two-col-updated
  .column-content
  .content-wrapper
  .h1 {
  color: #232525;
  font-family: Gotham A, Gotham B;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.homepage-left-rigth-block .two-col-updated .column-content .content-wrapper p {
  font-family: Raleway;
  font-size: 12px !important;
  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 {
    margin-top: 15px;
    max-width: 100% !important;
  }
}
.home
  .homepage-left-rigth-block
  .two-col-updated
  .column-content
  .content-wrapper.right-col-text
  p {
  margin-bottom: 0;
}
.homepage-left-rigth-block
  .two-col-updated
  .column-content
  .content-wrapper.right-col-text
  p
  .button {
  margin-top: 36px;
}
.ada-statment {
  display: flex;
  margin: 0 auto;
  max-width: 800px;
}
section.ada-statement {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
section.ada-statement .col-html-content p {
  box-sizing: border-box;
  color: #515151;
  font-family: Gotham A, Gotham B;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: center;
}
.intro-two-col {
  display: flex;
  margin: 0 auto 64px;
  max-width: 1033px;
  position: relative;
}
.intro-two-col .intro-col-wrapper {
  align-items: center;
  display: inline-flex;
  gap: 64px;
  height: 100%;
  justify-content: flex-start;
  width: 100%;
}
@media (max-width: 900px) {
  .intro-two-col .intro-col-wrapper {
    flex-direction: column-reverse;
    margin: 0 20px;
    row-gap: 56px;
    width: calc(100% - 40px);
  }
}
.intro-two-col .intro-col-wrapper .image-container {
  height: 420px;
  max-width: 531px;
  overflow: hidden;
  width: 100%;
}
@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;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.intro-two-col .intro-col-wrapper .content-wrapper {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .intro-two-col .intro-col-wrapper .content-wrapper {
    flex: 1;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
  }
}
.intro-two-col .intro-col-wrapper .content-wrapper .content {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .intro-two-col .intro-col-wrapper .content-wrapper .content {
    flex: 1;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
  }
}
.intro-two-col .intro-col-wrapper .content-wrapper .content .header-wrapper {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
}
@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 {
  word-wrap: break-word;
  align-self: stretch;
  color: #232525;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.84px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
}
.intro-two-col .intro-col-wrapper .content-wrapper .content .header {
  word-wrap: break-word;
  align-self: stretch;
  color: #232525;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.88px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
}
.intro-two-col .intro-col-wrapper .content-wrapper .content .info {
  word-wrap: break-word;
  align-self: stretch;
  color: #515151;
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.08px;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 640px) {
  .intro-two-col .intro-col-wrapper .content-wrapper .content .info p {
    margin-bottom: 0;
  }
}
.intro-two-col .intro-col-wrapper .content-wrapper .content .info ol {
  list-style: disc;
}
.intro-two-col .intro-col-wrapper .content-wrapper .content .info ol,
.intro-two-col .intro-col-wrapper .content-wrapper .content .info ul {
  color: #515151;
  font-family: Gotham A, Gotham B;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 24px;
  list-style-position: inside;
  list-style-type: disc;
  padding: 0;
  text-align: center;
}
.intro-two-col .intro-col-wrapper .content-wrapper .content .info span,
.intro-two-col .intro-col-wrapper .content-wrapper .content .info strong {
  font-weight: 700;
}
.intro-two-col .intro-col-wrapper .cta-wrapper {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  justify-content: flex-start;
}
.explore-gallery-fullwidth {
  align-items: center;
  background: #d4d4d4;
  display: flex;
  flex-direction: column;
  height: 744px;
  justify-content: center;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 640px) {
  .explore-gallery-fullwidth {
    height: 430px;
  }
}
.explore-gallery-fullwidth .gallery-header {
  word-wrap: break-word;
  align-items: center;
  color: #232525;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.88px;
  line-height: 26px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 64px;
  width: 100%;
}
.explore-gallery-fullwidth .explore-gallery-container {
  align-items: center;
  display: inline-flex;
  gap: 20px;
  height: 560px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 120px;
  width: 100%;
}
@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;
}
@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;
  height: 100%;
  height: 40rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.explore-gallery-fullwidth
  .explore-gallery-container
  #swiper-2
  .swiper-slide
  figure {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.explore-gallery-fullwidth
  .explore-gallery-container
  #swiper-2
  .swiper-slide
  img.swiper-lazy {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  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 {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
.explore-gallery-fullwidth
  .explore-gallery-container
  #swiper-2
  .swiper-custom-nav {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 0 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}
.intro-two-col-content-then-img {
  display: flex;
  margin: 0 auto 64px;
  max-width: 1033px;
  position: relative;
}
.intro-two-col-content-then-img .intro-col-wrapper {
  align-items: center;
  display: inline-flex;
  gap: 64px;
  height: 100%;
  justify-content: flex-start;
  width: 100%;
}
@media (max-width: 768px) {
  .intro-two-col-content-then-img .intro-col-wrapper {
    flex-direction: column;
    margin: 0 20px;
    row-gap: 56px;
    width: calc(100% - 40px);
  }
}
.intro-two-col-content-then-img .intro-col-wrapper .image-container {
  height: 420px;
  max-width: 531px;
  overflow: hidden;
  width: 100%;
}
@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;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.intro-two-col-content-then-img .intro-col-wrapper .content-wrapper {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  width: 438px;
}
@media (max-width: 768px) {
  .intro-two-col-content-then-img .intro-col-wrapper .content-wrapper {
    flex: 1;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
  }
}
.intro-two-col-content-then-img .intro-col-wrapper .content-wrapper .content {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .intro-two-col-content-then-img .intro-col-wrapper .content-wrapper .content {
    flex: 1;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
  }
}
.intro-two-col-content-then-img
  .intro-col-wrapper
  .content-wrapper
  .content
  .header-wrapper {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 54px;
  justify-content: flex-start;
}
@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 {
  word-wrap: break-word;
  align-self: stretch;
  color: #232525;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.84px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
}
.intro-two-col-content-then-img
  .intro-col-wrapper
  .content-wrapper
  .content
  .header {
  word-wrap: break-word;
  align-self: stretch;
  color: #232525;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.88px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
}
.intro-two-col-content-then-img
  .intro-col-wrapper
  .content-wrapper
  .content
  .info {
  word-wrap: break-word;
  align-self: stretch;
  color: #515151;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.08px;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 640px) {
  .intro-two-col-content-then-img
    .intro-col-wrapper
    .content-wrapper
    .content
    .info
    p {
    margin-bottom: 0;
  }
}
.intro-two-col-content-then-img .intro-col-wrapper .cta-wrapper {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  justify-content: flex-start;
}
.green-key-acm {
  background: #d9d9d9;
  display: flex;
  flex-direction: column;
  height: 620px;
  margin-top: 360px;
  position: relative;
}
@media (max-width: 640px) {
  .green-key-acm {
    flex: 1;
    height: 100%;
    margin-top: 170px;
  }
}
.green-key-acm .wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: 0 auto 120px;
  max-width: 1110px;
  padding: 0 20px;
  position: relative;
  top: -300px;
  width: 100%;
}
@media (max-width: 640px) {
  .green-key-acm .wrapper {
    margin-bottom: 0;
    top: -133px;
  }
}
.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;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.green-key-acm .wrapper .content-wrapper {
  align-items: flex-start;
  display: grid;
  gap: 133px;
  grid-template-columns: 410px 1fr;
  grid-template-rows: auto;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .green-key-acm .wrapper .content-wrapper {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
.green-key-acm .wrapper .content-wrapper .header {
  word-wrap: break-word;
  color: #333;
  flex: 1;
  font-family: Gotham A, Gotham B;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.32px;
  line-height: 26px;
  text-transform: uppercase;
  width: 100%;
}
.green-key-acm .wrapper .content-wrapper .info-cta {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .green-key-acm .wrapper .content-wrapper .info-cta {
    gap: 16px;
  }
}
.green-key-acm .wrapper .content-wrapper .info-cta .content {
  word-wrap: break-word;
  color: #333;
  font-family: Gotham A, Gotham B;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.08px;
  line-height: 24px;
  width: 100%;
}
.initiatives-acm {
  background: #d9d9d9;
  position: relative;
}
.initiatives-acm .initiatives-wrapper {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  justify-content: flex-start;
  margin: 0 auto;
  padding-bottom: 120px;
  padding-top: 120px;
  width: 100%;
}
@media (max-width: 640px) {
  .initiatives-acm .initiatives-wrapper {
    padding-bottom: 64px;
    padding-top: 64px;
  }
}
.initiatives-acm .initiatives-wrapper .initiative-container {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 40px;
  height: 100%;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1110px;
  overflow: hidden;
  width: 100%;
}
.initiatives-acm .initiatives-wrapper .initiative-container .heading {
  word-wrap: break-word;
  color: #333;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.32px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 640px) {
  .initiatives-acm .initiatives-wrapper .initiative-container .heading {
    padding: 0 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-items: stretch;
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.initiatives-acm
  .initiatives-wrapper
  .initiative-container
  .initiative-item
  .card-wrapper {
  align-items: center;
  background: #fff;
  border: 0.5px solid #fff;
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-start;
  padding: 40px 32px;
  width: 343px;
}
.initiatives-acm
  .initiatives-wrapper
  .initiative-container
  .initiative-item
  .card-wrapper
  .icon-wrapper {
  align-items: center;
  display: inline-flex;
  height: 64px;
  justify-content: center;
  padding: 6.34px 10.16px 6.5px 9.89px;
  width: 64px;
}
.initiatives-acm
  .initiatives-wrapper
  .initiative-container
  .initiative-item
  .card-wrapper
  .content-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-start;
}
.initiatives-acm
  .initiatives-wrapper
  .initiative-container
  .initiative-item
  .card-wrapper
  .content-wrapper
  .title {
  word-wrap: break-word;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2.56px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 279px;
}
@media (max-width: 640px) {
  .initiatives-acm
    .initiatives-wrapper
    .initiative-container
    .initiative-item
    .card-wrapper
    .content-wrapper
    .title {
    max-width: 100%;
    width: 100%;
  }
}
.initiatives-acm
  .initiatives-wrapper
  .initiative-container
  .initiative-item
  .card-wrapper
  .content-wrapper
  .info {
  word-wrap: break-word;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.08px;
  line-height: 24px;
  text-align: center;
  width: 279px;
}
@media (max-width: 640px) {
  .initiatives-acm
    .initiatives-wrapper
    .initiative-container
    .initiative-item
    .card-wrapper
    .content-wrapper
    .info {
    max-width: 100%;
    width: 100%;
  }
}
.initiatives-acm
  .initiatives-wrapper
  .initiative-container
  .initiative-item
  #eco-slider {
  height: 367px;
  padding-bottom: 32px;
  position: relative;
  width: 100%;
}
.initiatives-acm
  .initiatives-wrapper
  .initiative-container
  .initiative-item
  #eco-slider
  .swiper-slide {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 100%;
  width: 100% !important;
}
.initiatives-acm
  .initiatives-wrapper
  .initiative-container
  .initiative-item
  #eco-slider
  .swiper-pagination {
  align-items: center;
  bottom: 15px;
  bottom: 1px;
  display: flex;
  gap: 8px;
  height: 12px;
  justify-content: center;
  position: absolute;
  width: 100% !important;
  z-index: 40;
}
.initiatives-acm
  .initiatives-wrapper
  .initiative-container
  .initiative-item
  #eco-slider
  .swiper-pagination-bullet {
  background: #e2231a;
  border-radius: 50%;
  height: 6px;
  margin: 0 4px;
  opacity: 0.3;
  width: 6px;
}
.initiatives-acm
  .initiatives-wrapper
  .initiative-container
  .initiative-item
  #eco-slider
  .swiper-pagination-bullet-active {
  background: #e2231a;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  opacity: 1;
  transform: scale(1.2);
}
.features-acm {
  display: flex;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}
@media (max-width: 1089px) {
  .features-acm {
    max-width: 100%;
    width: 100%;
  }
}
.features-acm .wrapper {
  align-items: center;
  display: inline-flex;
  gap: 133px;
  height: 100%;
  justify-content: flex-start;
  margin: 120px auto 0;
  max-width: 1086px;
  width: 100%;
}
@media (max-width: 1089px) {
  .features-acm .wrapper {
    flex-direction: column;
    gap: 32px;
    margin: 64px 32px;
    max-width: 100%;
    width: calc(100% - 64px);
  }
}
.features-acm .wrapper.right {
  margin: 120px auto;
}
@media (max-width: 1089px) {
  .features-acm .wrapper.right {
    flex-direction: column-reverse;
    margin-top: 0;
  }
}
.features-acm .wrapper .image-column {
  height: 640px;
  overflow: hidden;
  position: relative;
  width: 543px;
}
@media (max-width: 1089px) {
  .features-acm .wrapper .image-column {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .features-acm .wrapper .image-column {
    height: 360px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
}
.features-acm .wrapper .image-column img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.features-acm .wrapper .image-column #sustain-gallery,
.features-acm .wrapper .image-column #sustain-gallery_2 {
  height: 640px;
  position: relative;
  width: 543px;
}
@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 {
    height: 360px;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
  }
}
.features-acm .wrapper .image-column #sustain-gallery .swiper-slide,
.features-acm .wrapper .image-column #sustain-gallery_2 .swiper-slide {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.features-acm .wrapper .image-column #sustain-gallery .swiper-slide img,
.features-acm .wrapper .image-column #sustain-gallery_2 .swiper-slide img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  overflow: hidden;
  width: 100%;
}
.features-acm
  .wrapper
  .image-column
  #sustain-gallery
  .swiper-custom-nav-sustain,
.features-acm
  .wrapper
  .image-column
  #sustain-gallery_2
  .swiper-custom-nav-sustain {
  align-items: center;
  bottom: -18px;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}
.features-acm .wrapper .content-column {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-start;
}
.features-acm .wrapper .content-column .info {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  max-width: 410px;
  width: 100%;
}
@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 {
  word-wrap: break-word;
  color: #333;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.32px;
  line-height: 26px;
  text-transform: uppercase;
  width: 100%;
}
.features-acm .wrapper .content-column .info .content {
  word-wrap: break-word;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.08px;
  line-height: 24px;
  width: 100%;
}
.sustainability-acm {
  position: relative;
}
.sustainability-acm .sustain-wrapper {
  align-items: flex-start;
  display: inline-flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  width: 100%;
}
.sustainability-acm .sustain-wrapper .intro-wrapper {
  align-items: flex-start;
  align-self: stretch;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 674px;
  padding-bottom: 120px;
  padding-top: 120px;
  width: 100%;
}
@media (max-width: 640px) {
  .sustainability-acm .sustain-wrapper .intro-wrapper {
    margin: auto 32px;
    padding-bottom: 64px;
    padding-top: 64px;
    width: calc(100% - 64px);
  }
}
.sustainability-acm .sustain-wrapper .intro-wrapper .info-container-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
}
@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 {
  word-wrap: break-word;
  align-self: stretch;
  color: #333;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.32px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .sustainability-acm
    .sustain-wrapper
    .intro-wrapper
    .info-container-wrapper
    .heading {
    padding: 0 32px;
  }
}
.sustainability-acm
  .sustain-wrapper
  .intro-wrapper
  .info-container-wrapper
  .content {
  word-wrap: break-word;
  color: #333;
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.08px;
  line-height: 24px;
  max-width: 100%;
  text-align: center;
  width: 100%;
}
.sustainability-acm .sustain-wrapper .img-container {
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 640px) {
  .sustainability-acm .sustain-wrapper .img-container {
    height: 330px;
  }
}
.sustainability-acm .sustain-wrapper .img-container img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
}
.bfcm-lightbox {
  font-family: Gotham A, Gotham B;
}
.bfcm-lightbox .bfcm-lightbox-container {
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.bfcm-lightbox .bfcm-lightbox-container.show-popup {
  display: block;
}
.bfcm-lightbox .bfcm-lightbox-tab {
  align-items: center;
  background: #e2231a;
  border: 0;
  bottom: 50px;
  cursor: pointer;
  display: flex;
  height: 36px;
  justify-content: center;
  left: auto;
  padding: 4px 78px 4px 58px;
  position: fixed;
  right: 0;
  top: auto;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: 100% 100%;
  transition: opacity 0.25s;
  z-index: 50;
}
@media (max-width: 575px) {
  .bfcm-lightbox .bfcm-lightbox-tab {
    bottom: 20px;
  }
}
.bfcm-lightbox .bfcm-lightbox-tab .tab-content {
  animation: float 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.6px;
  line-height: normal;
  margin: 0;
  padding: 0 6px 0 0;
  position: relative;
  text-transform: uppercase;
  transform: translateZ(0);
  transition: opacity 0.2s ease-out;
  will-change: transform;
}
@keyframes float {
  0% {
    transform: translateZ(0);
    -ms-transform: translateZ(0);
  }
  65% {
    transform: translate3d(0, 4px, 0);
    -ms-transform: translate3d(0, 4px, 0);
  }
  to {
    transform: translateZ(0);
    -ms-transform: translateZ(0);
  }
}
.bfcm-lightbox .bfcm-lightbox-tab .tab-content:before {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 8px;
  position: absolute;
  right: -4px;
  top: 45%;
  transform: rotate(45deg) translateY(-50%);
  width: 2px;
}
.bfcm-lightbox .bfcm-lightbox-tab .tab-content:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 8px;
  position: absolute;
  right: -15px;
  top: 45%;
  transform: rotate(-45deg) translateY(-50%);
  width: 2px;
}
.bfcm-lightbox .bfcm-lightbox-tab.position-left {
  left: 0;
  right: auto;
  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 {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  max-height: 95%;
  max-width: 580px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
  transition: right 1s;
  z-index: 9998;
}
@media (max-width: 575px) {
  .bfcm-lightbox .bfcm-lightbox-wrap {
    max-width: 362px;
  }
}
.bfcm-lightbox .bfcm-lightbox-content {
  max-height: 100vh;
  overflow-y: auto;
  padding: 64px 72px;
}
.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 {
  color: #000;
  font-family: Gotham A, Gotham B;
}
.bfcm-lightbox .pre-heading {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 7px;
  line-height: normal;
}
@media (max-width: 575px) {
  .bfcm-lightbox .pre-heading {
    font-size: 11px;
    letter-spacing: 5.5px;
    line-height: 18px;
  }
}
.bfcm-lightbox .heading {
  border-bottom: 1px solid #111;
  border-top: 1px solid #111;
  font-family: Gotham A, Gotham B;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 50px;
  margin: 20px 0 32px;
  padding: 32px 0 24px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .bfcm-lightbox .heading {
    font-size: 32px;
    line-height: 36px;
    margin: 14px 0 18px;
    padding: 20px 0 16px;
  }
}
.bfcm-lightbox p {
  color: #000;
  font-family: Gotham A, Gotham B;
  font-size: 16px;
  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 .large-text,
.bfcm-lightbox p strong {
  display: block;
  font-family: Gotham A, Gotham B;
  font-size: 96px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 96px;
  padding-bottom: 1px;
  padding-top: 6px;
}
@media (max-width: 575px) {
  .bfcm-lightbox p .large-text,
  .bfcm-lightbox p strong {
    font-size: 66px;
    line-height: 66px;
    padding-bottom: 4px;
  }
}
.bfcm-lightbox .buttons {
  margin-top: 38px;
}
@media (max-width: 575px) {
  .bfcm-lightbox .buttons {
    margin-top: 22px;
  }
}
.bfcm-lightbox .buttons a {
  align-items: center;
  background-color: #e2231a;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 58px;
  justify-content: center;
  letter-spacing: 1.6px;
  line-height: normal;
  padding: 0 16px;
  transition: all, 0.2s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .bfcm-lightbox .buttons a {
    transition: none;
  }
}
@media (max-width: 575px) {
  .bfcm-lightbox .buttons a {
    font-size: 14px;
    height: 45px;
    letter-spacing: 1.6px;
    line-height: 12px;
    padding: 0 16px;
  }
}
.bfcm-lightbox .bottom-text {
  color: #838383;
  font-family: Gotham A, Gotham B;
  font-size: 14px;
  letter-spacing: 0.88px;
  padding-top: 25px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .bfcm-lightbox .bottom-text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.88px;
    line-height: 18px;
    padding-top: 16px;
  }
}
.bfcm-lightbox .close-popup {
  background: none;
  border: 0;
  box-shadow: 0 0;
  cursor: pointer;
  display: block;
  height: 30px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  text-indent: -1000px;
  top: 15px;
  transition: opacity 0.2s;
  width: 30px;
  z-index: 10;
}
.bfcm-lightbox .close-popup:hover {
  opacity: 0.7;
}
.bfcm-lightbox .close-popup:after,
.bfcm-lightbox .close-popup:before {
  background-color: #000;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.bfcm-lightbox .close-popup:after {
  height: 1px;
  width: 24px;
}
.bfcm-lightbox .close-popup:before {
  height: 24px;
  width: 1px;
}
