
body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #000;
}

@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: #ffffff url() no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #ffffff url() no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

#outer-wrapper {
    overflow-x: hidden;
    position: relative;
}

a,
a.promo-link {
    color: #000000;
    transition: .3s;
    font-weight: 700;
}

a:focus, a:hover, 
a.promo-link:hover {
    color: #818181;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    font-family: 'Oxanium', sans-serif;
    text-transform: uppercase;
}

.featuredSection,
.typeSection{
    background-color: white;
    padding: 30px 0px;
    position: relative;
    margin-top: 0!important;
}

@media (min-width: 1500px) {
.featuredSection .container {
    width: 1470px;
}
}

.searchSection {
    padding: 100px 0px;
    position: relative;
    margin-top: -25px !important;
}

.searchSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/a375d0ca-24f5-420b-ba63-46080fcdb82a/kawasaki-background.jpg);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center;
}

.aboutSection {
    background-image: url("https://psmfirestorm.blob.core.windows.net/89c0b2a8-6aa9-401d-9477-d36b47270721/mt-rushmore.jpg");
    background-size: 100%;
    background-position: center bottom;
    padding-bottom: 37%;
    background-repeat: no-repeat;
    background-color: white;
    margin-top: 0px !important;
    position: relative;
    z-index: 3;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}






/* HEADER */

.top-bar-announcement {
    position: relative;
    z-index: 9;
    font-weight: 700;
}

header.body {
    margin-bottom: 25px;
    position: relative;
    z-index: 4;
}

.headerBackground {
    background-color: white;
    background-image: url("https://psmfirestorm.blob.core.windows.net/682af0ed-5ea2-4bcf-97aa-b24c8dd9c691/header-back.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 40%;
}

.headerContainer {
    padding: 15px;
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: black;
    text-transform: uppercase;
}

.headerLogo img {
    max-width: 200px;
    margin-bottom: -65px;
    position: relative;
    z-index: 44444;
}

.headerBlock .dealer-phone {
    font-weight: 600;
    font-size: 27px;
}

.home-about-block .btn-primary {
    color: black;
    text-transform: uppercase;
}

.headerSocial {
    display: flex;
    justify-content: flex-end;
}

.headerSocial a {
    font-size: 27px;
    margin: 10px;
}

.headerBlock {
    flex: 0 0 25%;
}

.headerBtns {
    display: flex;
    justify-content: flex-end;
    flex: 0 0 25%;
}

a.btn.btn-primary.mbl-btn,
.siteSearch .btn-primary:before,
.siteSearch .btn-primary:after {
    display: none;
}





/* NAVIGATION */

#main-nav {
    background-color: #d3d3d3;
}

.navbar-nav>li>a {
    text-transform: uppercase;
    color: black;
    font-size: 18px;
    padding: 20px;
}

#main-nav-collapse > ul > li:nth-child(2) {
    margin-right: 227px;
}

.social-media-icons {
    display: none;
}

.navbar-nav {
    float: none;
    display: flex;
    margin-left: 213px;
}

.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: #c11210;
}





/* CONTENT */

a.btnContainer h3 {
    margin: 0 auto;
    display: block;
    color: red;
    text-align: center;
    font-size: 40px;
}

.siteSearch {
    display: flex;
    width: 600px;
    margin: auto;
}

.siteSearch .form-control {
    border-radius: 0;
    border: 3px solid #132150;
    font-size: 16px!important;
    color: black;
    padding: 25px 20px;
    margin: 0;
}

.siteSearch .btn-primary {
    margin: 0;
    background-color: #132150;
    border: 3px solid #132150;
    border-radius: 0;
    color: white;
    transition: .3s;
}

.siteSearch .btn-primary:hover {
    background-color: #132150;
    border-color: #132150;
    color: white;
}

h2.homeCTA {
    text-align: center;
    font-size: 60px;
    text-shadow: black 2px 2px 2px;
    margin-bottom: 35px;
    color: white;
}

.homeAbout {
    padding: 30px 0px 0px;
    width: 870px;
    margin: auto;
}

.homeAbout h1 {
    text-align: center;
    font-weight: 400;
    font-size: 50px;
}

.homeAbout h1 span {
    font-weight: 700;
    display: block;
}

.homeAbout p {
    width: 700px;
    margin: auto;
}

.homeAbout .btn-primary {
    margin: 30px 0 0 auto;
    font-size: 20px;
}

.typeContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.typeContainer a {
    padding: 35px;
    text-align: center;
}

.typeContainer h3 {
    position: relative;
}

.typeContainer h3:after {
    content: "";
    width: 50px;
    height: 4px;
    background-color: rgb(193, 18, 16);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    transition: .5s;
}

.typeContainer a:hover h3:after {
    width: 100px;
}

.typeContainer a img {
    filter: opacity(0.5);
    transition: .5s;
}

