@font-face {
    font-family: 'Neue';
    src: url('fonts/Helvetica/Helvetica-Neue-LT-Com.eot');
    src: url('fonts/Helvetica/Helvetica-Neue-LT-Com.woff') format('woff'),
        url('fonts/Helvetica/Helvetica-Neue-LT-Com.ttf') format('truetype'),
        url('fonts/Helvetica/Helvetica-Neue-LT-Com.svg#svgFontName') format('svg');
}

@font-face {
    font-family: 'NeuePro';
    src: url('fonts/Helvetica/HelveticaNeueLTProLt.eot');
    src: url('fonts/Helvetica/HelveticaNeueLTProLt.woff') format('woff'),
        url('fonts/Helvetica/HelveticaNeueLTProLt.ttf') format('truetype'),
        url('fonts/Helvetica/HelveticaNeueLTProLt.svg#svgFontName') format('svg');
}

@font-face {
    font-family: 'Helvetica Neue LT W05_73 Bd Ex';
    src: url(fonts/Helvetica/dfd68a46ca7394afce5fe37f3d8ae992.woff2) format('woff2'),
        url(fonts/Helvetica/1050f7e5c86df4c8ea0da4e9f20c7191.woff) format('woff');
}

@font-face {
    font-family: 'Helvetica Neue LT W05_53 Ext';
    src: url(fonts/Helvetica/3b7fb39d4ebc9d0b1365856c3a5cec02.woff2) format('woff2'),
        url(fonts/Helvetica/769bf1d0e5c35b3180c92f4408c320f8.woff) format('woff');
}

@font-face {
    font-family: 'Helvetica Neue LT W05_93 Blk E';
    src: url(fonts/Helvetica/76881a3fb8fa246ef6c1e1e0b80e7eb6.woff2) format('woff2'),
        url(fonts/Helvetica/032e4e545d6a8b73cee6dd801db95f7f.woff) format('woff');
}

@font-face {
    font-family: 'Helvetica Neue LT W05_83 Hv Ex';
    src: url(fonts/Helvetica/cd5b9701774a5edc8902bfbb27f341eb.woff2) format('woff2'),
        url(fonts/Helvetica/6a295ac6039fae98bff1b864c5ec537f.woff) format('woff');
}

@font-face {
    font-family: 'Helvetica Neue LT W05_55 Roman';
    src: url(fonts/Helvetica/9f91cf0edf046e639c5669c541a206f1.woff2) format('woff2'),
        url(fonts/Helvetica/ab52e8bbc3b64f5d6aa139f239206bb7.woff) format('woff');
}

Helvetica Neue LT W05_55 Roman html {
    height: 100% !important;
    /* background: #000; */
}

body {
    font-family: 'Helvetica Neue LT W05_53 Ext', 'Sans Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    background-color: rgb(219, 1, 28);
    line-height: 1;
    overflow-x: hidden;
}

/* Header */
header {
    background-color: rgb(219, 1, 28);
    min-height: 76px;
    height: 76px;
    width: 100%;
    z-index: 100;
    position: relative;
}

header .container-fluid {
    padding: 0;
}

header .navbar {
    padding: 0;
    min-height: 76px;
}

header .navbar-brand {
    margin-right: 21px;
    padding-left: 10px;
}

header .navbar-brand img {
    height: 45px;
    margin: 10px;
}

header .navbar-collapse {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding-left: 10px;
    flex-direction: column;
}

header .navbar-collapse .top {
    background: linear-gradient(90deg, rgb(219, 1, 28) 0px, rgb(171, 1, 22));
    height: 29px;
    width: 100%;
}

header .navbar-collapse .bottom {
    transform: skew(-25deg);
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

header .navbar-collapse .bottom:after {
    content: "";
    width: 100%;
    top: 0px;
    left: 0px;
    height: 10px;
    position: absolute;
    pointer-events: none;
    border-top: 4px solid rgb(255, 255, 255);
}

header .navbar-collapse .bottom ul {
    flex-direction: row;
    border-left: 2px solid rgb(255, 255, 255);
    overflow: hidden;
    margin-bottom: 0px;
}

header .navbar-collapse .bottom ul li {
    box-shadow: rgba(0, 0, 0, 0.2) 3px 0px 3px 0px;
}

header .navbar-collapse .bottom ul li.active,
header .navbar-collapse .bottom ul li:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 16px 0px 16px 0px;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 18px 2vw;
    color: rgb(255, 255, 255);
    font-size: 11px;
    text-transform: uppercase;
    transform: skew(25deg);
    display: block;
    font-family: "Helvetica Neue LT W05_73 Bd Ex" !important;
    font-weight: normal !important;
    font-style: normal !important;
}

header .navbar-expand-lg .navbar-nav .active .nav-link,
header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: rgb(219, 1, 28);
}

header .lang {
    transform: skew(25deg);
    margin-right: 20px;
    margin-top: 4px;
    background-color: #fff;
    padding: 0 6px 0 6px;

    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 275ms ease-out 0s;
}

header .lang::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    transform-origin: center center;
    transition: transform 275ms ease-out 0s;
}

header .lang:hover::after {
    transform: scaleX(1.08);
}

header .lang.active:hover::after {
    transform: scaleX(1);
}

header .lang .flag {
    height: 35px;
    z-index: 1;
}

header .lang .arrow {
    height: 16px;
    margin-left: 10px;
    z-index: 1;
    transform: none;
    transform-origin: center center;
    transition: transform 275ms ease-out 0s;
}

header .lang.active .arrow {
    transform: rotate(180deg) translateZ(0px);
    transition: transform 275ms ease-out 0s;
}

header .lang .flags {
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #fff;
    padding: 20px;
    transform-origin: right top;
    transition: opacity 275ms ease-out 0s, transform 275ms ease-out 0s;
    transform: scale(0.2);
    column-count: 3;
    opacity: 0;
    pointer-events: none;
    cursor: auto;
}

header .lang.active .flags {
    opacity: 1;
    transform: scale(1);
    transform-origin: right top;
    pointer-events: all;
}

header .navbar-toggler {
    margin-right: 20px;
}

