
@font-face {
    font-family: 'franklin-gothic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/harley-davidson/FranklinGothic.woff') format('woff');
}
/**
Colors:

Base Green: #FA6600
Hover: #C2550C

 */

body, p {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 400;
}

body {
    background: #000;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.1em;
    word-break: break-word;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 2em;
    text-transform: none;
}

h3 {
    font-size: 1.6em;
}

h4 {
    text-transform: none;
    font-weight: normal;
}

h5 {
    font-weight: lighter;
    font-size: 1.1em;
}

p {
    margin-top: 5px;
    font-size: 1.1em;
    padding-left: 0;
}

.main-container {
    background: white;
}

@media (max-width: 768px)  {
    .container {
        /*padding-left: 40px;*/
        /*padding-right: 40px;*/
    }

    .container-padded {
        padding-left: 40px;
        padding-right: 40px;
    }

    .container-padded img {
        height: 52px !important;
    }
}

@media (min-width: 1200px)
{
    .container {
        width: 1280px;
    }
}

p.small {
    font-size: 1em;
}

.mt-6 {
    margin-top: 64px !important;
}

.row.offset-top {
    margin-top: 100px;
}

nav.navbar {
    border: none;
    padding-bottom: 0;
    background: #000;
}

nav.navbar .container {
    border-bottom: 1px solid #000;
    height: 80px;
}

nav.navbar .navbar-right a {
    color: #000;
}

nav.navbar .navbar-right a:hover, nav.navbar .navbar-right a:focus {
    color: #FA6600 !important;
}

.bg-primary, .bg-primary .container, .bg-primary .row {
    background: #FA6600 !important;
    color: black !important;
}

.text-primary {
    color: #FA6600 !important;
}

.text-lighter {
    opacity: 70%;
}

.text-left {
    text-align: left;
}

.text-justify {
    text-align: justify;
}

i.f-icon {
    width: 10px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    opacity: 0.8;
}

.f-icon.arrow-right {
    background: url('../img/design/500e-2020/arrow_right.png');
}

.bg-dark, .bg-dark .container, .bg-dark .row {
    background: black !important;
    color: #fff !important;
}

.bg-dark .modal-body div, .bg-dark .modal-header {
    color: #000 !important;
}

.float-left {
    float: left;
}

.btn {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    border-radius: 6px !important;
}

.bordered {
    border: 1px solid #707070;
}

.btn-language {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    color: black !important;
    border-radius: 0 !important;
    padding: 0 !important;
    padding-right: 16px !important;
    font-size: 1.3em;
    font-weight: bold;
}

.list-inline-item:not(:last-child) .btn-language{
    border-right: 1px solid black !important;
}

.btn-language:hover, .btn-language.active {
    color: #FA6600 !important;
}

.btn.btn-primary {
    color: white !important;
    background: #FA6600 !important;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: none;
    border: 2px solid #FA6600;
    box-shadow: none !important;
}

.btn.btn-primary-light {
    background: #29664a !important;
    border: 1px solid #fff !important;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    color: #fff !important;
    box-shadow: none !important;
}

.btn.btn-primary-light:hover, .btn.btn-primary-light:focus {
    background: #C2550C !important;
    color: black !important;
    border: 1px solid #fff !important;
}

.btn.btn-language-dropdown {
    color: black;
    font-size: 2em;
    border: 1px solid black;
    padding: 4px;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: -12px;
}

@media(max-width: 768px) {
    .btn.btn-language-dropdown {
        margin-top: 0;
    }
}

.btn.btn-language-dropdown:hover, .btn.btn-language-dropdown.active, .btn.btn-language-dropdown:focus {
    color: #C2550C !important;
    border: 1px solid #C2550C;
    background: transparent !important;
}

.dropdown-menu.language-dropdown {
    left: auto;
    right: 0;
}

.btn.btn-register {
    background: #000 !important;
    color: #fff !important;
    border: none !important;
}

.btn.btn-register:hover {
    background: #FA6600 !important;
    color: #fff !important;
    border: none !important;
}

.btn.action-step-1 {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 40px;
    padding-right: 40px;
}

.action-step-2, .action-step-1 {
    display: block;
    border: 4px solid #0000;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 6px;
}

.action-step-1 h4, .action-step-2 h4 {
    font-size: 16px;
}