.typeContainer a:hover img {
    filter: opacity(1);
}

.p-header {
    position: relative;
    height: 250px;
    margin-bottom: 30px;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    margin: 0;
    position: absolute;
    bottom: 21px;
    color: white;
    font-size: 50px;
    padding: 10px 15px;
    text-shadow: 2px 2px 4px black;
}

.p-header:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/45b0ab2d-08bc-45a1-b984-ceb77d6fa1e6/graphic-element.png);
    width: 100%;
    height: 38px;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.maptext h1 {
    margin-top: 0;
}

.maptext > h3:nth-child(3) {
    margin-bottom: 0;
    margin-top: 30px;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
    font-weight: 700;
}

.department-container {
    margin-top: 0;
}

#employees-team-page .page-title {
    font-size: 50px!important;
    text-align: center;
    margin-bottom: 0;
}

.department-container .department {
    background: #fff;
}

.department .title {
    border: 1px solid #ededed;
    background: #dbdbdb;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.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: #132150;
    border-color: #132150;
}





/* FEATURED INVENTORY */

.single-item-slider .slider-inner .item {
    width: 335px;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: 3px solid black;
}

.single-item-slider .item-detail .price {
    font-size: 30px;
    padding: 0 2%;
    text-transform: uppercase;
    font-weight: 700;
    bottom: 0;
    color: #c11210;
}

.single-item-slider .slider-outer {
    height: 345px;
}

.single-item-slider .item-detail .name {
    font-weight: 600;
    color: black;
    text-transform: uppercase;
    line-height: 18px;
}

.featuredInventory h2 {
    font-family: 'Oxanium', sans-serif;
    font-weight: 800;
    text-align: center;
    font-size: 40px;
}

.featuredInventory {
    margin-top: 65px;
}

.single-item-slider .img-container {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 200px;
}






/* 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;
}

.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;
    font-size: 23px;
    padding: 3px 8px;
    text-transform: uppercase;
    color: black;
    font-weight: 700;
    position: relative;
    width: max-content;
    margin: auto;
    z-index: 4;
    transition: .3s;
}

.inventory-container .vehicle .price:hover {
    color: white;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle {
    transition: all 0.4s ease 0s;
}

.inventory-container .vehicle:hover {
    transition: all 0.4s ease 0s;
    box-shadow: 0 0 7px rgb(0 0 0 / 30%);
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    min-height: 43px;
}

.inventory-container .vehicle .title {
    padding: 5px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.price-box > text > a:hover {
    color: white;
}

.inventory-container .disclaimers,
#vdp-container .disclaimers, #vdp-container .newUnitDisclaimer, #vdp-container .usedUnitDisclaimer {
    font-weight: 700;
}

.inventory-container .vehicle-box {
    position: relative;
}







/* FORMS */

.btn-primary {
    display: block;
    width: max-content;
    background-color: transparent;
    border: none;
    font-weight: 600;
    position: relative;
    font-size: 17px;
    margin-top: 8px;
    padding: 4px 8px;
    color: black;
    text-transform: uppercase;
    z-index: 4;
}

.btn-sec {
    margin: 10px 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: transparent;
    border-color: #204d74;
}

.btn-primary:before, 
.btn-primary:after, 
.inventory-container .vehicle .price:before, 
.inventory-container .vehicle .price:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: rgb(193, 17, 17);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: .3s;
}

.btn-primary:after, 
.inventory-container .vehicle .price:after {
    top: unset;
    bottom: 0px;
}

.btn-primary:hover:before, 
.btn-primary:hover:after,
.inventory-container .vehicle .price:hover:before,
.inventory-container .vehicle .price:hover:after {
    height: 50%;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 0 5px black;
    background-size: cover;
    color: black;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
    margin-bottom: 4px;
    color: #132150;
    font-weight: 700;
}

.form-control {
    border-radius: 0;
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid #d6d6d6;
    box-shadow: none;
    transition: .3s;
    font-weight: 600;
}

.form-control::-moz-placeholder {
    color: #000;
}
.form-control:-ms-input-placeholder {
    color: #000;
}
.form-control::-webkit-input-placeholder {
    color: #000;
}

