body {
    font-size: 16px;
    color: #000;
    font-family: 'Rajdhani', sans-serif;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
    #outer-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        height: 115vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/6ad82274-8bd9-4511-b165-9924b160bca2/grand-junction-background.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
    background: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/6ad82274-8bd9-4511-b165-9924b160bca2/grand-junction-background.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}
}



a,
a.promo-link {
    color: #ff6600;
    transition: .3s;
    font-weight: 600;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #000000;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 1500px) {
.container {
    width: 1470px;
}
}

.typeSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/c55ea5e3-db5e-4df4-9638-c3b20a989867/featuredBack.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}

.featuredSection {
    position: relative;
    margin-top: 0!important;
    padding: 6% 0 7%;
    background-color: black;
}

.featuredSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/eeaf443a-89b7-4ed6-83e3-5cb6c8330ace/23-fxlrst-low-rider-st-detail-bc-0011.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    background-attachment: fixed;
    background-position: center;
    filter: opacity(0.5);
}

.aboutSection {
    position: relative;
    margin-top: 0!important;
    padding: 60px 0;
}

.aboutSection:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/3b2e6d62-195a-4e1b-9dc9-3a567d5d3038/background.jpg);
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
}

.socialSection {
    margin-top: 0!important;
    border: 20px solid white;
    background-color: white;
}

#promotions-page, 
#inventory-page,
.page-background > div,
#calendar-page,
#employees-team-page 
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
.custom-page,
#employees-team-page,
#vdp-container,
#creditAppContainer,
.jumbotron .container {
    background-color: white;
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}







/* HEADER */
header.body {
    background-color: white;
    color: black;
    border-bottom: 5px solid #929292;
    box-shadow: 0 0 10px black;
    background-image: url(https://psmfirestorm.blob.core.windows.net/278cc8a6-469b-47d8-9b30-a4d3bb5879d9/dark-metal-back.jpg);
    background-size: cover;
    background-position: 50% 21%;
}

.headerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: flex-start;
}

.headerBlock {
    display: flex;
    justify-content: space-between;
    flex: 0 0 50%;
    text-transform: uppercase;
    align-items: center;
    position: relative;
}

.headerBlock::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: black;
    position: absolute;
    bottom: -15px;
}

.headerBlock .dealer-address {
    padding-right: 5px;
    border-right: 1px solid gray;
}

.headerBlock .dealer-city {
    padding-left: 5px;
}

.headerBlock .dealer-phone {
    font-size: 42px;
    font-weight: 700;
    line-height: 57px;
}

.headerBlock .dealer-phone .fa-mobile {
    padding-right: 5px;
    color: gray;
}

.headerBlock div:first-child {
    display: flex;
    flex-flow: column-reverse;
    text-align: center;
}

.headerSocial {
    display: flex;
    justify-content: space-between;
}

.headerSocial a {
    font-size: 25px;
    padding: 3px;
    width: 43px;
    height: 43px;
    margin: 0px 5px;
    text-align: center;
    box-shadow: 0px 0px 4px black;
    background-color: #ffffff;
    border-radius: 50%;
    color: black;
    border: 3px solid white;
}

.headerSocial a:hover,
.footerSocial a:hover {
    color: #ff6600!important;
    border-radius: 0;
}

.headerAddress {
    display: block;
    margin-top: -9px;
    color: white;
    position: relative;
    z-index: 2;
}

.headerContainer a:hover {
    color: #ff6600;
}

.headerSocial a:hover {
    color: white;
}

.headerLogo {
    position: relative;
    z-index: 3333;
}

.headerLogo h1,
a.logo h1 {
    margin: 0;
    font-weight: 600;
    color: white;
    font-size: 50px;
}

a.logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerLogo > a > div:nth-child(1) {
    margin-right: 15px;
}

.headerLogo > a > div:nth-child(1) > img, 
.footerTop > a > div:nth-child(1) > img {
    max-width: 270px;
}

a.logo .hdLogo {
    max-width: 80px;
}

.headerHours {
    text-align: center;
    margin-left: 25px;
    color: white;
}

.headerHours h5 {
    margin: 0;
    font-size: 16px;
}





/* NAVIGATION */

#main-nav {
    margin-top: -47px;
}

