body {
    font-family: 'Montserrat', 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: #cccccc url(https://psmfirestorm.blob.core.windows.net/6b772f20-079e-4435-b64b-89ee84253ca2/background-2.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/6b772f20-079e-4435-b64b-89ee84253ca2/background-2.jpg) no-repeat center bottom;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Suez One', sans-serif;
    font-weight: 100;
}

a {
    color: #ffffff;
    transition: .3s;
    font-weight: 700;
}

a:focus, a:hover {
    color: #ff6600;
    text-decoration: none;
}

.aboutSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/8bc02eff-c50b-4bd4-b5fb-b95af30c5be9/Burnout.jpg);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #000000;
    overflow: hidden;
    position: relative;
    margin-top: 0!important;
}

.featuredSection {
    margin-top: 0!important;
    background-image: url(https://psmfirestorm.blob.core.windows.net/d6684e0c-f7b4-4e0d-92d2-2c987b6c616f/red-deer-picture.jpg);
    background-size: cover;
    padding: 0% 0 20%;
    background-position: 50% 0%;
}

.reviewsSection {
    background-color: #161616;
    margin-top: 0!important;
    padding: 30px 0;
}

.sliderSection {
    background-color: black;
    margin-top: 0!important;
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom {
    background-color: rgb(0 0 0 / 73%);
    padding: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 80%);
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}

.breadcrumb {
    background-color: #000000;
}

#home-page #section-1 {
    background-image: url(https://psmfirestorm.blob.core.windows.net/6b772f20-079e-4435-b64b-89ee84253ca2/background-2.jpg);
    background-size: cover;
    background-position: bottom;
    margin-top: -20%;
    padding-top: 20%;
}

.btnSection {
    margin-top: 0!important;
}

.av_modal__button.av_event__attached {
    max-width: 100%!important;
    margin-bottom: 25px;
}








/* HEADER */

header.body {
    background: linear-gradient(rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    position: relative;
    z-index: 5;
}

.headerContainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: flex-start;
    text-transform: uppercase;
}

.headerLogo {
    flex: 0 0 15%;
}

.headerBlock {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.headerContainer .dealer-address {
    padding-right: 5px;
    border-right: 1px solid gray;
}

.headerContainer .dealer-city {
    padding-left: 5px;
}

.headerContainer .dealer-address {
    padding-top: 4px;
    display: inline-block;
}

.headerBlock .dealer-phone {
    font-weight: 700;
    padding: 0 20px;
    font-size: 20px;
}

.headerBlock .dealer-phone .fa-mobile {
    padding-right: 4px;
    color: #a7a7a7;
}

.headerSocial {
    display: flex;
    justify-content: space-around;
}

.headerSocial a {
    padding: 2px 5px;
    font-size: 18px;
}

a.headerAddress {
    font-weight: 100;
}







/* NAVIGATION */

#main-nav {
    margin-top: -56px;
}

@media (min-width: 768px) {
.navbar-nav {
    float: right;
    margin: 0;
}
}

.navbar-nav>li>a {
    /* text-transform: uppercase; */
    padding: 20px;
    font-family: 'Suez One', serif;
    font-size: 18px;
    text-shadow: 1px 1px 1px black;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #feb700;
}





/* CONTENT */

.buttonContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 3px solid #ff6600;
    border-bottom: 3px solid #ff6600;
}

.buttonContainer a {
    background-color: black;
    flex: 0 0 20%;
    padding: 2% 1%;
    position: relative;
    overflow: hidden;
    border-right: 3px solid #ff6600;
    text-align: center;
}

.buttonContainer a:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #ff6600;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    bottom: -10px;
    transition: .3s;
}

