@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/gotham-light.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/gotham-light.woff") format("woff"), url("../fonts/gotham/gotham-light.ttf") format("truetype"), url("../fonts/gotham/gotham-light.svg#gotham-light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/gotham-book.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/gotham-book.woff") format("woff"), url("../fonts/gotham/gotham-book.ttf") format("truetype"), url("../fonts/gotham/gotham-book.svg#gotham-medium") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/gotham-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/gotham-medium.woff") format("woff"), url("../fonts/gotham/gotham-medium.ttf") format("truetype"), url("../fonts/gotham/gotham-medium.svg#gotham-medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/gotham-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham/gotham-bold.woff") format("woff"), url("../fonts/gotham/gotham-bold.ttf") format("truetype"), url("../fonts/gotham/gotham-bold.svg#gotham-bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/bebasneue/bebasneuebold.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue/bebasneuebold.woff") format("woff"), url("../fonts/bebasneue/bebasneuebold.ttf") format("truetype"), url("../fonts/bebasneue/bebasneuebold.svg#bebasneuebold") format("svg");
  font-weight: 700;
  font-style: normal;
}

/*MEDIA QUERIES*/
/*BOOTSTRAP OVERWRITES*/
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.font-main {
  font-family: "Gotham", Helvetica, Arial, sans-serif !important;
}

body {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #000;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  body {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.ttf?gf5st6") format("truetype"), url("../fonts/icons.woff?gf5st6") format("woff"), url("../fonts/icons.svg?gf5st6#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ic {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-play:before {
  content: "\e905";
}

.ic-tripadvisor:before {
  content: "\e900";
}

.ic-twitter:before {
  content: "\e901";
}

.ic-youtube:before {
  content: "\e902";
}

.ic-facebook:before {
  content: "\e903";
}

.ic-gallery:before {
  content: "\e904";
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px;
  height: 0;
}

.iframe-wrapper iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-wrapper.ratio-16-9 {
  padding-bottom: 56.25% !important;
}

.iframe-wrapper.ratio-1-1 {
  padding-bottom: 100% !important;
}

.iframe-wrapper.ratio-4-3 {
  padding-bottom: 75% !important;
}

.iframe-wrapper.ratio-3-2 {
  padding-bottom: 66.666666% !important;
}

#footer {
  padding: 40px 0;
}

#footer .footer-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footer .footer-container .copyright {
  font-weight: 500;
  text-transform: uppercase;
}

#footer .footer-container .copyright {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  #footer .footer-container .copyright {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  #footer .footer-container .copyright {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  #footer .footer-container {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .footer-container .logo {
    margin-bottom: 20px;
  }
  #footer .footer-container .social-list {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}

@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.ttf?gf5st6") format("truetype"), url("../fonts/icons.woff?gf5st6") format("woff"), url("../fonts/icons.svg?gf5st6#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ic {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-play:before {
  content: "\e905";
}

.ic-tripadvisor:before {
  content: "\e900";
}

.ic-twitter:before {
  content: "\e901";
}

.ic-youtube:before {
  content: "\e902";
}

.ic-facebook:before {
  content: "\e903";
}
.ic-instagram:before {
  content: "\e906";
}

.ic-gallery:before {
  content: "\e904";
}

.hdbtn {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
  border: none;
  border-radius: 0;
  position: relative;
  z-index: 1;
  transition: all 0.2s ease;
  text-transform: uppercase;
  text-align: center;
}

.hdbtn:focus {
  outline: none;
}

.hdbtn.xl {
  line-height: 1.75;
  padding: 0.85em 1.5em;
  min-width: 126px;
}

.hdbtn.xl {
  font-size: 12px;
}

@media screen and (min-width: 767px) {
  .hdbtn.xl {
    font-size: calc(12px + 2 * ((100vw - 767px) / 433));
  }
}

@media screen and (min-width: 1200px) {
  .hdbtn.xl {
    font-size: 14px;
  }
}

.hdbtn.md {
  padding: 11px 10px;
  width: 202px;
  min-width: 100px;
  max-width: 100%;
}

.hdbtn.md-2 {
  padding: 17px 10px;
  width: 202px;
  min-width: 100px;
  max-width: 100%;
  font-weight: 300;
}

.hdbtn.lg {
  width: 202px;
  min-width: 100px;
  max-width: 100%;
  padding: 19px 5px;
  font-size: 14px;
}

.hdbtn.small {
  padding: 0.5em 0.6em 0.4em 0.6em;
  border-width: 1px;
}

.hdbtn.small {
  font-size: 12px;
}

@media screen and (min-width: 767px) {
  .hdbtn.small {
    font-size: calc(12px + 2 * ((100vw - 767px) / 433));
  }
}

@media screen and (min-width: 1200px) {
  .hdbtn.small {
    font-size: 14px;
  }
}

.hdbtn.white_smoke-nero {
  background-color: #F1F1F1;
  color: #232323;
}

.hdbtn.white_smoke-nero:hover {
  background-color: #d9d9d9;
}

.hdbtn.white_smoke-055-white {
  /* background-color: rgba(241, 241, 241, 0.55); */
  background-color: rgba(0, 0, 0, 0.47)!important;
  color: #fff;
}

.hdbtn.white_smoke-055-white:hover {
  /* background-color: rgba(186, 186, 186, 0.595); */
  background-color: rgba(77, 77, 77, 0.595)!important;
}

.hdbtn.transparent-logan {
  padding: 0;
  width: auto !important;
  min-width: 0 !important;
  background-color: transparent;
  color: #958CAB;
  font-weight: 700;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
}

.hdbtn.transparent-logan:hover {
  color: #fff;
}

.hdbtn.transparent-logan2 {
  padding: 0;
  width: auto !important;
  min-width: 0 !important;
  background-color: transparent;
  color: #A7A0B5;
  font-weight: 700;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
}

.hdbtn.transparent-logan2:hover {
  color: #fff;
}

.hdbtn.black-white {
  background-color: #000;
  color: #fff;
}

.hdbtn.black-white:hover {
  background-color: black;
}

.hdbtn.nero-white {
  background-color: #232323;
  color: #fff;
}

.hdbtn.nero-white:hover {
  background-color: #202020;
}

.hdbtn.transparent-river_bed {
  padding: 0;
  width: auto !important;
  min-width: 0 !important;
  background-color: transparent;
  color: #5E5F5F;
  font-weight: 700;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
}

.hdbtn.transparent-river_bed:hover {
  color: #232323;
}

.hdbtn.white-black {
  background-color: #fff;
  color: #000;
}

.hdbtn.white-black:hover {
  background-color: #e6e6e6;
}

