body {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    width: 100vw;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

header.navbar {
    padding: 0;
    background: #000000;
    position: relative;
}

header nav {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header nav .offcanvas {
    flex-grow: 1;
}
#logo {
    height: 58px;
    display: block;
    margin: 23px auto 29px;

}

header nav .offcanvas-body {

}

.navbar-toggler,
.offcanvas-header,
#bdNavbarLabel {
    display: none;
}

.navbar-nav {
    display: flex;
    width: auto;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.navbar-nav li {
    list-style: none;
    padding-right: 24px;
    margin-right: 24px;
    position: relative;
}
.navbar-nav li:after {
    content: "";
    height: 60%;
    background: #201d1d;
    width: 1px;
    position: absolute;
    right: 0px;
    top: 12%;
}
.navbar-nav li a {
    font-size: 15px;
    color: #fff;
    width: auto;
    padding: 0 0 4px 0;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: block;
}
.navbar-nav li.current a {
    text-decoration: underline;
}

#page {
    background: #303030;
    padding-bottom: 3em;
    color: #fff;
}

#page .banner {
    width: 100%;
    height: 300px;
    position: relative;
    margin-bottom: 90px;
}
#page .banner .banner-image {
    height: 100%;
}
#page .banner .banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-content {
    background: #000000;
    text-align: center;
    padding: 20px;
    color: #fff;
}

.banner-content h1 {
    padding: 0;
    margin: 0;
    font-size: 2.0em;
}
.banner-content p {
}

#page .container {
    max-width: 1230px;
    width: 100%;
    margin: 20px auto;
}

#page .container a {
    color: #d40000;
}
#page .container a:hover{
    color: #d40000;
}

#page .container h1,
#page .container h2,
#page .container h3,
#page .container h4,
#page .container h5 {
    line-height: normal;
    font-weight: 400;
    color: #d40000;
    margin: 0 0 20px 0;
}

#page .container h1 { font-size: 1.6em; }
#page .container h2 { font-size: 1.5em; }
#page .container h3 { font-size: 1.4em; }
#page .container h4 { font-size: 1.3em; }
#page .container h5 { font-size: 1.2em; }

.card-header,
#page .container h6 {
    font-size: 18px;
    font-weight: bold;
    margin: 2em 0 1em 0;
}
#page .container p { margin: 0 0 20px 0;}

#content {
    padding: 2em 0;
}

footer {
    padding: 2em;
    margin: 0;
    background: #000;
    color: #fff;
}

footer .container {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
}

footer ul {
    list-style: none;
}

form#Form_RegistrationForm .action,
button {
    display: inline-block;
    width: auto;
    min-width: 140px;
    height: 46px;
    line-height: 30px;
    padding: 0 20px;
    background: #d40000;
    border-radius: 6px;
    font-size: 1.5em;
    font-weight: normal;
    border: 0 none;
    color: #fff;
}

button:hover {
    background: #fff;
    color: #d40000;
}

ol.breadcrumb {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #4e4e4e;
}
ol.breadcrumb a {
    text-decoration: none;
    display: inline-block;
    margin: 0 0.5em;
}

/* ----------------- */

.select-group-size {
    width: 100%;
    max-width: 500px;
}
.select-group-size .card-body .el {
    background: #000;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 0.25em 0;
    align-content: center;
    align-items: stretch;
    width: 400px;
}
.select-group-size .card-body .el input {
    background: #000000;
    border: 0 none;
    padding: 12px;
    font-size: 1.4em;
    color: #fff;
    text-align: center;
    flex: 1 1 40px;
    width: 40px;
}
.select-group-size .card-body .el a {
    width: auto;
    font-weight: bold;
    line-height: 30px;
    background: #fff;
    color: #000 !important;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-align: center;
    padding: 0 25px;
    position: relative;
    border: none;
    border-radius: 0;
    font-size: 1.4em;
    text-decoration: none;
    display: flex;
    align-content: flex-start;
    align-items: center;
    justify-content: center;
}
#page .container .select-group-size .card-body .el a:hover {
    color: #000;
    background: #d40000;
}


.select-package {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 2em;
}

.select-package h6 {
    grid-column: 1 / -1; /* Make the first box span all columns */
}

.select-package .package  {
    background: #000;
    color: #fff;
    position: relative;
}

.select-package .package .package-body  {
    display: block;
    padding: 30px;
}
.select-package .package .package-body strong  {
    display: block;
    margin-bottom: 1.0em;
    background: #Fff;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.7em;
    padding: 12px;
}
.select-package .package .package-body p:first-of-type  {
    line-height: 160%;
    margin-bottom: 1.0em;
}
.select-package .package .package-body p:last-child {
    color: #d40000;
    font-size: 1.25em;
    text-align: center;
    font-weight: 600;
    margin-top: 1.0em !important;
}

