body {
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: black;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
#outer-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: -1;
    background: #000000 url(https://psmfirestorm.blob.core.windows.net/22d157b8-9e84-48ef-a56c-2f0be6540104/4th-Final-Angle-Devils-Tower-6-4-star-crp-9x16------_P9B4230-5.jpg) no-repeat center center;
    background-size: 767px;
    background-position-y: -143px;
}
}

@media (min-width: 768px) {
body {
    background: #000000 url(https://psmfirestorm.blob.core.windows.net/22d157b8-9e84-48ef-a56c-2f0be6540104/4th-Final-Angle-Devils-Tower-6-4-star-crp-9x16------_P9B4230-5.jpg) no-repeat;
    background-attachment: scroll;
    background-size: 1400px;
    overflow-x: hidden;
    background-position-y: -236px;
    background-position-x: center;
}
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

a {
    color: #ff6600;
    transition: .3s;
}

a:focus, a:hover {
    color: #d8d8d8;
    text-decoration: none;
}

/*
.featuredSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/d6766044-7e84-4cb2-9ad9-129fa85ce74e/dealership.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 50px 0;
}
*/

.featuredInventory {
    margin-top: -248px;
}

#promotions-page h1 {
    display:none;
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom {
    background-color: rgb(0 0 0 / 73%);
    border-radius: 8px;
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}





/* HEADER */

header.body {
    position: relative;
}

/*
header.body:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/f8c2c017-4210-4844-b8e9-e3e3a1612660/asphault-back.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background-position: center;
    z-index: 0;
    filter: opacity(0.5);
}
*/

.headerContainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    padding: 15px;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

.headerContainer div {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.headerLocations h4 {
    font-size: 30px;
    color: black;
    text-shadow: 0 0 5px white, 0px 0px 1px white;
}

.headerLocations h4 span:first-child {
    padding-right: 10px;
    border-right: 4px solid;
}

.headerLocations h4 span:last-child {
    padding-left: 8px;
}

.headerBlock {
    flex: 0 0 25%;
}

.headerLogos a {
    padding: 10px;
}

.headerLogos img {
    width: 300px;
}

.hdLogo {
    max-width: 180px;
    margin-left: 17px;
}

.headerPhone {
    display: block;
}

.headerBlock:first-child {
    text-align: right;
}

.headerBlock a {
    color: white;
}

a.headerPhone {
    font-weight: 700;
    font-size: 28px;
    color: #ff6600;
}





/* NAVIGATION */

#main-nav {
    /* background-color: white; */
    position: relative;
    margin-top: 42px;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-around;
}
}

.social-media-icons {
    display: none;
}

.navbar-nav>li>a {
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 10px;
    color: white;
    font-size: 23px;
    text-shadow: 1px 1px 1px black;
    position: relative;
}

.navbar-nav>li>a:before {
    content: '';
    width: 0;
    height: 3px;
    background-color: #ff6600;
    position: absolute;
    top: 0;
    transition: .3s;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}

.navbar-nav>li>a:hover:before {
    height: 3px;
    width: 100%;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    text-decoration: none;
    background-color: transparent;
}






/* CONTENT */

.home-search-container {
    position: relative;
}

.home-search-container:before {
    content: 'Deluxe';
    font-family: 'Roboto Condensed';
    color: #ffffff;
    position: absolute;
    font-size: 178px;
    text-transform: uppercase;
    font-weight: 700;
    left: 53%;
    transform: translateX(-50%);
    letter-spacing: .4em;
    text-align: center;
    margin-top: -15.5%;
    text-shadow: 0 0 20px black;
    filter: opacity(0.5);
}

.siteSearch {
    display: flex;
    width: 700px;
    margin: 14% auto 6%;
    z-index: 1;
    position: relative;
}

.siteSearch .form-control {
    font-size: 14px;
    padding: 30px 15px;
    border-radius: 31px 0 0 31px;
    border: 3px solid white;
}

.siteSearch .btn-primary {
    background-color: #ff6600;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
    border: 3px solid white;
    border-radius: 0 31px 31px 0;
    font-size: 16px;
}

.btnContainer {
    display: flex;
    flex-flow: column;
}

.btnContainer a {
    background-color: white;
    margin-bottom: 15px;
    padding: 17px 15px;
    background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    color: white;
    text-shadow: 3px 3px 3px black;
    border: 3px solid white;
    box-shadow: 0 0 10px black;
    overflow: hidden;
}

.btnContainer h3 {
    margin-top: 0;
    font-size: 29px;
    margin-bottom: 0;
    transition: .3s;
}

.btnContainer a:hover h3 {
    color: #ff6600;
}

.btnContainer span {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .3em;
}

