/* ==========================================================================
   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;
}

a:focus {
    text-decoration: none;
}

p {
    color: #333d48;
    font-size: 16px;
}

img {
    max-width: 100%;
}


/* header */

.cd-intro {
    width: 100%;
    text-align: center;
}

.cd-intro {
    margin: 0 auto;
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    right: 0;
    top: 0;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}


/* -------------------------------- 

xzoom 

-------------------------------- */

/* Shows and hides the words above "- zero problems" without effects */
.cd-headline.zoom b {
  opacity: 0;
}
.cd-headline.zoom b.is-visible {
  opacity: 1;
}
/* Shows and hides the words above "- zero problems" with transition effects */
@media screen and (min-width: 781px) {
    .cd-headline.zoom .cd-words-wrapper {
      /*-webkit-perspective: 300px;
      -moz-perspective: 300px;
      perspective: 300px; */
    }
    .cd-headline.zoom b {
      opacity: 0;
    }
    .cd-headline.zoom b.is-visible {
      opacity: 1;
      -webkit-animation: zoom-in 0.8s;
      -moz-animation: zoom-in 0.8s;
      animation: zoom-in 0.8s;
    }
    .cd-headline.zoom b.is-hidden {
      -webkit-animation: zoom-out 0.0s;
      -moz-animation: zoom-out 0.0s;
      animation: zoom-out 0.0s;
    }

    @-webkit-keyframes zoom-in {
      0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
      }
      100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
      }
    }
    @-moz-keyframes zoom-in {
      0% {
        opacity: 0;
        -moz-transform: translateZ(100px);
      }
      100% {
        opacity: 1;
        -moz-transform: translateZ(0);
      }
    }
    @keyframes zoom-in {
      0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
        -moz-transform: translateZ(100px);
        -ms-transform: translateZ(100px);
        -o-transform: translateZ(100px);
        transform: translateZ(100px);
      }
      100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
      }
    }
    @-webkit-keyframes zoom-out {
      0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
      }
      100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
      }
    }
    @-moz-keyframes zoom-out {
      0% {
        opacity: 1;
        -moz-transform: translateZ(0);
      }
      100% {
        opacity: 0;
        -moz-transform: translateZ(-100px);
      }
    }
    @keyframes zoom-out {
      0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
      }
      100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
        -moz-transform: translateZ(-100px);
        -ms-transform: translateZ(-100px);
        -o-transform: translateZ(-100px);
        transform: translateZ(-100px);
      }
    }
}

/* Header ends */

.extra-links {
    margin-top: 1em;
    float: right;
}

.extra-links a {
    font-weight: 600;
    color: white;
    display: inline-block;
    margin-left: 25px;
}

.extra-links-dark {
    margin: 0;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #000;
    z-index: 99;
    position: fixed;
    padding: 1em;
}

@media (max-width: 991px) {
  .extra-links-dark {
      background-color: transparent;
      background: none;
      width: auto;
      position: static;
  }
}

@media (max-width: 576px) {
  .extra-links a,
  .extra-links .dropdown {
      font-size: 13px;
      margin-left: 0;
  }
}

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

.first-section {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/agritechnica-header.jpg);
    height: auto;
    background-size: cover;
    position: relative;
}

.first-section .logo {
    margin-top: 1em;
    float: left;
}

.first-section .heading {
    text-align: center;
    padding: 28% 0;
}

@media (max-width: 1600px) {
  .first-section .heading {
      padding: 20% 0;
  }
}

@media (max-width: 1366px) {
  .first-section .heading {
      padding: 16% 0;
  }
}

@media (max-width: 991px) {
  .first-section .heading {
      padding: 25% 0 40% 0;
  }
}

.first-section .heading h1 {
    font-size: 36px;
    color: white;
}

.first-section .heading .under-headline {
    color: #fff;
    text-transform: none;
    display: block;
    font-size: 28px;
}
.agri-logo{
    margin-top: 135px;
}

.first-section .green-button {
    display: table;
    margin: 30px auto 0 auto;
}

.second-section {
    text-align: center;
}

