body {
    font-size: 16px;
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }
    #outer-wrapper:after {
        content: "";
        position: fixed;
        top: 0;
        height: 115vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #000000 url() no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
    background: #000000 url() no-repeat center bottom;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}
}

.breadcrumb {
    background-color: #1e1e1e;
}

#outer-wrapper {
    overflow-x: hidden;
}

a,
a.promo-link {
    color: #ff6600;
    transition: .3s;
    font-weight: 700;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #ffffff;
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

hr {
    border-top: 1px solid #9a9a9a;
}

#content-container {
    padding-bottom: 30px;
}

#home-page {
    margin-bottom: -30px;
}

.container {
    width: 1470px;
}

.featuredSection {
    background-color: rgb(232, 232, 232);
    padding: 30px 0px;
    margin-top: 0px !important;
}

.featuredSection,
.eventsSection,
.footerBack,
footer.body {
    position: relative;
    z-index: 9;
}

.searchSection {
    position: relative;
    padding: 6% 0px;
    background-color: rgba(0, 0, 0, 0.47);
    margin-top: 0px !important;
}

.searchSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/4f254d91-321a-4c18-817f-30429a291719/Anni.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.aboutSection {
    background-color: #ffffff;
    margin-top: 0!important;
    padding: 60px 0 0;
    position: relative;
}

.aboutSection:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/d5364342-3647-4e88-9063-ff2aff4a32da/about-background-riders.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.eventsSection {
    /* background: linear-gradient(to bottom, rgb(232 232 232) 0%,rgb(232 232 232) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); */
    margin-top: 0!important;
    background-color: #e8e8e8;
    padding: 45px 0 60px;
}

.sliderSection {
    margin-top: 0!important;
}

.videoSection {
    margin-top: -25px;
}







/* HEADER */

header.body {
    background-image: url("https://psmfirestorm.blob.core.windows.net/54bc5776-770d-48a1-aa86-c45516a99ee1/black-background.jpg");
    background-size: cover;
    position: relative;
    z-index: 9;
}

.headerContainer {
    width: 1470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: flex-start;
}

.headerAddress .dealer-address {
    margin-right: 13px;
    position: relative;
}

.headerAddress .dealer-address:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #757575;
    position: absolute;
    right: -5px;
    top: 0;
}

.headerBlock .dealer-phone {
    display: block;
    font-size: 44px;
}

.headerBlock .dealer-phone .fa {
    display: none;
}

.headerHours,
.headerHours h5 {
    text-align: center;
    font-size: 18px;
}

.headerHours h5 {
    margin: 15px auto 0;
}

.headerAddress {
    text-transform: uppercase;
}

.headerBlock {
    text-align: center;
    margin-top: 12px;
}

.headerMid {
    margin-top: 7px;
}

.headerLogo {
    display: flex;
}

.headerLogo > a > img {
    max-width: 165px;
}

.headerLogo > div {
    display: flex;
    margin-left: 25px;
    flex-flow: column;
    justify-content: center;
}

.headerLogo > div > a:nth-child(1) {
    margin-bottom: 25px;
}

.headerLogo > div img {
    max-width: 118px;
}

