#years-box ol.breadcrumb li:nth-child(3), #years-box ol.breadcrumb li:nth-child(2) {
    display: none;
}

body { 
    background: #cccccc; 
    background-attachment: fixed; 
    background-position: center center; 
    background-size: cover;
    font-family: 'Nunito', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Teko', sans-serif;
    font-weight: unset;
    line-height: 1.1;
    color: inherit;
}

div#content-container {
    padding-bottom: 15px;
}

.full-width > .container {
    width: 100%;
}

hr { border-top-color: #afafaf; }
#inner-bg { margin: 0 auto; background-color: rgba(240, 240, 240, 0.85); }

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}




/* GLOBAL THEME FONT COLORS */
body { color: #333; }

a {
    color: #7b0419;
}

a:focus, a:hover {
    color: #52000f;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #7b0419;
    border-color: #650314;
    margin: 5px;
    border-radius: 0px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #650314;
    border-color: #7b0419;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #650314;
    border-color: #7b0419;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #650314;
    border-color: #7b0419;
}








/* HEADER */

header.body {
    margin-bottom: 0px;
}

header.body .logo { color: #333; }
#brand-box .info a { color: #333; }

.headerbackground {
    background-color: white;
    height: 68px;
}

@media (max-width: 767px) {
.headerbackground {
    display: none; }
}

.headercontainer {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 0px;
}

img.headerlogo {
    position: absolute;
    left: 0;
    padding: 10px 10px 10px 0px;
    top: 5px;
    width: 12%;
    z-index: 2;
}

@media (max-width: 1199px) {
img.headerlogo {
    width: 15%; }
}

@media (max-width: 991px) {
img.headerlogo {
    width: 16%; }
}

.headersocial {
    display: flex;
    justify-content: space-around;
}

.headersocial a {
    width: 40px;
    padding: 4px;
}

@media (max-width: 991px) {
.headersocial a {
    width: 28px;
    padding: 3px; }
}

.headerblock {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.headerblockm {
    display: flex;
    align-items: center;
    margin-left: 10%;
}

@media (max-width: 1199px) {
.headerblockm {
    display: flex;
    align-items: center;
    margin-left: 12%; }
}

@media (max-width: 991px) {
.headerblockm {
    margin-left: 12%; }
}

.headeraddress {
    display: flex;
    flex-flow: column;
    text-align: center;
}

a.maphoursheader {
    text-transform: uppercase;
    font-family: 'Teko', sans-serif;
    font-size: 23px;
}

.headerphone {
    font-size: 40px;
    font-family: 'Teko', sans-serif;
    padding-left: 20px;
}

@media (max-width: 991px) {
.headerphone {
    font-size: 27px;
    padding-left: 12px; }
}

span.header.dealer-address {
    border-right: 2px solid black;
    padding-right: 5px;
}

.header-cta {
    text-align: center;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: -4px;
}

.newsletter-tab {
    position: fixed;
    right: 0;
    height: 150px;
    top: 26%;
    z-index: 111;
}












/* NAVIGATION */

#main-nav {
    background-color: #7b0419;
    height: 46px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
#main-nav {
    position: relative;
    width: 100%;
    z-index: 1600;
    height: auto; }
}

    #main-nav .navbar { border: none; }

.navbar-nav>li>a {
    color: #fff;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    padding: 13px 16px;
}

@media (max-width: 1199px) {
.navbar-nav>li>a {
    font-size: 20px;
    padding: 15px 12px 11px; }
}

@media (max-width: 991px) {
#main-nav .nav > li > a, .social-media-icons a {
    font-size: 16px;
    padding: 15px 7px 11px; }
}

@media (max-width: 767px) {
.navbar-nav>li>a {
    font-size: 26px;
    padding: 15px 7px; }
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: flex-end; }
}

.navbar {
    min-height: unset;
}

@media (max-width: 767px) {
#main-nav .navbar-brand {
    font-size: 24px;
    padding: 5px 15px;
    font-family: 'Teko', sans-serif;
    color: white; }
}

#main-nav .navbar-toggle {
    color: white;
}

