
body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #000;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
    #outer-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/e636edbf-afb6-4ccf-999a-fe6ee29d78b7/background-new.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/e636edbf-afb6-4ccf-999a-fe6ee29d78b7/background-new.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
    }
}

@media (min-width: 1500px) {
.container {
    width: 1470px;
}
}

a {
    color: #000000;
    transition: .3s;
}

a:focus, a:hover {
    color: #000000;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
    transform: skewX(-9deg);
}

.featuredSection {
    background-color: rgb(241 241 241);
    padding: 45px 0;
    margin-top: 0!important;
}

.reviewsSection {
    background-color: white;
    padding: 60px 0;
    margin-top: 0!important;
}

.btnSection {
    background-color: rgb(0 0 0 / 49%);
    margin-top: -25px!important;
    padding: 6% 0;
}

.oemSection {
    background-color: white;
    margin-top: 0!important;
}

.videoSection {
    padding: 30px 0;
    background-color: white;
    margin-top: 0!important;
}

.videoSection .container {
    width: 1470px;
}

@media (min-width: 1500px) {
#main-nav .container {
    width: 1470px;
}
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
#privacy-policy,
.custom-page,
#vdp-container,
#creditAppContainer {
    background-color: rgb(255 255 255 / 90%);
    padding: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 80%);
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}







/* HEADER */

header.body {
    background-color: black;
}

.headerContainer {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    text-transform: uppercase;
    align-items: flex-start;
    position: relative;
}

.headerContainer a {
    color: white;
}

.headerLogo {
    flex: 0 0 25%;
    margin-top: 10px;
}

.headerContainer a.dealer-phone {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.headerContainer .fa-phone {
    margin-top: 5px;
}

.headerContainer .fa {
    color: #edff00;
    font-size: 28px;
    min-width: 23px;
    margin-right: 4px;
    text-align: center;
}

.headerContainer .phone-text {
    font-size: 25px;
}

a.headerAddy {
    display: flex;
    align-items: center;
}

.headerAddy > div {
    line-height: 16px;
}

.headerContainer .dealer-address {
    display: block;
}

.headerSearch {
    position: absolute;
    left: -125px;
    top: 107px;
    z-index: 9;
}

#searchDIV {
    display: none;
    margin-top: 15px;
}

.siteSearch {
    display: flex;
    width: 300px;
}

.siteSearch .btn-primary {
    margin: 0;
    border-radius: 0;
}

.siteSearch .form-control {
    border: 3px solid #000000;
    border-radius: 0;
    padding: 17px 10px;
    box-shadow: none;
    margin: 0;
    border-right: none;
}

.headerContainer > div:nth-child(3) > div > button {
    background-color: transparent;
    border: none;
}

.headerContainer a.dealer-facebook {
    font-size: 27px;
    order: 4;
    margin-left: 5px;
}

.headerBlock {
    flex: 0 0 33%;
}

.headerContainer > div:nth-child(3) {
    display: flex;
    align-items: flex-end;
    flex-flow: column-reverse;
}

.headerContainer .btn-primary {
    color: black;
    margin: 0;
}

.headerContainer .fa-search {
    font-size: 20px;
    color: #9bff00;
}






/* NAVIGATION */

#main-nav {
    margin-top: -50px;
}

.navbar-nav>li>a {
    text-transform: uppercase;
    color: white;
    padding: 20px 10px;
    font-size: 16px;
    font-weight: 700;
    transform: skewX(-9deg);
}

.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 47px;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
    color: #bbfe00;
}

.social-media-icons {
    display: none;
}

#main-nav-collapse > ul > li:nth-child(5) {
    margin-left: 320px;
}






/* CONTENT */

.btnContainer {
    display: flex;
    justify-content: space-between;
    margin: auto;
}

@media (min-width: 1500px) {
.btnContainer {
    width: 1170px;
}
}

.btnContainer a {
    background-color: yellow;
    flex: 0 0 49%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237 255 0) 0%,rgb(182 255 0) 100%);
}

.btnContainer a:before {
    content: '';
    position: absolute;
    border: rgb(0 0 0) solid 4px;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    z-index: 3;
}

.btnContainer h3 {
    margin: 0;
    font-size: 46px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    transition: .3s;
}