.headerRight {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.headerRight img {
    max-width: 100px;
}

.headerRight .fa {
    margin-right: 10px;
    font-size: 41px;
}

.headerRight h4 {
    margin: 0;
}

.headerRight h4 span {
    display: block;
    font-size: 23px;
    letter-spacing: 2px;
}

.headerLogo h4 {
    margin-left: 15px;
    font-size: 20px;
}

.headerLogo .fa {
    margin-right: 5px;
}

.headerRight > div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerBtns {
    margin-top: 10px;
}

.socialTab, 
.footerSocial {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.socialTab a,
.footerSocial a{
    color: white;
    width: 28px;
    height: 28px;
    padding: 3px;
}

.socialTab a:hover,
.footerSocial a:hover {
    transform: scale(1.1);
}

a.dealer-facebook {
    background: linear-gradient(to bottom, rgba(74,170,246,1) 0%,rgba(34,102,217,1) 100%);
}

a.dealer-instagram {
    background: linear-gradient(to bottom, rgba(255,214,0,1) 0%,rgba(255,122,0,1) 25%,rgba(255,0,105,1) 50%,rgba(211,0,101,1) 75%,rgba(118,56,250,1) 100%);
}

a.dealer-youtube {
    background-color: #e80800;
}

.socialTab a {
    color: white;
}






/* NAVIGATION */

#main-nav {
    margin-top: -62px;
}

.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.navbar-nav>li>a {
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    padding: 20px 35px;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #ff6600;
}

.social-media-icons {
    display: none;
}







/* CONTENT */

a.motorcycleCourseBanner {
    margin-top: 25px;
    display: block;
}

.home-search-container {
    text-align: center;
}

.home-search-container h2 {
    font-size: 65px;
    margin: 0;
}

.home-search-container h5 {
    font-size: 35px;
    font-weight: 400;
    margin-top: 0;
    width: fit-content;
    margin: 0 auto;
    position: relative;
}

.home-search-container h5:before, 
.home-search-container h5:after {
    content: '';
    width: 120px;
    height: 2px;
    background-color: white;
    position: absolute;
    margin-left: -130px;
    top: 20px;
}

.home-search-container h5:after {
    margin-left: unset;
    right: -130px;
}

.searchContainer {
    display: flex;
    width: 100%;
    max-width: 575px;
    margin: 35px auto 75px;
}

.searchContainer .form-control {
    background-color: white;
    font-size: 14px;
    padding: 25px 15px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    border-image: initial;
    border-right: none;
    color: black;
    margin: 0px;
    border-radius: 0;
}

.searchContainer .btn-primary {
    margin: 0px;
    border-color: white;
    border-radius: 0;
}

.btnContainer {
    display: flex;
    justify-content: space-between;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 4;
    flex-wrap: wrap;
}

.btnContainer a {
    flex: 0 0 23%;
    position: relative;
    padding: 15px;
    color: black;
}

.btnContainer a:hover {
    color: #ff6600;
}

.btnContainer a:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: skewX(-10deg);
    box-shadow: 0 0 10px black;
}

.btnContainer a:after {
    content: "";
    width: 100%;
    height: 120%;
    background-color: transparent;
    border: 3px solid rgb(255, 102, 0);
    position: absolute;
    left: 0px;
    top: -10%;
    box-shadow: black 2px 2px 3px;
    transition: .3s;
}

.btnContainer a:hover:after {
    transform: scale(1.1);
}

.btnContainer div {
    position: relative;
}

.btnContainer div:before {
    content: '';
    width: 40px;
    height: 82px;
    background-color: #ffffff;
    position: absolute;
    left: -16px;
    bottom: -14px;
    transform: skewX(-10deg);
    z-index: 4;
}

.btnContainer span {
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: 400;
    position: relative;
    z-index: 4;
}

.btnContainer h2 {
    margin: 0px;
    font-size: 35px;
    position: relative;
    z-index: 9;
}

.btmSlider {
    margin-bottom: 60px;
}

#CustomEventWidget .eventWrapper {
    flex-flow: row;
}

.calEvent:hover .calMonth, .calEvent:hover .calDay {
    color: black;
}

.homeAbout {
    width: 718px;
    padding: 30px 30px 15px;
    color: black;
    background-color: white;
    margin-bottom: 60px;
}

.homeAbout > div:nth-child(2) {
    flex: 0 0 35%;
    position: relative;
    z-index: 4;
    margin-left: 15px;
}

.homeAbout h4 {
    text-align: center;
    color: white;
    font-size: 36px;
    text-shadow: 2px 2px 2px black;
    margin-top: 85px;
}

.homeAbout h4 span {
    display: block;
    font-size: 40px;
}

.homeAbout .btn-primary {
    display: block;
    width: max-content;
    margin: 20px auto 0;
}

.homeAbout > div:nth-child(2) > p {
    color: white;
    position: absolute;
    bottom: -5px;
    left: 15px;
    font-size: 14px;
}

.widget-UpcomingEvents h2, .widget-UpcomingEvents h3 {
    color: white;
    text-align: center;
}

.widget-UpcomingEvents h2 {
    margin-bottom: 15px;
}

.widget-UpcomingEvents > div {
    background-color: #272727;
}

.p-header h1 {
    text-align: center;
    font-size: 50px;
    color: #f76804;
    border-bottom: 4px solid;
}

