@import url("https://fonts.googleapis.com/css?family=Dancing+Script:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .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-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .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-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .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-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* Layout */
.section.treatments .treatment-item .treatment-item-inner .treatment-info span, #site-header .lang-selector, .lang-select, .btn,
.lang-selector a {
  position: relative;
  list-style: none;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  _height: 30px;
}

.gform_wrapper .gfield, .offer-splash, .section .conf-room-grid-item, .section .offer-grid-item, .section .content-section .image-section.img-stack .img-stack-image-wrp, .section.treatments .treatment-item, .hero-section .hero-images .txt-overlay, .images-grid .image-wrp {
  position: relative;
  box-sizing: border-box;
}

.section.section-offerslider .swiper-container-offer .swiper-wrapper .swiper-slide__inner .img-wrapper, .section.section-offerslider, .section .conf-room-grid-item .offer-image, .section .offer-grid-item .offer-image, .section .current-offers__offer .offer-image, .section .content-section .image-section.img-stack .img-stack-image-wrp .img-stack-image, .section .content-section .image-section .img-image, .offers .offer .item .bg-image, .gallery-slider .swiper-container .swiper-slide, .gallery-slider .swiper-container-galleryimg .swiper-slide, .hero-section .hero-images .swiper-wrapper .swiper-slide, .images-grid .image-wrp .grid-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.gform_wrapper .gform_button:before, .gform_wrapper .gform_button:after, .gform_wrapper .gform_button, .section__usp li span, .section__menu li span:after, .section__menu li span, .section.treatments .treatment-item .treatment-item-inner .treatment-info span, .filter-section .tab:after, .filter-section .tab, #site-header .lang-selector, .offers .offer .item .offer-addons, .filter-wrp .filter-buttons .filter-btn:after, .lang-select, .lang-select:before, .lang-select:after, .content-swiper .content-container .swiper-pagination-bullet:after, .content-swiper .content-container .swiper-pagination-bullet, .btn:before, .btn:after,
.lang-selector a:before,
.lang-selector a:after, .btn,
.lang-selector a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.booking-hero, .booking__inner, #main ul li.tab-link {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome and Opera */
}

.gallery-slider .swiper-container-galleryimg .byline, .pre-title {
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 14px;
}

.gallery-slider .swiper-container .swiper-button-prev.swiper-button-disabled,
.gallery-slider .swiper-container .swiper-button-next.swiper-button-disabled, .gallery-slider .swiper-container-galleryimg .swiper-button-prev.swiper-button-disabled,
.gallery-slider .swiper-container-galleryimg .swiper-button-next.swiper-button-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
  -moz-opacity: 0 !important;
  -khtml-opacity: 0 !important;
  opacity: 0 !important;
}

/* Breakpoints */
/* Media Queries */
/* Fonts */
/* Colors */
@font-face {
  font-family: "icomoon";
  font-display: swap;
  src: url("fonts/icomoon.eot?869z2f");
  src: url("fonts/icomoon.eot?869z2f#iefix") format("embedded-opentype"), url("fonts/icomoon.woff2?869z2f") format("woff2"), url("fonts/icomoon.ttf?869z2f") format("truetype"), url("fonts/icomoon.woff?869z2f") format("woff"), url("fonts/icomoon.svg?869z2f#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ghs:before {
  content: "\e900";
}

body {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #1F1F1F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div, p, a, li, td {
  -webkit-text-size-adjust: none;
}

font {
  vertical-align: top !important;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

*:focus {
  outline: none !important;
}

p {
  margin: 15px auto 0 auto;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Dancing Script", cursive;
}
h1:nth-child(1), h2:nth-child(1), h3:nth-child(1), h4:nth-child(1), h5:nth-child(1), h6:nth-child(1) {
  margin-top: 0;
}

h1 {
  font-size: 42px;
  line-height: 48px;
}

h2 {
  font-size: 42px;
  line-height: 48px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
}

h4 {
  font-size: 18px;
  line-height: 22px;
}

h5 {
  font-size: 16px;
  line-height: 20px;
}

h6 {
  font-size: 14px;
  line-height: 18px;
}

.section-rub {
  font-size: 58px;
  line-height: 62px;
}
.section-rub--color1 {
  color: #002F69;
}
.section-rub--color2 {
  color: #B09465;
}
.section-rub--smaller {
  font-size: 42px;
  line-height: 46px;
}
@media only screen and (max-width: 1023px) {
  .section-rub {
    font-size: 36px;
    line-height: 42px;
  }
  .section-rub--smaller {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .section-rub {
    text-align: center;
  }
}

.content-section__center .section-rub {
  text-align: center;
}

.center-text {
  text-align: center;
}

.pre-title--color2 {
  color: #002F69;
}

.footer-rub {
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .footer-rub {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

p.icon {
  padding-left: 25px;
}

.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  margin-left: -25px;
}

.check::before {
  font-family: "FontAwesome";
  content: "\f00c";
}

#main ul {
  margin-top: 10px;
}
#main ul li {
  padding-top: 5px;
  padding-left: 25px;
  position: relative;
}
#main ul li:before {
  position: absolute;
  top: 5px;
  left: 0;
  font-family: "FontAwesome";
  content: "\f00c";
}
#main ul li.tab-link:before {
  display: none;
}
#main ul.usp li {
  padding-top: 0px;
  padding-left: 0px;
}
#main ul.usp li:before {
  display: none;
}
#main .text-section--text a {
  text-decoration: underline;
  color: #B09465;
}

#privacy-policy h3 {
  color: #002F69 !important;
  margin-top: 30px !important;
  font-size: 36px;
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  #privacy-policy h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #privacy-policy p, #privacy-policy ul {
    font-size: 14px;
    line-height: 20px;
  }
}
#privacy-policy table {
  margin-top: 15px;
  font-size: 12px;
  line-height: 16px;
}
#privacy-policy table td {
  padding: 5px;
}
#privacy-policy table td ul {
  margin-top: 0;
}

.single-conference_rooms table {
  margin-top: 10px;
}
.single-conference_rooms table tr td {
  border-bottom: 1px dashed #525252;
  padding-top: 10px;
  padding-bottom: 10px;
}
.single-conference_rooms table tr td:last-child {
  text-align: right;
}

#sb_instagram .sbi-header,
#sb_instagram .sb_instagram_header {
  display: none !important;
}
#sb_instagram #sbi_load {
  margin-top: 15px;
}

.wpmf_gallery_default .wpmf-gallery-icon a img {
  height: auto;
}

.caption {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 10px;
  font-size: 9px;
  line-height: 10px;
  color: #fff;
}

.txt-img-section .caption {
  position: relative;
  z-index: 1;
  top: -10px;
  bottom: auto;
  left: auto;
  font-size: 9px;
  line-height: 10px;
  color: #333;
}