.btnContainer a:hover h3 {
    transform: translateY(-90%);
}

.btnContainer h5 {
    margin: 0;
    color: black;
    font-size: 16px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -16px;
    transition: .3s;
}

.btnContainer a:hover h5 {
    bottom: 24%;
}

.btnContainer div {
    position: relative;
    z-index: 4;
    height: 120px;
}


.p-header {
    position: relative;
    height: 300px;
    margin-bottom: 30px;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    margin: 0;
    position: absolute;
    bottom: 15px;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    width: 100%;
    font-size: 48px;
    padding: 5px 20px;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 29px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 81%;
    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;
}

.reviewSlider .carousel-indicators li {
    background-color: rgb(34 61 127);
    border: 1px solid #223d7f;
}

.reviewSlider .carousel-indicators {
    bottom: -37px;
}

.homeSlider {
    margin-top: 60px;
}

.oemContainer {
    width: 90%;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.oemContainer a {
    padding: 15px;
}

.oemContainer img {
    max-height: 100px;
}

.oemContainer a:hover {
    transform: scale(.95);
}


.kandiWrapper {
    background-color: white;
    padding: 15px;
}

.kandiWrapper > div:nth-child(1) {
    position: relative;
}

.kandiWrapper > div:nth-child(1) > div {
    position: absolute;
    background-color: white;
    right: 16%;
    bottom: 14%;
    padding: 15px 30px;
    box-shadow: 0 0 10px rgb(0 0 0 / 29%);
}

.kandiWrapper > div:nth-child(1) > div h4 {
    position: relative;
    font-size: 30px;
    transform: none;
    font-weight: 400;
}

.kandiWrapper > div:nth-child(1) > div h4:after {
    content: '';
    width: 33px;
    height: 3px;
    background-color: gray;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 9px;
}

.kandiWrapper > div:nth-child(1) > div h2 {
    font-size: 46px;
    margin-top: 0;
}

.kandiWrapper .btn-primary {
    background: none;
    background-color: #01a2e0;
    color: white;
}

.kandiWrapper > div:nth-child(1) > p {
    text-align: center;
    font-size: 21px;
    margin-top: 25px;
}

.kandiContainer > div {
    display: flex;
    align-items: center;
}

.kandiContainer > div:nth-child(even) {
    flex-flow: row-reverse;
}

.kandiContainer > div > div {
    flex: 0 0 50%;
    padding: 15px;
}

.specification-list {
    background-color: white;
    padding: 100px 15px 15px;
}

@media (max-width: 991.98px) {
    .specification-list {
        padding-top:60px
    }
}

.specification-editor {
    margin-bottom: 26px
}

.specification-editor:last-of-type {
    margin-bottom: 0
}

.specification-editor>.title {
    font-size: 20px;
    line-height: 32px;
    color: #00A3E0;
    margin-bottom: 3px;
}

.specification-editor>.se-flexbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -8px
}

@media (max-width: 767.98px) {
    .specification-editor>.se-flexbox {
        margin:-7.5px 0
    }
}

.specification-editor>.se-flexbox .item {
    width: 33.3333333%;
    padding: 8px
}

@media (max-width: 767.98px) {
    .specification-editor>.se-flexbox .item {
        width:100%;
        padding: 7.5px 0
    }
}

.specification-editor>.se-flexbox .item-inner {
    background-color: #EEEEEE;
    padding: 12px 13px;
    height: 100%
}

.specification-editor>.se-flexbox .item-inner .title {
    font-size: 15px;
    line-height: 20px;
    color: #666666;
    margin-bottom: 6px
}

.specification-editor>.se-flexbox .item-inner .value {
    font-size: 19px;
    line-height: 20px;
    font-weight: 500;
    color: #000000
}

.dl-title {
    font-size: 40px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .dl-title {
        font-size:30px
    }
}

.slideContainer {
    display: flex;
    flex-flow: row wrap;
    display: -ms-flexbox;
    -ms-flex-flow: row;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    background-color: white;
    padding-top: 45px;
}
.slideContainer > div {
	flex: 0 0 50%;
}
.thumbs {
	cursor: pointer;
}
#overlay {
	position: fixed;
	display: none;
	z-index: 199;
	width: 100vw;
	height: 100vh;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.7);
}

