body {
    font-family: "hyperspace-race-cap-variable", 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: #000000 url(https://psmfirestorm.blob.core.windows.net/603afac8-dccd-4ced-adc4-d29b3ee8e387/dealership-background.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #000000 url(https://psmfirestorm.blob.core.windows.net/603afac8-dccd-4ced-adc4-d29b3ee8e387/dealership-background.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

a,
a.promo-link {
    color: #ff6600;
    transition: .3s;
}

a:focus, 
a:hover,
a.promo-link:hover {
    color: #ffffff;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 1500px) {
.container {
    width: 1470px;
}
}

.searchSection {
    margin-top: 0px!important;
    padding: 7% 0 11%;
    border: 20px solid black;
    border-top: none;
    position: relative;
}

.typeSection,
.btnSection {
    background-color: black;
    margin-top: 0!important;
}

.typeSection {
    padding-bottom: 2%;
}

.featuredSection {
    background-color: black;
    margin-top: 0!important;
    padding: 6% 0;
    position: relative;
}

.featuredSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/49a6f7af-0d49-4dee-9045-7f12a08d0c93/featured-back.jpg);
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    left: 0;
    top: 0;
    background-size: cover;
    position: absolute;
}

.bikeScroll {
    background-image: url(https://psmfirestorm.blob.core.windows.net/4f46e72c-29aa-450b-9cee-57afbada4d3a/Lone-Wolf-HD-Logo-scroll.png);
    background-size: cover;
    background-position: 0 0px;
    height: 100%;
    width: 100%;
}

.aboutSection {
    background-color: black;
    margin-top: 0!important;
    position: relative;
    padding: 8% 0;
}

.aboutSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/603afac8-dccd-4ced-adc4-d29b3ee8e387/dealership-background.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

.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(0 0 0 / 65%);
    padding: 15px;
}

#home-page {
    margin-top: -25px;
    margin-bottom: -25px;
}

#content-container {
    margin-bottom: 25px;
}







/* HEADER */

header.body {
    position: relative;
    z-index: 9;
    background-color: black;
}

.headerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
    align-items: center;
}

.headerContainer a.hdLogo img {
    max-width: 65px;
}

.headerLeft {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 333;
}

.headerLeft {
    display: flex;
    align-items: center;
}

.headerContact {
    margin-left: 25px;
}

.headerBtn {
    width: 30px;
    height: 30px;
    background-color: white;
    display: inline-block;
    color: black!important;
    text-align: center;
    border-radius: 50%;
    margin: 0 5px;
    font-size: 18px;
    padding: 4px 0;
}

.headerBtn:hover {
    border-radius: 0;
    background-color: #ff6600;
}

.headerSocial {
    position: relative;
    z-index: 333;
}






/* NAVIGATION */

#main-nav {
    margin-top: -131px;
}

.navbar-nav>li>a {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px black;
    padding: 53px 15px;
}

.nav>li>a:focus, 
.nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #ff6600;
}

.navbar-nav {
    float: none;
    margin: 0 34px 0 0;
    display: flex;
    justify-content: flex-end;
}

.dropdown-menu {
    background-color: black;
}

#main-nav li.dropdown.open ul {
    border-top-color: #ff6600;
}

.dropdown-menu>li>a {
    color: white;
    text-transform: uppercase;
}

#main-nav .dropdown-menu > li > a:hover, #main-nav .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #ff6600;
}

@media (min-width: 1200px) {
#main-nav .container {
    width: 1170px;
}
}









/* CONTENT */

.siteSearch {
    display: flex;
    width: 550px;
    margin: 0 auto 30px;
    border: 3px solid #f25a0d;
    position: relative;
}

.siteSearch:before {
    content: '';
    width: 50px;
    height: 15px;
    border: 3px solid white;
    position: absolute;
    bottom: -5px;
    left: -5px;
    border-top: transparent;
    border-right: transparent;
    transition: 2s cubic-bezier(0.68, -0.55, 0.27, 1.55) all;
}

.siteSearch:after {
    content: '';
    width: 18px;
    height: 34px;
    border: 3px solid white;
    border-left: transparent;
    border-bottom: transparent;
    position: absolute;
    right: -5px;
    top: -5px;
    transition: 2s cubic-bezier(0.68, -0.55, 0.27, 1.55) all;
}

