@charset "UTF-8";
/* Breakpoints bootstrap */
/* Breakpoints */
/* Transition effect */
/* Transform effect */
/* Flexbox effect */
/* Flexbox effect */
/* Function to create grid */
/*----------------------------------------------------*/
/* @Autor: YOURNAME
/* Description: SHORT DESCRIPTION OF WHAT THIS SNIPPET IS USED FOR
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: General for all pages
/*----------------------------------------------------*/
html {
  font-size: 90%;
  scroll-behavior: smooth;
}

body {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-size: 1.08rem;
  letter-spacing: 0.114em;
  line-height: 1.5;
}
@media (min-width: 64em) {
  body {
    font-size: 1.09rem;
    letter-spacing: 0.11em;
  }
}
body.show-menu {
  overflow: hidden;
}
body.show-menu #imbox-container {
  -webkit-animation: fadeOut 0.3s;
          animation: fadeOut 0.3s;
  display: none;
}

h1, h2, h3, h4, h5 {
  color: #000;
  font-family: "lato", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1.15px;
  text-transform: uppercase;
}
h1.boldText, h2.boldText, h3.boldText, h4.boldText, h5.boldText {
  font-weight: 800;
}
h1.lowercase, h2.lowercase, h3.lowercase, h4.lowercase, h5.lowercase {
  text-transform: none;
}

h1 {
  font-size: 1.55rem;
}
@media (min-width: 40em) {
  h1 {
    font-size: 1.7rem;
    letter-spacing: 1.35px;
  }
}
@media (min-width: 64em) {
  h1 {
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 1.15px;
  }
}

h2 {
  font-size: 1.35rem;
}
@media (min-width: 40em) {
  h2 {
    font-size: 1.55rem;
  }
}
@media (min-width: 64em) {
  h2 {
    font-size: 1.65rem;
  }
}

h3 {
  font-size: 1.25rem;
}
@media (min-width: 40em) {
  h3 {
    font-size: 1.45rem;
  }
}
@media (min-width: 64em) {
  h3 {
    font-size: 1.65rem;
  }
}

h4 {
  font-size: 1.125rem;
}
@media (min-width: 40em) {
  h4 {
    font-size: 1.35rem;
  }
}
@media (min-width: 64em) {
  h4 {
    font-size: 1.35rem;
  }
}

/*h5 {
  font-size: 1.1rem;
}*/
a,
.btn-link {
  color: #7BADE9;
}
a:hover,
.btn-link:hover {
  color: #3984de;
}
a.isDisabled,
.btn-link.isDisabled {
  cursor: auto;
  color: rgba(0, 0, 0, 0.54);
}

.btn-link {
  padding: 0;
  margin: 0;
  font-size: 1.08rem;
}
@media (min-width: 64em) {
  .btn-link {
    font-size: 1.09rem;
  }
}

p, button {
  font-size: 1.08rem;
  color: #000;
  letter-spacing: 0.11em;
  line-height: 1.5;
  font-family: "futura-pt", sans-serif;
}
@media (min-width: 64em) {
  p, button {
    font-size: 1.09rem;
  }
}

.container {
  max-width: 90rem;
}
@media (max-width: 768px) {
  .container .row > div:not(:last-child) {
    margin-bottom: 0.4375rem;
  }
  .container .row > div:last-child {
    margin-bottom: 0.9375rem;
  }
}
.container.standard {
  padding: 0.2375rem 15px;
}
.container.top {
  padding-top: 30px;
}
.container.large {
  padding-top: 30px;
  padding-bottom: 30px;
}
.container.large-top {
  padding-top: 30px;
}
.container.large-bottom {
  padding-bottom: 30px;
}

/* Loader color */
.sk-folding-cube .sk-cube:before {
  background-color: #F0F3F6;
}

main .cms-content-picker {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.col {
  position: relative;
  /* Add more padding to all columns */
}
@media (min-width: 40em) {
  .col {
    padding-right: 0.2375rem;
    padding-left: 0.2375rem;
  }
}
.col.column-padding-large > .cms-content-picker, .col.column-padding-medium > .cms-content-picker, .col.column-padding-small > .cms-content-picker {
  padding: 2.7rem;
}
@media (min-width: 40em) {
  .col.column-padding-large > .cms-content-picker {
    padding: 9rem;
  }
}
@media (min-width: 64em) {
  .col.column-padding-large > .cms-content-picker {
    padding: 15rem;
  }
  .col.column-padding-medium > .cms-content-picker {
    padding: 9rem;
  }
  .col.column-padding-small > .cms-content-picker {
    padding: 5rem;
  }
  .col.column-padding-x-small > .cms-content-picker {
    padding: 2rem;
  }
  .col.column-padding-none > .cms-content-picker {
    padding: 0;
  }
}
.col.column-class-light-gray > .cms-content-picker {
  background: #F0F3F6;
}
.col.column-class-dark-gray > .cms-content-picker {
  background: #e0e6ec;
}
.col.column-class-pastel-blue > .cms-content-picker {
  background: #9EBFCD;
}
.col.column-class-clear-blue > .cms-content-picker {
  background: #B5CCE2;
}
.col.column-class-pastel-blue-light > .cms-content-picker {
  background: #B6CAD2;
}
.col.column-class-dark-blue > .cms-content-picker {
  background: #89AEBC;
}
.col.column-class-dark-blue-gray > .cms-content-picker {
  background: #99B1BC;
}

.paragraph--type--image {
  height: 100%;
  width: 100%;
  position: relative;
  /*@media (min-width: $breakpoint-large-min) {
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
  }*/
}
.paragraph--type--image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.paragraph--type--image .cred {
  background: rgba(0, 0, 0, 0.35);
  bottom: 10px;
  color: #fff;
  font-size: 0.8rem;
  margin-left: 0.9375rem;
  position: absolute;
  right: 0;
  padding: 0.5rem;
  text-transform: uppercase;
  z-index: 4;
}
@media (min-width: 64em) {
  .paragraph--type--image .cred {
    max-width: 60%;
  }
}

/* Modal settings */
.cb_searchform_lightbox {
  /* Modal Content */
}
.cb_searchform_lightbox .modal-header .close {
  position: absolute;
  right: 0.4rem;
  top: 0.6rem;
}
.cb_searchform_lightbox .modal-content .cb-widget-activity > .cb-padding {
  max-width: none;
  padding: 0 10px;
}

/* Hide calendar during booking flow */
.path-booking .cb_searchform_lightbox .cb-js-calendar-wrapper {
  display: none;
}

.media--loading::before {
  background: #e0e6ec;
}

.blazy .media,
.media.media--blazy {
  height: 100%;
}

.cc_container .cc_btn {
  background: #9EBFCD;
  color: #FFF;
}
.cc_container .cc_btn:hover, .cc_container .cc_btn:active, .cc_container .cc_btn:focus {
  background-color: #97bbca;
  color: #fff;
}

/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: Header general style, logo and header position
/*----------------------------------------------------*/
body:not(.path-user) {
  position: relative;
}
body:not(.path-user) main {
  transition: 350ms filter linear;
}
@media (max-width: 63.999em) {
  body:not(.path-user) .region-header {
    display: flex;
    flex-direction: column;
  }
}
body:not(.path-user).show-menu main {
  filter: grayscale(100%);
}
body:not(.path-user).show-menu #social-buttons {
  -webkit-animation: fadeInRight 300ms ease 1.2s both;
          animation: fadeInRight 300ms ease 1.2s both;
}
body:not(.path-user).show-menu .region-fullmenu {
  -webkit-animation: fadeIn 0.25s linear 0s both;
          animation: fadeIn 0.25s linear 0s both;
  display: flex;
}
body:not(.path-user).show-menu .region-fullmenu .region-header {
  -webkit-animation: fadeIn 0.35s linear 0.45s both;
          animation: fadeIn 0.35s linear 0.45s both;
}
@media (min-width: 40em) {
  body:not(.path-user).show-menu .region-fullmenu .region-header {
    -webkit-animation: fadeIn 0.35s linear 0.75s both;
            animation: fadeIn 0.35s linear 0.75s both;
  }
}
body:not(.path-user).show-menu .region-fullmenu > div:first-child {
  -webkit-animation: fadeIn 0.35s ease-in 0.35s both;
          animation: fadeIn 0.35s ease-in 0.35s both;
}
body:not(.path-user).hide-menu main {
  filter: grayscale(0%);
  transition: 300ms ease-out all;
}
body:not(.path-user).hide-menu #social-buttons {
  -webkit-animation: fadeOutRight 300ms ease 0.2s both;
          animation: fadeOutRight 300ms ease 0.2s both;
}
body:not(.path-user).hide-menu .region-fullmenu {
  display: flex;
  -webkit-animation: fadeOut 0.35s linear 0.6s both;
          animation: fadeOut 0.35s linear 0.6s both;
  pointer-events: none;
}
body:not(.path-user).hide-menu .region-fullmenu > div:first-child {
  pointer-events: none;
  -webkit-animation: fadeOut 0.35s ease-out 0s both;
          animation: fadeOut 0.35s ease-out 0s both;
}
body:not(.path-user).hide-menu .region-fullmenu .region-menuleft {
  -webkit-animation: fadeOut 0.35s ease-in 0s both;
          animation: fadeOut 0.35s ease-in 0s both;
}
body:not(.path-user).hide-menu .region-fullmenu .region-menuright {
  -webkit-animation: fadeOut 0.35s ease-in 0s both;
          animation: fadeOut 0.35s ease-in 0s both;
}

header.menu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
  position: fixed;
  background: white;
}
@media (max-width: 39.999em) {
  header.menu {
    height: 70px;
  }
}
header.menu .header-container {
  height: 100%;
  max-width: 90rem;
  margin: 0 auto;
}

header nav ul:not(.contextual-links) li {
  display: block;
}

.region-logo {
  display: flex;
  padding: 5px 0;
  /*
   img {
     height: auto;
     max-height: 60px;
     transition: 300ms linear all;
   }*/
}
.region-logo > div {
  display: flex;
  align-items: center;
}
.region-logo .logo, .region-logo #block-cb-icehotel-branding a {
  background-image: url(../images/icehotel.svg);
  background-position: center;
  height: 40px;
  width: 170px;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  letter-spacing: 0.35rem;
  line-height: 1;
  color: transparent;
  position: relative;
  display: inline-block;
}
.region-logo .logo:hover, .region-logo #block-cb-icehotel-branding a:hover {
  opacity: 0.3;
}
@media (max-width: 39.999em) {
  .region-logo .logo, .region-logo #block-cb-icehotel-branding a {
    width: 120px;
  }
}
.region-logo [id^=block-][id$=-bookbutton] {
  margin-left: 1rem;
}
.region-logo [id^=block-][id$=-bookbutton] p {
  margin: 0;
}
.region-logo [id^=block-][id$=-bookbutton] p a {
  border: 1px solid rgba(0, 0, 0, 0.8);
  color: black;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
  padding: 0.3rem 0.7rem;
}
@media screen and (min-width: 40em) {
  .region-logo [id^=block-][id$=-bookbutton] p a {
    padding: 0.3rem 2.7rem;
  }
}
.region-logo [id^=block-][id$=-bookbutton] p a:hover {
  background: #2c2620;
  color: #fff;
}

.region-content .landing-page,
.region-content .front-page {
  padding-top: 70px;
}
@media (min-width: 40em) {
  .region-content .landing-page,
.region-content .front-page {
    padding-top: 80px;
  }
}

/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: General for all pages
/*----------------------------------------------------*/
#slide-in-box {
  background: black;
  position: fixed;
  z-index: 99;
  top: calc(50vh - 50px);
  color: white;
  height: 100px;
}

.icicle-wrapper {
  max-width: 88rem;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

#icicle {
  z-index: 1;
  height: 472px;
  width: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/icecicle.svg);
  position: relative;
  filter: invert(20%);
  top: 35px;
}
@media (max-width: 1444px) {
  #icicle {
    display: none;
  }
}

hr {
  margin: 15px auto;
  border-color: #afaeae;
  border-width: 2px;
  width: 25%;
}