.select-package .package input {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.select-package .package:hover .package-body strong,
.select-package .package input:checked + .package-body strong {
    background: #d40000;
    color: #000;
}
#page .container .select-package .package p {
    margin: 0;
}

#calendarCarousel {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#calendarCarousel .carousel-inner {
    width: 500px;
    display: block;
}

#calendarCarousel .carousel-inner .carousel-item {
    width: 500px;
    display: none;
}
#calendarCarousel .carousel-inner .carousel-item.active {
    display: block;
}

table.calendar {
    width: 500px;
}

table.calendar td,
table.calendar th {
    text-align: center;
}

table.calendar th {
    padding: 8px;
}
table.calendar td {
}
table.calendar td.void {

}
table.calendar td.past {
    color: #606060;
}

table.calendar td span,
table.calendar td a {
    display: block;
    padding: 12px;
    text-align: center;
    font-size: 1.25em;
}

table.calendar td a {
    background: #000;
    color: #d40000;
    text-decoration: none;
}

table.calendar td.current a,
table.calendar td a:hover {
    color: #000 !important;
    background: #d40000 !important;
}

.calendar-control {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
}

.calendar-control button {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    transform: skewX(0deg);
}
.calendar-control button:after {
    display: none;
}


.carousel-item:first-child .calendar-control [data-bs-slide="prev"] {
    opacity: 0.1;
}
.carousel-item:last-child .calendar-control [data-bs-slide="next"] {
    opacity: 0.1;
}

#page .container .calendar-control h3 {
    color: #fff;
    font-size: 24px;
    margin: 0;
    text-align: center;
}

/* ---- */

.date-and-time {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
}

.select-time-slot {
    display: flex;
    flex-direction: row;
    gap: 3px;
    margin: 88px 0 0 0;
    max-width: 500px;
    flex-wrap: wrap;
}

.select-time-slot a {
    display: flex;
    background: #000;
    color: #d40000;
    padding: 12px;
    flex: 0 0 50px;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    font-size: 1.15em;
    text-decoration: none;
}

.select-time-slot a.current,
.select-time-slot a:hover {
    color: #000 !important;
    background: #d40000 !important;
}

.select-time-slot a.no-booking,
.select-time-slot a.no-booking:hover {
    color: #666 !important;
    background: #ddd !important;
    cursor: default;
}

.confirm-date .action {
    margin-top: 1.5em;
}

.login-or-register {
    border-bottom: 2px solid #4e4e4e !important;
    width: 500px;
}

.book-summary form ul.payment {
    list-style: none;
    display: flex;
    flex-direction: row;
    width: 500px;
    padding: 0;
    margin-bottom: 25px;
}

ul.payment li,
.login-or-register > div.form-check {
    margin-bottom: 0.5em;
    padding: 0 25px !important;
    width: 450px;
    display: flex;
    flex: 1;
    position: relative;
    align-items: center;
    align-content: center;

}

ul.payment > li label,
.login-or-register > div label {
    margin-left: 1.0em;
    padding: 12px 0;
    display: block;
    flex: 1;
}

ul.payment > li input:checked + label,
.login-or-register > div input:checked + label {
    color: #d40000;
}

.login-or-register > div.form-check:hover {
    color: #d40000;
}

form #login,
form #register,
form #guest,
form#Form_RegistrationForm {
    background: #000;
    colorr: #fff;
    padding: 25px;
    width: 450px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
form#Form_RegistrationForm {
    width: 600px;
    max-width: 90%;
}

form #login .mb-3,
form #register .mb-3,
form #guest .mb-3 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
form#Form_RegistrationForm label,
form #guest .mb-3 label,
form #register .mb-3 label,
form #login .mb-3 label {
    flex: 0 0 150px;
}

form#Form_RegistrationForm input,
form #guest .mb-3 input,
form #register .mb-3 input,
form #login .mb-3 input {
    padding: 6px 12px;
    border: 1px solid #606060;
    background: #fff;
    color: #000;
    width: 380px;
    margin-right: 12px;
    border-radius: 4px;
}

form#Form_RegistrationForm fieldset {
    border: 0 none;
    padding: 0;
}

form#Form_RegistrationForm .fieldgroup-field,
form#Form_RegistrationForm .fieldgroup-field .fieldholder-small {
    display: flex;
}

form#Form_RegistrationForm label {
    width: 100px;
}

.form-error {
    background: #000000;
    color: #d40000;
    padding: 25px;
    width: 450px;
}

.form-error.text-danger {
    background: #d40000;
    color: #000;
}

table.register-driver-names {
    width: 500px;
    margin-bottom: 25px;
}

table.register-driver-names tbody {
    background: #000;
    width: 500px;
}

table.register-driver-names thead tr th {
    padding: 12px;
}

table.register-driver-names tbody tr td {
    padding: 0 0 6px 0;
    border: 0 none;
}

table.register-driver-names tbody tr:first-child td {
    padding-top: 12px;
}