.btnContainer div {
    position: relative;
    display: flex;
    flex-flow: column;
    z-index: 333;
}

.btnContainer div:after {
    content: "\f101";
    font-family: 'FontAwesome';
    font-size: 43px;
    position: absolute;
    right: 0;
    border-radius: 50%;
    text-align: center;
}

.btnContainer div:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/79de12b3-1bc4-4104-baaf-c1f2b046c4cd/harley-davidson-logo.png);
    width: 50%;
    height: 129px;
    background-size: cover;
    position: absolute;
    top: -35px;
    background-repeat: no-repeat;
    transform: rotate(5deg);
    right: -13px;
    z-index: -1;
    transition: .5s;
}

.btnContainer a {
    background-color: white;
    margin-bottom: 15px;
    padding: 16px 15px;
    background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    color: white;
    text-shadow: 3px 3px 3px black;
    border: 3px solid white;
    box-shadow: 0 0 10px black;
    overflow: hidden;
}

.btnContainer a:hover div:before {
    top: 145%;
    left: 50%;
    transform: translateX(-50%) scale(8);
}

.homeSlider > div {
    border: 3px solid white;
    height: max-content!important;
}

.homeAbout {
    margin-top: 25px;
}

.homeAbout span {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    letter-spacing: 7px;
}

.homeAbout h1 {
    text-align: center;
    letter-spacing: 3px;
    margin-top: 2px;
    color: #ff6600;
    text-shadow: 1px 1px 1px black;
    font-size: 60px;
}

.homeAbout div {
    width: 850px;
    margin: auto;
    text-align: center;
    background-color: rgb(41 41 41 / 75%);
    padding: 15px;
    box-shadow: 0 0 10px black;
    border-radius: 8px;
}

.p-header {
    position: relative;
    height: 250px;
    margin-bottom: 25px;
}

.p-header h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
    font-size: 50px;
    background-color: white;
    color: black;
    border: 3px solid #ff6600;
    padding: 5px 15px;
    border-radius: 40px;
    box-shadow: 0 0 10px black;
    width: fit-content;
}

.p-header img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.servList {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.servList li {
    flex: 0 0 42%;
}

.servList li:before {
    content: '\f0ad';
    font-family: 'FontAwesome';
    padding-right: 5px;
}

.servLocations, 
.partsPics {
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
}

.servPic {
    float: right;
    width: 28%;
    padding: 0 0 10px 15px;
}

.servPics {
    display: flex;
    justify-content: space-between;
}

.servPics div {
    flex: 0 0 50%;
    padding: 10px;
}

/*
@media (min-width: 1200px) {
h4.hoursHeader {
    min-height: 60px;
}
}

*/

h4.hoursHeader span {
    display: block;
}

.mapLocations {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.mapLocations > div {
    flex: 0 0 50%;
    padding: 10px;
}

.maphourstable td:first-child {
    padding-right: 15px;
    font-weight: 700;
}

.mapWrapper {
    position: relative;
    padding-bottom: 53%;
    min-height: 150px;
    flex: 0 0 50%;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

.locationWrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.locationWrapper > div:nth-child(1) {
    flex: 0 0 50%;
}

.rallyPic {
    margin-top: 25px;
}

.rallyFlyers {
    display: flex;
    margin-bottom: 25px;
}

.rallyFlyers div {
    padding: 15px;
}

.department-container {
    margin-top: 0;
}

#employees-team-page .page-title {
    font-size: 50px!important;
    text-align: center;
    margin-bottom: 0;
}

.department-container .department {
    background: #fff;
}

.department .title {
    border: 1px solid #ededed;
    background: #dbdbdb;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.pokerSlider img {
    max-height: 400px!important;
    object-fit: contain;
}

.joWidget > div {
    border: 2px solid gray;
    padding: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
.winterPics {
    display: flex;
}
}

.winterPics div {
    padding: 5px;
}







/* FEATURED INVENTORY */

.single-item-slider .slider-outer {
    height: 240px;
}

.single-item-slider .slider-inner .item {
    width: 222px;
}

.single-item-slider .item {
    background-color: rgb(62 62 62);
    border-radius: 0px;
    border: 3px solid black;
}

.single-item-slider .img-container,
.single-item-slider .item .item-inner {
    border-radius: 0;
}

.single-item-slider .item-detail .name {
    color: white;
    font-size: 14px;
    line-height: 19px;
    min-height: 57px;
}

.single-item-slider .item-detail .price {
    font-size: 20px;
    padding: 2px 8px;
    text-transform: uppercase;
    font-weight: 700;
    bottom: -8px;
    background-color: white;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 18px;
    border: 3px solid #ff6600;
    color: black;
}

.featuredInventory h2 {
    display: none;
}







/* 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: 21px;
    padding-right: 0;
    text-transform: uppercase;
    text-align: center;
    background-color: #ffffff;
    margin: auto;
    padding: 2px 10px;
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    border: 3px solid #ff6600;
    color: black;
    font-weight: 700;
    border-radius: 22px;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid #3c3c3c;
}

.inventory-container .vehicle:hover {
    background-color: #ffffff;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 21px;
    min-height: 59px;
    font-weight: 700;
}

.inventory-container .vehicle .title {
    padding: 10px 5px 28px;
    background-color: black;
}

.inventory-container .vehicle .title a {
    color: white;
}

.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;
}






/* FORMS */

.btn-primary {
    position: relative;
    background-color: #ffffff;
    border-color: #ff6600;
    border-radius: 27px;
    color: #000000;
    text-transform: uppercase;
    padding: 7px 20px;
    transition: .3s;
    margin: 10px 0;
    font-weight: 700;
    border: 2px solid #ff6600;
    overflow: hidden;
    z-index: 333;
}

.btn-sec {
    margin: 10px auto;
    display: block;
    width: max-content;
    font-size: 20px;
}

.btn-primary:before {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    transition: .3s;
    background-color: #ff6600;
    left: 0;
    z-index: 0;
}

.btn-primary:hover:before {
    z-index: -1;
    height: 100%;
}

.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.focus, .btn-primary:focus,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #000000;
    background-color: #ff6600;
    border-color: #ff6600;
}

.mainform {
    height: max-content;
    color: black;
}

.mainform > div {
    background-color: #ffffff;
    padding: 10px;
    color: black;
    border-radius: 8px;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 3px;
    font-size: 31px;
    color: #ff6600;
    font-weight: 700;
}

.form-control {
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid white;
    background-color: #e6e6e6;
    box-shadow: none;
    transition: .3s;
    border-radius: 0;
}

.form-control:hover {
    background-color: white;
    border-color: #d2d2d2;
}

.form-control:focus {
    background-color: white;
    border-color: #d2d2d2;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(255 102 0 / 66%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(255 102 0 / 55%);
}

.forms-title-section {
    font-size: 18px;
    text-align: center;
    margin-bottom: 4px;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px!important;
    background-color: #e2e2e2;
    color: black;
    border: 1px solid #dcdcdc;
    margin: 5px 0;
}

.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%;
}