.action-step-2:hover, .action-step-2.active, .action-step-1:hover, .action-step-1.active {
    border: 3px solid black;
}

.btn.btn-round {
    border-radius: 0;
}

a, a:visited, .text-orange {
    font-family: 'Helvetica Neue', Arial, sans-serif !important;
    color: #FA6600;
}

a:hover, a:focus {
    color: #C2550C;
}

.text-light, .text-light a {
    color: #fff !important;
}

.progress-header {
    background: #FA6600;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.progress-header h5 {
    color: #fff !important;
}

.bg-primary-muted-1 {
    background: rgba(52,70,62, 0.04);
}

.bg-primary-muted-2 {
    background: rgba(52,70,62, 0.08);
}

.d-none {
    display: none;
}

.slot-selection-container .bootstrap-datetimepicker-widget {
    top: 60px !important;
    left: 50% !important;
    margin-left: -130px;
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.day.new:not(.disabled)  div{
    color: #2b282b !important;
}


.bootstrap-datetimepicker-widget table td.active > div, .bootstrap-datetimepicker-widget table td.active:hover > div{
    background: transparent !important;
}

@media (max-width: 1920px) {
    .slot-selection-container .bootstrap-datetimepicker-widget {
        left: 50% !important;
        margin-left: -130px !important;
    }
}

@media (max-width: 778px) {
    .d-step-4 .col-md-9 {
        padding-left: 32px;
        padding-right: 32px;
    }

    #list-wrapper {
        padding-left: 38px;
        padding-right: 38px;
    }

    .slot-list-group {
        margin-left: 32px;
        margin-right: 32px;
    }

    .info-scroller {
        padding-left: 16px;
        padding-right: 16px;
    }

    h3 {
        font-size: 1.6em;
    }
}

.navbar-nav {
    float: left !important;
    margin: 0;
}

.navbar-header {
    float: left !important;
}

@media (min-width: 448px) {
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
}

.navbar-nav > li {
    float: left;
}

.slot-selection-container .bootstrap-datetimepicker-widget thead tr:last-child {
    background: #FA6600;
    color: #fff;
}

.slot-selection-container .bootstrap-datetimepicker-widget thead tr:last-child th {
    color: #fff;
}

.slot-selection-container .bootstrap-datetimepicker-widget thead tr:last-child th:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 10px;
}

.slot-selection-container .bootstrap-datetimepicker-widget thead tr:last-child th:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-right: 10px;
}

.slot-selection-container .bootstrap-datetimepicker-widget tr {
    border-top: 3px solid transparent;
}

.bootstrap-datetimepicker-widget table td.active > div, .bootstrap-datetimepicker-widget table td.active:hover > div {
    background: #FA6600 !important;
    box-shadow: none !important;
}

.leaflet-popup-content-wrapper {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    border-radius: 8px;
    color: black;
    background: #fff;
    opacity: 0.8;
    min-width: 240px;
}

.leaflet-popup-tip {
    display: none;
}

.leaflet-touch .leaflet-control-attribution {
    background: #FA6600;
    color: #fff;
}

.leaflet-touch .leaflet-control-attribution a {
    color: #fff;
}

.row-grey {
    background: #333;
    padding-bottom: 00px;
}

section.separate-section {
    position: relative;
    background: #FA6600;
    color: white;
    text-align: center;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 5px;
    box-shadow: 0px 3px 6px #00000029;
}

.ss-style-doublediagonal {
    background: #333;
}

.ss-style-doublediagonal::before {
    background: #333;
}

.models-wrapper, #results-list {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.row-map {
    background: #fff url('{{ asset(' img/design/jeep-map.png ') }}');
    background-repeat: repeat;
}

.row-map td.slot-choice {
    border: none !important;
    background: transparent !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 60px !important;
    opacity: 1;
}

.row-map td.slot-choice span.label {
    background: transparent !important;
    font-weight: normal;
    color: #000 !important;
}

.row-map td.reserved, .row-map td:disabled {
    /*background: #707070 !important;*/
    border: none !important;
}

.row-map th {
    border: none !important;
}

@media (min-width: 768px) {

    .row-map td.slot-choice:hover, .row-map td.slot-choice.active, .row-map td.slot-choice:focus {
        background: #FA6600 !important;
        color: #000 !important;
    }

    .row-map td.slot-choice:hover span.label, .row-map td.slot-choice.active span.label, .row-map td.slot-choice:focus, span.label {
        font-size: 1.2em !important;
        border-radius: 20px !important;
    }

    .row-map td.slot-choice.active {
        background: #FA6600 !important;
        color: #000 !important;
    }
}

