body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #000;
}

@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/f25bb910-0054-4fb6-84be-e74d3c5e0d84/cfmoto-background.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
        background: #cccccc url(https://psmfirestorm.blob.core.windows.net/f25bb910-0054-4fb6-84be-e74d3c5e0d84/cfmoto-background.jpg) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

a {
    color: #9f0101;
    transition: .3s;
}

a:focus, a:hover {
    color: #000000;
    text-decoration: none;
}

.typeSection {
    background-color: black;
}

.aboutSection {
    background-color: rgb(0 0 0 / 65%);
    margin-top: 0!important;
    padding-top: 60px;
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page,
#creditAppContainer {
    background-color: white;
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}








/* HEADER */

header.body {
    background-color: #1a1a1a;
    position: relative;
    z-index: 333;
}

.headerContainer {
    width: 1170px;
    margin: auto;
    display: flex;
    padding: 10px 15px;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.headerContainer a {
    color: white;
}

.headerBlock {
    display: flex;
    flex: 0 0 25%;
    flex-flow: column;
}

.headerBlock:nth-child(3) {
    align-items: flex-end;
}

.headerContainer > div:nth-child(1) > div:nth-child(1) > a {
    display: flex;
    align-items: center;
}

.headerBlock .fa-map-marker,
.headerBlock .fa-phone,
.footerLocation .fa-map-marker{
    background-color: black;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #9f0101;
    font-size: 25px;
    padding: 11px;
    margin-right: 15px;
}

.headerBlock .dealer-address {
    display: block;
}

.headerLogo {
    flex: 0 0 50%;
    text-align: center;
}

.headerBlock .dealer-phone {
    font-weight: 800;
    font-size: 24px;
}

.headerContainer > div:nth-child(1) > div:nth-child(1) {
    margin-bottom: 8px;
}

.headerSocial,
.footerSocial {
    display: flex;
}

.headerSocial a,
.footerSocial a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    padding: 5px;
    margin: 0 2px;
    line-height: 35px;
}

.headerSocial .dealer-facebook, 
.footerSocial .dealer-facebook {
    background-color: #3258ae;
}

.headerSocial .dealer-instagram, 
.footerSocial .dealer-instagram {
    background: linear-gradient(135deg, rgba(245,133,41,1) 0%,rgba(254,218,119,1) 25%,rgba(221,42,123,1) 50%,rgba(129,52,175,1) 75%,rgba(81,91,212,1) 100%);
}

.headerSocial .dealer-youtube,
.footerSocial .dealer-youtube {
    color: #9f0101;
}





/* NAVIGATION */

#main-nav {
    background: linear-gradient(rgb(160 3 2) 0px, rgb(173 3 5) 7%, rgb(162 4 5) 19%, rgb(123 1 0) 79%, rgb(123 1 0) 95%, rgb(123 1 0) 100%);
}

.navbar-nav>li>a {
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    padding: 22px 15px;
    font-size: 18px;
}

.social-media-icons {
    display: none;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
}

nav.fixed {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 20399;
        background: linear-gradient(rgb(255 255 0) 0px, rgb(255 254 1) 7%, rgb(255 244 4) 19%, rgb(253 163 32) 79%, rgb(253 148 37) 95%, rgb(253 147 38) 100%);
        border-radius: 0px;
        right: 0px;
        padding: 0;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #000000;
    color: white;
}

.dropdown-menu {
    background-color: #9f0101;
}

#main-nav .dropdown-menu>li>a:hover, 
#main-nav .dropdown-menu>li>a:focus {
    background-color: black;
    color: white;
}

#main-nav .dropdown-menu>li>a {
    font-weight: 700;
    color: white;
}

#main-nav li.dropdown.open ul {
    border-top-color: #ff0202;
}






/* CONTENT */

.siteSearch {
    width: 100%;
    display: flex;
    box-shadow: 0 0 10px black;
    border-radius: 30px;
    margin-top: 15px;
}

.siteSearch button {
    background-color: #9d0404;
    border: 3px solid white;
    padding: 2px 13px;
    color: white;
    border-radius: 0 30px 30px 0;
}

.siteSearch .form-control {
    border: 3px solid white;
    box-shadow: none;
    margin: 0;
    border-radius: 30px 0 0 30px;
}

.home-button-block {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    z-index: 3;
}

.home-button-block a {
    flex: 0 0 16%;
    position: relative;
    color: white;
    text-shadow: black 1px 1px 1px;
    border: 1px solid black;
}