/* The Modal (background) */
.modal {
    z-index: 9999;
    padding-top: 2%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    z-index: 99;
    opacity: 1;
    text-shadow: 1px 1px 2px black;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-header {
    background-color: #e9e9e9;
    margin: 10px 0 0;
}

.card-header .btn {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
}

.card-body {
    padding: 15px;
    background-color: #e9e9e9;
}

.insuranceBlock.sectionSeven p {
    color: white!important;
}

.aboutPics {
    display: flex;
    justify-content: space-between;
}

#employees-team-page > div.row > div > h1 {
    text-align: center;
    font-size: 50px;
}

.brief {
    max-height: 127px;
    overflow-y: scroll;
    background-color: #ebebeb;
    font-size: 14px;
    padding: 5px;
}

#employee24968 .brief {
    max-height: unset;
    overflow: initial;
}

.department-collapse {
    display: block;
}

.department .employee .name p {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

.department .employee .job p {
    font-size: 14px;
    margin-bottom: 0;
}

.department .employee {
    background: #fff;
    border-radius: 0px;
}

.photo {
    height: 350px;
    width: 100%;
}

.department .photo img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

#employee24968 {
    display: flex;
    flex: 0 0 98%;
    position: relative;
}

#employee24968 .photo {
    flex: 0 0 32%;
    margin-right: 15px;
    position: relative;
}

#employee24968 .photo:before {
    content: "";
    width: 145px;
    height: 50px;
    background-color: white;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    z-index: 3;
}

#employee24968 .name {
    position: absolute;
    bottom: 35px;
    left: 184px;
    z-index: 4;
}

#employee24968 .job {
    position: absolute;
    bottom: 18px;
    left: 203px;
    z-index: 4;
}

.commInvol {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    text-align: center;
    flex-wrap: wrap;
}

.commInvol div {
    flex: 0 0 33%;
    margin: 15px 0;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 93%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
    font-weight: 700;
}

.mcButtons {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.mcButtons a {
    margin: 10px;
}

.ltrTopPics {
    display: flex;
    justify-content: space-around;
}

.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: black;
    background-color: #e6e6e6;
    border-color: #cccccc;
}

.k-pager-wrap .k-link:hover {
    color: #ff6600;
}

#calendar-page .k-event {
    height: 66px!important;
    line-height: 20px;
}

.finPage img {
    width: 100%;
}

.finPage > div:nth-child(4) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.finPage > div:nth-child(4) div {
    flex: 0 0 48%;
    margin: 15px 0;
}

.finPage > div:nth-child(6) {
    display: flex;
}

.finPage > div:nth-child(6) div,
.finPage > div:nth-child(4) > div:nth-child(7) > a:nth-child(4),
.finPage > div:nth-child(3) > a:nth-child(1) {
    margin-right: 30px;
}

.specialsWrapper h3 {
    border-bottom: 2px solid #ff6600;
    font-size: 34px;
    text-align: center;
    padding: 3px;
}

.specialsContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.specialsContainer div {
    flex: 0 0 19%;
    background-color: #ececec;
    margin: 10px 0;
    padding: 10px;
    text-align: center;
}

.specialsContainer h4 {
    font-size: 40px;
    margin-top: 0;
}

.specialsContainer span {
    display: block;
    font-size: 18px;
    line-height: 20px;
}

.specialsContainer small {
    line-height: 17px;
    font-size: 13px;
    display: block;
    margin-top: 5px;
}

.inventoryBanner {
    margin-bottom: 25px;
}

.service-page ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.service-page li {
    flex: 0 0 50%;
    padding-right: 25px;
}

.service-pic {
    float: right;
    padding: 0px 0px 15px 15px;
    width: 50%;
}

.serv-pic {
    width: 55%;
    float: left;
    padding: 5px 15px 15px 0;
}

.serviceFAQ {
    margin-bottom: 25px;
}

.serviceFAQ .FAQ h3 {
    width: 98%;
    padding: 0px 6px;
    font-size: 18px;
}

.FAQ .question:hover {
    cursor: pointer;
}

.serviceFAQ .question {
    position: relative;
    display: flex;
    flex-flow: row-reverse;
}

.serviceFAQ .FAQ .fa-plus {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
}

.faqEmpBio {
    padding: 15px;
}

.faq-emp-block {
    margin: 0px 15px 0 0;
    text-align: center;
    background-color: rgb(224, 224, 224);
    padding: 10px;
    max-width: 270px;
    float: left;
}

