body {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 300;
}

@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/42f37484-1efb-40ff-80e9-7d10c9d36821/background-blur.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #ffffff url(https://psmfirestorm.blob.core.windows.net/42f37484-1efb-40ff-80e9-7d10c9d36821/background-blur.jpg) no-repeat;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
        background-position: 50% 50%;
}
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

a,
a.promo-link {
    color: #896844;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #000000;
    text-decoration: none;
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom,
#credit-thankyou-page{
    background-color: rgb(255 255 255 / 73%);
    padding: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 80%);
    border-radius: 8px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}






/* HEADER */

header.body {
    background-color: white;
    position: relative;
}

header.body:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/408be666-b6c1-4f20-8f4a-5ebfbf5230a3/lake-back.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background-position: center;
    z-index: 0;
    filter: opacity(0.7);
    background-size: cover;
}

.headerContainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    position: relative;
    z-index: 3;
}

.headerLogo {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex: 0 0 35%;
}

.headerLogo h1 {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 29px;
    text-align: center;
    color: black;
}

.headerLogo span {
    display: block;
    font-size: 28px;
    position: relative;
}

.headerLogo span:before, 
.headerLogo span:after {
    content: '';
    width: 10px;
    height: 3px;
    background-color: #93754f;
    position: absolute;
    top: 12px;
    margin-left: -17px;
}

.headerLogo span:after {
    margin-left: 2px;
}

.headerText h3 {
    text-align: center;
    position: relative;
    width: max-content;
    margin: auto;
}

.headerText h3 span {
    display: block;
    font-size: 35px;
}

.headerText h3:before {
    content: '\f086';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 97px;
    top: -28px;
    color: #ffffff;
    z-index: -1;
    left: -37px;
    transform: rotateY(180deg);
    filter: opacity(0.3);
    text-shadow: 0 0 3px black, 1px 1px 1px black;
}

.headerBlock {
    flex: 0 0 30%;
}

.headerLocations {
    display: flex;
    justify-content: space-between;
}

.headerLocations h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.headerLocations p {
    margin-bottom: 3px;
}

.headerLocations p a {
    color: black;
    font-weight: 100;
}

.headerLocations a {
    font-weight: 700;
}

.headerLocations p span {
    display: block;
    font-size: 14px;
}

.siteSearch {
    display: flex;
    width: 100%;
}

.siteSearch .form-control {
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #93754f;
    border-right: none;
}

.siteSearch .btn-primary {
    background-color: #93754f;
    border: 1px solid #93754f;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: white;
}

.headerPhone {
    font-weight: 700;
    font-size: 45px;
}

.headerMid {
    display: flex;
    flex-flow: column;
    align-items: center;
    flex: 0 0 26%;
}

.headerMid .oemLogo {
    padding: 0 10px 20px;
    max-width: 140px;
}







/* NAVIGATION */

#main-nav {
    background-color: #93754f;
    border-bottom: 3px solid black;
    position: relative;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-around;
}
}

.navbar-nav>li>a {
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    padding: 25px 10px;
}

.social-media-icons {
    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: black;
}





/* CONTENT */

.buttonContainer {
    display: flex;
    justify-content: space-around;
    margin-top: 25px;
}