.home-button-block a:before {
    content: '';
    background: linear-gradient(to bottom, rgba(0,0,0,0.46) 0, rgba(0,0,0,0.39) 22%, rgba(0,0,0,0.09) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .4s;
}

.home-button-block a:hover:before {
    filter: opacity(0);
}

.home-button-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-button-text {
    transition: .3s;
    position: absolute;
    top: 0;
    width: 100%;
}

.home-button-block a:hover .home-button-text {
    top: 25%;
}

.home-button-text h2 {
    font-size: 27px;
}

.home-button-text span {
    margin-top: 52%;
    display: block;
    text-transform: uppercase;
    transition: .3s;
}

.home-button-block a:hover .home-button-text span {
    margin-top: 8%;
}

.home-button-wrapper {
    margin-top: -40px;
}

.oemContainer {
    display: flex;
    justify-content: space-between;
    margin: 4% auto;
    align-items: center;
    padding: 0 15px;
}

.oemContainer a {
    padding: 1%;
}

.oemContainer a:hover {
    transform: scale(1.05);
}

.homeAbout {
    width: 800px;
    margin: 100px auto;
    text-align: center;
    padding: 30px;
    color: white;
}

.homeAbout h1 {
    font-weight: 400;
}

.homeAbout h1 span {
    font-weight: 700;
}

.homeAbout p {
    line-height: 34px;
}

.p-header {
    position: relative;
    height: 200px;
    margin-bottom: 25px;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    margin: 0;
    position: absolute;
    bottom: 15px;
    font-size: 50px;
    left: 0;
    padding: 5px;
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    color: white;
    text-shadow: 0 0 2px black, 2px 2px 2px black;
}

.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;
}

.maptext h1 {
    margin-top: 0;
}

.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;
    font-weight: 700;
}

.brief p {
    font-size: 14px;
    margin-bottom: 0;
}






/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #a10507;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 30px;
    border: 2px solid #a10507;
    margin: 10px auto;
    transition: .3s;
    background: linear-gradient(rgb(160 3 2) 0px, rgb(173 3 5) 7%, rgb(162 4 5) 19%, rgb(123 1 0) 79%, rgb(123 1 0) 95%, rgb(123 1 0) 100%);
}

.btn-sec {
    font-size: 20px;
    display: block;
    width: max-content;
    margin: 10px 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: #a10507;
    border-color: #a10507;
    background: linear-gradient(rgb(160 3 2) 0px, rgb(173 3 5) 7%, rgb(162 4 5) 19%, rgb(123 1 0) 79%, rgb(123 1 0) 95%, rgb(123 1 0) 100%);
    transform: scale(1.05);
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #ececec;
    padding: 15px;
}

.form-header-text {
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    padding: 0 10px;
    color: #a10507;
    font-weight: 700;
    margin-bottom: 5px;
}

.customForm .form-header-text {
    font-size: 25px;
}

.forms-title-section {
    text-align: center;
}

.form-control {
    background-color: #ffffff;
    border: none;
    box-shadow: none;
    font-size: 14px!important;
    color: black;
    border-radius: 0;
    margin: 5px 0;
}

.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: #ffffff;
    color: black;
    border: none;
    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 {
    font-size: 15px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: #ececec;
}

.locationBox {
    margin-top: 25px;
}






/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
}

.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 {
    text-align: center;
    position: absolute;
    white-space: nowrap;
    font-size: 18px;
    padding: 4px 10px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background-color: #a70405;
    text-transform: uppercase;
    border: 3px solid black;
    background: linear-gradient(rgb(160 3 2) 0px, rgb(173 3 5) 7%, rgb(162 4 5) 19%, rgb(123 1 0) 79%, rgb(123 1 0) 95%, rgb(123 1 0) 100%);
    font-weight: 700;
    border-radius: 20px;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid black;
    position: relative;
}

.inventory-container .vehicle > div {
    transition: .4s ease;
}

.inventory-container .vehicle:hover > div {
    transition: .4s ease;
    box-shadow: 0 0 10px black;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    min-height: 43px;
}

.inventory-container .vehicle .title {
    padding: 0 5px 28px;
}

.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 .disclaimers,
#vdp-container .disclaimers, #vdp-container .newUnitDisclaimer, #vdp-container .usedUnitDisclaimer {
    font-weight: 700;
}

.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 {
    background-color: #9f0101;
    border-color: #e5e5e5;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #9f0101;
}

.k-pager-wrap .k-link:hover {
    color: #000000;
}






/* FOOTER */

footer.body .outer-wrapper {
    background-color: #1a1a1a;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    border-top: 2px solid black;
}

.footerWrapper {
    background-color: #1a1a1a;
}

.footerContainer {
    width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 80px 15px;
    line-height: 29px;
    color: white;
}

.footerLocation {
    display: flex;
    padding: 20px 0 20px 50px;
}

.footerLocation .dealer-address {
    display: block;
}

.footerBlock {
    padding: 0 15px;
}

.footerBlock .dealer-phone {
    font-weight: 800;
    display: block;
    text-align: center;
    font-size: 25px;
    letter-spacing: 3px;
}

.footerBlock a {
    color: white;
}

.footerBlock a:hover,
.headerContainer a:hover {
    color: #9f0101;
}

.footerBlock h3 {
    color: #ababab;
    letter-spacing: 2px;
}

.footerBlock img {
    max-width: 400px;
    padding: 10px;
}

.footerBlock ul {
    padding: 0;
    list-style: none;
}

.footerBlock li:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    color: #9f0101;
    padding-right: 8px;
    transition: .3s;
}