@media (max-width: 991px) {
    .navbar-expand-lg .top {
        display: none;
    }

    header .navbar-collapse .bottom {
        transform: none;
        flex-direction: column;
        padding-bottom: 10px;
    }

    header .navbar-collapse .bottom ul {
        flex-direction: column;
    }

    header .navbar-collapse {
        background-color: rgb(219, 1, 28);
        padding-left: 0;
    }

    header .navbar-collapse .bottom ul {
        border-top: 1px solid #ffffff;
        border-left: 0;
        width: 100%;
    }

    header .navbar-collapse .bottom ul li {
        border-bottom: 1px solid #ffffff;
    }

    header .navbar-expand-lg .navbar-nav .nav-link {
        transform: none;
    }

    header .lang {
        transform: none;
    }

    header .lang .flags {
        column-count: 2;
    }

    .navbar-toggler {
        --bs-navbar-toggler-border-color: #fff;
        --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    header .navbar-brand img {
        height: 40px;
        margin: 5px;
    }

}

/* Event list one */

.event-list-one {
    width: 100%;
    position: relative;
}

.event-list-one .image {
    position: relative;
    width: 100%;
}

.event-list-one .image::after {
    content: "";
    clear: both;
}

.event-list-one .image img {
    width: 100%;
    height: auto;
}

.event-list-one .info {
    margin: 0px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    color: #fff;
}


.event-list-one .info .background {
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.75);
    padding: 30px;
    margin-right: 100px;
    margin-left: auto;
    width: 40%;
}


.event-list-one .info h4 {
    font-size: 2em;
    line-height: 1.1em;
    margin-bottom: 0.65em;
    font-family: "Helvetica Neue LT W05_93 Blk E" !important;
    font-weight: normal !important;
    font-style: normal !important;
}

.event-list-one .info h4.break {
    margin-bottom: 1em;
}

.event-list-one .info h5 {
    display: inline-block;
    font-size: 1em;
    letter-spacing: calc(0.01em);
    line-height: 1.2;
    padding: 4px 8px;
    background-color: rgb(255, 255, 255);
    color: rgb(219, 1, 28);
    font-family: "Helvetica Neue LT W05_73 Bd Ex" !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    margin-bottom: 1.85em;
}

.event-list-one .info p {
    font-size: 1.5em;
    line-height: 1.2;
    margin-bottom: 22px;
}

.event-list-one .welcome {
    margin: 0px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    color: #fff;
}

.event-list-one .welcome .background {
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.75);
    padding: 30px;
    margin-left: auto;
    margin-right: 100px;
    width: 50%;
    position: relative;
}

.event-list-one .welcome h4 {
    font-size: 1.3em;
    line-height: 1.1em;
    margin-bottom: 1.5em;
    margin-top: 0.5em;
    font-family: "Helvetica Neue LT W05_93 Blk E" !important;
    font-weight: normal !important;
    font-style: normal !important;
}

.event-list-one .welcome .text span.gwiazdka {
    font-size: 0.7em;
}

.event-list-one .welcome h4 span {
    color: rgb(219, 1, 28);
}

.event-list-one .welcome h5 {
    display: inline-block;
    font-size: 2em;
    letter-spacing: calc(0.01em);
    line-height: 1.2;
    padding: 4px 8px;
    background-color: rgb(255, 255, 255);
    color: rgb(219, 1, 28);
    font-family: "Helvetica Neue LT W05_73 Bd Ex" !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    margin-bottom: 1em;
}

.event-list-one .welcome p {
    font-size: 1.3em;
    line-height: 1.2;
    margin-bottom: 22px;
}

.event-list-one .welcome .background img {
    width: 120px;
    position: absolute;
    bottom: 20px;
    right: 120px;
}

.event-list-one2 {
    background-color: #000;
    color: #fff;
    padding-top: 30px;
}

.event-list-one2 .background {
    background-color: #212529;
    margin: 40px 0 40px 0px;
    padding: 20px;
    border-radius: 5px;
}

.event-list-one2 h4 {
    font-size: 1.3em;
    line-height: 1.1em;
    margin-bottom: 1.5em;
    margin-top: 0.5em;
    font-family: "Helvetica Neue LT W05_93 Blk E" !important;
    font-weight: normal !important;
    font-style: normal !important;
}

.event-list-one2 p {
    font-size: 1.2em;
    line-height: 1.2;
    margin-bottom: 22px;
}

.event-list-one2 h4 span {
    color: rgb(219, 1, 28);
}

.event-list-one2 img {
    width: 70%;
    background-color: #fff;
    padding: 20px;
    margin: 10px 20px 10px 20px;
}

@media (max-width: 1399px) {
    .event-list-one2 img {
        width: 80%;
    }
}

@media (max-width: 1199px) {
    .event-list-one2 img {
        width: 95%;
    }
}

