
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
    * {
        -webkit-font-smoothing: antialiased;
        outline: none
    }
    body {
        font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        color: #505050;
        overflow-x: hidden;
        font-size: 15px;
        line-height: 27px;
        background: #ededed;
    }
    ::selection {
        background: #e1242a;
        color: #fff;
        text-shadow: none
    }
    h1 {
        font-size: 35px;
        font-weight: 700;
        margin-top: 0px;
        margin-bottom: 12px;
        line-height: 38px;
        color: #000;
        text-transform: none;
        font-weight: 200;
        letter-spacing: 0px;
    }
    
    h2 {
        font-size: 23px;
        font-weight: 400;
        margin-bottom: 0px;
        margin-top: 0px;
        color: #000;
        line-height: 30px;
        text-transform: none;
    }
    h3 {
        font-size: 17px;
        font-weight: 600 !important;
        margin-top: 0px;
        line-height: 22px;
        color: #000;
        text-transform: uppercase;
        font-weight: 200;
        letter-spacing: 0px;
    }
    h5 {
        font-size: 15px;
        color: #000;
        font-weight: 600;
        margin-top: 0px;
        line-height: 22px;
    }
    h6 {
        font-size: 17px;
        color: #000;
        font-weight: 600;
    }
    a{
        color: #e1242a;
    }
    a:focus, a:hover{
        color: #0073e5;
        text-decoration: underline;
    }
    p{
        margin-top: 10px;
        line-height: 25px;
    }
    .btn {
        font-weight: 400;
    }
    .bg-inverse {
        background: #000 !important;
    }
    .bg-white {
        background: #fff !important;
    }
    .bg-none {
        background: none !important;
    }
    
    .c-danger{
        color: #e1242a;
    }
    .c-white{
        color: #fff !important;
    }
    
    .f-20{
        font-size: 20px;
    }
    
    .btn{
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600;
        border: none;
    }
    .btn-default{
        color: #FFF;
        background-color: #e10000;
        border-bottom: 3px solid #9e0202;
        width: 130px;
    }
    .btn-default:hover{
        color: #FFF;
        background-color: #C30F0F;
        border-bottom: 3px solid #9e0202;
    }
    .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
        color: #FFF;
        background-color: #C30F0F;
        border-bottom: 3px solid #9e0202;
    }
    .form-control{
        border-radius: 0px;
        border: 2px solid #B3B3B3;
        margin-bottom: 15px;
        box-shadow: inset 0 0px 0px rgba(0,0,0,.0);
        -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.0)
    }
    textarea.form-control {
        height: 120px;
    }
    
   .carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:2;
}

    
/** Navigation **/
    #header{
        color: #b1b1b1;
        z-index: 800;
        position: relative;
    }
    .navbar {
        background: #000;
        padding: 0px ;
        margin-bottom: 0px;
        border: 0px solid transparent;
    }
    .navbar-brand{
        padding: 0px;
    }
    .navbar-default{
        border-radius: 0px;
    }
    .navbar-right {
        margin-right: -30px;
    }
    .navbar-default .navbar-nav>li>a {
        color: #b1b1b1;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 200;
    }
    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
        color: #fff;
    }
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
        color: #fff;
        background-color: #212121;
    }
    .navbar-nav>li>.dropdown-menu{
        padding: 10px 30px;
        width: 220px;
        background-color: #212121;
    }
    .navbar-nav>li>.dropdown-menu li{
        padding: 12px 0px;
        border-bottom: 1px solid #383838;
    }
    .navbar-nav>li>.dropdown-menu li:last-child{
        border-bottom: 0px solid #ccc;
    }
    .navbar-nav>li>.dropdown-menu li a{
        font-size: 15px;
        text-transform: uppercase;
        color: #b1b1b1;
        padding: 0px;
    }
    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
        background-color: #212121;
        color: #fff !important;
    }
    .bottom-nav{
        background: #212121;
        text-align: right;
        min-height: 32px;
    }
    .bottom-nav .call{
        color: #fff;
        font-weight: 600;
        font-size: 17px;
    }
    .bottom-nav .social{
        margin-left: 30px;
    }
    .bottom-nav .social .fa{
        margin-left: 15px;
        color: #b1b1b1;
    }
    .bottom-nav .social .fa:hover{
        color: #fff;
    }
    
    .container {
        width: 1170px;
        padding: 0px;
    }
    .car01 {
      background: url(../img/home/slider/car01.jpg) no-repeat;
      background-position: top center;
      min-height: 570px;
    }   
    .car02 {
      background: url(../img/home/slider/car02.jpg) no-repeat;
      background-position: top center;
      min-height: 570px;
    }
    .car03 {
      background: url(../img/home/slider/car03.jpg) no-repeat;
      background-position: top center;
      min-height: 570px;
    }
