body {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #fff;
}

@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: #000 url(https://psmfirestorm.blob.core.windows.net/76f0e3b6-c51e-4f32-84f8-9036591b8a62/ducati-background.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #000 url(https://psmfirestorm.blob.core.windows.net/76f0e3b6-c51e-4f32-84f8-9036591b8a62/ducati-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: 700;
    text-transform: uppercase;
}

.container {
    width: 1470px;
}

a {
    color: red;
    transition: .3s;
}

a:focus, a:hover {
    color: #979797;
    text-decoration: none;
}

.btnSection {
    background-color: white;
}

#content-container {
    margin-top: 230px;
}

.typeSection {
    background-color: white;
    position: relative;
    padding-bottom: 5%;
}

.typeSection:before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: white;
    position: absolute;
    left: 0;
    top: -8px;
}

.featuredSection {
    margin-top: 0!important;
    padding: 60px 0;
    background-color: white;
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 80%,#ffffff 80%,#e5e5e5 32%,#e5e5e5 100%);
}

.oemSection {
    background-color: black;
    margin-top: 0!important;
    padding: 6% 0;
    text-align: center;
}

.aboutSection {
    position: relative;
    margin-top: 0!important;
    color: black;
    background: linear-gradient(to bottom, rgb(229 229 229) 0%,rgb(255 255 255) 100%);
    z-index: 3;
}

.aboutSection:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/7df45f33-c821-451d-9ef3-f9c02fc92ac2/Ducati-Panigale-V4R-MY23.png);
    width: 67%;
    height: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: cover;
    z-index: -1;
}

.aboutSection > div {
    padding: 4% 0;
}

.wbbSection {
    position: relative;
    background-color: white;
    margin-top: 0!important;
    padding: 0% 0 0;
}

.wbbSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/75eceaa6-0ff4-40bc-8eb1-0669f24280a1/wbb-graphic-2.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    background-position: center;
    top: 0;
    left: 0;
}

#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 {
    background-color: rgb(0 0 0 / 85%);
    padding: 15px;
    margin-bottom: 25px;
}

.breadcrumb {
    background-color: #212121;
}

.btnSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/38a052c2-d291-4dcc-9501-a2a93f11481c/Master-BG-01-Bike-intro-2000x800.jpeg);
    background-size: cover;
    background-position: 0 0px;
    margin-top: 0!important;
    padding: 6% 0;
    overflow: hidden;
}

.homeBike {
    background-image: url(https://psmfirestorm.blob.core.windows.net/5e22b003-795c-46ea-9e30-2d15e97588b1/SS-950-MY22-Model-Preview-1050x650-v06.png);
    background-size: cover;
    background-position: 0 0px;
    position: absolute;
    right: 0;
    display: none;
}

.homeBike img {
    filter: opacity(0);
}








/* HEADER */

.top-bar-announcement-link {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

header.body {
    background-color: rgb(0 0 0 / 86%);
    position: fixed;
    top: 40px;
    left: 2%;
    width: 96%;
    z-index: 4444;
}

.headerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px 0;
    align-items: flex-start;
}

.headerInfo .fa {
    margin-right: 5px;
    color: red;
}

.headerInfo a {
    color: white;
}

.headerInfo {
    font-size: 20px;
    text-transform: uppercase;
    order: 3;
    display: flex;
    flex: 0 0 37%;
    flex-flow: column;
    align-items: center;
}

.headerInfo .dealer-address {
    margin-right: 14px;
    position: relative;
}

.headerInfo .dealer-address:after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #575757;
    position: absolute;
    right: -9px;
    top: 1px;
}

@media (min-width: 1500px) {
.smaller {
    transform: scale(0.65);
    transition: .3s;
    transform-origin: 50% 0%;
}

.header-box:after {
    border-top: 61px solid rgb(0 0 0 / 86%);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    height: 0;
    width: 306px;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    z-index: -1;
    transition: .3s;
}
}

.header-box {
    transition: .3s;
    position: relative;
    order: 2;
    z-index: 4444;
    flex: 0 0 23%;
    text-align: center;
}

