
.product-form {

}
h1 {
}

h2 {
    color: #2B2B2B;
    font: bold 23px 'Open Sans Condensed';
    margin: 30px 0 10px 0;
    text-transform: capitalize;
    width: 100%;
    /*background: url("/source/2b1d480ee7b2a0b8fe6ac7d58261f759/h_border.png") 0 bottom repeat-x;*/
}
.main-bg-2 .tiles h2 {
    color: #fff;
    /* font: bold 33px 'Open Sans Condensed'; */
    margin: 30px 0 30px 0;
    text-transform: capitalize;
    width: 100%;
    /*background: url("/source/2b1d480ee7b2a0b8fe6ac7d58261f759/h_border.png") 0 bottom repeat-x;*/
}

.rootwrapper h2:first-of-type, .sidebarfeature h2:first-of-type {
    margin: 0;
}
.container {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    box-shadow: 0px -77px 62px 31px rgb(255, 255, 255);
    -moz-box-shadow: 0px 0px 101px 45px rgb(255, 255, 255);
    margin-top: 0px;
    padding-top: 30px;
    /* box-shadow: 0px 1px 11px 2px rgb(0,0,0); */
    -moz-box-shadow: 0px 0px 101px 45px rgb(255, 255, 255);
}
.container.fully-transparent {
    box-shadow: none;
    margin-top: 0;
    padding-top: 0;
    padding: 0;
    background-color: transparent;
}