@media (max-width: 768px) {
    .row-map td.reserved span, .row-map td:disabled span, .row-map td, .row-map th {
        font-size: 1em !important;
    }

    .row-map td.slot-choice:hover, .row-map td.slot-choice:focus {
        background: #FA6600 !important;
        color: #000 !important;
    }

    .row-map td.slot-choice.active {
        background: #FA6600 !important;
        color: #000 !important;
    }

    .row-map td.slot-choice.active span.label {
        font-size: 1.2em !important;
    }
}

@media (pointer: coarse) {
    .row-map td.reserved span, .row-map td:disabled span, .row-map td, .row-map th {
        font-size: 1em !important;
    }

    .row-map td.slot-choice:hover, .row-map td.slot-choice:focus {
        background: #FA6600 !important;
        color: #000 !important;
    }

    .row-map td.slot-choice.active {
        background: #FA6600 !important;
        color: #000 !important;
    }
}

.row-map td.slot-choice.active span.label, .row-map td.slot-choice:hover span.label, .row-map td.slot-choice:focus span.label {
    color: #000 !important;
}

.slot-list-group .action-step-2 {
    border: none !important;
}

.slot-list-group .list-group-item {
    border-bottom: 1px solid #707070 !important;
    margin-bottom: 0;
    min-height: 60px;
    padding-top: 0;
}

.slot-list-group .list-group-item a {
    padding-top: 20px;
}

.slot-list-group .list-group-item:hover , .slot-list-group .list-group-item.active, .slot-list-group .list-group-item:focus {
    background: #FA6600 !important;
    color: #000 !important;
}

.slot-list-group .list-group-item .label {
    color: #FA6600;
}

.slot-list-group .list-group-item:hover .label {
    background: #fff !important;
    color: #000;
}

#map {
    margin-top: 0;
}

.list-group, .list-group-item {
    background: none;
    border-radius: 0 !important;
}

