@charset "utf-8";
/* CSS Document */

header {

}

.panel-content p {
    font-size:15px;
    color:#4D4D4D;
}
.bwrap {

}

.metro h1,
.metro h2,
.metro h3 {
    font-family: 'Roboto';
    font-weight: bold;
}

.top-stripe {
    height: 30px;
    background-color: #45484D;
    color: #FFF;
    background: rgb(69,72,77); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

    padding: 2px 0 0 0;

}
.top-stripe a {
    color: #fff;
    text-decoration: underline;
}
.logo {
    margin-top: 10px;
}


.customerlocation {
    text-align:right;
    background-color:#451667;
    padding:10px;
    color:#FFF;
    width:250px;
    height:126px;
    cursor:pointer;
}
.metro .body_content li {
    font-size: 17px;
    line-height: 27px !important;
}

.metro .body_content h3 {
    margin-top: 30px;
    margin-bottom: 20px;


}
.main-menu-wrapper {

    margin-top: 0px;
    margin-bottom: 15px;
    margin-top: 15px;
    background-color: #451667;

}

.block-button-list {
    width: calc(100% + 15px);
    overflow: hidden;
}
.block-button-list a.button-block {
    display: block;
    width: 157px;
    height: 157px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
}
.block-button-list a.button-block.double {
    width: 320px;
}

a.button-block .w {
    position: absolute;
    top: 6px;
    text-align: center;
    color: #fff;
    width: 100%;
}
a.button-block > div .t {
    font-size: 22px;
    font-weight: bold;
    text-shadow: 1px 1px 0px #000;
}
a.button-block > div .s {
    font-size: 12px;
    font-weight: normal;
    margin-top: -4px;
    margin-bottom: 6px;
    text-shadow: 1px 1px 0px #000;
}
a.button-block > div .ibottom {
    background-color: rgba(0,0,0,.6);
    margin-left: auto;
    margin-right: auto;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
a.button-block .itop {
    font-size: 55px;
    line-height: 90px;
    color: #fff;
}

.block-button-list a.button-block.purple {
    background-color: rgb(182, 0, 182);
    border:none;
}
.block-button-list a.button-block.purple:hover {
    background-color: rgb(109, 42, 119);
}
.block-button-list a.button-block.blue {
    background-color: rgb(0, 129, 244);
}
.block-button-list a.button-block.blue:hover {
    background-color: rgb(0, 87, 200);
}



.info-window {
    text-align: left;
    max-width: 270px;
    min-width: 240px;
    overflow-x: hidden;
}
.info-window .iw-title {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: -4px;
    display: flex;
}
.info-window .iw-title img {
    max-width: 22px;
    height: unset;
}
.info-window .iw-logo {
    position: absolute;
    right: 0;
    margin-top: 20px;
    width: 110px;
}
.info-window .iw-nationwide-banner {
    margin-top: 8px;

}

.info-window .iw-factory-direct-state {
    position: absolute;
    text-align: center;
    bottom: 0px;
    left: 0px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    width: 124px;
}
.info-window .iw-phone {
    font-size: 16px;
    font-weight: bold;
    color: #451667;
}
.info-window .iw-location {
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 8px;
}
.info-window .iw-img-wrapper {
    padding-right: 10px;
}

.info-window span.iw-flex-col {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.gm-style-iw button[title="Close"] {
    display: none !important;
}
.info-window span.iw-close-btn-wrapper {
    min-width: 18px;
}
.info-window span.iw-close-btn {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #00000000;
    border-top-right-radius: 6px;
    z-index: 4;
    cursor: pointer;
}
.info-window span.iw-close-btn:hover {
    background-color: #00000012;
}
.info-window span.iw-close-btn svg {
    width: 14px;
    height: 14px;
}
.info-window span.iw-strong {
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info-window span.iw-txt-small {
    font-size: 14px;
}
.info-window .iw-links {
    padding: 10px 0 0 0;
}
.info-window .iw-links a {
    color: #145cdd;
    font-weight: bold;
    text-decoration: none;
    padding: 0 0 0 0px;
    font-size: 15px;
}
.info-window .iw-links a:hover {
    color: #274b97;

}
.info-window .iw-stats {

    display: flex;

    justify-content: flex-start;

    padding: 10px 0 8px 0;

    margin: -4px;
}
.info-window .iw-stats .iw-stats-box {
    border: solid 2px #efefef;
    text-align: center;
    /* padding: 5px; */
    border-radius: 2px;
    margin: 4px;
    flex-grow: 1;
}

.info-window .iw-stats .iw-stats-box .iw-stats-title {

    font-size: 14px;

    padding: 2px 6px;

    background-color: #efefef;
}

.info-window .iw-stats .iw-stats-box .iw-stats-val {
    font-weight: bold;
    font-size: 16px;
    padding: 4px;
}
.info-window .iw-stats .iw-stats-box .iw-stats-val .ratingof {
    font-size: 20px;
}

.metro .nopaddrightexceptmobile {
    padding-right: 0;
}
.metro .nopaddleftexceptmobile {
    padding-left: 0;
}


.rental-location-wrapper {
    height: 54px;
    border-left: solid 1px #F4F4F4;
    border-top: none;
    overflow: hidden !important;
    position: relative;

}
.rental-pager-wrapper {
    height: 39px;
    border-left: solid 1px #F4F4F4;
    border-bottom: solid 1px #F4F4F4;


}
.rental-van-title {
    font-size: 18px;
    margin-top: 30px;
    padding: 5px;
    background-color: #f2f2f2;
}
.rental-zip-input {
    border: solid 2px #4184F2;
    border-radius: 0 !important;
    height: 54px;
    font-size: 19px;
    line-height: 30px;
    padding: 0 0 0 20px;
    width: calc(100% - 110px);
    margin-right: 0;
    -webkit-box-shadow: inset 4px 4px 5px 0px rgba(0,0,0,0.02);
    -moz-box-shadow: inset 4px 4px 5px 0px rgba(0,0,0,0.02);
    box-shadow: inset 4px 4px 5px 0px rgba(0,0,0,0.02);
    float: left;
}

.rental-zip-button {
    width: 110px;
    height: 54px;
    margin-left: 0;
    float: left;
    font-family: "Roboto", "Open Sans", Verdana, Arial !important;
    background-color: #4184F2 !important;
    color: #fff !important;
    position: relative;
    padding: 5px 5px 5px 5px !important;
}

.rental-zip-button:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 16px 26px 0px;
    border-color: transparent #4184F2 transparent transparent;
    content: ' ';
    position: absolute;
    left: -17px;
    top: -0px;
}

.rental-map-wrapper {
    border: solid 2px #F4F4F4;
}
.rental-search-type-wrapper {


    margin-left: 0;
    float: left;
    z-index: 2;
    position: relative;
    padding-left: 1px;
}
.search-input-wrapper {
    -moz-transition: right 0.3s ease-out;  /* FF4+ */
    -o-transition: right 0.3s ease-out;  /* Opera 10.5+ */
    -webkit-transition: right 0.3s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: right 0.3s ease-out;  /* IE10 */
    transition: right 0.3s ease-out;
    position: absolute;
    z-index: 1;
    width: 100%;
}
#state-search-wrapper {

}
.found-records {
    position: absolute;
}
.found-records-txt {
    float: left;
    font-size: 15px;
    margin-top: -4px;
    line-height: 18px;
}
.found-records-cnt {
    float: left;
    margin-right: 10px;
    background-color: #DB4437;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    width: 40px;

}
.rental-search-type .searchbyhead {
    font-size: 12px;
    color: rgba(0,0,0, .8);
    margin-bottom: -3px;
    font-weight: normal;
}
.rental-search-type.active .searchbyhead {
    color: rgba(255, 255, 255, .8);
}
.rental-search-type:hover .searchbyhead {
    color: rgba(255, 255, 255, .8);
}
.rental-search-type {
    font-size: 15px;
    font-weight: bold !important;
    text-align: left;
    padding: 5px 12px;
    position: relative;
    cursor: pointer;
    float: left;
    background-color: #ebebeb;
    border-right: solid 1px #fff;
}
.rental-search-type.viewtype {
    display: none;
}

.rental-search-type:hover {
    background-color: #DB4437;
    color: #fff;
}


.rental-search-type.active {
    background-color: #4184F2;
    color: #fff;
    border-bottom: none;

}
.rental-search-type:hover:before {
    width: 0;
    height: 0;
    content: ' ';
    border-style: solid;
    border-width: 10px 16px 0px 16px;
    border-color: #DB4437 transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left:calc(50% - 16px);

}
.rental-search-type.active:before {
    width: 0;
    height: 0;
    content: ' ';
    border-style: solid;
    border-width: 10px 16px 0px 16px;
    border-color: #4184F2 transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left:calc(50% - 16px);

}
.locator-state {
    background-color: #fff;
    padding: 10px;
    cursor: pointer;
}
.locator-state:hover {
    background: -moz-linear-gradient(-45deg,  rgba(30,87,153,0.22) 0%, rgba(41,137,216,0.21) 50%, rgba(32,124,202,0.21) 51%, rgba(125,185,232,0.2) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(30,87,153,0.22)), color-stop(50%,rgba(41,137,216,0.21)), color-stop(51%,rgba(32,124,202,0.21)), color-stop(100%,rgba(125,185,232,0.2))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(30,87,153,0.22) 0%,rgba(41,137,216,0.21) 50%,rgba(32,124,202,0.21) 51%,rgba(125,185,232,0.2) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(30,87,153,0.22) 0%,rgba(41,137,216,0.21) 50%,rgba(32,124,202,0.21) 51%,rgba(125,185,232,0.2) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(30,87,153,0.22) 0%,rgba(41,137,216,0.21) 50%,rgba(32,124,202,0.21) 51%,rgba(125,185,232,0.2) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(30,87,153,0.22) 0%,rgba(41,137,216,0.21) 50%,rgba(32,124,202,0.21) 51%,rgba(125,185,232,0.2) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#381e5799', endColorstr='#337db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.locator-state:nth-child(odd) {
    background-color: #F4F4F4;
}
.locator-state:after {
    display: block;
    content: ' ';
    clear: both;
}
.locator-state .list-left {
    float: left;
    font-size: 17px;
    font-weight: bold;
}
.locator-state .list-right {
    float: right;
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    background-color: #4184F2;
    font-size: 17px;
    font-weight: bold;
    padding: 3px 5px;
}
.location-selectstate {
    background-color: #4184F2;
    color: #fff;
    height: 54px;
    padding: 13px 10px;
    font-size: 17px;
    font-weight: bold !important;

}
.location-clearstate {
    background-color: #DB4437;
    color: #fff;
    height: 54px;
    padding: 13px 10px;
    font-size: 17px;
    font-weight: bold !important;
    cursor: pointer;
    display: none;
}
.location-clearstate:hover {
    background-color: #f54a3c;
}
.clearstatetxt {
    position: absolute;
    right: 10px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.map-list {
    height: 100%;
    overflow-y: scroll;
    border: solid 1px #F4F4F4;
    border-bottom: solid 3px #F4F4F4;
    border-top: solid 3px #F4F4F4;
    border-right: none;
}
.map-list .ml-item {
    border-bottom: solid 1px #F4F4F4;
    padding: 25px 5px 25px 5px;
    position: relative;
    cursor: pointer;
}

.map-list .ml-item:nth-child(even) {
    background-color: #f7f7f7;

}
.map-list .ml-item:hover {
    background-color: #e6e6e6;

}
.map-list .ml-item.active {
    background: -moz-linear-gradient(-45deg,  rgba(30,87,153,0.22) 0%, rgba(41,137,216,0.21) 50%, rgba(32,124,202,0.21) 51%, rgba(125,185,232,0.2) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(30,87,153,0.22)), color-stop(50%,rgba(41,137,216,0.21)), color-stop(51%,rgba(32,124,202,0.21)), color-stop(100%,rgba(125,185,232,0.2))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(30,87,153,0.22) 0%,rgba(41,137,216,0.21) 50%,rgba(32,124,202,0.21) 51%,rgba(125,185,232,0.2) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(30,87,153,0.22) 0%,rgba(41,137,216,0.21) 50%,rgba(32,124,202,0.21) 51%,rgba(125,185,232,0.2) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(30,87,153,0.22) 0%,rgba(41,137,216,0.21) 50%,rgba(32,124,202,0.21) 51%,rgba(125,185,232,0.2) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(30,87,153,0.22) 0%,rgba(41,137,216,0.21) 50%,rgba(32,124,202,0.21) 51%,rgba(125,185,232,0.2) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#381e5799', endColorstr='#337db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.map-list .ml-item .ml-pull-right {
    margin-left: 30px;
}
.map-list .ml-item .ml-icon {
    position: absolute;
    width: 30px;
}
.map-list .ml-item .ml-title {
    font-weight: bold;
}
.map-list .ml-item .ml-city {
    font-weight: normal;
}
.map-list .ml-item .ml-distance {
    position: absolute;
    right: 8px;
    top: 22px;
    text-align: right;
}
.map-list a {
    color: #4184F2;
    text-decoration: none;
    font-size: 15px;

}
.map-list .ml-hover-arrow {
    position: absolute;
    right: 10px;
    top: 46px;
    background-color: rgb(179, 179, 179);
    width: 30px;
}
.map-list .ml-hover-arrow i {
    position: relative;
    margin-left: 10px;
    margin-top: 5px;
    color: #fff;
    font-size: 20px;
}
.map-list .iw-links a:hover {
    color: #385dba;
}


.productpage .inventory-box {
    background-color: rgba(0,0,0,.03);
    color: rgba(0,0,0, 0.8);
    font-weight: 300;
    border: solid 1px rgba(0,0,0,.1);
    padding: 10px;
    text-align: center;
    position: relative;
    box-sizing: border-box;

}
.productpage a .inventory-box:hover {
    background-color: rgba(104, 24, 143, 0.2);



}
.productpage.map-list .ml-item .realtime-heading {
    font-weight: bold;
    font-size: 18px;
}
.productpage .inventory-box .total {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    box-sizing: border-box;

}
.productpage .inventory-box .totalholder {
    height: 45px;
    box-sizing: border-box;

}


.productpage.map-list {
    height: 100%;
    border: none !important;
    margin: 10px -10px -10px -10px;


}
.productpage.map-list .ml-item {
    border: solid 1px rgba(0,0,0,.2);
    border-left: none;
    border-right: none;
    border-bottom: none;
    position: relative;
    cursor: default;
    padding: 25px 10px;
}


.productpage.map-list .ml-item:nth-child(even) {
    background-color: #fff;

}
.productpage.map-list .ml-item:hover {
    background-color: rgba(0,0,0,.03) !important;

}
.productpage.map-list .ml-item.active {
    background: -moz-linear-gradient(-45deg,  rgba(30,87,153,0.22) 0%, rgba(41,137,216,0.21) 50%, rgba(32,124,202,0.21) 51%, rgba(125,185,232,0.2) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(30,87,153,0.22)), color-stop(50%,rgba(41,137,216,0.21)), color-stop(51%,rgba(32,124,202,0.21)), color-stop(100%,rgba(125,185,232,0.2))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(30,87,153,0.22) 0%,rgba(41,137,216,0.21) 50%,rgba(32,124,202,0.21) 51%,rgba(125,185,232,0.2) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(30,87,153,0.22) 0%,rgba(41,137,216,0.21) 50%,rgba(32,124,202,0.21) 51%,rgba(125,185,232,0.2) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(30,87,153,0.22) 0%,rgba(41,137,216,0.21) 50%,rgba(32,124,202,0.21) 51%,rgba(125,185,232,0.2) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(30,87,153,0.22) 0%,rgba(41,137,216,0.21) 50%,rgba(32,124,202,0.21) 51%,rgba(125,185,232,0.2) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#381e5799', endColorstr='#337db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.productpage.map-list .ml-item .ml-pull-right {
    margin-left: 0px;
}
.productpage.map-list .ml-item .ml-icon {
    position: absolute;
    width: 25px;
    margin-top: -12px;
    margin-left: -2px;
}
.productpage.map-list .ml-item .ml-title {
    font-weight: bold;
    font-size: 18px;
    padding-left: 25px;
}
.productpage.map-list .ml-item .ml-city {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
.productpage.map-list .ml-item .ml-distance {
    position: relative;
    font-weight: normal;
    text-align: left;
    right: 0px;
    top: 0px;

}
.productpage.map-list a.more-product-details-btn {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    float: none !important;
    display: block;
    margin-top: 20px;

}

.productpage.map-list .ml-hover-arrow i {
    position: relative;
    margin-left: 10px;
    margin-top: 5px;
    color: #fff;
    font-size: 20px;
}
.productpage.map-list .iw-links a:hover {
    color: #385dba;
}



.paging-arrows {
    float: right;
    padding-right: 15px;
    padding-top: 4px;
}
.paging-results {
    position: absolute;
    right: 100px;
    padding-top: 7px;

}
.paging-arrows a {
    font-size: 20px;
    color: #4184F2;
    padding: 0 8px;
    display: inline-block;
}
.paging-arrows a:hover {
    color: #fff;
    background-color: #4184F2;
}
.paging-arrows a.disabled {
    color: #e5e5e5;
    cursor: not-allowed;
}
.paging-arrows a.disabled:hover {
    color: #e5e5e5;
    background-color: #fff;

}




@media (min-width: 100px) and (max-width: 767px)  {

    .map-list {
        border-right: solid 1px #F4F4F4;
    }
    .rental-zip-input {
        height: 38px;
        font-size: 18px;
        line-height: 30px;
        width: 100%;
    }
    .rental-zip-button {
        height: 38px;
        padding: 2px 5px 5px 5px !important;
        display: none !important;
    }
    .rental-zip-button:before {
        border-width: 18px 16px 18px 0px;
    }
    .rental-location-wrapper {
        height: 38px;
    }
    .rental-search-type {
        padding: 5px 7px;
    }
    .rental-search-type.viewtype {
        background-color: #DB4437;
        color: #fff;
        position: absolute;
        right: -1px;
        display: block;
    }
    .rental-search-type-wrapper {
        width: 100%;
    }
    .info-window {
        width: 260px;
        height: 200px;
    }

}



a.bloglink {
    color: rgba(69,22,103,1);
    font-weight: bold;
    font-size: 16px;
    background-color: rgba(0,0,0,.05);
    border-radius: 4px;
    padding: 5px;
    float: right;
    margin-top: 5px;
}
a.bloglink:hover {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background-color: rgba(69,22,103,1);
    border-radius: 4px;
    padding: 5px;
    text-decoration: none;
}
a.bloglink:after {
    display: block;
    clear: both;
    content: ' ';
}
.main-menu-wrapper .horizontal-menu li a {
    color: #fff ;

}



.metro #top_page h1 {
    font-weight: bold !important;
}

.localdealerx h3 {
    color: #000;
}


#my-location-btn
{
    display:block;
    position:absolute;
    right: 15px;
    width:250px;
    height: 126px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

#my-location-btn:hover
{
    background-position: 0 -126px;
}



/*  Home page packery */

/* List all vans Packery/ masonry */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.dc-home {
    margin-top: 40px;
}
.dc-home h2 {
    border-top: solid 1px rgba(0,0,0,.2);
    margin-top: 0;
    padding-top: 20px;
}


.packery {


    margin: 0 -10px 0 -10px;
}

/* clearfix */
.packery:after {
    content: ' ';
    display: block;
    clear: both;
}

.item {
    width:  33.333333333333%;
    float: left;
    padding: 0px 10px 20px 10px;
    box-sizing: border-box;
    color: #000;
    position: relative;



}
.item > div {
    width:  100%;
    height: 100%;
    background: #fff;


    position: relative;
    padding: 5px;
    box-sizing: border-box;
}




.item.w1 { width:  16.6666666666%; }
.item.w2 { width:  33.3333333333%; }
.item.w3 { width:  50%; }
.item.w4 { width:  66.6666666666%; }
.item.w5 { width:  80%; }
.item.w6 { width:  100%; }

.item.height-6 { height: 500px;  }
.item.height-5 { height: 320px;  }
.item.height-4 { height: 256px;  }
.item.height-3 { height: 192px;  }
.item.height-2 { height: 128px;  }
.item.height-1 { height: 64px;  }





@media (min-width: 1400px) {
    .item.w2.home-main-banner-row { width:  538px; }
    .item.w4.home-main-banner-row { width:  812px; }

}






.item .video-review {
    background-image: url(/img/homeimages/bruno-out-sider-scooter-lift.jpg);
    background-position: top center;
}












.bottom-menu-wrapper1 {
    height: 400px;
}






h2.categories {
    color: #451667;
    margin-bottom: 25px;
    font-weight: bold;
    line-height: 39px;
}

.nobannerH1 {
    border-bottom: #eee solid 1px;
    padding-bottom: 12px !important;
    margin-bottom: 40px !important;
}
.dealerlistH1 {
    border-bottom: #eee solid 1px;
    padding-bottom: 12px !important;
    margin-bottom: 15px !important;
}
.dealerlist-citystate {
    font-size: 18px;
    margin-bottom: -5px;


}
.row-gap {
    margin-top: 50px;
}
.dealerlist-bottoms {
    margin-top: 15px;
    text-align: center;
    font-weight: 400;
}

.reviewsH1 {
    border-bottom: #eee solid 1px;
    padding-bottom: 12px !important;
    margin-bottom: 0px !important;
}

.sidebarfeature {
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0px;
    background-color: #FFF;
    margin-bottom: 20px;
    padding: 15px;
}
.sidebarfeature .vanforsalestateinfo h2,
.sidebarfeature .vanforsalestateinfo p,
.sidebarfeature .vanforsalestateinfo li,
.sidebarfeature .vanforsalestateinfo h3 {
    font-family: "Roboto";
}
.sidebarfeature .vanforsalestateinfo h2 {
    font-size: 17px;
    line-height: 22px;
    text-shadow: none;
    color: rgba(0, 0, 0, 0.8);
}
.sidebarfeature .vanforsalestateinfo h3 {
    font-size: 16px;
    line-height: 21px;
    text-shadow: none;
    color: #fff;
    margin: 10px 0px 5px;
    background-color: rgba(0,0,0,.7);
    padding: 2px 4px;
}
.sidebarfeature .vanforsalestateinfo .phone {
    font-size: 19px;
    line-height: 21px;
    text-shadow: none;
    color: #252525;
    margin: 10px 0 5px 0;
    font-weight: bold;
    margin: 0 0 8px 0;
    padding-left: 32px;
}
.sidebarfeature .vanforsalestateinfo p {
    font-size: 15px !important;
    line-height: 20px;
}
.sidebarfeature .vanforsalestateinfo .sub-title {
    margin-top: -5px;
    margin-bottom: 20px;
}
.sidebarfeature .vanforsalestateinfo .address {
    font-size: 15px !important;
    line-height: 20px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    padding-left: 32px;
    font-family: 'Roboto', sans-serif !important;
}
.sidebarfeature .vanforsalestateinfo .smallheading {
    font-size: 14px !important;
    line-height: 18px;
    background-color: rgba(0,0,0,.05);
    padding: 2px 5px 2px 5px;
    margin-top: -5px;
}
.sidebarfeature .vanforsalestateinfo .slug {
    padding-left: 32px;
    margin: 0 0 8px 0;
}
.sidebarfeature .vanforsalestateinfo .inv {
    padding-left: 32px;
    margin: 0 0 8px 0;
}
.sidebarfeature .vanforsalestateinfo .weblink {
    padding-left: 32px;

}
.sidebarfeature .vanforsalestateinfo .addiconbefore:before {
    font-family: "FontAwesome";
    line-height: 18px;
    position: absolute;
    margin-left: -32px;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 2px 4px;
    width: 24px;
    text-align: center;
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.7);
    margin-right: 0px;
}
.sidebarfeature .vanforsalestateinfo .address:before {
    content: "\f041";
}
.sidebarfeature .vanforsalestateinfo .phone:before {
    content: "\f095";
}
.sidebarfeature .vanforsalestateinfo .weblink:before {
    content: "W";
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold;
}
.sidebarfeature .vanforsalestateinfo .slug:before {
    content: "\f129";
}
.sidebarfeature .vanforsalestateinfo .inv:before {
    content: "V";
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold;
}


.sidebarfeature .vanforsalestateinfo .addiconbefore.smaller {

    margin-bottom: 4px !important;
}
.sidebarfeature .vanforsalestateinfo .addiconbefore.smaller:before {
    font-size: 12px !important;
    padding: 0px 4px;
    line-height: 16px;
    margin-top: 3px;
}

.state-image {
    position: relative;
}


.state-image .state-heading {
    position: absolute;
    top: 10px;
    left: 15px;
    margin: 0;
    padding: 0;
    font-size: 40px !important;
    color: #fff !important;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-shadow: 2px 2px 1px #000, -1px -1px 1px rgba(0,0,0,.6);
}
.state-image h3 {
    position: absolute;
    top: 80px;
    left: 15px;
    margin: 0;
    padding: 0 10px 0 0;
    font-size: 19px !important;
    line-height: 25px;
    color: #fff !important;
    text-shadow: 2px 2px 1px #000, 0px 0px 3px #000, 0px 0px 5px #000, -1px -1px 1px rgba(0,0,0,.6);
}

.state-image.noimagebg {
    position: relative;
    background-color: #451667;
    padding: 10px;
}
.state-image.noimagebg .state-heading {
    position: static;

    margin: 0 0 10px 0;
    padding: 0;
    font-size: 40px !important;
    color: #fff !important;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-shadow: 2px 2px 1px #000, -1px -1px 1px rgba(0,0,0,.6);
}
.state-image.noimagebg h3 {
    position: static;

    margin: 0;
    padding: 0 10px 0 0;
    font-size: 17px !important;
    line-height: 24px;
    color: #fff !important;
    text-shadow: none;
}

.standard-border {
    border: 1px solid rgba(0,0,0,.2);
}
.hand {
    cursor: pointer;
    padding: 5px;
}

.play-button {

    font-size: 15px;
    display: block;
    z-index: 2;
    position: absolute;
    width: 80px;
    height: 52px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    color:#fff;
    font-family: 'Roboto';
    border: 1px solid rgba(255, 255, 255, 1);
    -webkit-border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.65);
    -moz-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.65);
    box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.65);

    text-shadow: 1px 1px 0px #000;
    background: rgb(203,96,179); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(203,96,179,1) 0%, rgba(193,70,161,1) 50%, rgba(168,0,119,1) 51%, rgba(219,54,164,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(203,96,179,1)), color-stop(50%,rgba(193,70,161,1)), color-stop(51%,rgba(168,0,119,1)), color-stop(100%,rgba(219,54,164,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(203,96,179,1) 0%,rgba(193,70,161,1) 50%,rgba(168,0,119,1) 51%,rgba(219,54,164,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(203,96,179,1) 0%,rgba(193,70,161,1) 50%,rgba(168,0,119,1) 51%,rgba(219,54,164,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(203,96,179,1) 0%,rgba(193,70,161,1) 50%,rgba(168,0,119,1) 51%,rgba(219,54,164,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(203,96,179,1) 0%,rgba(193,70,161,1) 50%,rgba(168,0,119,1) 51%,rgba(219,54,164,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.play-button:hover {


    background: rgb(69,22,103); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(69,22,103,1) 0%, rgba(121,43,131,1) 50%, rgba(69,22,103,1) 51%, rgba(121,43,131,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(69,22,103,1)), color-stop(50%,rgba(121,43,131,1)), color-stop(51%,rgba(69,22,103,1)), color-stop(100%,rgba(121,43,131,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(69,22,103,1) 0%,rgba(121,43,131,1) 50%,rgba(69,22,103,1) 51%,rgba(121,43,131,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(69,22,103,1) 0%,rgba(121,43,131,1) 50%,rgba(69,22,103,1) 51%,rgba(121,43,131,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(69,22,103,1) 0%,rgba(121,43,131,1) 50%,rgba(69,22,103,1) 51%,rgba(121,43,131,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(69,22,103,1) 0%,rgba(121,43,131,1) 50%,rgba(69,22,103,1) 51%,rgba(121,43,131,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#451667', endColorstr='#792b83',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.home-featured-link {
    margin-top: 38px;
}
.home-featured-link a {
    font-weight: bold;
}
.current_label h2 {

    font-size: 34px !important;
    margin-top: 0px;
    font-weight: bold;
    line-height: 56px;
}
.current_label h3 {
    color: #FFF !important;
    font-size: 23px !important;
    margin-top: 0px;
}

.ratingbox hr {
    margin: 0;
}

.ratingbox h3 {
    color: #252525;
}

.dealerservices h2 {
    font-size: 21px;
    font-weight: 600;
    margin-top: -5px;

}
.dealerservices a {
    width: 100% !important;
    font-size: 18px !important;
    margin-top: 10px !important;
    height: 35px !important;
    padding-top: 8px !important;
}









.metro .hero {
    background-color: rgba(0,0,0,.06);
    padding: 80px 0 60px 0;
}
.metro .indent-blvd {
    margin-left: 15px;



}
.metro .hero h2 {
    margin: 0 0 10px 0;
    color: rgba(0,0,0,.9);
    font-weight: 400;
    font-size: 35px;
    font-family: 'Oswald';



}
.metro .hero strong {
    color: #451667;



}

.metro .row-add-pad {
    padding: 15px 15px 0 15px;
}

.metro .wheelchair-van-section {
    padding: 0;
    margin: 0 !important;
    border-right: none;
    border-bottom: none;
}


.metro .wheelchair-van-section h2 {
    font-size: 26px;
    font-weight: bold;
    margin-top: -5px;
}
.metro .wheelchair-van-section div p {
    font-size: 16px;
    color: #332d2d;
    margin-bottom: 20px;
}
.metro .wheelchair-van-section div p a {
    color: #332d2d;
    border-bottom: solid 1px #dddddd;
}
.metro .wheelchair-van-section ul {
    margin: 0 -2px 0 -2px;
    padding: 0;
    list-style: none;
}
.metro .wheelchair-van-section ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.metro .wheelchair-van-section ul li {
    display: block;
    position: relative;
    float: left;
    width: 33%;
}

.metro .wheelchair-van-section .relative {
    position: relative;
}

.metro .wheelchair-van-section .purple,
.metro .wheelchair-van-section .pink {
    margin-top: 32px;
}
.metro .wheelchair-van-section .purple h3 a {
    color: #451667;
}

.metro .wheelchair-van-section .pink h3 a {
    color: #792B83;
}

.metro .wheelchair-van-section a.small {
    font-size: 16px;
    color: rgba(0,0,0,0.6);
    margin: 2px;
    text-decoration: underline;
}
.metro .wheelchair-van-section a.small:hover {
    color: #451667;
}
.metro .wheelchair-van-section a.right-h3 {
    position: absolute;
    right: 2px;
    margin-top: -30px;
}

.metro .wheelchair-van-section .purple ul li a,
.metro .wheelchair-van-section .pink ul li a {
    font-size: 15px;
    display: block;
    background-color: rgba(0,0,0,0.01);
    border: 1px solid rgba(0,0,0,0.06);
    color: rgba(0,0,0,0.8);
    margin: 2px;
    padding: 3px 4px 5px 4px;
    font-weight: normal;
    -webkit-box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.025);
    -moz-box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.025);
    box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.025);
    position: relative;
}

.metro .wheelchair-van-section .purple ul,
.metro .wheelchair-van-section .pink ul {
    position: relative;
}

.metro .wheelchair-van-section .purple ul li a i,
.metro .wheelchair-van-section .pink ul li a i {
    position: absolute;
    right: 10px;
    top: 7px;
}

.metro .wheelchair-van-section .purple ul li a:hover,
.metro .wheelchair-van-section .purple ul li a:active{
    background-color: #451667;
    border: 1px solid #451667;
    color: #FFF;
    text-decoration: none;
    -webkit-box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.59);
    -moz-box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.59);
    box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.59);
}


.metro .blog-post-list {
    margin:0 -1px -1px -1px;
    padding: 40px 15px 40px 15px;
}
.metro .blog-post-list h2 {
    margin-top: -5px !important;
}
.metro .blog-post-list .thumb {

}
.metro .blog-post-list:after {
    clear: both;
    content: " ";
    visibility: hidden;
}
.metro .blog-sidebar {
    text-align: center;
}
.metro .blog-sidebar hr {
    margin-top: 40px;
}

.metro .blog-units {
    float: left;
    padding-right: 60px;
    margin-top: -15px;
    padding-bottom: 15px;
}
.metro .blog-units.img {
    float: left;
    padding-right: 5px;
    margin-top: -15px;
    padding-bottom: 15px;
}

.metro .blog-units .content {
    font-size: 14px;
    font-weight: bold;
    color: rgba(0,0,0,.7) !important;
}
.metro .wheelchair-van-section .pink ul li a:hover,
.metro .wheelchair-van-section .pink ul li a:active{
    background-color: #792B83;
    border: 1px solid #792B83;
    color: #FFF;
    text-decoration: none;
    -webkit-box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.59);
    -moz-box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.59);
    box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.59);
}
.metro .wheelchair-van-section > div {
    padding:25px;
    border-right: 1px #eaeaea solid;
    border-bottom: 1px #eaeaea solid;
    height: 420px;

}

.metro .wheelchair-van-section h3 a {
    font-size: 20px;
    color: #451667;
}

.metro .wheelchair-van-section .vfstop {
    position: absolute;
    right: 0;
    top: -30px;

}.metro .wheelchair-van-section .vfsbottom {
     position: absolute;
     left: 0;
     bottom: 0;
 }

.metro .vfs-image-banner {
    position: absolute;
    top: -2px;
    margin-left: -2px;
    width: 62px;
}
.metro .vfs-small-under-image {
    font-size: 11px;
    color: #757575;
}
.metro .standard_form_elements div {
    margin: 12px 0px 2px 0px;
    position: relative;
}

.metro .standard_form_elements input,
.metro .standard_form_elements select {
    font-size: 15px;
    display: block;
    background-color: rgba(0,0,0,0.01);
    border: 1px solid rgba(0,0,0,0.06);
    color: rgba(0,0,0,0.8);
    margin: 2px 0 2px 0;
    padding: 3px 4px 3px 4px;
    width: 100%;
    font-weight: normal;
    -webkit-box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.025);
    -moz-box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.025);
    box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.025);
    position: relative;

}
.metro .standard_form_elements .found {
    font-size: 15px;
    display: block;
    background-color: rgba(255,255,255,1);
    border: 1px solid rgba(0,0,0,0.06);
    color: rgba(0,0,0,0.6);
    margin: 2px;
    height: 200px;
    padding: 3px 4px 3px 4px;
    width: 100%;
    font-weight: normal;
    -webkit-box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.025);
    -moz-box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.025);
    box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.025);
    position: absolute;
    z-index: 9999;
    display: none;
    margin-top: -3px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.metro .standard_form_elements ul {
    list-style: none;
}
.metro .standard_form_elements ul li {
    border-bottom: 1px solid rgba(0,0,0,0.06);
    width: 100%;
    padding: 4px;
    cursor: pointer;
}.metro .standard_form_elements ul li:hover {
     border-bottom: 1px solid rgba(0,0,0,0.06);
     background-color: #eff0ef;
     width: 100%;
     padding: 4px;
     cursor: pointer;
 }
