/** FONTS **/

@font-face {
    font-family: 'trois-mille';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/livewire/trois-mille/TroisMilleMedium-22.woff') format('woff');
}

@font-face {
    font-family: 'aeonik-regular';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/livewire/aeonik/Aeonik-Regular.woff') format('woff');
}

@font-face {
    font-family: 'aeonik';
    font-style: normal;
    font-weight: bold;
    src: url('/fonts/livewire/aeonik/Aeonik-Bold.woff') format('woff');
}


@font-face {
    font-family: 'aeonik-bold';
    font-style: normal;
    font-weight: bold;
    src: url('/fonts/livewire/aeonik/Aeonik-Bold.woff') format('woff');
}

@font-face {
    font-family: 'aeonik-black';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/livewire/aeonik/Aeonik-Black.woff') format('woff');
}

@font-face {
    font-family: 'signal-mono';
    font-style: normal;
    src: url('/fonts/livewire/signal-mono/signalmonoweb-light.woff') format('woff');
}

/**
Colors:

Base Color: #1F384F
Hover: #C2550C

 */

body, p {
    font-family: 'aeonik-regular', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 2.2em;
    font-weight: 400;
}

body {
    background: #fff;
    color: #000;
}

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

h1 {
    font-size: 4em;
    font-weight: normal;
}

h1.location-header {
    font-size: 2.3em;
}

h2 {
    font-size: 1.6em;
    font-weight: normal;
}

h3 {
    font-size: 34px;
}

h4 {
    font-weight: normal;
    font-size: 1.4em;
}

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

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

.text-dark a {
    color: #000;
    text-decoration: underline;
}

.text-dark a:hover, .text-dark a:focus {
    color: #F38971 !important;
}

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

.text-light a:hover, .text-light a:focus {
    color: #F38971 !important;
}

.text-secondary {
    color: #F38971 !important;
}


.text-normal, .row-map td.text-normal, .table-slots td.text-normal {
    color: black !important;
    font-size: 1em !important;
    font-family: 'aeonik-regular', 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    text-transform: none !important;
    font-weight: normal !important;
}

.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;
    }

    h1 {
        padding-top: 12px;
        font-size: 32px;
    }

    h2, h3 {
        font-size: 28px !important;
    }
}

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

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

.info-text-small {
    font-size: 16px;
    line-height: 26px;
}

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

.mt-7 {
    margin-top: 100px !important;
}

.mb-7 {
    margin-bottom: 100px !important;
}

.mb-6 {
    margin-bottom: 60px !important;
}

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

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

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

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

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

@media (min-width: 992px) {
    .pull-md-right {
        float: right;
    }
}

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

.bg-white {
    background: white;
}

.bg-none {
    background: transparent !important;
}

.text-white {
    color: white;
}

.text-primary {
    color: #1F384F !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: 'aeonik', 'aeonik', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    border-radius: 6px !important;
}

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

.border-0, .row-map td.border-0, .table-slots td.border-0 {
    border: none !important;
}

.navbar-right.lang-picker {
    margin-right: 48px;
    padding-top: 10px;
}

@media (max-width: 992px) {
    .navbar-right.lang-picker {
        margin-right: 20px;
    }
}

#header #map {
    height: 480px;
}

@media (max-width: 992px) {
    #header #map {
        height: 320px;
    }
}

.btn-language {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    color: #999999 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    font-size: 1em;
    font-weight: 900;
    text-transform: uppercase !important;
    margin-top: 0 !important;
}


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

.btn-language:hover, .btn-language.active {
    color: #FAFAFA !important;
    border-bottom: 2px solid #F38971 !important;
}

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

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

.btn.btn-livewire {
    font-family: 'signal-mono' !important;
    font-weight: bold;
    border: 2px solid #F38971;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: left;
    display: block !important;
    position: relative;
    width: 360px;
    max-width: 100%;
    color: white !important;
    background: linear-gradient(to left, transparent 50%, #F38971 50%) right;
    background-size: 200%;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    letter-spacing: .2em;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 20px;
}

@media (max-width: 768px) {
    .btn.btn-livewire {
        letter-spacing: 0em;
    }
}

.btn.btn-livewire i.fa {
    margin-top: 2px !important;
}

.btn.btn-livewire span {
    display: block;
    position: absolute;
    right: 20px;
    top: 6px;
}

.btn.btn-livewire:hover, .btn.btn-livewire.active, .btn.btn-livewire:focus {
    background-position: left;
    color: white !important;
}

.btn.btn-language-dropdown {
    color: black;
    font-size: 2em;
    border: 3px solid black;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: -12px;
    border-radius: 16px !important;
    line-height: 1.2;
}

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

    .btn.btn-livewire {
        font-size: 18px;
    }

    .btn.btn-language-dropdown span {
        display: none;
    }
}

