/* --------------------------------------------------------
Style Sheet for Cycle Center

Author: Rob Hiensch & Thijs Bour
Email: rob@mediatastisch.studio, thijs@mediatastisch.studio
Website: http://www.mediatastisch.nl
----------------------------------------------------------*/

html, body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-family: nunito-sans, sans-serif;
    font-size: 16px;
}

header {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    overflow: hidden;
    margin-top: 80px;
}

header.home {
    width: 100%;
    background-size: cover;
    min-height: 935px;
    height: auto;
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 100px;
    justify-content: center;
    max-height: 100%;
}

header.home > .header__menu {
    position: absolute !important;
    top: 0;
}

.header__content__box {
    z-index: 1200;
}

header.contact {
    overflow: visible;
}

header.home:before {
    background: url("../images/homepage/headers/background-0.png");
    animation: fade-slide-down 2s .5s cubic-bezier(0, 0.5, 0, 1) forwards;
    background-size: cover;
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

@keyframes fade-slide-down {
    0% {
        opacity: 0;
        transform: translateY(-4rem);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

header.header__content > .header__menu {
    background: white;
    border-bottom: 1px solid #f0f0f0;
}

header.content-clear > .header__menu {
    background: #202020;
}

header.content-clear .header__menu__list__item__link {
    color: #ffffff !important;
}

header.events {
    background: url("../images/headers/rental.jpg");
    width: 100%;
    height: 100%;
    background-size: cover;
    min-height: 650px;
}

.image-container {
    padding: 50px 0;
}

header.events {
    width: 100%;
    height: 100%;
    min-height: 650px;
}

.header__contact__map {
    width: 100%;
    height: 460px;
}

.header__menu {
    top: 0;
    display: none;
    width: 100%;
    margin: 0;
    height: 108px;
    position: fixed;
    z-index: 999;
    background: white;
    padding-left: 200px;
    padding-right: 360px;
    border-bottom: 1px solid #dadada;
}

.covid-19 {
    padding: 15px 0 5px 0;
    font-size: 16px;
    position: fixed;
    z-index: 1001;
    background: #f5e79e;
    width: 100%;
    height: auto;
    top: 0;
    text-align: center;
}

.header__menu__logo {
    position: relative;
    margin: 0;
    padding: 0;
    left: 30px;
    display: block;
    margin-left: -200px;
}

.header__menu__logo__img {
    width: auto;
    height: auto;
    top: 10px;
    position: absolute;
}

.header__menu-container {
    position: absolute;
    padding: 0;
    margin: 0;
    right: 20px;
    display: inline-block;
    font-family: nunito-sans, sans-serif;
    font-size: 15px;
    text-transform: none;
}

.header__menu__list {
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
    line-height: 105px;
    display: inline-block;
}

.header__menu__language {
    float: right;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white;
    list-style: none;
    padding: 20px 40px 20px 13px;
    border: none !important;;
}

.header__menu__language li {
    background: url('../images/icons/nl.png') no-repeat;
    padding-left: 0;
}

.header__menu__list__item {
    display: inline-block;
    margin: 0 20px;
}

.header__menu__list__item__link {
    margin: 0;
    position: relative;
    text-decoration: none;
    color: #202020;
    font-weight: 900;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

.header__menu__list__item__link:hover,
.header__menu__list__item__link:focus,
.header__menu__list__item__link:active,
.header__menu__list__item__link.active {
    text-decoration: none;
    position: relative;
    color: #202020;
    border-bottom: 2px solid #202020;
    padding-bottom: 5px;
}

.header__menu__list__item__more {
    margin: 0 20px;
}

.header__menu__list__item__more__list {
    display: none;
    position: absolute;
    min-width: 130px;
    background: white;
    height: auto;
    line-height: 30px;
    padding: 0 20px;
    opacity: 0;
    z-index: 103;
    transition: all 1s;
}

.header__menu__list__item__more__list.header__menu__list__item__more__list--active {
    display: block;
    opacity: 1;
}

header.content-clear .header__menu__list__item__more__list {
    background: #202020;
    color: #ffffff;;
}

header.content-clear .header__menu__list__item__more__list .header__menu__list__item__link:active,
header.content-clear .header__menu__list__item__more__list .header__menu__list__item__link.active,
header.content-clear .header__menu__list__item__more__list .header__menu__list__item__link:focus,
header.content-clear .header__menu__list__item__more__list .header__menu__list__item__link:hover {
    border-bottom: 2px solid #ffffff !important;
}

.header__menu__list__item__more__list > .header__menu__list__item {
    margin: 10px 0;
    padding: 0;
    width: 100%;
    text-align: left;
    line-height: 30px;
    display: block;
}

.header__menu__list__item__more__list > .header__menu__list__item__link,
.header__menu__list__item__more__list > .header__menu__list__item__link:link,
.header__menu__list__item__more__list > .header__menu__list__item__link:visited {
}

.header__menu__list__item__more__list > .header__menu__list__item__link:active,
.header__menu__list__item__more__list > .header__menu__list__item__link.active,
.header__menu__list__item__more__list > .header__menu__list__item__link:focus,
.header__menu__list__item__more__list > .header__menu__list__item__link:hover {

}

.header__menu__list__item__more--hidden {
    display: none;
}

.header__menu__button-rent {
    font-weight: 900;
    text-transform: none;
}

.header__content__box {
    top: 0;
    bottom: 0;
    left: 10%;
    height: 210px;
    position: absolute;
    width: 720px;
    margin: auto;
    overflow: hidden;
}

.header__title {
    font-size: 60px;
    color: #ffffff;
    text-shadow: 2px 0 2px #000000;
    font-weight: 900;
    position: absolute;

}

.header__subtitle {
    position: absolute;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    top: 80px;
    word-spacing: 2px;
    line-height: 37px;
    text-shadow: 2px 0 2px #000000;
}

.header__reservation {
    background: rgba(244, 71, 71, 0.9);
    padding: 40px 40px 40px 60px;
    width: 720px;
    min-height: 400px;
    height: 400px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 50px;
    margin: auto;
    z-index: 101;
}

.header__reservation form {
    overflow: visible;
}

.header__reservation__title {
    font-weight: 900;
    font-size: 45px;
    color: #ffffff;
}

.header__reservation__sub-title {
    font-weight: 900;
    font-size: 17px;
    color: #ffffff;
}

.reservation__tooltip {
    line-height: 60px;
}

.header__information {
    background: #202020;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    position: relative;
    width: 100%;
    z-index: 99;
}

.header__information__status,
.header__information__status:active,
.header__information__status:hover,
.header__information__status:focus,
.header__information__status:visited {
    text-decoration: underline;
    color: #ffffff;
    position: relative;
    margin-left: 20px;
}

.header__information__status--open:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #47f4b1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    left: -15px;
    top: 3px;
    display: inline-block;
}

.header__information__status--closed:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #f44747;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    left: -15px;
    top: 3px;
    display: inline-block;
}

.header__information__phone,
.header__information__phone:active,
.header__information__phone:hover,
.header__information__phone:focus,
.header__information__phone:visited {
    margin-left: 20px;
    text-decoration: none;
    color: #ffffff;
}

.header__information__phone:before {
    content: "\f095";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: relative;
    display: inline-block;
    left: -10px;
    top: 0px;
}

.header__information__phone:hover:before {
    text-decoration: none;
}

.header__information__mail:before {
    content: "\f003";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: relative;
    display: inline-block;
    left: -10px;
    top: 0px;
}

.header__information__mail:hover:before {
    text-decoration: none;
}

.header__information__mail,
.header__information__mail:active,
.header__information__mail:hover,
.header__information__mail:focus,
.header__information__mail:visited {
    color: #ffffff;
    text-decoration: none;
    margin-left: 20px;

}

.contact__openinghours__select {
    width: 80%;
}

.contact__openinghours__select select {
    width: 100% !important;
    max-width: 100% !important;
}

.header__reservation__group {
    display: inline-block;
    margin: 0 0 0 0;
}

.header__reservation__label {
    display: block;
    color: #ffffff;
    font-size: 17px;
}

.header__reservation__group .header__reservation__label {
    font-weight: normal;
    font-size: 16px;
}

.header__reservation__input {
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    -moz-box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    border: 0;
    outline: 0;
    padding: 20px 10px;
    min-width: 100px;
    width: 100%;
}

.header__reservation__select {
    padding-right: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select__wrapper {
    position: relative;
}

.language__image {
    margin-left: 20px;
    margin-top: 17px;
}

.header__menu .select__wrapper {
    float: right;
    margin-left: 20px;
    border: 1px solid #dadada;;
    margin-top: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    -moz-box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
}

header.content-clear .header__menu .select__wrapper select {
    background: #202020;
    color: white;
}

.select__wrapper:before {
    content: '\f078';
    font-family: FontAwesome;
    color: darkgrey;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 18px;
    pointer-events: none;
}

.header__reservation__input--inline {
    display: inline;
}

.header__reservation__checkbox {
    display: none;
}

.header__reservation__checkbox__label {
    background-color: #f44747;
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 2px dashed #ffffff;
    position: relative;
    margin-right: 20px;
    outline: none;
}

.header__reservation__checkbox__label svg {
    fill: white;
}

.header__reservation__checkbox__label__img {
    position: absolute;
    width: 32px;
    height: 47px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header__reservation__button,
.header__reservation__button:hover,
.header__reservation__button:active,
.header__reservation__button:focus,
.header__reservation__button:visited {
    margin-left: 20px;
    font-weight: bold;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #5a77f4;
    -webkit-box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    -moz-box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    padding: 20px 20px;
    color: #ffffff;
    text-decoration: none;
}

.header__reservation__checkbox:checked + .header__reservation__checkbox__label {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #5a77f4;
    -webkit-box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    -moz-box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    border: 0;
}

/* Content */

main {
    margin: 0;
    padding: 0;
}

section.homepage__information {
    background-image: url("../images/information_background.png");
    background-repeat: no-repeat;
    background-position: 50% calc(50% - 110px);
    width: 100%;
    height: 100%;
    padding: 90px 0;

}

.homepage__information__row {
    margin: 150px 0;
}

.homepage__information__image {
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}

.homepage__information__title {
    position: relative;
    display: block;
    font-size: 45px;
    color: #292929;
    font-weight: 900;
}

.homepage__information__title--right {
    text-align: right;
}

.homepage__information__subtitle {
    position: relative;
    display: block;
    font-size: 24px;
    color: #292929;
    font-weight: 900;
}

.homepage__information__paragraph {
    position: relative;
    display: block;
    font-size: 16px;
    color: #292929;
    font-weight: 600;
}

.homepage__information__paragraph--right {
    text-align: right;
}

.homepage__information__button {
    position: relative;
    display: inline-block;
    top: 20px;
    font-weight: 900;
    font-size: 17px;
}

.homepage__information__button--right {
    right: 15px;
    top: auto;
    position: absolute;
    bottom: -80px;
}

section.bike__selection {
    margin-top: 10px;

}

.bike__selection__title {
    text-align: center;
    font-weight: 900;
    font-size: 45px;
    margin: 20px 0 40px 0;
}

.bike__selection__container {
    display: block;
    position: relative;
    text-align: center;
}

.bike__selection__container__row {
    display: initial;
    margin: 0;
    padding: 0;
}

.bike {
    width: 223px;
    height: 400px;
    display: inline-block;
    position: relative;
    margin: 0 0 0 3px;
    padding: 0;
}

.bike__link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.bike__image-container {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.bike__link:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=0);
}

.bike__name {
    position: absolute;
    top: 20px;
    left: 40px;
    font-weight: 900;
    font-size: 17px;
    z-index: 20;
    color: #ffffff;
}

.bike__image {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
    max-width: 100%;
}

.bike:hover .bike__image {
    -webkit-transform: scale(1.1); /* Safari and Chrome */
    -moz-transform: scale(1.1); /* Firefox */
    -ms-transform: scale(1.1); /* IE 9 */
    -o-transform: scale(1.1); /* Opera */
    transform: scale(1.1);
}

.shop__title {
    margin-bottom: 20px !important;
}

.product__link {
    color: #0f0f0f !important;
    text-decoration: none !important;
}

.product__image__used {
    background-color: #5a77f4;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: white;
    padding: 5px 15px;
    top: 10px;
    right: 10px;
    position: absolute;
    z-index: 10;
}

.order__row {
    border: 5px dashed #c4c4c4;
    padding: 20px;
    font-size: 1.4em;
    margin: 20px 0 50px;
}

.order__row__image {
    margin: 0 !important;
    width: 80px !important;
}

.product__info {
    background-color: #f44747;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: white;
    padding: 5px 25px;
    top: 10px;
    right: 10px;
    z-index: 100;
    margin: 20px 20px 20px 0;
}

.product__order {
    margin-top: 20px;
    margin-bottom: 100px;
}

.order__complete {
    padding-bottom: 100px;
}

.product__checkbox {
    border: 1px solid #b3b3b3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px !important;
}

.product__checkbox input[type=radio] {
    margin-right: 20px !important;
}

.product__checkbox:active,
.product__checkbox.active,
.product__checkbox:hover {
    background: #f5f7ff;
}

.product__checkbox > label {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
}

.product__checkbox > label.selected {
    background: #5a77f4;
    color: #fff;
}

.btn__back {
    text-decoration: none !important;
    padding: 5px 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn__back > i {
    padding-right: 20px;
}

.product__price {
    background: #0f0f0f;
    color: white;
    position: absolute;
    bottom: 0;
    z-index: 10;
    right: 0;
    padding: 5px 15px;
}

.product__description {
    padding: 30px 0;
}

.product__title {
    margin-top: 30px !important;
    margin-bottom: 25px;
}

.product__image__new {
    background-color: #f44747;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: white;
    padding: 5px 15px;
    top: 10px;
    right: 10px;
    position: absolute;
    z-index: 10;
}

.product {
    margin-bottom: 50px;
    position: relative;
    display: block;
    min-height: 380px;
}

.product__image {
    position: relative;
    display: block;
    width: 100%;
    height: 375px;
    overflow: hidden;
}

.bicycle__description {
    height: 125px;
}

.product__image__container {
    width: 100%;
    height: 425px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    max-width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    background-position: top left;
    background-size: cover;
}

.product:hover .product__image__container {
    -webkit-transform: scale(1.1); /* Safari and Chrome */
    -moz-transform: scale(1.1); /* Firefox */
    -ms-transform: scale(1.1); /* IE 9 */
    -o-transform: scale(1.1); /* Opera */
    transform: scale(1.1);
}

.reviews__title {
    text-align: center;
    font-weight: 900;
    font-size: 45px;
}

.reviews__link,
.reviews__link:visited,
.reviews__link:focus {
    text-align: center;
    text-decoration: none;
    color: #5a77f4;
    font-size: 17px;
    font-weight: 900;
    display: block;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.reviews__link:hover {
    color: #a2b1eb;
    text-decoration: none;
}

.reviews {
    margin: 50px 0;
}

.reviews__container {
    margin: 50px 0;
}

.review {
    margin-bottom: 20px;
    border: 2px solid #f0f0f0;
    width: 100%;
    padding: 50px;
    position: relative;
    height: auto;
    display: inline-block;
}

.review__customer__name {
    font-size: 17px;
    font-weight: 900;
    top: 0;
    left: 0;
    position: relative;
    display: inline-block;
}

.review__customer__rating {
    position: absolute;
    right: 50px;
    top: 40px;
    display: inline-block;
}

.review__content {
    margin: 20px 0 0 0;
    font-weight: 400;
    min-height: 52px;
    height: auto;
    line-height: 26px;
}

.contact__openinghours__h3 {
    font-weight: 900;
    font-size: 17px;
}

.contact__openinghours__address {
    margin-top: 20px;
}

.contact__openinghours__table {
    border: 1px solid #f0f0f0;
}

.contact__openinghours__table__periods {
    background: #f5f7ff;
    height: auto;
}

.contact__openinghours__table__periods:after {
    content: '';
    display: block;
    clear: both;
}

.contact__openinghours__table__periods__item,
.contact__openinghours__table__periods__item:link,
.contact__openinghours__table__periods__item:visited {
    background: #f5f7ff;
    color: #202020;
    padding: 30px 5px;
    text-align: center;
    border-right: 1px solid #f0f0f0;
    float: left;
    font-weight: 900;
    font-size: 17px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    cursor: pointer;
}

.contact__openinghours__table__periods__item:active,
.contact__openinghours__table__periods__item.active,
.contact__openinghours__table__periods__item:focus,
.contact__openinghours__table__periods__item:hover {
    text-decoration: none;
    cursor: pointer;
    background-color: #5a77f4;
    border-right: 1px solid #5a77f4;
    -webkit-box-shadow: inset 0 0 10px rgba(35, 31, 32, .35);
    -moz-box-shadow: inset 0 0 10px rgba(35, 31, 32, .35);
    box-shadow: inset 0 0 10px rgba(35, 31, 32, .35);
    color: white;
    display: inline-block;
}

.contact__openinghours__table__periods__item:last-child:after {
    content: '';
    display: block;
    clear: both;
}

.contact__openinghours__table__periods__times__item {
    display: block;
    border: 1px solid #f0f0f0;
    padding: 15px 35px;
}

.contact__openinghours__table__periods__times__item.active {
    font-weight: bold;
}

.contact__openinghours__table__periods__times__item:nth-child(even) {
    background: #f5f7ff;
}

.contact__openinghours__table__periods__item {
}

.contact__openinghours__table__times {

}

footer {
    position: relative;
    background: #5472f0;
}

.covid-19-mobile {
    bottom: 0 !important;
    position: fixed;
    height: 71px;
    top: auto;
}

.footer__mediatastisch {
    position: absolute;
    bottom: 20px;
    color: #263ea3;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    left: 0;
    right: 0;
    margin: auto;
    width: 270px;
}

.footer__heart {
    color: white;
    margin-left: 10px;
    margin-right: 10px;
}

.footer__mediatastisch__link,
.footer__mediatastisch__link:visited,
.footer__mediatastisch__link:active,
.footer__mediatastisch__link:focus {
    color: #263ea3;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.footer__mediatastisch__link:hover {
    text-decoration: none;
    color: #ffffff;
}

section.footer__contact {
    background: #f5f7ff;
    padding: 100px 0;
    border-top: 1px solid #eaeaea;
}

.footer__title {
    color: #292929;
    font-size: 45px;
    font-weight: 900;
    margin: 0;
    position: relative;
    display: block;
}

.footer__contact__link {
    color: #5a77f4;
    font-weight: 900;
    font-size: 17px;
    padding: 20px 0 0 0;
    margin: 0;
    display: block;
    position: relative;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.footer__contact__link:hover {
    color: #a2b1eb;
    text-decoration: none;
}

.footer__contact__information {
    font-weight: 400;
    font-size: 16px;
    color: #292929;
    line-height: 24px;
}

section.footer__information {
    background: #5472f0;
    padding: 125px;
    position: relative;
    display: block;
}

.footer__logo {

}

.footer__list {
    list-style: none;
    margin: 0;
    padding: 0;

}

.footer__item {
    font-weight: 900;
    font-size: 16px;

}

.footer__item--header {
    color: #ffffff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.footer__link,
.footer__link:visited,
.footer__link:focus {
    text-decoration: none;
    color: #a2b1eb;
    margin: 25px 0;
    padding: 0;
    display: block;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;

}

.footer__link:hover {
    text-decoration: none;
    color: #ffffff;
}

.footer__social {
    position: relative;
    display: block;
    top: 20px;
}

.footer__social__followus {
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
    display: block;
    line-height: 40px;
}

.footer__social__icons {
    position: relative;
    display: block;
    top: 10px;
}

.footer__social__icon,
.footer__social__icon:active,
.footer__social__icon:focus,
.footer__social__icon:visited {
    width: 64px;
    height: 64px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background-color: #4158b9;
    -webkit-box-shadow: 0 1px 2px rgba(35, 31, 32, .58);
    -moz-box-shadow: 0 1px 2px rgba(35, 31, 32, .58);
    box-shadow: 0 1px 2px rgba(35, 31, 32, .58);
    display: inline-block;
    margin: 0 10px;
    padding: 13px 0px;
    text-align: center;
    text-decoration: none;
    font-size: 31px;
    color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.footer__social__icon:hover {
    background: #2d44a5;
    -webkit-box-shadow: 0 1px 2px rgba(35, 31, 32, .28);
    -moz-box-shadow: 0 1px 2px rgba(35, 31, 32, .28);
    box-shadow: 0 1px 2px rgba(35, 31, 32, .28);
}

section.reservation {
    margin: 100px 0;
    display: block;
    position: relative;
}

h1.reservation__title {
    font-size: 2.8125rem;
    font-weight: 900;
    margin: 1rem 0;
    padding: 0;
}
.reservation h2.reservation__title {
    font-size: 2.6rem;
    font-weight: 900;
    margin: 2rem 0;
    padding: 0;
}

.reservation__subtitle {
    font-size: 17px;
    font-weight: 900;
    margin: 20px 0 30px 0;
}

.reservation__label {
    font-size: 15px;
    font-weight: 400;
    margin: 20px 0 0 5px;

}

.reservation__input__label {
    color: #d1d1d1;
}

.reservation__add-bicycle,
.reservation__add-bicycle:active,
.reservation__add-bicycle:visited,
.reservation__add-bicycle:focus,
.reservation__add-package,
.reservation__add-package:active,
.reservation__add-package:visited,
.reservation__add-package:focus {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    -moz-box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    display: block;
    position: relative;
    width: 100%;
    padding: 15px 15px;
    margin: 10px 0;
    outline: 0;
    border-top: 1px solid #f0f0f0;
    font-weight: 400;
    color: #202020;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.reservation__add-package:hover,
.reservation__add-bicycle:hover {
    text-decoration: none;
}

.reservation__input__dates {
    width: 80% !important;
    display: inline-block !important;
    margin: 10px -4px 10px 0 !important;
}

.reservation__input__dates:nth-child(4n) {
    margin: 10px 20px 10px 20px !important;
}

.date__input__container {
    position: relative;
}

.date__input__container:after {
    content: '\f178';
    font-family: FontAwesome;
    position: absolute;
    display: block;
    right: 15px;
    top: 30px;
    color: #d1d1d1;
}

.datepicker-dropdown {
    margin-top: 85px
}

.reservation__add-bicycle__icon {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: transparent;
    border: 2px dashed #f44747;
    display: inline-block;
    margin-right: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.reservation__add-package:hover .reservation__add-bicycle__icon,
.reservation__add-bicycle:hover .reservation__add-bicycle__icon {
    border: 2px dashed #5a77f4;
}

.reservation__svg {
    color: #f44747;
    fill: #f44747;
    margin: auto;
    width: 48px;
    height: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.reservation__svg--bike {
    width: 100%;
    height: 75%;
    top: 16px;
}

.reservation__svg--mountain {
    width: 100%;
    height: 100%;
    top: 16px;
}

.reservation__add-package:hover .reservation__svg,
.reservation__add-bicycle:hover .reservation__svg {
    color: #5a77f4;
    fill: #5a77f4;
}

.reservation__add__title {
    top: 55px;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 140px;

}

.reservation__supplementlist {
    position: relative;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #ffffff;
    border: 2px solid #ededed;
    padding: 30px 40px;
    width: 100%;
}

.reservation__bicycle-cart {
    line-height: 60px;
    font-size: 17px;
}

.reservation__bicycle-cart__count {
    width: 120px !important;
    min-width: auto !important;
}

.reservation__bicycle-cart__row {
    margin: 10px 0;
}

.reservation__bicycle-cart__name {
    padding-left: 30px;
}

.reservation__bicycle-cart__name__span {
    font-weight: 900;
    line-height: 80px;
    font-size: 17px;
}

.reservation__bicycle-cart__delete {
    float: right;
}

.reservation__supplement__row {
    margin: 20px -15px;
    display: block;
}

.reservation__supplement__item {
    display: block;
    position: relative;
}

.reservation__supplement__item__name {
    display: inline-block;
    font-weight: 900;
    font-size: 16px;
}

.reservation__supplement__item__price {
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
}

.reservation__supplement__item__price--hasnewprice {
    text-decoration: line-through;
}

.reservation__supplement__item__price__action {
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
}

.reservation__supplement__item__price__discount {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    -webkit-border-radius: 10px 11px 11px 10px/10px 10px 11px 11px;
    -moz-border-radius: 10px 11px 11px 10px/10px 10px 11px 11px;
    border-radius: 10px 11px 11px 10px/10px 10px 11px 11px;
    background-color: #f44747;
    height: 21px;
    line-height: 21px;
    padding-left: 5px;
    padding-right: 5px;
    color: #ffffff;
    margin-left: 20px;
}

.reservation__supplement__item__price__discount:empty {
    display: none;
}

.reservation__supplement__item__description {
    display: block;
    font-weight: 400;
    font-size: 15px;
    margin: 0;

}

/* Reservation information */
.reservation__information {
    border: 2px dashed #f44747;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 66.66666667%;
    margin-left: 8.33333333%;
    position: static;
    z-index: 9;
    background: #ffffff;
}

.reservation__information__title {
    font-size: 17px;
    font-weight: 900;
    color: #202020;
    padding: 20px 20px;
}

.reservation__information__steps {
    text-align: center;
    background: #f0f0f0;
    padding: 20px 0;
    font-size: 14px;
    font-weight: 900;
    margin: 20px 20px 0px 20px;
}

.reservation__steps {
    padding: 1rem;
    display: block;
    border: 2px solid #CCCCCC;
    position: relative;
    background: #ffffff;
    margin-bottom: 0;
}

.reservation__steps__warning {
    color: red;
}

.reservation__information__row {
    display: block;
    padding: 2rem 3.375rem;
    border-bottom: #CCCCCC 3px solid;
}

.reservation__information__heading {
    display: inline-block;
    font-size: 17px;
    font-weight: 900;
    color: #202020;
    min-width: 120px;
}

.reservation__information__txt {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #202020;
}

.reservation__cart {
    width: 100%;
}

.reservation__cart__head,
.reservation__cart__head__row,
.reservation__cart__body,
.reservation__cart__foot,
.reservation__cart__foot__row {
    width: 100%;
}

.reservation__cart__foot__row__txt {
    font-size: 17px;
    font-weight: 700;
    color: #202020;
    width: 20%;
    text-align: right;
    padding: 3px 0;
}

.reservation__cart__foot__row__vat,
.reservation__cart__foot__row__total,
.reservation__cart__foot__row__deposit {
    text-align: right;
    font-size: 16px;
    font-weight: 400;
}

.reservation__cart__head__description {
    font-size: 17px !important;
    font-weight: 900 !important;
    color: #202020;
    width: 84%;

}

.reservation__cart__head__price {
    width: 15%;
    font-size: 17px !important;
    font-weight: 900 !important;
    color: #202020;
    text-align: right;
}

.reservation__cart tbody tr {
    border-bottom: 1px solid #f44747;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
}

.reservation__cart tbody tr td {
    padding: 10px 0;
}

.reservation__cart tbody tr td:first-child {
    width: 84%;
}

.reservation__cart tbody tr td:last-child {
    width: 15%;
    text-align: right;
}

.reservation__cart tr:last-child {
    border: none;
}

.reservation__cart__empty {
    font-style: italic;
    width: 100% !important;
    text-align: left !important;
}

.reservation__information__total {
    width: 100%;
    display: block;
    height: 95px;
    background: #f44747;
    line-height: 95px;
    border: 2px solid #f44747;
    box-sizing: content-box;
    margin-left: -2px;
    margin-bottom: -2px;
}

.reservation__information__total__left {

    font-size: 18px;
    color: #ffffff;
    float: left;
    padding-left: 20px;
    font-weight: 900;
}

.reservation__information__total__right {
    font-size: 34px;
    color: #ffffff;
    font-weight: 400;
    float: right;
    padding-right: 20px;
}

.reservation__modal__body {
    padding: 0 15px 0 15px;
    position: relative;
}

.reservation__modal__content {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 0;
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    -moz-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
}


.reservation__modal {
    width: 1300px;
    /* position: relative; */
    height: 100%;
    margin: 10px auto;
}

.reservation__modal.voucher_modal {
    width: 750px;
}

.voucher__modal__body {
    padding: 0 15px 50px 15px;
    position: relative;
}

.modal-content {
    height: 100%;
}

.reservation__modal__close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9999;
}

.reservation__modal__types {
    width: 100%;
    height: 73px;
    line-height: 70px;
    border-bottom: 1px solid #f0f0f0;
}

.reservation__modal__type {
    cursor: pointer;
    width: 49%;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.reservation__modal__type:active,
.reservation__modal__type.active,
.reservation__modal__type:hover {
    border-bottom: 2px solid #4163f2;
}

.reservation__modal__category {
    display: block;
    height: 100%;
}

.reservation__modal__category__list {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display: block;

}

.reservation__modal__category__item {
    width: 100%;
    display: block;
}

.reservation__modal__add-overview {
    padding: 0 20px;
    position: absolute;
    bottom: 25px;
    width: 100%;
    display: block;
}

.reservation__modal__menu {
    position: relative;
    top: 0;
    --border-right: 2px solid #f0f0f0;
    height: 100%;
    min-height: 800px;
}

.reservation__modal__button {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    text-align: center;
}

.reservation__modal__bike-header {
    width: 100%;
    height: 72px;
    background-size: cover;
}

.reservation__modal__bike-header--mountainbike {
    background-image: url("../images/reservation/mountainbike.jpg");
}

.reservation__modal__bikes {
    background: #f9f9f9;
    height: 625px;
    overflow-y: scroll;
}

.reservation__modal__bikes.bikes {
    padding: 0 20px;
}

.reservation__modal__bikes__count {
    font-family: nunito-sans, sans-serif;
    font-weight: 900;
    font-size: 17px;
    padding-left: 20px;
}

.reservation__modal__add__list {
    border: 2px dashed #f44747;
    padding: 10px 20px;
    list-style: none;
    margin: 0 0 10px 0;
    display: block;
    position: relative;
    width: 100%;

}

.reservation__modal__add__list.animation {
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: rgba(244, 71, 71, 0.7);
}

.reservation__modal__add__item {
    display: block;
    position: relative;
    width: 100%;
}

.reservation__modal__add__link,
.reservation__modal__add__link:active,
.reservation__modal__add__link:focus,
.reservation__modal__add__link:visited {
    text-decoration: none;
    color: #e1e0e0;
    position: absolute;
    right: 0;
    top: 0;
}

.reservation__modal__add__link:hover {
    color: #f44747;
}

.reservation__model__bike {
    display: inline-block;
    margin: 20px 0;
    font-size: 14px;
    position: relative;
    top: 0;
    float: left;
    max-height: 0;
    min-height: 480px;
    background: white;
}

.reservation__model__bike.package-item {
    margin: 0;
    width: 100%;
}

.type__item__package {
    /* max-height: 480px; */
    display: inline-block;
    font-size: 14px;
    position: relative;
    top: 0;
    float: left;
    min-height: 480px;
    background: white;
    margin-bottom: 30px;
}

.package-item h3 {
    font-family: nunito-sans, sans-serif;
    font-weight: 900;
    font-size: 18px;
    padding-bottom: 10px;
}

.package-item h3 i {
    font-weight: 600;
}

.type__item__package .size-selection {
    padding-bottom: 0;
    height: 130px;
}

.type__item__package .multiple-persons {
    position: absolute;
    top: 10px;
    right: 10px;
}

.package-item .package-content {
    background: #f9f9f9;
    padding: 20px 60px;
}

.select-bikes {
    position: relative;
}

.no-package-selected {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1;
}

.no-package-selected .message {
    position: relative;
    width: 50%;
    top: 20px;
    left: 25%;
    border: 1px solid gray;
    text-align: center;
    padding: 20px 30px;
    background: white;
}

.package-item .reservation__model__bike {
    width: 100%;
}

.package-item .package-content .reservation__model__bike__info--type {
    font-size: 25px;
}

.type__item__package .reservation__model__bike__info--type {
    font-size: 14px !important;
}

.reservation__model__bike__content {
    padding: 10px;
}

.reservation__model__bike__back {
    padding-top: 10px;
    width: 100%;
    position: relative;
    z-index: 100;
}

.reservation__model__bike__back .hide-type {
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0 10px 10px;
}

.reservation__model__bike__back a:focus,
.reservation__model__bike__back a:active,
.reservation__model__bike__back a {
    color: #202020;
}

.reservation__model__bike__back a:hover {
    text-decoration: none;
}

.reservation__model__bike--active {
    background: white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 2px solid #f0f0f0;
    position: absolute;
    max-height: 750px;
    z-index: 1000;
    -webkit-transition: max-height 0.1s ease-out;
    -moz-transition: max-height 0.1s ease-out;
    -o-transition: max-height 0.1s ease-out;
    -ms-transition: max-height 0.1s ease-out;
    transition: max-height 0.1s ease-out;
}

.reservation__model__bike__link,
.reservation__model__bike__link:hover,
.reservation__model__bike__link:visited,
.reservation__model__bike__link:focus {
    color: #202020;
    text-decoration: none;
    z-index: 23;
}

.reservation__model__bike__image {
    width: 100%;
    min-height: 200px;
    position: relative;
    display: block;
    margin: 0 auto;
    border: 0;
    outline: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.reservation__model__bike__info {

}

.reservation__model__bike__info--type {
    font-size: 14px;
    font-weight: 900;
    display: inline-block;
    margin: 15px 0 0 0;
}

.disabled .different-location {
    padding: 20px;
    background: white;
    margin: 40px 40px;
    text-align: center;
}

.reservation__model__bike__info--price {
    display: inline-block;
    font-weight: 900;
    margin: 15px 0 0 0;
}

.reservation__model__bike__info--available {
    display: none;
    font-weight: 400;
    margin: 15px 0 0 0;
    text-align: center;
}

.reservation__model__bike__info--info {
    display: block;
    font-weight: 400;
    margin: 15px 0 0 0;
    text-align: left
}

.reservation__model__bike__info--more,
.reservation__model__bike__info--more:active,
.reservation__model__bike__info--more:focus,
.reservation__model__bike__info--more:visited {
    color: #5a77f4;
    text-decoration: underline;
}

.reservation__model__bike__full-info {
    display: none;
    font-weight: 400;
    margin: 15px 0 0 0;
}

.reservation__model__bike__input-row {
    margin: 20px 0 0;
}

.reservation__button__row {
    margin: 20px 0;
    /* position: absolute; */
    /* bottom: 0; */
    width: 100%;
    display: none;
}

.reservation__button__row a {
    width: 100%;
    font-family: nunito-sans, sans-serif;
    font-weight: 900;
}

.size-selection {
    /* min-height: 220px; */
    /* padding: 0 10px 20px; */
}

.size-selection.no-size {
    min-height: 140px;
    padding: 0 0 20px;
}

.reservation__button__row a.disabled-button {
    background: #acbbf9;
    cursor: default;
}

.reservation__model__bike__input-size {
    min-width: 0px !important;
    width: 100% !important;
}

.reservation__model__bike__gender {
    width: 49%;
    display: inline-block;
}

.reservation__model__bike__number {
    width: 49%;
    display: inline-block;
}

.reservation__model__bike__lengthtxt {
    width: 49%;
    display: inline-block;
}

.reservation__model__bike__length {
    width: 49%;
    display: inline-block;
}

.reservation__model__bike__add {
    display: block;
    width: 100%;
    text-align: center;
}

.reservation__model__bike__button-size,
.reservation__model__bike__button-size:active,
.reservation__model__bike__button-size:visited,
.reservation__model__bike__button-size:focus {
    margin-right: 5px;
    margin-bottom: 5px;
    width: 4rem;
    height: 4rem;
    font-size: 16px;
    display: inline-block;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    -moz-box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    outline: 0;
    border: 1px solid #5e79ec;
    text-align: center;
    text-decoration: none;
    padding: 1rem;
    color: #202020;
}

.reservation__model__bike__button-size,
.reservation__model__bike__button-size.active,
.reservation__model__bike__button-size:active,
.reservation__model__bike__button-size:hover {
    -webkit-box-shadow: 0 0 0 rgba(35, 31, 32, .35);
    -moz-box-shadow: 0 0 0 rgba(35, 31, 32, .35);
    box-shadow: 0 0 0 rgba(35, 31, 32, .35);
    outline: 0;
    text-decoration: none;
    color: #ffffff;
}

.reservation__button__1 {
    margin-top: 20px;
}

.hidden-bicycles {
    padding-top: 30px;
    position: relative;
    bottom: 10px;
    display: block;
    height: 130px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 2.9375rem;
}

.hidden-bicycles--inner {
    margin: 0 20%;
    padding: 20px 10px;
    text-align: center;
    height: 90px;
    border: 1px solid lightgray;
}

/* Last step reservation */
.reservation__overview__title {
    font-size: 18px;
    color: #f44747;
    font-weight: 900;
}

.product-details,
.customer-data {
    border: 2px solid #f0f0f0;
    padding: 30px;
    margin-bottom: 40px;
}

.reservation__button__edit,
.reservation__button__edit:active,
.reservation__button__edit.active,
.reservation__button__edit:focus,
.reservation__button__edit:visited {
    height: 60px;
    padding: 0 20px;
    line-height: 60px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #f0f0f0;
    -webkit-box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    -moz-box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    color: #202020;
    font-weight: 900;
    font-size: 18px;
    border: 0;
    outline: 0;
    position: absolute;
    right: 60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.reservation__button__edit:hover {
    background: #4163f2 !important;
    color: #FFFFFF;
}

.reservation__overview__row {
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f44747;
}

.reservation__overview__heading {
    display: inline-block;
    font-size: 17px;
    font-weight: 900;
    color: #202020;
    min-width: 160px;
}

.reservation__overview__txt {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #202020;
}

.reservation__overview__checkbox-label {
    line-height: 31px;
    font-weight: 400;
    color: #202020;
}

.reservation__overview__checkbox {
    position: absolute;
    top: 5px;
}

.reservation__overview__checkbox:required {
    color: #f44747;
}

.reservation__overview__button__complete {
    display: block;
    position: absolute;
}

.customer-data__content {
    margin: 20px 0;
    display: block;
    position: relative;
}

/*Tranpsort data */
.reservation__overview__row--transport {
    border: 0 !important;
    height: auto;
    line-height: normal;
}

.reservation__overview__heading--transport {
    display: block;
}

.reservation__overview__row--transport.border {
    padding-bottom: 20px;
    border-bottom: 1px solid red !important;
}

.reservation__overview__txt--transport {
    display: block;
}

.not__visible {
    color: lightgrey;
    font-weight: bold;
}

.conditions h2 {
    padding-bottom: 10px;
}

.conditions {
    padding-bottom: 50px;
}

.multiple-persons {
    background: #ef4848;
    color: white;
    padding: 5px 15px;
    border-radius: 15px;
    z-index: 1;
    position: absolute;
    left: -1rem;
    top: -1rem;
    font-size: 0.8rem;
}

.reservation__show__login__container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 200;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: hidden;
}

.reservation__show__login {
    position: absolute;
    bottom: 0;

    top: 0;
    margin: auto;
    min-height: 400px;
    max-height: 500px;
    height: 100%;
    min-width: 400px;
    max-width: 800px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 201;
}

.reservation__show__login__inner {
    background: white;
    height: auto;
    border: 2px solid #f0f0f0;
    padding: 30px;
}

.reservation__show__login h2 {
    padding-bottom: 20px;
}

.reservation__show__login p {
    padding: 20px 0;
}

.reservation__not__found {
    margin: 150px 0;
    display: block;
    position: relative;
    width: 100%;
}

.reservation__not__found__image {
    display: block !important;
    margin: 0 0 20px 0 !important;
    width: auto !important;
    height: auto !important;
}

.reservation__not__found__btn {
    display: inline-block;
}

.maps__legend {
    text-align: right;
    padding: 20px 0 0 0;
}

.maps__legend__image {
    display: inline;
}

.maps__legend__span {
    padding-right: 20px;
    font-family: nunito-sans, sans-serif;
    font-weight: 600;
}

/* Progress meter */

.progress-meter__container {
    min-width: 660px;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #f0f0f0;
    -webkit-box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    -moz-box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    padding: 20px;
    margin: 20px 0 0 0;
}

.progress-meter {
    padding: 0;
}

ol.progress-meter {
    padding-bottom: 9.5px;
    list-style-type: none;
    min-height: 60px;
}

ol.progress-meter li {
    display: inline-block;
    text-align: center;
    text-indent: -19px;
    height: 42px;
    width: 24.99%;
    font-size: 14px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    float: left;
}

ol.progress-meter li:before {
    position: relative;
    float: left;
    text-indent: 0;
    left: -webkit-calc(50% - 9.5px);
    left: -moz-calc(50% - 9.5px);
    left: -ms-calc(50% - 9.5px);
    left: -o-calc(50% - 9.5px);
    left: calc(50% - 9.5px);
}

ol.progress-meter li.done {
    font-size: 14px;
}

ol.progress-meter li.done:before {
    content: "";
    height: 30px;
    width: 30px;
    line-height: 21.85px;
    bottom: -25px;
    border: none;
    border-radius: 19px;
}

ol.progress-meter li.todo {
    font-size: 14px;
}

ol.progress-meter li.todo:before {
    font-size: 17.1px;
    bottom: -26.95px;
    line-height: 18.05px;
}

ol.progress-meter li.done {
    color: black;
    border-bottom-color: #f44747;
}

ol.progress-meter li.done:before {
    color: white;
    background-color: #f44747;
}

ol.progress-meter li.todo {
    color: silver;
    border-bottom-color: silver;
}

ol.progress-meter li.todo:before {
    color: silver;
}

/*Section event */

section.events__information {
    margin: 100px 0;
}

section.events__information h1 {
    font-size: 45px;
    color: #202020;
    font-weight: 900;
}

section.events__information h2 {
    font-size: 17px !important;
    color: #202020 !important;
    font-weight: 600 !important;
}

section.events__information p {
    font-size: 17px;
    color: #202020;
    font-weight: 400;
}

.events__information__title {
    font-size: 45px;
    color: #202020;
    font-weight: 900;
}

.events__information__subtitle {
    font-size: 17px;
    color: #202020;
    font-weight: 600;
}

.events__information__paragraph {
    font-size: 17px;
    color: #202020;
    font-weight: 400;
}

.events__information__circle {
    margin: 90px 20px 0 40px;
    width: 225px;
    height: 225px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #f44747;
    color: #f44747;
    text-align: center;
    padding: 50px 0;
    position: relative;
    display: inline-block;
}

.events__information__circle__count {
    font-size: 60px;
    font-weight: 900;
    display: block;
}

.events__information__circle__description {
    font-size: 17px;
    font-weight: 400;
    display: block;
    line-height: 26px;
}

section.events__images {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    margin: 60px 0 80px 0;
}

.event__images__center-image {
    z-index: 10;
    position: relative;
    top: -30px;
    width: 100% !important;
    left: 0%;
}

.events__images img {
    -webkit-box-shadow: 0 18px 60px rgba(15, 15, 15, .56);
    -moz-box-shadow: 0 18px 60px rgba(15, 15, 15, .56);
    box-shadow: 0 18px 60px rgba(15, 15, 15, .56);
    width: 100%;
    height: 100%;
}

section.events__timeline {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.events__timeline__content {
    display: block;
    position: relative;
}

.events__timeline__content a {

}

events__timeline__content a,
.events__timeline__content a:link,
.events__timeline__content a:visited {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
    color: #202020;
    border-bottom: 1px solid #202020;
}

.events__timeline__content a:active,
.events__timeline__content a.active,
.events__timeline__content a:focus,
.events__timeline__content a:hover {
    color: #4163f2;
    border-bottom: 1px solid #4163f2;
}

.events__timeline__content h1 {
    font-size: 45px;
    color: #202020;
    font-weight: 900;
    margin: 0 0 40px 0;
}

.events__timeline__container {
    margin: 50px 0;
    padding-bottom: 100px;
    display: block;
}

.events__timeline__container:before {
    content: '';
    position: absolute;
    top: 100px;
    left: 18px;
    height: 100%;
    width: 4px;
    background: url("../images/img-border-vertical.png") repeat-y;
}

.events__timeline__content h2,
.events__timeline__content h3,
.events__timeline__content p,
.events__timeline__content ul,
.events__timeline__content li {
    padding-left: 100px;
    display: block;
}

.events__timeline__content h2 {
    font-size: 23px;
    color: #202020;
    font-weight: 900;
    margin-bottom: 50px;
    position: relative;
}

.events__timeline__content h2:before {
    content: '';
    position: absolute;
    top: -12px;
    left: -19px;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f44747;
}

.events__timeline__content h3 {
    font-size: 17px;
    color: #202020;
    font-weight: 900;
    margin-bottom: 25px;
}

.events__timeline__content p {
    font-size: 16px;
    color: #202020;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 50px;
}

.events__timeline__content ul,
.events__timeline__content ol {
    list-style: none;
    top: -25px;
    margin: 0;
    display: block;
    position: relative;
}

.events__timeline__content ul li,
.events__timeline__content ol li {
    color: #5472f0;
    padding-left: 50px;
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 33px;
}

.events__timeline__content ul li:before,
.events__timeline__content ol li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    left: 20px;
    top: 1px;
    color: #e1e0e0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.events__timeline__container__item:hover:before,
.events__timeline__container__item:active:before,
.events__timeline__container__item.active:before {
    color: #4163f2;
}

.events__timeline__container__link,
.events__timeline__container__link:active,
.events__timeline__container__link:hover,
.events__timeline__container__link:focus,
.events__timeline__container__link:visited {
    color: #202020;
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.events__timeline__container__link:hover {
    color: #4163f2;
}

.events__reservations {
    position: relative;
    display: block;
}

.events__reservation__contact {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 10px 10px 20px;
    background: #f0f0f0;
}

.events__reservation__contact__title {
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #202020;
    display: block;
    position: relative;
}

.events__reservations .maps {
    width: 100%;
    min-height: 350px;
    --border: 1px solid black;
}

.events__reservation__contact__link,
.events__reservation__contact__link:visited,
.events__reservation__contact__link:focus,
.events__reservation__contact__link:link {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 2px;
    color: #202020;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.events__reservation__contact__link:hover,
.events__reservation__contact__link:active,
.events__reservation__contact__link.active {
    color: #4163f2;
    text-decoration: none;
}

.events__reservation__contact__button {
    position: relative;
    float: right;
    top: 15px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto 10px;
}

.events__reservation__review {
    font-size: 17px;
    font-weight: 900;
    position: relative;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    min-height: 253px;
    height: 100%;
    display: block;

}

.events__reservation__review__customername {
    position: relative;
    left: 20px;
    padding-top: 40px;
    display: inline-block;
}

.events__reservation__review__rating {
    position: relative;
    left: 20px;
    padding-top: 40px;
    top: -3px;
    display: inline-block;
}

.events__reservation__review__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #202020;
    position: relative;
    display: block;
    width: 100%;
    padding: 40px 20px;

}

.events__reservation__review__date {
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 12px;
    font-weight: 400;
}

section.contact__help {
    margin: 100px 0;
}

section.contact__faq__redirect {
    margin-top: 50px;
    position: relative;
    display: block;
    min-height: 50px;
    background: #f5f7ff;
    padding: 20px 20px;
}

.contact__faq__redirect__h2 {
    font-size: 18px;
    font-weight: 900;
}

.contact__faq__redirect__btn {
    font-weight: 900;
    font-size: 16px;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.contact_title {

}

.contact__faq__redirect:after {
    content: '';
    clear: both;
}

.header__contact__map__sign {
    background: #f44747 !important;
    color: #FFFFFF;
    position: absolute;
    z-index: 99;
    left: 390px;
    right: 0;
    width: 490px;
    margin: auto;
    padding: 20px 40px;
    bottom: 0px;
    -webkit-box-shadow: -20px -19px 18px rgba(0, 0, 0, .13);
      -moz-box-shadow: -20px -19px 18px rgba(0, 0, 0, .13);
      box-shadow: -20px -19px 18px rgba(0, 0, 0, .13);
}

.header__contact__map__sign:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 90px 20px;
    border-color: transparent transparent #f44747 transparent;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(-45deg);
    position: absolute;
    top: -53px;
    left: -30px;

}

.header__contact__map__sign__title {
    font-size: 28x;
    font-weight: 900;
    margin-top: 0;
}

.header__contact__map__sign__subtitle {
    font-weight: 900;
    font-size: 16px;
}

.header__contact__map__sign__paragprah {
    font-weight: 400;
    font-size: 16px;

}

.header__contact__map__sign__button,
.header__contact__map__sign__button:visited,
.header__contact__map__sign__button:active,
.header__contact__map__sign__button:focus {
    text-decoration: none;
    border-bottom: 1px solid #FFFFFF;
    color: #ffffff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.header__contact__map__sign__button:hover {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #FFFFFF;

}

.row__contact {
    margin-top: 40px;
}

.contact__help__title {
    font-size: 45px;
    font-weight: 900;
    color: #202020;
    padding: 0 0 15px 0;
}

.contact__help__list {
    display: block;
    position: relative;
    margin: 20px 0;
    padding: 0;
}

.contact__help__item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    color: #202020;
}

.contact__help__item--header {
    font-weight: 900;
    font-size: 16px;
    color: #202020;
    margin: 30px 0;
}

.contact__help__link,
.contact__help__link:link,
.contact__help__link:focus,
.contact__help__link:visited {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #202020;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 20px 0;
}

.contact__help__link:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    position: relative;
    left: 20px;
    top: 1px;
    color: #e1e0e0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contact__help__link:hover:after,
.contact__help__link.active:after,
.contact__help__link:active:after {
    color: #4163f2;
}

.contact__status--open:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #47f4b1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    top: 3px;
    display: inline-block;
}

.contact__status--closed:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #f44747;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    top: 3px;
    display: inline-block;
}

.contact__help__information {
    min-height: 360px;
    display: block;
    position: relative;
    background: #f3f3f3;
    width: 100%;
    height: 100%;
    padding: 25px 15px 25px 30px;
    margin-bottom: 20px;
}

.contact__help__information__title {
    display: block;
    position: relative;
    font-weight: 900;
    color: #202020;
    font-size: 17px;
    margin-bottom: 25px;
}

address.contact__help__information__address {
    display: block;
    position: relative;
    color: #202020;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 25px;
}

.contact__help__information__link,
.contact__help__information__link:visited
.contact__help__information__link:link
.contact__help__information__link:focus {
    display: block;
    position: relative;
    color: #202020;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contact__help__information__link:hover,
.contact__help__information__link:active,
.contact__help__information__link.active {
    color: #4163f2;
    text-decoration: none;
}

.contact__help__information__fax {
    display: block;
    position: relative;
    color: #202020;
    font-weight: 400;
    font-size: 17px;
}

section.contact__form {
    background-image: url('../images/background-contact.png');
    background-repeat: no-repeat;
    background-position: right 100px top;
    background-size: cover;
    padding: 100px 0;
}

.contact__form__title {
    font-size: 45px;
    color: #202020;
    font-weight: 900;
    margin-bottom: 20px;
    display: block;
    position: relative;
}

.contact__form__subtitle {
    font-size: 17px;
    color: #202020;
    font-weight: 900;
    margin-bottom: 40px;
    display: block;
    position: relative;
}

.contact__form__description {
    display: block;
    position: relative;
    font-size: 17px;
    font-weight: 400;
    color: #202020;
    margin-bottom: 30px;
    line-height: 33px;
}

.contact__form__description__link a,
.contact__form__description__link a:focus,
.contact__form__description__link a:visited,
.contact__form__description__link a:link {
    color: #202020;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contact__form__description__link a:hover,
.contact__form__description__link a:active,
.contact__form__description__link a.active {
    text-decoration: none;
    color: #4163f2;
}

.contact__form__button {
    top: 10px;
    height: 100%;
    position: relative;
    width: 100%;
    display: block;
}

.contact__form__captcha {
    float: right;
}

.contact__form__container {
    margin-top: 100px;
}

.contact__form__textarea {
    resize: vertical;
}

.openings-hours {
    margin-top: 40px;
}

.openings-hours__item {
    margin-bottom: 45px;
}

.reference__item {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    min-height: 250px;
    margin: 0 0 30px 0;
}

.reference__item__img-container {
    height: 108px;
    margin: 10px 0;
    position: relative;
}

.reference__item__img {
    display: block;
    max-height: 120px;
    margin: auto;
    height: 100% !important;
    width: auto !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/
}

.reference__item__title {
    display: block;
    position: relative;
}

.reference__item__description {
    display: block;
    position: relative;
}

.reference__item__link {
    display: block;
    position: relative;
    word-break: break-all;
}

/* Content */
main.content-clear {
    margin: 40px 0;
    padding: 20px 0;
}

.no-header {
    margin-top: 70px;
}

.no-header-content-clear {
    margin-top: 120px !important;
}

.content__menu__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content__menu__item {
    display: block;
    margin: 0;
    padding: 0;

}

.content__menu__link,
.content__menu__link:visited,
.content__menu__link:focus,
.content__menu__link:link {
    margin: 15px 0;
    font-weight: 400;
    font-size: 16px;
    color: #202020;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.content__menu__link:active,
.content__menu__link.active,
.content__menu__link:hover {
    color: #4163f2;
    text-decoration: none;
}

.content__menu__link:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    position: relative;
    left: 20px;
    top: 1px;
    color: #e1e0e0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.content__menu__link:hover:after,
.content__menu__link.active:after,
.content__menu__link:active:after {
    color: #4163f2;
}

.content__menu__item:last-child {
    margin-bottom: 40px;
}

.no-header > .content {
    padding: 0;
}

.content {
    width: 100%;
    display: block;
    margin: 0;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    font-family: nunito-sans, sans-serif;
    padding: 67px 4% 0;
    text-align: justify;
    overflow: auto;
    max-height: 100%;
}

.content.no-padding {
    padding-top: 0;
}

.content h1 {
    font-size: 44px;
    font-weight: 900;
    color: #202020;
    word-break: break-word;
    text-align: left;
}

.content h1:nth-child(1) {
    margin-top: 0;
    padding-top: 0;
}

.content::-webkit-scrollbar {
    display: none;
}

.content h2 {
    font-size: 23px;
    font-weight: 900;
    color: #202020;
    word-break: break-word;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

.content h3 {
    font-size: 17px;
    font-weight: 900;
    color: #202020;
    word-break: break-word;
}

.content h4 {
    font-size: 17px;
    font-weight: 900;
    color: #202020;
    word-break: break-word;
}

.content h5 {
    font-size: 17px;
    font-weight: 900;
    color: #202020;
    word-break: break-word;
}

.content h6 {
    font-size: 17px;
    font-weight: 900;
    color: #202020;
    word-break: break-word;
}

.content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.content strong {
    font-weight: 900;
    font-size: 16px;
}

.content ul {
    list-style: none;
    display: block;
    position: relative;
}

.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
    padding: 0;

}

.content ol {
    font-weight: 400;
    font-size: 16px;
}

.content ul li,
.content ol li {
    color: #5472f0;
    padding-left: 50px;
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 33px;
}

.content ul li a,
.content ul li a:link,
.content ul li a:active,
.content ul li a.active,
.content ul li a:focus,
.content ul li a:visited {
    text-decoration: none;
    color: #202020;
}

.content ul li a,
.content ul li a:link,
.content ul li a:active,
.content ul li a.active,
.content ul li a:focus,
.content ul li a:visited {
    color: #5472f0;
    padding-left: 50px;
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 33px;
}

.content ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    left: 20px;
    top: 1px;
    color: #e1e0e0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.content ul li:hover:before,
.content ul li:active:before,
.content ul li.active:before {
    color: #4163f2;
    left: 10px;
}

.content ol li a,
.content ol li a:link,
.content ol li a:active,
.content ol li a.active,
.content ol li a:focus,
.content ol li a:visited {
    text-decoration: none;
    color: #202020;
}

.content a,
.content a:visited,
.content a:link,
.content a:focus {
    color: #202020;
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.content a:hover,
.content a:active,
.content a.active {
    color: #4163f2;
}

.content img {
    width: 95%;
    position: relative;
    display: block;
    margin: 75px auto 75px;
}

.content img:nth-of-type(2) {
    margin: 75px auto;
}

.content img {

}

.content a img {

}

.content .general__button__blue {
    display: inline-block;
}

.content--no-padding {
    padding: 0 0 67px;
}

/* Generic style */
a.general__button__blue,
.general__button__blue,
.general__button__blue:hover,
.general__button__blue:active,
.general__button__blue:focus,
.general__button__blue:visited {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #5a77f4;
    -webkit-box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    -moz-box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    padding: 20px 20px;
    color: #ffffff !important;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    outline: 0;
    position: relative;
}

.general__button__blue:hover {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #4163f2;
    -webkit-box-shadow: inset -1px -1px 2px rgba(35, 31, 32, .35);
    -moz-box-shadow: inset -1px -1px 2px rgba(35, 31, 32, .35);
    box-shadow: inset -1px -1px 2px rgba(35, 31, 32, .35);
}

.general__button__blue:disabled {
    cursor: not-allowed;
    background: #7f93ec;
}

.input__main {
    width: 100%;
    min-width: 228px;
    height: 60px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    -moz-box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    padding: 20px 10px;
    display: block;
    outline: 0;
    border: 1px solid #f0f0f0;
    font-weight: 400;
    color: #202020;
}

.input__main:focus {
    outline: 0;
    border: 0;
    -webkit-box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    -moz-box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
}

.input__main:disabled {
    background-color: #eee;
}

.input__main.readonly {
    background: #eee;
}

.col-no-padding--right {
    padding-right: 0 !important;

}

.col-no-padding--left {
    padding-left: 0 !important;
}

.col-no-padding {
    padding: 0 !important;
}

.contact__label {
    font-size: 17px;
    color: #202020;
    font-weight: 900;
    display: block;
}

.alert-danger {
    background-image: none !important;
}

/* 404 */

.error__heading {
    font-family: nunito-sans, sans-serif;
    font-size: 144px;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-top: 70px;
}

.error__subheading {
    font-family: nunito-sans, sans-serif;
    font-size: 22px;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 70px;
}

.error__broken-image {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
}

/* Responsive Menu */
.mobile-menu {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out, background 1s ease-out;
    transition: all 0.5s ease-out, background 1s ease-out;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    z-index: 99;
}

.mobile-menu__logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    padding: 0;
    margin: 0 auto;
    height: 50px;
}

.mobile-menu__language_selector {
    position: absolute;
    top: 3px;
    right: 20px;
}

.mobile-menu__language_selector > .select__wrapper {

}

.mobile-menu__language_selector > .select__wrapper:before {
    color: #fff;
    right: 20px;
    top: 21px;
}

.mobile-menu__language_selector > .select__wrapper > .header__menu__language {
    background: none;
    color: #fff;
    font-size: 19px;
}

.mobile-menu__language_selector > .select__wrapper > .header__menu__language:focus {
    outline: 0;
}

.mobile-menu__language_selector > .select__wrapper > .language__image {
    display: none;
}

.mobile-menu .burger-container {
    position: relative;
    display: inline-block;
    height: 70px;
    width: 70px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.mobile-menu .burger-container #burger {
    width: 18px;
    height: 8px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%;
}

.mobile-menu .burger-container #burger .bar {
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    background: #FFF;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.mobile-menu .burger-container #burger .bar.topBar {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
}

.mobile-menu .burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
}

.mobile-menu .icon {
    display: inline-block;
    position: absolute;
    height: 100%;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #FFF;
    font-size: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mobile-menu .icon.icon-bag {
    right: 0;
    top: 0;
    left: auto;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

.mobile-menu ul.menu {
    position: relative;
    display: block;
    padding: 0px 48px 0;
    list-style: none;
}

.mobile-menu ul.menu li.menu-item {
    border-bottom: 1px solid #333;
    margin-top: 5px;
    -webkit-transform: scale(1.15) translateY(-30px);
    transform: scale(1.15) translateY(-30px);
    opacity: 0;
    -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.mobile-menu .special {
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #5a77f4;
    -webkit-box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    -moz-box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    padding: 4px 20px;
    color: #ffffff !important;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    outline: 0;
    position: relative;
}

.mobile-menu ul.menu li.menu-item:nth-child(1) {
    -webkit-transition-delay: 0.49s;
    transition-delay: 0.49s;
}

.mobile-menu ul.menu li.menu-item:nth-child(2) {
    -webkit-transition-delay: 0.42s;
    transition-delay: 0.42s;
}

.mobile-menu ul.menu li.menu-item:nth-child(3) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.mobile-menu ul.menu li.menu-item:nth-child(4) {
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
}

.mobile-menu ul.menu li.menu-item:nth-child(5) {
    -webkit-transition-delay: 0.21s;
    transition-delay: 0.21s;
}

.mobile-menu ul.menu li.menu-item:nth-child(6) {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
}

.mobile-menu ul.menu li.menu-item:nth-child(7) {
    -webkit-transition-delay: 0.07s;
    transition-delay: 0.07s;
}

.mobile-menu ul.menu li.menu-item a {
    display: block;
    position: relative;
    color: #FFF;
    font-weight: 100;
    text-decoration: none;
    font-size: 19px;
    line-height: 2.35;
    font-weight: 200;
    width: 100%;
}

.mobile-menu.menu-opened {
    height: 100%;
    background-color: #000;
    -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
    transition: all 0.3s ease-in, background 0.5s ease-in;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.mobile-menu.menu-opened .burger-container {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu.menu-opened .burger-container #burger .bar {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.mobile-menu.menu-opened .burger-container #burger .bar.topBar {
    -webkit-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
}

.mobile-menu.menu-opened .burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
}

.mobile-menu.menu-opened ul.menu li.menu-item {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
}

.mobile-menu ul.menu li.menu-item:nth-child(1) {
    transform: scale(1.15) translateY(0px);
}

.mobile-menu.menu-opened ul.menu li.menu-item:nth-child(1) {
    transform: scale(1) translateY(0px);

}

.mobile-menu.menu-opened ul.menu li.menu-item:nth-child(1) {
    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s;
}

.mobile-menu.menu-opened ul.menu li.menu-item:nth-child(2) {
    -webkit-transition-delay: 0.34s;
    transition-delay: 0.34s;
}

.mobile-menu.menu-opened ul.menu li.menu-item:nth-child(3) {
    -webkit-transition-delay: 0.41s;
    transition-delay: 0.41s;
}

.mobile-menu.menu-opened ul.menu li.menu-item:nth-child(4) {
    -webkit-transition-delay: 0.48s;
    transition-delay: 0.48s;
}

.mobile-menu.menu-opened ul.menu li.menu-item:nth-child(5) {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s;
}

.mobile-menu.menu-opened ul.menu li.menu-item:nth-child(6) {
    -webkit-transition-delay: 0.62s;
    transition-delay: 0.62s;
}

.mobile-menu.menu-opened ul.menu li.menu-item:nth-child(7) {
    -webkit-transition-delay: 0.69s;
    transition-delay: 0.69s;
}

.mobile-menu.menu-opened ul.menu li.menu-item:nth-child(8) {
    -webkit-transition-delay: 0.76s;
    transition-delay: 0.76s;
}

.mobile-menu.menu-opened ul.menu li.menu-item:nth-child(9) {
    -webkit-transition-delay: 0.83s;
    transition-delay: 0.83s;
}

.mobile-menu.menu-opened ul.menu li.menu-item:nth-child(10) {
    -webkit-transition-delay: 0.83s;
    transition-delay: 0.90s;
}

.mobile-menu.menu-opened ul.menu li.menu-item:nth-child(11) {
    -webkit-transition-delay: 0.83s;
    transition-delay: 0.97s;
}

.mobile-menu.menu-opened ul.menu li.menu-item:nth-child(12) {
    -webkit-transition-delay: 0.83s;
    transition-delay: 1.03s;
}

.mobile-menu.menu-opened .icon.icon-bag {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

/*Element contact small */

.contact__small {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #f0f0f0;
    text-align: center;
}

.contact__small--lease {
    margin-top: 70px;
}

.contact__small_title {
    font-size: 17px;
    font-weight: 900;
    color: #202020;
    display: block;
    position: relative;
    width: 100%;
    margin: 15px auto;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.contact__small_subtitle {
    font-style: 17px;
    font-weight: 700;
}

.contact__small__button {
    display: inline-block;
    position: relative;
    margin: 20px 0;
}

.solutions__containter {

}

.solutions__containter h1 {
    margin-bottom: 40px;
}

.solutions__containter a,
.solutions__containter a:link,
.solutions__containter a:visited {
    display: inline-block;
    position: relative;
    width: 100%;
    text-decoration: none !important;
    margin: 10px 0 0 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.solutions__containter a:active,
.solutions__containter a.active,
.solutions__containter a:focus,
.solutions__containter a:hover {
}

.solutions__containter a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    left: 20px;
    top: 17px;
    color: #e1e0e0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.solutions__containter a:hover:before {
    color: #4163f2;
    left: 10px;
}

.solutions__containter > a > span {
    font-size: 24px;
    font-weight: 900;
    margin-left: 50px;
}

.solutions__containter a > span > span,
.solutions__containter a:link > span > span,
.solutions__containter a:visited > span > span {
    color: #202020;
}

.solutions__containter a:active > span > span,
.solutions__containter a.active > span > span,
.solutions__containter a:focus > span > span,
.solutions__containter a:hover > span > span {
}

.solutions__containter > a > span > span {
    display: block;
    font-size: 17px;
    margin-left: 50px;
    font-weight: 500;
    max-width: 70%;
}

.solutions__containter > a > img {
    width: 10%;
    margin: auto 0;
    height: auto;
    position: absolute;
    top: 0;
    right: 130px;
    bottom: 20px;
}

/* FAQ */
.faq__item {

}

.faq__item a {
    padding-left: 0 !important;
}

.faq__answer {
    color: #000000;
    padding-left: px;
}

.contact__help__item--active:before {
    color: #4163f2 !important;
    left: 10px !important;
}

.discount__row {
    display: none;
}

#btnCloseVoucherModal {

}

.add-discount {
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
}

.voucher__loading {
    position: absolute;
    right: 10px;
    top: 16px;
    color: gray;
}

/* Side Menu */
.side__menu h3 {
    font-weight: 900;
}

#menu-trigger {
    display: block;
    position: relative;
}


.chosen-single {
    height: 32px !important;
    line-height: 32px !important;
}

.outlet {
    cursor: pointer;
    width: auto !important;
    /* padding: 5px 20px; */
    display: inline-block;
    top: 25px;
}

/*
========================================================================================================================
Reservation
========================================================================================================================
*/

/* General */
.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.no-click {
    pointer-events: none;
}
.label-primary {
    background-color: #5E79EC;
}
.label-inline-block {
    display: inline-block;
    margin-right: 0.3rem;
}
.d-none {
    display: none;
}
.d-flex {
    display: flex;
}
.flex-column {
    flex-direction: column;
}
.flex-grow-1 {
    flex-grow: 1;
}
.h-100 {
    height: 100%;
}
.text-muted-title {
    color: #B3B3B4;
    text-align: left;
    font-weight: 600;
}
.table.borderless td, .table.borderless th {
    border: none;
}
.cc__number-input_group {
    border-radius: 1.5rem;
    border: 1px solid #B3B3B3;
    background-color: #ffffff;
    display: block;
    height: 2.5rem;
    padding: 0.2rem;
    width: 7rem;
    position: relative;
    margin: 0.25rem auto;
    /* float: right; */
}
.cc__number-input_group.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.cc__number-input_group input,
.cc__number-input_group button {
    color: #B3B3B3;
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 1.5rem;
}
.cc__number-input_group input {
    width: 50%;
    width: 2rem;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 0.5rem;
    transform: translateX(-50%);
    text-align: center;
    appearance: none;
    border: none;
}
.cc__number-input_group input::-webkit-outer-spin-button,
.cc__number-input_group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cc__number-input_group input[type=number] {
  -moz-appearance: textfield;
}
.cc__number-input_group button {
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    font-size: 1.4rem;
    border: 1px solid #B3B3B3;
    background-color: #ffffff;
    font-weight: 900;
}
.cc__number-input_group .decrease {
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
}
.cc__number-input_group .increase {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
}

.cc__btn {
    display: inline-block;
    border: none;
    outline: none;
    padding: 1.5rem 2.5rem;
    border-radius: 2px;
    font-weight: bold;
    -webkit-box-shadow: 0 1px 2px rgb(35 31 32 / 35%);
    -moz-box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    box-shadow: 0 1px 2px rgb(35 31 32 / 35%);
    margin-bottom: 1rem;
    display: inline-block;
    cursor: pointer;
}
.cc__btn:hover {
    text-decoration: none;
    color: #FFFFFF;
}
.cc__btn:hover,
.cc__btn:focus,
.cc__btn:active,
.cc__btn.active  {
    -webkit-box-shadow: inset -1px -1px 2px rgb(35 31 32 / 35%);
    -moz-box-shadow: inset -1px -1px 2px rgba(35, 31, 32, .35);
    box-shadow: inset -1px -1px 2px rgb(35 31 32 / 35%);
    color: #FFFFFF;
    text-decoration: none;
}
.cc__btn[disabled] {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}
.cc__btn--red {
    background-color: #EF4848;
    color: #ffffff;
}
.cc__btn--red:hover,
.cc__btn--red:focus,
.cc__btn--red:active,
.cc__btn--red.active {
    background-color: #BC3838;
}
.cc__btn--blue {
    background-color: #5E79EC;
    color: #ffffff;
}
.cc__btn--blue:hover,
.cc__btn--blue:focus,
.cc__btn--blue:active,
.cc__btn--blue.active {
    background-color: #495EB9;
}
.cc__btn--yellow {
    background-color: #F1B93E;
    color: #ffffff;
}
.cc__btn--yellow:hover,
.cc__btn--yellow:focus,
.cc__btn--yellow:active,
.cc__btn--yellow.active {
    background-color: #BE9130;
}
.cc__btn--green {
    background-color: #3D8656;
    color: #ffffff;
}
.cc__btn--green:hover,
.cc__btn--green:focus,
.cc__btn--green:active,
.cc__btn--green.active {
    background-color: #255335;
}

.cc__btn--small {
    padding: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.reservation h2 {
    font-size: 1.875rem;
    font-weight: bold;
    position: relative;
}
.reservation h2 i {
    height: 1.875rem;
    width: 1.875rem;
}
.reservation h2 i::before {
    height: 1.875rem;
    width: 1.875rem;
}
.time__title {
    font-size: 2.1875rem;
    text-align: center;
    font-weight: 900;
}

/*icons*/
.cci {
    height: 1.2em;
    width: 1.2em;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.cci::before {
    content: '';
    position: absolute;
    display: block;
    height: 1.2em;
    width: 1.3em;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 1.1875rem;
    bottom: 0;
}
.cci--map::before {
    background-image: url("../images/icons/reservation/map.svg");
}
.cci--marker::before {
    background-image: url("../images/icons/reservation/marker.svg");
}
.cci--bike::before {
    background-image: url("../images/icons/reservation/bike.svg");
}
.cci--cart::before {
    background-image: url("../images/icons/reservation/cart.svg");
}
.cci--basket::before {
    background-image: url("../images/icons/reservation/basket.svg");
}
.cci--start::before {
    background-image: url("../images/icons/reservation/start.svg");
}
.cci--end::before {
    background-image: url("../images/icons/reservation/end.svg");
}
.cci.cci--checkout {
    vertical-align: baseline;
}
.cci--checkout::before {
    background-image: url("../images/icons/reservation/cart_checkout.svg");
}
.cci--info::before {
    background-image: url("../images/icons/reservation/info.svg");
    top: 0;
}
.cci--info-black::before {
    background-image: url("../images/icons/reservation/info-black.svg");
}
.cci--chevron-down::before {
    background-image: url("../images/icons/reservation/chevron-down.svg");
}
.cci--chevron-down--white::before {
    background-image: url("../images/icons/reservation/chevron-down-white.svg");
}
.cci--chevron-up::before {
    background-image: url("../images/icons/reservation/chevron-up.svg");
}
.cci--chevron-down::before,
.cci--chevron-up::before {
    background-size: contain;
    width: 2rem;
}
.cci--chevron-right::before {
    background-image: url("../images/icons/reservation/chevron-right.svg");
}
.cci--chevron-left::before {
    background-image: url("../images/icons/reservation/chevron-left.svg");
}
.cci.cci--chevron-down,
.cci.cci--chevron-up {
    width: 2rem;
}


/* header */
.reservation__header {
    padding-top: 4rem;
    position: sticky;
    top: 6rem;
    z-index: 10;
    background: #ffffff;
}
.reservation__header::after {
    content: '';
    position: absolute;
    bottom: -2rem;
    left: 0;
    display: block;
    width: 100%;
    height: 2rem;
    background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
    pointer-events: none;
}
.reservation__steps ol {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: steps-counter;
}

.reservation__steps li {
    display: inline-block;
    margin-right: 3rem;
    font-weight: 900;
    font-size: 0.9375rem;
    vertical-align: middle;
    counter-increment: steps-counter;
    color: #B3B3B3;
    position: relative;
}
.reservation__steps li::before {
    content: counter(steps-counter);
    position: relative;
    left: 0;
    width: 1.875rem;
    height: 1.875rem;
    background-color: #FFFFFF;
    border: 2px solid #B3B3B3;
    color: #B3B3B3;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0.234375rem;
    font-size: 0.9375rem;
    margin-right: 0.8rem;
}
.reservation__steps li.active {
    color: #000000;
}
.reservation__steps li.active::before {
    background-color: #5E79EC;
    border-color: #5E79EC;
    color: #ffffff;
}
.reservation__steps li .counter {
    background-color: #EF4848;
    position: absolute;
    border-radius: 50%;
    height: 1.4rem;
    width: 1.4rem;
    font-size: 0.8rem;
    color: #ffffff;
    left: 1.175rem;
    top: -0.7rem;
    text-align: center;
    padding: 0.15rem 0;
}

.reservation__steps li.reservation__steps__checkout {
    background-color: #EF4848;
    position: absolute;
    top: 0;
    right: 0;
    margin: -2px -2px -2px 0;
    height: calc(100% + 4px);
    width: 4.125rem;
    text-align: center;
    color: black;
    font-size: 2.5rem;
    padding: 0.40625rem 0;
    cursor: pointer;
}
.reservation__steps li.reservation__steps__checkout span {
    z-index: 2;
    position: absolute;
    top: 46%;
    left: 55%;
    transform: translate(-50%, -50%);
    font-size: 1.1rem;
}
.reservation__steps li.reservation__steps__checkout::before {
    content: none;
}
.reservation__steps li.reservation__steps__checkout i::before {
    height: 2rem;
    width: 2rem;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
}

/*reservation footer*/
.reservation__next_step__row {
    position: sticky;
    bottom: 0;
    background: #ffffff;
    padding: 1rem 0 0 0;
    z-index: 2;
    margin-top: 3rem;
}
.reservation__next_step__row::before {
    content: '';
    position: absolute;
    top: -4rem;
    left: 0;
    width: 100%;
    height: 4rem;
    background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
    pointer-events: none;
}

/* location */
.reservation__location__map {
    width: 100%;
    height: auto;
}
.reservation__location__map__marker.active,
.reservation__location__map__marker:hover {
    transform-origin: bottom;
    transform: scale(1.3);
    transform-box: fill-box;
    stroke: #5E79EC!important;
    stroke-width: 5px!important;
    fill: #fff;
    cursor: pointer;
}
.reservation__select__location {
    background-color: #F5F5F5;
    padding-bottom: 7.25rem;
    position: relative;
    padding: 0 15px 7.25rem 15px;
}

.reservation__select__location p {
    /* margin-bottom: 1.3rem; */
}

.reservation__dropdown {
    background-color: #5E79EC;
    color: #ffffff;
    min-height: 3.625rem;
    padding: 0 15px;
    font-size: 1.6rem;
    font-weight: bold;
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgb(35 31 32 / 35%);
    -moz-box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    box-shadow: 0 1px 2px rgb(35 31 32 / 35%);
}
.reservation__dropdown--location {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    position: relative;
    text-align: left;
}
.reservation__dropdown--location::-ms-expand {
    display: none;
}
.cci__select {
    position: relative;
    margin-bottom: 1.3rem;
    padding-right: 3.5625rem;
    height: auto;
}
.cci__select::after {
    content: '';
    position: absolute;
    display: block;
    height: 2.825rem;
    width: 2.625rem;
    background: #5E79EC url("../images/icons/reservation/dropdown.svg") center no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    right: 15px;
}
.cci__select--small::after {
    width: 1.625rem;
}

.reservation__select__location__selected {
    color: #5E79EC;
    font-style: italic;
    font-weight: bold;
}

.reservation__select__location__submit {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #5E79EC;
    border: none;
    color: #ffffff;
    height: 3.625rem;
    padding: 1rem;
    font-weight: bold;
    border-radius: 0;
}
#bikesAvailable {
    margin-bottom: 10px;
}

.reservation__location__date_summary {
    font-weight: 900;
    font-size: 1.7rem;
}
.reservation__location__date_summary span {
    font-weight: normal;
    float: right;
}
/* products */
.reservation__box__toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 4.125rem;
    height: 9.375rem;
    border: none;
    border-radius: 0;
    background-color: transparent;
    pointer-events: none;
}
.reservation__box__toggle:hover,
.reservation__box__toggle:active,
.reservation__box__toggle:focus {
    outline: none;
}

.reservation__box__toggle i {
    position: absolute;
    top: 1rem;
    right: 6px;
}
.reservation__box--background .reservation__box__toggle i {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.reservation__box--background .reservation__box__toggle {
    z-index: 1;
    background-color: #5e79ec;
    width: 3.5rem;
    height: 3.5rem;
    -webkit-box-shadow: 0 1px 2px rgb(35 31 32 / 35%);
    -moz-box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    box-shadow: 0 1px 2px rgb(35 31 32 / 35%);
    border-bottom-left-radius: 2px;
}
.reservation__box--background .reservation__box__toggle span {
    color: #B3B3B3;
    text-shadow: 0 0 5px black;
}
.reservation__box {
    background-color: #F5F5F5;
    /* padding: 2rem 2rem 0rem 2rem; */
    position: relative;
    margin-bottom: 1rem;
}
.reservation__box .reservation__box {
    background-color: #ffffff;
}
.reservation__box:last-child {
}
.reservation__box h3 {
    font-weight: 900;
}
.reservation__box .status {
    font-weight: bold;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.reservation__box .status::before {
    position: relative;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    border-radius: 50%;
    margin-right: 0.5rem;

}
.reservation__box .status--available::before {
    content: '';
    background-color: #00C040;
}
.reservation__box .status--unavailable::before {
    content: '';
    background-color: #EF4848;
}
.reservation__box .status--warning::before {
    content: '';
    background-color: #EFC513;
}
.reservation__box .reservation__box__details {
    display: none;
    padding: 2rem;
}
.reservation__box.active > .reservation__box__details {
    display: block;
}
.reservation__box__img {
    max-width: 100%;
    height: auto;
}
.reservation__box__header {
    position: relative;
    padding: 1px 2rem 1px 1px;
    cursor: pointer;
}
.supplement-item .reservation__box__header {
    padding: 0.5rem 2rem;
}
.reservation__box--background > .reservation__box__header {
    height: 9.375rem;
    background: no-repeat center center;
    background-size: cover;
    padding: 2rem 2rem 0 2rem;
    color: #ffffff;
    text-shadow: 0 0 5px black;
}
.reservation__box .reservation__box .reservation__box__header {
    color: #000000;
    text-shadow: none;
}
.reservation__box--background .reservation__box__details {
    /* margin-top: 2rem; */
    padding-bottom: 2rem;
}
.reservation__box__table {
    margin: 1rem 0;
    width: 100%;
    text-align: left;
    float: right;
}
.reservation__box__table thead th {
    color: #B3B3B4;
    text-align: left;
    font-weight: 600;
}
.reservation__box__table thead tr th:first-child,
.reservation__box__table tbody tr td:first-child {
    padding-right: 2rem;
}
.no-size .reservation__box__table thead tr th:first-child,
.no-size .reservation__box__table tbody tr td:first-child {
    padding-right: 0;
}
.reservation__box__price {
    font-weight: bold;
    font-size: 1.2rem;
    text-align: right;
}
.reservation__box__heading {position: absolute;top: 50%;transform: translateY(-50%);left: 15px;z-index: 2;}
.reservation__box__heading--right {right: 15px;left: auto;}

/*
Arrangements
*/
.arrangements .reservation__box--next {
    padding-bottom: 4.375rem;
    overflow: hidden;
}
.arrangements .reservation__box--next .reservation__box__next {
    position: absolute;
    right: 0;
    bottom: 0;
}
.arrangements__heading {
    margin-top: 4rem;
}

/*
modal
 */
.reservation__modal__category__link {
    margin-right: 1rem;
}
.reservation__modal .modal-content {
    border-radius: 0;
    border: 0;
}
.reservation__modal .modal-header {
    background-color: #EF4848;
    color: #ffffff;
}
.reservation__modal .close {
    position: absolute;
    top: -1.3rem;
    right: -1.4rem;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #CCCCCC;
    color: #CCCCCC;
    opacity: 1;
    height: 2rem;
    width: 2rem;
}
.reservation__modal table tbody td {
    vertical-align: middle;
}

/*
reservation datepicker
*/
#startDateTime, #endDateTime {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
}
.reservation__date_picker.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.reservation__date_picker {
    opacity: 1;
    pointer-events: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.reservation__date_picker .timepicker,
.reservation__date_picker .datepicker {
    width: 100%;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
}
.reservation__date_picker .datepicker table {
    width: 100%;
}
.reservation__date_picker .picker-switch {
    font-size: 2rem;
}
.reservation__date_picker .datepicker thead,
.reservation__date_picker .datepicker tbody {
    border-bottom: 3px solid #CCCCCC;
}
.reservation__date_picker .datepicker thead .dow {
    color: #B3B3B3;
    font-size: 1rem;
}
.reservation__date_picker .datepicker table tr td {
    font-size: 1.4rem;
    font-weight: bold;
    width: 14.285714% !important;
}
.reservation__date_picker .datepicker table tr td.active.active {
    border-radius: 50%;
    background: #5E79EC;
    font-weight: 900;
}
.reservation__date_picker .timepicker-picker table {
    margin: 0 auto;
}
.reservation__date_picker .timepicker-picker table td {
    text-align: center;
    padding: 0;
}
.reservation__date_picker .timepicker-picker table td .btn {
    padding: 0;
}
.reservation__date_picker .timepicker-picker table td .timepicker-hour,
.reservation__date_picker .timepicker-picker table td .timepicker-minute {
    font-size: 1.6rem;
    font-weight: 900;
    padding-right: 1.21875rem;
    padding-left: 1.21875rem;
}
.reservation__date_picker .hour {
    font-weight: bold;
}
.reservation__date_picker .hour.disabled {
    opacity: 0.5;
}
.reservation__date_picker .timepicker-hours table,
.reservation__date_picker .timepicker-minutes table {
    margin: 0 auto;
}
.datepicker table tr td.new, .datepicker table tr td.old {
    color: #333333;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #ddd;
    cursor: default;
}
.checkout__summary .cci {
    position: absolute;
    left: -3rem;
}

.new-comment {
    margin-top: 5.875rem;
}
.new-comment textarea {
    margin-bottom: 2rem;
}

@media (max-width: 1200px) {
    html, body {
        font-size: 13px;
    }
    .reservation__header {
        top: 6rem;
    }
}
@media (max-width: 1023.98px) {
    .reservation__header  {
        top: 1rem;
        padding-top: 1rem;
    }
}
@media (max-width: 992px) {
    .reservation__header {
        top: 3rem;
    }
    .d-flex {
        display: block;
    }
    .reservation__box__heading {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
    }
    .reservation__box__header .h-100 {
        height: auto;
    }
    .reservation__select__location__submit {
        width: 100%;
        left: 0;
        right: auto;
    }
}
@media (max-width: 768px) {
    html, body {
        font-size: 12px;
    }
    .reservation__next_step__row {
        padding-bottom: 6rem;
    }
    .next-step {
        display: block;
        width: 100%;
        margin-top: 0.3rem;
        float: none !important;
    }
    .cc__btn[name="btnCompleteOrder"] {
        display: block;
        width: 100%;
    }
    .reservation__header {
        position: relative;
        top: auto;
    }
    .reservation__box__price {
        text-align: left;
    }
    .reservation__box__table {
        float: none;
    }
    .col-no-padding--right {
        padding-right: 15px!important;
    }
    .col-no-padding--left {
        padding-left: 15px!important;
    }
    h1.reservation__title,
    .reservation h2.reservation__title {
        font-size: 2.4rem;
    }
    .cc__btn {
        padding: 0.8rem 2.5rem;
    }
    .reservation__dropdown {
        width: 100%;
    }
    .reservation__select__location .reservation__dropdown {
        width: 100%;
        width: calc(100% + 30px);
    }
    .cc__number-input_group {
        width: 10rem;
    }
    .cc__number-input_group input {
        width: 5rem;
    }
    .datepicker {
        padding: 0 6rem;
    }
}
@media (min-width: 768px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-block {
        display: block !important;
    }
}
@media (min-width: 992px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-block {
        display: block !important;
    }
}
@media (max-width: 1199.98px) {
    .reservation__steps ol {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }
    .reservation__steps li {
        margin-top: 0.7rem;
    }
    .reservation__steps li.reservation__steps__checkout i {
        position: absolute;
        top: 47%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
.text-right {
    text-align: right!important;
}
.text-center {
    text-align: center!important;
}

.header {
    width: 100%;
    height: calc(100vh - 150px);
    position: relative;
}

.header-container {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.header-left-side {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
}

.header-item {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    transition-timing-function: ease-out;
}

.header-item-name {
    position: absolute;
    font-size: 2rem;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-transform: scale(-1);
    -webkit-transform: scale(-1);
    transform: scale(-1);
    bottom: 2.5rem;
    left: 2.5rem;
    color: #fefefe;

}

#content-rent {
    -webkit-transition: all 5s ease-in;
    transition: all 5s ease-in;
    transition-timing-function: ease-in;
}

.contact-header {
    background: url("../images/headers/contact-header.png");
    width: 100%;
    height: 25%;
    content: "";
    background-size: cover;
    min-height: 650px;
}

.route-image {
    width: 240px;
    height: auto;
}