.navbar-nav {
    float: right;
    margin: 0;
}

.navbar-collapse {
    padding-right: 0;
}

#main-nav .container {
    padding-right: 0;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
}

#main-nav-collapse > ul > li:nth-child(3) > a {
    color: yellow;
}

.nav-tabs>li>a {
    background-color: #d8d8d8;
}

@media (min-width: 768px) {
.navbar-nav>li>a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 19px;
    color: white;
    position: relative;
    z-index: 3;
    padding: 15px 13px;
    background: linear-gradient(#929292 90%, #929292 100%) no-repeat;
    background-position-y: 51px;
    background-size: 100% 100%;
    transition: .25s !important;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: unset;
    text-decoration: none;
    background-position-y: 0;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: linear-gradient(#929292 90%, #929292 100%) no-repeat;
}
}

.navbar {
    border: none;
}

.social-media-icons {
    display: none;
}








/* CONTENT */

.siteSearch {
    display: flex;
    width: 450px;
    margin: 4% auto;
    box-shadow: 0 0 10px black;
}

.siteSearch .form-control {
    padding: 26px;
    border-radius: 0;
    border-right: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: none;
    border: 5px solid white;
    margin: 0;
    color: black;
}

.siteSearch .form-control:hover {
    border-color: white;
}

.siteSearch button {
    background-color: #ff6600;
    text-transform: uppercase;
    font-weight: 700;
    color: black;
    border: 5px solid white;
    border-radius: 0;
    margin: 0;
    font-size: 20px;
}

.siteSearch button:hover {
    border-color: white;
}

.siteSearch button:before {
    display: none;
}

.btnContainer {
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-top: 60px;
    align-items: flex-end;
}

.btnContainer .fa {
    font-size: 40px;
    color: #b0b0b0;
}

.btnContainer h3 {
    color: white;
    text-shadow: 2px 2px 3px black;
    font-size: 53px;
    margin-bottom: 0;
    transition: .3s;
}

.btnContainer a:hover h3 {
    color: #ff6600;
}

.btnContainer h5 {
    margin-top: 0;
    font-size: 20px;
    letter-spacing: 2px;
    color: white;
    font-weight: 600;
    text-shadow: 2px 2px 3px black;
}

.btnContainer img {
    max-width: 75px;
    filter: invert(.7);
}

.btnContainer a.mobileBtn {
    display: none;
}

.familyWrapper > div > div:nth-child(3) > a > img {
    max-height: 208px;
}

.familyContainer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: -89px;
}

.familyblock h3 {
    font-size: 32px;
    line-height: 28px;
    min-height: 55px;
    text-align: center;
}

.familyWrapper h3:nth-child(1) {
    text-align: center;
    font-size: 137px;
    color: rgb(255 255 255);
    text-shadow: 3px 3px 9px rgb(0 0 0 / 29%);
}

.familyblock img {
    transition: .3s;
}

.familyblock a:hover img {
    transform: translateY(-10px);
}

.instagram-block {
    position: relative;
    padding-bottom: 20%;
}

.instagram-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.homeSlider {
    margin: 4% 0;
}

.homeAbout {
    line-height: 30px;
    background-color: rgb(255 255 255 / 83%);
    padding: 15px;
}

