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: 115vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/d9dd991b-c2ad-479c-8710-48e4817f2a29/background.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    body {
    background: #d4d4d4 url(https://psmfirestorm.blob.core.windows.net/d9dd991b-c2ad-479c-8710-48e4817f2a29/background.jpg) no-repeat center bottom;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
}

a,
a.promo-link {
    color: #ff6600;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #ffffff;
    text-decoration: none;
}

.aboutSection {
    position: relative;
    margin-top: 0!important;
}

.searchSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/d9dd991b-c2ad-479c-8710-48e4817f2a29/background.jpg);
    background-size: cover;
    background-attachment: fixed;
    margin-top: -25px;
    background-position: center bottom;
    padding-bottom: 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,
#privacy-policy,
.custom-page,
#vdp-container,
#creditAppContainer {
    background-color: black;
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}

.top-bar-announcement {
    font-weight: 700;
}


.alert {
    color: white;
}





/* HEADER */

header.body {
    background-image: url(https://psmfirestorm.blob.core.windows.net/3f702709-a5f4-44b5-aad3-7f532df571c3/background-65.jpg);
    background-size: cover;
    position: relative;
}

header.body:after {
    content: '';
    background: linear-gradient(to right, rgba(255,178,0,1) 0%,rgba(224,48,1,1) 100%);
    width: 100%;
    height: 5px;
    bottom: 0;
}

.headerContainer {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    text-transform: uppercase;
    align-items: flex-start;
}

.headerContainer a {
    color: white;
}

.headerBlock .dealer-phone {
    font-size: 30px;
    font-weight: 700;
    margin: 0 25px;
}

.headerBlock .dealer-address {
    padding-right: 14px;
    position: relative;
}

.headerBlock .dealer-address:after {
    content: '';
    width: 5px;
    height: 2px;
    background-color: black;
    position: absolute;
    top: 9px;
    margin-left: 3px;
}

a.headeraddy {
    font-weight: 700;
}

.headerBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerSocial,
.footerSocial {
    display: flex;
    justify-content: space-between;
}

.headerSocial a {
    font-size: 20px;
    padding: 0 4px;
}

.headerSocial img,
.footerSocial img {
    max-width: 16px;
    padding-bottom: 3px;
}

.headerContainer a:hover {
    color: #ff6600;
}

.headerSocial a:hover,
.footerSocial a:hover {
    color: gray;
}

.headerSocial img,
.footerSocial img {
    transition: .3s;
}

.headerSocial a:hover img,
.footerSocial a:hover img {
    filter: opacity(0.5);
}






/* NAVIGATION */

#main-nav {
    margin-top: -45px;
}

@media (min-width: 768px) {
.navbar-nav {
    float: right;
    margin: 0;
}
}

.navbar-nav>li>a {
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    color: white;
    padding: 18px;
    text-shadow: 1px 1px 1px black;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #ff6600;
}






/* CONTENT */

.siteSearch {
    width: 500px;
    margin: 8% auto;
    display: flex;
    background: linear-gradient(135deg, rgba(255,187,0,1) 0%,rgba(255,102,0,1) 100%);
    padding: 5px;
    border-radius: 32px;
}

.siteSearch .form-control {
    font-size: 16px!important;
    padding: 20px 15px;
    border-radius: 20px 0 0 20px;
    border: none;
    margin: 0;
    background-color: white;
    color: black;
}

.siteSearch button {
    border-radius: 0 20px 20px 0;
    border: none;
    background: transparent;
    font-size: 20px;
    padding: 5px 10px;
}

.btnContainer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.btnContainer a {
    flex: 0 0 24%;
    background-color: white;
    position: relative;
    border: 5px solid black;
}

.btnContainer a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgb(255 255 255 / 70%) 0%,rgb(255 255 255 / 70%) 50%,rgb(255 102 0 / 70%) 50%,rgb(255 187 0 / 70%) 100%);
    transition: .4s;
}

.btnContainer a:hover:before {
    filter: opacity(0);
}

.btnContainer img {
    filter: grayscale(1);
}

.btnContainer a:hover img {
    filter: grayscale(0);
}

