/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
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;
}

body {
  background: #fafafa;
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #858D9A;
  line-height: 1.5;
  overflow-x: hidden;
}

::-moz-selection {
  background: rgba(42, 167, 222, 0.7);
  color: white;
}

::selection {
  background: rgba(42, 167, 222, 0.7);
  color: white;
}

h1, h2, h3 {
  font-family: "Fjalla one", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #262B33;
  line-height: 1.2;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 2em;
  margin-bottom: 2rem;
}

h3 {
  font-size: 1.2em;
  color: #2aa7de;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

* + p {
  margin-top: 1rem;
}

a {
  color: #2aa7de;
}

a:hover {
  color: rgba(42, 167, 222, 0.8);
}

.container {
  width: 90%;
  max-width: 1600px;
  margin: auto;
}

.btn {
  display: inline-block;
  font-weight: 700;
  padding: .5rem 1rem;
  border-radius: 5px;
  color: #ffffff;
  background-color: #2aa7de;
  border: 1px solid #2aa7de;
  text-decoration: none;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.btn:hover {
  background-color: transparent;
}

.icons {
  margin-top: -80px;
  margin-bottom: 80px;
}

@media (min-width: 960px) {
  .main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-content > main {
    width: 75%;
  }
  .main-content > aside {
    width: 20%;
  }
}

strong {
  color: #262B33;
  font-weight: 700;
}

img {
  max-width: 100%;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 54px;
  }
}

small {
  font-size: .8em;
  font-style: italic;
}

.main-header {
  background-color: #262B33;
  padding: 10px;
}

.main-header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-header img {
  width: 160px;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .main-header nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer {
  background-color: #EFEFEF;
}

.pre-footer {
  padding: 100px 0;
}

.pre-footer div + div {
  margin-top: 2rem;
}

.pre-footer .payment-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0;
}

.pre-footer .payment-options img {
  height: 50px;
  width: 50px;
  border-radius: 10px;
  background-color: #ffffff;
}

.pre-footer .payment-options img + img {
  margin-left: 1rem;
}

.bottombar {
  background: #2aa7de;
  padding: 1rem;
  text-align: center;
  color: #ffffff;
}

.bottombar a {
  color: #ffffff;
}

@media (min-width: 1024px) {
  .pre-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pre-footer > div {
    width: 31%;
  }
  .pre-footer div + div {
    margin-top: 0;
  }
}

.hero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 43, 51, 0.7)), to(rgba(38, 43, 51, 0.7))), url("../img/vestar.jpg");
  background-image: linear-gradient(rgba(38, 43, 51, 0.7), rgba(38, 43, 51, 0.7)), url("../img/vestar.jpg");
  background-size: cover;
  text-align: center;
  padding: 200px 0;
}

.hero .container {
  max-width: 640px;
}

.hero * {
  color: #ffffff;
}

.icons {
  display: -ms-grid;
  display: grid;
  gap: 1em;
}

.icons div {
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 5%;
  font-size: 14px;
}

.icons img {
  max-width: 40px;
}

