body {
    font-family: 'Lato', 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: #000000 url() no-repeat center bottom;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #000000 url() 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;
    text-transform: uppercase;
}

a,
a.promo-link {
    color: #f86705;
    transition: .3s;
}

a:focus, 
a:hover {
    color: #ffffff;
    text-decoration: none;
}

#content-container {
    padding-bottom: 25px;
}

.searchSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/7fbf76b1-6f84-43bb-9ffe-fa5c006a2dce/search-back.jpg);
    background-size: cover;
    margin-top: -25px;
    padding: 80px 0px 160px;
    border-bottom: 8px solid rgb(242, 90, 13);
    background-position: center;
}

.btnSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/5723a7e7-74c2-46bd-870c-4092c3b676e5/btn-back-3.jpg);
    background-size: cover;
    margin-top: 0!important;
    padding: 30px 0;
    background-position: center center;
}





/* HEADER */
.headerContainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding: 15px;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
}

.headerContainer a {
    color: #d3d3d3;
}

.headerContainer a:hover {
    color: #f86705;
}

.headerBlock .dealer-address {
    display: block;
}

.headerBlock .dealer-phone {
    font-size: 25px;
}

.headerSocial {
    display: flex;
    justify-content: center;
}

.headerSocial a {
    font-size: 20px;
    padding: 0 10px;
}

.headerBlock {
    flex: 0 0 25%;
}

.headerLogo {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.secLogo {
    flex: 0 0 25%;
}

.secLogo img {
    max-height: 40px;
}





/* NAVIGATION */

#main-nav {
    background: linear-gradient(rgb(248 103 5) 0%, rgb(246 141 32) 100%);
}

.navbar-nav > li > a {
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

.nav > li > a:focus, .nav > li > a:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: black;
    color: rgb(242, 90, 13);
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}
}

.social-media-icons {
    display: none;
}

.navbar {
    border: none;
}

/*
.navbar-nav>li:before {
    content: '';
    width: 100%;
    height: 0;
    background-color: black;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
}

.navbar-nav>li:hover:before, 
li.dropdown.open:focus {
    height: 90%;
}
*/







/* CONTENT */

.home-search-container {
    text-align: center;
}

.home-search-container h2 {
    font-size: 65px;
    margin-bottom: 0;
}

.home-search-container h5 {
    font-size: 35px;
    font-weight: 400;
    margin-top: 0;
    width: fit-content;
    margin: 0 auto;
    position: relative;
}

.home-search-container h5:before, 
.home-search-container h5:after {
    content: '';
    width: 120px;
    height: 2px;
    background-color: white;
    position: absolute;
    margin-left: -130px;
    top: 20px;
}

.home-search-container h5:after {
    margin-left: unset;
    right: -130px;
}

.siteSearch {
    display: flex;
    width: 550px;
    margin: 30px auto 0;
    border: 3px solid #f25a0d;
    border-radius: 25px;
}

.siteSearch .form-control {
    border-radius: 20px 0px 0px 20px;
    border: none;
    padding: 21px;
    margin: 0;
}

.siteSearch .btn-primary {
    border-radius: 0px 20px 20px 0px;
    color: black;
    background-color: rgb(242, 90, 13);
    border: none;
    font-size: 18px;
    margin: 0;
}

.btnContainer {
    display: flex;
    flex-flow: column;
}

.btnContainer a {
    padding: 14px;
    margin-bottom: 11px;
    color: black;
    position: relative;
    background: linear-gradient(rgb(248 103 5) 0%, rgb(246 141 32) 100%);
    z-index: 4;
}

.btnContainer h3 {
    margin: 0;
    text-align: center;
    font-size: 37px;
}

.btnContainer a:after {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    background-color: white;
    left: 0;
    bottom: 0;
    transition: .3s;
    z-index: -1;
}

.btnContainer a:hover:after {
    height: 100%;
}

.p-header h1 {
    text-align: center;
    font-size: 50px;
    color: #f76804;
    border-bottom: 4px solid;
}

.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;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.brief p {
    font-size: 14px;
    margin-bottom: 0;
}

#employees-team-page h1.page-title {
    text-align: center;
    color: #f76804;
}

.photo {
    width: 100%;
    height: 250px;
}

.department .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#employee24968 {
    display: flex;
    flex: 0 0 98%;
    position: relative;
}

