.container{
    width:100%;
}
.row{
    margin-bottom:10px;
}
.hidden{
    display:none;
}
.show{
    display:block;
}
.precars {
    background-color:#f7d900;
    color:#000;
    padding-top:8px;
    padding-bottom:2px;
}
.precars h3{
    font-family: 'Prompt', sans-serif;
    font-weight:700;
    letter-spacing:1px;
    font-size:35px;
}
.precars h4{
    font-family: 'Prompt', sans-serif;
    font-size:22px;
}
.precarsTitle {
    background-color:#FFF;
    color:#000;
    padding-top:8px;
    padding-bottom:2px;
}
.precarsTitle{
    background-color:#eee;
}
.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}
.carItem{
    font-family: 'Prompt', sans-serif;
    font-weight:700;
    color:#000;
    font-size: 20px;
    letter-spacing: 1px;
}
.carItem:hover{
    text-decoration:none;
    color:rgb(92, 92, 92);
}

.selectedCarbox{
    display:inline-block;
    padding-left:0;
    padding-right:0;
}
.selectedCarbox{
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
    font-size:20px;
    color:rgb(92, 92, 92);
}
.selectedCarbox span{
    position: absolute;
    right:0;
    color:#000;
    font-weight:700;
}
.selectedCarboxInfo{
    margin-top:30px;
}
.CarNameModel{
    font-family: 'Prompt', sans-serif;
    font-weight:700;
    color:#000;
    font-size: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.carImage{
    width:100%;
}
.footer{
    margin-top: 30px;
    padding-left:0px;
    padding-right:0px;
    padding-top:2px;
    padding-bottom:2px;
    background-color:#000;
    color:#fff;
}
.mainBoxCars{
    padding-left:0;
    padding-right:0;
    margin-top:15px;
    background-color:#eee;
}
.carImage{
    width:100%;
    height:250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#carsBox{
    border-top: 5px solid #f7d900;
    border-bottom: 5px solid #f7d900;
}
.carBoxItem{
    display:inline-block;
    padding-left:0;
    padding-right:0;
    border-bottom: 4px solid #eee;
}
.carBoxItem:hover{
   border-bottom: 4px solid #f7d900;
}
.carItem p{
    margin-bottom:4px;
}
.carprice{
    font-size:16px;
    margin-top:0;
    color: rgb(92, 92, 92);
}
.carprice span{
    color: rgb(146, 19, 19);
}
.carPricePromo{
    color: rgb(146, 19, 19) !important;
}
.carsSubTxt{
    margin-top:15px;
    margin-bottom:0;
    font-size:27px;
    font-weight:bold;
    color: rgb(92, 92, 92);
}

@media only screen and (max-width: 600px){
    .CarDetals{
        font-size:16px;
    }
    .CarDetals span{
        display:block;
    }
}