.metro .standard_form_elements button {
    font-size: 15px;
    font-weight: bold;
    display: block;
    float: right;
    background-color: #451667;
    color: #fff;
    margin: 4px -2px 2px 2px;
    padding: 5px 4px 6px 4px;
    -webkit-box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.59);
    -moz-box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.59);
    box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.59);
    position: relative;
    z-index: 50;
}
.metro .standard_form_elements button.nomatch:hover {
    background-color: #792B83;
    color: #fff;
    -webkit-box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.29);
    -moz-box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.29);
    box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.29);
}
.metro .standard_form_elements button.nomatch {
    font-size: 15px;
    font-weight: bold;
    display: block;
    float: right;
    background-color: #e8e8e8;
    color: #9d9d9d;
    margin: 4px -2px 2px 2px;
    padding: 5px 4px 6px 4px;
    -webkit-box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.19);
    box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.19);
    position: relative;
    z-index: 50;
}
.shiny-bg {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgb(247, 247, 247) 50%, rgb(243, 243, 243) 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%, rgb(247, 247, 247)), color-stop(51%, rgb(243, 243, 243)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgb(247, 247, 247) 50%, rgb(243, 243, 243) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgb(247, 247, 247) 50%, rgb(243, 243, 243) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgb(247, 247, 247) 50%, rgb(243, 243, 243) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(255,255,255,1) 0%, rgb(247, 247, 247) 50%, rgb(243, 243, 243) 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 */

}