@media (max-width: 767px) {
#main-nav-collapse {
    position: relative;
    z-index: 1039;
    background-color: #949494;
    border-top: 5px solid white; }
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #7b0419;
    border-color: #949494;
}

@media (max-width: 767px) {
#main-nav li.dropdown.open ul {
    padding: 0;
    background-color: #7b0419;
    border-top: none;
    margin-top: -1px; }
}

@media (max-width: 767px) {
#main-nav .dropdown-menu>li>a {
    padding-bottom: 8px;
    padding-top: 8px;
    color: white;
    font-size: 15px; }
#main-nav {
    position: relative;
    width: 100%;
    z-index: 1600;
}
#main-nav-collapse {
    max-height: calc(100vh - 62px);
    overflow-y: auto; 
}
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #949494;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #949494;
    border-color: #949494;
}








/* FEATURED VEHICLES */


.featuredinventory h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 45px;
    color: #7b0419;
}

@media (min-width: 1200px) {
.single-item-slider .slider-inner .item {
    width: 242px; }
}

.single-item-slider .item-detail .price {
    font-size: 25px;
    left: 0;
    padding: 3px 1% 0px;
    position: absolute;
    width: 100%;
    line-height: 113%;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    bottom: 0;
    background-color: #7b0419;
    color: white;
}

.single-item-slider .item {
    background-color: rgb(0, 0, 0);
    border: solid 3px rgba(0,0,0,.06);
    border-bottom: solid 2px rgba(0,0,0,.16);
    border-radius: 5px;
    border-top: solid 3px rgba(0,0,0,.04);
    display: block;
    position: relative;
}

.single-item-slider .item-detail {
    padding: 3%;
    text-align: center;
    white-space: normal;
    color: white;
}

.single-item-slider .item .item-inner {
    padding-bottom: 12%;
}

.single-item-slider .slider-outer {
    height: 282px;
}

.single-item-slider .img-container {
    background-position: 50% 80%;
    height: 175px;
}

.single-item-slider .item-detail .name {
    line-height: 16px;
    padding-bottom: 7%;
}







/* CONTENT */

.buttoncontainer {
    display: flex;
    justify-content: space-between;
    padding-top: 125px;
    background-color: white;
}

@media (max-width: 767px) {
.buttoncontainer {
    padding-top: 15%;
    margin-top: 0px; }
}

.buttoncontainer a {
    flex: 0 0 33%;
}

.buttonbackground {
    background-color: #bbbbbb;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 767px) {
.buttonbackground {
    height: 100%; }
}

.buttonbackground img {
    margin-top: -105px;
    transition: .3s ease transform;
}

@media (max-width: 767px) {
.buttonbackground img {
    margin-top: -31%;
    transition: .3s ease transform; }
}

.buttonbackground:hover img {
    transform: translateY(-15px);
    transition: .3s ease transform;
}

.buttonbackground h2 {
    margin-top: -2%;
    font-size: 3vw;
    margin-bottom: 0px;
}

@media (max-width: 767px) {
.buttonbackground h2 {
    margin-top: 1%;
    font-size: 5vw;
    line-height: 4vw; }
}

.buttonbackground h3 {
    font-size: 2vw;
    margin: 0;
}

.buttonbackground h4 {
    font-size: 20px;
    margin-top: -7px;
}

@media (max-width: 767px) {
.buttonbackground h4 {
    font-size: 3vw;
    margin-top: 5%; }
}

.buttoncontainer > a > .buttonbackground {
    transition: .3s ease;
}

.buttoncontainer > a:hover > .buttonbackground {
    background-color: #7c0115;
    transition: .3s ease;
}

/*.buttoncontainer > a > div > h2 {
    transition: .3s ease color;
}*/

.buttoncontainer > a:hover > div > h2,
.buttoncontainer > a:hover > div > h3 {
    color: #bbbbbb;
    transition: .3s ease color;
}