@media (max-width: 991px) {
    .event-list-one2 img {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .event-list-one2 .background {
        font-size: 0.95em;
    }
}

.event-list-one3 {
    background: #DB011C;
    border-top: 4px solid #000;
    min-height: 300px;
}

.event-list-one3 .image {
    height: 296px;
    clip-path: polygon(0 0, 95% 0, 80% 100%, 0% 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    z-index: 1;
}

.event-list-one3 .image img {
    width: auto;
    height: 100%;
}

.event-list-one3 .welcome {
    z-index: 2;
}

.event-list-one3 .welcome .background {
    margin-left: 100px;
    margin-right: auto;
    width: 45%;
}

.event-list-one3 .welcome .background2 {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding: 0;
}

.event-list-one3 .welcome .background2 .text {
    width: 70%;
    position: relative;;
    float: left;
    padding: 30px;
    padding-right: 0;
}

.event-list-one3 .welcome .background2 .image2 {
    width: 30%;
    position: relative;
    float: right;
    padding: 10px;
    padding-top: 20px;
}

@media (max-width: 1399px) {
    .event-list-one3 .welcome .background2 .image2 {
        width: 30%;
        padding-top: 60px;
    }
}

@media (max-width: 1199px) {
    .event-list-one3 .welcome .background2 .image2 {
        padding-top: 80px;
    }
}

@media (max-width: 991px) {
    .event-list-one3 .welcome .background2 .text {
        width: 100%;
        padding-right: 30px;
        padding-bottom: 0;
    }

    .event-list-one3 .welcome .background2 .image2 {
        width: 100%;
        padding-top: 0;
        padding-bottom: 30px;
        text-align: center;
    }

    .event-list-one3 .welcome .background2 .image2 img {
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .event-list-one3 .welcome .background2 .text {
        font-size: 0.9em;
    }

    .event-list-one3 .welcome .background2 .image2 img {
        max-width: 300px;
    }
}

.event-list-one3 .welcome .background2 .image2 img {
    width: 100%;
}

.event-list-one3 .welcome .background3 {
    background: none;
}

.event-list-one4 .welcome {
    position: relative;
    margin: 20px 0 20px 0;
}

.event-list-one .welcome .background3 h4 span {
    color: #fff;
}

.event-list-one .welcome .background img {
    position: relative;
    bottom: auto;
    right: auto;
    width: 200px;
}

.event-list-one3 .tool {
    margin: 0pxpx;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    color: #fff;
}

.event-list-one3 .tool .image {
    margin-right: 100px;
    margin-left: auto;
    width: 30%;
    position: relative;
    text-align: center;
}

.event-list-one .tool {
    margin: 0px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    color: #fff;
}

.event-list-one .tool .background {
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.75);
    padding: 30px;
    margin-right: 100px;
    margin-left: auto;
    width: 30%;
}

.event-list-one .tool .background img {
    width: 50%;
}



.event-list-one .register {
    outline: none;
    border: none;
    line-height: 1.2;
    letter-spacing: calc(0.015em);
    padding: 14px;
    display: inline-block;
    border-radius: 3px;
    min-width: 90px;
    width: auto;
    text-align: center;
    height: auto;
    position: relative;
    user-select: none;
    cursor: pointer;
    transition: background 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, padding-right 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    font-size: 14px;
    background-color: rgb(219, 1, 28);
    color: rgb(255, 255, 255);
    pointer-events: all;
    font-family: "Helvetica Neue LT W05_83 Hv Ex" !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    font-size: 1.15em;
    text-decoration: none;
    text-transform: uppercase;
}

.event-list-one .register:hover {
    background-color: rgb(171, 1, 22);
}

/* Events list active */

.events-active {
    border-top: 4px solid rgb(219, 1, 28);
    background-color: #000;
    color: #fff;
    padding-bottom: 50px;
}

.events-active .item {
    position: relative;
}

.events-active .background {
    background-color: rgb(51, 51, 51);
    border-radius: 4px;
    padding: 44px 34px;
    margin-top: 150px;
    height: 310px;
}

.events-active h3 {
    padding-top: 50px;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1.1em;
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: "Helvetica Neue LT W05_93 Blk E" !important;
    font-weight: normal !important;
    font-style: normal !important;
}

.events-active h4 {
    color: rgb(255, 255, 255);
    font-size: 1.5em;
    line-height: 1.2;
    margin-bottom: 0.55em;
    text-transform: uppercase;
    font-family: "Helvetica Neue LT W05_93 Blk E" !important;
    font-weight: normal !important;
    font-style: normal !important;
    width: 50%;
}

.events-active p {
    font-size: 1.35em;
    line-height: 1.4;
    width: 50%;
    color: rgb(255, 255, 255);
    font-family: "Helvetica Neue LT W05_55 Roman" !important;
    font-weight: normal !important;
    font-style: normal !important;
    margin: 0;
    min-height: 90px;
}

.events-active .register {
    margin-top: 1.4em;
    outline: none;
    border: none;
    line-height: 1.2;
    letter-spacing: calc(0.015em);
    border-radius: 3px;
    width: auto;
    text-align: center;
    height: auto;
    position: relative;
    user-select: none;
    transition: background 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, padding-right 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    cursor: pointer;
    padding: 14px 14px 14px 14px;
    font-size: 14px;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(219, 1, 28);
    color: rgb(255, 255, 255);
    pointer-events: all;
    font-family: "Helvetica Neue LT W05_83 Hv Ex" !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    text-decoration: none;
    display: inline-block;
}

.events-active .register:hover {
    background-color: rgb(171, 1, 22);
}

.events-active .red {
    position: absolute;
    top: -100px;
    right: 30px;
    background-color: #D00E2D;
    width: 230px;
    overflow: hidden;
    height: 380px;
    text-align: center;
}

.events-active .red .tour {
    margin: 40px 0 45px;
}

.events-active .red .foto {
    height: 160px;
    width: 100%;
}

.events-active .red span {
    text-align: center;
    display: block;
    color: rgb(255, 255, 255);
    font-family: "Helvetica Neue LT W05_83 Hv Ex" !important;
    font-size: 1.9em;
    padding: 25px 10px 0 10px;
}

.events-active2 {
    background-color: #000;
    color: #fff;
    padding-bottom: 50px;
    padding-top: 40px;
}

.events-active2 .background {
    background-color: #212529;
    margin: 0px 0 0px 0px;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
}

.events-active2 h5 {
    font-size: 1.2em;
    font-weight: normal;
}

.events-active2 h4 {
    font-size: 1.4em;
    font-family: "Helvetica Neue LT W05_93 Blk E" !important;
    font-weight: normal;
}

.events-active2 .row {
    border-bottom: 1px solid #fff;
    margin: 15px 0 15px 0;
}

.events-active2 .row:last-of-type {
    border: none;
}

.events-active2 .row p {
    line-height: 1.5;
    margin: 0;
    padding: 0 0 8px 0;
}

.events-active2 .row .register {
    background: #DB011C;
    padding: 10px 20px 10px 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 300ms all;
}

.events-active2 .row .register:hover {
    background-color: rgb(171, 1, 22);
}

.events-active2 .info {
    font-size: 1.2em;
    font-family: "Helvetica Neue LT W05_93 Blk E" !important;
    font-weight: normal;
    text-align: center;
    padding: 20px 0 20px 0;
}

@media (max-width: 991px) {
    .events-active2 .margin-phone {
        margin-bottom: 20px;
    }
}

/* Events completed */

.events-completed {
    width: 100%;
    background-color: #DB011C;
    padding: 74px 0 74px 0;
    border-bottom: 4px solid #000;
}

.events-completed h3 {
    text-transform: uppercase;
    font-size: 2.15em;
    line-height: 1.15em;
    color: #fff;
    padding-top: 6px;
    margin-bottom: 54px;
    overflow: hidden;
    font-family: "Helvetica Neue LT W05_93 Blk E" !important;
    font-weight: normal !important;
    font-style: normal !important;
}

.events-completed .item {
    background-color: #000;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.events-completed .item h4 {
    margin: 0px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 1.3em;
    line-height: 1.3em;
    font-family: "Helvetica Neue LT W05_93 Blk E" !important;
    font-weight: normal !important;
    font-style: normal !important;
    padding-top: 25px;
    padding-bottom: 25px;
}

.events-completed .item .foto {
    width: 100%;
    height: auto;
}

.events-completed .item .register {
    outline: none;
    border: none;
    line-height: 1.2;
    letter-spacing: calc(0.015em);
    padding: 14px;
    display: inline-block;
    border-radius: 3px;
    min-width: 90px;
    width: auto;
    text-align: center;
    height: auto;
    transition: background 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, padding-right 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    position: relative;
    user-select: none;
    cursor: pointer;
    font-size: 14px;
    background-color: rgb(219, 1, 28);
    color: rgb(255, 255, 255);
    -webkit-box-pack: start;
    justify-content: flex-start;
    font-family: "Helvetica Neue LT W05_83 Hv Ex" !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    text-decoration: none;
}

.events-completed .item .register:hover {
    background-color: rgb(171, 1, 22);
}

/* Register */

.register-page {
    background-color: #fff;
    min-height: calc(100vh - 76px);
    position: relative;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
}

.register-page .full-height {
    min-height: calc(100vh - 76px);
    height: 100%;
    position: relative;
    z-index: 10;
}

.register-page .col-4 {
    z-index: 10;
    position: relative;
}

.register-page .location {
    background: rgba(0, 0, 0, 0.5);
    margin-top: 40px;
    border-radius: 5px;
    text-align: center;
    padding: 30px;
}

.register-page .location .google-maps {
    width: 100%;
    height: 300px;
    position: relative;
    z-index: 20;
}

.register-page .location .google-maps iframe {
    width: 100%;
    height: 100%;
}

.register-page .location .address {
    color: #fff;
    font-size: 1.5em;
    padding-top: 40px;
    font-family: "Helvetica Neue LT W05_83 Hv Ex" !important;
}

.register-page .info {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
    height: 100%;
    padding: 45px 0 45px 0;
}

.register-page .image {
    min-height: calc(100vh - 76px);
    height: 100%;
    clip-path: polygon(0 0, 95% 0, 80% 100%, 0% 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 55%;
}

.register-page .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.register-page h3,
.register-page h4 {
    color: rgb(0, 0, 0);
    margin: 0;
    padding: 0;
    font-size: 1.9em;
    line-height: 1.1em;
    text-transform: uppercase;
    text-align: center;
    font-family: "Helvetica Neue LT W05_93 Blk E" !important;
    font-weight: normal !important;
    font-style: normal !important;
}

.register-page h4.break {
    margin-bottom: 1.5em;
}

.register-page h3 {
    color: rgb(219, 1, 28);
    margin-bottom: 0.5em;
}

.register-page .date-info {
    margin: 0 auto;
    display: inline-block;
    font-size: 1em;
    letter-spacing: calc(0.01em);
    line-height: 1.2;
    padding: 4px 8px;
    background-color: rgb(219, 1, 28);
    ;
    color: rgb(255, 255, 255);
    font-family: "Helvetica Neue LT W05_73 Bd Ex" !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    margin-bottom: 1.5em;
}

.register-page .return a {
    outline: none;
    border: none;
    line-height: 1.2;
    letter-spacing: calc(0.015em);
    padding: 14px;
    display: inline-block;
    border-radius: 3px;
    min-width: 90px;
    width: auto;
    text-align: center;
    height: auto;
    position: relative;
    user-select: none;
    cursor: pointer;
    transition: background 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, padding-right 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    font-size: 14px;
    background-color: rgb(219, 1, 28);
    color: rgb(255, 255, 255);
    pointer-events: all;
    font-family: "Helvetica Neue LT W05_83 Hv Ex" !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    font-size: 1.15em;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 1.5em;
}

.register-page .return a:hover {
    background-color: rgb(171, 1, 22);
}

.register-page .form {
    width: 100%;
}

.register-page .form select,
.register-page .form input[type=text],
.register-page .form input[type=password] {
    display: block;
    height: 45px;
    width: 100%;
    padding: 10px 20px 9px;
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: transparent transparent rgb(64, 64, 64);
    border-image: initial;
    appearance: none;
    border-radius: 0px;
    font-size: 14px;
    transition: opacity 0.3s ease 0s;
    position: relative;
    z-index: 2;
    color: rgb(0, 0, 0);
    font-family: "Helvetica Neue LT W05_53 Ext" !important;
    font-weight: normal !important;
    font-style: normal !important;
}

.register-page .form select {
    appearance: auto;
}

.form-control:focus {
    box-shadow: none;
}

.register-page .form input[type=submit] {
    outline: none;
    border: none;
    line-height: 1.2;
    letter-spacing: calc(0.015em);
    padding: 1em;
    display: inline-block;
    border-radius: 3px;
    min-width: 90px;
    width: 100%;
    text-align: center;
    height: auto;
    transition: background 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, padding-right 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    position: relative;
    user-select: none;
    cursor: pointer;
    font-size: 1em;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    -webkit-box-pack: start;
    justify-content: flex-start;
    font-family: "Helvetica Neue LT W05_83 Hv Ex" !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-transform: uppercase !important;
}

.register-page .form input[type=submit]:hover {
    background-color: rgb(51, 51, 51);
}

.register-page #SHOP_REGISTER_FORM_u_terms_ID_wrapper .form-group {
    display: flex;
    flex-wrap: wrap;
}

.register-page #SHOP_REGISTER_FORM_u_terms_ID_wrapper .form-group label a {
    text-decoration: none;
    color: #000;
}

.register-page #SHOP_REGISTER_FORM_u_terms_ID_wrapper .form-group label a:hover {
    text-decoration: none;
    color: rgb(171, 1, 22);
}