.link-text, .read-more {
  font-weight: 500;
  background: transparent;
  border-left: 0;
  position: relative;
  display: inline-block;
  color: black;
  border: 0;
  padding: 1rem 0;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.link-text.white, .read-more.white {
  color: white;
}
.link-text.white:hover, .read-more.white:hover {
  color: white;
}
.link-text:after, .read-more:after {
  content: "";
  left: 0;
  height: 3px;
  display: block;
  bottom: 0;
  position: absolute;
  width: 0;
  background: #333;
  transition: width 300ms;
  z-index: 2;
}
.link-text:before, .read-more:before {
  content: "";
  left: 0;
  height: 3px;
  display: block;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.link-text:hover, .read-more:hover {
  background: transparent;
  padding-left: 0;
  color: black;
}
.link-text:hover:after, .read-more:hover:after {
  content: "";
  left: 0;
  height: 3px;
  width: 100%;
  background: #333;
}

blockquote {
  color: rgba(0, 0, 0, 0.7);
  display: block;
  padding: 20px 20px 20px 30px;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.2;
  max-width: 85%;
  margin: auto;
  border-left: 0;
}
blockquote:before {
  content: "“";
  font-family: Georgia, serif;
  font-size: 50px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
}
blockquote p {
  color: rgba(0, 0, 0, 0.7);
  display: inline;
  font-weight: 500;
}

/* Link button i HTML content */
a.linkButton {
  background: #fff;
  color: #000;
  cursor: pointer;
  display: inline-block;
  margin: 1rem 0;
  padding: 12px 25px;
  text-transform: uppercase;
  border: 0.25px solid black;
  transition: background 0.3s;
}
a.linkButton:hover {
  background: #F0F3F6;
}

/* Link button i HTML content */
a.linkButtonDefault {
  font-size: 0.85rem;
  margin-bottom: 5px;
  padding: 0.7rem 1.6rem;
  text-transform: uppercase;
  color: #333;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
a.linkButtonDefault:hover {
  background: #c0cdd9;
  border-color: transparent;
}

/* Link button i HTML content */
a.linkButtonGray {
  background: #F0F3F6;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  margin: 1rem 0;
  padding: 12px 25px;
  text-transform: uppercase;
  transition: background 0.3s;
}
a.linkButtonGray:hover {
  background: #d0dae3;
}

.html-content ul:not(.browser-default) {
  padding-left: 1.3rem;
}
.html-content ul:not(.browser-default) li {
  list-style-type: circle;
}
.html-content .ingress {
  color: #8a8a8a;
  display: inline-block;
  font-style: italic;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.html-content h1 b, .html-content h1 strong, .html-content h2 b, .html-content h2 strong, .html-content h3 b, .html-content h3 strong, .html-content h4 b, .html-content h4 strong, .html-content h5 b, .html-content h5 strong, .html-content h6 b, .html-content h6 strong {
  font-weight: 800;
}
.html-content p strong,
.html-content span strong {
  font-weight: 500;
}

/* Removes side-scroll in mobile, and adds it to the region html-content */
@media (max-width: 39.999em) {
  #no-scroll .html-content {
    overflow-x: scroll;
  }
}

.html-content table {
  border: none;
}
.html-content table thead,
.html-content table tbody {
  border: 0;
  background: transparent;
}
.html-content table thead h2,
.html-content table tbody h2 {
  font-size: 2.2rem;
}
.html-content table thead tr:nth-child(odd), .html-content table thead tr:nth-child(even),
.html-content table tbody tr:nth-child(odd),
.html-content table tbody tr:nth-child(even) {
  background: transparent !important;
}
.html-content table thead tr:hover td:first-child,
.html-content table tbody tr:hover td:first-child {
  border-left-color: #F0F3F6;
}
.html-content table thead tr th, .html-content table thead tr td,
.html-content table tbody tr th,
.html-content table tbody tr td {
  border: none;
  border-bottom: 1px solid #F0F3F6;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 0.8rem;
}
.html-content table thead tr td:first-child,
.html-content table tbody tr td:first-child {
  border-left: 3px solid transparent;
  transition: border 0.4s;
}
.html-content table thead tr th,
.html-content table tbody tr th {
  color: #F0F3F6;
  font-family: "lato", sans-serif;
  font-size: 22px;
  line-height: 1;
}

.at-share-btn-elements .at-share-btn {
  border-radius: 50% !important;
  overflow: hidden;
  opacity: 0.5;
  margin-right: 0.75rem !important;
}
.at-share-btn-elements .at-share-btn:hover {
  opacity: 1;
}

/* Accordion in HTML content */
.ckeditor-accordion-container > dl {
  border: 0;
}
.ckeditor-accordion-container > dl dt a {
  background-color: transparent;
  display: block;
  color: #414141;
  border: 1px solid transparent;
  font-weight: normal;
}
.ckeditor-accordion-container > dl dt a:hover {
  background-color: #eee;
}
.ckeditor-accordion-container > dl dt.active a {
  background-color: transparent;
  border: transparent;
  display: block;
}
.ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle:before,
.ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle:after {
  background: #414141;
}

/*----------------------------------------------------*/
/* @Autor: Sara
/* Description: Basket
/*----------------------------------------------------*/
[id^=block-][id$=-basket] {
  /* Basket summary */
}
[id^=block-][id$=-basket] p {
  margin: 0;
  margin-right: 20px;
}
[id^=block-][id$=-basket] #citybreak_basket_widget_display {
  cursor: pointer;
  height: auto;
  font-size: 1.5rem;
  position: relative;
}
[id^=block-][id$=-basket] #citybreak_basket_widget_display .cb-text .cb-label-short,
[id^=block-][id$=-basket] #citybreak_basket_widget_display .cb-text .cb-label,
[id^=block-][id$=-basket] #citybreak_basket_widget_display .cb-text .cb-amount {
  display: none;
}
[id^=block-][id$=-basket] #citybreak_basket_widget_display .alternativ-text {
  display: none;
}
[id^=block-][id$=-basket] #citybreak_basket_widget_display.cb-empty .cb-trigger {
  display: none;
}
[id^=block-][id$=-basket] #citybreak_basket_widget_display .cb-text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -3px;
  background: #8db4c4;
  color: #fff;
  border-radius: 100%;
  font-size: 0.7rem;
  padding: 0.2rem 0.45rem;
  height: 20px;
  width: 20px;
  right: -9px;
}
[id^=block-][id$=-basket] #citybreak_basket_widget_summary {
  display: none;
}
[id^=block-][id$=-basket] #citybreak_basket_widget_summary.cb-open {
  display: block;
}

body.galaxy-booking-modal-open .cb-widget-basket-summary:not(#citybreak_basket_widget_summary),
body.path-galaxy .cb-widget-basket-summary:not(#citybreak_basket_widget_summary),
body.path-booking .cb-widget-basket-summary:not(#citybreak_basket_widget_summary),
body.page-node-type-booking-flow-page .cb-widget-basket-summary:not(#citybreak_basket_widget_summary) {
  display: none !important;
}

/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: Book now button created as custom block
/*----------------------------------------------------*/
/*

#block-cb-icehotel-basket{

  @media(max-width: 450px){
    display: none;
  }

  p{margin: 0;}

  #citybreak_basket_widget_display{
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
  }

}
*/
/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: Mobile menu button style
/*----------------------------------------------------*/
/* Mobile menu (hamburger) button with animation */
header.menu .menu-button-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
}
header.menu .menu-button-wrapper #menu-button {
  display: inline-block;
  cursor: pointer;
}
header.menu .menu-button-wrapper #menu-button div {
  width: 25px;
  height: 2px;
  background-color: #333;
  transition: 0.4s;
}
header.menu .menu-button-wrapper #menu-button div:not(:last-child) {
  margin: 6px 0;
}
header.menu .menu-button-wrapper #menu-button.open div:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 4px);
}
header.menu .menu-button-wrapper #menu-button.open div:nth-child(2) {
  opacity: 0;
}
header.menu .menu-button-wrapper #menu-button.open div:nth-child(3) {
  transform: rotate(45deg) translate(-7px, -7px);
}

/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: SHOULD BE REMOVED IF NOT USED
/*----------------------------------------------------*/
header {
  background: #f1f1f1;
  position: relative;
  z-index: 2;
  /* End menu settings for menu that overlay the slideshow */
}
@media (max-width: 63.999em) {
  header {
    background: #f1f1f1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
header .region-fullmenu {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 80px;
  z-index: 42;
}
@media (max-width: 39.999em) {
  header .region-fullmenu {
    top: 70px;
  }
}
header .region-fullmenu > div {
  flex-grow: 1;
}
header .region-fullmenu > div.xxx {
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  overflow-y: scroll;
}
@media (min-width: 64em) {
  header .region-fullmenu > div.xxx {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
header .region-fullmenu > div.xxx img {
  display: none;
  max-width: 300px;
}
header .region-fullmenu > div.menu-content {
  background: #fff;
  bottom: 0;
  display: flex;
  max-width: 90rem;
  min-height: 400px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 1rem 2rem 0.5rem;
}
@media (min-width: 64em) {
  header .region-fullmenu > div.menu-content {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    max-height: calc(100vh - 190px);
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    position: absolute;
    left: 0;
    right: 0;
    padding: 2rem 2rem;
  }
}
header .region-fullmenu > div.menu-content p {
  font-size: 1.2rem;
}
header .region-fullmenu > div.menu-content > div > nav,
header .region-fullmenu > div.menu-content > div > div {
  margin-bottom: 2rem;
}
header .header-container {
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding: 0 1rem;
  position: relative;
}
header .header-container > div {
  display: flex;
  align-items: center;
  height: 100%;
}

#right-menu {
  display: flex;
  align-items: center;
}
#right-menu .region-menuleft {
  display: flex;
  align-items: center;
  z-index: 1;
}

#social-buttons {
  position: absolute;
  right: 2rem;
  bottom: 1rem;
  width: auto !important;
}
@media (max-width: 39.999em) {
  #social-buttons {
    display: none;
  }
}
#social-buttons ul {
  list-style: none;
  display: inline-block;
}
#social-buttons ul a {
  color: rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 0;
  letter-spacing: 0.2rem;
  position: relative;
  padding: 0.8rem 0;
  text-align: center;
}
#social-buttons ul a i {
  font-size: 2rem;
}
#social-buttons ul a:hover {
  color: rgba(0, 0, 0, 0.8);
}
#social-buttons ul a:hover:after, #social-buttons ul a:hover:before {
  display: none;
}

body.toolbar-horizontal header .region-fullmenu {
  top: 39px;
}
body.toolbar-horizontal.toolbar-tray-open header .region-fullmenu {
  top: 140px;
}
#block-cb-icehotel-topmenu {
  display: none;
}
@media (min-width: 40em) {
  #block-cb-icehotel-topmenu {
    display: block;
  }
}
#block-cb-icehotel-topmenu ul:not(.contextual-links) {
  height: 100%;
}
#block-cb-icehotel-topmenu ul:not(.contextual-links) li {
  cursor: pointer;
  margin-bottom: 0;
  height: 100%;
}
#block-cb-icehotel-topmenu ul:not(.contextual-links) li a {
  color: #000;
  padding: 0 1rem;
  height: 100%;
  display: flex;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  align-items: center;
  margin: 0;
}
#block-cb-icehotel-topmenu ul:not(.contextual-links) li a:after {
  display: none;
}
#block-cb-icehotel-topmenu ul:not(.contextual-links) li a:hover {
  opacity: 0.5;
}

#block-topmenu-mobile {
  display: block;
  margin-bottom: 2rem;
}
@media (min-width: 40em) {
  #block-topmenu-mobile {
    display: none;
  }
}
#block-topmenu-mobile ul:not(.contextual-links) {
  height: 100%;
}
#block-topmenu-mobile ul:not(.contextual-links) li {
  cursor: pointer;
  margin-bottom: 0;
  height: 100%;
}
#block-topmenu-mobile ul:not(.contextual-links) li a {
  color: #000;
  height: 100%;
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  align-items: center;
  margin: 0;
}
#block-topmenu-mobile ul:not(.contextual-links) li a:hover {
  opacity: 0.5;
}

.region-header {
  display: flex;
  height: 100%;
  width: 100%;
}
.region-header nav {
  margin-right: 3rem;
  width: 100%;
}
@media (min-width: 64em) {
  .region-header nav:not(:nth-child(2)) {
    border-left: 2px solid #f2f2f2;
    padding-left: 3rem;
  }
}
.region-header .navbar-nav li {
  /* If span is used in the middle of the menu */
}
.region-header .navbar-nav li .btn-group {
  width: 100%;
}
.region-header .navbar-nav li .nav-link:not(span) {
  color: #000;
  display: block;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  font-family: "lato", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  position: relative;
  padding: 0.8rem 0;
  transition: none;
  width: 100%;
}
@media (max-width: 39.999em) {
  .region-header .navbar-nav li .nav-link:not(span) {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.region-header .navbar-nav li .nav-link:not(span):before {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: 0;
}
.region-header .navbar-nav li .nav-link:not(span):after {
  content: "";
  left: 0;
  height: 2px;
  display: block;
  bottom: 0;
  position: absolute;
  width: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: width 300ms;
  z-index: 2;
}
.region-header .navbar-nav li .nav-link:not(span):hover:after {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  left: 0;
  height: 2px;
  width: 100%;
}
.region-header .navbar-nav li.menu-item--expanded .sub-menu-items .navbar-nav {
  padding: 0 1rem;
}
.region-header .navbar-nav li.menu-item--expanded .sub-menu-items .nav-link {
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.7rem;
}
.region-header .navbar-nav li:not(:first-child) span {
  margin-top: 1.5rem;
}
.region-header .navbar-nav li span {
  font-family: "lato", sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 800;
}

#block-cb-icehotel-language-switcher {
  cursor: pointer;
  position: relative;
  display: none;
}
@media (min-width: 40em) {
  #block-cb-icehotel-language-switcher {
    display: block;
  }
}
#block-cb-icehotel-language-switcher i {
  font-size: 1.5rem;
}
#block-cb-icehotel-language-switcher .dropdown-menu {
  min-width: 0;
  padding: 1rem 1.5rem;
}
#block-cb-icehotel-language-switcher ul {
  margin: 0;
}
#block-cb-icehotel-language-switcher ul li {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
}
#block-cb-icehotel-language-switcher ul li.is-active {
  cursor: default !important;
  pointer-events: none;
}
#block-cb-icehotel-language-switcher ul li.is-active a {
  opacity: 0.4;
  cursor: default !important;
  pointer-events: none;
}
#block-cb-icehotel-language-switcher ul li.is-active a:hover {
  color: black;
}
#block-cb-icehotel-language-switcher ul li.en a:before {
  background-image: url(../images/en.svg);
}
#block-cb-icehotel-language-switcher ul li.sv a:before {
  background-image: url(../images/sv.svg);
}
#block-cb-icehotel-language-switcher ul li:last-child {
  margin: 0;
}
#block-cb-icehotel-language-switcher ul li a {
  color: black;
  display: flex;
  font-size: 0;
  align-items: center;
}
#block-cb-icehotel-language-switcher ul li a:before {
  content: "";
  height: 25px;
  width: 25px;
  display: inline-flex;
  background: black;
  border-radius: 50%;
}
@media (max-width: 39.999em) {
  #block-cb-icehotel-language-switcher ul li a {
    font-size: 0;
  }
  #block-cb-icehotel-language-switcher ul li a:before {
    margin: 0;
  }
}
#block-cb-icehotel-language-switcher ul li a:hover {
  color: #5587a8;
}
#block-cb-icehotel-language-switcher ul li img {
  width: 20px;
  margin-right: 1rem;
}

