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

@font-face {
    font-family: "Nokian Tyres Sans";
    src: url('../fonts/NokianTyresSans-Thin.otf'), url('../fonts/ie/NokianTyresSans-Thin.eot');
    font-weight: 200;
}
@font-face {
    font-family: "Nokian Tyres Sans";
    src: url('../fonts/NokianTyresSans-Light.otf'), url('../fonts/ie/NokianTyresSans-Light.eot');
    font-weight: 300;
}
@font-face {
    font-family: "Nokian Tyres Sans";
    src: url('../fonts/NokianTyresSans-Regular.otf'), url('../fonts/ie/NokianTyresSans-Regular.eot');
    font-weight: 400;
}
@font-face {
    font-family: "Nokian Tyres Sans";
    src: url('../fonts/NokianTyresSans-Medium.otf'), url('../fonts/ie/NokianTyresSans-Medium.eot');
    font-weight: 500;
}
@font-face {
    font-family: "Nokian Tyres Sans";
    src: url('../fonts/NokianTyresSans-Bold.otf'), url('../fonts/ie/NokianTyresSans-Bold.eot');
    font-weight: 700;
}

 body {
  padding: 0;
  display: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
 }
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
  font-family: "Nokian Tyres Sans", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
 }
 h2 {
  color: white;
  font-size: 40px;
 }
 .small-text {
  color: #fff;
  text-align: center;
 }
.greybutton {
    transition: all 0.5s ease-in-out;
    padding: 10px 25px;
    border: 1px solid #fff;
    border-radius: 20px;
}
.greybutton:hover, .greybutton:active {
    text-decoration: none;
    background-color: #fff;
    color:#252525;
}
 p {
  color: #333d48;
  font-family: 'Open Sans', sans-serif;
 }
 .uc {
  text-transform: uppercase;
 }
 .tal {
  text-align: left;
 }
 .center {
  text-align: center;
 }
 .tac {
  text-align: center;
 }
 .extra-links {
  margin-top: 1em;
  float: right;
 }
 .extra-links a {
  font-weight: 600;
  color: white;
  margin-left: 25px;
 }
 .extra-links .dropdown-menu a {
  margin: 0;
 }
 .section-padding {
  padding: 85px 0;
 }
 .first-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/first-bg.jpg);
  background-size: cover;
 }
 .first-section .logo {
  padding-top: 20px;
  float: left;
 }
 .first-section .heading {
  text-align: center;
  padding-bottom: 240px;
  padding-top: 240px;
 }

  @media (max-width: 576px) {
    .first-section .heading {
      padding-bottom: 300px;
      padding-top: 180px;
    }
  }

 .first-section .heading h1 {
  font-size: 42px;
  color: white;
  margin-bottom: 0;
 }
 .first-section .heading span {
  color: #cad6d6;
  text-transform: uppercase;
  display: block;
  font-size: 22px;
 }
 .first-section .green-button {
  display: table;
  margin: 30px auto 0 auto;
 }
 .second-section {
  text-align: center;
  padding-top: 210px;
  padding-bottom: 235px;
 }
 .reason {
  background-image: url(../img/reason-bg.jpg);
  background-size: cover;
 }
 .distance {
  padding: 165px 0;
  text-align: center;
 }
 .distance .text-wrap {
  max-width: 600px;
  margin: 0 auto;
 }
 .distance h2 {
  margin-top: 0;
  color: #52ae32;
  margin-bottom: 27px;
  font-size: 36px;
  font-weight: bold;
 }
 .distance p {
  margin-bottom: 30px;
  font-size: 16px;
 }
 .second-section h2 {
  margin-top: 0;
  color: #fff;
  margin-bottom: 27px;
  font-size: 36px;
  font-weight: bold;
 }
 .second-section h4 {
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  line-height: 1.53;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: normal;
 }
