body {
    font-family: 'Open Sans', 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: #000 url(https://psmfirestorm.blob.core.windows.net/611889e2-609f-4502-9688-1e0312002110/background.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #fff url(https://psmfirestorm.blob.core.windows.net/611889e2-609f-4502-9688-1e0312002110/background.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: freedommachine, sans-serif;
    font-weight: unset;
    text-transform: uppercase;
}

a {
    color: #ff6600;
    transition: .3s;
}

a:focus, a:hover {
    color: #ffffff;
    text-decoration: none;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}

.breadcrumb {
    background-color: #1f1f1f;
}

.btnSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/b551c5bd-54f4-4cf2-805a-40f383effe47/building-7.jpg);
    background-size: cover;
    margin-top: -25px!important;
    background-position: 50% 81%;
    padding: 2% 0 19%;
}

.modelSection {
    overflow: hidden;
    position: relative;
    background-color: black;
    margin-top: 0!important;
    padding: 30px 0 0;
}


.featuredSection {
    background-color: black;
    margin-top: 0!important;
    padding: 80px 0;
    background-image: url(https://psmfirestorm.blob.core.windows.net/5879fa13-cf8c-4f10-aa34-099140748dbe/featured-back.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left center;
    background-attachment: fixed;
    position: relative;
}

.featuredSection:before {
    content: '';
    width: 100%;
    height: 20%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%,rgba(0, 0, 0, 0) 100%);
    top: 0;
}

.featuredSection:after {
    content: '';
    width: 100%;
    height: 20%;
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    bottom: -1px;
    z-index: 0;
}

.aboutSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/d61c2912-c93c-4218-8c0c-0baf7fee97a5/dealership-inside.jpg);
    background-size: cover;
    background-position: center bottom;
    margin-top: -1px!important;
}

.page-background > div,
#promotions-page,
#employees-team-page,
#inventory-page,
#vdp-container {
    padding: 15px;
    background-color: rgb(0 0 0 / 72%);
}






/* HEADER */

.header-background {
    background-color: black;
}

.header-container {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    font-family: freedommachine, sans-serif;
    text-transform: uppercase;
    align-items: center;
    padding: 10px 15px;
}

.header-container a {
    color: white;
}

.header-container a:hover {
    color: #ff6600;
}

.header-logo {
    display: flex;
    align-items: center;
}

.header-logo h4 {
    text-align: center;
    font-size: 20px;
    padding: 8px;
}

.header-logo h4 span {
    display: block;
}

.header-logo sup {
    top: -3px;
}

.header-logo img {
    max-width: 165px;
}

.header-middle-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-middle-top .fa-phone-square {
    color: #ff6600;
    padding-right: 5px;
}

.header-middle-btm {
    letter-spacing: 1px;
    margin-top: 5px;
}

.header-middle-btm .dealer-address {
    padding-right: 5px;
    border-right: 1px solid gray;
}

.header-middle-btm .dealer-city {
    padding-left: 7px;
}

.header-text-club {
    text-align: center;
    line-height: 18px;
}

.header-text-club span {
    display: block;
}

.header-text-club span:nth-child(1) {
    color: #ff6600;
    font-size: 31px;
}

.header-middle-top .dealer-phone {
    font-size: 33px;
}

.header-social,
.golfSocial > div {
    display: flex;
    justify-content: space-between;
}

.header-social a,
.golfSocial > div > a {
    width: 38px;
    height: 38px;
    font-size: 26px;
    background-color: white;
    text-align: center;
    border-radius: 50%;
    margin: 0 4px;
    color: black;
}

.header-social a:hover,
.golfSocial > div > a:hover {
    transform: scale(.9);
}

.header-middle .btn-primary {
    background-color: black;
    border: 2px solid white;
    font-size: 20px;
    padding: 2px 15px;
    border-radius: 27px;
    margin-top: 0;
}

