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(https://psmfirestorm.blob.core.windows.net/776974a2-da74-4a84-9b9e-71461d0da048/Hypermotars-SP-01-hero-02-1600x1000.jpeg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #ffffff url(https://psmfirestorm.blob.core.windows.net/776974a2-da74-4a84-9b9e-71461d0da048/Hypermotars-SP-01-hero-02-1600x1000.jpeg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

a,
a.promo-link {
    color: #ff0000;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #6b6b6b;
    text-decoration: none;
}

#outer-wrapper {
    overflow-x: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

.featuredSection {
    background-color: white;
    margin-top: 12%!important;
    position: relative;
    padding: 60px 0;
    z-index: 3;
}

.featuredSection:before {
    content: '';
    width: 102%;
    height: 38%;
    background-color: white;
    position: absolute;
    border-top: 3px solid black;
    transform: rotate(3deg);
    left: -6px;
    top: -49px;
    z-index: -1;
}

.sliderSection {
    margin-top: 0!important;
}

#content-container {
    padding-bottom: 30px;
}

#home-page {
    margin-bottom: -30px;
}

#inventory-page,
.page-background > div,
#showroom,
#vdp-container,
#employees-team-page,
#calendar-page,
#promotions-page,
#creditAppContainer {
    background-color: white;
    padding: 15px;
    margin-top: 25px;
}





/* HEADER */

header.body {
    background-color: white;
    border-bottom: 3px solid red;
}

.headerContainer {
    width: 1480px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    text-transform: uppercase;
    align-items: flex-start;
}

.headerBlock {
    display: flex;
    align-items: center;
    margin-right: 100px;
}

.headerContainer a {
    color: black;
}

.headerContainer a:hover {
    color: red;
}

.headerBlock .dealer-address {
    padding-right: 15px;
    position: relative;
}

.headerBlock .dealer-address:after {
    content: '';
    width: 3px;
    height: 100%;
    background-color: #d6d6d6;
    position: absolute;
    right: 8px;
}

.headerBlock .dealer-phone {
    font-weight: 700;
    font-size: 25px;
    margin: 0 23px;
}

.headerSocial a {
    font-size: 21px;
}

.headerLogo {
    flex: 0 0 22%;
}






/* NAVIGATION */

#main-nav {
    margin-top: -64px;
}

.navbar-nav>li>a {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    transform: skewX(-10deg);
    color: black;
}

.navbar-nav>li>a:after {
    content: '';
    width: 3px;
    height: 50%;
    background-color: #d6d6d6;
    position: absolute;
    transform: translateY(50%);
    top: 0;
    right: 0;
}

.navbar-nav > li:last-child >a:after {
    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;
}

@media (min-width: 768px) {
.navbar-nav {
    float: right;
}
}

#main-nav .container {
    width: 1470px;
}





/* CONTENT */

.homeSearchContainer {
    width: 47%;
    margin-left: auto;
    margin-top: 7%;
}

.homeSearchTitle {
    color: white;
    text-shadow: 1px 1px 1px black;
    font-size: 35px;
    text-align: center;
}

.homeSearchTitle span {
    display: block;
    font-size: 86px;
    position: relative;
    width: max-content;
    padding: 0 25px;
    font-style: italic;
    margin: auto;
}

.homeSearchTitle span:before {
    width: 100%;
    content: '';
    height: 30px;
    background-color: red;
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;
}

.siteSearch {
    width: 500px;
    margin: 30px auto;
    display: flex;
    box-shadow: black 0px 0px 10px;
    border: 3px solid #000000;
    transform: skewX(-10deg);
}

.siteSearch .form-control {
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 25px;
    font-size: 14px!important;
    margin: 0;
    background-color: white;
    color: black;
}

.siteSearch .form-control:hover {
    border: none;
}

.siteSearch button {
    background-color: #ff0000;
    border: none;
    font-size: 25px;
    padding: 5px 19px;
    border-radius: 0;
    transform: none;
    margin: 0;
}