.second-section h2 {
    color: #51b848;
    margin-bottom: 0;
    font-size: 36px;
}
.second-section h2.sub-title {
    font-size: 28px;
    color: #000;
    margin-top: 40px;
    margin-bottom: 40px;
}
.second-section h3{
    margin-bottom: 50px;
    margin-top:0;
    font-size: 30px;
}

.second-section p {
    font-size: 16px;
    text-align: center;
    max-width: 430px;
    margin:0 auto;
}

.second-section p.buy-tyres {
    margin-top: 4em;
    text-align: center;
}

.third-section {
    position: relative;
    background-color: #ebebeb;
    padding:65px 0;
}

.third-section .green-button {
    display: table;
    margin-bottom: 30px;
}

.third-section h2 {
    font-size: 24px;
    color:#000;
    margin-top: 75px;
    margin-bottom: 40px;
}

.third-section p {
    font-size: 16px;
    margin-bottom: 90px;
}

.third-second-section {
    background: url(../img/events-bg.jpg);
    background-position: top;
  background-color:#000;
    padding: 80px 0;
  background-repeat:no-repeat;
    text-align: center;
    color: #fff;
}

.third-second-section .row {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .28);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
    text-align: left;
}

.third-second-section .last-row {
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .28);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.third-second-section .col-sm-6 {
    font-weight: 700;
}

.third-second-section h2 {
    color: #51b848;
    font-weight: 700;
    font-size: 28px;
    text-transform: none;
    margin-bottom: 40px;
}

.fourth-section {
    padding: 100px 45px;
    position: relative;
}
.fourth-section .container{
    max-width: 700px;
}

.fourth-section h2 {
    color: #333d48;
    font-weight: 700;
    margin-bottom: 0.9em;
    font-size: 30px;
    text-align: center;
}

.fourth-section h3 {
    color: #51b848;
    font-weight: 700;
    margin-top: 0;
}

.fourth-section .first-article {
    margin-bottom: 5em;
    max-width: 600px;
    margin:0 auto;
}



.fourth-section .users-column-image-legend {
    border-top: 1px solid #e5eaea;
    margin-top: 2.5em;
}

.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 .quote {
    font-size: 22px;
    color: #51b848;
}



.fifth-section {
    background-color: #000;
}

.iframe-container {
    position: relative;
    height: 0;
    overflow: hidden;
}


/* 16×9 Aspect Ratio */

.iframe-container {
    padding-bottom: 56.25%;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.fifth-second-section {
    background-size: cover;
    background-image: url(../img/fifth-second-section.jpg);
    background-repeat: no-repeat;
    padding: 100px 0;
}

.fifth-second-section h3 {
    color: #51b848;
    font-size: 36px;
    margin-bottom: 35px;
    margin-top: 0;
}

.fifth-second-section h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 80px;
    font-size: 36px;
}

.fifth-second-section p {
    color: #fff;
    font-size: 15px;
}

.fifth-second-section p.green-text {
    margin-bottom: 0px;
    margin-top: 0;
    font-size: 24px;
    color: #fff !important;
}

.fifth-second-section .feature {
    border-top: 2px solid #ccc;
    text-align: left;
    padding-top: 10px;
    margin-bottom: 40px;
    font-size: 16px;
}

.video-link {
    margin: 20px 0;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #51b848;
    border-radius: 25px;
    padding: 10px 20px;
}

i {
    font-style: normal;
}

.video-link:hover {
    text-decoration: none;
    color: #fff;
}

.greendot-link {
    font-family: "Nokian Tyres Sans", sans-serif;
    letter-spacing: 0.1em;
    margin: 20px 0;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #51b848;
    border-radius: 25px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all .2s ease;
    font-weight: 700;
    font-size: 16px;    
}

.greendot-link: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;
    box-sizing: border-box;
}

.greendot-link:hover {
    text-decoration: none;
    color: #fff;
}

.greendot-link:hover:before {
    border-color: #419439;
}

.sixth-section .col-sm-4:first-child {
    padding-right: 30px;
}