.form-control:hover {
    border-color: #bbbbbb;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 10px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #ffffff;
    box-shadow: black 0px 0px 5px;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 71px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea, 
.customForm select {
    font-size: 14px!important;
    border: none;
    margin: 5px 0;
    padding: 2px 7px;
    font-weight: 600;
    color: black;
    border: 1px solid #d6d6d6;
}

.customForm textarea {
    width: 100%;
}

.customForm select {
    border: none;
    padding: 2px 3px;
    font-size: 14px;
    color: black;
}

@media (min-width: 768px) {
#Form2617 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form2617 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form2617 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}
}





/* FOOTER */

footer.body {
    position: relative;
    z-index: 3;
}

footer.body .outer-wrapper {
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 15px;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}

.footerWrapper {
    background-color: white;
    position: relative;
    z-index: 3;
}

.footerContainer {
    width: 1170px;
    margin: auto;
    display: flex;
    padding: 45px 15px;
    color: black;
    justify-content: space-between;
    line-height: 30px;
}

.footerLogo img {
    max-width: 200px;
}

.footerMap {
    position: relative;
    padding-bottom: 15%;
}

.footerMap .dealer-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerAddress .dealer-address, 
.footerAddress .dealer-phone {
    display: block;
}

.footerAddress .dealer-phone {
    font-size: 22px;
}

.footerLinks ul {
    list-style: none;
    padding: 0;
}

.footerLinks ul li {
    position: relative;
}

.footerLinks ul li:before {
    content: "";
    height: 3px;
    width: 5px;
    background-color: rgb(193, 18, 16);
    position: absolute;
    left: auto;
    top: 14px;
    right: 76px;
    transition: all 0.3s ease 0s;
}

.footerLinks ul a:hover li:before {
    width: 10px;
}

.footerHours table td:nth-child(1) {
    padding-right: 15px;
}

.footerAddress .btn-primary {
    margin-top: 25px;
}







/* VIDEO BACKGROUND STYLES */

.videoWidget {
    height: 0px !important;
}

.tv {
    position: fixed;
    top: 0px;
    z-index: 0;
}

.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: 0;
    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) {
.single-item-slider .slider-inner .item {
    width: 351px;
}
}




@media (max-width: 1199px) {
.headerContainer,
.footerContainer {
    width: 970px;
}

.navbar-nav {
    margin-left: 163px;
}

.single-item-slider .slider-inner .item {
    width: 284px;
}

.single-item-slider .img-container {
    height: 160px;
}

#main-nav-collapse > ul > li:nth-child(2) {
    margin-right: 214px;
}

.navbar-nav > li > a {
    padding: 20px 12px;
}
}





@media (max-width: 991px) {
.headerContainer,
.footerContainer {
    width: 740px;
}

.headerLogo img {
    max-width: 157px;
    margin-bottom: 0px;
}

.navbar-nav {
    margin-left: 0;
    justify-content: space-around;
}

#main-nav-collapse > ul > li:nth-child(2) {
    margin-right: 0;
}

#main-nav .nav > li > a {
    font-size: 16px;
    padding: 15px;
}

.homeAbout {
    width: 100%;
}

.single-item-slider .slider-inner .item {
    width: 211px;
}

.single-item-slider .img-container {
    height: 123px;
}

.single-item-slider .item-detail .price {
    font-size: 20px;
    padding: 0;
}

.typeContainer a {
    padding: 15px;
}

.typeContainer h3 {
    font-size: 20px;
}

.single-item-slider .slider-outer {
    height: 280px;
}

.footerLogo img {
    max-width: 184px;
}

.p-header {
    height: 200px;
}

.p-header:after {
    height: 30px;
}

.p-header h1 {
    bottom: 18px;
    font-size: 40px;
}
}





@media (max-width: 767px) {
.headerContainer,
.footerContainer {
    width: 100%;
}

.headerInfo {
    display: none;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.searchSection {
    padding: 0px 0px 25px;
    background-color: black;
}

.siteSearch,
.homeAbout p {
    width: 100%;
}

.typeContainer {
    flex-wrap: wrap;
}

.typeContainer a {
    flex: 0 0 50%;
}

.typeContainer h3 {
    font-size: 18px;
}

.featuredInventory {
    margin-top: 0;
}

.single-item-slider .slider-inner .item {
    width: 216px;
}

.homeAbout {
    padding: 0;
}

.homeAbout h1 {
    font-size: 35px;
    margin-top: 0;
}

.footerMap {
    padding-bottom: 100%;
}

.footerContainer {
    flex-flow: column;
    align-items: center;
}

.footerLinks {
    margin: 40px 0;
}

.searchSection:before {
    z-index: 0;
    filter: opacity(0.65);
}

.tv {
    z-index: -1;
    display: none;
}

.navbar-nav {
    display: block;
    margin-left: -15px;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header:after {
    height: 12px;
}

.p-header h1 {
    bottom: 7px;
    font-size: 8vw;
}

.mapandhourstbl {
    margin: auto;
    text-align: left;
}

.headerContainer {
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
}

.headerBlock {
    flex: 0 0 50%;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.headerLogo {
    order: -1;
    flex: 0 0 50%;
}

.headerBtns {
    display: flex;
    justify-content: flex-end;
    flex: 0 0 25%;
    position: absolute;
    top: 40px;
}

.headerBlock .dealer-phone {
    position: absolute;
    left: 15px;
    bottom: -50px;
}

.headerBtnsL > a:nth-child(1) {
    margin-bottom: 20px;
}

.typeContainer a {
    margin: 20px 0;
}
}




