
body {
    font-size: 16px;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
}


@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: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/2aaea8c9-d9a9-499a-bf4a-60fb94b9238a/friendly-yamaha-body-bg.jpeg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/2aaea8c9-d9a9-499a-bf4a-60fb94b9238a/friendly-yamaha-body-bg.jpeg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

a {
    color: #2a8de2;
    transition: .3s;
}

a:focus, a:hover {
    color: #c5c5c5;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

.btnSection {
    background-color: #352e2d;
    margin-top: -130px!important;
    padding-top: 150px;
}

.aboutSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/caeac911-a95b-47d3-af1a-e3286d2ae9b2/friendly-yamaha-welcome-bg.jpeg);
    background-size: cover;
    background-position: center;
    margin-top: 0px!important;
    padding: 60px 0;
}

.page-background > div,
#employees-team-page,
#promotions-page,
#calendar-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom,
#creditAppContainer,
.custom-page {
    background-color: rgb(61 53 50);
    padding: 15px;
    margin-bottom: 15px;
}








/* HEADER */

header.body {
    margin-bottom: 25px;
    background-color: #362f2d;
    position: relative;
    z-index: 3;
}

header.body:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/21a06095-e958-455c-bee3-ce54ac1f1496/friendly-yamaha-header-bg.jpeg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    z-index: -1;
    filter: opacity(0.2);
}

.headerContainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    position: relative;
}

.headerBlock {
    flex: 0 0 30%;
}

.headerContainer div:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.headerBtn {
    background-color: #524744;
    padding: 8px 10px;
    border-radius: 6px;
    color: white;
}

.headerBtn .fa-map-marker {
    color: #2a8de2;
    transition: .3s;
}

.headerBtn:hover {
    background-color: #2a8de2;
    color: black;
}

.headerBtn:hover .fa-map-marker {
    color: black;
}

.headerContainer div:nth-child(1) div {
    font-size: 18px;
    line-height: 20px;
    margin-left: 10px;
}

.headerBlock .dealer-address {
    display: block;
}

.headerLogo {
    flex: 0 0 40%;
    text-align: center;
}

.headerContainer div:nth-child(3) {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    line-height: 16px;
}

.headerBlock .dealer-phone {
    font-size: 30px;
}

.headerBlock .phone-text {
    color: white;
    transition: .3s;
}

.headerBlock .dealer-phone:hover .phone-text {
    color: #2b8de2;
}

.headerTxt {
    color: #2a8de2;
}

.headerBlock .fa-phone-square {
    font-size: 22px;
}





/* NAVIGATION */

#main-nav {
    background-color: rgb(82 71 68 / 69%);
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    display: flex;
    justify-content: space-between;
}
}

.navbar-nav>li>a {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-size: 18px;
}

.navbar-nav>li>a:before {
    content: '';
    width: 2px;
    height: 50%;
    background-color: rgb(255 255 255 / 14%);
    position: absolute;
    right: -21px;
    top: 25%;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
    color: #2b8de2;
}

.social-media-icons,
.navbar-nav>li:last-child>a:before {
    display: none;
}





/* CONTENT */

.typeContainer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    background-color: rgba(54, 47, 45, 0.83);
    padding: 15px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/618b18f5-bd4d-4165-b18f-eb625fe12c55/friendly-yamaha-types-bg-2.jpg);
    background-size: cover;
    background-position: center;
}

.typeContainer div {
    flex: 0 0 30%;
    position: relative;
    margin-bottom: 30px;
}

.typeContainer a {
    background-color: #2b8de2;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    display: block;
    width: max-content;
    padding: 15px 20px;
    font-size: 18px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.typeContainer a:hover {
    background-color: white;
    color: black;
}

.typeContainer h3 {
    font-size: 34px;
    margin-bottom: -19px;
    position: relative;
    text-shadow: 1px 1px 1px black;
}

.typeContainer h3 span {
    display: block;
    font-size: 20px;
}

.typeContainer img {
    max-height: 180px;
}

.typeContainer > div:nth-child(9) img {
    margin-top: 21px;
}

.typeContainer div:nth-child(10) img {
    max-height: 100px;
    margin-top: 5px;
}

.typeContainer div:nth-child(n+7) {
    flex: 0 0 24%;
}

.typeContainer > div:nth-child(9),
.typeContainer > div:nth-child(10) {
    align-self: center;
}

.typeContainer > div:nth-child(9) > h3,
.typeContainer > div:nth-child(10) > h3 {
    margin-bottom: 70px;
}

.btnContainer {
    display: flex;
    justify-content: space-around;
    margin: 40px 0;
}

.btnContainer a {
    flex: 0 0 45%;
    text-align: center;
    text-transform: uppercase;
    color: white;
    background-color: #403835;
    padding: 15px 0;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 40%);
}