.headerNews .btn-primary {
    display: block;
    margin: 12px auto 0;
}

.headerNews .btn-primary:hover {
    color: white;
}

.header-middle .btn-primary:hover {
    color: black;
}

@media (min-width: 768px) {
.header-text-club .mobile {
    display: none;
}
}






/* NAVIGATION */

#main-nav {
    background-image: url(https://psmfirestorm.blob.core.windows.net/9fd2244e-7ade-4271-a8ac-30ebc925080f/nav-back.jpg);
    background-size: cover;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}
}

.navbar-nav>li>a {
    color: white;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    padding: 15px;
    text-shadow: 1px 1px 1px black;
}

.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: #ff6600;
}

 nav.fixed {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 20399;
        background-image: url(https://psmfirestorm.blob.core.windows.net/9fd2244e-7ade-4271-a8ac-30ebc925080f/nav-back.jpg);
        background-size: cover;
        border-radius: 0px;
        right: 0px;
        padding: 0;
        filter: drop-shadow(0px 0px 3px black);
    }
    
#main-nav .dropdown-menu>li>a {
    text-transform: uppercase;
    font-family: 'freedommachine';
}








/* CONTENT */

.siteSearch {
    display: flex;
    width: 700px;
    margin: 30px auto;
}

.siteSearch .form-control {
    background-color: #5d5d5d;
    color: white;
    padding: 21px 15px;
    font-size: 16px;
    border: 3px solid white;
    border-radius: 29px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    margin: 0;
}

.siteSearch .btn-primary {
    font-family: freedommachine, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    background-color: rgb(255, 102, 0);
    border: 3px solid white;
    border-radius: 0px 27px 27px 0px;
    padding: 7px 25px;
    margin: 0;
    transition: .3s;
}

.siteSearch .btn-primary:hover {
    border-radius: 0 30px 30px 0;
    border-color: white;
    color: black;
}

