/* ========================================================================== Author's custom styles ========================================================================== */

@import url("https://use.typekit.net/okx5qky.css");
@font-face {
       font-family: "Nokian Tyres Sans";
       src: url('../fonts/NokianTyresSans221217.otf');
       font-weight: 400;
   }

.lightbox-toggle {
  color: black;
}
.backdrop {
  z-index: 1;
  opacity: .0;
  filter: alpha(opacity=0);
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
}
.box {
  z-index: 2;
  position: fixed;
  opacity: 1;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 240px;
  max-width: 600px;
  background: #fff;
  padding: 30px 20px 20px 20px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px #444444;
  -webkit-box-shadow: 0px 0px 5px #444444;
  box-shadow: 0px 0px 5px #444444;
}
.box * {
  z-index: 3;
}
.box .close {
  margin-top: -10px;
  float: right;
  cursor: pointer;
}


section.sz-share-bar {
    display: none;
}

body {
    padding: 0;
    display: none;
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4{
  font-family: "Nokian Tyres Sans", sans-serif;
  letter-spacing:0.1em;
}

h2 {
    color: white;
    font-size: 40px;
}

p {
    color: #333d48;
    font-family: 'Open Sans', sans-serif;
}

#clipthis {
    border: 1px solid #E6E6E6;
    width: 260px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

#clipthistext {
    font-weight: normal;
    text-align: center;
    margin: 5px 0px 0px 0px;
}

.uc {
    text-transform: uppercase;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.section-padding {
    padding: 85px 0;
}

.first-section {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/NHT_Heavy_Stories_1366x768px.jpg);
    background-size: cover;
}

.first-section .logo {
    float: none;
}

.first-section .logo img {
    display: block;
    margin: 40px auto 0px auto;
}

.first-section .heading {
    text-align: center;
    padding-bottom: 285px;
    padding-top: 225px;
}

.first-section .heading h1 {
    font-size: 36px;
    font-weight: bold;
    color: white;
    margin-bottom: 0;
    text-transform:uppercase;
}
.first-section .heading h3 {
    color:#fff;
}

.first-section .heading-secondarytext {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    opacity:0.8;
}

.first-section .heading-secondarytext p {
    margin: 0;
    font-size: 20px;
    color: #fff;
    line-height: 2;
    font-weight: 500;
}

.first-section .green-button {
    font-weight: 500;
    margin: 30px 0 0 0;
}

.skis{
background-color:#f7f7f7;
}

.skis h3 {
    font-weight: normal;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 22px;
}

.skis .skiform h3 {
    text-align: left;
    font-weight: bold;
}

.skiform-content {
    max-width: 364px;
    margin: 0px auto;
}

.skiform{
background-color:#fff;
}

.showcase,
.skiform {
    padding: 60px 0 90px 0;
}

.skiform form {
    width: 100%;
}

.skiform form label {
    font-weight: normal;
    clear: both;
    margin-bottom: 5px;
}

.skiform form .describelabel,
.skiform form .countrylabel,
.skiform form .linkslabel {
    margin-top: 15px;
}

.skiform form input[type="text"],
.skiform form textarea {
    outline: 0;
    transition: all 0.3s ease;
    border: 1px solid #E6E6E6;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
}

.skiform form textarea {
    padding-top: 5px;
    min-height: 80px;
    max-width: 364px;
}

.skiform form input[type="text"]:hover,
.skiform form textarea:hover {
    border: 1px solid #51b848;
}

.skiform form input[type="text"]:focus,
.skiform form textarea:focus {
    border: 1px solid #0F8805;
}

.skiform form .checklabel a {
    color: #000;
    text-decoration: underline;
}

.skiform form input[type="checkbox"] {
    float: left;
    /*margin-top: 34px;*/
    margin-right: 10px;
}

.skiform form input[type="file"],
.skiform form input[type="submit"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.skiform form .uploadlabel,
.skiform form .checklabel {
    margin-top: 30px;
}

.skiform form .filelabel {
    margin-top: 15px;
    transition: all 0.3s ease;
    display: block;
    width: 100px;
    cursor: pointer;
    color: #000;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 8px;
    border-radius: 30px;
}

.skiform form .filelabel:hover {
    color: #51b848;
    border: 1px solid #51b848;
}

.skiform form .filelabel:focus {
    color: #0F8805;
    border: 1px solid #0F8805;    
}

.skiform form button {
    margin-top: 30px;
    transition: all 0.3s ease;
    background-color: #51b848;
    display: block;
    width: 120px;
    cursor: pointer;
    color: #fff;
    font-size:12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #51b848;
    padding: 8px;
    border-radius: 30px;
}

.skiform form button.btn-green {
    margin-top: 10px;
    transition: all 0.3s ease;
    background-color: transparent;
    display: block;
    width: auto;
    cursor: pointer;
    color: #51b848;
    font-size:12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border: none;
    padding: 8px;
    border-radius: 30px;
}
legend{
  border-bottom:none;
}
fieldset{
  margin-bottom:25px;
}

.skiform form .submitlabel:hover,
.skiform form .submitlabel:focus {
    color: #fff;
    background-color: #0F8805;
    border: 1px solid #0F8805;
}

.showcase {
    background-color: #F7F7F7;
}

.showcase img {
    display: block;
    margin: 0px auto auto;
}

.showcase img.skis-img {
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .showcase,
    .skiform {
        padding: 60px 30px 60px 30px;
    }    
}

.road {
    background: url(../img/stories-header.jpg);
    background-size: cover;
    padding-top: 300px;
    padding-bottom: 240px;
}

.road-content-wrap {
    padding: 0px 30px;
    display: block;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.road .share-icon {
    transition: all 0.2s;
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 60px;
}

.road .share-icon p {
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
}

.road-content-wrap a {
    outline: 0;
}

.road-content-wrap a:hover {
    text-decoration: none;
}

.road h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 40px;
}

.road p {
    color: white;
    margin-bottom: 60px;
    font-size: 16px;
}

.road span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    margin-bottom: 10px;
}