#block-language-mobile {
  display: block;
  order: -1;
  padding-right: 1rem;
  margin: 15px 0 0;
}
@media (min-width: 40em) {
  #block-language-mobile {
    display: none;
  }
}
#block-language-mobile ul:not(.contextual-links) {
  display: flex;
  margin: 0;
  padding: 0;
}
@media (min-width: 40em) {
  #block-language-mobile ul:not(.contextual-links) {
    display: none;
  }
}
#block-language-mobile ul:not(.contextual-links) li {
  list-style: none;
  text-align: left;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  margin-right: 1rem;
}
#block-language-mobile ul:not(.contextual-links) li a {
  color: #000;
  font-family: "lato", sans-serif;
  font-size: 1rem;
  padding: 0.2rem 0;
  position: relative;
  text-transform: uppercase;
}
#block-language-mobile ul:not(.contextual-links) li a:before {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: 0;
}
#block-language-mobile ul:not(.contextual-links) li a:after {
  content: "";
  left: 0;
  height: 2px;
  display: block;
  bottom: 0;
  position: absolute;
  width: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: width 300ms;
  z-index: 2;
}
#block-language-mobile ul:not(.contextual-links) li.is-active a:after {
  width: 100%;
}

body.path-boka,
body.path-galaxy,
body.path-booking,
body.page-node-type-booking-flow-page {
  background: #F0F3F6;
}

.list-enter-active, .list-leave-active {
  transition: all 1s;
}

.list-enter, .list-leave-to {
  opacity: 0;
  transform: translateY(30px);
}

