body {
    font-family: 'Roboto', 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: #cccccc url(https://psmfirestorm.blob.core.windows.net/8b083058-528a-45b7-9f9d-ec88e4c52496/background.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/8b083058-528a-45b7-9f9d-ec88e4c52496/background.jpg) no-repeat center bottom;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
}

a {
    color: #ffffff;
    transition: .3s;
    font-weight: 700;
}

a:focus, a:hover {
    color: #ff6600;
    text-decoration: none;
}

.aboutSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/c246e12b-4ab6-4970-a6e9-487fad58c322/about-back.jpg);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #000000;
    overflow: hidden;
    position: relative;
    margin-top: 0!important;
}

.featuredSection {
    margin-top: 0!important;
    background-image: url(https://psmfirestorm.blob.core.windows.net/d05ad620-6e8c-4942-90f5-512fe6d8d1d4/featured-back.jpg);
    background-size: cover;
    padding: 15% 0 15%;
    background-attachment: fixed;
}

.reviewsSection {
    background-color: #161616;
    margin-top: 0!important;
    padding: 30px 0;
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom {
    background-color: rgb(0 0 0 / 73%);
    padding: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 80%);
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}

.breadcrumb {
    background-color: #000000;
}








/* HEADER */

header.body {
    background: linear-gradient(rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    position: relative;
    z-index: 101;
}

.headerContainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: flex-start;
    text-transform: uppercase;
}

.headerLogo {
    flex: 0 0 21%;
}

.headerBlock {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.headerBlock .btn-primary {
    font-size: 12px;
    padding: 5px 10px;
    margin: 0 0 0 10px;
}

.headerContainer .dealer-address {
    padding-right: 5px;
    border-right: 1px solid gray;
}

.headerContainer .dealer-city {
    padding-left: 5px;
}

.headerContainer .dealer-address {
    padding-top: 4px;
    display: inline-block;
}

.headerBlock .dealer-phone {
    font-weight: 700;
    padding: 0 20px;
    font-size: 20px;
}

.headerBlock .dealer-phone .fa-mobile {
    padding-right: 4px;
    color: #a7a7a7;
}

.headerSocial {
    display: flex;
    justify-content: space-around;
}

.headerSocial a {
    padding: 2px 5px;
    font-size: 18px;
}

a.headerAddress {
    font-weight: 100;
}







/* NAVIGATION */

#main-nav {
    margin-top: -56px;
}

.navbar-nav {
    float: right;
    margin: 0;
}

.navbar-nav>li>a {
    text-transform: uppercase;
    padding: 20px;
    font-size: 18px;
    text-shadow: 1px 1px 1px black;
    font-weight: 900;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #feb700;
}





/* CONTENT */

.buttonContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 3px solid #ff6600;
    border-bottom: 3px solid #ff6600;
}

.buttonContainer a {
    background-color: black;
    flex: 1 0 20%;
    padding: 2% 1%;
    position: relative;
    overflow: hidden;
    border-right: 3px solid #ff6600;
    text-align: center;
}

.buttonContainer a:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #ff6600;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    bottom: -10px;
    transition: .3s;
}

.buttonContainer a:hover:before {
    transform: rotate(0deg);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.buttonText {
    position: relative;
    z-index: 3;
}

.buttonContainer a:last-child {
    border: none;
}

.buttonText h2 {
    margin: 0;
    font-size: 2vw;
    transition: .3s;
}

.buttonContainer a:hover h2 {
    color: black;
}

.buttonText span {
    text-transform: uppercase;
    color: #9c9c9c;
    font-size: 1vw;
}

.homeAbout {
    padding: 3% 1%;
    width: 681px;
    position: relative;
    margin-left: 8%;
    line-height: 30px;
}

.homeAbout .dealer-name {
    margin-top: 0;
    color: #484848;
    position: absolute;
    left: -53%;
    transform: rotate(90deg) translateX(28%);
    top: -13%;
    font-size: 63px;
    text-align: center;
    width: 89%;
    line-height: 51px;
}

.homeAbout p span {
    font-weight: 900;
}

.hMapWrapper {
    position: relative;
    padding-bottom: 150px;
    margin-top: -30px;
}

.hMapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.siteSearch {
    width: 100%;
    margin: 140px auto;
    display: flex;
    box-shadow: 0 0 50px black;
    max-width: 600px;
}

.siteSearch .form-control {
    background-color: black;
    color: white;
    padding: 23px 10px;
    border: 3px solid #ff6600;
    border-radius: 0;
    border-right: none;
    margin: 0;
}

.siteSearch .form-control:hover {
    border-color: #ff6600;
}

.siteSearch button {
    background-color: black;
    border: 3px solid #ff6600;
    color: white;
    border-left: none;
    font-size: 27px;
}

.finPic {
    float: right;
    padding: 0 0 10px 10px;
}

.jumbotron {
    background-color: #000000!important;
    color: white!important;
}

#creditAppForm section {
    background: #000000!important;
}