.header-box.smaller:after {
    filter: opacity(0);
}

.headerContainer .slogan {
    flex: 0 0 37%;
    order: 1;
}

.headerContainer .slogan h4 {
    font-size: 22px;
    text-align: center;
    color: white;
    margin: 0;
}

.headerContainer .slogan h4 span {
    display: block;
    font-size: 30px;
}

.headerInfo > a:nth-child(2) {
    display: flex;
    align-items: center;
}

.wbbBanner {
    position: fixed;
    background-color: #fff600;
    left: -60px;
    top: 300px;
    transform: rotate(90deg);
    z-index: 9;
    border-radius: 8px 8px 0px 0;
    box-shadow: 0 0 8px rgb(0 0 0 / 56%);
}

.wbbBanner h4 {
    margin: 0;
    color: black;
    padding: 10px;
    font-size: 20px;
}

.department .employee .job p,
.brief > p {
    margin-bottom: 0;
}







/* NAVIGATION */

#main-nav {
    margin-top: -132px;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: center;
    margin-right: 56px;
}

.navbar-nav > li > a {
    text-transform: uppercase;
    padding: 28px 15px;
    font-size: 18px;
    color: white;
}

.navbar-nav {
    margin-right: 78px;
}

.headerInfo .dealer-address:after {
    display: none;
}

a.homeVisible {
    font-size: 20px!important;
}

#main-nav-collapse > ul > li:nth-child(5) {
    margin-left: 323px;
}

.social-media-icons {
    display: none;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: red;
}

#main-nav li.dropdown.open ul {
    border-top-color: #000;
}

.dropdown-menu {
    background-color: black;
}

.dropdown-menu>li>a {
    color: #fff;
}

#main-nav .dropdown-menu > li > a:hover,
#main-nav .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: gray;
}






/* CONTENT */

.searchWrapper {
    padding: 15px;
    margin: 4% auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchWrapper h2 {
    font-size: 48px;
    font-weight: 400;
    margin: 0 60px 0 0;
    text-shadow: 2px 2px 3px black;
    color: white;
}

.searchWrapper h2 span {
    display: block;
    font-weight: 700;
    font-size: 72px;
    letter-spacing: 25px;
    position: relative;
}

.searchWrapper h2 span:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    position: absolute;
    right: -25px;
}

.searchWrapper h2 span:after {
    content: '';
    width: 260px;
    height: 5px;
    background-color: white;
    position: absolute;
    right: 13px;
    top: 36px;
}

.siteSearch {
    display: flex;
    max-width: 500px;
    width: 100%;
    position: relative;
}

.siteSearch:before {
    content: '';
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 78%,rgba(255,0,0,1) 78%,rgba(255,0,0,1) 100%);
    width: 103%;
    height: 120%;
    position: absolute;
    left: -1.5%;
    top: -10%;
    z-index: 0;
}

.siteSearch .form-control {
    border-radius: 0;
    border: none;
    padding: 36px 20px;
    background-color: rgb(0 0 0);
    color: white;
    margin: 0;
    border-right: none;
    box-shadow: none;
    font-size: 18px!important;
    text-transform: uppercase;
    position: relative;
}

.siteSearch button {
    background-color: rgb(0 0 0);
    padding: 0 20px;
    border-left: none;
    border: none;
    color: white;
    position: relative;
}

.btnContainer {
    display: flex;
    justify-content: space-around;
    padding: 30px 15px;
}

.btnContainer a {
    padding: 10px;
    position: relative;
    z-index: 4;
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 78%,rgba(255,0,0,1) 78%,rgba(255,0,0,1) 100%);
    color: #cecece;
    flex: 0 0 24%;
}

.btnContainer a:hover {
    color: red;
    transform: scale(1.05);
}

.btnContainer div {
    position: relative;
    z-index: 11111;
    background-color: black;
    padding: 15px;
}

.btnContainer h3 {
    margin: 0;
    font-size: 46px;
    line-height: 46px;
    color: #c8c8c8;
}