.icehotel-booking {
  min-height: 90vh;
  /*----------------------------------------------------*/
  /* @Autor: Sara Lindberg
  /* Description: Galaxy room list
  /*----------------------------------------------------*/
  /* Button in menu/header */
  /* End Button in menu/header */
  /* Button wrapper - type of stay */
  /* END Button wrapper - type of stay */
  /* common */
  /*
   * The following styles are auto-applied to elements with
   * transition="modal" when their visibility is toggled
   * by Vue.js.
   *
   * You can easily play with the modal transition by editing
   * these styles.
   */
  /* Vue transitions */
}
.icehotel-booking .search-message i {
  font-size: 4rem;
  color: #9EBFCD;
}
.icehotel-booking .alert-messages {
  text-align: center;
  margin-bottom: 1rem;
}
.icehotel-booking .alert-messages p {
  font-weight: 500;
}
.icehotel-booking .introduction {
  text-align: center;
  margin-bottom: 1rem;
}
.icehotel-booking .introduction .date {
  color: #878787;
  font-weight: 500;
  margin: 0;
}
.icehotel-booking .introduction .guests {
  color: #878787;
  font-size: 0.9rem;
}
.icehotel-booking .next-wrapper {
  -webkit-animation: fadeInUp 0.3s both;
          animation: fadeInUp 0.3s both;
  position: fixed;
  bottom: 0;
  z-index: 100;
  background: #fff;
  padding: 0 0.5rem;
  left: 0;
  right: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
  border-color: rgba(0, 0, 0, 0.31);
}
@media (min-width: 40em) {
  .icehotel-booking .next-wrapper {
    padding: 0 3rem;
  }
}
.icehotel-booking .next-wrapper div {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 970px;
}
@media (min-width: 40em) {
  .icehotel-booking .next-wrapper div {
    padding: 0 3rem;
  }
}
.icehotel-booking .next-wrapper.room {
  z-index: 11;
}
.icehotel-booking .next-wrapper.room button.next {
  margin-left: 10px;
  width: 100%;
}
.icehotel-booking .room-list {
  margin-bottom: 1rem;
  /*.left,
  .right{
    padding: 1rem;
  }*/
}
.icehotel-booking .room-list .room-info {
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.15);
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media (min-width: 40em) {
  .icehotel-booking .room-list .room-info {
    flex-direction: row;
  }
}
@media (max-width: 39.999em) {
  .icehotel-booking .room-list .room-info.open {
    box-shadow: none;
  }
}
.icehotel-booking .room-list .room-info .col .left {
  width: 100%;
}
@media (min-width: 40em) {
  .icehotel-booking .room-list .room-info .col .left {
    display: flex;
    flex-direction: column;
  }
}
.icehotel-booking .room-list .room-info .col .left .date {
  color: #878787;
  font-size: 1rem;
  font-weight: 500;
}
.icehotel-booking .room-list .room-info .col .left .room-population {
  font-size: 0.9rem;
  font-weight: 500;
}
.icehotel-booking .room-list .room-info .image-wrapper {
  cursor: pointer;
  flex-basis: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 40em) {
  .icehotel-booking .room-list .room-info .image-wrapper {
    flex-basis: 25%;
  }
}
@media (min-width: 64em) {
  .icehotel-booking .room-list .room-info .image-wrapper {
    height: 180px;
  }
}
.icehotel-booking .room-list .room-info .image-wrapper img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 64em) {
  .icehotel-booking .room-list .room-info .image-wrapper img {
    border-radius: 4px;
    min-height: 180px;
  }
}
.icehotel-booking .room-list .room-booking {
  background: #F0F3F6;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: auto;
  margin-top: -1px;
  transition: all 0.3s ease-in-out;
  height: 0;
  opacity: 0;
  z-index: 0;
  visibility: hidden;
}
.icehotel-booking .room-list .room-booking .col {
  cursor: auto;
  flex-wrap: wrap;
}
@media (min-width: 64em) {
  .icehotel-booking .room-list .room-booking .col {
    flex-wrap: nowrap;
  }
}
.icehotel-booking .room-list .room-booking.open {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.icehotel-booking .room-list .room-booking.open > div {
  flex: 1 1 50%;
}
@media (min-width: 40em) {
  .icehotel-booking .room-list .room-booking .col .left {
    display: flex;
    flex-direction: column;
  }
}
.icehotel-booking .room-list .room-booking .col .left .date {
  color: #878787;
  font-size: 1rem;
  font-weight: 500;
}
.icehotel-booking .room-list .room-booking .includes {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.icehotel-booking .room-list .col {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 65%;
  padding: 1rem;
}
@media (min-width: 40em) {
  .icehotel-booking .room-list .col {
    flex-wrap: unset;
    flex-basis: 75%;
    justify-content: space-between;
    padding: 1rem 2rem;
  }
}
.icehotel-booking .room-list .col-sm {
  display: flex;
}
.icehotel-booking .room-list .col-sm.population.price {
  flex: 1 1 50%;
  flex-wrap: wrap;
}
@media (min-width: 40em) {
  .icehotel-booking .room-list .col-sm.population.price {
    flex-direction: row;
    flex-basis: 60%;
  }
}
.icehotel-booking .room-list .col-sm.population.price .discounted-price {
  text-decoration: line-through;
}
.icehotel-booking .room-list .col-sm.population.price .discount {
  color: #ed423e;
  font-weight: 500;
}
.icehotel-booking .room-list .col-sm.population.price .price {
  font-weight: 500;
}
.icehotel-booking .room-list .col-sm.population.price .for {
  color: #878787;
}
.icehotel-booking .room-list h2 {
  font-size: 1.2rem;
  margin: 0;
}
@media (min-width: 40em) {
  .icehotel-booking .room-list h2 {
    font-size: 1.4rem;
  }
}
.icehotel-booking .room-list .book-mobile {
  padding: 0 2rem;
  /* float: right; */
  display: flex;
  justify-content: flex-end;
}
.icehotel-booking .room-list .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-basis: 100%;
}
@media (min-width: 40em) {
  .icehotel-booking .room-list .right {
    flex-basis: 50%;
    justify-content: flex-end;
  }
}
.icehotel-booking .room-list .right.text-right {
  text-align: left;
}
@media (min-width: 40em) {
  .icehotel-booking .room-list .right.text-right {
    text-align: right;
  }
}
.icehotel-booking .room-list .right.text-right p {
  margin: 0;
}
.icehotel-booking .room-list .right.text-right p.price {
  align-items: center;
  font-size: 0.9rem;
  font-weight: 500;
  display: flex;
}
@media (min-width: 40em) {
  .icehotel-booking .room-list .right.text-right p.price {
    align-items: flex-end;
    flex-direction: column;
    font-size: initial;
  }
}
.icehotel-booking .room-list .right.text-right p .discounted-price {
  font-weight: 400;
  text-decoration: line-through;
}
.icehotel-booking .room-list .right.text-right p .discount {
  color: #ed423e;
  font-weight: 600;
  font-size: 1.09rem;
}
.icehotel-booking .room-list .right.text-right p span {
  color: #878787;
  font-size: 0.9rem;
}
.icehotel-booking .room-list .right.larger {
  flex-basis: 100%;
}
@media (min-width: 64em) {
  .icehotel-booking .room-list .right.larger {
    flex-basis: 60%;
  }
}
.icehotel-booking .room-list .right .button-wrapper-bottom {
  flex-basis: 100%;
  margin-top: 1rem;
}
.icehotel-booking .room-list .right .button-wrapper-bottom button {
  display: flex;
  justify-content: space-between;
  margin: 0;
  width: 100%;
}
@media (min-width: 64em) {
  .icehotel-booking .room-list .right .button-wrapper-bottom button {
    width: auto;
  }
}
.icehotel-booking .room-list .right .button-wrapper-bottom button:hover {
  background: transparent;
  color: #000;
}
.icehotel-booking .room-list .right .button-wrapper-bottom:nth-child(1) button {
  margin: 0 5px;
}
.icehotel-booking .room-list .right .button-wrapper-bottom span {
  padding-right: 1.4rem;
}
.icehotel-booking .room-list .right .button-wrapper-bottom .add-to-cart {
  display: none;
}
@media (min-width: 64em) {
  .icehotel-booking .room-list .right .button-wrapper-bottom {
    position: relative;
    flex-basis: auto;
    margin-top: auto;
    top: auto;
    transform: initial;
  }
  .icehotel-booking .room-list .right .button-wrapper-bottom .read-more-btn.arrowright:after {
    transform: rotate(45deg);
    top: 10px;
  }
  .icehotel-booking .room-list .right .button-wrapper-bottom .add-to-cart,
.icehotel-booking .room-list .right .button-wrapper-bottom span {
    display: inline-block;
  }
}
.icehotel-booking .room-list .right .booking-info {
  flex-basis: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  /*@media (min-width: $breakpoint-large-min) {
    flex-basis: auto;
  }*/
}
.icehotel-booking .room-list .right .booking-info > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.icehotel-booking .room-list .right .booking-info p {
  margin: 0;
}
.icehotel-booking .room-list .right .booking-info .col {
  width: 100%;
}
.icehotel-booking .room-list .right .booking-info .book {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  flex-basis: 40%;
}
.icehotel-booking .room-list .right .booking-info .book .add,
.icehotel-booking .room-list .right .booking-info .book .remove {
  cursor: pointer;
  display: block;
  width: 40px;
  text-align: center;
}
.icehotel-booking .room-list .right .booking-info .book .amount {
  background: #F0F3F6;
  text-align: center;
  padding: 0.3rem 0;
  width: 100%;
}
.icehotel-booking .room-list .input-group {
  display: flex;
  align-items: center;
  margin: 0;
}
.icehotel-booking .room-list .input-group .input-group-button {
  width: auto;
}
.icehotel-booking .room-list .input-group button {
  margin: 0;
}
.icehotel-booking .room-list .input-group span {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0 1rem;
}
.icehotel-booking .room-list .amount-wrapper {
  height: 40px;
  margin: 0 10px 0 2px;
  position: relative;
}
.icehotel-booking .room-list .amount-wrapper i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.3rem;
  pointer-events: none;
}
.icehotel-booking .room-list .amount-wrapper span {
  background: #F0F3F6;
  cursor: pointer;
  position: absolute;
  left: 1px;
  right: 1px;
  height: 100%;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  pointer-events: none;
  top: 1px;
  bottom: 1px;
  padding: 0.6em 1.4em 0.5em 0.8em;
}
.icehotel-booking .room-list .amount-wrapper span.active {
  background: #fff;
}
.icehotel-booking .room-list .amount-wrapper .select-css {
  background-image: none;
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 40px;
  color: #444;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  min-width: 104px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: none;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
}
.icehotel-booking .room-list .amount-wrapper .select-css::-ms-expand {
  display: none;
}
.icehotel-booking .room-list .amount-wrapper .select-css:hover {
  border-color: #888;
}
.icehotel-booking .room-list .amount-wrapper .select-css:focus {
  background: transparent;
  border-color: #aaa;
  /* box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
   box-shadow: 0 0 0 3px -moz-mac-focusring;*/
  color: #222;
  outline: none;
}
.icehotel-booking .room-list .amount-wrapper .select-css option {
  font-weight: normal;
}
.icehotel-booking .room-list .book-error {
  flex-basis: 100%;
  font-weight: 500;
}
@media (min-width: 40em) {
  .icehotel-booking .room-list .book-error {
    text-align: right;
  }
}
.icehotel-booking .image-wrapper .slider-wrapper {
  min-height: 180px;
  overflow: hidden;
  position: relative;
}
.icehotel-booking .image-wrapper .slider-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.icehotel-booking .image-wrapper .slider-wrapper.open {
  position: fixed;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
}
.icehotel-booking .image-wrapper .slider-wrapper .icon-cancel {
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 0;
  font-size: 2rem;
}
.icehotel-booking .image-wrapper .fade-enter-active {
  transition: all 0.9s ease;
  overflow: hidden;
  visibility: visible;
  position: absolute;
  width: 100%;
  opacity: 1;
}
.icehotel-booking .image-wrapper .fade-enter,
.icehotel-booking .image-wrapper .fade-leave-to {
  visibility: hidden;
  width: 100%;
  opacity: 0;
}
.icehotel-booking .image-wrapper .prev, .icehotel-booking .image-wrapper .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 12px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.7s ease;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.icehotel-booking .image-wrapper .next {
  right: 0;
}
.icehotel-booking .image-wrapper .prev {
  left: 0;
}
.icehotel-booking .image-wrapper .prev:hover, .icehotel-booking .image-wrapper .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.icehotel-booking .image-wrapper .pagination {
  cursor: pointer;
  bottom: 5px;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
}
.icehotel-booking .image-wrapper .pagination .pagination-bullet {
  border: 1px solid rgba(255, 255, 255, 0.8);
  margin: 0 4px;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  opacity: 1;
  position: relative;
}
.icehotel-booking .image-wrapper .pagination .pagination-bullet.active {
  background: #FFF;
}
.icehotel-booking .button {
  border: 1px solid rgba(0, 0, 0, 0.8);
  color: black;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  margin-left: 1rem;
  letter-spacing: 0.019em;
  text-transform: uppercase;
  padding: 0.3rem 0.7rem;
  transition: 300ms linear all;
  text-align: center;
}
.icehotel-booking .button:hover {
  background: black;
  color: #fff;
}
.icehotel-booking .button:disabled {
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.icehotel-booking .button:disabled:hover {
  background: transparent;
  color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 400px) {
  .icehotel-booking .button {
    font-size: 0.8rem;
    margin-left: 0.5rem;
  }
}
.icehotel-booking .button-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin: 0 auto;
}
.icehotel-booking .button-wrapper .action-button {
  display: block;
  width: 100%;
}
@media (min-width: 40em) {
  .icehotel-booking .button-wrapper .action-button {
    margin: 6px;
    width: calc(50% - 12px);
  }
}
.icehotel-booking .button-next-previous-wrapper {
  -webkit-animation: fadeInUp 0.5s;
          animation: fadeInUp 0.5s;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  /* display: flex;
   justify-content: space-between;
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;*/
  padding: 0.6rem 0.4rem;
  z-index: 5;
  /*position: absolute;
  bottom: 0;
  left: 0;
  right: 0;*/
}
.icehotel-booking .action-button {
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  border-radius: 4px;
  cursor: pointer;
  min-height: 40px;
  min-width: 42px;
  padding: 8px 15px;
  margin: 10px 0;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.icehotel-booking .action-button.large {
  height: 185px;
  font-size: 0.9rem;
  text-transform: none;
  padding: 1.5rem 0.5rem;
}
@media (min-width: 64em) {
  .icehotel-booking .action-button.large {
    padding: 2.5rem 1.2rem;
    min-width: 310px;
  }
}
.icehotel-booking .action-button.white {
  background: #fff;
}
.icehotel-booking .action-button.active {
  background: #9EBFCD;
  color: #fff;
  min-width: 70px;
  /* i{
     margin-left: 1rem;
   }*/
}
.icehotel-booking .action-button:hover {
  background: #9EBFCD;
  color: #fff;
}
.icehotel-booking .action-button.next:after, .icehotel-booking .action-button.prev:before {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transform: rotate(135deg);
  padding: 5px;
}
.icehotel-booking .action-button.next {
  background: #9EBFCD;
  color: #fff;
  margin-left: auto;
  min-width: 100px;
  width: auto;
  position: relative;
}
@media (min-width: 768px) {
  .icehotel-booking .action-button.next {
    min-width: 200px;
  }
}
.icehotel-booking .action-button.next:after {
  border-color: #fff;
  margin-left: 1rem;
  transform: rotate(-45deg);
  right: 6px;
}
.icehotel-booking .action-button.prev {
  background: #F0F3F6;
}
.icehotel-booking .action-button.prev:hover {
  background: #e0e6ec;
  color: #000;
}
.icehotel-booking .action-button:disabled {
  background: #F0F3F6;
  border: 1px solid rgba(0, 0, 0, 0.07);
  color: rgba(0, 0, 0, 0.3);
  cursor: auto;
}
.icehotel-booking .action-button:disabled:hover {
  background: transparent;
}
.icehotel-booking .action-button:disabled:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.icehotel-booking .action-button.arrowright:after, .icehotel-booking .action-button.arrow-right:after {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 15px;
  position: absolute;
  top: 15px;
}
.icehotel-booking .action-button.arrowdown:after, .icehotel-booking .action-button.arrow-down:after {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
}
.icehotel-booking .action-button.arrowup:after, .icehotel-booking .action-button.arrow-up:after {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(225deg);
  top: 15px;
  position: absolute;
  right: 10px;
}
.icehotel-booking .ribbon {
  width: 125px;
  height: 125px;
  overflow: hidden;
  position: absolute;
  /* top left*/
  /* Top right */
  /* Bottom left */
  /* Bottom right */
}
.icehotel-booking .ribbon:before, .icehotel-booking .ribbon:after {
  position: absolute;
  z-index: 0;
  content: "";
  display: block;
  border: 5px solid #fa8484;
}
.icehotel-booking .ribbon span {
  position: absolute;
  display: block;
  width: 180px;
  padding: 8px 0;
  background-color: #FCB5B5;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 10px/1 "Lato", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}
.icehotel-booking .ribbon.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.icehotel-booking .ribbon.ribbon-top-left:before, .icehotel-booking .ribbon.ribbon-top-left:after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.icehotel-booking .ribbon.ribbon-top-left:before {
  top: 0;
  right: 0;
}
.icehotel-booking .ribbon.ribbon-top-left:after {
  bottom: 0;
  left: 0;
}
.icehotel-booking .ribbon.ribbon-top-left span {
  left: -34px;
  top: 40px;
  transform: rotate(-45deg);
}
.icehotel-booking .ribbon.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.icehotel-booking .ribbon.ribbon-top-right:before, .icehotel-booking .ribbon.ribbon-top-right:after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.icehotel-booking .ribbon.ribbon-top-right:before {
  top: 0;
  left: 0;
}
.icehotel-booking .ribbon.ribbon-top-right:after {
  bottom: 0;
  right: 0;
}
.icehotel-booking .ribbon.ribbon-top-right span {
  left: -21px;
  top: 40px;
  transform: rotate(45deg);
}
.icehotel-booking .ribbon.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.icehotel-booking .ribbon.ribbon-bottom-left:before, .icehotel-booking .ribbon.ribbon-bottom-left:after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.icehotel-booking .ribbon.ribbon-bottom-left:before {
  bottom: 0;
  right: 0;
}
.icehotel-booking .ribbon.ribbon-bottom-left:after {
  top: 0;
  left: 0;
}
.icehotel-booking .ribbon.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(44deg);
}
.icehotel-booking .ribbon.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.icehotel-booking .ribbon.ribbon-bottom-right:before, .icehotel-booking .ribbon.ribbon-bottom-right:after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.icehotel-booking .ribbon.ribbon-bottom-right:before {
  bottom: 0;
  left: 0;
}
.icehotel-booking .ribbon.ribbon-bottom-right:after {
  top: 0;
  right: 0;
}
.icehotel-booking .ribbon.ribbon-bottom-right span {
  left: -21px;
  bottom: 40px;
  transform: rotate(-315deg);
}
.icehotel-booking .calendar-wrapper {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  min-height: 90px;
  flex-grow: 1;
  padding: 1rem;
  position: relative;
}
@media (min-width: 64em) {
  .icehotel-booking .calendar-wrapper {
    margin-right: 0.1rem;
    height: 90px;
  }
}
.icehotel-booking .calendar-wrapper.loading .vc-popover-content-wrapper.is-interactive .vc-popover-content:before {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
  content: "\f110";
  font-family: "Font Awesome 5 Solid";
  font-weight: 900;
  color: #7ca9bc;
  font-size: 5rem;
  position: absolute;
  left: 35%;
  top: 35%;
  z-index: 16;
}
.icehotel-booking .calendar-wrapper.loading .vc-popover-content-wrapper.is-interactive .vc-popover-content:after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
}
.icehotel-booking .calendar-wrapper .calendar-input-wrapper {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.icehotel-booking .calendar-wrapper .calendar-input-wrapper .headline {
  font-weight: 700;
  font-size: 1.09rem;
}
.icehotel-booking .calendar-wrapper .calendar-input-wrapper .calendar-button {
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  text-align: left;
  margin: 0;
  min-width: 200px;
  padding: 0.5rem 0;
}
.icehotel-booking .calendar-wrapper .calendar-input-wrapper i {
  bottom: 0.9rem;
  position: absolute;
  right: 0;
  pointer-events: none;
}
.icehotel-booking .calendar-wrapper .loader {
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  position: absolute;
}
.icehotel-booking .calendar-wrapper .loader i {
  color: #7ca9bc;
  font-size: 5rem;
}
.icehotel-booking .calendar-wrapper .vc-container {
  border: none;
  line-height: 1.4;
  --font-normal: bold;
  --font-medium: bold;
  --font-semibold: bold;
  --font-bold: bold;
  --text-xs: 13px;
  --text-sm: 15px;
  --text-base: 15px;
  --text-lg: 15px;
  --leading-snug: 1.375;
  --rounded: 2px;
  --rounded-lg: 2px;
  --rounded-full: 0;
  --shadow: none;
  --shadow-lg: none;
  --shadow-inner: none;
  --blue-100: #fff;
  --blue-200: var(--calendar-bg-lighter);
  --blue-600: var(--calendar-bg);
  --blue-700: var(--calendar-bg);
  --blue-900: currentColor;
  --popover-slide-translation: 0;
  --date-height: 36px;
  --date-width: 36px;
  --min-date-height: 40px;
  --min-date-width: 40px;
  --calendar-bg: #5587a8;
  --calendar-bg-lighter: #b8d7e5;
  --calendar-color: #fff;
}
.icehotel-booking .calendar-wrapper .vc-weekday {
  color: currentColor;
  font-size: 0.9rem;
  opacity: 0.75;
  font-weight: normal;
}
.icehotel-booking .calendar-wrapper .vc-day-content,
.icehotel-booking .calendar-wrapper .vc-highlight {
  border-radius: 2px;
  width: var(--date-width);
  height: var(--date-height);
}
.icehotel-booking .calendar-wrapper .vc-day {
  height: var(--date-height);
  min-height: var(--min-date-height);
  min-width: var(--min-date-width);
}
.icehotel-booking .calendar-wrapper .vc-day.is-not-in-month {
  height: 0;
  min-height: 0;
  min-width: 0;
}
.icehotel-booking .calendar-wrapper .vc-day-content {
  border-radius: 2px !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.icehotel-booking .calendar-wrapper .vc-day-content:not(.is-disabled):hover {
  background-color: var(--calendar-bg);
  color: #fff;
}
.icehotel-booking .calendar-wrapper .vc-day-content.is-disabled {
  background: #fff;
  border: none;
  font-weight: normal;
  pointer-events: none;
}
.icehotel-booking .calendar-wrapper .vc-highlights + .vc-day-content {
  border-color: transparent;
  background-color: transparent;
}
.icehotel-booking ol.steps {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* 1 */
  counter-reset: steps;
  /* 2 */
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0 0 0.94em 0;
}
.icehotel-booking ol.steps .steps__item {
  counter-increment: steps;
  /* 1 */
  cursor: pointer;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  float: left;
  font-weight: 500;
  margin-bottom: 1.5rem;
  position: relative;
  flex: 1 1 20%;
}
@media (max-width: 63.999em) {
  .icehotel-booking ol.steps .steps__item {
    border-right: 1px solid #ccc;
  }
}
.icehotel-booking ol.steps .steps__item:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.icehotel-booking ol.steps .steps__item:first-child .step__badge {
  left: 0;
}
.icehotel-booking ol.steps .steps__item:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.icehotel-booking ol.steps .steps__item:last-child:after {
  content: none;
}
.icehotel-booking ol.steps .steps__item:after {
  width: 28px;
  height: 28px;
  position: absolute;
  left: 100%;
  transform: rotate(45deg);
  content: "";
  z-index: 2;
  background: inherit;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-left: -14px;
  top: 5px;
}
.icehotel-booking ol.steps .steps__item[disabled] {
  cursor: not-allowed;
}
.icehotel-booking ol.steps .steps__item.active {
  background: #9EBFCD;
  color: #fff;
}
.icehotel-booking ol.steps .steps__item.active:after {
  border-right-color: #9EBFCD;
  border-top-color: #9EBFCD;
}
.icehotel-booking ol.steps .steps__item .step__badge {
  transition: 0.25s ease-out;
  display: block;
  left: 0.7rem;
  padding: 0.47em 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 39.999em) {
  .icehotel-booking ol.steps .steps__item .step__badge:before {
    width: 1.41em;
    height: 1.41em;
    display: inline-block;
    content: counter(steps);
    text-align: center;
    margin: 0 0.94em;
    line-height: 1.41em;
  }
}
.icehotel-booking ol.steps .steps__item .step__name {
  display: none;
}
@media (min-width: 40em) {
  .icehotel-booking ol.steps .steps__item .step__name {
    font-size: 0.8rem;
    transition: 0.25s ease-out;
    display: block;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.47em 0;
    width: 80%;
    position: relative;
    left: 8px;
    z-index: 3;
  }
}
.icehotel-booking .basket-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.1rem;
  position: relative;
}
.icehotel-booking .basket-wrapper .overlay {
  background: rgba(255, 255, 255, 0.7);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.icehotel-booking .basket-wrapper .overlay i {
  color: #878787;
  margin-top: 8rem;
}
.icehotel-booking .basket-wrapper .total-price {
  margin: 1.5rem 0;
}
.icehotel-booking .basket-wrapper .products {
  border-bottom: 1px solid #F0F3F6;
  font-size: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
.icehotel-booking .basket-wrapper .products p {
  margin: 0;
}
.icehotel-booking .basket-wrapper .products.error {
  text-decoration: line-through;
}
.icehotel-booking .basket-wrapper .di-flex {
  display: flex;
}
.icehotel-booking .basket-wrapper .di-flex.space {
  justify-content: space-between;
}
.icehotel-booking .basket-wrapper .di-flex.wrap {
  flex-wrap: wrap;
}
.icehotel-booking .basket-wrapper p.bold {
  font-weight: 500;
}
.icehotel-booking .basket-wrapper .btn-remove {
  cursor: pointer;
  margin-left: 0.3rem;
  right: 0;
  top: -4px;
}
.icehotel-booking .basket-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.icehotel-booking .modal-mask {
  /*
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    overflow-y: auto;*/
  display: flex;
  align-items: center;
  position: fixed;
  /* Stay in place */
  z-index: 150;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  padding-bottom: 100px;
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  transition: opacity 0.3s ease;
  /* The Close Button */
}
.icehotel-booking .modal-mask .modal-wrapper {
  position: relative;
  margin: auto;
  padding: 0;
  max-width: 80%;
}
.icehotel-booking .modal-mask .modal-container {
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
}
.icehotel-booking .modal-mask .modal-header h3 {
  margin-top: 0;
}
.icehotel-booking .modal-mask .close {
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.icehotel-booking .modal-mask .close:hover,
.icehotel-booking .modal-mask .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.icehotel-booking .modal-mask .modal-body {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
.icehotel-booking .modal-mask .modal-body .intro {
  font-weight: 500;
}
@media (min-width: 64em) {
  .icehotel-booking .modal-mask .modal-body .body {
    flex: 1 1 calc(50% - 1rem);
    margin-left: 1rem;
  }
}
.icehotel-booking .modal-mask .modal-body .image-wrapper {
  flex: 1 0 50%;
  margin-bottom: 1.2rem;
}
@media (min-width: 64em) {
  .icehotel-booking .modal-mask .modal-body .image-wrapper {
    height: 500px;
  }
  .icehotel-booking .modal-mask .modal-body .image-wrapper .slider-wrapper {
    height: 500px;
  }
  .icehotel-booking .modal-mask .modal-body .image-wrapper .slider-wrapper img {
    height: 500px;
  }
}
.icehotel-booking .modal-mask .modal-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.icehotel-booking .modal-mask .modal-default-button {
  margin-left: auto;
}
.icehotel-booking .modal-enter {
  opacity: 0;
}
.icehotel-booking .modal-leave-active {
  opacity: 0;
}
.icehotel-booking .modal-enter .modal-container,
.icehotel-booking .modal-leave-active .modal-container {
  transform: scale(1.1);
}
.icehotel-booking .activities-wrapper .date {
  color: #878787;
  font-weight: 500;
  margin: 0;
}
.icehotel-booking .activities-wrapper .card-deck .card {
  flex: 0 0 calc(50% - 30px);
}
@media (min-width: 768px) {
  .icehotel-booking .activities-wrapper .card-deck .card {
    flex: 0 0 calc(33% - 30px);
  }
}
.icehotel-booking .activities-wrapper .activity-card img {
  cursor: pointer;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.icehotel-booking .activities-wrapper .activity-card img.placeholder {
  filter: grayscale(100%);
}
.icehotel-booking .activities-wrapper .activity-card .card-body {
  position: relative;
}
.icehotel-booking .activities-wrapper .activity-card .price-from {
  font-size: 0.7rem;
  font-weight: 500;
  position: absolute;
  top: -1.4rem;
  left: 0;
  right: 0;
  text-transform: uppercase;
  text-align: center;
}
.icehotel-booking .activities-wrapper .activity-card .price-from span {
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  display: inline-block;
  min-width: 145px;
  padding: 0.7rem 1rem;
}
.icehotel-booking .activities-wrapper .horizontal-timeline {
  margin: 3rem 0 1rem;
  position: relative;
}
.icehotel-booking .activities-wrapper .horizontal-timeline:after {
  background: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  bottom: 2rem;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
}
.icehotel-booking .activities-wrapper .horizontal-timeline .list-inline {
  align-items: center;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: scroll;
  margin-bottom: 40px;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
}
.icehotel-booking .activities-wrapper .horizontal-timeline .list-inline::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}
.icehotel-booking .activities-wrapper .horizontal-timeline .list-inline::-webkit-scrollbar:vertical {
  display: none;
}
.icehotel-booking .activities-wrapper .horizontal-timeline .list-inline:before {
  border-bottom: 1px #707070 dashed;
  bottom: 1.9rem;
  position: absolute;
  content: "";
  left: 1rem;
  right: 3rem;
}
.icehotel-booking .activities-wrapper .horizontal-timeline .events .event-list {
  background-color: #F0F3F6;
  border: 1px solid #ddd;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin-top: 4rem;
  position: relative;
  text-align: center;
  top: -4rem;
  width: 70%;
  max-width: 450px;
  white-space: normal;
  vertical-align: middle;
  transition: background-color ease-in-out 0.3s;
  /* Arrow under */
}
@media (min-width: 1140px) {
  .icehotel-booking .activities-wrapper .horizontal-timeline .events .event-list {
    width: auto;
  }
}
.icehotel-booking .activities-wrapper .horizontal-timeline .events .event-list:before {
  content: "";
  position: absolute;
  height: 36px;
  border-right: 2px dashed #dee2e6;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  border-right: 10px solid transparent;
  border-top: 10px solid #9EBFCD;
  border-bottom: 0 solid #9EBFCD;
  border-left: 10px solid transparent;
  opacity: 0;
  transition: opacity ease-in-out 0.3s;
}
.icehotel-booking .activities-wrapper .horizontal-timeline .events .event-list:after {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid gray;
  bottom: -2.7rem;
  content: "";
  height: 1.2rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1.2rem;
}
.icehotel-booking .activities-wrapper .horizontal-timeline .events .event-list.active {
  background-color: #9EBFCD;
  color: #fff;
}
.icehotel-booking .activities-wrapper .horizontal-timeline .events .event-list.active h5 {
  color: #fff;
}
.icehotel-booking .activities-wrapper .horizontal-timeline .events .event-list.active:after {
  background-color: #9EBFCD;
  border-color: #9EBFCD;
}
.icehotel-booking .activities-wrapper .horizontal-timeline .events .event-list.active:before {
  opacity: 1;
}
@media (min-width: 1140px) {
  .icehotel-booking .activities-wrapper .horizontal-timeline .events .event-list {
    display: inline-block;
  }
}
.icehotel-booking .alert-overlay {
  -webkit-animation: fadeIn 0.5s linear 0.2s both;
          animation: fadeIn 0.5s linear 0.2s both;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  top: 0;
  z-index: 4;
}
.icehotel-booking .alert-overlay .alert {
  top: 50%;
  left: 40%;
  transform: translate(-40%, -50%);
  z-index: 1;
}
.icehotel-booking .alert-overlay .alert .close {
  cursor: pointer;
  padding: 0.3rem 0.5rem;
  right: -0.1rem;
  top: -0.1rem;
}
.icehotel-booking .alert-overlay .circle-loader {
  margin-bottom: 2.5em;
  border: 1px solid #5cb85c;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
.icehotel-booking .alert-overlay .checkmark {
  display: none;
}
.icehotel-booking .alert-overlay .checkmark.draw:after {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-name: checkmark;
          animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
.icehotel-booking .alert-overlay .checkmark:after {
  opacity: 1;
  height: 2.5em;
  width: 1.25em;
  transform-origin: left top;
  border-right: 3px solid #5cb85c;
  border-top: 3px solid #5cb85c;
  content: "";
  left: 1.25em;
  top: 2.5em;
  position: absolute;
}
@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 1.25em;
    opacity: 1;
  }
  40% {
    height: 2.5em;
    width: 1.25em;
    opacity: 1;
  }
  100% {
    height: 2.5em;
    width: 1.25em;
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 1.25em;
    opacity: 1;
  }
  40% {
    height: 2.5em;
    width: 1.25em;
    opacity: 1;
  }
  100% {
    height: 2.5em;
    width: 1.25em;
    opacity: 1;
  }
}
.icehotel-booking .booking-wrapper {
  /* display: flex;
   flex-wrap: wrap;
   flex-direction: column;
   max-width: 90rem;
   margin: 0 auto;
   padding: 7rem .9375rem  5rem .9375rem;
   width: 100%;*/
  padding-top: 7rem;
  /*  bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 70px;
    z-index: 42;

    @media (min-width: $breakpoint-medium-min) {
      top: 80px;
    }


    .cover-background {
      animation: fadeIn 0.35s ease-in 0.35s both;
      background: rgba(black, 0.6);
      align-items: center;
      display: flex;
      flex-grow: 1;
      height: 100%;
      width: 100%;
      justify-content: center;
      position: relative;
    }

    .booking {
      animation: fadeInOut 0.25s linear 0s both;
      background: #fff;
      display: flex;
      flex-direction: column;
      height: 100%;
      padding: 3rem 1rem;
      top: 0;
      bottom: 0;
      max-width: 970px;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 100%;
      overflow-y: auto;
      overflow-x: hidden;

      @media (min-width: $breakpoint-medium-min) {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        padding: 3rem;
        top: 5rem;
        max-height: 80vh;
      }

      .icon-cancel {
        color: rgba(0, 0, 0, 0.25);
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1.8rem;
        transition: 300ms linear all;

        &:hover {
          color: rgba(0, 0, 0, 0.8);
        }
      }


    }*/
}
@media (min-width: 64em) {
  .icehotel-booking .booking-wrapper {
    padding-top: 10rem;
  }
}
.icehotel-booking .booking-wrapper .booking {
  border: 1px solid rgba(0, 0, 0, 0.1);
  /*   flex: 1 1 calc(75% - 2rem);
     margin-bottom: 1rem;
     padding: 3rem 1rem;
     position: relative;

     @media (min-width: $breakpoint-large-min) {
       margin-bottom: 0;
       margin-right: 1rem;
     }*/
}
.icehotel-booking input[type=number] {
  width: 50px;
}
.icehotel-booking .divider {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.3rem;
  font-weight: 400;
  display: flex;
  font-style: italic;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 1rem 0;
}
.icehotel-booking .divider:before, .icehotel-booking .divider:after {
  content: "";
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  margin: 0 20px 0 0;
  flex: 1 0 20px;
}
.icehotel-booking .divider:after {
  margin: 0 0 0 20px;
}
.icehotel-booking .search-widget {
  background: #F0F3F6;
  border: 2px solid #F0F3F6;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 2rem;
}
.icehotel-booking .search-widget .widget-next {
  border-radius: 0;
  height: 90px;
  flex-grow: 1;
  margin: 0;
}
.icehotel-booking .guest-wrapper {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  flex-grow: 1;
  height: 90px;
  position: relative;
  padding: 1rem;
}
.icehotel-booking .guest-wrapper .input-group-open-button {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
  text-align: left;
  width: 100%;
}
.icehotel-booking .guest-wrapper .input-group-open-button span {
  width: 100%;
}
.icehotel-booking .guest-wrapper .input-group-open-button p {
  align-items: center;
  display: flex;
  margin: 0;
}
.icehotel-booking .guest-wrapper .input-group-open-button i {
  margin-left: auto;
  padding-left: 1.5rem;
}
.icehotel-booking .guest-wrapper #guest-picker {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 12px;
  background: #fff;
  padding: 24px 24px 8px;
  min-width: 308px;
  border-radius: 4px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
  max-height: 370px;
  overflow-y: auto;
  z-index: 10;
}
.icehotel-booking .guest-wrapper .input-group-wrapper {
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  text-align: left;
}
.icehotel-booking .guest-wrapper .input-group-wrapper .input-group-description p {
  margin: 0;
}
.icehotel-booking .guest-wrapper .input-group-wrapper .input-group-description p.headline {
  font-weight: 500;
}
.icehotel-booking .guest-wrapper .input-group-wrapper .input-group-picker {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  margin-left: auto;
}
.icehotel-booking .guest-wrapper .input-group-wrapper .input-group-picker .input-group-button {
  display: flex;
  align-items: center;
  width: auto;
}
.icehotel-booking .guest-wrapper .input-group-wrapper .input-group-picker button {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  cursor: pointer;
  width: 40px;
  margin-left: 0;
}
.icehotel-booking .guest-wrapper .input-group-wrapper input[type=number]::-webkit-outer-spin-button,
.icehotel-booking .guest-wrapper .input-group-wrapper input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.icehotel-booking .guest-wrapper .input-group-wrapper input[type=number] {
  border: 0;
  box-shadow: none;
  -moz-appearance: textfield;
  text-align: center;
  margin: 0;
  pointer-events: none;
}
.icehotel-booking .guest-wrapper .children-wrapper {
  padding-top: 1rem;
}
.icehotel-booking .promocode-wrapper .promocode-overlay {
  display: none;
  right: 0;
  top: -5rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .icehotel-booking .promocode-wrapper .promocode-overlay {
    width: 400px;
  }
}
.icehotel-booking .promocode-wrapper .promocode-overlay.open {
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
  display: block;
}
.icehotel-booking .promocode-wrapper .promo-close {
  height: 30px;
  font-size: 0.8rem;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
  top: -1rem;
  right: 0;
  width: 30px;
}
.icehotel-booking .promocode-wrapper .valid-feedback.feedback-icon,
.icehotel-booking .promocode-wrapper .invalid-feedback.feedback-icon {
  position: absolute;
  width: auto;
  bottom: 10px;
  right: 10px;
  margin-top: 0;
}
.icehotel-booking .promocode-wrapper .extra-promocode-info {
  font-size: 0.9rem;
  margin-bottom: 0;
  font-weight: 500;
}
.icehotel-booking .fade-enter-active,
.icehotel-booking .fade-leave-active {
  transition: opacity 0.5s;
}
.icehotel-booking .fade-enter,
.icehotel-booking .fade-leave-to {
  opacity: 0;
}
.icehotel-booking .slide-fade-enter-active {
  transition: all 0.3s ease;
}
.icehotel-booking .slide-fade-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}
.icehotel-booking .slide-fade-enter,
.icehotel-booking .slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0;
}

/* Book button you can place in columns */
.paragraph--type--booking-flow-button .button {
  display: inline-block;
  padding: 0.7rem 1.6rem;
  margin: 0 5px;
  font-size: 0.85rem;
}

.node--type-booking-flow-page {
  padding-top: 70px;
}
@media (min-width: 40em) {
  .node--type-booking-flow-page {
    padding-top: 80px;
  }
}
.node--type-booking-flow-page .title-wrapper h1 {
  margin-bottom: 8px;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
}
.node--type-booking-flow-page .icehotel-booking {
  min-height: auto;
}
.node--type-booking-flow-page .icehotel-booking .booking-wrapper {
  margin: 0;
  padding: 2rem 0;
}
@media (min-width: 64em) {
  .node--type-booking-flow-page .icehotel-booking .booking-wrapper {
    padding: 2rem 0;
  }
}
.node--type-booking-flow-page .background-white {
  background: #fff;
}

/*----------------------------------------------------*/
/* @Autor: Sara Lindberg
/* Description: Style for gallery
/*----------------------------------------------------*/
.media-gallery-container .media-gallery-wrapper {
  display: block;
  flex-wrap: wrap;
}
.media-gallery-container .media-gallery-wrapper > div {
  margin: 0;
  transition: all ease-in-out 0.3s;
}
.media-gallery-container .media-gallery-wrapper .gallery-image-wrapper {
  background: #ffff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.media-gallery-container .media-gallery-wrapper .gallery-image-wrapper > div {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.media-gallery-container .media-gallery-wrapper .gallery-image-wrapper > div img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.media-gallery-container .media-gallery-wrapper .gallery-image-wrapper > div:hover .gallery-overlay {
  display: flex;
  opacity: 1;
  z-index: 1;
  transition: all 0.5s;
}
.media-gallery-container .media-gallery-wrapper .gallery-image-wrapper > div .gallery-overlay {
  -webkit-animation: fadeIn 0.5s both;
          animation: fadeIn 0.5s both;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  color: #fff;
  display: none;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  transition: all 0.5s;
}
.media-gallery-container .media-gallery-wrapper .gallery-image-wrapper .gallery-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 1rem;
}
.media-gallery-container .media-gallery-wrapper .gallery-image-wrapper .gallery-caption h4 {
  color: #fff;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.3;
  -webkit-line-clamp: 3;
}
.media-gallery-container .media-gallery-wrapper .gallery-image-wrapper .gallery-caption p {
  display: none;
}
.media-gallery-container .tile-sizer {
  height: 390px;
  width: 100%;
}
@media (min-width: 64em) {
  .media-gallery-container .tile-sizer {
    height: 320px;
    width: 37%;
  }
}
.media-gallery-container .tile {
  display: block;
  height: 390px;
  box-sizing: border-box;
  padding: 2.5px;
  width: 100%;
}
@media (min-width: 64em) {
  .media-gallery-container .tile {
    height: 320px;
    width: 37%;
  }
  .media-gallery-container .tile div, .media-gallery-container .tile article {
    height: 100%;
  }
  .media-gallery-container .tile:nth-child(7n+1) {
    height: 540px;
    width: 62%;
  }
  .media-gallery-container .tile:nth-child(7n+5) {
    width: 25%;
    height: 640px;
  }
  .media-gallery-container .tile:nth-child(7n+6) {
    height: 540px;
  }
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.lg-toolbar {
  background: transparent !important;
}
.lg-toolbar .lg-icon,
.lg-toolbar #lg-counter {
  color: #fff !important;
}

.lg-sub-html, .lg-sub-html h4, .lg-sub-html p {
  color: #fff;
  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-outer{
  &.lg-hide-items .lg-sub-html{
    opacity: 1;
  }

}
*/
/*@import "partials/basic/basic_teaser";
@import "partials/basic/basic_full";
@import "partials/article/article_teaser";
@import "partials/article/article_full";
@import "partials/article/article_sidebar";
@import "partials/article/article_tags";*/
/*----------------------------------------------------*/
/* Description: Breadcrumb basic style
/*----------------------------------------------------*/
#breadcrumb {
  text-align: left;
  padding: 0.5rem 0;
  width: 100%;
}
#breadcrumb .wrapper ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#breadcrumb .wrapper ul .field--name-field-breadcrumb a {
  color: #222;
  font-size: 1rem;
}
@media (min-width: 24em) {
  #breadcrumb .wrapper ul .field--name-field-breadcrumb a {
    margin: 0 0.3rem;
  }
}
#breadcrumb .wrapper ul .field--name-field-breadcrumb a:hover {
  text-decoration: underline;
}
#breadcrumb .wrapper ul > div,
#breadcrumb .wrapper ul > li {
  color: #222;
  display: inline-block;
}
#breadcrumb .wrapper ul > div:not(:last-child):after,
#breadcrumb .wrapper ul > li:not(:last-child):after {
  content: ">";
  margin: 0 5px;
}
#breadcrumb .wrapper ul > div a,
#breadcrumb .wrapper ul > li a {
  color: #222;
  font-size: 1rem;
}
#breadcrumb .wrapper ul > div a:hover,
#breadcrumb .wrapper ul > li a:hover {
  text-decoration: underline;
}
#breadcrumb .wrapper ul > div span,
#breadcrumb .wrapper ul > li span {
  font-size: 1rem;
}

