body {
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
    #outer-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        height: 115vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #ffffff url(https://psmfirestorm.blob.core.windows.net/40e2b7e6-910c-4cb5-8c73-6c2b8de43821/background.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
    background: #ffffff url(https://psmfirestorm.blob.core.windows.net/40e2b7e6-910c-4cb5-8c73-6c2b8de43821/background.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    font-family: 'Oxanium', sans-serif;
    text-transform: uppercase;
}

a,
a.promo {
    color: #feda02;
    transition: .3s;
}

a:focus, a:hover,
a.promo:hover {
    color: #dfdfdf;
    text-decoration: none;
}

.container {
    width: 1470px;
}

.breadcrumb {
    background-color: #000000;
}

.searchSection {
    margin-top: -25px;
    padding: 2% 0 0;
}

.oemSection {
    background-color: #292929;
    margin-top: 0!important;
}

.typeSection {
    background-color: white;
    margin-top: 0!important;
}

.featuredSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/2b932044-aa7f-48b4-8be8-3cf083d90ea5/featured-back-50.jpg);
    background-size: cover;
    margin-top: 0!important;
    background-position: center;
}

.aboutSection {
    position: relative;
    margin-top: 0!important;
    padding: 8% 0;
}

.aboutSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/da40dc2b-cfbc-43b9-8891-9bc2bbf9a639/about-back.jpg);
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
}

.sliderSection {
    padding: 30px 15px;
}

.sliderSection .full-width {
    display: flex;
    justify-content: space-between;
}

.sliderSection > div > div {
    flex: 0 0 49%;
}

#promotions-page, 
#inventory-page,
.page-background > div,
#calendar-page,
#employees-team-page 
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
.custom-page,
#employees-team-page,
#vdp-container,
#creditAppContainer {
    padding: 25px 15px 15px;
}

#content-container {
    margin-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}

.pageText {
    position: sticky;
    top: 0;
}





/* HEADER */

header.body {
    background-color: black;
}

.headerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    padding: 15px;
    justify-content: space-between;
    align-items: flex-start;
}

a.logo {
    flex: 0 0 20%;
    position: relative;
    z-index: 44;
}

.headerContainer > div {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 44;
}

.headerBlock > div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.headerHours {
    display: flex;
    align-items: center;
    font-family: 'Oxanium';
    justify-content: center;
}

.headerHours h4 {
    margin: 0 10px 0 0;
}

.phones {
    display: flex;
    flex-flow: column;
    font-weight: 700;
    margin: 0px 25px;
}

.phones > a:nth-child(1) {
    margin-bottom: 9px;
}

.phones > a > span:nth-child(1) {
    display: block;
    margin-bottom: -7px;
    color: white;
}

.phones .phone-text, 
.phones .sales-phone-text {
    font-size: 30px;
}

.headerContainer .address {
    font-weight: 700;
    font-size: 18px;
}

.headerContainer .address .dealer-address {
    display: block;
}

.headerContainer .social {
    display: flex;
    margin-left: 15px;
    justify-content: space-between;
}

.social a {
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    margin: 0 5px;
    border-radius: 50%;
    color: black;
    font-size: 22px;
    text-align: center;
    padding: 2px;
}

.social a:hover {
    background-color: white;
}

.social img {
    max-width: 19px;
}

.headerBlock {
    display: flex;
    flex-flow: column;
    margin-top: 18px;
}






/* NAVIGATION */

#main-nav {
    margin-top: -208px;
}

.navbar-nav {
    margin-left: 22%;
}

.navbar-nav > li > a {
    font-family: Oxanium;
    text-transform: uppercase;
    font-weight: 800;
    color: white;
    padding: 68px 15px;
    position: relative;
}

#main-nav-collapse > ul > li:nth-child(5) > a:before {
    content: '';
    width: 100%;
    height: 30%;
    border: 3px solid #feda02;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 33px;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #feda02;
}

.dropdown-menu {
    background-color: #000;
}

#main-nav li.dropdown.open ul {
    border-top-color: #000;
}

.dropdown-menu>li>a {
    font-weight: 700;
    color: #a9a9a9;
}

#main-nav .dropdown-menu > li > a:hover, #main-nav .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: white;
}





/* CONTENT */

.btnContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.btnContainer a {
    flex: 0 0 48%;
    position: relative;
    margin-bottom: 2.9%;
    z-index: 4;
    max-height: 8.5vw;
}

.btnContainer a:before, 
.btnContainer a:after {
    content: '';
    width: 73px;
    height: 40px;
    position: absolute;
    left: -1%;
    bottom: -3%;
    z-index: -1;
    transition: .4s;
    width: 20%;
    height: 30%;
}

.btnContainer a:before {
    border-left: 4px solid;
    border-bottom: 4px solid;
}

.btnContainer a:after {
    left: unset;
    right: -1%;
    bottom: unset;
    top: -3%;
    width: 92px;
    border-right: 4px solid;
    border-top: 4px solid;
}

.btnContainer a:hover:before {
    width: 102%;
    height: 104%;
}

.btnContainer a:hover:after {
    width: 102%;
    height: 104%;
}

.btnContainer img {
    width: 100%;
    object-fit: cover;
    filter: brightness(0.5);
    box-shadow: 0 0 2px black;
    transition: .3s;
}

.btnContainer a:hover img {
    filter: brightness(1);
}

.btnContainer > a > div {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    text-shadow: 2px 2px 2px black;
    width: 100%;
    padding: 0 15px;
}

.btnContainer h3 {
    margin-bottom: 0;
    text-shadow: 2px 2px 2px black;
    font-size: 1.5vw;
    transition: .3s;
}

.btnContainer a:hover h3 {
    color: #feda02;
}

.btnContainer h5 {
    font-size: .8vw;
}

.siteSearch {
    display: flex;
    width: 100%;
    box-shadow: black 0px 0px 10px;
    border: 5px solid #fedb00;
    flex: 0 0 32%;
}

.siteSearch .form-control {
    background-color: white;
    color: black;
    border: none;
    border-radius: 0px;
    padding: 30px 20px;
    margin: 0px;
    font-size: 16px !important;
    border-right: none;
    box-shadow: none;
}

.siteSearch .form-control:hover, 
.siteSearch .form-control:focus {
    background-color: white;
    box-shadow: none;
}

.siteSearch button {
    border: none;
    color: black;
    padding: 12px;
    font-size: 23px;
    border-radius: 0px;
    margin: 0px;
    background: white;
}

.siteSearch button:hover {
    background: white;
    color: black;
}

.siteSearch button:before {
    display: none;
}

.oemSearchContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobileOEMwidget {
    display: none;
}

.oemContainer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 0 0 33%;
}

.oemContainer a {
    padding: 1%;
    flex: 0 0 32%;
    text-align: center;
}

.oemSearchContainer > div:nth-child(3) > a {
    flex: 0 0 24%;
}

.oemContainer img {
    max-height: 85px;
    transition: .3s;
}

.oemContainer a:hover img {
    transform: scale(.85);
}

.oemPartsWrapper h1 {
    text-align: center;
    font-size: 50px;
    color: #feda02;
    margin-bottom: 50px;
}