#employee24968 .photo {
    flex: 0 0 32%;
    margin-right: 15px;
    position: relative;
}

#employee24968 .photo:before {
    content: '';
    width: 145px;
    height: 50px;
    background-color: white;
    position: absolute;
    left: 86px;
    bottom: 0;
}

#employee24968 .name {
    position: absolute;
    bottom: 35px;
    left: 114px;
}

#employee24968 .job {
    position: absolute;
    bottom: 18px;
    left: 136px;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #f76804;
}

.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: #d1d1d1;
    border-color: #cccccc;
}

.service-page ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.service-page li {
    flex: 0 0 50%;
    padding-right: 25px;
}

.service-pic {
    float: right;
    padding: 0px 0px 15px 15px;
    width: 50%;
}

.serv-pic {
    width: 55%;
    float: left;
    padding: 5px 15px 15px 0;
}

.serviceFAQ {
    margin-bottom: 25px;
}

.serviceFAQ .FAQ h3 {
    width: 98%;
    padding: 0px 6px;
    font-size: 18px;
}

.FAQ .question:hover {
    cursor: pointer;
}

.serviceFAQ .question {
    position: relative;
    display: flex;
    flex-flow: row-reverse;
}

.serviceFAQ .FAQ .fa-plus {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
}

.faqEmpBio {
    padding: 15px;
}

.faq-emp-block {
    margin: 0px 15px 0 0;
    text-align: center;
    background-color: rgb(224, 224, 224);
    padding: 10px;
    max-width: 270px;
    float: left;
}

.FAQ {
    border-top: 2px solid #D3D3D3;
    transition: .3s;
}
.FAQ:hover {
    color: #c2c2c2;
}
.FAQ h3 {
    display: inline-block;
}
.FAQ .fa-plus {
    font-size: 18px;
    padding: 7px;
    float: right;
    margin-top: 17px;
}
.FAQ p {
    display: none;
    padding: 10px 20px;
    background-color: rgb(45 45 45);
}

img.serv-pic-2 {
    float: right;
    padding: 15px 0px 15px 15px;
}

.serv-emp-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.contain-hours table td:nth-child(1) {
    padding-right: 15px;
}

.serv-emp-block {
    margin: 10px;
    flex: 0 0 28%;
    text-align: center;
    background-color: rgb(224, 224, 224);
    border: 10px solid rgb(224, 224, 224);
    color: black;
}

.serv-emp-block img {
    width: 100%;
    object-fit: cover;
    max-height: 330px;
    object-position: center;
}

.serv-emp-block p {
    margin-bottom: 0px;
    font-size: 14px;
}

.serv-emp-block h3, .faq-emp-block h3 {
    margin: 0;
    background-color: #ff6600;
    color: white;
}

.serv-emp-block h5, .faq-emp-block h5 {
    margin: 5px 0 3px;
    font-size: 16px;
    color: black;
}


/* PARTS PAGE OEMS */

.oemContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 25px;
}

.oemContainer a {
    padding: 15px;
    flex: 0 0 25%;
}







/* FEATURED INVENTORY */

.featuredInventory,
.latestReviews {
    margin-top: 50px;
}

.featuredInventory h2,
.latestReviews h2 {
    text-align: center;
    font-size: 58px;
    position: relative;
    color: #f25a0d;
    text-shadow: 0 0 5px black;
    border-bottom: 5px solid #f25a0d;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
}

.single-item-slider .img-container {
    height: 150px;
}

.single-item-slider .item-detail .name {
    color: black;
    font-size: 14px;
    line-height: 20px;
}

.single-item-slider .item-detail .price {
    font-size: 18px;
    padding: 0 1%;
    text-transform: uppercase;
    font-weight: 700;
    bottom: 0;
    color: #f86705;
}

.single-item-slider .slider-outer {
    height: 260px;
}





/* REVIEWS */

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 19em;
}

.latestReviews a:hover {
    color: gray;
}





/* FORMS */

