

body { 
    background: #ffffff;
    background-attachment: fixed; 
    background-position: center center; 
    background-size: cover; 
    font-family: 'Noto Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'freedommachine', sans-serif;
    font-weight: unset;
    text-transform: uppercase;
}

hr { border-top-color: #afafaf; }



@media (min-width: 1200px) { 
.box3 {
    height: auto;
    width: 100%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/a4475054-29c3-4c61-bfad-ff9b26d8585a/background.jpg);
    background-size: cover;
    text-align: center;
    position: relative;
    background-position: 0 0px;
    box-shadow: inset 0px 0px 30px black;
    margin-top: 0px!important;
    padding-top: 30px;
    margin-bottom: -30px!important;
    padding-bottom: 30px; }
}

@media (max-width: 1199px) {
.box3 {
    height: auto;
    width: 100%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/a4475054-29c3-4c61-bfad-ff9b26d8585a/background.jpg);
    background-size: cover;
    text-align: center;
    position: relative;
    background-position: 0 0px;
    box-shadow: inset 0px 0px 30px black;
    margin-top: 0px!important;
    padding-bottom: 30px; }
}

@media (max-width: 767px) {
.box3 {
    background-position: 0 0px!important; }
}



/* GLOBAL THEME FONT COLORS */
body { color: #000; }

a {
    color: #f58220;
    text-decoration: none;
}

a:hover, a:focus {
    color: #de6600;
    text-decoration: none;
}


/* HEADER */
header.body .logo { color: #333; }
#brand-box .info a { color: #333; }

.headercontainer {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: auto;
    padding: 10px;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

@media (max-width: 1199px) {
.headercontainer {
    width: 990px; }
}

@media (max-width: 991px) {
.headercontainer {
    width: 768px; }
}

@media (max-width: 767px) {
.headercontainer, .headercontainer img {
    display: none; }
}

.headerlogo {
    flex: 0 0 15%;
    width: 15%;
    -webkit-flex: 1;
    -ms-flex: 0 0 15%;
}

@media (max-width: 991px) {
.headerlogo img {
    width: 387px;
    padding-top: 13px; }
}

@media (max-width: 767px) {
.headerlogo img {
    width: 40%; }
}

.headerrightop {
    text-transform: uppercase;
    font-family: 'freedommachinelight', sans-serif;
    font-size: 21px;
    text-align: right;
}

@media (max-width: 767px) {
.headerrightop {
    font-size: 3vw; }
}

.headerrightop a {
    color: black;
    transition: .2s;
}

.headerrightop a:hover {
    color: #f58220;
}

.headerright {
    padding-top: 14px;
    display: flex;
}

@media (max-width: 767px) {
.headerright {
    padding-top: 5px;
    text-align: right; }
}

div.headerrightop > a > span.dealer-address {
    padding-right: 4px;
    border-right: 1px solid gray;
}

div.headerrightop > a > span.dealer-city {
    padding-left: 6px;
}

.headerrightbtm a {
    font-size: 56px;
    font-family: 'freedommachine' ,sans-serif;
    display: block;
    color: black;
    transition: .2s;
    letter-spacing: 2px;
    text-align: left;
    line-height: 52px;
}

@media (max-width: 1199px) {
.headerrightbtm a {
    font-size: 47px;
}
}

@media (max-width: 767px) {
.headerrightbtm a {
    font-size: 9.3vw;
    margin-top: 0; }
}

.headerrightbtm a.dealer-phone.phone-text:hover {
    color: #f58220;
}

header.body {
    margin-bottom: 25px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/0ceafbd6-cba8-42ad-aa20-64a9cac714b4/headerbackground.jpg);
    background-size: cover;
    background-position: center;
}

@media (max-width: 767px) {
header.body {
    margin-bottom: 0;
    height: auto; }
} 

.headerrightr {
    padding-left: 15px;
    display: flex;
}

.headerrightr a {
    font-size: 35px;
}

.headerrightr > a {
    font-size: 35px;
}

.headerrightr a:last-child {
    margin-top: -7px;
}

.linktext {
    font-family: 'freedommachinelight', sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 20px;
}

.header-app {
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    line-height: 23px;
    align-items: center;
    padding: 6px 8px;
    display: flex;
    background-color: white;
    border-radius: 10px;
    box-shadow: 1px 1px 1px black;
    height: max-content;
}

.header-app span {
    display: block;
    font-size: 30px;
}

.header-app img {
    max-width: 135px;
    padding: 5px;
}

@media (max-width: 1199px) {
.header-app img {
    max-width: 104px;
}

.header-app {
    font-size: 20px;
}

.header-app span {
    font-size: 26px;
}
}

.header-social {
    padding-right: 20px;
}

.header-social a {
    font-size: 40px;
}









/* NAVIGATION */
#main-nav {
    background-color: #000000;
}

#main-nav .navbar {
    border: none;
    min-height: unset;
}