.oemPartsContainer {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.oemPartsContainer a:hover {
    transform: scale(.9);
}

.typeContainer {
    display: flex;
    align-items: flex-end;
    padding: 30px 15px;
    text-align: center;
}

.typeContainer a {
    padding: 15px;
}

.typeContainer h3 {
    color: black;
    position: relative;
    z-index: 3;
    width: max-content;
    margin: 20px auto 0;
}

.typeContainer h3:before, 
.typeContainer h3:after {
    content: '';
    width: 24px;
    height: 65%;
    position: absolute;
    left: -11px;
    bottom: -5px;
    z-index: -1;
    transition: .4s;
    border: 3px solid #feda02;
    border-right: transparent;
    border-top: transparent;
}

.typeContainer h3:after {
    bottom: unset;
    top: -5px;
    border: 3px solid #feda02;
    border-left: transparent;
    border-bottom: transparent;
    left: unset!important;
    right: -11px;
    height: 55%;
    width: 34px;
}

.typeContainer a:hover h3:before, 
.typeContainer a:hover h3:after {
    filter: opacity(0);
}

.typeContainer img {
    transition: .4s;
}

.typeContainer a:hover img {
    transform: scale(1.15) translateY(-10px);
}

.homeAbout h1 {
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
}

.homeAbout h1 span {
    font-weight: 800;
    display: block;
    font-size: 37px;
    color: #feda02;
}

.homeAbout p {
    text-align: justify;
    line-height: 30px;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
}

.p-header img {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    bottom: 20px;
    margin: 0;
    width: max-content;
    text-align: center;
    font-size: 60px;
    text-shadow: 2px 2px 2px black;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(0 0 0 / 71%);
    padding: 10px 20px;
}

.p-header h1:before, 
.p-header h1:after {
    content: '';
    width: 73px;
    height: 40px;
    background-color: transparent;
    position: absolute;
    left: -8px;
    bottom: -6px;
    z-index: -1;
    transition: .4s;
    border-left: 8px solid #feda02;
    border-bottom: 8px solid #feda02;
}

.p-header h1:after {
    left: unset!important;
    right: -7px;
    border-left: none;
    border-bottom: none;
    border-top: 8px solid #feda02;
    border-right: 8px solid #feda02;
    bottom: unset!important;
    top: -9px;
    width: 92px;
    height: 35px;
}

.jumbotron {
    color: #ffffff!important;
    background-color: transparent;
}

.jumbotron {
    padding-bottom: 0;
}

#creditAppForm section {
    background: #000000!important;
    color: white;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 89%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
    font-weight: 600;
}









/* FEATURED INVENTORY */

.featuredInventory h2 {
    display: none;
}

.featuredInventory {
    margin: 7% 0;
}

.single-item-slider .slider-outer {
    height: 395px;
}

.single-item-slider .slider-inner .item {
    width: 335px;
}

.single-item-slider .slider-inner .item:hover {
    transform: scale(.95);
}

.single-item-slider .img-container {
    height: 235px;
    background-color: white;
}

.latestReviews .single-item-slider .img-container {
    background-color: black;
}

.single-item-slider .item {
    background-color: #000000;
    border: 5px solid #ffffff;
}

.single-item-slider .item-detail .name {
    text-align: center;
    color: white;
}

.single-item-slider .item-detail .price {
    padding: 10px 5px;
    width: 100%;
    bottom: 0;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Oxanium', sans-serif;
    font-weight: 800;
    background-color: #fed904;
    color: black;
}

.oemSection .btn-primary {
    margin: 20px auto;
    display: block;
    width: max-content;
    font-size: 18px;
}

.single-item-slider .slider-inner .item:before {
    z-index: 0;
}

.single-item-slider .item .item-inner {
    border-radius: 0;
}




/* REVIEWS */

.latestReviews .single-item-slider .slider-inner .item {
    width: 312px;
}

.latestReviews h2 {
    display: none;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 19em;
}

.review-comments {
    color: #fff;
}







/* INVENTORY */

.info {
    font-size: 14px;
    color: #ffffff;
    text-align: right;
}

#vdp-container .images-container {
    max-width: 100%;
}

.inventory-image {
    max-height: 250px;
}

.remove-all-filters-link {
    text-decoration: none;
    background-color: #feda02;
    color: black;
    padding: 5px 9px;
    border-radius: 25px;
    bottom: -5px;
    display: block;
    border: 2px solid white;
}

#vehicleFiltersForm a {
    font-family: 'Oxanium', sans-serif;
    font-weight: 800;
}

.panel-default {
    border-color: #000;
}

.input-group-addon:last-child {
    background-color: #feda02;
    color: black;
}

.inventory-container .price-compare-line {
    border-bottom: none;
    padding: 5px 15px;
}

.inventory-container .toolbar {
    font-size: 12px;
    color: #fff;
    background-color: black;
    border: 1px solid black;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #000000;
    color: white;
}

.panel {
    background-color: #000;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #000;
    text-transform: uppercase;
    font-size: 14px;
}

.specs-panel.panel-body {
    background-color: #000;
    color: #fff;
}

.k-pager-wrap {
    margin-top: 9px;
}

.k-pager-wrap {
    background-color: #000000;
    color: #fff;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: #000;
    background-color: #feda02;
    border-color: #d3d3d3;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #000000;
}

.k-pager-wrap .k-link:hover {
    color: #000000;
}

#filters-box .panel-body li {
    color: #fff;
}