.h-button-container {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.h-button-container a {
    flex: 0 0 23%;
}

.h-button-block {
    background-image: url(https://psmfirestorm.blob.core.windows.net/34758825-2962-431d-93b6-c4b84328aa84/btn-back-2.jpg);
    background-size: cover;
    color: white;
    text-transform: uppercase;
    padding: 5px;
    box-shadow: black 0px 0px 10px;
    transition: .4s;
}

.h-button-block:hover {
    transform: scale(1.1);
}

.h-button-block > span {
    width: 30px;
    height: 30px;
    font-size: 17px;
    color: black;
    background-color: white;
    border-radius: 50%;
    padding: 7px 0px;
    transition: .3s;
}

.h-button-block:hover span {
    background-color: #ff6600;
}

.h-button-block h3 {
    margin-bottom: 0px;
    font-size: 30px;
    margin-top: 3px;
}

.h-button-block h5 {
    margin: 0px;
    font-size: 18px;
}

.homeSlider {
    width: 1180px;
    margin: auto;
}

.family-background {
    margin-top: -45px;
    position: absolute;
    width: 100%;
}

.familywrapper {
    display: flex;
    justify-content: space-around;
    position: relative;
    width: 1180px;
    margin: 80px auto 30px;
}

.familyblock {
    text-align: center;
}

.familyblock h3 {
    color: white;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px black;
    margin-top: 0;
    font-size: 30px;
    transition: .3s;
}

.familyblock a:hover h3 {
    color: #ff6600;
}

.familynou {
    background-color: #d1d1d1;
    padding: 2px 5px;
    color: black;
    text-transform: uppercase;
    border: 2px solid #adadad;
    box-shadow: 2px 2px 4px black;
}

.familynou:hover {
    color: #ff6600;
}

.familynou:nth-child(2) {
    border-right: none;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.familynou:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.home-about-block {
    background-color: white;
    color: black;
    padding: 30px;
    width: 800px;
    margin: 4% auto 43%;
    text-align: center;
}

.home-about-block h3 {
    margin: 0;
    letter-spacing: 2px;
    position: relative;
}

.home-about-block h3:before, 
.home-about-block h3:after {
    content: '';
    width: 140px;
    height: 3px;
    background-color: gray;
    position: absolute;
    left: 156px;
    top: 11px;
}

.home-about-block h3:after {
    left: unset;
    right: 159px;
}

.home-about-block h1 {
    margin: 3px 0 14px;
    letter-spacing: 2px;
}

.home-about-block .btn-primary {
    background-color: #ff6600;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    border-color: #ff6600;
}

.home-about-block img {
    float: right;
    width: 27%;
    padding: 0 0 0 15px;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
    height: 300px;
    border-bottom: 3px solid white;
}

.p-header:after {
    content: '';
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    width: 100%;
    height: 37%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    bottom: 0;
    font-size: 56px;
    line-height: 43px;
    margin: 0;
    padding: 10px;
    text-shadow: 2px 2px 2px black;
    z-index: 3;
}

.p-header h1 span {
    display: block;
}

.k-scheduler-views {
    z-index: 1 !important;
}

.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: #fff;
    background-color: #e2e2e2;
    border-color: #cccccc;
}

.maphourstable td:last-child {
    padding-left: 15px;
}

.mapWrapper {
    overflow: hidden;
    position: relative;
    padding-top: 109%;
    margin-bottom: 25px;
}

.mapWrapper iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.aboutPic {
    float: right;
    padding: 0 0 15px 15px;
}

.department-container .department {
    padding: 10px 0;
    background: transparent;
}

.department .employee .name p {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.department .employee {
    background: #fff;
    border-radius: 0px;
    padding: 10px;
}

.department .title {
    border: 1px solid #fff;
    background: #fff;
    color: black;
}

#employees-team-page > div.row > div > h1 {
    text-align: center;
    font-size: 50px;
}

.textClub {
    text-align: center;
    font-size: 50px;
}

.textClub span {
    display: block;
    font-size: 65px;
    color: #ff6600;
}

.golfHeader {
    position: relative;
}

.golfHeader div {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.golfPage h1, 
.golfPage h2, 
.golfPage h3,
.golfPage h4 {
    font-family: 'Open Sans', sans-serif!important;
    font-weight: 700;
}

.golfHeader h1 {
    margin-top: 0;
    font-size: 100px;
    text-shadow: 0 0 10px black;
}

.golfHeader h1 span {
    display: block;
    font-size: 40px;
    letter-spacing: 11px;
    padding-left: 9px;
}

.golfHeader h3 {
    text-shadow: 0 0 6px black, 0 0 6px black;
}

.golfHeader h3 span {
    display: block;
}

.golfpoints > h3:nth-child(2), 
.golfPoints > ul:nth-child(3), 
.golfPoints > h3:nth-child(4),
.golfPoints h3,
.golfPoints h2 {
    text-align: center;
    list-style: none;
}

.golfPoints > ul:nth-child(3) {
    padding: 0;
}

.golfPoints > h3:nth-child(4) {
    margin-top: 30px;
}

.golfPoints > ul:nth-child(6) {
    list-style: none;
    padding-left: 20px;
}

.golfModels {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 25px;
    align-items: flex-end;
}

.golfModels div {
    flex: 0 0 20%;
    padding: 15px;
    text-align: center;
}

.golfModels .btn-primary {
    text-transform: uppercase;
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    min-width: 170px;
    font-size: 13px;
}

.golfModels img {
    max-height: 165px;
}

#Form10214 > div:nth-child(1) > fieldset > div:nth-child(10) > div > div > h4,
#Form10214 > div:nth-child(1) > fieldset > div:nth-child(11) > div > div > h4 {
    font-size: 12px!important;
}

#Form10214 > div:nth-child(1) > fieldset > div:nth-child(10) > div > div,
#Form10214 > div:nth-child(1) > fieldset > div:nth-child(11) > div > div {
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    justify-content: flex-end;
}

.golfSocial {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.golfSocial h3 {
    margin: 0;
    margin-left: 25px;
}








/* FEATURED INVENTORY */

.single-item-slider .item-detail .price {
    font-size: 22px;
    padding: 0 2%;
    text-transform: uppercase;
    bottom: 0;
    font-family: 'freedommachine', sans-serif;
}

.single-item-slider .item-detail .name {
    line-height: 18px;
    color: white;
    font-size: 14px;
}

.featuredinventory h2 {
    position: relative;
    color: white;
    text-shadow: 1px 1px 1px black;
}

.featuredinventory h2:after {
    width: 885px;
    height: 2px;
    content: '';
    background-color: #9c9c9c;
    position: absolute;
    right: 0;
    top: 15px;
}

.single-item-slider .slider-outer {
    height: 241px;
}

.single-item-slider .item {
    background-color: #000000;
    border: 2px solid #7c7c7c;
    border-radius: 8px;
}

.single-item-slider .img-container {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}




/* INVENTORY */

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle .title {
    padding: 5px;
    text-transform: uppercase;
}

.inventory-container .vehicle .price {
    font-size: 30px;
    padding-right: 0px;
    text-transform: uppercase;
    font-family: 'Freedommachine', sans-serif;
    text-align: center;
    background-color: black;
}

.vehicle-box {
    border: 2px solid white;
}

.inventory-container .vehicle .title a {
    color: black;
}

.vehiclemodel {
    font-size: 20px;
    min-height: 43px;
    line-height: 21px;
}

.info {
    color: #676767;
    text-align: center;
}

input#FilterQuickSearch {
    margin: 0;
}

.locationBox {
    border: 1px solid #444444;
    background-color: black;
}

#ModalVehicleInquiry {
    background: black;
    border: 2px #ff6600 solid;
}