.metro .shiny-bg .shiny-title {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 1px;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    padding: 0 14px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(234,234,234,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(234,234,234,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(234,234,234,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(234,234,234,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(234,234,234,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(234,234,234,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.metro .shiny-bg .shiny-title-fill-after {
    height: 30px;
}
.metro .shiny-bg .shiny-title h2 {
    padding: 2px 0 2px 0;
}
.metro .shiny-bg h3 {
    padding: 0;
    margin: 0;
    color: #3b3b3b;
}
.metro .standard_form_elements button.nomatch:hover {
    background-color: #e8e8e8;
    color: #9d9d9d;
    -webkit-box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.19);
    box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.19);
    cursor: not-allowed;

}


.metro .wheelchair-van-section .dealerlist {
    z-index: 49;
    height: 110px;
    overflow: hidden;
    position: relative;
}
.metro .wheelchair-van-section .fadetowhite {
    height: 30px;
    position: absolute;
    bottom: 0px;
    z-index: 999;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 89%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(89%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 89%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 89%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 89%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 89%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */





}
.metro .wheelchair-van-section .dealerlist ul {
    list-style: none;
}
.metro .wheelchair-van-section .dealerlist ul li {
    border-bottom: 1px solid rgba(0,0,0,0.06);
    width: 100%;
    padding: 4px ;
    cursor: pointer;
}.metro .wheelchair-van-section .dealerlist #dealer_li > li:hover {
     background-color: rgba(0,0,0,.1);
 }


.metro .wheelchair-van-section .dealerlist ul.dealer_info li.dealer_name {
    border-bottom: none;
    width: 60%;
    padding: 0px;
    cursor: pointer;
    font-size: 13px;
    white-space: nowrap;
}
.metro .wheelchair-van-section .dealerlist ul.dealer_info li.dealer_city {
    border-bottom: none;
    width: 40%;
    padding: 0;
    cursor: pointer;
    white-space: nowrap;
    font-size: 12px;
    text-align: right;
}




.small-play-button {
    left: 20px;
    top: 10px;
    font-size: 15px;
    display: block;
    z-index: 2;
    position: absolute;
    width: 40px;
    height: 28px;
    text-align: center;
    vertical-align: middle;
    opacity: 1;
    color:#fff;
    /* Need a slightly gray bg so it can be seen on black backgrounds */
    /* background-color-with-alpha */
    background-color: #07141e;
    background-color: #451667;
    background-image: url(http://video.blvd.com/shared-files/chapter-bg.png);
    border: 1px solid rgba(255, 255, 255, 1);
    /* border-radius */
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    /* box-shadow */
    -webkit-box-shadow: -2px 1px 1px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 1px 1px 1px rgba(0,0,0,0.75);
    box-shadow: -2px 1px 1px 1px rgba(0,0,0,0.75);


    text-shadow: 2px 2px 0px #000;
}

.small-author {

    border: solid 1px #fff;
    -webkit-box-shadow: -2px 1px 1px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 1px 1px 1px rgba(0,0,0,0.75);
    box-shadow: -2px 1px 1px 1px rgba(0,0,0,0.75);
}





@-webkit-keyframes homein {
    0% { transform: scale(.8) rotate(0.1deg) translate3d(-110px, -110px, 0px); }
    100% { transform: scale(1)  rotate(0deg) translate3d(-160px, -50px, 0px);    }
}
@-webkit-keyframes homeinfade {
    from { opacity: 0;}
    to { opacity: 1; }
}
@keyframes homein {
    0% { transform: scale(.8) rotate(0.1deg) translate3d(-110px, -110px, 0px); }
    100% { transform: scale(1)  rotate(0deg) translate3d(-160px, -50px, 0px);    }
}
@keyframes homeinfade {
    from { opacity: 0;}
    to { opacity: 1; }
}

.home-in {
    transform: scale(1) translate3d(-160px, -50px, 0px);
    -webkit-animation: homein 10s ease-out, homeinfade 1s ease-out;
    animation-duration: 10s;
    animation-name: homein;

    position: absolute;
}

.metro .wheelchair-van-section .main-image {



}

.metro .wheelchair-van-section .main-image-wrapper {
    overflow: hidden;
    background-color: #000;
}

.metro .wheelchair-van-section .main-image-logo {
    width: 140px;
    right: 0;
    bottom: 0;
    position: absolute;
}







.vehicle-bubble
{
    position: absolute;
    display: none;
    width: 180px;
    height: 100px;
    padding: 0px;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #7F7F7F solid 1px;
    z-index: 50;
    right: -71px;
    margin-top: -153px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.55);
}

.vehicle-bubble:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 21px 16px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 51;
    bottom: -21px;
    left: 74px;

}

.vehicle-bubble:before
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 21px 16px 0;
    border-color: #7F7F7F transparent;
    display: block;
    width: 0;
    z-index: 49;
    bottom: -22px;
    left: 74px;

}
.vehicle-bubble > img {
    position: absolute;
    margin-top: -19px;
    z-index: 52;
}


.find_a_rental_btn {
    margin-top: 15px !important;
}


.begin_end_date_selectors  {
    height: 60px;
    margin: 0px !important;
}
.begin_end_date_selectors > div  {
    float: left;
    margin: -5px 0 0 0 !important;
}
.begin_end_date_selectors .i-value  {


}

.begin_end_date_selectors .select_field:first-child  {
    width: 50%;
    padding-right: 20px !important;
}
.begin_end_date_selectors .select_field:last-child  {
    width: 50%;
    padding-left: 20px !important;
}
.begin_end_date_selectors .select_field:first-child .selector  {
    right: 25px;
}
.begin_end_date_selectors .select_field:last-child .selector  {
    right: 5px;
}
.begin_end_date_selectors .selector  {
    position: absolute;
    margin-top: 6px;
    font-size: 19px;

}












.sidebarfeature .dealername {
    font-size: 24px;
    color: #451667;
    margin-bottom: 0px;
    margin-top:25px;
    font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif !important;
    font-weight: 700;

}

.sidebarfeature .address {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
    font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif !important;
    font-weight: 300;

}

.sidebarfeature .rating {
    font-size: 20px;
    margin-top: 15px;
    font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif !important;
    font-weight: 300;


}
.sidebarfeature .rating-detail {
    font-size: 14px;
    margin-top: -5px;
    font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif !important;
    font-weight: 300;

}


.sidebarfeature  .phone a {
    font-size: 25px;
    color: #222222;
    margin-bottom: 10px;
    font-family: 'Roboto';
    font-weight: bold;
    display: block;
    padding: 10px 0 10px 0;

}


form {
    margin: 0 !important;
    padding: 0 !important;
}
.itemprice {
    margin-top: 35px;
    color: rgb(69,22,103);
    text-align: right;
}
.itemprice.bigger {
    font-size: 46px;
    line-height: 50px;
    font-family: 'Roboto';
    font-weight: bold;
    margin: 20px 0 5px 0;

}
.dealer-single-dealerphone {

    color: rgb(69,22,103);
    text-align: right;
}
.dealer-single-dealerphone.bigger {
    font-size: 36px;
    line-height: 40px;
    font-family: 'Roboto';
    font-weight: bold;
    margin: 20px 0 5px 0;

}
.itemprice.bigger a {
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: bold;

}
.medium-btn {
    font-size: 23px !important;
    margin-top: 15px;

}
.link-as-button {
    font-size: 18px !important;
    margin-top: 15px;
    padding: 5px 15px;
    font-family: Oswald;
    line-height: 16px;
}
a.link-as-button:hover {
    text-decoration: none;

    background: rgb(92, 39, 102); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(92, 39, 102) 0%, rgb(47, 22, 80) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(92, 39, 102)), color-stop(100%, rgb(47, 22, 80))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(92, 39, 102) 0%, rgb(69, 22, 103) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(92, 39, 102) 0%, rgb(69, 22, 103) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(92, 39, 102) 0%, rgb(69, 22, 103) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgb(92, 39, 102) 0%, rgb(69, 22, 103) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#792b83', endColorstr='#451667',GradientType=0 ); /* IE6-9 */

}


.sidebar-btn-nohover {
    font-size: 30px !important;
    line-height: 33px;
    display: inline-block;
    text-align: left;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 15px;
    width: 100%;
    min-height: 114px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.83);
}

.sidebar-btn-nohover input {
    font-size: 19px;
    font-weight: 600;
    color: #252525;
    padding: 7px;
    margin-top: 15px;
    border: #2f8912 solid 1px;
    width: 120px;
}
a.city-links {
    font-size: 19px;
    font-weight: 600;
    line-height: 22px;
    color: #FFF;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.83);
}
a.city-links:hover {
    color: #FFFF99;
    text-decoration: none;
}



a.sidebar-btn {
    font-size: 30px !important;
    line-height: 33px;
    display: inline-block;
    text-align: left;
    padding-left: 15px;
    padding-top: 4px;
    width: 100%;
    height: 114px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.83);
}

a.sidebar-btn:hover {
    text-decoration: none;
    text-shadow: none;
}
a.sidebar-btn > .vanpageicon {
    position: absolute;
    right: 28px;
    margin-top: 25px;
    font-size: 48px;
}
a.sidebar-btn .subtext {
    position: absolute;
    margin-top: 67px;
    font-size: 18px;
}


a.sidebar-btn-short {
    font-size: 30px !important;
    line-height: 33px;
    display: inline-block;
    text-align: left;
    padding-left: 15px;
    padding-top: 4px;
    width: 100%;
    height: 70px;
    border-radius: 8px;
    margin-bottom: 5px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.83);
}

a.sidebar-btn-short:hover {
    text-decoration: none;

}
a.sidebar-btn-short > .vanpageicon {
    position: absolute;
    right: 28px;
    margin-top: 5px;
    font-size: 48px;
}
a.sidebar-btn-short .subtext {
    position: absolute;
    margin-top: 30px;
    font-size: 18px;
}




a.sidebar-btn-reviews {
    font-size: 23px !important;
    line-height: 26px;
    display: inline-block;
    text-align: left;

    padding: 0px;
    width: 100%;

    margin-bottom: 5px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.83);
}

a.sidebar-btn-reviews:hover {
    text-decoration: none;

}
a.sidebar-btn-reviews img {
    float: left;
    margin-right: 8px;

}
a.sidebar-btn-reviews > .vanpageicon {
    position: absolute;
    right: 28px;
    margin-top: 0px;
    font-size: 28px;
}
a.sidebar-btn-reviews .subtext {

    font-size: 14px;
}

.review-col-left {
    padding-right: 2px;
}
.review-col-right {
    padding-left: 2px;
}

a.purple {
    background-color: #451667;
    color: #FFF;
    border: #451667 solid 2px;
}
a.purple:hover {
    background-color: #252525;
    color: #FFF;
    border-color: #252525;
}

a.pink {
    background-color: #792B83;
    color: #FFF;
    border: #792B83 solid 2px;
}
a.pink:hover {
    background-color: #252525;
    color: #FFF;
    border-color: #252525;
}