.inventory-container .vehicle .price, 
.inventory-container .vehicle .price a {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
    color: black;
    font-family: 'Oxanium', sans-serif;
    text-align: center;
    padding: 0;
}

.inventory-container .price-compare-line.our-price {
    padding: 9px 13px;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    position: relative;
}

.inventory-container .vehicle {
    transition: .4s ease;
    border-radius: 10px;
}

.inventory-container .vehicle:hover {
    background-color: #e7e7e7;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 19px;
    min-height: 40px;
}

.inventory-container .vehicle .title {
    padding: 10px;
    background-color: black;
}

.inventory-container .vehicle .title a {
    color: white;
}

.inventory-container .vehicle .price-box {
    background-color: #feda02;
}

.inventory-container .vehicle .savings {
    position: absolute;
    top: -9px;
    left: -5px;
}

.modal {
    z-index: 12050;
}

.inventory-container .vehicle .price-label {
    padding-top: 0;
}

.inventory-container .vehicle .thumb {
    line-height: 243px;
    height: 243px;
}

.inventory-container .vehicle-box {
    border: 5px solid white;
}

#SimilarVehicles .vehicle-box {
    background-color: black;
    padding: 5px;
}






/* FORMS */

.mainform {
    height: max-content;
}

.mainform > div {
    padding: 15px;
    color: white;
    background-color: black;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 14px;
    top: 7px;
}

.form-control {
    font-size: 14px!important;
    margin: 5px 0;
    box-shadow: none;
    transition: .3s;
    color: white;
    background-color: #1b1b1b;
    border: 1px solid #181818;
}

.form-control:hover {
    background-color: #1b1b1b;
    border-color: #f6cf01;
}

.form-control:focus {
    background-color: #1b1b1b;
    border-color: #f6cf01;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(233 150 102 / 60%);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(233 169 102 / 60%);
}

.form-header-text, 
.vdpinquiryheader {
    text-align: center;
    font-size: 37px;
    margin-bottom: 8px;
    text-transform: uppercase;
    position: relative;
    padding: 0 10px;
    z-index: 22;
    color: #fff;
    font-weight: 800;
    font-family: 'Oxanium', sans-serif;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 6px;
}

.btn-primary {
    border-radius: 30px;
    background-color: #feda02;
    text-transform: uppercase;
    font-family: 'DINPro-Bold', sans-serif;
    font-size: 16px;
    padding: 10px 30px;
    border: 3px solid white;
    display: block;
    margin: 10px auto;
    color: black;
    transition: .3s;
    background: linear-gradient(to bottom, rgba(254,218,2,1) 0%,rgba(234,192,2,1) 100%);
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.btn-primary:before {
    content: '';
    width: 100%;
    height: 0;
    top: 0;
    background-color: white;
    transition: .3s;
    position: absolute;
    left: 0;
    z-index: -1;
}

.btn-primary:hover:before {
    height: 100%;
}

.btn-primary:hover,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus {
    color: #000000;
    background-color: #fed904;
    border-color: #ffffff;
    background: linear-gradient(to bottom, rgba(254,218,2,1) 0%,rgba(234,192,2,1) 100%);
}

.btn-sec {
    width: max-content;
    font-size: 18px;
}

.mainform label {
    margin-right: 10px;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    font-size: 14px!important;
    margin: 3px 0;
    border-radius: 16px;
    padding: 3px 10px;
    border: 1px solid #1b1b1b;
    background-color: #1b1b1b;
    color: white;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 130px;
}

.customForm [placeholder="Zip Code"] {
    width: 83px;
}

.customForm [placeholder="Phone"] {
    width: 123px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}

.inquiryformcontainer {
    position: relative;
    background-color: black;
}

.inquiryformcontainer:before, 
.inquiryformcontainer:after {
    content: '';
    width: 73px;
    height: 40px;
    background-color: transparent;
    position: absolute;
    left: -8px;
    bottom: -6px;
    z-index: -1;
    transition: .4s;
    border-left: 8px solid #feda02;
    border-bottom: 8px solid #feda02;
}

.inquiryformcontainer:after {
    left: unset;
    right: -7px;
    border-left: none;
    border-bottom: none;
    border-top: 8px solid #feda02;
    border-right: 8px solid #feda02;
    bottom: unset;
    top: -9px;
    width: 92px;
    height: 35px;
}

.locationBox {
    background-color: black;
}

@media (min-width: 768px) {
#Form10192 > div:nth-child(1) > fieldset > div:nth-child(n+12):nth-child(-n+14),
#Form10674 > div:nth-child(1) > fieldset > div:nth-child(n+2) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form10675 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form10675 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
#Form10192 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form10192 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
#Form10189 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form10675 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form10192 > div:nth-child(1) > fieldset > div:nth-child(n+15),
#Form10189 > div:nth-child(1) > fieldset > div:nth-child(n+10) {
    padding: 0 5px;
}
}








