
/*
Theme Name:			northlandski.com
Text domain:		northlandski.com
Author:					baga
Author URI:			http://www.bagaweb.com
License:
License URI:
Version:
Description:
Tested up to:
Requires PHP:
*/
/* Font Families */
/*
/* Font Sizes */
/*
/* Line height */
/*
/* Media queries */
/*
/* Colors */
.rosso {
  color: #b20e0b !important;
}
.verde {
  color: #0bb216 !important;
}
.bg-black {
  background: #231f20;
}
.bg-dark-gray {
  background: #333333;
}
.bg-gray {
  background: #cccccc;
}
.bg-light-gray {
  background: #e6e6e6;
}
.bg-rosso {
  background: #b20e0b;
}
.bg-verde {
  background: #0bb216;
}
/*
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/************************************************/
/*** WP styles **********************************/
/************************************************/
.alignleft {
  text-align: left !important;
}
.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}
.alignright {
  text-align: right !important;
}
.wp-caption {
  color: inherit;
}
.wp-caption-text {
  color: inherit;
}
.sticky {
  color: inherit;
}
.screen-reader-text {
  color: inherit;
}
.gallery-caption {
  color: inherit;
}
.bypostauthor {
  color: inherit;
}
/************************************************/
/*** General ************************************/
/************************************************/
body,
button,
div,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  font-family: "Chivo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  text-align: center;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
li {
  list-style: none;
}
.wf-loading {
  visibility: hidden;
}
.wf-active,
.wf-inactive {
  visibility: visible;
}
.clearfix {
  clear: both;
}
.rel {
  position: relative;
}
.hidden {
  display: none;
}
.align-left {
  text-align: left !important;
}
.aligncenter {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
.hidden-md-down {
  display: none !important;
}
@media only screen and (min-width: 60em) {
  .hidden-md-down {
    display: inline-block !important;
  }
}
.hidden-md-up {
  display: inline-block !important;
}
@media only screen and (min-width: 60em) {
  .hidden-md-up {
    display: none !important;
  }
}
.liner {
  display: block;
  border-bottom: 1px solid #e6e6e6;
  margin: 30px 0;
}
@media only screen and (min-width: 75em) {
  .liner {
    margin: 30px 15% 60px;
  }
}
/************************************************/
/*** Grid ***************************************/
/************************************************/
.wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 2%;
}
@media only screen and (min-width: 75em) {
  .wrapper {
    padding: 0;
    max-width: calc(100vw - 10%);
  }
}
@media only screen and (min-width: 75em) {
  .wrapper-half {
    max-width: calc(50vw - 10%);
  }
}
.grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media only screen and (min-width: 75em) {
  .grid {
    margin: 0 -1%;
  }
}
@media only screen and (min-width: 75em) {
  .grid-reverse {
    flex-direction: row-reverse;
  }
}
.grid-cell {
  flex: 0 0 100%;
}
@media only screen and (min-width: 75em) {
  .grid-cell {
    min-width: 0;
    padding: 0 1%;
    flex: 1;
  }
}
@media only screen and (min-width: 75em) {
  .col-1-3 {
    flex-basis: calc((100% / 3) - 2%);
  }
}
@media only screen and (min-width: 75em) {
  .col-1-4 {
    flex-basis: calc((100% / 4) - 2%);
  }
}
@media only screen and (min-width: 75em) {
  .col-5-12 {
    flex-basis: calc((100% / 12 * 5) - 2%);
  }
}
@media only screen and (min-width: 75em) {
  .col-7-12 {
    flex-basis: calc((100% / 12 * 7) - 2%);
  }
}
/************************************************/
/*** Header *************************************/
/************************************************/
header {
  width: 100%;
  min-height: 60px;
  z-index: 1041;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
}
.nav-up {
  top: -220px;
}
header img.logo {
  position: absolute;
  left: 0;
  top: 0;
  background: #333333;
  border-radius: 50%;
  padding: 10px;
  max-width: 100px;
  z-index: 1042;
}
@media only screen and (min-width: 60em) {
  header img.logo {
    max-width: 120px;
  }
}
@media only screen and (min-width: 75em) {
  header img.logo {
    margin: 0;
    max-width: 200px;
  }
}
#top-bar {
  display: none;
}
@media only screen and (min-width: 75em) {
  #top-bar {
    display: flex;
    justify-content: flex-end;
  }
}
#top-bar a,
#top-bar p {
  font-size: calc(13px + (21 - 13)*((100vw - 320px)/1600));
  margin: 5px 0 7px;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
}
#top-bar a:hover {
  color: #b20e0b;
}
#qtranslate-chooser {
  display: none;
}
@media only screen and (min-width: 75em) {
  #qtranslate-chooser {
    display: flex;
    justify-content: flex-end;
    margin: 15px 0 0;
  }
}
#qtranslate-chooser a {
  padding: 0 0 0 10px;
}
/************************************************/
/*** Navigation *********************************/
/************************************************/
.resp-btn {
  margin: 10px 0 0 20px;
  cursor: pointer;
  color: #fff;
}
@media only screen and (min-width: 75em) {
  .resp-btn {
    display: none;
  }
}
.resp-btn svg {
  font-size: 40px;
}
#nav {
  display: flex;
  justify-content: flex-end;
}
#nav ul {
  display: none;
}
@media only screen and (min-width: 75em) {
  #nav ul {
    display: flex;
  }
}
#nav ul li {
  position: relative;
  font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: calc(13px + (21 - 13)*((100vw - 320px)/1600));
  line-height: 38px;
  z-index: 99999;
}
#nav ul a {
  display: inline-block;
  color: #fff;
  position: relative;
  transition: all 0.35s ease;
  border-bottom: 3px solid transparent;
  margin: 20px;
}
#nav ul li.current_page_item a {
  color: #e6e6e6;
  font-weight: 700;
}
#nav ul a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 40px;
  height: 3px;
  z-index: 2;
  background-color: #b20e0b;
  margin-left: -20px;
  opacity: 0;
  transition: 0.35s;
}
#nav ul a:hover:after,
#nav ul li.current_page_item a:after {
  opacity: 1;
}
#nav ul li.menu-item-143 a,
#nav ul li.menu-item-164 a,
#nav ul li.menu-item-216 a,
#nav ul li.menu-item-217 a {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 20px;
}
#nav ul li.menu-item-143 a,
#nav ul li.menu-item-164 a {
  background: #b20e0b;
  color: #fff;
}
#nav ul li.menu-item-216 a,
#nav ul li.menu-item-217 a {
  background: #fff;
  color: #231f20;
}
#nav ul li.menu-item-143 a:after,
#nav ul li.menu-item-164 a:after,
#nav ul li.menu-item-216 a:after,
#nav ul li.menu-item-217 a:after {
  bottom: 18px;
}
#nav ul li.menu-item-143 a:after,
#nav ul li.menu-item-164 a:after {
  background-color: #fff;
}
#nav ul li.menu-item-216 a:after,
#nav ul li.menu-item-217 a:after {
  background-color: #231f20;
}
#nav ul .qtranxs-lang-menu {
  display: none;
}
/************************************************/
/*** Sidr ***************************************/
/************************************************/
.sidr {
  display: block;
  position: fixed;
  top: 0;
  right: -75vw;
  width: 75vw;
  left: auto;
  z-index: 999999;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #231f20;
}
@media only screen and (min-width: 60em) {
  .sidr {
    right: -50vw;
    width: 50vw;
  }
}
.sidr-class-no-sidr {
  display: none;
}
.sidr ul {
  display: block;
  padding: 20px 0;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background: #333333;
}
.sidr ul li {
  position: relative;
  margin: 0;
  font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: calc(20px + (32 - 20)*((100vw - 320px)/1600));
  text-align: center;
}
.sidr ul li.sidr-class-current_page_item {
  font-weight: 700;
}
.sidr ul li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 40px;
  height: 3px;
  z-index: 2;
  background-color: #b20e0b;
  margin-left: -20px;
  opacity: 0;
  transition: 0.35s;
}
.sidr ul li a:hover:after,
.sidr ul li.sidr-class-current_page_item a:after {
  opacity: 1;
}
.sidr ul li.sidr-class-qtranxs-lang-menu {
  border-bottom: none;
}
.sidr ul li a {
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  color: #fff;
}
#sidr-id-menu-item-143,
#sidr-id-menu-item-164,
#sidr-id-menu-item-216,
#sidr-id-menu-item-217 {
  border-bottom: none;
}
#sidr-id-menu-item-143 a,
#sidr-id-menu-item-164 a,
#sidr-id-menu-item-216 a,
#sidr-id-menu-item-217 a {
  border-bottom: none;
}
#sidr-id-menu-item-143 a,
#sidr-id-menu-item-164 a {
  background: #b20e0b;
  color: #fff;
}
#sidr-id-menu-item-216 a,
#sidr-id-menu-item-217 a {
  background: #fff;
  color: #231f20;
}
#sidr-id-menu-item-143 a:hover,
#sidr-id-menu-item-164 a:hover,
#sidr-id-menu-item-216 a:hover,
#sidr-id-menu-item-217 a:hover {
  background: #231f20;
  color: #fff;
}
#sidr-id-menu-item-143 a:hover:after,
#sidr-id-menu-item-164 a:hover:after,
#sidr-id-menu-item-216 a:hover:after,
#sidr-id-menu-item-217 a:hover:after {
  opacity: 0;
}
#sidr-contacts {
  display: none;
  height: 30vh;
}
#sidr-id-sidr-contacts p {
  margin: 15px 0 0;
}
#sidr-id-sidr-contacts p a {
  color: #fff;
}
#sidr-id-sidr-contacts p a:hover {
  color: #e6e6e6;
}
#sidr-id-sidr-contacts .sidr-class-social-icons svg {
  font-size: calc(26px + (41 - 26)*((100vw - 320px)/1600));
  margin: 10px 5px 0;
}
/************************************************/
/*** Slider *************************************/
/************************************************/
#slider {
  padding-top: 60px;
}
@media only screen and (min-width: 75em) {
  #slider {
    padding-top: 130px;
  }
}
.no-slider {
  padding-bottom: 120px;
}
#slider-arrow {
  display: none;
}
@media only screen and (min-width: 75em) {
  #slider-arrow {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    padding: 10px;
    background: #b20e0b;
    z-index: 999;
  }
}
#slider-arrow svg {
  font-size: calc(29px + (46 - 29)*((100vw - 320px)/1600));
}
#slider-arrow a {
  color: #fff;
}
#slider-arrow a:hover {
  color: #e6e6e6;
}
#slider .flexslider img {
  min-height: 480px !important;
  object-fit: cover !important;
}
#slider .metaslider .caption-wrap {
  background: none !important;
  opacity: 1 !important;
  bottom: 0 !important;
  bottom: 10% !important;
}
@media only screen and (min-width: 60em) {
  #slider .metaslider .caption-wrap {
    bottom: 32% !important;
  }
}
#slider .metaslider h1,
#slider .metaslider h4 {
  color: #fff !important;
  line-height: 1.3 !important;
  text-shadow: 0 4px 2px rgba(0, 0, 0, 0.65);
}
#slider .metaslider h1 {
  font-size: calc(46px + (72 - 46)*((100vw - 320px)/1600)) !important;
}
#slider .metaslider h4 {
  font-size: calc(29px + (46 - 29)*((100vw - 320px)/1600)) !important;
}
.site-main .metaslider {
  margin: 0 auto 40px auto !important;
}
.site-main .flex-control-nav {
  bottom: -40px !important;
}
@media only screen and (min-width: 75em) {
  .site-main .flex-control-nav {
    bottom: -50px !important;
  }
}
.site-main .flex-control-nav li {
  padding: 0 !important;
}
.site-main .flex-control-nav li a {
  border-radius: 0 !important;
  width: 44px !important;
  height: 6px !important;
  background: #231f20 !important;
  margin: 0 8px 0 0 !important;
}
.site-main .flex-control-nav li a:hover {
  border: 0 !important;
}
.site-main .flex-control-nav li a.flex-active {
  border: 0 !important;
  background: #b20e0b !important;
}
/************************************************/
/*** Content ************************************/
/************************************************/
.content {
  padding: 30px 0;
}
@media only screen and (min-width: 60em) {
  .content {
    padding: 45px 0;
  }
}
@media only screen and (min-width: 75em) {
  .content {
    padding: 60px 0;
  }
}
.content h2,
.content h3,
.content h4,
.content h5 {
  font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.3;
}
.content h2 {
  font-size: calc(29px + (46 - 29)*((100vw - 320px)/1600));
  margin-bottom: calc(29px + (46 - 29)*((100vw - 320px)/1600));
}
.content h3 {
  position: relative;
  font-size: calc(26px + (41 - 26)*((100vw - 320px)/1600));
  margin-bottom: calc(26px + (41 - 26)*((100vw - 320px)/1600));
  text-transform: uppercase;
}
@media only screen and (min-width: 60em) {
  .content h3 {
    text-align: left;
  }
}
.content h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 6px;
  z-index: 2;
  background-color: #b20e0b;
}
@media only screen and (min-width: 60em) {
  .content h3:after {
    left: 0;
    margin-left: 0;
  }
}
.content h4 {
  font-size: calc(23px + (36 - 23)*((100vw - 320px)/1600));
  color: #b20e0b;
}
.content h5 {
  font-size: calc(20px + (32 - 20)*((100vw - 320px)/1600));
  margin-top: calc(20px + (32 - 20)*((100vw - 320px)/1600));
  text-transform: uppercase;
}
@media only screen and (min-width: 75em) {
  .content h5 {
    padding: 0 15%;
  }
}
.content li,
.content p {
  font-size: calc(13px + (21 - 13)*((100vw - 320px)/1600));
  line-height: 1.7;
  margin-bottom: calc(13px + (21 - 13)*((100vw - 320px)/1600));
  color: #231f20;
}
@media only screen and (min-width: 75em) {
  .content li,
  .content p {
    padding: 0 15%;
    text-align: left;
  }
}
@media only screen and (min-width: 60em) {
  .content .col-5-12 li,
  .content .col-5-12 p,
  .content li li,
  .content li p {
    padding: 0;
  }
}
.content ul {
  margin-bottom: calc(16px + (26 - 16)*((100vw - 320px)/1600));
}
.content li {
  margin-bottom: calc(10px + (16 - 10)*((100vw - 320px)/1600));
}
.content li:before {
  content: url("https://api.iconify.design/el:ok-circle.svg?color=%23b20e0b");
  margin-right: 5px;
}
.content li a,
.content p a {
  color: #b20e0b;
}
.content li a:hover,
.content p a:hover {
  color: #b20e0b;
  text-decoration: underline;
}
.content table {
  width: 100%;
  margin: 20px 0 40px;
  border-collapse: collapse;
  display: block;
  min-width: 100%;
  width: auto;
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.content table td,
.content table th {
  border: 1px solid #231f20;
}
.content table td,
.content table th {
  padding: 10px;
  font-size: calc(13px + (21 - 13)*((100vw - 320px)/1600));
  color: #231f20;
  text-align: center;
}
.content table th {
  background: #cccccc;
}
/************************************************/
/*** CTA ****************************************/
/************************************************/
#cta:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
}
#cta h2,
#cta h5 {
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 0 5%;
}
#cta h5:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -70px;
  left: 50%;
  width: 80px;
  height: 6px;
  margin-left: -40px;
  z-index: 2;
  background-color: #b20e0b;
}
#cta h6 {
  position: relative;
  font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: calc(20px + (32 - 20)*((100vw - 320px)/1600));
  text-transform: uppercase;
  margin-top: 150px;
  z-index: 2;
}
#cta h6 a {
  display: block;
  color: #fff;
  background: #b20e0b;
  margin: 0 15% 20px;
  padding: 20px 30px;
}
@media only screen and (min-width: 60em) {
  #cta h6 a {
    display: inline-block;
    margin: 0 10px;
  }
}
/************************************************/
/*** Effects & Colors ***************************/
/************************************************/
a.hov-eff {
  position: relative;
  display: inline-block;
  z-index: 1;
}
a.hov-eff:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: 50%;
  transition: transform ease-in-out 0.35s;
}
a.hov-eff:hover:before {
  transform: scaleX(1);
}
.bg-rosso .content h3,
.bg-rosso .content p {
  color: #fff;
}
.content h3.aligncenter:after {
  left: 50%;
  margin-left: -40px;
}
.bg-rosso .content h3:after {
  background-color: #231f20;
}
.bg-verde .content h3:after {
  background-color: #fff;
}
.bg-dark-gray .content h3 {
  color: #0bb216;
}
.bg-dark-gray .content h3:after {
  background-color: #0bb216;
}
.bg-dark-gray .content li {
  padding: 0;
  color: #fff;
  text-align: center;
}
.bg-dark-gray .content p {
  color: #fff;
}
#recensioni {
  padding: 0 0 20px;
}
@media only screen and (min-width: 60em) {
  #recensioni {
    padding: 0 0 30px;
  }
}
#recensioni .content h4 {
  display: none;
}
.content h5 a {
  text-transform: uppercase;
  color: #fff;
  background: #b20e0b;
  padding: 10px 20px;
}
.content h5 a:before {
  background: #231f20;
}
.bg-verde .content h5 a {
  color: #231f20;
  background: #fff;
}
.bg-verde .content h5 a:hover {
  color: #fff;
}
.bg-fixed {
  height: 600px;
  padding: 60px 0;
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 60em) {
  .bg-fixed {
    background-attachment: fixed;
    padding: 40px 0;
  }
}
.bg-content {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.bg-content-inverno {
  background-image: url("https://www.northlandski.com/ui/img/bg-content-inverno.jpg");
}
.bg-content-estate {
  background-image: url("https://www.northlandski.com/ui/img/bg-content-estate.jpg");
}
.bg-cta-inverno {
  background-image: url("https://www.northlandski.com/ui/img/bg-cta-inverno.jpg");
}
.bg-cta-estate {
  background-image: url("https://www.northlandski.com/ui/img/bg-cta-estate.jpg");
}
.bg-shop-inverno {
  background-image: url("https://www.northlandski.com/ui/img/bg-shop-inverno.jpg");
}
.bg-shop-estate {
  background-image: url("https://www.northlandski.com/ui/img/bg-shop-estate.jpg");
}
.bg-home-estate {
  background-image: url("https://www.northlandski.com/ui/img/bg-home-estate.jpg");
}
#cta h6 a:before {
  background: #231f20;
}
/************************************************/
/*** Products ***********************************/
/************************************************/
.product-img {
  margin: 20px 0 0;
}
@media only screen and (min-width: 60em) {
  .product-img {
    margin: 0;
  }
}
.discount-price {
  color: #b20e0b;
}
.product-price {
  text-decoration: line-through;
}
.shop-cta {
  display: block;
  font-size: calc(16px + (26 - 16)*((100vw - 320px)/1600));
  padding: 10px;
  text-transform: uppercase;
  color: #231f20;
  background: #fff;
  border: 1px solid #231f20;
  margin: 5px 0 0;
}
@media only screen and (min-width: 60em) {
  .shop-cta {
    margin: 0;
  }
}
.shop-cta:first-child {
  color: #fff;
  background: #b20e0b;
  border: 1px solid #b20e0b;
}
.shop-cta:hover {
  color: #fff;
  background: #231f20;
  border: 1px solid #231f20;
}
#list p {
  padding: 0;
}
.hotel-url {
  color: #b20e0b !important;
}
/************************************************/
/*** Bikes **************************************/
/************************************************/
@media only screen and (min-width: 75em) {
  #bikes img {
    max-width: 1024px;
  }
}
details[open] summary ~ * {
  animation: open 0.3s ease-in-out;
}
@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
details summary:-webkit-details-marker {
  display: none;
}
details summary {
  cursor: pointer;
  list-style: none;
  outline: 0;
}
details h4.info-btn {
  color: #fff;
  background: #b20e0b;
  padding: 10px;
  text-transform: uppercase;
}
@media only screen and (min-width: 75em) {
  details h4.info-btn {
    margin: 0 15% 0 55%;
  }
}
/************************************************/
/*** Brands *************************************/
/************************************************/
#brands img {
  margin: 150px 0 0;
  position: relative;
  max-width: 75%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 60em) {
  #brands img {
    max-width: 50%;
  }
}
/************************************************/
/*** Swiper *************************************/
/************************************************/
.swiper-slide p {
  padding: 0 10%;
}
.swiper-pagination-bullets {
  bottom: 0 !important;
}
.swiper-pagination-bullet {
  background: #fff !important;
}
#recensioni .swiper-button-next,
#recensioni .swiper-button-prev {
  color: #fff !important;
}
#recensioni .swiper-button-next:hover,
#recensioni .swiper-button-prev:hover {
  color: #0bb216 !important;
}
#brands .swiper-button-next,
#brands .swiper-button-prev {
  color: #fff !important;
}
#brands .swiper-button-next:hover,
#brands .swiper-button-prev:hover {
  color: #231f20 !important;
}
#brands .swiper-wrapper {
  transition-timing-function: linear !important;
}
/************************************************/
/*** Iframes ************************************/
/************************************************/
.iframe-flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.iframe-flexible-container embed,
.iframe-flexible-container iframe,
.iframe-flexible-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}
iframe {
  width: 100%;
  border: 0;
}
iframe#easyrent {
  min-height: 720px;
}
iframe#bike-prices {
  min-height: 900px;
}
@media only screen and (min-width: 60em) {
  iframe#bike-prices {
    min-height: 680px;
  }
}
iframe#bike-rental {
  min-height: 8240px;
}
@media only screen and (min-width: 60em) {
  iframe#bike-rental {
    min-height: 2160px;
  }
}
iframe#panomax {
  margin: 0 auto -5px;
  width: 100%;
  height: 320px;
}
@media only screen and (min-width: 60em) {
  iframe#panomax {
    height: 480px;
  }
}
@media only screen and (min-width: 75em) {
  iframe#panomax {
    height: 640px;
  }
}
/************************************************/
/*** Maps ***************************************/
/************************************************/
@media only screen and (min-width: 75em) {
  #map {
    height: 100%;
  }
}
#map iframe {
  margin: 0 auto -5px;
  width: 100%;
  height: 320px;
}
@media only screen and (min-width: 60em) {
  #map iframe {
    height: 480px;
  }
}
@media only screen and (min-width: 75em) {
  #map iframe {
    height: 100%;
  }
}
/************************************************/
/*** Forms **************************************/
/************************************************/
.content form {
  padding: 0 5%;
}
@media only screen and (min-width: 75em) {
  .bike-form {
    margin: 0 15%;
  }
}
.content label {
  font-size: calc(13px + (21 - 13)*((100vw - 320px)/1600));
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
}
.content label a {
  color: #fff;
  text-decoration: underline;
}
.content input,
.content textarea {
  width: 98.5%;
  padding: 6px 0.75%;
  border: 1px solid #fff;
  color: #fff;
  background: #b20e0b;
  font-family: "Chivo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: calc(13px + (21 - 13)*((100vw - 320px)/1600));
  margin-top: 10px;
  margin-bottom: calc(20px + (40 - 20)*((100vw - 320px)/1600));
}
.content input[type="checkbox"] {
  width: 20px;
  margin-right: 10px;
  margin-bottom: calc(20px + (40 - 20)*((100vw - 320px)/1600));
}
.content textarea {
  height: 140px;
  overflow: hidden;
}
.content .button {
  width: 100%;
  position: relative;
  margin: 10px 0;
  color: #fff;
  font-size: calc(20px + (32 - 20)*((100vw - 320px)/1600));
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  background: #231f20;
  line-height: 50px;
  border: none;
  transition: all 0.35s ease;
}
.content .button:hover {
  color: #231f20;
  background: #fff;
}
/************************************************/
/*** Pickadate custom ***************************/
/************************************************/
.picker {
  color: #333333 !important;
}
.picker__nav--next:before {
  border-left: 0.75em solid #333333 !important;
}
.picker__nav--prev:before {
  border-right: 0.75em solid #333333 !important;
}
.picker__nav--next:before {
  border-left: 0.75em solid #333333 !important;
}
.picker__nav--prev:hover:before {
  border-right: 0.75em solid #fff !important;
}
.picker__nav--next:hover:before {
  border-left: 0.75em solid #fff !important;
}
.picker__nav--next:hover,
.picker__nav--prev:hover {
  color: #fff !important;
  background: #b20e0b !important;
}
.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover {
  color: #fff !important;
  background: #333333 !important;
}
.picker__day--highlighted {
  border-color: #333333 !important;
}
.picker__day--highlighted:hover {
  border-color: #b20e0b !important;
}
.picker__day--today::before {
  border-top: 0.5em solid #333333 !important;
}
.picker__day--today:hover::before {
  border-top: 0.5em solid #b20e0b !important;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  color: #fff !important;
  background: #b20e0b !important;
}
.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
  background: #b20e0b !important;
}
/************************************************/
/*** Footer *************************************/
/************************************************/
#top-footer {
  position: absolute;
  top: calc(-16px - (26 - 16)*((100vw - 320px)/1600));
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#top-footer h4 {
  position: relative;
  font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: calc(16px + (26 - 16)*((100vw - 320px)/1600));
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
  color: #231f20;
  background: #fff;
  padding: 10px;
}
@media only screen and (min-width: 60em) {
  #top-footer h4 {
    padding: 20px 30px;
  }
}
#main-footer {
  padding: 40px 0;
  background-image: url("https://www.northlandski.com/ui/img/bg-footer.jpg");
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 75em) {
  #main-footer {
    padding: 60px 0 0;
    text-align: left;
  }
}
#main-footer img {
  margin: 10px 0 30px;
  text-align: center;
  max-width: 80%;
}
#main-footer h5 {
  color: #fff;
  margin-bottom: calc(10px + (16 - 10)*((100vw - 320px)/1600));
  text-transform: uppercase;
  padding: 0;
}
#main-footer p {
  color: #fff;
  font-size: calc(10px + (16 - 10)*((100vw - 320px)/1600));
  line-height: 1.7;
  margin-bottom: calc(10px + (16 - 10)*((100vw - 320px)/1600));
  padding: 0;
}
#main-footer a {
  color: #fff;
  text-decoration: none;
}
#main-footer a:hover {
  color: #b20e0b;
}
@media only screen and (min-width: 75em) {
  #main-footer li {
    text-align: left;
  }
}
#main-footer li:before {
  content: none;
}
#main-footer .iconify {
  margin: 0 5px;
}
.menu-footer-container {
  margin-top: calc(20px + (32 - 20)*((100vw - 320px)/1600));
}
/************************************************/
/*** Mobile bar *********************************/
/************************************************/
#mobile-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: #231f20;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  box-shadow: 0 -5px 10px 1px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 75em) {
  #mobile-bar {
    display: none;
  }
}
#mobile-bar a {
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
  background: #b20e0b;
  width: 100%;
}
/************************************************/
/*** Whatsapp ***********************************/
/************************************************/
#whatsapp {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  background: #333333;
  position: fixed;
  z-index: 99998;
  bottom: 220px;
}
@media only screen and (min-width: 75em) {
  #whatsapp {
    bottom: 140px;
  }
}
#whatsapp-container {
  position: absolute;
  right: 20px;
}
#whatsapp-button {
  display: block;
  position: relative;
  text-decoration: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
  box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.05);
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjU2IiB3aWR0aD0iMjU2IiB2aWV3Qm94PSItMjMgLTIxIDY4MiA2ODIuNjY3IiBmaWxsPSIjZmZmIiB4bWxuczp2PSJodHRwczovL3ZlY3RhLmlvL25hbm8iPjxwYXRoIGQ9Ik01NDQuMzg3IDkzLjAwOEM0ODQuNTEyIDMzLjA2MyA0MDQuODgzLjAzNSAzMjAuMDUxIDAgMTQ1LjI0NiAwIDIuOTggMTQyLjI2MiAyLjkxIDMxNy4xMTNjLS4wMjMgNTUuODk1IDE0LjU3OCAxMTAuNDU3IDQyLjMzMiAxNTguNTUxTC4yNSA2NDBsMTY4LjEyMS00NC4xMDJjNDYuMzI0IDI1LjI3IDk4LjQ3NyAzOC41ODYgMTUxLjU1MSAzOC42MDJoLjEzM2MxNzQuNzg1IDAgMzE3LjA2Ni0xNDIuMjczIDMxNy4xMzMtMzE3LjEzMy4wMzUtODQuNzQyLTMyLjkyMi0xNjQuNDE4LTkyLjgwMS0yMjQuMzU5ek0zMjAuMDUxIDU4MC45NDFoLS4xMDljLTQ3LjI5Ny0uMDItOTMuNjg0LTEyLjczLTEzNC4xNi0zNi43NDJsLTkuNjIxLTUuNzE1LTk5Ljc2NiAyNi4xNzIgMjYuNjI5LTk3LjI3LTYuMjctOS45NzNjLTI2LjM4Ny00MS45NjktNDAuMzItOTAuNDc3LTQwLjI5Ny0xNDAuMjgxLjA1NS0xNDUuMzMyIDExOC4zMDUtMjYzLjU3IDI2My42OTktMjYzLjU3IDcwLjQwNi4wMjMgMTM2LjU5IDI3LjQ3NyAxODYuMzU1IDc3LjMwMXM3Ny4xNTYgMTE2LjA1MSA3Ny4xMzMgMTg2LjQ4NGMtLjA2MiAxNDUuMzQ0LTExOC4zMDUgMjYzLjU5NC0yNjMuNTk0IDI2My41OTR6bTE0NC41ODYtMTk3LjQxOGMtNy45MjItMy45NjktNDYuODgzLTIzLjEzMy01NC4xNDgtMjUuNzgxLTcuMjU4LTIuNjQ1LTEyLjU0Ny0zLjk2MS0xNy44MjQgMy45NjktNS4yODUgNy45My0yMC40NjkgMjUuNzgxLTI1LjA5NCAzMS4wNjZzLTkuMjQyIDUuOTUzLTE3LjE2OCAxLjk4NC0zMy40NTctMTIuMzM2LTYzLjcyNy0zOS4zMzJjLTIzLjU1NS0yMS4wMTItMzkuNDU3LTQ2Ljk2MS00NC4wODItNTQuODkxLTQuNjE3LTcuOTM3LS4wMzktMTEuODEyIDMuNDc3LTE2LjE3MiA4LjU3OC0xMC42NTIgMTcuMTY4LTIxLjgyIDE5LjgwOS0yNy4xMDVzMS4zMi05LjkxOC0uNjY0LTEzLjg4M2MtMS45NzctMy45NjUtMTcuODI0LTQyLjk2OS0yNC40MjYtNTguODQtNi40MzctMTUuNDQ1LTEyLjk2NS0xMy4zNTktMTcuODMyLTEzLjYwMi00LjYxNy0uMjMtOS45MDItLjI3Ny0xNS4xODctLjI3N3MtMTMuODY3IDEuOTgtMjEuMTMzIDkuOTE4LTI3LjczIDI3LjEwMi0yNy43MyA2Ni4xMDUgMjguMzk1IDc2LjY4NCAzMi4zNTUgODEuOTczIDU1Ljg3OSA4NS4zMjggMTM1LjM2NyAxMTkuNjQ4YzE4LjkwNiA4LjE3MiAzMy42NjQgMTMuMDQzIDQ1LjE3NiAxNi42OTUgMTguOTg0IDYuMDMxIDM2LjI1NCA1LjE4IDQ5LjkxIDMuMTQxIDE1LjIyNy0yLjI3NyA0Ni44NzktMTkuMTcyIDUzLjQ4OC0zNy42OCA2LjYwMi0xOC41MTIgNi42MDItMzQuMzc1IDQuNjE3LTM3LjY4NC0xLjk3Ny0zLjMwNS03LjI2Mi01LjI4NS0xNS4xODQtOS4yNTR6bTAgMCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+") center / 44px 44px no-repeat #25d366;
}
#whatsapp-button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  animation: scb-shockwave-animation 2s 5.3s ease-out infinite;
  z-index: -1;
}
#whatsapp-text {
  display: block;
  position: absolute;
  width: max-content;
  background-color: #fff;
  bottom: 15px;
  right: 70px;
  border-radius: 5px;
  padding: 5px 10px;
  color: #231f20;
  font-size: calc(13px + (21 - 13)*((100vw - 320px)/1600));
  user-select: none;
  word-break: keep-all;
  line-height: 1em;
  text-overflow: ellipsis;
  vertical-align: middle;
  box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.05);
}
/************************************************/
/*** Cookie bar *********************************/
/************************************************/
#cookieChoiceInfo {
  bottom: 60px !important;
  color: #fff;
  background: #231f20 !important;
  height: auto;
  min-height: 0;
  line-height: 40px;
  font-size: calc(10px + (16 - 10)*((100vw - 320px)/1600));
  z-index: 9 !important;
}
@media only screen and (min-width: 60em) {
  #cookieChoiceInfo {
    bottom: 0 !important;
    line-height: 60px;
  }
}
#cookieChoiceInfo a {
  color: #fff;
  text-decoration: underline;
  margin-left: 5px !important;
}
#cookieChoiceInfo a:hover {
  color: #b20e0b;
}
#cookieChoiceInfo a#cookieChoiceDismiss {
  color: #fff;
  background: #b20e0b;
  text-decoration: none;
  padding: 10px;
  margin-left: 10px !important;
}
#cookieChoiceInfo a#cookieChoiceDismiss:hover {
  color: #231f20;
  background: #fff;
}