.register-page #SHOP_REGISTER_FORM_u_terms_ID_wrapper .col-sm-8 {
    display: none;
}

.register-page #SHOP_REGISTER_FORM_u_terms_ID_wrapper .col-sm-1 {
    order: 1;
    width: 25px;
    height: 16px;
    padding-top: 2px;
}

.register-page #SHOP_REGISTER_FORM_u_terms_ID_wrapper .col-sm-3 {
    order: 2;
    width: calc(100% - 60px);
    padding: 0px 0 0 0;
    font-size: 14px;
    line-height: 16px;
}

.register-page #SHOP_REGISTER_FORM_u_terms_ID_wrapper .col-sm-12 {
    order: 3;
}


.register-page #SHOP_REGISTER_FORM_newsletter_mail_ID_wrapper .form-group,
.register-page #SHOP_REGISTER_FORM_newsletter_phone_ID_wrapper .form-group,
.register-page #SHOP_REGISTER_FORM_newsletter_ID_wrapper .form-group {
    display: flex;
    flex-wrap: wrap;
}

.register-page #SHOP_REGISTER_FORM_newsletter_mail_ID_wrapper .col-sm-8,
.register-page #SHOP_REGISTER_FORM_newsletter_phone_ID_wrapper .col-sm-8,
.register-page #SHOP_REGISTER_FORM_newsletter_ID_wrapper .col-sm-8 {
    display: none;
}