.footerBlock li:hover:before {
    color: #1b1b1b;
}

.footerBlock table td:first-child {
    padding-right: 30px;
}

.footerSocial a:hover,
.headerSocial a:hover {
    color: white;
    transform: scale(.95);
}







/* VIDEO BACKGROUND STYLES */

.videoWidget {
    height: 400px !important;
}

.tv {
    position: fixed;
    top: 0px;
    z-index: -1;
}

.home-search-section {
/*  background-image: url( [ THIS IS YOU FALLBACK IMAGE BACKGROUND FOR BROWSERS THAT DO NOT SUPPORT AUTO-PLAYING VIDEOS] );*/
    background-size: cover;
    background-position: center;
    margin-top: -30px;
}

.cover {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 75%;
}

.cover .search-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
}

.vidBox {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.vidBox .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: opacity 0.5s;
}

.vidBox .screen.active {
    opacity: 1;
}
div.home-section1 {
    position: relative;
    display: block;
    float: none;
}
.cover {
    display: flex;
    flex-flow: column;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 400px!important;
}
.cover .search-div {
    position: relative;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    width: 60%;
}
/*.vidBox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}*/
.cover input, 
.cover button {
    font-size: 24px; /*!important;*/
    height: unset;
}
/* END VIDEO BACKGROUND STYLES */





/* BREAKPOINTS */

@media (max-width: 1499px) {
.home-button-block {
    width: 1170px;
}

.home-button-block a {
    flex: 0 0 18%;
}

.home-button-text h2 {
    font-size: 24px;
}
}



@media (max-width: 1199px) {
.headerContainer,
.home-button-block,
.footerContainer {
    width: 970px;
}

.footerContainer div:nth-child(2) {
    flex: 0 0 20%;
}

.headerBlock {
    flex: 0 0 30%;
}

.headerLogo {
    flex: 0 0 40%;
}

.home-button-text h2 {
    font-size: 18px;
}

.home-button-text span {
    margin-top: 45%;
}

.mapWrapper {
    padding-bottom: 129%;
}

.navbar-nav>li>a {
    padding: 20px 9px;
    font-size: 16px;
}
}





@media (max-width: 991px) {
.headerContainer,
.home-button-block,
.footerContainer {
    width: 740px;
}

.headerLogo {
    flex: 0 0 24%;
}

.headerBlock {
    flex: 0 0 38%;
}

.home-button-text h2 {
    margin-top: 5px;
}

.home-button-text span {
    margin-top: 53%;
}

.home-button-block a:last-child span {
    margin-top: 37%;
}

.homeAbout {
    width: 710px;
}

.footerContainer {
    flex-flow: column;
    align-items: center;
}

.footerContainer > div {
    padding: 15px 0;
}

.p-header {
    height: 175px;
}

.p-header h1 {
    font-size: 45px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.siteSearch-M input {
    background-color: #e9e9e9;
}

#main-nav .nav > li > a {
    font-size: 12px;
    padding-left: 7px;
    padding-right: 7px;
}
}





@media (max-width: 767px) {
.headerContainer,
.home-button-block,
.footerContainer,
.homeAbout {
    width: 100%;
}

.page-background > div, 
#calendar-page, 
#employees-team-page, 
#promotions-page, 
#inventory-page, 
#vdp-container, 
#thankyou-page, 
#showroom, 
#blog-page, 
#blog-detail, 
#credit-thankyou-page, 
#events-page, 
#creditAppContainer {
    margin: 0 15px;
}

.headerBlock .fa-map-marker, 
.headerBlock .fa-phone {
    background-color: white;
    color: black;
}

.headerContainer {
    flex-wrap: wrap;
}

.siteSearch {
    margin-top: 30px;
}

.home-button-block a {
    flex: 0 0 31%;
    margin: 6px 0;
}

#main-nav .nav > li > a {
    font-size: 16px;
    padding: 15px;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.headerContainer > div:nth-child(1) > div:nth-child(1) > a > div,
.headerContainer .phone-text{
    display: none;
}

.headerContainer > div:nth-child(1) {
    position: absolute;
    bottom: -65px;
    flex-flow: row;
    z-index: 99;
    left: 15px;
}

.headerBlock:nth-child(3) {
    flex: 0 0 100%;
}

.headerBlock {
    flex: 1 0 18%;
    justify-content: flex-end;
}

.headerLogo {
    flex: 0 0 45%;
    margin-bottom: -70px;
    position: relative;
    z-index: 99;
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
}

.videoWidget,
.cover {
    height: 200px !important;
}

.home-button-text h2 {
    font-size: 4vw;
}

.home-button-block {
    justify-content: space-around;
}

.home-button-text span {
    font-size: 4vw;
}

.oemContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.oemContainer a {
    padding: 3% 2%;
    flex: 0 0 24%;
}

.homeAbout {
    margin: 0px auto;
    padding: 15px;
}

.footerContainer {
    padding: 30px 15px;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 8vw;
    padding: 1% 3%;
    bottom: 7%;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
}
}