/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: General linkbox style for use in region
/*----------------------------------------------------*/
main .linkbox {
  margin: 0;
}
main .linkbox.layout-horizontal .field--name-field-links {
  display: flex;
  flex-wrap: wrap;
  /*a:hover{
    padding-left: 30px;
  }*/
}
main .linkbox.layout-horizontal .field--name-field-links .paragraph--type--links {
  margin-right: 5px;
}
main .linkbox.layout-vertical .field--name-field-links {
  display: block;
}
main .linkbox .paragraph--type--links a {
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #000;
  display: block;
  margin-bottom: 6px;
  padding: 10px 15px;
  letter-spacing: 2px;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s, padding-left 0.4s ease 0s;
}
main .linkbox .paragraph--type--links a:hover {
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding-left: 20px;
}

.socialmedia-links a {
  border-radius: 50%;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  text-decoration: none;
}
.socialmedia-links a i {
  line-height: 1;
}
.socialmedia-links a i:before {
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
.socialmedia-links a:hover {
  color: #5587a8;
}

/* Sub menu style */
.paragraph--type--submenu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 40em) {
  .paragraph--type--submenu {
    flex-direction: inherit;
  }
}
.paragraph--type--submenu .links {
  margin-right: 5px;
}
.paragraph--type--submenu .links a {
  border: 1px solid transparent;
  color: #000;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 6px;
  padding: 8px 15px;
  text-transform: uppercase;
}
.paragraph--type--submenu .links a:hover {
  font-weight: 600;
}