.siteSearch:hover:before, 
.siteSearch:hover:after {
    width: 555px;
    height: 50px;
}

.siteSearch .form-control {
    border-radius: 0;
    border: none;
    padding: 21px;
    margin: 0;
    background-color: black;
    color: white;
    position: relative;
    z-index: 4;
}

.siteSearch .btn-primary {
    border-radius: 0;
    color: black;
    background-color: rgb(242, 90, 13);
    border: none;
    font-size: 16px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.familyContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -90px;
}

.familyblock {
    flex: 0 0 20%;
    padding: 0 10px 10px;
}

.familyblock h3 {
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    width: max-content;
    margin: 10px auto;
    padding: 8px 9px 4px;
}

.familyblock h3:after {
    content: '';
    width: 35px;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 2px solid white;
    border-top: transparent;
    border-right: none;
    transition: .3s;
}

.familyblock:hover h3:after {
    width: 100%;
    height: 100%;
    border: 2px solid white;
}

.familyblock img {
    transition: .3s;
}

.familyblock:hover img {
    transform: translateY(-10px);
}

.btnContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 10px solid black;
}

.btnContainer a {
    flex: 0 0 50%;
    text-align: center;
    position: relative;
    z-index: 2;
    height: 45vh;
    border: 10px solid black;
    overflow: hidden;
}

.btnContainer a:before {
    content: '';
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    filter: grayscale(1) opacity(0.5);
    background-position: center;
    transition: .4s;
}

.btnContainer a:hover:before {
    filter: grayscale(0) opacity(1);
    transform: scale(1.25);
}

.btnContainer a:nth-child(1):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/63cc8312-cb39-4260-93d7-a220641527ae/button-1.jpg);
}

.btnContainer a:nth-child(2):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/0475eefe-8dd2-4009-81ee-431a4da74228/button-2.jpg);
}

.btnContainer a:nth-child(3):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/33fdb5cb-9895-486c-90e9-b78644723762/button-3.jpg);
}

.btnContainer a:nth-child(4):before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/515ae421-cc03-42da-adb7-3ef7b4dfb14a/button-4.jpg);
}

.btnContainer h3 {
    text-transform: uppercase;
    font-size: 3.5vw;
    margin: 0;
    text-shadow: 2px 2px 2px black;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.btnContainer h3 span {
    display: block;
    font-size: 3vw;
}

.homeWelcome {
    text-align: center;
}

.homeWelcome span {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 4px;
    color: #d2d2d2;
}

.homeWelcome h1 {
    margin-top: 6px;
    font-size: 45px;
    color: #ff6600;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 48%);
}

.p-header {
    height: 225px;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    left: 50%;
    margin: 0;
    bottom: 0px;
    font-size: 65px;
    color: white;
    transform: translateX(-50%);
    width: max-content;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 72%);
}

.p-header:before {
    content: '';
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%,rgb(0 0 0 / 50%) 100%);
    height: 87%;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.mapWrapper {
    position: relative;
    padding-bottom: 83%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapText h1 {
    font-size: 29px;
    margin-top: 0;
}

.mapandhourstbl td:first-child {
    padding-right: 15px;
}

#employees-team-page h1.page-title {
    text-align: center;
    font-size: 50px;
}

.department-container .department {
    padding: 20px 0;
    background: transparent;
}

.department .title {
    background: #000;
    box-shadow: 0 0 7px black;
    border: 1px solid gray;
    border-radius: 8px;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.anniversaryWrapper {
    background-color: white;
    padding: 15px;
    color: black;
}

.anniversaryWrapper h1 {
    margin-top: 0;
}

.anniversaryWrapper h2 {
    margin: 0;
}

.anniversaryWrapper > div:nth-child(2) {
    text-align: center;
}

.anniversaryContainer {
    display: flex;
    flex-wrap: wrap;
}

.anniversaryContainer > div {
    flex: 0 0 50%;
    padding: 15px;
    text-align: center;
}

.anniversaryContainer .btn-primary {
    margin: 10px 0;
}


@media (max-width: 767px) {
.anniversaryContainer {
    flex-flow: column;
}
}

.sectionFour h3 {
    color: black!important;
}

.sectionFive p {
    color: white!important;
}

.sectionSeven p {
    color: white!important;
}

.mcVideo {
    margin: 25px 0 5px;
}

.mcBlock {
    display: flex;
}

.mcCollections > div:nth-child(even) {
    flex-flow: row-reverse;
}

.mcBlock > div {
    padding: 15px;
}

.aboutFlex {
    display: flex;
    font-size: 20px;
}

.aboutFlex img {
    max-width: 450px;
    margin-left: 15px;
}

.aboutFlex2 {
    float: left;
    margin: 25px 25px 25px 0;
    font-size: 20px;
    display: flex;
    flex-flow: column;
    width: 30%;
}

.aboutFlex2 img {
    width: 585px;
    margin-bottom: 15px;
}

.awardContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0;
}

