/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

html,body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

a {
    color: #B87333;
}


/*** TYPOGROPHY ***/

h1, h2, h3 {
/*     color: #298540; */
    color: #004010;
    font-family: "Arvo";
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 700;   
    margin: .5rem 0; 
    text-transform: uppercase;
}

h3 {
    font-size: 1rem;
    line-height:1.5rem;
}

.small-gray {
    color: #9398A8;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}


/*** END TYPOGROPHY ***/




nav {
    font-family: 'Oswald', sans-serif;
    background-color: transparent; 
    position:absolute; 
    text-transform: uppercase;
    z-index: 100;
    line-height: 50px;
}

nav .nav-wrapper ul {
    margin-top: 25px;
}

nav .nav-wrapper ul li a {
    font-size: 1.1rem;
}

nav .nav-wrapper ul li:last-of-type {
    border:1px solid #B87333;
    margin: 9px 14px 0;
    background-color: rgba(0,0,0,.5)
        
}

nav .nav-wrapper ul li:last-of-type a {
    color: #B87333;
    font-size: .95rem;
    padding: 1px 5px 0;
    line-height: 30px;    
    
    
}

nav .brand-logo {
    z-index: 100;
}

nav .brand-logo img{
    height: 80px;
}

nav .brand-logo .badge-logo {
    display: none;
}

#nav-mobile {
    height: 100vh;
    width: 100vw;
    background: #d09e3a;
    z-index: 990;
    margin: 0;
    position: fixed;
    left: 0;
    top: -100vh;
    text-align: center;
    
    -webkit-transition: all 0.4s ease-in-out 0.4s;  
    -moz-transition: all 0.4s ease-in-out 0.4s;  
    -ms-transition: all 0.4s ease-in-out 0.4s;  
    -o-transition: all 0.4s ease-in-out 0.4s;  
    transition: all 0.4s ease-in-out 0.4s;      
}

body.menu-expand #nav-mobile {
    top: 0;
    -webkit-transition: all 0.4s ease-in-out;  
    -moz-transition: all 0.4s ease-in-out;  
    -ms-transition: all 0.4s ease-in-out;  
    -o-transition: all 0.4s ease-in-out;  
    transition: all 0.4s ease-in-out;     
}

#nav-mobile ul {
    margin: 0 auto;
    opacity: 0;
    
    -webkit-transition: all 0.4s ease-in-out;  
    -moz-transition: all 0.4s ease-in-out;  
    -ms-transition: all 0.4s ease-in-out;  
    -o-transition: all 0.4s ease-in-out;  
    transition: all 0.4s ease-in-out;         
    
    
}

body.menu-expand #nav-mobile ul {
    opacity: 1;

    -webkit-transition: all 0.4s ease-in-out 0.4s;  
    -moz-transition: all 0.4s ease-in-out 0.4s;  
    -ms-transition: all 0.4s ease-in-out 0.4s;  
    -o-transition: all 0.4s ease-in-out 0.4s;  
    transition: all 0.4s ease-in-out 0.4s;  


}

#nav-mobile li {
    display:block;
    float: none;
    line-height: 3rem;
    border-bottom: 1px solid #666;
}

#nav-mobile li:last-of-type {
    border-bottom: 0px;
    
}

#nav-mobile li a {
    color: #fff;
    font-size: 2rem;
}

#nav-mobile li a:hover {
    color: #e3e3e3;
}


#nav-mobile .close-menu {
    position: absolute;
    top: 10px;
    right: 5%;
    color: #fff;
}

#nav-mobile i {
    font-size: 3rem;
}

.button-collapse {
    color: #fff;
    z-index: 400;
    display:none;    
    margin-top: 20px;  
}


/*** START STICKY NAV ***/

nav.sticky {
    z-index:200;
    background-color: #fff;
    position:fixed;
    top: -70px;
    
    box-shadow: 0px 0px 3px 2px #999;
    
    
    -webkit-transition: all 0.4s ease-in-out;  
    -moz-transition: all 0.4s ease-in-out;  
    -ms-transition: all 0.4s ease-in-out;  
    -o-transition: all 0.4s ease-in-out;  
    transition: all 0.4s ease-in-out;      
}

body.sticky-on nav.sticky {
    top: 0;
    -webkit-transition: all 0.4s ease-in-out;  
    -moz-transition: all 0.4s ease-in-out;  
    -ms-transition: all 0.4s ease-in-out;  
    -o-transition: all 0.4s ease-in-out;  
    transition: all 0.4s ease-in-out;
}