.buttonContainer a:hover:before {
    transform: rotate(0deg);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.buttonText {
    position: relative;
    z-index: 3;
}

.buttonContainer a:last-child {
    border: none;
}

.buttonText h2 {
    margin: 0;
    font-size: 2vw;
    transition: .3s;
}

.buttonContainer a:hover h2 {
    color: black;
}

.buttonText span {
    text-transform: uppercase;
    color: #9c9c9c;
    font-size: 1vw;
}

.homeAbout {
    padding: 2% 1%;
    width: 681px;
    position: relative;
    margin-left: 8%;
}

.homeAbout .dealer-name {
    margin-top: 0;
    color: #484848;
    position: absolute;
    left: -58%;
    transform: rotate(90deg) translateX(28%);
    top: 2%;
    font-size: 65px;
    text-align: center;
    width: 95%;
    line-height: 51px;
}

.homeAbout p span {
    font-weight: 900;
}

.hMapWrapper {
    position: relative;
    padding-bottom: 150px;
    margin-top: -30px;
}

.hMapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.siteSearch {
    width: 600px;
    margin: 140px auto;
    display: flex;
    box-shadow: 0 0 50px black;
}

.siteSearch .form-control {
    background-color: black;
    color: white;
    padding: 23px 10px;
    border: 3px solid #ff6600;
    border-radius: 0;
    border-right: none;
    margin: 0;
}

.siteSearch .form-control:hover {
    border-color: #ff6600;
}

.siteSearch button {
    background-color: black;
    border: 3px solid #ff6600;
    color: white;
    border-left: none;
    font-size: 27px;
}

.finPic {
    float: right;
    padding: 0 0 10px 10px;
}

.jumbotron {
    background-color: #000000!important;
    color: white!important;
}

#creditAppForm section {
    background: #000000!important;
}

.p-header {
    position: relative;
    border: 3px solid #ff6600;
    margin-bottom: 25px;
    height: 250px;
}

@media (min-width: 1200px) {
.race-header {
    height: 315px;
}
}

.p-header img {
    object-fit: cover;
    width: 100%;
}

.p-header h1 {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid #ff6600;
    border-bottom: none;
    padding: 10px;
    background-color: black;
    text-transform: uppercase;
    font-size: 43px;
    width: max-content;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ff6600;
}

.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: #e6e6e6;
    border-color: #cccccc;
}

.mapandhourstbl {
    margin-bottom: 45px;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 105%;
    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;
}

.department-container {
    margin-top: 0;
}

.employees-container p {
    font-size: 10px;
}

#employees-team-page .page-title {
    font-size: 50px!important;
    text-align: center;
    margin-bottom: 0;
}

.department-container .department {
    background: #000;
}

.department .title {
    border: 1px solid #ededed;
    background: #ffffff;
    color: black;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.department .employee {
    padding: 2px;
}

.photo {
    height: 270px;
    width: 100%;
}

.photo img {
    width: 100%!important;
    object-fit: cover;
    object-position: top;
    height: 100%;
}

.partsBtns,
.mcBtns,
.hogBtns,
.vipBtns {
    display: flex;
    justify-content: space-around;
}

.mcList {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.mcList li {
    flex: 1 0 50%;
    padding: 10px;
}

.mcPic {
    margin-bottom: 25px;
}

.mcPic img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.hogList {
    display: flex;
    flex-wrap: wrap;
}

.hogList li {
    flex: 0 0 33.33%;
}

.financeWrapper {
    width: 40%;
    float: left;
    padding: 15px;
    background-color: black;
    margin: 0 10px 10px 0;
}

.tipsContainer {
    display: flex;
    flex-wrap: wrap;
}

.tipsContainer div {
    flex: 1 0 50%;
    padding: 10px;
}

.partsVideo {
    margin-top: 25px;
}

.sellerAssistContainer {
    display: flex;
    justify-content: space-between;
}

.sellerAssistContainer div:nth-child(1) {
    flex: 0 0 67%;
}

.popup-widget {
    color: black;
}

.department-collapse {
    display: block;
}



/* SERIAL 1 */

.serialWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.serialWrapper > div {
    flex: 0 0 48%;
    border: 5px solid #585858;
    position: relative;
    margin: 10px;
}

.serialContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.serialContainer img {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.serialContainer h3 {
    margin: 10px 15px;
    font-size: 33px;
    padding: 0 10px 3px;
    border-bottom: 1px solid gray;
    width: max-content;
    color: white;
}

.serialBottomWrapper {
    display: flex;
    flex-wrap: wrap;
}

.serialBottomWrapper div {
    flex: 0 0 33.33%;
}

h2.serialMain {
    text-align: center;
    font-size: 40px;
}

img.serialLogo {
    display: block;
    width: 17%;
    margin: 30px auto;
    filter: invert(1);
}




@media (max-width: 1199px) {
.serialWrapper > div {
    flex: 0 0 47%;
    border: 5px solid #585858;
    position: relative;
    margin: 10px;
}

h2.serialMain {
    text-align: center;
    font-size: 36px;
}
}


@media (max-width: 767px) {
h2.serialMain {
    font-size: 6vw;
}

.serialWrapper > div {
    flex: 0 0 48%;
    border: 3px solid #585858;
    position: relative;
    margin: 1%;
}

.serialContainer h3 {
    margin: 2% 1%;
    font-size: 3vw;
    padding: 1% 2%; 
}

.serialContainer img {
    right: 2%;
    bottom: 3%;
    width: 20%;
}

img.serialLogo {
    width: 30%;
}

.serialBottomWrapper div {
    flex: 0 0 50%;
}
}





/* H-D EVENTS */

/* H-D EVENTS */

.eventsInfo {
    margin-bottom: 25px;
}

.eventform {
    position: relative;
}

.eventform:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/ee08a185-c8fe-4816-ba25-a435fc258564/gift.png);
    width: 100%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    margin-top: 15px;
    position: absolute;
    right: -44%;
    top: 0;
}

.eventform .forms-text-section {
    font-size: 12px;
    font-style: normal;
}

.eventform .form-header-text {
    font-size: 23px;
}

.wwp img {
    max-width: 700px;
    margin-top: 15px;
    width: 100%;
}

.eventsHeader {
    position: relative;
    height: 400px;
    margin-bottom: 15px;
}

.eventsHeader img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.35);
}

