body {
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    color: #fff;
}

iframe {
    width: 100% !IMPORTANT;
    max-width: 800px;
}

.btn.btn-primary.mobile-btn{display:none;}

@media (max-width: 767px) {
        position: relative;
        z-index: 1;
    }
    #outer-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #000000 url(https://psmfirestorm.blob.core.windows.net/aebf3892-ff57-4019-ba61-d5a901da6ff9/background-2.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #000000 url(https://psmfirestorm.blob.core.windows.net/aebf3892-ff57-4019-ba61-d5a901da6ff9/background-2.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: 700;
    text-transform: uppercase;
}

a,
a.promo-link {
    color: red;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #000000;
    text-decoration: none;
}

.container {
    width: 1470px;
}

.featuredSection {
    background-color: black;
    padding: 60px 0;
}

#showroom .ClubCar {
    display: none;
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom {
    background-color: white;
    padding: 15px;
    color: black;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}




/* HEADER */

header.body {
    background-color: black;
}

.headerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    text-transform: uppercase;
    position: relative;
    align-items: flex-start;
}

.headerLogo {
    flex: 0 0 30%;
    padding-top: 25px;
}

.headerBlock {
    flex: 0 0 58%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.headerBlock:after {
    content: '';
    width: 88%;
    height: 1px;
    background-color: white;
    position: absolute;
    bottom: -13px;
}

.headerBlock .dealer-phone {
    font-size: 38px;
    font-weight: 700;
    margin-right: 25px;
}

.headerBlock .dealer-phone:hover {
    color: lime;
}

.headerBlock .dealer-phone .fa-mobile {
    color: lime;
    font-size: 31px;
    display:none;
}

.headerBlock .dealer-phone h4 {
    text-align: center;
    margin: 0 0 -7px;
}

.headerContainer .btn-primary .fa-map-marker {
    padding-right: 10px;
}

.headerContainer a {
    color: white;
}

.headerBlock .dealer-address {
    display: block;
}

.headerContainer .btn-primary {
    margin: 0 30px;
    padding: 8px 15px;
}

.headerSocial,
.footerSocial {
    display: flex;
    justify-content: space-between;
}

.headerSocial a,
.footerSocial a {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px;
    margin: 2px;
}

.headerSocial a:nth-child(1),
.footerSocial a:nth-child(1) {
    background-color: #3b5998;
}

.headerSocial a:nth-child(2),
.footerSocial a:nth-child(2) {
    background-color: #8134af;
}

.sideTabs {
    position: fixed;
    left: auto;
    bottom: auto;
    top: 350px;
    right: -193px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    display: flex;
    z-index: 44444;
}

.sideTabs div {
    color: white;
    padding: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.sideTabs a {
    color: white;
}

.sideTabs div:nth-child(1) {
    background-color: #d39521;
}

.sideTabs div:nth-child(2) {
    background-color: #6b239b;
}

.sideTabs div:nth-child(3) {
    background-color: #288604;
}

.sideTabs div:hover {
    background-color: gray;
}

.preOrderBtn {
    z-index: 444;
}

.preOrderBtn.mbl {
    display: none;
}

a.octaneBtn.preOrderBtn.mbl.preOrderBtnShow {
    display: block;
}

a.octaneBtn:hover {
    background-color: #ce362d;
}

.preOrderBtn.dskTp {
    position: absolute;
    bottom: -41px;
    left: 123px;
}

.homePreOrderBtn {
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

.homePreOrderBtn .btn-primary {
    background-image: none;
    background-color: lime;
    color: black;
    text-transform: uppercase;
    text-shadow: none;
}

.preOrderBtn .btn-primary {
    background-image: none;
    background-color: #0bfe00;
    color: black;
    text-shadow: none;
    margin: 0;
    text-transform: uppercase;
    padding: 3px 13px;
}

a.octaneBtn {
    background-color: #ce362d;
    color: black;
    text-align: center;
    padding: 0 27px;
    margin-right: 10px;
    position: absolute;
    left: -201px;
    top: 5px;
    overflow: hidden;
    max-width: 233px;
}

a.octaneBtn h4 {
    font-size: 20px;
    margin: 0;
    position: relative;
    z-index: 2;
    display: none;
}

a.octaneBtn h4:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 188px;
    position: absolute;
    top: -65px;
    left: -33px;
    color: #000000;
    z-index: -1;
    filter: opacity(0.2);
}

a.octaneBtn h4 span {
    display: block;
}

a.octaneBtn > h4 > span:nth-child(2) {
    font-size: 33px;
}








/* NAVIGATION */

#main-nav {
    margin-top: -25px;
}

@media (min-width: 768px) {
.navbar-nav {
    float: right;
    margin: 0;
}
}

.navbar-nav>li>a {
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    font-size: 17px;
    padding: 15px 10px;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #fff;
    color: black;
}

#main-nav li.dropdown.open ul {
    border-top-color: #000;
}

