body {
    font-size: 16px;
    color: #000;
    font-family: 'Roboto Condensed', 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/7646efce-220b-4b5f-8c5e-24cc60bb4d00/background.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
    background: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/7646efce-220b-4b5f-8c5e-24cc60bb4d00/background.jpg) no-repeat center bottom;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: 'Lora', serif;
}


a,
a.promo-link {
    color: #ff6600;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #000000;
    text-decoration: none;
}

.searchSection {
    background-color: rgb(0 0 0 / 55%);
    margin-top: -25px;
}

.btnSection {
    background-color: white;
    margin-top: 0!important;
    position: relative;
    padding-bottom: 45px;
}

.btnSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/71c6a066-a49a-44a7-96d1-57adbc5cb7a8/featuredBack-3.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    filter: opacity(0.2);
    background-repeat: no-repeat;
    left: 0;
}

.aboutSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/cab91d0f-63da-4645-8727-f11a77a9e444/mountain-background.jpg);
    margin-top: 0!important;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom {
    background-color: rgb(255 255 255 / 85%);
    padding: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 80%);
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}








/* HEADER */

header.body {
    position: relative;
    background-color: white;
    border-bottom: 3px solid black;
}

header.body:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/2e2dc80a-1442-4332-b8d4-459e26a9e710/header-back-2.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    z-index: 0;
    filter: opacity(0.2);
    bottom: 0;
    left: 0;
}

.headerbackground {
    position: relative;
}

/*
.headerbackground:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/6431954a-8ae4-48cc-a47c-cfabec90b32f/header-back.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    z-index: 0;
    filter: opacity(0.2);
}
*/

.headercontainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 0;
    position: relative;
    z-index: 3;
    align-items: center;
}

.headercontainer a {
    color: black;
}

.headerblock {
    flex: 0 0 25%;
}

.headerblock:nth-child(3) {
    text-align: right;
}

.headerInfo .dealer-address, 
.headerblock .dealer-phone {
    display: block;
}

.headerblock .dealer-phone {
    font-weight: 700;
    font-size: 22px;
}

.headerlogo {
    flex: 0 0 50%;
    text-align: center;
}

.headerlogo img {
    max-width: 250px;
}

.headersocial {
    display: flex;
    justify-content: flex-end;
}

.headersocial a {
    font-size: 22px;
    padding: 0 8px;
}








/* NAVIGATION */

.navbar-nav>li>a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    color: black;
    padding: 22px 15px;
    font-family: 'Lora';
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #ff6600;
}

.navbar-nav>li>a:before {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    background-color: black;
    left: 0;
    bottom: 0;
    transition: .3s;
    z-index: -1;
}

.navbar-nav>li>a:hover:before {
    height: 100%;
}

.dropdown-menu {
    background-color: black;
}

#main-nav li.dropdown.open ul {
    border-top-color: #000;
}

.dropdown-menu>li>a {
    color: #fff;
}

#main-nav .dropdown-menu>li>a:hover, #main-nav .dropdown-menu>li>a:focus {
    background-color: transparent;
    color: #ff6600;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-around;
}

.social-media-icons {
    display: none;
}





/* CONTENT */

.siteSearch {
    display: flex;
    width: 600px;
    margin: 17% auto 22%;
    border: 3px solid black;
}

.siteSearch .form-control {
    border-radius: 0;
    border: none;
    padding: 23px 15px;
    margin: 0;
}

.siteSearch button {
    border: none;
    background-color: white;
    color: #ff6600;
    font-size: 30px;
    padding-right: 20px;
}

.btnContainer {
    display: flex;
    justify-content: space-between;
    margin-top: -45px;
    margin-bottom: 75px;
}

.btnContainer a {
    flex: 0 0 32%;
    position: relative;
}

.btnContainer a:hover {
    transform: scale(1.05);
}

.btnContainer h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    left: 50%;
    transform: translateX(-50%);
    font-size: 31px;
    line-height: 30px;
    padding: 5px;
    z-index: 3;
    color: white;
    top: 8%;
    text-shadow: 1px 1px 1px black;
}

.btnContainer h3 span {
    display: block;
    font-size: 38px;
}

.btnContainer h3:after {
    left: unset;
    right: -30px;
    transform: rotate(-58deg);
}

.homeSlider {
    margin-top: 28px;
}

.homeAbout {
    width: 700px;
    text-align: justify;
    background-color: rgb(255 255 255 / 70%);
    padding: 45px;
    line-height: 34px;
    margin: 85px auto;
}

.p-header {
    position: relative;
    height: 250px;
    margin-bottom: 25px;
}

.p-header img {
    filter: grayscale(1);
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    bottom: 0;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-size: 50px;
    background: linear-gradient(to bottom, rgba(255,178,0,1) 0%,rgba(224,48,1,1) 100%);
    border-bottom: 3px solid black;
}