.homeAbout > span {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

.homeAbout h1.dealer-name {
    margin-top: 0;
    text-align: center;
    font-size: 32px;
}

.homeSocial h4 {
    margin: 0;
    margin-left: 10px;
    font-size: 50px;
}

.homeSocial {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px 0 50px;
    font-size: 50px;
}

.homeSocial a {
    display: flex;
    color: white;
    flex: 0 0 32%;
    justify-content: center;
    padding: 15px;
    text-shadow: 1px 1px 3px black;
}

.homeSocial a:hover {
    transform: scale(1.05);
}

.homeSocial a.dealer-facebook {
    background-color: #0059ff;
    background: linear-gradient(to bottom, #4dacf7 0%, 50%,#2064d8 100%);
}

.homeSocial a.dealer-instagram {
    background-color: purple;
    background: radial-gradient(circle at 4% 107%, #ffe157 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.homeSocial a.dealer-youtube {
    background-color: red;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
    height: 250px;
}

.p-header:before {
    content: '';
    background: linear-gradient(to right, rgb(0 0 0 / 69%) 0%,rgba(255,255,255,0) 100%);
    width: 85%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.p-header h1 {
    position: absolute;
    margin: 0;
    font-size: 65px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 70px;
    left: 1%;
    padding-left: 10px;
    text-shadow: 1px 1px 1px black;
    color: white;
}

.p-header h1:after {
    content: '';
    width: 100px;
    height: 3px;
    position: absolute;
    left: 11px;
    top: 68px;
    background-color: #ff6600;
}

.p-header h1 span {
    display: block;
    font-weight: 400;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

ul.finList {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}   

ul.finList li {
    position: relative;
    flex: 0 0 33%;
}

ul.finList li:before {
    content: '\f21c';
    font-family: 'FontAwesome', sans-serif;
    position: absolute;
    left: -26px;
    color: #ff6600;
}

div.k-scheduler .mv-event {
    padding-left: 5px;
    padding-right: 5px;
    line-height: 16px;
    font-size: 14px;
}

.hogContainer {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
}

.wtrContainer > div {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 25px;
}

.wtrContainer img {
    margin: auto;
    display: block;
}

.department-collapse {
    display: block;
}

.department .title {
    border: 1px solid #eeeeee;
    background: #eeeeee;
}

.photo {
    height: 350px;
    width: 100%;
}

.department .photo img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}






/* RIDING ACADEMY */

.raMain {
    background-color: white;
    font-family: 'DINPro', sans-serif;
    color: black;
}

.raMain .hero {
    width: 100%;
}

.raMain a {
    background-color: #ff6600;
    color: white;
    font-weight: 700;
    padding: 10px 25px;
    position: relative;
    display: inline-block;
    margin: 10px 0;
    font-size: 20px;
    font-family: 'DINPro-Bold', sans-serif;
    text-transform: uppercase;
    transition: .3s;
}

.raMain a:hover {
    color: black;
}

.raMain .panelFAQ {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.RAsectionOne,
.RAsectionFive,
.RAsectionNine {
    padding: 30px 15px;
}

.RAsectionOne,
.RAsectionFive {
    background-color: #dedede;
}

.RAsectionOne,
.RAsectionNine h3 {
    text-align: center;
}

.raMain h1, 
.raMain h2, 
.raMain h3,
.raMain h4 {
    font-family: 'DinPro-Bold', sans-serif;
}

.raMain .panelFAQ p {
    font-family: 'DINPro', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.RAsectionOne h1 {
    margin-top: 0;
}

.RAsectionTwo > div,
.RAsectionFour,
.RAsectionFive,
.RAsectionSix,
.RAsectionSeven,
.RAsectionEight {
    display: flex;
    justify-content: space-between;
}

.RAsectionTwo div,
.RAsectionFour div,
.RAsectionFive div,
.RAsectionSix div,
.RAsectionSeven div,
.RAsectionEight div {
    padding: 15px;
}

.RAsectionTwo > div:nth-child(1) > div:nth-child(1),
.RAsectionSix > div:nth-child(1),
.RAsectionEight > div:nth-child(1) {
    flex: 0 0 50%;
    margin-right: 15px;
}

.RAsectionFour > div:nth-child(2),
.RAsectionSeven > div:nth-child(2) {
    flex: 0 0 50%;
    margin-left: 15px;
}

.raMain h1 {
    font-size: 40px;
}

.raMain h2 {
    font-size: 35px;
}

.raMain h3 {
    font-size: 30px;
    margin-top: 0;
}

.raMain h4 {
    font-size: 18px;
}

.raMain .videoWrapper {
    width: 100%;
    margin: 15px;
    flex: 0 0 47%;
    height: 100%;
    padding-bottom: 25%;
}

.raMain ul {
    list-style: square;
}

.RAsectionThree {
    text-align: center;
    padding: 30px;
}

.accordionRA {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
    font-weight: 700;
    font-style: normal;
    position: relative;
    font-family: 'DINPro-Bold', sans-serif;
}

.accordionRA:after {
    content: '\f00d';
    font-family: 'FontAwesome';
    color: #ff6600;
    right: 15px;
    position: absolute;
    transform: rotate(45deg);
    transition: .3s;
}

.accordionRA.active:after {
    transform: rotate(0deg);
}

.raMain .accordionBlock {
    position: relative;
    display: block;
    padding: 10px;
}

.RAsectionNine .accordionBlock:before {
    display: none;
}



@media (max-width: 767px) {
.raMain h1 {
    font-size: 30px;
}

.RAsectionTwo > div:nth-child(1), 
.RAsectionFour, 
.RAsectionSix, 
.RAsectionEight {
    flex-flow: column-reverse;
}

.RAsectionTwo > div:nth-child(2),
.RAsectionFive,
.RAsectionSeven {
    flex-flow: column;
}

.RAsectionTwo > div:nth-child(1) > div:nth-child(1), .RAsectionSix > div:nth-child(1), .RAsectionEight > div:nth-child(1) {
    margin-right: 0;
}

.RAsectionFour > div:nth-child(2), .RAsectionSeven > div:nth-child(2) {
    margin-left: 0;
}

.raMain .videoWrapper {
    margin: 15px 0;
    padding-bottom: 51%;
}
}


/* ANNIVERSARY COLLECTION */
.anniversaryWrapper {
    background-color: white;
    padding: 15px;
    color: black;
}

.anniversaryWrapper h1 {
    margin-top: 0;
}

.anniversaryWrapper h2 {
    margin-bottom: 0;
}

.anniversaryWrapper > div:nth-child(2) {
    text-align: center;
}

.anniversaryContainer {
    display: flex;
    flex-wrap: wrap;
}

.anniversaryContainer > div {
    flex: 0 0 50%;
    padding: 15px;
    text-align: center;
}

.anniversaryContainer .btn-primary {
    margin: 10px auto;
}


@media (max-width: 767px) {
.anniversaryContainer {
    flex-flow: column;
}
}







/* FEATURED INVENTORY */

.featuredInventory h2 {
    color: white;
    font-size: 60px;
    text-shadow: 2px 2px 2px black;
}

.single-item-slider .item .item-inner {
    padding-bottom: 19%;
}

.single-item-slider .img-container {
    height: 166px;
}

.single-item-slider .slider-inner .item {
    width: 265px;
}

.featuredInventory {
    margin-top: 30px;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: 3px solid white;
}

.single-item-slider .slider-outer {
    height: 308px;
}

.single-item-slider .item-detail .name {
    color: black;
    line-height: 18px;
    font-size: 14px;
}

.single-item-slider .item-detail .price {
    font-size: 20px;
    left: 50%;
    padding: 4px 14px;
    bottom: -2px;
    width: max-content;
    transform: translateX(-50%);
    color: #000;
    background-color: #ff6600;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0;
    transition: .3s;
    z-index: 9;
    border-radius: 0;
}

.single-item-slider .item-detail {
    border-top: 1px solid black;
    margin-top: 6px;
}




/* REVIEWS */

.latestReviews h2 {
    display: none;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 20.4em;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 247px;
}

.reivew-name {
    font-weight: 700;
    text-transform: uppercase;
    color: black;
}






/* INVENTORY */

.price.discount-price1 {
    color: #ff6600;
    font-weight: 700;
    font-size: 22px;
}

#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;
    font-weight: 900;
    color: white;
    background-color: black;
    width: max-content;
    margin: 0 auto 5px;
}

.inventory-container .vehicle .price-box:hover a {
    color: #000000;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle {
    transition: .4s ease;
}

.inventory-container .vehicle:hover {
    background-color: #e4e4e4;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    min-height: 43px;
}

.inventory-container .vehicle .title {
    padding: 5px;
    background-color: #e6e6e6;
}

.inventory-container .vehicle .title a {
    color: black;
}

.inventory-container .vehicle .price-box {
    background-color: #e6e6e6;
}

.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;
    border: 3px solid white;
    background-color: #e6e6e6;
}

.inventory-container .vehicle .thumb {
    line-height: 198px;
    height: 200px;
}

.inventory-image {
    width: 100%;
    object-fit: cover;
}

.inventory-container .vehicle .thumb {
    line-height: 198px;
}

.department-container {
    margin-top: 0;
}

#employees-team-page .page-title {
    font-size: 50px!important;
    text-align: center;
    margin-bottom: 0;
}

.department-container .department {
    background: transparent;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.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;
}

#seller-description {
    color: black;
}

#creditAppForm section {
    background: #ffffff!important;
    color: black;
}

.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: #000!important;
    background-color: #e6e6e6;
    border-color: #cccccc;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #000000;
}

