body {
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    color: #fff;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
    #outer-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #000 url() no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #000 url() no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
    }
}

a {
    color: #ff0007;
    transition: .3s;
}

a:focus, a:hover {
    color: #ffffff;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

#inner-bg {
    overflow: hidden;
}

.homeAboutSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/00d8b1f5-3dd7-44cd-9c48-04af473fd57d/about-background.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.homeslider {
    margin-top: 30px;
}

.homeSearchSection {
    background-color: #272727;
    margin-top: 0!important;
}

.page-background > div,
#inventory-page,
#showroom,
#promotions-page,
#vdp-container {
    margin-top: 25px;
    background-color: #272727;
    padding: 15px;
}

#content-container {
    margin-bottom: 25px;
}

.breadcrumb {
    background-color: #161616;
    border-radius: 0;
}

.snowmobilePage #content-container {
    margin-bottom: 0;
}




/* HEADER */

.headerContainer {
    width: 1480px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    background-color: rgb(39, 39, 39);
}

header.body {
    background-color: rgb(0 0 0);
    border-bottom: 3px solid rgb(158, 158, 158);
    margin-bottom: 0px;
}


.headerLogo, 
.headerLogoSec {
    background-color: black;
    padding: 16px 10px;
    position: relative;
    z-index: 2;
    flex: 0 0 20%;
}

.headerLogo {
    padding-top: 29px;
}

.headerLogo:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    left: -100%;
    top: 0;
}

.headerLogoSec:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    top: 0;
    left: 100%;
}

.headerContainer .dealer-phone {
    font-weight: 700;
    font-size: 30px;
    margin-top: 17px;
}

.headerBlock .newsletter {
    margin-top: 18px;
    text-transform: uppercase;
}

.headerSocial {
    display: flex;
    justify-content: space-around;
    margin-top: 13px;
}

.headerSocial a {
    color: #9e9e9e;
    padding: 10px;
    font-size: 20px;
}

.headerSocial a:hover,
.footerSocial a:hover {
    color: #ff0108;
}

.headerBlock {
    display: flex;
    justify-content: space-around;
    flex: 0 0 60%;
    align-items: flex-start;
}






/* NAVIGATION */

#main-nav {
    margin-top: -60px;
}

.navbar {
    border: none;
}

#main-nav .container {
    background-color: #151515;
    position: relative;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: center;
}
}

.navbar-nav > li > a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    padding: 20px 28px;
    color: white;
    transition: .3s;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #ff0202;
}

#main-nav li.dropdown.open ul {
    border-top-color: #9e9e9e;
}

.dropdown-menu {
    background-color: #9e9e9e;
}

.dropdown-menu>li>a {
    font-weight: 700;
    color: #000;
    transition: .3s;
}

#main-nav .dropdown-menu > li > a:hover, #main-nav .dropdown-menu > li > a:focus {
    background-color: #8c8c8c;
    color: white;
}

.social-media-icons {
    display: none;
}







/* CONTENT */

.btnContainer {
    display: flex;
    justify-content: space-between;
}

.btnContainer a {
    flex: 0 0 25%;
    text-align: center;
}

.btnText {
    position: relative;
}

.btnMarine:before,
.btnOffroad:before,
.btnPre:before,
.btnClearance:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-position: center;
    background-size: cover;
    filter: grayscale(1) opacity(0.5);
    transition: .3s;
}

.btnMarine:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/171b2dc8-c0b4-4aea-aea7-9ce537cfca4a/marine-btn.jpg);
}

.btnOffroad:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/abe1d93f-fbff-43cf-ba81-e6acef421fee/offroad-btn.jpg);
}

.btnPre:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/950fc2ea-4069-4f96-a8b1-54c21432e7d4/pre-btn.jpg);
}

.btnClearance:before {
    background-image: url(https://psmfirestorm.blob.core.windows.net/b0354670-1844-4f4c-85f2-89792914b5bb/clearance-btn-2.jpg);
}

.btnContainer a:hover .btnMarine:before,
.btnContainer a:hover .btnOffroad:before,
.btnContainer a:hover .btnPre:before,
.btnContainer a:hover .btnClearance:before {
    filter: grayscale(0) opacity(1);
}

.btnText h3 {
    font-size: 2.6vw;
    padding: 20% 3%;
    line-height: 2.5vw;
    color: white;
    width: 60%;
    margin: auto;
    position: relative;
    text-shadow: black 0px 0px 3px, black 1px 1px 1px;
    z-index: 444;
}

.btnText h3:before, 
.btnText h3:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: red;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
    z-index: -1;
}

