body {
    font-family: 'Roboto Condensed', 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: #ffffff url(https://psmfirestorm.blob.core.windows.net/42cdf61f-41a6-4f5c-9d07-05fbd4d3f321/kawasaki-background.jpg) no-repeat center center;
        background-size: cover;
    }x
}

@media (min-width: 768px) {
    body {
        background: #ffffff url(https://psmfirestorm.blob.core.windows.net/42cdf61f-41a6-4f5c-9d07-05fbd4d3f321/kawasaki-background.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

a {
    color: #ffc318;
    transition: .3s;
}

a:focus, a:hover {
    color: #c6c6c6;
    text-decoration: none;
}

.container {
    width: 1470px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

.breadcrumb {
    background-color: #232323;
}

.featuredSection > div,
.aboutSection {
    background-color: rgb(0 0 0 / 75%);
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page {
    background-color: black;
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}





/* HEADER */

header.body {
    background-color: black;
}

.headerContainer {
    display: flex;
    justify-content: space-around;
    padding: 15px;
    align-items: center;
    text-transform: uppercase;
}

.siteSearch {
    display: flex;
    margin-top: 15px;
}

.siteSearch .form-control {
    background-color: black;
    color: white;
    border: 2px solid #ffc317;
    border-right: none;
    border-radius: 0;
    padding: 16px 10px;
    margin: 0;
}

.siteSearch .btn-primary {
    background-color: black;
    color: white;
    border-left: none;
    margin: 0;
}

.headerMid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
}

.headerMid > div:nth-child(1) {
    display: flex;
    flex-flow: column;
    padding-right: 25px;
}

.headerMid div > a {
    color: white;
}

.headerMid > div:nth-child(1) .fa {
    padding-right: 5px;
    color: #ffc317;
}

.headerContainer .dealer-address {
    margin-right: 13px;
}

.headerMid > div:nth-child(2) a {
    border: 2px solid #ffc317;
    padding: 2px;
    text-align: center;
    width: 35px;
    height: 35px;
    display: inline-block;
}

.headerRight {
    flex: 0 0 20%;
}

.headerBtns {
    display: flex;
    justify-content: space-between;
}

.headerBtns a {
    margin: 0;
}







/* NAVIGATION */

#main-nav {
    background-color: #ffffff;
}

#main-nav .container {
    width: 1170px;
}

.navbar-nav>li>a {
    text-transform: uppercase;
    font-weight: 700;
    color: black;
    padding: 20px 10px;
    transform: skewX(-6deg);
    font-size: 20px;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-around;
}
}

.social-media-icons {
    display: none;
}






/* CONTENT */

.oemContainer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 1180px;
    margin: auto;
    background-color: rgb(0 0 0 / 75%);
}

.oemContainer a {
    padding: 15px;
}

.oemContainer a img {
    transition: .3s;
}

.oemContainer a:hover img {
    transform: scale(.95);
    filter: opacity(0.7);
}

.btnContainer {
    display: flex;
    flex-flow: column;
}

.btnContainer a {
    background-color: black;
    border: 2px solid #ffc318;
    margin-bottom: 16px;
    text-align: center;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.btnContainer a:hover:before {
    width: 100%;
}

.btnContainer a:before {
    content: '';
    width: 0;
    height: 100%;
    background-color: #ffc317;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s;
    z-index: -1;
}

.btnContainer h3 {
    color: white;
    margin: 0;
    font-size: 47px;
    line-height: 43px;
    transition: .3s;
}

.btnContainer h3 span {
    display: block;
    font-weight: 400;
    letter-spacing: 7px;
}

.btnContainer a:hover h3 {
    color: black;
}

.homeAbout {
    margin-bottom: 25px;
}

.homeAboutContainer {
    display: flex;
    justify-content: space-between;
}

.homeAbout h1 {
    text-align: center;
    font-weight: 400;
    color: white;
    font-size: 46px;
    margin-bottom: 20px;
}

.homeAbout h1 span {
    font-weight: 700;
    color: #ffc317;
}

.homeAboutContainer h3 {
    margin-top: 0;
}

.homeMapWrapper {
    overflow: hidden;
    position: relative;
    padding-top: 14%;
    flex: 0 0 40%;
    margin-left: 5px;
}

.homeMapWrapper iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
    border-bottom: 3px solid #ffc317;
    height: 400px;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    margin: 0;
    bottom: 20px;
    width: 100%;
    left: 0;
    text-align: right;
    font-size: 70px;
    padding: 10px 30px;
    background: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    text-shadow: 2px 2px 2px black;
}

.p-header h1 span {
    font-weight: 400;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 83%;
    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;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #000000;
}

.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: #ffc318;
    border-color: #cccccc;
}

.k-pager-wrap .k-link:hover {
    color: #000000;
}