.awardContainer > div {
    flex: 0 0 15%;
}

.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: #2a2a2a;
    border-color: #cccccc;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ff6600;
}

.k-pager-wrap .k-link:hover {
    color: #ff6600;
}

.charityFlex {
    display: flex;
    justify-content: space-around;
}

.charityFlex div {
    flex: 0 0 39%;
    margin: 25px 0;
}

.videoWrapper.charityVideo {
    width: 35%;
    margin: auto;
    padding-bottom: 44%;
}

.homeSlider {
    margin-top: 45px;
}

.slideContainer {
    display: flex;
    flex-flow: row wrap;
    display: -ms-flexbox;
    -ms-flex-flow: row;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    margin: 25px 0;
}


.slideContainer > div {
	flex: 0 0 50%;
	transition: .3s;
}

.slideContainer > div:hover {
    filter: opacity(0.5);
}

.thumbs {
    padding: 5px;
    cursor: pointer;
}
.thumbs img, 
#largeView img {
	border: 2px #ff6600 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) {
	.slideContainer > div {
		flex: 0 0 25%;
		-ms-flex: 0 0 auto;
	}
	#largeView {
		width: 50%;
		left: 25%;
		top: 10vh;
	}
}



/* RIDING ACADEMY */

.raMain {
    background-color: white;
    font-family: 'DINPro', sans-serif;
    color: black;
}

.raMain .hero {
    width: 100%;
}

.raMain a {
    background-color: #ff6600;
    color: white;
    font-weight: 700;
    padding: 10px 25px;
    position: relative;
    display: inline-block;
    margin: 10px 0;
    font-size: 20px;
    font-family: 'DINPro-Bold', sans-serif;
    text-transform: uppercase;
    transition: .3s;
}

.raMain a:hover {
    color: black;
}