.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, .btn.btn-primary, a.button.button-primary.btn.btn-primary {
    background: #F38971 !important;
    color: #000 !important;
    border: none !important;
    font-size: 0.8em;
    font-family: 'signal-mono', serif !important;
    border-radius: 0 !important;
}

.btn.btn-register:hover, .btn.btn-primary:hover, .btn.btn-primary:focus, a.button.button-primary.btn.btn-primary:hover, a.button.button-primary.btn.btn-primary:focus {
    background: #000 !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: 0px 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: 0px solid black;
}

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

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

.progress-card h4 {
    font-size: 1.2em;
    margin-bottom: 0;
    margin-top: 0;
}

.progress-card .progress-section {
    font-family: 'signal-mono', serif;
    font-size: 0.7em;
    color: #999;
    text-transform: uppercase;
}

.progress-card strong {
    font-size: 0.8em;
    font-weight: 400;
    font-family: 'aeonik-regular', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    color: #000;
}

.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;
}

.slot-list-group {
    max-width: none;
}

@media (max-width: 992px) {
    .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: 16px;
        padding-right: 16px;
    }

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

.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: transparent;
    color: #000;
}

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

.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: #F38971 !important;
    box-shadow: none !important;
    color: #000 !important;
}

.selected-date strong, .slots-header strong {
    font-size: 0.9em;
}

.slots-header.time-select {
    padding-top: 8px !important;
}

.datepicker-control {
    height: 0;
}

.leaflet-popup-content-wrapper {
    font-family: 'aeonik-regular', 'Open Sans', '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: #1F384F;
    color: #fff;
}

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

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

section.separate-section {
    position: relative;
    background: #000;
    color: #fff;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 4px;
    padding-left: 24px;
    box-sizing: border-box;
}

section.separate-section h3 {
    font-size: 1.1em;
    text-transform: none;
    line-height: 1em;
    padding-top: 14px;
}


@media (max-width: 768px) {
    .headline-step-bike {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .padded-content .separate-section {
        margin-left: -13px;
        margin-right: -13px;
    }
}


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

.car-models div {
    margin-top: 0;
}


.row-map {
    background: #fff;
    background-repeat: repeat;
    overflow-x: hidden;
    overflow-y: auto;
    height: 350px;
    padding-right: 10px;
}

@media (max-width: 992px) {
    .row-map {
        height: auto;
    }
}

.row-map .table-slots {
    display: flex;
    flex-wrap: wrap;
}

.row-map div.slot-choice {
    height: 40px !important;
    opacity: 1;
    display: block;
    border-radius: 4px;
    background-color: #fff;
    padding: 4px;
    margin: 4px;
    flex: 0 0 100%;
    text-align: center;
    font-size: 14px;
    border: 1px solid #BFBFBF;
    border-bottom: 3px solid #BFBFBF;
    font-family: 'signal-mono', serif;
}

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

.row-map div.reserved {
    height: 40px !important;
    border: none !important;
    display: inline-block;
    border-radius: 4px;
    background-color: #666;
    padding: 4px;
    padding-top: 9px;
    margin: 4px;
    flex: 0 0 100%;
    text-align: center;
    font-size: 14px;
    font-family: 'signal-mono', serif !important;
}

.row-map div.slot-choice:hover, .row-map div.slot-choice.active, .row-map div.slot-choice:focus {
    cursor: pointer;
    border: 1px solid #515151;
    color: #000 !important;
    box-shadow: none;
    font-size: 14px !important;
}

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

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

.row-map div.slot-choice.active span.label {
    color: #fafafa !important;
}

.slot-desc {
    font-family: 'signal-mono', serif;
    font-size: 0.8em;
    line-height: 1.1em;
}


#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, .lw-help-block {
    font-family: 'aeonik-regular', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: normal !important;
}

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

.bootstrap-select.btn-group .dropdown {
    border: 1px solid black;
    border-radius: 0;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    font-size: 1em;
    line-height: 1.1em;
    font-family: 'signal-mono', serif;
    color: #000;
}

.bootstrap-select.btn-group .dropdown-menu li a:focus, .bootstrap-select.btn-group .dropdown-menu li a:hover {
    box-shadow: none;
    background-color: #F38971 !important;
    border-radius: 0;
}

.country-code-input {
    margin-top: -2px;
}

.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: 1px solid #F38971 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    background-image: none !important;
}

.form-group.has-error .form-control {

    border: 1px solid #D50000 !important;
    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;
}

.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-block div, .bike-info {
    font-family: 'aeonik-bold', serif;
    font-size: 1em;+
}

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

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

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

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

img.brand-logo {
    height: 32px;
    margin-left: 48px;
}

@media (max-width: 992px) {
    img.brand-logo {
        margin-left: 20px;
    }
}

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