#largeView {
	position: fixed;
	display: none;
	width: 90%;
	left: 5%;
	top: 25vh;
	z-index: 200;
	border-radius: 12px;
}
@media (min-width: 768px) {
	.slideContainer > div {
		flex: 0 0 33%;
		-ms-flex: 0 0 auto;
	}
	#largeView {
		width: 80%;
		left: 10%;
		top: 10vh;
	}
}
@media (min-width: 992px) {
	.slideContainer > div {
		flex: 0 0 33%;
		-ms-flex: 0 0 auto;
	}
#largeView {
    width: 59%;
    left: 50%;
    top: 10vh;
    transform: translateX(-50%);
}
}


@media (max-width: 767px) {
.kandiWrapper > div:nth-child(1) > div {
    padding: 10px 15px;
    position: relative;
    right: 0;
    bottom: 0;
    box-shadow: none;
}

.kandiWrapper > div:nth-child(1) > div h2 {
    font-size: 40px;
}

.kandiWrapper > div:nth-child(1) > div h4 {
    font-size: 26px;
}

.kandiWrapper .btn-primary {
    margin: 10px auto;
    display: block;
    width: max-content;
}

.kandiContainer > div {
    flex-flow: column!important;
}
}






/* VIDEO BACKGROUND STYLES */

.videoWidget {
    height: 0px !important;
}

.tv {
    position: fixed;
    top: 0px;
    z-index: -1;
}

.home-search-section {
/*  background-image: url( [ THIS IS YOU FALLBACK IMAGE BACKGROUND FOR BROWSERS THAT DO NOT SUPPORT AUTO-PLAYING VIDEOS] );*/
    background-size: cover;
    background-position: center;
    margin-top: -30px;
}

.cover {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 75%;
}

.cover .search-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
}

.vidBox {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vidBox .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: opacity 0.5s;
}

.vidBox .screen.active {
    opacity: 1;
}
div.home-section1 {
    position: relative;
    display: block;
    float: none;
}
.cover {
    display: flex;
    flex-flow: column;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
}
.cover .search-div {
    position: relative;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    width: 60%;
}
/*.vidBox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}*/
.cover input, 
.cover button {
    font-size: 24px; /*!important;*/
    height: unset;
}
/* END VIDEO BACKGROUND STYLES */





/* FEATURED INVENTORY */

.img-container.vw img {
    height: 100%;
}

.single-item-slider .slider-outer {
    height: 295px;
}

.single-item-slider .img-container {
    height: 155px;
}

.single-item-slider .slider-inner .item {
    width: 265px;
}

.single-item-slider .item {
    background-color: white;
    border: none;
}

.single-item-slider .item-detail .price {
    font-size: 21px;
    padding: 0 6px;
    text-transform: uppercase;
    font-weight: 700;
    bottom: 4px;
    text-align: center;
}

.single-item-slider .item-detail .name {
    color: black;
    text-transform: uppercase;
    text-align: left;
    line-height: 20px;
}

.featuredInventory h2 {
    color: #000000;
    text-align: center;
    font-size: 50px;
    letter-spacing: 2px;
    text-shadow: 3px 3px 0 #ffffff;
}

.single-item-slider .item .item-inner {
    border-radius: 0px;
    border-bottom: 3px solid #000000;
}





/* INVENTORY */

.inventory-container .vehicle .savings {
    margin-top: 0;
    position: absolute;
    top: 6px;
    left: 6px;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    text-align: center;
    position: absolute;
    white-space: nowrap;
    font-size: 21px;
    padding: 4px 9px;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #b6ff00;
    text-transform: uppercase;
    background: linear-gradient(135deg, rgb(237 255 0) 0%,#b6ff00 100%);
    font-weight: 700;
    border: 3px solid black;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid black;
    position: relative;
}

.inventory-container .vehicle {
    transition: .4s ease;
}

.inventory-container .vehicle:hover {
    transition: .4s ease;
    box-shadow: 0 0 10px rgb(0 0 0 / 45%);
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    min-height: 43px;
}

.inventory-container .vehicle .title {
    padding: 0 5px 28px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}








/* FORMS */

.btn-primary {
    color: black;
    border: 3px solid #000000;
    transition: .3s;
    margin: 10px 0;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    background: linear-gradient(135deg, rgb(237 255 0) 0%,rgb(182 255 0) 100%);
}

.btn-sec {
    display: block;
    width: max-content;
    margin: 15px auto;
    font-size: 20px;
}

.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: #000;
    background-color: #011549;
    border-color: #bbfe00;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ffffff;
    padding: 10px;
    background-size: cover;
    color: black;
    border: 2px solid #bbfe00;
}