.ghs_hus {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/grandsaltsjobaden.se/static/images/svg/ghs_rithus.svg");
  width: 550px;
  height: 182px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  margin-bottom: 40px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
@media only screen and (max-width: 1023px) {
  .ghs_hus {
    width: auto;
    height: 142px;
  }
}

.text-center {
  text-align: center;
}

.mb--large {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 1023px) {
  .mb--large {
    margin-bottom: 3rem;
  }
}
.mb--small {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1023px) {
  .mb--small {
    margin-bottom: 1.5rem;
  }
}

.mt--large {
  margin-top: 6rem;
}
@media only screen and (max-width: 1023px) {
  .mt--large {
    margin-top: 3rem;
  }
}
.mt--small {
  margin-top: 3rem;
}
@media only screen and (max-width: 1023px) {
  .mt--small {
    margin-top: 1.5rem;
  }
}

.pb--large {
  padding-bottom: 6rem;
}
@media only screen and (max-width: 1023px) {
  .pb--large {
    padding-bottom: 3rem;
  }
}
.pb--small {
  padding-bottom: 3rem;
}
@media only screen and (max-width: 1023px) {
  .pb--small {
    padding-bottom: 1.5rem;
  }
}

.pt--large {
  padding-top: 6rem;
}
@media only screen and (max-width: 1023px) {
  .pt--large {
    padding-top: 3rem;
  }
}
.pt--small {
  padding-top: 1.5rem;
}
@media only screen and (max-width: 1023px) {
  .pt--small {
    padding-top: 3rem;
  }
}

.ptb--large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 1023px) {
  .ptb--large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.ptb--small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 1023px) {
  .ptb--small {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.mtb--large {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 1023px) {
  .mtb--large {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.mtb--small {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1023px) {
  .mtb--small {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

ul .tabs li {
  display: inline-block;
  cursor: pointer;
}

.tab-content {
  display: none;
}
.tab-content.current {
  display: inherit;
}

.boxzilla-container .boxzilla {
  padding: 40px 40px 60px;
}
@media only screen and (max-width: 767px) {
  .boxzilla-container .boxzilla {
    padding: 40px 25px 40px;
  }
}
.boxzilla-container .boxzilla.boxzilla-center {
  margin-left: 20px;
  margin-right: 20px;
}
.boxzilla-container .boxzilla .boxzilla-close-icon {
  padding: 10px;
  cursor: pointer;
}
.boxzilla-container .boxzilla .boxzilla-content h1, .boxzilla-container .boxzilla .boxzilla-content h2, .boxzilla-container .boxzilla .boxzilla-content h3 {
  color: #B09465;
}
.boxzilla-container .boxzilla .boxzilla-content p {
  color: #525252;
  font-size: 14px;
  line-height: 22px;
}
.boxzilla-container .boxzilla .boxzilla-content form {
  padding-top: 1px;
}
.boxzilla-container .boxzilla .boxzilla-content input {
  font-size: 12px;
  margin-top: 20px;
  display: block;
  width: 100%;
  max-width: none !important;
}
.boxzilla-container .boxzilla .boxzilla-content input.btn {
  display: block;
  max-width: none;
  margin-top: 20px;
  padding: 7px 15px;
  font-size: 12px;
}
.boxzilla-container .boxzilla .boxzilla-content a.btn {
  margin-top: 15px;
}

/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
.swiper-container, .swiper-container-galleryimg {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.fal.lightgallery:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 120px;
  margin-top: -60px;
  margin-left: -60px;
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .fal.lightgallery:before {
    font-size: 80px;
    margin-top: -40px;
    margin-left: -40px;
  }
}

.images-grid {
  position: relative;
  overflow: hidden;
}
.images-grid:after {
  content: "";
  display: table;
  clear: both;
}
.images-grid .image-wrp {
  display: none;
  position: relative;
  float: left;
  width: 33.33%;
}
.images-grid .image-wrp .grid-image {
  display: block;
  position: relative;
  height: 270px;
}
@media only screen and (max-width: 1023px) {
  .images-grid .image-wrp .grid-image {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .images-grid .image-wrp .grid-image {
    height: 150px;
  }
}
.images-grid .image-wrp:first-child {
  display: block;
  width: 66.66%;
  padding-right: 10px;
}
.images-grid .image-wrp:first-child .grid-image {
  height: 550px;
}
@media only screen and (max-width: 1023px) {
  .images-grid .image-wrp:first-child {
    width: 100%;
    float: none;
    clear: both;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .images-grid .image-wrp:first-child .grid-image {
    height: 400px;
  }
}
@media only screen and (max-width: 1023px) {
  .images-grid .image-wrp:first-child .grid-image {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .images-grid .image-wrp:first-child .grid-image {
    height: 270px;
  }
}
.images-grid .image-wrp:nth-child(2) {
  display: block;
  padding-bottom: 5px;
}
@media only screen and (max-width: 1023px) {
  .images-grid .image-wrp:nth-child(2) {
    width: 50%;
    padding-bottom: 0;
    padding-right: 5px;
  }
}
.images-grid .image-wrp:nth-child(3) {
  display: block;
  padding-top: 5px;
}
@media only screen and (max-width: 1023px) {
  .images-grid .image-wrp:nth-child(3) {
    width: 50%;
    padding-top: 0;
    padding-left: 5px;
  }
}
.images-grid .show-all-btn {
  z-index: 1;
  position: absolute;
  bottom: 30px;
  right: 38%;
  background-color: #eaeaea;
  color: #1F1F1F !important;
}
.images-grid .show-all-btn.desktop:hover {
  color: #B09465 !important;
}
.images-grid .show-all-btn:before {
  top: -1px;
  margin-right: 5px;
}
@media only screen and (max-width: 1023px) {
  .images-grid .show-all-btn {
    bottom: 235px;
    right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .images-grid .show-all-btn {
    padding: 5px 10px;
    bottom: 175px;
    right: 15px;
  }
}

/*! lightgallery - v1.6.11 - 2018-05-22
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2018 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: "lg";
  src: url("../../fonts/lg.eot?n1z373");
  src: url("../../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../../fonts/lg.woff?n1z373") format("woff"), url("../../fonts/lg.ttf?n1z373") format("truetype"), url("../../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: "lg";
  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;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgb(0, 0, 0);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-toolbar .lg-icon {
  color: #002F69;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #002F69;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgb(32, 32, 32);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #002F69;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 90% !important;
  max-height: 100%;
  width: 100%;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer #lg-download,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
  background: rgba(255, 255, 255, 0.9);
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.hero-section {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .hero-section {
    padding: 0;
  }
}
.hero-section .hero-images {
  position: relative;
}
.hero-section .hero-images .hero-video {
  position: relative;
  height: calc(100vh - 40px);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-images .hero-video {
    height: 100vh;
  }
}
.hero-section .hero-images .hero-video iframe {
  display: block;
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero-section .hero-images .image-overlay {
  z-index: 3;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1040791317) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1040791317) 65%, rgba(0, 0, 0, 0.4037990196) 80%, rgba(55, 36, 5, 0.7007177871) 100%);
}
.hero-section .hero-images .image-overlay_top {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 50%;
  opacity: 0.2;
  transform: scaleY(-1);
  background: linear-gradient(0deg, #002F69 0%, rgba(0, 47, 105, 0) 100%);
}
.hero-section .hero-images .splash {
  position: absolute;
  z-index: 3;
  top: 130px;
  right: 25px;
}
.hero-section .hero-images .splash img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-images .splash {
    right: 25px;
    width: 100px;
  }
}
.hero-section .hero-images .txt-overlay {
  z-index: 4;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 60px;
  padding-left: 6.5%;
  padding-right: 6.5%;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-images .txt-overlay {
    bottom: 30px;
  }
}
.hero-section .hero-images .txt-overlay h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-images .txt-overlay h1 {
    font-size: 12px;
  }
}
.hero-section .hero-images .txt-overlay h2 {
  font-size: 96px;
  line-height: 86px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1023px) {
  .hero-section .hero-images .txt-overlay h2 {
    font-size: 68px;
    line-height: 68px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-images .txt-overlay h2 {
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 30px;
  }
}
.hero-section .hero-images .txt-overlay .hero-btn {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-images .txt-overlay .hero-btn {
    margin-top: 0;
  }
}
.hero-section .hero-images .swiper-wrapper {
  position: relative;
  background-color: #000;
}
.hero-section .hero-images .swiper-wrapper .swiper-slide.widescreen {
  height: 550px;
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-images .swiper-wrapper .swiper-slide.widescreen {
    height: 400px;
  }
}
.hero-section .bv-StandardWide {
  max-width: 700px;
  margin: 45px auto 0;
}
.hero-section .bv-StandardWide .bv-lbl-title {
  display: none;
}
.hero-section .bv-StandardWide .bv-gui-btn {
  background: #B09465 !important;
  background-color: #B09465 !important;
  border: 1px solid #B09465 !important;
}

.btn,
.lang-selector a {
  padding: 9px 15px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  border-top: 1px solid #1F1F1F;
  border-bottom: 1px solid #1F1F1F;
  text-decoration: none !important;
}
.btn:before, .btn:after,
.lang-selector a:before,
.lang-selector a:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  top: 50%;
  background-color: #1F1F1F;
}
.btn:before,
.lang-selector a:before {
  left: 0;
}
.btn:after,
.lang-selector a:after {
  right: 0;
}
.btn.desktop:hover:before, .btn.desktop:hover:after,
.lang-selector a.desktop:hover:before,
.lang-selector a.desktop:hover:after {
  width: 10px;
}
.btn.light,
.lang-selector a.light {
  border-top: 1px solid #F7F4EF;
  border-bottom: 1px solid #F7F4EF;
}
.btn.light:before, .btn.light:after,
.lang-selector a.light:before,
.lang-selector a.light:after {
  background-color: #F7F4EF;
}
.btn.lower,
.lang-selector a.lower {
  text-transform: none;
  letter-spacing: 0px;
}
.btn--center,
.lang-selector a--center {
  display: table;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .btn--art,
.lang-selector a--art {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .btn--art,
.lang-selector a--art {
    margin: 0 auto;
    margin-top: 30px;
    display: table;
  }
}
@media only screen and (max-width: 767px) {
  .btn--desk,
.lang-selector a--desk {
    display: none;
  }
}

#cookie-notice {
  left: auto !important;
  right: 40px !important;
  bottom: 40px !important;
  width: 320px !important;
  min-width: 0 !important;
  text-align: left;
  font-size: 12px;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  #cookie-notice {
    width: auto !important;
    left: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
  }
}
#cookie-notice .cookie-notice-container {
  padding: 20px 25px 25px;
  text-align: left;
}
#cookie-notice .cookie-notice-container #cn-notice-text {
  display: block;
  margin-bottom: 25px;
}
#cookie-notice .cookie-notice-container .btn {
  padding: 4px 15px;
  margin-left: 0;
  color: #1F1F1F;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}
#cookie-notice .cookie-notice-container .btn#cn-accept-cookie {
  margin-right: 25px;
}
#cookie-notice .cn-close-icon {
  right: 10px !important;
  top: 20px !important;
  margin-top: -10px !important;
}

/* GALLERY SLIDER */
.gallery-slider .swiper-container-galleryimg .pre-title {
  position: absolute;
  top: 0px;
  z-index: 99;
  width: 100%;
}
.gallery-slider .swiper-container-galleryimg .byline {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 80px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .gallery-slider .swiper-container-galleryimg .byline {
    bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-slider .swiper-container-galleryimg .byline {
    bottom: 30px;
  }
}
.gallery-slider .swiper-container-galleryimg .byline span {
  font-weight: 900;
}
.gallery-slider .swiper-container-galleryimg .byline span:after {
  content: "";
  top: -4px;
  position: relative;
  background-color: #F7F4EF;
  margin-left: 12px;
  margin-right: 12px;
  width: 12px;
  height: 1px;
  display: block;
  display: inline-block;
}
.gallery-slider .swiper-container, .gallery-slider .swiper-container-galleryimg {
  width: 100%;
  height: 100%;
  background: #1F1F1F;
}
.gallery-slider .swiper-container .swiper-button-prev,
.gallery-slider .swiper-container .swiper-button-next, .gallery-slider .swiper-container-galleryimg .swiper-button-prev,
.gallery-slider .swiper-container-galleryimg .swiper-button-next {
  background-image: none;
  width: auto;
  height: auto;
  font-size: 100px;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
  .gallery-slider .swiper-container .swiper-button-prev,
.gallery-slider .swiper-container .swiper-button-next, .gallery-slider .swiper-container-galleryimg .swiper-button-prev,
.gallery-slider .swiper-container-galleryimg .swiper-button-next {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-slider .swiper-container .swiper-button-prev,
.gallery-slider .swiper-container .swiper-button-next, .gallery-slider .swiper-container-galleryimg .swiper-button-prev,
.gallery-slider .swiper-container-galleryimg .swiper-button-next {
    font-size: 50px;
    top: auto;
    bottom: 10px;
    transform: translateY(0);
  }
}
.gallery-slider .swiper-container .swiper-button-prev.swiper-button-prev,
.gallery-slider .swiper-container .swiper-button-next.swiper-button-prev, .gallery-slider .swiper-container-galleryimg .swiper-button-prev.swiper-button-prev,
.gallery-slider .swiper-container-galleryimg .swiper-button-next.swiper-button-prev {
  left: 3.5%;
}
@media only screen and (max-width: 767px) {
  .gallery-slider .swiper-container .swiper-button-prev.swiper-button-prev,
.gallery-slider .swiper-container .swiper-button-next.swiper-button-prev, .gallery-slider .swiper-container-galleryimg .swiper-button-prev.swiper-button-prev,
.gallery-slider .swiper-container-galleryimg .swiper-button-next.swiper-button-prev {
    left: 5%;
  }
}
.gallery-slider .swiper-container .swiper-button-prev.swiper-button-next,
.gallery-slider .swiper-container .swiper-button-next.swiper-button-next, .gallery-slider .swiper-container-galleryimg .swiper-button-prev.swiper-button-next,
.gallery-slider .swiper-container-galleryimg .swiper-button-next.swiper-button-next {
  right: 32%;
}
@media only screen and (max-width: 767px) {
  .gallery-slider .swiper-container .swiper-button-prev.swiper-button-next,
.gallery-slider .swiper-container .swiper-button-next.swiper-button-next, .gallery-slider .swiper-container-galleryimg .swiper-button-prev.swiper-button-next,
.gallery-slider .swiper-container-galleryimg .swiper-button-next.swiper-button-next {
    right: 5%;
  }
}
.gallery-slider .swiper-container .swiper-pagination, .gallery-slider .swiper-container-galleryimg .swiper-pagination {
  height: 6px;
  bottom: 21px !important;
  line-height: 6px;
}
.gallery-slider .swiper-container .swiper-pagination .swiper-pagination-bullet, .gallery-slider .swiper-container-galleryimg .swiper-pagination .swiper-pagination-bullet {
  top: -2px;
  vertical-align: bottom;
  position: relative;
  border-radius: 0;
  width: 25px;
  height: 6px;
  margin: 0 4px;
  background-color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.gallery-slider .swiper-container .swiper-pagination .swiper-pagination-bullet-active, .gallery-slider .swiper-container-galleryimg .swiper-pagination .swiper-pagination-bullet-active {
  height: 8px;
  background-color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.gallery-slider .swiper-container .swiper-slide, .gallery-slider .swiper-container-galleryimg .swiper-slide {
  color: #F7F4EF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 600px;
}
@media only screen and (max-width: 767px) {
  .gallery-slider .swiper-container .swiper-slide, .gallery-slider .swiper-container-galleryimg .swiper-slide {
    min-height: 460px;
  }
}
.gallery-slider .swiper-container .swiper-slide .swiper-inner, .gallery-slider .swiper-container-galleryimg .swiper-slide .swiper-inner {
  cursor: inherit;
  box-sizing: border-box;
  padding: 60px;
  height: 100%;
  z-index: 99;
  position: relative;
  min-height: 75vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.gallery-slider .swiper-container .swiper-slide .swiper-inner h2, .gallery-slider .swiper-container-galleryimg .swiper-slide .swiper-inner h2 {
  cursor: pointer;
  font-size: 150px;
  line-height: 160px;
  text-align: center;
}
@media only screen and (max-width: 1366px) {
  .gallery-slider .swiper-container .swiper-slide .swiper-inner h2, .gallery-slider .swiper-container-galleryimg .swiper-slide .swiper-inner h2 {
    font-size: 120px;
    line-height: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .gallery-slider .swiper-container .swiper-slide .swiper-inner h2, .gallery-slider .swiper-container-galleryimg .swiper-slide .swiper-inner h2 {
    font-size: 86px;
    line-height: 96px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-slider .swiper-container .swiper-slide .swiper-inner h2, .gallery-slider .swiper-container-galleryimg .swiper-slide .swiper-inner h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
.gallery-slider .swiper-container .swiper-slide .post-title, .gallery-slider .swiper-container-galleryimg .swiper-slide .post-title {
  font-size: 34px;
}
@media only screen and (max-width: 1023px) {
  .gallery-slider .swiper-container .swiper-slide .post-title, .gallery-slider .swiper-container-galleryimg .swiper-slide .post-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .gallery-slider .swiper-container .swiper-slide .post-title, .gallery-slider .swiper-container-galleryimg .swiper-slide .post-title {
    font-size: 14px;
  }
}
.gallery-slider .swiper-container .swiper-slide .btn, .gallery-slider .swiper-container-galleryimg .swiper-slide .btn {
  margin-top: auto;
}
.gallery-slider .swiper-container .pre-title, .gallery-slider .swiper-container-galleryimg .pre-title {
  position: absolute;
  top: 0px;
  z-index: 99;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 60px;
  font-weight: 700;
}
.gallery-slider .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.content-swiper .content-container .swiper-pagination {
  position: relative;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  text-align: center;
  width: auto !important;
  margin: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .content-swiper .content-container .swiper-pagination {
    margin-bottom: 20px;
  }
}
.content-swiper .content-container .swiper-pagination-bullet {
  display: inline-block;
  border-radius: 0;
  width: auto;
  background: transparent;
  padding: 0 15px 15px;
  color: #858585;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  opacity: 1;
  height: auto;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .content-swiper .content-container .swiper-pagination-bullet {
    font-size: 12px;
  }
}
.content-swiper .content-container .swiper-pagination-bullet:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0px;
  margin-top: 10px;
  padding-bottom: 1px;
  background-color: #1F1F1F;
}
.content-swiper .content-container .swiper-pagination-bullet:hover {
  color: #1F1F1F;
}
.content-swiper .content-container .swiper-pagination-bullet:hover:after {
  content: "";
  width: 100%;
}
.content-swiper .content-container .swiper-pagination-bullet-active {
  color: #1F1F1F;
  background: transparent;
}
.content-swiper .content-container .swiper-pagination-bullet-active:after {
  width: 100%;
  margin-top: 10px;
  color: #1F1F1F;
  background-color: #1F1F1F;
  padding-bottom: 1px;
}

#snow {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
#snow b {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  height: 10px;
  width: 10px;
  position: absolute;
  top: -10px;
}
#snow b.op0 {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-opacity: 0.9;
  -o-opacity: 0.9;
  opacity: 0.9;
}
#snow b.op1 {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
#snow b.op2 {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}

.foodmenu__inner {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
.foodmenu__inner h3 {
  font-size: 36px;
  line-height: 40px;
  color: #B09465;
}
.foodmenu__inner .day p {
  font-size: 16px;
  margin-top: 10px;
}
.foodmenu__inner .day--eng p {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 30px;
  font-style: italic;
}

.e2pdf-download {
  background-image: url("/wp-content/themes/grandsaltsjobaden.se/static/images/svg/menu.svg");
  text-indent: -9999px;
  display: block;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 20px;
  margin: 40px auto;
}
.e2pdf-download:after {
  content: "Ladda ner (PDF)";
  text-indent: 0;
  display: block;
  width: 80px;
  height: 24px;
  text-align: center;
  top: 64px;
  position: relative;
  color: #002F69;
  font-weight: bold;
  line-height: 18px;
}

body {
  top: 0 !important;
}

.skiptranslate {
  display: none;
}

#goog-gt-tt {
  display: none !important;
}

.lang-select {
  height: 40px;
  width: 60px;
  background-image: url(/wp-content/themes/grandsaltsjobaden.se/static/images/lang-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  position: absolute;
  right: 70px;
  top: 70px;
  padding: 0;
  margin: 0;
  border-top: 1px solid #F7F4EF !important;
  border-bottom: 1px solid #F7F4EF !important;
}
.lang-select:before, .lang-select:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  top: 50%;
  background-color: #F7F4EF;
}
.lang-select:before {
  left: 0;
}
.lang-select:after {
  right: 0;
}
.lang-select.desktop:hover:before, .lang-select.desktop:hover:after {
  width: 10px;
}
@media only screen and (max-width: 1023px) {
  .lang-select {
    right: 45px;
    top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .lang-select {
    width: 50px;
    top: 30px;
    right: 30px;
  }
}

.navOpen #site-header .lang-select,
.bookingOpen #site-header .lang-select {
  background-image: url(/wp-content/themes/grandsaltsjobaden.se/static/images/lang-black.svg);
  border-top: 1px solid #1F1F1F !important;
  border-bottom: 1px solid #1F1F1F !important;
}
.navOpen #site-header .lang-select:before, .navOpen #site-header .lang-select:after,
.bookingOpen #site-header .lang-select:before,
.bookingOpen #site-header .lang-select:after {
  background-color: #1F1F1F;
}

.lang-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.lang-wrp {
  position: fixed;
  z-index: -10;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: background-color 0.3s ease;
}
.lang-wrp.visible {
  z-index: 1000;
  top: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.lang-wrp.visible .lang {
  opacity: 1;
}
.lang-wrp .lang {
  position: relative;
  opacity: 0;
  width: 400px;
  height: 280px;
  transition: opacity 0.3s ease;
  background-color: white;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .lang-wrp .lang {
    width: 300px;
    height: 240px;
  }
}
.lang-wrp .lang #google_translate_element .goog-te-gadget {
  display: block;
  position: relative;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.lang-wrp .lang #google_translate_element .goog-te-gadget div {
  margin-bottom: 15px;
}
.lang-wrp .lang #google_translate_element .goog-te-gadget div:before {
  display: block;
  font-family: "FontAwesome";
  content: "\f107";
  transition: all 0.3s ease;
  color: #1F1F1F;
  position: absolute;
  right: 15px;
  top: 18px;
  z-index: 2;
  font-size: 20px;
  pointer-events: none;
}
.lang-wrp .lang #google_translate_element .goog-te-gadget div select {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 280px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  padding: 15px;
  background: #f5f5f5;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.lang-wrp .lang #google_translate_element .goog-te-gadget div select:focus {
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .lang-wrp .lang #google_translate_element .goog-te-gadget div select {
    font-size: 16px;
    width: 240px;
  }
}
.lang-wrp .clear-translate {
  display: block;
  margin-top: 10px;
  cursor: pointer;
  color: #666;
  font-size: 12px;
}
.lang-wrp .lang-toggle {
  position: absolute;
  top: -15px;
  right: -15px;
  margin-right: 0;
  background-color: #B09465;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: white;
}
.lang-wrp .lang-toggle:hover {
  background-color: #B09465;
}

.filter-wrp {
  position: relative;
  padding: 40px 0 45px;
  text-align: center;
}
.filter-wrp .filter-buttons {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.filter-wrp .filter-buttons .filter-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-bottom: 15px;
  color: #858585;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  text-decoration: none;
}
.filter-wrp .filter-buttons .filter-btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #1F1F1F;
}
.filter-wrp .filter-buttons .filter-btn:hover {
  color: #1F1F1F;
}
.filter-wrp .filter-buttons .filter-btn:hover:after {
  width: 100%;
  left: 0;
}

.book-visit-offers {
  background-color: #F7F4EF;
}

.offers {
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 10px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .offers {
    padding: 30px 10px 0;
  }
}
.offers:after {
  content: "";
  display: table;
  clear: both;
}
.offers span.offer {
  display: none;
}
.offers .offer {
  position: relative;
  box-sizing: border-box;
  margin: 0 0 60px;
  padding-left: 16px;
  padding-right: 16px;
  flex-basis: 33.33%;
}
@media (max-width: 1279px) {
  .offers .offer {
    flex-basis: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .offers .offer {
    flex-basis: 100%;
    margin: 0 0 30px;
  }
}
.offers .offer:nth-of-type(5n + 1), .offers .offer:nth-of-type(5n + 2) {
  flex-basis: 50%;
}
@media (max-width: 767px) {
  .offers .offer:nth-of-type(5n + 1), .offers .offer:nth-of-type(5n + 2) {
    flex-basis: 100%;
  }
}
.offers .offer:nth-of-type(5n + 1) .item .offer-addons, .offers .offer:nth-of-type(5n + 2) .item .offer-addons {
  width: 65%;
}
@media (max-width: 1279px) {
  .offers .offer:nth-of-type(5n + 1) .item .offer-addons, .offers .offer:nth-of-type(5n + 2) .item .offer-addons {
    width: 100%;
  }
}
.offers .offer.las-upp-med-kod {
  display: none !important;
}
.offers .offer .item {
  position: relative;
}
.offers .offer .item .bg-image {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.offers .offer .item .offer-category {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 24px;
  background-color: #002F69;
  padding: 10px 16px 7px;
  color: white;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  text-decoration: none;
}
.offers .offer .item .offer-category svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}
.offers .offer .item .offer-addons-toggle {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #F6EDDF;
  border: none;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
}
.offers .offer .item .offer-addons-toggle i {
  position: relative;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
}
.offers .offer .item .offer-addons-toggle i.minus {
  top: -2px;
}
.offers .offer .item .offer-addons {
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #F6EDDF;
  padding: 30px;
  transform: translateX(100%);
}
.offers .offer .item .offer-addons.visible {
  transform: translateX(0);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.5);
}
.offers .offer .item .offer-addons h4 {
  margin-bottom: 15px;
  color: #002F69;
  font-size: 30px;
  line-height: 40px;
}
.offers .offer .item .offer-addons .offer-addon {
  position: relative;
  padding-left: 18px;
  margin-bottom: 5px;
  display: block;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  line-height: 20px !important;
}
.offers .offer .item .offer-addons .offer-addon:before {
  font-family: "FontAwesome" !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px !important;
}
.offers .offer .item .item-content-wrp h3 {
  margin-top: 24px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.offers .offer .item .item-content-wrp p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  color: #717171;
}

#site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #F7F4EF;
  text-align: center;
  z-index: 1000;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
}
@media only screen and (max-width: 767px) {
  #site-header {
    left: 0;
    right: 0;
  }
}
#site-header:after {
  content: "";
  display: table;
  clear: both;
}
#site-header .menu_btn {
  position: absolute;
  left: 70px;
  top: 70px;
}
@media only screen and (max-width: 1023px) {
  #site-header .menu_btn {
    left: 45px;
    top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  #site-header .menu_btn {
    left: 20px;
    top: 30px;
  }
}
#site-header .booking_btn {
  position: absolute;
  right: 155px;
  top: 70px;
}
@media only screen and (max-width: 1023px) {
  #site-header .booking_btn {
    right: 120px;
    top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  #site-header .booking_btn {
    right: 100px;
    top: 30px;
  }
}
#site-header .icon-ghs {
  display: inline-block;
  font-size: 45px;
  line-height: 45px;
  margin-top: 70px;
}
#site-header .icon-ghs:before {
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  #site-header .icon-ghs {
    margin-top: 110px;
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  #site-header .icon-ghs {
    font-size: 35px;
    margin-top: 96px;
  }
}
#site-header .lang-selector {
  position: absolute;
  right: 70px;
  top: 70px;
}
@media only screen and (max-width: 1023px) {
  #site-header .lang-selector {
    right: 45px;
    top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  #site-header .lang-selector {
    top: 30px;
    right: 30px;
  }
}
#site-header .menu_btn,
#site-header .booking_btn,
#site-header .lang-selector a {
  border-top: 1px solid #F7F4EF;
  border-bottom: 1px solid #F7F4EF;
}
#site-header .menu_btn:before, #site-header .menu_btn:after,
#site-header .booking_btn:before,
#site-header .booking_btn:after,
#site-header .lang-selector a:before,
#site-header .lang-selector a:after {
  background-color: #F7F4EF;
}