#main-nav .nav > li > a, .social-media-icons a {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 12px 13px;
    font-size: 20px;
    font-family: 'freedommachinelight', sans-serif;
}

@media (max-width: 1199px) {
#main-nav .nav > li > a, .social-media-icons a {
    padding: 10px 10px 13px;
    font-size: 16px; }
}

@media (max-width: 991px) {
#main-nav .nav > li > a, .social-media-icons a {
    padding: 8px 5px 8px;
    font-size: 13px; }
}

@media (max-width: 767px) {
#main-nav .nav > li > a, .social-media-icons a {
    padding: 11px 14px 15px;
    font-size: 20px; }
#main-nav {
    position: fixed;
    width: 100%;
    z-index: 2041; }
}

.nav>li>a:hover, .nav>li>a:focus,
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #6d6d6d;
}

#main-nav li.dropdown.open ul {
    border-top-color: unset;
    background-color: black;
}

#main-nav li.dropdown ul {
    border-top-color: unset;
    background-color: black;
}

.dropdown-menu>li>a {
    color: #fff;
}

.navbar-toggle {
    background-color: #f58220;
}

@media (max-width: 767px) {
#main-nav .navbar-brand.text {
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    color: white; }
}








/* CONTENT */

.buttoncontainer {
    display: flex;
    justify-content: space-around;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

@media (max-width: 500px) {
.buttoncontainer {
    flex-direction: column; }
}

.buttoncontainer a {
    flex: 0 0 20%;
    transition: .3s;
    width: 20%;
    -ms-flex: 0 0 20%;
}

@media (max-width: 1199px) {
.buttoncontainer a {
    flex: 0 0 25%;
    width: 25%;
    -ms-flex: 0 0 25%; }
}

@media (max-width: 767px) {
.buttoncontainer a {
    flex: 0 0 32%;
    width: 32%;
    -ms-flex: 0 0 32%; }
}

@media (max-width: 500px) {
.buttoncontainer a {
    flex: 0 0 100%;
    width: 100%;
    -ms-flex: 0 0 100%; }
}

.buttoncontainer a:hover {
    transform: scale(1.1);
}

.buttonbackground {
    background-image: url(https://psmfirestorm.blob.core.windows.net/7536f1cc-f15c-457a-a81c-586d40796c6d/button-background-2.jpg);
    background-size: cover;
    text-align: center;
}

@media (max-width: 767px) {
.buttonbackground {
    margin: 15px 15px 0px; }
}

.buttonbackground h2 {
    font-size: 2.8vw;
    line-height: 2.5vw;
    padding: 4.3% 1% 3%;
}

@media (max-width: 1199px) {
.buttonbackground h2 {
    font-size: 3.3vw;
    line-height: 3vw;
    padding: 4.4% 1% 4%; }
}

@media (max-width: 767px) {
.buttonbackground h2 {
    font-size: 3.5vw;
    line-height: 3.5vw;
    padding: 4% 1% 3%;
    margin: 0; }
}

@media (max-width: 500px) {
.buttonbackground h2 {
    font-size: 13vw;
    line-height: 12vw;
    padding: 3.1% 1% 3%;
    margin: 0; }
}

.homeabout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

@media (max-width: 767px) {
.homeabout {
    flex-direction: column; }
}

.homeabouttext {
    background-color: white;
    padding: 15px;
    box-shadow: 0px 0px 20px black;
}

.homeabouttext h4 {
    text-align: center;
    font-size: 22px;
    letter-spacing: 5px;
    margin: 0;
    color: #b3b3b3;
    font-family: 'freedommachinelight', sans-serif;
}

.homeabouttext h2 {
    font-size: 41px;
    text-align: center;
    margin-top: 0px;
    border-bottom: 1px solid #d6d6d6;
    color: #f58220;
}

@media (max-width: 767px) {
.homeabouttext h2 {
    font-size: calc(24px + (36 - 24) * ((100vw - 320px) / (768 - 320)));
    line-height: 33px; }
}

.homeaboutpic {
    flex: 0 0 45%;
    width: 45%;
    -ms-flex: 0 0 45%;
}

.aboutsection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/a4475054-29c3-4c61-bfad-ff9b26d8585a/background.jpg);
    margin-top: 0px!important;
    padding: 30px 0px;
    margin-bottom: -30px!important;
    background-position: center;
    background-size: cover;
}