.k-pager-wrap .k-link:hover {
    color: #000000;
    border-color: #ccc;
}

#vdp-container .images-container {
    max-width: 100%;
}

#SimilarVehicles .vehicle-box {
    background-color: white;
}






/* FORMS */

.btn-primary,
.employees-container > div > a > div:nth-child(1) {
    color: #000;
    position: relative;
    background-color: #ff6600;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 6px;
    transition: .3s;
    z-index: 9;
    border-radius: 0;
}

.employees-container > div > a > div:nth-child(1) {
    padding: 5px 10px;
    width: max-content;
    margin: 10px auto;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: 10px auto;
    font-size: 20px;
}

.btn-primary:before,
.employees-container > div > a > div:nth-child(1):before {
    content: '';
    position: absolute;
    border: #000000 solid 2px;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    transition: .3s;
    z-index: -1;
    border-radius: 0;
}

.btn-primary:hover,
.employees-container > div > a > div:nth-child(1):hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-primary:hover:before,
.employees-container > div > a > div:nth-child(1):hover:before {
    border: 21px solid #252525;
}

.btn-sec:hover:before {
    border: 26px solid #252525;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 0 5px black;
    background-size: cover;
    color: black;
}

.inquiryformcontainer,
.locationBox {
    box-shadow: 0 0 5px black;
}