.navOpen #site-header {
  color: #1F1F1F;
  position: fixed;
  top: 0;
  overflow: visible;
}
.navOpen #site-header .icon-ghs {
  display: none;
}
.navOpen #site-header .menu_btn {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.navOpen #site-header .menu_btn:before, .navOpen #site-header .menu_btn:after {
  width: 50%;
  background-color: #1F1F1F;
}
.navOpen #site-header .booking_btn,
.navOpen #site-header .lang-selector a {
  border-top: 1px solid #1F1F1F;
  border-bottom: 1px solid #1F1F1F;
}
.navOpen #site-header .booking_btn:before, .navOpen #site-header .booking_btn:after,
.navOpen #site-header .lang-selector a:before,
.navOpen #site-header .lang-selector a:after {
  background-color: #1F1F1F;
}

.bookingOpen #site-header {
  color: #1F1F1F;
  position: fixed;
  top: 0;
  overflow: visible;
}
.bookingOpen #site-header .icon-ghs {
  display: none;
}
.bookingOpen #site-header .booking_btn {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.bookingOpen #site-header .booking_btn:before, .bookingOpen #site-header .booking_btn:after {
  width: 50%;
  background-color: #1F1F1F;
}
.bookingOpen #site-header .menu_btn,
.bookingOpen #site-header .lang-selector a {
  border-top: 1px solid #1F1F1F;
  border-bottom: 1px solid #1F1F1F;
}
.bookingOpen #site-header .menu_btn:before, .bookingOpen #site-header .menu_btn:after,
.bookingOpen #site-header .lang-selector a:before,
.bookingOpen #site-header .lang-selector a:after {
  background-color: #1F1F1F;
}