.btnContainer .btnText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    background-color: rgb(0 0 0 / 65%);
    z-index: 3;
    transition: .3s;
}

.btnContainer a:hover .btnText {
    background-color: transparent;
    transform: translateX(-50%) translateY(-50%) scale(1.5);
}

.btnText h3 {
    margin: 0;
    padding: 26px;
    width: max-content;
    font-size: 29px;
    line-height: 25px;
    color: white;
    text-shadow: 0 0 5px black, 1px 1px 1px black;
}

.btnText h3 span {
    display: block;
    font-size: 40px;
    font-style: italic;
    margin-left: -5px;
}

.homeAbout {
    margin: 20% auto;
    background-color: rgb(0 0 0 / 48%);
    padding: 30px;
    line-height: 30px;
    color: white;
    text-align: justify;
}

.homeAbout h1 {
    text-align: center;
    font-size: 61px;
    margin-bottom: 0;
    background: -moz-linear-gradient(135deg, rgba(255,187,0,1) 0%,rgba(255,102,0,1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(255,187,0,1) 0%,rgba(255,102,0,1) 100%);
    background: linear-gradient(135deg, rgba(255,187,0,1) 0%,rgba(255,102,0,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.p-header {
    /* border: 5px solid black; */
    position: relative;
    height: 300px;
    margin-bottom: 25px;
}

.p-header:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgb(0 0 0 / 70%) 0%,rgb(0 0 0 / 70%) 50%,rgb(255 102 0 / 70%) 50%,rgb(255 187 0 / 70%) 100%);
}

.p-header img {
    filter: grayscale(1);
    width: 100%;
    object-fit: cover;
}

.p-header div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    background-color: rgb(0 0 0 / 65%);
    z-index: 3;
    color: white;
}

.p-header h1 {
    margin: 0;
    padding: 26px;
    width: max-content;
    font-size: 70px;
    line-height: 53px;
    color: white;
    text-shadow: 0 0 5px black, 1px 1px 1px black;
}

.p-header h1 span {
    display: block;
    font-style: italic;
    font-size: 78px;
}

.aboutPic {
    float: right;
    width: 17%;
    padding: 0 0 10px 10px;
}

.rewards-iframe iframe {
    width: 100%;
    height: 200px;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #000000;
}

.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: #000;
    background-color: #dedede;
    border-color: #cccccc;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 32px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 105%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

.department-container {
    margin-top: 0;
}

#employees-team-page .page-title {
    font-size: 50px!important;
    text-align: center;
    margin-bottom: 0;
}

.department-container .department {
    background: #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;
}

.raContainer {
    display: flex;
    justify-content: space-between;
}

.raContainer div:nth-child(2) {
    background-color: #ececec;
    color: black;
    padding: 10px;
    border-radius: 8px;
}

img.raLogo {
    float: right;
    padding: 0 0 10px 10px;
}

#employees-team-page .department-collapse {
    display: block!important;
}





/* VIDEO BACKGROUND STYLES */

.videoWidget {
    height: 0px !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: 0px;
    left: 0px;
    z-index: -1;
    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 */







/* FEATURED INVENTORY */

.single-item-slider .slider-inner .item {
    width: 240px;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: 3px solid black;
}

.single-item-slider .item-detail .price {
    font-size: 30px;
    left: -3px;
    padding: 0 2%;
    font-family: 'Teko';
    text-transform: uppercase;
    font-weight: 600;
    font-style: italic;
    bottom: 0;
    color: #ff6600;
}

.single-item-slider .slider-outer {
    height: 254px;
}

.single-item-slider .item-detail .name {
    font-weight: 600;
    color: black;
    text-transform: uppercase;
    line-height: 18px;
}

.featuredInventory h2 {
    display: none;
}

.featuredInventory {
    margin-top: 35px;
}




/* INVENTORY */

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: white;
}