.btnContainer h3 span {
    display: block;
    color: white;
}

.btnContainer h5 {
    font-weight: 400;
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 27px;
}

.typeContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.typeContainer a {
    position: relative;
    z-index: 44;
    padding: 25px 15px;
    overflow: hidden;
    flex: 0 0 25%;
    text-align: center;
    color: black;
}

.typeContainer > a:nth-child(2) img {
    max-width: 260px;
}

.typeContainer > a:nth-child(3) img {
    max-width: 253px;
}

.typeContainer > a:nth-child(4) img {
    max-width: 268px;
}

/*
.typeContainer a:before {
    content: '';
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: left;
    transform: scale(1.7);
    z-index: -1;
    filter: grayscale(.5) brightness(0.5);
    transition: .3s;
}

.typeContainer a:nth-child(3):before,
.typeContainer a:nth-child(4):before {
    background-position: right;
}

.typeContainer a:hover:before {
    filter: none;
    transform: none;
    background-position: center;
}

.typeContainer a:nth-child(1):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/4fada1d8-a46d-410e-9755-640b0f21bfb6/atv.jpg);
}

.typeContainer a:nth-child(2):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/21721b29-9905-4f86-890f-7f9c69b38da1/utv.jpg);
}

.typeContainer a:nth-child(3):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/f607ff83-56c6-4705-8a2e-3b21a09767d6/motorcycle.jpg);
}

.typeContainer a:nth-child(4):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/60f09330-b15e-474e-aaf5-9a9783214c60/scooter.jpg);
}
*/

.typeContainer h3 {
    font-size: 30px;
    position: relative;
    margin: 0;
    padding: 5px 0;
}

.typeContainer h3:before, 
.oemWrapper h2:before, 
.latestReviews h2:before {
    content: '';
    width: 25%;
    height: 3px;
    background-color: red;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: .5s;
    transform: translateX(-50%);
    z-index: -1;
}

.typeContainer a:hover h3:before {
    height: 100%;
    width: 140%;
}

.oemWrapper h2 {
    position: relative;
    font-size: 40px;
    width: max-content;
    margin: 10px auto 30px;
    padding: 5px 15px;
}

.oemContainer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 115px;
}

.oemContainer a {
    padding: 2%;
}

.oemContainer a:hover {
    transform: scale(1.05);
}

.oemContainer img {
    max-height: 140px;
}

.latestReviews h2 {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    z-index: 3;
    padding: 5px 10px;
}

p.slogan {
    font-size: 30px;
    text-align: center;
    font-style: italic;
    line-height: 41px!important;
}

p.slogan span {
    display: block;
}

.homeWelcome {
    position: sticky;
    top: 200px;
    text-align: center;
}

.homeWelcome > span {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
}

.homeWelcome h1 {
    text-align: center;
    margin-top: -1px;
    font-size: 48px;
}

.aboutSection p {
    line-height: 25px;
}

.p-header {
    height: 200px;
    margin-bottom: 25px;
    position: relative;
}

.p-header img {
    width: 100%;
    object-fit: cover;
    filter: grayscale(1) brightness(0.5);
}

.p-header h1 {
    position: absolute;
    top: 50%;
    margin: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 50px;
    width: max-content;
    text-shadow: 2px 2px 2px black;
    background-color: black;
    padding: 5px 30px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 81%;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.maptext .dealer-name {
    font-size: 32px;
    margin-top: 0;
}

#creditAppForm section {
    background: #000000!important;
}

.jumbotron {
    margin-bottom: 0;
    background-color: transparent;
    color: white!important;
    padding-top: 0;
    padding-bottom: 15px;
}

.jumbotron .container {
    background-color: rgb(0 0 0 / 85%);
    padding: 15px;
}

.jumbotron p {
    font-weight: 100;
    color: #d6d6d6;
}

.popup-widget {
    color: black;
}

.mapandhourstbl td:nth-child(1) {
    padding-right: 15px;
}


#credit-app-page .form-control,
#creditAppContainer {
    font-size: 18px!important;
}