.buttonContainer a {
    flex: 0 0 auto;
    text-align: center;
    background-color: rgb(255 255 255);
    padding: 15px;
    box-shadow: 0 0 10px black;
    background-image: url(https://psmfirestorm.blob.core.windows.net/2e676e0a-099e-4238-a5d1-20bc9e17df1d/golf-ball-texture.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    height: 225px;
    width: 225px;
}

.buttonContainer a:hover {
    transform: scale(1.1);
}

.buttonContainer h3 {
    margin-top: 58px;
    font-size: 29px;
    line-height: 30px;
    color: black;
}

.buttonContainer h3 span {
    display: block;
    font-size: 35px;
}

.buttonContainer .btn-primary {
    background-color: #93754f;
    border-color: #93754f;
    color: white;
}

.p-header {
    position: relative;
    border-bottom: 3px solid #93754e;
    margin-bottom: 25px;
}

.p-header img {
    border-radius: 20px 20px 0 0;
}

.p-header h1 {
    position: absolute;
    margin: 0;
    bottom: 0;
    color: white;
    font-size: 48px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    width: 100%;
    text-align: center;
}

.rentalContainer {
    text-align: center;
    padding: 20px;
}

.rentalContainer ul {
    text-align: left;
}

.mapLocations {
    display: flex;
    justify-content: space-between;
}

.mapLocations > div {
    flex: 0 0 50%;
    padding: 10px;
}

.maphourstable td:first-child {
    padding-right: 15px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 54%;
    min-height: 150px;
    margin-top: 22px;
    flex: 0 0 53%;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.locationWrapper {
    display: flex;
    justify-content: space-between;
}

.servicePromo {
    margin-top: 25px;
}

.maphourstable {
    line-height: 30px;
}






/* FEATURED INVENTORY */

.featuredInventory {
    margin: 60px 0 0;
}

.featuredInventory h2 {
    text-align: center;
    background-color: white;
    display: block;
    margin: 25px auto 8px;
    width: max-content;
    padding: 10px 15px;
    border-radius: 10px;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: none;
    border-radius: 10px;
}

.single-item-slider .item .item-inner {
    border-radius: 10px;
}

.single-item-slider .item-detail .name {
    color: black;
    font-size: 14px;
    line-height: 19px;
    min-height: 30px;
}

.single-item-slider .slider-outer {
    height: 242px;
}

.single-item-slider .item .item-inner {
    padding-bottom: 11%;
}

.single-item-slider .item-detail .price {
    font-size: 17px;
    left: 50%;
    background-color: black;
    font-weight: 700;
    text-transform: uppercase;
    bottom: -9px;
    width: max-content;
    transform: translateX(-50%);
    padding: 5px 10px;
    border-radius: 10px;
    border: 2px solid #93754f;
    color: #93754f;
}






/* 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: 17px;
    left: 50%;
    background-color: black;
    font-weight: 700;
    text-transform: uppercase;
    bottom: 1px;
    transform: translateX(-50%);
    padding: 5px 10px;
    border-radius: 10px;
    border: 2px solid #93754f;
    color: #93754f;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle:hover {
    background-color: #93754f;
    transition: .4s ease;
    border-radius: 8px;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    min-height: 43px;
}

.inventory-container .vehicle .title {
    padding: 0 5px 28px;
    border-radius: 0 0 8px 8px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.price-box > text > a:hover {
    color: white;
}

.inventory-container .vehicle .thumb {
    border-radius: 8px 8px 0 0;
}

.inventory-container .vehicle-box {
    border-radius: 8px;
}





/* FORMS */

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: white;
    border-radius: 8px;
    padding: 15px;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.form-control {
    font-size: 14px!important;
    margin: 5px 0;
    border-radius: 8px;
    color: black;
}

.btn-primary,
.rentalsBtn {
    color: #9c7c52;
    background-color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 8px;
    border: 2px solid;
    transition: .3s;
    margin: 5px 0;
}

.rentalsBtn {
    display: block;
    text-align: center;
    padding: 5px;
    width: fit-content;
    margin: 10px auto;
}

.rentalsBtn:hover {
    color: #9c7c52;
    transform: scale(1.02);
}

.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: #000;
    background-color: #9c7c52;
    border-color: #9c7c52;
}

.form-header-text {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 27px;
    margin-bottom: 0;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 3px;
}

.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;
    margin: 5px 0;
    padding: 2px 7px;
    color: black;
    border: 1px solid gray;
    border-radius: 8px;
}

.customForm textarea {
    width: 100%;
}

.customForm select {
    padding: 2px 3px;
    font-size: 14px;
    color: black;
    border: 1px solid gray;
    border-radius: 8px;
}

.inquiryformcontainer,
.locationBox {
    background-color: white;
    border-radius: 8px;
}

@media (min-width: 768px) {
#Form1690 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1691 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1690 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1691 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form1690 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1691 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}
}






/* FOOTER */

footer.body .outer-wrapper {
    background-color: #eee;
    color: #4e4e4e;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #000;
}

.footerBack {
    background-color: white;
    border-top: 3px solid black;
    position: relative;
}

.footerBack:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/4718000e-56df-454d-a3cb-e5db450eb5d1/footer-back.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-position: 50% 45%;
    background-size: cover;
    filter: opacity(0.8);
    transform: rotateY(180deg);
}

.footerContainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    line-height: 30px;
    z-index: 4;
    position: relative;
}

.footerLocations {
    display: flex;
}

.footerLocations div {
    padding: 15px;
}

.footerLocations h3 {
    margin-bottom: 3px;
}

.footerLocations p {
    line-height: 20px;
}

.footerLocations p span {
    display: block;
    font-size: 14px;
}

.footertable td:first-child {
    font-weight: 400;
    text-transform: uppercase;
    padding-right: 10px;
}

.footertable td:nth-child(2) {
    min-width: 145px;
}

.footerBlock .headerText h3 {
    margin-top: 1px;
}

.footerLinks {
    margin-top: 15px;
    position: relative;
    margin-left: 30px;
}

.footerLinks ul {
    list-style: none;
}

