body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    color: white;
}

@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/e6737717-3581-40fe-b87a-afbd3089294e/background-rooster-2.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

@media (min-width: 768px) {
body {
    background: #cccccc url(https://psmfirestorm.blob.core.windows.net/7ac6ab11-d97a-4212-8686-e488217c7410/background-rooster-sunset.jpg) no-repeat center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom; }
}

#content-container {
    width: 1180px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.75);
    margin-top: 30px;
    padding-bottom: 25px;
    margin-bottom: 30px;
    padding-top: 25px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
}

a {
    color: #ff6600;
    transition: .3s;
}

a:focus, a:hover {
    color: #ff9046;
    text-decoration: none;
}








/* HEADER */

header.body {
    margin-bottom: 0;
    background-color: black;
}

.header-container {
    width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 10px;
    position: relative;
    z-index: 11;
    align-items: center;
}

.header-container:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/4965d8f5-bf83-4c2a-940b-7aaa09c7a70f/sioux-city-background-3.png);
    position: absolute;
    width: 59%;
    height: 95%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    filter: opacity(0.15);
}

.header-logo {
    flex: 0 0 38%;
}

.header-block a:hover {
    color: #fff;
}

.header-right {
    flex: 0 0 60%;
    display: flex;
    justify-content: flex-end;
}

.header-sec {
    display: block;
    color: white;
    font-family: 'Amerigo', sans-serif;
    width: max-content;
    position: relative;
    z-index: 2;
    margin-bottom: -6px;
}

.header-sec:after {
    content: '';
    width: 110%;
    height: 5px;
    background-color: #6c6c6c;
    position: absolute;
    left: -3px;
    bottom: 3px;
    z-index: -1;
}

.header-phone {
    font-family: 'DINPro-Bold', sans-serif;
    font-size: 43px;
    display: block;
    margin-top: 2px;
}

.header-right > div:nth-child(2) > div {
    display: flex;
    align-items: center;
}

.header-right > div:nth-child(2) > div .fa {
    font-size: 30px;
    margin-top: 15px;
    margin-right: 8px;
}

.header-block {
    padding: 3px 10px;
    text-transform: uppercase;
}

.header-block .dealer-address {
    display: block;
    line-height: 20px;
    margin-top: 13px;
}

.header-social {
    display: flex;
    margin-top: 9px;
}

.header-social a {
    font-size: 22px;
    background-color: #ff6600;
    width: 32px;
    height: 32px;
    text-align: center;
    margin: 7px 5px 0 0;
    color: white;
}

.header-social a:hover {
    background-color: white;
    color: #ff6600;
}






/* NAVIGATION */

#main-nav {
    background-color: #1c1c1c;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: space-between; }
}

.social-media-icons {
    display: none;
}

.navbar-nav>li>a {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    padding: 25px 15px;
    color: white;
    font-size: 21px;
    transition: .3s;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: #fff0;
    color: #ff6600;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
    color: #ff6600;
}







/* CONTENT */

.button-1 {
    position: relative;
    background-color: black;
    border: 5px solid #ffffff;
    transition: .3s;
    max-height: 168px;
    overflow: hidden;
}

a:hover .button-1 {
    transform: scale(.9);
}

.button-1:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/b72efb58-5b1d-42d3-b185-d8562e8df338/button-before.png);
    width: 17%;
    height: 67%;
    left: 0;
    position: absolute;
    top: 16%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 11;
}

.button-1:after {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/b502c279-5546-4019-86f1-f2e8cf5c6fce/button-after.png);
    width: 16%;
    height: 67%;
    right: 0px;
    position: absolute;
    top: 16%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 11;
    background-position: right;
}