.p-header {
    position: relative;
    border: 3px solid #ff6600;
    margin-bottom: 25px;
    height: 250px;
}

.p-header img {
    object-fit: cover;
    width: 100%;
}

.p-header h1 {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid #ff6600;
    border-bottom: none;
    padding: 10px;
    background-color: black;
    text-transform: uppercase;
    font-size: 43px;
    width: max-content;
}

.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: #e6e6e6;
    border-color: #cccccc;
}

.mapandhourstbl {
    margin-bottom: 45px;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 105%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

.department-container {
    margin-top: 0;
}

#employees-team-page .page-title {
    font-size: 50px!important;
    text-align: center;
    margin-bottom: 0;
}

.department-container .department {
    background: #000;
}

.department .title {
    border: 1px solid #ededed;
    background: #ffffff;
    color: black;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.department .employee {
    padding: 2px;
}

.photo {
    height: 200px;
}

.photo img {
    width: 100%!important;
    object-fit: cover;
    object-position: top;
}

.partsBtns,
.mcBtns,
.hogBtns,
.vipBtns {
    display: flex;
    justify-content: space-around;
}

.mcList {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.mcList li {
    flex: 1 0 50%;
    padding: 10px;
}

.mcPic {
    margin-bottom: 25px;
}

.mcPic img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.hogList {
    display: flex;
    flex-wrap: wrap;
}

.hogList li {
    flex: 0 0 33.33%;
}

.financeWrapper {
    width: 25%;
    float: left;
    padding: 15px;
    background-color: black;
    margin: 0 10px 10px 0;
}

.tipsContainer {
    display: flex;
    flex-wrap: wrap;
}

.tipsContainer div {
    flex: 1 0 50%;
    padding: 10px;
}

.partsVideo {
    margin-top: 25px;
}

.gemPage .siteSearch .form-control {
    border: 3px solid white;
    color: black;
}

.gemPage .form-header-text:before {
    display: none;
}







/* FEATURED INVENTORY */

.latestReviews h2 {
    display: none;
}

.featTextWrap, 
.lrTextWrap {
    text-align: center;
}

.featTextWrap h3, 
.lrTextWrap h3 {
    font-size: 40px;
}

.featTextWrap h3 {
    color: black;
}

.featTextWrap h3 span, 
.lrTextWrap h3 span {
    display: block;
    font-size: 45px;
}

.featTextWrap a, 
.lrTextWrap a {
    text-transform: uppercase;
    background-color: black;
    padding: 10px;
    border: 3px solid #ff6600;
    margin-top: 16px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.featTextWrap a:before, 
.lrTextWrap a:before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #ff6600;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    bottom: -10px;
}

.single-item-slider .slider-outer {
    height: 267px;
    margin-top: 30px;
}

.single-item-slider .slider-inner .item {
    width: 248px;
    border-radius: 0;
}

.single-item-slider .item .item-inner {
    padding-bottom: 11%;
    border-radius: 0px;
}

.single-item-slider .img-container {
    height: 145px;
    border-radius: 0;
}

.single-item-slider .item-detail .name {
    font-size: 14px;
    line-height: 19px;
}

.single-item-slider .item-detail .price {
    font-size: 19px;
    padding: 0 2%;
    font-weight: 900;
    text-transform: uppercase;
    bottom: 0;
}

.single-item-slider .item:not(:last-child) {
    margin-right: 71px;
}

.widget-Reviews .single-item-slider .img-container {
    height: 75px;
    display: none;
}

.acidjs-rating-stars label::before, .review-widget-star::before {
    font-size: 13px;
}

.single-item-slider .item {
    background-color: rgb(0 0 0);
    border: 3px solid;
}

.review-comments {
    color: #fff;
    font-size: 14px;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 17em;
    border: none;
}

.widget-Reviews .single-item-slider .item .item-inner {
    padding: 45px 5px 15px;
}

.featuredInventory h2 {
    text-align: center;
    color: black;
}






/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #ffffff;
    border-color: #ddd;
    text-transform: uppercase;
    font-weight: 700;
}

.panel {
    background-color: #000;
}

.panel-default {
    border-color: #636363;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #b5b5b5;
}

.inventory-container .vehicle .price {
    font-size: 19px;
    padding-right: 0;
    text-transform: uppercase;
    text-align: center;
    background-color: #ffffff;
    margin: auto;
    padding: 2px 10px;
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    border: 3px solid #ff6600;
    color: black;
    font-weight: 900;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid #ffffff;
}

.inventory-container .vehicle:hover {
    background-color: #ffffff;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    min-height: 50px;
}

.inventory-container .vehicle .title {
    padding: 10px 5px 28px;
    background-color: black;
}

.inventory-container .vehicle .title a {
    color: white;
    font-weight: 100;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

a.promo-link {
    color: #ffffff;
}

a.promo-link:hover {
    color: #e51520;
}

.price-box > text > a:hover {
    color: white;
}

.inventory-container .vehicle .thumb {
    background-color: #000;
}

.Can-Am {
    order: 1;
}

.Sea-Doo {
    order: 2;
}


.Honda {
    order: 3;
}

.Husqvarna {
    order: 4;
}

.Kawasaki {
    order: 5;
}

.Polaris {
    order: 6;
}

.Suzuki {
    order: 7;
}

.Kayo {
    order: 8;
}

.Crownline{
    order: 9;
}

.BadBoyMowers {
    order: 10;
}

.GEM {
    order: 11;
}









/* FORMS */

.btn-primary {
    text-transform: uppercase;
    color: #fff;
    background-color: #000000;
    border: 3px solid #ff6600;
    border-radius: 0;
    position: relative;
    padding: 10px;
    overflow: hidden;
    margin-top: 10px;
    z-index: 3;
}

.btn-primary:before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #ff6600;
    position: absolute;
    bottom: -15px;
    transform: rotate(45deg) translateX(-50%);
    left: 50%;
    transition: .3s;
    z-index: -1;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: auto;
}

.btn-primary:hover,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #000000;
    border-color: #ff6600;
}