.pageheader {
    margin-top: -25px;
}

@media (max-width: 767px) {
.pageheader {
    margin-top: 0px; }
}

.pageheader img {
    width: 100%;
}

.pageheader h1 {
    margin: 0;
    font-size: 4vw;
    width: 52%;
    border-bottom: 10px solid black;
    color: #f58220;
    margin-top: -4%;
    text-align: right;
}

.mapwrapper {
    position: relative;
    padding-bottom: 112%;
    margin-top: 25px;
}

@media (max-width: 1199px) {
.mapwrapper {
    padding-bottom: 139%; }
}

@media (max-width: 991px) {
.mapwrapper {
    padding-bottom: 185%; }
}

.mapwrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.promo-link {
    color: #f58220;
    transition: .3s;
}

a.promo-link:hover {
    color: #000;
}

table.mapandhourstbl.k-table {
    width: 100%;
}




.modelbackground {
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding-bottom: 3%;
    position: relative;
    z-index: 1;
    align-items: flex-end;
    flex-wrap: wrap;
}

.modelblock {
    flex: 0 0 16%;
    text-align: center;
}

@media (max-width: 767px) {
.modelblock {
    flex: 0 0 50%;
    text-align: center; }
}

.modelblock h3 {
    text-align: center;
    font-size: 2vw;
    color: #f58220;
    position: relative;
    transition: .2s;
    display: block;
}

@media (max-width: 767px) {
.modelblock h3 {
    font-size: 7vw;
    margin: 2px 0px; }
}

.modelblock h3:hover {
    color: black;
}


.modelblock img {
    width: 100%;
}

@media (max-width: 767px) {
.modelblock img {
    margin-top: 4%; }
}

.modelopt {
    text-align: center;
    font-size: 1vw;
    font-family: 'freedommachinelight', sans-serif;
    text-transform: uppercase;
}

@media (max-width: 767px) {
.modelopt {
    font-size: 4vw; }
}

.modelopt a {
    color: white;
}

span.modelnew {
    background-color: #8e8e8e;
    padding: 1px 10px 5px;
    transition: .2s;
}

span.modelnew:hover {
    color: #f58220;
}

span.modelused {
    background-color: black;
    padding: 1px 10px 5px;
    transition: .2s;
}

span.modelused:hover {
    color: #f58220;
}

.modelbigtext {
    font-family: 'freedommachine', sans-serif;
    text-align: center;
    font-size: 15vw;
    position: absolute;
    top: 16%;
    z-index: 1;
    color: rgba(255, 0, 0, 0.45);
    margin: auto;
    width: 100%;
    text-transform: uppercase;
}

img.servicepic {
    float: left;
    padding: 0px 15px 10px 0px;
}

.hourslist {
    display: flex;
}

.hourslist div {
    width: 30%;
    background-color: #cecece;
    padding: 10px 15px 0px;
    margin-right: 30px;
}

dl.hourslist2 {
    display: flex;
    flex-wrap: wrap;
}

dl.hourslist2 dt {
    width: 40%;
}

dl.hourslist2 dd {
    width: 60%;
}

.hourslist h4 {
    background-color: white;
    padding: 5px;
    margin-top: 0;
    text-align: center;
    font-size: 26px;
    color: #f58220;
}

h3.service {
    margin-top: 13px!important;
}

h1.secdry-hdln {
    color: #f58220;
    text-align: center;
    font-size: 50px;
    border-bottom: 10px solid black;
}

img.ins-pic {
    float: right;
    padding: 0px 0px 15px 15px;
}

ul.double {
    display: flex;
    width: 100%;
}

ul.double li {
    flex: 0 0 50%;
}

.double > li {
    list-style: none!important;
}

img.rewardscard {
    float: right;
    padding: 0px 0px 15px 15px;
}












/* FEATURED VEHICLES */


.featuredinventory h2 {
    text-align: center;
    font-size: 47px;
    color: #f58220;
    background-color: white;
    width: 40%;
    margin: 20px auto;
}

@media (max-width: 767px) {
.featuredinventory h2 {
    font-size: 38px; }
}