.dropdown-menu {
    background-color: black;
}

.dropdown-menu>li>a {
    color: #fff;
}





/* CONTENT */

#details-collapse {
    color: white;
}

.oemContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1130px;
    margin: auto;
    flex-wrap: wrap;
}

.newOemContainer {
    flex-wrap: nowrap;
}

.searchContainer {
    text-align: center;
    margin: 60px 0;
}

.oemContainer a {
    padding: 10px;
    text-align: center;
    flex: 0 0 25%;
}

.oemContainer a:hover {
    transform: translateY(10px);
}

.oemContainer > a:nth-child(5) {
    order: 8;
}

.newOemContainer a {
    flex: 0 0 14%;
}

.oemContainer img {
    max-height: 50px;
    width: 162px;
    object-fit: contain;
}

.newOemContainer img {
    max-height: unset;
    width: 100%;
}

.searchContainer h3 {
    font-size: 40px;
}

.siteSearch {
    display: flex;
    width: 600px;
    margin: auto;
}

.siteSearch button {
    background-color: red;
    color: white;
    border: none;
    font-size: 20px;
    padding: 5px 15px;
}

.siteSearch .form-control {
    border: none;
    box-shadow: none;
    padding: 20px 15px;
    margin: 0;
}

.btnContainer {
    display: flex;
    justify-content: space-between;
}

.btnContainer a {
    flex: 0 0 32%;
    text-align: center;
    border: 3px solid white;
    color: lime;
    background-color: black;
    padding: 12px 30px;
    position: relative;
}

.btnContainer a:hover {
    transform: scale(1.05);
}

.btnContainer a > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.btnContainer h3 {
    font-size: 36px;
    text-align: left;
    margin: 0;
    position: relative;
}

.btnContainer h3:after {
    content: '';
    width: 250px;
    height: 1px;
    background-color: #616161;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.btnContainer h5 {
    color: white;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 0;
}

.btnContainer span {
    font-size: 34px;
    color: white;
    position: relative;
    z-index: 2;
    transition: .3s;
}

.btnContainer a:hover span {
    color: lime;
}

.btnContainer span:after {
    content: '';
    width: 3px;
    height: 92px;
    background-color: white;
    position: absolute;
    left: -32px;
    top: -29px;
    transition: .4s;
    z-index: -1;
}

.btnContainer a:hover span:after {
    width: 83px;
}

.homeSlider {
    margin-top: 25px;
}

.newHomeSlider {
    margin-bottom: 30px;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    margin: 0;
    color: white;
    bottom: 0;
    font-size: 50px;
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    width: 100%;
    padding: 10px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 78%;
    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;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: #fff;
    background-color: #d92800;
    border-color: #cccccc;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #d92901;
}

.k-pager-wrap .k-link:hover {
    color: #d92901;
    border-color: #ccc;
    background: #ebebeb;
}

#details-accordions #seller-description {
    color: white;
}

.forms-text-section {
    font-size: 13px;
    font-style: initial;
}

.golfCartLogo {
    display: block;
    margin: 10px auto 25px;
}

.slideContainer {
	display: flex;
	flex-flow: row wrap;
	display: -ms-flexbox;
	-ms-flex-flow: row;
	-ms-flex-wrap: wrap;
	justify-content: space-around;
}
.slideContainer > div {
	flex: 0 0 50%;
}
.thumbs {
	padding: 10px;
	cursor: pointer;
}
.thumbs img, 
#largeView img {
    border: 2px #ff0100 solid;
}
#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) {
#largeView {
    width: 50%;
    left: 50%;
    top: 10vh;
    transform: translateX(-50%);
    text-align: center;
}
#largeView img {
    max-height: 80vh;
}
}

.helmets {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 5%;
}

.showroomContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.showroomContainer a {
    flex: 0 0 23%;
    background-color: white;
    padding: 5px;
    text-align: center;
    margin: 11px;
}

.showroomContainer h3 {
    margin: 10px 0 5px;
    font-size: 20px;
}