.btn-primary {
    color: rgb(0, 0, 0);
    border: 2px solid rgb(241, 116, 23);
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin: 10px 0px;
    border-radius: 0px;
    background: linear-gradient(rgb(248, 103, 5) 0%, rgb(246, 141, 32) 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: #f17417;
    border-color: #000000;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: white;
    padding: 15px;
    color: rgb(0 0 0);
}

.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: white;
    border: 2px solid transparent;
    border-bottom: 2px solid #acacac;
    border-radius: 0;
    color: #000;
}
.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;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: auto;
    font-size: 20px;
}

.form-control {
    margin: 5px 0px;
    background-color: white;
    border-width: 2px;
    border-style: solid;
    border-color: transparent transparent #b3b3b3;
    border-image: initial;
    border-radius: 0px;
    color: #000000;
    font-size: 14px !important;
    box-shadow: none;
}

.form-control:hover {
    border-color: #737373;
}

.form-control:focus {
    border-color: #ed1a2d;
    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: 29px;
    margin-bottom: 0px;
    color: rgb(247, 104, 4);
    position: relative;
    text-align: center;
    font-weight: 700;
}

.forms-title-section {
    text-align: center;
}

.inquiryformcontainer {
    background-color: white;
    color: black;
}

.vdpinquiryheader {
    font-weight: unset;
    font-family: 'Roboto Slab', sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 0;
    color: #ed1a2d;
    position: relative;
}

.locationBox {
    background-color: white;
    color: black;
}


@media (min-width: 768px) {
#Form1594 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1594 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
#Form1595 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1595 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
#Form1599 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1599 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1594 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1595 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1599 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}
}

#credit-app-page .jumbotron {
    display: none;
}

#creditAppForm section {
    background: #ffffff!important;
    color: black;
}





/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #dbdbdb;
    border-color: #ddd;
    text-transform: uppercase;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    font-size: 22px;
    padding-right: 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #f76804;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid black;
}

.inventory-container .vehicle:hover {
    background-color: rgb(246 140 32);
    transition: all 0.4s ease 0s;
    background: linear-gradient(rgb(248, 103, 5) 0%, rgb(246, 141, 32) 100%);
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 19px;
    min-height: 39px;
    margin-top: 3px;
}

.inventory-container .vehicle .title {
    padding: 2px 5px;
    border-top: 2px solid #ff6600;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

#DealerLocationContainer {
    margin-top: 15px;
}

.inventory-container .vehicle .thumb {
    height: 193px;
    line-height: 188px;
}









/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.footerBack {
    background-color: black;
}

.footerLinks {
    background: linear-gradient(rgb(248 103 5) 0%, rgb(246 141 32) 100%);
    display: flex;
    justify-content: center;
}

.footerLinks a {
    color: black;
    text-transform: uppercase;
    padding: 15px 45px;
    font-weight: 700;
}

.footerLinks a:hover {
    color: white;
}

.footerContainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    text-transform: uppercase;
}

.footerContainer a {
    color: lightgrey;
}

.footerContainer a:hover {
    color: #f86705;
}

.footerContainer div:nth-child(1) {
    text-align: center;
}

.footerBlock .dealer-address, 
.footerBlock .dealer-phone, 
.footerBlock .btn-primary {
    display: block;
}

.footerBlock .btn-primary {
    width: max-content;
    margin: 10px auto;
    font-size: 18px;
    color: black;
}

.footerBlock .btn-primary:hover {
    color: white;
}

.footerBlock .dealer-phone {
    font-size: 30px;
}

.footerBlock h3 {
    text-align: center;
    color: #f76804;
}

.footerSocial {
    display: flex;
    justify-content: center;
}

.footerSocial a {
    font-size: 33px;
    padding: 10px;
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(125,125,125,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footertable td:first-child {
    padding-right: 15px;
}




@media (max-width: 1199px) {
.headerContainer,
.footerContainer {
    width: 970px;
}

.btnContainer h3 {
    font-size: 28px;
    padding: 3px 0;
}

.footerLinks a {
    padding: 15px 30px;
}

.inventory-container .vehicle .thumb {
    height: 155px;
    line-height: 150px;
}

.mapWrapper {
    padding-bottom: 131%;
}

#employee24968 .photo:before {
    left: 63px;
}

#employee24968 .name {
    left: 91px;
}

#employee24968 .job {
    left: 113px;
}

.serv-emp-block img {
    max-height: 277px;
}

.serviceFAQ .FAQ h3 {
    width: 96%;
}

.navbar-nav > li > a {
    padding: 15px 6px;
    font-size: 15px;
}
}