.footerLinks li {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.footerLinks li:before {
    content: '\f0d7';
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: white;
    filter: opacity(0.3);
    text-shadow: 0 0 2px black, 1px 1px 1px black;
    position: absolute;
    left: -17px;
    top: -1px;
    transition: .3s;
}

.footerLinks li:hover:before {
    transform: rotate(-90deg);
    color: black;
    filter: none;
    text-shadow: none;
    top: -5px;
    left: -20px;
}

.footerBlock > div > p > span {
    line-height: 17px;
    display: block;
    font-size: 14px;
}

.footerBlock h3 {
    margin-bottom: 0;
    font-size: 25px;
}

.footerBlock p {
    margin-bottom: 0;
}

.footerBlock a {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}






/* BREAKPOINTS */

@media (max-width: 1199px) {
.headerContainer,
.footerContainer {
    width: 970px;
}

.headerBlock {
    flex: 0 0 35%;
}

.locationWrapper {
    flex-flow: column;
}
}




@media (max-width: 991px) {
.headerContainer, 
.footerContainer {
    width: 748px;
}

.headerContainer {
    flex-wrap: wrap;
}

.headerLogo {
    flex: 0 0 55%;
}

.headerBlock {
    flex: 0 0 39%;
}

.headerMid {
    flex: 0 0 40%;
    order: 3;
    margin-top: -22px;
}

.headerLogo span:before, 
.headerLogo span:after {
    width: 12px;
    height: 3px;
    top: 13px;
    margin-left: -15px;
}

.headerLogo h1 {
    font-size: 39px;
    line-height: 30px;
}

.headerLogo span {
    font-size: 25px;
}

.buttonContainer h3 {
    margin-top: 29px;
    font-size: 20px;
    line-height: 20px;
}

.buttonContainer h3 span {
    font-size: 23px;
}

.footerContainer {
    flex-flow: column;
    align-items: center;
    text-align: center;
}

.footerLogo {
    order: 1;
}

.footerBlock {
    order: 2;
}

.footerLinks li {
    text-align: left;
}

.headerLogo span:after {
    margin-left: 4px;
}
}




@media (max-width: 767px) {
.headerContainer, 
.footerContainer {
    width: 100%;
}

.headerMid .oemLogo,
.headerLocations,
.headerBlock {
    display: none;
}

.buttonContainer {
    flex-wrap: wrap;
}

.buttonContainer a {
    flex: 0 0 auto;
    width: 160px;
    height: 160px;
    margin: 10px 0;
}

.buttonContainer h3 {
    margin-top: 30px;
    font-size: 21px;
    line-height: 22px;
}

.buttonContainer h3 span {
    font-size: 24px;
}

.buttonContainer .btn-primary {
    font-size: 12px;
    padding: 4px 10px;
}

.headerContainer {
    flex-flow: column;
    align-items: flex-start;
    width: 80%;
    margin: unset;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.featuredInventory h2,
.headerText h3 {
    width: fit-content;
}

.headerMid {
    flex: 0 0 40%;
    min-width: 230px;
    margin-top: -13px;
}

.navbar {
    border: none;
}

#main-nav {
    background-color: transparent;
    border-bottom: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 100%;
}

#main-nav-collapse {
    background-color: #93754f;
    margin-top: 75px;
}

#main-nav .navbar-toggle {
    background-color: #93754f;
}

.p-header h1 {
    font-size: 7vw;
}

.p-header {
    margin-bottom: 0;
}

.featuredInventory h2 {
    font-size: 22px;
}

.mapLocations {
    flex-flow: column;
}

.headerLogo h1 {
    font-size: 27px;
    line-height: 21px;
}

.headerLogo span {
    font-size: 18px;
}

.headerLogo span:before, .headerLogo span:after {
    width: 5px;
    height: 2px;
    top: 10px;
    margin-left: -9px;
}

img.oemLogo {
    max-width: 100px;
    margin-left: 10px;
}
}






/* CLUB CAR */

.clubCarWrapper {
    background-color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 20px;
    color: black;
}

.clubCarContainer {
    padding: 15px;
}

.clubCarContainer img {
    margin: 0 auto 15px;
    display: block;
    object-fit: contain;
}

.clubCarContainer div:nth-child(2) {
    display: flex;
    justify-content: space-between;
}

.clubCarContainer div:nth-child(2) div:nth-child(1) {
    flex: 0 0 55%;
}

.clubCarContainer .btn-primary {
    background-color: #93754f;
    color: white;
    font-family: 'Roboto', sans-serif;
    border-radius: 8px;
    padding: 20px;
    font-weight: 400;
    border: 2px solid #93754f;
    background-image: none;
    display: block;
    width: max-content;
    margin: 0 auto;
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: none;
    transition: .3s;
}

.clubCarWrapper h2 {
    font-size: 45px;
    margin: 65px 0 40px;
}

.clubCarWrapper h3 {
    margin: 25px 0;
    font-size: 28px;
}

.clubCarWrapper h2,
.clubCarWrapper h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.clubCarContainer div:nth-child(n+3) {
    text-align: center;
}

.clubCarModels {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-wrap: wrap;
}

.clubCarModels div {
    flex: 0 0 30%;
}

.clubCarContainer hr {
    border: 2px solid #93754e;
    width: 75%;
    margin: 50px auto;
}

.clucCarVideo {
    position: relative;
    padding-bottom: 42%;
    width: 75%;
    margin: 0 auto 25px;
}

.clucCarVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.clubCarContainer div:nth-child(2) .btn-primary {
    margin: 0;
}


@media (max-width: 767px) {
.clubCarContainer div:nth-child(2) {
    flex-flow: column;
}

.clubCarModels div {
    flex: 0 0 45%;
}

.clucCarVideo {
    width: 100%;
    padding-bottom: 56%;
}
}