.btnContainer {
    display: flex;
    justify-content: space-around;
    margin-top: 11%;
}

.btnContainer a {
    flex: 0 0 30%;
    text-align: center;
    background-color: black;
    padding: 20px 15px 34px;
    transform: skewX(-10deg);
    position: relative;
    border: 3px solid white;
    box-shadow: 0 0 10px black;
}

.btnContainer a:hover {
    border-color: red;
}

.btnBlock h2 {
    margin: 0;
    line-height: 34px;
}

.btnBlock h2 span {
    display: block;
    font-size: 45px;
    color: white;
}

.btnBlock > span {
    text-transform: uppercase;
    position: absolute;
    background-color: white;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    padding: 5px 10px;
    color: black;
    transition: .3s;
}

.btnContainer a:hover div > span {
    background-color: red;
}

.oemContainer {
    display: flex;
    width: 800px;
    margin: auto;
    align-items: center;
    text-align: center;
    justify-content: space-around;
}

.oemContainer img {
    max-height: 121px;
}

.oemContainer div {
    flex: 0 0 30%;
    text-align: center;
    padding: 0 58px;
    transition: .3s;
}

.oemContainer div:hover {
    transform: scale(1.1);
}

.p-header {
    height: 300px;
    margin-bottom: 25px;
    position: relative;
}

.p-header:after {
    content: '';
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    margin: 0;
    font-size: 60px;
    text-align: center;
    bottom: 19px;
    line-height: 50px;
    left: 80%;
    transform: translateX(-50%);
    color: white;
    z-index: 3;
    text-shadow: 1px 1px 1px black;
}

.p-header h1 span {
    display: block;
    transform: skewX(-10deg);
}

.p-header h1 span:before {
    content: '';
    width: 102%;
    height: 23px;
    background-color: red;
    position: absolute;
    bottom: 0;
    left: -1%;
    z-index: -1;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: red;
}

.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: #e8e8e8;
    border-color: #cccccc;
}

.mapWrapper {
    position: relative;
    padding-bottom: 107%;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maptext .dealer-name {
    margin-top: 0;
}

.mapandhourstbl td:first-child {
    padding-right: 15px;
}

#creditAppForm section {
    background: #000000!important;
    color: white;
}









/* FEATURED INVENTORY */

.single-item-slider .slider-inner .item {
    width: 289px;
}

.single-item-slider .slider-outer {
    height: 291px;
}

.single-item-slider .img-container {
    height: 145px;
}

.single-item-slider .item {
    background-color: rgb(0 0 0);
    border: 3px solid black;
}

.single-item-slider .item-detail .name {
    color: #9e9e9e;
}

.single-item-slider .item-detail .price {
    font-size: 24px;
    padding: 0 2%;
    text-transform: uppercase;
    font-weight: 700;
    bottom: 0;
    color: white;
}

.featuredInventory h2 {
    display: none;
}

.featText h2 {
    font-size: 63px;
    text-align: center;
    position: relative;
    width: max-content;
    padding: 10px;
    line-height: 57px;
}

.featText h2 span {
    display: block;
    font-size: 70px;
    position: relative;
    padding: 0 10px;
    z-index: 3;
    transform: skewX(-10deg);
}

.featText h2 span:before {
    content: '';
    width: 100%;
    height: 29px;
    background-color: red;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: -1;
}






/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #dbdbdb;
    border-color: #ddd;
    text-transform: uppercase;
    font-size: 18px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 27px;
    padding-right: 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle-box {
    background: #000;
    border: 3px solid black;
}

.inventory-container .vehicle:hover {
    background-color: #ed1a2d;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 19px;
    min-height: 39px;
    margin-top: 3px;
}

.inventory-container .vehicle .title {
    padding: 2px 5px;
}

.inventory-container .vehicle .title a {
    color: white;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

#DealerLocationContainer {
    margin-top: 15px;
}

.inventory-container .vehicle .thumb,
.inventory-container .vehicle .title,
.inventory-container .vehicle .price-box {
    background-color: #000;
}