.button-1 img {
    filter: opacity(0.3);
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.button-1 h1 {
    position: absolute;
    top: 50%;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-align: center;
    width: 100%;
    margin: 0;
    font-size: 61px;
    line-height: 59px;
    color: white;
    text-shadow: 1px 1px 1px black;
    text-transform: uppercase;
    transition: .3s;
    transform: translateY(-50%);
}

a:hover .button-1 h1 {
    color: #ff6600;
    top: 10%;
}

.button-1 h1 span {
    display: block;
}

a.button2 {
    margin-top: 21px;
    display: block;
}

.hide-btn {
    text-transform: uppercase;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
    filter: opacity(0);
    color: white;
    font-size: 25px;
    transition: .3s;
}

a:hover .button-1 .hide-btn {
    filter: opacity(1);
    bottom: 8%;
}

.side-btn-container {
    display: flex;
    flex-flow: column;
}

.side-btn-block {
    background-color: #000000;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    font-size: 35px;
    padding: 7px 15px 7px;
    border: 5px solid #f60;
    position: relative;
    color: white;
    margin-bottom: 21px;
}

.side-btn-block:hover {
    background: #ff6600;
    border: 5px solid white;
    color: black;
}

.side-btn-block span {
    position: absolute;
    right: 27px;
    transition: .3s;
    color: #f60;
    top: 50%;
    transform: translateY(-50%);
}

.side-btn-block:hover > span {
    color: white;
}

.side-btn-img {
    margin: 50px 0;
}

.roxor-banner {
    position: relative;
}

.roxor-banner img {
    border: 5px solid #b6b6b6;
}

.roxor-txt-wrapper {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -39px;
}

.roxor-txt-wrapper div {
    font-family: 'Amerigo', sans-serif;
    font-size: 32px;
    color: white;
    margin-bottom: 12px;
}

.roxor-txt-wrapper .btn-primary {
    margin: 0;
}

.siteSearch {
    display: flex;
    width: 80%;
    margin: 30px auto;
}

.siteSearch input {
    border-radius: 0;
    font-size: 20px!important;
    text-transform: uppercase;
    padding: 24px 10px;
    border: 5px solid white;
    border-right: none;
    box-shadow: none;
    font-family: 'DINPro-Bold-Cd';
    letter-spacing: 1px;
    transition: .3s;
}

.siteSearch input:hover {
    background-color: #292929;
    border-color: white;
}

.siteSearch .btn-primary {
    border: 5px solid white;
    margin: 5px 0;
}

.h-bike {
    margin-top: 56px;
}

.p-header {
    position: relative;
}

.p-header:after {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.83) 100%);
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 36%;
    left: 0;
}

.p-header h1 {
    position: absolute;
    bottom: 0;
    font-size: 60px;
    width: max-content;
    padding: 5px 15px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}

.p-header h1 sup {
    font-size: 23px;
    top: -27px;
}

.p-header h1:after {
    content: '';
    width: 100%;
    height: 15px;
    background-color: gray;
    position: absolute;
    bottom: 7px;
    left: 0;
    z-index: -1;
    box-shadow: 0 0 10px black;
}

.rewards-table {
    background-color: #3a3a3a;
    margin: 15px 0;
}

.rewards-table td, 
.rewards-table th {
    padding: 5px;
    border: 1px solid #8b8b8b;
}

.hog-page {
    text-align: center;
}

.custom-list {
    display: flex;
    text-align: center;
}

.custom-list div {
    flex: 0 0 25%;
}

.department-container .department {
    background: transparent;
}

.department .title {
    background: #fff;
    color: black;
}

.department .employee {
    background: #fff;
    border-radius: 0px;
    padding: 10px;
}

.employee .name p {
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 5px;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    font-size: 20px;
}

.employee .job p {
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid gray;
}

#employees-team-page > div.row > div > h1 {
    text-align: center;
    font-size: 50px;
}

.employee .brief {
    font-size: 12px;
}

.maphourswrapper {
    display: flex;
    flex-wrap: wrap;
}

.maphourswrapper div {
    flex: 0 0 50%;
}

.map-wrapper {
    position: relative;
    padding-bottom: 30%;
    margin-top: 30px;
}

.map-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mapandhourstbl td:last-child {
    padding-left: 15px;
    text-align: right;
}