ul.partsList,
ul.servList {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.partsList li {
    flex: 0 0 25%;
    position: relative;
}

.partsList li:before {
    content: '\f085';
    font-family: 'FontAwesome';
    color: #ff6600;
    padding-right: 5px;
}

ul.servList {
    justify-content: space-between;
    padding: 0;
}

ul.servList li {
    flex: 0 0 50%;
    position: relative;
}

ul.servList li:before {
    content: '\f0ad';
    font-family: 'FontAwesome';
    color: #ff6600;
    padding-right: 5px;
}

.aboutPic {
    float: right;
    padding: 0 0 15px 15px;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #ff6600;
}

.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: #ff6600;
    background-color: #dcdcdc;
    border-color: #cccccc;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 30%;
    min-height: 150px;
    margin-top: 25px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

.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;
}






/* FEATURED INVENTORY */


.featuredInventory h2 {
    display: none;
}

.single-item-slider .slider-outer {
    height: 325px;
}

.single-item-slider .slider-inner .item {
    width: 248px;
}

.single-item-slider .img-container {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    height: 175px;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border-radius: 0px;
    border: none;
}

.single-item-slider .item-detail .name {
    text-align: left;
    text-transform: uppercase;
    line-height: 18px;
    color: #757575;
}

.single-item-slider .item-detail .price {
    font-size: 22px;
    padding: 0 2%;
    font-family: 'Lora';
    text-transform: uppercase;
    bottom: 9px;
    color: black;
    font-weight: 700;
}

.single-item-slider .slider-inner .item {
    width: 277px;
    margin: 10px;
    padding: 10px;
}

.single-item-slider .slider-inner a:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 56%);
}

.single-item-slider .slider-control {
    top: 21%;
}






/* 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;
    position: absolute;
    white-space: nowrap;
    font-size: 18px;
    padding: 3px 8px;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    background-color: #f0700a;
    text-transform: uppercase;
    font-weight: 100;
    border: 3px solid black;
    background-image: linear-gradient(to bottom, rgba(255,178,0,1) 0%,rgba(224,48,1,1) 100%);
    box-shadow: inset 1px 1px 1px white, inset -1px -1px 1px white;
    font-family: 'Lora';
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid black;
}

.inventory-container .vehicle {
    transition: .4s ease;
}

.inventory-container .vehicle:hover {
    background-color: #ffffff;
    transition: .4s ease;
    transform: scale(1.04);
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    min-height: 43px;
}

.inventory-container .vehicle .title {
    padding: 0 5px 28px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}






/* FORMS */

.btn-primary {
    color: black;
    background-color: #ff6600;
    background: linear-gradient(to bottom, rgba(255,178,0,1) 0%,rgba(224,48,1,1) 100%);
    border-radius: 0;
    border: 3px solid black;
    box-shadow: inset 1px 1px 1px white, inset -1px -1px 1px white;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 4px;
    position: relative;
    transition: .3s;
    z-index: 3;
}

.btn-primary:before {
    content: '';
    width: 0px;
    height: 100%;
    background-color: black;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
    z-index: -1;
}

.btn-sec {
    margin: 10px auto;
    display: block;
    width: max-content;
    font-size: 20px;
}

.btn-primary:hover:before {
    width: 100%;
}

.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: #000000;
    border-color: #000000;
    background: linear-gradient(to bottom, rgba(255,178,0,1) 0%,rgba(224,48,1,1) 100%);
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 0 5px black;
    background-size: cover;
    color: black;
    overflow: hidden;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    font-size: 29px;
    margin-bottom: 4px;
    position: relative;
    font-family: 'Lora';
}

.form-control {
    border-radius: 0;
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid white;
    transition: .3s;
    box-shadow: 0 0 4px rgb(0 0 0 / 18%);
}

.form-control:hover {
    border-color: #ff6600;
}

.form-control:focus {
    border-color: #ff6600;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 0 0 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 0 0 / 60%);
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.field-validation-valid {
    color: black;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 10px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #ffffff;
    box-shadow: 0 0 5px black;
}

#VehicleInquiryContainer {
    padding: 10px;
}

.mainform .k-widget.k-datepicker.k-header {
    margin-left: 10px;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 95px;
}

.customForm [placeholder="Zip Code"] {
    width: 77px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea, 
.customForm select {
    font-size: 14px!important;
    border: none;
    margin: 5px 0;
    padding: 2px 7px;
    color: black;
    box-shadow: 0 0 4px rgb(0 0 0 / 18%);
}

@media (min-width: 768px) {
#Form1654 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1653 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1653 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1654 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form1655 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form1654 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1653 > div:nth-child(1) > fieldset > div:nth-child(n+12),
#Form1655 > div:nth-child(1) > fieldset > div:nth-child(n+10) {
    padding: 0 5px;
}
}