.form-header-text {
    text-transform: uppercase;
    font-size: 27px;
    margin-bottom: 2px;
    font-weight: 800;
    text-align: center;
}

.form-control {
    border-radius: 0;
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid #efefef;
    box-shadow: none;
    transition: .3s;
    background-color: #efefef;
    color: black;
}

.form-control:hover {
    border-color: #bbbbbb;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 10px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #ffffff;
    color: black;
    font-size: 15px;
    border: 2px solid #bbfe00;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"],
.customForm [placeholder="Phone"],
.customForm [placeholder="Zip Code"] {
    width: 49.37%;
}

.customForm [placeholder="Email"] {
    width: 100%;
}

.customForm input, 
.customForm textarea, 
.customForm select {
    font-size: 14px!important;
    border: none;
    margin: 5px 0;
    padding: 10px;
    color: black;
    background-color: #efefef;
}

.customForm textarea {
    width: 100%;
}





/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000000;
    color: #e3e3e3;
    padding: 15px;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #fff;
    font-weight: 600;
}

.footerBack {
    background-color: #ececec;
    border-top: 2px solid #000000;
}

.footerContainer {
    background-color: #000000;
    display: flex;
    text-transform: uppercase;
    width: 100%;
    margin: auto;
    color: white;
}

.footerContainer a {
    color: white;
}

.footerWrapper {
    display: flex;
    flex: 0 0 50%;
    line-height: 27px;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footerMap {
    position: relative;
    flex: 0 0 50%;
    padding-bottom: 150px;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerWrapper > div:nth-child(1) {
    flex: 0 0 24%;
}

.footerWrapper > div:nth-child(2) {
    flex: 0 0 26%;
}

.footerBlock {
    padding: 15px;
}

.footerBlock .dealer-address {
    display: block;
}

.footerBlock .dealer-phone {
    display: block;
    font-weight: 700;
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 13px;
}

.footerBlock table td:first-child {
    text-align: left;
}

.footerBlock table td:last-child {
    padding-left: 15px;
    text-align: right;
}

.footerBlock ul {
    padding: 0;
}

.footerBlock li {
    list-style: none;
    position: relative;
    padding: 0 15px;
}

.footerBlock li:before {
    content: '\f0da';
    font-family: fontawesome;
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    color: #474747;
    transition: .4s;
}

.footerBlock ul li:hover:before {
    transform: rotate(0deg);
}

.footerBlock h3 {
    font-size: 26px;
    margin-top: 0;
}





/* BREAKPOINTS */

@media (max-width: 1499px) {
.videoSection .container {
    width: 1170px;
}

#main-nav-collapse > ul > li:nth-child(5) {
    margin-left: 0;
}

#main-nav {
    margin-top: 0;
}

.headerContainer {
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
}

.headerSearch {
    left: 30px;
    top: 137px;
}

.mapWrapper {
    padding-bottom: 104%;
}

.single-item-slider .slider-inner .item {
    width: 260px;
}

.footerWrapper > div:nth-child(2) {
    flex: 0 0 37%;
}

.navbar-nav {
    justify-content: flex-end;
    margin-left: 0;
}
}




@media (max-width: 1199px) {
.headerContainer,
.videoSection .container {
    width: 970px;
}

.btnContainer h3 {
    font-size: 39px;
}

.single-item-slider .slider-inner .item {
    width: 285px;
}

.footerWrapper {
    flex: 0 0 33%;
}

.footerMap {
    flex: 0 0 67%;
}

.mapWrapper {
    padding-bottom: 127%;
}

.navbar-nav>li>a {
    font-size: 14px;
    padding: 15px 7px;
}

.headerSearch {
    left: 23px;
    top: 114px;
}

.footerContainer {
    flex-flow: column;
}

.footerWrapper > div:nth-child(2) {
    flex: 0 0 31%;
}

.headerBlock {
    flex: 0 0 34%;
}

.headerLogo {
    flex: 0 0 32%;
    margin-top: 10px;
}
}