.employee-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.employee-wrap > div {
    flex: 0 0 23%;
    text-align: center;
    background-color: black;
    margin: 10px;
    padding: 10px;
    border: 2px solid #353535;
    height: max-content;
}

.employee .photo img {
    width: 100%;
}

.department-container {
    display: none;
}

.acidjs-rating-stars {
    align-self: center;
    text-align: center;
}

.vytBanner {
    position: fixed;
    left: -220px;
    top: 20%;
    transition: .3s;
    z-index: 33333333;
}

.vytBanner:hover {
    left: 0;
}

@media (max-width: 767px) {
.vytBanner {
    display: none;
}
}









/* INVENTORY */

.pagerTop .k-pager-wrap {
    top: 122px;
}

.inventory-container .vehicle .thumb {
    line-height: 194px;
    height: 197px;
}

.inventory-container .vehicle-box {
    position: relative;
}

.inventory-container .vehicle .savings {
    position: absolute;
    top: -8px;
    left: -3px;
}

.inventory-container .toolbar {
    border-color: #777;
    background-color: #666;
    color: #fff;
}

.inventory-container .vehicle {
    border-color: transparent;
    transition: .3s;
}

.inventory-container .vehicle:hover {
    background-color: #ffffff;
}

.inventory-container .vehicle .title a {
    color: black;
}

.inventory-container .btn {
    color: #fff;
    text-shadow: 0 1px 1px #585858;
    border-color: rgba(0, 0, 0, 0.24) rgba(0, 0, 0, 0.29) rgba(0, 0, 0, 0.25);
    border-bottom-color: #696969;
    background-image: linear-gradient(to bottom, #919191, #575757);
    background-repeat: repeat-x;
}

.inventory-container .btn:hover,
.inventory-container .btn:focus {
    background-position: 0 -25px;
    color: #fff;
}

.inventory-container .btn:hover,
.inventory-container .btn:focus,
.inventory-container .btn:active,
.inventory-container .btn.active,
.inventory-container .btn.disabled,
.inventory-container .btn[disabled] {
    background-color: #888;
}

.filters-container .panel-body li {
    color: #ccc;
}

#filters-box li label {
    color: #fff;
}

#filters-box .panel-heading {
    border-bottom: none;
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle .title {
    background-color: #868686;
    padding: 5px;
}

.inventory-container .vehicle .title a {
    color: white;
}

.inventory-container .vehicle .price {
    font-size: 28px;
    text-align: center;
    padding-right: 0;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    color: white;
    text-transform: uppercase;
    line-height: 30px;
    padding: 1px 0 3px;
}

.inventory-container .vehicle .price-box {
    background-color: #ff6600;
    border-top: 2px solid white;
}

.vehiclemodel {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 21px;
    min-height: 43px;
}

.info {
    font-size: 16px;
    text-align: right;
    color: black;
}

#ModalVehicleInquiry {
    border: 2px #ff6600 solid;
    z-index: 400;
    background-color: black;
}

#ModalVehicleInquiry .vdpinquiryheader {
    text-align: left;
}

.searchReturn {
    color: white;
}

.panel {
    background-color: #262525;
}

.panel-default {
    border-color: #6d6d6d;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #666666;
    border-color: #ddd;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
}

.input-group-addon {
    color: #fff;
    background-color: #ff6600;
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
}









/* KENDO OVERRIDES */

.k-block,
.k-widget {
    background-color: inherit;
}

.k-window-content.k-content {
    color: #333;
}

table.k-scheduler-table {
    background-color: black;
    color: white;
}

.k-scheduler-table .k-today,
.k-today>.k-scheduler-datecolumn,
.k-today>.k-scheduler-groupcolumn {
    background-color: #969696;
}