.btnText h3:before {
    bottom: 24%;
}

.btnText h3:after {
    top: 24%;
}

.btnContainer a:hover h3:before, 
.btnContainer a:hover h3:after {
    height: 26%;
    background-color: rgb(0 0 0 / 70%);
}

.btnText h3 span {
    display: block;
    font-size: 3vw;
}

.homeAbout {
    text-align: center;
    width: 700px;
    margin: auto;
    padding: 80px 0;
}

.homeAbout h1 {
    margin: 0px;
    position: relative;
}

.homeAbout h1:before,
.homeAbout h1:after {
    content: '';
    width: 125px;
    height: 3px;
    background-color: #ff060e;
    position: absolute;
    top: 17px;
}

.homeAbout h1:before {
    left: 81px;
}

.homeAbout h1:after {
    right: 81px;
}

.homeAbout h3 {
    margin-top: 0;
}

.homeAbout p {
    line-height: 34px;
    text-align: justify;
}

.p-header {
    background-color: black;
    position: relative;
    margin-bottom: 25px;
    border-bottom: 3px solid #9e9e9e;
}

.p-header img {
    filter: grayscale(1) opacity(0.5);
    max-height: 250px;
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 62px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    padding: 20px 0 0;
}

.mapWrapper {
    position: relative;
    padding-bottom: 106%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl tr:nth-child(n + 2) td:first-child {
    padding-right: 30px;
}

.mapandhourstbl h3 {
    margin-bottom: 8px;
}

.maptext h1 {
    margin-top: 0;
}

.jumbotron {
    color: white!important;
    background-color: #272727;
}

#creditAppForm section {
    background: #272727!important;
    border-radius: 0;
}

.vehicleTextMeContainer {
    text-align: center;
    font-weight: 700;
}

.vehicleTextMeContainer a:hover {
    color: black;
}






/* FEATURED INVENTORY */

.featuredinventory h2 {
    text-align: center;
    position: relative;
}

.featuredinventory h2:before,
.featuredinventory h2:after {
    content: '';
    width: 300px;
    height: 3px;
    background-color: #ff020b;
    position: absolute;
    top: 14px;
}

.featuredinventory h2:before {
    left: 112px;
}

.featuredinventory h2:after {
    right: 112px;
}

.single-item-slider .item-detail .price {
    font-size: 21px;
    left: 50%;
    padding: 2px 3%;
    font-weight: 700;
    text-transform: uppercase;
    bottom: -8px;
    background-color: white;
    width: max-content;
    margin: auto;
    transform: translateX(-50%);
    transition: .3s;
}

.slider-inner a:hover .price {
    color: black;
}

.single-item-slider .item .item-inner,
.single-item-slider .item,
.single-item-slider .img-container {
    border-radius: 0px;
}

.single-item-slider .item {
    background-color: #9e9e9e;
    border: none;
}

.single-item-slider .item-detail .name {
    line-height: 20px;
    color: black;
    font-weight: 700;
}

.single-item-slider .slider-control {
    font-size: 28px;
    top: 50%;
    transform: translateY(-50%);
}

.single-item-slider .slider-inner .item {
    width: 260px;
}

.slider-inner a:hover {
    transform: scale(.95);
}

.single-item-slider .slider-outer {
    height: 232px;
}






/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
    background-color: white;
}

.panel-default > .panel-heading {
    color: #000000;
    background-color: #9e9e9e;
    border-color: #dddddd;
    text-transform: uppercase;
    font-weight: 700;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    color: black;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 19px;
    padding-right: 0;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: white;
}

#vehicleList > div {
    margin: 4px 0;
    padding: 8px;
}

.vehicle-box {
    border: 5px solid #9e9e9e;
    position: relative;
}

.inventory-container .vehicle:hover {
    background-color: #9e9e9e;
    transition: all 0.4s ease 0s;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 19px;
    min-height: 41px;
    font-weight: 700;
}

.inventory-container .vehicle .title {
    padding: 2px 5px 19px;
}

.inventory-container .vehicle .title a {
    color: black;
    font-weight: 100;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.inventory-container .vehicle .price-box {
    background-color: #ff020b;
    padding: 4px 12px;
    position: absolute;
    width: max-content;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}

#inventory-page .k-pager-wrap {
    margin-top: 15px;
}