.featuredinvcontainer {
    background-image: url(https://psmfirestorm.blob.core.windows.net/a1dfc4a2-e928-428b-b70b-342799eccfad/fi-background-4.jpg);
    padding: 6% 0%;
    background-size: contain;
    background-position: center center;
    margin-top: 0px!important;
    background-repeat: no-repeat;
}

.single-item-slider .item .item-inner {
    border-radius: 0px;
    padding-bottom: 9%;
    border: 5px solid black;
    background-color: black;
}

.single-item-slider .item-detail .price {
    font-size: 24px;
    padding: 0 4%;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    bottom: 2px;
    color: white;
}

@media (max-width: 991px) {
.single-item-slider .item-detail .price {
    font-size: 17px; }
}

@media (max-width: 767px) {
.single-item-slider .item-detail .price {
    font-size: 22px; }
}

.single-item-slider .item-detail .name {
    color: white;
    text-transform: uppercase;
    line-height: 18px;
}

.single-item-slider .item {
    background-color: transparent;
    border: none;
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
}

.single-item-slider .img-container {
    background-position: center center;
    background-size: contain;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-repeat: no-repeat;
    background-color: white;
}

.featuredinventory i.fa.fa-chevron-right {
    background-color: black;
    padding: 7px;
    border-radius: 9px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.featuredinventory i.fa.fa-chevron-left {
    background-color: black;
    padding: 7px;
    border-radius: 9px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

@media (max-width: 767px) {
.single-item-slider .slider-outer {
    height: 217px; }
}

.featuredinventory > div {
    padding: 15px 0px;
}









/* INVENTORY */
/* light background */
.inventory-container .vehicle {
    background-color: transparent;
    transition: .3s;
}

.inventory-container .vehicle:hover {
    background-color: #d4d4d4;
}

.inventory-container .vehicle .title a {
    color: #fff;
}

#filters-box li label {
    color: #000;
}

#vehicleList > div {
    margin: 0;
    padding: 15px;
}

.vehicle-box {
    border: 5px solid black;
}

.inventory-container .vehicle .title {
    background-color: #000;
}

.inventory-container .vehicle .price-box {
    width: 100%;
    background-color: #000;
}

.inventory-container .vehicle .price {
    font-size: 23px;
    padding-right: 0;
    font-family: 'freedommachine', sans-serif;
    text-align: center;
    text-transform: uppercase;
    padding-top: 3px;
}

.vehiclemodel {
    font-size: 20px;
    font-family: 'freedommachinelight', sans-serif;
    text-transform: uppercase;
    line-height: 21px;
    min-height: 43px;
}

.info {
    font-size: 12px;
    text-align: right;
    color: #b5b5b5;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #d4d4d4;
    border-color: #ddd;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    font-size: 17px;
}

#ModalVehicleInquiry {
    border: 2px black solid;
}

.tab-content {
    background-color: #b7b7b7;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #000;
    background-color: #b7b7b7;
    border: none;
    border-bottom-color: transparent;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
}

.nav-tabs>li>a {
    border: none;
    background-color: #000000;
    color: white;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
}

div#seller-description {
    background-color: white;
    margin: 15px;
}

.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: #000000;
    border-color: #d8d8d8;
}

#inventory-page > div.mobile-filters-btn-box.visible-xs.visible-sm > div > input {
    margin: 0;
}

.clBtn, .vdpBtn {
    top: 1.3em;
    right: 1.4em;
}

input#FilterQuickSearch {
    margin: 0;
}

.inventory-container .vehicle .thumb {
    height: 182px;
}

.inventory-container .vehicle .thumb {
    line-height: 180px;
}








/* FOOTER */
footer.body .outer-wrapper {
    background-color: #000000;
    color: #c4c4c4;
    text-align: center;
}

.footerbackground {
    background-color: black;
    color: white;
    background-image: url(https://psmfirestorm.blob.core.windows.net/450a17fb-fe1d-4549-8b69-dfc21e5bab55/footer-background.jpg);
    background-size: cover;
    background-position: center;
     padding-top: 30px;
}

.footermap {
    position: relative;
    padding-bottom: 19%;
    min-height: 150px;
    width: 400px;
}

@media (max-width: 1199px) {
.footermap {
    width: 330px; }
}

@media (max-width: 991px) {
.footermap {
    width: 275px;
    height: 245px; }
}

@media (max-width: 767px) {
.footermap {
    width: auto;
    margin-top: 30px;
    padding-bottom: 35%; }
}

.footermap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}