table.register-driver-names tbody tr:last-child td {
    padding-bottom: 12px;
}

table.register-driver-names tbody tr td:first-child {
    text-align: center;
    vertical-align: center;
    font-size: 1.2em;
}

table.register-driver-names tbody input {
    padding: 6px 12px;
    border: 1px solid #606060;
    background: #fff;
    color: #000;
    width: 380px;
    margin-right: 12px;
    border-radius: 4px;
}


/* -- */

.book-summary ul,
.book-summary form ul {
    padding: 0;
    list-style: none;
}

.book-summary ul li,
.book-summary form ul li {
    list-style: none;
}

.book-summary ul.total {

    margin: 0;
    font-size: 1.5em;
    font-family: 'Anton', sans-serif;
    font-weight: normal;
    color: #d40000;

    background: transparent;
    width: 300px;
    max-width: 90%;
    padding: 0;
    border-radius: 10px;
}

/** -- */

article.news > div.row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

article.news > div.row .card-body {
    padding: 10px 20px 5px;
}

article.news > div.row .card-footer {
    padding: 5px 20px 20px;
}

.other-news-container .other-news a,
article.news > div.row .card-body a {
    display: block;
    font-size: 18px;
    color: #d40000 !important;
    font-weight: bold;
    margin: 0.75em 0 0.5em 0;
    text-decoration: none;
}


article.news > div.row .col > .card {
    display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    background: #000;
    border: 1px;
    border-color: #fff;
    border-style: solid;
    padding: 2px;
}

article.news > div.row .col > .card img {
    width: 100%;
    display: block;
}

.other-news-container .other-news .btn-primary,
article.news > div.row .col .card-footer .btn-primary {
    display: inline-block;
    width: auto;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    min-width: 110px;
    height: 32px;
    line-height: 30px;
    background: #000;
    color: #d40000 !important;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-align: center;
    padding: 0 15px;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    transform: skewX(-10deg);
    position: relative;
    border: none !important;
    border-radius: 0px !important;
    text-decoration: none;
}

.other-news-container .other-news .btn-primary:after,
article.news > div.row .col .card-footer .btn-primary:after {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    transform: skewX(0deg);
    position: absolute;
    right: -10px;
    top: 0px;
    height: 100%;
    width: 4px;
    content: "";
    background: #d40000;
    color: #000;
}

.other-news-container .other-news .btn-primary:hover,
article.news > div.row .col .card-footer .btn-primary:hover {
    background: #d40000 !important;
    color: #000 !important;
}

.card .pop .fa-search-plus {
    display: none;
}

.imagemodal.modal.fade {
    display: none;
    display: none;
}

.other-news-container {
    border-top: 1px solid #4e4e4e;
    margin-top: 2em;
    padding-top: 2em;
}

.other-news-container .other-news {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

table.table-times {
    width: 100%;
}

table.table-times tr.collapse {
    display: none;
}

table.table-times .d-lg-none {
    display: none;
}

table.table-times thead tr th {
    text-align: left;
    padding-bottom: 6px;
}

table.table-times tbody tr th,
table.table-times tbody tr td {
    background: #fff;
    padding: 6px;
    color: #000;
}

table.table-times tbody tr.invalid th,
table.table-times tbody tr.invalid td {
    color: #d40000;;
}

.alternating-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-left: 0;
}

.alternating-list li {
    display: block;
    background: #fff;
    color: #000;
}

.alternating-list li .header,
.alternating-list li a {
    display: grid;
    align-items: center;
    font-size: 1.3em;
    color: #000 !important;
    text-decoration: none;
    grid-template-columns: 80px calc(60% - 80px) 20% 20%;
}

.alternating-list li a {
    height: 64px;
}

.alternating-list li a:hover {
    background: #d40000;
    color: #000 !important;
}

.alternating-list li a img {
    display: block;
}

.alternating-list li .icon-info {
    text-align: center;
}

.alternating-list li .header {
    padding: 12px 20px;
    background: #000000;
    font-size: 1.0em;
    color: #fff !important;
}


.alternating-list.no-track li .header,
.alternating-list.no-track li a {
    grid-template-columns: 60% 20% 20%;
}

.alternating-list.no-track li span.title {
    padding-left: 20px;
}

.board-headline form {
    margin: 0 0 1em auto;
    width: 30%;
    display: flex;
    align-items: initial;
    justify-content: end;
}

.board-headline form input {
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #c3c3c3;
}

.board-headline form input.me-2 {
    border-radius: 6px 0 0 6px;
}

.board-headline form input.btn {
    background: #000000;
    color: #fff;
    border: 0 none;
    border-radius: 0 6px 6px 0;
}

.blog-post img {
    max-width: 100%;
    height: auto;
}


#my-bookings tr {
    vertical-align: top;
}

#my-bookings tr.new td {
    background: #f0f0f