@media (min-width: 768px) {
  .icons {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .icons {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .icons {
    -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
  }
}

.general-info article {
  width: 100%;
}

.general-info article > img {
  border-radius: .5rem;
  width: 100%;
}

.general-info article > div {
  margin: 2rem;
  margin-top: -4rem;
  padding: 1.5em;
  background: #ffffff;
  position: relative;
  border-radius: .5rem;
}

.general-info article footer {
  padding: 1rem;
  margin-top: 1em;
  background: #FAFAFA;
  border-radius: .3em;
}

.general-info article footer strong {
  display: block;
  margin-bottom: 1rem;
}

.general-info article footer > div + div {
  margin-top: 1em;
}

.general-info address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.general-info address img {
  width: 20px;
  height: 20px;
  margin-right: .5rem;
}

.general-info address p {
  margin: 0;
}

.capacity {
  border-top: 1px solid #DFDFDF;
  margin-top: 1em;
  padding-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.capacity p {
  margin: 0;
}

.capacity span {
  color: #2aa7de;
  font-weight: 700;
}

@media (min-width: 1300px) {
  .general-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .general-info article {
    width: 49%;
  }
  .general-info article footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .general-info article footer > div + div {
    margin: 0;
    margin-left: 1em;
  }
  .general-info article + article {
    margin-left: 5%;
    margin-bottom: 0;
  }
}

aside {
  margin-bottom: 80px;
}

aside > * + * {
  margin-top: 3em;
}

aside > * + * .btn {
  margin-top: 1em;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slbOverlay, .slbWrapOuter, .slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #000;
  opacity: 0.7;
  -webkit-animation: slbOverlay 0.5s;
  animation: slbOverlay 0.5s;
}

.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010;
}

.slbWrap {
  position: absolute;
  text-align: center;
}

.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%;
}

.slbContentEl .slbContentOuter {
  padding: 5em 1em;
}

.slbContent {
  position: relative;
}

.slbContentEl .slbContent {
  -webkit-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  background-color: #fff;
  -webkit-box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
          box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
}

.slbImageWrap {
  -webkit-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  position: relative;
}

.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  -webkit-box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
          box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background-color: #FFF;
}

.slbDirectionNext .slbImageWrap {
  -webkit-animation: slbEnterNext 0.4s;
  animation: slbEnterNext 0.4s;
}

.slbDirectionPrev .slbImageWrap {
  -webkit-animation: slbEnterPrev 0.4s;
  animation: slbEnterPrev 0.4s;
}

.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto;
}

.slbCaption {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .71429em 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbCloseBtn, .slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}

.slbCloseBtn::-moz-focus-inner, .slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.slbCloseBtn:hover, .slbArrow:hover {
  opacity: 0.5;
}

.slbCloseBtn:active, .slbArrow:active {
  opacity: 0.8;
}

.slbCloseBtn {
  -webkit-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  font-size: 3em;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  position: absolute;
  right: -.33333em;
  top: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbLoading .slbCloseBtn {
  display: none;
}

.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}

.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
}

.slbLoading .slbArrows {
  display: none;
}

.slbArrow {
  position: absolute;
  top: 50%;
  margin-top: -5em;
  width: 5em;
  height: 10em;
  opacity: 0.7;
  text-indent: -999em;
  overflow: hidden;
}

.slbArrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -.8em 0 0 -.8em;
  border: .8em solid transparent;
}

.slbArrow.next {
  right: 0;
}

.slbArrow.next:before {
  border-left-color: #fff;
}

.slbArrow.prev {
  left: 0;
}

.slbArrow.prev:before {
  border-right-color: #fff;
}

.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0;
}

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
          box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background: #000;
}

@-webkit-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

@keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

@-webkit-keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
    transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
    transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightbox_image {
  width: 100%;
  height: 90vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slbCloseBtn {
  position: fixed !important;
  right: 0;
}

.slbContentOuter {
  max-width: 100%;
  width: 90vh;
}

.button-tabs {
  border-bottom: 1px solid #eaeaea;
}

.button-tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.button-tabs button {
  padding: .5em;
  border-radius: .5em .5em 0 0;
  display: inline-block;
  text-decoration: none;
  background: #dfdfdf;
  color: #858D9A;
  border: none;
}

.button-tabs .active {
  background: #2aa7de;
  color: #ffffff;
}

.tab-content {
  display: none;
  margin-bottom: 80px;
}

.tab-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.tab-content .included {
  -webkit-columns: 2;
          columns: 2;
}

.tab-content footer {
  background: #eaeaea;
  border-radius: .5em;
  padding: 1.5em;
  margin-top: 1em;
}

.tab-content footer span {
  font-weight: 700;
  color: #2aa7de;
}

@media (min-width: 960px) {
  .tab-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tab-content .gallery, .tab-content article {
    width: 47%;
  }
}

.splide li {
  background-size: cover;
}

.gallery .splide:first-child .splide__slide {
  height: 400px !important;
  background-position: bottom;
}

.splide__list, .splide__slide {
  width: 100%;
}
/*# sourceMappingURL=main.css.map */