.footercontainer {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 40px 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

@media (max-width: 1199px) {
.footercontainer {
    width: 990px; }
}

@media (max-width: 991px) {
.footercontainer {
    width: 768px; }
}

@media (max-width: 767px) {
.footercontainer {
    width: auto;
    padding: 20px 10px 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex; }
}

.footeraddress {
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0px 0px;
}

@media (max-width: 991px) {
.footeraddress {
    padding: 19px 0px 0px 0px; }
}


.footeraddress a.dealer-phone.phone-text {
    font-size: 37px;
    font-family: 'freedommachine', sans-serif;
    margin-top: -6px;
    display: block;
}

.footercontainer a {
    color: white;
    transition: .2s;
}

.footercontainer a:hover {
    color: #f58220;
}

.footerlinks h2 {
    margin-top: 0;
}


.footerlinks {
    padding: 0px 35px 0px 0px;
    font-family: 'freedommachinelight', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
}

@media (max-width: 991px) {
.footerlinks {
    padding: 0px 18px 0px 33px; }
}

@media (max-width: 767px) {
.footerlinks {
    margin-top: 30px;
    padding: 0px; }
}

.footersocial a {
    font-size: 40px;
    margin-right: 14px;
}

.footer-app {
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    line-height: 23px;
    align-items: center;
    padding: 6px 8px;
    display: flex;
    background-color: white;
    border-radius: 10px;
    box-shadow: 1px 1px 1px black;
    height: max-content;
    color: black;
    justify-content: center;
    width: max-content;
    margin: auto;
}

.footer-app span {
    display: block;
    font-size: 31px;
}

.footer-app img {
    max-width: 130px;
    padding-left: 15px;
}







/* GLOBAL TOOLBARS/ACCORDIONS */
.vehicle-container .well, #content-container .panel-heading, #content-container .panel-body { border: none; }


/* FORMS */
.control-label { color: #000; }

.field-validation-valid {
    color: #a5a5a5;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 11px;
    top: 7px;
}

#vehicleInquiryForm > fieldset > div.form-group.vdp-inquire > div > span {
    position: relative;
    top: 0;
    right: 0;
}

.form-control {
    border-radius: 0;
    margin: 7px 0px;
    font-size: 12px;
}

.mainform {
    height: fit-content;
}

.mainform > div {
    border: 4px solid #b7b7b7;
    padding: 10px 15px;
}

@media (max-width: 991px) {
.mainform > div {
    width: 100%;
    margin-left: 0; }
}

@media (max-width: 767px) {
.mainform > div {
    margin-top: 0!important; }
}

.newsform {
    margin: 20px 0;
}

.contactform > div {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
}

@media (max-width: 767px) {
.contactform > div {
    margin-top: 30px!important; }
}

label {
    margin-bottom: 0px;
    font-weight: unset;
    margin-top: 7px;
}

.form-header-text {
    text-align: center;
    display: block;
    font-family: 'freedommachine', sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    margin-top: -10px;
    background-color: #000000;
    margin-left: -15px;
    width: 109.2%;
    color: #ffffff;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
.form-header-text {
    width: 110.5%; }
}

@media (max-width: 991px) {
.form-header-text {
    width: 112.5%; }
}

@media (max-width: 767px) {
.form-header-text {
    width: 100%;
    margin: 0 0 10px;
    line-height: 33px;
    padding: 0px 0px 5px; }
}

.contactform .form-header-text {
    width: 109.3%;
}

@media (max-width: 1199px) {
.contactform .form-header-text {
    width: 112%; }
}

@media (max-width: 991px) {
.contactform .form-header-text {
    width: 117%; }
}

@media (max-width: 767px) {
.contactform .form-header-text {
    width: 100%; }
}

.newsform .form-header-text {
    width: 102.7%;
}

.forms-title-section {
    font-size: 16pt;
    text-align: center;
    display: block;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
}

.btn-primary {
    background-color: #f58220;
    border-color: #000000;
    font-family: 'freedommachine', sans-serif;
    color: black;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 0;
    padding: 5px 15px;
    margin: 10px 0px 0px;
    transition: .3s ease;
    border: 4px solid;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus,
.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 {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.inquiryformcontainer {
    font-size: 15px;
    border: 4px solid #b7b7b7;
}

.vdpinquiryheader {
    font-size: 36px;
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    background-color: black;
    color: white;
    margin-top: -5px;
    margin-bottom: -22px;
}

#ModalInquiryContainer .vdpinquiryheader {
    font-size: 33px;
    text-align: left;
    padding-left: 5px;
}

.locationBox {
    border: 4px solid #b7b7b7;
}

div#DealerLocationContainer label {
    font-family: 'freedommachine', sans-serif;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 24px!important;
    margin-top: -8px;
}

.HDInsurance .widget-inner {
    margin-bottom: 20px;
}







/* TEMPLATE 2 */
.template-2 header.body {
    background-color: #fafafa;
    background: none, -webkit-linear-gradient(top, #fafafa 0, #ececec 55%);
    background: none, -moz-linear-gradient(top, #fafafa 0, #ececec 55%);
    background: none, -o-linear-gradient(top, #fafafa 0, #ececec 55%);
    background-image: linear-gradient(to bottom, #fafafa, #ececec);
}






#sideTabs {
  display: none;
}
@media (min-width: 768px) {
  #sideTabs {
    display: block;
    position: fixed;
    z-index: 15;
    top: 200px;
    right: 35px;
  }
}
#sideTabs .tab-content {
  position: absolute;
  background-color: #fff;
  width: 300px;
  right: -335px;
}
#sideTabs .tab-link {
    position: absolute;
    display: block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform-origin: right top;
    transform-origin: right top;
    top: 0;
    right: 335px;
    height: 35px;
    width: 128px;
    line-height: 35px;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 1px 2px 7px #000000;
    backface-visibility: hidden;
    font-family: 'freedommachine', sans-serif;
}
#sideTabs #panelFacebook {
  height: 510px;
  z-index: 9;
  top: 0px;
}
#sideTabs #panelFacebook iframe {
  border: none;
}
#sideTabs #panelFacebookTab {
  background-color: #f58220;
}
#sideTabs #panelInstagram {
  height: 302px;
  z-index: 8;
  top: 131px;
}







