/* Start Search Sidebox Styles */
.search-sidebox-container{
    background: url(/shop/includes/templates/bohase/images/bgpatterns/sidebox-bg.jpg);
    color:#FFFFFF;
    padding-top:10px;
    padding-bottom:20px;
    padding-left:25px;
    padding-right:25px;
    min-height:465px;
}

.search-sidebox-container .btn-search{
    background: #ed1518;
    border-color: #a20000;
    color:#FFFFFF;
    font-size:16px;
    font-weight:bold;
    transition: all 500ms;
    padding: 10px 10px;
}

.search-sidebox-container .btn-main{
    background: #ed1518;
    border-color: #a20000;
    color:#FFFFFF;
    font-weight:bold;
    transition: all 250ms;
    padding: 10px 10px;
}

.search-sidebox-container .btn-alt{
    border-color: #FFFFFF;
    color:#FFFFFF;
    font-weight:bold;
    transition: all 500ms;
    padding: 10px 10px;
}

.search-sidebox-container .btn:hover{
    background: #FFF !important;
    border-color:#FFF;
    color:#000000;
}

.sidebox-label-text{
    font-size:16px;
}

.search-sidebox-container .bluetext{
    color: #10176C;
}

.search-sidebox-container .form-control[disabled]{
    color:#A2A2A2;
}

.search-sidebox-container h3{
    font-weight:bold;
    margin-top:10px;
    margin-bottom:10px;
}

.or-container{
    margin:20px 5px;
}
.or-separator {
    margin:0 0 0.5em;
    line-height:2em;
    padding:0;
    color:#FFF;
    font-size:1.3em;
    font-weight:bold;
    position:relative;
    overflow:hidden;
    text-align:center;
}
.or-separator:before,.or-separator:after {
    content:" ";
    position:absolute;
    top:50%;
    margin-left:-999em;
    height:2px;
    width:998em;
    border-top:1px solid white;
    background:rgba(255,255,255,0.2);
}
.or-separator:after {
    left:auto;
    width:999em;
    margin:0 0 0 1em;
}

.sidebox-vehicle-selected-wrapper{
    margin-top:50px;
    margin-bottom:5px;
    padding:20px;
    background:rgba(0,0,0,0.5);
    border-radius:10px;
}
.selected-vehicle-text{
    margin-top: 3px;
    font-weight:bold;
    font-size: 16px;
    text-align:left;
}
.selected-vehicle-icon{
    font-size: 25px;
}
/* End Search Sidebox Styles */

/* Homepage */
.strip{
    background: rgba(255, 0, 0, 0.75) !important;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.home-about-section{
    margin: 30px 0px 10px 0px;
}

.home-about-section h3{
    color:#394cba;
    font-size:22px;
    font-weight:bold;
    margin-bottom:10px;
}

.home-about-section a{
    color:#ed1518;
    text-decoration:underline;
}
/* End Homepage */

.product-description {
    list-style: disc inside none;
}
footer .links-social{
    background-image: url(/shop/includes/templates/bohase/images/bgpatterns/footer-bg.jpg);
    background-repeat: no-repeat;
    background-color:#101010;
    background-size: cover;
    background-position: right;
}

footer .links-social h3.title{
    color:#ed1518;
    font-weight:bold;
}

.text-white{
    color:#FFF;
}

.info-box h4{
    color:#394cba !important;
}

.info-box h6{
     color:#000 !important;
 }

.wide-slider{
    margin-top:20px;
}

.custom-header-padding{
    padding: 0px 50px;
}

@media (max-width: 991px) {
    .custom-header-padding{
        padding: 0px 15px;
    }
}

@media (max-width: 767px) {
    .custom-header-padding{
        padding: 0px 10px;
    }
}

.menu-bg{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#394cba+0,2f3c8a+100 */
    background: rgb(57,76,186); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(57,76,186,1) 0%, rgba(47,60,138,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(57,76,186,1) 0%,rgba(47,60,138,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(57,76,186,1) 0%,rgba(47,60,138,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394cba', endColorstr='#2f3c8a',GradientType=0 ); /* IE6-9 */
}

.nav-bg-class{
    margin-top:20px;
}

.left-top-header-text{
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 38px;
}

.top-header-horizontal-padding{
    padding-left:50px;
    padding-right:50px;
}
@media (max-width: 991px) {
    .top-header-horizontal-padding{
        padding: 0px 15px;
    }
}

.cat-img{
    max-width:100%;
    width:100%;
    height:auto;
    border:1px solid rgb(228, 228, 228);
}
.cat-img img{
    max-width:250px;
    width:100%;
    height:auto;
}

.text-primary{
    color:RGB(54, 72, 173) !important;
}

/* Owl Carousel Overrides */
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 rgb(53, 69, 165);
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.8;
    width: 12px;
}

.owl-page.active span{
    background-color:#bd0508 !important;
}

.wide-slider .owl-carousel .owl-controls {
    bottom: 3px;
    text-align:center;

}
/* End Owl Carousel Overrides */

.part-no-listing{
    font-size:12px;
    font-style: italic;
}

.disc-inside{
    list-style:disc inside;
}

.form-top{
    min-height:188px;
}

.product-image-slider .alert-danger{
    color: rgb(255, 255, 255);
    background-color: rgb(255, 0, 0);
    border-color: rgb(255, 0, 0);
}

.product-image-slider .alert-success {
    color: rgb(255, 255, 255);
    background:linear-gradient(to bottom, rgb(57, 76, 186) 0%,rgb(47, 60, 138) 100%);
    border-color: rgb(48, 62, 143);
    /*
    background: linear-gradient(to bottom, rgb(14, 108, 0) 0%,rgb(16, 86, 2) 100%);
    border-color: rgb(14, 108, 0);
    */
}
.italic-13{
    font-style: italic;
    font-size:13px;
}

@media (max-width: 500px) {
    .nav-tabs.nav-tab-cell li {
        display: block;
        width: 100%;
    }
    .product-tab{
        margin:10px 0px 0px 0px !important;
    }
}

table thead tr{
background: linear-gradient(to bottom, rgb(57, 76, 186) 0%,rgb(47, 60, 138) 100%);
    color:#FFF;
}


.home-about-section .owl-wrapper{
    margin-top: 30px;
}
.home-about-section .owl-controls{
    position: absolute;
    top: 0px;
    width:100%;

}
.home-about-section .owl-controls .owl-prev{
    float:left;
}
.home-about-section .owl-controls .owl-prev:after {
    content: " Previous";
}
.home-about-section .owl-controls .owl-next{
    float:right;
}
.home-about-section .owl-controls .owl-next:before {
    content: "Next ";
}

.home-about-section .owl-controls .owl-next i,.home-about-section .owl-controls .owl-prev i{
    margin-right:0px;
}