.sixth-section .col-sm-4:last-child {
    padding-left: 60px;
}

.sixth-section h2 {
    color: #6a7077;
    font-size: 22px;
}

.sixth-section p {
    font-size: 16px;
}

.sixth-section {
    padding-top: 80px;
  padding-bottom:25px;
}

.sixth-section img {
    margin-bottom: -50px;
    z-index: -1;
    position: relative;
}

.seventh-section {
    background-repeat: repeat-x;
    background-image: url(../img/tech-spec-bg.jpg);
    padding:50px 0;
}

.seventh-section .tech-spec-headline {
    color: #fff;
    margin-bottom: 65px;
    opacity: 0.8;
    font-weight: 700;
}

.seventh-section h3 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    margin-top: 3em;
}

.seventh-section p {
    color: #51b848;
}

.seventh-section .green-button-wrap {
    text-align: center;
}

.seventh-section .loader-pre-tab {
    margin-bottom: 60px;
    font-size: 16px;
    font-weight: 600;
}

.eight-section {
    background: url(../img/eight-section-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    min-height: 599px;
    display: flex;
    align-items: center;
}

.eight-section h2 {
    text-transform: none;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25em;
}

.eight-section .green-button {
    display: table;
    margin-top: 5px;
}

.tabs-section{
    margin-top: -54px;
}

.tabs .spec-table .row:first-child {
    border-top: 0;
}

.tabs ul {
    margin-bottom: 50px;
    padding: 0;
}

.tabs ul li {
    display: inline-block;
    border:1px solid #fff;
    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-1 .tabs-inner .ui-state-default a {
    color: #333d48;
    opacity: 0.5;
}

.tabs-1 .tabs-inner .ui-tabs-active a {
    color: #51b848;
    opacity: 1;
}

.tabs-1 .tabs-inner .ui-tabs-active a:focus {
    text-decoration: none;
}

.tabs-1 ul {
    text-align: right;
}

.tabs-1 ul li {
    display: inline-block !important;
    margin: 0 5px;
    padding: 0;
}

.tabs-1 ul .tech-divider {
    font-size: 22px;
    color: #333d48;
    opacity: 0.5;
}

.tabs .ui-tabs-active a:hover {
    text-decoration: none;
}

.tabs .ui-state-default a {
    color: #fff;
    opacity: 0.8;
}

.tabs .ui-tabs-active a {
    color: #333d48;
}

.tabs .spec-table b {
    text-transform: uppercase;
    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;
}

.td-no-before:before {
    content: none;
}

.green-text {
    color: #51b848 !important;
}

.green-arrow {
    vertical-align: bottom;
    margin-left: 10px;
}

.green-button {
	font-family: "Nokian Tyres Sans", sans-serif;
    letter-spacing: 0.1em;
    color: #262626;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .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;
    box-sizing: border-box;
}
.green-button:hover, .green-button:focus {
	color: #262626;
	text-decoration: none;
}
.green-button:hover:before {
	border-color: #419439;
}

.align-bottom {
    background-image: url(../img/headerlift-bg.jpg);
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    padding: 30px 0;
    width: 100%;
}

.small-grey {
    opacity: 0.5;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.tour-head {
    color: #fff;
    text-align: center !important;
    font-size: 24px;
    margin-bottom: 0;
}

.animate-a {
    display: inline-block;
    color: #51b848;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto;
}

.animate-a:after {
    content: url(../img/arrowhead-down-green.png);
    height: 13px;
    width: 17px;
}

.animate-a:hover,
.animate-a:focus {
    color: #51b848;
    text-decoration: none;
}

.show-more {
    display: inline-block;
    color: #51b848;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto;
    cursor: pointer;
}

.show-more:hover,
.show-more:focus {
    color: #51b848;
    text-decoration: none;
}
.show-more:after{
    content: url(../img/arrowhead-down-green.png);
    height: 13px;
    width: 17px;
}
.show-more.arrow:after{
    content: url(../img/arrowhead-up-green.png);
    height: 13px;
    width: 17px;
}

.first-section .video-link {
    margin-top: 50px;
}

.first-section .green-button,
.fifth-second-section .green-button {
    color: #fff;
}

.first-section .green-button:hover,
.first-section .green-button:focus,
.fifth-second-section .green-button:hover,
.fifth-second-section .green-button:focus {
    color: #fff;
    text-decoration: none;
}

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

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

.dropdown-menu > li > a {
  margin: 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;
}

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

h3.tt-none {
    font-size: 24px;
    margin-bottom: 5px;
    color: inherit;
}

.first-article h3, .second-article h3 {
	padding-left: 15px;
}

/*** 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 10px 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;
    font-weight: 600;
}

table.miyazaki {
    margin-top: 1.5em;
}

table.miyazaki-2 {
    width: 50%;
    margin-bottom: 8em;
    margin-top: 1.5em;
}

.legend-spesific {
    font-size: 11px;
    color: #a0a4aa !important;
    font-weight: 600;
    margin-bottom: 50px;
}

.miyazaki 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;
}

table caption {
    font-size: 2rem;
    color: #444;
    margin: 1rem;
}

table thead {
    border-bottom: 2px solid #50b848;
}

table thead th {
    font-weight: 700;
    font-family: inherit;
    text-transform: uppercase;
}

table thead th {
    border-left: 1px solid #e2e2e2;
    padding: .8rem 5px;
    font-size: 10px;
}

table thead th:first-child {
    padding-left: 0;
    border-left: 0;
}

table tbody td {
    padding: .8rem 5px;
    font-size: 12px;
    border-left: 1px solid #e2e2e2;
}

table tbody td:first-child {
    padding-left: 0;
    border-left: 0;
}

table tbody tr:not(:last-child) {}

@media screen and (max-width: 1199px) and (min-width: 992px) {
	.sixth-section img {
		margin-bottom: -440px;
	}
}
@media screen and (max-width: 992px) {
	.sixth-section .col-md-4 {
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 991px) {
    .extra-links a{
        display: block;
    }
    .dropdown {
        margin: 0 0 0 25px;
        float: left;
    }
    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%;
    }
    .fourth-section {
        padding: 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;
    }
    .third-section .absolute-pos-text {
        top: 15%;
    }
    .third-section .bsd {
        display: none;
    }
    .sixth-section img {
        margin-bottom: 30px;
        z-index: 0;
        position: relative;
    }
}

@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-6 {
        padding-left: 0;
    }
    .first-article h3.mobile-header {
        margin-top: 1em;
    }
    .first-article h3, .second-article h3 {
		padding-left: 0px;
	}
}

@media (max-width: 539px) {
    .cd-words-wrapper b {
       /* left: 50%;
        right: initial;
        transform: translate(-50%); */
    }
    .first-section {
    	/*background-image: url(../img/first-bg-mob.jpg);*/
    }
    .first-section .heading h1 {
        font-size: 40px;
    }
    .first-section .heading {
        padding: 110px 0;
    }
    .cd-headline.rotate-3 .cd-words-wrapper {
        max-width: 342px !important;
    }
}

@media screen and (max-width: 480px) {
    #tabs-1 ul li {
        max-width: 50% !important;
    }
    #tabs-2 ul li {
        max-width: 50% !important;
    }
    #tabs-3 ul li {
        max-width: 50% !important;
    }
    #tabs ul li {
        max-width: 60%;
        display:block;
    }
  .tabs-section{
    margin-top:-165px;
  }
  .seventh-section{
    padding-top:0;
    padding-bottom:150px;
  }
    .seventh-section .tech-spec-headline {
        margin-bottom: 50px;
        margin-top:2em;
    }
    .first-section .heading h1 {
        font-size: 36px;
    }
    .first-section .heading .under-headline {
        font-size: 32px;
    }
    .fourth-section h2 {
        font-size: 28px;
    }
    .fifth-second-section h2 {
        font-size: 32px;
    }
    .eight-section h2 {
        font-size: 22px;
    }
}
@media screen and (max-width: 369px) {
    .tabs ul li a {
        font-size: 14px !important;
    }
}