.typeContainer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    padding: 15px;
    background-size: cover;
    background-position: center;
}

.typeContainer div {
    flex: 0 0 30%;
    position: relative;
    margin-bottom: 30px;
}

.typeContainer a {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.typeContainer a:hover {
    background-color: white;
    color: black;
}

.typeContainer h3 {
    font-size: 34px;
    margin-bottom: -19px;
    position: relative;
    text-shadow: 1px 1px 1px black;
}

.typeContainer h3 span {
    display: block;
    font-size: 20px;
}

.typeContainer img {
    max-height: 180px;
}

.typeContainer > div:nth-child(9) img {
    margin-top: 21px;
}

.typeContainer div:nth-child(10) img {
    max-height: 100px;
    margin-top: 5px;
}

.typeContainer div:nth-child(n+7) {
    flex: 0 0 24%;
}

.typeContainer > div:nth-child(9),
.typeContainer > div:nth-child(10) {
    align-self: center;
}

.typeContainer > div:nth-child(9) > h3,
.typeContainer > div:nth-child(10) > h3 {
    margin-bottom: 70px;
}

.jobsContainer > div {
    background-color: #e9e9e9;
    padding: 15px;
}

.jobsContainer > div:nth-child(even) {
    background-color: #d8d8d8;
}

.jobsContainer h3 {
    margin-top: 0;
}

.jobsContainer p {
    margin-bottom: 0;
}

#creditAppForm section {
    background: white!important;
    color: black;
}

.department .employee .name p,
.department .employee .job p {
    margin-bottom: 0;
}

.department-container .department {
    background: unset;
}

.department .title {
    border: 1px solid #eee;
    background: #eee;
}

#employees-team-page h1.page-title {
    font-size: 40px;
    text-align: center;
    margin: 0;
}





/* FEATURED INVENTORY */

.widget-FeaturedVehicles .blurbBanner span {
    top: 36px;
    left: -25px;
}

.featuredInventory h2 {
    text-align: center;
    font-size: 40px;
}

.single-item-slider .slider-control {
    color: lime;
}

.single-item-slider .slider-outer {
    height: 270px;
}