.k-block,
.k-button,
.k-draghandle,
.k-grid-header,
.k-grouping-header,
.k-header,
.k-pager-wrap,
.k-toolbar,
.k-treemap-tile,
html .km-pane-wrapper .k-header {
    background-color: #848484;
    background-image: linear-gradient(to bottom, #858585, #494949);
}

.k-link:link,
.k-link:visited,
.k-nav-current.k-state-hover .k-link {
    color: #ff6600;
}

.k-scheduler-header th,
.k-scheduler-header-wrap,
.k-scheduler-table td,
.k-scheduler-times,
.k-scheduler-times th,
.k-scheduler-times tr {
    border-color: #7d7d7d;
}

.k-autocomplete,
.k-block,
.k-button-group .k-tool,
.k-calendar th,
.k-colorpicker .k-i-arrow-s,
.k-content,
.k-dropdown-wrap,
.k-dropzone-active,
.k-editable-area,
.k-filter-row>th,
.k-footer-template td,
.k-grid td,
.k-grid td.k-state-selected,
.k-grid-content-locked,
.k-grid-footer,
.k-grid-footer-locked,
.k-grid-footer-wrap,
.k-grid-header,
.k-grid-header-locked,
.k-grid-header-wrap,
.k-group,
.k-group-footer td,
.k-grouping-header,
.k-grouping-header .k-group-indicator,
.k-header,
.k-input,
.k-pager-refresh,
.k-pager-wrap,
.k-pager-wrap .k-link,
.k-panel>.k-item>.k-link,
.k-panelbar .k-content,
.k-panelbar .k-panel,
.k-panelbar>.k-item>.k-link,
.k-popup.k-align .k-list .k-item:last-child,
.k-separator,
.k-slider-track,
.k-splitbar,
.k-state-default,
.k-state-default .k-select,
.k-state-disabled,
.k-textbox,
.k-textbox>input,
.k-tiles,
.k-toolbar,
.k-tooltip,
.k-treemap-tile,
.k-upload-files,
.k-widget {
    border-color: #7d7d7d;
}

.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: #fff;
    background-color: #d6d6d6;
    border-color: #cccccc;
}

.k-scheduler-toolbar>ul>li {
    background-color: #fff0;
    border-color: #ccc;
}

.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: #d6d6d6;
    border-color: #787878;
}







/* FEATURED INVENTORY */

.single-item-slider .slider-outer {
    height: 335px;
}

.single-item-slider .slider-inner .item {
    width: 286px;
}

.single-item-slider .img-container {
    height: 190px;
}

.single-item-slider .item-detail .name {
    color: white;
}

.single-item-slider .item-detail .price {
    font-size: 27px;
    padding: 5px 0;
    bottom: 0;
    font-family: 'DINPro-Bold-Cd', sans-serif;
}







/* REVIEWS WIDGET */

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 20em;
}

.review-comments {
    color: #fff;
}

.single-item-slider .item {
    background-color: rgb(126, 126, 126);
    border: 5px solid white;
    border-radius: 0px;
}

.review-customer-image {
    height: 100%;
    object-fit: contain;
}

.reviews-widget .single-item-slider .slider-inner .item {
    width: 290px;
}

.featuredInventory h2,
.reviews-widget h2 {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    color: white;
    text-align: center;
    font-size: 40px;
}







/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #ff6600;
    border-color: #000000;
    border-radius: 0;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    padding: 10px 20px;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 20px 0 5px;
    transition: .3s;
}

.btn-sec {
    display: block;
    width: max-content;
    margin: 10px auto;
}

.btn-primary:hover {
    background-color: black;
    border-color: white;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
    background-color: black;
    border-color: white;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: black;
    padding: 15px;
    border: 2px solid #1b1b1b;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
    font-size: 12px;
}

.vdp-inquire .form-control, .vdp-inquire span {
    position: relative;
    top: unset;
    right: unset;
}

.form-control {
    border-radius: 0;
    background-color: black;
    border: none;
    border-bottom: 2px solid #7f7f7f;
    color: white;
    font-size: 12px;
    margin: 5px 0;
}

.form-control:hover {
    border-color: #ff6600;
}