.list-group-item {
    background-color: #181818;
    border: 1px solid #3b3b3b;
    color: white;
}

.color-packages .name {
    color: #fff;
}








/* FORMS */

.mainform > div {
    background-color: black;
    padding: 15px;
}

.btn-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    border: 3px solid rgb(144, 153, 156);
    border-radius: 0px;
    text-transform: uppercase;
    margin: 10px 0;
    transition: .3s;
}

.btn-primary:hover,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.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.focus, .btn-primary:focus {
    color: #000;
    background-color: #90999c;
    border-color: #90999c;
}

.form-control {
    background-color: rgb(22, 22, 22);
    border: 1px solid transparent;
    border-radius: 0px;
    color: white;
    transition: all 0.3s ease 0s;
    font-size: 14px !important;
    margin: 5px 0;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.form-header-text {
    color: red;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px;
    text-align: center;
    margin-bottom: 0;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 5px;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm input, 
.customForm textarea {
    padding: 2px 7px;
    background-color: rgb(22, 22, 22);
    border: 1px solid transparent;
    border-radius: 0px;
    color: white;
    transition: all 0.3s ease 0s;
    font-size: 14px !important;
    margin: 5px 0;
}

.customForm textarea {
    width: 100%;
}

.customForm select {
    border: none;
    padding: 2px 3px;
    font-size: 14px;
    background-color: #161616;
}

.inquiryformcontainer,
.color-packages,
.locationBox {
    background-color: black;
}


#Form1396 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1396 > div:nth-child(1) > fieldset > div:nth-child(n+11):nth-child(-n+14) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form1396 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form1396 > div:nth-child(1) > fieldset > div:nth-child(n+15) {
    padding: 0 5px;
}








/* FOOTER */

footer.body .outer-wrapper {
    background-color: #272727;
    color: #adadad;
    text-align: center;
    padding: 17px 0px;
}

.footerWrapper {
    background-color: black;
    border-top: 3px solid rgb(158, 158, 158);
    overflow: hidden;
}

.footerContainer {
    width: 1180px;
    margin: auto;
    display: flex;
}

.footerLogos {
    display: flex;
    flex-flow: column;
    text-align: center;
    flex: 0 0 35%;
    padding: 30px 15px;
}

.footerAddy .dealer-address, 
.footerAddy .dealer-phone {
    display: block;
}

.footerAddy .dealer-phone {
    font-weight: 700;
    font-size: 27px;
}

.footerRight {
    flex: 0 0 65%;
    background-color: #171717;
    position: relative;
}

.footerRight:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #181818;
    position: absolute;
    left: 100%;
    top: 0;
}

.siteSearch {
    display: flex;
    padding: 35px 0;
    position: relative;
    margin: auto;
    text-align: center;
    width: 400px;
}

.siteSearch:before,
.siteSearch:after {
    font-family: 'FontAwesome';
    top: 50%;
    position: absolute;
    font-size: 30px;
    transform: translateY(-50%);
    color: #545454;
}

.siteSearch:before {
    content: '\f178';
    left: -55px;
}

.siteSearch:after {
    content: '\f177';
    right: -55px;
}

.siteSearch .btn-primary, 
.siteSearch .form-control {
    margin: 0;
}

.siteSearch .form-control {
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
    background-color: black;
    border: 3px solid #90999c;
    padding: 17px;
    border-right: none;
}

.footerBlock {
    display: flex;
    justify-content: space-between;
    padding: 38px 55px;
    position: relative;
    line-height: 32px;
}

.footerLinks ul {
    list-style: none;
    padding: 0;
}

.footerLinks li {
    text-transform: uppercase;
    font-weight: 700;
}

.footertable td:first-child {
    padding-right: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.footerSocial {
    display: flex;
    flex-flow: column;
}

.footerSocial a {
    font-size: 25px;
    padding: 10px;
    color: #9e9e9e;
}





@media (max-width: 1499px) {
.headerContainer {
    width: 1180px;
}

.navbar-nav > li > a {
    padding: 20px 26px;
}

.headerContainer .dealer-phone {
    margin-top: 12px;
}

.headerBlock .newsletter {
    margin-top: 13px;
}

.headerSocial {
    margin-top: 9px;
}
}



@media (max-width: 1199px) {

.headerContainer,
.footerContainer{
    width: 972px;
}

#main-nav {
    margin-top: -50px;
}

.navbar-nav > li > a {
    padding: 15px 15px;
}

.headerContainer .dealer-phone {
    margin-top: 8px;
}

.headerBlock .newsletter {
    margin-top: 10px;
}

.headerSocial {
    margin-top: 6px;
}

.featuredinventory h2::before, 
.featuredinventory h2::after {
    width: 125px;
}

.single-item-slider .slider-inner .item {
    width: 231px;
}

.p-header img {
    max-height: 230px;
}

.mapWrapper {
    padding-bottom: 130%;
}
}