.single-item-slider .img-container {
    height: 155px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.single-item-slider .item {
    background-color: rgb(0 0 0);
    border: 3px solid white;
}

.single-item-slider .slider-inner .item {
    width: 265px;
}

.single-item-slider .item-detail .name {
    font-size: 14px;
    line-height: 18px;
}

.single-item-slider .item-detail .price {
    font-size: 23px;
    background-color: white;
    bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
    padding: 5px 0 0;
}

.single-item-slider .item .item-inner {
    border-radius: 0px;
}

.single-item-slider .item-detail {
    font-weight: 700;
}

.single-item-slider .slider-inner a:hover {
    color: white;
}






/* INVENTORY */

.tru-vehicle-button.tru-shape-short {
    margin: auto;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
}

.specs-panel.panel-body {
    background-color: #000;
    color: #fff;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    text-align: center;
    white-space: nowrap;
    font-size: 25px;
    padding: 3px 8px;
    color: #ffffff;
    background-color: #ffffff;
    text-transform: uppercase;
    font-weight: 100;
    border: 3px solid white;
    font-weight: 700;
    background: linear-gradient(to bottom, rgba(228,0,0,1) 0%,rgba(228,0,0,1) 50%,rgba(228,0,0,1) 50%,rgba(149,22,0,1) 50%,rgba(183,23,12,1) 100%);
    box-shadow: 0 0 5px black;
    text-shadow: 1px 1px 1px black;
    width: max-content;
    margin: auto;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid black;
}

.inventory-container .vehicle:hover {
    background-color: lime;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    min-height: 67px;
    font-weight: 700;
}

.inventory-container .vehicle .title {
    padding: 0 5px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.panel {
    background-color: #000;
}

#filters-box .text {
    color: white;
}










/* FORMS */

.btn-primary {
    color: #ffffff;
    border-radius: 0px;
    font-weight: 700;
    background-color: red;
    border: 2px solid white;
    transition: .3s;
    background: linear-gradient(to bottom, rgba(228,0,0,1) 0%,rgba(228,0,0,1) 50%,rgba(228,0,0,1) 50%,rgba(149,22,0,1) 50%,rgba(183,23,12,1) 100%);
    text-shadow: 1px 1px 1px black;
}

.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,
a.octaneBtn:hover {
    color: #fff;
    background-color: #ff0000;
    border-color: red;
    transform: scale(1.1);
}

.btn-sec {
    display: block;
    width: max-content;
    margin: 10px auto;
    font-size: 20px;
}

.ccBtnWrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.ccBtnWrapper a {
    flex: 1 0 25%;
}

.btn-cc {
    font-size: 17px;
    background-image: none;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 10px;
    border: 2px solid #93754f;
    color: #93754f;
    background-color: black;
    margin: 5px;
}

.btn-cc:hover {
    background-color: black;
    border-color: #93754e;
}

.form-control {
    border-radius: 0;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ffffff;
    padding: 10px;
    background-size: cover;
    color: black;
    border: 3px solid black;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
    margin-bottom: 7px;
    color: #ff0000;
    font-weight: 700;
    line-height: 30px;
    padding-top: 5px;
}

.form-control {
    border-radius: 0;
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid #bdbdbd;
    box-shadow: none;
    transition: .3s;
    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: #000000;
    color: white;
    border: 3px solid black;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 71px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea, 
.customForm select {
    font-size: 14px!important;
    border: 1px solid gray;
    margin: 5px 0;
    padding: 2px 7px;
    color: black;
}

.customForm textarea {
    width: 100%;
}

.golfPop h3:nth-child(1) {
    font-size: 40px;
    color: red;
}







/* FOOTER */

.footerbackground {
    background-color: black;
}

.footercontainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    text-transform: uppercase;
    padding: 15px;
}

.footercontainer h3 {
    color: lime;
}

.footerblock .dealer-address {
    display: block;
}

.footerblock .dealer-phone {
    font-weight: 700;
    font-size: 30px;
    display: block;
}

.footercontainer a {
    color: white;
}

.footercontainer a:hover {
    color: lime;
}

.footerblock .btn-primary:hover {
    color: white;
}

.footerblock .btn-primary {
    margin-top: 20px;
}

.footerblock ul {
    list-style: none;
    padding: 0;
}

.footerblock table td:first-child {
    font-weight: 700;
    padding-right: 15px;
}

footer.body {
    margin-bottom: 61px;
    text-align: center;
}

footer.body .outer-wrapper {
    background-color: #000;
    color: #7d7d7d;
}

.footerFixed {
    position: fixed;
    bottom: 0;
    z-index: 100;
    background-color: black;
    width: 100%;
}

.footerFixedContainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.footerFixedContainer div {
    display: flex;
    justify-content: space-between;
}

.footerFixedContainer a {
    color: #0bfe00;
    font-weight: 700;
    position: relative;
    padding: 17px 34px;
    text-transform: uppercase;
    font-size: 20px;
}

.footerFixedContainer a:after {
    content: '\f0da';
    font-family: 'FontAwesome';
    transform: rotate(90deg);
    display: inline-block;
    padding: 4px 9px 8px 6px;
    position: absolute;
    top: 12px;
    transition: .3s;
}

.footerFixedContainer a:hover:after {
    transform: rotate(180deg);
    top: 8px;
}

.footerSocial a {
    line-height: 24px;
}

.headerSocial a:hover, .footerSocial a:hover {
    background-color: gray;
    color: white;
}






/* BREAKPOINTS */

@media (min-width: 768px) {
.mobile-btn {
    display: none;
}
}




@media (max-width: 1499px) {
.container,
.headerContainer,
.footercontainer {
    width: 1170px;
}

.headerBlock {
    flex: 0 0 66%;
}

#main-nav {
    margin-top: -17px;
}

.headerLogo {
    padding-top: 34px;
}

.p-header {
    height: 300px;
}

.single-item-slider .slider-inner .item {
    width: 259px;
}

.btnContainer h3 {
    font-size: 29px;
}

.btnContainer a:hover:before {
    width: 14%;
}

.mapWrapper {
    padding-bottom: 99%;
}

.btnContainer h3:after {
    width: 210px;
}

.btnContainer span:after {
    height: 83px;
    left: -32px;
    top: -25px;
}

.newBtnContainer a {
    padding: 12px!important;
}

.preOrderBtn.dskTp {
    left: 74px;
}

a.octaneBtn {
    padding: 8px;
    left: -94px;
    top: -4px;
    width: 176px;
}

a.octaneBtn h4 {
    font-size: 18px;
}

a.octaneBtn > h4 > span:nth-child(2) {
    font-size: 31px;
}

.navbar-nav>li>a {
    font-size: 16px;
    padding: 15px 7px;
}

.headerBlock .dealer-phone {
    margin-right: 9px;
}

.headerContainer .btn-primary {
    margin: 0 11px;
}
}