/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000;
    color: #fff;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #dbdbdb;
}

footer.body {
    text-align: center;
}

.footerbackground {
    background-color: #000000;
}

.footercontainer {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #3e3e3e;
    width: 1470px;
    margin: auto;
    padding: 30px 30px 60px;
}

.footerhours .hourswrapper {
    display: flex;
    justify-content: space-between;
    max-width: 320px;
    margin: 0 auto;
}

.hoursrightblk {
    text-align: right;
    padding-left: 20px;
}

.fixedfooter {
    position: fixed;
    bottom: 0;
    background-color: #fed904;
    width: 100%;
    box-shadow: 0px 0px 10px black;
    z-index: 2040;
    left: 0;
    background: linear-gradient(to bottom, rgba(254,218,2,1) 0%,rgba(234,192,2,1) 100%);
}

.fixedfootercontainer {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: auto;
    font-size: 35px;
}

.fixedfootercontainer a {
    color: black;
    font-weight: 800;
    font-family: 'Oxanium', sans-serif;
    text-transform: uppercase;
}

.fixedfootercontainer a .fixedfootermain {
    transition: .3s;
}

.fixedfootercontainer a:hover .fixedfootermain {
    color: white;
}

.footerlinks {
    padding: 0;
    list-style: none;
}

.footerlinks li a {
    transition: .3s;
}

.footerlinks li a:hover {
    padding-left: 10px;
}

.footerlinks a:before {
    content: "\f101";
    font-family: 'fontawesome', sans-serif;
    margin-right: 5px;
    color: #606060;
}

.footerhours h4 {
    margin-bottom: 0;
    border-bottom: 1px solid #d0d0d0;
}

.footercontact .dealer-phone.phone-text {
    font-weight: 700;
    font-size: 30px;
}

.footer-hog {
    margin-top: 30px;
    display: block;
}

.footersocialwrapper {
    display: flex;
    justify-content: space-around;
}

.footersocialwrapper a {
    font-size: 30px;
}

.footer-block .w3-red.btn {
    background-color: #ff6600;
    color: white;
    position: relative;
    z-index: 3;
}

.footer-block .w3-red.btn:after {
    content: '';
    width: 17px;
    height: 17px;
    background-color: #ff6600;
    position: absolute;
    bottom: -9px;
    left: 38%;
    transform: rotate(45deg);
    z-index: -1;
}

.footer-block .tablink {
    background-color: #3a3a3a;
    margin: 0 10px 14px 0;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    padding: 2px 10px;
    color: white;
    font-weight: 900;
}

.footertable td:last-child {
    padding-left: 15px;
    text-align: right;
}

.footer-block .btn.active.focus, 
.footer-block .btn.active:focus, 
.footer-block .btn.focus, 
.footer-block .btn:active.focus, 
.footer-block .btn:active:focus, 
.footer-block .btn:focus {
    outline: none;
}

.footer-block .btn.focus, 
.footer-block .btn:focus, 
.footer-block .btn:hover {
    color: #c8c8c8;
}

.footertable td:first-child {
    text-align: left;
}

.footerblock .social {
    display: flex;
}

.footerblock.footercontact {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 10px;
}

.footerblock a.logo img {
    max-width: 300px;
}

.hiddencaret {
    transform: rotate(90deg);
    display: inline-block;
    margin-right: 13px;
    transition: .3s;
}

.fixedfootercontainer a:hover .hiddencaret {
    transform: rotate(0deg);
}