.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 {
    font-family: 'Teko';
    text-align: center;
    position: absolute;
    white-space: nowrap;
    font-size: 23px;
    padding: 3px 8px;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    background-color: #ff6600;
    text-transform: uppercase;
    background: linear-gradient(to bottom, rgba(255,178,0,1) 0%,#e03001 100%);
    font-weight: 100;
    border: 3px solid black;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.vehicle-box {
    border: 3px solid black;
}

.inventory-container .vehicle {
    transition: .4s ease;
}

.inventory-container .vehicle:hover {
    transition: .4s ease;
    box-shadow: 0 0 10px rgb(0 0 0 / 45%);
}

.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;
}






/* FORMS */

.btn-primary {
    color: #000;
    background-color: #ff6600;
    border-color: #000000;
    border-radius: 0;
    background: linear-gradient(to bottom, rgba(255,178,0,1) 0%,#e03001 100%);
    font-family: 'Teko';
    text-transform: uppercase;
    font-size: 18px;
    margin: 10px 0;
    position: relative;
    z-index: 4;
}

.btn-primary:after {
    content: '';
    background: linear-gradient(to bottom, #ffb200 0%,#ffb200 100%);
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
    z-index: -1;
}

.btn-sec {
    display: block;
    width: fit-content;
    margin: 10px auto;
    font-size: 22px;
}

.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;
    border-color: #000000;
    background: linear-gradient(to bottom, rgba(255,178,0,1) 0%,#e03001 100%);
}

.btn-primary:hover:after {
    background: linear-gradient(to top, #ffb200 0%,#ffb200 100%);
    height: 100%;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #242424;
    padding: 10px;
    background-size: cover;
    color: white;
}

.form-header-text {
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 0px;
    font-weight: 500;
    font-family: 'Teko';
    font-style: italic;
    text-align: center;
}

.form-control {
    border-radius: 0;
    font-size: 14px!important;
    margin: 5px 0;
    border: none;
    box-shadow: none;
    transition: .3s;
    background-color: #000000;
    color: white;
}

.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: #242424;
    color: white;
}

.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;
    color: white;
    background-color: black;
}

.customForm textarea {
    width: 100%;
}

@media (min-width: 768px) {
#Form1660 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1660 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10),
#Form1661 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1661 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
}

#Form1664 > div:nth-child(1) > fieldset > div:nth-child(n+2) {
    width: 33.33%;
    display: inline-block;
    padding: 0 5px;
}

#Form1662 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9),
#Form1665 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1665 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form1660 > div:nth-child(1) > fieldset > div:nth-child(n+12),
#Form1661 > div:nth-child(1) > fieldset > div:nth-child(n+12),
#Form1662 > div:nth-child(1) > fieldset > div:nth-child(n+10),
#Form1665 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}
}






/* FOOTER */

footer.body .outer-wrapper {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    padding: 25px 0;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #ffffff;
    font-weight: 600;
}

.footerWrapper {
    position: relative;
}

.footerWrapper:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/3f702709-a5f4-44b5-aad3-7f532df571c3/background-65.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
}

.footerWrapper:after {
    content: '';
    background: linear-gradient(to right, rgba(255,178,0,1) 0%,rgba(224,48,1,1) 100%);
    width: 100%;
    height: 5px;
    top: 0;
    position: absolute;
}

.footerContainer {
    position: relative;
    z-index: 4;
    width: 1180px;
    margin: auto;
    display: flex;
    flex-flow: column;
    padding: 30px;
}

.footerContainer a {
    color: white;
}

.footerTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footerBottom {
    display: flex;
    justify-content: center;
    margin-top: 45px;
    position: relative;
}

.footerBottom:before {
    content: '';
    width: 82%;
    height: 3px;
    background-color: #00000024;
    position: absolute;
    top: -22px;
}

.footerBottom > div {
    padding: 0 25px;
}

.footerMap {
    flex: 0 0 30%;
}

.footerLogo {
    flex: 0 0 27%;
}

.footerLinks ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.footerLinks li {
    position: relative;
    text-transform: uppercase;
    padding: 16px;
    font-size: 20px;
    font-family: 'Teko';
    font-style: italic;
}

.footerLinks li:before {
    content: '\f061';
    font-family: 'FontAwesome';
    color: gray;
    font-size: 10px;
    position: absolute;
    left: 6px;
    top: 20px;
    transition: .3s;
}