.wbbContainer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 5% 5% 5%;
    box-shadow: 0 0 17px 0 rgb(0 0 0 / 10%);
    background-color: #dddddd;
    padding: 10px;
    color: black;
}

.wbbContainer div:nth-child(1) {
    padding: 15px;
    flex: 0 0 50%;
}

.wbbContainer h2 {
    margin-top: 0;
}

.homeSlider {
    z-index: 9;
    position: relative;
}

.homeSlider:after {
    content: '';
    width: 100%;
    height: 117%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/3296c523-fb29-4ed1-9f59-a7473fe4fd86/graphic.png);
    background-size: contain;
    position: absolute;
    top: -8%;
    right: -48%;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right;
}

.serviceEmployees {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    flex-wrap: wrap;
}

.serviceEmployees > div {
    flex: 0 0 24%;
    padding: 10px;
    background-color: white;
    color: black;
    text-align: center;
}

.serviceEmployees img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.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: 15px;
	cursor: pointer;
}
.thumbs img, 
#largeView img {
	border: 2px #ff0000 solid;
}
#overlay {
	position: fixed;
	display: none;
	z-index: 8999;
	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: 9999;
}
@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: 50%;
		left: 25%;
		top: 10vh;
	}
}




/* VIDEO BACKGROUND STYLES */

.videoWidget {
    height: 0px !important;
}

.tv {
    position: fixed;
    top: 0px;
    z-index: -1;
}

.home-search-section {
    background-image: url(https://psmfirestorm.blob.core.windows.net/76f0e3b6-c51e-4f32-84f8-9036591b8a62/ducati-background.jpg);
    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 */
.widget-FeaturedVehicles .blurbBanner span {
    top: -130px;
    left: -21px;
    width: 121%;
}

.featuredInventory {
    margin-bottom: 60px;
}

.featuredInventory .single-item-slider .slider-outer {
    height: 525px;
}

.featuredInventory .single-item-slider .slider-inner .item {
    width: 320px;
    padding: 31px 44px 104px;
    border-radius: 14px;
    border: none;
    margin: 13px;
}

.featuredInventory .slider-inner a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    filter: drop-shadow(0px 0px 6px gray);
    z-index: 9;
}

.featuredInventory .slider-inner a:nth-child(4n-1):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/df5cbce0-4379-4064-a5d4-bd90c03d7501/club.png);
}

.featuredInventory .slider-inner a:nth-child(4n-2):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/c314554f-c8d3-4a54-bb13-9940cc9547eb/diamond.png);
}

.featuredInventory .slider-inner a:nth-child(4n-3):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/faadbd91-1f03-4594-95d0-ec18663b6285/spade.png);
}

.featuredInventory .slider-inner a:nth-child(4n-4):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/18222c0b-c34d-49da-84b2-15d390fd8e33/heart.png);
}



.single-item-slider .item .item-inner,
.single-item-slider .img-container,
.single-item-slider .item {
    border-radius: 0px;
}

.single-item-slider .item-detail .name {
    color: #000000;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 100;
    min-height: 100px;
    font-size: 18px;
}

.single-item-slider .item-detail .price {
    font-size: 22px;
    padding: 0 2%;
    text-transform: uppercase;
    bottom: 100px;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
}

.single-item-slider .img-container {
    height: 160px;
}

.featuredInventory h2 {
    text-align: center;
    font-size: 37px;
    color: black;
}

.featuredInventory .single-item-slider .item .item-inner {
    padding-top: 30px;
    display: flex;
    flex-flow: column-reverse;
}

.single-item-slider .slider-control {
    font-size: 67px;
    top: 21%;
}

.fa-chevron-left:before {
    content: '\f0d9'!important;
}

.fa-chevron-right:before {
    content: '\f0da'!important;
}

.latestReviews {
    margin-top: 45px;
}

.review-comments {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 180px;
}






/* INVENTORY */

#vdp-container .images-container {
    max-width: 100%;
}

.modal {
    z-index: 99999;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: #fff;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #151515;
    border-color: #ddd;
    text-transform: uppercase;
    font-weight: 700;
}