.mainform label {
    margin-right: 10px;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
    margin-bottom: 4px;
    color: #ff6600;
    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;
}

.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) {
#Form10519 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form10519 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
#Form13825 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form10519 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}
}





/* FOOTER */

.footerWrapper {
    background-color: black;
    background-color: white;
    color: white;
    border-bottom: 5px solid #929292;
    background-image: url(https://psmfirestorm.blob.core.windows.net/278cc8a6-469b-47d8-9b30-a4d3bb5879d9/dark-metal-back.jpg);
    background-size: cover;
    background-position: 50% 21%;
}

.footerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-flow: column;
    padding: 15px;
}

.footerContainer a:hover {
    color: white;
}

.footerTop {
    display: flex;
    width: 1350px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}

.footerLogo img {
    max-width: 250px;
}

.footerLinks ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.footerLinks li {
    padding: 5px 14px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}

.footerLinks li:before {
    content: '\f0d7';
    font-family: 'FontAwesome';
    padding-right: 4px;
    color: #929292;
    font-size: 12px;
    position: absolute;
    left: 5px;
    top: 9px;
    transition: .3s;
}

.footerLinks li:hover:before {
    top: 0;
    transform: rotate(-90deg);
    /* position: absolute; */
    font-size: 21px;
    left: 0;
}

.footerBottom {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    border-top: 1px solid gray;
    padding: 30px 15px;
}

.footerInfo .dealer-address, 
.footerInfo .dealer-phone {
    display: block;
}

.footerInfo .dealer-phone {
    font-size: 27px;
    font-weight: 700;
}

.footerInfo > a:first-child {
    color: white;
}

.footerHours table td:first-child {
    padding-right: 15px;
    font-weight: 700;
}

.footerHours h4 {
    font-size: 22px;
    margin-top: 0;
}

.footerHours table {
    margin-bottom: 44px!important;
}