.FAQ {
    border-top: 2px solid #D3D3D3;
    transition: .3s;
}
.FAQ:hover {
    color: #c2c2c2;
}
.FAQ h3 {
    display: inline-block;
}
.FAQ .fa-plus {
    font-size: 18px;
    padding: 7px;
    float: right;
    margin-top: 17px;
}
.FAQ p {
    display: none;
    padding: 10px 20px;
    background-color: rgb(45 45 45);
}

img.serv-pic-2 {
    float: right;
    padding: 15px 0px 15px 15px;
}

.serv-emp-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.contain-hours table td:nth-child(1) {
    padding-right: 15px;
}

.serv-emp-block {
    margin: 10px;
    flex: 0 0 21%;
    text-align: center;
    background-color: rgb(224, 224, 224);
    border: 10px solid rgb(224, 224, 224);
    color: black;
}

.serv-emp-block img {
    width: 100%;
    object-fit: cover;
    max-height: 290px;
    object-position: 50% 38%;
}

.serv-emp-block p {
    margin-bottom: 0px;
    font-size: 14px;
}

.serv-emp-block h3, .faq-emp-block h3 {
    margin: 0;
    background-color: #ff6600;
    color: white;
}

.serv-emp-block h5, .faq-emp-block h5 {
    margin: 5px 0 3px;
    font-size: 16px;
    color: black;
}

#creditAppForm section {
    background: #eaeaea!important;
    color: black;
}

/* PARTS PAGE OEMS */

.oemContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 25px;
}

.oemContainer a {
    padding: 15px;
    flex: 0 0 25%;
}

.k-scheduler-content {
    overflow: visible;
}




/* VIDEO BACKGROUND STYLES */

.videoWidget {
    height: 0px !important;
}

.tv {
    position: fixed;
    top: 0px;
    /*z-index: -1;*/
}

