body {
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

@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: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/4ce85d11-b5d3-4fee-816c-a74e0a7ac586/polaris-background-2.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
    background: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/4ce85d11-b5d3-4fee-816c-a74e0a7ac586/polaris-background-2.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}
}

#outer-wrapper {
    overflow: hidden;
    position: relative;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'DINPro-Bold-Cd';
    font-weight: 100;
    text-transform: uppercase;
}

a {
    color: #ffffff;
    font-weight: 700;
    transition: .3s;
}

a:focus, a:hover {
    color: #cf001d;
    text-decoration: none;
}

.searchBox {
    background-image: url(https://psmfirestorm.blob.core.windows.net/4ce85d11-b5d3-4fee-816c-a74e0a7ac586/polaris-background-2.jpg);
    background-size: cover;
    background-position: 0 0px;
    text-align: center;
    position: relative;
    box-shadow: inset 0px 0px 30px black;
    margin-top: -25px!important;
    padding: 10% 0;
}

.featuredBox {
    background-image: url(https://psmfirestorm.blob.core.windows.net/3259ae0c-5464-48bb-af6e-684694a8a446/ONRD_SPY_MY21_RT_B_SE6_RT_LTD__290920194443.jpg);
    background-size: cover;
    background-position: 0 0px;
    text-align: center;
    position: relative;
    box-shadow: inset 0px 0px 30px black;
    margin-top: 0px!important;
    padding: 9% 0 8%;
    border-top: 20px solid #cf001f;
}

.aboutBox {
    background-image: url(https://psmfirestorm.blob.core.windows.net/40abc2de-8aa0-48b6-8db4-0029b46c41f2/polaris-background-5.jpg);
    background-size: cover;
    background-position: 0 0px;
    text-align: center;
    position: relative;
    box-shadow: inset 0px 0px 30px black;
    margin-top: 0px!important;
    padding: 9% 0 8%;
    border-top: 20px solid #cf001f;
}

.typeSection {
    background-color: white;
    margin-top: 0!important;
}

.sliderSection {
    margin-top: 0px!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;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}






/* HEADER */

.headerBack {
    background-color: black;
}

.headerContainer {
    width: 77%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    color: white;
    text-transform: uppercase;
    position: relative;
    z-index: 4;
}

.headerslogan {
    position: absolute;
    color: rgb(255 255 255 / 11%);
    font-family: 'DINPro-Bold-Cd';
    text-transform: uppercase;
    font-size: 188px;
    top: -73px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    z-index: 0;
}

.headerslogan span {
    padding-left: 65px;
}

.headerphone {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-size: 35px;
}

.headerLogo {
    flex: 0 0 50%;
    text-align: center;
}

.headerBlock, 
.headersocial {
    flex: 0 0 25%;
}

.headerBannerL, 
.headerBannerR {
    background-color: rgb(207, 0, 25);
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    font-family: 'DINPro-Bold-Cd';
    padding: 10px;
    line-height: 18px;
    width: 274px;
    top: 43px;
    border-bottom: 3px solid;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(242,0,0,1) 0%,rgba(179,0,0,1) 100%);
    font-size: 18px;
    text-shadow: 1px 1px 1px black;
}

.headerBannerL {
    left: -64px;
    transform: rotate(-45deg);
}

.headerBannerL .mobile {
    display: none;
}

.headerBannerR {
    right: -64px;
    transform: rotate(45deg);
}

.headerBannerL a, 
.headerBannerR a {
    color: white;
}

.headerBannerL span, 
.headerBannerR span {
    display: block;
    font-size: 20px;
}

.headersocial {
    display: flex;
    justify-content: flex-end;
}

.headersocial a {
    font-size: 30px;
    padding: 23px 27px;
}

.headerBlock .dealer-address {
    display: block;
}






/* NAVIGATION */



#main-nav {
    position: relative;
    background: linear-gradient(to bottom, rgba(68,68,68,1) 0%,rgba(33,32,32,1) 100%);
    border-bottom: 3px solid white;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: space-around;
}
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'DINPro-Bold-Cd';
    text-transform: uppercase;
    font-size: 22px;
    padding: 20px 15px;
    color: white;
    text-shadow: 2px 2px 2px black;
}

.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;
}





/* CONTENT */

.siteSearch {
    margin: 0% auto 8%;
    display: flex;
    width: 600px;
    position: relative;
}