a.vanbtnactive {
    background-color: #792B83;
    color: #FFF;
    cursor: inherit;
    background: rgb(121,43,131); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(121,43,131,1) 0%, rgb(69, 22, 103) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(121,43,131,1)), color-stop(100%,rgba(69,22,103,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(121,43,131,1) 0%,rgba(69,22,103,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(121,43,131,1) 0%,rgba(69,22,103,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(121,43,131,1) 0%,rgba(69,22,103,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(121,43,131,1) 0%,rgba(69,22,103,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#792b83', endColorstr='#451667',GradientType=0 ); /* IE6-9 */


}
a.vanbtnactive:hover {
    background-color: #792B83;
    color: #FFF;
    border-color: #792B83;
    cursor: inherit;
}


a.black {
    background-color: #252525;
    color: #FFF;
    border: #252525 solid 2px;
}
a.black:hover {
    background-color: #792B83;
    color: #FFF;
    border-color: #792B83;
}
a.dlr {
    background-color: #252525;
    color: #FFF;
    border: #252525 solid 2px;
}
a.dlr:hover {
    background-color: #02D940;
    color: #FFF;
    border-color: #02D940;
}
a.green {
    background-color: #02D940;
    color: #FFF;
    border: #02D940 solid 2px;
}
.green-btn-no-hover {
    background-color: #02D940;
    color: #FFF;
    border: #02D940 solid 2px;
}
a.green:hover {
    background-color: #252525;
    color: #FFF;
    border-color: #252525;
}








a.make-btn {
    font-size: 24px !important;
    line-height: 33px;
    display: inline-block;
    text-align: left;
    padding: 4px 8px 4px 8px;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.83);
    background-color: #252525;
    color: #FFF;
    border-radius: 10px;

}

a.make-btn:hover, a.make-btn.active {
    text-decoration: none;
    background-color: #792B83;
    color: #FFF;

    background: rgb(121,43,131); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(121,43,131,1) 0%, rgba(69,22,103,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(121,43,131,1)), color-stop(100%,rgba(69,22,103,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(121,43,131,1) 0%,rgba(69,22,103,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(121,43,131,1) 0%,rgba(69,22,103,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(121,43,131,1) 0%,rgba(69,22,103,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(121,43,131,1) 0%,rgba(69,22,103,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#792b83', endColorstr='#451667',GradientType=0 ); /* IE6-9 */

}
a.make-btn > .vanpageicon {
    position: absolute;
    right: 15px;
    font-size: 24px;
}
a.make-btn .subtext {
    position: absolute;
    margin-top: 30px;
    font-size: 18px;
}

.brand-buttons {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: -15px;
}

.brand-buttons  .brand-wrappers {
    padding-left: 3px;
    padding-right: 3px;
}


.tab-content-block {
    display: none;
}

.tab-content-block.active {
    display: block;
}








a.st-btn div {
    background-color: #FFF !important;
    color: #451667 !important;
    font-size: 13px;
}
a.st-btn:hover div {
    background-color: #EEE !important;
    color: #FF0000 !important;
}

.medium-btn:hover {
    background-color: #792B83 !important;

}
a.more-btn {
    background-color: #451667;
    color: #FFF;
    padding: 3px 15px;
    font-size: 14px;

}

a.read-reviews-link {
    font-size: 28px !important;

}

a.more-btn:hover {

    color: #FFF;
    text-decoration: none;
    background-color: #792B83;

}
a.more-van-details-btn {
    position: absolute;
    right: 15px;
    bottom: 12px;
    background-color: #451667;
    color: #FFF;
    padding: 6px 15px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 500;
}
a.more-van-details-btn:hover {
    position: absolute;
    background-color: rgba(111,12,232,1);
    text-decoration: none;
    color: #fff;
}
a.more-product-details-btn {
    float: right;
    background-color: #451667;
    color: #FFF;
    padding: 6px 15px;
    font-size: 14px;
}
a.more-product-details-btn:hover {

    background-color: #792B83 !important;
    text-decoration: none;
    color: #fff;
}

.vehiclemain-wheelchair-conversion {

}

.products-list {

    margin-bottom: 15px !important;
    padding: 20px !important;
}

.glow-purple-hover:hover {
    -webkit-box-shadow: 0px 0px 20px -4px rgba(111,12,232,1);
    -moz-box-shadow: 0px 0px 20px -4px rgba(111,12,232,1);
    box-shadow: 0px 0px 20px -4px rgba(111,12,232,1);
}
.glow-pink-hover:hover {
    -webkit-box-shadow: 0px 0px 20px -4px rgba(255,0,111,1);
    -moz-box-shadow: 0px 0px 20px -4px rgba(255,0,111,1);
    box-shadow: 0px 0px 20px -4px rgba(255,0,111,1);
}

.form-errors-list {
    background-color: #F44336;
    padding: 12px;
    margin-bottom: 10px;
    display: none;
    color: #fff;
    border-radius: 2px;
    font-weight: bold !important;
}
.form-confirmation-message {
    background-color: #25d275;
    border: solid 2px #25ab56;
    color: #fff;
    padding: 5px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 15px;
    right: 15px;
    left: 15px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    display: none;
}
.stick-it .form-confirmation-message {
    background-color: #25d275;
    border: solid 2px #25ab56;
    color: #fff;
    padding: 5px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 15px;
    right: 15px;
    left: 15px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    display: none;
}
.is_stuck .form-confirmation-message {
    background-color: #25d275;
    border: solid 2px #25ab56;
    color: #fff;
    padding: 5px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 0;
    bottom: 0px;
    right: 0px;
    left: 0px;
    font-weight: bold;
    display: none;
}
.is_stuck .shiny-title {
    margin-left: -15px;
    margin-right: -15px;
}
.form-confirmation-message .check {
    font-size: 75px;
    text-align: center;
    padding: 25px 0 25px 0;
}
.form-confirmation-message #close_success {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    background-color: rgba(0,0,0,.1);
    position: absolute;
    text-align: right;
    top: 0;
    right: 0;
    left: 0;

}
.form-confirmation-message #close_success:hover {
    background-color: rgba(0,0,0,.2);

}
.form-errors-list div {
    color: #fff;
}


.vehiclemain-wheelchair-conversion > .conversionage {
    display: inline-block;
    font-size: 12px;

    padding: 5px 10px;
    border: 1px #eaeaea solid;
    margin-right: 15px;
}


.customerlocationback {
    text-align:left;
    background-color:#792B83;
    padding:10px;
    color:#FFF;
    height:100%;
}
.bottom-flip-title {
    color:#FFF;
    position:absolute;
    right:10px;
    bottom:10px;
    text-decoration:underline;
}

.tile-bottom-link {
    position:absolute;
    font-size:14px;
    width:100%;
    text-align:left;
    bottom:5px;
    left:10px;
}
.form-item-name {
    display: none;
}

.live-tile .icons {
    position:absolute;
    left:10px;
    top:0px;
    font-size:45px;
}

.home-tiles {
    text-align:left;
    padding:10px;
    width:100%;
    height:157px;
    font-size:33px;
    line-height:38px;
    cursor:pointer;
    font-family:Helvetica;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.83);

}
label.small {
    font-size: 15px;
    margin-top: 4px;
    margin-bottom: 3px;

}
textarea.blvdtextarea {
    border: 1px #d9d9d9 solid;
    width: 100%;
    padding: 8px;
    height: 100px;
    display: block;
    position: relative;
    border-radius: 2px;
    font-size: 16px;


}
.home-tiles-back {

    padding:10px;
    height:100%;
}
.home-tiles-back > i {
    margin-right:10px;
}


.tile-pink {
    background-color:#792B83;
    color:#FFF;
}

.tile-pink-back {
    background-color:#02d940;
    color:#FFF;
}

.tile-black {
    background-color:#000;
    color:#FFF;
}

.tile-black-back {
    background-color:#EBEBEB;
    color:#000;
}

.tile-green {
    background-color:#02d940;
    color:#FFF;
}

.tile-green-back {
    background-color:#792B83;
    color:#FFF;
}

.tile-purple {
    background-color:#451667;
    color:#FFF;
}

.tile-purple-back {
    background-color:#02d940;
    color:#FFF;
}

.blvd-bg-pink {

}
.liup {
    font-weight: bold;
}

.blvd-bg-green {
    background-color: #02d940 !important;
}

.blvd-bg-purple {
    background-color:#451667 !important;

}

.blvd-bg-black {
    background-color: #000 !important;
}

.blvd-bg-grey {
    background-color:#E4E4E4 !important;
    color:#000;
}

.command-button-icon {
    font-size:30px;
    float:left;
    width:30%;
    max-width:50px;
}
.command-button > div > small {
    margin-top:5px;
}

.breadcrumb-row {
    margin-bottom:15px;
}

.vans-home-main-dealer {
    background-color:rgba(255,255,255,0.85);
    width:360px;
    padding:0px;
    position:absolute;
    right:37px;
    top:20px;
    bottom:20px;
    z-index:2;
    min-height:270px;

}
.products-backer {
    background-color: rgb(69,22,103);
    margin: -15px -15px 0 -15px;
    padding: 15px;
}
.reviews-backer {
    background-color: #451667;
    margin: -15px -15px 0 -15px;
    padding: 15px;
}

.bx-wrapper-wrapper-home {
    max-height: 349px !important;
    overflow: hidden;
}

.vans-home-main-dealer h2 {
    margin-top: 0px;
    margin-bottom: -8px;
}
.inner-stroke {
    border:#FFF solid 5px;
    width:100%;
    height:100%;
    padding:20px;
}

.vans-home-main-dealer .dealername {
    font-size: 24px;
    color: #451667;
    margin-bottom: 0px;
    margin-top:25px;
    font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif !important;
    font-weight: 700;

}

.vans-home-main-dealer .address {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
    font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif !important;
    font-weight: 300;

}

.vans-home-main-dealer .rating {
    font-size: 20px;
    margin-top: 15px;
    font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif !important;
    font-weight: 300;


}
.vans-home-main-dealer .rating-detail {
    font-size: 14px;
    margin-top: -5px;
    font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif !important;
    font-weight: 300;

}


.vans-home-main-dealer > div > .phone a {
    font-size: 28px;
    color: #792B83;
    margin-bottom: 10px;
    font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif !important;
    font-weight: 700;

}

.products-brand {
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 100px;

}
.products-brand > a {
    font-size: 18px;
    font-weight: 700;
}

.products-sub-links li {
    list-style: none;
    margin-left: 20px;
}
.products-sub-links li > a {
    font-size: 16px;
}

h1  a:hover {
    text-decoration: none;
}


.large-form-field {
    font-size:50px;
    height:70px !important;

}
.change-location-submit {
    padding:10px !important;
    width:240px !important;
    margin-top:0px !important;
    float:right !important;
}
.change-location-close {
    padding:10px !important;
    width:120px !important;
    margin-top:0px !important;
    margin-right:15px !important;
    float:right;
}

.vans-preview-imgs-purple > div > img {
    border-bottom:#451667 solid 5px;
}

.vans-preview-imgs-pink > div > img {
    border-bottom:#792B83 solid 5px;
}

.van-preview-arrow {
    position:absolute;
    font-size:70px;
    color:#BCBCBC;
    padding:10px;
    background-color:#FFF;
    cursor:pointer;
    overflow:hidden;
}
.van-preview-arrow:hover {
    color:#FFF;
    background-color:#451667;
}

.van-preview-arrow-left {
    left:-60px;
    margin-top:30px;
}
.van-preview-arrow-right {
    right:-60px;
    margin-top:30px;
}





.van-main-preview-arrow {

    font-size:16px;
    float: right;
    padding:4px;
    border: #451667 solid 1px;
    cursor:pointer;
    overflow:hidden;
    z-index: 30;
    color:#FFF;
    background-color:#451667;
}
.van-main-preview-arrow:hover {
    background-color:#FFF;

    color:#792B83;
}



.van-main-preview-arrow-left {
    margin-top: 10px;

}
.vfs-image-numbering {
    float: left;
    margin-top: 10px;
}
.van-main-preview-arrow-right {
    margin-top: 10px;
    margin-left: 5px;

}

.optionslist {
    font-size: 16px;
}
.optionslist > div > i {
    margin-right: 8px;
}



.description {
    height: 270px;
    overflow: auto;
    font-size: 15px;
}

.frame > h3 {
    color: #451667;

}

.review_form h3 {
    line-height: 28px;
}

.review_form .rating {
    margin-bottom: 20px;
    margin-top: 20px;
}
.review_form p.legal {
    font-size: 13px !important;
    line-height: 17px;
    color: #797979;
}


.review_form .legalwrapper {
    width: 100%;
    height: 150px;
    overflow: auto;
    margin-top: 20px;
}
.review_form .legalwrapper h4 {
    color: #797979;
}

.review_form textarea {
    border: #451667 solid 1px;
    width: 100%;
    height: 220px;
    padding: 10px;
    font-size: 18px;
}


.review_form label {
    font-size: 19px;
    font-weight: normal;
}
.review_form input {
    border: #451667 solid 1px;
    width: 100%;
    font-size: 18px;
    padding: 6px;
    margin-bottom: 8px;
    margin-top:-5px;
}

.review_form select {
    border: #451667 solid 1px;
    width: 110px;
    font-size: 18px;
    padding: 6px;
    margin-bottom: 8px;
    margin-top:-5px;
}

.review_form .published  {
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    right: 45px;
    margin-top: 8px;
    color: #02D940;
}
.review_form .ok  {
    font-size: 26px;
    font-weight: bold;
    position: absolute;
    right: 45px;
    margin-top: -2px;
    color: #02D940;
    display: none;
}
.review_form .error  {
    font-size: 26px;
    font-weight: bold;
    position: absolute;
    right: 45px;
    margin-top: -2px;
    color: #792B83;
    display: none;
}

.review_form #get_started_btn {
    width: 100%;
    background-color: #792B83;
    font-size: 30px;
    padding: 15px;
    color: #FFF;
    margin: 25px 0;
}

.review_form #get_started_btn_two {
    background-color: #451667;
    font-size: 24px;
    padding: 10px;
    color: #FFF;
    margin: 25px 0;
}



.review_form .notpublished  {
    font-size: 15px;
    position: absolute;
    right: 45px;
    margin-top: 8px;
    font-weight: normal;
    color: #792B83;
}

.metro .adminbutton {
    padding: 9px 15px;
    text-align: center;
    vertical-align: middle !important;
    background-color: #d9d9d9;
    border: 1px transparent solid;
    color: #222222;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    outline: none;
    font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin: auto;
}


.star_display_large, .star_display_small {
    text-align: right;
}
.review-rows {
    border-bottom: #eeeeee solid 1px;
    padding-bottom: 12px;
    margin-bottom: 8px;
}

.star_display_large i {
    font-size: 35px;
    margin-right: 5px;

}
.star_display_med i {
    font-size: 25px;
    margin-right: 5px;

}
.star_display_gray i {
    color: #aeb3b9 !important;
}
.star_display_purple i {
    color: #451667 !important;
}
.star_display_white i {
    color: #FFF !important;
}

.star_display_black i {
    color: #5e5e5e !important;
}

.star_display_small i {
    font-size: 20px;
    margin-right: 5px;
}
.star-left {
    text-align: left !important;
}

.panel-header > a {
    font-weight: bold;
    color: #252525;
}

a.paging:link {
    background-color: #f0f0f0;
    color: #252525;

}

a.paging:hover {
    background-color: #792B83;
    color: #FFF !important;

}

#pre_loader {
    height: 300px;
    padding-top: 50px;
    text-align: center;
    font-size: 29px;
    color: #451667;
    font-weight: bold;
}
.loading-overlay {
    filter: none;
}
.loading-overlay:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgb(255 255 255 / 50%);
    content: ' ';
    z-index: 5;
    display: none;
    text-align: center;
    padding-top: 30px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
.loading-overlay.active {
    position: relative;
}
.loading-overlay .single-item > .row > * {
    opacity: 1;
    transform: translateY(0px);
    transition: .2s all ease-out;
}

.loading-overlay.active .single-item > .row > * {
    opacity: 0;
    transform: translateY(20px);
    transition-delay: 0ms;
}
.loading-overlay .single-item:nth-child(1) > .row > * {transition-delay: 100ms;}
.loading-overlay .single-item:nth-child(2) > .row > * {transition-delay: 200ms;}
.loading-overlay .single-item:nth-child(3) > .row > * {transition-delay: 300ms;}
.loading-overlay .single-item:nth-child(4) > .row > * {transition-delay: 400ms;}
.loading-overlay .single-item:nth-child(5) > .row > * {transition-delay: 500ms;}
.loading-overlay .single-item:nth-child(6) > .row > * {transition-delay: 600ms;}
.loading-overlay .single-item:nth-child(7) > .row > * {transition-delay: 700ms;}
.loading-overlay .single-item:nth-child(8) > .row > * {transition-delay: 800ms;}
.loading-overlay .single-item:nth-child(9) > .row > * {transition-delay: 900ms;}
.loading-overlay .single-item:nth-child(10) > .row > * {transition-delay: 1000ms;}
.loading-overlay .single-item:nth-child(11) > .row > * {transition-delay: 1100ms;}
.loading-overlay .single-item:nth-child(12) > .row > * {transition-delay: 1200ms;}
.loading-overlay .single-item:nth-child(13) > .row > * {transition-delay: 1300ms;}
.loading-overlay .single-item:nth-child(14) > .row > * {transition-delay: 1400ms;}
.loading-overlay .single-item:nth-child(15) > .row > * {transition-delay: 1500ms;}
.loading-overlay .single-item:nth-child(16) > .row > * {transition-delay: 1600ms;}
.loading-overlay .single-item:nth-child(17) > .row > * {transition-delay: 1700ms;}
.loading-overlay .single-item:nth-child(18) > .row > * {transition-delay: 1800ms;}
.loading-overlay .single-item:nth-child(19) > .row > * {transition-delay: 1900ms;}
.loading-overlay .single-item:nth-child(20) > .row > * {transition-delay: 2000ms;}
.loading-overlay.active:before {
    display: block;
}
.distancemiles  {
    font-size: 20px !important;
    background-color: #02D940;
    color: #FFF;
    padding: 4px;
    text-align: center;
    max-height: 35px;

}

.body_content .helpful_links {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    max-width: 310px;
    margin-right: 0px;
    min-width: 250px;
    padding-bottom: 0;

}
.body_content .helpful_links:after {
    clear: right;
    content: ' ';
    display: block;


}
.body_content .helpful_links li {
    list-style: none;
    padding-left: 15px;
    line-height: 20px !important;
    padding-bottom: 6px;
}
.body_content .helpful_links li:before {
    font-family: FontAwesome;
    position: absolute;
    content: '\f111';
    margin-left: -15px;
    font-size: 8px;
    padding-bottom: 10px;
    color: #3d3d3d;
    margin-top: 1px;
}
.body_content .helpful_links li.externallink:before {
    font-family: FontAwesome;
    position: absolute;
    content: '\f08e';
    margin-left: -18px;
    font-size: 14px;
    padding-bottom: 10px;
    color: #035AB1;
    font-weight: 600;
    margin-top: 1px;
}
.body_content .helpful_links li a {

    font-size: 16px;


}
.body_content .helpful_links .gallery_preview_wrapper {
    margin: 0px -15px 0px -15px;
    display: block;
    position: relative;
}
.body_content .helpful_links .gallery_preview_wrapper:after {
    clear: left;
    content: ' ';
    display: block;

}
.body_content .helpful_links .gallery_preview {
    width: 33.333333333%;
    float: left;
    padding: 5px;

}

.body_content .helpful_links .gallery_preview_wrapper a {
    padding: 5px;
    display: block;
    background-color: rgba(0,0,0,.04);
    border-top: solid 1px rgba(0,0,0,.2);
}
.body_content .helpful_links .gallery_preview_wrapper a:hover {
    text-decoration: none;
    background-color: rgba(0,0,0,.08);

}

.body_content .helpful_links .gallery_preview_wrapper a:after {
    clear: left;
    content: ' ';
    display: block;

}
.body_content .helpful_links .gallery_preview_wrapper h3 {
    margin-left: 5px;
    font-size: 15px;
    margin-top: 0;
    padding-top: 0;
    line-height: 18px;
    font-weight: 400;
    margin-top: 0px;
    color: #000;
    margin-right: 5px;
}

.body_content h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 45px;
    text-transform: capitalize;

}
.body_content h2:nth-child(2) {
    margin-top: 0px !important;

}

.body_content > h2:first-child {
    margin-top: 0px !important;
}
.h-standard-wrapper .single-item:last-child {
    border-bottom: solid 1px rgba(0,0,0,.2);

}

.vfs-img-wrapper {
    max-height: 460px;
    overflow: hidden;
}
.img-thumbs {
    max-height: 120px;
    overflow: hidden;
}

.highlightmenu {
    font-size: 50px !important;
}


.dealer_select a {
    color: #000;
    font-size: 15px;
    width: 100%;
    display: block;
    background-color: #f9f9f9;
    margin-bottom: 2px;
    padding: 6px;

}
.dealer_select  a.active-dealer {
    background-color: #e7d4ff;
    color: #451667;
    font-weight: bold;

}
.dealer_select {
    list-style: none;
    list-style: none;
}


.dealer_select a.noclick {
    color: #6a6a6a;
    width: 100%;
    font-size: 20px;
    display: block;
    background-color: #FFF;
    margin-bottom: 2px;
    cursor:not-allowed;


}

.review-out-of {
    position: absolute;
    right: 0;
    top: -7px;
    font-size: 25px;
    font-weight: 800;
    color: #792B83;
}

.review-info {
    font-size: 25px;
    font-weight: 800;
    color: #02D940;
}

.product-selector select {
    width: 100%;
    font-size: 18px;

}
.product-selector label {
    display: block;
}
.product-selector option {
    font-size: 22px;
}
.ui-menu {
    margin-left: 0px !important;
    margin-top: -2px !important;

}
.ui-menu-item {
    margin-left: 0px !important;


}

.hb-inner-pad {
    padding: 10px;
}

.dealer_for > h3 {
    font-size: 15px;
    text-align: right;
}


.colapse-heading {
    background-color: rgba(0,0,0,.02);
    border: solid 1px rgba(0,0,0,.2);
    cursor: pointer;
    padding: 4px;
    margin-top: 4px;
    font-size: 18px;
}

.top-heading {
    border-bottom: #eee solid 1px;
    margin-bottom: 15px;
}

.sidebar-h2 {
    color: #451667 !important;
}
.sidebar-divider {
    border-bottom: #eee solid 1px;
    margin: 15px 0 15px 0;
}
a.link-small {
    font-size: 12px !important;
    white-space: nowrap;
}

.top-right-h1-img {
    max-height: 80px; right: 15px; margin-top: 30px; position: absolute;
}


.products-listing h3 {
    font-weight: normal;
    color: #252525 !important;
    margin: 0px 0 0px 0;

}
.products-listing h2 {


}
.products-listing  {

    padding: 10px 10px 20px 10px;
    border-bottom: 1px #eaeaea solid;
    border-right: 1px #eaeaea solid;

}
.content-summary {
    border-left: solid 1px rgba(0,0,0,.2);
    border-right: solid 1px rgba(0,0,0,.2);
    padding: 10px 10px 0px 10px;
}
.products-listing:hover  {

    -webkit-box-shadow: inset 0px 0px 44px -22px rgba(111,12,232,0.24);
    -moz-box-shadow: inset 0px 0px 44px -22px rgba(111,12,232,0.24);
    box-shadow: inset 0px 0px 44px -22px rgba(111,12,232,0.24);

}

.products-listing a img {
    margin: 0;
}


.snippet-parent {
    width: 271px;
    overflow: hidden;
    margin: 10px 0 15px 0;
    border-bottom: #eee solid 1px;
    border-top: #eee solid 1px;
}
.snippet-wrapper {
    height: 90px;
    width: 5420px;
}
.snippet-wrapper > .snippet {
    float: left;
    height: 90px;
    overflow: hidden;
    width: 271px;
    font-size: 28px;
}
.snippet-spacer-after {
    clear: left;
    height: 15px;
}
.ph-wrapper {
    height: 50px;
    overflow: hidden;
}
.row-no-pad {
    margin-left:0px;
    margin-right: 0px;
    margin-bottom: -1px;
    border: solid 1px rgba(0,0,0,.2);
}

.reviews-pink {
    margin:0px -1px 0px 0px;

    border: none;
    text-align: center;
    color: #FFF;

    background-color: rgb(69, 22, 103);

}
.reviews-pink h2 {
    color: #FFF !important;
    font-weight: 600;

}
.text-shadow {
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.83) !important;
}



.reviews-pink .review-info {

    color: #FFF !important;
    margin-top: 15px;
}
.reviews-pink a {

    color: #FFF !important;
    font-weight: bold;
    margin-top: 5px;
    text-decoration: underline;
}

.single-item {
    border-bottom: none;
    margin-bottom: 0px;
    position: relative;
    padding: 25px 15px;
}

.h-standard-wrapper .single-item:nth-child(even) {
    background-color:rgba(0,0,0,.03);
}
.h-standard-wrapper .single-item:nth-child(odd) {

}
.h-standard-wrapper .single-item.featured-listing {
    border: solid 2px #451667;
    z-index: 2;
    border-radius: 0px;
}
.h-standard-wrapper .single-item.featured-listing + .featured-listing {

    border-top: none;

    margin-bottom: -1px;
}
.h-standard-wrapper .single-item .fadetextoverflow {
    position: absolute;
    width: 75px;
    height: 70px;
    top: 0;
    right: 0;
}

.h-standard-wrapper .single-item:nth-child(odd) .fadetextoverflow {
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 79%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(79%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 79%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 79%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 79%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 79%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}
.h-standard-wrapper .single-item:nth-child(even) .fadetextoverflow {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f7f7f7+100&amp;0+0,1+79 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(249,249,249,1) 79%, rgba(247,247,247,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(79%,rgba(249,249,249,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(249,249,249,1) 79%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(249,249,249,1) 79%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(249,249,249,1) 79%,rgba(247,247,247,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(249,249,249,1) 79%,rgba(247,247,247,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f7f7f7',GradientType=1 ); /* IE6-9 */


}

.h-standard-wrapper .single-item h3 {
    font-family: 'Roboto', arial, serif;
    font-size: 20px;
    white-space: nowrap;
    color: #252525;
    margin-bottom: 4px;
    display: inline;
    margin-top: -5px;
}
.h-standard-wrapper .single-item h4 {
    font-weight: 500;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 3px;

}
.h-standard-wrapper .single-item h4.conversion {
    font-weight: 500;
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;

    color: #424242;

}
.h-standard-wrapper .single-item .newusedicon {
    width: 15px;
    height: 19px;
    float: left;
    margin-right: 5px;
    padding-top: 1px;
    margin-top: 3px;
    border-radius: 2px;
}
.h-standard-wrapper .single-item .newusedicon {
    background-color: #6a6a6a;
}
.h-standard-wrapper .single-item .newusedicon.Used {
    background-color: #bb0f25;
}
.h-standard-wrapper .single-item .newusedicon.New {
    background-color: #792B83;
}
.h-standard-wrapper .single-item .newusedicon > div {
    color: #fff;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.vlistp {
    color: rgba(0,0,0,.5) !important;
    font-size: 13px !important;
    margin-top: 10px;
    margin-bottom: -1px;
}
.hide-overflow {
    overflow: hidden;
}
.itemdistance {
    text-align: right;
    margin-top: 0px;
    font-size: 21px;
    font-width: bold;
    position: relative;
}
.h-standard-wrapper .single-item .icon-distance {
    height: 24px;
    margin-right: 10px;
    margin-bottom: -8px;
}
.h-standard-wrapper .single-item .icon-shipped {
    height: 28px;

}
.h-standard-wrapper .single-item .itemdistance .mi {
    position: absolute;
    font-size: 11px;
    color: rgba(0,0,0,.5);
    top: 24px;
    right:0;

}
.h-standard-wrapper .single-item .itemdistance .mi1 {
    font-size: 12px;
    margin-left: 5px;

}

.tip-over {
    cursor:pointer;
    position: relative;
}
#tooltip-container {
    position: absolute;
    height: 90px;
    width: 200px;
    background-color: #792B83;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    top: 500px;
    border-radius: 4px;
    line-height: 16px;
    display: none;
    z-index: 99999;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow:    0px 0px 27px 0px rgba(50, 50, 50, 1);
    box-shadow:         0px 0px 27px 0px rgba(50, 50, 50, 1);

}
#tooltip-container:before {
    position: absolute;
    width: 0;
    height: 0;
    content: ' ';
    bottom: -20px;
    left: 86px;
    border-style: solid;
    border-width: 20px 14px 0 14px;
    border-color: #792b83 transparent transparent
}
#tooltip-container .tip-title {
    font-weight: bold;
    font-size: 14px;
    margin-top: -3px;
    margin-bottom: 5px;
}



.vanfilters {
    font-family: "Roboto", "Open Sans", Verdana, Arial;
    font-size: 15px;
}

.vanfilters .heading {
    font-weight: bold;
    margin: -15px -15px 5px -15px;
    padding: 10px 15px;
    background-color: #f0f0f0;
    border-bottom: solid 1px #fff;
    color: #000;
    font-size: 16px;
}
.vanfilters .wrap {
    margin-bottom: 25px;
}
.vanfilters a.checklink {
    display: block;
    color: inherit;
    text-decoration: none;
    margin-left: -15px;
    margin-right: -15px;
    padding: 1px 15px 1px 35px;
}
.vanfilters a.checklink.checked {
    color: #000;
    font-weight: 500;
}
.vanfilters a.checklink:hover {
    background-color: #f0f0f0;
}
.vanfilters a.checklink:before {
    font-family: FontAwesome;
    content: '\f096';
    padding-right: 10px;
    font-size: 17px;
    position: absolute;
    margin-left: -20px;
    margin-top: 0px;
    color: #8c8c8c;
}

.vanfilters a.checklink:hover:after {
    position: absolute;
    font-family: FontAwesome;
    content: '\f067';
    right: 25px;
    font-weight: normal;
    color: #000;
}
.vanfilters a.checklink.checked:before {
    font-family: FontAwesome;
    content: '\f046';
    padding-right: 10px;
    font-size: 17px;
    position: absolute;
    margin-left: -20px;
    margin-top: 0px;
    color: #000;
}
.vanfilters a.checklink.checked:hover {
    background-color: transparent;
    cursor: default;
}
.vanfilters a.checklink.checked:hover:after {
    position: absolute;
    content: '';
    display: none;
}

.brand-heading-left-img {
    padding-top: 15px;
    margin-top: -25px;
    margin-bottom: -25px;
    margin-left: 0px;
    background-color: white;
    padding-bottom: 15px;
    border-right: solid 1px rgba(0,0,0,.1);
}

.v-brands-list li {
    display: inline-block;
    margin-right: 15px;
    color: #666666;
}
.v-brands-list li:hover {
    color: #000;
}
.v-brands-list li:last-child {
    margin-right: 0px;
}

.metro .sidebar-top-picks hr {
    height: 1px;
    margin: 0px 0;
    background-color: rgba(0,0,0,.1);
}
.sidebar-top-picks h3 {
    font-size: 15px;
    line-height: 18px;
    margin-top: -2px;
    margin-bottom: 4px;
}

.sidebar-top-picks ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.sidebar-top-picks li {
    font-size: 13px;
    padding-left: 0px;
}
.sidebar-top-picks li:before {
    font-family: FontAwesome;
    content: '\f05d';
    padding-right: 5px;
    color: #035AB1;
}
.sidebar-top-picks a.sidebar-top-pick-wrapper {
    cursor: pointer;
    padding: 10px 0;
    color: #000;
    display: block;
}
.sidebar-top-picks a.sidebar-top-pick-wrapper:hover {
    background-color: rgba(0,0,0,.1);
}
.sidebar-top-picks a.sidebar-top-pick-wrapper:after {
    clear: both;
    content: ' ';
    display: block;
}

.no-bottom-border {
    border-bottom: none !important;
}


.main-menu-sticky {
    box-sizing: border-box;


}

.main-menu-sticky.stuck_on_top {
    position: fixed;
    width: 100%;
    top: -69px;
    margin: 0;
    z-index: 99;
    margin-top: 69px;
    -webkit-transition: margin-top 500ms ease-out 0s;
    -moz-transition: margin-top 500ms ease-out 0s;
    -o-transition: margin-top 500ms ease-out 0s;
    transition: margin-top 500ms ease-out 0s;

    -webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.65);
    box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.65);
}

.main-menu-sticky.stuck_on_top a:before {
    display: none;

}
.main-menu-sticky li:first-child a {
}
.main-menu-sticky.stuck_on_top li:first-child a {
    padding: 0;
}
.main-menu-sticky.stuck_on_top li:first-child a img {
    margin-top: -8px;
    height: 100%;
    padding: 0 2px 0 0px;
}


.packery-specs-wrapper
{
    margin: 5px -5px -5px -5px;
}

.packery-downloads-wrapper
{
    /* margin: -20px -18px -16px -18px; */
    /* padding-top: 7px; */
    background-color: #fff;
}
.packery-gallery-wrapper {
    background-color: #fff;
    /* margin: -10px; */
}

.packery-gallery,
.packery-downloads,
.packery-specs
{
    border: solid 7px #fff;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: border 200ms ease-out 0s;
    -moz-transition: border 200ms ease-out 0s;
    -o-transition: border 200ms ease-out 0s;
    transition: border 200ms ease-out 0s;
}
.packery-gallery.no-expand, .packery-gallery.no-expand img,
.packery-downloads.no-expand, .packery-downloads.no-expand img,
.packery-specs.no-expand, .packery-specs.no-expand img
{
    cursor: default;
}
.packery-gallery .links,
.packery-downloads .links,
.packery-specs .links
{
    padding: 5px 0;
}

.packery-specs:hover
{
    border: solid 7px rgba(0,0,0,.09);
    box-sizing: border-box;
    cursor: pointer;
}
.packery-gallery:hover,
.packery-downloads:hover
{
    border: solid 7px #fff;
    box-sizing: border-box;
    cursor: pointer;
}

.packery-specs.packery-specs-full {
    padding: 0px 0 50px 0;
}

.metro .packery-specs.packery-half .table th,
.metro .packery-specs.packery-half .table td {
    padding: 2px 8px;
    font-size: 14px;
    line-height: 20px;
}

.metro .packery-specs.packery-half.packery-specs-full .table th,
.metro .packery-specs.packery-half.packery-specs-full .table td {
    padding: 2px 8px;
    font-size: 16px;
    line-height: 24px;
}

.packery-inner {
    padding: 0px;
    width: 100%;
    height: 100%;
}

.packery-quarter {
    width: 25%;
}
.packery-third {
    width: 33.333333333%;
}
.packery-eighth {
    width: 16.666666666666%;
}
.packery-half {
    width: 50%;
}
.packery-full {
    width: 75%;
}
.packery-specs-full {
    width: 100%;
}
.packery-100 {
    width: 100%;
}
.packery-downloads {
    width: 33.333333333333%;
}
.packery-downloads-third {
    width: 33.333333333333%;
}

.download {

    border: solid 5px #000;
    padding: 0px;
    position: relative;
    overflow: hidden;

}

.download img {

    border: solid 2px #fff;

}

.download .links {
    background-color: #fff;
    top: calc(100% - 50px);
    left: -1px;
    right: -1px;

    position: absolute;
    text-align: left;
    padding: 5px;

}
.download .links a {
    margin-right: 20px;
    font-weight: bold;

}
.download .links a:last-child {
    margin-right: 0px;
}
.logo-img-top-right {
    height: 90px;
    position: absolute;
    right: 15px;
    border: solid 1px rgba(0,0,0,.2);
}
.logo-img-top-right:after {
    clear: right;
    content: ' ';
    display: block;
}

.body_content ul {
    margin: 0 0 20px 0;
    padding: 0;
}
.body_content ul:after {
    clear: both;
    content: ' ';
    display: block;
}
.body_content ul li {
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
    float: left;
    box-sizing: border-box;
    width: 50%;
}

.body_content ul li:nth-child(odd) {
    padding: 0 15px 0 10px;
}

.body_content ul li:before {
    font-family: FontAwesome;
    content: '\f05d';
    padding-right: 5px;
    color: rgba(69, 22, 103, 1);

}

.body_content .body_content_wrapper {

    margin: 0 -10px 0px -10px;

    padding: 10px 10px 10px 10px;
}
#main_content_body {
    border-bottom: solid 1px rgba(0, 0, 0, .2);

}

.body_content .body_content_wrapper .tab-temp-title {
    background-color: #000;
    padding: 0;
    height: 10px;
    margin: 0px -10px 20px -10px;
}
.body_content .body_content_wrapper .tab-temp-title.make-skinny {
    background-color: transparent;
    border-bottom: solid 1px rgba(0,0,0,.2);
    padding: 30px 0 0 0;
    height: 1px;
    margin: 0px -10px 30px -10px;
}




/*
.product-tabs {
    position: relative;
    margin-top: -11px;
    margin-bottom: 20px;
    margin-right: -10px;
    margin-left: -10px;


    background: #1c1c1c;
    background: -moz-linear-gradient(top,  #1c1c1c 2%, #333333 35%, #000000 37%, #000000 100%);
    background: -webkit-linear-gradient(top,  #1c1c1c 2%,#333333 35%,#000000 37%,#000000 100%);
    background: linear-gradient(to bottom,  #1c1c1c 2%,#333333 35%,#000000 37%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#000000',GradientType=0 );



}
.product-tab {
    float: left;
    padding: 10px 20px 15px 20px;
    color: #fff;
    font-weight: bold !important;
    font-size: 15px;
    background-color: transparent;
    border-right: solid 1px rgba(255,255,255,.2);
    cursor: pointer;
    position: relative;

}

.product-tab.active, .product-tab:hover {
    color: #fff;
    background:
    background: -moz-linear-gradient(top,  #451667 2%, #52186d 36%, #451667 37%, #451667 100%);
    background: -webkit-linear-gradient(top,  #451667 2%,#52186d 36%,#451667 37%,#451667 100%);
    background: linear-gradient(to bottom,  #451667 2%,#52186d 36%,#451667 37%,#451667 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#451667', endColorstr='#451667',GradientType=0 );

}
.product-tab.active:before {
    position: absolute;
    top: 45px;
    left: calc(50% - 10px);
    content: ' ';
    border-style: solid;
    border-width: 7px 10px 0 10px;
    border-color: #451667 transparent transparent transparent;

}

*/

.product-tabs {
    position: relative;
    margin-top: -11px;
    margin-bottom: 0px;
    margin-right: -10px;
    margin-left: -10px;


    background: #ffffff;
    border-top: solid 1px rgba(0,0,0,.2);


}
a.product-tab {
    float: left;
    padding: 20px 20px 20px 20px;
    color: #000;
    font-weight: bold !important;
    font-size: 15px;
    background-color: transparent;
    border-right: solid 1px rgba(0,0,0,.2);
    cursor: pointer;
    position: relative;
}
a.product-tab:hover {
    text-decoration: none;
    color: #fff;
}
a.product-tab.active, a.product-tab:hover, a.product-tab:active {
    color: #fff;
    margin-top: -1px;
    padding: 20px 20px 21px 20px;
    text-decoration: none;
    border-right: solid 1px rgba(255,255,255,.2);
    background: #000000;
    background: -moz-linear-gradient(top,  #1c1c1c 0%, #333333 27%, #000000 27%, #000000 100%);
    background: -webkit-linear-gradient(top,  #1c1c1c 0%,#333333 27%,#000000 27%,#000000 100%);
    background: linear-gradient(to bottom,  #1c1c1c 0%,#333333 27%,#000000 27%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#000000',GradientType=0 );
}
.product-tabs:after {
    display: block;
    content: ' ';
    clear: left;
    height: 10px;
    background-color: #000;
}

.product-tab-content {
    padding: 20px 20px;
}
.product-tab-content h3 {
    font-size: 16px;
    line-height: 21px;
    margin-top: 0px;
}

#child_products .body_content .body_content_wrapper {

}


#child_products .sidebarfeature {
    border-right: none;
    border-left: none;
    margin: 0 -10px;
}
#child_products .sidebarfeature:last-child {
    border-bottom: none;
    margin-bottom: -10px;
}

.product-tab-container #child_products .sidebarfeature:nth-child(2) {

    /* margin-top: -30px !important; */

    /* border-top: none; */
}

.product-tab-container.active #child_products .sidebarfeature:nth-child(1) {

    margin-top: -10px !important;

    border-top: none;
}