.scrolled #site-header {
  top: -130px;
  position: fixed;
  overflow: hidden;
}
.scrolled #site-header .icon-ghs {
  display: none;
}
.scrolled.visible #site-header {
  position: fixed;
  top: -50px;
  background-color: #B09465;
  height: 130px;
}
@media only screen and (max-width: 1023px) {
  .scrolled.visible #site-header {
    height: 105px;
    top: -25px;
  }
}
@media only screen and (max-width: 767px) {
  .scrolled.visible #site-header {
    height: 85px;
    top: -15px;
  }
}

.siteMenu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding-left: 6.5%;
  padding-right: 6.5%;
  background-color: rgba(247, 244, 239, 0.95);
  color: #1F1F1F;
  text-align: center;
  overflow-y: auto;
}
.siteMenu .menu {
  position: absolute;
  width: 100%;
  max-width: 440px;
  top: 25%;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  margin-bottom: 80px;
  border-bottom: 1px solid #c8c7c3;
}
@media only screen and (max-width: 767px) {
  .siteMenu .menu {
    position: static;
    max-width: none;
    top: auto;
    left: auto;
    padding-top: 105px;
    transform: translateY(0) translateX(0);
  }
}
.siteMenu .menu li {
  position: relative;
  border-top: 1px solid #c8c7c3;
}
.siteMenu .menu li a {
  display: inline-block;
  line-height: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}