/* FOOTER */

footer.body .outer-wrapper {
    background-color: #fff;
    color: #6b6b6b;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}

footer.body .copyright .wrapper {
    padding: 25px 50px;
    border-top: 1px solid gray;
    width: max-content;
    margin: auto;
}

.footerbackground {
    background-color: white;
}

.footercontainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    line-height: 30px;
}

.footertable td:first-child {
    padding-right: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.footerblock a {
    color: black;
}

.footerblock .dealer-phone {
    font-weight: 700;
    display: block;
    font-size: 36px;
    font-family: 'Lora';
}

.footercontainer .dealer-address {
    padding-right: 4px;
    border-right: 1px solid gray;
}

.footercontainer .dealer-city {
    padding-left: 6px;
}

.footerLogo {
    max-width: 240px;
    margin: 15px 0;
}

.footerblock .btn-primary {
    margin: 20px 0;
}

.footersocialwrapper {
    display: flex;
}

.footersocialwrapper a {
    padding: 0 10px;
    font-size: 30px;
}

ul.footerlinks {
    list-style: none;
    padding: 0;
}

.footerlinks li:before {
    content: '\f178';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    color: gray;
}

.footerlinks li {
    position: relative;
}

ul.footerlinks li:hover:before {
    right: 20px;
    transform: rotate(180deg);
    color: #ff6600;
}

a.dealer-facebook {
    color: #3b5998;
}

a.dealer-instagram {
    color: #8a3ab9;
}





@media (max-width: 1199px) {
.navbar-nav>li>a {
    font-size: 16px;
    padding: 20px 7px;
}

.headercontainer,
.footercontainer {
    width: 970px;
}

.btnContainer h3 {
    font-size: 27px;
    line-height: 25px;
}

.btnContainer h3 span {
    display: block;
    font-size: 32px;
}

.single-item-slider .slider-inner .item {
    width: 230px;
    margin: 5px;
    padding: 5px;
}

.single-item-slider .item-detail .price {
    font-size: 18px;
}

.inventory-container .vehicle .price {
    font-size: 16px;
}
}




@media (max-width: 991px) {
.headercontainer, 
.footercontainer {
    width: 740px;
}

#main-nav .nav>li>a {
    font-size: 12px;
    padding-left: 3px;
    padding-right: 3px;
}

.btnContainer h3 {
    font-size: 21px;
    line-height: 19px;
}

.btnContainer h3 span {
    font-size: 24px;
}

.single-item-slider .slider-inner .item {
    width: 215px;
}

.footercontainer {
    flex-flow: column;
    align-items: center;
    text-align: center;
}

.footersocialwrapper {
    justify-content: center;
}

.siteSearch {
    width: 400px;
}

.p-header {
    height: 200px;
}

.p-header h1 {
    font-size: 40px;
}
}





@media (max-width: 767px) {
.headercontainer, 
.footercontainer {
    width: 100%;
}

.headerblock:nth-child(3) {
    display: none;
}

.headercontainer {
    align-items: flex-start;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.headerlogo {
    order: 1;
}

.headerlogo img {
    max-width: 150px;
}

.headerblock {
    order: 2;
    flex: 0 0 50%;
    text-align: right;
}

.homeAbout {
    width: 90%;
    text-align: center;
    margin: 30px auto;
    padding: 10px;
    line-height: 30px;
}

footer.body .copyright .wrapper {
    width: 100%;
}

.siteSearch {
    width: 98%;
}

a.headerInfo {
    display: none;
}

.headerblock .dealer-phone {
    font-size: calc(19px + (37 - 16) * ((100vw - 300px) / (1600 - 300)));
}

.btnContainer {
    flex-flow: column;
}

.btnContainer h3 {
    font-size: 8vw;
    line-height: 7vw;
}

.btnContainer h3 span {
    font-size: 7vw;
}

.btnContainer {
    margin-bottom: 0px;
}

.homeSlider {
    margin-top: 0;
}

.navbar {
    border: none;
}

#main-nav .nav>li>a {
    padding: 16px!important;
    font-size: 14px;
}

#main-nav .dropdown-menu > li > a {
    color: black;
}

.headercontainer {
    z-index: 1100;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 6vw;
}

#main-nav {
    z-index: 3333333;
    margin-top: -45px;
}

.partsList li {
    flex: 0 0 50%;
    position: relative;
}

pagerTop .k-pager-wrap {
    width: 91%;
}

.mapandhourstbl {
    margin: auto;
}

.mapWrapper {
    padding-bottom: 75%;
    margin-top: 0;
}

#main-nav .navbar-toggle {
    position: relative;
    z-index: 44444444;
}

.navbar-nav {
    display: block;
}

.nav>li>a:focus, .nav>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: white;
}

#main-nav li.dropdown.open ul {
    background-color: white;
}
}