.form-control:focus {
    border-color: #ff6600;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#Form1121 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1122 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1121 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1122 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1127 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    display: inline-block;
    padding: 0 5px;
}

#Form1121 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form1122 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 25%;
}

#Form1121 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9),
#Form1122 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 33.33%;
}

#Form1127 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+7) {
    width: 50%;
}

#Form1121 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1122 > div:nth-child(1) > fieldset > div:nth-child(n+11),
#Form1127 > div:nth-child(1) > fieldset > div:nth-child(n+8) {
    padding: 0 5px;
}

.form-header-text {
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    font-size: 35px;
    text-align: center;
    position: relative;
    width: max-content;
    padding: 0 1%;
    z-index: 1;
}

.form-header-text:after {
    content: '';
    width: 100%;
    background-color: #6c6c6c;
    height: 9px;
    position: absolute;
    bottom: 6px;
    left: 0;
    z-index: -1;
}

.forms-title-section {
    font-size: 16pt;
    text-align: center;
    position: relative;
    width: max-content;
    margin: 25px auto 15px;
    padding: 0 1%;
    z-index: 1;
}

.forms-title-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 7px;
    background-color: #6c6c6c;
    left: 0;
    bottom: -1px;
    z-index: -1;
}

.inquiryformcontainer {
    font-size: 15px;
    background-color: black;
}

#vehicleInquiryForm > fieldset > br {
    display: none;
}

.vdpinquiryheader {
    margin-bottom: 5px;
    font-weight: bold;
    font-family: 'DINPro-Bold-Cd', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    color: #ff6600;
}

.locationBox {
    background-color: black;
}

.specs-panel.panel-body {
    background-color: #262424;
    color: #fff;
}







/* FOOTER */

.footerInfo {
    display: flex;
    align-items: center;
    line-height: 20px;
    margin-bottom: 20px;
}

.footerInfo .fa {
    margin-right: 8px;
    font-size: 35px;
}

a.hdLogo {
    transition: .3s;
}

a.hdLogo img {
    filter: invert(1);
    max-width: 90px;
    margin: 29px 15px 0;
}

a.hdLogo:hover img {
    filter: opacity(0.5) invert(1);
}

footer.body .outer-wrapper {
    background-color: #000;
    color: #fff;
    text-align: center;
}

.footer-background {
    background-color: black;
    border-top: 5px solid #1b1b1b;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    width: 1180px;
    margin: auto;
    padding: 70px 15px;
    color: white;
    line-height: 30px;
    text-transform: uppercase;
}

.footer-container a {
    color: white;
}

.footer-container a:hover {
    color: #ff6600;
}

.footer-logo {
    display: block;
    max-width: 275px;
    margin: 23px 0;
}

.footer-block .dealer-address {
    display: block;
}

.footer-block .dealer-phone {
    display: block;
    font-family: 'DINPro-Bold', sans-serif;
    font-size: 30px;
    margin-top: 5px;
}

.footer-links a {
    display: block;
    position: relative;
}

.footer-links a:nth-child(2) {
    margin-top: 50px;
}

.footer-links a:after {
    content: '\f178';
    font-family: fontawesome;
    position: absolute;
    right: -15%;
    color: #6c6c6c;
    transition: .3s;
}

.footer-container a:hover:after {
    right: -10%;
}

.footer-hours {
    display: flex;
}

.footer-hours-block h4 {
    margin-top: 5px;
    color: #989898;
    font-family: 'DINPro', sans-serif;
    border-bottom: 1px solid #3a3a3a;
    padding-bottom: 0px;
}

.footertable td:last-child {
    padding-left: 15px;
    text-align: right;
}

.footer-hours-block:first-child {
    padding: 0px 30px 0 0;
}

.footer-block h3 {
    font-family: 'Amerigo', sans-serif;
    font-weight: unset;
    font-size: 26px;
    letter-spacing: 1px;
    position: relative;
    width: max-content;
    z-index: 1;
}