.inquiryformcontainer, 
.locationBox {
    background-color: white;
    color: black;
    border-radius: 8px;
}

label {
    font-weight: 100;
}

.inquiryformcontainer .panel-body {
    padding: 11px;
}






/* FOOTER */

footer.body .outer-wrapper {
    background-color: #151515;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.footerBack {
    background-color: black;
    position: relative;
}

.footerBack:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/f8c2c017-4210-4844-b8e9-e3e3a1612660/asphault-back.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background-position: center;
    z-index: 0;
    filter: opacity(0.5);
}

.footerContainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding: 45px 15px;
    line-height: 35px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.footerContainer a {
    color: white;
}

.footerContainer a:hover {
    color: #ff6600;
}

.footerLocations {
    display: flex;
    justify-content: space-around;
}

.footerLocations div {
    padding: 0 25px;
}

.footerLinks {
    flex: 0 0 30%;
    padding-left: 60px;
}

.footerLinks ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.footerLinks li {
    flex: 1 0 50%;
    position: relative;
}

.footerLinks li:before {
    content: '\f054';
    color: gray;
    font-family: 'FontAwesome';
    font-size: 12px;
    padding-right: 4px;
}

.footerLinks li:hover:before {
    color: #ff6600;
}

.footerLinks li a {
    font-weight: 700;
}

.footerLocations .btn-primary {
    background-color: white;
    color: black;
    font-weight: 700;
    margin-top: 10px;
    border-radius: 21px;
    border: 3px solid #ff6600;
}

.footerLocations .btn-primary:hover {
    color: black;
}

.footerLocations {
    display: flex;
    justify-content: space-around;
    flex: 0 0 40%;
}

.footerLocations div:first-child {
    text-align: right;
    position: relative;
}

.footerLocations div:first-child:after {
    content: '';
    width: 2px;
    height: 107%;
    background-color: #828282;
    position: absolute;
    right: -1px;
    top: 0;
}

.footerLogos {
    flex: 0 0 30%;
}

.footerLogos img {
    padding: 6px;
}



/* BREAKPOINTS */