.register-page #SHOP_REGISTER_FORM_newsletter_mail_ID_wrapper,
.register-page #SHOP_REGISTER_FORM_newsletter_phone_ID_wrapper {
    margin-left: 25px;
    margin-top: 20px;
}

.register-page #SHOP_REGISTER_FORM_newsletter_mail_ID_wrapper {
    margin-bottom: 20px;
}

.register-page #SHOP_REGISTER_FORM_newsletter_mail_ID_wrapper .col-sm-1,
.register-page #SHOP_REGISTER_FORM_newsletter_phone_ID_wrapper .col-sm-1,
.register-page #SHOP_REGISTER_FORM_newsletter_ID_wrapper .col-sm-1 {
    order: 1;
    width: 25px;
    height: 16px;
    padding-top: 2px;
}

.register-page #SHOP_REGISTER_FORM_newsletter_mail_ID_wrapper .col-sm-3,
.register-page #SHOP_REGISTER_FORM_newsletter_phone_ID_wrapper .col-sm-3,
.register-page #SHOP_REGISTER_FORM_newsletter_ID_wrapper .col-sm-3 {
    order: 2;
    width: calc(100% - 60px);
    padding: 0px 0 0 0;
    font-size: 14px;
    line-height: 16px;
}

.register-page #SHOP_REGISTER_FORM_newsletter_mail_ID_wrapper .col-sm-12,
.register-page #SHOP_REGISTER_FORM_newsletter_phone_ID_wrapper .col-sm-12,
.register-page #SHOP_REGISTER_FORM_newsletter_ID_wrapper .col-sm-12 {
    order: 3;
}


.form-horizontal .row.no-margin {
    margin-bottom: 0;
}

#SHOP_REGISTER_FORM_phonenumber_ID_wrapper {
    display: flex;
}

#SHOP_REGISTER_FORM_phonenumber_ID_wrapper .phone_prefix {
    min-width: 125px;
}

#SHOP_REGISTER_FORM_phonenumber_ID_wrapper .phone_number {
    width: 100%;
}

.register-page #SHOP_REGISTER_FORM_info2_ID_wrapper .col-sm-3,
.register-page #SHOP_REGISTER_FORM_info3_ID_wrapper .col-sm-3,
.register-page #SHOP_REGISTER_FORM_info_ID_wrapper .col-sm-3 {
    order: 1;
    width: 100%;
    padding: 0 0 0 25px;
    font-size: 12px;
    line-height: 16px;
}

.register-page #SHOP_REGISTER_FORM_info_ID_wrapper .col-sm-1,
.register-page #SHOP_REGISTER_FORM_info_ID_wrapper .col-sm-12 {
    display: none;
}

.register-page .alert-danger {
    text-align: left;
    background: none;
    border: none;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding: 10px 0 0 25px;
    color: #DB011B;
}

@media (max-width: 991px) {
    .register-page .image {
        min-height: 100px;
        height: 500px;
        width: 100%;
        clip-path: none;
    }

    .register-page .location {
        margin-top: 20px;
    }

    .login-page-section .image {
        height: 350px;
    }
}

/* My account */
.my-account {
    padding-top: 0;
    border-bottom: 4px solid #000;
}

.my-account-section {
    background-color: #000;
    padding: 10px 0;
    margin-bottom: 10px;
}

.my-account-section h3 {
    text-transform: uppercase;
    font-size: 1.8em;
    line-height: 1.1em;
    color: rgb(255, 255, 255);
    text-align: left;
    padding: 10px 0 10px 0;
    font-family: "Helvetica Neue LT W05_93 Blk E" !important;
    font-weight: normal !important;
    font-style: normal !important;
    margin: 0;
}

.my-account .event {
    margin-bottom: 5px;
    background-color: #333333;
    padding: 5px 0 5px 0;
}

.my-account .name {
    color: #fff;
    font-size: 1.2em;
    font-family: "Helvetica Neue LT W05_93 Blk E" !important;
    line-height: 1.5em;
}

.my-account .users {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.5em;
}

.my-account .buttons {
    text-align: center;
}

.my-account .register {
    outline: none;
    border: none;
    line-height: 1.2;
    letter-spacing: calc(0.015em);
    padding: 5px 14px 5px 14px;
    display: inline-block;
    border-radius: 3px;
    min-width: 90px;
    width: auto;
    text-align: center;
    height: auto;
    transition: background 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, padding-right 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    position: relative;
    user-select: none;
    cursor: pointer;
    font-size: 0.9em;
    background-color: rgb(219, 1, 28);
    color: rgb(255, 255, 255);
    -webkit-box-pack: start;
    justify-content: flex-start;
    font-family: "Helvetica Neue LT W05_83 Hv Ex" !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    text-decoration: none;
    margin: 2px 0 2px 0;
}

.my-account a.disabled {
    background-color: #7E7E80;
    cursor: default;
}

.my-accoint a.disabled:hover {
    background-color: #7E7E80;
    cursor: default;
    font-family: "Helvetica Neue LT W05_83 Hv Ex" !important;
    font-size: 1em;
}

/* My account user list */

.my-account-user-list h5 {
    border-bottom: 2px solid #000;
    color: #fff;
    font-size: 1.5em;
    padding: 20px 0 5px 0;
}