/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: Weather widget style
/*----------------------------------------------------*/
.node--type-weather-widget {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.weather-link-item {
  flex-grow: 11;
  padding: 1rem 0.9375rem;
  position: relative;
}
@media (min-width: 40em) {
  .weather-link-item {
    flex-grow: 1;
  }
}
.weather-link-item > div {
  background: white;
  border-radius: 2px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
@media (min-width: 40em) {
  .weather-link-item > div {
    height: 400px;
    padding: 0;
  }
}
.weather-link-item > div a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  height: 100%;
  padding: 0 20px;
  text-transform: uppercase;
}
.weather-link-item > div a:before {
  background: url("../images/webcam.svg") 0 0/cover no-repeat;
  content: "";
  display: block;
  height: 50px;
  margin-bottom: 2rem;
  width: 50px;
}
.weather-link-item > div a:after {
  color: #fff;
  content: "\f30b";
  font-size: 1.3rem;
  font-family: "Font Awesome 5 Solid";
  position: absolute;
  bottom: 0;
  padding: 10px 0;
  background: #5587a8;
  width: 100%;
  transition: padding-left 0.2s ease-in-out;
}
.weather-link-item > div a:hover:after {
  padding-left: 20px;
}

.weather-location-item {
  flex-grow: 1;
  padding: 1rem;
  position: relative;
}
.weather-location-item .weather-content {
  background: rgba(85, 135, 168, 0.9);
  border-radius: 2px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: hidden;
  padding: 40px 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
@media (min-width: 40em) {
  .weather-location-item .weather-content {
    height: 400px;
  }
}
.weather-location-item .weather-content h3 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0;
}
@media (min-width: 40em) {
  .weather-location-item .weather-content h3 {
    font-size: 1.5rem;
  }
}
.weather-location-item .weather-content h3 > span {
  display: block;
  font-weight: 300;
}
.weather-location-item .weather-content .weather--temperature {
  -webkit-animation: zoomIn 0.7s both;
          animation: zoomIn 0.7s both;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 0.5rem 0;
  position: relative;
}
@media (min-width: 40em) {
  .weather-location-item .weather-content .weather--temperature {
    font-size: 6.5rem;
    padding: 2rem 0;
  }
}
.weather-location-item .weather-content .weather--temperature .weather--temperature-value {
  position: relative;
}
.weather-location-item .weather-content .weather--temperature span.icon-celcius {
  font-size: 2rem;
  position: absolute;
  top: 30px;
  vertical-align: text-top;
}
.weather-location-item .weather-content .weather--temperature span.icon-celcius:before {
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
.weather-location-item .weather-content .weather--symbol {
  display: block;
  font-size: 2.4rem;
  position: relative;
  vertical-align: super;
}
.weather-location-item .weather-content .weather--symbol img {
  opacity: 0.7;
  width: 40px;
}
.weather-location-item .weather-content .weather--precipitation,
.weather-location-item .weather-content .weather--wind {
  font-size: 1rem;
  font-weight: 300;
}
.weather-location-item .weather-content .weather--precipitation > div > span,
.weather-location-item .weather-content .weather--wind > div > span {
  padding-left: 6px;
}

/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: Settings for the video used in region
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: Header general style, logo and header position
/*----------------------------------------------------*/
/*.node--type-landing-page .field--name-field-region > .field__item:first-of-type {
  .swiper-container:not(.content-list-as-slideshow) {
    margin-top: 100px;
    @media(max-width: $breakpoint-large-min) {
      margin-top: 70px;
    }
  }
}*/
.swiper-button-prev {
  left: 1rem;
}

.swiper-button-next {
  right: 1rem;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  opacity: 1;
  height: 18px;
  width: 18px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-slide > h2 {
  display: none;
}

@media (max-width: 670px) {
  .node--type-slideshow .swiper-container .slide-content h2 {
    font-size: 1.5rem;
  }
}
.node--type-slideshow .swiper-container .media.media--blazy {
  height: 100%;
}
.node--type-slideshow .cred {
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 0.5rem;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.node--type-slideshow.slideshow-type-special {
  background: black;
  /* Fix for init load to have full width before slider is init */
}
.node--type-slideshow.slideshow-type-special .slideshow-mask {
  height: 150px;
  width: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0) !important;
  display: block;
  z-index: 2;
  bottom: 0;
}
@media (max-width: 61em) {
  .node--type-slideshow.slideshow-type-special .swiper-container {
    margin-top: 70px;
  }
}
.node--type-slideshow.slideshow-type-special .swiper-slide {
  box-shadow: -3px 0px 6px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.node--type-slideshow.slideshow-type-special .swiper-slide .slide-content {
  display: none;
}
.node--type-slideshow.slideshow-type-special .swiper-slide .slide-content.special-slideshow-text {
  z-index: 99;
  color: #fff;
  display: none;
  padding-bottom: 3px;
  position: absolute;
  text-align: right;
  top: 70%;
  transform: none;
  width: auto;
  left: auto;
}
.node--type-slideshow.slideshow-type-special .swiper-slide .slide-content.special-slideshow-text:not(.swiper-slide-active):hover {
  opacity: 0.8;
}
@media (min-width: 40em) {
  .node--type-slideshow.slideshow-type-special .swiper-slide .slide-content.special-slideshow-text {
    display: block;
    right: 10%;
  }
}
.node--type-slideshow.slideshow-type-special .swiper-slide .slide-content.special-slideshow-text h2 {
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  font-style: normal;
  position: relative;
}
.node--type-slideshow.slideshow-type-special .swiper-slide .slide-content.special-slideshow-text small {
  font-family: "Libre Baskerville", serif;
  letter-spacing: 1px;
  opacity: 0;
  text-transform: none !important;
  transition: opacity 0.3s, visibility 0.3s;
}
.node--type-slideshow.slideshow-type-special .swiper-slide .slide-content.special-slideshow-text p {
  color: #fff;
  margin-top: 1rem;
}
.node--type-slideshow.slideshow-type-special .swiper-slide.swiper-slide-active .special-slideshow-text {
  display: block;
  right: 3%;
  z-index: 21;
}
.node--type-slideshow.slideshow-type-special .swiper-slide.swiper-slide-active .special-slideshow-text h2 {
  font-size: 1rem;
}
@media (min-width: 40em) {
  .node--type-slideshow.slideshow-type-special .swiper-slide.swiper-slide-active .special-slideshow-text h2 {
    font-size: 1.3rem;
  }
}
.node--type-slideshow.slideshow-type-special .swiper-slide.swiper-slide-active .special-slideshow-text h2:before {
  content: "";
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 60%;
  right: 0;
  display: block;
  bottom: -10px;
  position: absolute;
}
@media (min-width: 40em) {
  .node--type-slideshow.slideshow-type-special .swiper-slide.swiper-slide-active .special-slideshow-text h2:before {
    left: 0 !important;
  }
}
.node--type-slideshow.slideshow-type-special .swiper-slide.swiper-slide-active .special-slideshow-text small {
  display: block;
  text-align: right;
  text-transform: uppercase;
  padding-top: 1rem;
  opacity: 1;
}
@media (min-width: 40em) {
  .node--type-slideshow.slideshow-type-special .swiper-slide.swiper-slide-active .special-slideshow-text small {
    text-align: left;
  }
}
.node--type-slideshow.slideshow-type-special .swiper-pagination,
.node--type-slideshow.slideshow-type-special .swiper-button-prev,
.node--type-slideshow.slideshow-type-special .swiper-button-next {
  display: none;
}
.node--type-slideshow.slideshow-type-special .swiper-slide {
  /* &:hover {
     .slideshow-mask {
       background: rgba(black, 0.6) !important;
     }

   }*/
  transition: width 0.4s;
}
.node--type-slideshow.slideshow-type-special .swiper-slide .slideshow-mask {
  transition: 300ms ease all;
}
.node--type-slideshow.slideshow-type-special .swiper-slide.swiper-slide-active {
  transition: width 0.4s;
}
.node--type-slideshow.slideshow-type-special .swiper-slide.swiper-slide-active:hover {
  cursor: default;
  /*.slideshow-mask {
    background: rgba(black, 0.3) !important;
  }*/
}
.node--type-slideshow.slideshow-type-special.init-width .swiper-slide:first-child {
  width: 76%;
}
@media (min-width: 40em) {
  .node--type-slideshow.slideshow-type-special.init-width .swiper-slide:first-child {
    width: 80%;
  }
}
@media (min-width: 64em) {
  .node--type-slideshow.slideshow-type-special.init-width .swiper-slide:first-child {
    width: 76%;
  }
}
.node--type-slideshow.slideshow-type-special.slides-2 .swiper-slide {
  width: 30% !important;
}
@media (min-width: 40em) {
  .node--type-slideshow.slideshow-type-special.slides-2 .swiper-slide {
    width: 22% !important;
  }
}
@media (min-width: 64em) {
  .node--type-slideshow.slideshow-type-special.slides-2 .swiper-slide {
    width: 20% !important;
  }
}
.node--type-slideshow.slideshow-type-special.slides-2 .swiper-slide.swiper-slide-active {
  width: 70% !important;
}
@media (min-width: 40em) {
  .node--type-slideshow.slideshow-type-special.slides-2 .swiper-slide.swiper-slide-active {
    width: 78% !important;
  }
}
@media (min-width: 64em) {
  .node--type-slideshow.slideshow-type-special.slides-2 .swiper-slide.swiper-slide-active {
    width: 80% !important;
  }
}
.node--type-slideshow.slideshow-type-special.slides-3 .swiper-slide {
  width: 15% !important;
}
@media (min-width: 40em) {
  .node--type-slideshow.slideshow-type-special.slides-3 .swiper-slide {
    width: 20% !important;
  }
}
@media (min-width: 64em) {
  .node--type-slideshow.slideshow-type-special.slides-3 .swiper-slide {
    width: 15% !important;
  }
}
.node--type-slideshow.slideshow-type-special.slides-3 .swiper-slide.swiper-slide-active {
  width: 70% !important;
}
@media (min-width: 40em) {
  .node--type-slideshow.slideshow-type-special.slides-3 .swiper-slide.swiper-slide-active {
    width: 60% !important;
  }
}
@media (min-width: 64em) {
  .node--type-slideshow.slideshow-type-special.slides-3 .swiper-slide.swiper-slide-active {
    width: 70% !important;
  }
}
.node--type-slideshow.slideshow-type-special.slides-4 .swiper-slide {
  width: 20.7% !important;
}
@media (min-width: 40em) {
  .node--type-slideshow.slideshow-type-special.slides-4 .swiper-slide {
    width: 17.7% !important;
  }
}
@media (min-width: 64em) {
  .node--type-slideshow.slideshow-type-special.slides-4 .swiper-slide {
    width: 13.4% !important;
  }
}
.node--type-slideshow.slideshow-type-special.slides-4 .swiper-slide.swiper-slide-active {
  width: 38% !important;
}
@media (min-width: 40em) {
  .node--type-slideshow.slideshow-type-special.slides-4 .swiper-slide.swiper-slide-active {
    width: 47% !important;
  }
}
@media (min-width: 64em) {
  .node--type-slideshow.slideshow-type-special.slides-4 .swiper-slide.swiper-slide-active {
    width: 60% !important;
  }
}
.node--type-slideshow.slideshow-type-special.slides-5 .swiper-slide {
  width: 10% !important;
}
@media (min-width: 40em) {
  .node--type-slideshow.slideshow-type-special.slides-5 .swiper-slide {
    width: 16% !important;
  }
}
@media (min-width: 64em) {
  .node--type-slideshow.slideshow-type-special.slides-5 .swiper-slide {
    width: 10% !important;
  }
}
.node--type-slideshow.slideshow-type-special.slides-5 .swiper-slide.swiper-slide-active {
  width: 60% !important;
}
@media (min-width: 40em) {
  .node--type-slideshow.slideshow-type-special.slides-5 .swiper-slide.swiper-slide-active {
    width: 36% !important;
  }
}
@media (min-width: 64em) {
  .node--type-slideshow.slideshow-type-special.slides-5 .swiper-slide.swiper-slide-active {
    width: 60% !important;
  }
}

/*.page-node-type-landing-page {
  @media (min-width: $breakpoint-medium-min) {
    .content-list-as-slideshow {
      padding: 0 5rem;
    }
    .slide-content.position-center {
      top: 35%;

    }
  }

  @media(max-width: $breakpoint-small-max) {
    .slide-content.position-center {
      text-align: center;
    }
  }

  .slide-content {
    background: rgba(255, 255, 255, 0);

    h2 {
      font-style: italic;
      font-weight: 400;
      color: #fff;
      //display: none;
      text-shadow: 0 0px 20px rgba(0, 0, 0, .25);

      &:after {
        display: none;
      }
    }

  }
}*/
.parent-node > .field > .field__item:first-child .parallax h1 {
  color: #fff;
}

.parallax-node {
  min-height: 440px;
}

/* Content list */
/*----------------------------------------------------
* Description: Region content list, with settings for how many items in row is set in CMS
* ----------------------------------------------------*/
.swiper-container.content-list-as-slideshow {
  padding-bottom: 2rem;
}
.swiper-container.content-list-as-slideshow .swiper-pagination {
  bottom: 0;
}
.swiper-container.content-list-as-slideshow .swiper-pagination .swiper-pagination-bullet {
  border-color: #F0F3F6;
}
.swiper-container.content-list-as-slideshow .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F0F3F6;
}

@media (min-width: 992px) {
  .content-list.row {
    margin-left: -0.2375rem;
    margin-right: -0.2375rem;
  }
  .content-list.row > div {
    padding-right: 0.2375rem;
    padding-left: 0.2375rem;
  }
  .content-list.items-5 > div:not(.swiper-container) {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

body:not(.path-online3) .cb-widget-activity .cb-popout.cb-datepicker table {
  border-collapse: inherit;
  border-spacing: 0px;
  min-width: 100%;
}
body:not(.path-online3) .cb-widget-activity .cb-row {
  display: flex;
  flex-wrap: wrap;
}
body:not(.path-online3) .cb-widget-activity .cb-cell-config {
  padding-left: 20px;
  flex-grow: 1;
  width: auto;
}
@media (max-width: 600px) {
  body:not(.path-online3) .cb-popout.cb-datepicker {
    min-height: 270px;
  }
  body:not(.path-online3) .cb-cell.cb-cell-date.cb-js-calendar-wrapper {
    width: 100%;
  }
  body:not(.path-online3) .cb-widget-activity .cb-row {
    display: inherit;
  }
  body:not(.path-online3) .cb-widget-activity .cb-row .cb_row {
    display: flex;
  }
  body:not(.path-online3) .cb-widget-activity .cb-cell-config {
    margin-top: 10px;
    padding-left: 0;
    width: 260px;
    width: 100%;
  }
  body:not(.path-online3) .cb-widget-activity .cb-cell {
    display: table !important;
    height: auto;
  }
  body:not(.path-online3) .cb-widget-activity .cb-tbl-config .cb-cell {
    width: 100% !important;
    margin-top: 10px;
  }
  body:not(.path-online3) .cb-widget-activity .cb-total h3 {
    font-size: 25px;
  }
}

/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: Code to style the online 3 widget and its components, not tabs and such
/*----------------------------------------------------*/
body:not(.path-online3) #citybreak-widget {
  background: #fff;
  border-radius: 0.75rem;
}
@media (max-width: 63.999em) {
  body:not(.path-online3) #citybreak-widget {
    border-radius: 0;
  }
}
body:not(.path-online3) #citybreak-widget .widget-header {
  align-items: center;
  display: flex;
  margin-bottom: 1.5rem;
}
@media (max-width: 39.999em) {
  body:not(.path-online3) #citybreak-widget .widget-header {
    flex-direction: column;
    position: relative;
    z-index: 1;
  }
}
body:not(.path-online3) #citybreak-widget h2.widget-title {
  flex-grow: 1;
  font-size: 1.6rem;
  color: white;
  font-weight: 300;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
body:not(.path-online3) #citybreak-widget h2.widget-title > span {
  font-size: 0.7em;
  font-weight: 400;
}
@media (max-width: 39.999em) {
  body:not(.path-online3) #citybreak-widget h2.widget-title {
    text-align: center;
    font-size: 2rem;
  }
  body:not(.path-online3) #citybreak-widget h2.widget-title span {
    display: none;
  }
}
body:not(.path-online3) #citybreak-widget .widget-wrapper {
  transition: all 0.6s;
  width: 100%;
  overflow: hidden;
  min-height: 100px;
  /* ROOM - special for Icehotel */
}
body:not(.path-online3) #citybreak-widget .widget-wrapper > .field--name-field-widget-type {
  padding: 1rem !important;
}
body:not(.path-online3) #citybreak-widget .widget-wrapper .widget-tabs {
  padding: 1rem 2rem;
  background: #6693b1;
  border-radius: 0.75rem 0.75rem 0 0;
}
@media (max-width: 63.999em) {
  body:not(.path-online3) #citybreak-widget .widget-wrapper .widget-tabs {
    border-radius: 0;
  }
}
body:not(.path-online3) #citybreak-widget .widget-wrapper .widget-tabs .widget-tab {
  color: white;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 0;
  background: transparent !important;
  margin-right: 1rem;
}
body:not(.path-online3) #citybreak-widget .widget-wrapper .widget-tabs .widget-tab.active {
  font-weight: bold;
}
body:not(.path-online3) #citybreak-widget .widget-wrapper #citybreak_room_searchform_widget > div {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
}
body:not(.path-online3) #citybreak-widget .widget-wrapper #citybreak_room_searchform_widget > div .btn {
  border: 0;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  border-radius: 0.75rem;
  background: #446c86;
  cursor: pointer;
  padding: 0.95rem 1.2rem;
  color: white;
  line-height: inherit;
  border-radius: 0.75rem;
  font-size: 1.2rem;
}
body:not(.path-online3) #citybreak-widget .widget-wrapper #citybreak_room_searchform_widget > div .btn:hover {
  background: #446c86;
  color: #fff;
}
body:not(.path-online3) #citybreak-widget .widget-wrapper .field--name-field-widget-type {
  padding: 0;
}
body:not(.path-online3) #citybreak-widget .widget-wrapper .widget-content-type > .widget-cb-item {
  display: none;
  opacity: 0;
}
body:not(.path-online3) #citybreak-widget .widget-wrapper .widget-content-type > .widget-cb-item.visible {
  display: block;
  opacity: 1;
}