.footer-block h3:after {
    content: '';
    width: 107%;
    height: 11px;
    background-color: #6c6c6c;
    position: absolute;
    left: -3px;
    bottom: -2px;
    z-index: -1;
}

.footer-block .contact-btn {
    margin-top: 45px;
}

.rewards-btn {
    display: none;
}

.srpbtn {
    background: #f60 !important;
    margin: -10px 0 10px;
    padding: 5px 10px;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 5px;
}


/*BREAKPOINTS*/
@media (max-width: 1199px) {

#content-container,
.header-container,
.footer-container {
    width: 972px;
}

.header-block {
    font-size: 14px;
}

.header-phone {
    margin-top: 14px;
    font-size: 34px;
    line-height: 43px;
}

.navbar-nav>li>a {
    font-size: 16px;
}

.button-1 h1 {
    font-size: 54px;
    line-height: 49px;
}

.side-btn-block {
    font-size: 25px;
    margin-bottom: 18px;
}

.side-btn-img {
    margin: 33px 0;
}

.button-1 {
    max-height: 137px;
}

a.button2 {
    margin-top: 17px;
    display: block;
}

.roxor-txt-wrapper div {
    font-size: 29px;
}

.single-item-slider .slider-inner .item {
    width: 285px;
}

.reviews-widget .single-item-slider .slider-inner .item {
    width: 232px;
}

.h-bike {
    margin-top: 114px;
}

.employee-wrap > div {
    flex: 0 0 22%;
}

.p-header h1 {
    font-size: 50px;
}

.footer-container {
    justify-content: space-around;
    flex-wrap: wrap;
}

.header-right {
    flex: 0 0 63%;
}

.header-logo {
    flex: 0 0 37%;
}
}



@media (max-width: 991px) {

#content-container,
.header-container,
.footer-container {
    width: 768px;
}

.header-block {
    font-size: 13px;
}

.header-phone {
    margin-top: 10px;
    font-size: 20px;
}

#main-nav .nav>li>a {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}

.siteSearch {
    margin: 15px auto;
}

.siteSearch input {
    font-size: 18px!important;
}

.siteSearch .btn-primary {
    font-size: 17px;
}

.employee-wrap > div {
    flex: 0 0 30%;
}

.button-1 h1 {
    font-size: 43px;
    line-height: 37px;
}

.button-1 {
    max-height: 105px;
}

a.button2 {
    margin-top: 12px;
}

.side-btn-block {
    font-size: 20px;
    padding: 5px 15px;
    margin-bottom: 10px;
}

.side-btn-img {
    margin: 26px 0;
}

.p-header h1 sup {
    font-size: 18px;
    top: -17px;
}

.maphourswrapper div {
    flex: 0 0 100%;
}

.roxor-txt-wrapper .btn-primary {
    margin: 0 0 15px;
    font-size: 12px;
    padding: 5px 10px;
}

.roxor-txt-wrapper div {
    font-size: 21px;
}

.single-item-slider .slider-inner .item {
    width: 325px;
}

.reviews-widget .single-item-slider .slider-inner .item {
    width: 211px;
}

.p-header h1 {
    font-size: 40px;
}

}




@media (max-width: 767px) {
.footer-links a:after {
    display: none;
}

.footer-logo {
    margin: 23px auto;
}

.footerInfo {
    justify-content: center;
}

#content-container, 
.header-container, 
.footer-container {
    width: 100%;
    flex-wrap: wrap;
}

#content-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 157px;
}

#main-nav .navbar-brand.text {
    display: none!important;
}

.button-1 {
    max-height: 100%;
}

.header-logo {
    flex: 0 0 100%;
    margin: auto;
}

.header-right {
    flex: 0 0 80%;
    display: flex;
    justify-content: left;
}

#main-nav {
    margin-top: -68px;
}

.header-phone {
    margin-top: 23px;
    font-size: 23px;
}

.header-logo img {
    width: 300px;
    margin: auto;
    text-align: center;
}

.header-block {
    font-size: 13px;
}