.btn-primary:hover:before {
    transform: rotate(0deg);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #000000;
    padding: 10px;
    box-shadow: 0 0 5px black;
    background-size: cover;
    color: white;
    border: 3px solid #ff6600;
    overflow: hidden;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    font-size: 27px;
    margin-bottom: 4px;
    color: #ffffff;
    position: relative;
    font-weight: 900;
}

.form-header-text:before {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #ff6600;
    position: absolute;
    transform: rotate(45deg) translateX(-50%);
    left: 50%;
    top: -15px;
}

.form-control {
    border-radius: 0;
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid white;
    box-shadow: none;
    transition: .3s;
}

.form-control:hover {
    border-color: #bbbbbb;
}


.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.field-validation-valid {
    color: black;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 10px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #000000;
    color: white;
    border: 3px solid #ff6600;
    overflow: hidden;
}

#VehicleInquiryContainer {
    padding: 10px;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 95px;
}

.customForm [placeholder="Zip Code"] {
    width: 77px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea,
.customForm select {
    font-size: 14px!important;
    border: none;
    margin: 5px 0;
    padding: 2px 7px;
    color: black;
}

label {
    font-weight: 100;
}

/*
.customForm input::-moz-placeholder,
.customForm textarea::-moz-placeholder,
.customForm select::-moz-placeholder {
    color: #000;
}
.customForm input::-ms-input-placeholder,
.customForm textarea::-ms-input-placeholder,
.customForm select::-ms-input-placeholder {
    color: #000;
}
.customForm input::-webkit-input-placeholder,
.customForm textarea::-webkit-input-placeholder,
.customForm select::-webkit-input-placeholder {
    color: #000;
}
*/

.customForm textarea {
    width: 100%;
}

.customForm select {
    border: none;
    padding: 2px 3px;
    font-size: 14px;
    color: black;
}

@media (min-width: 768px) {
#Form1634 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1731 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form1637 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form1731 > div:nth-child(1) > fieldset > div:nth-child(n+8) {
    padding: 0 5px;
}

#Form1637 > div:nth-child(1) > fieldset > div:nth-child(16) > div > div {
    display: flex;
    justify-content: space-around;
}
}

.mcform {
    margin-bottom: 25px;
}








/* FOOTER */

footer.body {
    font-size: 13px;
    position: relative;
}

footer.body .copyright .wrapper {
    padding: 20px;
    text-align: center;
    color: gray;
    right: 0;
    bottom: 0;
}

.footerbackground {
    background-color: rgb(0 0 0 / 75%);
    border-top: 3px solid #ff6600;
}

.footercontainer {
    width: 1480px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    line-height: 28px;
    flex-flow: column;
    align-items: center;
}

.footercontainer a {
    font-weight: 100;
}