.btnContainer a span {
    font-size: 18px;
    font-weight: 700;
}

.btnContainer a:hover {
    background-color: white;
    color: black;
}

.btnContainer div h2 {
    font-size: 34px;
    margin: 0;
}

.btnContainer h2 span {
    color: #298de2;
    font-size: 32px;
    margin-left: 10px;
    transition: .3s;
}

.btnContainer a:hover h2 span {
    transform: rotate(180deg);
}

.homeAbout {
    text-align: center;
    padding: 0 0 45px;
}

.homeAbout h1 {
    color: #298de2;
}

.homeAbout .btn-primary span {
    margin-left: 10px;
}

.oemContainer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 800px;
    margin: auto;
}

.oemContainer img {
    max-width: 114px;
}

.oemContainer a:hover {
    filter: brightness(0.5);
}

.siteSearch {
    width: 600px;
    display: flex;
    margin: auto;
}

.siteSearch .form-control {
    border-radius: 0;
    border: 2px solid #298de2;
    box-shadow: none;
    margin: 0;
}

.siteSearch .btn-primary {
    margin: 0;
}

.homePayment {
    background-image: url(https://psmfirestorm.blob.core.windows.net/618b18f5-bd4d-4165-b18f-eb625fe12c55/friendly-yamaha-types-bg-2.jpg);
    background-size: cover;
    padding: 15px;
    background-position: center;
}

.homePayment > h2 {
    text-align: center;
    font-size: 50px;
}

.homePayment > h2 > span {
    font-style: italic;
    margin-right: 8px;
    position: relative;
    z-index: 4;
}

.homePayment > h2 > span:before {
    content: '';
    width: 109%;
    height: 5px;
    background-color: #298de2;
    position: absolute;
    bottom: 8px;
    z-index: -1;
}

.homePayment .btn-primary {
    margin: 30px auto;
    display: block;
    width: max-content;
    font-size: 26px;
}

.homePaymentFlex {
    display: flex;
    justify-content: center;
}

.homePaymentFlex > div:nth-child(1) {
    text-align: center;
}

.homePaymentFlex img {
    max-width: 300px;
    margin-top: 35px;
}

.paymentContainer {
    flex: 0 0 44%;
    margin: 0 35px;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 8px;
    color: black;
}

.homePaymentFlex div {
    position: relative;
}

.paymentContainer .form-control {
    font-size: 16px;
    background-color: #e8e8e8;
    box-shadow: inset 1px 1px 2px rgb(0 0 0 / 34%);
}

.p-header {
    position: relative;
    margin-bottom: 75px;
    height: 300px;
}

.p-header img {
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

.p-header h1 {
    margin: 0;
    font-size: 50px;
    position: relative;
}

.p-header h1:after {
    content: '';
    width: 50%;
    height: 3px;
    background-color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 9px;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(61,53,50,1) 100%);
}

.mapWrapper {
    position: relative;
    padding-bottom: 103%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maptext h1 {
    margin-top: 0;
    font-size: 31px;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

.department-container {
    margin-top: 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;
}

#employees-team-page .page-title {
    text-align: center;
    font-size: 50px!important;
}

.department .title {
    border: none;
    background: #4c4c4c;
    border-bottom: 3px solid #014890;
}

#creditAppForm section {
    background: #ffffff!important;
    color: black;
}

#creditAppContainer .checkbox label, .radio label {
    color: black;
}

#ServiceJobsList_pager {
    background-color: #3d3532;
    border: none;
    padding: 15px;
}

.servicejob-customer-section-title {
    background-color: #2b8de2!important;
}

img[class^="servicejob-image"] {
    box-shadow: 4px 4px #2b8de2;
}

.servicejobs-container .well {
    padding: 5px 15px;
    margin: 0;
}

#ab-toggle, a.show-more-service {
    background: #298de2;
    border: 1px #298de2 solid;
    border-radius: 0;
    text-transform: uppercase;
}

#ab-toggle:hover, a.show-more-service:hover {
    background: #fff;
}

.showroomContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.showroomContainer a {
    flex: 0 0 23%;
    background-color: white;
    padding: 5px;
    text-align: center;
    margin: 11px;
}

.showroomContainer h3 {
    margin: 10px 0 5px;
    font-size: 20px;
}






/* INVENTORY */

.blurbBanner span {
    transform: none;
    padding: 0 15px;
    left: 0;
    top: -18px;
}

