* {

}

body {
    font-family: 'roboto','hurme_geometric_sans_4regular';
    line-height: 120%;
    font-size: 14px;
}

h3 {
    font-family: 'hurme_geometric_sans_4bold';
    color: #0084b7;
    font-size: 26px;
}

h4 {
     font-family: 'hurme_geometric_sans_4bold';
}

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


.features {
    color: #969898;
    font-size: 16px;
    list-style: none;
    padding: 0px;
    margin: 0px;
        margin-top: 20px;
}

.features li {
    margin-bottom: 15px;
    text-align: left;
}

.features i {
    background: #fff;
    color: #1c76bc;
    border-radius: 50%;
    border: 1px dotted #1c76bc;
    font-size: 18px;
    padding: 2px;
    float: left;
    margin-right: 10px;
}

.bluebtn {
    background: #0084b7;
    color: #FFF;
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    font-family: 'hurme_geometric_sans_4SBd';
    text-transform: uppercase;
    border-radius: 0px;
    border-color: transparent;
    font-size: 20px;
}

.bluebtn:hover {
    background: #153264;
    color: #FFF !important;
}

.gradientbar {
    display: block;
    height: 20px;
    background: rgba(218,47,38,1);
    background: -moz-linear-gradient(left, rgba(218,47,38,1) 0%, rgba(239,106,34,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(218,47,38,1)), color-stop(100%, rgba(239,106,34,1)));
    background: -webkit-linear-gradient(left, rgba(218,47,38,1) 0%, rgba(239,106,34,1) 100%);
    background: -o-linear-gradient(left, rgba(218,47,38,1) 0%, rgba(239,106,34,1) 100%);
    background: -ms-linear-gradient(left, rgba(218,47,38,1) 0%, rgba(239,106,34,1) 100%);
    background: linear-gradient(to right, rgba(218,47,38,1) 0%, rgba(239,106,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da2f26', endColorstr='#ef6a22', GradientType=1 );
    margin-bottom: 30px;
}


/*
========================================================

NAVBAR 

========================================================
*/

.whitebg {
    background: #FFF;
}

.blue {
    color: #0084b7;
}

.grey {
    color: #969898;
}

section {
    text-align: center;
}

.paddedsection {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*
========================================================

NAVBAR 

========================================================
*/

.navbar {
    font-family: 'hurme_geometric_sans_4SBd';
    position: relative;
    background: transparent;
    border: none;
    text-transform: uppercase;

}

.navbar a {
    color: #FFF !important; 
    font-size: 12px;
    border-top: 5px solid transparent;
}

.navbar a:hover {
    color: #cdedfa !important;
}
.brand {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -135px !important;  /* 50% of your logo width */
    display: block;
}

/*
========================================================

HEADER

========================================================
*/

header {
    font-family: 'hurme_geometric_sans_4bold';
    background: url("../img/banner/home.jpg") top center no-repeat;
    background-size: cover;
    height: 629px;
    text-align: center;
    color: #FFF;
}

header h2 {
    font-size: 28px;
    margin-top: 100px;
    line-height: 50%;
}

header h1 {
    font-size: 58px;
    margin-top: 0px;
    line-height: 80%;
    letter-spacing: -2px;
}


#welcome {

}

#whyus {
    background: #f7f7f7;
}

.whyusblock {
    display: block;
    padding: 50px;
    transition: all .2s ease-in-out;
}

.whyusblock:hover {
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.67);
    -moz-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.67);
    box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.67);
    transform: scale(1.1);
}

.whyusblock h4 {
    font-family: 'hurme_geometric_sans_4bold';
}

.whyusblock p {

}

#products li {
    color: #252a2e;
}

#windscreen, #headlight, #bumper {
    margin-bottom: 50px;
}

#products {
    background: #fff;
    text-align: left;
}

#products h4 {
    color: #252a2e;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'hurme_geometric_sans_4bold';
}

#products h5 {
    font-size: 12px;
    font-weight: bold;
    color: #1c76bc;
}


#products .price {
    font-family: 'hurme_geometric_sans_4bold';
    position: relative;
    bottom: 50px;
    left: -5px;
    width: 200px;
    background: red;
    padding: 10px;
    color: #FFF;
    text-align: left;
    background: rgba(218,47,38,1);
    background: -moz-linear-gradient(left, rgba(218,47,38,1) 0%, rgba(239,106,34,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(218,47,38,1)), color-stop(100%, rgba(239,106,34,1)));
    background: -webkit-linear-gradient(left, rgba(218,47,38,1) 0%, rgba(239,106,34,1) 100%);
    background: -o-linear-gradient(left, rgba(218,47,38,1) 0%, rgba(239,106,34,1) 100%);
    background: -ms-linear-gradient(left, rgba(218,47,38,1) 0%, rgba(239,106,34,1) 100%);
    background: linear-gradient(to right, rgba(218,47,38,1) 0%, rgba(239,106,34,1) 100%);
}