.panel {
    background-color: #000;
}

.panel-default {
    border-color: #636363;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #b5b5b5;
}

.inventory-container .vehicle .price {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    background-color: transparent;
    padding: 1px 10px;
    font-weight: 700;
}

#vehicleList>div {
    margin: 0;
    padding: 10px;
    position: relative;
}

.vehicle-box {
    border: 3px solid #3c3c3c;
    position: relative;
}

.inventory-container .vehicle:hover {
    background-color: #ffffff;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 21px;
    min-height: 50px;
    font-weight: 700;
}

.inventory-container .vehicle .title {
    padding: 10px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

a.promo-link {
    color: #ffffff;
}

a.promo-link:hover {
    color: #e51520;
}

.price-box>text>a:hover {
    color: white;
}

.inventory-container .vehicle .thumb {
    height: 245px;
}

.inventory-image {
    max-height: 250px;
}







/* FORMS */

.mainform {
    height: max-content;
}

.mainform>div {
    background-color: black;
    padding: 10px;
    border: 3px solid #e51520;
    border-radius: 8px;
}

.btn-primary {
    color: #fff;
    background-color: #e51520;
    border: 3px solid #e51520;
    border-radius: 0;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
    transition: .3s;
    padding: 10px;
}

.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: #ffffff;
    border-color: #e51520;
}

.form-control {
    font-size: 14px!important;
    background-color: #202020;
    border: 2px solid #313131;
    margin: 5px 0;
    color: white;
}

.form-control:hover {
    border-color: #7b7b7b;
}

.form-control:focus {
    border-color: #7b7b7b;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(228 228 228 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(216 216 216 / 60%);
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.form-header-text {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    margin-bottom: 2px;
}

.forms-title-section {
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
#Form5353>div:nth-child(1)>fieldset>div:nth-child(n+2):nth-child(-n+5),
#Form1446>div:nth-child(1)>fieldset>div:nth-child(n+2):nth-child(-n+5),
#Form1445 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form5353>div:nth-child(1)>fieldset>div:nth-child(n+7):nth-child(-n+9),
#Form5356 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7),
#Form5357 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1445 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1446 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 33.33%;
    padding: 0 5px;
    display: inline-block;
}

#Form5357 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form5357 > div:nth-child(1) > fieldset > div:nth-child(n+11):nth-child(-n+14),
#Form5358 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form5358 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form5353>div:nth-child(1)>fieldset>div:nth-child(n+11),
#Form5356 > div:nth-child(1) > fieldset > div:nth-child(8),
#Form5357 > div:nth-child(1) > fieldset > div:nth-child(n+15),
#Form5358 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}
}

.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 {
    font-size: 14px!important;
    padding: 2px 7px;
    background-color: #202020;
    border: 2px solid #313131;
    margin: 5px 0;
    color: white;
    border-radius: 4px;
}

.customForm textarea {
    width: 100%;
}

.customForm select {
    padding: 2px 3px;
    font-size: 14px;
    background-color: #212121;
    border: 1px solid #313131;
    border-radius: 4px;
}

.inquiryformcontainer {
    background-color: black;
    border: 3px solid #e51520;
    border-radius: 8px;
}

.locationBox {
    background-color: black;
    border-radius: 8px;
}





/* FOOTER */

footer.body .outer-wrapper {
    background-color: #0a0a0a;
    color: #fff;
    text-align: center;
}

.footer-background {
    position: relative;
    background-color: rgb(0 0 0 / 85%);
}

.footer-background:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/cbd43983-c03e-4174-82ce-8a16a15a9d64/footer-back.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-attachment: fixed;
}

.footer-container {
    width: 1470px;
    margin: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 45px 15px;
    text-transform: uppercase;
}

.footer-container a {
    color: white;
    transition: .3s;
}

.footer-container a:hover {
    color: #afafaf;
}

.footer-block ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.footer-block li {
    margin: 20px 40px;
    position: relative;
    font-size: 23px;
}