.siteMenu .menu li div {
  position: absolute;
  right: 20px;
  top: 0;
  width: 20px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  cursor: pointer;
  font-size: 18px;
}
.siteMenu .menu li .sub-menu {
  display: none;
  margin-bottom: -1px;
}
.siteMenu .menu li .sub-menu li {
  border-top: none;
}
.siteMenu .menu li .sub-menu li:first-child {
  margin-top: -10px;
}
.siteMenu .menu li .sub-menu li:last-child {
  margin-bottom: 20px;
}
.siteMenu .menu li .sub-menu li a {
  padding-top: 12px;
  padding-bottom: 12px;
  text-transform: none;
  letter-spacing: normal;
  color: #858585;
}
.siteMenu .menu li.current-menu-item .sub-menu, .siteMenu .menu li.current-page-parent .sub-menu {
  display: block;
}

html,
body {
  overflow-x: hidden;
}
html.navOpen, html.bookingOpen,
body.navOpen,
body.bookingOpen {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
html.navOpen .swiper-wrapper, html.bookingOpen .swiper-wrapper,
body.navOpen .swiper-wrapper,
body.bookingOpen .swiper-wrapper {
  display: block;
}

#main {
  position: relative;
}

.enlish-section {
  text-align: center;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.enlish-section .btn {
  color: #1F1F1F !important;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .enlish-section {
    padding-top: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 320px;
    margin: 0 auto;
  }
  .enlish-section .btn {
    width: fit-content;
    margin: 10px auto;
    flex-direction: row;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 320px;
    margin: 20px auto 0;
  }
}

.filter-section {
  text-align: center;
  padding: 20px 6.5% 10px;
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .filter-section {
    margin-left: 0;
    margin-right: 0;
  }
}
.filter-section .tab {
  display: inline-block;
  border-radius: 0;
  width: auto;
  background: transparent;
  padding: 0 15px 15px;
  color: #858585;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  opacity: 1;
  height: auto;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .filter-section .tab {
    font-size: 12px;
  }
  .filter-section .tab:first-child {
    display: none;
  }
}
.filter-section .tab:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0px;
  margin-top: 10px;
  padding-bottom: 1px;
  background-color: #1F1F1F;
}
.filter-section .tab:hover {
  color: #1F1F1F;
}
.filter-section .tab:hover:after {
  content: "";
  width: 100%;
}
.filter-section .tab.active {
  color: #1F1F1F;
  background: transparent;
}
.filter-section .tab.active:after {
  width: 100%;
  margin-top: 10px;
  color: #1F1F1F;
  background-color: #1F1F1F;
  padding-bottom: 1px;
}

.treatment-description {
  display: none;
  text-align: center;
  margin: 0 auto 40px;
}
.treatment-description h2 {
  color: #B09465;
  font-size: 58px;
  line-height: 62px;
}
@media only screen and (max-width: 767px) {
  .treatment-description h2 {
    font-size: 42px;
    line-height: 48px;
  }
}
.treatment-description div {
  max-width: 690px;
  margin: 15px auto 0;
  font-size: 16.4px;
  line-height: 26px;
  color: #525252;
}
@media only screen and (max-width: 767px) {
  .treatment-description div {
    font-size: 14px;
    line-height: 24px;
  }
}
.treatment-description.active {
  display: block;
}