.inventory-image {
    max-height: unset;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.searchReturn {
    color: white;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #4c403e;
    border-color: #786a67;
    text-transform: uppercase;
    font-size: 14px;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    position: absolute;
    white-space: nowrap;
    font-size: 20px;
    padding: 2% 4%;
    text-transform: uppercase;
    font-weight: 600;
    bottom: -7px;
    background-color: #2b8de2;
    color: white;
    left: 50%;
    transform: translateX(-50%);
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    position: relative;
    height: 375px;
}

.tru-vehicle-button {
    margin: auto;
}

.inventory-container .vehicle {
    transition: .3s;
}

.inventory-container .vehicle:hover {
    background-color: rgb(255 255 255 / 19%);
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    min-height: 44px;
    font-weight: 700;
}

.inventory-container .vehicle .title {
    padding: 0 5px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.price-box > text > a:hover {
    color: white;
}

.inventory-container .vehicle .thumb {
    height: 204px;
    line-height: 202px;
}

.inventory-container .vehicle .savings {
    position: absolute;
    left: -2px;
    top: -7px;
}

.vehicleTextMeContainer a {
    color: #014890;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

.panel-default {
    border-color: #796a67;
}

.panel {
    background-color: #4c403e;
}

.panel-heading .panel-toggle {
    font-weight: 700;
}

.checkbox label, 
.radio label {
    color: white;
}

.panel-toggle .btn-apply {
    background: #2b8de2;
    transition: .3s;
}

#content-container>h1, #content-container .container>h1, #content-container [class*=col-]>h1 {
    color: #2b8de2;
}







/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #298de2;
    border-color: #298de2;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0;
    transition: .3s;
}

.btn-sec {
    display: block;
    margin: 10px auto;
    width: max-content;
    font-size: 20px;
}

.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: #000;
    background-color: #ffffff;
    border-color: #298de2;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px black;
    color: black;
}

.forms-title-section {
    text-align: center;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    right: 0;
    top: 0;
}

.form-header-text {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 0;
    text-align: center;
    color: #298de2;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
}

.form-control {
    border: 1px solid white;
    margin: 5px 0;
    color: black;
    background-color: #e8e8e8;
    box-shadow: inset 1px 1px 2px rgb(0 0 0 / 34%);
    font-size: 14px!important;
}

.inquiryformcontainer,
.locationBox {
    background-color: #ffffff;
    border-radius: 8px;
    font-size: 15px;
    color: black;
}

.vdpinquiryheader {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    color: #ff6600;
    margin-bottom: -18px;
    text-align: center;
}

.locationBox h3 {
    margin: 0 0 10px;
}

#FilterQuickSearch {
    margin: 0;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 96px;
}

.customForm [placeholder="Zip Code"] {
    width: 78px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea,
.customForm select {
    font-size: 14px!important;
    border: 1px solid #fff;
    margin: 3px 0;
    padding: 4px 7px;
    border-radius: 5px;
    background-color: #e8e8e8;
    box-shadow: inset 1px 1px 2px rgb(0 0 0 / 34%);
}

.customForm textarea {
    width: 100%;
}





/* FOOTER */

footer.body .outer-wrapper {
    background-color: #362f2d;
    color: #fff;
    text-align: center;
}

.footerWrapper {
    background-color: #362f2d;
}

.footercontainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    font-weight: 700;
}

.footercontainer a {
    color: white;
}

.footercontainer a:hover {
    color: #298de2;
}

.footerblock .dealer-phone {
    display: block;
}

.footersocial {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.footersocial a {
    background-color: #298de2;
    color: white;
    width: 30px;
    height: 30px;
    margin: 5px;
    text-align: center;
    padding: 5px;
}

.footersocial a:hover {
    color: white;
    transform: scale(1.1);
}

.footerblock ul {
    list-style: none;
    padding: 0;
}

.footerblock li {
    position: relative;
    min-width: 155px;
}

.footerblock li:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    color: #298de2;
    margin-right: 10px;
    transition: .3s;
}

.footerblock a:hover li:before {
    margin-right: 5px;
}

.footertable td:nth-child(1) {
    padding-right: 10px;
}

.footerblock .footerlogo {
    margin-top: 25px;
    max-width: 250px;
}





/* BREAKPOINTS */