nav.sticky .brand-logo {
    margin-top: 6px;
}

nav.sticky .brand-logo img{
    height: 50px;
}

nav.sticky .nav-wrapper ul {
    margin-top: 12px;
}

nav.sticky .nav-wrapper ul li:last-of-type {
    background-color: #B87333;
    margin: 2px 0 0 8px;
}

nav.sticky .nav-wrapper ul li a {
    color: #000;
    font-size: 1rem;
    line-height: 2rem;
}

nav.sticky .nav-wrapper ul li:last-of-type a {
    color: #fff;
    line-height: 1.7rem;
}

/*
nav .nav-wrapper ul li:last-of-type a {
    color: #fff;
} 
*/

nav.sticky .button-collapse {
    color: #333;    
    margin-top: 0px;
}

/*** END STICKY NAV ***/


#masthead {
/*     background-image:url('../img/masthead-sub-bg.jpg');      */
    background-image:url('../img/masthead-bg.jpg');  
    background-position: top center;
    background-size: cover;
    position:relative; 
    width: 100%; 
    height: 30vh;
    top:0;

    color: #d1d1d1;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.home #masthead {
    height: 75vh;
    background-position: center center;    
/*     background-image:url('../img/masthead-bg.jpg');   */   
}


#masthead h1 {
    color: white;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 3rem;
    margin: 0;
    font-family: "Arvo";
}

#masthead .section, #masthead .section .container {
    height: 100%;
    color: #333;
}

#masthead .cta-link  {
    margin-top: 20px;
    background-color: transparent;
    color: #fff;
    vertical-align: middle;
    font-size: 1rem;
}

#masthead .cta-link i {
    vertical-align: bottom;
}


#contact-cta {
    background-color: #3d3335;
    min-height: 180px;
    padding: 20px 0;
}    

#contact-cta > .container {
    height: 100%;
}

#contact-cta h2 {
    color: #B87333;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
    margin: 0 0 8px;
    font-family: "Arvo";    
}

#contact-cta > .container > .col {
    height: 100%;
    color: #a5abbb;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;            
    min-height: 180px;            
}

#contact-cta .container .button-holder {
    width: 100%;
}

#contact-cta .container .button-holder a {
    background-color: #B87333;
    color: #fff; 
    white-space: nowrap;
}
                    

                    
/*** START FOOTER STYLES ***/
    
footer.footer-top, footer.footer-bottom {
    padding: 15px 0;
    margin-top: 0;
}

footer.footer-top {
    margin-top: 4rem;
}

footer .row {
    margin-top: 0;
    margin-bottom: 0;
}

footer.footer-top {
    background-color: #615255;
}

footer.footer-bottom {
    border-top: 2px solid #cfcfcf;
    background-color: #3d3335;
}

footer.footer-top .badge-logo {
    height: 60px;
}


footer ul li {
    display: inline-block;
    margin: 0 10px;
}

footer ul li a i {
    vertical-align: bottom;
    margin-right: 7px;
}

footer ul li, footer ul li a {
    color: #fff;
}

footer.footer-top ul li, footer.footer-top ul li a {
    font-size: .85rem;
}

footer.footer-bottom ul li, footer.footer-bottom ul li a {
    font-size: .75rem;
}


footer.footer-top .footer-phones-mobile {
    display: none;
}
    
/*** END FOOTER STYLES ***/



.page-content .container{
    margin-top: 4rem;
    font-size:.9rem;
}



.home-intro ul {
    columns: 2;
}

.home-intro ul li {
    background:url(../img/check.png) no-repeat 0 50%;
    padding-left: 30px;
}

.home-intro h4 {
    font-size: 25px;
    line-height: 35px;
    color: #004010;
    font-family: "Arvo";    
}

.home-tabs #tabs {
    list-style: none;
    margin-top: 0;
    border-bottom: 2px solid #e6e8ed;
    padding-bottom: 15px;
}

.home-tabs ul#tabs li {
    list-style: none;
    display: inline-block;

    color: #a5abbb;
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 30px;
}

.home-tabs ul#tabs li.active {
    color: #B87333;
    position: relative;
}

.home-tabs ul#tabs li.active:after {
    display: block;
    content: "";
    height: 3px;
    background-color: #B87333;
    width: 100%;
    top: 40px;
    position: absolute;
}