.siteSearch:before {
    content: '';
    position: absolute;
    border: #b0b0b0 solid 3px;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    z-index: -1;
}

.siteSearch .form-control {
    border: 3px solid black;
    padding: 20px 15px;
    margin: 0px;
    background-color: white;
    border-radius: 22px 0 0 22px;
    border-right: none;
}

.siteSearch button {
    background-color: #cf001a;
    color: rgb(255 255 255);
    border: 3px solid black;
    padding: 8px 17px;
    font-family: 'DINPro-Bold-Cd';
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0 22px 22px 0;
    margin: 0;
}

.buttonContainer {
    display: flex;
    justify-content: space-between;
}

.buttonContainer a {
    flex: 0 0 34%;
    color: white;
    margin: 0px 15px;
    position: relative;
}

.buttonContainer a:hover {
    transform: scale(1.1);
}

.buttonContainer h3 {
    margin-top: 0;
    font-size: 39px;
}

.buttonContainer div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    display: flex;
    flex-flow: column-reverse;
}

.buttonContainer h3 {
    margin: 0;
    font-size: 39px;
    text-shadow: 1px 1px 1px black;
    /* order: 2; */
}

.buttonContainer span {
    text-transform: uppercase;
    /* order: 1; */
    position: relative;
}

.buttonContainer span:after {
    content: '';
    width: 26%;
    height: 3px;
    background-color: black;
    position: absolute;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
}

.type-wrapper {
    border-top: 20px solid #cf001c;
    border-bottom: 20px solid #cf001d;
}

.type-container {
    width: 1480px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 15px;
    align-items: flex-end;
}

.type-container h3 {
    color: #000000;
    font-size: 27px;
    margin: 5px 0;
}

.type-container span {
    filter: opacity(0);
    transition: .3s;
}

.type-container a:hover span {
    filter: opacity(1);
}

.type-container a img {
    transition: .3s;
}

.type-container a:hover img {
    transform: translateY(-10px);
}

.homeAbout {
    background-color: rgb(0 0 0 / 68%);
    color: white;
    padding: 15px;
}

.homeAboutSlogan {
    display: none;
}

.homeAbout h1 {
    margin-top: 0;
}

.p-header {
    text-align: center;
    border-bottom: 20px solid #cf001d;
    margin-bottom: 30px;
}

.p-header h1 {
    margin: 0;
    font-size: 75px;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 109%;
    min-height: 150px;
    /* margin-top: 25px; */
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

#employees-team-page > div.row > div > h1 {
    text-align: center;
    font-size: 50px;
}

.department-container .department {
    background: transparent;
}

.department .title {
    background: linear-gradient(to bottom, rgba(242,0,0,1) 0%,rgba(179,0,0,1) 100%);
}

.department .employee .name p {
    font-size: 20px;
    font-weight: unset;
    margin-bottom: 0;
    font-family: 'DINPro-Bold-Cd';
}

.department .employee .job p {
    margin-bottom: 0;
}

#creditAppForm section {
    background: #ffffff!important;
    color: black;
}

.breadcrumb {
    background-color: #383838;
}





/* FEATURED INVENTORY */

.single-item-slider .item {
    background-color: #ffffff;
    border: 3px solid black;
}

.single-item-slider .item-detail .name {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: black;
}

.single-item-slider .slider-outer {
    height: 283px;
}

.single-item-slider .item-detail .price {
    font-size: 24px;
    padding: 3px 8px;
    font-family: 'DINPro-Bold-Cd';
    text-transform: uppercase;
    background: linear-gradient(to bottom, rgba(242,0,0,1) 0%,rgba(179,0,0,1) 100%);
    bottom: -8px;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    color: white;
    text-shadow: 1px 1px 1px black;
    border: 2px solid #f10001;
}

.featuredInventory h2 {
    color: white;
    font-size: 40px;
    letter-spacing: 3px;
    width: max-content;
    margin: auto;
    background-color: black;
    position: relative;
    padding: 10px;
    z-index: 33;
}

.featuredInventory h2:before, 
.featuredInventory h2:after {
    content: '';
    width: 100px;
    height: 100px;
    background-color: black;
    position: absolute;
    left: -50px;
    top: 21px;
    transform: rotate(45deg);
    z-index: -1;
}

.featuredInventory h2:after {
    left: unset;
    margin-left: -40px;
}