.home-search-section {
    background-image: url(https://psmfirestorm.blob.core.windows.net/7fbf76b1-6f84-43bb-9ffe-fa5c006a2dce/search-back.jpg);
    background-size: cover;
    background-position: center;
    margin-top: -30px;
}

.cover {
    position: absolute;
    z-index: 0;
    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: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
}
.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 */





/* PAN AMERICA */

.paWrapper {
    background-color: white;
    color: black;
}

.paContainer .section1 {
    text-align: center;
}

.paContainer .section1 p {
    font-size: 18px;
}

.paContainer .section2 {
    background-color: black;
    color: white;
}

.paContainer .mediaContainer {
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

.paContainer .mediaContainer div {
    padding: 10px;
}

.paContainer .mediaContainer h3 {
    margin: 7px 0;
}

.paContainer .section3 > h1 {
    margin-top: 60px;
}

.paContainer .section3 > h1, .paContainer .section3 > p {
    text-align: center;
}

.paContainer .section3 > p {
    font-size: 18px;
}

.paContainer .pics > div {
    display: flex;
    margin: 45px 0;
}

.paContainer .pics > div div:nth-child(1) {
    flex: 0 0 57%;
}

.paContainer .pics > div div:nth-child(2) {
    padding: 70px;
}

.paContainer .pics > div:nth-child(even) {
    flex-flow: row-reverse;
}

.paContainer .pics img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.paContainer .videoWrapper {
    padding-bottom: 32%;
}

.paContainer .section4 h4 {
    font-size: 30px;
}

.paContainer .chooseContainer {
    display: flex;
}

.paContainer .chooseContainer a {
    flex: 0 0 35%;
    background-color: white;
    margin: 10px;
    border: 1px solid #dfdfdf;
    padding: 5px;
    color: black;
}

.paContainer .chooseContainer h5 {
    font-size: 22px;
    margin-bottom: 2px;
}


@media (max-width: 991px) {
.paContainer .pics > div div:nth-child(2) {
    padding: 30px;
}
}


@media (max-width: 767px) {
.paContainer .mediaContainer {
    flex-flow: column;
}

.paContainer .pics > div {
    flex-flow: column!important;
}

.paContainer .videoWrapper {
    padding-bottom: 56%;
}

.paContainer .chooseContainer {
    flex-flow: column;
}

.paContainer .mediaContainer div {
    margin: 10px 0;
}
}












/* SERIAL 1 */

.serialWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.serialWrapper > div {
    flex: 0 0 48%;
    border: 5px solid #585858;
    position: relative;
    margin: 10px;
}

.serialContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.serialContainer img {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.serialWrapper > div > img {
    height: 100%;
    object-fit: cover;
}

.serialContainer h3 {
    margin: 10px 15px;
    font-size: 33px;
    padding: 0 10px 3px;
    border-bottom: 1px solid gray;
    width: max-content;
    color: white;
}

.serialBottomWrapper {
    display: flex;
    flex-wrap: wrap;
}

.serialBottomWrapper div {
    flex: 0 0 33.33%;
}

h2.serialMain {
    text-align: center;
    font-size: 40px;
}

img.serialLogo {
    display: block;
    width: 17%;
    margin: 30px auto;
}







@media (max-width: 1199px) {
.serialWrapper > div {
    flex: 0 0 47%;
    border: 5px solid #585858;
    position: relative;
    margin: 10px;
}

h2.serialMain {
    text-align: center;
    font-size: 36px;
}
}


@media (max-width: 767px) {
h2.serialMain {
    font-size: 6vw;
}

.serialWrapper > div {
    flex: 0 0 48%;
    border: 3px solid #585858;
    position: relative;
    margin: 1%;
}

.serialContainer h3 {
    margin: 2% 1%;
    font-size: 3vw;
    padding: 1% 2%; 
}

.serialContainer img {
    right: 2%;
    bottom: 3%;
    width: 20%;
}

img.serialLogo {
    width: 30%;
}

.serialBottomWrapper div {
    flex: 0 0 50%;
}
}






/* FEATURED INVENTORY */

.single-item-slider .slider-inner .item {
    width: 207px;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: 3px solid white;
}

.single-item-slider .slider-outer {
    height: 242px;
}

.single-item-slider .item-detail .name {
    color: black;
    line-height: 18px;
    font-size: 14px;
    min-height: 70px;
}

.single-item-slider .item-detail .price {
    font-size: 20px;
    padding: 5px;
    font-weight: 700;
    text-transform: uppercase;
    bottom: 0;
    color: black;
}

.widget-Reviews .single-item-slider .img-container {
    height: 85px;
}

.widget-Reviews .single-item-slider .item-detail {
    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: 15em;
}

.widget-Reviews .single-item-slider .slider-control {
    top: 6%;
}

.reviewsWidget a:hover {
    color: black;
}

.featuredInventory h2, 
.reviewsWidget h2 {
    color: black;
    position: relative;
    width: max-content;
}

.featuredInventory h2:before, 
.reviewsWidget h2:before {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #ff6600;
    position: absolute;
    right: -58px;
    bottom: 15px;
}






/* INVENTORY */

.vehicleTextMeContainer {
    text-align: center;
}

.vehicleTextMeContainer a:hover {
    color: black;
}

.inventory-container .vehicle .thumb {
    line-height: 245px;
    height: 245px;
}

.inventory-image {
    max-height: 250px;
}

#vdp-container .images-container {
    max-width: 100%;
}

#SimilarVehicles .vehicle-box:hover {
    transform: scale(1.02);
}

#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;
    font-size: 25px;
    padding: 3px;
    color: rgb(255, 102, 0);
    background-color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 700;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid black;
}

.inventory-container .vehicle:hover {
    background-color: #ff6600;
    transition: .4s ease;
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    min-height: 46px;
}

.inventory-container .vehicle .title {
    padding: 5px 10px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}







/* FORMS */

.btn-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(255, 102, 0);
    border: 2px solid #f86905;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 15px;
    text-shadow: black 1px 1px 2px;
    transition: all 0.3s ease 0s;
    margin: 10px 0px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 0px;
}

.btn-primary:before {
    content: "";
    z-index: -1;
    width: 0%;
    height: 0%;
    opacity: 0;
    line-height: 40px;
    border-radius: 50%;
    background: rgb(0, 0, 0);
    position: absolute;
    transition: all 0.5s ease-out 0s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.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: #ff6600;
    border-color: #000000;
}

.btn-primary:hover:before {
    width: 200%;
    height: 500%;
    opacity: 1;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: 10px auto;
    font-size: 20px;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: rgb(236 236 236);
    padding: 10px;
    background-size: cover;
    color: black;
}

.mainform label {
    margin-right: 10px;
}

.form-header-text {
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
    margin-bottom: 4px;
    color: #ff6600;
    font-weight: 700;
}