/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
    font-weight: 700;
    font-size: 18px;
    border-radius: 0;
    transform: skewX(-10deg);
    text-transform: uppercase;
    margin: 10px 0;
    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: black;
    background-color: white;
    border-color: red;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: black;
    padding: 15px;
    color: #fff;
    position: relative;
}

.secform {
    margin-top: 25px;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    right: unset;
    top: unset;
}

.vdp-inquire {
    margin: 5px 0;
    font-size: 14px!important;
    background-color: black;
    border: 2px solid transparent;
    border-bottom: 2px solid #505050;
    border-radius: 0;
    color: #fff;
}
.vdp-inquire[placeholder~="Name"] {
    width: 7em;
}
.customForm [placeholder="Zip Code"] {
    width: 65px;
}
.vdp-inquire[placeholder~="Email"] {
    width: 10em;
}
.vdp-inquire[placeholder~="Phone"] {
    width: 9em;
}
textarea.vdp-inquire {
    width: 100%;
    min-height: 60px;
}

.form-control {
    margin: 5px 0;
    font-size: 14px!important;
    background-color: black;
    border: 2px solid transparent;
    border-bottom: 2px solid #505050;
    border-radius: 0;
    color: #fff;
}

.form-control:hover {
    border: 2px solid #737373;
}

.form-control:focus {
    border-color: #a82127;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 163, 102, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 163, 102, 0.6);
}

.form-header-text {
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 0;
    color: red;
    position: relative;
    font-weight: 700;
    text-align: center;
}

.forms-title-section {
    text-align: center;
}

.inquiryformcontainer {
    background-color: black;
    color: white;
    font-size: 15px;
    position: relative;
}

.locationBox {
    background-color: black;
    color: white;
}






/* FOOTER */

footer.body .outer-wrapper {
    background-color: #0a0a0a;
    color: #fff;
    text-align: center;
}

.footer-background {
    background-color: black;
    position: relative;
}

.footer-background:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/4d50f72b-db61-4fe8-bf23-d0e922ddc100/footer-back.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    filter: opacity(0.4);
    background-position: 50% 34%;
}

.footer-container {
    width: 1470px;
    margin: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 45px;
    text-transform: uppercase;
    position: relative;
}

.footer-container a {
    color: white;
    transition: .3s;
}

.footer-container a:hover {
    color: #afafaf;
}

.footer-block ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.footer-block li {
    margin: 25px;
    position: relative;
    font-size: 19px;
    font-weight: 700;
    transform: skewX(-10deg);
}

.footer-block li:before {
    content: '';
    width: 3px;
    height: 82%;
    position: absolute;
    right: -27px;
    top: 50%;
    background-color: #868686;
    z-index: 0;
    transform: translateY(-50%);
}

.footerLogoContainer {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.footerLogoContainer a {
    padding: 15px;
}

.slngLogo img {
    max-width: 200px;
}

.footer-container .dealer-phone {
    font-weight: 800;
    font-size: 34px;
    margin-bottom: 45px;
    display: block;
}

.footer-container .connect {
    display: flex;
    margin-bottom: 45px;
    align-items: center;
    width: 68%;
    justify-content: space-around;
}

.footerLogoContainer .dealerLogo img {
    max-width: 120px;
}

.social a {
    font-size: 31px;
}

.footer-block a:last-child li:before {
    display: none;
}






/* BREAKPOINTS */

@media (max-width: 1499px) {
.headerContainer,
.footer-container,
#main-nav .container {
    width: 1170px;
}

.navbar-nav>li>a {
    padding: 15px 12px;
    font-size: 15px;
}

#main-nav {
    margin-top: -54px;
}
}




@media (max-width: 1199px) {
.headerContainer,
.footer-container,
#main-nav .container {
    width: 970px;
}

.headerLogo {
    flex: 0 0 25%;
}

.headerContainer {
    padding: 15px 15px 0;
    align-items: center;
}