.footerMap {
    position: relative;
    padding-bottom: 22%;
    flex: 0 0 33%;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerPic {
    flex: 0 0 33%;
}

.footerSocial {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
}

.footerSocial a {
    font-size: 19px;
    padding: 3px;
    width: 36px;
    height: 36px;
    margin: 5px;
    text-align: center;
    box-shadow: 0px 0px 4px black;
    background-color: #ffffff;
    border-radius: 50%;
    color: black;
    border: 3px solid white;
}

.footerSocial a:hover {
    color: white;
}

footer.body .outer-wrapper {
    background-color: #e0e0e0;
    background: linear-gradient(to bottom, rgb(36 36 36) 0%,rgb(0 0 0) 100%);
    text-align: center;
    padding: 10px 0;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #fff;
}

.footerTop > a > div:nth-child(1) {
    margin-right: 15px;
}






@media (max-width: 1499px) {
.headerContainer,
.footerContainer {
    width: 1170px;
}

.footerTop {
    width: 100%;
}

.photo {
    height: 275px;
}

.headerLogo h1, 
a.logo h1 {
    font-size: 44px;
}

.headerLogo > a > div:nth-child(1) > img, 
.footerTop > a > div:nth-child(1) > img {
    max-width: 240px;
}

#main-nav {
    margin-top: 0;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-around;
}

.btnContainer h3 {
    font-size: 45px;
}

.familyWrapper h3:nth-child(1) {
    font-size: 107px;
}

.familyblock h3 {
    font-size: 29px;
}

.single-item-slider .slider-inner .item {
    width: 260px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 290px;
}

.homeAbout h1.dealer-name {
    font-size: 27px;
}

.footerTop {
    flex-flow: column;
}

.footerLinks {
    width: 100%;
    margin-top: 25px;
}

.footerMap {
    padding-bottom: 21%;
    flex: 0 0 29%;
}

.p-header {
    height: 220px;
}

.p-header h1 {
    font-size: 60px;
    line-height: 65px;
}

.p-header h1:after {
    top: 62px;
}
}






@media (max-width: 1199px) {
.headerContainer,
.footerContainer,
.homeSocial {
    width: 970px;
}

.headerBlock .dealer-phone {
    font-size: 35px;
}

.photo {
    height: 225px;
}

.homeSocial h4 {
    font-size: 44px;
}

.headerLogo > a > div:nth-child(1) {
    margin-right: 12px;
}

.headerLogo h1, a.logo h1 {
    font-size: 36px;
}

.headerLogo > a > div:nth-child(1) > img, 
.footerTop > a > div:nth-child(1) > img {
    max-width: 253px;
}

a.logo .hdLogo {
    max-width: 65px;
}

.headerHours {
    margin-left: 15px;
}

.headerBlock .dealer-address {
    padding-right: 0;
    border-right: none;
    display: block;
}

.headerBlock {
    flex: 0 0 47%;
}

.btnContainer h3 {
    font-size: 35px;
}

.familyWrapper h3:nth-child(1) {
    font-size: 86px;
}

.familyblock h3 {
    font-size: 23px;
    line-height: 21px;
}

.familyContainer {
    margin-top: -74px;
}

.single-item-slider .slider-inner .item {
    width: 285px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 317px;
}

.footerBottom {
    flex-wrap: wrap;
}

.footerMap {
    padding-bottom: 37%;
    flex: 0 0 100%;
    order: 4;
    margin-top: 25px;
}

.footerPic {
    flex: 0 0 36%;
    order: 3;
}

.p-header {
    height: 200px;
}

.p-header h1 {
    font-size: 55px;
    line-height: 60px;
}

.p-header h1:after {
    top: 58px;
}

.inventory-container .vehicle .price {
    font-size: 21px;
}
}





@media (max-width: 991px) {
.headerContainer,
.footerContainer,
.homeSocial {
    width: 740px;
}

#main-nav .nav > li > a {
    font-size: 14px;
    padding: 15px 14px;
}

.headerSocial {
    position: fixed;
    left: 0;
    flex-flow: column;
    background-color: black;
    top: 48%;
    padding: 5px;
    z-index: 10;
}

.photo {
    height: 360px;
}

.headerSocial a {
    font-size: 21px;
    width: 37px;
    height: 37px;
    margin: 5px 0;
    padding: 2px;
}

.headerBlock {
    flex: 0 0 32%;
}

.headerBlock .dealer-phone {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 6px;
}

.btnContainer h3 {
    font-size: 29px;
}

.familyWrapper h3:nth-child(1) {
    font-size: 65px;
}

.familyContainer {
    margin-top: -55px;
}

.familyblock h3 {
    font-size: 19px;
    line-height: 19px;
}

.single-item-slider .slider-inner .item {
    width: 211px;
}

.single-item-slider .img-container {
    height: 136px;
}

.homeSocial {
    font-size: 33px;
}

.homeSocial h4 {
    font-size: 34px;
}

.footerLinks li {
    padding: 5px 8px;
    font-size: 16px;
}