/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: SHOULD BE REMOVED IF NOT USED
/*----------------------------------------------------*/
footer {
  position: relative;
  background: black;
  padding: 2rem 1rem;
  padding-bottom: 0rem;
}
footer .footer-wrappy {
  display: flex;
  justify-content: space-between;
  max-width: 90rem;
  margin: 0 auto;
}
footer .region-footer {
  max-width: 75rem;
}
footer .link-text {
  color: white;
  font-weight: 300;
  padding: 6px 0;
}
footer .link-text:hover {
  color: white;
}
@media (max-width: 63.999em) {
  footer {
    text-align: center;
  }
}
footer .container.standard {
  padding: 2.5rem 0 !important;
}
footer #region-footer-top .row {
  border-bottom: 5px solid #333;
  margin-bottom: 1rem;
}
footer #region-footer-top .footer-wrap {
  display: flex;
  align-items: center;
}
footer #region-footer-top .footer-wrap .logo {
  color: white !important;
  font-weight: 600;
}
footer #region-footer-top .footer-wrap .logo:after {
  color: rgba(255, 255, 255, 0.5) !important;
}
@media (max-width: 63.999em) {
  footer #region-footer-top .footer-wrap {
    flex-direction: column;
  }
}
footer #region-footer-top .footer-wrap p {
  max-width: 400px;
  margin-bottom: 0;
  font-size: 1rem;
  letter-spacing: 0.02rem;
  line-height: 1.4;
  color: white;
}
@media (max-width: 63.999em) {
  footer #region-footer-top .footer-wrap p {
    margin: 1rem 0;
  }
}
footer #region-footer-sitemap p {
  font-size: 1rem;
  line-height: 1.8;
}
@media (min-width: 63.999em) {
  footer #region-footer-sitemap .large-6 {
    margin-left: 10%;
    width: 40%;
  }
}
footer #region-footer-subscribe {
  color: #fff;
}
footer h2 {
  color: white;
}
footer a {
  color: #fff;
  font-weight: 500;
}
footer p {
  color: #fff;
  margin-bottom: 1.5rem;
}
footer h3 {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  color: white;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  display: inline-flex;
  position: relative;
}
@media (max-width: 63.999em) {
  footer h3 {
    justify-content: center;
    margin-top: 3rem;
  }
}
footer h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 40%;
  display: block;
  background: #333;
}
footer .linkbox {
  background: transparent;
}
footer .linkbox .field--name-field-title {
  background: transparent;
  font-weight: 500;
  padding: 15px;
}
footer .linkbox .paragraph--type--links a {
  color: #fff;
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 6px;
  letter-spacing: 2px;
  padding: 6px 0;
  text-transform: uppercase;
  position: relative;
}
footer .linkbox .paragraph--type--links a:after {
  content: "";
  left: 0;
  height: 3px;
  display: block;
  bottom: 0;
  position: absolute;
  width: 0;
  background: #333;
  transition: width 300ms;
  z-index: 2;
}
footer .linkbox .paragraph--type--links a:hover {
  background: transparent;
  border: 0;
  padding-left: 0;
  text-decoration: none;
}
footer .linkbox .paragraph--type--links a:hover:after {
  content: "";
  left: 0;
  height: 3px;
  width: 100%;
  background: #333;
}
footer .cms-text-content a.linkbox-style {
  background: transparent;
  position: relative;
  display: inline-block;
  color: #fff;
  border: 0;
  padding: 6px 0;
  font-size: 1rem;
  text-transform: uppercase;
}
footer .cms-text-content a.linkbox-style:after {
  content: "";
  left: 0;
  height: 3px;
  display: block;
  bottom: 0;
  position: absolute;
  width: 0;
  background: #333;
  transition: width 300ms;
  z-index: 2;
}
footer .cms-text-content a.linkbox-style:hover {
  background: transparent;
  border: 0;
  text-decoration: none;
}
footer .cms-text-content a.linkbox-style:hover:after {
  content: "";
  left: 0;
  height: 3px;
  width: 100%;
  background: #333;
}
footer .linkbox .field--name-field-link a {
  color: white;
  display: inline-block;
  padding: 6px 0;
  text-transform: uppercase;
}
footer .linkbox .field--name-field-link a:before {
  display: none;
}
footer .socialmedia-linkbox {
  display: flex;
  justify-content: flex-end;
  flex-wrap: unset;
}
@media (max-width: 63.999em) {
  footer .socialmedia-linkbox {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
footer .socialmedia-linkbox .socialmedia-links {
  margin-left: 1.2rem;
}
footer .socialmedia-linkbox .socialmedia-links i {
  font-size: 2rem;
}
footer .socialmedia-linkbox .socialmedia-links span {
  display: none;
}
footer #footer-copy {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1100px) {
  footer #footer-copy {
    justify-content: center;
    flex-direction: column-reverse;
  }
  footer #footer-copy .card {
    margin-top: 2rem;
  }
}
footer #footer-copy p {
  margin: 0;
}