@media (max-width: 1199px) {

body {
    background-size: 1200px;
    background-position-y: -216px;
}

.navbar-nav>li>a {
    font-size: 18px;
}

.btnContainer h3 {
    font-size: 22px;
}

.headerContainer,
.footerContainer {
    width: 970px;
}

.footerLogos {
    flex: 0 0 25%;
}

.footerLocations {
    flex: 0 0 50%;
}

.footerLinks ul {
    flex-flow: column;
}

.footerLinks {
    flex: 0 0 25%;
    padding-left: 35px;
}

#main-nav {
    margin-top: 0px;
}

.headerLogos img {
    width: 230px;
}

.hdLogo {
    max-width: 135px;
}

.single-item-slider .slider-inner .item {
    width: 272px;
}

.single-item-slider .slider-outer {
    height: 250px;
}

.featuredInventory {
    margin-top: -259px;
}

.mapLocations {
    flex-flow: column;
}

.mapWrapper {
    padding-bottom: 32%;
}
}





@media (max-width: 991px) {

body {
    background-size: 1000px;
    background-position-y: -138px;
}

.headerContainer, .footerContainer {
    width: 748px;
}

.headerLocations h4 {
    font-size: 23px;
}

.btnContainer {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.featuredInventory {
    margin-top: 25px;
}

.btnContainer h3 {
    font-size: 18px;
}

.btnContainer div:after {
    font-size: 27px;
}

.btnContainer a {
    flex: 0 0 32%;
}

.btnContainer span {
    font-size: 13px;
}

.single-item-slider .slider-inner .item {
    width: 212px;
}

.footerContainer {
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.footerLocations {
    margin: 25px 0;
}

.p-header {
    height: 100%;
}

.p-header h1 {
    font-size: 40px;
}

.modal-open .modal {
    z-index: 33333;
}
}




@media (max-width: 767px) {
.headerContainer, 
.footerContainer {
    width: 100%;
}

.rallyFlyers {
    flex-wrap: wrap;
}

.footerLocations {
    flex-flow: column;
    text-align: center;
}

.footerLocations div:first-child {
    text-align: center;
    margin-bottom: 25px;
}

.footerLocations div:first-child:after {
    display: none;
}

.footerLogos,
.servLocations,
.servPics {
    flex-flow: column;
    text-align: center;
}

.btnContainer h3 {
    font-size: 4vw;
}

.btnContainer span {
    font-size: 3vw;
    letter-spacing: 0;
}

.headerContainer {
    justify-content: center;
}

.headerLogos img {
    width: 150px;
}

.hdLogo {
    max-width: 85px;
}

.btnContainer a {
    flex: 0 0 49%;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.headerContainer {
    justify-content: flex-start;
}

.headerLocations h4 {
    font-size: 16px;
    width: max-content;
}

.headerContainer div {
    align-items: initial;
    width: max-content;
}

#main-nav {
    margin-top: -68px;
}

#main-nav .navbar-toggle {
    color: black;
    z-index: 333;
    background-color: white;
    box-shadow: 0 0 10px black;
}

#ModalVehicleInquiry, #main-nav-collapse {
    background-color: rgb(0 0 0 / 72%);
}

.btnContainer div:after {
    font-size: 6vw;
}

.footerLogos .hdLogo {
    margin-left: 0;
}

#main-nav .dropdown-menu>li>a {
    color: white;
}

.p-header {
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 7vw;
    text-align: center;
}

.page-background > div, 
#calendar-page, 
#employees-team-page, 
#promotions-page, 
#inventory-page, 
#vdp-container, 
#thankyou-page, 
#showroom {
    /*background-color: transparent;*/
    border-radius: 0;
}

.headerLocations h4 {
    color: white;
    text-shadow: 0 0 5px black, 1px 1px 1px black;
}

.servPic {
    float: right;
    width: 40%;
    padding: 0 0 10px 10px;
}

.locationWrapper {
    flex-flow: column;
}

.mapWrapper {
    padding-bottom: 73%;
    margin-top: 20px;
}

.footerLinks {
    padding-left: 0;
}

.btn-default,
.remove-all-filters-link,
#filters-box .active-filters h1,
#filters-box .active-filters>ul>li,
#filters-box .active-filters li li,
.active-filters .pull-right a,
.inventory-container .toolbar select,
.inventory-container .toolbar {
    font-size: 16px;
}

#filters-box .active-filters h1,
#filters-box .active-filters>ul>li,
#filters-box .active-filters li li,
.inventory-container .toolbar select {
    line-height: 16px;
}

.pagerTop .k-pager-wrap {
    width: 91%;
}

.form-control {
    font-size: 16px!important;
}

.inventory-container .toolbar {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
}
}



.hidden-form-fields #FormContainer .psm-checkbox {display:none;}
.hidden-location-pod #locationBox-ContactCollapse {display:none;}