.container-footer {
    font-size: 0.8em;
    font-family: 'aeonik-regular', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.form-group label.control-label, .form-group label, .form-group .checkbox label, .lw-help-block, .form-group .form-check-label, .control-label {
    font-size: 0.8em;
    color: #000 !important;
    font-family: 'signal-mono', serif;
    line-height: 1.1em;
}

.lw-help-block {
    display: block;
}

.checkbox .checkbox-material {
    top: 0 !important;
}

.checkbox .checkbox-material .check {
    border: 1px solid #000;
    border-radius: 0;
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check {
    background: #fff;
    border-color: #F38971;
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
    color: #F38971;
}

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 #1F384F;
}

.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: #1F384F;
}

.label.label-primary {
    background: #1F384F;
}


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

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

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

.cc-btn.cc-dismiss {
    background: #1F384F !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: #F38971;
    margin-bottom: 6px;
}

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

.livewire-card, a.livewire-card {
    background-color: #F1F1F1;
    border: none;
    border-radius: 0;
    padding: 24px;
    display: block;
    color: #737373;
    box-shadow: none;

    font-family: 'aeonik', sans-serif;
}

.livewire-card h4, a.livewire-card h4{
    color: #000;
    font-weight: 900;
    text-transform: none;
}

a.livewire-card:hover, a.livewire-card:focus {
    background: #000;
    color: #FAFAFA;
}

a.livewire-card:hover h4, a.livewire-card:focus h4 {
    color: #FAFAFA;
}

.progress-card {
    padding: 16px;
}

.event-card-info {
    font-size: 18px;
}

.event-card-location, .event-card-location a {
    color: #737373;
    font-size: 16px;
    font-family: 'signal-mono', serif !important;
    line-height: 1em;
}

.event-card-location a {
    text-decoration: underline;
    text-transform: uppercase;
}

a.specs-link, a.specs-link:visited{
    text-decoration: underline;
    color: #000;
    font-size: 0.8em;
}

a.specs-link:hover, a.specs-link:focus {
    color: #F38971;
}

.page-subtitle {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'signal-mono', serif;
}

@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;
}

.terms, .terms p {
    font-family: 'signal-mono', serif;
    font-size: 0.8em;
    line-height: 1.1em;
    color: #000;
}

.terms a {
    font-family: 'signal-mono', serif;
    color: black;
}

sup {
    top: -0.6em;
}
sub, sup {
    font-size: 60%;
}

div#accept-terms-legal a {
    font-family: 'aeonik-regular' !important;
}

.footer-social {
    text-align: left;
    font-size: 14px;
    color: white;
    letter-spacing: 2.8px;
    line-height: 17px;
}

@media (max-width: 992px) {
    .footer-social {
        text-align: left;
    }
}

.footer-social a, .footer-social a:visited {
    font-family: 'signal-mono', serif !important;
    color: white;
    text-decoration: none;
    transition: opacity .15s ease;
    opacity: 0.6;
}

.container-footer a, .container-footer a:visited, .container-footer p.footer-text {
    font-family: 'aeonik-regular' !important;
    font-size: 0.9em;
}

.container-footer p.footer-text {
    font-size: 0.7em;
}

.button-dir-livewire {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    padding-left: 15px;
    opacity: 0.6;
}

.caret {
    border-top: 12px dashed;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}

.btn .caret {
    margin-top: -7px;
    margin-left: -24px;
}

.btn.btn-language-dropdown:hover, .btn.btn-language-dropdown.active, .btn.btn-language-dropdown:focus {
    border: 3px solid #1F384F;
}

.caret, .bootstrap-tagsinput .tag, .bootstrap-tagsinput [data-role=remove] {
    transition: none;
}

.desc-summary, .desc-summary a {
    font-family: 'signal-mono', serif !important;
    color: #212121;
}

.desc-summary .button-dir-livewire {
    color: #212121;
}

.model-info {
    font-size: 0.9em;
}

.slot-choice .label {
    font-size: inherit !important;
}



@media screen and (max-width: 992px) {
    .mb-7 {
        margin-bottom: 40px !important;
    }
    
    .slot-selection-container {
        margin-top: 60px;
    }
}

#klaro .cm-modal {
    background: #1F384F !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: #F38971 !important;
    font-family: 'aeonik' !important;
}

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

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

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

.cm-switch div {
    background: #F38971 !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;
}

.cm-btn-accept-all {
    font-family: 'signal-mono', serif !important;
    font-weight: bold;
    border: 2px solid #F38971 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: block !important;
    position: relative;
    width: 360px;
    max-width: 100%;
    color: white !important;
    letter-spacing: .2em;
    font-size: 18px;
    text-transform: uppercase;
}