.clearfix-768 {
    display: none;
}

@media (min-width: 1201px) {
    .clearfix-768 {
        display: none;
    }
}

@media (min-width: 992px) {
    .whatsapp {
        display: none;
    }
}
@media (max-width: 768px) {
    .clearfix-768 {
        display: block;
    }
}
@media (max-width: 768px) {
    .clearfix-768 {
        display: block;
    }
}

@media (max-width: 480px) {
    .road {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .road .share-icon {
        display: block;
    }    
}


/* FOOTER */

footer {
    background-color: #252525;
    padding-top: 105px;
    padding-bottom: 200px;
    color: #fff;
}

footer p {
    font-size: 16px;
    font-weight: normal;
    margin-top: 15px;
    color: #9f9f9f;
}

footer a {
    font-size: 16px;
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
    color: #9f9f9f;
}

footer a:hover {
    color: #9f9f9f;
}

footer h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

footer h4 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin: 25px 0px 5px 0px;
}

footer .footer-green-text {
    font-size: 18px;
    font-weight: bold;
    color: #51b848;
    margin-bottom: 35px;
}

footer .green-button {
    margin-bottom: 20px;
    font-size: 14px;
    padding: 10px 25px;
}

footer .social a {
    display: inline-block;
}

footer .social a img {
    max-width: 35px;
}

footer .space-between {
    margin-top: 60px;
    text-align: center;
}

@media (min-width: 1201px) {
    footer .logo-col {
        border-left: 1px solid #464646;
    }
}

@media (max-width: 1200px) {
    footer .logo-col {
        margin-top: 20px;
    }
}


/* BUTTONS */

.green-button {
    display: inline-block;
    color: white;
    background: #51b848;
    border-radius: 40px;
    padding: 15px 60px;
    text-transform: uppercase;
    transition: 0.5s background ease-in-out;
    font-size: 16px;
    font-weight: bold;
}

.green-button:hover,
.green-button:focus {
    background: #0F8805;
    color: white;
    text-decoration: none;
}

.animate-a {
    background: url(../img/arrow-down.png) no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    margin: 0 auto;
    padding-bottom: 70px;
    color: white;
}

.dropdown {
    margin: 0 0 0 35px;
    float: right;
}

.dropdown-menu {
    margin: 2px 0px 0px -138px;
    min-width: 182px;
}

.dropdown-menu a {
    margin-left: 0;
}

.dropdown-button {
    background: transparent;
    font-weight: 600;
    color: white;
    border: 0;
    padding: 0;
}

.dropdown-button:focus {
    outline: 0;
}

.language-switcher:after {
    height: 8px;
    content: "";
    background: url(../img/arrow-down-transparent.png)no-repeat;
    display: inline-block;
    width: 13px;
    margin-left: 0.6em;
}

.no-left-padding {
    padding-left: 0;
}

.no-padding {
    padding: 0;
}

.m-bottom-25 {
    margin-bottom: 25px;
    text-transform: none !important;
}

h3.m-bottom-25 {
    font-size: 24px;
    font-weight: normal;
    color: inherit;
}

h3.tt-none {
    text-transform: none !important;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 5px;
    color: inherit;
}

@media (max-width: 991px) {
    .extra-links a.top {
        display: block;
    }
    .dropdown {
        float: left;
    }
}

@media (max-width: 800px) {
    .fourth-section .users-column-image {
        padding: 235px 0 0 0;
    }
    .fourth-section .users-column-image-2 {
        padding: 235px 0 0 0;
    }
    h2 {
        font-size: 30px;
    }
    .fifth-section h2 {
        font-size: 30px;
    }
    .no-left-padding {
        /*padding-left:15px;
        */
    }
    .mobile-header {
        padding-top: 1em;
    }
    .mobile-margin {
        margin-bottom: 5em;
    }
    #tabs ul li {
        margin: 0;
    }
    footer .col-sm-2,
    footer .col-sm-3,
    footer .col-sm-4 {
        margin-bottom: 15px;
    }
}

@media (max-width: 400px) {
    .extra-links a.top,
    .dropdown {
        margin-left: 20px;
        font-size: 12px;
    }
    .seventh-section .loader-pre-tab {
        font-size: 23px;
    }
}

@media (max-width: 991px) {
    .slider-navigation {
        display: none;
    }
    .fourth-section .users-column-image {
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 601px) and (max-width: 991px) {
    .third-section .absolute-pos-text {
        top: 15%;
    }
    .third-section .bsd {
        display: none;
    }
    .fourth-section {
        padding: 100px 15px;
    }
    .first-article .col-md-3,
    .first-article .col-md-6 {
        padding-left: 0;
    }
    .second-article .col-md-3,
    .second-article .col-md-6 {
        padding-left: 0;
    }
    .first-article h3.mobile-header {
        margin-top: 1em;
    }
}