.headerBlock {
    margin-right: 0;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}

.social-media-icons {
    display: none;
}

.navbar-nav>li>a {
    padding: 15px 12px;
    font-size: 16px;
}

.homeSearchContainer {
    width: 56%;
}

.featText {
    margin-top: 19%;
}

.featText h2 {
    font-size: 47px;
    line-height: 44px;
}

.featText h2 span {
    font-size: 55px;
}

.single-item-slider .slider-inner .item {
    width: 272px;
}

.footer-block {
    width: 100%;
}

.footer-block li {
    font-size: 16px;
    margin: 25px 10px;
}

#main-nav {
    margin-top: 0;
}

.p-header {
    height: 275px;
}

.mapWrapper {
    padding-bottom: 133%;
}
}




@media (max-width: 991px) {
.headerContainer,
.footer-container,
#main-nav .container {
    width: 740px;
}

#main-nav .nav>li>a {
    padding-left: 7px;
    padding-right: 7px;
}

.navbar-nav>li>a:after {
    width: 2px;
    right: -2px;
}

.siteSearch {
    width: 400px;
}

.btnContainer a {
    flex: 0 0 31%;
    padding: 15px 15px 28px;
}

.btnBlock h2 {
    line-height: 33px;
    font-size: 28px;
}

.btnBlock h2 span {
    font-size: 41px;
}

.headerBlock .dealer-phone {
    font-size: 23px;
    margin: 0 12px;
}

.headerBlock .dealer-address {
    padding-right: 10px;
}

.headerBlock .dealer-address:after {
    right: 6px;
}

.featText {
    margin-top: 0;
}

.featText h2 {
    margin: 0 auto 25px;
}

.featuredSection:before {
    top: -31px;
}

.single-item-slider .slider-inner .item {
    width: 212px;
}

.single-item-slider .item-detail .price {
    font-size: 21px;
}

.oemContainer {
    width: 700px;
}

.footer-block li {
    font-size: 14px;
    margin: 25px 0px;
}

.footer-block li:before {
    display: none;
}

.p-header {
    height: 210px;
}

.p-header h1 {
    font-size: 43px;
    line-height: 38px;
}

.siteSearch-M button {
    transform: none;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}
}





@media (max-width: 767px) {
.headerContainer,
.footer-container,
#main-nav .container,
.siteSearch,
.homeSearchContainer,
.oemContainer {
    width: 100%;
}

.homeSlider {
    margin-top: -30px;
}

.headerLogo,
.headerAddress,
.navbar-nav>li>a:after {
    display: none;
}

.headerBlock {
    justify-content: space-around;
    width: 100%;
}

.navbar-nav {
    float: left;
    display: block;
}

.homeSearchTitle {
    font-size: 30px;
}

.homeSearchTitle span {
    font-size: 70px;
}

.btnContainer {
    flex-flow: column;
    margin: 0% 0 10%;
}

.btnContainer a {
    margin: 15px 10px;
}

.featuredSection:before {
    top: -21px;
    height: 16%;
}

.oemContainer div {
    padding: 0 15px;
}

.footer-block li {
    margin: 15px 0px;
    font-size: 16px;
}

.footer-block ul {
    flex-flow: column;
    align-items: center;
    margin-top: 15px;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 8vw;
    line-height: 8vw;
    left: 70%;
}

.p-header h1 span:before {
    height: 46%;
}

#inventory-page, .page-background > div, #showroom, #vdp-container, #employees-team-page, #calendar-page, #promotions-page, #creditAppContainer {
    margin-top: 0;
}

#content-container {
    padding-bottom: 0;
}

header.body,
#home-page {
    margin-bottom: 0;
}

.mapWrapper {
    padding-bottom: 90%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
}

.featText h2 span {
    font-size: 45px;
}

.featText h2 {
    font-size: 40px;
    line-height: 39px;
}

.featText h2 span:before {
    height: 22px;
}

.footer-container {
    padding: 15px;
}
}