@media (max-width: 767px) {
figure.hbutton {
    color: #fff;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #000000; }
}
@media (min-width: 768px) {
figure.hbutton {
    color: #fff;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    width: 100%;
    background: #000000; }
}
figure.hbutton * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

figure.hbutton img {
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    border: 5px solid #8e8e8e;
}

figure.hbutton figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}


figure.hbutton figcaption h2 {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 7px 3px 4px;
    position: absolute;
    font-size: 32px;
    top: 3%;
    right: 5px;
    left: 5px;
    text-transform: uppercase;
    background-color: #000000;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

@media (max-width: 1199px) {
figure.hbutton figcaption h2 {
    position: relative;
    font-size: 22px;
    right: 30px;
    left: -12px;
    top: -23px;
    width: 283px;
    margin: 0px 15px 0px 17px; }
}

@media (max-width: 991px) {
figure.hbutton figcaption h2 {
    padding: 5px 2px;
    font-size: 14px;
    left: -12px;
    top: -17px;
    width: 210px;
    margin: 0px 15px 0px 17px; }
}

figure.hbutton figcaption h2 {
  font-weight: 800;
}


figure.hbutton figcaption > div {
    background-color: white;
    position: absolute;
    left: 50px;
    right: 50px;
    top: 30%;
    text-align: center;
    padding: 3px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
    text-transform: uppercase;
    font-family: 'freedommachinelight', sans-serif;
    font-size: 23px;
}

@media (max-width: 1199px) {
figure.hbutton figcaption > div {
    position: relative;
    padding: 4px;
    margin: 0px 42px;
    font-size: 13px; 
    top: 33%;
    left: 0px; }
}

@media (max-width: 991px) {
figure.hbutton figcaption > div {
    position: relative;
    margin: 0px 17px;
    font-size: 10px;
    top: 45%;
    left: 0px; }
}

figure.hbutton figcaption > div i {
  font-size: 23px;
  padding: 6px;
  color: #000000;
  opacity: 0;
  position: relative;
  top: -50px;
  -webkit-transition: top 0.35s, opacity 0.35s;
  transition: top 0.35s, opacity 0.35s;
}
figure.hbutton figcaption a {
  opacity: 0.8;
}
figure.hbutton figcaption a:hover {
  opacity: 1;
}
figure.hbutton figcaption::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.5s;
}
figure.hbutton:hover img,
figure.hbutton.hover img {
  opacity: 0.7;
}
figure.hbutton:hover figcaption h2,
figure.hbutton.hover figcaption h2 {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
figure.hbutton:hover figcaption > div,
figure.hbutton.hover figcaption > div {
  -webkit-transform: translate(0, -15px);
  transform: translate(0, -15px);
}
figure.hbutton:hover figcaption::before,
figure.hbutton.hover figcaption::before {
  opacity: 0.8;
}
figure.hbutton:hover figcaption i,
figure.hbutton.hover figcaption i {
  top: 0px;
  opacity: 0.7;
}
figure.hbutton:hover a:first-child i,
figure.hbutton.hover a:first-child i {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.hbutton:hover a:nth-child(2) i,
figure.hbutton.hover a:nth-child(2) i {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
figure.hbutton:hover a:nth-child(3) i,
figure.hbutton.hover a:nth-child(3) i {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.mapText, .rewardsPage {
    padding-bottom: 30px;
}

@media (max-width: 1199px) {
    .headerrightop {
        font-size: 16px;
    }
    .headerrightr > a {
        font-size: 34px;
    }
    .modelblock h3 {
        font-size: 24px;
    }
    .modelopt {
        font-size: 14px;
    }
    .serviceform .form-header-text, .partsform .form-header-text {
        width: 285px;
    }
    .partsform, .contactform {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .headerrightop {
        font-size: 17px;
    }
    .headerrightbtm a {
        font-size: 43px;
    }
    .headerrightr > a {
        font-size: 28px;
    }
    .featuredinventory h2 {
        width: 50%;
        font-size: 42px;
    }
    .featuredinventory .single-item-slider .slider-inner .item {
        width: 211px;
    }
    .footercontainer > div{
        flex: 0 0 32%;
    }
    .serviceform .form-header-text, .partsform .form-header-text {
        width: 212px;
    }
    .serviceform .form-header-text label {
        font-size: 32px;
    }
    .maptext .dealer-name {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    /*#content-container {
        margin-top: 62px;
    }*/
    #home-page {
        padding-top: 20px;
    }
    figure.hbutton figcaption h2 {
        width: calc(280px + (728 - 280) * ((100vw - 320px) / (768 - 320)));
        font-size: calc(16px + (32 - 16) * ((100vw - 320px) / (768 - 320)));
        left: -12px;
        top: calc(-20px + (-28 + 20) * ((100vw - 320px) / (768 - 320)));
    }
    figure.hbutton figcaption > div {
        top: calc(45px + (53 - 45) * ((100vw - 320px) / (768 - 320)));
        left: 0;
        font-size: calc(12px + (18 - 12) * ((100vw - 320px) / (768 - 320)));
    }
    .shopFamily > .widget-inner, .featuredinventory > .widget-inner, .homeAboutContainer > .widget-inner {
        margin-top: 0 !important;
    }
    .featuredinventory h2 {
        font-size: calc(24px + (36 - 24) * ((100vw - 320px) / (768 - 320)));
        width: calc(200px + (300 - 200) * ((100vw - 320px) / (768 - 320)));
    }
    .full-width .widget-Billboard .carousel-inner > .item > img {
        border-top: 5px solid #f58220;
        border-bottom: 5px solid #f58220;
    }
    #main-nav-collapse { 
        max-height: calc(100vh - 62px);
        overflow: auto;
    }
    .featuredinventory .single-item-slider .slider-control.right {
        right: -36px;
    }
    #filters-modal-content .modal-content {
        top: 60px;
    }
    #ModalVehicleInquiry {
        top: 65px;
        max-height: calc(100vh - 65px);
    }
    #ModalInquiryContainer .vdpinquiryheader {
        font-size: 27px;
    }
    #ModalInquiryContainer .vdpBtn {
        top: 15px;
    }
    .pageheader h1 {
        font-size: 9vw;
        width: 100%;
        padding-right: 5%;
    }
    h1.secdry-hdln { 
        font-size: calc(32px + (50 - 32) * ((100vw - 320px) / (768 - 320)));
    }
    .footerbackground {
        padding-top: 0;
    }
    img.servicepic {
        float: none;
        padding: 0;
        display: block;
        margin: 0 auto 10px;
    }
    .hourslist {
        flex-direction: column;
    }
    .hourslist div {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        max-width: 300px;
    }
    .hourslist div:nth-child(2) {
        margin-top: 15px;
    }
    .serviceform .form-header-text, .partsform .form-header-text {
        width: 100%;
    }
    .serviceform .form-header-text label {
        font-size: 35px;
    }
    .maptext {
        text-align: center;
    }
    .maptext h1 {
        font-size: calc(26px + (46 - 26) * ((100vw - 320px) / (768 - 320)));
    }
    .maptext h3 {
        font-size: calc(22px + (34 - 22) * ((100vw - 320px) / (768 - 320)));
    }
    .mhMap .mapwrapper {
        padding-bottom: 0;
        height: 280px;
    }
    ul.double {
        flex-direction: column;
        padding-left: 5px;
    }
}


/* IRONe Styling */
.ironeContainer {
    background: white;
}
.ironeHeader {
    background-image: url(https://psmfirestorm.blob.core.windows.net/6a00e910-ca29-4618-abb5-8b014274bcdb/ironEheader.png);
    background-size: cover;
}
.ironeHeader h1 {
    padding: 270px 20px 2px;
    text-transform: uppercase;
}
.ironeModels {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
}
.ironeModels p {
    flex-basis: 100%;
}
.ironeModels > div {
    flex: 0 0 50%;
    -ms-flex: 0 0 48%;
    padding: 10px;
}
.ironeStyling {
    display: flex;
    flex-wrap: wrap;
    background: black;
    padding: 10px;
    color: white;
    justify-content: space-around;
}
.ironeStyling h2 {
    flex-basis: 100%;
    text-transform: uppercase;
}
.ironeFeatures {
    flex-basis: 31.9%;
    color: black;
    background: white;
    margin: 5px;
}
.ironeFeatures > div {
    padding: 10px;
}
.ironeFeatures h4 {
    text-transform: uppercase;
}
.ironeImagesWrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
.ironeImages {
    flex: 0 0 33%;
    -ms-flex: 0 0 32%;
    padding: 5px;
}
.ironeFAQ {
    width: 70%;
    margin: 0 auto;
    padding: 0 0 10px;
}
.ironeFAQ h1 {
    text-transform: uppercase;
    text-align: center;
}
.FAQ {
    border-top: 2px solid #D3D3D3;
}
.FAQ h3 {
    display: inline-block;
}
.FAQ .fa-plus {
    font-size: 18px;
    border: 1px solid black;
    padding: 4px;
    float: right;
    margin-top: 17px;
}
.FAQ p {
    display: none;
    padding: 10px 20px;
    background-color: #D3D3D3;
}
.disclaimerModal {
    position: fixed;
    background: white;
    border: 2px solid black;
    border-radius: 5px;
    padding: 5px 10px;
    top: 50px;
    max-height: 70vh;
    overflow: auto;
    max-width: 650px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9999999999;
}
.disclaimerModal .topbar {
    float: right;
    width: fit-content;
    min-height: 22px;
    background-color: white;
}
.disclaimerModal .topbar:hover, .disclaimerOpen:hover {
    color: #f60;
    cursor: pointer;
}
.disclaimerModal .topbar span {
    padding: 0 3px;
}
.disclaimerModal .topbar .fa-window-close {
    font-size: 20px;
}
.disclaimerContent h1 {
    text-transform: uppercase;
}
.disclaimerModal .disclaimerContent {
    padding: 20px 50px;
}
.disclaimerModal .disclaimerContent ol {
    padding-left: 20px;
}
.disclaimerModal li {
    margin: 15px 0;
    font-size: 14px;
}
.disclaimerOpen {
    font-size: 12px;
}
.hidden {
    display: none;
}

@media (max-width: 767px) {
    .ironeHeader h1 {
        padding-top: calc(99px + (265 - 99) * ((100vw - 320px) / (768 - 320)));
        font-size: calc(18px + (36 - 18) * ((100vw - 320px) / (768 - 320)));
        color: #f60;
        text-shadow: 2px 2px black;
    }
    .ironeModels ul {
        padding-left: 15px;
    }
    .ironeModels, .ironeStyling {
        display: block;
    }
    .ironeModels h2, .ironeModels h4, .ironeStyling h2, .ironeFeatures h4 {
        text-align: center;
    }
    .ironeFeatures {
        margin: 15px 5px;
    }
    .ironeFeatures img {
        display: block;
        margin: 0 auto;
    }
    .ironeImagesWrapper {
        justify-content: space-around;
    }
    .ironeImages {
        flex: 0 0 50%;
        -ms-flex: 0 0 48%;
    }
    .ironeFAQ {
        width: 100%;
        padding: 0 20px 10px;
    }
    .FAQ h3 {
        width: 90%;
        display: inline-block;
    }
    .FAQ .fa-plus {
        float: none;
        margin-top: 0;
    }
    .disclaimerModal {
        max-width: calc(100vw - 20px);
        top: 130px;
    }
    .disclaimerModal .disclaimerContent {
        padding: 20px;
    }
    .disclaimerModal .topbar {
        position: fixed;
        right: 20px;
    }
}

@media (min-width: 768px) {
    .ironeHeader h1 {
        font-size: 26px;
    }
}

@media (min-width: 991px) {
    .ironeHeader h1 {
        font-size: 34px;
        padding: 352px 20px 2px;
    }
    .ironeFAQ {
        width: 60%;
    }
    .disclaimerModal {
        max-width: 720px;
    }
    .disclaimerModal .disclaimerContent {
        padding: 20px 75px;
    }
}

@media (min-width: 1200px) {
    .ironeHeader h1 {
        padding: 420px 20px 2px;
        font-size: 41px;
    }
    .ironeFeatures {
        flex-basis: 19%;
    }
    .ironeFAQ {
        width: 50%;
    }
    .disclaimerModal {
        max-width: 910px;
    }
    .disclaimerModal .disclaimerContent {
        padding: 20px 100px;
    }
}