/* FEATURED INVENTORY */

.single-item-slider .slider-outer {
    height: 305px;
}

.single-item-slider .slider-inner .item {
    width: 273px;
}

.single-item-slider .img-container {
    height: 160px;
}

.single-item-slider .item {
    background-color: rgb(0 0 0);
    border: 2px solid white;
}

.single-item-slider .item-detail .name {
    color: white;
    text-transform: uppercase;
    line-height: 20px;
}

.single-item-slider .item-detail .price {
    font-size: 24px;
    padding: 0 2%;
    font-weight: 700;
    text-transform: uppercase;
    bottom: 5px;
}

.featuredInventory h2 {
    display: none;
}

.featText {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.featText h3 {
    font-size: 40px;
    color: #ffc317;
}

.featText h3 span {
    font-weight: 400;
    color: white;
}





/* INVENTORY */

.remove-all-filters-link {
    text-decoration: none;
    background-color: black;
    color: white;
    padding: 3px 7px;
    font-size: 14px;
    display: block;
    border: 2px solid #ffc317;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
    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: 19px;
    padding: 5px 10px;
    bottom: -9px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #000000;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    border: 2px solid #ffc317;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid black;
    position: relative;
}

.inventory-container .vehicle {
    transition: .4s ease;
}

.inventory-container .vehicle:hover {
    background-color: #ffffff3b;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 19px;
    min-height: 40px;
}

.inventory-container .vehicle .title {
    padding: 0 5px 34px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.inventory-container .vehicle .savings {
    position: absolute;
    top: -9px;
    left: -5px;
}

#showroom .section-box {
    background-color: #232323;
}

#details-accordions {
    color: black;
}

.inventory-image.suggested-unit-image {
    height: 160px;
}

#SimilarVehicles .vehicle-box {
    border: 2px solid;
}

#SimilarVehicles .vehicle-box:hover {
    transform: scale(1.03);
}

.inventory-container .vehicle .thumb {
    line-height: 238px;
}

.inventory-container .vehicle .thumb {
    height: 238px;
}

.inventory-image {
    max-height: 250px;
}

.blurbBanner span {
    top: -164px;
    left: -27px;
    font-size: 16px;
    font-weight: 700;
}

.list-group.flex {
    font-size: 16px;
}

.panel-body.specs-panel div {
    padding: 0;
}

.list-group-item {
    padding: 10px;
}









/* FORMS */

.btn-primary {
    color: #fff;
    border-radius: 0;
    background-color: black;
    border: 2px solid #ffc317;
    text-transform: uppercase;
    font-weight: 700;
    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: #ffc317;
    border-color: #ffc317;
    transform: scale(0.95);
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ffffff;
    padding: 15px;
    color: black;
}

.empform {
    margin-top: 25px;
}

.form-header-text {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
}

.customForm .form-header-text {
    font-size: 30px;
}

.forms-title-section {
    text-align: center;
}

.form-control {
    background-color: #ebebeb;
    border: none;
    box-shadow: none;
    font-size: 14px!important;
    color: black;
    border-radius: 0;
    margin: 5px 0;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px!important;
    background-color: #ebebeb;
    color: black;
    border: none;
    margin: 5px 0;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 83px;
}

.customForm [placeholder="Phone"] {
    width: 123px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}

.inquiryformcontainer {
    font-size: 15px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #ffffff;
    color: black;
}

.locationBox {
    margin-top: 25px;
}

@media (min-width: 768px) {
#Form2331 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form2331 > div:nth-child(1) > fieldset > div:nth-child(n+10) {
    padding: 0 5px;
}
}







/* FOOTER */

footer.body .outer-wrapper {
    background-color: #fff;
    color: #000;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
    font-weight: 700;
}

footer.body .copyright .wrapper {
    padding: 20px 0;
    border-top: 1px solid #3d3d3d;
}

.footerWrapper {
    background-color: white;
    position: relative;
    color: black;
}

.footerContainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 25px 15px;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
    line-height: 28px;
}

.footerContainer a {
    color: black;
}

.footerContainer a:hover {
    color: #6c6c6c;
}

.footerBlock img, 
.footerBlock .dealer-address, 
.footerBlock .dealer-phone {
    display: block;
}

.footerBlock .dealerLogo {
    max-width: 275px;
    margin-top: 20px;
}

.footerBlock ul {
    list-style: none;
    padding: 0;
}

.footerInfo {
    text-align: center;
    display: block;
    margin-top: 10px;
}

.footerBlock .dealer-phone {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-top: 8px;
}

.footerBlock li {
    position: relative;
    font-weight: 700;
    min-width: 175px;
}

.footerBlock li:before {
    content: '\f101';
    font-family: 'FontAwesome';
    padding-right: 5px;
    color: #ffc317;
    transition: .3s;
}

