﻿*,
*::before,
*::after {
    box-sizing: border-box !important;
}

html {
    font-family: sans-serif !important;
    line-height: 1.15 !important;
    -webkit-text-size-adjust: 100% !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block !important;
}

body {
    font-family: "Arial Narrow", Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    color: #707070 !important;
    text-align: left !important;
    background-color: #fff !important;
    margin: 0 !important;
    padding-top: 94px !important;
}

.container {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

@media (min-width: 1230px) {
    .container {
        max-width: 1230px !important;
    }

    .arco-container {
        max-width: 1230px;
    }
}

.arco-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.main-menu {
    height: 94px !important;
    padding: 0 100px !important;
}

.main-menu-logo {
    float: left;
    margin: 11px 0 0 0;
    width: 85px;
    height: 72px;
}
.main-menu-Mexico {
    float: left;
    margin: 12px 0 0 0;
    width: 50px;
    height: 30px;
    margin-top: 32px;
}
/*.main-menu-Guatemala {
    float: left;
    margin: 12px 0 0 0;
    width: 50px;
    height: 30px;
    margin-top: 32px;
}*/

.main-menu-right-options {
    float: right;
}

.main-menu-external-links {
    line-height: 25px;
    margin: 20px 0 20px 0;
    text-align: right;
}

.main-menu-external-link,
.main-menu-external-link:visited,
.main-menu-external-link:active,
.main-menu-external-link:focus {
    font-family: 'Anton', Arial, sans-serif;
    color: #278edd;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    margin-left: 25px;
}

.main-menu-external-image,
.main-menu-external-image:visited,
.main-menu-external-image:active,
.main-menu-external-image:visited,
.main-menu-external-image:focus {
    line-height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.image-twitter {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAIAAABLixI0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAfdJREFUeNqklcsuA1Ecxk+n09tMUVEJFRVpQkVCyga1wkqIxIqdF/AKnkRiYYGlWoqdJhJEU5GSsHCtuFQoM51OM+OraZi0Z6at+RZNc077y//6HZuqqqRCr4JydC+dP8t3H4X3nIJfeJ1MoMHe43dEAs5gE0tospWxMqISSwn71zlirME250yY625mzVgHt9J64lMqqKQGzffz0z0eOmv3Utw6/SL1aDLkWRzgy1mIaPUoS+rXbJib6+O074xWI6RG/qWdc+HsSf5jodg11oiqWKpUGQbtN+9aVV1lCsnHfJGFOSKWdfgDYTGQ1Oto0H2SlgS5mPvCAD8V8pyk84mHfPyGkoQGYTDZVFYLz6xM+IDo9TvwiZNIu9MorjdRyUoKixWhXouy6ufsC7rxgRCpES4rqYxR/+LXObRFf3LxImspU6UQlcHSUu/wt83kpz7MtWOzGQSHxfZfSJQ0UaZol1ujoOrgmgTFO2w+N8PCRhB85TUOqedUAVLsI/zI+nwNd7iKLBgb/MgKqJW3j3S6SvsIY7PCmg3rfAIOCWP7H2i8yz0WdJV74Ubya+9KrAuE4iyPNtI9ejslwI9qj2hpyGv2dsDY4EewEfNio0a/qRmyNMGPDn/eNCytfiAxR2i/1rXqb1rFxsIAVOwaVgSTbZ71twADADzQ+BuzzBQ7AAAAAElFTkSuQmCC');
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}

.image-whatsapp {
    background-image: url('../Images/logo-wa.png');
    width: 25px;
    height: 25px;
    background-size:cover;
    vertical-align: middle;
    display:inline-block;
}
.image-facebook {
    background-image: url('../Images/logo-fb.png');
    width: 25px;
    height: 25px;
    background-size: cover;
    vertical-align: middle;
    display: inline-block;
}
.image-Instagram {
    background-image: url('../Images/logo-ig.png');
    width: 25px;
    height: 25px;
    background-size: cover;
    vertical-align: middle;
    display: inline-block;
}
.image-Linkedin {
    background-image: url('../Images/logo-in.png');
    width: 25px;
    height: 25px;
    background-size: cover;
    vertical-align: middle;
    display: inline-block;
}



.main-menu-links {
    line-height: 1;
    text-align: right;
}

.main-menu-link,
.main-menu-link:visited,
.main-menu-link:active,
.main-menu-link:focus {
    text-decoration: none;
    color: #707070;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 14px;
    margin-left: 25px;
}

.main-menu-link:hover {
    text-decoration: underline;
}

.main-menu-mobile,
.main-menu-mobile:visited,
.main-menu-mobile:active,
.main-menu-mobile:focus {
    display: none;
    float: right;
    color: #FFF;
    font-size: 17px;
    margin-top: 20px;
    background-color: #9E9E9E;
    padding: 0 10px;
    line-height: 22px;
    height: 22px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.main-menu-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #FFF;
}



.home-block-title {
    font-family: 'Anton', Arial, sans-serif;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 46px;
    text-transform: uppercase;
}

.home-block-subtitle {
    font-family: "Arial Narrow", Arial, sans-serif;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 22px;
    padding-top: 15px;
}

.home-block-buttons a,
.home-block-buttons a:visited,
.home-block-buttons a:active,
.home-block-buttons a:focus {
    background-color: transparent;
    color: #FFF;
    text-align: center;
    width: 170px;
    height: 58px;
    display: inline-block;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 19px;
    border: 2px solid #FFF;
    line-height: 58px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.home-block-expo-background {
    height: 600px;
    background-image: url(/Content/Images/backgournd-home-block-expo.png);
    background-repeat: no-repeat;
}
.home-block-variety-background {
    height: 600px;
    background-color: #009BD7;
}

.home-block-variety-path {
    height: 600px;
    background-image: url(/Content/Images/tire-path-01.png);
    background-position: 460px 170px;
    background-repeat: no-repeat;
}

.home-block-variety-tire {
    height: 600px;
    background-image: url(/Content/Images/background-home-block-variety.png);
    background-position: 0 -66px;
    background-repeat: no-repeat;
    padding: 169px 0 0 580px;
}

.home-block-variety-tire .home-block-subtitle {
    width: 425px;
}

@media (max-width: 1030px) {
    .home-block-variety-tire .home-block-subtitle {
        width: 100%;
        padding-right: 30px;
    }
}





.home-block-us-background {
    height: 600px;
    background-color: #F69230;
}

.home-block-us-path {
    height: 600px;
    background-image: url(/Content/Images/tire-path-01.png);
    background-position: 0 210px;
    background-repeat: repeat-x;
}

.home-block-us-tire {
    height: 600px;
    background-image: url(/Content/Images/background-home-block-us.png);
    background-position: right 0;
    background-repeat: no-repeat;
    padding: 231px 0 0 0;
}

.home-block-us-tire .home-block-title {
    padding: 0 0 0 250px;
}

.home-block-us-tire .home-block-subtitle {
    padding: 20px 0 0 0;
    display: block;
    width: 310px;
    margin: 45px 0 0 250px;
    border-top: 2px solid #FAC897;
    text-align: right;
}

.home-block-us-tire .home-block-buttons {
    padding: 100px 0 0 390px;
}





.home-block-car-background {
    height: 600px;
    background-color: #E91D26;
}

.home-block-car-path {
    height: 600px;
    background-image: url(/Content/Images/tire-path-01.png);
    background-position: 500px 210px;
    background-repeat: no-repeat;
}

.home-block-car-tire {
    height: 600px;
    background-image: url(/Content/Images/background-home-block-car.png);
    background-position: 0 50px;
    background-repeat: no-repeat;
    padding: 231px 0 0 0;
}

.home-block-car-tire .home-block-title {
    padding: 0 0 0 700px;
}

.home-block-car-tire .home-block-subtitle {
    padding: 20px 0 0 0;
    display: block;
    width: 310px;
    margin: 45px 0 0 700px;
    border-top: 2px solid #F48E92;
}

.home-block-car-tire .home-block-buttons {
    padding: 70px 0 0 700px;
}




.home-block-truck-background {
    height: 600px;
    background-color: #5CB347;
}

.home-block-truck-path {
    height: 600px;
    background-image: url(/Content/Images/tire-path-01.png);
    background-position: 0 210px;
    background-repeat: no-repeat;
}

.home-block-truck-tire {
    height: 600px;
    background-image: url(/Content/Images/background-home-block-truck.png);
    background-position: 590px 0;
    background-repeat: no-repeat;
    padding: 231px 0 0 0;
}

.home-block-truck-tire .home-block-title {
    padding: 0 0 0 250px;
}

.home-block-truck-tire .home-block-subtitle {
    padding: 20px 0 0 0;
    display: block;
    width: 310px;
    margin: 45px 0 0 250px;
    border-top: 2px solid #ADD9A3;
    text-align: right;
}

.home-block-truck-tire .home-block-buttons {
    padding: 100px 0 0 390px;
}



.home-block-agricultural-background {
    height: 600px;
    background-color: #FFC400;
}

.home-block-agricultural-path {
    height: 600px;
    background-image: url(/Content/Images/tire-path-01.png);
    background-position: 458px 210px;
    background-repeat: no-repeat;
}

.home-block-agricultural-tire {
    height: 600px;
    background-image: url(/Content/Images/background-home-block-agricultural.png);
    background-position: 50px 0;
    background-repeat: no-repeat;
    padding: 231px 0 0 0;
}

.home-block-agricultural-tire .home-block-title {
    padding: 0 0 0 700px;
}

.home-block-agricultural-tire .home-block-subtitle {
    padding: 20px 0 0 0;
    display: block;
    width: 310px;
    margin: 45px 0 0 700px;
    border-top: 2px solid #FFE180;
}

.home-block-agricultural-tire .home-block-buttons {
    padding: 70px 0 0 700px;
}



.home-block-industrial-background {
    height: 600px;
    background-color: #F69230;
}

.home-block-industrial-path {
    height: 600px;
    background-image: url(/Content/Images/tire-path-01.png);
    background-position: 0 210px;
    background-repeat: repeat-x;
}

.home-block-industrial-tire {
    height: 600px;
    background-image: url(/Content/Images/background-home-block-industrial.png);
    background-position: right 0;
    background-repeat: no-repeat;
    padding: 231px 0 0 0;
}

.home-block-industrial-tire .home-block-title {
    padding: 0 0 0 250px;
}

.home-block-industrial-tire .home-block-subtitle {
    padding: 20px 0 0 0;
    display: block;
    width: 310px;
    margin: 45px 0 0 250px;
    border-top: 2px solid #FBC897;
    text-align: right;
}

.home-block-industrial-tire .home-block-buttons {
    padding: 100px 0 0 390px;
}


#mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 9999;
}

#mobile-menu.mobile-menu-show .mobile-menu-inner-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.mobile-menu-inner-content {
    background-color: #00ADEF;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mobile-menu-header {
    padding: 30px;
    overflow: hidden;
}

.mobile-menu-header img{
    float: left;
    height: 64px;
}

.mobile-menu-header a,
.mobile-menu-header a:visited,
.mobile-menu-header a:active,
.mobile-menu-header a:focus {
    float: right;
    line-height: 1;
    font-size: 17px;
    color:#FFF;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 23px;
}

.mobile-menu-links {
    padding: 0 80px 30px 30px;
    text-align: right;
}

.mobile-menu-links a,
.mobile-menu-links a:visited,
.mobile-menu-links a:active,
.mobile-menu-links a:focus {
    font-family: 'Anton', Arial, sans-serif;
    display: block;
    line-height: 1;
    font-size: 28px;
    color:#FFF;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.home-scroll-bullets {
    width: 20px;
    height: 20px;
    margin: 200px 70px 0 0;
    float: right;
}

.home-scroll-bullets a,
.home-scroll-bullets a:active,
.home-scroll-bullets a:visited, 
.home-scroll-bullets a:focus {
    position: fixed;
    display: block;
    width: 20px;
    height: 20px;
    margin-bottom: 20px;
    background-color: #FFF;
    border: 1px solid #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    outline: none;
}

.home-scroll-bullets a.active,
.home-scroll-bullets a.active:active,
.home-scroll-bullets a.active:visited, 
.home-scroll-bullets a.active:focus {
    background-color: #707070;
}

.home-block-branches-background {
    height: 480px;
    background-color: #2193E0;
    border-top: 1px solid #FFF;
}

.home-block-branches-details {
    height: 480px;
    float: left;
    width: 50%;
}

.home-block-branches-map {
    height: 480px;
    background-image: url(/Content/Images/background-home-block-map.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFF;
    float: right;
    width: 50%;
}

.home-block-branches-details .home-block-title {
    font-size: 45px;
    line-height: 56px;
    width: 320px;
    margin: 0 auto;
    padding-top: 100px;
}

.home-block-branches-details .home-block-subtitle {
    width: 320px;
    margin: 0 auto;
}

.home-block-branches-details .home-block-buttons {
    width: 320px;
    margin: 0 auto;
    padding-top: 30px;
}

.home-block-branches-details .home-block-buttons a,
.home-block-branches-details .home-block-buttons a:visited,
.home-block-branches-details .home-block-buttons a:active,
.home-block-branches-details .home-block-buttons a:focus {
    line-height: 22px;
    padding: 5px 0 0 0;
}

.home-block-contact-us-background {
    height: 480px;
    background-image: url(/Content/Images/background-home-block-contact-us.png);
    background-position: 0 bottom;
    background-repeat: repeat-x;
    background-color: #FFF;
}

.home-block-contact-us-details {
    background-image: url(/Content/Images/tire-path-04.png);
    background-position: 0 150px;
    background-repeat: repeat-x;
    height: 480px;
    width: 50%;
    float: left;
}

.home-block-contact-us-form {
    height: 480px;
    width: 50%;
    float: right;
    padding-left: 20px;
    padding-top: 70px;
}

.home-block-contact-us-details .home-block-title {
    text-align: right;
    margin-top: 105px;
    color: #707070;
    font-size: 45px;
    line-height: 1;
}

.home-block-contact-us-form .home-block-title {
    display: none;
    width: 100%;
    height: 140px;
    line-height: 140px;
    text-align: center;
    background-image: url(/Content/Images/tire-path-04.png);
    background-position: 0 center;
    background-repeat: repeat-x;
    color: #707070;
    font-size: 45px;
}

.form-block {
    padding-bottom: 20px;
}

.form-control {
    display: block;
    width: 250px;
    height: 40px;
    padding: 0;
    font-family: 'Roboto', Arial, sans-serif;
    color: #707070;
    font-size: 18px;
    line-height: 1.5;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #707070;
    margin-bottom: 4px;
}

textarea.form-control {
    height: 100px;
    resize: none;
}

.form-label {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #707070;
    display: block;
    margin: 0 0 4px 0;
}

.field-validation-error {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #FF0000;
    display: block;
    margin: 0 0 4px 0;
}

.field-validation-valid {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #707070;
    display: block;
    margin: 0 0 4px 0;
}

.input-validation-error {
    color: #FF0000;
    border-bottom: 1px solid #FF0000;
}

.form-control.input-validation-error::-webkit-input-placeholder {
    color: #FF0000;
    opacity: 1;
}

.form-control.input-validation-error::-moz-placeholder {
    color: #FF0000;
    opacity: 1;
}

.form-control.input-validation-error:-ms-input-placeholder {
    color: #FF0000;
    opacity: 1;
}

.form-control.input-validation-error:-ms-input-placeholder {
    color: #FF0000;
    opacity: 1;
}

.form-control.input-validation-error::placeholder {
    color: #FF0000;
    opacity: 1;
}

.form-button {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 20px;
    color: #707070;
    width: 250px;
    height: 38px;
    line-height: 38px;
    background-color: transparent;
    border: 2px solid #707070;
    padding: 0;
    margin: 0;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.home-block-footer-background {
    padding: 15px 20px;
    text-align: center;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    color: #FFF;
    background-color: #00ADEF;
}

.home-block-footer-background a,
.home-block-footer-background a:active,
.home-block-footer-background a:visited,
.home-block-footer-background a:focus {
    color: #FFF;
    text-decoration: none;
}

.other-block-footer-background {
    padding: 15px 20px;
    text-align: center;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    color: #FFF;
    background-color: #175D93;
}

.other-block-footer-background a,
.other-block-footer-background a:active,
.other-block-footer-background a:visited,
.other-block-footer-background a:focus {
       color: #FFF;
       text-decoration: none;
}

.branches-container {
    height: 600px;
}

.branches-container-map-container {
    width: 50%;
    float: right;
    height: 600px;
}


.branches-container-map {
    width: 100%;
    height: 600px;
    background-color: #278EDD;
}

.branches-container-details {
    width: 50%;
    height: 600px;
    float: left;
    background-color: #278EDD;
    background-image: url(/Content/Images/background-branches-map.png);
    background-position: center 50px;
    background-repeat: no-repeat;
}

.branches-block-path {
    background-image: url(/Content/Images/tire-path-03.png);
    background-position: center 120px;
    background-repeat: repeat-x;
    height: 600px;
}

.branches-block-title {
    color: #FFF;
    text-transform: uppercase;
    font-size: 45px;
    font-family: 'Anton', Arial, sans-serif;
    padding: 120px 0 0 170px;
}

.branches-block-subtitle {
    color: #FFF;
    font-size: 20px;
    padding: 15px 0 0 170px;
}

.branches-block-states {
    font-family: "Arial Narrow", Arial, sans-serif;
    color: #FFF;
    font-size: 20px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #FFF;
    margin: 15px 0 0 170px;
}

.branches-block-states optgroup {
    color: #333;
    font-size: 14px;
}

.branches-block-states option {
    color: #707070;
    font-size: 14px;
}

.branches-contact {
    height: 445px;
    background-color: #707070;
}

.branches-contact-form {
    width: 320px;
    float: left;
    margin: -30px 0 0 150px;
}

.branches-contact-form-container {
    background-color: #FFF;
    padding-top: 30px;
    padding-bottom: 15px;
    min-height: 395px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.branches-contact-form-container .form-block {
    padding-left: 35px;
}

.branches-contact-form .form-button {
    width: 320px;
    margin-top: 15px;
    color: #FFF;
    border-color: #FFF;
}

.branches-contact-details {
    float: left;
    padding-left: 30px;
    width: 430px;
}

.branches-contact-title-mobile {
    display: none;
    font-family: 'Anton', Arial, sans-serif;
    font-size: 45px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 1;
}

.branches-contact-subtitle-mobile {
    display: none;
    font-size: 20px;
    color: #FFF;
    padding: 20px 0;
}

.branches-contact-title {
    font-family: 'Anton', Arial, sans-serif;
    font-size: 45px;
    color: #FFF;
    padding-top: 100px;
    text-transform: uppercase;
    line-height: 1;
}

.branches-contact-subtitle {
    font-size: 20px;
    color: #FFF;
    padding-top: 20px;
}

.videos-block {
    background-color: #E5E4E4;
    overflow: hidden;
}

.videos-block-details {
    background-image: url(/Content/Images/background-videos.png);
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    width: 48%;
    height: 620px;
    background-color: #278EDD;
}

.videos-block-container {
    width: 52%;
    float: right;
    height: 620px;
    overflow: auto;
    padding: 0 0 0 20px;
}

.videos-block-video {
    width: 250px;
    height: 180px;
    float: left;
    margin: 20px 20px 0 0;
}

.videos-block-video iframe {
    width: 100%;
    height: 100%;
}

.videos-block-details-path {
    height: 620px;
    background-image: url(/Content/Images/tire-path-05.png);
    background-position: center center;
    background-repeat: repeat-x;
}

.videos-block-title {
    font-family: 'Anton', Arial, sans-serif;
    font-size: 45px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    padding-top: 288px;
}



@media (max-width: 900px) {
    body {
        padding-top: 64px !important;
    }

    .main-menu {
        height: 64px !important;
        padding: 0 30px !important;
    }

    .main-menu-logo {
        width: 64px;
        height: 54px;
        margin-top: 5px;
    }
    .main-menu-Mexico{
        width: 50px;
        height: 30px;
        margin-top: 20px ;
    }
   /* .main-menu-Guatemala{
        width: 50px;
        height: 30px;
        margin-top: 20px ;
    }*/

    .main-menu-right-options {
        display: none;
    }

    .main-menu-mobile,
    .main-menu-mobile:visited,
    .main-menu-mobile:active,
    .main-menu-mobile:focus {
        display: block;
    }

    .home-block-variety-path {
        background-image: none;
    }

    .home-block-variety-tire {
        padding: 150px 30px 0 30px;
    }

    .home-block-variety-tire .home-block-subtitle {
        width: 100%;
        padding-right: 0;
    }

    .home-block-us-path {
        background-image: url(/Content/Images/background-home-block-us.png);
        background-position: 100px center;
        background-repeat: no-repeat;
    }

    .home-block-us-tire {
        background-image: url(/Content/Images/tire-path-01.png);
        background-position: 0 210px;
        background-repeat: repeat-x;
        padding: 231px 30px 0 30px;
    }

    .home-block-us-tire .home-block-title {
        padding: 0;
        text-align: center;
    }

    .home-block-us-tire .home-block-subtitle {
        text-align: left;
        margin: 45px 0 0 0;
        width: 100%;
        text-align: center;
    }

    .home-block-us-tire .home-block-buttons {
        padding: 100px 0 0 0;
        text-align: center;
    }

    .home-block-car-path {
        background-image: url(/Content/Images/background-home-block-car.png);
        background-position: -450px 50px;
    }

    .home-block-car-tire {
        background-image: url(/Content/Images/tire-path-01.png);
        background-position: 0 210px;
        background-repeat: repeat-x;
        padding: 231px 30px 0 30px;
    }

    .home-block-car-tire .home-block-title {
        padding: 0;
        text-align: center;
    }

    .home-block-car-tire .home-block-subtitle {
        margin: 45px 0 0 0;
        width: 100%;
        text-align: center;
    }

    .home-block-car-tire .home-block-buttons {
        padding: 70px 0 0 0;
        text-align: center;
    }

    .home-block-truck-path {
        background-image: url(/Content/Images/background-home-block-truck.png);
        background-position: center 0;
    }

    .home-block-truck-tire {
        background-image: url(/Content/Images/tire-path-01.png);
        background-position: 0 210px;
        background-repeat: repeat-x;
        padding: 231px 30px 0 30px;
    }

    .home-block-truck-tire .home-block-title {
        padding: 0;
        text-align: center;
    }

    .home-block-truck-tire .home-block-subtitle {
        margin: 45px 0 0 0;
        width: 100%;
        text-align: center;
    }

    .home-block-truck-tire .home-block-buttons {
        padding: 70px 0 0 0;
        text-align: center;
    }

    .home-block-agricultural-path {
        background-image: url(/Content/Images/background-home-block-agricultural.png);
        background-position: -150px 0;
    }

    .home-block-agricultural-tire {
        background-image: url(/Content/Images/tire-path-01.png);
        background-position: 0 210px;
        background-repeat: repeat-x;
        padding: 231px 30px 0 30px;
    }

    .home-block-agricultural-tire .home-block-title {
        padding: 0;
        text-align: center;
    }

    .home-block-agricultural-tire .home-block-subtitle {
        margin: 45px 0 0 0;
        width: 100%;
        text-align: center;
    }

    .home-block-agricultural-tire .home-block-buttons {
        padding: 70px 0 0 0;
        text-align: center;
    }

    .home-block-industrial-path {
        background-image: url(/Content/Images/background-home-block-industrial.png);
        background-position: 100px 0;
        background-repeat: no-repeat;
    }

    .home-block-industrial-tire {
        background-image: url(/Content/Images/tire-path-01.png);
        background-position: 0 210px;
        background-repeat: repeat-x;
        padding: 231px 30px 0 30px;
    }

    .home-block-industrial-tire .home-block-title {
        padding: 0;
        text-align: center;
    }

    .home-block-industrial-tire .home-block-subtitle {
        margin: 45px 0 0 0;
        width: 100%;
        text-align: center;
    }

    .home-block-industrial-tire .home-block-buttons {
        padding: 70px 0 0 0;
        text-align: center;
    }

    .mobile-no-scroll {
        overflow: hidden;
    }

    #mobile-menu.mobile-menu-show {
        opacity: 1;
        visibility: visible;
    }

    .home-scroll-bullets {
        display: none;
    }


    .home-block-branches-details {
        float: none;
        width: 100%;
    }

    .home-block-branches-map {
        float: none;
        width: 100%;
    }

    .home-block-branches-details .home-block-title {
        padding: 60px 30px 0 30px;
        width: 100%;
        text-align: center;
    }

    .home-block-branches-details .home-block-subtitle {
        width: 100%;
        padding: 15px 30px 0 30px;
        text-align: center;
    }

    .home-block-branches-details .home-block-buttons {
        width: 100%;
        padding: 30px 30px 0 30px;
        text-align: center;
    }

    .home-block-contact-us-background {
        height: 550px;
    }

    .home-block-contact-us-details {
        display: none;
    }

    .home-block-contact-us-form {
        padding-top: 0;
        padding-left: 0;
        float: none;
        height: 550px;
        width: 100%;
    }

    .home-block-contact-us-content {
        width: 250px;
        margin: 0 auto;
    }

    .home-block-contact-us-form .home-block-title {
        display: block;
    }

    .branches-container {
        height: auto;
        background-color: #278EDD;
        background-image: url(/Content/Images/background-branches-map.png);
        background-position: center 0;
        background-repeat: no-repeat;
    }

    .branches-container-details {
        background-image: none;
        float: none;
        width: 100%;
        height: 450px;
        background-color: transparent;
    }

    .branches-block-path {
        background-position: 0 30px;
    }

    .branches-container-map-container {
        float: none;
        width: 100%;
        height: auto;
        padding: 30px;
        background-color: transparent;
    }

    .branches-block-title {
        padding-top: 30px;
    }

    .branches-block-title,
    .branches-block-subtitle {
        padding-left: 30px;
    }

    .branches-block-states {
        margin-left: 30px;
    }

    .branches-container-map {
        height: 400px;
    }

    .branches-contact {
        height: auto;
        padding: 30px;
    }

    .branches-contact-form {
        float: none;
        width: 100%;
        margin: 0;
    }

    .branches-contact-details {
        display: none;
    }

    .branches-contact-title-mobile {
        display: block;
    }

    .branches-contact-subtitle-mobile {
        display: block;
    }

    .branches-contact-form .form-block {
        padding-right: 35px;
    }

    .branches-contact-form .form-control {
        width: 100%;
    }

    .branches-contact-form .form-button {
        width: 100%;
    }

    .videos-block {
        overflow: auto;
    }

    .videos-block-details {
        background-position: 0 0;
        background-size: 280px;
        background-position: -50px -80px;
        float: none;
        width: 100%;
        height: 130px;
        background-color: #278EDD;
    }

    .videos-block-container {
        width: 100%;
        float: none;
        height: auto;
        padding-top: 30px;
    }

    .videos-block-video {
        width: 280px;
        height: 258px;
        float: none;
        margin: 0 auto 30px auto;
    }

    .videos-block-details-path {
        background-position: center center;
        height: 130px;
    }

    .videos-block-title {
        padding-top: 43px;
    }
}

.arco-background-color {
    background: #E5E5E5;
    height: 580px;
}

@media (max-width: 947px) {
    .arco-container {
        height: 670px;
    }

    .arco-background-color {
        background: #E5E5E5;
        height: 720px;
    }
}

a.arco-link:link,
a.arco-link:visited,
a.arco-link:active {
    color: #00AFFF;
    text-decoration: none;
    font-weight: normal;
}

a.arco-link:hover {
    color: #00AFFF;
    text-decoration: underline;
    color: #FE9500;
    font-weight: normal;
}

.masthead {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0;
    background: linear-gradient(to bottom,rgba(22,22,22,.3) 0,rgba(22,22,22,.7) 75%,#161616 100%),url(../Images/bg-masthead.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.img-tbcbuilding {
    height: 150px;
}
@media(max-width:600px){
    .img-tbcbuilding{
        height: 100px;
    }
}
@media(max-width:361px) {
    .img-tbcbuilding {
        height: 85px;
    }
}