body {
    font-family: 'Montserrat', 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/21aeade4-276f-4f5d-b0ff-0c4ebf98a7b7/image001.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #000 url(https://psmfirestorm.blob.core.windows.net/21aeade4-276f-4f5d-b0ff-0c4ebf98a7b7/image001.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-family: 'Suez One';
    font-weight: unset;
}

a {
    color: #ffffff;
    transition: .3s;
    font-weight: 700;
}

a:focus, a:hover {
    color: #ff6600;
    text-decoration: none;
}

.buttonSection {
    background-color: white;
    margin-top: 0px!important;
    padding-bottom: 30px;
    position: relative;
    z-index: 4;
}

.featuredSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/7bb02f76-be6b-484c-b7fb-be91a97abab1/featured-back.jpg);
    background-size: cover;
    background-attachment: fixed;
    margin-top: 0!important;
    padding: 6% 0;
    color: black;
    position: relative;
    background-position: center;
}

.featuredSection:before {
    content: '';
    width: 102%;
    height: 111px;
    background-color: white;
    position: absolute;
    top: -7%;
    transform: rotate(-3deg);
    left: -8px;
}

.sliderSection {
    margin-top: 0!important;
}

.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;
}

#outer-wrapper {
    overflow-x: hidden;
}

.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: 5;
    background-color: black;
    border-bottom: 3px solid white;
    box-shadow: 0 0 10px black;
}

.headerContainer {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    text-transform: uppercase;
}

.headerLogo {
    flex: 0 0 30%;
}

.headerLogo a {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.headerLogo img {
    max-height: 58px;
}

.headerLogo img:nth-child(1) {
    margin-right: 15px;
}

.headerBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.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: 25px;
}

.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;
}

.headerAddress {
    font-weight: 100;
}






/* NAVIGATION */


@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}
}

.navbar-nav>li>a {
    text-transform: uppercase;
    padding: 20px 10px;
    color: white;
    text-shadow: 1px 1px 1px black;
    position: relative;
    font-size: 15px;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
}

.navbar-nav>li>a:before {
    content: '';
    width: 0;
    height: 3px;
    background-color: white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    transition: .3s;
}

.navbar-nav>li>a:hover:before {
    width: 100%;
}

.social-media-icons {
    display: none;
}







/* CONTENT */

.siteSearch {
    margin: 5% auto 14%;
    display: flex;
    width: 600px;
    position: relative;
    background-color: black;
    align-items: center;
    border: 3px solid;
    box-shadow: 0 0 10px black;
}

.siteSearch .form-control {
    border-radius: 0px;
    border: none;
    padding: 15px;
    background-color: transparent;
    font-size: 16px;
    box-shadow: none;
    font-weight: 700;
    color: white;
    text-shadow: 1px 1px 1px black;
}

.siteSearch button {
    background-color: rgb(255 255 255 / 0%);
    color: rgb(255 255 255);
    border: none;
    padding: 8px 17px;
    font-size: 28px!important;
}

.buttonWrapper {
    width: 1480px;
    margin: auto;
    display: flex;
}

.buttonWrapper a {
    margin: -45px 10px 0;
    position: relative;
    z-index: 444;
    background-color: #000000;
    box-shadow: 4px 4px 4px black;
    color: white;
    text-shadow: 1px 1px 1px black;
    overflow: hidden;
}

.buttonWrapper img {
    filter: opacity(0.5);
    transition: 1s;
}

.buttonWrapper a:hover img {
    filter: none;
    transform: scale(1.5);
}

.buttonText {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    width: 80%;
    left: 50%;
    padding: 30px 10px;
    background-color: rgb(0 0 0 / 43%);
    transition: .3s;
}

.buttonWrapper a:hover .buttonText {
    background-color: rgb(0 0 0 / 74%);
}

.buttonText h3, 
.buttonText h5 {
    margin: 0;
}

.buttonText h3 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 28px;
}

.buttonText h3 span {
    display: block;
    font-size: 39px;
}

.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;
}

.techTips {
    display: flex;
    flex-wrap: wrap;
}

.techTips div {
    flex: 1 0 50%;
    padding: 10px;
}

.techTips h3 {
    color: #ff6600;
    text-align: center;
}

.catalogWrapper iframe {
    width: 100%;
    height: 700px;
}

a.beHeardPic {
    float: right;
    padding: 10px;
}