.footerLinks li:hover:before {
    color: #ff6600;
    left: 0;
    font-size: 15px;
    top: 16px;
}

.footerInfo .dealer-address, 
.footerInfo .dealer-phone {
    display: block;
}

.footerInfo .dealer-phone {
    font-weight: 700;
    font-family: 'Teko';
    font-size: 29px;
}

.footerHours table td:last-child {
    text-align: right;
    padding-left: 15px;
}

.footerHours table td:first-child {
    font-weight: 600;
}

.footerSocial {
    display: flex;
}

.footerSocial a {
    font-size: 25px;
    padding: 10px;
}

.footerContainer a:hover {
    color: #ff6600;
}




@media (max-width: 1199px) {
.headerContainer,
.footerContainer {
    width: 970px;
}

.navbar-nav>li>a {
    padding: 20px 15px;
}

.headerLogo {
    flex: 0 0 28%;
}

.featuredInventory {
    margin-top: 14px;
}

.single-item-slider .item:not(:last-child) {
    margin-right: 3px;
}

.single-item-slider .slider-inner .item {
    width: 198px;
}

.single-item-slider .item-detail .price {
    font-size: 22px;
}

.footerLinks li {
    padding: 17px;
    font-size: 18px;
}

.p-header {
    height: 280px;
}
}





@media (max-width: 991px) {
.headerContainer,
.footerContainer {
    width: 740px;
}

#main-nav {
    margin-top: -35px;
}

#main-nav .nav>li>a {
    font-size: 15px;
    padding: 15px;
}

.headerLogo {
    flex: 0 0 24%;
}

.headerBlock .dealer-phone {
    font-size: 18px;
    margin: 0 10px;
}

.headerSocial a {
    font-size: 18px;
}

.btnText h3 {
    font-size: 20px;
    padding: 20px;
    line-height: 20px;
}

.btnText h3 span {
    font-size: 27px;
}

.single-item-slider .slider-inner .item {
    width: 226px;
}

.featuredInventory {
    margin-top: 0px;
}

.footerTop {
    flex-flow: column;
}

.footerBottom {
    margin-top: 20px;
    flex-wrap: wrap;
}

.footerMap {
    margin-top: 25px;
}

.p-header {
    height: 215px;
}

.p-header h1 {
    font-size: 50px;
    line-height: 43px;
}

.p-header h1 span {
    font-size: 60px;
}
}




@media (max-width: 767px) {
.headerContainer,
.footerContainer {
    width: 100%;
}

.headerContainer {
    position: relative;
    z-index: 333;
}

.homeAbout {
    margin: 0% auto;
}

.homeAbout h1 {
    font-size: 48px;
}

.searchSection {
    background-image: none;
}

#main-nav .nav>li>a {
    font-size: 16px;
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
}

.dropdown-menu>li>a {
    color: #fff;
}

.siteSearch {
    width: 98%;
}

.headerSocial,
a.headeraddy {
    display: none;
}

#main-nav .navbar-brand.text {
    line-height: 37px;
    display: none!important;
}

.headerLogo {
    flex: 0 0 50%;
}

.footerLinks ul {
    flex-flow: column;
}

.btnContainer {
    flex-wrap: wrap;
}

.btnContainer a {
    flex: 0 0 49%;
    border: 3px solid black;
    margin: 2px 0;
}

.btnText h3 {
    font-size: 5vw;
    line-height: 5vw;
}

.btnText h3 span {
    font-size: 7vw;
}

.featuredSection {
    padding-bottom: 30px;
}

.footerSocial {
    justify-content: center;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 10vw;
    line-height: 9vw;
    padding: 10px 20px;
}

.p-header h1 span {
    font-size: 12vw;
    margin-left: -10px;
}

.mapandhourstbl {
    margin: auto;
}

.footerBottom > div {
    padding: 0;
}

#main-nav .navbar-toggle {
    font-size: 24px;
    padding: 5px 10px;
    z-index: 4444444;
}

img.raLogo {
    float: none;
    padding: 10px;
    margin: auto;
    display: block;
}

.raContainer {
    flex-flow: column;
}
}