.eventsHeader div {
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: rgb(0 0 0 / 59%);
    padding: 15px;
    text-shadow: 1px 1px 1px black;
    width: 60%;
}

.eventsHeader h1 {
    font-size: 2rem;
    position: relative;
    margin-top: 0;
}

.eventsHeader h1:before {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #ff6600;
    position: absolute;
    left: 50%;
    bottom: -1.1rem;
    transform: translateX(-50%);
}

.eventsHeader h3 {
    text-transform: uppercase;
    font-size: 3.5rem;
    margin-bottom: 0;
}

.eventGiveaway {
    vertical-align: unset;
    display: flex;
    align-items: center;
    margin: 15px auto;
}

.eventGiveaway > div:nth-child(2) {
    margin-left: 15px;
    flex: 0 0 46%;
}

.eventsInfo li {
    list-style: none;
    position: relative;
    font-size: 18px;
    margin-bottom: 15px;
}

.eventsInfo li:before {
    content: '';
    width: 25px;
    height: 3px;
    background-color: #ff6600;
    position: absolute;
    left: -30px;
    top: 10px;
}

.eventsInfo .wwp {
    text-align: center;
    padding: 15px;
    background-color: #262626;
}

.eventsInfo .wwp img {
    padding: 15px 15px 0;
    max-width: 300px;
    display: block;
    margin: auto;
}

.eventDisclaimers {
    font-size: 12px;
}

.eventHeaderBottom {
    text-align: center;
    margin: 60px 0;
}

.eventsInfo ul {
    margin-bottom: 30px;
}



@media (max-width: 1499px) {
.eventsHeader {
    height: 350px;
}
}



@media (max-width: 1199px) {
.eventsHeader {
    height: 300px;
}

.eventform:after {
    right: -52%;
}
}



@media (max-width: 991px) {
.eventGiveaway > div:nth-child(2) {
    flex: 0 0 55%;
}

.eventsHeader {
    height: 250px;
}

.eventsHeader div {
    width: 80%;
}

.eventform:after {
    right: 100%;
    top: unset;
    bottom: 12%;
}
}