.hdbtn.transparent {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

.hdbtn ._text {
  position: relative;
}

.hdbtn-flat {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  border: none;
  transition: all 0.2s ease;
  background: transparent;
}

.hdbtn-flat:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

._bg-cover {
  background-size: cover;
  background-position: center center;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.gap-20 {
  width: 100%;
  height: 20px;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

#header {
  padding: 35px 45px 34px 45px;
  transition: all 0.2s ease;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  #header {
    padding: 15px 15px 14px 15px;
  }
}

#header.transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: transparent;
}

.admin-bar #header.transparent {
  top: 32px;
}

@media (max-width: 767px) {
  .admin-bar #header.transparent {
    top: 46px;
  }
}

.navbar-shown #header.transparent {
  background-color: rgba(0, 0, 0, 0.85);
}

#header.transparent .navbar-nav .nav-item .nav-link {
  color: #fff;
}

#header.transparent .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}

#header.white {
  background-color: #fff;
}

.admin-bar #header.white {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .admin-bar #header.white {
    margin-top: 46px;
  }
}

#header.white .navbar-nav .nav-item .nav-link {
  color: #5E5F5F;
}

#header.white .navbar-nav .nav-item .nav-link:hover {
  color: #000;
}

#header #book-now {
  position: absolute;
  top: -15px;
  right: 35px;
  font-size: 12px;
  width: 152px;
}

@media (max-width: 575px) {
  #header #book-now {
    right: 50px;
    top: 11px;
    width: 112px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  #header #book-now {
    right: 60px;
    top: 11px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #header #book-now {
    right: 80px;
    top: 31px;
  }
}

#header .navbar {
  padding: 0;
}

#header .logo-toggler {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  #header .logo-toggler {
    width: 100%;
  }
}

#header .navbar-brand .logo {
  width: 155px;
  height: 101px;
}

@media (max-width: 991px) {
  #header .navbar-brand .logo {
    width: 100.75px;
    height: 65.65px;
  }
}

#header .navbar-nav .nav-item {
  font-size: 16px;
  text-transform: uppercase;
  margin: 5px 12px;
}

#header .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  color: #fff;
}

@media (max-width: 991px) {
  #header .navbar-nav .nav-item .nav-link {
    padding: 5px 7px;
    font-size: 18px;
    text-align: center;
  }
}

#header .navbar-nav .login-item {
  text-align: center;
}

#header .navbar-nav .login-link {
  color: #000;
  margin-right: 0;
  padding: 3px 7px;
  background-color: #fff;
  border-radius: 3px;
  display: block;
}

#header .navbar-nav .login-link .ic {
  font-size: 11px;
  line-height: 14px;
}

@media (max-width: 1199px) {
  #header .navbar-nav .login-link {
    padding: 5px 7px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
  }
  #header .navbar-nav .login-link .ic {
    font-size: 15px;
    line-height: 18px;
  }
}

.navbar-toggler {
  width: 57px;
  max-width: 57px;
  -ms-flex: none;
  flex: none;
  border: none;
  padding: 15px;
  margin-right: -15px;
  outline: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

#header.transparent .navbar-toggler {
  color: #fff;
}

.navbar-toggler:hover {
  color: #000;
}

#header.transparent .navbar-toggler:hover {
  color: #fff;
}

.navbar-toggler:hover .navbar-toggler-icon .line {
  background-color: #000;
}

#header.transparent .navbar-toggler:hover .navbar-toggler-icon .line {
  background-color: #fff;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler-icon {
  width: 33px;
  height: 27px;
  position: relative;
}

.navbar-toggler-icon .line {
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 1px;
  background-color: #000;
  transition: 0.2s ease;
}

#header.transparent .navbar-toggler-icon .line {
  background-color: #fff;
}

.navbar-toggler-icon .line-top {
  top: 0;
}

.navbar-shown .navbar-toggler-icon .line-top {
  opacity: 0;
}

.navbar-toggler-icon .line-center {
  top: 11px;
}

.navbar-shown .navbar-toggler-icon .line-center.line-first {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-shown .navbar-toggler-icon .line-center.line-second {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler-icon .line-bottom {
  top: 22px;
}

.navbar-shown .navbar-toggler-icon .line-bottom {
  opacity: 0;
}

.wrapper-block {
  overflow: hidden;
  position: relative;
}

.wrapper-block.black_rock {
  background-color: #242632;
}

.wrapper-block.black_squeeze {
  background-color: #F9F9F8;
}

.wrapper-block.bg-graphic .bg {
  position: absolute;
  top: 600px;
  left: 0;
  pointer-events: none;
}

.wrapper-block.bg-graphic .bg.bg-teamwork {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: -50px;
}

.hero-block {
  position: relative;
  width: 100%;
  min-height: 400px;
  height: 50vw;
  max-height: 840px;
  transition: all 0.2s linear;
  margin-bottom: 18px;
}

.hero-block .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(80, 80, 80, 0.15);
}

.hero-block .hero-img-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}

.hero-block .hero-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: "50% 50%";
  object-position: "50% 50%";
  font-family: "object-fit: cover; object-position: 50% 50%";
}