.quickdrive .btn-language-dropdown, .quickdrive .btn-language-dropdown:hover, .quickdrive .btn-language-dropdown.active, .quickdrive .btn-language-dropdown:focus {
    color: #1F384F !important;
    border-color: #1F384F !important;
}


.btn.btn-livewire.text-primary, .btn.btn-livewire.text-primary:hover, .btn.btn-livewire.text-primary:focus {
    color: #000 !important;
    display: inline-block !important;
    padding-right: 20px;
    width: auto !important;
    text-transform: uppercase !important;
}

a.text-primary, a.text-primary:hover, a.text-primary:focus {
    color: #1F384F !important;
}

.leaflet-popup-content {
    min-width: 360px;
}

.text-sm {
    font-size: 0.8em;
    line-height: 1.1em;
    font-family: 'signal-mono', serif;
}

.text-xs {
    font-size: 0.7em;
    line-height: 1em;
    font-family: 'signal-mono', serif;
}

.footer-list {
    list-style-type: none;
}

.footer-list li {
    display: inline-block;
    min-width: 180px;
}

@media (max-width: 992px) {
    .footer-list li {
        display: inline-block;
        min-width: 240px;
    }
}

.footer-list a, .footer-list a:visited {
    font-family: 'signal-mono', serif !important;
    color: white;
    text-decoration: none;
    transition: opacity .15s ease;
    opacity: 0.6;
    text-transform: uppercase;
    font-size: 0.8em;
}

/* Specs popup */

.modal.animate-bottom {
    bottom: 0;
}

.modal.animate-bottom .modal-header{
    text-align: right;
}

.animate-bottom .modal-content {
    position: relative;
    bottom: 0;
    border-radius: 0;
}

.animate-bottom .modal-content .modal-body {
    max-height: 70vh;
    overflow-y: auto;
}

.animate-bottom .modal-dialog {
    width: 100% !important;
    bottom: 0;
    position: absolute;
    animation: animatebottom 0.6s;
    margin: 0 !important;
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.info-modal h4{
    margin-top: 40px;
    font-size: 1.2em;
    margin-bottom: 0;
    font-family: 'aeonik-bold', sans-serif;
    color: #999;
    text-align: center;
    margin-top: 0;
}

.model-info dt {
    font-family: 'aeonik-bold', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.model-info dd {
    color: #515151;
    font-family: 'signal-mono', serif !important;
    font-size: 16px;
}

@media (max-width: 768px) {
    .info-modal h4 {
        text-align: left;
    }
}

body.modal-open {
    touch-action: none;
    overscroll-behavior: none;
    overflow: auto;
    padding-right: 0px !important;
}


/* Flow scrolling behavior */
.bootstrap-datetimepicker-widget {
    z-index: 86 !important;
}

.fixed-top .navbar.fixed {
    position: fixed;
    width: 100%;
    height: 72px;
    top: 0;
    z-index: 99;
}

.fixed-top #location {
    position: fixed;
    width: 100%;
    height: 204px;
    overflow-y: hidden;
    z-index: 99;
    top: 72px;
}

.fixed-top #location .container {
    overflow: hidden;
}

.fixed-top h1.location-header {
    max-height: 100px;
    overflow-y: hidden;
    font-size: 2.2em;
}

.fixed-top h1.location-header h1 {
    font-size: 1em !important;
    padding: 0 !important;
    margin: 0 !important;
}

h1.landing-header h1 {
    font-size: 1em !important;
}

@media (max-width: 1200px) {
    h1, .fixed-top h1.location-header, .fixed-top h1.location-header h1 {
        font-size: 1.4em !important;
    }
}

@media (max-width: 768px) {

    h1.location-header, .fixed-top h1.location-header h1 {
        font-size: 1.2em !important;
    }

    h1, .fixed-top h1.location-header, .fixed-top h1.location-header h1 {
        padding-top: 0;
        font-size: 1em !important;
    }

    .fixed-top h1.location-header {
        max-height: 26px;
    }

    .fixed-top #location {
        margin-left: 0;
        height: 216px;
    }

    .fixed-top #location .container {
        padding-left: 13px !important;
    }

    .back-link {
        padding-top: 0 !important;
        text-align: right;
    }

    .back-link a {
        font-size: 0.7em;
        line-height: 0.7em;
    }

    .progress-card {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .progress-card div, .progress-card span, .progress-card strong {
        line-height: 0.8em;
    }

    .progress-card span, .progress-card strong {
        font-size: 0.7em;
    }

    .progress-card h4 {
        font-size: 0.8em;
    }

    .event-card-location {
        font-size: 0.7em;
        line-height: 0.7em;
    }
}

.fixed-top .wrapper-container {
    margin-top: 280px;
}

/* check in */
.check-in .card-header {
    background: #000;
    padding-bottom: 16px;
}

.check-in .card-header h4 {
    color: #fff;
}