@media (max-width: 1199px) {
.container, 
.headerContainer, 
.footercontainer,
.footerFixedContainer {
    width: 970px;
}

.oemContainer {
    width: 900px;
}

#main-nav {
    margin-top: -11px;
}

.headerLogo {
    flex: 0 0 25%;
}

.headerBlock .dealer-phone {
    font-size: 34px;
    margin-right: 15px;
}

.headerContainer .btn-primary {
    margin: 0 15px;
}

.btnContainer a {
    padding: 10px 18px;
}

.btnContainer h3:after {
    width: 170px;
}

.btnContainer span:after {
    height: 78px;
    left: -21px;
    top: -22px;
}

.btnContainer a:hover span:after {
    width: 61px;
}

.single-item-slider .slider-inner .item {
    width: 284px;
}

.p-header {
    height: 265px;
}

.p-header h1 {
    font-size: 45px;
}

.inventory-container .vehicle .price {
    font-size: 19px;
}

.mapWrapper {
    padding-bottom: 122%;
}

.preOrderBtn.dskTp {
    display: none;
}

.headerBlock {
    flex: 0 0 75%;
}

a.octaneBtn {
    padding: 0 29px;
    left: -188px;
    top: 59px;
    width: 138px;
}

a.octaneBtn h4 {
    font-size: 16px;
    line-height: 13px;
}

a.octaneBtn h4 span {
    display: inline-block;
}

a.octaneBtn > h4 > span:nth-child(2) {
    font-size: 19px;
    margin-top: 3px;
}

.headerBlock:after {
    width: 95%;
}

a.octaneBtn h4:before {
    font-size: 78px;
    top: 5px;
    left: -11px;
}

.showroomContainer a {
    margin: 9 px;
}

.showroomContainer h3 {
    font-size: 18px;
}
}



 
@media (max-width: 991px) {
.container, 
.headerContainer, 
.footercontainer, 
.footerFixedContainer {
    width: 740px;
}

#main-nav {
    margin-top: 0;
}

.oemContainer {
    width: 700px;
}

.oemContainer a {
    padding: 0 10px;
}

.newBtnContainer {
    flex-wrap: wrap;
}

.newBtnContainer a {
    margin-bottom: 15px;
}

.btnContainer h3:after {
    width: 276px;
}

.newBtnContainer h3 {
    font-size: 30px!important;
}

.headerBlock {
    flex-wrap: wrap;
}

.headerLogo {
    flex: 0 0 36%;
}

.headerBlock {
    flex: 0 0 61%;
}

#main-nav .nav>li>a {
    font-size: 14px;
}

.btnContainer h3 {
    font-size: 22px;
}

.btnContainer a {
    padding: 10px 11px;
}

.btnContainer span {
    font-size: 26px;
}

.btnContainer h3:after {
    width: 137px;
}

.btnContainer span:after {
    height: 73px;
    left: -16px;
    top: -24px;
}

.btnContainer a:hover span:after {
    width: 43px;
}

.single-item-slider .slider-inner .item {
    width: 318px;
}

.footercontainer {
    flex-flow: column;
    text-align: center;
    align-items: center;
}

.footerblock {
    margin: 15px 0;
}

.footerFixedContainer a {
    padding: 15px 16px;
    font-size: 16px;
}

.footerFixedContainer a:after {
    top: 9px;
}

.footerFixedContainer a:hover:after {
    top: 6px;
}

footer.body {
    margin-bottom: 52px;
}

.p-header {
    height: 200px;
}

.p-header h1 {
    font-size: 38px;
}

.mapWrapper {
    margin-top: 25px;
}

.preOrderBtn.dskTp {
    display: none;
}

a.octaneBtnDesk {
    display: block;
    background-color: lime;
    border: 2px solid white;
    color: black;
    padding: 10px;
    width: max-content;
    margin: 25px auto 0;
}

a.octaneBtnDesk h4 {
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 4;
}

a.octaneBtnDesk h4:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 188px;
    position: absolute;
    top: -65px;
    left: -33px;
    color: #000000;
    z-index: -1;
    filter: opacity(0.2);
}

a.octaneBtnDesk h4 span {
    display: block;
}

a.octaneBtnDesk > h4 > span:nth-child(2) {
    font-size: 28px;
}