@media (max-width: 991px) {
.headerContainer,
.videoSection .container {
    width: 740px;
}

.headerMiddleTop .dealer-phone {
    font-size: 25px;
    margin-right: 10px;
}

.headerMiddleBtm .dealer-address {
    margin-right: 0;
    display: block;
}

.headerMiddleBtm {
    text-align: center;
}

.headerMiddleBtm .dealer-address:after {
    display: none;
}

.header-right {
    margin: 0 15px;
    flex: 0 0 28%;
}

.headerMiddleTop .phone-text {
    font-weight: 700;
    color: #000000;
    font-size: 22px;
}

.modal-header .close {
    margin-top: -2px;
    z-index: 9999;
    position: relative;
}

.btnContainer h3 {
    font-size: 30px;
}

.btnContainer {
    margin: 70px 0 100px;
}

.single-item-slider .slider-inner .item {
    width: 324px;
}

.footerContainer {
    flex-flow: column;
    align-items: center;
}

.footerMap {
    width: 100%;
    padding-bottom: 35%;
}

.p-header {
    height: 240px;
}

.p-header h1 {
    font-size: 40px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

#main-nav .nav > li > a {
    font-size: 11px;
    padding: 15px 4px;
}

.headerSearch {
    left: 10px;
    top: 108px;
}
}





@media (max-width: 767px) {
.headerContainer,
.videoSection .container {
    width: 100%;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.headerContainer {
    position: relative;
    align-items: flex-start;
    padding: 10px;
}

.headerBlock {
    flex: 0 0 21%;
    display: flex;
    order: 1;
}

.headerContainer a.dealer-phone {
    margin-bottom: 0;
}

.headerLogo {
    flex: 0 0 55%;
    margin-bottom: 15px;
    order: 2;
}

.headerContainer > div:nth-child(3) {
    display: flex;
    align-items: flex-end;
    flex-flow: column-reverse;
    order: 3;
}

.headerMiddleBtm,
.headerMiddleTop .btn-primary {
    display: none;
}

.headerMiddle {
    order: 0;
    position: absolute;
    bottom: -50px;
    left: 15px;
}

.header-right {
    flex: 0 0 100%;
    order: 3;
}

.headerSearch {
    left: 10px;
    top: unset;
    bottom: 10px;
}

#main-nav {
    margin-top: -57px;
}

.navbar-nav {
    display: block;
}

.btnContainer {
    flex-flow: column;
    margin: 0;
}

.btnContainer a {
    margin: 10px;
}

.btnContainer h3 {
    font-size: 7vw;
}

.featuredInventory h2 {
    font-size: 33px;
}

.single-item-slider .slider-inner .item {
    width: 214px;
}

.single-item-slider .item-detail .price {
    font-size: 18px;
}

.single-item-slider .slider-outer {
    height: 325px;
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
#privacy-policy,
.custom-page,
#vdp-container,
#creditAppContainer {
    margin: 0 15px;
}

.inventory-container .vehicle .price.not-itemized {
    font-size: 22px;
}

.pagerTop .k-pager-wrap {
    width: 90%;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 7vw;
    bottom: 8%;
    padding: 3px 7px;
    text-shadow: 1px 1px 3px white;
}

.mapandhourstbl {
    margin: auto;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.reviewsSection {
    padding: 15px 0 60px;
}

.oemContainer {
    flex-wrap: wrap;
}

.oemContainer a {
    padding: 10px;
    flex: 0 0 48%;
}

#main-nav .navbar-toggle {
    color: #edff00;
}

.headerAddy > div,
.headerContainer .phone-text,
.headerContainer > div:nth-child(3) > a.btn.btn-primary {
    display: none;
}

.homeSlider {
    margin-top: 0;
}

.footerWrapper {
    flex-flow: column;
}

#main-nav .nav > li > a {
    font-size: 16px;
    padding: 15px;
}

.footerMap {
    width: 100%;
    padding-bottom: 100%;
}
}