.footerTop {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.footerBtm {
    margin-top: 45px;
    border: 3px solid grey;
    border-bottom: none;
    padding: 15px 55px;
    align-self: flex-start;
}

.footerblock .dealer-address {
    display: block;
}

.footerblock .dealer-phone {
    display: block;
    font-weight: 900;
    font-size: 23px;
    color: yellow;
}

.footertable td:first-child {
    padding-right: 10px;
    font-weight: 900;
}

.footerblock h3 {
    border-bottom: 3px solid gray;
}

.footerblock ul {
    list-style: none;
    padding: 0;
}

.footersocial {
    display: flex;
    justify-content: space-around;
}

.footersocial a {
    font-size: 20px;
}





/* BREAKPOINTS */

@media (max-width: 1499px) {
.footercontainer {
    width: 1180px;
}
}



@media (max-width: 1199px) {
.headerContainer,
.footercontainer {
    width: 970px;
}

.navbar-nav>li>a {
    padding: 20px 10px;
}

.single-item-slider .slider-inner .item {
    width: 263px;
}

.homeAbout {
    margin: auto;
}

footer.body .copyright .wrapper {
    width: 500px;
}

.footerBtm {
    margin-top: 30px;
    padding: 6px 15px;
}

.inventory-container .vehicle .price {
    font-size: 16px;
}
}



@media (max-width: 991px) {
.headerContainer, 
.footercontainer {
    width: 748px;
}

#main-nav .nav>li>a {
    font-size: 14px;
    padding: 10px;
}

.headerBlock {
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 0;
}

.headerSocial {
    order: 2;
    align-items: center;
    padding-right: 15px;
}

.headerBlock .btn-primary {
    margin: 5px;
}

#main-nav {
    margin-top: 0;
}

.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}

.single-item-slider .slider-inner .item {
    width: 280px;
}

.footerTop {
    flex-flow: column;
    align-items: center;
    text-align: center;
}

.footerblock {
    margin: 15px 0;
}

.homeAbout {
    margin-left: 13%;
    width: 646px;
}

.footerBtm {
    align-self: center;
}

footer.body .copyright .wrapper {
    position: relative;
    text-align: center;
    width: 100%;
}

.siteSearch {
    margin: 60px auto;
}

.p-header {
    height: 210px;
}

.p-header h1 {
    font-size: 35px;
}

#inventory-page .btn-primary:before {
    display: none;
}

.siteSearch-M button {
    background-color: #424242;
}
}




@media (max-width: 767px) {
.headerContainer, 
.footercontainer {
    width: 100%;
}

.homeAbout .dealer-name {
    position: relative;
    transform: rotate(0deg) translateX(0);
    left: 0;
    font-size: 32px;
    line-height: 30px;
    color: #ff6600;
}

.siteSearch.custom.searchContainer {
    width: 95%;
    margin: 30px auto;
}

.buttonContainer a {
    flex: 1 0 50%;
    border: 2px solid #ff6600;
}

.buttonContainer {
    flex-wrap: wrap;
    border: 1px solid #ff6600;
}

.buttonContainer a:last-child {
    border: 2px solid #ff6600;
}

.buttonText h2 {
    font-size: 5vw;
}

.buttonText span {
    font-size: 2.5vw;
}

.buttonContainer a:before {
    width: 10px;
    height: 10px;
    bottom: -6px;
}

.homeSlider {
    margin-top: -30px;
}

.single-item-slider .slider-inner .item {
    width: 216px;
}

.homeAbout {
    margin-left: 0;
    width: 100%;
}

.aboutSection {
    background-size: cover;
    background-position: center;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

a.headerAddress,
.headerSocial {
    display: none;
}

.headerBlock {
    margin-top: 0;
}

.headerLogo {
    flex: 0 0 25%;
    position: relative;
    z-index: 3;
}

.headerBlock .btn-primary {
    display: none;
}

.navbar-collapse {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu>li>a {
    color: #fff;
}

.p-header {
    margin-bottom: 0;
    height: 100%;
}

.p-header h1 {
    font-size: 7vw;
    padding: 5px 10px;
    width: max-content;
    text-align: center;
}

.tipsContainer,
.mcList {
    flex-flow: column;
}

.inventory-container .vehicle .price.not-itemized {
    font-size: 21px;
}

.partsBtns, 
.mcBtns, 
.hogBtns, 
.vipBtns {
    flex-wrap: wrap;
}

.mapandhourstbl {
    margin: auto;
}

#main-nav {
    margin-top: -55px;
}

.navbar-nav {
    float: left;
    display: block;
    justify-content: space-between;
}

.headerLogo img {
    max-width: 115px;
}

.headerBlock .dealer-phone {
    font-size: 17px;
}
}