.zerovideowrapper {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.zerovideowrapper iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.videowrapper1 {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.videowrapper1 iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


@media (min-width: 768px) {
.videowrapper2 {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
    height: 0;
    flex: 0 0 50%;
    margin-bottom: 25px;
}
}

@media (min-width: 768px) {
.videowrapper2 iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute; }
}

@media (max-width: 767px) {
.videowrapper2 {
    overflow: hidden;
    flex: 0 0 100%;
    top: 0;
    padding: 15px; }
}

@media (max-width: 767px) {
.videowrapper2 iframe {
    left:0;
    top:0;
    width:100%; }
}

@media (max-width: 767px) {
.section3 {
    margin-top: 31px!important;
    padding-top: 0px; }
}

.section3, .section5 {
    background-color: #bbbbbb;
    padding: 30px 0px 15px;
}

.section4 {
    background-color: white;
    margin-top: -15px!important;
    padding-top: 30px;
}

@media (max-width: 767px) {
.section4 {
    margin-top: -45px!important;
    padding-top: 0px; }
}

.section5 {
    margin-top: 0px!important;
}

.homeabout h1 {
    text-transform: uppercase;
    font-size: 45px;
    margin-top: 0px;
}

/*.zerosection {
    display: flex;
    margin: auto;
}*/

@media (max-width: 767px) {
.zerosection {
    flex-flow: column-reverse;
    margin-top: -60px!important; }
}

.indiansection {
    display: flex;
    margin: auto;
}

.indianSection {
    background-image: linear-gradient(#EAEAEB, white);
}

@media (max-width: 767px) {
.indiansection {
    flex-flow: column; }
.homeoemsection > .widget-inner {
    margin-top: 0 !important; }
.homeoemtext h3 {
    font-size: 7vw; }
}

img.whitebckgd, img.graybckgd {
    width: 100%;
}

.homeoemtext {
    padding: 0px 15px;
    font-size: 3vw;
}


@media (min-width: 768px) {
    .homeoemtext {
        font-size: 12px;
        margin-top: -40px;
    }
    .homeoemtext h3 {
        margin-bottom: 5px;
    }
    .homeoemtext p {
        margin-bottom: 6px;
    }
    .homeIndianVideo {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    .homeoemtext {
        font-size: 1.5vw;
        margin-top: -20px;
    }
    .homeoemtext p {
        margin-bottom: 3px;
    }
}

@media (min-width: 1200px) {
    .homeoemtext {
        font-size: 1vw;
        margin-top: -9px;
    }
    .homeoemtext h3 {
        margin-bottom: 15px;
    }
    .homeoemtext p {
        margin-bottom: 10px;
    }
}

.indianDivider, .zeroSection, .zeroDivider {
    margin-top: 0 !important;
}

.indianVideoText {
    text-align: center;
}

.homeoemtext.tablet {
    display: none;
}

@media (min-width: 768px) {
    .indianVideoText {
        text-align: right;
        margin-top: 0;
    }
    .homeoemtext.tablet { 
        display: block;
        margin-top: -20px;
    }
    .homeoemtext.normal {
        display: none;
    }
}

@media (min-width: 992px) {
    .indianVideoText {
        margin-top: 50px;
    }
}

@media (min-width: 1200px) {
    .indianVideoText {
        margin-top: 9vw;
    }
    .homeoemtext.tablet { 
        display: none;
    }
    .homeoemtext.normal {
        display: block;
    }
}

@media (max-width: 767px) {
    .indianDivider .widget-inner, .zeroDivider .widget-inner {
        margin-top: 0 !important;
    }
}

.faqContainer, 
.faqContainer ul {
    list-style: none;
}

.pheadercontainer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: white;
    border-bottom: 4px solid #7b0419;
}

.pheaderblock {
    flex: 0 0 50%;
}

.pheaderblock h1 {
    font-size: 7vw;
    text-transform: uppercase;
    padding: 2% 1% 0%;
    margin: 0;
}

img.aboutuspic {
    float: right;
    padding: 0px 0px 10px 10px;
    width: 50%;
}

.mapwrapper {
    position: relative;
    padding-bottom: 54%;
    min-height: 150px;
}

.mapwrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

table.maphourstable.k-table {
    width: 75%;
}

@media (max-width: 991px) {
table.maphourstable.k-table {
    width: 75%; }
}





.department-container .department {
    width: 100%;
    display: inline-block;
    padding: 15px;
    background: #bbb;
}

.department .title {
    border: 1px solid #ececec;
    background: #7c0115;
    color: white;
}

.department .employee .name p,
.department .employee .job p {
    margin-bottom: 0px;
}













/* INVENTORY */
/* light background */
.inventory-container .vehicle { background-color: #f9f9f9; }
    .inventory-container .vehicle:hover { background-color: #f4f4f4; }
    .inventory-container .vehicle .title a { color: #333; }
#filters-box li label { color: #08c; }

@media (min-width: 992px) {
#vehicleList>div {
    flex: 0 0 33.333%;
    -ms-flex: 0 0 auto;
    margin: 0px;
    padding: 15px; }
}

.inventory-container .vehicle .title {
    font-size: 10.5pt;
    width: 100%;
    background-color: #fff;
    min-height: 50px;
    box-sizing: border-box;
    padding: 5px;
}

.vehiclemodel {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 21px;
    min-height: 43px;
}

.inventory-container .vehicle .price {
    font-size: 30px;
    text-align: center;
    box-sizing: border-box;
    padding: 2px 5px 0px;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    background-color: #7b0419;
    color: white;
}

.info {
    font-size: 12px;
    text-align: right;
}

.vehicle-box {
    border: 5px solid #bbb;
}

.panel-default>.panel-heading {
    background-color: #bbb;
    border-color: #bbb;
}

#filters-box li label {
    color: #7b0419;
}

.inventory-container .vehicle:hover {
    background-color: #bbbbbb;
    transition: .2s ease;
}

#inventory-page,
#thankyou-page {
    margin-top: 40px;
}

@media (min-width: 1200px) {
#inventory-page,
#thankyou-page {
    margin-top: 30px;
}
}

a.promo-link {
    color: #000;
}

a.promo-link:hover {
    color: #7b0419;
}

]#FilterQuickSearch {
    margin: 0;
}