.footerLinks li:before {
    padding-right: 4px;
    font-size: 11px;
    left: -1px;
    top: 9px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 322px;
}

.latestReviews {
    margin-top: 25px;
}

.footerMap {
    margin-top: 0;
}

.p-header {
    height: 175px;
}

.p-header h1 {
    font-size: 50px;
    line-height: 53px;
}

.p-header h1:after {
    top: 50px;
}

.modal {
    z-index: 99999;
}

.siteSearch-M button:before {
    display: none;
}
}




@media (max-width: 767px) {
.headerContainer,
.footerContainer,
.homeSocial {
    width: 100%;
}

.photo {
    height: 330px;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.headerAddress {
    display: none;
}

.headerContainer {
    position: relative;
}

.headerBlock {
    position: absolute;
    bottom: -53px;
    left: 15px;
}

.siteSearch {
    width: 100%;
}

.homeSocial {
    flex-flow: column;
}

.homeSocial a {
    width: 100%;
    margin: 10px 0;
}

.headerHours {
    margin-left: 0;
    order: 1;
    flex: 0 0 100%;
    margin-bottom: 10px;
}

.headerHours h5 {
    margin-right: 15px;
    font-size: 16px;
    display: inline-block;
}

.headerLogo > a > div:nth-child(2) {
    order: 3;
}

.headerLogo > a > div:nth-child(1) {
    margin-right: 12px;
    order: 2;
}

a.logo {
    flex-wrap: wrap;
}

#main-nav .container {
    padding-right: 15px;
}

#main-nav .navbar-toggle {
    color: white;
}

.navbar-nav {
    float: left;
    display: block;
}

#main-nav .nav > li > a {
    font-size: 16px;
    padding: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: none;
}

.dropdown-menu>li>a {
    color: #d9d9d9;
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
}

.btnContainer {
    flex-flow: column;
    align-items: center;
}

.familyContainer {
    margin-top: -55px;
    flex-wrap: wrap;
    justify-content: center;
}

.footerLinks ul {
    flex-flow: column;
    align-items: center;
}

.familyWrapper h3:nth-child(1) {
    font-size: 13vw;
    color: black;
    text-shadow: none;
}

.familyblock h3 {
    font-size: 26px;
    line-height: 25px;
    min-height: unset;
}

.featuredInventory h2 {
    font-size: 45px;
}

.single-item-slider .slider-inner .item,
.latestReviews .single-item-slider .slider-inner .item {
    width: 216px;
}

.footerPic {
    flex: 0 0 100%;
}

.footerMap {
    margin-top: 25px;
    padding-bottom: 100%;
}

.footerBottom {
    justify-content: center;
}

.footerSocial {
    margin-bottom: 30px;
}

.headerLogo {
    margin-top: 0;
    flex: 0 0 100%;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 12vw;
    line-height: 13vw;
}

.p-header h1:after {
    top: 45%;
}

.headerLogo h1, a.logo h1 {
    font-size: 30px;
}

.headerLogo > a > div:nth-child(1) > img, .footerTop > a > div:nth-child(1) > img {
    max-width: 212px;
}

a.logo .hdLogo {
    max-width: 59px;
}

#main-nav-collapse {
    background-image: url(https://psmfirestorm.blob.core.windows.net/278cc8a6-469b-47d8-9b30-a4d3bb5879d9/dark-metal-back.jpg);
    background-size: cover;
    background-position: 36% 50%;
}

.pagerTop .k-pager-wrap {
    width: 92%;
}

#promotions-page, #inventory-page, .page-background > div, #calendar-page, #employees-team-page 
#vdp-container, #thankyou-page, #showroom, #blog-page, #blog-detail, #credit-thankyou-page, #events-page, .custom-page, #employees-team-page, #vdp-container, #creditAppContainer, .jumbotron .container {
    margin: 0 15px;
}

.typeSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/71989721-f2ea-44f9-9ee3-8d40264189be/background-mobile.jpg);
}

.btnContainer h3 {
    font-size: 10vw;
}

.btnContainer a.mobileBtn {
    display: initial;
}

.btnContainer a {
    margin-bottom: 15px;
}

.btnContainer img {
    max-width: 65px;
}

.btnContainer {
    margin-top: 30px;
}
}