.footerBlock li:hover:before {
    padding-right: 15px;
}

.footerBlock table td:nth-child(1) {
    font-weight: 700;
    padding-right: 15px;
}





/* BREAKPOINTS */

@media (max-width: 1499px) {
.container {
    width: 1170px;
}

.single-item-slider .slider-inner .item {
    width: 286px;
}

.btnContainer a {
    margin-bottom: 8px;
}

.btnContainer h3 {
    font-size: 37px;
    line-height: 33px;
}

.oemContainer {
    width: 100%;
}

.p-header {
    height: 325px;
}

.p-header h1 {
    font-size: 60px;
}

.inventory-container .vehicle .thumb {
    line-height: 189px;
}

.inventory-container .vehicle .thumb {
    height: 189px;
}

.headerRight {
    flex: 0 0 22%;
}

.mapWrapper {
    padding-bottom: 105%;
}
}




@media (max-width: 1199px) {
.container,
.footerContainer {
    width: 970px;
}

#main-nav .container {
    width: 100%;
}

.headerRight {
    flex: 0 0 26%;
}

.headerLogo {
    flex: 0 0 25%;
}

.btnContainer h3 {
    font-size: 26px;
    line-height: 25px;
}

.btnContainer a {
    margin-bottom: 7px;
}

.single-item-slider .slider-inner .item {
    width: 284px;
}

.p-header {
    height: 290px;
}

.p-header h1 {
    font-size: 50px;
}

.inventory-container .vehicle .thumb {
    height: 156px;
}

.inventory-container .vehicle .thumb {
    line-height: 152px;
}

.mapWrapper {
    padding-bottom: 130%;
}
}





@media (max-width: 991px) {
.container,
.footerContainer {
    width: 740px;
}

.btnContainer {
    flex-flow: row;
    justify-content: space-between;
    margin-top: 25px;
}

.btnContainer a {
    flex: 0 0 32%;
}

.single-item-slider .slider-inner .item {
    width: 317px;
}

.homeAbout h1 {
    font-size: 37px;
}

.headerMid {
    font-size: 16px;
    flex: 0 0 29%;
}

.headerContainer .dealer-address {
    margin-right: 0;
    display: inline-block;
}

.headerMid > div:nth-child(1) .fa {
    display: inline-block;
}

.headerMid > div:nth-child(2) a {
    font-size: 20px;
}

.headerRight {
    flex: 0 0 34%;
}

.p-header {
    height: 215px;
}

.p-header h1 {
    font-size: 40px;
}

.siteSearch-M button {
    background-color: #787878;
}

.inventory-container .vehicle .thumb {
    height: 250px;
}

.inventory-container .vehicle .thumb {
    line-height: 242px;
}

.inventory-image {
    max-height: 250px;
}

.mapWrapper {
    padding-bottom: 53%;
    margin-top: 25px;
}
}




@media (max-width: 767px) {
.container,
.footerContainer {
    width: 100%;
}

.headerMid div:nth-child(2),
.headerBtns,
.headerInfo,
.headerContainer .phone-text,
.headerLogo {
    display: none;
}

.headerMid > div:nth-child(1) {
    flex-flow: row;
    justify-content: space-between;
}

.btnContainer {
    flex-flow: column;
    margin-top: 0;
}

.footerContainer {
    flex-flow: column;
    align-items: center;
}

.btnContainer h3 {
    font-size: 8vw;
    line-height: 8vw;
}

#main-nav .navbar-toggle {
    background-color: black;
    border-radius: 0;
}

.headerRight {
    flex: 0 0 65%;
}

.siteSearch {
    margin-top: 0;
}

.headerMid > div:nth-child(1) .fa {
    font-size: 23px;
    margin: 5px 8px;
}

.navbar-nav>li>a {
    padding: 15px;
    font-size: 18px;
}

.oemContainer a {
    padding: 5px;
    flex: 0 0 18%;
}

.single-item-slider .slider-inner .item {
    width: 214px;
}

.single-item-slider .item-detail .price {
    font-size: 21px;
}

.single-item-slider .img-container {
    height: 120px;
}

.featText div:nth-child(2) {
    display: none;
}

.featText h3 {
    font-size: 29px;
}

.homeAboutContainer {
    flex-flow: column;
}

.homeMapWrapper {
    padding-top: 65%;
}

.footerBlock {
    margin: 25px 0;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 30px;
    padding: 5px 10px;
}

header.body {
    margin-bottom: 0;
}

#content-container {
    padding-bottom: 0;
}

#showroom .row.is-flex.item-boxes {
    justify-content: center;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
}

#home-page {
    margin-bottom: 0;
}

.oemContainer {
    flex-wrap: wrap;
    margin-top: 25px;
}
}