#seller-description {
    color: black;
}

.inquiryformcontainer {
    font-size: 16px;
    background-color: black;
    border: 1px solid #444444;
}

.vdpinquiryheader {
    font-family: 'Freedommachine', sans-serif;
    text-transform: uppercase;
    font-size: 34px;
}

#showroom .section-box {
    background-color: #000000;
    border-radius: 0px;
}

.panel-heading .panel-toggle {
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
}

#filter-accordions .checkbox label {
    color: black;
}









/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #ff6600;
    border-color: #ff6600;
    font-family: 'freedommachine', sans-serif;
    font-size: 16px;
    margin: 10px 0 0;
    transition: .3s;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #000000;
    padding: 20px;
    border: 1px solid #444444;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ff6600;
    border-color: #000000;
    border-radius: 30px;
}

.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.focus, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #ff6600;
    border-color: #000000;
    border-radius: 30px;
}

.btn-sec {
    margin: 30px auto;
    text-align: center;
    width: max-content;
    display: block;
}

.form-header-text {
    color: #ff6600;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 0;
}

.golfPage .form-header-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
}

.forms-title-section {
    margin-bottom: 6px;
}

.servform .form-header-text:before {
    content: '\f0ad';
    font-family: fontawesome;
    padding-right: 9px;
}

.partsform .form-header-text:before {
    content: '\f085';
    font-family: fontawesome;
    padding-right: 9px;
}

.field-validation-valid, 
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 12px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    right: 0;
    top: 0;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    margin: 6px 0;
    border: none;
    font-size: 12px;
    background-color: #1f1f1f;
    color: white;
}

@media (min-width: 768px) {
#Form1469 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1470 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form10214 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form1469 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1470 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1474 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 33.33%;
    padding: 0 5px;
    display: inline-block;
}

#Form10214 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 32%;
    display: inline-block;
    vertical-align: text-top;
}

#Form10214 > div:nth-child(1) > fieldset > div:nth-child(9) {
    margin-top: 40px;
}