.videoWrapper {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.videoWrapper iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.screaminEagleVids {
    display: flex;
    justify-content: space-between;
}

.screaminEagleVids > div {
    flex: 0 0 24%;
    margin: 5px 0;
    background-color: black;
    padding: 10px;
}

.screaminEagleVids strong, 
.screaminEagleVids p {
    font-size: 12px;
    text-align: center;
    display: block;
}

.screaminEagleVids h3 {
    text-align: center;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 60%;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: fixed;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}


/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}








/* FEATURED INVENTORY */

.featuredInventory h2, 
.latestReviews h2 {
    display: none;
}

.featuredInventory {
    margin-bottom: 45px;
}

.featTextWrap, 
.lrTextWrap {
    text-align: center;
}

.featTextWrap h3, 
.lrTextWrap h3 {
    font-size: 40px;
}

.featTextWrap h3 span, 
.lrTextWrap h3 span {
    display: block;
    font-size: 45px;
}

.featTextWrap a, 
.lrTextWrap a {
    text-transform: uppercase;
    background-color: white;
    padding: 10px;
    border: 3px solid rgb(0 0 0);
    margin-top: 16px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    color: black;
    z-index: 3;
}

.featTextWrap a::before, 
.lrTextWrap a::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: rgb(0 0 0);
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    bottom: -10px;
    transition: .3s;
}

.featTextWrap a:hover, 
.lrTextWrap a:hover {
    color: #ff6600;
}

.featTextWrap a:hover:before, 
.lrTextWrap a:hover:before {
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    bottom: 0;
    z-index: -1;
}

.single-item-slider .slider-outer {
    height: 267px;
}

.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;
    color: black;
}

.single-item-slider .item-detail .price {
    font-size: 19px;
    padding: 0px 2%;
    font-weight: 900;
    text-transform: uppercase;
    bottom: 0px;
    color: #ff6600;
}

.single-item-slider .item:not(:last-child) {
    margin-right: 23px;
}

.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(255 255 255 / 68%);
    border: 3px solid black;
}

.review-comments {
    color: rgb(0 0 0);
    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;
}

.widget-Reviews .single-item-slider .item-detail {
    color: black;
}


.homeAboutSection {
    background-color: white;
    color: black;
    margin-top: 0!important;
    padding: 30px 0;
    position: relative;
}

.homeAboutSection:before {
    transform-origin: left;
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/57e6a18d-9ba7-4ef6-9c57-88cb2d62644a/harley-davidson-logo.jpg);
    width: 94%;
    height: 94%;
    position: absolute;
    left: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 13%;
    padding: 15px;
    filter: opacity(0.08);
    transform: rotate(-8deg);
}


.homeAbout {
    display: flex;
    padding: 15px;
}

.homeAboutText {
    flex: 0 0 50%;
    padding: 0 15px 0 0;
}

.homeAboutText a {
    color: black;
}

.homeAboutText a:hover {
    color: #ff6600;
}

.homeAboutPic {
    flex: 0 0 50%;
    background-image: url(https://psmfirestorm.blob.core.windows.net/fe3ade65-240a-4a1f-82b9-1f4587d050b2/20230202_132625.jpg);
    background-attachment: fixed;
    background-size: 42%;
    background-position: 83% 100%;
    background-repeat: no-repeat;
}

.homeWelcome {
    text-align: center;
}

.homeWelcome span {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 18px;
}

.homeWelcome h1 {
    margin-top: 0;
    color: #ff6600;
}

.vipBtns {
    display: flex;
    justify-content: space-around;
}







/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
}

.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: 100;
    font-family: 'Suez One';
}

#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: #ff6600;
}

.price-box > text > a:hover {
    color: white;
}






/* 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-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;
}

.btn-sec {
    margin: 10px auto;
    display: block;
    width: max-content;
}

/*
.form-control::-moz-placeholder {
    color: #fff;
}
.form-control:-ms-input-placeholder {
    color: #fff;
}
.form-control::-webkit-input-placeholder {
    color: #fff;
}
*/

.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 {
    font-family: 'Suez One';
    text-transform: uppercase;
    text-align: center;
    font-size: 27px;
    margin-bottom: 4px;
    color: #ffffff;
    position: relative;
}

.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 black;
    box-shadow: none;
    transition: .3s;
    background-color: #191919;
    color: white;
}