body.search-overflow {
  overflow: hidden;
}
body.search-overflow #imbox-container {
  display: none;
}

#block-visitsearch .visitSearchInputHeader.open {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 503;
  overflow-y: auto;
}
#block-visitsearch .visitSearchInputHeader.open .visitSearchHeader {
  background-color: #fff;
  min-height: 30vh;
  width: 100%;
  padding-top: 1rem;
}
@media (min-width: 40em) {
  #block-visitsearch .visitSearchInputHeader.open .visitSearchHeader {
    height: auto;
  }
}
#block-visitsearch .visitSearchInputHeader.open .visit-search-header-wrapper {
  margin-left: 1rem;
  margin-right: 1rem;
  max-width: 1280px;
  position: relative;
}
@media (min-width: 40em) {
  #block-visitsearch .visitSearchInputHeader.open .visit-search-header-wrapper {
    margin: auto;
  }
}
#block-visitsearch .visitSearchInputHeader.open .wrapper-search-input-fiels {
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  border-radius: 24px;
  height: 48px;
  margin: 0 auto 20px;
  max-width: 640px;
  padding: 0 10px 0 10px;
  position: relative;
  top: 3rem;
}
@media (min-width: 40em) {
  #block-visitsearch .visitSearchInputHeader.open .wrapper-search-input-fiels {
    top: 2rem;
    padding: 0 24px 0 28px;
    width: 50%;
  }
}
#block-visitsearch .visitSearchInputHeader.open .wrapper-search-input-fiels button {
  color: #454545;
}
#block-visitsearch .visitSearchInputHeader.open .wrapper-search-input-fiels .activateInputButton {
  font-size: 1.1rem;
}
#block-visitsearch .visitSearchInputHeader.open .wrapper-search-input-fiels .resetInputButton, #block-visitsearch .visitSearchInputHeader.open .wrapper-search-input-fiels input {
  display: block;
}
#block-visitsearch .visitSearchInputHeader.open .cancel-button {
  cursor: pointer;
  right: 1rem;
  top: 0;
  font-size: 2rem;
  color: #b3b6b9;
  position: absolute;
}
@media (min-width: 40em) {
  #block-visitsearch .visitSearchInputHeader.open .cancel-button {
    right: 2rem;
  }
}
#block-visitsearch .wrapper-search-input-fiels {
  display: flex;
}
#block-visitsearch .wrapper-search-input-fiels .activateInputButton {
  cursor: pointer;
  font-size: 1.3rem;
  padding: 1rem;
}
#block-visitsearch .wrapper-search-input-fiels .resetInputButton, #block-visitsearch .wrapper-search-input-fiels input {
  display: none;
}
#block-visitsearch .wrapper-search-input-fiels .resetInputButton {
  cursor: pointer;
}
#block-visitsearch .search-help-text {
  padding: 2rem 0.9rem 0;
}
@media (min-width: 40em) {
  #block-visitsearch .search-help-text {
    padding: 1.2rem 0.9rem 0;
  }
}
#block-visitsearch input {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  font-size: 16px;
  margin: 0;
}
#block-visitsearch input::-moz-placeholder {
  color: #454545;
}
#block-visitsearch input:-ms-input-placeholder {
  color: #454545;
}
#block-visitsearch input::placeholder {
  color: #454545;
}
#block-visitsearch .wrapper-search div {
  position: relative;
}
#block-visitsearch .wrapper-search div i.fa-spinner {
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 1rem;
  top: 5px;
}
#block-visitsearch.visible {
  display: block;
  -webkit-animation: fadeIn 300ms ease 0s both;
          animation: fadeIn 300ms ease 0s both;
}

.search-result.open {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  /* Grouped start */
  /* MIXED start */
}
.search-result.open.groupedResult {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2rem;
  /* END GROUPED */
}
.search-result.open.groupedResult .grouped {
  flex: 1 1 100%;
  padding: 0.5rem 1.5rem;
}
@media (min-width: 40em) {
  .search-result.open.groupedResult .grouped {
    flex: 1 1 50%;
  }
}
@media (min-width: 64em) {
  .search-result.open.groupedResult .grouped {
    flex: 1 1 20%;
  }
}
.search-result.open.groupedResult .grouped:not(:empty):not(:last-child) {
  border-bottom: 2px solid #F0F3F6;
  padding-bottom: 1.6rem;
  margin-bottom: 1rem;
}
@media (min-width: 40em) {
  .search-result.open.groupedResult .grouped:not(:empty):not(:last-child) {
    border-bottom: none;
    border-right: 1px solid #F0F3F6;
  }
}
.search-result.open.groupedResult .grouped:empty {
  display: none;
}
.search-result.open.groupedResult .grouped h2.grouped-title {
  font-size: 1.5rem;
  text-transform: none;
}
.search-result.open.groupedResult .grouped .mixed {
  padding: 0;
}
.search-result.open.groupedResult .grouped .mixed a.row-result {
  align-items: center;
  display: flex;
}
.search-result.open.groupedResult .grouped .mixed a.row-result:hover {
  background-color: #F0F3F6;
}
.search-result.open.groupedResult .grouped .mixed a.row-result .image {
  height: 50px;
  width: 50px;
}
.search-result.open.groupedResult .grouped .mixed a.row-result .image:empty:before {
  font-size: 2rem;
}
.search-result.open.groupedResult .grouped .mixed a.row-result .text {
  flex: 1;
  padding: 0 0.5rem;
}
.search-result.open.groupedResult .grouped .mixed a.row-result .text h3 {
  font-size: 1rem;
  text-transform: none;
}
.search-result.open.groupedResult .grouped .mixed a.row-result .text p {
  display: none;
}
.search-result.open.groupedResult .grouped button {
  border-radius: 2px;
  color: #454545;
  cursor: pointer;
  padding: 1rem;
  position: relative;
}
.search-result.open.groupedResult .grouped button.show {
  border: 1px solid #454545;
  cursor: pointer;
  padding: 0.5rem 1rem;
  color: #454545;
  position: relative;
  /*&:hover {
    background-color: darken($brand-color-red, 15%);
  }*/
}
.search-result.open.groupedResult .grouped button.show.no {
  padding-left: 15px;
  background-color: #cacaca;
  cursor: auto;
}
.search-result.open.groupedResult .grouped button.show .icon:before {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 2px;
  left: 10px;
  position: absolute;
  top: 16px;
  width: 12px;
}
.search-result.open.groupedResult .grouped button.show.more .icon:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 12px;
  left: 15px;
  position: absolute;
  top: 11px;
  width: 2px;
}
.search-result.open .mixed {
  -webkit-animation: fadeInUp 0.5s both;
          animation: fadeInUp 0.5s both;
  background: #fff;
  flex: 0 1 33%;
  margin-bottom: 1rem;
  margin-top: 0.1rem;
  padding: 8px 0.9rem;
}
@media (max-width: 23.999em) {
  .search-result.open .mixed {
    padding: 0;
  }
}
.search-result.open .mixed:hover h3 {
  font-family: "lato", sans-serif;
}
.search-result.open .mixed > a.row-result {
  color: #222;
}
.search-result.open .mixed .image {
  background: #F0F3F6;
  height: 220px;
}
.search-result.open .mixed .image:empty {
  position: relative;
}
.search-result.open .mixed .image:empty:before {
  content: "\f03e";
  color: #fff;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 6rem;
  font-weight: 900;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search-result.open .mixed .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.search-result.open .mixed .text {
  padding: 0.5rem;
}
.search-result.open .mixed .text h3 {
  font-size: 1.3rem;
}
.search-result.open .mixed .text p:not(:empty) {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  font-size: 1rem;
  font-family: "futura-pt", sans-serif;
  font-weight: initial;
  height: 2.6rem;
  /* Fallback for non-webkit */
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Logged in */
body.toolbar-horizontal #visitsearchInput.open .visitSearchHeader {
  padding-top: 5rem;
}
/*----------------------------------------------------*/
/* @Autor: Sara Lindberg
/* Description: Hexagon basic style
/*----------------------------------------------------*/
.paragraph--type--hexagon .hexagon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 250px;
  height: 144.34px;
  background-color: rgba(26, 81, 128, 0.36);
  margin: 72.17px 0;
}
.paragraph--type--hexagon .hexagon .text {
  padding: 1rem;
}
.paragraph--type--hexagon .hexagon .text h1, .paragraph--type--hexagon .hexagon .text h2, .paragraph--type--hexagon .hexagon .text h3, .paragraph--type--hexagon .hexagon .text h4, .paragraph--type--hexagon .hexagon .text h5 {
  padding: 0;
  margin: 0;
}
.paragraph--type--hexagon .hexagon:before, .paragraph--type--hexagon .hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 125px solid transparent;
  border-right: 125px solid transparent;
}
.paragraph--type--hexagon .hexagon:before {
  bottom: 100%;
  border-bottom: 72.17px solid rgba(26, 81, 128, 0.36);
}
.paragraph--type--hexagon .hexagon:after {
  top: 100%;
  width: 0;
  border-top: 72.17px solid rgba(26, 81, 128, 0.36);
}
.paragraph--type--hexagon .hexagon.white {
  background-color: rgba(255, 255, 255, 0.5);
}
.paragraph--type--hexagon .hexagon.white:before {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.paragraph--type--hexagon .hexagon.white:after {
  border-top-color: rgba(255, 255, 255, 0.5);
}

.paragraph.columns.center .paragraph--type--hexagon {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*----------------------------------------------------*/
/* @Autor: Sara Lindberg
/* Description: Button paragraph basic style
/*----------------------------------------------------*/
.btn {
  align-self: center;
  border-radius: 0;
}
.btn.btn-primary {
  background: #9EBFCD;
  border-color: #9EBFCD;
  color: #fff;
  padding: 12px 25px;
  text-transform: uppercase;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:not(:disabled):not(.disabled):active {
  background: #8db4c4;
  border-color: #8db4c4;
}
.btn.btn-primary:disabled {
  background: #F0F3F6;
  border-color: #e0e6ec;
  color: #d0dae3;
}
.btn.btn-primary:disabled:hover {
  background: #F0F3F6;
}
.btn.btn-secondary {
  background: #F0F3F6;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  color: #000;
  font-family: "lato", sans-serif;
  font-size: 0.8rem;
  min-width: 120px;
  padding: 0.7rem 1rem;
  text-transform: uppercase;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:focus {
  background: #c0cdd9;
  border-color: transparent;
}
.btn.btn-default {
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  color: #000;
  font-size: 0.85rem;
  min-width: 120px;
  padding: 0.6rem 1.6rem;
  text-transform: uppercase;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:not(:disabled):not(.disabled):active, .btn.btn-default:focus {
  background: #F0F3F6;
  border-color: rgba(0, 0, 0, 0.5);
  color: #000;
}

div.paragraph--type--button a {
  border-radius: 0;
  font-size: 0.85rem;
  margin-bottom: 5px;
  padding: 0.7rem 1.6rem;
  text-transform: uppercase;
}
div.paragraph--type--button a.btn--default {
  color: #333;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
div.paragraph--type--button a.btn--default:hover {
  background: #c0cdd9;
  border-color: transparent;
}
div.paragraph--type--button a.btn--primary {
  color: #000;
  background-color: transparent;
  border: 0.25px solid black;
}
div.paragraph--type--button a.btn--primary:hover {
  background: #F0F3F6;
  color: #000;
}
div.paragraph--type--button a.btn--success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
div.paragraph--type--button a.btn--success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
div.paragraph--type--button a.btn--danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
div.paragraph--type--button a.btn--danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.paragraph--type--form form label {
  font-weight: 300;
  font-size: inherit;
}
.paragraph--type--form form label.form-required {
  font-weight: 500;
}
.paragraph--type--form form label.form-required:after {
  content: " *";
  color: red;
  display: inline;
}
.paragraph--type--form form [type=submit] {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  margin-bottom: 5px;
  padding: 0.7rem 1.6rem;
  text-transform: uppercase;
}
.paragraph--type--form form [type=submit]:hover {
  background: #c0cdd9;
  border-color: transparent;
}

/*!
 * Font Awesome Free 5.0.3 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comments:before {
  content: "\f086";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frown:before {
  content: "\f119";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-key:before {
  content: "\f084";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-male:before {
  content: "\f183";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-moon:before {
  content: "\f186";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-percent:before {
  content: "\f295";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-plane:before {
  content: "\f072";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-print:before {
  content: "\f02f";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-road:before {
  content: "\f018";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-strava:before {
  content: "\f428";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.0.3 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/webfonts/fa-regular-400.eot");
  src: url("../fonts/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-regular-400.woff2") format("woff2"), url("../fonts/webfonts/fa-regular-400.woff") format("woff"), url("../fonts/webfonts/fa-regular-400.ttf") format("truetype"), url("../fonts/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Regular";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.0.3 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/webfonts/fa-brands-400.eot");
  src: url("../fonts/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-brands-400.woff2") format("woff2"), url("../fonts/webfonts/fa-brands-400.woff") format("woff"), url("../fonts/webfonts/fa-brands-400.ttf") format("truetype"), url("../fonts/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

/*!
 * Font Awesome Free 5.0.3 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Solid";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/webfonts/fa-solid-900.eot");
  src: url("../fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("../fonts/webfonts/fa-solid-900.woff") format("woff"), url("../fonts/webfonts/fa-solid-900.ttf") format("truetype"), url("../fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Solid";
  font-weight: 900;
}