.home-tabs ul#tab-content li {
    display: none;
    height: 200px;
}

.home-tabs ul#tab-content li.active {
    display: inline-block;
}

.home-tabs .row > .col img {
    max-width: 100%;
}


.home-testimonials .testimonial-author {
    color: #004010;
    font-family: "Arvo";
    font-size: 24px;
    font-weight: 900;
    line-height: 24px;   
    margin-top: .5rem; 
}

.home-testimonials .testimonial-company {
    color: #004010;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: .5rem;
}


.page-sales #masthead h6 {
    color: #fff;
    font-weight: normal;
    font-size: 1rem;
    font-family: "Oswald", sans-serif;
}

.page-sales .section-description, .page-contact .section-description {
    margin-bottom: 3rem;
    font-weight: bold;
}

ul.sales-list.manufacturer-list, ul.sales-list.accesorries-list {
    columns:3;
    margin-bottom:3rem;
}


.page-engines .engine-table .row .heading {
  color: #298540;
}
.page-engines .engine-table .row:nth-child(odd){
  background: #ededed;
}

.page-engines .engine-table .row {
  margin-bottom: 0;
  padding: 10px 0;
}

.page-engines .page-content img {
  float: right;
}

@media only screen and (max-width : 600px) {
  .page-engines .page-content img {
    max-width: 80%;
    float: none;
    margin: 0 auto;
  }  
}


/*
ul.sales-list.rebuilt-list {
    columns: 2
}
*/

strong.arrow-engine {
    font-weight: 700;
}


@media only screen and (max-width : 1300px) {
    nav ul a {
        padding: 0 8px;
    }
}

@media only screen and (max-width : 1200px) {
    nav ul a {
        padding: 0 5px;
    }
    
    .brand-logo img {
        height: 80px;
    }
}

@media only screen and (max-width: 1090px) {
    .home-tabs ul#tabs li {
        display: block;
    }
    
    .home-tabs ul#tabs li.active:after {
        display: none;
    }
    
    .home-tabs #tabs {
        border-bottom: 0px;
    }
    
    
}


@media only screen and (max-width : 992px) {
    
    .button-collapse {
        display:block;
    }
    
    #contact-cta .container .button-holder {
        text-align:center;
    }    
    
    #contact-cta {
        padding: 25px 0 10px;
        text-align:center;
    }
    
    #contact-cta > .container > .col {
        min-height: 120px;
    }
    #masthead {
        background-size:200%;
    }    
    
    body:not(.home) #masthead h1 {
        text-align:center;
    }    
    body:not(.home) #masthead h6 {
        text-align: center;
    }    
    
    ul.sales-list.manufacturer-list, ul.sales-list.accesorries-list {
        columns:2;
    }       
}

@media only screen and (max-width : 600px) {
    nav .brand-logo .badge-logo {
        display: block;
        height: 60px;
    }
    
    nav.sticky .brand-logo img{
        height: 45px;
    }
    
    nav .brand-logo .full-logo {    
        display: none;
    }
    
    #masthead h1 {
        text-align: right;
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    
        
    body:not(.home) #masthead h1 {
        font-size: 1.3rem;
        text-align: center;
    }
    

    
    ul.sales-list.manufacturer-list, ul.sales-list.accesorries-list {
        columns:1;
    }    
    
    footer.footer-top .footer-phones-mobile {
        display: block;
    }
    
    footer.footer-top .footer-phones {
        display: none;
    }    
    

}




.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}



.contact-page form button[type=submit] {
    background-color: #004010;
}

/* label color */
.input-field label {
 color: #000;
}
/* label focus color */
.input-field input[type=text]:focus + label, .input-field input[type=tel]:focus + label, .input-field textarea.materialize-textarea:focus + label {
 color: #004010;
}
/* label underline focus color */
.input-field input[type=text]:focus, .input-field input[type=tel]:focus, .input-field textarea.materialize-textarea:focus {
 border-bottom: 1px solid #004010;
 box-shadow: 0 1px 0 0 #000;
}
/* valid color */
.input-field input[type=text].valid {
 border-bottom: 1px solid #000;
 box-shadow: 0 1px 0 0 #000;
}
/* invalid color */
.input-field input[type=text].invalid {
 border-bottom: 1px solid red;
 box-shadow: 0 1px 0 0 #000;
}
/* icon prefix focus color */
.input-field .prefix.active {
 color: #004010;
}