#Form1469 > div:nth-child(1) > fieldset > div:nth-child(n+10),
#Form1470 > div:nth-child(1) > fieldset > div:nth-child(n+10),
#Form1474 > div:nth-child(1) > fieldset > div:nth-child(n+8) {
    padding: 0 5px;
}
}

.customForm textarea, 
.customForm input, 
.customForm select {
    font-size: 14px!important;
    margin: 3px 0;
    border-radius: 4px;
    padding: 3px 10px;
    box-shadow: 0 0 3px black;
    background-color: #1f1f1f;
    border: none;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 83px;
}

.customForm [placeholder="Phone"] {
    width: 123px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}









/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000;
    color: #fff;
    text-align: center;
}

.footer-background {
    background-color: black;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    width: 1470px;
    margin: auto;
    padding: 15px;
    color: white;
    line-height: 31px;
    text-transform: uppercase;
}

.footer-logo {
    display: block;
    max-width: 200px;
    margin: 15px auto;
}

.footer-block ul {
    list-style: none;
    padding: 0px;
    margin-top: 50px;
}

.footer-block .dealer-address {
    display: block;
}

.footer-block .dealer-phone {
    display: block;
    font-size: 38px;
    margin-top: 8px;
    font-family: 'freedommachine', sans-serif;
}

.footer-links a {
    display: block;
    position: relative;
}

.footer-links a:after {
    content: '\f178';
    font-family: fontawesome;
    position: relative;
    right: -5%;
}

.footertable {
    margin: 0 auto;
}

.footer-hours {
    display: flex;
}

.footer-hours-block h4 {
    margin-top: 6px;
    color: #989898;
}

.footertable td:last-child {
    padding-left: 15px;
    text-align: right;
}

.footer-block h3 {
    font-size: 20px;
    letter-spacing: 1px;
}

.footer-block .contact-btn {
    margin-top: 45px;
}

.footer-hours-block {
    padding: 0 9px;
}

.footer-block .btn-primary {
    margin-top: 20px;
}

.footertable td:first-child {
    text-align: left;
}






/* BREAKPOINTS */

@media (max-width: 1499px) {
.footer-container {
    width: 1180px;
    flex-wrap: wrap;
    justify-content: space-around;
}
}




@media (max-width: 1199px) {
.header-container,
.familywrapper,
.footer-container,
.homeSlider {
    width: 972px;
}

.header-logo h4 {
    font-size: 18px;
    padding: 6px;
}

.header-middle-btm {
    letter-spacing: 0;
}

.header-logo img {
    max-width: 150px;
}

.navbar-nav>li>a {
    font-size: 22px;
    padding: 15px 10px;
}

.featuredinventory h2:after {
    width: 685px;
}

.footer-container {
    font-size: 15px;
}

.p-header {
    height: 250px;
}

.golfHeader h1 {
    font-size: 83px;
}

.golfHeader h1 span {
    font-size: 37px;
    letter-spacing: 7px;
}
}




@media (max-width: 991px) {
.header-container, 
.familywrapper, 
.footer-container, 
.homeSlider {
    width: 748px;
}

.header-logo {
    flex-flow: column;
}

.header-logo h4 {
    font-size: 17px;
    padding: 0px;
    margin: 4px 0 0;
}

.header-social a {
    width: 29px;
    height: 29px;
    font-size: 20px;
}

#main-nav .nav>li>a {
    font-size: 16px;
    padding: 15px 5px;
}

.siteSearch {
    width: 500px;
}

.h-button-block h3 {
    font-size: 23px;
}

.h-button-block h5 {
    font-size: 16px;
}

.familynou {
    padding: 1px 2px;
    font-size: 14px;
}

.featuredinventory h2:after {
    width: 465px;
}

.family-background {
    margin-top: -25px;
}

.home-about-block {
    padding: 30px 30px 1px;
    width: 700px;
}

.footer-container {
    flex-flow: column;
    align-items: center;
    text-align: center;
}