.footer-block li:before {
    content: '';
    position: absolute;
    background-size: contain;
    left: -22px;
    top: -1px;
    content: '\f0d7';
    color: red;
    font-family: 'FontAwesome';
    transition: .3s;
}

.footer-block a:hover li:before {
    transform: rotate(-90deg);
}

.footerLogoContainer .dealerLogo {
    display: flex;
    align-items: center;
}

.footerLogoContainer a {
    padding: 15px;
}

.slngLogo img {
    max-width: 200px;
}

.footer-container .dealer-phone {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 45px;
    display: block;
}

.footer-container .dealer-phone .fa {
    color: red;
    margin-right: 5px;
}

.footer-container .connect {
    display: flex;
    margin-bottom: 45px;
    align-items: center;
    width: 68%;
    justify-content: space-around;
}

.footerLogoContainer .dealerLogo img {
    max-width: 160px;
}

.connect .social a:hover,
.connect .btn-primary:hover {
    color: black;
}

.footerLogoContainer .dealerLogo {
    display: flex;
    align-items: center;
}

.social {
    display: flex;
}

.social a {
    width: 30px;
    height: 30px;
    background-color: red;
    text-align: center;
    font-size: 20px;
    padding: 1px 0;
}





@media (max-width: 1499px) {
.headerContainer,
.container,
.footer-container {
    width: 1170px;
}

.headerContainer .slogan h4 {
    font-size: 29px;
}

.headerContainer .slogan h4 span {
    font-size: 34px;
}

.header-box {
    flex: 0 0 20%;
}

.headerInfo,
.headerContainer .slogan {
    flex: 0 0 40%;
}

.headerInfo {
    font-size: 18px;
    margin-top: 10px;
}

.typeContainer h3 {
    font-size: 22px;
}

#main-nav {
    margin-top: -63px;
}

.navbar-nav {
    margin-right: 58px;
}

.navbar-nav > li > a {
    padding: 28px 11px;
    font-size: 14px;
}

#main-nav-collapse > ul > li:nth-child(5) {
    margin-left: 250px;
}

.searchWrapper {
    margin: 0% auto 4%;
}

.btnContainer a {
    padding: 7px;
}

.btnContainer h3 {
    font-size: 33px;
    line-height: 33px;
}

.btnContainer h5 {
    font-size: 20px;
}

.single-item-slider .slider-outer {
    height: 400px;
}

.featuredInventory .single-item-slider .slider-inner .item {
    width: 335px;
    padding: 52px 44px 104px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 241px;
}

.single-item-slider .item-detail .price {
    bottom: 49px;
    font-size: 18px;
}

.homeWelcome h1 {
    font-size: 30px;
}

p.slogan {
    font-size: 28px;
}

.mapWrapper {
    padding-bottom: 103%;
}

.inventory-container .vehicle .thumb {
    height: 191px;
    line-height: 184px;
}

.single-item-slider .item .item-inner {
    padding-top: 12px;
}

.footer-block li {
    margin: 20px 34px;
    font-size: 19px;
}
}





@media (max-width: 1199px) {
.headerContainer,
.container,
.footer-bottom,
.footer-container {
    width: 970px;
}

.headerInfo {
    margin-top: 24px;
}

.header-box {
    flex: 0 0 23%;
}

.headerContainer .slogan h4 {
    font-size: 21px;
}

.headerContainer .slogan h4 span {
    font-size: 26px;
}

.headerInfo .dealer-address {
    display: block;
}

.searchWrapper h2 {
    font-size: 35px;
}

.searchWrapper h2 span:after {
    width: 140px;
}

.slogan {
    margin-top: 37px;
}

#main-nav {
    margin-top: 0;
}

.navbar-nav > li > a {
    padding: 20px 15px;
    font-size: 14px;
}

#main-nav-collapse > ul > li:nth-child(5) {
    margin-left: 0;
}

.navbar-nav {
    margin-right: 25px;
}

.homeWelcome {
    position: relative;
    top: 0;
}

.btnContainer {
    flex-wrap: wrap;
}