#filters-modal {
    z-index: 2222;
}









/* VDP */

#tabEquipment > div > div.vehicle-details > div > div.col-md-12 > ul > li > span {
    font-size: 12px;
}

#tabEquipment > div {
    padding: 0px 0px 15px!important;
}

#vdp-container .data-points h3, #vdp-container .data-points h4 {
    font-size: 20px;
    color: #7b0419;
    margin-bottom: 0px;
    margin-top: 15px;
}

.inquiryformcontainer {
    font-size: 16px;
    background-color: #ffffff;
    border: 5px solid #bbb;
}

.locationBox {
    background-color: white;
    border: 5px solid #bbb;
}

.vdpinquiryheader {
    font-size: 41px;
    font-family: 'Teko', sans-serif;
    color: #7b0419;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: -10px 0px -25px;
}

#DealerLocationContainer > label {
    font-family: 'Teko', sans-serif;
    text-align: center;
    display: block;
    color: #7b0419;
    text-transform: uppercase;
    font-size: 30px!important;
    margin: -12px 0px -2px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background-color: #bbbbbb;
}

.label {
    font-weight: unset;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: unset;
    margin-top: 5px;
}

#vdp-container header .label {
    font-size: 18px;
    padding: 3px 6px;
    background-color: #7b0419;
    letter-spacing: .5px;
}

 





/* FOOTER */
footer.body .outer-wrapper { background-color: rgba(0, 0, 0, 0.8); color: #c4c4c4; }

.footerbackground {
    background-color: white;
    border-top: 5px solid #7b0419;
}

.footercontainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px 0px 30px;
}

@media (max-width: 1199px) {
.footercontainer {
    width: 990px;
    padding: 15px 10px 30px; }
}

@media (max-width: 991px) {
.footercontainer {
    width: 760px;
    padding: 15px 0px 30px; }
}

@media (max-width: 767px) {
.footercontainer {
    width: auto;
    flex-flow: column;
    text-align: center; }
}

.footerblock h3 {
    font-size: 30px;
}

div.footerbackground > div > div > table > tbody > tr > td {
    padding: 0px 25px 0px 0px;
}

@media (max-width: 767px) {
div.footerbackground > div > div > table > tbody > tr > td {
    padding: 0px; }
}

.footersocial {
    display: flex;
}