.section {
  position: relative;
}
.section:after {
  content: "";
  display: table;
  clear: both;
}
.section.bg-color1 {
  background-color: #F7F4EF;
  padding: 20px;
}
.section.bg-color2 {
  background-color: #E1ECF0;
  padding: 20px;
}
.section.bg-color3 {
  background-color: #E9D3DC;
  padding: 20px;
}
.section.bg-color4 {
  background-color: #fff;
  padding: 20px;
}
.section.treatments .treatment-item {
  width: 49%;
  padding: 15px;
  display: none;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  .section.treatments .treatment-item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.section.treatments .treatment-item.active {
  display: inline-block;
}
.section.treatments .treatment-item .treatment-item-inner {
  padding: 10px;
}
.section.treatments .treatment-item .treatment-item-inner h3 {
  color: #002F69;
  font-size: 30px;
  line-height: 30px;
}
.section.treatments .treatment-item .treatment-item-inner ul {
  margin-top: 0 !important;
}
.section.treatments .treatment-item .treatment-item-inner .treatment-info {
  margin-top: 20px;
}
.section.treatments .treatment-item .treatment-item-inner .treatment-info span {
  padding: 9px 15px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  border-top: 1px dashed #1F1F1F;
  border-bottom: 1px dashed #1F1F1F;
  text-decoration: none !important;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .section.treatments .treatment-item .treatment-item-inner .treatment-info span, .section.treatments .treatment-item .treatment-item-inner .treatment-info .btn {
    padding: 9px 5px;
    margin-right: 10px;
    font-size: 12px;
  }
  .section.treatments .treatment-item .treatment-item-inner .treatment-info .btn {
    float: right;
    padding: 9px 10px;
  }
}
.section.usp {
  margin-right: 20px;
  margin-left: 20px;
  margin-top: -20px;
}
@media only screen and (max-width: 767px) {
  .section.usp {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
  }
}
.section.offer-grid {
  text-align: center;
}
.section.offer-grid .offer-grid-item {
  text-align: left;
}
.section.offer-grid .pre-title {
  margin-bottom: 30px;
}
.section.offer-grid .btn {
  margin-top: 30px;
}
.section.movie-section {
  padding: 0;
}
.section__inner {
  padding: 60px 30px;
  border: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .section__inner {
    padding: 30px;
  }
}
.section__inner.movie-inner {
  padding: 0;
  position: absolute;
  z-index: 1;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 60px;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="your_transparent.png", sizingMethod="scale");
  background: none !important;
}
.section__inner.menupad {
  padding: 20px 0px 10px 0;
}
@media only screen and (max-width: 767px) {
  .section__inner.menupad {
    display: none;
  }
}
.section__inner.usp {
  padding: 15px 5px;
  border: 0px;
}
.section.bg-color4 .section__inner {
  border-color: rgba(0, 0, 0, 0.1);
}
.section__menu {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .section__menu.tabs {
    display: none;
  }
}
.section__menu li {
  text-transform: uppercase;
}
.section__menu li span {
  padding: 15px;
  color: #858585;
  letter-spacing: 2.5px;
  cursor: pointer;
  white-space: nowrap;
}
.section__menu li span:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0px;
  margin-top: 10px;
  padding-bottom: 1px;
  background-color: #1F1F1F;
}
.section__menu li span:hover {
  color: #1F1F1F;
  width: 0%;
}
.section__menu li span:hover:after {
  content: "";
  width: calc(100% - 30px);
}
.section__menu li.current span {
  color: #1F1F1F;
}
.section__menu li.current span:after {
  width: calc(100% - 30px);
  margin-top: 10px;
  color: #1F1F1F;
  background-color: #1F1F1F;
  padding-bottom: 1px;
}
.section__usp {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.section__usp li {
  text-transform: uppercase;
}
.section__usp li span {
  padding: 15px;
  white-space: nowrap;
  color: #858585;
  letter-spacing: 2.5px;
  line-height: 30px;
}
@media only screen and (max-width: 1023px) {
  .section__usp li span {
    padding: 10px;
  }
}
.section__usp li:first-child span {
  color: #1F1F1F;
}
.section .content-section--flex {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .section .content-section--flex {
    flex-direction: column;
  }
}
.section .content-section--center {
  align-items: center;
}
.section .content-section .image-section {
  max-width: 410px;
  margin-right: 30px;
}
@media only screen and (max-width: 1023px) {
  .section .content-section .image-section {
    min-width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .section .content-section .image-section {
    min-width: unset;
    margin: 0 auto;
  }
}
.section .content-section .image-section img {
  max-width: 100%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .section .content-section .image-section img {
    margin-bottom: 15px;
  }
}
.section .content-section .image-section .img-image {
  width: 100%;
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 120%;
}
@media only screen and (max-width: 767px) {
  .section .content-section .image-section .img-image {
    margin-bottom: 15px;
  }
}
.section .content-section .image-section.img-stack {
  min-width: 536px;
  max-width: 536px;
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .section .content-section .image-section.img-stack {
    min-width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .section .content-section .image-section.img-stack {
    min-width: 100%;
    display: block;
    text-align: center;
  }
}
.section .content-section .image-section.img-stack .img-stack-image-wrp {
  position: relative;
  padding: 3px;
  background-color: transparent;
}
.section .content-section .image-section.img-stack .img-stack-image-wrp:first-child {
  width: 46%;
}
@media only screen and (max-width: 767px) {
  .section .content-section .image-section.img-stack .img-stack-image-wrp:first-child {
    display: none;
  }
}
.section .content-section .image-section.img-stack .img-stack-image-wrp:nth-child(2) {
  width: 54%;
}
@media only screen and (max-width: 767px) {
  .section .content-section .image-section.img-stack .img-stack-image-wrp:nth-child(2) {
    display: none;
  }
}
.section .content-section .image-section.img-stack .img-stack-image-wrp:last-child {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .section .content-section .image-section.img-stack .img-stack-image-wrp:last-child {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.section .content-section .image-section.img-stack .img-stack-image-wrp .img-stack-image {
  position: relative;
  padding-bottom: 100%;
}
.section .content-section .image-section.img-stack .img-stack-image-wrp:last-child .img-stack-image {
  padding-bottom: 65%;
}
.section .content-section .image-section.img-stack img {
  vertical-align: bottom;
  margin-left: 5px;
  width: 274px;
}
@media only screen and (max-width: 1023px) {
  .section .content-section .image-section.img-stack img {
    display: none;
  }
}
.section .content-section .image-section.img-stack img:first-child {
  width: 250px;
}
.section .content-section .image-section.img-stack img:last-child {
  width: 429px;
}
@media only screen and (max-width: 1023px) {
  .section .content-section .image-section.img-stack img:last-child {
    display: block;
    margin-left: 0px;
    margin-bottom: 30px;
  }
}
.section .content-section--reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .section .content-section--reverse {
    flex-direction: column;
  }
}
.section .content-section--reverse .image-section {
  margin-left: 30px;
  margin-right: 0px;
}
@media only screen and (max-width: 767px) {
  .section .content-section--reverse .image-section {
    margin: 0 auto;
  }
}
.section .content-section--reverse .text-section {
  margin-right: 30px;
  margin-left: 0px;
}
@media only screen and (max-width: 1023px) {
  .section .content-section--reverse .text-section {
    margin: 0px;
  }
}
.section .content-section--reverse .img-stack {
  flex-direction: row-reverse;
}
.section .content-section .text-section {
  max-width: 420px;
  min-width: 380px;
  justify-content: center;
  margin-left: 30px;
}
@media only screen and (max-width: 1023px) {
  .section .content-section .text-section {
    margin: 0px;
    max-width: unset;
    min-width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .section .content-section .text-section {
    min-width: 100%;
  }
}
.section .content-section .text-section--text {
  color: #525252;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .section .content-section .text-section--text {
    margin-bottom: 0px;
  }
}
.section .content-section .text-section--topindent {
  margin-top: 50px;
}
@media only screen and (max-width: 1023px) {
  .section .content-section .text-section--topindent {
    margin-top: 0px;
  }
}
.section .content-section .text-section--flex {
  color: #525252;
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.section .content-section .text-section--flex div {
  max-width: 460px;
  padding: 0 30px;
}
.section .content-section .text-section--notop p:first-child {
  margin: 0 auto 15px auto;
}
.section .content-section__center {
  max-width: 1180px;
  margin: 0 auto;
}
.section .content-section__center .pre-title {
  text-align: center;
  margin-bottom: 15px;
}
.section .content-section__center .text-section--text {
  font-size: 16.4px;
  line-height: 26px;
}
.section .content-section__narrow {
  max-width: 690px;
}
.section .current-offers {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 30px;
  margin-left: 60px;
  margin-right: 60px;
}
@media only screen and (max-width: 1023px) {
  .section .current-offers {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .section .current-offers {
    flex-direction: column;
    margin: 40px 0px 0px 0px;
  }
}
.section .current-offers__offer {
  flex: 1;
  text-align: left;
  margin-left: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section .current-offers__offer {
    margin-left: 0px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.section .current-offers__offer img {
  max-width: 100%;
}
.section .current-offers__offer .offer-image {
  padding-bottom: 130%;
}
.section .current-offers__offer:first-child {
  margin-left: 0px;
}
@media only screen and (max-width: 767px) {
  .section .current-offers__offer:first-child {
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.section .current-offers__offer--text {
  margin-top: 15px;
  margin-bottom: 15px;
}
.section .current-offers__offer--text .pre-title {
  color: #aaaaaa;
  text-align: left;
  font-size: 13px;
  margin-bottom: 5px;
}
.section .current-offers__offer--text h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 22px;
}
.section .offer-grid-item {
  position: relative;
  margin: 0 auto;
  width: 33%;
  padding: 15px;
  vertical-align: top;
  display: none;
}
.section .offer-grid-item.active {
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .section .offer-grid-item {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .section .offer-grid-item {
    width: 100%;
  }
}
.section .offer-grid-item a {
  position: relative;
  display: block;
}
.section .offer-grid-item .offer-image {
  padding-bottom: 130%;
}
.section .conf-room-grid-item {
  position: relative;
  margin: 0 auto;
  width: 33%;
  padding: 15px;
  vertical-align: top;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .section .conf-room-grid-item {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .section .conf-room-grid-item {
    width: 100%;
  }
}
.section .conf-room-grid-item a {
  position: relative;
  display: block;
}
.section .conf-room-grid-item .offer-image {
  padding-bottom: 130%;
}
.section.section-offerslider {
  background-color: #333;
  padding: 20px;
  padding-right: 0px;
  overflow: hidden;
}
.section.section-offerslider .btn.light {
  color: #fff;
}
.section.section-offerslider.bgimg1 {
  background-image: url("http://grandsaltsjobaden.wpstage02.tankbar.com/wp-content/uploads/2019/08/gallery-swiperback1.jpg");
}
.section.section-offerslider.bgimg2 {
  background-image: url("http://grandsaltsjobaden.wpstage02.tankbar.com/wp-content/uploads/2019/08/gallery-swiperback2.jpg");
}
.section.section-offerslider .section__inner {
  border: 1px solid rgba(255, 255, 255, 0);
  border-right: none;
}
@media only screen and (max-width: 767px) {
  .section.section-offerslider .section__inner {
    padding: 20px;
  }
}
.section.section-offerslider .section__inner .pre-title {
  color: #F7F4EF;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .section.section-offerslider .section__inner .pre-title {
    margin-bottom: 25px;
  }
}
.section.section-offerslider .swiper-container-offer {
  padding-left: 150px;
  padding-right: 150px;
}
@media only screen and (max-width: 1023px) {
  .section.section-offerslider .swiper-container-offer {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section.section-offerslider .swiper-container-offer {
    padding-left: 0;
    padding-right: 60px;
  }
}
.section.section-offerslider .swiper-container-offer .swiper-wrapper .swiper-slide {
  width: 360px;
}
@media only screen and (max-width: 767px) {
  .section.section-offerslider .swiper-container-offer .swiper-wrapper .swiper-slide {
    width: 295px;
  }
}
.section.section-offerslider .swiper-container-offer .swiper-wrapper .swiper-slide__inner {
  overflow: hidden;
  background-color: #F7F4EF;
  position: relative;
}
.section.section-offerslider .swiper-container-offer .swiper-wrapper .swiper-slide__inner a {
  border: 1px solid rgba(100, 100, 100, 0.2);
  display: block;
  box-sizing: border-box;
  padding: 20px;
  margin: 20px;
}
.section.section-offerslider .swiper-container-offer .swiper-wrapper .swiper-slide__inner .img-wrapper {
  aspect-ratio: 1/1;
}
.section.section-offerslider .swiper-container-offer .swiper-wrapper .swiper-slide__inner .current-offers-swiper__offer--text {
  padding-top: 20px;
}
.section.section-offerslider .swiper-container-offer .swiper-wrapper .swiper-slide__inner .current-offers-swiper__offer--text .section-rub {
  font-size: 36px;
  line-height: 46px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section.section-offerslider .swiper-container-offer .swiper-wrapper .swiper-slide__inner .current-offers-swiper__offer--text .section-rub {
    font-size: 32px;
    line-height: 42px;
  }
}
.section.section-offerslider .swiper-container-offer .swiper-navigation {
  position: relative;
  margin-top: 30px;
  z-index: 3;
  width: calc(100% + 60px);
  display: flex;
  justify-content: space-between;
}
.section.section-offerslider .swiper-container-offer .swiper-button-prev,
.section.section-offerslider .swiper-container-offer .swiper-button-next {
  position: relative;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 0;
  background-size: 16px;
  background: none !important;
  color: white;
  font-size: 32px;
  transition: all 0.3s ease;
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
}
.section.section-offerslider .swiper-container-offer .swiper-button-prev:after,
.section.section-offerslider .swiper-container-offer .swiper-button-next:after {
  position: relative;
  font-size: 18px;
  font-weight: 700;
}
.section.section-offerslider .swiper-container-offer .swiper-button-prev.swiper-button-prev,
.section.section-offerslider .swiper-container-offer .swiper-button-next.swiper-button-prev {
  margin-right: auto;
}
.section.section-offerslider .swiper-container-offer .swiper-button-prev.swiper-button-next,
.section.section-offerslider .swiper-container-offer .swiper-button-next.swiper-button-next {
  margin-left: auto;
}
.section.section-offerslider .swiper-container-offer .swiper-button-prev.swiper-button-disabled,
.section.section-offerslider .swiper-container-offer .swiper-button-next.swiper-button-disabled {
  display: none;
}
.section.section-offerslider .swiper-container-offer .swiper-pagination-progressbar {
  position: relative !important;
  z-index: 2;
  width: calc(100% - 50px);
  height: 6px;
  transform: translate(45px, -18px);
  border-radius: 3px;
  background: rgba(117, 117, 117, 0.32) !important;
}
.section.section-offerslider .swiper-container-offer .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  border-radius: 3px;
  background: #757575 !important;
}

.twocolrepeater__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 120px;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .twocolrepeater__inner {
    flex-wrap: wrap;
    max-width: 500px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .twocolrepeater__inner {
    flex-wrap: wrap;
  }
}
.twocolrepeater__inner:last-child {
  margin-bottom: 60px;
}
.twocolrepeater__text {
  min-width: 230px;
}
@media only screen and (max-width: 1023px) {
  .twocolrepeater__text {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .twocolrepeater__text {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.twocolrepeater__text h3 {
  text-align: left;
}
.twocolrepeater__img {
  max-width: 229px;
}
@media only screen and (max-width: 1199px) {
  .twocolrepeater__img {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .twocolrepeater__img {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .twocolrepeater__img {
    max-width: unset;
    margin-right: 0px;
    width: 100%;
    display: block;
    margin-bottom: 0px;
  }
}
.twocolrepeater__img img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .twocolrepeater__img img {
    max-width: 229px;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
  }
}

.offer-splash {
  width: 130px;
  height: 130px;
  position: absolute;
  top: -20px;
  left: -20px;
  text-align: center;
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  .offer-splash {
    width: 100px;
    height: 100px;
  }
}
.offer-splash.bg-color1 {
  background-color: #F7F4EF;
  color: #B78A9E;
}
.offer-splash.bg-color2 {
  background-color: #E1ECF0;
  color: #B78A9E;
}
.offer-splash.bg-color3 {
  background-color: #E9D3DC;
  color: #B78A9E;
}
.offer-splash.bg-color4 {
  background-color: #fff;
  color: #B78A9E;
}
.offer-splash .splash-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 767px) {
  .offer-splash .splash-inner {
    font-size: 22px;
    line-height: 22px;
  }
}

.widescreen-cols {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .widescreen-cols {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.widescreen-cols .widescreen-col {
  box-sizing: border-box;
  flex: 1;
  padding: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 575px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
@media only screen and (max-width: 1199px) {
  .widescreen-cols .widescreen-col {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .widescreen-cols .widescreen-col {
    height: auto;
    aspect-ratio: 1/1;
    margin-bottom: 20px;
  }
}
.widescreen-cols .widescreen-col h3 {
  text-align: center;
  font-size: 80px;
  line-height: 90px;
}
@media only screen and (max-width: 1199px) {
  .widescreen-cols .widescreen-col h3 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .widescreen-cols .widescreen-col h3 {
    font-size: 50px;
    line-height: 60px;
  }
}

.boxzilla {
  max-width: 600px;
}

input,
textarea {
  background-color: transparent;
  border-left: none;
  border-right: none;
  border-top: 1px dashed #1F1F1F;
  border-bottom: 1px dashed #1F1F1F;
  letter-spacing: 2.5px;
  font-size: 14px;
  text-transform: uppercase;
  color: #1F1F1F;
  max-width: 260px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}
input::placeholder,
textarea::placeholder {
  color: #1F1F1F;
  opacity: 1; /* Firefox */
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #1F1F1F;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #1F1F1F;
}

#ui-datepicker-div {
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
  box-shadow: 0 0 10px 0 rgba(23, 38, 78, 0.2);
}
#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  display: none;
}
#ui-datepicker-div .ui-datepicker-title {
  margin-bottom: 10px;
}
#ui-datepicker-div .ui-datepicker-title select {
  width: 50%;
}
#ui-datepicker-div .ui-datepicker-calendar {
  width: 250px;
}
#ui-datepicker-div .ui-datepicker-calendar tr td {
  padding: 5px;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar tr td.ui-datepicker-today {
  background-color: #f5f5f5;
}
#ui-datepicker-div .ui-datepicker-calendar tr td.ui-datepicker-current-day {
  background-color: #E1ECF0;
}

a[href*=bookvisit] {
  display: none !important;
}

a[href*=boka] {
  display: none !important;
}

a[href*=presentkort] {
  display: none !important;
}

#mc_embed_signup {
  display: none !important;
}

.gform_wrapper {
  display: none !important;
}

.footer-rub:first-of-type {
  display: none !important;
}

.gform_wrapper ul {
  margin-top: 0 !important;
}
.gform_wrapper .gform_title {
  color: #002F69;
  font-size: 40px;
  line-height: 40px;
}
.gform_wrapper .gform_description {
  font-size: 14px;
  display: block;
  margin-top: 15px;
}
.gform_wrapper .gform_heading {
  padding-left: 8px;
  padding-right: 8px;
}
.gform_wrapper .gform_body {
  padding-top: 15px;
}
.gform_wrapper .gform_footer {
  padding-left: 8px;
  padding-right: 8px;
}
.gform_wrapper .gfield_label {
  font-size: 12px;
  font-weight: 600;
}
.gform_wrapper .gfield_required {
  color: #B78A9E;
}
.gform_wrapper .gfield {
  display: block;
  padding-top: 0;
  padding-left: 8px !important;
  padding-right: 8px;
  margin-top: 15px;
}
.gform_wrapper .gfield.gfield_visibility_hidden {
  display: none;
}
.gform_wrapper .gfield:before {
  display: none;
}
.gform_wrapper .gfield.left-col {
  float: left;
  width: 50%;
}
.gform_wrapper .gfield.right-col {
  float: right;
  width: 50%;
}
.gform_wrapper .gfield.clear {
  clear: both;
  margin-top: 0;
}
.gform_wrapper .gfield.number {
  margin-top: 15px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gfield.left-col, .gform_wrapper .gfield.right-col, .gform_wrapper .gfield.number {
    width: 100%;
    float: none;
  }
}
.gform_wrapper .screen-reader-text {
  display: none;
}
.gform_wrapper input,
.gform_wrapper textarea {
  border-top: none;
  border-bottom: 1px dashed #1F1F1F;
  max-width: none;
  width: 100%;
  color: #1F1F1F;
  text-transform: none;
  letter-spacing: normal;
  padding-left: 0;
  padding-top: 5px;
}
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
  color: #1F1F1F;
  opacity: 1; /* Firefox */
}
.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #1F1F1F;
}
.gform_wrapper input::-ms-input-placeholder,
.gform_wrapper textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #1F1F1F;
}
.gform_wrapper textarea {
  border: 1px dashed #1F1F1F;
  padding: 10px;
}
.gform_wrapper input:-webkit-autofill,
.gform_wrapper input:-webkit-autofill:hover,
.gform_wrapper input:-webkit-autofill:focus,
.gform_wrapper input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 3000px #F7F4EF inset !important;
}
.gform_wrapper textarea:-webkit-autofill,
.gform_wrapper textarea:-webkit-autofill:hover,
.gform_wrapper textarea:-webkit-autofill:focus,
.gform_wrapper textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 3000px #F7F4EF inset !important;
}
.gform_wrapper .gform_button {
  cursor: pointer;
  display: block;
  padding: 9px 15px;
  margin-top: 30px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  border-top: 1px solid #1F1F1F;
  border-bottom: 1px solid #1F1F1F;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}
.gform_wrapper .gform_button:before, .gform_wrapper .gform_button:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  top: 50%;
  background-color: #1F1F1F;
}
.gform_wrapper .gform_button:before {
  left: 0;
}
.gform_wrapper .gform_button:after {
  right: 0;
}
.gform_wrapper .gform_button:hover:before, .gform_wrapper .gform_button:hover:after {
  width: 10px;
}

.booking-wrapper {
  display: none;
  position: relative;
  z-index: 5;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 6.5%;
  padding-right: 6.5%;
  background-color: rgba(247, 244, 239, 0.95);
  color: #1F1F1F;
  text-align: center;
  overflow-y: auto;
}

.booking {
  position: absolute;
  width: 662px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -300%);
  -moz-transform: translate(-50%, -300%);
  -ms-transform: translate(-50%, -300%);
  -o-transform: translate(-50%, -300%);
  transform: translate(-50%, -300%);
}
@media only screen and (max-width: 767px) {
  .booking {
    width: auto;
    position: static;
    padding: 100px 0 80px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.booking__inner {
  position: relative;
  display: flex;
  letter-spacing: 2.5px;
}
@media only screen and (max-width: 767px) {
  .booking__inner {
    display: block;
  }
}
.booking__inner a {
  padding: 9px 15px;
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .booking__inner a.book {
    display: block;
    margin-top: 30px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
  }
}
.booking--picker {
  text-transform: uppercase;
  margin-left: 25px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .booking--picker {
    display: block;
    text-align: center;
    margin-left: auto;
  }
}
.booking--picker:first-child {
  margin-left: 0px;
}
.booking--picker span {
  margin-left: 15px;
  border-top: 1px dashed #1F1F1F;
  border-bottom: 1px dashed #1F1F1F;
  display: block;
  padding-top: 7px;
  display: block;
  cursor: pointer;
  padding-bottom: 6px;
  min-width: 120px;
}
@media only screen and (max-width: 767px) {
  .booking--picker span {
    display: none;
  }
}
.booking--picker span:after {
  content: "";
  border: solid #1F1F1F;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 10px;
  position: relative;
  top: -4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.booking--picker .popdown {
  position: absolute;
  z-index: 99;
  height: 160px;
  width: 160px;
  top: 60px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .booking--picker .popdown {
    position: relative;
    top: auto;
    margin: 0 auto 0;
    display: block;
    height: auto;
  }
  .booking--picker .popdown a {
    display: none;
  }
}
.booking--picker .popdown--popdown {
  font-size: 12px;
}

.plus-minus-input {
  align-items: center;
  margin-bottom: 10px;
}
.plus-minus-input .input-group-field {
  text-align: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 1rem;
  border: none;
  font-size: 64px;
  height: 85px;
  line-height: 70px;
  text-align: center;
  width: 120px;
  font-family: "Open Sans", sans-serif;
}
.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
  appearance: none;
}
@media only screen and (max-width: 767px) {
  .plus-minus-input .input-group-field {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    height: auto;
    padding: 0;
  }
}
.plus-minus-input .input-group-button .circle {
  color: #1F1F1F;
  background-color: transparent;
  border: none;
  font-size: 20px;
  padding: 0.25em 0.8em;
  position: absolute;
  top: 50px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .plus-minus-input .input-group-button .circle {
    top: 35px;
  }
}
.plus-minus-input .input-group-button .circle.input-plus {
  right: -5px;
}
.plus-minus-input .input-group-button .circle.input-minus {
  left: -5px;
}

.booking-hero {
  display: flex;
  letter-spacing: 2.5px;
  justify-content: center;
  max-width: 660px;
  margin: 0 auto;
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .booking-hero {
    display: none;
  }
}
.booking-hero span {
  border-top: 1px dashed #F7F4EF;
  border-bottom: 1px dashed #F7F4EF;
}
.booking-hero span:after {
  border: solid #F7F4EF;
  border-width: 0 1px 1px 0;
}
.booking-hero .booking--text {
  line-height: 39px;
}
.booking-hero .booking_btn2 {
  margin-left: 0px;
}

/* DATERANGE PICKER */
.daterangeinput:after {
  content: "";
  border: solid #1F1F1F;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 10px;
  position: absolute;
  top: -4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: 4px;
  top: 15px;
}
@media only screen and (max-width: 767px) {
  .daterangeinput:after {
    top: 47px;
  }
}
.daterangeinput input {
  width: 330px;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .daterangeinput input {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-top: 10px;
  }
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: transparent;
  border-radius: 0px;
  border-bottom: 1px dashed #1F1F1F;
  padding: 0;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
  margin-top: 5px;
  width: 490px;
  right: 0 !important;
}
@media only screen and (max-width: 767px) {
  .daterangepicker {
    position: relative;
    left: auto !important;
    width: auto;
    top: auto !important;
    border-bottom: none;
  }
}
.daterangepicker .today {
  font-weight: bold;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
  display: none;
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #1F1F1F;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #1F1F1F;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
}

.daterangepicker .drp-calendar.left {
  padding: 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}
@media only screen and (max-width: 767px) {
  .daterangepicker .drp-calendar.right {
    padding-top: 0;
  }
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #1F1F1F;
  border: solid #1F1F1F;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  color: #1F1F1F;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border-radius: 4px;
  background-color: transparent;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: red;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: transparent;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: rgba(255, 255, 255, 0.75);
  border-color: transparent;
  color: #1F1F1F;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
  -webkit-box-shadow: inset 0px 0px 0px 0px #fff;
  -moz-box-shadow: inset 0px 0px 0px 0px #fff;
  box-shadow: inset 0px 0px 0px 0px #fff;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: rgba(255, 255, 255, 0.75);
  border-color: transparent;
  color: #1F1F1F;
}

.daterangepicker th.month {
  width: auto;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
  color: #1F1F1F;
}

.daterangepicker .drp-buttons .btn {
  background-color: transparent;
  border-top: 1px solid #1F1F1F;
  border-bottom: 1px solid #1F1F1F;
  color: #1F1F1F;
  border-right: 0px;
  border-left: 0px;
}
.daterangepicker .drp-buttons .btn:before, .daterangepicker .drp-buttons .btn:after {
  background-color: #1F1F1F;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #1F1F1F;
}

@media (min-width: 768px) {
  .daterangepicker .ranges {
    width: 100%;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar {
    float: left;
  }
}
#footer {
  background-color: #F4EEE4;
  color: #1F1F1F;
  background-image: url("/wp-content/themes/grandsaltsjobaden.se/static/images/byggnaden_fran_vattnet_beige.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
#footer .footer-inner {
  max-width: 660px;
  margin: 0 auto;
  padding: 20px 20px 60px;
}
@media only screen and (max-width: 767px) {
  #footer .footer-inner {
    padding: 20px 20px 30px;
  }
}
#footer .footer-inner h4 {
  color: #002F69;
}
#footer .footer-inner .footer-section,
#footer .footer-inner #mc_embed_signup_scroll {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #footer .footer-inner .footer-section,
#footer .footer-inner #mc_embed_signup_scroll {
    flex-direction: column;
    text-align: center;
    padding-bottom: 20px;
  }
  #footer .footer-inner .footer-section .btn,
#footer .footer-inner #mc_embed_signup_scroll .btn {
    width: fit-content;
    margin: 10px auto;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer-inner .footer-section.socialmedia,
#footer .footer-inner #mc_embed_signup_scroll.socialmedia {
    flex-direction: row;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 320px;
    margin: 0 auto;
  }
}
#footer .footer-inner .footer-section input,
#footer .footer-inner #mc_embed_signup_scroll input {
  flex: 1;
  margin-right: 30px;
  max-width: none;
}
#footer .footer-inner .footer-section input[type=email],
#footer .footer-inner #mc_embed_signup_scroll input[type=email] {
  flex: 2;
}
#footer .footer-inner .footer-section input[type=submit],
#footer .footer-inner #mc_embed_signup_scroll input[type=submit] {
  margin-right: 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #footer .footer-inner .footer-section input,