@media (max-width: 1199px) {
.headerContainer,
.footercontainer {
    width: 970px;
}

.navbar-nav>li>a {
    font-size: 16px;
}

.navbar-nav>li>a:before {
    right: -1px;
}

.headerBlock {
    flex: 0 0 35%;
}

.headerLogo {
    flex: 0 0 30%;
}

.mapWrapper {
    padding-bottom: 126%;
}

.showroomContainer a {
    margin: 9 px;
}

.showroomContainer h3 {
    font-size: 18px;
}

.typeContainer div:nth-child(n+7):nth-child(-n+10) a {
    bottom: -34px;
}

.inventory-container .vehicle .thumb {
    height: 157px;
    line-height: 155px;
}

.vehicle-box {
    height: 328px;
}
}




@media (max-width: 991px) {
.headerContainer,
.footercontainer,
.oemContainer {
    width: 740px;
}

.headerContainer div:nth-child(1) {
    flex: 0 0 45%;
}

.headerBlock {
    flex: 0 0 31%;
}

.headerLogo {
    flex: 0 0 22%;
}

#main-nav .nav>li>a {
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
}

.footercontainer {
    flex-flow: column;
    align-items: center;
}

.p-header {
    margin-bottom: 15px;
    height: 100%;
}

.p-header h1 {
    margin: 0;
    font-size: 38px;
}

.blurbBanner span {
    width: 92%;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.showroomContainer a {
    flex: 0 0 30%;
    margin: 12px;
}

.typeContainer h3 {
    font-size: 31px;
}

.typeContainer div:nth-child(n+7):nth-child(-n+10) a {
    bottom: -49px;
}

.typeContainer > div:nth-child(9) > h3, 
.typeContainer > div:nth-child(10) > h3 {
    margin-bottom: 25px;
}

.inventory-container .vehicle .thumb {
    height: 254px;
    line-height: 252px;
}

.vehicle-box {
    height: 431px;
}
}




@media (max-width: 767px) {
.headerContainer,
.footercontainer,
.oemContainer {
    width: 100%;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.headerContainer div:nth-child(1) div,
.homePaymentFlex > div:nth-child(1),
.navbar-nav>li>a:before {
    display: none;
}

.headerContainer div:nth-child(1) {
    flex: 0 0 20%;
    position: absolute;
    bottom: -50px;
    z-index: 3333;
}

.headerBtn {
    background-color: #2a8de2;
}

.headerBtn .fa-map-marker {
    color: #ffffff;
}

.headerLogo {
    flex: 0 0 35%;
    order: 1;
}

.headerContainer div:nth-child(3) {
    order: 2;
    flex: 0 0 50%;
}

.siteSearch {
    width: 98%;
    margin-top: 25px;
}

.paymentContainer {
    flex: 0 0 100%;
}

.oemContainer,
.btnContainer {
    flex-wrap: wrap;
}

.oemContainer a {
    flex: 0 0 23%;
    padding: 5px;
    text-align: center;
}

.headerBlock .fa-phone-square {
    font-size: 17px;
}

.headerBlock .dealer-phone {
    font-size: 20px;
}

.homePayment > h2 {
    font-size: 40px;
}

.typeContainer div {
    flex: 0 0 50%;
    padding: 0 10px;
}

.typeContainer img {
    max-height: 140px;
}

.btnContainer a {
    flex: 0 0 100%;
    margin: 10px 0;
}

.typeContainer h3 {
    font-size: 22px;
    margin-bottom: -10px;
}

.typeContainer a {
    padding: 10px 15px;
    bottom: -22px;
}

.btnContainer {
    margin: 0 0 40px;
}

.btnContainer a span {
    font-size: 16px;
}

.p-header h1 {
    font-size: 9vw;
}

.p-header h1:after {
    top: unset;
    margin-left: 0;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(61,53,50,1) 100%);
    left: 0;
    bottom: -4px;
    width: 100%;
}

header.body,
.page-background > div, 
#employees-team-page, 
#promotions-page, 
#calendar-page, 
#inventory-page, 
#vdp-container, 
#thankyou-page, 
#showroom, 
#creditAppContainer,
.p-header {
    margin-bottom: 0;
}

.mapWrapper {
    padding-bottom: 90%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
}

.showroomContainer a {
    flex: 0 0 100%;
    margin: 10px 0;
}

.typeContainer div:nth-child(n+7) {
    flex: 0 0 50%;
}

.typeContainer div:nth-child(10) img {
    max-height: 70px;
    margin-top: 5px;
}

.typeContainer div:nth-child(n+7):nth-child(-n+10) a {
    bottom: -40px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
}

#main-nav .dropdown-menu>li>a {
    color: white;
}

.typeContainer > div:nth-child(9) > h3,
.typeContainer > div:nth-child(10) > h3 {
    margin-bottom: 25px;
    margin-top: 41px;
}

.vehicle-box {
    height: 450px;
}
}