.my-account-user-list ul {
    list-style: none;
}

.my-account-user-list ul li {
    color: #fff;
    font-size: 1.3em;
    padding: 3px 0 3px 0;
}

.my-account-user-list .user_one {
    color: #fff;
    font-size: 1.2em;
    padding: 5px 0 5px 0;
}

.my-account-user-list .button {
    text-align: right;
    margin-top: 20px;
}

.my-account-user-list .return {
    outline: none;
    border: none;
    line-height: 1.2;
    letter-spacing: calc(0.015em);
    padding: 14px;
    display: inline-block;
    border-radius: 3px;
    min-width: 90px;
    width: auto;
    text-align: center;
    height: auto;
    transition: background 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, padding-right 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    position: relative;
    user-select: none;
    cursor: pointer;
    font-size: 1em;
    background-color: #000;
    color: rgb(255, 255, 255);
    -webkit-box-pack: start;
    justify-content: flex-start;
    font-family: "Helvetica Neue LT W05_83 Hv Ex" !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    text-decoration: none;
    margin: 5px 0 5px 0;
}

/* Content */

.cover-container {
    /* opacity: 0.5; */
    /* background-color: #000; */
}

main {
    background-size: 100%;
    background: url(../img/background2.png) no-repeat 50% 50% #000;
    background-size: cover;
    box-shadow: inset 0px 0px 32px 30px #f2f2f2;
    /* height: 100%; */
}

main .main-background {
    height: 100%;
    padding-top: 75px;
}

#menu {
    height: 100%;
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu li {
    padding: 10px 0;
    margin: 0;
}

#menu li:first-child {
    padding-top: 0;
}

#menu li a {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

#menu li a:hover,
#menu li a.active {
    text-decoration: underline;
}

#menu img {
    padding-top: 14px;
}

@media (max-width: 992px) {
    #menu {
        display: none;
    }

    main .main-background {
        background: none;
    }
}

/* mobile menu */
.offcanvas.offcanvas-end {
    top: 100px;
    width: 100%;
}

.offcanvas {
    background-color: #000;
    opacity: 0.8;
}

.offcanvas-backdrop.show {
    opacity: 0;
}

header .mobile-lang ul {
    list-style: none;
    padding: 0;
    position: relative;
    padding: 17px 38px 0 38px;
}

header .mobile-lang ul li {
    height: 23px;
    width: 90px;
    position: relative;
    float: right;
    text-align: right;
}

header .mobile-lang ul li a {
    text-decoration: none;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    color: #fff;
}

header .mobile-lang ul li a.active,
header .mobile-lang ul li a:hover {
    color: #DB011C;
}

header .mobile-lang ul li img {
    top: -2px;
    position: relative;
    margin: 0 5px 0 0px;
    height: 22px;
}

.mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 50px 38px 0 0;
}

.mobile-menu li {
    padding: 10px 0;
    margin: 0;
    text-align: right;
}

.mobile-menu li:first-child {
    padding-top: 0;
}