.second-section .green-button {
color: #fff;
}
.second-section .green-button:hover,
.second-section .green-button:focus {
color: #fff;
}
 .mt133 {
  margin-top: 133px;
 }
 .second-section .tal p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 70px;
 }
 .second-section p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
 }
 .second-section .green-button {
   display: table;
  margin: 2em auto 0 auto;
 }
 .third-section {
  position: relative;
 }
 .third-section h2 {
  font-size: 40px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
 }
 .third-section p {
  font-size: 22px;
  color: white;
 }
 .third-section .absolute-pos-text {
  top: 40%;
  text-align: center;
  position: absolute;
 }
 .third-section-images {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 540px;
 }
 .third-section .asd {
  background-image: url(../img/third-section-bg.png);
  padding: 150px 0;
 }
 .third-section .bsd {
  background-image: url(../img/third-section-bg-2.png);
  padding: 150px 0;
 }
 .fourth-section {
  padding-top: 141px;
  background-color: #f0f0f0;
 }
 .fourth-section h2 {
  color: #50b848;
  font-weight: 700;
  margin-bottom: 35px;
  margin-top: 0;
  font-size: 20px;
 }
 .fourth-section h3 {
  color: #565e66;
  font-style: italic;
  line-height: 1.19;
  font-size: 30px;
  margin-top: 0;
 }
 .fourth-section .first-article {
  margin-top: 90px;
  margin-bottom: 5em;
 }
 .fourth-section .users-column-image {
  background-size: cover;
  padding: 430px 0 0 0;
  background-image: url(../img/story-image.jpg);
  background-repeat: no-repeat;
 }
 .mh-col {
  min-height: 430px;
  position: relative;
 }
 @media (max-width: 1200px) {
  .extra-links {
    float: left;
    display: block;
    width: 100%;
  }
  .extra-links a {
    margin-left: 0;
    margin-right: 25px;
  }
  .extra-links .dropdown {
    position: absolute;
    top: 20px;
    right: 20px;
  }
 }
 @media (max-width: 991px) {
  .fourth-section .users-column-image-legend {
    position: initial!important;
    margin-top: 2em !important;
    clear: both;
    float: left;
  }
 }
 /* @media screen and (min-width:991px) {
     */
 .fourth-section .users-column-image-legend {
  border-top: 1px solid #e5eaea;
  margin-top: 2.5em;
  position: absolute;
  bottom: 0;
 }
 /*
}
*/
 .fourth-section .users-column-image-legend h4 {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
 }
 .fourth-section .users-column-image-legend p {
  font-size: 14px;
 }
 .fourth-section .users-column-image-2 {
  background-image: url(../img/fourth-section-2.png);
  background-repeat: no-repeat;
  padding: 430px 0 0 0;
  background-size: cover;
 }
 .fifth-section {
  background-image: url(../img/fifth-section.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 595px;
 }
 .fifth-section p {
  color: #51b848;
  font-size: 16px;
 }
 .fifth-section h2 {
  color: white;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
 }
 .fifth-section .vertical-center {
  padding-top: 180px;
 }
 .sixth-section h2 {
  font-weight: 700;
 }
 .sixth-section .first-block {
  background-image: url(../img/sixth-section-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 535px;
  padding: 12em 0 0 4em;
 }
 .sixth-section .second-block {
  min-height: 535px;
  padding: 12em 4em 0 0;
  background-image: url(../img/sixth-section-2.png);
  background-repeat: no-repeat;
  background-size: cover;
 }
 .sixth-section .spesific-right {
  float: right;
  text-align: right;
 }
 .white-line {
  display: none;
  width: 100%;
  height: 50px;
  background-color: #fff;
  bottom: 244px;
  z-index: 999;
 }
 .tyres {
  min-height: 950px;
  padding-top: 220px;
  background-image: url(../img/tyres-bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  background-size: 100% 950px;
 }
 .tyres .intro {
  text-align: center;
  margin-bottom: 110px;
 }
 .tyres .intro h2 {
  color: #333d48;
  margin-top: 0;
  margin-bottom: 27px;
  font-size: 36px;
  font-weight: bold;
 }
 .tyres .intro p {
  max-width: 600px;
  margin: 0 auto;
 }
 .tyres .tyres-headline {
  text-align: center;
  color: #727274;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 75px;
 }
 .tyres .tyres-headline .green-txt {
  color: #50b848;
  font-weight: 700;
 }
 .tyres .img {
  min-height: 440px;
 }
 .tyres .img img {
  max-height: 380px;
 }
 .tyres .description {
  padding-top: 40px;
  max-width: 315px;
  margin: 0 auto;
 }
 .tyres p {
  font-size: 16px;
  color: #555557;
 }
 .tyres ul {
  padding-left: 15px;
 }
 .tyres li {
  font-size: 14px;
  color: #555557;
 }
 .seventh-section {
  margin: -10em 0;
  padding: 13em 0;
  background-repeat: repeat-x;
  background-image: url(../img/tech-spec-bg.png);
 }
 .seventh-section h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin-top: 3.5em;
  color: rgba(80, 184, 72, 0.8);
  margin-bottom: 110px;
 }
 .seventh-section h3 img {
  margin-left: 185px;
 }
 .seventh-section p {
  color: #51b848;
 }
 .seventh-section .loader-pre-tab {
  margin-bottom: 60px;
  font-size: 28px;
  color: #333d48;
  font-weight: normal;
 }
 .seventh-section .loader-pre-tab img {
  margin-left: 25px;
 }
 .seventh-section {
  margin: -10em 0;
  padding: 13em 0;
  background-repeat: repeat-x;
  background-image: url(../img/tech-spec-bg.png);
 }
 #tabs .spec-table .row:first-child {
  border-top: 0;
 }
 #tabs ul {
  margin-bottom: 50px;
  padding: 0;
 }
 #tabs ul li {
  display: inline-block;
  margin: 0 10px;
  padding: 15px 15px 10px 15px;
 }
 #tabs ul li:first-child {
  margin-left: 0;
 }
 #tabs ul li a {
  font-size: 20px;
  color: #333d48;
 }
 #tabs ul li a:hover {
  outline: 0;
  text-decoration: none;
 }
 #tabs ul li a:focus,
 #tabs ul li:focus {
  outline: 0;
 }
 #tabs .ui-tabs-active {
  background: white;
 }
 #tabs .ui-tabs-active a:hover {
  text-decoration: none;
 }
 #tabs .ui-state-default a {
  color: #969ba1;
 }
 #tabs .ui-tabs-active a {
  color: #333d48;
 }
 #tabs .spec-table b {
  text-transform: uppercase;
  color: #333d48;
  font-size: 11px;
 }
 #tabs .spec-table {
  padding: 100px 0;
 }
 #tabs .spec-table .col-md-3,
 #tabs .spec-table .col-md-9 {
  padding: 0;
 }
 #tabs .spec-table .row {
  padding: 20px;
  border-top: 1px solid #e5eaea;
 }
 @media (max-width: 517px) {
  .seventh-section .loader-pre-tab img {
    margin-left: 0;
  }
 }
 .road {
  background: url(../img/road-bg.jpg);
  background-size: cover;
  padding-top: 215px;
  padding-bottom: 155px;
 }
 .road h2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 36px;
 }
 .road p {
  color: white;
  margin-bottom: 45px;
  font-size: 18px;
 }
 .road span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  margin-bottom: 10px;
 }
 .road a {
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-size: 16px;
 }
 .pitomittaukset {
  padding: 4em 0;
  background: #f7f7f7;
 }
 .pitomittaukset img {
  position: absolute;
  bottom: 0;
 }
 .pitomittaukset .col-md-4 {
  min-height: 320px;
  padding: 0;
 }
 .pitomittaukset h2 {
  font-weight: 700;
  color: #5a626b;
 }
 .pitomittaukset h3 {
  margin-bottom: 3em;
 }
 .pitomittaukset .list {
  clear: both;
  float: left;
 }
 .pitomittaukset ul {
  list-style: none;
  margin: 2em 0;
  padding: 0;
 }
 #tabs .spec-table .row:first-child {
  border-top: 0;
 }
 #tabs ul {
  margin-bottom: 50px;
  padding: 0;
 }
 #tabs ul li {
  display: inline-block;
  margin: 0 10px;
  padding: 15px 15px 10px 15px;
 }
 #tabs ul li:first-child {
  margin-left: 0;
 }
 #tabs ul li a {
  font-size: 20px;
  color: #333d48;
 }
 #tabs ul li a:hover {
  outline: 0;
  text-decoration: none;
 }
 #tabs ul li a:focus,
 #tabs ul li:focus {
  outline: 0;
 }
 #tabs .ui-tabs-active {
  background: white;
 }
 #tabs .ui-tabs-active a:hover {
  text-decoration: none;
 }
 #tabs .ui-state-default a {
  color: #969ba1;
 }
 #tabs .ui-tabs-active a {
  color: #333d48;
 }
 #tabs .spec-table b {
  text-transform: uppercase;
  color: #333d48;
  font-size: 11px;
 }
 #tabs .spec-table .col-md-3,
 #tabs .spec-table .col-md-9 {
  padding: 0;
 }
 #tabs .spec-table .row {
  padding: 20px;
  border-top: 1px solid #e5eaea;
 }