.raMain .panelFAQ {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.RAsectionOne,
.RAsectionFive,
.RAsectionNine {
    padding: 30px 15px;
}

.RAsectionOne,
.RAsectionFive {
    background-color: #dedede;
}

.RAsectionOne,
.RAsectionNine h3 {
    text-align: center;
}

.raMain h1, 
.raMain h2, 
.raMain h3,
.raMain h4 {
    font-family: 'DinPro-Bold', sans-serif;
}

.raMain .panelFAQ p {
    font-family: 'DINPro', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.RAsectionOne h1 {
    margin-top: 0;
}

.RAsectionTwo > div,
.RAsectionFour,
.RAsectionFive,
.RAsectionSix,
.RAsectionSeven,
.RAsectionEight {
    display: flex;
    justify-content: space-between;
}

.RAsectionTwo div,
.RAsectionFour div,
.RAsectionFive div,
.RAsectionSix div,
.RAsectionSeven div,
.RAsectionEight div {
    padding: 15px;
}

.RAsectionTwo > div:nth-child(1) > div:nth-child(1),
.RAsectionSix > div:nth-child(1),
.RAsectionEight > div:nth-child(1) {
    flex: 0 0 50%;
    margin-right: 15px;
}

.RAsectionFour > div:nth-child(2),
.RAsectionSeven > div:nth-child(2) {
    flex: 0 0 50%;
    margin-left: 15px;
}

.raMain h1 {
    font-size: 40px;
}

.raMain h2 {
    font-size: 35px;
}

.raMain h3 {
    font-size: 30px;
    margin-top: 0;
}

.raMain h4 {
    font-size: 18px;
}

.raMain .videoWrapper {
    width: 100%;
    margin: 15px;
    flex: 0 0 47%;
    height: 100%;
    padding-bottom: 25%;
}

.raMain ul {
    list-style: square;
}

.RAsectionThree {
    text-align: center;
    padding: 30px;
}

.accordionRA {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    font-weight: 700;
    font-style: normal;
    position: relative;
    font-family: 'DINPro-Bold', sans-serif;
}

.accordionRA:after {
    content: '\f00d';
    font-family: 'FontAwesome';
    color: #ff6600;
    right: 15px;
    position: absolute;
    transform: rotate(45deg);
    transition: .3s;
}

.accordionRA.active:after {
    transform: rotate(0deg);
}

.raMain .accordionBlock {
    position: relative;
    display: block;
    padding: 10px;
}

.RAsectionNine .accordionBlock:before {
    display: none;
}



@media (max-width: 767px) {
.raMain h1 {
    font-size: 30px;
}

.RAsectionTwo > div:nth-child(1), 
.RAsectionFour, 
.RAsectionSix, 
.RAsectionEight {
    flex-flow: column-reverse;
}

.RAsectionTwo > div:nth-child(2),
.RAsectionFive,
.RAsectionSeven {
    flex-flow: column;
}

.RAsectionTwo > div:nth-child(1) > div:nth-child(1), .RAsectionSix > div:nth-child(1), .RAsectionEight > div:nth-child(1) {
    margin-right: 0;
}

.RAsectionFour > div:nth-child(2), .RAsectionSeven > div:nth-child(2) {
    margin-left: 0;
}

.raMain .videoWrapper {
    margin: 15px 0;
    padding-bottom: 51%;
}
}





/* FEATURED INVENTORY */

.single-item-slider .slider-outer {
    height: 355px;
}

.single-item-slider .slider-inner .item {
    width: 323px;
    margin: 0 11px;
}

.single-item-slider .img-container {
    height: 200px;
}

.single-item-slider .item-detail .name {
    color: black;
    text-transform: uppercase;
    line-height: 20px;
}

.single-item-slider .item-detail .price {
    font-size: 25px;
    padding: 10px 0;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
    background-color: #ff6600;
    bottom: 0;
    transition: .3s;
}

.single-item-slider a:hover .price {
    background-color: white;
}

.featuredInventory h2 {
    text-align: center;
    position: relative;
    font-size: 50px;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: 4px solid black;
}

.featuredInventory .single-item-slider .slider-control {
    font-size: 67px;
    padding: 86px 0px;
}






/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    background-color: white;
    border: 1px solid #cccccc;
    color: black;
}

#vdp-container .images-container {
    max-width: 100%;
}

#filters-box .panel-body li {
    color: #000;
}

.panel-heading .panel-toggle {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}

#vehicleList>div {
    margin: 5px 0;
    padding: 15px;
    transition: .3s;
}

#vehicleList>div:hover {
    transform: scale(1.05);
}

.vehicle-box {
    border: 1px solid #dddddd;
}

.inventory-container .vehicle .title {
    padding: 5px;
    border-top: 1px solid #dddddd;
}

.inventory-container .vehicle .title a {
    color: black;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    margin-top: 3px;
}

.inventory-container .vehicle .price {
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    background-color: #ff6600;
    color: black;
    padding: 7px 0px;
    transition: .3s;
    font-weight: 700;
}

#vehicleList>div:hover .price {
    color: #ffffff;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #dbdbdb;
}

#vdp-container #maincarousel .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#vehicleDetails .panel-body {
    background-color: black;
}

.seller-description {
    color: white;
}

#showroom .section-box .title {
    color: #000;
    font-size: 20px;
    font-weight: unset;
    text-shadow: none;
    text-transform: uppercase;
    border-top: 3px solid #ff6600;
}

#showroom .section-box {
    background-color: #ffffff;
}







/* FORMS */

.btn-primary {
    color: black;
    background-color: #ff6600;
    border-radius: 0;
    border: 3px solid #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0;
    transition: .3s;
    position: relative;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: auto;
    font-size: 20px;
    padding: 10px 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: #fff;
    background-color: #ff6600;
    border-color: #ff6600;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 10px;
}

.mainform {
    height: max-content;
    position: relative;
}

.mainform > div,
.inquiryformcontainer,
.locationBox {
    padding: 15px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/130dc8a4-0d17-447e-a08d-1149161af1de/form-background.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    box-shadow: 0 0 6px black;
}