.mobile-menu li a {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.mobile-menu li a:hover,
.mobile-menu li a.active {
    text-decoration: underline;
}

/* Pages */

.page-background {
    /* background: url(../img/background1x1.png) repeat 0 0; */
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    /* padding: 30px 10px 10px 10px */
}

/* FAQ page */

/* FREQUENTLY ASKED QUESTIONS */

.faqarea {
    background: #000;
    padding: 40px 0 40px 0;
}

.faq h4 {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0 0 7px 0;
    margin: 0 0px 0 40px;
    border-bottom: 2px solid #FFFFFF;
}

.faq .faq-one {
    margin-left: 40px;
}

.faq h5,
.faq h6 {
    position: relative;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.faq h5 {
    padding-top: 15px;
}

.faq h6 {
    padding-top: 6px;
    border-bottom: 2px solid #fff;
    padding-bottom: 30px;
}

.faq .faq-one:last-of-type h6 {
    border-bottom: none;
    padding-bottom: 10px;
}

.faq h5 span,
.faq h6 span {
    position: absolute;
    left: -26px;
    top: 15px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 28px;
}

.faq h6 span {
    top: 5px;
}

.faq h5 b,
.faq h6 b {
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 30px;
}

/* contact */

.contact h4 {
    margin: 0 0 20px 0;
}


/****
KALENDARZ
****/

.calendarMonthSelector {
    text-align: center;
}

.calendarMonthSelector .dropdown {
    display: inline-block;
}

.calendarMain {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.9em;
}

.calendarMain td {
    /* border:solid 1px #bbb; */
    border-top: 1px solid #fff;
    padding: 15px 10px 15px 10px;
    height: 80px;
    text-align: left;
    vertical-align: top;
    font-family: 'NeuePro';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
}

.calendarMain td span {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.calendarMain td.calendarOldDate {
    color: #A4A4A4;
}

.calendarMain td.calendarEvent {
    background: url(../img/background2_1x1.png) 0 0 repeat;
}

.calendarMain td.calendarDayClickable:hover,
.calendarMain td.calendarSelectedDate {
    background: linear-gradient(0deg, #DB011B, transparent 130%);
}

.calendarMain thead td {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding: 3px 0 3px 0;
    text-align: left;
    height: auto;
}

.calendarMain tbody td,
.calendarDayName {
    width: 14.28571428571429%;
}

.calendarTitle {
    padding: 10px 10px;
    font-size: 1.1em;
    display: block;
    margin-bottom: 10px;
}

.calendarDayClickable {
    cursor: pointer;
}

.calendarSelectedDate {
    font-weight: bold;
}

.calendarDayPossible {
    box-shadow: inset 0px 0px 4px 1px rgba(0, 194, 16, 0.5);
}

.calendarDayImpossible {
    box-shadow: inset 0px 0px 4px 1px rgba(100, 100, 100, 0.5);
}

.callendar .pull-left {
    background: url(../img/calendar_arrow_left.png) no-repeat 0 0;
    width: 16px;
    height: 14px;
    border: none;
    border-radius: 0;
    vertical-align: middle;
}

.callendar .pull-right {
    background: url(../img/calendar_arrow_right.png) no-repeat 0 0;
    width: 16px;
    height: 14px;
    border: none;
    border-radius: 0;
    vertical-align: middle;
}

.callendar .dropdown-toggle {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    border: none;
    display: block;
}

.callendar .dropdown-toggle:active {
    border: none;
}

.callendar .dropdown-toggle::after {
    display: none;
}

.callendar .events-list-link {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-decoration: none;
    color: #FFFFFF;
}

.callendar .panel-heading .events-list-link:hover {
    color: #DB011C;
}

.callendar .panel-heading {
    padding-bottom: 10px;
}

.callendar .panel-heading ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.callendar .panel-heading ul li {
    position: relative;
    float: left;
    padding: 0 10px 0 10px;
}

.callendar .panel-heading ul li a {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    text-decoration: none;
}

.callendar .panel-heading ul li a.active,
.callendar .panel-heading ul li a:hover {
    color: #DB011C;
}

.callendar .page-background {
    /* padding-top: 18px; */
    margin-bottom: 40px;
    border-top-right-radius: var(--bs-border-radius);
    border-bottom-left-radius: var(--bs-border-radius);
    border-bottom-right-radius: var(--bs-border-radius);
}

.event-desc {
    background: url(../img/calendar_background.png) repeat 0 0;
    color: #FFFFFF;
    padding: 20px 30px 10px 30px;
    font-size: 14px;
    line-height: 16px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.event-desc h2 {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    margin: 0;
}

.event-desc h4 {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    padding-top: 16px;
    font-size: 20px;
    line-height: 23px;
    margin: 0;

}

.event-desc .register-link {
    width: 209px;
    height: 104px;
    background: #DB011C;
    border-radius: 10px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    padding-top: 18px;
    margin: 40px auto 20px auto;
}

@media (max-width: 1199px) {
    .event-desc .register-link {
        width: 157px;
        height: 78px;
        font-size: 21px;
        line-height: 24px;
    }
}

.event-desc .register-link:hover {
    background: #ff0220;
    text-decoration: none;
}


@media (max-width: 767px) {
    .calendarMain td {
        padding: 3px;

    }
}

/* login page */
.login-page {
    max-width: 450px;
    margin: 0 auto;
}

.login-page .page-background {
    margin-top: 1px;
    padding: 40px 35px 20px 35px;
    border-radius: 0px 10px 10px 10px;

}

.login-page .alert-danger {
    text-align: left;
    background: none;
    border: none;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #DB011B;

}

.login-page .nav-tabs .nav-item.show .nav-link,
.login-page .nav-tabs .nav-link.active {
    background: url(../img/background1x1.png) repeat 0 0;
}

.login-page .nav-tabs {
    border: none;
}

.login-page .return-login {
    padding: 10px 0 10px 0;
}

.login-page .return-login a {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
}

.login-page .nav-tabs .nav-link {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 15px 35px 12px 35px;
    border: none;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: red;
}

.login-page .nav-tabs .nav-link:focus,
.login-page .nav-tabs .nav-link:hover {
    background: url(../img/background1x1.png) repeat 0 0;
}

.form-horizontal input::placeholder,
.form-horizontal input::-ms-input-placeholder {
    color: #7E7E80;
}

.form-horizontal .col-sm-12 {
    text-align: center;
}

.form-horizontal .hideMe {
    display: none;
}


.form-horizontal .row {
    margin-bottom: 20px;
}


.form-horizontal .forgotPassword {
    text-align: left;
}

.form-horizontal .forgotPassword a {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
}

.form-horizontal .forgotPassword a:hover {
    text-decoration: underline;
}

.form-horizontal input.btn {
    background: #DB011C;
    border-radius: 10px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 45px 10px 45px;
    color: #FFFFFF;
    text-transform: uppercase;
}

/* Footer */
footer {
    background-color: rgb(219, 1, 28);
    padding: 30px 0 30px 0;
}

footer .info {
    color: rgb(255, 255, 255);
    font-size: 1em;
    line-height: 1.4;
}

footer .icons {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 20px;
}

footer .icons a {
    opacity: 0.8;
    transition: opacity 300ms ease-out 0s;
}

footer .icons a:hover {
    opacity: 1;
}

footer .icons img {
    max-height: 30px;
    width: 100%;
    height: 100%;
}

footer .icons span {
    display: none;
}

footer .menu {
    margin-top: 20px;
}

footer ul {
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li {
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: unset;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}

footer ul li:last-of-type {
    border-right: none;
}

footer ul li a {
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 1.2;
    font-family: "Helvetica Neue LT W05_53 Ext" !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none;
}

footer ul li a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    footer .icons img {
        width: 20px;
    }

    footer ul {
        justify-content: center;
    }
}


.events-list {
    max-width: 900px;
    margin: 0 auto;
}

.events-list .nav-tabs .nav-link {
    background-color: rgba(0, 0, 0, 0.4);
}

.events-list .nav-tabs .nav-item.show .nav-link,
.events-list .nav-tabs .nav-link.active {
    color: #DB011C;
    /* background: url(../img/background1x1.png) repeat 0 0; */
    background-color: rgba(0, 0, 0, 0.8);
}

.events-list .nav-tabs {
    border: none;
    position: relative;
    top: -1px;
    margin-left: -0.75rem;
}

.events-list .nav-tabs .nav-item {
    margin-right: 2px;
}

.events-list .return-login {
    padding: 10px 0 10px 0;
}

.events-list .return-login a {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
}

.events-list .nav-tabs .nav-link {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 13px 25px 10px 25px;
    border: none;
}

.events-list .nav-tabs .nav-link:focus,
.events-list .nav-tabs .nav-link:hover {
    background: url(../img/background1x1.png) repeat 0 0;
    color: #DB011C;
}

.events-list .eventOne {
    padding: 0.7em 0 0.7em 0;
}

.events-list .eventOne h5 {
    font-family: 'NeuePro';
    font-style: normal;
    font-weight: 300;
    font-size: 1.3em;
    line-height: 2em;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}

.events-list .register-link {
    background: #DB011C;
    border-radius: 10px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    line-height: 2.6em;
    margin: 0px auto 0px auto;
    width: auto;
    background-color: initial;
    background-image: linear-gradient(#DB011C, #6d000d 50%);
    border-radius: 42px;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: rgba(255, 255, 255, 0.4) 0 0 4px, rgba(255, 255, 255, 0.2) 0 0 12px, rgba(57, 31, 91, 0.6) 1px 1px 4px, rgba(57, 31, 91, 0.32) 4px 4px 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
}

.events-list .eventOne:hover {
    background-image: linear-gradient(rgba(109, 0, 13, 0.5), rgba(219, 1, 28, 0.5) 50%);
}

.events-list .eventOne h3 {
    line-height: 30px;
    margin: 0;
    font-size: 1.3em;
}

.events-list hr {
    margin: 0;
}

.events-list .eventOne h3 a {
    font-family: 'NeuePro';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 2em;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.events-list .activeEvent {
    background: linear-gradient(90deg, #DB011B, transparent 130%);
}

.events-list .eventOne h3 a:hover {
    text-decoration: underline;
}

.events-list .eventListTop {
    border-bottom: 1px solid #fff;
    margin: 0 auto 20px auto;
    width: 95%;
}

.events-list .eventListTop ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.events-list .eventListTop ul li {
    position: relative;
    float: left;
    padding: 0 20px 10px 0;
    line-height: 24px;
}

.events-list .eventListTop ul li a {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
}

.events-list .eventListTop ul li a:hover {
    text-decoration: underline;
}

.events-list .eventOneDesc .text {
    padding-top: 1em;
}

.events-list .eventOneDesc .google-maps {
    width: 80%;
    height: 200px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
}

.events-list .eventOneDesc .google-maps iframe {
    width: 100%;
    height: 100%;
}

/* scanner */
#video-container,
#video-container video {
    width: 100%;
}

.prefered-camera {
    text-align: center;
    background-color: #000;
    padding: 10px 0 10px 0;
    color: #fff;
}

#qrModal .error {
    color: #DB011C;
    text-align: center;
}

#qrModal .success {
    color: #01c021;
    text-align: center;
}

#qrModal .userInfo {
    text-align: center;
}

.scanner .button {
    background-color: #000;
    padding: 10px 0 10px 0;
    text-align: center;
}

.scanner .return {
    outline: none;
    border: none;
    line-height: 1.2;
    letter-spacing: calc(0.015em);
    padding: 14px;
    display: inline-block;
    border-radius: 3px;
    min-width: 90px;
    width: auto;
    text-align: center;
    height: auto;
    transition: background 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, padding-right 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    position: relative;
    user-select: none;
    cursor: pointer;
    font-size: 1em;
    background-color: #DB011C;
    color: rgb(255, 255, 255);
    -webkit-box-pack: start;
    justify-content: flex-start;
    font-family: "Helvetica Neue LT W05_83 Hv Ex" !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    text-decoration: none;
    margin: 5px 0 5px 0;
}

.my-account-manual-check {
    padding: 0 0 50px 0;
}

.my-account-manual-check .form-group {
    padding: 50px 0 0 0;
}

.my-account-manual-check input[type=text] {
    display: block;
    height: 45px;
    width: 100%;
    padding: 10px 20px 9px;
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: transparent transparent rgb(64, 64, 64);
    border-image: initial;
    appearance: none;
    border-radius: 0px;
    font-size: 14px;
    transition: opacity 0.3s ease 0s;
    position: relative;
    z-index: 2;
    color: rgb(0, 0, 0);
    font-family: "Helvetica Neue LT W05_53 Ext" !important;
    font-weight: normal !important;
    font-style: normal !important;
    margin: 0 auto;
    max-width: 400px;
    background: #eeeeee;
}

.my-account-manual-check input[type=submit] {
    outline: none;
    border: none;
    line-height: 1.2;
    letter-spacing: calc(0.015em);
    padding: 14px;
    display: inline-block;
    border-radius: 3px;
    min-width: 90px;
    width: auto;
    text-align: center;
    height: auto;
    transition: background 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, padding-right 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    position: relative;
    user-select: none;
    cursor: pointer;
    font-size: 1em;
    background-color: #000;
    color: rgb(255, 255, 255);
    -webkit-box-pack: start;
    justify-content: flex-start;
    font-family: "Helvetica Neue LT W05_83 Hv Ex" !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    text-decoration: none;
    margin: 5px 0 5px 0;
    margin: 0 auto;
}

.my-account-manual-check .formRowSubmit {
    text-align: center;
}

.my-account-manual-check .alert-danger {
    text-align: left;
    background: none;
    border: none;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #000;
    text-align: center;
    padding: 10px 0 0 0;
    font-size: 1.1em;
    font-weight: bold;
}

.manual-check-row {
    margin-bottom: 30px;
}

.my-account-manual-check .return {
    outline: none;
    border: none;
    line-height: 1.2;
    letter-spacing: calc(0.015em);
    padding: 14px;
    display: inline-block;
    border-radius: 3px;
    min-width: 90px;
    width: auto;
    text-align: center;
    height: auto;
    transition: background 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, padding-right 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 375ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    position: relative;
    user-select: none;
    cursor: pointer;
    font-size: 1em;
    background-color: #000;
    color: rgb(255, 255, 255);
    -webkit-box-pack: start;
    justify-content: flex-start;
    font-family: "Helvetica Neue LT W05_83 Hv Ex" !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    text-decoration: none;
    margin: 5px 0 5px 0;
    margin: 0 auto;
}

.my-account-manual-check .alert-ok {
    color: #01c021;
    font-weight: bold;
    padding: 15px 0 15px 0;
    font-size: 1.1em;
    text-align: center;
}

#SHOP_REGISTER_FORM_info3_ID_wrapper label {
    height: 100px;
    overflow-y: scroll;
}

#cookieNotice {
    position: fixed;
    bottom: 10px;
    width: 96%;
    left: 2%;
    color: var(--White, #FFF);
    border: 1px solid var(--White, #FFF);
    background: rgba(0, 0, 0, 0.60);
    text-align: center;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    font-size: 0.9em;
    line-height: 1.3em;
}

#cookieNoticeButton input {
    padding: 10px 20px;
    justify-content: center;
    background: var(--Red-900, #DB011C);
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Helvetica Neue LT Pro";
    font-size: 1em;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid var(--Red-900, #DB011C);
    text-decoration: none;
    display: inline-block;
    border-radius: 0;
}

#cookieNoticeButton input:hover {
    color: var(--Red-900, #DB011C);
    background: var(--White, #FFF);
}

.token_row {
    display: none;
}

.second_name_row {
    display: none;
}

.second_name_row input {
    width: 1px;
    height: 1px;
}