.featuredInventory > div > div {
    background-color: black;
    padding-top: 40px;
    position: relative;
    z-index: 33;
}




/* REVIEWS */

.latestReviews h2 {
    display: none;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 241px;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 25em;
}

.reivew-name {
    font-weight: 700;
    color: black;
}

.review-date {
    color: black;
}





/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
}

.panel-heading .panel-toggle {
    font-size: 14px;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    text-align: center;
    position: absolute;
    white-space: nowrap;
    font-size: 26px;
    padding: 3px 12px;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background-color: #ff0000;
    text-transform: uppercase;
    font-weight: 900;
    border-radius: 30px;
    background: linear-gradient(to bottom, rgba(242,0,0,1) 0%,rgba(179,0,0,1) 100%);
    text-shadow: 1px 1px 1px black;
    border: 2px solid #f10001;
    font-family: 'DINPro-Bold-Cd';
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    min-height: 43px;
}

.inventory-container .vehicle .title {
    padding: 0 5px 46px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.inventory-container .vehicle {
    transition: .3s;
}

.inventory-container .vehicle:hover {
    transform: scale(1.03);
}

.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 {
    background-color: #ea0101;
    border-color: #d8d8d8;
}

.inventory-container .vehicle-box {
    position: relative;
}





/* FORMS */

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 0 5px black;
    background-size: cover;
    color: black;
    overflow: hidden;
}

.btn-primary {
    color: #fff;
    font-size: 24px;
    padding: 3px 16px;
    font-family: 'DINPro-Bold-Cd';
    text-transform: uppercase;
    background: linear-gradient(to bottom, rgba(242,0,0,1) 0%,rgba(179,0,0,1) 100%);
    border-radius: 20px;
    text-shadow: 1px 1px 1px black;
    border: 2px solid #f10001;
    margin: 10px 3px;
    position: relative;
    transition: .3s;
}

.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: #f10001;
    border-color: #f10001;
    transform: scale(1.1);
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
    margin-bottom: 4px;
    color: #cf001d;
    position: relative;
    font-family: 'DINPro-Bold-Cd';
}

.form-control {
    border-radius: 0;
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid #c9c9c9;
    box-shadow: none;
    transition: .3s;
    background: linear-gradient(to bottom, rgb(255 255 255) 0%,rgb(238 238 238) 100%);
    background-color: white;
    color: black;
}

.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: #ffffff;
    color: black;
}

#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;
    margin: 5px 0;
    padding: 2px 7px;
    border: 1px solid #c9c9c9;
    box-shadow: none;
    transition: .3s;
    background: linear-gradient(to bottom, rgb(255 255 255) 0%,rgb(238 238 238) 100%);
    background-color: black;
    color: black;
}

.customForm textarea {
    width: 100%;
}

@media (min-width: 768px) {
#Form1895 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1896 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1895 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1896 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1917 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form1895 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1896 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1917 > div:nth-child(1) > fieldset > div:nth-child(n+8) {
    padding: 0 5px;
}
}

.locationBox {
    margin-top: 25px;
}






/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000;
    color: #fff;
    padding: 15px;
    text-align: center;
}

.footerBack {
    background-color: black;
    border-top: 3px solid white;
}

.footerContainer {
    text-shadow: 0 0 5px black, 1px 1px 1px black;
    display: flex;
    text-transform: uppercase;
    width: 1480px;
    margin: auto;
    color: white;
}

.footerWrapper {
    display: flex;
    flex-flow: column;
    flex: 0 0 33%;
    line-height: 28px;
}

.footerMap {
    position: relative;
    flex: 0 0 67%;
    padding-bottom: 150px;
}

.footerMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footerBlock {
    padding: 4% 7%;
}

.footerBlock .dealer-address {
    display: block;
}

.footerBlock .dealer-phone {
    display: block;
    font-size: 33px;
    margin-top: 10px;
}

.footerBlock table td:last-child {
    padding-left: 15px;
    text-align: right;
}

.footerBlock ul {
    padding: 0;
}

.footerBlock li {
    list-style: none;
    position: relative;
    padding: 0px 15px;
    width: max-content;
}

.footerBlock li:before {
    content: '\f0da';
    font-family: fontawesome;
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    color: #474747;
    transition: .4s;
}

.footerBlock ul li:hover:before {
    transform: rotate(0deg);
    color: #fff;
}

.footerBlock h3 {
    font-size: 30px;
    margin-top: 0;
}