.wrapper-bg {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.specs-header {
    font-size: 20px;
    font-weight: bold;
    border-top: solid 1px rgba(0,0,0,.1);
    padding: 5px;
    cursor: pointer;

    background: rgb(249,253,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(249,253,255,1) 0%, rgba(244,248,249,1) 50%, rgba(230,241,247,1) 51%, rgba(224,239,249,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,253,255,1)), color-stop(50%,rgba(244,248,249,1)), color-stop(51%,rgba(230,241,247,1)), color-stop(100%,rgba(224,239,249,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(249,253,255,1) 0%,rgba(244,248,249,1) 50%,rgba(230,241,247,1) 51%,rgba(224,239,249,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(249,253,255,1) 0%,rgba(244,248,249,1) 50%,rgba(230,241,247,1) 51%,rgba(224,239,249,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(249,253,255,1) 0%,rgba(244,248,249,1) 50%,rgba(230,241,247,1) 51%,rgba(224,239,249,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(249,253,255,1) 0%,rgba(244,248,249,1) 50%,rgba(230,241,247,1) 51%,rgba(224,239,249,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fdff', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */

}
.specs-header i {
    margin-right: 15px;
}
.half {
    width: 50%;
}
.download {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border: solid 1px rgba(0,0,0,.1);
    padding: 0px;
}
.download img {
    height: 260px;
}
.download .links {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;

}
.download .links a {
    margin-right: 20px;
    font-weight: bold;

}
.download .links a:last-child {
    margin-right: 0px;
}

.admin-bar-public {

    padding: 4px 0;
    color: #fff;

    background: rgb(45,45,45);
    position: relative;
    z-index: 99999;



}

.admin-bar-public .buttons a {
    background-color: #282828;
    display: inline-block;
    height: 30px;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    margin-right: 5px;
    border: solid 1px #404040;
    font-size: 13px;
}
.admin-bar-public .buttons a:first-child {
    background-color: #4b994d;
    border: solid 1px #5dd35d;

}
.admin-bar-public .buttons a:hover {
    background-color: #145ac6;
    display: inline-block;
    height: 30px;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    margin-right: 5px;
    border: solid 1px #0088ff;
    font-size: 13px;
}

.main-features {
    margin-right: -20px;
    border: solid 1px rgba(0,0,0,.1);
}
.main-features .inner-padding {
    padding: 10px;
}
.main-features .feature {
    font-size: 14px;
    padding: 2px 5px 2px 5px;
}
.main-features .feature:hover {
    font-size: 16px;
    font-weight: bold;
}
.main-features h2 {
    margin-bottom: 0px;
}
.main-features .feature:nth-child(even) {
    background-color: rgba(255,255,255,.9);
}

ul.specs {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
}

ul.specs li {
    display: inline-block;
    margin-left: 0;

    background-color: #fafafa;
    margin-right: 5px;
    padding: 5px 15px 5px 15px;
    font-size: 13px;
    font-weight: bold;
    border: solid 1px #eeeeee;
    text-align: center;

}
ul.specs li label {

    font-size: 12px;
    font-weight: normal;
    margin-bottom: -10px;

}

.over-banner-txt {
    position: absolute;
    margin-top: -84px;
    margin-left: 10px;
    font-size: 25px;
    color: #fff;
    text-shadow: 0px 0px 1px #000, 0px 0px 2px #000, 0px 0px 3px #000, 0px 0px 4px #000, 0px 0px 5px #000, 0px 0px 9px #000;
}
.over-banner-txt .large {
    font-size: 38px;
    line-height: 38px;
    font-weight: bold;
}

a.financing-buttons {

    font-size: 40px;
    line-height: 100px;
    display: block;
    width: 100%;
    border: solid 1px #cbcbcb;
    padding: 0px 25px 0 25px;
    font-weight: 300;
    text-align: right;
    color: #3f3f3f;
    -webkit-box-shadow: 4px 4px 5px -3px rgba(0,0,0,0.31);
    -moz-box-shadow: 4px 4px 5px -3px rgba(0,0,0,0.31);
    box-shadow: 4px 4px 5px -3px rgba(0,0,0,0.31);


    background-image: url("/source/1199ef02ad38468123b1eaddda9043fd/bg5.png");
}

.financing-faq  {
    margin-top: 10px;
    padding-top: 15px;
    border-top: solid 1px rgba(0,0,0,.2);
    margin-left: -10px;
    margin-right: -10px;
}
.financing-faq i {
    color: #9D0202;
    font-size: 55px;
}
.financing-faq h3 {
    margin-bottom: 0px;
}

a.financing-buttons:hover {


}
a.financing-buttons.online:before {
    display: block;
    position: absolute;
    content: ' ';
    background-image: url("/source/454aa441ffcda257bbd623bcbe32a781/financing-icon-png.png");
    background-size: 80px;
    width: 80px;
    height: 80px;
    margin-top: 9px;
    margin-left: 0px;
}
a.financing-buttons.online:hover:before {
    display: block;
    position: absolute;
    content: ' ';
    background-image: url("/source/a9866cdbc20d36c51a24b247c208f4e4/financing-icon-png-over.png");
    background-size: 80px;
    width: 80px;
    height: 80px;
    margin-top: 9px;
    margin-left: 0px;
}

a.financing-buttons.download:before {
    display: block;
    position: absolute;
    content: ' ';
    background-image: url("/source/e34cf7c0de6079320fee966812ad55cb/financing-pdf-icon.png");
    background-size: 80px;
    width: 80px;
    height: 80px;
    margin-top: 9px;
    margin-left: 0px;
}
a.financing-buttons.download:hover:before {
    display: block;
    position: absolute;
    content: ' ';
    background-image: url("/source/e3ebe5e40abb021ae75a899193edf879/financing-pdf-icon-over.png");
    background-size: 80px;
    width: 80px;
    height: 80px;
    margin-top: 9px;
    margin-left: 0px;
}


.container ul {


    font-size: 16px;
    line-height: 25px;

}
.container ol {


}

.product-form .wrapper {
    border: #d6d6d6 solid 1px;
    padding: 15px;
    margin-top: 10px;
    -webkit-box-shadow: inset 0px 0px 90px 0px rgba(0,0,0,0.04);
    -moz-box-shadow: inset 0px 0px 90px 0px rgba(0,0,0,0.04);
    box-shadow: inset 0px 0px 90px 0px rgba(0,0,0,0.04);
    background-color: #fff;
}

.img-responsive {
    margin: 0;
}

.price {
    font-size: 21px;
    font-weight: bold;
    background-color: #ff0033;
    color: #FFF;
    text-align: center;
    padding: 6px;
    margin-bottom: 5px;
}

.root-4 {
    margin: 0px;
    padding:8px;
}
.sidebarfeature {
    border: 1px rgba(0,0,0,.2) solid;
    background-color: rgba(0,0,0,.03);
    margin-bottom: 20px;
    padding: 10px;

}
.rootwrapper {
    border: solid 1px #d2d2d2;
    border-top: none;
    text-align: left;
    background-color: #fff;
    padding: 20px 20px;
    background-color: #f8f8f8;
    position: relative;
}
.rootwrapper:nth-child(odd) {
    background-color: #f1f1f1;
}
.rootwrapper p {

    overflow: hidden;
    margin-bottom: 15px;
}

.rootwrapper > div > a > img {

}
.rootwrapper a.h{
    font-size: 22px;
    font-weight: bold;
}
.rootwrapper .h-nolink{
    font-size: 22px;
    font-weight: bold;
    color: #909090;
}

.rootwrapper li {

    line-height: 25px;
}



.wrapper-single {
    border-top: solid 1px #d2d2d2;


    -webkit-box-shadow: inset 0px 0px 21px -6px rgba(0,0,0,0.11);
    -moz-box-shadow: inset 0px 0px 21px -6px rgba(0,0,0,0.11);
    box-shadow: inset 0px 0px 21px -6px rgba(0,0,0,0.11);
    margin:  0px -30px 0px -30px;
    padding: 15px 30px 25px 30px;

}

.single-btn-wrapper {
    margin-top: 15px;
    margin-bottom: 0px;
    float: left;
    width: 100%;

}
.learnmorebtn {
    background-color: #000000;
    padding: 0px 25px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: 30px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    height: 34px;
    line-height: 34px;
    /* border-left: solid 5px #fff; */
}
.learnmorebtn:after {

color: #fff;

position: absolute;

top: 0px;

right: -15px;

border-style: solid;

border-width: 17px 0 17px 15px;

border-color: transparent transparent transparent #000000;

content: ' ';

display: block;
}
.learnmorebtn:hover {
    background-color: #008ac7;
    color: #fff;
}
.learnmorebtn:hover:after {
    border-color: transparent transparent transparent #008ac7;
    border-width: 17px 0 17px 20px;
    right: -20px;
}
.full-width-white {
    background-color: #fff;
}
.rootwrapper .out-of-stock {
    background-color: #929292;
    padding: 5px 25px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.title-bar {
    height: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
}

a.btnx {
color: #FFF;
font-weight: bold;
text-shadow: 1px 1px 1px #000;
position: relative;

width: 100%;
padding: 5px 15px;
    text-align: center;
float: left;
    background-color: #9D0202;
    margin: -1px 0 0 0;

}

a.btnx:hover {

    background-color: #0d568c;



}
a.btnx.active {
    background-color: #0d568c;
}
a.btnx .txt-inner {
    font-size: 15px;
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    bottom: 0px;
    overflow: hidden;
    padding: 0px 10px 0 10px;
}



a.fin-btnx:first-child {
	border-left:none;
}


a.fin-btnx .txt-inner {
    font-size: 15px;
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    bottom: 0px;
    overflow: hidden;
    padding: 0px 10px 0 10px;
}


a.make-big:before  {
    border-color: transparent transparent #9D0202 transparent;
    border-style: solid;
    border-width: 0px 40px 20px 40px;
    height: 0px;
    content: ' ';
    position: absolute;
    left: calc(50% - 40px);
    top:-20px;
}

a.make-big:hover:before  {
    border-color: transparent transparent #0d568c transparent;
    border-style: solid;
    border-width: 0px 40px 20px 40px;
    height: 0px;
    content: ' ';
    position: absolute;
    left: calc(50% - 40px);
    top:-20px;
}


a.make-big {
    display: block;

    height: 60px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}


.wrapper-single a.smallerlink {
    font-size: 13px;

}
.wrapper-single a.smallerlink:hover {


    color: #568abc;

}
h2.stateheading {
    font-weight: bold;
    color: #696969;
    margin-top: 0;
}
.banner-wrapper {
    border: #d6d6d6 solid 1px;
    padding: 2px;

}
.product-form .title {
    font-size: 20px;
    font-weight: bold;
    height: 43px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    padding: 8px 3px 8px 15px;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 10px;

    background-color: #9D0202;
}

.product-form .product_formlabel {
    font-weight: normal;
    font-size: 15px;
    color: #252525;
    margin-bottom: 0px;

}

.product_form_submit-wrapper {
    margin-top: 15px;
}

.productcathead  {
    color: #252525;
    padding: 6px;
    background-color: #f4f4f4;
    margin-right: -10px;
    margin-left: -10px;
    margin-top: -10px;





}





.productcathead h2  {

    text-decoration: none;
    font: bold 26px  'Open Sans';
    margin: 0px;

}

.products_sidebar .heading_link  a {
    color: #252525;
    text-decoration: none;
    width: 100%;
    padding: 2px 0 2px 4px;
    border-bottom: solid 1px #f4f4f4;
    display: block;
    font: bold 16px  'Open Sans';
    margin-top: 20px;
    background-color: #f7f7f7;
}
.products_sidebar .heading_link  a:hover {

    background-color: #c9c9c9;

}



.products_sidebar .heading_link {
    margin-top: 23px !important;
}


.products_sidebar .sub_heading_link  a {
    color: #144878;
    text-decoration: none;
    font: normal 14px 'Open Sans';

    margin-right: 10px;
   
    overflow: hidden;
    padding: 2px;
    padding-left: 10px;
    line-height: 23px;
    display: block;
    width: 100%;



}
.products_sidebar .sub_heading_link  a:hover {
    background-color: #ebebeb;



}

.bx-wrapper-wrapper {
    border: solid 1px #d2d2d2;
}
.bx-wrapper-no-banner {
    border-bottom: solid 1px #d2d2d2;
}

.products_sidebar   {
   /* padding-left: 0;*/
}
.products_sidebar .wrapper   {
    border: solid 1px #cacaca;
    padding: 10px;
    overflow: hidden;
}


.product-form input, .product-form textarea, .product-form select {
    box-shadow: none;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 10px 0;
    width: 100%;
    outline: none;
    border: 1px solid #cbccca;
    background: #ffffff;
    font: 16px;
    line-height: 18px;
    color:#525252;
    padding: 2px 8px;
    height: 30px;


}
.product-form textarea {

    height: 86px;


}

.product_form_submit {

    margin-top: 10px;
    width: 100%;
    padding: 2px;
    color: #252525;
    background-color: #efefef;
}




.metro .breadcrumbs {
    margin-bottom: 15px;
    margin-top: -25px;
    padding-top: 0px !important;
}
.metro .breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 100%;
    font-size: 16px;

}
.metro .breadcrumbs ul li {
    float: left;
    margin: 0 0 0 0;
    font-weight: normal;
    padding: 0 !important;
}
.metro .breadcrumbs ul li:first-child {
    margin-left: 0 !important;
}

.metro .breadcrumbs ul li:last-child a:hover {
    color: #252525;
    cursor: initial;
}

.metro .breadcrumbs ul li:last-child a:hover:after {

}

.metro .breadcrumbs ul li:last-child:after {
    content: normal;
}
.metro .breadcrumbs ul li a {

    padding: 0;
    float: left;
    text-decoration: none;

    position: relative;
}
.metro .breadcrumbs ul li a:hover {


}

.metro .breadcrumbs ul li a:hover:after {

}

.metro .breadcrumbs ul li a:after {
    content: "\f101";
    font-family: FontAwesome;
    color: #000;
    padding-right: 8px;
    padding-left: 4px;
}
.metro .breadcrumbs ul li:first-child a:after {
    padding-left: 7px;
}



.metro .breadcrumbs ul li:last-child {


}

.metro .breadcrumbs ul li:last-child a {
    color: #4d4d4d;
    font-weight: bold;
}
.metro .breadcrumbs ul li:last-child a:hover {
    color: #000;
}

.metro .breadcrumbs ul li:last-child a:hover:after {

}

.metro .breadcrumbs ul li:last-child a:after {
    display: none;
}
#vehicle-img{
    margin-top: 55px;
}

@media (max-width: 767px) {
    .main-features {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .rootwrapper {
        padding-bottom: 50px;
    }
    .rootwrapper a.h,.rootwrapper .h-nolink {
        font-size: 18px;
    }
    .over-banner-txt {
        font-size: 20px;
    }
    .over-banner-txt .large {
        font-size: 25px;
    }
    a.financing-buttons {
        font-size: 30px;
    }


}