.hero-block .content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.2s linear;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10vmin;
  padding-right: 10vmin;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.hero-block .content.bottom {
  min-height: 80%;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-block .content.middle {
  min-height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-block .preheading {
  line-height: 1.5;
  margin-bottom: -48px; 
}

.hero-block .preheading {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .hero-block .preheading {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .hero-block .preheading {
    font-size: 14px;
  }
}

.hero-block .heading {
  line-height: 0.936;
  margin-bottom: 0.15;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-top: 50px;
}

.hero-block .heading {
  font-size: 48px;
}
@media screen and (min-width: 768px) and (orientation : portrait) {
.hero-block .heading {
  margin-top: 100px;
   }
}
@media screen and (min-width: 768px) {
  .hero-block .heading {
    font-size: calc(68px + 18 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .hero-block .heading {
    font-size: 68px;
  }
}

@media (max-width: 767px) {
  .hero-block .heading {
    padding-top: 60px;
  }
}

.hero-block .subheading {
  line-height: 1.199;
}

.hero-block .subheading {
  font-size: 15.75px;
  font-weight: 700!important;
}

@media screen and (min-width: 768px) {
  .hero-block .subheading {
    font-size: calc(15.75px + 5.25 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .hero-block .subheading {
    font-size: 21px;
  }
}

.hero-block .cta-btns {
  margin-top: 35px;
}

.hero-block .cta-btns .btn {
  text-align: center;
}

.img-block {
  padding: 95px 0;
}

@media (max-width: 768px) {
  .img-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.wrapper-block.black_rock .img-block {
  color: #fff;
}

.img-block .container {
  max-width: 1580px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575px) {
  .img-block .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .img-block .container .text-wrapper {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
  .img-block .container .image-wrapper {
    margin-top: 60px;
  }
}

@media (min-width: 576px) {
  .img-block .container:not(.scroll) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .img-block .container.scroll {
    height: 300vh;
    position: relative;
  }
  .img-block .container.scroll .text-wrapper {
    width: auto;
    position: fixed;
    right: 50%;
    left: 15px;
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    transform: translateZ(0);
    padding-top: 0;
    padding-bottom: 0;
  }
  .img-block .container.scroll .image {
    margin-left: 50%;
  }
  .img-block .container.scroll .image .image-wrapper {
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1620px) {
  .img-block .container {
    max-width: 1340px;
  }
}

@media (max-width: 1024px) {
  .img-block .container {
    max-width: 990px;
  }
}

@media (max-width: 768px) {
  .img-block .container {
    display: block;
  }
}

.img-block .text-wrapper {
  padding: 20px 100px;
  width: 100%;
  -ms-flex: none;
  flex: none;
}

.img-block .text-wrapper .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 576px) {
  .img-block .text-wrapper {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .img-block .text-wrapper {
    padding: 20px 5px;
  }
}

.img-block .image {
  width: 100%;
  -ms-flex: none;
  flex: none;
}

@media (min-width: 576px) {
  .img-block .image {
    width: 50%;
  }
}

.img-block .image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.img-block .image-wrapper .image-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .img-block .image-wrapper .image-heading {
    margin-top: 10px;
  }
}

.img-block .image-wrapper .image-description {
  color: rgba(19, 9, 44, 0.7);
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  max-width: 298px;
  margin-left: auto;
  margin-right: auto;
}

.img-block.imgposition-left .image {
  -ms-flex-order: 1;
  order: 1;
}

.img-block.imgposition-left .text-wrapper {
  -ms-flex-order: 2;
  order: 2;
}

.img-block.imgposition-bottom .container {
  display: block;
}

.img-block.imgposition-bottom .image {
  width: 100% !important;
}

@media (min-width: 576px) {
  .img-block.imgsize-half .image {
    width: 40%;
  }
  .img-block.imgsize-half .text-wrapper {
    width: 60%;
  }
}

@media (min-width: 576px) {
  .img-block.imgsize-double .image {
    width: 60%;
  }
  .img-block.imgsize-double .text-wrapper {
    width: 40%;
  }
}

.img-block.imgsize-full .text-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.img-block .preheading {
  position: relative;
  padding-left: 48px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1px;
  line-height: 16px;
  margin-bottom: 8px;
  color: rgba(19, 9, 44, 0.5);
}

.img-block .preheading:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 2px;
  content: '';
  display: block;
  margin-top: -1px;
  background-color: #13092C;
}

.wrapper-block.black_rock .img-block .preheading:before {
  background-color: #fff;
}

.wrapper-block.black_rock .img-block .preheading {
  color: rgba(255, 255, 255, 0.5);
}

.img-block .heading {
  font-size: 64px;
  font-weight: 600;
  line-height: 67px;
  margin-bottom: 30px;
}

@media (max-width: 1620px) {
  .img-block .heading {
    font-size: 60px;
  }
}

@media (max-width: 1024px) {
  .img-block .heading {
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 18px;
  }
}

@media (max-width: 768px) {
  .img-block .heading {
    font-size: 36px;
    line-height: 40px;
  }
}

.img-block .description {
  max-width: 450px;
  font-size: 24px;
  line-height: 36px;
  color: rgba(19, 9, 44, 0.7);
}

.wrapper-block.black_rock .img-block .description {
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 1620px) {
  .img-block .description {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .img-block .description {
    font-size: 18px;
    line-height: 28px;
  }
}

.simple-block {
  padding-top: 110px;
  padding-bottom: 150px;
}

@media (max-width: 768px) {
  .simple-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.wrapper-block.black_rock .simple-block {
  color: #fff;
}

.simple-block .container {
  max-width: 1580px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1620px) {
  .simple-block .container {
    max-width: 1340px;
  }
}

@media (max-width: 1024px) {
  .simple-block .container {
    max-width: 990px;
  }
}

.simple-block .heading {
  font-size: 64px;
  font-weight: 600;
  letter-spacing: 1.23px;
  line-height: 87px;
  text-align: center;
  margin-bottom: 30px;
}

.try-tellq .simple-block .heading {
  font-weight: 700;
}

@media (max-width: 1620px) {
  .simple-block .heading {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .simple-block .heading {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

.simple-block .subheading {
  margin-left: auto;
  margin-right: auto;
  max-width: 902px;
  font-size: 30px;
  line-height: 41px;
  text-align: center;
}

@media (max-width: 768px) {
  .simple-block .subheading {
    font-size: 18px;
    line-height: 28px;
  }
}

.simple-block .icon-items {
  margin-top: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .simple-block .icon-items {
    margin-top: 30px;
  }
}

.simple-block .icon-items .icon-item {
  width: 25%;
}

@media (max-width: 768px) {
  .simple-block .icon-items .icon-item {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .simple-block .icon-items .icon-item + .icon-item {
    margin-top: 60px;
  }
}

.simple-block .icon-items .icon {
  margin-bottom: 15px;
  height: 50px;
  width: 50px;
}

.simple-block .icon-items .icon-item-heading, .simple-block .icon-items .icon-item-description {
  max-width: 300px;
}

.simple-block .icon-items .icon-item-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 10px;
}

.simple-block .icon-items .icon-item-description {
  color: rgba(19, 9, 44, 0.7);
  font-size: 16px;
  line-height: 22px;
}

.simple-block .cta-btns {
  margin-top: 120px;
  margin-bottom: 170px;
  text-align: center;
}

@media (max-width: 768px) {
  .simple-block .cta-btns {
    margin-top: 40px;
    margin-bottom: 90px;
  }
  .simple-block .cta-btns .btn {
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    padding: 20px;
  }
}

.simple-block .images {
  text-align: center;
}

.simple-block .images .image {
  margin-left: 50px;
  margin-right: 50px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .simple-block .images .image {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.html-text {
  margin-bottom: 20px;
}

.html-text h1, .html-text h2, .html-text h3, .html-text h4, .html-text h5, .html-text h6 {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.html-text h1, .html-text h2 {
  line-height: 1;
  margin-bottom: 0.7222222222em;
}

.html-text h1, .html-text h2 {
  font-size: 27px;
}

@media screen and (min-width: 768px) {
  .html-text h1, .html-text h2 {
    font-size: calc(27px + 9 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .html-text h1, .html-text h2 {
    font-size: 36px;
  }
}

.html-text p {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.293333333;
  margin-bottom: 1.9444444444em;
}

.html-text p {
  font-size: 14.5px;
}

@media screen and (min-width: 768px) {
  .html-text p {
    font-size: calc(14px + 4.5 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .html-text p {
    font-size: 18px;
  }
}

.html-text p a {
  color: #000;
  font-weight: 700;
}

.html-text p a:hover {
  text-decoration: underline;
}

.html-text h6 {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 1em;
}

.html-text h6 {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .html-text h6 {
    font-size: calc(12px + 4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .html-text h6 {
    font-size: 16px;
  }
}

p, h1, h2, h3, h4, h5, h6, a {
  margin: 0;
  word-break: break-word;
}

a {
  color: #468cc8;
}

.relative {
  position: relative;
}

._ph-0 {
  padding-left: 0;
  padding-right: 0;
}

.social-list {
  margin: 0 0 20px 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
}

.social-list li:last-child {
  margin-right: 0;
}

.social-list .social-link {
  width: 45px;
  height: 45px;
  background-color: #232323;
  border-radius: 50%;
  font-size: 45px;
  text-align: center;
  color: #fff;
  display: block;
  margin-right: 10px;
}

.social-list .social-link .ic {
  display: block;
}

@media (min-width: 768px) {
  .hero-squares .square.height-2x {
    min-height: 818px;
  }
}

.squares {
  padding-left: 9px;
  padding-right: 9px;
}

.squares .row {
  margin-left: 0;
  margin-right: 0;
}

.squares .square-wrapper {
  padding-left: 9px;
  padding-right: 9px;
}

.squares .square-wrapper.square-gallery-image-wrapper .img_bg {
  -ms-transform: scale(1);
  transform: scale(1);
  transition: transform 0.2s ease;
}

.squares .square-wrapper.square-gallery-image-wrapper:hover .img_bg {
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.squares .square {
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .squares .slide {
    margin-bottom: 18px;
  }
}

@media (min-width: 1200px) {
  .squares .square {
    min-height: 400px;
    height: calc(100% - 18px);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .squares .square.lg {
    min-height: 600px;
    height: calc(100% - 18px);
  }
}

@media (min-width: 1200px) {
  .squares .square.lg {
    min-height: 800px;
    height: calc(100% - 18px);
  }
}

.squares .square.height-2x {
  height: 100% !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .squares .square.height-2x {
    min-height: 480px !important;
    height: calc(100% - 18px) !important;
  }
}

@media (min-width: 1200px) {
  .squares .square.height-2x {
    min-height: 650px !important;
    height: calc(100% - 18px) !important;
  }
}

@media (min-width: 768px) {
  .squares:not(.squares-various) .square {
    min-height: 400px;
    height: calc(100% - 18px);
  }
}

@media (max-width: 767px) {
  .squares.squares-various .square {
    min-height: 150px;
  }
}

@media (max-width: 767px) {
  .squares.squares-various .square .content-wrapper {
    padding: 20px;
  }
}

.squares.squares-various .square-content .content-wrapper {
  padding: 20px 30px;
  width: 100%;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.squares.squares-various.images-right .square-images {
  -ms-flex-order: 2;
  order: 2;
}

.squares.squares-various.images-right .square-content {
  -ms-flex-order: 1;
  order: 1;
}

.squares.squares-various .square-images .image-with-content {
  height: 100%;
}

.squares.squares-various .square-images .image-with-content img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: "50% 50%";
  object-position: "50% 50%";
  font-family: "object-fit: cover; object-position: 50% 50%";
}

.squares.squares-various .square-images .image-with-content .content {
  padding-top: 60px;
}

.squares.squares-various .square-images .image-with-content .heading {
  line-height: 1.1944444444;
  margin-bottom: 0.9722222222em;
}

.squares.squares-various .square-images .image-with-content .heading {
  font-size: 27px;
}

@media screen and (min-width: 768px) {
  .squares.squares-various .square-images .image-with-content .heading {
    font-size: calc(27px + 9 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .squares.squares-various .square-images .image-with-content .heading {
    font-size: 36px;
  }
}

.squares.squares-types-events .square-wrapper .square {
  color: #232323 !important;
}
.squares-types-events {
	min-height: 200px!important;
}
.squares.squares-types-events .square-wrapper .square .date {
  color: #5E5F5F !important;
}

.squares.squares-types-events .square-wrapper:nth-child(6n + 1) .square, .squares.squares-types-events .square-wrapper:nth-child(6n + 5) .square, .squares.squares-types-events .square-wrapper:nth-child(6n + 6) .square {
  background-color: #fff;
}

.squares.squares-types-events .square-wrapper:nth-child(6n + 1) .square .date, .squares.squares-types-events .square-wrapper:nth-child(6n + 5) .square .date, .squares.squares-types-events .square-wrapper:nth-child(6n + 6) .square .date {
  background-color: #F1F1F1;
}

.squares.squares-types-events .square-wrapper:nth-child(6n + 1) .square.link:hover, .squares.squares-types-events .square-wrapper:nth-child(6n + 5) .square.link:hover, .squares.squares-types-events .square-wrapper:nth-child(6n + 6) .square.link:hover {
  background-color: #f2f2f2;
}

.squares.squares-types-events .square-wrapper:nth-child(6n + 2) .square, .squares.squares-types-events .square-wrapper:nth-child(6n + 3) .square, .squares.squares-types-events .square-wrapper:nth-child(6n + 4) .square {
  background-color: #F1F1F1;
}

.squares.squares-types-events .square-wrapper:nth-child(6n + 2) .square .date, .squares.squares-types-events .square-wrapper:nth-child(6n + 3) .square .date, .squares.squares-types-events .square-wrapper:nth-child(6n + 4) .square .date {
  background-color: #fff;
}

.squares.squares-types-events .square-wrapper:nth-child(6n + 2) .square.link:hover, .squares.squares-types-events .square-wrapper:nth-child(6n + 3) .square.link:hover, .squares.squares-types-events .square-wrapper:nth-child(6n + 4) .square.link:hover {
  background-color: #e4e4e4;
}

@media (max-width: 767px) {
  .squares.squares-types-events .square-wrapper:nth-child(2n + 1) .square {
    background-color: #fff;
  }
  .squares.squares-types-events .square-wrapper:nth-child(2n + 1) .square .date {
    background-color: #F1F1F1;
  }
  .squares.squares-types-events .square-wrapper:nth-child(2n + 1) .square.link:hover {
    background-color: #f2f2f2;
  }
  .squares.squares-types-events .square-wrapper:nth-child(2n) .square {
    background-color: #F1F1F1;
  }
  .squares.squares-types-events .square-wrapper:nth-child(2n) .square .date {
    background-color: #fff;
  }
  .squares.squares-types-events .square-wrapper:nth-child(2n) .square.link:hover {
    background-color: #e4e4e4;
  }
}

.squares.lodging-list .square-wrapper {
  margin-bottom: 18px;
}

.squares.lodging-list .square {
  margin-bottom: 0;
}

.squares.lodging-list .square .content .heading {
  line-height: 1.1944444444;
  margin-bottom: 0.03em;
}

.squares.lodging-list .square .content .heading {
  font-size: 54px;
}

@media screen and (min-width: 768px) {
  .squares.lodging-list .square .content .heading {
    font-size: calc(54px + 18 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .squares.lodging-list .square .content .heading {
    font-size: 72px;
  }
}

.squares.lodging-list .square .content .subheading {
  line-height: 1.1904761905;
  margin-bottom: 1em;
}

.squares.lodging-list .square .content .subheading {
  font-size: 15.75px;
}

@media screen and (min-width: 768px) {
  .squares.lodging-list .square .content .subheading {
    font-size: calc(15.75px + 5.25 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .squares.lodging-list .square .content .subheading {
    font-size: 21px;
  }
}

.square {
  position: relative;
  display: block;
  color: #fff !important;
  min-height: 300px;
  overflow: hidden;
}

.square.link {
  cursor: pointer;
  transition: all 0.2s ease;
}

.square.link:hover {
  color: inherit;
}

.square.link:hover .img_bg {
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.square.background-white {
  background-color: #fff;
  color: #232323 !important;
}

.square.background-white .heading {
  color: #000 !important;
}

.square.background-white .description {
  color: #000 !important;
  font-weight:300 !important;
}

.square.background-white.link:hover {
  background-color: #f2f2f2;
}

.square.background-nero {
  background-color: #232323;
}

.square.background-white_smoke {
  background-color: #f2f2f2;
  color: #232323 !important;
}

.square.background-white_smoke .heading {
  color: #000 !important;
}

.square .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(80, 80, 80, 0.15);
}

.square .img_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: "50% 50%";
  object-position: "50% 50%";
  font-family: "object-fit: cover; object-position: 50% 50%";
  -ms-transform: scale(1);
  transform: scale(1);
  transition: transform 0.2s ease;
}

.square .content {
  padding: 40px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1;
}

.square .content .preheading {
  text-transform: uppercase;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 0.115142857em; 
}

.square .content .preheading {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .square .content .preheading {
    font-size: calc(12px + 4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .square .content .preheading {
    font-size: 16px;
  }
}

.square .content .heading {
  text-transform: uppercase;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.019;
  margin-bottom: 0.6363636364em;
}

.square .content .heading {
  font-size: 43.25px;
}

@media screen and (min-width: 768px) {
  .square .content .heading {
    font-size: calc(43.25px + 13.75 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .square .content .heading {
    font-size: 55px;
  }
}

.square .content .description {
  line-height: 1.293333333;
  font-weight:600;
}

.square .content .description {
  font-size: 14.5px;
}

@media screen and (min-width: 768px) {
  .square .content .description {
    font-size: calc(14px + 4.5 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .square .content .description {
    font-size: 18px;
  }
}

.square .content .hdbtn {
  font-weight: 500;
}

.square.align-center.type-image .content {
  text-align: center;
}

.square.vertical-align-middle.type-image .content {
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 150px;
}

@media (max-width: 767px) {
  .square.type-event {
    min-height: 150px;
  }
}

@media (max-width: 767px) {
  .square.type-event .content {
    padding: 20px;
  }
}

.square.type-event .category {
  line-height: 1;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  color: #232323 !important;
  text-transform: uppercase;
}

.square.type-event .category {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .square.type-event .category {
    font-size: calc(12px + 4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .square.type-event .category {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .square.type-event .category {
    margin-bottom: 30px;
  }
}

.square.type-event .date {
  max-width: 315px;
  padding: 4px 15px;
  margin-bottom: 20px;
  line-height: 1;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.square.type-event .date {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .square.type-event .date {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .square.type-event .date {
    font-size: 12px;
  }
}

.square.type-event .heading {
  color: #000 !important;
  line-height: 1.1904761905;
  margin-bottom: 17px;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.square.type-event .heading {
  font-size: 19.75px;
}

@media screen and (min-width: 768px) {
  .square.type-event .heading {
    font-size: calc(19.75px + 5.25 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .square.type-event .heading {
    font-size: 21px;
  }
}

.square.type-event .description {
  line-height: 1.3333333333;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
}

.square.type-event .description {
  font-size: 13.5px;
}

@media screen and (min-width: 768px) {
  .square.type-event .description {
    font-size: calc(13.5px + 4.5 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .square.type-event .description {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .square.type-event .description {
    margin-bottom: 0;
  }
}

.square.type-heading {
  min-height: 120px !important;
  padding-top: 15px;
}

@media (max-width: 767px) {
  .square.type-heading {
    min-height: 100px !important;
  }
}

.square.type-heading .preheading {
  margin-bottom: 0.5em;
}

.square.type-heading .heading {
  line-height: 1.1944444444;
  margin-bottom: 0;
}

.square.type-heading .heading {
  font-size: 54px;
}

@media screen and (min-width: 768px) {
  .square.type-heading .heading {
    font-size: calc(54px + 18 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .square.type-heading .heading {
    font-size: 72px;
  }
}

.square.type-video .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.square.type-video .play-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.square.type-video .play-icon .ic {
  display: block;
  font-size: 68px;
}

@media (max-width: 767px) {
  .square.type-text {
    min-height: 150px;
  }
}

@media (max-width: 767px) {
  .square.type-text .content {
    padding: 20px;
  }
}

.square.type-text .content {
  padding: 80px 30px;
}

.square.type-text .content .heading {
  line-height: 1.303030303;
  margin-bottom: 1.1666666667em;
  max-width: 21vw;
  min-width: 200px;
}

.square.type-text .content .heading {
  font-size: 24.75px;
}

@media screen and (min-width: 768px) {
  .square.type-text .content .heading {
    font-size: calc(24.75px + 8.25 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .square.type-text .content .heading {
    font-size: 33px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .square.type-text .content .heading {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .square.type-text .content .heading {
    max-width: 90%;
  }
}

@media (max-width: 991px) {
  .square.type-text .content {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .square.type-text .content {
    padding: 20px;
  }
}

.square.type-image .content {
  padding: 80px 30px;
}

.square.type-image .content .heading {
  line-height: 1.119;
  margin-bottom: 0.25em;
}

.square.type-image .content .heading {
  font-size: 43.25px;
}

@media screen and (min-width: 768px) {
  .square.type-image .content .heading {
    font-size: calc(43.25px + 8 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .square.type-image .content .heading {
    font-size: 42px;
  }
}

.square.type-image .content .cta-btns {
  margin-top: 20px;
}

.square.type-image .content .hdbtn {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.square.type-blog .content {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.square.type-blog .content .date {
  line-height: 2.1428571429;
  margin-bottom: 0.5em;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 13px;
  padding-left: 0;
}

.square.type-blog .content .date {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .square.type-blog .content .date {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .square.type-blog .content .date {
    font-size: 14px;
  }
}

.blog-squares {
	max-width: 100%;
	margin-left:1px;
}

.blog-squares .square.type-blog .content .date {
  background-color: rgba(255, 255, 255, 0.55);
  padding: 5px 13px;
  line-height: 1;
  margin-bottom: 20px;
}

.blog-squares .square.type-blog .content .date {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .blog-squares .square.type-blog .content .date {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .blog-squares .square.type-blog .content .date {
    font-size: 12px;
  }
}

.square.type-blog .content .heading {
  line-height: 1;
  margin-bottom: 0.4444444444em;
  text-transform: uppercase;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.square.type-blog .content .heading {
  font-size: 27px;
}

@media screen and (min-width: 768px) {
  .square.type-blog .content .heading {
    font-size: calc(27px + 9 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .square.type-blog .content .heading {
    font-size: 36px;
  }
}

.square.type-blog .content .description {
  line-height: 1.3888888889;
  font-weight: 300;
}

.square.type-blog .content .description {
  font-size: 13.5px;
}

@media screen and (min-width: 768px) {
  .square.type-blog .content .description {
    font-size: calc(13.5px + 4.5 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .square.type-blog .content .description {
    font-size: 18px;
  }
}

.square.type-contacts .content {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.square.type-contacts .content .description {
  line-height: 1.68;
  margin-bottom: 1.28em;
  font-weight: 400;
  text-transform: uppercase;
}

.square.type-contacts .content .description {
  font-size: 18.75px;
}

@media screen and (min-width: 768px) {
  .square.type-contacts .content .description {
    font-size: calc(18.75px + 6.25 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .square.type-contacts .content .description {
    font-size: 25px;
  }
}

@media (min-width: 768px) {
  .various-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
  .various-content.content-position-top {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 60px;
  }
  .various-content .ctas {
    margin-top: 45px;
  }
}

.working-hours {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 3px;
  color: #232323;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.working-hours .item {
  margin: 10px 0;
}

.working-hours .category {
  text-transform: uppercase;
  line-height: 1.1875;
  margin-bottom: 1.5em;
}

.working-hours .category {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .working-hours .category {
    font-size: calc(12px + 4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .working-hours .category {
    font-size: 16px;
  }
}

.working-hours .heading {
  text-transform: uppercase;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1.2083333333;
  margin-bottom: 0.7916666667em;
}

.working-hours .heading {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .working-hours .heading {
    font-size: calc(18px + 6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .working-hours .heading {
    font-size: 24px;
  }
}

.working-hours .hours {
  line-height: 1.6666666667;
}

.working-hours .hours {
  font-size: 13.5px;
}

@media screen and (min-width: 768px) {
  .working-hours .hours {
    font-size: calc(13.5px + 4.5 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .working-hours .hours {
    font-size: 18px;
  }
}

.slider-wrapper .slider .slide {
  width: 100%;
  height: 250px;
}

.slider-wrapper .slider .slide:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .slider-wrapper .slider .slide {
    height: 300px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .slider-wrapper .slider .slide {
    height: 450px;
  }
}

@media (min-width: 1600px) {
  .slider-wrapper .slider .slide {
    height: 600px;
  }
}

.slider-wrapper .slider .slide img {
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: "50% 50%";
  object-position: "50% 50%";
  font-family: "object-fit: cover; object-position: 50% 50%";
}

.slider-wrapper .slider.flickity-enabled .slide {
  height: 300px;
}

.menu-wrapper {
  color: #232323;
}

.menu-wrapper .menu-heading {
  line-height: 1.3333333333;
  margin-bottom: 0.7333333333em;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.menu-wrapper .menu-heading {
  font-size: 22.5px;
}

@media screen and (min-width: 768px) {
  .menu-wrapper .menu-heading {
    font-size: calc(22.5px + 7.5 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .menu-wrapper .menu-heading {
    font-size: 30px;
  }
}

.menu-wrapper .menu-description {
  line-height: 1.5555555556;
  margin-bottom: 1.7777777778em;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.menu-wrapper .menu-description {
  font-size: 13.5px;
}

@media screen and (min-width: 768px) {
  .menu-wrapper .menu-description {
    font-size: calc(13.5px + 4.5 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .menu-wrapper .menu-description {
    font-size: 18px;
  }
}

.menu-wrapper .menu-description strong {
  font-weight: 500;
}

.menu-wrapper .menu-items {
  padding: 0;
  list-style: none;
}

.menu-wrapper .menu-items .menu-item {
  padding: 3px 0;
  min-height: 51px;
  border-bottom: 1px dashed #979797;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-wrapper .menu-items .menu-item .item {
  margin-right: 15px;
  margin-bottom: 2px;
}

.menu-wrapper .menu-items .menu-item .item .heading {
  line-height: 1.5555555556;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.menu-wrapper .menu-items .menu-item .item .heading {
  font-size: 13.5px;
}

@media screen and (min-width: 768px) {
  .menu-wrapper .menu-items .menu-item .item .heading {
    font-size: calc(13.5px + 4.5 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .menu-wrapper .menu-items .menu-item .item .heading {
    font-size: 18px;
  }
}

.menu-wrapper .menu-items .menu-item .item .description {
  line-height: 1.2142857143;
}

.menu-wrapper .menu-items .menu-item .item .description {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .menu-wrapper .menu-items .menu-item .item .description {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .menu-wrapper .menu-items .menu-item .item .description {
    font-size: 14px;
  }
}

.menu-wrapper .menu-items .menu-item .item .description p {
  font-size: inherit;
}

.menu-wrapper .menu-items .menu-item .price {
  line-height: 1.5555555556;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.menu-wrapper .menu-items .menu-item .price {
  font-size: 13.5px;
}

@media screen and (min-width: 768px) {
  .menu-wrapper .menu-items .menu-item .price {
    font-size: calc(13.5px + 4.5 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .menu-wrapper .menu-items .menu-item .price {
    font-size: 18px;
  }
}

.menu-wrapper .description {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.menu-wrapper .description strong {
  font-weight: 500;
}

.big-list .big-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.big-list .big-item .gallery-square-wrapper .square {
  position: relative;
  overflow: hidden;
}

.big-list .big-item .gallery-square-wrapper .square img {
  -ms-transform: scale(1);
  transform: scale(1);
  transition: transform 0.2s ease;
}

.big-list .big-item .gallery-square-wrapper .light-gallery {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 9px;
  bottom: 18px;
  left: 9px;
}

.big-list .big-item .gallery-square-wrapper .light-gallery .gallery-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.big-list .big-item .gallery-square-wrapper .light-gallery .gallery-icon .ic {
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  color: #fff;
  font-size: 55px;
  display: block;
}

.big-list .big-item .gallery-square-wrapper .light-gallery:hover + .square img {
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.big-list .big-item .square {
  min-height: 200px !important;
  height: auto !important;
}

.big-list .big-item .square.square-big-item {
  height: 100% !important;
  max-height: 400px !important;
}

@media (min-width: 768px) {
  .big-list .big-item .square.square-big-item {
    min-height: 400px !important;
  }
}

@media (max-width: 575px) {
  .big-list .big-item {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.big-list .big-item .img {
  height: 100%;
}

.big-list .big-item .img img {
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: "50% 50%";
  object-position: "50% 50%";
  font-family: "object-fit: cover; object-position: 50% 50%";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.big-list .big-item .content-wrapper {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.big-list .big-item .content {
  padding: 5px 30px;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 575px) {
  .big-list .big-item .content {
    padding: 15px 0;
  }
}

.big-list .big-item .content .heading {
  color: #000;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2333333333;
  margin-bottom: 0.25em;
  text-transform: uppercase;
}

.big-list .big-item .content .heading {
  font-size: 22.5px;
}

@media screen and (min-width: 768px) {
  .big-list .big-item .content .heading {
    font-size: calc(36px + 7.5 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .big-list .big-item .content .heading {
    font-size: 30px;
  }
}

.big-list .big-item .content .subheading {
  color: #232323;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 1.875em;
}

.big-list .big-item .content .subheading {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .big-list .big-item .content .subheading {
    font-size: calc(12px + 4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .big-list .big-item .content .subheading {
    font-size: 16px;
  }
}

.big-list .big-item .content .description {
  color: #232323;
  line-height: 1.5555555556;
  margin-bottom: 1.2222222222em;
}

.big-list .big-item .content .description {
  font-size: 13.5px;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .big-list .big-item .content .description {
    font-size: calc(13.5px + 4.5 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .big-list .big-item .content .description {
    font-size: 18px;
  }
}

.big-list .big-item .content .meta {
  color: #000;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}

.big-list .big-item .content .meta .meta-item {
  border: 1px solid #000;
  min-width: 72px;
  height: 72px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 15px;
}

.big-list .big-item .content .meta .meta-item .meta-heading {
  line-height: 1;
  margin-bottom: 0.3333333333em;
  text-transform: uppercase;
  font-weight: 700;
}

.big-list .big-item .content .meta .meta-item .meta-heading {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .big-list .big-item .content .meta .meta-item .meta-heading {
    font-size: calc(15px + 5 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .big-list .big-item .content .meta .meta-item .meta-heading {
    font-size: 20px;
  }
}

.big-list .big-item .content .meta .meta-item .meta-content {
  line-height: 1;
}

.big-list .big-item .content .meta .meta-item .meta-content {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .big-list .big-item .content .meta .meta-item .meta-content {
    font-size: calc(12px + 4 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .big-list .big-item .content .meta .meta-item .meta-content {
    font-size: 16px;
  }
}

.contain-fit img {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.big-form .square > .content > .row {
  margin-left: -15px;
  margin-right: -15px;
}

.big-form .big-form-text {
  margin-bottom: 30px;
}

.big-form .big-form-text .preheading {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2142857143;
  margin-bottom: 0.8571428571em;
  text-transform: uppercase;
  max-width: 540px;
}

.big-form .big-form-text .preheading {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .big-form .big-form-text .preheading {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .big-form .big-form-text .preheading {
    font-size: 14px;
  }
}

.big-form .big-form-text .heading {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1944444444;
  margin-bottom: 0.3888888889em;
  max-width: 540px;
}

.big-form .big-form-text .heading {
  font-size: 54px;
}

@media screen and (min-width: 768px) {
  .big-form .big-form-text .heading {
    font-size: calc(54px + 18 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .big-form .big-form-text .heading {
    font-size: 72px;
  }
}

.big-form .big-form-text .description {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2222222222;
  max-width: 540px;
}

.big-form .big-form-text .description {
  font-size: 13.5px;
}

@media screen and (min-width: 768px) {
  .big-form .big-form-text .description {
    font-size: calc(13.5px + 4.5 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .big-form .big-form-text .description {
    font-size: 18px;
  }
}

.big-form .big-form-fields .hdbtn {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1666666667;
}

.big-form .big-form-fields .hdbtn {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .big-form .big-form-fields .hdbtn {
    font-size: calc(12px + 0 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .big-form .big-form-fields .hdbtn {
    font-size: 12px;
  }
}

.big-form .big-form-row {
  margin-bottom: 24px;
}

.big-form .big-form-row label {
  text-transform: uppercase;
  line-height: 1.2222222222;
  margin-bottom: 10px;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 300;
  display: block;
}

.big-form .big-form-row label {
  font-size: 13.5px;
}

@media screen and (min-width: 768px) {
  .big-form .big-form-row label {
    font-size: calc(13.5px + 4.5 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .big-form .big-form-row label {
    font-size: 18px;
  }
}

.big-form .gform_fields .gfield {
  margin-bottom: 24px;
}

.big-form .gform_fields .gfield label {
  text-transform: uppercase;
  line-height: 1.2222222222;
  margin-bottom: 10px;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 300;
  display: block;
}

.big-form .gform_fields .gfield label {
  font-size: 13.5px;
}

@media screen and (min-width: 768px) {
  .big-form .gform_fields .gfield label {
    font-size: calc(13.5px + 4.5 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .big-form .gform_fields .gfield label {
    font-size: 18px;
  }
}

.big-form .gform_footer .text-center {
  text-align: left !important;
}

.big-form .gform_wrapper input, .big-form .gform_wrapper select, .big-form input, .big-form select {
  background-color: transparent !important;
  border-radius: 0;
  width: 100% !important;
  max-width: 276px;
  padding: 5px;
  border: 1px solid #fff;
  color: #fff !important;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 300;
  height: 38px;
}

.big-form .gform_wrapper input:focus, .big-form .gform_wrapper select:focus, .big-form input:focus, .big-form select:focus {
  outline: none;
  box-shadow: none;
  border-color: #fff;
}

.big-form select, .big-form .select2 {
  width: 100% !important;
  max-width: 276px !important;
  height: 38px !important;
}

.big-form select:focus, .big-form .select2:focus {
  outline: none;
  box-shadow: none;
  border-color: #fff;
}

.big-form .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  height: 38px;
}

.big-form .select2-container--default .select2-selection--single:focus {
  outline: none;
  box-shadow: none;
  border-color: #fff;
}

.big-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  height: 36px;
  line-height: 36px;
  text-transform: uppercase;
}

.big-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}

.big-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: #fff;
}

.big-form.form-subscribe .row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.big-form.form-subscribe .big-form-text .preheading {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.9285714286em;
}

.big-form.form-subscribe .big-form-text .preheading {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .big-form.form-subscribe .big-form-text .preheading {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .big-form.form-subscribe .big-form-text .preheading {
    font-size: 14px;
  }
}

.big-form.form-subscribe .big-form-text .heading {
  line-height: 1.2083333333;
  margin-bottom: 0.625em;
}

.big-form.form-subscribe .big-form-text .heading {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .big-form.form-subscribe .big-form-text .heading {
    font-size: calc(18px + 6 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .big-form.form-subscribe .big-form-text .heading {
    font-size: 24px;
  }
}

.big-form.form-subscribe .big-form-text .description {
  line-height: 1.1111111111;
  font-weight: 500;
}

.big-form.form-subscribe .big-form-text .description {
  font-size: 13.5px;
}

@media screen and (min-width: 768px) {
  .big-form.form-subscribe .big-form-text .description {
    font-size: calc(13.5px + 4.5 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .big-form.form-subscribe .big-form-text .description {
    font-size: 18px;
  }
}

.big-form.form-subscribe .big-form-fields label {
  font-weight: 700;
}

.big-form.form-subscribe .big-form-fields .hdbtn {
  font-weight: 700;
}

.big-form .options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.big-form .gfield_checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -18px !important;
}

.big-form .gfield_checkbox li {
  position: relative;
}

.big-form .gfield_checkbox li input {
  display: none !important;
}

.big-form .gfield_checkbox li input:checked + label:after {
  position: absolute;
  display: block;
  content: '';
  top: 6px;
  left: 4px;
  height: 5px;
  width: 11px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.big-form .gfield_checkbox li label {
  -ms-flex: none;
  flex: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  cursor: pointer;
  line-height: 1;
  line-height: 20px !important;
  text-transform: none;
  margin-right: 10px !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  width: 100% !important;
  max-width: 100% !important;
}

.big-form .gfield_checkbox li label {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .big-form .gfield_checkbox li label {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .big-form .gfield_checkbox li label {
    font-size: 14px;
  }
}

.big-form .gfield_checkbox li label:before {
  width: 20px;
  height: 20px;
  background-color: #fff;
  content: '';
  display: block;
  margin-right: 5px;
}

.big-form .gfield_radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -18px !important;
}

.big-form .gfield_radio li {
  position: relative;
}

.big-form .gfield_radio li input {
  display: none !important;
}

.big-form .gfield_radio li input:checked + label:after {
  position: absolute;
  display: block;
  content: '';
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
}

.big-form .gfield_radio li label {
  -ms-flex: none;
  flex: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  cursor: pointer;
  line-height: 1;
  line-height: 20px !important;
  text-transform: none;
  margin-right: 10px !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  width: 100% !important;
  max-width: 100% !important;
}

.big-form .gfield_radio li label {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .big-form .gfield_radio li label {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .big-form .gfield_radio li label {
    font-size: 14px;
  }
}

.big-form .gfield_radio li label:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  display: block;
  margin-right: 5px;
}

.big-form .option.type-checkbox input {
  display: none;
}

.big-form .option.type-checkbox input:checked + label:after {
  position: absolute;
  display: block;
  content: '';
  top: 6px;
  left: 4px;
  height: 5px;
  width: 11px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.big-form .option.type-checkbox label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  cursor: pointer;
  line-height: 1;
  line-height: 20px !important;
  text-transform: none;
  margin-right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.big-form .option.type-checkbox label {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .big-form .option.type-checkbox label {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .big-form .option.type-checkbox label {
    font-size: 14px;
  }
}

.big-form .option.type-checkbox label:before {
  width: 20px;
  height: 20px;
  background-color: #fff;
  content: '';
  display: block;
  margin-right: 5px;
}

.big-form .option.type-radio input {
  display: none;
}

.big-form .option.type-radio input:checked + label:after {
  position: absolute;
  display: block;
  content: '';
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
}

.big-form .option.type-radio label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  cursor: pointer;
  line-height: 1;
  line-height: 20px !important;
  text-transform: none;
  margin-right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.big-form .option.type-radio label {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .big-form .option.type-radio label {
    font-size: calc(12px + 2 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .big-form .option.type-radio label {
    font-size: 14px;
  }
}

.big-form .option.type-radio label:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  display: block;
  margin-right: 5px;
}

.big-form.brewery-tour-form .description {
  line-height: 1.2777777778;
}

.big-form.brewery-tour-form .description {
  font-size: 13.5px;
}

@media screen and (min-width: 768px) {
  .big-form.brewery-tour-form .description {
    font-size: calc(13.5px + 4.5 * ((100vw - 768px) / 831));
  }
}

@media screen and (min-width: 1599px) {
  .big-form.brewery-tour-form .description {
    font-size: 18px;
  }
}

.big-form.brewery-tour-form .description p {
  margin-bottom: 1.2222222222em;
}

.big-form.brewery-tour-form .big-form-row {
  margin-bottom: 18px;
}

.big-form-select2-dropdown {
  background-color: #232323;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
}

.big-form-select2-dropdown .select2-search--dropdown .select2-search__field {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.big-form-select2-dropdown .select2-search--dropdown .select2-search__field:focus {
  outline: none;
}

.big-form-select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #3d3c3c;
}

.big-form-select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: #565656;
}

.blog-inner {
  margin-bottom: 18px;
  margin-top: 10px; 
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .blog-inner {
    padding-left: 18px;
    padding-right: 18px;
  }
}
 
.blog-inner .html-text {
  padding-top: 20px;
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #000;
  margin-right: 20px;
  line-height: 1.3888888889;
} 

.blog-inner .html-text {
  font-size: 14.5px;
}

@media screen and (min-width: 768px) {
  .blog-inner .html-text {
    font-size: calc(14px + 4.5 * ((100vw - 768px) / 831));
    
  }
}

@media screen and (min-width: 1599px) {
  .blog-inner .html-text {
    font-size: 18px;
  }
}

.blog-inner .html-text p {
  font-size: inherit;
}

@media (max-width: 767px) {
  .blog-inner .side-images {
    margin-top: 20px;
  }
  .blog-inner .side-images img {
    width: 100%;
    max-width: none;
  }
}

.blog-inner .side-images img {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .hero-block .preheading {
    position: relative;
    top: 60px;
  }
}

.blog-inner .social-list {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/*# sourceMappingURL=app.css.map */