.header-sec,
.header-container:after,
.header-right > div:nth-child(2) > div > a:nth-child(2),
.header-right > div:nth-child(3) {
    display: none;
}

header.body {
    height: 140px;
    position: fixed;
    width: 100%;
    z-index: 2040;
}

.header-right > div:nth-child(2) > div .fa {
    margin-top: 26px;
    margin-right: 0;
    margin-left: 10px;
}

#main-nav .navbar-toggle {
    z-index: 44;
}

#main-nav .nav>li>a {
    font-size: 17px;
    padding: 15px 14px;
}

.navbar-collapse {
    border-top: none;
    box-shadow: none;
    background-color: black;
}

.dropdown-menu>li>a {
    color: #ff6600;
}

.p-header h1 sup {
    font-size: 5vw;
    top: -13px;
}

.employee-wrap > div {
    flex: 0 0 100%;
}

.siteSearch input {
    font-size: 4vw!important;
}

.siteSearch .btn-primary {
    padding: 0 3%;
    line-height: 4px;
    margin: 5px 0 35px;
}

.button-1 h1 {
    font-size: 11vw;
    line-height: 11vw;
}

.side-btn-block {
    font-size: 8vw;
    padding: 2% 3% 1%;
}

.roxor-banner {
    padding: 2% 0;
}

.roxor-banner img {
    border: 2px solid #b6b6b6;
}

.roxor-txt-wrapper {
    bottom: 0;
}

.roxor-txt-wrapper div {
    font-size: 3vw;
    margin-bottom: 0;
}

.roxor-txt-wrapper .btn-primary {
    margin: 0 0 0;
    padding: 1% 2%;
    font-size: 2vw;
}

.single-item-slider .slider-inner .item,
.reviews-widget .single-item-slider .slider-inner .item {
    width: 214px;
}

.siteSearch {
    width: 100%;
    height: 100%;
}

.siteSearch-M button {
    padding: 1px;
    border: 2px solid gray;
    border-left: none;
    margin-top: 0 !important;
}

.siteSearch-M input {
    margin: 0px 0px;
    border: 2px solid gray;
}

.p-header h1 {
    font-size: 9vw;
    margin-bottom: 0;
}

.p-header h1:after {
    height: 20%;
    bottom: 12%;
}

.mainform > div {
    padding: 10px;
}

.form-header-text {
    font-size: 30px;
}

.form-header-text:after {
    bottom: 4px;
}

#Form1121 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5), 
#Form1122 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5) {
    width: 50%;
}

#Form1121 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9), 
#Form1122 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+9) {
    width: 100%;
}

.rewards-btn {
    display: block;
}

.rewards-wrapper {
    display: none;
}

.map-wrapper {
    padding-bottom: 62%;
}

.footer-container {
    padding: 20px 15px;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
}

.footer-hours {
    flex-wrap: wrap;
    /* margin: auto; */
    flex-direction: column;
}

.footer-hours-block {
    margin: auto;
    padding: 0;
}

.footer-hours-block:first-child {
    padding: 16px 0;
}

.footer-block h3 {
    margin: 35px auto 0;
}

.footer-links a:nth-child(2) {
    margin-top: 15px;
}

.footertable td:first-child {
    text-align: left;
}

#main-nav .dropdown-menu>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

#main-nav-collapse {
    max-height: calc(100vh - 155px);
    overflow-y: auto;
}
#ModalVehicleInquiry {
    top: 150px;
    max-height: calc(100vh - 165px);
    overflow-y: auto;
}

#filters-modal {
    top: 150px;
}

.srpbtn {
    margin: -10px auto 10px;
    white-space: break-spaces;
    display: block;
}

.pagerTop .k-pager-wrap {
    top: 138px;
    width: 91%;
}
}




/* 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;
}

.serialContainer h3 {
    margin: 10px 15px;
    font-size: 33px;
    padding: 0 10px 3px;
    border-bottom: 1px solid gray;
    width: max-content;
}

.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%;
}
}