.p-header {
    height: 200px;
}

.p-header h1 {
    font-size: 45px;
    line-height: 37px;
}

.mapWrapper {
    padding-top: 42%;
    margin-top: 25px;
}

.golfHeader h1 {
    font-size: 69px;
}

.golfHeader h1 span {
    font-size: 33px;
    letter-spacing: 5px;
}

.golfModels img {
    max-width: 170px;
}
}




@media (max-width: 767px) {
.header-container, 
.familywrapper, 
.footer-container, 
.homeSlider {
    width: 100%;
}

.home-about-block {
    width: 90%;
}

.home-about-block h3:before, 
.home-about-block h3:after {
    display: none;
}

.home-about-block img {
    float: none;
    width: 50%;
    padding: 0 0 5px;
    display: block;
    margin: auto;
}

.headerRight,
.header-middle .btn-primary,
.header-middle-btm,
.header-logo h4,
.family-background,
.featuredinventory h2:after {
    display: none;
}

.h-button-block > span {
    width: 27px;
    height: 27px;
    font-size: 14px;
}

.siteSearch {
    width: 90%;
    margin-top: -5%;
}

.h-button-container {
    margin-top: 0px;
    flex-wrap: wrap;
}

.h-button-container a {
    flex: 0 0 46%;
    margin: 3% 0;
}

.h-button-block h3 {
    font-size: 6vw;
}

.h-button-block h5 {
    display: none;
}

.header-logo img {
    max-width: 135px;
}

.header-middle-top .dealer-phone {
    font-size: 6vw;
}

#main-nav .navbar-brand.text {
    font-family: 'freedommachine';
    color: white;
    text-transform: uppercase;
    font-size: 4.4vw;
}

.familywrapper {
    flex-wrap: wrap;
    margin: 0;
    background-image: url(https://psmfirestorm.blob.core.windows.net/93381cb5-9950-4033-8c01-f1c91bf8d523/family-background-2.jpg);
    background-size: cover;
    padding-bottom: 15px;
}

.familyblock {
    text-align: center;
    flex: 0 0 42%;
}

.familyblock h3 {
    font-size: 7vw;
}

.modelSection {
    padding: 0;
}

.homeSlider {
    margin-top: -30px;
}

.featuredSection {
    padding: 6% 0;
    background-size: cover;

}

.featuredinventory {
    position: relative;
    z-index: 33;
}

.footer-hours {
    flex-wrap: wrap;
    justify-content: center;
}

.footer-block ul {
    margin-top: 0;
}

#main-nav {
    background-image: none;
    background-color: black;
}

.navbar-header {
    background-image: url(https://psmfirestorm.blob.core.windows.net/9fd2244e-7ade-4271-a8ac-30ebc925080f/nav-back.jpg);
    background-size: cover;
}

#main-nav .dropdown-menu>li>a {
    padding-bottom: 8px;
    padding-top: 8px;
    color: #adadad;
}

nav.fixed {
    background-image: none;
    background-color: black;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 10vw;
    line-height: 9vw;
}

.mapWrapper {
    padding-top: 60%;
    margin-bottom: 0;
    margin-top: 0;
}

.aboutPic {
    float: none;
    padding: 10px;
    width: 100%;
}

.header-text-club .desktop {
    display: none;
}

.header-text-club {
    line-height: 4vw;
    font-size: 4vw;
}

.header-text-club span:nth-child(1) {
    font-size: 7vw;
}

.btnSection {
    padding: 1% 0 42%;
}

.golfHeader div {
    position: relative;
    transform: none;
    right: 0;
}

.golfHeader h1 {
    font-size: 50px;
}

.golfHeader h1 span {
    font-size: 25px;
    letter-spacing: 3px;
    padding-left: 2px;
}

.golfHeader h3 span {
    display: inline;
}

.golfModels img {
    max-width: 100%;
}
}