@media (max-width: 1499px) {
.container,
.searchSection .container,
.headerContainer,
.footercontainer {
    width: 1170px;
}

a.logo {
    flex: 0 0 20%;
}

.phones {
    flex-flow: row;
    justify-content: space-between;
}

.phones > a:nth-child(1) {
    margin-bottom: 0;
    margin-right: 25px;
}

.headerBlock {
    margin-top: 0;
}

#main-nav {
    margin-top: -88px;
}

.navbar-nav {
    margin-left: 21%;
}

.navbar-nav > li > a {
    font-family: Oxanium;
    padding: 30px 15px;
}

#main-nav-collapse > ul > li:nth-child(5) > a:before {
    padding: 17px 10px;
}

.btnContainer a {
    margin-bottom: 2%;
    max-height: 8.8vw;
}

.btnContainer h5 {
    margin-top: 2px;
}

.single-item-slider .slider-inner .item {
    width: 260px;
}

.single-item-slider .img-container {
    height: 187px;
}

.single-item-slider .slider-outer {
    height: 350px;
}

.single-item-slider .item-detail .price {
    padding: 8px 5px;
    font-size: 22px;
}

.typeContainer h3 {
    font-size: 20px;
}

.typeContainer h3:before, .typeContainer h3:after {
    width: 17px;
    height: 46%;
    left: -7px;
    bottom: -3px;
}

.typeContainer h3:after {
    top: -4px;
    right: -6px;
    height: 55%;
    width: 23px;
}

.homeAbout h1 span {
    font-size: 30px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 242px;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 22em;
}

.oemContainer img {
    max-height: 70px;
    transition: .3s;
}

.inventory-container .vehicle .thumb {
    line-height: 186px;
    height: 186px;
}

.mapWrapper {
    padding-bottom: 114%;
}
}





@media (max-width: 1199px) {
.container,
.searchSection .container,
.headerContainer,
.footercontainer {
    width: 970px;
}

.phones .phone-text, 
.phones .sales-phone-text {
    font-size: 27px;
}

.phones > a:nth-child(1) {
    margin-right: 15px;
}

.phones {
    margin: 0 15px;
}

#main-nav {
    margin-top: -30px;
}

.navbar-nav > li > a {
    padding: 15px;
}

.siteSearch .form-control {
    padding: 20px 11px;
}

.siteSearch button {
    font-size: 18px;
    padding: 5px 10px;
}

.oemContainer img {
    max-height: 50px;
    transition: .3s;
}

.btnContainer > a > div {
    padding: 0 6px;
}

.single-item-slider .slider-inner .item {
    width: 210px;
}

.single-item-slider .img-container {
    height: 150px;
}

.single-item-slider .item-detail .price {
    padding: 5px 5px;
    font-size: 18px;
}

.single-item-slider .slider-outer {
    height: 325px;
}

.typeContainer h3 {
    font-size: 16px;
}

.homeAbout h1 {
    font-size: 19px;
    line-height: 30px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 237px;
}

.footerblock a.logo img {
    max-width: 200px;
}

.p-header img {
    max-height: 250px;
}

.p-header h1 {
    font-size: 50px;
}

.p-header h1:before {
    width: 60px;
    height: 35px;
    left: -6px;
    bottom: -6px;
    border-left: 6px solid #feda02;
    border-bottom: 6px solid #feda02;
}

.p-header h1:after {
    right: -6px;
    border-top: 6px solid #feda02;
    border-right: 6px solid #feda02;
    top: -6px;
    width: 85px;
    height: 30px;
}

.inventory-container .vehicle .thumb {
    line-height: 150px;
    height: 150px;
}

.mapWrapper {
    padding-bottom: 140%;
}
}





@media (max-width: 991px) {
.container,
.searchSection .container,
.headerContainer,
.footercontainer {
    width: 740px;
}

.phones {
    flex-flow: column;
}

.headerBlock > div:nth-child(2) {
    margin-top: 7px;
}

#main-nav-collapse > ul > li:nth-child(5) > a:before {
    padding: 12px 10px;
}

.oemSearchContainer {
    flex-wrap: wrap;
}

.siteSearch {
    flex: 0 0 100%;
    order: 1;
    max-width: 400px;
    margin: auto;
}

.oemContainer {
    flex: 0 0 50%;
    order: 2;
    margin-top: 25px;
}