@media (max-width: 767px) {
.eventGiveaway {
    flex-flow: column;
}

.eventGiveaway > div:nth-child(2) {
    margin-left: 0;
}

.eventsHeader {
    position: relative;
    height: 100%;
}

.eventsHeader div {
    width: 96%;
}

.eventsHeader h3 {
    font-size: 1.5rem;
}

.eventsHeader h1 {
    font-size: 1rem;
}

.eventform:after {
    right: 0;
    top: unset;
    position: relative;
    background-position: center;
}
}





.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%;
	transition: .3s;
}
.slideContainer > div:hover {
    filter: brightness(0.5);
}
.thumbs {
	padding: 15px;
	cursor: pointer;
}
.thumbs img, 
#largeView img {
    border: 2px #ff6600 solid;
}
#largeView img {
    max-height: 85vh;
}
#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;
    text-align: center;
}
@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;
	}
}





/* STEELCORE */

#steelcore h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
}

#steelcore h2 span {
    display: block;
    text-transform: none;
    font-size: 30px;
}

#steelcore .infoContainer {
    background-color: white;
    color: black;
    margin-bottom: 25px;
}

#steelcore .infoContainer > div > div {
    padding: 0 15px;
}

#steelcore .infoContainer > div {
    display: flex;
    align-items: center;
}

#steelcore .infoContainer > div > div:nth-child(1) {
    flex: 0 0 70%;
}

#steelcore .infoContainer > div:nth-child(even) {
    flex-flow: row-reverse;
}

#steelcore .infoContainer2 {
    display: flex;
    margin-top: 25px;
    justify-content: space-between;
}

#steelcore .infoContainer2 > div {
    flex: 0 0 32.5%;
    background-color: black;
    padding: 10px;
}

#steelcore .infoContainer2 h4 {
    margin-bottom: 0;
}

#steelcore .infoContainer2 p {
    font-style: italic;
}

@media (max-width: 767px) {
#steelcore .infoContainer > div {
    flex-flow: column!important;
    position: relative;
}

#steelcore .infoContainer > div:before {
    content: '';
    width: 93%;
    height: 1px;
    background-color: gray;
}

#steelcore .infoContainer > div:nth-child(3):after {
    display: none;
}

#steelcore .infoContainer2 {
    flex-flow: column;
}

#steelcore .infoContainer2 > div {
    margin: 10px 0;
}
}








/* FEATURED INVENTORY */

.featuredInventory h2, 
.latestReviews h2 {
    display: none;
}

.featTextWrap, 
.lrTextWrap {
    text-align: center;
}

.featTextWrap h3, 
.lrTextWrap h3 {
    font-size: 40px;
}

.featTextWrap h3 {
    color: black;
}

.featTextWrap h3 span, 
.lrTextWrap h3 span {
    display: block;
    font-size: 45px;
}

.featTextWrap a, 
.lrTextWrap a {
    text-transform: uppercase;
    background-color: black;
    padding: 10px;
    border: 3px solid #ff6600;
    margin-top: 16px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.featTextWrap a:before, 
.lrTextWrap a:before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #ff6600;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    bottom: -10px;
}

.single-item-slider .slider-outer {
    height: 267px;
    margin-top: 30px;
}

.single-item-slider .slider-inner .item {
    width: 248px;
    border-radius: 0;
}

.single-item-slider .item .item-inner {
    padding-bottom: 11%;
    border-radius: 0px;
}

.single-item-slider .img-container {
    height: 145px;
    border-radius: 0;
}

.single-item-slider .item-detail .name {
    font-size: 14px;
    line-height: 19px;
}

.single-item-slider .item-detail .price {
    font-size: 19px;
    padding: 0 2%;
    font-weight: 900;
    text-transform: uppercase;
    bottom: 0;
}

.single-item-slider .item:not(:last-child) {
    margin-right: 23px;
}

.widget-Reviews .single-item-slider .img-container {
    height: 75px;
    display: none;
}

.acidjs-rating-stars label::before, .review-widget-star::before {
    font-size: 13px;
}

.single-item-slider .item {
    background-color: rgb(0 0 0);
    border: 3px solid;
}

.review-comments {
    color: #fff;
    font-size: 14px;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 17em;
    border: none;
}

.widget-Reviews .single-item-slider .item .item-inner {
    padding: 45px 5px 15px;
}






