/*
    Clemmons: background:#ff0900;color:white;
    6Gear: background:#F35607;color:white;
 */

.benz_views-product.up-buttons-2.active {
    background: #144ce0;
    color: white;
}

.mypagination ul li.active a {
    background: #aaa;
}

.supper_social {
    margin-right: 1em;
    text-align: right;
}

@media (max-width:1023px) and (min-width:768px) {
    .container_b .searchHolder.supper_social {
        margin-top: -32px !important;
        text-align: left;
        margin-right: 0 !important;
    }
}

@media (max-width:767px) {
    .container_b .searchHolder.supper_social {
        width: 100%;
        margin: 0 !important;
        text-align: center;
    }
}

.bikefront .header_b {
    margin-bottom: 10px;
}

.simplified_mu_nav .searchHolder.search-one {
    display:none;
}

.major_unit_searchbox {
    width: 95% !important;
}

.description_from_crs {
    font-size: 120%;
    line-height: 200%;
}

.showroom-grid-widget {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    /*border: 1px solid gray;*/
    /*background-color: #eeeeee;*/
    padding: 32px;
    margin-bottom: 12px;
}

.showroom-grid-widget .row {
    width: 100%;
}

.showroom-grid-widget .row .span3 {
    width: 24%;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    display: inline-block;
}

.showroom-grid-widget .showroom-tile {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 6px;
    margin-left: 6px;
    margin-bottom: 6px;
}

.showroom-grid-widget .showroom-tile-holder {
    padding: 6px;
}

.showroom-grid-widget .showroom-tile-image {
    border: 1px solid black;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    background-color: white;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}

.showroom-grid-widget .showroom-tile-title {
    /*position: absolute;*/
    display: block;
    right: 6px;
    bottom: 0;
    text-align: right;
    margin-bottom: 6px;
    text-overflow: ellipsis;
    overflow-y: hidden;
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
}


.showroom-grid-widget-title {
    font-size: 125%;
    font-weight: bold;
    display: block;
    margin-bottom: 3px;
}


.showroom-grid-widget-subtitle {
    font-size: 110%;
    display: block;
    margin-bottom: 3px;
}

.showcasebreadcrumb {
    background-color: transparent;
}

.showroom-grid-widget.subtitleonly {
    margin-top: -56px; /* This is a 12 px margin + 12 px margin + 32 px padding */
}


.category_selector_v.widgetBlock {
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
}

.category_selector_v.widgetBlock .page_header .bxslider img {
    max-width: 100%;
}

@media (max-width: 1024px) {
    .category_selector_v.widgetBlock {
        max-width: 100%;
    }


}



/*
    JLB: These are new for the handling of the widgets 04-05-19
 */
.page_calendar_widget_holder {
    clear: both;
}

.main_content.full_info_content .container_b {
    max-width: 100%;
}

.main_content.full_info_content .container_b .featured-listings {
    float: none;
}


.individal_page_widget {
    clear: both;
}

/*
    This is basics for the header advertising of categories.
 */
#promoted_categories {
    background-color: black;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}

#promoted_categories ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#promoted_categories ul li {
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
    border-right: 1px solid white;
}

#promoted_categories ul li:last-child {
    border-right: 0;
}

#promoted_categories ul li a,
#promoted_categories ul li a:hover,
#promoted_categories ul li a:active {
    color: white;
    text-decoration: none;
}