@media (max-width: 991px) {
.headerContainer,
.footerContainer {
    width: 740px;
}

.headerBlock {
    flex: 0 0 30%;
}

.headerLogo {
    flex: 0 0 40%;
}

.footerLinks a {
    padding: 15px 15px;
}

.footerContainer {
    flex-flow: column;
    align-items: center;
}

.btnContainer h3 {
    font-size: 16px;
    padding: 5px 0px;
}

.p-header h1 {
    font-size: 40px;
}

.inventory-image {
    max-height: unset;
}

.inventory-container .vehicle .thumb {
    height: 250px;
    line-height: 218px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.secLogo img {
    max-height: 20px;
}

#employee24968 .photo {
    flex: 0 0 36%;
}

#employee24968 .photo:before {
    left: 42px;
    bottom: -77px;
}

#employee24968 .name {
    left: 70px;
    bottom: 50px;
}

#employee24968 .job {
    left: 90px;
    bottom: 33px;
}

.serv-emp-block {
    margin: 10px 0;
    flex: 0 0 32%;
}

.serv-emp-block h3 {
    font-size: 19px;
}

.serv-emp-block img {
    max-height: 235px;
}

.faq-emp-block {
    max-width: 200px;
}
}




@media (max-width: 767px) {
.headerContainer,
.footerContainer,
.siteSearch {
    width: 100%;
}

.footerLinks {
    flex-wrap: wrap;
}

.oemContainer a {
    padding: 15px;
    flex: 0 0 50%;
}

.headerContainer div:nth-child(1) {
    display: none;
}

.headerLogo,
.headerBlock {
    flex: 0 0 50%;
}

.headerBlock .dealer-phone {
    font-size: 18px;
}

.featuredInventory h2, .latestReviews h2 {
    font-size: 30px;
}

#main-nav .navbar-brand {
    font-family: 'Lato';
    font-weight: 700;
    color: black;
    text-transform: uppercase;
}

.searchSection {
    padding: 30px 0px 70px;
}

.home-search-container h2 {
    font-size: 50px;
}

.home-search-container h5 {
    font-size: 30px;
}

.home-search-container h5::before, .home-search-container h5::after {
    width: 18px;
    height: 2px;
    margin-left: -24px;
    top: 17px;
}

.home-search-container h5::after {
    margin-left: unset;
    right: -23px;
}

.navbar-nav > li > a {
    padding: 15px;
}

.p-header h1 {
    font-size: 35px;
    margin: 0;
}

.navbar-nav > li:before {
    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: rgb(0 0 0);
}

.inventory-container .vehicle .thumb {
    height: 100%;
    line-height: unset;
}

.pagerTop .k-pager-wrap {
    top: 104px;
    width: 91%;
}

.mapWrapper {
    padding-bottom: 90%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
}

.mainLogo {
    order: 1;
}

.secLogo {
    order: 2;
}

#employee24968 {
    flex-flow: column;
}

#employee24968 .photo {
    margin-right: 0;
}

#employee24968 .job,
#employee24968 .name {
    left: 0;
    bottom: 0;
    position: relative;
}

#employee24968 .photo:before {
    display: none;
}

.brief {
    max-height: 191px;
    overflow: scroll;
}

.faq-emp-block {
    max-width: 50%;
}

.service-page li {
    flex: 0 0 100%;
}

.service-pic {
    float: none;
    padding: 15px;
    width: 100%;
}

.serv-emp-block {
    margin: 10px 0px;
    flex: 0 0 100%;
}

.serv-emp-block img {
    max-height: 400px;
}

.serviceFAQ h1 {
    font-size: 29px;
    text-align: center;
}

.faqEmpBio {
    padding: 0;
}

.faqEmp > div > h3 {
    font-size: 20px;
}

.faqEmp > div > h5 {
    font-size: 14px;
}

.serv-emp-block {
    flex: 0 0 48%;
}

.serv-emp-block > h5 {
    font-size: 12px;
}

.serv-emp-block h3 {
    font-size: 14px;
}

.serv-emp-block img {
    max-height: 195px;
}

.serv-emp-block p {
    font-size: 12px;
    line-height: 16px;
    max-height: 169px;
    text-overflow: ellipsis;
    overflow-y: scroll;
}
}