.body_content h2.table-h2 {
    margin: 5px 0px 5px 0px;
}















a#load_more_btn {
    background-color: #451667;
    display: block;
    width: 100%;
    color: #FFF;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;

}
a#load_more_btn:hover {
    background-color: #792B83;
    text-decoration: none;

}


.home-popular-pages h4 {
    margin: 5px 0 0 0;
    font-family: 'Roboto';
    background-color: rgba(0,0,0,.05);
    padding: 3px 0px 3px 8px;
}

.home-popular-pages a {
    font-family: 'Roboto';
    display: block;

}
.home-popular-pages a:before {
    font-family: 'FontAwesome';
    content: '\f0da';
    padding: 0 5px 0 5px;

}

.metro .body_content .single-item h3 {
    margin-top: 0px;
}


.metro .pager  {
    text-align: right;
    margin: 0;
}
.metro .pager h2  {

}
.metro .pagerrow {
    margin-top: 20px;
    margin-bottom: 2px;
}
.metro h2.pager {
    text-align: left;
    margin-bottom: 2px;
    font-size: 16px;
}
.metro p.perpage {
    text-align: left;
    margin-bottom: 3px;
    font-size: 15px !important;
    margin-top: -8px;
}
.metro .pager li  {
    padding: 1px;
}
.metro .pager a {
    display: inline-block;
    border: none;
    line-height: 28px;
    transition: all 0.2s ease;
    text-align: center;


}
.metro .pager .current a {
    color: #FFF;
    min-width: 30px;
    font-weight: bold;
    background-color: #451667;

}
.metro .pager .current a:hover {
    color: #FFF;
    background-color: #792b83;
}

.metro .pager .complete a {
    color: #4c4c4c;
    min-width: 30px;
    background-color: #f4f4f4;;
}
.metro .pager .complete a:hover {
    color: #4c4c4c;
    background-color: #e0e0e0;
}
.metro .pager .nxtpre a {
    color: #4c4c4c;
    min-width: 90px;
    background-color: #f4f4f4;;
}
.metro .pager .nxtpre a:hover {
    color: #FFF;
    background-color: #333333;
    color: #4c4c4c;
    background-color: #e0e0e0;
}

.metro .newusedbtns {
    margin-bottom: 20px;
}

.page-counter {
    font-size: 26px;
    font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 300;
}



.metro .pros-cons-wrapper {
    border: 1px #eaeaea solid;
    border-radius: 10px;
    background-color: #FFF;
    margin-bottom: 20px;
    padding: 15px;

    background-image: url(/img/author-bg.png);
}

.metro .pros-cons-wrapper h2.pro {
    background-color: #01a22f;
}
.metro .pros-cons-wrapper h2.con {
    background-color: #792B83;
}
.metro .pros-cons-wrapper h2 {
    border-radius: 5px;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
}
.metro .pros-cons-wrapper h2 {
    font-size: 30px;
    margin:0 0 20px 0;
    padding-left: 10px;
    font-weight: bold;
}

.input-xlarge {
    font-size: 17px;
    width: 100%;
    font-weight: 500;
    margin-bottom: 8px;
    border: solid 1px rgba(0,0,0,.2);
    border-radius: 2px;
    padding: 3px;

}



.metro .author-information {
    border: 1px #eaeaea solid;
    border-radius: 10px;
    background-color: #FFF;
    margin-bottom: 20px;
    padding: 15px;
    position: inherit;
    background-image: url(/img/author-bg.png);
}
.metro .author-information h2 {
    font-size: 30px;
    margin-top: 0;
    padding-top: 0;

}

.metro .author-information img {
    width: 50%;
    -webkit-box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.45);
    -moz-box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.45);
    box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.45);
    border: solid 2px rgba(255,255,255,.6);
}
.metro .author-information .name {
    font-size: 22px;
    float:right;
    width: 50%;
    text-align: center;
    line-height: 26px;
    margin-right: 0px;
    margin-top: 10px;



}
.metro .author-information .name .title {
    border-top: solid 1px rgb(234, 234, 234);
    font-size: 14px;
    margin: 10px 0 0 0;
    line-height: 14px;
    color: #792B83;
    padding-top: 10px;


}
.metro .author-information .bio {
    font-size: 15px;
    margin-top: 30px;
}


.sidebarfeature.purple {
    border: 0px;
    color: #fff;
    overflow: hidden;
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);
    background: rgb(69,22,103); /* Old browsers */
    position: relative;;
    display: none;

}
.after-dealer-form:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 25px 0 25px;
    display: block;
    margin-left: 10px;
    position: absolute;
    z-index: 9;
    content: ' ';
    border-color: #451667 transparent transparent transparent;


}


.sidebarfeature.purple h2,
.sidebarfeature.purple h1,
.sidebarfeature.purple h3,
.sidebarfeature.purple div,
.sidebarfeature.purple a,
.sidebarfeature.purple p {
    color: #fff;
    margin: 0;
}

.sidebarfeature.purple h3 {
    color: #fff;
    margin: 5px 0px 10px 0;
    font-size: 28px;
}

.sidebarfeature.purple .title-small-fonts {
    margin: 0px 0px 8px 0;
    font-size: 16px;
    font-weight: bold;
}
.sidebarfeature.purple .standard-fonts, .sidebarfeature.shiny-bg .standard-fonts {
    margin: 0px 0px 0px 0;
    font-size: 15px;
    line-height: 20px;
    padding: 4px 0 4px 25px;
}
.sidebarfeature.shiny-bg .standard-fonts, .sidebarfeature.shiny-bg .standard-fonts {
    margin: 0px 0px 0px 0;
    font-size: 15px;
    line-height: 20px;
    padding: 1px 0 1px 25px;
}
.sidebarfeature.purple .med-fonts, .sidebarfeature.shiny-bg .med-fonts {
    margin: 0px 0px 0px 0;
    font-size: 17px;
    padding: 0px 0 15px 0px;
    font-weight: normal;
    margin-top: -5px;
}

.sidebarfeature.purple div.icons, .sidebarfeature.shiny-bg div.icons {
    width: 25px;
    font-size: 15px;
    text-align: center;
    padding-right: 15px;
    position: absolute;
    margin-left: -20px;
}

.sidebarfeature.purple div.icons i, .sidebarfeature.shiny-bg div.icons i {
    font-size: 15px;
}


.sidebarfeature.purple div a {
    color: #EECEFF;
    border-bottom: dashed 1px #8a749b;
}
.sidebarfeature.purple div a:hover {
    color: #f0deff;
    text-decoration: none;
    border-bottom: dashed 1px #EECEFF;
}


.sidebarfeature.purple .next-dealer-wrapper {
    text-align: right;

    position: absolute;
    right: -14px;
    bottom: -36px;
}
.sidebarfeature.purple .next-dealer-wrapper a {
    color: rgba(255,255,255,.2);
    font-size: 90px;
    border-bottom: none;
    text-shadow: none;
}
.sidebarfeature.purple .next-dealer-wrapper a:hover {
    color: #EECEFF;
    text-decoration: none;
    text-shadow: none;
    border-bottom: none;
}
.sidebarfeature.purple .phone a {
    color: #fff;
    font-weight: bold !important;
    font-family: 'Roboto';
    border-bottom: none;
    font-size: 21px;
    margin: -3px 0 5px 0;
    padding: 0;
}
.sidebarfeature.purple .phone a:hover {
    color: #EECEFF;
    border-bottom: none;

}
.sidebarfeature.purple .darkwrap {
    background-color: rgba(0,0,0,.15);
    margin: 15px -15px 15px -15px;
    padding: 5px 15px 15px 15px;

}

.sidebarfeature.purple .buttons a {
    display: inline-block;
    text-decoration: none;
    font-family: Oswald;
    font-size: 17px;
    color:#000;
    padding:4px 18px 4px 18px;
    font-family: 'Roboto';
    margin-right: 7px;
    text-shadow: none;
    background-color: rgba(255,255,255,1);
    border: solid 1px #451667;
    border-radius: 8px;


}

.sidebarfeature.purple .buttons a:hover {
    color:#792B83;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(212,32,212,0.98);
    -moz-box-shadow: 0px 0px 10px 1px rgba(212,32,212,0.98);
    box-shadow: 0px 0px 10px 1px rgba(212,32,212,0.98);

}


.home-menu.purple {
    border: 0px;
    color: #fff;
    background-color: rgb(69,22,103);

}
.metro .home-h1 {
    margin-left: 450px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.home-top-section {
    margin-bottom: 30px;
    margin-top: 10px;
}


.home-menu {

    margin-bottom: 20px;
    padding: 25px;
    position: absolute;
    color: #fff;
    z-index: 9;
    width: 410px;
    opacity: 1;
    height: 510px;
    margin-left: 0px;
    margin-top: -60px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.49);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.49);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.49);

    -moz-transition: margin-left 0.6s ease-out;  /* FF4+ */
    -o-transition: margin-left 0.6s ease-out;  /* Opera 10.5+ */
    -webkit-transition: margin-left 0.6s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: margin-left 0.6s ease-out;  /* IE10 */
    transition: margin-left 0.6s ease-out;
}
.home-menu .home-menu-bottom-txt a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
}
.home-menu .home-menu-bottom-txt a:hover {
    color: rgba(255, 255, 255, 1);
}

.metro .home-menu h2 {
    margin-top: -20px;
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 60px;
    padding: 0;
    color: inherit;
    text-shadow: 1px 1px 1px rgba(0,0,0,1);
    font-family: "Roboto";
    line-height: 50px;
}
.metro .home-menu h2 .tagline {

    font-size: 30px;
    line-height: 39px;
}
.metro .home-menu h3 {
    font-size: 19px;
    line-height: 19px;
    color: inherit;
    text-shadow: 1px 1px 1px rgba(0,0,0,1);
    font-family: "Roboto";
    margin-bottom: 10px;
    margin-top: 40px;
    padding-bottom: 0;
}
.metro .banner-links {
    margin-left: 440px;
    margin-top: 1px;
    font-size: 16px;
    position: relative;

}
.metro .head strong {
    font-size: 22px;
}

.metro .home-menu .head {
    margin-top: 105px;
    position: absolute;
}
.metro .home-menu-bottom-txt {
    margin-top: 170px;
    position: absolute;
    font-size: 15px;
    padding-right: 15px;
    color: rgba(255,255,255,.7);


}
.metro .banner-links a {
    border-right: none;

    display: inline-block;
    float: left;
    position: relative;
    margin-right: 0px;
    padding: 15px 15px;
    width: 300px;
    text-decoration: none;
    background-color: #f2f2f2;
    color: #252525;
    text-align: center;
    font-weight: bold;

}

.metro .banner-links a.active,
.metro .banner-links a:hover  {
    color: #292929;
    min-width: 50px;
    background-color: #dadada;
}

.metro .banner-links a.active:before  {
    border-color: transparent transparent #dadada transparent;
    border-style: solid;
    border-width: 0px 40px 15px 40px;
    height: 0px;
    width: 0px;
    content: ' ';
    position: absolute;
    left: 105px;
    top:-15px;
}

.metro .banner-links .progress-wrap {
    left: 0;
    right: 4px;
    bottom: 0px;
    background-color: transparent;
    height: 3px;
    position: absolute;
    display: none;
}
.metro .banner-links .progress-wrap1 {
    display: block;
}

.metro .banner-links .current-progress {
    width: 0%;
    background-color: rgba(255,255,255,.5);
    height: 3px;
    position: relative;
}
.metro .banner-links .current-progress .handle {

    background-color: rgba(255,255,255,.9);
    position: absolute;
    border-radius: 2px;
    right: 0px;
    top: -2px;
    height: 6px;
    width: 5px;
}


.metro .banner-links a.active:hover {
    cursor: default;
    color: #fff;
    background-color: rgb(0,0,0);
    text-decoration: none;
}
.metro .banner-links > a:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.metro .banner-links > a:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.metro .banner-wrapper {
    height: 397px;
}
.metro .banner-wrapper img {
    position: absolute;
}



.home-menu input {
    font-size: 20px;
    height: 40px;
    color: #000;
    padding: 0px 5px 2px 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    border: none;
}

.home-menu .select-wrapper {
    overflow: hidden;
    background-color: #fff;
    height: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0px;

}

.home-menu select {
    background: url(/img/dropdown-arrrow.png) no-repeat;
    background-position: right;
    border: none;
    font-size: 20px;
    height: 40px;
    color: #000;

    padding: 0px 5px 2px 5px; /* If you add too much padding here, the options won't show in IE */
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    width: 100%;


}
.home-menu select:-ms-expand {
    display: none;
}

.home-menu .item {
    padding: 0 10px 10px 0;
}
.home-menu .horizontal-menu-home .form-wrap {
    margin-left: 0px;
    margin-right: -10px;
    opacity: 1;

}