.list-group-item {
    margin-bottom: 12px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

form input, form select, form label, form checkbox {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: normal !important;
}

form label.form-check-label {
    font-weight: normal;
}

.form-control,
.form-group .form-control,
.form-control[disabled],
.bootstrap-select {
    border-bottom: 1px solid #000 !important;
    outline: none !important;
    background-image: none !important;
}

.form-group.text-left.date-group {
    margin-bottom: 40px;
}

.form-group-dataprotection a {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

.select-with-transition {
    background-image: none !important;
}

.form-group.is-focused .form-control {
    border: 0 !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgba(3, 117, 134, 0.08);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FA6600), to(#FA6600)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2)) !important;
    background-image: linear-gradient(#FA6600, #FA6600), linear-gradient(#D2D2D2, #D2D2D2) !important;
}

.form-group.has-error .form-control {
    background-color: rgba(213, 0, 0, 0.08);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#D50000), to(#D50000)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2)) !important;
    background-image: linear-gradient(#D50000, #D50000), linear-gradient(#D2D2D2, #D2D2D2) !important;
    border: 0 !important;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active {
    background-color: #58585a !important;
    color: white !important;
}

.filter-control.form-control {
    color: #fff !important;
    border-bottom-color: #fff !important;
    border-bottom-width: 1px !important;
    padding: 5px;
}

.filter-control.form-control option {
    color: #000 !important;
}

.model-details {
    background: transparent;
}

.model-block {
    width: 280px;
}

.model-post {
    margin-top: 0 !important;
}

.text-#1a171b {
    color: #1a171b;
}

.text-muted {
    color: #666666 !important;
}

.lds-dual-ring:after {
    border: 5px solid #FA6600;
    border-color: #FA6600 transparent #FA6600 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

.branding-footer a {
    text-decoration: underline;
    color: white !important;
}

.container-footer {
    font-size: 0.8em;
}

.form-group label.control-label {
    font-size: 16px;
    color: #666666;
}

section.section-suzuki {
    box-shadow: 0px 0px 23px #8a8a8a;
}

.ss-style-triangles-shadow::after {
    left: 50%;
    width: 100px;
    height: 100px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    box-shadow: 13px 15px 20px 0px #e8e8e8;
}

.nav-tabs li a {
    color: #1a171b !important;
    padding: 5px;
}

.nav-tabs li.active a {
    color: #1a171b !important;
}

.nav-tabs li a:hover {
    color: #1a171b !important;
    padding: 5px;
}

.nav-tabs li.active {
    border-bottom: 3px solid #FA6600;
}

.cc-color-override-382972913 .cc-link, .cc-color-override-382972913 .cc-link:active, .cc-color-override-382972913 .cc-link:visited {
    color: rgb(214, 214, 214) !important;
}

.datepicker table td, .datepicker table td div {
    color: #1a171b;
}

.datepicker table td.disabled div {
    color: #CFD8D7;
}

.datepicker table thead {
    color: #1a171b;
}

.datepicker table th, .datepicker table thead tr {
    background: #fff !important;
    color: #000 !important;
    border: none !important;
    box-shadow: none !important;
}

.slot-selection-container .bootstrap-datetimepicker-widget thead tr:last-child th:last-child,
.slot-selection-container .bootstrap-datetimepicker-widget thead tr:last-child th:first-child {
    background: #fff !important;
    color: #000 !important;
    border: none !important;
    box-shadow: none !important;
}

.card [data-background-color="branded"] {
    background: #FA6600;
}

.label.label-primary {
    background: #FA6600;
}


.btn-info i {
    color: white !important;
}

.btn-info {
    background: #12283b !important;
}

.btn-info:hover, .btn-info:focus {
    background: #FA6600 !important;
    color: white !important;
}

.cc-btn.cc-dismiss {
    background: #FA6600 !important;
    color: white !important;
}


.cc-window {
    background: #58585a !important;
}

.form-group.has-error .form-check label {
    background-color: rgba(213, 0, 0, 0.08);
    border-bottom: 2px solid #D50000 !important;
}

.info-desc p {
    padding: 0 !important;
}

#data-protection-hd a {
    text-decoration: underline !important;
}

.hd-separator {
    width: 80px;
    height: 8px;
    background: #FA6600;
    margin-bottom: 6px;
}

.padded-content {
    padding-left: 56px;
    padding-right: 56px;
}

@media (max-width: 768px) {

    .padded-content {
        padding-left: 28px;
        padding-right: 28px;
    }
}

#terms-legal-hd, #data-protection-hd {
    padding-left: 0;
}

#terms-legal-hd p, #data-protection-hd p {
    padding-left: 0;
}

.form-check-label div.html-content-block {
    display: inline;
}

.hd-card, a.hd-card {
    border: solid 1px #fff;
    border-radius: 2px;
    padding: 24px;
    display: block;
    color: #0f0f0f;
    box-shadow: 3px 3px 10px #00000029;
}

#klaro .cm-modal {
    background: #000 !important;
    border-radius: 0 !important;
}

#klaro .cm-modal .cm-header h1.title {
    color: #fff !important;
}

#klaro .cm-modal .cm-header p, #klaro .cm-list-title {
    color: #fff !important;
}

#klaro .cm-modal a {
    color: #FA6600 !important;
}

#klaro .cm-powered-by {
    display: none;
}

.cm-btn {
    background: #FA6600 !important;
    color: #000 !important;
    border-radius: 0 !important;
}

.cm-btn-accept-all {
    text-transform: uppercase;
    font-weight: bold;
}

.cm-switch div {
    background: #FA6600 !important;
}

.cm-switch div::before {
    background: #fff !important;
}

.cm-list-input.half-checked + label .cm-switch div {
    background: #ccc !important;
}

.cm-btn-decline, .cm-btn-accept {
    background: transparent !important;
    color: #fff !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.cm-btn-decline {
    display: none;
}

.guided-tour .row-map td.slot-choice span.label {
    color: #FA6600 !important;
}

.guided-tour .row-map td.slot-choice:hover span.label, .row-map td.slot-choice.active span.label, .guided-tour .row-map td.slot-choice:focus span.label {
    color: #000 !important;
}

.btn.btn-outline-secondary {
    color: #FA6600;
    background-color: transparent;
    border: 1px solid #FA6600;
    box-shadow: none;
}

.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:focus  {
    background-color: #FA6600;
    color: black;
}

.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group {
    margin-top: 0;
}

.bike-button p.text-black {
    padding-right: 0 !important;
}