/*** FEATURED TAB ***/
    #featuredtab{
        margin-top: -180px;
        position: relative;
    }
    .bs-example-tabs{
        margin-top:0px;
    }
    #myTabContent h2{
        margin: 7px 0px 30px;
        font-weight: 200;
    }
    #myTabContent h2 a{
        font-size: 17px;
        line-height: 28px;
    }
    #myTabContent h2 :before{
        background: url(../img/home/headingline-left.png) no-repeat;
        position: relative;
        height: 3px;
        content: ""
    }
    .nav-tabs>li>a{
        border-radius: 0;
        width: 160px;
        text-align: center;
        font-size: 17px;
        text-transform: uppercase;
        color: #000;
        font-weight: 600;
        background: #eaeaea;
        border-top: 4px solid #eaeaea !important;
        margin-right: 0px;
        line-height: 22px;
        padding: 8px 15px;
    }
    .nav-tabs>li{
        margin-right: 4px;
    }
    .nav-tabs>li.active{
        border-top: 4px solid #e10000 !important;
    }
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
        color: #e10000;
        border: 0px solid #ddd;
        padding-top: 4px;
    }
    .tab-content{
        background: #fff;
    }
    .tab-content > .tab-pane{
        padding: 25px 35px 30px;
        box-shadow: 0 8px 20px -3px rgba(0, 0, 0, 0.05);
        border-bottom: 2px solid #d4d4d4;
    }
    .tab-content > .tab-pane p{
        font-weight: 400;
        color: #747474;
    }
    .bs-example-tabs .nav-tabs {
        border-bottom: 0px solid #ddd;
    }
    
/*** Home ***/
#body{
    margin-top: -120px;
    position: relative;
    z-index: 2;
}
#body .service img{
    width: 100%;
    margin-top: 41px;
}
#body .service .btn{
    position: absolute;
    bottom: 35px;
    right: 25px;
}
#help {
    margin: 30px 0px;
}
.tab-pane .box{
    float: left;
    width: 20%;
}
#help .container{
    background: #000;
    padding: 15px;
}
#help .container .help{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 34px;
    color: #b1b1b1;
    float: left;
    line-height: 25px;
}
#help .container .cntnt{
    font-size: 14px;
    color: #7B7B7B;
    float: left;
    width: 280px;
    margin-left: 10px;
    line-height: 15px;
}
#help .container .call{
    font-size: 32px;
    color: #fff;
    font-weight: 200;
    border-left: 1px solid #232323;
    padding-left: 30px;
    float: left;
}
#help .container a{
    background: #e10000;
    padding: 11px 45px 16px;
    margin-right: -16px;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;
}
#help .container a:hover{
    background: #C30F0F;
}
.box-base{
    background: #fff;
    padding: 25px;
    border-bottom: 2px solid #d4d4d4;
}
.box-base img{
    width: 100%
}
.carousel-control.left{
    background-image: none;
    z-index: 3;
    left: -45px;
}
.carousel-control.right{
    background-image: none;
    z-index: 3;
    right: -45px;
}
.carousel-control{
    opacity: 1;
    top: 35%;
}
#pagetitle.products{
    background: url(../img/products/bnr.jpg) no-repeat;
    background-position: top center;
    min-height: 150px;
    color: #fff !important;
}
#pagetitle.rim{
    background: url(../img/products/rimbnr.jpg) no-repeat;
    background-position: top center;
    min-height: 150px;
    color: #fff !important;
}
#pagetitle.tyre{
    background: url(../img/products/tyrebnr.jpg) no-repeat;
    background-position: top center;
    min-height: 150px;
    color: #fff !important;
}
#pagetitle h1{
    padding-left: 170px;
    padding-top: 20px;
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
#pagetitle p{
    padding-left: 170px;
    margin-top: 0px;
    line-height: 10px;
}
#pagetitle.products h1{
    color: #b1b1b1 !important;
}
#pagetitle.rim h1{
    color: #b1b1b1 !important;
}

#pagetitle.tyre h1{
    color: #b1b1b1 !important;
}


#page-content .mdl{
    font-size: 14px;
}
#page-content{
    padding-top: 30px;
}
#page-content .container{
    background: #fff;
    padding: 30px 30px;
}
#page-content .container > section{
    margin: 15px 0px;
}
#page-content .container > section:first-child{
    margin: 0px 0px;
}
#page-content .container > section:last-child{
    margin: 15px 0px 0px;
}
#page-content .container > section .products{
    border: 1px solid #ccc;
    padding: 0px;
    text-align: center;
    float: left;
    width: 18.65%;
    margin: 0px 7.5px;
}
#page-content .container > section .products h1{
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #000;
    line-height: 22px;
    text-transform: uppercase;
}
#page-content .container section .product-details{
    background: #ededed;
    padding: 10px 15px;
    line-height: 19px;
    text-align: left;
}
.contact{
    
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
    margin-left: 0px;
}
.contact img{
    width: 100%;
}
.awrs .container .boxs{
    background: #fff;
    padding: 30px 30px;
}
    /*** Footer ***/
    #footer{
        background: #d3d3d3;
        padding: 30px 0px;
        margin-top: 50px;
        color: #000;
        line-height: 25px;
    }
    #footer .social .fa{
        margin: 0px 10px;
        font-size: 20px;
    }
    #footer .social .fa:last-child{
        margin-right: 0px;          
    }

/*** COMMON ***/
    .p-0{padding: 0px;}
    .p-l-0{padding-left: 0px;}
    .p-r-0{padding-right: 0px;}
    
    .m-t-0{margin-top: 0px;}
    .m-t-20{margin-top: 20px;}
    .m-t-30{margin-top: 30px;}
    .m-b-0{margin-bottom: 0px;}
    .m-b-20{margin-bottom: 20px;}
    