.home-top-section .home-menu .horizontal-menu-home {
    margin: 0;
    padding: 0px;
}
.home-top-section .home-menu .horizontal-menu-home li {
    display: inline-block;
    margin: 0 !important;
    padding:0 !important;
    position: relative;
    font-family: 'Roboto', Verdana, Arial, Helvetica, sans-serif;
    border: none;

}

.home-top-section .home-menu  .submit-for-sale {
    float: right;
    font-family: 'Roboto', arial, serif;
    font-size: 18px;
    font-weight: bold;
    color:#fff;
    padding:14px 18px 14px 18px;
    background-color: rgba(255,255,255,1);
    border-radius: 10px;
    border: solid 1px rgba(255,255,255,.8);
    text-shadow: 0px 0px 6px rgba(0,0,0,0.9);
    -webkit-box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.98);
    -moz-box-shadow: 0px 0px 19px 1px rgba(212,32,212,0.98);
    box-shadow: 0px 0px 19px 1px rgba(212,32,212,0.98);
    background: rgb(69,22,103); /* Old browsers */
    margin-bottom: 0px;
}

.home-top-section .home-menu  .submit-for-sale:hover {

    background-color: rgb(180, 31, 180);

}



.home-top-section .home-menu .horizontal-menu-home li a {
    display: inline-block;
    text-decoration: none;
    font-family: Oswald;
    font-size: 17px;
    color:#000;
    padding:4px 18px 4px 18px;
    margin-right: 7px;
    text-shadow: 1px 1px 0px rgba(0,0,0,.1);
    background-color: rgba(255,255,255,.8);
    border-radius: 10px;

}
.home-top-section .home-menu .horizontal-menu-home li a:hover,
.home-top-section .home-menu .horizontal-menu-home li a.active {
    background-color: rgba(255,255,255,1);
    -webkit-box-shadow: 0px 0px 19px 1px rgba(212,32,212,0.98);
    -moz-box-shadow: 0px 0px 19px 1px rgba(212,32,212,0.98);
    box-shadow: 0px 0px 19px 1px rgba(212,32,212,0.98);

}


.home-top-section .home-menu .horizontal-menu-home li a.active:before,
.home-top-section .home-menu .horizontal-menu-home li a.hover:before{
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 12px 11px 0px 11px;
    height: 0px;
    width: 0px;
    content: ' ';
    position: absolute;
    margin-left: calc(50% - 34px);
    bottom:-12px;
}


.home-menu .about {
    font-size: 13px;
    margin-top: 10px;
}
.home-menu .about .head {
    font-size: 26px;
    margin-top: 20px;
}



.home-menu .horizontal-menu li:first-child {
    margin-left: 0px;
}