@media (max-width: 767px) {
.footersocial {
    justify-content: space-around; }
}

.footersocial a {
    width: 40px;
    padding: 0px 5px 0px 0px;
}

@media (max-width: 767px) {
table.footertable.k-table {
    width: 75%;
    margin: auto; }
}

footer.body .outer-wrapper {
    background-color: rgb(255, 255, 255);
    color: #9c9c9c;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #7b0419;
}









/* GLOBAL TOOLBARS/ACCORDIONS */
.vehicle-container .well, #content-container .panel-heading, #content-container .panel-body { border: none; }


/* FORMS */
.control-label { color: #000; }

.mainform > div {
    background-color: white;
    padding: 10px;
    border: 5px solid #bbb;
}

.field-validation-valid {
    color: #bbbbbb;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 14px;
    top: 7px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    top: 0;
    left: 0;
}

.form-header-text {
    font-family: 'Teko', sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: #7b0419;
    margin-top: -11px;
}

@media (max-width: 767px) {
.form-header-text {
    font-size: 35px;
    margin-bottom: -5px; }
}

@media (min-width: 768px) {
#Form811 > div:nth-child(2) > fieldset > div:nth-child(n+1):nth-child(-n+4) {
    width: 25%;
    display: inline-block;
    padding: 0px 5px;
}

#Form772 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form773 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 33.33%;
    display: inline-block;
    padding: 0px 5px;
}

#Form773 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form772 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form772 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form773 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form484 > div:nth-child(1) > fieldset > div:nth-child(n+2),
#Form485 > div:nth-child(1) > fieldset > div:nth-child(n+2),
#Form488 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form552 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 50%;
    padding: 0px 5px;
    display: inline-block;
    vertical-align: text-top; }
}

#Form488 > div:nth-child(2) > fieldset > div:nth-child(5) {
    padding: 0px 5px;
}

.forms-title-section {
    font-size: 20pt;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    color: #7b0419;
    text-align: center;
    display: block;
    margin-top: 15px;
}

.form-control {
    border-radius: 0px;
    border-color: #7b0419;
    transition: .2s ease;
    margin: 5px 0px;
    font-size: 14px!important;
}

.form-control:hover {
    background-color: #e6e6e6;
    transition: .2s ease;
}

.form-control:focus {
    background-color: #e6e6e6;
    border-color: #7f0b21;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.6);
}

textarea.form-control {
    font-size: 12px;
}

.customForm [id^="VehicleInquiryViewModel"] {
    border: 1px solid #7b0419;
    padding: 4px;
    margin: 3px 0px;
    font-size: 12px;
}

.customForm [placeholder="First Name"], .customForm [placeholder="Last Name"] {
    width: 97px;
}

.customForm [placeholder="Zip"] {
    width: 60px;
}

.customForm [placeholder="Phone"] {
    width: 110px;
}

.customForm [placeholder="Comments"] {
    width: 100%;
}

@media (max-width: 767px) {
#ModalVehicleInquiry {
    top: 65px;
    max-height: calc(100vh - 65px);
}
#ModalVehicleInquiry .form-header-text {
    text-align: left;
}
.siteSearch-M button {
    height: 34px;
    margin-top: 5px !important;
}
}


.scd-form {
    margin-top: 30px;
}



/* KENDO */
.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #7b0419;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: #fff;
    background-color: #9c9c9c;
    border-color: #cccccc;
}

.specialsSlider .homeslider {
    margin: 0 auto !important;
}

@media (min-width: 992px) {
.specialsSlider .homeslider {
    width: 800px;
}
}


.jumbotron, #creditAppForm section {
    background: #7b0419 !important;
    color: white !important;
}

.jumbotron .text-muted, .jumbotron h1 {
    color: white !important;
}


/* TEMPLATE 2 */
.template-2 header.body {
    background-color: #fafafa;
    background: none, -webkit-linear-gradient(top, #fafafa 0, #ececec 55%);
    background: none, -moz-linear-gradient(top, #fafafa 0, #ececec 55%);
    background: none, -o-linear-gradient(top, #fafafa 0, #ececec 55%);
    background-image: linear-gradient(to bottom, #fafafa, #ececec);
}