.inquiryformcontainer,
.locationBox {
    padding: 0;
}

.wideform > div {
    background-image: url(https://psmfirestorm.blob.core.windows.net/49a6f7af-0d49-4dee-9045-7f12a08d0c93/featured-back.jpg);
}

.mainform label {
    margin-right: 10px;
}

.form-header-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 0;
    color: #ff6600;
}

.forms-title-section {
    margin-bottom: 4px;
}

.form-control {
    box-shadow: none;
    font-size: 14px!important;
    margin: 5px 0;
    background-color: rgb(0 0 0 / 51%);
    border: 1px solid rgb(123 123 123 / 26%);
    color: white;
}

.form-control:hover,
.form-control:focus {
    border-color: gray;
    background-color: black;
}

.form-control:focus {
    border-color: gray;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(255 255 255 / 60%);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(255 255 255 / 60%);
}

.customForm textarea, 
.customForm input, 
.customForm select {
    font-size: 14px!important;
    margin: 3px 0;
    border-radius: 4px;
    padding: 3px 10px;
    box-shadow: 0 0 3px black;
    background-color: rgb(0 0 0 / 51%);
    border: 1px solid rgb(123 123 123 / 0%);
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 130px;
}

.customForm [placeholder="Zip Code"] {
    width: 83px;
}

.customForm [placeholder="Phone"] {
    width: 123px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}

.customForm textarea {
    width: 100%;
}

.counterWrapper {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
#Form16488 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7),
#Form16489 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form16489 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form14735 > div:nth-child(1) > fieldset > div:nth-child(n+11):nth-child(-n+15),
#Form14735 > div:nth-child(1) > fieldset > div:nth-child(n+17):nth-child(-n+19),
#Form14735 > div:nth-child(1) > fieldset > div:nth-child(21) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form14735 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form16489 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form14735 > div:nth-child(1) > fieldset > div:nth-child(20) {
    padding: 0 5px;
}
}







/* FOOTER */

footer.body .outer-wrapper {
    background-color: #1d1d1d;
    color: #fff;
    text-align: center;
    padding: 10px;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #fff;
}

.footer-background {
    background-color: black;
    position: relative;
}

.footer-container {
    width: 1170px;
    margin: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 45px 15px;
    text-transform: uppercase;
    position: relative;
}

.footerBlock ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.footerBlock li {
    margin: 20px 32px;
    position: relative;
    font-size: 18px;
    font-weight: 700;
}

.footerBlock li:before {
    content: '\00BB';
    font-size: 18px;
    color: #eaeaea;
    padding-right: 5px;
    transition: .3s;
}

.footerBlock a:hover li:before {
    color: #000000;
}

.footerLogoContainer a {
    padding: 15px;
}

.footer-container .dealer-phone, 
.footerInfo > a:nth-child(2) {
    font-weight: 700;
    font-size: 30px;
    margin: 28px 0;
    display: block;
    text-align: center;
}

.footer-container .phone-text,
.footer-container .dealer-address {
    padding-left: 10px;
}

.footer-container .fa {
    color: #ffffff;
}

.footer-container .connect {
    display: flex;
    margin-bottom: 45px;
    align-items: center;
    width: 68%;
    justify-content: space-around;
}

.footerInfo {
    display: flex;
    justify-content: space-around;
    width: 100%;
    border: 2px solid #3b3b3b;
    border-right: none;
    border-left: none;
    margin: 13px 0 32px;
}

.social {
    display: flex;
    text-align: center;
}

.social a {
    font-size: 22px;
    color: white;
    padding: 13px;
}

.social a:hover {
    color: #ff6600;
}

.footerBtm {
    display: flex;
    justify-content: space-between;
    width: 650px;
    align-items: center;
}









/* 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 */






@media (max-width: 1499px) {
.headerContainer {
    width: 1170px;
}

.headerContainer {
    justify-content: center;
    padding: 0;
}

.headerLeft {
    display: flex;
    align-items: center;
    margin-right: 7px;
}

#main-nav {
    margin-top: 0;
}

.navbar-nav {
    margin: 0;
    justify-content: space-around;
}

.navbar-nav>li>a {
    padding: 15px;
}

.familyblock h3 {
    font-size: 15px;
    padding: 8px 6px 4px;
}