.oemContainer a {
    flex: 0 0 30%;
    text-align: center;
}

.oemContainer img {
    max-height: 110px;
}

.typeContainer h3 {
    font-size: 18px;
}

.typeContainer > a:nth-child(2) img,
.typeContainer > a:nth-child(3) img,
.typeContainer > a:nth-child(4) img {
    max-width: 100%;
}

.single-item-slider .item .item-inner {
    padding-top: 30px;
}

.featuredInventory .single-item-slider .slider-inner .item {
    width: 209px;
    padding: 0px 31px 41px;
    margin: 5px;
}

.featuredInventory .single-item-slider .img-container {
    height: 109px;
}

.featuredInventory .single-item-slider .item-detail .price {
    bottom: 37px;
    font-size: 14px;
    padding: 0 0px;
}

.featuredInventory .single-item-slider .item-detail .name {
    font-size: 14px;
}

.featuredInventory .single-item-slider .slider-outer {
    height: 330px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 275px;
}

.widget-FeaturedVehicles .blurbBanner span {
    top: -97px;
    left: -12px;
    width: 121%;
}

.footer-block li {
    margin: 20px 19px;
    font-size: 16px;
}

.footer-block li:before {
    left: -16px;
    top: 0px;
}

.footer-links a {
    flex: 0 0 13%;
}

.smaller {
    transform: none;
}

.inventory-container .vehicle .thumb {
    height: 153px;
    line-height: 148px;
}

.btnContainer h3 {
    font-size: 26px;
    line-height: 26px;
}

.btnContainer h5 {
    font-size: 18px;
}
}





@media (max-width: 991px) {
.headerContainer,
.container,
.footer-bottom,
.footer-container {
    width: 740px;
}

#content-container {
    margin-top: 140px;
}

.header-box {
    flex: 0 0 19%;
}

.headerInfo {
    margin-top: 0;
    font-size: 16px;
}

.headerInfo a {
    display: block;
}

.headerInfo .dealer-phone {
    margin-right: 15px;
}

.headerContainer .slogan h4 {
    font-size: 16px;
    margin-top: 26px;
}

.headerContainer .slogan h4 span {
    font-size: 17px;
}

.siteSearch .form-control {
    padding: 30px 20px;
    font-size: 16px!important;
}

.searchWrapper h2 {
    flex: 0 0 50%;
}

.btnContainer {
    padding: 0px 15px 15px;
}

.btnContainer div {
    padding: 10px;
}

.btnContainer a {
    padding: 5px;
}

.oemContainer img {
    max-height: 90px;
}

.typeContainer a {
    padding: 15px 5px;
}

.typeContainer h3 {
    font-size: 14px;
}

.slogan {
    margin-top: 0px;
}

#main-nav {
    margin-top: 0;
}

.navbar-nav {
    justify-content: space-between;
}

.navbar-nav {
    margin-right: 0;
}

#main-nav .nav > li > a {
    font-size: 12px;
    padding: 15px 5px;
}

a.homeVisible {
    font-size: 16px!important;
}

.homeSlider:after {
    height: 118%;
    right: 0;
}

.btnContainer a:before {
    top: 11px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 208px;
}

.footer-links a {
    flex: 0 0 17%;
}

.footerLogo {
    flex: 0 0 22%;
}

.inventory-container .vehicle .thumb {
    height: 244px;
    line-height: 243px;
}

.p-header h1 {
    font-size: 35px;
}

.featuredInventory .single-item-slider .slider-inner .item {
    width: 205px;
    padding: 0px 31px 35px;
    margin: 7px;
}

.footer-block ul {
    flex-wrap: wrap;
    justify-content: space-around;
}

.serviceEmployees > div {
    flex: 0 0 49%;
    margin: 8px 0;
}

.btnContainer h3 {
    font-size: 20px;
    line-height: 20px;
}

.btnContainer h5 {
    font-size: 16px;
}
}




@media (max-width: 767px) {
.headerContainer,
.container,
.footer-bottom,
.footer-container {
    width: 100%;
}

#content-container {
    margin-top: 186px;
}

