
/** BANNER AREA START **/

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    font-size: 20px;
    color: #fff;
    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;
}

.slider-mover-left {
    width: 40px;
    height: 40px;
    line-height: 32px;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    left: 5px;
    border: solid 2px #1B1410;
}

.slider-mover-left img {
    width: 30px;
}

.slider-mover-right {
    width: 40px;
    height: 40px;
    line-height: 32px;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    right: 5px;
    border: solid 2px #1B1410;
}

.slider-mover-right img {
    width: 30px;
}





/** CAR DETAILS BODY AREA START **/
.car-details-body {
    padding: 5px 0px 0px;
    color: #868686;
}

.car-details-body .sidebar-widget {
    padding: 0px;
    box-shadow: none;
    border: 0px solid #E5E5E5;
    margin-bottom: 0px;

}

.option-bar {
    margin-bottom: 30px;
}

.option-bar .header-price {
    text-align: right;
    float: right;
}

.option-bar .header-price h3 {
    font-size: 21px;
    font-weight: 600;
    margin: 0px;
}

.option-bar .header-price p {
    color: orange;
    margin-bottom: 0px;
}

#carousel-custom .carousel-indicators {
    margin: 10px 0px 0px;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}

#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}

#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}

#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}

#carousel-custom .carousel-outer {
    position: relative;
}

.thumb-preview {
    width: 100%;
}

.thumbs {
    width: 100% !important;
    margin: 12px auto !important;
    background: #dde3e4;
    padding: 10px 0px 6px 10px;
}

.thumbs img {
    width: 93px;
    height: 60px;
}

.car-details-body .about-room {
    margin: 50px 0px;
}

.car-details-body .title {
    color: #333;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    font-size: 20px;
    margin: 25px 0px 25px;
    text-transform: uppercase;
}

.car-details-body .title:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #e3d9d9;
    position: absolute;
    bottom: 0;
    left: 0;
}

.car-details-body .title.title:after {
    content: '';
    width: 80px;
    height: 2px;
    left: 0;
    bottom: -1px;
    position: absolute;
}

.car-details-body .about-car p {
    line-height: 27px;
}

.amenities-box {
    margin-bottom: 0px;
}

.amenities-box ul {
    margin: 0px;
    padding: 0px;
}

.amenities-box ul li {
    list-style: none;
    margin-bottom: 20px;
    color: #868686;
    font-size: 13px;
    font-weight: 500;
}

.amenities-box ul li span {
    font-size: 12px;
    font-weight: 600;
}

.amenities-box ul li i {
    margin-right: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

.car-details-body iframe,
.modal-body iframe {
    width: 100%;
    border: none !important;
}

.car-details-body .contact-form .title {
    color: #333;
    margin: 0px 0px 30px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
}




@media (max-width: 768px) {
    .slider-mover-left {
        width: 30px;
        height: 30px;
        line-height: 22px;
        left: 5px;
        border: solid 1px #1B1410;
    }

    .slider-mover-left img {
        width: 20px;
    }

    .slider-mover-right {
        width: 30px;
        height: 30px;
        line-height: 22px;
        right: 5px;
        border: solid 1px #1B1410;
    }
    .thumb-preview {
        height: auto;
    }

    .slider-mover-right img {
        width: 20px;
    }
}