.form-control {
    border-radius: 0;
    font-size: 14px!important;
    margin: 5px 0;
    border: 1px solid #d6d6d6;
    box-shadow: none;
    transition: .3s;
    font-weight: 600;
}

.form-control::-moz-placeholder {
    color: #000;
}
.form-control:-ms-input-placeholder {
    color: #000;
}
.form-control::-webkit-input-placeholder {
    color: #000;
}

.form-control:hover {
    border-color: #bbbbbb;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.forms-title-section {
    text-align: center;
    margin-bottom: 10px;
}

.inquiryformcontainer, 
.locationBox {
    background-color: rgb(236, 236, 236);
    color: black;
}

.locationBox {
    margin-top: 25px;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 71px;
}

.customForm [placeholder="Phone"] {
    width: 117px;
}

.customForm input, 
.customForm textarea, 
.customForm select {
    font-size: 14px!important;
    border: none;
    margin: 5px 0;
    padding: 2px 7px;
    font-weight: 600;
    color: black;
    border: 1px solid #d6d6d6;
}

.customForm textarea {
    width: 100%;
}

.customForm select {
    border: none;
    padding: 2px 3px;
    font-size: 14px;
    color: black;
}

@media (min-width: 768px) {
#Form2922 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form8323 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7),
#Form8322 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7),
#Form21549 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form2922 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form2922 > div:nth-child(1) > fieldset > div:nth-child(n+11):nth-child(-n+14),
#Form2919 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form2922 > div:nth-child(1) > fieldset > div:nth-child(n+15),
#Form2919 > div:nth-child(1) > fieldset > div:nth-child(n+10),
#Form21549 > div:nth-child(1) > fieldset > div:nth-child(n+9) {
    padding: 0 5px;
}
}





/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000;
    color: #ffffff;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #fff;
}

.footerContainer {
    background-color: white;
    display: flex;
    justify-content: space-between;
    line-height: 32px;
    text-transform: uppercase;
    background-image: url(https://psmfirestorm.blob.core.windows.net/54bc5776-770d-48a1-aa86-c45516a99ee1/black-background.jpg);
    background-size: cover;
}

.footerMap {
    flex: 0 0 30%;
    position: relative;
    padding-bottom: 21%;
    min-height: 150px;
}

.footerMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footerBlock {
    padding: 15px;
}

.footerBlock .dealer-phone, 
.footerBlock .dealer-address {
    display: block;
}

.footerBlock table td:nth-child(1) {
    padding-right: 25px;
}

.footerBlock ul {
    list-style: none;
    padding: 0;
}

.footerLogos {
    text-align: center;
}

.dealerLogo {
    max-width: 150px;
}

.footerLogos img:nth-child(2) {
    max-width: 140px;
    margin-left: 15px;
}

.footerBack > div > div:nth-child(4) {
    margin-right: 25px;
}

.footerLogos img:nth-child(2) {
    max-width: 140px;
    margin-left: 15px;
}

.footerText {
    font-weight: 700;
    margin-top: 20px;
    position: absolute;
    font-size: 18px;
}

.footerText span {
    color: #ff6600;
}

.footerSocial {
    line-height: initial;
}

.footerContainer > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) {
    margin: 15px 0;
}







@media (max-width: 1499px) {
.headerContainer,
.container {
    width: 1170px;
}

.headerLogo {
    flex: 0 0 27%;
}

.footerBack > div > div:nth-child(2) {
    flex: 0 0 25%;
    padding-bottom: 35px;
}

.footerText {
    margin-top: 3px;
}

.navbar-nav > li > a {
    padding: 19px 18px;
    font-size: 17px;
}

.btnContainer h2 {
    font-size: 30px;
}

.single-item-slider .slider-inner .item {
    width: 242px;
}

.inventory-image {
    max-height: 195px;
}

.inventory-container .vehicle .thumb {
    line-height: 189px;
    height: 193px;
}

.mapWrapper {
    padding-bottom: 119%;
}

.socialTab a {
    padding: 3px;
}

.socialTab img {
    max-width: 29px;
}

#employee24968 .name {
    left: 138px;
}

#employee24968 .job {
    left: 158px;
}
}