.oemWrapper h2 {
    font-size: 9vw;
    width: 100%;
}

.footer-links {
    flex-flow: column;
}

.footer-links a {
    margin: 10px 0;
}

.footer-bottom {
    flex-flow: column;
    align-items: center;
}

.footerLabel {
    text-align: center;
}

.footer-bottom > div {
    margin-bottom: 25px;
}

.oemContainer {
    justify-content: space-around;
}

header.body {
    top: 62px;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

#main-nav .navbar-toggle {
    background-color: white;
    color: black;
}

.headerInfo .phone-text, 
.headerInfo > a:nth-child(2) > div,
.searchWrapper h2 span:before,
.searchWrapper h2 span:after {
    display: none;
}

.searchWrapper {
    text-align: center;
    flex-flow: column;
    padding: 25px 15px;
    background-color: rgb(0 0 0 / 86%);
    margin: 0 2%;
}

.searchWrapper h4 {
    font-size: 7vw;
}

.searchWrapper h2 {
    font-size: 13vw;
    margin: 0 0 15px;
}

.searchWrapper h2 span {
    font-size: 18vw;
    letter-spacing: 10px;
}

.headerContainer {
    justify-content: flex-start;
    position: relative;
    flex-wrap: wrap;
    align-items: flex-end;
}

.headerInfo {
    font-size: 24px;
    z-index: 3333;
    flex-flow: row;
    margin-left: 35px;
    flex: 0 0 20%;
    justify-content: flex-end;
}

.header-box {
    flex: 0 0 26%;
    max-width: 142px;
    z-index: 3333;
    order: 2;
}

.header-box img {
    max-width: 150px;
}

.headerContainer .slogan {
    flex: 0 0 100%;
    order: 1;
    margin-bottom: -32px;
}

.headerContainer .slogan h4 {
    font-size: 14px;
    margin: 0 auto 7px;
    text-align: right;
}

.headerContainer .slogan h4 span {
    font-size: 14px;
}

.navbar-nav {
    display: block;
}

#main-nav .nav > li > a {
    font-size: 16px;
    padding: 15px;
    text-shadow: 1px 1px 1px black;
}

#main-nav-collapse > ul > li:nth-child(5) {
    margin-left: 0;
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
}

.btnContainer {
    flex-flow: column;
    padding: 0 15px;
    margin-bottom: 45px;
}

.btnContainer h3 {
    font-size: 6vw;
    line-height: 6vw;
}

.btnContainer h3 span {
    display: inline-block;
}

.btnContainer h5 {
    margin-top: 9px;
    font-size: 3.5vw;
}

.btnContainer a:before {
    font-size: 5.6vw;
}

.btnContainer a {
    padding: 5px;
    margin: 9px 0;
}

.typeContainer {
    flex-wrap: wrap;
}

.typeContainer a {
    padding: 10% 2%;
    flex: 0 0 50%;
}

.typeContainer h3 {
    font-size: 3.8vw;
}

.single-item-slider .item-detail .price {
    bottom: 41px;
}

.single-item-slider .slider-inner .item {
    width: 215px;
    padding: 0px 31px 47px;
}

.searchSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/2ef579de-c1a0-459c-8e47-61ae31db848f/background-2.jpg);
    background-size: cover;
    background-position: center;
}

.pagerTop .k-pager-wrap {
    width: 93%;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 6vw;
    padding: 5px 10px;
}

.mapandhourstbl {
    margin: auto;
    text-align: left;
}

#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 {
    margin-bottom: 0;
}

.oemContainer a {
    padding: 4% 2%;
    flex: 0 0 25%;
}

.latestReviews .single-item-slider .slider-inner .item {
    padding: 0;
}

#main-nav {
    margin-top: -56px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.28) 21%,rgba(0,0,0,1) 100%);
}

.oemContainer {
    padding: 0;
}

.wbbContainer {
    flex-flow: column;
}

.wbbBanner {
    z-index: -1;
}

.serviceEmployees > div {
    flex: 0 0 100%;
}
}