/* INVENTORY */

.inventory-container .vehicle .thumb {
    background-color: #000;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #ffffff;
    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: 19px;
    padding-right: 0;
    text-transform: uppercase;
    text-align: center;
    background-color: #ffffff;
    margin: auto;
    padding: 2px 10px;
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    border: 3px solid #ff6600;
    color: black;
    font-weight: 100;
    font-family: 'Suez One';
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid #ffffff;
}

.inventory-container .vehicle:hover {
    background-color: #ffffff;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    min-height: 50px;
}

.inventory-container .vehicle .title {
    padding: 10px 5px 28px;
    background-color: black;
}

.inventory-container .vehicle .title a {
    color: white;
    font-weight: 100;
}

.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;
}









/* FORMS */

.btn-primary {
    text-transform: uppercase;
    color: #fff;
    background-color: #000000;
    border: 3px solid #ff6600;
    border-radius: 0;
    position: relative;
    padding: 10px;
    overflow: hidden;
    margin-top: 10px;
    z-index: 3;
}

.btn-primary:before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #ff6600;
    position: absolute;
    bottom: -15px;
    transform: rotate(45deg) translateX(-50%);
    left: 50%;
    transition: .3s;
    z-index: -1;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: auto;
}

.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: #000000;
    border-color: #ff6600;
}

.btn-primary:hover:before {
    transform: rotate(0deg);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}





.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #000000;
    padding: 10px;
    box-shadow: 0 0 5px black;
    background-size: cover;
    color: white;
    border: 3px solid #ff6600;
    overflow: hidden;
}

.form-header-text {
    font-family: 'Suez One';
    text-transform: uppercase;
    text-align: center;
    font-size: 27px;
    margin-bottom: 4px;
    color: #ffffff;
    position: relative;
}

.form-header-text:before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #ff6600;
    position: absolute;
    transform: rotate(45deg) translateX(-50%);
    left: 50%;
    top: -15px;
}

.form-control {
    border-radius: 0;
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid white;
    box-shadow: none;
    transition: .3s;
}

.form-control:hover {
    border-color: #bbbbbb;
}


.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.field-validation-valid {
    color: black;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 10px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #000000;
    color: white;
    border: 3px solid #ff6600;
    overflow: hidden;
}

#VehicleInquiryContainer {
    padding: 10px;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 95px;
}

.customForm [placeholder="Zip Code"] {
    width: 77px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea,
.customForm select {
    font-size: 14px!important;
    border: none;
    margin: 5px 0;
    padding: 2px 7px;
    color: black;
}

label {
    font-weight: 100;
}

/*
.customForm input::-moz-placeholder,
.customForm textarea::-moz-placeholder,
.customForm select::-moz-placeholder {
    color: #000;
}
.customForm input::-ms-input-placeholder,
.customForm textarea::-ms-input-placeholder,
.customForm select::-ms-input-placeholder {
    color: #000;
}
.customForm input::-webkit-input-placeholder,
.customForm textarea::-webkit-input-placeholder,
.customForm select::-webkit-input-placeholder {
    color: #000;
}
*/

.customForm textarea {
    width: 100%;
}

.customForm select {
    border: none;
    padding: 2px 3px;
    font-size: 14px;
    color: black;
}

@media (min-width: 768px) {
#Form1631 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1633 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1634 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1631 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1633 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1637 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+12),
#Form2821 > div:nth-child(1) > fieldset > div:nth-child(n+6):nth-child(-n+12),
#Form2821 > div:nth-child(1) > fieldset > div:nth-child(n+13) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form1637 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5), 
#Form2821 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form1631 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1633 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1634 > div:nth-child(1) > fieldset > div:nth-child(n+6),
#Form1637 > div:nth-child(1) > fieldset > div:nth-child(n+13):nth-child(-n+15),
#Form2821 > div:nth-child(1) > fieldset > div:nth-child(12) {
    padding: 0 5px;
}

#Form1637 > div:nth-child(1) > fieldset > div:nth-child(16) > div > div {
    display: flex;
    justify-content: space-around;
}
}

.mcform {
    margin-bottom: 25px;
}








/* FOOTER */

