html,body{
    background-image: url('../img/background2.jpg');
    /* Set a specific height */
    height: 100%;

    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;

    min-height: 100%;
}

h2, h3{
    font-weight: bold;
}

#home{
    background-image: url('../img/background.jpg');
    /* Set a specific height */
    height: 100%;

    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;

    min-height: 100%;
}

[class*="col-"] {
    padding: 0;

}
[class*="col-"] {
    margin-bottom: 15px;
}

div{
    margin: 0;
    padding: 0;
}

#header{
    text-align: right;
}

#header h2{
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: black;
}

#main_body{
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    opacity: 0.9;
}

#content{
    border: solid 2px #ad101c;
    background-color: white;
    color: #0e0f1a;
    padding: 20px;
    padding-top: 10px;
    border-radius: 10px;
    font-weight: bold;
    min-height: 500px;
}

#content p{
    text-align: center;
}

#content .img-responsive{
    margin: 0 auto;
}

.sidebar-nav, .sidebar-navbar-collapse, .navbar-collapse{
    padding: 0;
}

.navbar-header
{
    background-color: #171717;
    color: white;
}

#links{
    border: solid 2px #ad101c;
    border-radius: 10px;
    padding-bottom: 10px;
    background-color: white;
}

#links-header{
    padding: 10px;
    text-align: center;
    background-color: #171717;
    color: #dedede;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}

#links ul{
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}

#links ul:first-child{
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}

#links li{
    text-decoration: none;
    color: black;
}

#links li span{
    padding-right: 10px;
    width: 30px;
}

#links li a{
    display: block;
    text-decoration: none;
    color: black;
    padding: 10px;
}

#links ul li .active-link{
    background-color: #171717;
    color: #dedede;
}

#links ul li .active-link span{
    color: #ad101c;
}

#links li a:hover {
    background-color: #171717;
    color: #dedede;
}


.footer{
    opacity: 0.9;
    border: #ad101c 2px solid;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}


/************************** Contact Style ********************************/
#map-container{
    padding-left: 10%;
    padding-right:10%;
}

#map{
    height: 300px;
}
/************************** Nav Bar Style ********************************/
.navbar{
    background-color: white;
    opacity: 0.9;
    border: #171717 2px solid;
}

#main-nav > ul > li > a{
    color: #171717;
}

#main-nav > ul > li > a:hover{
    color: #dedede;
    background-color: #171717;
}

#main-nav > ul > li > .active > a{
    color: #dedede;
    background-color: #171717;
}

@media (max-width: 768px) {

    [class*="col-"] {
        margin-bottom: 15px;
    }

    p{
        font-size: 12px;
    }

    h2{
        font-size: 19px;
    }

    #links{
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-top: none;
    }

    .tyre_svg{
        height: 40px;
        width: 40px;
    }

    .sales_detail_link{
        padding: 0;
    }
}

.btn-primary{
    color: #ffffff;
    background-color: #ad101c;
    border: none;
    border-radius: 20px;
}

.btn-primary:hover, .btn-primary:active:focus{
    color: #ad101c;
    background-color: #171717;
}

#enter{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
}
#enter a:active, #enter a:focus{
    outline: none;
}
/************************** Tyres Style ********************************/
.brand-img{
    margin: 20px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bridgestone{
    background-image: url('../img/brands/bridgestone.png');
}
.Continental{
    background-image: url('../img/brands/Continental.png');
}
.dunlop_logo{
    background-image: url('../img/brands/dunlop_logo.png');
}
.fuchs-silkolene{
    background-image: url('../img/brands/fuchs-silkolene.jpg');
}
.did{
    background-image: url('../img/brands/did_logo.jpg');
}
.ngk{
    background-image: url('../img/brands/NGK.png');
}
.metzeler{
    background-image: url('../img/brands/metzeler.png');
}
.jtsprockets{
    background-image: url('../img/brands/jtsprockets.jpg');
}
.Michelin{
    background-image: url('../img/brands/Michelin.png');
}
.yuasa_long{
    background-image: url('../img/brands/yuasa_long.png');
}
.ebc{
    background-image: url('../img/brands/ebc.jpg');
}
.goodridge{
    background-image: url('../img/brands/goodridge.jpg');
}
.avon{
    background-image: url('../img/brands/avon_tyres.jpg');
}
.pirelli{
    background-image: url('../img/brands/pirelli.png');
}
.maxxis{
    background-image: url('../img/brands/maxxis.jpg');
}
.tyre_svg{
    height: 130px;
    width: 250px;
}

/************************** Sales Style ********************************/
.sales_item{
    border: solid 1px #C1C1C1;
    border-radius: 5px;
    box-shadow: #c1c1c1 5px 5px 5px;
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.sales_image{
    padding: 5px;
    border-radius: 5px;
    border: solid 1px #C1C1C1;
}

.sales_detail{
    padding: 3px;
    padding-bottom: 0;
    border: none;
}

.sales_detail_text{
    padding: 3px;
    border: none;
    vertical-align: middle;
}

.sales_detail_link{
    border: none;
    padding: 5% 0;
}

.slide-control{
    position:absolute;
    bottom:0;
    width:15%;
    color: #808080;
    font-size:80px;
    left:10px;
    top:0;
    text-align:center;
    text-shadow:0 1px 2px rgba(0,0,0,.6);
    background-color:rgba(0,0,0,0);
    filter:alpha(opacity=50);
    opacity:.5;
    outline:none;
}

.slide-control:active, .slide-control:focus{
    outline:none;
    color: #808080;
}

@media (max-width: 768px) {
    .slide-control{
        font-size: 24px;
    }
}

.slide-control.left:hover{
    color: white;
    background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
}
.slide-control.right:hover{
    color: white;
    background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
}

.slide-control > i{
    position: absolute;
    top: 40%;
}

.carousel-inner > .item > img {
    margin: 0 auto;
}

.slide-control.right{
    left:auto;
    right:30px;
}

.row-eq-height{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.sales_nav{
    margin-bottom: 10px;
}

.breadcrumb{
    color: #ad101c;
    background-color: #171717;
}

.breadcrumb-item a{
    color: white;
}
.breadcrumb-item a:hover{
    color: #ad101c;
    text-decoration: none;
}

.fa-star{
    color: #ffd200;
}
/************************** Contact Style ********************************/
.contact-form{
    padding-left: 10%;
    padding-right:10%;
}

#content .contact-form p{
    text-align: left;
}
.contact-form textarea{
    resize: vertical;
}