.single-item-slider .slider-inner .item {
    width: 338px;
}

.p-header h1 {
    font-size: 55px;
}

.p-header {
    height: 200px;
}

.inventory-container .vehicle .price {
    font-size: 21px;
}

.mapWrapper {
    padding-bottom: 105%;
}
}





@media (max-width: 1199px) {
.headerContainer,
.footer-container {
    width: 970px;
}

.familyContainer {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: -100px;
}

.familyblock {
    flex: 0 0 32%;
}

.familyblock h3 {
    font-size: 17px;
    padding: 8px 6px 4px;
}

.featuredInventory .single-item-slider .slider-control {
    font-size: 50px;
    padding: 80px 0px;
}

.single-item-slider .img-container {
    height: 172px;
}

.single-item-slider .item-detail .price {
    font-size: 21px;
}

.single-item-slider .slider-inner .item {
    width: 277px;
    margin: 0 0 0 14px;
}

.inventory-container .vehicle .price {
    font-size: 18px;
}

.mapWrapper {
    padding-bottom: 129%;
}
}





@media (max-width: 991px) {
.headerContainer,
.footer-container {
    width: 740px;
}

.single-item-slider .slider-inner .item {
    width: 315px;
}

.bikeScroll {
    background-position: center!important;
    height: 250px;
}

.footerBlock li {
    margin: 20px 13px;
}

.footerInfo {
    flex-flow: column;
    margin: 13px 0;
}

.siteSearch-M input {
    background-color: #4c4c4c;
}

.inventory-container .vehicle .price {
    font-size: 24px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}
}





@media (max-width: 767px) {
.headerContainer,
.footer-container,
.siteSearch,
.footerBtm {
    width: 100%;
}

.headerContainer {
    flex-flow: column;
}

.headerLeft {
    margin: 0;
}

.headerLogo a:nth-child(1) img {
    max-width: 160px;
}

.headerContainer a.hdLogo img {
    max-width: 50px;
}

.headerSocial {
    width: 75%;
    padding: 15px 0 0 15px;
    margin-right: auto;
}

#main-nav {
    margin-top: -43px;
}

.navbar-nav {
    display: block;
}

.familyblock {
    flex: 0 0 100%;
    padding: 15px;
}

.searchSection {
    padding: 2% 0 29%;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 9vw;
    left: 15px;
    transform: none;
}

.p-header h1 span {
    display: block;
}

.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;
}

.footerBlock ul {
    flex-flow: column;
}

.footer-container .dealer-phone, 
.footerInfo > a:nth-child(2) {
    font-size: 24px;
}

.footer-container .phone-text, 
.footer-container .dealer-address {
    padding-left: 0;
    display: block;
}

.inventory-container .vehicle .price.not-itemized {
    font-size: 24px;
}

.footerBtm {
    flex-flow: column;
}

.pagerTop .k-pager-wrap {
    width: 90%;
}

.form-header-text {
    font-size: 26px;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0px;
}

.mapandhourstbl {
    margin: auto;
    text-align: left;
}

.searchSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/603afac8-dccd-4ced-adc4-d29b3ee8e387/dealership-background.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.mcBlock {
    flex-flow: column;
    border-bottom: 1px solid #616161;
}

.mcCollections > div:nth-child(even) {
    flex-flow: column;
}

.aboutFlex {
    flex-flow: column;
}

.aboutFlex2 {
    float: none;
    width: 100%;
}

.awardContainer > div {
    flex: 0 0 48%;
    margin: 10px 0;
}

.awardContainer {
    flex-wrap: wrap;
}

.btnContainer h3 {
    font-size: 5.5vw;
}

.btnContainer h3 span {
    display: block;
    font-size: 4vw;
}

.featuredInventory h2 {
    font-size: 45px;
}

.featuredInventory .single-item-slider .slider-control {
    font-size: 40px;
    padding: 70px 0px;
}

.single-item-slider .img-container {
    height: 120px;
}

.single-item-slider .slider-inner .item {
    width: 214px;
    margin: 0 14px 0 0;
}

.single-item-slider .item-detail .price {
    font-size: 18px;
}

.single-item-slider .slider-outer {
    height: 280px;
}

.homeSlider {
    margin-top: 45px;
}
}