footer.body {
    font-family: Arial,sans-serif;
    font-size: 13px;
    position: relative;
}

footer.body .outer-wrapper {
    background-color: #0f0f0f;
    color: #fff;
}

footer.body .copyright .wrapper {
    font-size: 12px;
    padding: 20px;
    text-align: center;
    color: gray;
}

.footerbackground {
    background-color: black;
    border-top: 3px solid #ff6600;
}

.footercontainer {
    width: 1480px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    line-height: 28px;
    flex-flow: column;
    align-items: center;
}

.footercontainer a {
    font-weight: 100;
}

.footerTop {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.footerBtm {
    margin-top: 45px;
    border: 3px solid grey;
    border-bottom: none;
    padding: 15px 55px;
    align-self: flex-start;
}

.footerblock .dealer-address {
    display: block;
}

.footerblock .dealer-phone {
    display: block;
    font-weight: 900;
    font-size: 23px;
}

.footertable td:first-child {
    padding-right: 10px;
    font-weight: 900;
}

.footerblock h3 {
    border-bottom: 3px solid gray;
}

.footerblock ul {
    list-style: none;
    padding: 0;
}

.footersocial {
    display: flex;
    justify-content: space-around;
}

.footersocial a {
    font-size: 20px;
}





/* BREAKPOINTS */

@media (max-width: 1499px) {
.footercontainer {
    width: 1180px;
}
}



@media (max-width: 1199px) {
.headerContainer,
.footercontainer {
    width: 970px;
}

.navbar-nav>li>a {
    padding: 20px 10px;
    font-size: 16px;
}

.single-item-slider .slider-inner .item {
    width: 263px;
}

.homeAbout {
    margin: auto;
}

footer.body .copyright .wrapper {
    width: 500px;
}

.footerBtm {
    margin-top: 30px;
    padding: 6px 15px;
}

.inventory-container .vehicle .price {
    font-size: 16px;
}
}



@media (max-width: 991px) {
.headerContainer, 
.footercontainer {
    width: 748px;
}

#main-nav .nav>li>a {
    padding-left: 7px;
    padding-right: 7px;
}

.headerBlock {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.single-item-slider .slider-inner .item {
    width: 280px;
}

.footerTop {
    flex-flow: column;
    align-items: center;
    text-align: center;
}

.footerblock {
    margin: 15px 0;
}

.homeAbout {
    margin-left: 13%;
    width: 646px;
}

.footerBtm {
    align-self: center;
}

footer.body .copyright .wrapper {
    position: relative;
    text-align: center;
    width: 100%;
}

.siteSearch {
    margin: 60px auto;
}

.p-header {
    height: 210px;
}

.p-header h1 {
    font-size: 35px;
}
}




@media (max-width: 767px) {
.headerContainer, 
.footercontainer {
    width: 100%;
}

.homeAbout .dealer-name {
    position: relative;
    transform: rotate(0deg) translateX(0);
    left: 0;
    font-size: 32px;
    line-height: 30px;
    color: #ff6600;
}

.sellerAssistContainer {
    flex-flow: column;
    align-items: center;
}

.siteSearch {
    width: 95%;
    margin: 30px auto 60px;
}

.buttonContainer a {
    flex: 1 0 50%;
    border: 2px solid #ff6600;
}

.buttonContainer {
    flex-wrap: wrap;
    border: 1px solid #ff6600;
}

.buttonContainer a:last-child {
    border: 2px solid #ff6600;
}

.buttonText h2 {
    font-size: 5vw;
}

.buttonText span {
    font-size: 2.5vw;
}

.buttonContainer a:before {
    width: 10px;
    height: 10px;
    bottom: -6px;
}

.homeSlider {
    margin-top: -30px;
}

.single-item-slider .slider-inner .item {
    width: 216px;
}

.homeAbout {
    margin-left: 0;
    width: 100%;
}

.aboutSection {
    background-size: cover;
    background-position: center;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

a.headerAddress,
.headerSocial {
    display: none;
}

.headerBlock {
    margin-top: 0;
}

.headerLogo {
    flex: 0 0 25%;
}

.navbar-collapse {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu>li>a {
    color: #fff;
}

.p-header {
    margin-bottom: 0;
    height: 100%;
}

.p-header h1 {
    font-size: 7vw;
    padding: 5px 10px;
    width: max-content;
    text-align: center;
}

.tipsContainer,
.mcList {
    flex-flow: column;
}

.inventory-container .vehicle .price.not-itemized {
    font-size: 21px;
}

.partsBtns, 
.mcBtns, 
.hogBtns, 
.vipBtns {
    flex-wrap: wrap;
}

.mapandhourstbl {
    margin: auto;
}

#main-nav {
    margin-top: -70px;
}

.btnSection {
    margin-top: -30px!important;
}

#home-page #section-1 {
    margin-top: -38%;
    padding-top: 38%;
}

.financeWrapper {
    width: 100%;
    float: none;
}
}






/* SERIAL 1 */

.serialWrapperMast {
    background-color: #000000;
    padding: 15px;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.serialHeader {
    position: relative;
}

.serialHeader .logo {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(2px 4px 6px black);
}

.serialMdlContainer > div {
    display: flex;
    background: linear-gradient(to right, rgba(3,8,14,1) 0%,rgba(6,21,38,1) 100%);
    margin: 15px 0;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #404040;
    overflow: hidden;
}

.serialMdlContainer > div > div:nth-child(1) {
    flex: 0 0 50%;
}

.serialMdlContainer > div > div:nth-child(2) {
    padding: 15px;
}

.serialMdlContainer > div:hover img {
    transform: scale(1.1);
    filter: opacity(0.5);
}

.serialMdlContainer > div img {
    transition: .5s;
}

.serialWrapperMast h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.serialMdlContainer h3 {
    font-size: 30px;
    margin-bottom: 25px;
}

a.serialBtn,
.serialBtnContainer a {
    background-color: black;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px;
    border: 2px solid rgb(255 255 255 / 52%);
    border-radius: 8px;
    display: inline-block;
    font-size: 18px;
    transition: .3s;
}

.serialHeader .serialBtn {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

a.serialBtn:hover,
.serialBtnContainer a:hover {
    border: 2px solid white;
}

.serialBtnContainer {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.compTableWrapper {
    position: relative;
    padding-bottom: 65%;
    min-height: 150px;
    margin-bottom: 45px;
}

#compSpecs {
    display: block;
    cursor: ew-resize;
    overflow-y: scroll;
    margin-top: 25px;
}

#compSpecs > thead {
    position: sticky;
    top: 0;
    font-size: 18px;
    left: 0;
    /* display: block; */
}

#compSpecs td, 
#compSpecs th {
    padding: 8px;
    border: 1px solid #3e3e3e;
    background-color: rgb(0 0 0 / 63%);
    z-index: 9;
    text-align: center;
}

#compSpecs > thead > tr > th.sticky {
    border: none;
    background-color: transparent!important;
}

#compSpecs img {
    min-width: 238px;
}

#compSpecs td {
    font-size: 14px;
}

#compSpecs .sticky {
    position: sticky;
    left: 0;
    min-width: 216px;
    z-index: 444;
    background-color: #1a1a1a!important;
    text-transform: uppercase;
    font-weight: 700;
}

td.colors span {
    display: block;
}

.compTableWrapper table {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media (max-width: 991px) {
a.serialBtn {
    margin-top: 0px;
    margin-bottom: 15px;
}

.serialMdlContainer h3 {
    margin-bottom: 15px;
}
}



@media (max-width: 767px) {
.serialMdlContainer > div {
    flex-flow: column;
}

.serialHeader .logo {
    top: 7%;
    width: 80%;
}

#compSpecs .sticky,
#compSpecs img {
    min-width: 29vw;
}

#compSpecs > thead {
    font-size: 16px;
}

.compTableWrapper {
    padding-bottom: 130%;
}

.serialHeader .serialBtn {
    bottom: -12px;
    width: max-content;
}

.serialBtnContainer {
    flex-flow: column;
    text-align: center;
    margin-top: 0;
}

.serialBtnContainer a {
    margin-top: 15px;
}
}