@media (max-width: 991px) {
.headerContainer, 
.footerContainer {
    width: 748px;
}

.headerContainer .dealer-phone {
    margin-top: 8px;
    font-size: 18px;
}

.headerBlock .newsletter {
    margin-top: 5px;
    font-size: 12px;
    padding: 3px 8px;
    margin-bottom: 0;
}

.headerSocial {
    margin-top: 3px;
}

.headerSocial a {
    color: rgb(158, 158, 158);
    padding: 7px;
    font-size: 16px;
}

.headerLogo, 
.headerLogoSec {
    padding: 10px;
}

.headerLogo {
    padding-top: 15px;
}

.navbar {
    min-height: unset;
}

#main-nav {
    margin-top: -34px;
}

#main-nav .nav>li>a {
    padding: 7px 14px;
}

.single-item-slider .slider-inner .item {
    width: 212px;
}

.featuredinventory h2::before, 
.featuredinventory h2::after {
    width: 96px;
}

.footerBlock {
    padding: 25px 20px;
}

.footerLogos {
    flex: 0 0 27%;
    padding: 30px 15px;
}

.footerRight {
    flex: 0 0 63%;
}

.p-header h1 {
    font-size: 48px;
}

.p-header img {
    max-height: 190px;
}

.mapWrapper {
    padding-bottom: 42%;
    margin-top: 25px;
}
}




@media (max-width: 767px) {
.headerContainer, 
.footerContainer {
    width: 100%;
}

.headerContainer {
    flex-wrap: wrap;
    justify-content: flex-start;
    background-color: rgb(22 22 22);
}

.headerLogo, 
.headerLogoSec {
    background-color: transparent;
    flex: 0 0 38%;
    padding: 3px 10px;
}

.headerLogo {
    padding-top: 12px;
    order: 1;
}

.headerLogoSec {
    order: 2;
}

.headerBlock {
    flex: 0 0 41%;
    align-items: end;
    order: 3;
}

.headerContainer .dealer-phone {
    margin-top: 8px;
    font-size: 6vw;
    position: relative;
    z-index: 444;
}

.headerLogoSec::after,
.headerLogo::before,
.headerBlock .newsletter,
.headerSocial,
.siteSearch::before, 
.siteSearch::after,
.featuredinventory h2::before, 
.featuredinventory h2::after {
    display: none;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

#main-nav {
    margin-top: -55px;
}

.btnContainer {
    flex-wrap: wrap;
}

.btnContainer a {
    flex: 0 0 50%;
}

.btnText h3 {
    font-size: 5vw;
    line-height: 5vw;
}

.btnText h3 span {
    font-size: 6vw;
}

.siteSearch {
    padding: 0px 0px 30px;
    width: 87%;
}

.btnText h3::before, 
.btnText h3::after {
    height: 2px;
}

.homeslider {
    margin-top: 0;
}

.footerContainer {
    flex-flow: column;
}

.footerBlock {
    flex-flow: column;
    text-align: center;
}

.footertable {
    margin: 25px auto;
}

#main-nav .nav > li > a {
    padding: 15px;
}

.dropdown-menu > li > a {
    color: #c3c3c3;
}

.page-background > div, 
#inventory-page, 
#showroom, 
#promotions-page, 
#vdp-container {
    margin-top: 0;
}

#vehicleDetails {
    margin-top: 0;
}

.p-header {
    margin-bottom: 0;
}

.p-header img {
    max-height: 100%;
}

.p-header h1 {
    font-size: 8vw;
}

#content-container {
    margin-bottom: 0;
}

.mapandhourstbl {
    margin: auto;
}

.mapWrapper {
    padding-bottom: 70%;
    margin-top: 0;
}
}


.seller-description {color:#000;}


/*hide showroom prices*/
.aside-details .price {display:none;}