.showroomContainer a {
    flex: 0 0 30%;
    margin: 12px;
}
}




@media (max-width: 767px) {
.container, 
.headerContainer, 
.footercontainer, 
.footerFixedContainer,
.oemContainer {
    width: 100%;
}

.footerFixedContainer,
.headerBlock > a:nth-child(4),
.headerSocial,
.headerBlock:after,
.headerLogo,
.map-btn {
    display: none;
}

.preOrderBtn.mbl {
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 5px;
}

header.body {
    min-height: 110px;
    margin-bottom: 0;
}

.typeContainer div {
    flex: 0 0 100%;
}

a.octaneBtn.preOrderBtn.mbl.preOrderBtnShow {
    display: none;
}

a.octaneBtnDesk {
    display: block;
    background-color: unset;
    border: none;
    color: black;
    padding: 0;
    width: 50%;
    margin: 0 auto;
}

.oemContainer img {
    max-height: 26px;
}

.preOrderBtn .btn-primary {
    width: 100%;
}

.siteSearch {
    width: 95%;
}

.headerBlock {
    flex: 1 0 100%;
}

.btnContainer {
    flex-flow: column;
}

.headerBlock .dealer-phone {
    margin-right: 0;
    position: relative;
    z-index: 555;
    left: calc(50% - 102px);
    top: 48px;
}

a.octaneBtnDesk h4 {
    display: none;
}

.headerBlock {
    flex-flow: column;
    align-items: flex-start;
}

.mobile-btn {
    position: relative;
    z-index: 444;
    margin: 0;
}

.headerContainer .btn-primary {
    margin: 0;
}

#main-nav .navbar-brand {
    display: none!important;
}

.headerContainer {
    padding: 0 10px;
}

#main-nav {
    margin-top: 43px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background-color: black;
    z-index: 33;
}

.btnContainer a {
    margin: 6px auto;
    width: 90%;
}

.btnContainer h3:after {
    width: 175px;
}

.searchContainer {
    margin: auto;
}

.searchContainer h3 {
    font-size: 30px;
    margin-top: 0;
}

.searchContainer #inventory-count {
    min-width: 46px;
    display: inline-block;
}

.single-item-slider .slider-inner .item {
    width: 215px;
}

.oemContainer a {
    padding: 8px;
    flex: 1 0 25%;
    text-align: center;
}

footer.body {
    margin-bottom: 0;
}

.footerblock table {
    margin: auto;
}

.oemContainer {
    flex-wrap: wrap;
}

.featuredSection {
    padding: 0;
}

#main-nav .nav>li>a {
    font-size: 16px;
    padding: 15px;
}

.dropdown-menu>li>a {
    color: #fff;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 26px;
    padding: 4px 10px;
}

.form-header-text {
    font-size: 27px;
    margin-bottom: 5px;
    padding-top: 3px;
}

.vehiclemodel {
    font-size: 24px;
    line-height: 22px;
    min-height: 78px;
}

.mapWrapper {
    margin-top: 0;
}

.sideTabs {
    left: 0;
    /* bottom: 0; */
    top: 0;
    right: unset;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    display: flex;
    width: 100%;
    justify-content: center;
}

.sideTabs a {
    font-size: 11px;
}

.sideTabs div {
    flex: 0 0 33.33%;
    text-align: center;
    padding: 10px 0;
}

footer.body .outer-wrapper {
    margin-bottom: 50px;
}

.un-hide-home-button .btn.btn-primary.mobile-btn {
    display:block; 
    padding: 2px 8px;
    margin-top: 7px;
}

.hide-preorder-button .preOrderBtn.mbl.preOrderBtnShow {
    display: none!important;
}

.headerBlock .dealer-phone {
    font-size: 30px;
    margin-top: 2px;
}

a.octaneBtn {
    left: unset!important;
    right: -5px;
    z-index: 99;
    width: 185px;
    padding: 3px;
}

a.octaneBtn h4 {
    font-size: 14px;
    line-height: 59%;
}

a.octaneBtn h4 span {
    display: inline-block;
}

a.octaneBtn > h4 > span:nth-child(2) {
    font-size: 16px;
    margin-top: 3px;
}

.showroomContainer a {
    flex: 0 0 100%;
    margin: 10px 0;
}
}

/*I don't like this selector :( */
body.hide-home-button #widget2 {
    margin-top: 15px;
}



#InventoryTitle {display:none;}