.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: white;
    background-color: #333333;
}

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: white;
}

@media (min-width: 768px) {
#Form1642 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1709 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1642 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1709 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1710 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form1710 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form1642 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1709 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1710 > div:nth-child(1) > fieldset > div:nth-child(n+10) {
    padding: 0 5px;
}
}









/* FOOTER */

footer.body {
    font-family: Arial,sans-serif;
    font-size: 13px;
    position: relative;
}

footer.body .copyright .wrapper {
    font-size: 12px;
    padding: 20px;
    text-align: right;
    color: gray;
    position: absolute;
    right: 0;
    bottom: 0;
}

.footerbackground {
    background-color: black;
}

.footercontainer {
    width: 1480px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 0;
    line-height: 28px;
    flex-flow: column;
    align-items: center;
}

.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;
}

.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) {

}









/* BREAKPOINTS */

@media (max-width: 1499px) {
.footercontainer,
.buttonWrapper {
    width: 1180px;
}

.buttonText h3 {
    font-size: 23px;
    line-height: 28px;
}

.buttonText h3 span {
    font-size: 30px;
}
}



@media (max-width: 1199px) {
.headerContainer,
.footercontainer,
.buttonWrapper {
    width: 970px;
}

.buttonText h3 {
    font-size: 19px;
    line-height: 22px;
}

.buttonText h3 span {
    font-size: 23px;
}

.headerSocial {
    flex-wrap: wrap;
    flex: 0 0 9%;
}

.headerBlock .dealer-phone {
    padding: 0 0px;
    font-size: 20px;
}

.headerLogo img {
    max-height: 48px;
}

.navbar-nav>li>a {
    padding: 16px 6px;
    font-size: 13px;
}

.single-item-slider .slider-inner .item {
    width: 268px;
}

.featuredSection:before {
    top: -11%;
}

.homeAbout {
    margin: auto;
}

footer.body .copyright .wrapper {
    width: 500px;
}

.footerBtm {
    margin-top: 30px;
    padding: 6px 15px;
}

.inventory-container .vehicle .price {
    font-size: 16px;
}

.mapWrapper {
    padding-bottom: 129%;
}
}



@media (max-width: 991px) {
.headerContainer, 
.footercontainer,
.buttonWrapper {
    width: 748px;
}

.headerContainer {
    padding: 15px 0 0;
}

#main-nav {
    margin-top: 0;
}

#main-nav .nav>li>a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
}

.headerBlock {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.headerAddress {
    flex: 0 0 100%;
    text-align: right;
    margin-bottom: 10px;
}

.headerLogo {
    flex: 0 0 40%;
}

.headerLogo img {
    max-height: 51px;
}

.headerSocial {
    flex: 0 0 22%;
    margin-left: 25px;
}

.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: 45px auto 120px;
}

.p-header {
    height: 210px;
}

.p-header h1 {
    font-size: 35px;
}

.buttonText h3 {
    font-size: 14px;
    line-height: 16px;
}

.buttonText h3 span {
    font-size: 18px;
}

.homeAboutPic {
    background-size: 50%;
    background-position: 100% 50%;
}

.catalogWrapper iframe {
    height: 500px;
}

.screaminEagleVids > div {
    flex: 0 0 49%;
}

.screaminEagleVids {
    flex-wrap: wrap;
}
}




@media (max-width: 767px) {
.headerContainer, 
.footercontainer,
.buttonWrapper {
    width: 100%;
}

.headerContainer {
    padding: 10px;
    flex-flow: column;
    align-items: flex-start;
}

.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: 25px;
}

.headerLogo {
    margin: auto;
}

.navbar-collapse {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#main-nav .nav>li>a {
    font-size: 14px;
    padding: 15px;
}

.dropdown-menu>li>a {
    color: #fff;
}

.p-header {
    margin-bottom: 0;
    height: 100%;
}

.p-header h1 {
    font-size: 7vw;
    padding: 5px 10px;
    width: fit-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: -58px;
}

.buttonWrapper {
    flex-wrap: wrap;
    justify-content: space-around;
}

.buttonWrapper a {
    flex: 0 0 46%;
}

.buttonWrapper a {
    margin: 7px 4px;
}

.headerBlock .dealer-phone {
    font-size: 20px;
}

.screaminEagleVids > div {
    flex: 0 0 100%;
}

.catalogWrapper iframe {
    height: 300px;
}
}