/* BREAKPOINTS */

@media (max-width: 1499px) {
.type-container,
.footerContainer {
    width: 1180px;
}
}




@media (max-width: 1199px) {
.type-container,
.footerContainer {
    width: 970px;
}

.headerContainer {
    width: 68%;
}

.headerBlock, 
.headersocial {
    flex: 0 0 30%;
}

.headerLogo {
    flex: 0 0 40%;
}

.buttonContainer h3 {
    font-size: 32px;
}

.type-container h3 {
    font-size: 20px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 237px;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 22em;
}

.footerWrapper {
    flex: 0 0 40%;
}

.footerMap {
    flex: 0 0 60%;
}

.inventory-container .vehicle .price {
    font-size: 22px;
}

.mapWrapper {
    padding-bottom: 133%;
}
}




@media (max-width: 991px) {
.type-container,
.footerContainer {
    width: 740px;
}

.headerContainer {
    width: 65%;
    flex-wrap: wrap;
}

.headerLogo {
    order: 1;
    flex: 0 0 100%;
}

.headerBlock, 
.headersocial {
    flex: 0 0 48%;
    order: 2;
}

.siteSearch {
    width: 400px;
}

.buttonContainer h3 {
    font-size: 25px;
}

.type-container h3 {
    font-size: 16px;
}

.footerWrapper {
    flex: 0 0 52%;
}

.footerMap {
    flex: 0 0 48%;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 227px;
}

.headerslogan {
    font-size: 180px;
    top: 8px;
}

.p-header h1 {
    font-size: 65px;
}

.p-header {
    border-bottom: 15px solid #cf001d;
}

.inventory-container .vehicle .price {
    font-size: 26px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}
}






@media (max-width: 767px) {
.type-container,
.footerContainer,
.headerContainer,
.siteSearch {
    width: 100%;
}

.headersocial,
.headerBlock > a,
.headerslogan,
.headerBannerR {
    display: none;
}

.headerBlock {
    flex: 0 0 100%;
    text-align: center;
}

.type-container {
    flex-wrap: wrap;
    justify-content: space-around;
}

.type-container a {
    flex: 0 0 50%;
}

.buttonContainer {
    flex-flow: column;
}

.buttonContainer a {
    margin: 15px;
    font-size: 6vw;
}

.buttonContainer h3 {
    font-size: 9vw;
}

.type-wrapper,
.homeSlider {
    margin-top: -30px;
}

.featuredInventory h2 {
    font-size: 20px;
    letter-spacing: 1px;
}

.featuredInventory h2:before, .featuredInventory h2:after {
    width: 70px;
    height: 70px;
    left: -35px;
    top: 15px;
}

.featuredInventory h2:after {
    margin-left: -25px;
    left: unset;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 216px;
}

.footerContainer {
    flex-flow: column;
    text-align: center;
    align-items: center;
}

.footerBlock {
    padding: 4% 0%;
}

.footerMap {
    width: 100%;
}

.footerBlock table td:first-child {
    text-align: left;
}

#main-nav {
    background: black;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.navbar-header {
    text-align: center;
}

.navbar-toggle {
    float: none;
    margin: auto;
}

.headerContainer {
    padding: 7px 5px 0;
}

.navbar-collapse {
    box-shadow: none;
}

.dropdown-menu>li>a {
    color: #d1d1d1;
}

.p-header h1 {
    font-size: 10vw;
}

.p-header {
    border-bottom: 10px solid #cf001d;
    margin-bottom: 0;
}

header.body,
#home-page {
    margin-bottom: 0;
}

#content-container {
    padding-bottom: 0;
}

.searchBox,
.featuredBox,
.aboutBox {
    margin-top: 0!important;
    background-attachment: fixed;
    background-position: center!important;
}

.mapWrapper {
    padding-bottom: 90%;
    margin-top: 0;
}

.headerBannerL .desktop {
    display: none;
}

.headerBannerL {
    left: unset;
    transform: rotate(-90deg);
    top: 12%;
    position: fixed;
    right: -56px;
    width: max-content;
    border: 3px solid;
    border-bottom: none;
    z-index: 44;
    border-radius: 14px 14px 0 0;
    padding: 5px 10px;
}

.headerBannerL .mobile {
    display: block;
}

.headerBannerL span {
    display: inline-block;
    font-size: 16px;
}
}