.price td {
    padding: 10px;
    align-content: center;
}

.price .amount {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da2f26', endColorstr='#ef6a22', GradientType=1 );
    font-size: 30px;
    color: #FFF !important;
}

.price .button {
    background: #f47721;
    font-size: 18px;
}

.price .button:hover {
    background: rgba(239,106,34,1);
    font-size: 18px;
}

.price .button a {
    color: #FFF;
    margin-top: 35px;
}

.price .button a:hover {
    color: #f9f9f9;
    text-decoration: none;
}

.price .button i {
    margin-top: 0px;
    float: right;
}

#testimonials {
    background: #FFF;
}

#videos {
    background: #0089bf;
    color: #fff !important; 
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 300px;
}

.carousel-control {
    background: none !important;
}

.carousel-inner .item {
    text-align: center;
}

.carousel-inner .item p {
    color: #FFF !important;
}

#tagline {
    background: #252a2e;
    color: #cccccc;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
}

#newsletter {
    background: #006b95;
    padding: 20px;
    color: #FFF;
    text-transform: uppercase;
}

.nlsf {
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 0px;
    color: #FFF !important;
}

#newsletteremail {
    background: #004b6a;
    color: #FFF !important;
}

#newslettersubmit {
    background: #f47822;
}



footer {
    font-size: 14px;
    color: #cccccc;
    background: #333;
    padding-top: 40px;
}

footer #copyright {
    
}

footer h4 {
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
}

.sociallist {
    list-style: none;
    float: left;
    padding: 0px;
    margin: 0px;
}

.socialist li {
    display: inline-block;
}

#copyright {
    border-top: 2px solid #636669;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #f9f9f9 !important;
}

.social {
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
    font-size: 20px;
    color: #FFF;
}

.social a {
    color: #c5c5c5;
}

.social:hover {
    color: #FFF;
    text-decoration: none;
}

.socialleft {
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 10px;
}

.socialleft a{
    background: #FFF;
    padding: 7px;
    display: inline-block;
    width: 30px;
    color: #000;
}

.socialleft a:hover{
    color: #FFF;
    background: #000;
}

.socialright {
    text-align: right;
    float: right;
}

.productfooterlist {
    list-style:circle;
    color: #0084b7;
    margin-left: 0px;
    padding-left: 25px;
    font-size: 24px;
}

.productfooterlist li {
    margin-bottom: 5px;
}

.productfooterlist a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.productfooterlist a:hover {
    color: #0084b7;
}

.contactlist {
    list-style: none;
    padding-left: 0px;
    margin-left: 30px;
}

.contactlist i {
    color: #0089bf;
    float: left;
    margin-left: -30px;
    font-size: 20px;
}

#customers img {
    padding: 25px;
}

@media only screen and (max-width : 480px) {
    .navbar-collapse {
        background: #fff;
        color: #000 !important;
        overflow: scroll;
        margin-top: 50px;
    }
    
    .navbar-collapse ul {
        
    }
    
    .navbar-collapse a {
        color: #000 !important;
    }
    
    header h2 {
        line-height: 80%;
        font-size: 24px;
    }
    
    header h1 {
        font-size: 32px;
    }
    
    #windscreen ul {
        margin-bottom: 30px;
    }
    
    ul.features {
        margin-bottom: 50px;
    }
    
    #windscreen .btn {
        margin-bottom: 30px;
    }
}

#socialPromo10Modal {
    font-family: 'roboto','hurme_geometric_sans_4regular' !important;
    background: #008fcd;
    text-align: justified;
    color: #FFF !important;
    text-align: center;
    padding: 20px;
}

#socialPromo10Modal input {
    background: #7cbed8;
    border: none;
    color: #FFF !important;
    font-size: 14px;
    font-weight: bold;
    padding: 20px !important;
}

#socialPromo10Modal input::-webkit-input-placeholder { /* Chrome */
  color: white;
}
#socialPromo10Modal input:-ms-input-placeholder { /* IE 10+ */
  color: red;
}
#socialPromo10Modal input::-moz-placeholder { /* Firefox 19+ */
  color: white;
  opacity: 1;
}
#socialPromo10Modal input:-moz-placeholder { /* Firefox 4 - 18 */
  color: white;
  opacity: 1;
}

#socialPromo10Modal h1 {
    
}