.btnContainer {
    margin-top: 45px;
}

.btnContainer a {
    margin-bottom: 2%;
    max-height: 12.8vw;
}

.btnContainer h3 {
    font-size: 3vw;
}

.btnContainer h5 {
    margin-top: 2px;
    font-size: 2vw;
}

.sliderSection {
    padding: 0 15px 30px;
}

.sliderSection > div > div {
    flex: 0 0 100%;
}

.sliderSection .full-width {
    flex-wrap: wrap;
}

.homeBtnWidget {
    order: 1;
}

.homeSlider {
    order: 2;
}

.mobileOEMwidget {
    order: 3;
}

.mobileOEMwidget {
    display: block;
}

.typeContainer {
    flex-wrap: wrap;
}

.typeContainer a {
    flex: 0 0 33%;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 210px;
}

.latestReviews {
    margin-top: 25px;
}

.footercontainer {
    flex-wrap: wrap;
}

.oemSearchContainer {
    margin: 25px 0;
}

.form-header-text, 
.vdpinquiryheader {
    font-size: 28px;
}

.p-header h1 {
    font-size: 40px;
}

.inventory-container .vehicle .thumb {
    line-height: 245px;
    height: 245px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.oemContainer.mobile {
    flex-wrap: wrap;
    display: flex;
}

.oemSearchContainer .oemContainer {
    display: none;
}
}




@media (max-width: 767px) {
.container,
.searchSection .container,
.headerContainer,
.footercontainer {
    width: 100%;
}

.headerContainer .address {
    display: none;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.headerContainer {
    flex-wrap: wrap;
    position: relative;
    padding: 10px;
}

.headerContainer a.logo {
    position: absolute;
    max-width: 136px;
    bottom: -75px;
}

.headerContainer > div {
    flex-wrap: wrap;
}

.headerBlock {
    flex: 0 0 100%;
}

.phones {
    flex-flow: row;
    flex: 0 0 100%;
    margin: 0;
    font-size: 14px;
    flex-wrap: wrap;
    order: 2;
}

.phones .phone-text, 
.phones .sales-phone-text {
    font-size: 20px;
}

.headerHours h4 {
    margin: 0 10px 0 0;
    font-size: 16px;
}

.headerContainer .social {
    position: absolute;
    left: 46%;
    bottom: -57px;
}

.social a {
    width: 30px;
    height: 30px;
    font-size: 18px;
    padding: 2px;
}

.social img {
    max-width: 15px;
}

.navbar-nav {
    margin-left: -15px;
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
}

#main-nav {
    margin-top: 0;
}

.fixedfootercontainer {
    flex-flow: column;
    text-align: center;
    font-size: 7vw;
}

.oemContainer {
    flex: 0 0 100%;
}

.btnContainer a {
    flex: 0 0 100%;
    max-height: 16vh;
    margin-bottom: 4%;
}

.btnContainer h3 {
    font-size: 7vw;
}

.btnContainer h5 {
    margin-top: 2px;
    font-size: 4vw;
}

.single-item-slider .slider-inner .item {
    width: 216px;
}

.typeContainer h3 {
    font-size: 5vw;
}

.typeContainer a {
    flex: 0 0 50%;
    padding: 10px 5px;
}

.latestReviews {
    margin-top: 0;
}

.p-header {
    margin-bottom: 0;
}

.p-header img {
    max-height: 100%;
}

.p-header h1 {
    font-size: 7vw;
    padding: 5px 10px;
}

.p-header h1:before {
    width: 19%;
    height: 53%;
    left: -3px;
    bottom: -3px;
    border-left: 3px solid #feda02;
    border-bottom: 3px solid #feda02;
}

.p-header h1:after {
    right: -3px;
    border-top: 3px solid #feda02;
    border-right: 3px solid #feda02;
    top: -3px;
    width: 15%;
    height: 45%;
}

.pageText {
    position: relative;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
    text-align: left;
}

.btnContainer {
    margin-top: 0;
}

.oemContainer.mobile a {
    padding: 20px;
    flex: 0 0 48%;
}

.oemContainer img {
    max-height: 75px;
}

.navbar-nav > li > a {
    padding: 15px 32px;
}
}