@media (max-width: 1199px) {
.headerContainer,
.container {
    width: 970px;
}

.headerAddress .dealer-address::after {
    display: none;
}

.headerLogo {
    flex: 0 0 24%;
}

.headerLogo > a > img {
    max-width: 145px;
}

.headerLogo > div img {
    max-width: 98px;
}

.headerAddress .dealer-address {
    margin-right: 0;
    display: block;
}

.headerBlock .dealer-phone {
    display: block;
    font-size: 28px;
}

.navbar-nav > li > a {
    padding: 15px 11px;
    font-size: 16px;
}

.btnContainer h2 {
    font-size: 24px;
}

.single-item-slider .slider-inner .item {
    width: 191px;
}

.footerContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.footerMap {
    flex: 0 0 100%;
}

footer.body .copyright .wrapper {
    padding: 20px 0;
}

.inventory-image {
    max-height: 156px;
}

.inventory-container .vehicle .thumb {
    line-height: 150px;
    height: 153px;
}

.mapWrapper {
    padding-bottom: 146%;
}

#main-nav {
    margin-top: -52px;
}

.single-item-slider .item-detail .price {
    font-size: 18px;
}

.serv-emp-block img {
    max-height: 277px;
}

.serviceFAQ .FAQ h3 {
    width: 96%;
}

#employee24968 .name {
    left: 108px;
}

#employee24968 .job {
    left: 129px;
}
}





@media (max-width: 991px) {
.headerContainer,
.container {
    width: 740px;
}

#main-nav .nav > li > a {
    font-size: 14px;
    padding: 15px 14px;
}

#main-nav {
    margin-top: 0;
}

.headerContainer {
    flex-wrap: wrap;
    justify-content: space-around;
}

.headerRight {
    flex-flow: row;
    justify-content: flex-end;
    flex: 0 0 100%;
}

.headerRight .btn-primary {
    margin: 0;
    padding: 7px 10px;
}

.headerBtns {
    margin-top: -38px;
}

.btnContainer {
    justify-content: space-around;
}

.btnContainer a {
    flex: 0 0 47%;
    margin: 20px 0;
}

.btnContainer h2 {
    font-size: 30px;
}

.single-item-slider .slider-inner .item {
    width: 208px;
}

.reviewsWidget {
    margin-top: 45px;
}

.homeAbout {
    flex-flow: column-reverse;
}

.homeAbout > div:nth-child(2) {
    margin-left: 0;
}

.homeAbout h4 {
    font-size: 40px;
    margin-top: 120px;
}

.homeAbout h4 span {
    font-size: 45px;
}

.homeAbout .btn-primary {
    margin: 29px auto 110px;
}

.homeAbout > div:nth-child(1) > a {
    margin: 29px auto 0px;
}

.footerContainer {
    flex-flow: column;
    align-items: center;
}

.footerMap {
    width: 100%;
}

.footerText {
    position: relative;
}

.inventory-image {
    max-height: 248px;
}

.inventory-container .vehicle .thumb {
    line-height: 240px;
    height: 243px;
}

.form-header-text {
    font-size: 31px;
}

.raBtns {
    width: 100%;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.siteSearch-M button {
    height: 50px;
    border: none;
    border-radius: 0;
    margin: 2px 0 0 0!important;
}

.siteSearch-M .form-control {
    background-color: #e3e3e3;
}

.navbar-nav {
    justify-content: space-around;
}

.p-header h1 {
    font-size: 40px;
}

.serv-emp-block {
    margin: 10px 0;
    flex: 0 0 32%;
}

.serv-emp-block h3 {
    font-size: 19px;
}

.serv-emp-block img {
    max-height: 235px;
}

.faq-emp-block {
    max-width: 200px;
}

#employee24968 .name {
    left: 72px;
    bottom: 136px;
}

#employee24968 .job {
    left: 91px;
    bottom: 118px;
}
}