#footer .footer-inner #mc_embed_signup_scroll input {
    width: 90% !important;
    margin: 0 auto !important;
    margin-bottom: 20px;
  }
  #footer .footer-inner .footer-section input[type=submit],
#footer .footer-inner #mc_embed_signup_scroll input[type=submit] {
    margin-top: 20px !important;
  }
}
#footer .footerlogo {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #footer .footerlogo {
    margin-bottom: 20px;
  }
}
#footer .icon-ghs {
  display: inline-block;
  font-size: 45px;
  line-height: 45px;
  margin-top: 60px;
  width: 100%;
  color: #002F69;
}
#footer .icon-ghs:before {
  vertical-align: top;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 767px) {
  #footer .icon-ghs {
    font-size: 30px;
    margin-top: 30px;
  }
}

#sub-footer {
  background-color: #F4EEE4;
  text-align: center;
  padding: 30px 20px;
}
@media only screen and (max-width: 767px) {
  #sub-footer {
    padding: 0 20px 30px;
  }
}
#sub-footer .sub-footer__content {
  color: #848484;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2.5px;
}
#sub-footer .sub-footer__content__inner {
  max-width: 660px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #sub-footer .sub-footer__content__inner {
    border-top: 1px solid #848484;
    padding-top: 30px;
  }
}
#sub-footer .sub-footer__content__inner .sep {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: #515151;
  top: -4px;
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  #sub-footer .sub-footer__content__inner .sep {
    display: block;
    content: "";
    height: 0px;
  }
}