.green-button {
	font-family: "Nokian Tyres Sans", sans-serif;
    letter-spacing: 0.1em;
    color: #262626;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease;
    font-weight: 700;
    font-size: 16px;
}
.green-button:before {
    content: "";
    width: 1.25em;
    height: 1.25em;
    vertical-align: -.25em;
    margin-right: .5em;
    display: inline-block;
    border: 5px solid #51b848;
    border-radius: 50%;
    transition: all .3s linear;
  
}
.green-button:hover,
.green-button:focus {
  text-decoration: none;
  color: #262626;
 }
.green-button:hover:before {
	border-color: #419439;
}
 .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-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;
 }
 h3.m-bottom-25 {
  font-size: 24px;
  font-weight: normal;
  color: inherit;
 }
 h3.tt-none {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 5px;
  color: inherit;
 }
 /*** TABLE STYLES ***/
 .seventh-section .table-legend {
  margin-bottom: 100px;
  color: #8a9096;
 }
 .seventh-section .table-legend b {
  color: #8a9096 !important;
  font-size: inherit !important;
  text-transform: none !important;
 }
 table {
  margin: 0 0 50px 0;
  width: 100%;
  border-collapse: collapse;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  background: white;
  color: #333d48;
  text-rendering: optimizeLegibility;
  border-radius: 5px;
 }
 table#miyazaki-2 {
  width: 70%;
  margin-bottom: 8em;
  margin-top: 11.5em;
 }
 .legend-spesific {
  text-transform: uppercase;
  font-size: 11px;
  color: #a0a4aa;
  font-weight: 600;
 }
 #miyazaki span,
 #miyazaki-2 span {
  text-transform: none;
  color: #5c646d;
  font-weight: 500;
 }
 #miyazaki .double-header {
  padding: 0;
 }
 #miyazaki .double-header table {
  margin: 0;
 }
 #miyazaki .double-header td {
  font-size: 11px;
  font-weight: 800;
 }

 /* Missing typekit fallback france */
 table.miyazaki-fr {
   font-family: 'Open Sans', sans-serif;
 }
 table.miyazaki-fr th {
   font-weight: 700;
 }
 table.miyazaki-fr td {
   font-size: 14px;
   font-weight: 500;
 }

 table caption {
  font-size: 2rem;
  color: #444;
  margin: 1rem;
 }
 table thead {
  border-bottom: 2px solid #50b848;
 }
 table thead th {
  font-weight: 600;
  font-family: inherit;
  text-transform: uppercase;
 }
 table thead th {
  border-left: 1px solid #e2e2e2;
  padding: .8rem 10px;
  font-size: 11px;
 }
 table thead th:first-child {
  padding-left: 0;
  border-left: 0;
 }
 table tbody td {
  padding: .8rem 10px;
  font-size: 15px;
  border-left: 1px solid #e2e2e2;
 }
 table tbody td:first-child {
  padding-left: 0;
  border-left: 0;
 }
 table# tbody td {
  padding: .8rem;
  font-size: 1.4rem;
  color: #444;
 }
 table tbody tr:not(:last-child) {}@media screen and (max-width: 600px) {
  table caption {
    background-image: none;
  }
  table thead {
    display: none;
  }
  table tbody td {
    display: block;
    padding: .6rem;
  }
  table tbody tr td:first-child {
    background: #666;
    color: #fff;
    padding: .6rem;
  }
  table tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 100%;
  }
  table#miyazaki-2 {
    width: 100%;
  }
  .dropdown {
    margin: 0 0 0 20px;
  }
  .fourth-section {
    /*padding:0;
        */
  }
  .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;
  }
  .seventh-section {
    padding: 13em 0 11em 0;
  }
  .no-left-padding {
    /*padding-left:15px;
        */
  }
  .mobile-header {
    padding-top: 1em;
  }
  .mobile-margin {
    margin-bottom: 5em;
  }
  #tabs ul li {
    margin: 0;
  }
  .third-section .absolute-pos-text {
    top: 15%;
  }
  .third-section .bsd {
    display: none;
  }
 }
 @media (max-width: 576px) {
  .extra-links {
    display: block;
    clear: both;
    width: 100%;
  }
  .extra-links a {
    display: table;
    clear: both;
    font-size: 14px;
  }
 }
 @media (max-width: 400px) {
  .seventh-section .loader-pre-tab {
    font-size: 23px;
  }
  .tyres {
    padding-top: 120px;
  }
 }
 @media (max-width: 991px) {
  .slider-navigation {
    display: none;
  }
  .fourth-section .users-column-image {
    margin-bottom: 25px;
  }
  .white-line {
    display: none;
  }
  .tyres {
    background: none;
    padding-top: 0;
  }
  .tyres .intro {
    position: relative;
    margin: 0px 0px 60px 0px;
    height: 425px;
    background: url(../img/tyres-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .tyres .intro h2 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .tyres .description {
    margin-bottom: 60px;
  }
 }
 @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;
  }
 }