/*** Color Formatting Done Via the Style Specials.css ***/

.RSSBlock {
    display: none;
}

.serviceSpecials {
    margin: 20px 0;
    position: relative;
    overflow: hidden;
}

.special-offerValue h2,
h2#P_offerValue {
    font-size: 45px;
    margin: 0px 0px -20px 0px;
    position: relative;
    z-index: 5;
}

.special-offer h2,
h2#P_offer {
    font-size: 26px;
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
}

.special-descrip {
    left: -20px;
    line-height: 18px;
    list-style-type: none;
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    z-index: 5;
    width: 75%;
}

.special-note {
    font-size: 10px;
    font-style: italic;
    line-height: 1.5em;
    padding: 0 100px 0 0;
    position: relative;
    z-index: 5;
}

.spExpDate {
    padding: 0px 0px 10px 0px;
    position: relative;
    z-index: 5;
    font-size: 14px;
}

.special-certificate {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.special-print {
    z-index: 5;
    position: relative;
    width: 60%;
}

.special-descrip ul li {
    list-style: inside none disc;
}

#serviceSpecialsHome ul {
    padding-left: 0;
}

#serviceSpecialsHome ul,
#serviceParts ul {
    list-style-type: none;
    padding-left: 0;
}


/* for service and parts page - removed out of the vb code */

#specialsNav a {
    margin-left: .2em;
    margin-right: .2em;
}

#specialsNav li {
    padding: 0 !important;
}

.specialNavigation {
    margin-bottom: 30px;
}

.specialNavigation .btn {
    border-radius: 0;
}

.specialNavigation .col-xs-12 {
    padding: 0 2px;
}

@media (min-width:768px) {
    .specialNavigation .nav-justified > li {
        width: 0.0% !important;
    }
    .specialNavigation .nav-justified > li a {
        margin-right: 2px;
    }
    .specialNavigation .nav-justified > li:last-child a {
        margin-right: 0;
    }
}

@media (max-width: 1199px) {}

@media (max-width: 767px) {
    .specialNavigation li,
    .servicePartsSubSpecials li {
        margin-bottom: 4px;
    }
    .specialNavigation li:last-child,
    .servicePartsSubSpecials li:last-child {
        margin-bottom: 0;
    }
    .special-offerValue h2,
    h2#P_offerValue {
        font-size: 35px;
    }
}