@media (max-width: 767px) {
.headerContainer,
.container,
.homeAbout {
    width: 100%;
}

.headerRight > div:nth-child(1),
.headerAddress,
.headerBtns {
    display: none;
}

#CustomEventWidget .eventWrapper {
    flex-flow: column;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.headerHours h5 {
    margin: 10px 0 0;
}

.headerContainer {
    position: relative;
}

.footerSocial {
    margin: 15px auto;
}

.headerLogo {
    flex: 0 0 24%;
    position: absolute;
    bottom: -47px;
    left: 15px;
    z-index: 55;
    align-items: flex-end;
}

.headerLogo > a > img {
    max-width: 97px;
}

.headerLogo > div {
    flex-flow: row;
    margin-left: 15px;
}

.headerLogo > div > a:nth-child(1) {
    margin-bottom: 10px;
    margin-right: 10px;
}

.headerLogo > div img {
    max-width: 80px;
}

.headerBlock {
    margin-top: 0;
}

.headerMid {
    margin-top: 0;
}

.headerBlock .dealer-phone {
    display: block;
    font-size: 25px;
}

.navbar-nav {
    display: block;
    margin: inherit;
}

#main-nav .nav > li > a {
    font-size: 16px;
    padding: 15px;
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
}

#main-nav .dropdown-menu > li > a {
    color: white;
}

.home-search-container h5:before, 
.home-search-container h5:after {
    width: 45px;
    margin-left: -52px;
    top: 18px;
}

.home-search-container h5:after {
    margin-left: unset;
    right: -52px;
}

.btnContainer a {
    flex: 0 0 100%;
}

.btnContainer span {
    font-size: 6vw;
}

.btnContainer h2 {
    font-size: 8vw;
}

.home-search-container h2 {
    font-size: 55px;
}

.home-search-container h5 {
    font-size: 30px;
    margin: 0px auto 25px;
}

.searchContainer {
    margin: 0 auto 25px;
}

.searchSection {
    background-color: rgb(0 0 0);
}

.featuredInventory h2, .reviewsWidget h2 {
    font-size: 28px;
}

.footerContainer > div:nth-child(2) {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.footerLogos {
    text-align: center;
    margin-bottom: 25px;
}

.dealerLogo {
    max-width: 160px;
}

.footerLogos img:nth-child(2) {
    max-width: 80px;
    margin-left: 15px;
}

.footerText {
    line-height: 19px;
}

.p-header h1 {
    font-size: 35px;
    margin: 0;
}

.specialsContainer {
    justify-content: space-around;
}

.specialsContainer div {
    flex: 0 0 47%;
    margin: 5px 0;
}

.specialsContainer h4 {
    font-size: 30px;
}

.mcButtons a {
    flex: 0 0 42%;
}

.raThumbs {
    flex-wrap: wrap;
    justify-content: space-around;
}

.raThumbs div {
    flex: 0 0 46%;
    margin: 10px 0;
}

.card-header .btn {
    width: 100%;
    white-space: break-spaces;
}

.mapWrapper {
    padding-bottom: 100%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
    text-align: left;
}

.aboutSection {
    padding: 25px 0px 127px;
}

.oemContainer a {
    padding: 15px;
    flex: 0 0 50%;
}

.brief {
    max-height: 191px;
}

#employee24968 .brief {
    max-height: 191px;
    overflow-y: scroll;
}

.faq-emp-block {
    max-width: 50%;
}

.service-page li {
    flex: 0 0 100%;
}

.service-pic {
    float: none;
    padding: 15px;
    width: 100%;
}

.serv-emp-block {
    margin: 10px 0px;
    flex: 0 0 100%;
}

.serv-emp-block img {
    max-height: 400px;
}

.serviceFAQ h1 {
    font-size: 29px;
    text-align: center;
}

.faqEmpBio {
    padding: 0;
}

.faqEmp > div > h3 {
    font-size: 20px;
}

.faqEmp > div > h5 {
    font-size: 14px;
}

.serv-emp-block {
    flex: 0 0 48%;
}

.serv-emp-block > h5 {
    font-size: 12px;
}

.serv-emp-block h3 {
    font-size: 14px;
}

.serv-emp-block img {
    max-height: 195px;
}

.serv-emp-block p {
    font-size: 12px;
    line-height: 16px;
    max-height: 169px;
    text-overflow: ellipsis;
    overflow-y: scroll;
}

#employee24968 {
    flex-flow: column;
}

#employee24968 .name,
#employee24968 .job {
    left: 0;
    bottom: 0;
    position: relative;
}

#employee24968 .photo:before {
    display: none;
}

.searchSection:before {
    content: "";
    background-image: url("https://psmfirestorm.blob.core.windows.net/7fbf76b1-6f84-43bb-9ffe-fa5c006a2dce/search-back.jpg");
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: 61% 50%;
    background-size: cover;
    z-index: 0;
}

.homeSlider .widget-inner {
    margin-top: 0!important;
}
}