.full-width-container {
    padding: 20px 0px;

    -webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.59);
    -moz-box-shadow:    0px 0px 6px 0px rgba(50, 50, 50, 0.59);
    box-shadow:         0px 0px 6px 0px rgba(50, 50, 50, 0.59);


    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 34%, rgba(225,225,225,1) 35%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(34%,rgba(241,241,241,1)), color-stop(35%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 34%,rgba(225,225,225,1) 35%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 34%,rgba(225,225,225,1) 35%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 34%,rgba(225,225,225,1) 35%,rgba(246,246,246,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 34%,rgba(225,225,225,1) 35%,rgba(246,246,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */


}
.full-width-container h2 {
    margin:0 0 15px 0;
    padding: 0;
}


.packery-cnt-w-img {
    border: solid 1px rgba(0,0,0,.2);
    border-radius: 0px;
    background-color: #FFF;
    margin-bottom: 20px;
    padding: 15px;
    overflow: hidden;
}
.packery-cnt-w-img h2 {
    z-index: 2;
    position: relative;
    margin: 0;

}
.packery-cnt-w-img a > img, .packery-cnt-w-img img.packback {
    position: absolute;
    left: -0px;
    z-index: 1;
    right: -0px;
    bottom: 0px;
    border-radius: 0px;
    margin: 0 auto;
}
.packery-cnt-w-img img.ignore {
    position: relative;
    left: auto;
    z-index: 1;
    right: auto;
    bottom: auto;
}
.packery-cnt-w-img .links {
    z-index: 2;
    position: relative;
    margin: 4px 0 0 0;

}
.packery-cnt-w-img .links a {
    font-weight: bold;
}

.packery-cnt-w-img span {
    width: 30px;
    position: relative;
    display: inline-block;
}

.home-links a {
    font-weight: bold;
    font-size: 14px;
}


.text-purple {
    color: #5116AE;
}
.text-large {
    font-size: 30px;
    font-weight: bold;
}
.text-extra-large {
    font-size: 40px;
    font-weight: bold;
}
.metro .purple-button {
    border: 1px  solid rgb(69, 22, 103);
    color: #FFF;
    font-size:16px;
    background-color: #792B83;
    background: rgb(121,43,131); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(121,43,131,1) 0%, rgb(69, 22, 103) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(121,43,131,1)), color-stop(100%,rgba(69,22,103,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(121,43,131,1) 0%,rgba(69,22,103,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(121,43,131,1) 0%,rgba(69,22,103,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(121,43,131,1) 0%,rgba(69,22,103,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(121,43,131,1) 0%,rgba(69,22,103,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#792b83', endColorstr='#451667',GradientType=0 ); /* IE6-9 */
}
.newiconhome {
    position: absolute;
    z-index: 3;
    right: -23px !important;
    width: 30px;
    top: -20px;
}

.metro .purple-button:hover {
    background-color: #792B83;
    border: 1px transparent solid;
    color: #FFF !important;
    text-decoration:none;
}


.sidebarfeature.recommended-sites {
    text-align: center;

    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 9%, rgba(244,244,244,1) 49%, rgba(237,237,237,1) 49%, rgba(255,255,255,1) 90%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(9%,rgba(255,255,255,1)), color-stop(49%,rgba(244,244,244,1)), color-stop(49%,rgba(237,237,237,1)), color-stop(90%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 9%,rgba(244,244,244,1) 49%,rgba(237,237,237,1) 49%,rgba(255,255,255,1) 90%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 9%,rgba(244,244,244,1) 49%,rgba(237,237,237,1) 49%,rgba(255,255,255,1) 90%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 9%,rgba(244,244,244,1) 49%,rgba(237,237,237,1) 49%,rgba(255,255,255,1) 90%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(255,255,255,1) 9%,rgba(244,244,244,1) 49%,rgba(237,237,237,1) 49%,rgba(255,255,255,1) 90%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.sidebarfeature.recommended-sites h2 {
    font-size: 19px;
    line-height: 19px;
}

.sidebarfeature.recommended-sites .site-logo {
    position: absolute;
    left: 0px;
    z-index: 1;
    right: 0px;
    width: 100%;

}
.liked-by-blvd-home-small {
    position: absolute;
    right: 0;
    top: -5px;
    z-index: 21;
}
.liked-by-blvd-home-large {
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: 21;
    width: 50px;
}

.form-layout-pad-adjust-left {
    padding-right: 3px;
}
.form-layout-pad-adjust-right {
    padding-left: 3px;
}
.ad-banner-wrapper {
    position: relative;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    background-color: #FFF;
    margin-bottom: 20px;
}
#vans_for_sale .ad-banner-wrapper {
    margin-bottom: 0;
    border-bottom: none;
}
.ad-notice {
    position: absolute;
    right: 0px;
    background-color: rgb(255, 255, 255);
    padding: 0px 5px;
    top: 0px;
    font-size: 12px;
}
.ad-banner-wrapper.ad-placeholder:after {
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    bottom: 20px;
    content: attr(title);
    display: none;
    color: #451667;
    font-weight: bold;
    font-size: 16px;
}
.ad-banner-wrapper.ad-placeholder:hover:after {
    display: block;
}
.ad-notice:before {
    content: "Ad";
    display: block;
    color: #451667;
}
.filter-v li  {
    list-style: none;
    font-size: 15px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 3px;

}
input::placeholder,textarea::placeholder {
    color: #8c8c8c !important;
    font-weight: 400;
}
.filter-v li.noborder  {
    border-bottom: none;
}
.filter-v li > b  {
    font-weight: 600;
    color: rgba(0,0,0,.8);

}
.filter-product-buttons {
    float: right;

    padding: 15px 10px 30px 0;
}
.filter-product-buttons a {
    border: 1px solid rgb(110, 28, 131);
    color: #FFF;
    font-size:16px;
    border-radius: 6px;
    padding: 5px 10px;
    display: block;


    background-color: #792B83;
    background: rgb(121,43,131); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(121,43,131,1) 0%, rgb(69, 22, 103) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(121,43,131,1)), color-stop(100%,rgba(69,22,103,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(121,43,131,1) 0%,rgba(69,22,103,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(121,43,131,1) 0%,rgba(69,22,103,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(121,43,131,1) 0%,rgba(69,22,103,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(121,43,131,1) 0%,rgba(69,22,103,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#792b83', endColorstr='#451667',GradientType=0 ); /* IE6-9 */

    -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.29);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.29);
    box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.29);
}


.filter-product-buttons a:hover {

    border: 1px solid rgb(155, 0, 59);
    color: #FFF !important;
    text-decoration:none;

    background-color: rgb(230, 0, 80);
    background: rgb(230, 32, 111); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(230, 32, 111) 0%, rgb(230, 0, 80) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(230, 32, 111)), color-stop(100%,rgb(230, 0, 80))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgb(230, 32, 111) 0%,rgb(230, 0, 80) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb(230, 32, 111) 0%,rgb(230, 0, 80) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(230, 32, 111) 0%,rgb(230, 0, 80) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgb(230, 32, 111) 0%,rgb(230, 0, 80) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#792b83', endColorstr='#451667',GradientType=0 ); /* IE6-9 */
}

.filters-heading {
    margin-top: 15px;

    border: solid 1px rgba(0,0,0,.2);
    border-bottom: none;
    margin-right: -15px;
    background-color: rgba(0,0,0,.02);
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
    padding: 4px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 700 !important;
    font-size: 16px;
    text-shadow: 1px 1px 1px #000;
    overflow: hidden;
    white-space: nowrap;

    background-color: #792B83;
    background: rgb(121,43,131); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(121,43,131,1) 0%, rgb(69, 22, 103) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(121,43,131,1)), color-stop(100%,rgba(69,22,103,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(121,43,131,1) 0%,rgba(69,22,103,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(121,43,131,1) 0%,rgba(69,22,103,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(121,43,131,1) 0%,rgba(69,22,103,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(121,43,131,1) 0%,rgba(69,22,103,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#792b83', endColorstr='#451667',GradientType=0 ); /* IE6-9 */

}
.filters-heading:first-child {
    margin-top: 0px;
}
.filters-list-wrapper {
    border: solid 1px rgba(0,0,0,.2);
    border-top:none;

    margin-right: -15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0px;
    padding: 5px;

}
.filter-value-option .total {
    float: right;
    color: rgba(0,0,0,.6);
    font-weight: bold;
    margin-right: 5px;
}
.filter-value-option .addicon {
    color: rgba(0,0,0,.6);
}
.filter-value-option .removeicon {
    color: #792B83;

}
.filters-list-wrapper .filter-value-option {
    padding: 3px 2px 3px 10px;
    cursor: pointer;
    border-bottom: solid 1px rgba(0,0,0,.1);
}
.filters-list-wrapper .filter-value-option:last-child {

    border-bottom: none;
}
.filters-list-wrapper .filter-value-option:hover {
    background: rgb(246,248,249); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
}
.filters-list-wrapper .filter-value-option:hover .addicon {
    color: #4e249d;
}
.filters-list-wrapper .filter-value-option:hover .removeicon {
    color: #8a001c;
}
.filters-list-wrapper .filter-value-option.active {
    font-weight: bold;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.filters-list-wrapper .filter-value-option.active:hover {
    font-weight: bold;
    background: rgb(246,248,249); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */



}

.filters {

}

.filters .filter {
    padding: 5px;
    float: left;
    margin: 0;

    border: solid 1px rgba(0,0,0,.1);
    border-left:none;
    border-top: none;
    color: rgba(0,0,0,.6);
    font-weight: bold;
    cursor: pointer;

    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

}
.filters .filter:hover {
    background: rgb(246,248,249); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */

}
.filters .filter i {
    color: #792B83;
    margin-left: 15px;
}
.filter-conversions .body_content {
    margin-top: -15px;
    margin-bottom: 20px;
}
.filter-conversions .blvd-found {
    border-top-right-radius: 8px;
    text-align: center;
    position: relative;
    -webkit-box-shadow: inset 0px 0px 55px 0px rgba(0,0,0,0.46);
    -moz-box-shadow: inset 0px 0px 55px 0px rgba(0,0,0,0.46);
    box-shadow: inset 0px 0px 55px 0px rgba(0,0,0,0.46);

    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}
.filter-conversions .blvd-found .total-display {
    font-size: 60px;
    font-weight: bold;
    line-height: 70px;
}
.filter-conversions .blvd-found .bottom {
    font-size: 17px;
    font-weight: bold;
}
.filter-conversions .blvd-found .top {
    font-size: 19px;
    font-weight: normal;
}
.white-shadow {
    text-shadow: 0px 0px 2px #fff, 0px 0px 1px #fff, 0px 0px 5px #fff, 0px 0px 3px #fff, 0px 0px 4px #fff, 0px 0px 6px #fff;
}

.filter-conversions .top-img-and-count {
    display: flex;
    border: solid 1px rgba(0,0,0,.2);
    border-bottom: none;
    border-top-right-radius: 8px;
}
.filter-conversions .update-results {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    height: 25px;
    position: absolute;
    top: -30px;


}
.filter-conversions .update-results-wrapper {
    height: 25px;
    position: absolute;
    bottom: -25px;
    width: 100%;
    overflow: hidden;

}
.row-no-pad.inner {
    border:none;
}


.result-seperator {
    border-bottom: solid 2px #eee;
    margin: 5px;
}

.g-signin-wrapper { display: none; }


.img-responsive-center {
    margin: 0 auto;
}

.dual-column {
    margin-bottom: 50px;
}
.dual-column h3 {
    margin-top: 0px !important;
}

a.purple-button-large {
    font-size: 30px;
    padding: 15px 15px 10px 15px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    text-decoration: none;
    border-radius: 0px;
    cursor: pointer;
    border: solid 1px rgba(0,0,0,.6);
    margin-bottom: 10px;
    display: block;


    background-color: rgba(0,0,0,.5);

}
a.purple-button-large:hover {

    color: #fff;

    background-color: rgba(0,0,0,.8);

}


.bottom-menu-wrapper {
    /*margin-bottom: 45px;*/
    /*border-right: 2px solid #CCCCCC;*/
}

.bottom-menu-wrapper1 {
    height: 400px;
}

.noshadow {
    text-shadow: none !important;
}

.noshadow:hover {
    text-shadow: 1px 1px 0px #000 !important;
}


.bottom-menu-wrapper-gray  a {
    font-size: 14px;
    color: #252525;
    text-decoration: none;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    padding-bottom: 7px;
    display: block;

}
.bottom-menu-wrapper-gray .sub {
    padding-top: 5px;
}
.bottom-menu-wrapper-gray .sub a {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #464646;
    display: block;
}
.bottom-menu-wrapper-gray .sub a:hover {
    color: #2252c2;
}
.bottom-menu-wrapper-gray .brandhead {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #464646;
    border-bottom: solid 1px #c6c6c6;
    margin-top: 15px;
    padding-bottom: 2px;
}
.footerhr {
    background-color: rgba(0,0,0,.2);
    height: 10px;
    margin: 40px 0 0px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.footerhr2 {
    background-color: rgba(0,0,0,.2);
    height: 10px;
    margin: 0 0 0px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bottom-menu-wrapper-gray {
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 20px;
    float: left;
    width:100%;
    border: 10px solid rgba(0, 0, 0, 0.2);
    border-right-width: 2px;
    border-left-width: 2px;
}

.footer-links {
    background-color: #FFF;
    height: 100%;
    display: inline-block;
    float: left;
    padding: 15px;
    border: 2px solid rgba(0, 0, 0, 0.2);

    /*-moz-column-count: 1;*/
    /*-moz-column-gap: 10px;*/
    /*-moz-column-fill: auto;*/
    /*-webkit-column-count: 3;*/
    /*-webkit-column-gap: 10px;*/
    /*-webkit-column-fill: auto;*/
    /*column-count: 3;*/
    /*column-gap: 15px;*/
    /*column-fill: auto;*/
}


.bottom-menu-wrapper-gray .aa {
    color: #c2002b;

}
.bottom-menu-wrapper-gray .aaleft {
    border-left: solid 2px rgba(0,0,0,.2);
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    height: 100%;
}
.bottom-menu-wrapper-gray .bb {
    color: #2252c2;
}
.bottom-menu-wrapper-gray .bbleft {
    border-left: solid 2px rgba(0,0,0,.2);
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    height: 100%;
}
.bottom-menu-wrapper-gray .cc {
    color: #25ab56;
}
.bottom-menu-wrapper-gray .ccleft {
    border-left: solid 2px rgba(0,0,0,.2);
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    height: 100%;
}

.bottom-menu-wrapper-gray .ddright {
    border-right: solid 2px rgba(0,0,0,.2);
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    height: 100%;
}

a.purple-button-med {
    font-size: 18px;
    padding: 5px 15px 10px 15px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    text-decoration: none;
    cursor: pointer;
    border: solid 1px rgb(58, 22, 93);




    background-color: rgb(69, 22, 103);

}
a.purple-button-med:hover {

    color: #fff;

    background-color: rgb(164, 49, 174);

}

.sidebarfeature .sidebar-topper-over-dark {
    font-size: 21px;
    font-weight: bold;
    line-height: 32px;
    color: #ffffff;
    min-height: 35px;
    margin: 0px 0 10px 0;
    padding: 0px 0px 0px 0px;
    position: relative;

}
.sidebarfeature .sidebar-topper {
    font-size: 21px;
    font-weight: bold;
    line-height: 32px;
    color: #000;
    min-height: 35px;
    margin: 15px 0 10px 0;
    padding: 0px 0px 0px 0px;
    position: relative;
}
.sidebarfeature .sidebar-topper.dealer-single {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #000;
    min-height: 26px;
    margin: 0px 0 5px 0;
    padding: 0px 0px 0px 0px;
}

.sidebarfeature .sidebar-topper.dealer-single .locations-count {
    float: left;
    font-size: 55px;
    line-height: 55px;
    padding-right: 10px;
    color: rgb(69,22,103);
    margin-top: -8px;
    margin-left: -5px;
}
.sidebarfeature .sidebar-topper.dealer-single .right-of-count {
    float: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}
.sidebarfeature .sidebar-topper.sub-topper {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #292929;

    height: auto;
    margin: 10px 0 5px 0;

}
#vans_for_sale .inline-inventory-banner {
    border: 1px solid rgba(0,0,0,.2);
    border-bottom: none;
}
.dealer-single-inventory .sidebarfeature {
    border-left: none !important;
    border-right: none !important;
}
.dealer-single-inventory .sidebarfeature.dealersinglepage {
    margin-bottom: 0px;
    margin-top: 0;
    padding-top: 0;
    border: none !important;
    padding: 20px 15px;
}
.dealer-single-inventory .sidebarfeature.dealersinglepage h3 {
    margin-bottom: 10px;
    margin-top: 0;
}
.dealer-single-inventory .sidebarfeature.dealersinglepage .in-stock-ct {
    margin-bottom: -4px;
    margin-top: -5px;
}
.dealer-single-inventory .sidebarfeature .current_label {
    font-weight: bold;
    background-color: rgb(239 239 239);
    /* color: #fff; */
    padding: 1px 5px;
}

.metro .sidebarfeature p.sub-heading {
    font-size: 15px;
    margin-top: -10px;

}


.metro .conversion-filter-top .banner {
    float: left; width: 70%;
}
.metro .conversion-filter-top .blvd-found {
    float: left; width: 30%;
}


.button.purple-button.dealersingle {


    display: block;
    width: 100%;

    border-top: solid 2px #fff;
}

.no-top-border {
    border-top: none;
}

.metro li {
    font-family: 'Roboto', Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
}
.metro ul.no-bullet {
    list-style: none;
}
.metro li.no-bullet {
    list-style: none;
}
.sidebarfeature.builttotrust {
    background-color: #3a3839;
    color: #fefefe;
    border-radius: 8px;
    font-size: 19px;
    font-weight: 900;
    box-shadow: 3px 3px 22px 0px rgb(233, 233, 233);
    text-shadow: 1px 1px 1px #000;
    box-shadow: inset 2px 2px 18px 0px #242424, 2px 2px 18px 0px #b4b4b4;
    border: solid 1px #060606;
}
.metro div .italic, .metro span.italic, .metro p span.italic {
    font-style: italic;
}

.sidebarfeature.light.single-item.track_vehicle.built-to-trust {
    box-shadow: inset 0px 0px 0px 1px #24abe2, inset 0px 0px 13px 0px #24abe2;
    border-color: #24abe2;
    background-color: #eaf9ff;
}
.built-to-trust-icon-wrapper {
    text-align: right;
    display: block !important;
    width: 100% !important;
    margin-top: 15px;
    margin-left: -14px;
}
.built-to-trust-icon {
    width: 60px;
}
.built-to-trust-list-text {
    font-size: 28px;
    padding: 0px 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    /* margin-left: -10px; */
    /* margin-right: -10px; */
    text-shadow: 2px 1px 0px #225072;
    text-transform: uppercase;
    /* font-weight: 900 !important; */
    letter-spacing: 2px;
    color: #FFF;
    font-family: Teko;
    background-color: #24abe2;
    height: 38px;
    border: solid 1px #1584b2;
    border-radius: 2px;
}
.built-to-trust-list-limited {
    color: #db0000;
    font-size: 12px;
}

.h-standard-wrapper .single-item.built-to-trust .fadetextoverflow {
    display: none;

}
@media (min-width: 100px) and (max-width: 767px)  {
    .built-to-trust-list-text {
        margin-bottom: 10px;
        font-size: 21px;
        letter-spacing: 1px;
        height: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px)  {
    .built-to-trust-list-text {
        margin-bottom: 32px;
        font-size: 26px;
        letter-spacing: 1px;
        height: 35px;
    }
}







.pg-columns {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    margin: 0px -8px;
    position: relative;
    box-sizing: border-box;
}
.pg-columns > div {
    padding: 0 8px;
}
.pg-body {
    flex-grow: 1;
    flex-basis: 0;
}

.pg-sidebar {
    min-width: 200px;
    max-width: 340px;
    width: 30%;
}
.pg-sidebar .stick-it-dealer .sidebarfeature {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .pg-columns {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .pg-body {
        flex-grow: unset;
        flex-basis: unset;
        min-width: 100%;
    }
    .pg-sidebar {
        min-width: 100%;
    }
}












@media (min-width: 1px) and (max-width: 767px)  {

    .bottom-menu-wrapper1 {
        height: auto;
    }
    .metro .nopaddrightexceptmobile {
        padding-right: 15px;
    }
    .metro .nopaddleftexceptmobile {
        padding-left: 15px;
    }

    .mobilemenu {
        padding: 0 0 0 0;
        margin: 0 0 0 -15px;
        position: absolute;
        z-index: 9999999;
        bottom: 100%;
        right: 0;
        left: 0;
        top: 57px;
        background-color: rgb(69, 22, 103);
        overflow: hidden;

        -moz-transition: bottom 0.3s ease-out;  /* FF4+ */
        -o-transition: bottom 0.3s ease-out;  /* Opera 10.5+ */
        -webkit-transition: bottom 0.3s ease-out;  /* Saf3.2+, Chrome */
        -ms-transition: bottom 0.3s ease-out;  /* IE10 */
        transition: bottom 0.3s ease-out;

    }


    .body_content .helpful_links {
        max-width: 1000px;
        display: block;
        position: static;
        left: 0px;
        min-width: 0px;
        margin-right: -10px;
        margin-left: -10px;
        border-top: none;
        border-right: none;
        border-left: none;
        margin-top: -20px;
        float: none;
        width: calc(100% + 20px);
        box-sizing: border-box;
    }
    .body_content .helpful_links .sidebar-topper {
        font-size: 18px;
        line-height: 24px;
    }
    .body_content .helpful_links li {
        line-height: 24px;
    }

    .body_content .helpful_links li a {
        line-height: 24px;
        font-size: 17px;
    }
    .packery-downloads-third {
        width: 100%;
    }
    .packery-full {
        width: 100%;
    }
    .packery-specs.packery-half {
        width: 100%;
    }

    .body_content ul li {
        width: 100%;
    }

    .product-mobile-img {
        position: relative;
        margin: 0px 0px 00px 0px;
        float: left;
        width: 40%;
        box-sizing: border-box;
        background-color: #fff;
    }
    .product-mobile-img img {
        width: 100%;
        max-width: none;
        margin-top: 0px;
        border: solid 1px rgba(0,0,0,.2);
    }

    .product-child-right {
        float: left;
        width: 60%;
        padding-left: 10px;
        box-sizing: border-box;
    }
    a.more-product-details-btn {
        float: none;
        background-color: #451667;
        color: #FFF;
        padding: 6px 15px;
        font-size: 14px;
        z-index: 2;
        border: solid 2px #fff;
        box-sizing: border-box;
    }








    .mobilemenu.open {
        bottom: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }
    #main_content_body {
        margin-bottom: 40px;

    }
    .body_content .body_content_wrapper .tab-temp-title {
        margin: 0px -10px 20px -10px;
    }

    .mobilemenubutton:hover {
        box-shadow: 0 0 19px #D420D4;
    }

    .mobilemenu li {
        list-style-type: none;
        border-bottom: 1px solid rgba(255,255,255,.2);
        padding: 0 0 0 30px;
    }

    .mobilemenu li:last-child {
        border-bottom: none;
    }

    .mobilemenu li a {
        color: #FFF;
        padding: 10px 0;
        display: block;
        font-family: "Oswald",sans-serif;
        font-size: 22px;
        transition: all .25s linear 0s;
    }

    .mobilemenu li a .fa {
        display: none;
        transition: all .25s linear 0s;
    }

    .mobilemenu li a:hover {
        text-shadow: 0 0 19px #D420D4, 1px 1px 0 #000;
        color: #FFF;
        text-decoration: none;
        padding-left: 15px;
        transition: all .25s linear 0s;
    }

    .mobilemenu li a:hover .fa {
        display: inline-block;
        margin-left: -10px;
        transition: all .25s linear 0s;
    }

    /*.mobilemenu li a:hover:before {*/
    /*border-top: 7px solid transparent;*/
    /*border-bottom: 7px solid transparent;*/
    /*border-left: 7px solid #FFF;*/
    /*height: 0;*/
    /*width: 0;*/
    /*content: " ";*/
    /*position: absolute;*/
    /*left: 17px;*/
    /*margin-top: 5px;*/
    /*}*/


    .home-menu {
        height: auto;
    }


    .item.xsw1 { width:  16.6666666666%; }
    .item.xsw2 { width:  33.3333333333%; }
    .item.xsw3 { width:  50%; }
    .item.xsw4 { width:  66.6666666666%; }
    .item.xsw5 { width:  80%; }
    .item.xsw6 { width:  100%; }

    .item.xsh7 { height: 448px;  }
    .item.xsh6 { height: 384px;  }
    .item.xsh5 { height: 320px;  }
    .item.xsh4 { height: 256px;  }
    .item.xsh3 { height: 192px;  }
    .item.xsh2 { height: 128px;  }
    .item.xsh1 { height: 64px;  }

    .item.xscust-height { height: 153px; }


    .vans-home-main-dealer > div > .phone a {
        display:none;
    }
    .metro .conversion-filter-top .banner {
        width: 100%;
    }
    .metro .conversion-filter-top .blvd-found {
        display: none;
    }


    .top-right-h1-img {
        display: none;
    }
    .metro h1 {
        font-size:22px;
        line-height: 26px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .metro h2 {
        font-size:18px;
        line-height: 26px;
    }


    .mobile-header-row {
        padding: 10px 0 10px 0;

    }
    .home-top-section {
        margin-bottom: 90px;
    }
    .header-container {
        background-color: #451667;
        /*position: fixed;*/
        z-index: 999;
        width: 100%;
    }
    .home-row-0 {

        padding: 0 0 20px 0;
    }
    .home-row-0 .title-r0 {
        color: #fff;
        font-size: 32px;
        line-height: 38px;
        text-align: left;
        margin-top: 20px;

    }
    .home-row-0 .sub-title-r0 {
        color: #fff;
        font-size: 55px;
        line-height: 55px;
        text-align: left;
    }
    .home-row-1 {


    }
    .home-mobile-start-screen {
        background-color: #6e1a83;
        margin-bottom: 15px;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;

    }
    .home-menu input, .home-menu .select-wrapper {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    header {
        position: relative; z-index: 5;

    }
    .body-container {
        position: relative;
        z-index: 4;
        /*padding-top: 59px;*/
    }
    .home-menu.purple {
        background: none;
        padding: 0;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;

    }
    .home-menu.purple h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .home-menu.purple h2 .tagline {
        font-size: 25px;
        line-height: 26px;
    }

    .metro p {
        font-size: 16px !important;
    }


    .sidebarform {

    }
    .metro .stepper {
        margin: 0px 0;
        text-align: left;
        margin-top: 10px;
        margin-bottom: 10px;

    }
    .vehicle_results_img {
        max-height: 480px;
    }
    .metro .rating.large li {
        font-size: 40px;
        margin-left: 0px;
    }
    .metro .rating.large li:hover {
        font-size: 42px;
        color: #9246f0;

    }
    .star_display_large i {
        font-size: 25px;
        margin-right: 5px;
        color: #451667;
    }

    .star_display_small i {
        font-size: 15px;
        margin-right: 5px;
    }
    .star_display_large, .star_display_small {
        text-align: left;
    }

    .star-left {
        text-align: left !important;
    }
    .home-tiles {
        height:133px;
        font-size:26px;
        line-height:38px;
    }
    .tile-bottom-link {
        font-size: 12px;
    }
    .right-boxes-home  {

    }
    .hb-toprow  {
        margin-top: -7px;

    }
    .hb-bottomrow  {
        margin-top: 15px;

    }
    .hb-leftcol  {
        padding-right: 7px;

    }
    .hb-rightcol  {
        padding-left: 7px;

    }
    .mobility-dealer-map {
        width: 100%; height: 150px; margin-bottom: 0px;
        margin-top: 15px;
    }
    .dealer_for > h3 {
        font-size: 13px;
        text-align: right;
        line-height: 14px;
    }
    .metro .breadcrumbs.mini a {
        padding: .2em 1em;
        font-size: 20px;

    }
    .metro .breadcrumbs ul a:after {
        margin-right: 4px;


    }
    .vanlistimg {
        padding: 0;
        margin-top: -15px;


    }
    .current_label h3 {
        font-size: 17px !important;
        line-height: 22px !important;
    }
    .current_label h2 {
        font-size: 26px !important;
        line-height: 30px !important;
    }
    .single-item h3 {
        margin-top: 10px;
    }
    .browse_vans h2 {
        font-size: 34px;
        font-weight: bold;
        margin-bottom: 20px !important;
        margin-top: 30px !important;
        line-height: 40px;
    }
    .vfstiletop {
        margin-top: -40px !important;
    }


    .single-item {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .metro .pager  {
        text-align: right;
    }

    .metro .home-top-section .banner-links {
        display: none;
    }

    .metro .home-h1 {
        margin-left: 0px;
    }
    .metro .home-top-section .banner-wrapper {
        display: none;
        /*display: block;*/
        /*margin-top: 240px;*/
        /*height: 25px;*/
    }
    .metro .home-top-section .home-menu {
        position: relative;
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
    .metro .logo {
        margin-top: 10px;
    }

    .metro .packery-cnt-w-img .links a {
        /*font-size: 22px;*/
        margin-bottom: 5px;
        display: inline-block;

        padding: 5px 15px;
        border-radius: 8px;

        -webkit-box-shadow: 1px 1px 6px 0px rgba(50, 50, 50, 0.63);
        -moz-box-shadow:    1px 1px 6px 0px rgba(50, 50, 50, 0.63);
        box-shadow:         1px 1px 6px 0px rgba(50, 50, 50, 0.63);


        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

    }
    .metro .packery-cnt-w-img  h2 {
        line-height: 31px;
        margin-bottom: 20px;
    }


    .form-layout-pad-adjust-left {
        padding-right: 15px;
    }
    .form-layout-pad-adjust-right {
        padding-left: 15px;
    }
    .h-standard-wrapper .single-item {

        padding-top: 20px;
        padding-bottom: 20px;


    }
    .h-standard-wrapper .single-item h3 {
        margin-top: 0px;
        margin-bottom: -3px;
        font-size: 16px;

    }
    .h-standard-wrapper .single-item {
        overflow: hidden;

    }
    .h-standard-wrapper .single-item h4 {
        margin-top: 5px;
        font-size: 14px;
    }
    .h-standard-wrapper .single-item h4.conversion {

        font-size: 15px;
    }
    .h-standard-wrapper .newusedicon {
        margin-top: 5px;
    }
    .vanlistimg {
        margin: -5px 15px 0 15px;
    }
    a.more-van-details-btn {
        display: none;
    }

    .brand-heading-left-img {
        margin-top: 15px;
        margin-left: 0px;
        border: solid 1px rgba(0,0,0,.1);
        border-left: none;
    }

    .metro .container.body-container {
        margin: 0 0px;
        padding: 0;
        overflow: hidden;
    }
    .metro .container.body-container {
        margin: 0 0px;
        padding: 0 0px 0 0px;
        overflow: hidden;
    }
    .sidebarfeature {
        padding-left: 10px;
        padding-right: 10px;
    }
    #page_top > div > h1:first-child {
        padding-left: 10px;
        padding-right: 10px;
    }
    #vans_for_sale .single-item {
        padding-top: 40px;
        padding-bottom: 40px;
        border-right: none;
        border-left: none;
    }
    #vans_for_sale .single-item .vlistp {
        float: left;
        /*width: 42px;*/
        width: 60px;
        margin-top: 0;
        line-height: 21px;
    }
    #vans_for_sale .single-item h4 {
        margin: 2px 0 2px 0;
        padding: 1px 0 4px 0;
        border-bottom: solid 1px rgba(0, 0, 0, 0.08);
        font-family: Roboto;
        color: #000;
    }

    #vans_for_sale .single-item .ymm-mobile .year {
        font-size: 18px;
        letter-spacing: 3px;
        font-weight: bold;
        color: rgba(0,0,0,.6);
    }
    #vans_for_sale .single-item .ymm-mobile .trim {
        font-size: 14px;
        line-height: 20px;
        color: rgba(0, 0, 0, 0.64);
    }
    #vans_for_sale .single-item .ymm-mobile h3 {
        border-bottom: none;
        line-height: 20px;
    }
    #vans_for_sale .single-item .ymm-mobile h4 {
        border-bottom: none;
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 10px;
        line-height: 20px;
        color: rgba(0,0,0,.7);
    }

    #vans_for_sale .single-item .ymm-mobile .newusedicon {
        margin-top: 0px;
    }
    #vans_for_sale.h-standard-wrapper .single-item .ymm-mobile .fadetextoverflow {
        position: absolute;
        width: 75px;
        height: 66px;
        top: 0;
        right: -7px;
    }
    #vans_for_sale .single-item .vanlistimg {
        padding: inherit;
        margin: inherit;
    }
    #vans_for_sale .single-item {
        padding-top: 30px;
        padding-bottom: 36px;
    }
    #vans_for_sale .single-item > .row  {
        margin-left: -4px;
        margin-right: -4px;
    }
    #vans_for_sale .single-item > .row > div > .row  {
        margin-left: -15px;
        margin-right: -20px;
    }
    #vans_for_sale .single-item > .row > div {
        padding-left: 6px;
        padding-right: 6px;
    }
    .metro #vans_for_sale .vfs-image-banner {
        top: -4px;
        left: 4px;
        width: 55px;
    }

    #vans_for_sale .single-item > .row > div.ymm-mobile {
        padding-left: 2px;
        padding-right: 2px;
    }
    .metro .sidebar.light {
        border: none;
    }

    .product-tabs {
        margin-right: -11px;
        margin-left: -11px;
    }
    .body_content .body_content_wrapper .tab-temp-title {
        margin: 0px -11px 20px -11px;

    }

    .product-tab {
        padding: 12px 10px 12px 10px;
        border-bottom: solid 1px rgba(0,0,0,.2);
        width: 33.33333333%;
        text-align: center;
    }
    .product-tab:last-child {

    }
    .product-tab.active, .product-tab:hover {
        padding: 12px 10px 13px 10px;
    }
    .mobile-header-row a.local_link {
        margin-left: -5px;
    }

    .mobile-header-row .mobilemenubutton  {
        margin-right: -5px;
    }
}










@media (min-width: 100px) and (max-width: 467px)  {
    .dealer_for  {
        display: none;

    }

    .footer-links {
        width: 100%;
    }

}











@media (min-width: 768px) and (max-width: 991px)  {


    .item.smw1 { width:  16.6666666666%; }
    .item.smw2 { width:  33.3333333333%; }
    .item.smw3 { width:  50%; }
    .item.smw4 { width:  66.6666666666%; }
    .item.smw5 { width:  80%; }
    .item.smw6 { width:  100%; }

    .item.smh7 { height: 448px;  }
    .item.smh6 { height: 384px;  }
    .item.smh5 { height: 320px;  }
    .item.smh4 { height: 256px;  }
    .item.smh3 { height: 192px;  }
    .item.smh2 { height: 128px;  }
    .item.smh1 { height: 64px;  }


    .form-layout-pad-adjust-left {
        padding-right: 4px;
    }
    .form-layout-pad-adjust-right {
        padding-left: 4px;
    }

    .main-menu-sticky.stuck_on_top li:first-child a img {
        margin-top: -4px;
        height: 26px;
    }
    .vans-home-main-dealer > div > .phone a {
        display:none;
    }
    .metro .horizontal-menu li a {
        font-size:17px;
        padding-left: 11px;
        padding-right: 11px;
    }
    .metro .horizontal-menu li {
        margin-right: 1px;
    }
    .logo {
        width: 250px;
        margin-top: 5px;
        margin-bottom: -5px;
    }

    .product-tab {
        padding: 12px 10px 12px 10px;
        border-bottom: solid 1px rgba(0,0,0,.2);
        width: 50%;
    }
    .product-tab:nth-child(even) {
        border-right: none;
    }
    .product-tab.active, .product-tab:hover {
        padding: 12px 10px 13px 10px;
    }
    .body_content .helpful_links {
        max-width: unset;
        display: inline-block;
        position: relative;
        left: 0px;
        min-width: unset;
        margin-right: -10px;
        margin-left: -10px;
        border-top: none;
        border-right: none;
        border-left: none;
        margin-top: -20px;
    }

    .metro h1 {
        font-size:30px;
        line-height: 32px;

    }
    .metro h2 {
        font-size:21px;
        line-height: 28px;

    }
    .itemdistance {
        text-align: left;
        margin-top: 30px;
    }

    .sidebarform {
        width: 285px;
    }
    .sidebarform > .panel-header {
        font-size: 17px !important;

    }

    .vehicle_results_img {
        max-height: 282px;
    }
    .metro .stepper {
        margin: 0px 0;
        text-align: left;
        margin-top: 10px;
        margin-bottom: 10px;

    }
    .metro .rating.large li {
        font-size: 33px;
        margin-left: -1px;
    }
    .metro .rating.large li:hover {
        font-size: 35px;
        color: #9246f0;

    }
    .star_display_large i {
        font-size: 25px;
        margin-right: 5px;
        color: #451667;
    }

    .star_display_small i {
        font-size: 15px;
        margin-right: 5px;
    }
    .star_display_large, .star_display_small {
        text-align: left;
    }

    .reviewsidebar {
        width: 345px;
    }
    .home-tiles {
        height:133px;
        font-size:28px;
        line-height:38px;
    }
    .tile-bottom-link {
        font-size: 12px;
    }
    .right-boxes-home  {

    }
    .hb-toprow  {
        margin-top: 15px;
    }
    .hb-bottomrow  {
        margin-top: 15px;

    }
    .hb-leftcol  {

    }
    .hb-rightcol  {

    }
    .mobility-dealer-map {
        width: 100%; height: 150px; margin-bottom: 0px;
        margin-top: 15px;
    }
    .dealer_for > h3 {
        font-size: 10px;
        text-align: right;
        line-height: 12px;
    }
    .vanlistimg {
        padding: 0;
        margin-top: -15px;

    }
    .vlistpad {
        margin-top: 0px;
    }
    .single-item h3 {
        line-height: 30px;
    }
    .single-item {
        margin-bottom: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: none;
    }

    .metro .single-item h3 {
        line-height: 19px;
    }


    .metro .recommended-sites .home-featured-link {
        margin-top: 50px;
    }






    .metro .banner-links {
        margin-left: 260px;
        margin-top: -64px;
        font-size: 15px;
        position: relative;
    }
    .metro .banner-links a.active:before  {
        left: 35px;
    }
    .metro .banner-links a {
        border-right: solid 1px rgba(255,255,255,1);
        display: inline-block;
        float: left;
        position: relative;
        margin-right: -5px;
        padding: 5px 5px;
        width: 150px;
        height: 55px;
        text-decoration: none;
        background-color: #f2f2f2;
        color: #252525;
        text-align: center;
        font-weight: bold;
        font-size: 14px;
    }
    .metro .home-top-section .banner-wrapper {
        height: 278px;
    }
    .metro .home-top-section {
        margin-bottom: 90px;
    }
    .metro .banner-wrapper img {
        width: 720px;
    }
    .home-menu {
        margin-bottom: 20px;
        padding: 15px;
        color: #fff;
        width: 250px;
        height: 350px;

        margin-top: -80px;

    }

    .metro .home-menu h2 {
        margin-top: -10px;
        margin-bottom: 15px;
        font-weight: normal;
        font-size: 40px;
        padding: 0;
        text-shadow: 1px 1px 1px rgba(0,0,0,1);
        line-height: 36px;
    }
    .metro .home-menu h2 .tagline {
        font-size: 21px;
        line-height: 28px;
    }
    .metro .home-menu h3 {
        font-size: 13px;
        line-height: 19px;
        text-shadow: 1px 1px 1px rgba(0,0,0,1);
        margin-bottom: 10px;
        margin-top: 25px;
        padding-bottom: 0;
    }
    .metro .home-menu .head {
        margin-top: 105px;
        position: absolute;
    }
    .metro .home-h1 {
        margin-left: 270px;
        margin-top: 20px;
        margin-bottom: 40px;
        font-size: 26px;

    }
    .metro .home-menu-bottom-txt {
        display: none;
    }





    .form-layout-pad-adjust-left {
        padding-right: 15px;
    }
    .form-layout-pad-adjust-right {
        padding-left: 15px;
    }

    .bottom-menu-wrapper1 {
        height: 400px;
    }

    .h-standard-wrapper .single-item h3 {
        margin-top: 5px;
    }
    .h-standard-wrapper .newusedicon {
        margin-top: 5px;
    }
    .vanlistimg {
        margin-top: 5px;
        padding: 0px 0px 10px 15px;
    }

    .home-top-section .home-menu .horizontal-menu-home li a {
        display: inline-block;
        text-decoration: none;
        font-family: Oswald;
        font-size: 17px;
        color:#000;
        padding:4px 8px 4px 8px;
        margin-right: 4px;
        text-shadow: 1px 1px 0px rgba(0,0,0,.1);
        background-color: rgba(255,255,255,.8);
        border-radius: 10px;

    }

    .home-top-section .home-menu .horizontal-menu-home li a.active:before, .home-top-section .home-menu .horizontal-menu-home li a.hover:before {
        border-color: #fff transparent transparent transparent;
        border-style: solid;
        border-width: 8px 11px 0px 11px;
        height: 0px;
        width: 0px;
        content: ' ';
        position: absolute;
        margin-left: calc(50% - 22px);
        bottom: -8px;
    }

    .brand-heading-left-img {
        margin-top: 15px;
        margin-left: 0px;
        border: solid 1px rgba(0,0,0,.1);
        border-left: none;
    }



}




@media (min-width: 992px) and (max-width: 1199px)  {
    .metro .horizontal-menu li a {
        font-size:20px;
        padding-left: 18px;
        padding-right: 18px;
    }
    .metro .horizontal-menu li {
        margin-right: 1px;
    }
    .logo {
        width: 300px;
        margin-top: 5px;
        margin-bottom: -5px;
    }
    .main-menu-sticky.stuck_on_top li:first-child a img {
        margin-top: -5px;
        height: 30px;
    }
    .product-tab {
        padding: 8px 10px 8px 10px;

        border-bottom: solid 1px rgba(0,0,0,.2);
        width: 50%;
    }
    .vanlistimg {
        margin-top: 0px;
        padding: 0px 0px 10px 15px;
    }
    .product-tab:nth-child(even) {

        border-right: none;

    }
    .product-tab.active, .product-tab:hover {
        padding: 8px 10px 9px 10px;
    }


    .bottom-menu-wrapper1 {
        height: 400px;
    }

    .vans-home-main-dealer > div > .phone a {
        display:none;
    }

    .metro h1 {
        font-size:28px;

    }
    .metro h2 {
        font-size:22px;
        line-height: 28px;

    }
    .description {
        height: 170px;
    }
    .sidebarform {
        width: 295px;
    }
    .vehicle_results_img {
        max-height: 131px;
    }
    .metro .stepper {
        margin: 0px 0;
        text-align: left;
        margin-top: 10px;
        margin-bottom: 10px;

    }

    .metro .rating.large li {
        font-size: 35px;
        margin-left: -1px;
    }
    .metro .rating.large li:hover {
        font-size: 38px;
        color: #9246f0;

    }

    .star_display_large i {
        font-size: 25px;
        margin-right: 5px;
        color: #451667;
    }

    .star_display_small i {
        font-size: 15px;
        margin-right: 5px;
    }
    .star_display_large, .star_display_small {
        text-align: left;
    }

    .reviewsidebar {
        width: 372px;
    }

    .home-tiles {
        height:133px;
        font-size:30px;
        line-height:38px;


    }
    .right-boxes-home  {

    }
    .hb-toprow  {
        margin-top: 15px;
    }
    .hb-bottomrow  {
        margin-top: 15px;

    }
    .hb-leftcol  {

    }
    .hb-rightcol  {

    }
    .mobility-dealer-map {
        width: 100%; height: 200px; margin-bottom: 0px;
        margin-top: 15px;
    }
    a.make-btn {
        font-size: 22px !important;
        line-height: 26px;

    }
    .current_label h2 {

        font-size: 35px !important;
        line-height: 40px;
    }
    .current_label h3 {

        font-size: 17px !important;
        line-height: 22px;
    }
    .metro .single-item h3 {
        font-size: 17px;
    }


    .metro .recommended-sites .home-featured-link {
        margin-top: 50px;
    }
    .metro .banner-links {
        margin-left: 330px;
        margin-top: 10px;
        font-size: 15px;
        position: relative;
    }
    .metro .banner-links a.active:before  {
        left: 60px;
    }
    .metro .banner-links a {
        border-right: solid 1px rgba(255,255,255,1);
        display: inline-block;
        float: left;
        position: relative;
        margin-right: -5px;
        padding: 5px 5px;
        width: 200px;
        text-decoration: none;
        background-color: #f2f2f2;
        color: #252525;
        text-align: center;
        font-weight: bold;
        font-size: 12px;
    }
    .metro .home-top-section .banner-wrapper {
        height: 278px;
    }
    .metro .home-top-section {
        margin-bottom: 60px;
    }
    .metro .banner-wrapper img {
        width: 970px;
    }
    .home-menu {
        margin-bottom: 20px;
        padding: 15px;
        color: #fff;
        width: 320px;
        height: 350px;

        margin-top: -20px;

    }

    .metro .home-menu h2 {
        margin-top: -10px;
        margin-bottom: 15px;
        font-weight: normal;
        font-size: 40px;
        padding: 0;
        text-shadow: 1px 1px 1px rgba(0,0,0,1);
        line-height: 36px;
    }
    .metro .home-menu h2 .tagline {
        font-size: 25px;
        line-height: 28px;
    }
    .metro .home-menu h3 {
        font-size: 19px;
        line-height: 19px;
        text-shadow: 1px 1px 1px rgba(0,0,0,1);
        margin-bottom: 10px;
        margin-top: 30px;
        padding-bottom: 0;
    }
    .metro .home-menu .head {
        margin-top: 105px;
        position: absolute;
    }
    .metro .home-h1 {
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 25px;
    }
    .metro .home-menu-bottom-txt {
        display: none;
    }


    .metro h1 {
        margin-top: 5px;
    }



    .item.mdw1 { width:  16.6666666666%; }
    .item.mdw2 { width:  33.3333333333%; }
    .item.mdw3 { width:  50%; }
    .item.mdw4 { width:  66.6666666666%; }
    .item.mdw5 { width:  80%; }
    .item.mdw6 { width:  100%; }

    .item.mdh7 { height: 448px;  }
    .item.mdh6 { height: 384px;  }
    .item.mdh5 { height: 320px;  }
    .item.mdh4 { height: 256px;  }
    .item.mdh3 { height: 192px;  }
    .item.mdh2 { height: 128px;  }
    .item.mdh1 { height: 64px;  }




}





@media (min-width: 1200px) and (max-width: 1399px)  {


    .item.lgw1 { width:  16.6666666666%; }
    .item.lgw2 { width:  33.3333333333%; }
    .item.lgw3 { width:  50%; }
    .item.lgw4 { width:  66.6666666666%; }
    .item.lgw5 { width:  80%; }
    .item.lgw6 { width:  100%; }

    .item.lgh7 { height: 448px;  }
    .item.lgh6 { height: 384px;  }
    .item.lgh5 { height: 320px;  }
    .item.lgh4 { height: 256px;  }
    .item.lgh3 { height: 192px;  }
    .item.lgh2 { height: 128px;  }
    .item.lgh1 { height: 64px;  }

    .item .sidebar-packery  {
        padding: 10px;
    }

    .main-menu-sticky.stuck_on_top li:first-child a img {
        margin-top: -5px;
        height: 32px;
    }
    .norightpad {
        padding-right: 0;
        height:100%;
    }
    .metro .horizontal-menu li a {
        font-size:21px;
    }
    .metro .horizontal-menu.footer-menu li a {
        font-size:14px;
        font-weight:normal !important;
        padding:5px 15px;
    }
    .metro .horizontal-menu li {
        margin: 0 10px;
    }
    .vans-home-main-dealer > .phone a {
        font-size: 19px;

    }

    .vans-home-main-dealer > div > .phone a {
        display:none;
    }

    .metro h1 {
        font-size: 28px;
        color: rgb(28, 28, 28);


    }
    .metro h2 {
        font-size: 19px;
        line-height: 24px;
        color: rgb(28, 28, 28);


    }
    .metro .recommended-sites .home-featured-link {
        margin-top: 45px;
    }


    .metro .wheelchair-van-section > div {
        height: 435px;
    }
    .metro .wheelchair-van-section h2 {
        font-size: 32px;
    }
    .metro .wheelchair-van-section .vfstop {
        max-width: 150px !important;
        margin-top: 20px !important;
    }

    .description {
        height: 218px;
    }

    .sidebarform {
        width: 265px;
    }
    .sidebarform > .panel-header {
        font-size: 17px !important;

    }
    .vehicle_results_img {
        max-height: 136px;
    }
    .metro .rating.large li {
        font-size: 34px;
        margin-left: -1px;
    }
    .metro .rating.large li:hover {
        font-size: 35px;
        color: #9246f0;

    }
    .reviewsidebar {
        width: 358px;
    }

    .star_display_large i {
        font-size: 27px;
        margin-right: 5px;
        color: #451667;
    }

    .star_display_small i {
        font-size: 15px;
        margin-right: 5px;
    }

    .home-tiles {
        height:133px;
        font-size:30px;
        line-height:38px;
    }
    .right-boxes-home {

    }

    .product-left-height {
        height: 373px;
    }
    .products-list {
        height: 260px;
    }

    .dealerservices h2 {
        font-size: 18px;
        font-weight: 600;
        margin-top: -5px;

    }
    .right-boxes-home  {
        padding:0;
    }
    .hb-toprow  {

    }
    .hb-bottomrow  {
        margin-top: 15px;

    }
    .hb-leftcol  {

    }
    .hb-rightcol  {
        margin-left: -15px;
    }
    .mobility-dealer-map {
        width: 100%; height: 300px; margin-bottom: 20px;
    }
    .dealer_for > h3 {
        font-size: 13px;
        text-align: right;
    }
    .current_label h2 {

        font-size: 35px !important;
        line-height: 40px;
    }
    .current_label h3 {

        font-size: 18px !important;
        line-height: 22px;
    }
    .metro .single-item h3 {
        font-size: 19px;
        line-height: 22px;
    }

    .metro .home-top-section {
        margin-bottom: 80px;
    }

    .metro h1.home-h1 {
        margin-left: 390px;
        margin-top: 10px;
    }
    .metro .banner-links {
        margin-left: 390px;
        margin-top: 0px;
        font-size: 15px;
        position: relative;
    }
    .metro .banner-links a.active:before  {
        left: 85px;
    }
    .metro .banner-links a {
        border-right: solid 1px rgba(255,255,255,1);
        display: inline-block;
        float: left;
        position: relative;
        margin-right: -5px;
        padding: 5px 5px;
        width: 250px;
        text-decoration: none;
        background-color: #f2f2f2;
        color: #252525;
        text-align: center;
        font-weight: bold;
        font-size: 14px;
    }
    .metro .home-top-section .banner-wrapper {
        height: 338px;
    }
    .metro .home-top-section {
        margin-bottom: 60px;
    }
    .metro .banner-wrapper img {
        width: 1140px;
    }

    .home-menu {
        margin-bottom: 20px;
        padding: 15px;
        color: #fff;
        width: 380px;
        height: 430px;

        margin-top: -50px;

    }


    .metro .home-menu h2 {
        margin-top: -10px;
        margin-bottom: 15px;
        font-weight: normal;
        font-size: 40px;
        padding: 0;

        line-height: 36px;
    }
    .metro .home-menu h2 .tagline {
        font-size: 25px;
        line-height: 28px;
    }
    .metro .home-menu h3 {
        font-size: 19px;
        line-height: 19px;
        text-shadow: 1px 1px 1px rgba(0,0,0,1);
        margin-bottom: 10px;
        margin-top: 30px;
        padding-bottom: 0;
    }

    .metro .home-menu .head {

        margin-top: 105px;
        position: absolute;

    }
    .col-md-no-padding {
        padding: 0;
    }



}


@media (min-width: 1400px) {
    .col-lg-no-padding {
        padding: 0;
    }

    .item.lgw1 { width:  16.6666666666%; }
    .item.lgw2 { width:  33.3333333333%; }
    .item.lgw3 { width:  50%; }
    .item.lgw4 { width:  66.6666666666%; }
    .item.lgw5 { width:  80%; }
    .item.lgw6 { width:  100%; }

    .item.lgh7 { height: 448px;  }
    .item.lgh6 { height: 384px;  }
    .item.lgh5 { height: 320px;  }
    .item.lgh4 { height: 256px;  }
    .item.lgh3 { height: 192px;  }
    .item.lgh2 { height: 128px;  }
    .item.lgh1 { height: 64px;  }

    .metro h1 {
        font-size: 32px;
        color: rgb(28, 28, 28);
    }
    .metro h2 {
        font-size: 21px;
        line-height: 27px;
        color: rgb(28, 28, 28);

    }
    .item .sidebar-packery  {
        padding: 15px;
    }


    .norightpad {
        padding-right: 0;
        height:100%;
    }

    .product-selector h2 {
        line-height: 39px;
        font-size: 34px;
        margin-top: 0px;
    }
    .metro .horizontal-menu li a {
        font-size:25px;
    }
    .metro .horizontal-menu.footer-menu li a {
        font-size:18px;
    }

    .sidebarform {
        width: 315px;
    }
    .vehicle_results_img {
        max-height: 164px;
    }
    .vehicle_results_img {
        max-height: 164px;
    }
    .metro .rating.large li {
        font-size: 40px;
        margin-left: 0px;
    }
    .metro .rating.large li:hover {
        font-size: 42px;
        color: #9246f0;

    }

    .metro .recommended-sites .home-featured-link {
        margin-top: 45px;
    }

    .reviewsidebar {
        width: 425px;
    }

    .right-boxes-home  {
        padding:0;
    }
    .hb-toprow  {

    }
    .hb-bottomrow  {
        margin-top: 15px;

    }
    .hb-leftcol  {

    }
    .hb-rightcol  {
        margin-left: -15px;
    }

    .product-left-height {
        height: 373px;
    }
    .products-list {
        height: 260px;
    }

    .dealerservices h2 {
        font-size: 21px;
        font-weight: 600;
        margin-top: -5px;

    }



    .state-map {
        width: 100%;
    }
    .dealers-map {
        height: 388px;
    }
    .mobility-dealer-map {
        width: 100%; height: 300px; margin-bottom: 20px;
    }

    .metro .breadcrumbs.mini a {
        padding: .2em 1em;
        font-size: 14px;

    }
    .vanlistimg {
        padding: 0 0 0 15px;


    }



    .product-ft-cont {
        margin-left: -10px;
        margin-right: -11px;
        position: relative;
        margin-top: 40px;
        margin-bottom: 40px;


    }
    .product-ft-cont .l-containter {
        position: absolute;
        width: 500px;
        top: 25px;
        left: 15px;
        text-align: center;

    }
    .product-ft-cont .l-containter h2 {

        margin-bottom: 0px;
        font-size: 36px;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        height: 45px;
        color: #fff;
        text-shadow: 1px 1px 1px #000, 2px 2px 2px #000;
    }
    .product-ft-cont .text-to-show {
        margin-top: 15px;
        display: none;
        font-size: 18px;
        line-height: 24px;
        border-bottom: solid 1px rgba(0,0,0,.1);
        padding: 10px;
    }

    .product-ft-cont .text-to-show img {
        margin: 0 0 20px 20px;
        border-radius: 8px;

    }



    .product-ft-cont .l-containter h3 {
        font-size: 27px;
        line-height: 33px;
        margin-top: 10px;
        margin-bottom: 40px;
        text-align: center;
        overflow: hidden;
        font-weight: bold;
        color: #fff !important;
        text-shadow: 1px 1px 1px #000, 2px 2px 2px #000;
    }

    .product-ft-cont a {
        margin-left: auto;
        margin-right: auto;
        font-size: 24px;
        text-align: center;
        padding: 10px 20px 10px 20px;
        color: #fff !important;
        text-shadow: 1px 1px 1px #000, 2px 2px 2px #000;
        border-radius: 8px;
        font-weight: bold;
        border: solid 2px rgba(255,255,255,1);

        background: rgb(121,43,131); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(121,43,131,1) 0%, rgba(69,22,103,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(121,43,131,1)), color-stop(100%,rgba(69,22,103,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(121,43,131,1) 0%,rgba(69,22,103,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(121,43,131,1) 0%,rgba(69,22,103,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(121,43,131,1) 0%,rgba(69,22,103,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(121,43,131,1) 0%,rgba(69,22,103,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#792b83', endColorstr='#451667',GradientType=0 ); /* IE6-9 */
    }

    .product-ft-cont a:hover {
        text-decoration: none;

        background: rgb(121,43,131); /* Old browsers */
        background: -moz-linear-gradient(top, rgb(146, 46, 156) 0%, rgb(107, 28, 154) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(146, 46, 156)), color-stop(100%, rgb(107, 28, 154))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgb(146, 46, 156) 0%, rgb(107, 28, 154) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgb(146, 46, 156) 0%, rgb(107, 28, 154) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgb(146, 46, 156) 0%, rgb(107, 28, 154) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgb(146, 46, 156) 0%, rgb(107, 28, 154) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#792b83', endColorstr='#451667',GradientType=0 ); /* IE6-9 */
    }

    .metro .banner-wrapper img {
        width: 1340px;
    }

}

body {
    /* background-image: url('http://subtlepatterns.com/patterns/sos.png') !important; */
}

.alert-scam-box{
    background-color: yellow;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    height: 50px;
    margin-bottom: 20px;
    color: rgb(69,22,103);
    text-align: center;
    font-size: 46px;
    line-height: 50px;
    font-family: 'Roboto';
    font-weight: bold;
}



