﻿.event-info-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.event-infos {
    margin-bottom: 20px;
}

.event-infos-text {
    font-size: 1em;
    font-family: "Roboto", sans-serif;
    color: #444;
}

.event-infos-label {
    margin-top: -20px !important;
}

.event-info-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px !important;
    height: 25px !important;
}

.event-info-button-text {
    font-size: 11px !important;
    color: #045e90;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.event-info-button-text:active,
.event-info-button-text:link,
.event-info-button-text:visited {
    color: #045e90 !important;
    text-decoration: none;
}

.event-info-button-text:hover {
    text-decoration: underline;
}

.shop-action-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.shop-next, .shop-back {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .event-info-actions {
        padding-top: 10px;
        margin-bottom: -10px;
    }

    .card-wrapper {
        width: auto;
        height: auto;
        margin-top: -40px;
        margin-bottom: -30px;
    }

    .shop-action-buttons {
        justify-content: space-between;
    }

    .shop-back, .shop-next {
        font-size: 10px;
    }
}

@media (max-width: 375px) {
    .shop-action-buttons-text {
        margin-top: -9px;
    }
}

.parcels-placeholder {
    position: absolute;
    top: -6px;
    background: white;
    text-transform: uppercase;
    left: 25px;
    color: #0c61fc;
    font-size: .8em;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    display: none;
}

.jvFloat .placeHolder {
    margin-top: -4px !important;
    width: auto !important;
}

.header-greeting-mobile {
    color: white;
    width: 100%;
    height: 20px;
    margin-top: 20px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
}

.userNameMobileSpan {
    display: flex;
    align-items: center;
    justify-content: center;
}

.website-container {
    max-width: 1366px;
    margin: 0 auto;
    width: 100%;
    flex: 1 0 auto;
}

.password-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.password-reset-title {
    font-family: 'Roboto Black', sans-serif;
    font-size: 1.7em;
    color: #267fa5;
    text-transform: uppercase;
    border-bottom-color: #267fa5;
    border-bottom-style: solid;
    border-bottom-width: thin;
    margin-top: 35px;
    margin-bottom: 23px;
    padding-right: 100px;
}

.form-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column-reverse;
    flex-wrap: wrap;
}

a {
    outline: 0 !important;
}

button {
    outline: 0 !important;
}

.card {
    text-align: left;
    border-radius: 20px 20px 20px 0px;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(38, 58, 115, 0.5);
}

.card-header {
    position: relative;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    /*border-radius: 20px 20px 0px 0px;*/
    perspective: 1000px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card-footer {
    background-color: #263a73;
    height: 35px;
    /*border-radius:0px 0px 20px 0px*/
}

.card-figure {
    transition: 550ms ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 57.77% 0 0 0;
}

.card-img {
    /*display: inline-block;
    max-width: 100%;
    height: 100%;
    vertical-align: middle;
    border: 0;*/
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 570px;
    height: 370px;
}

.card-content {
    color: #838386;
    border-style: dotted none none none;
    border-width: 2px;
    border-color: #b5b5b5;
    text-align: left;
    padding: 10px 15px 10px 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: column;
}

.nav-cart-container {
    height: 60px;
}

@media (max-width: 767px) {
    .card-content {
        height: 75px;
        max-height: 75px;
        overflow: hidden;
        padding: 4px 4px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-flow: column;
    }

    .card-footer {
        height: 26px;
    }

    .event-ticket-row-padding div.row, .event-ticket-padding, .cart-row-padding div.row {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .event-ticket-row-padding {
        margin: 0 !important;
    }

    .event-text-header, .cart-text-header {
        font-size: 1.4em !important;
    }

    .event-text-header {
        margin-top: 50px;
    }

    .cart-text-header {
        margin-top: 0 !important;
    }

    .owl-prev {
        position: absolute;
        z-index: 999;
        left: 0;
        top: 120px;
    }

    .owl-next {
        position: absolute;
        z-index: 999;
        right: 0;
        top: 120px;
    }
}

@media (min-width: 768px) {
    .card-content {
        height: 114px;
        max-height: 114px;
        overflow: hidden;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-flow: column;
    }
}

.card-event-name {
    line-height: 1.2em;
    min-height: 1.2em;
    max-height: 2.4em;
    font-family: 'Roboto Black', sans-serif;
    color: #267fa5;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px !important;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-location {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-event-location, .card-event-city {
    font-family: 'Roboto Medium', sans-serif;
    font-size: 1em;
    color: #909090;
    line-height: 1.5em;
    max-height: 1.5em;
    overflow: hidden;
    margin: 0;
    margin-left: 0px !important;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-event-date {
    color: #72c4c6;
    font-family: 'Roboto Black', sans-serif;
    font-size: 1.3em;
    line-height: 1.3em;
    margin-left: 10px;
    padding-top: 6px;
    text-transform: uppercase;
}

.card-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

@media (max-width: 767px) {
    .card-event-location, .card-event-city {
        font-size: 0.8em;
        margin-left: 0px !important;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .card-event-name {
        font-size: 0.9em;
        overflow: hidden;
        margin-bottom: 5px !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .card-event-date {
        font-size: 1.1em;
        line-height: 1.1em;
        max-height: 2.2em;
        min-height: 1.1em;
        overflow: hidden;
    }

    .card-padding {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
}

.card-button, .card-button:visited, .card-button:active, .card-button:link {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 9px 28px;
    min-width: 150px;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: pre-wrap;
    line-height: 24px;
    text-decoration: none;
    color: #fff;
    border: 2px solid;
    border-radius: 35px;
    border-color: #007DC2;
    background-color: #007DC2;
}

.card-button-container {
    position: absolute;
    top: 2%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-button:hover {
    background-color: #00a65a;
    border-color: #00a65a;
    text-decoration: none;
    color: #fff;
}

@media (min-width: 992px) {
    .card-button {
        transition: 350ms 200ms opacity, 350ms 200ms transform;
        opacity: 0;
        transform: scale3d(0.8, 0.8, 0.8);
        margin-top: 0;
    }

    .event-default-image {
        transition: 550ms ease-in-out;
    }

    .evt-default:hover .event-default-caption {
        opacity: 1;
    }

    .evt-default:hover .card-button {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }

    .evt-default:hover .event-default-image {
        transform: scale3d(1.05, 1.05, 1.05);
    }
}

.card-overlay-header {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

/*.card-overlay-header:hover,
    .card-overlay-header:focus,
    .card-overlay-header:active {
        background-color: rgba(32,152,209,0.4);
        color: white;
    }*/

.card:active div.card-overlay-header,
.card:focus div.card-overlay-header,
.card:hover div.card-overlay-header {
    background-color: rgba(32, 152, 209, 0.4);
    color: white;
}

.card:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 7px 2px rgba(38, 58, 115, 0.75);
    -moz-box-shadow: 0px 0px 7px 2px rgba(38, 58, 115, 0.75);
    box-shadow: 0px 0px 7px 2px rgba(38, 58, 115, 0.75);
}

.card-content a {
    padding: 0;
}

.no-outline {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.web-logo-container {
    position: relative;
    left: 35px;
    top: 10px;
}

.web-logo-mobile {
    width: 100px;
    height: 74px;
    left: 10px;
    top: 10px;
    position: fixed;
}

.web-logo-container img.web-logo {
    width: 180px;
    height: 134px;
    position: absolute;
    z-index: 99999;
}

.web-logo-container img.web-logo-2 {
    width: 120px;
    height: auto;
    position: absolute;
    z-index: 99999;
}

.web-logo-2 {
    width: 120px;
    height: auto;
    position: absolute;
    position: absolute;
    z-index: 99999;
}

.web-logo-container img.web-logo-sub {
    width: 130px;
    height: 97px;
    position: absolute;
    z-index: 99999;
}

.event-default-title {
    color: #337ab7;
    text-align: center;
}

.single-line {
    line-height: 2.5ex;
    height: 2.5ex;
    overflow: hidden;
}

.no-border {
    border: none;
}

.legend-underline {
    width: 100%;
    border-bottom: 1px solid #eee;
}

.event-default-location {
    line-height: 2.5ex;
    height: 2.5ex;
    overflow: hidden;
}

.col-md-col-5 {
    width: 20%;
}

.cart-section-header, .cart-text-header {
    font-family: 'Roboto Black', sans-serif;
    font-size: 1.7em;
    color: #267fa5;
    text-transform: uppercase;
    border-bottom-color: #267fa5;
    border-bottom-style: solid;
    border-bottom-width: thin;
    margin-top: 23px;
    margin-bottom: 23px;
}

.ticket-text {
    font-family: 'Roboto', sans-serif;
    color: #909090;
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 1.2em;
}

.id-section-text-1, .id-section-text-2, .payment-section-text-1 {
    font-family: 'Roboto Medium', sans-serif;
    color: #5aacb6;
}

.id-section-text-1 {
    font-size: 1.2em;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.id-section-text-2 {
    font-size: 1.1em;
}

    .id-section-text-2:active, .id-section-text-2:link, .id-section-text-2:hover, .id-section-text-2:visited {
        text-decoration: none;
    }

.payment-section-text-1 {
    text-align: left;
    text-transform: uppercase;
    font-size: 1.2em;
    width: 100%;
    border-bottom: 1px solid #5aacb6;
}

.row.display-inline-block > [class*='col-'] {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.id-input-container {
    border-radius: 30px;
    border: 1px solid #e9ebed;
    width: 100%;
    height: 50px;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
}

.payment-input-container {
    border-radius: 30px;
    border: 1px solid #e9ebed;
    height: 50px;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 4px;
}

@media (max-width: 767px) {
    .payment-input-container {
        margin: -4px 4px;
    }
}

.id-input, .id-input-icon {
    align-self: center;
    border: 0;
    color: #267fa5;
    font-size: 1.3em;
    float: left;
}

.id-input {
    flex: 1 1 100%;
    margin-left: 10px;
    font-family: 'Roboto Light', sans-serif;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

    .id-input:hover {
        outline: none;
    }

    .id-input:focus {
        outline: none;
        box-shadow: none;
    }

.form-control {
    box-shadow: none !important;
}

.id-input-icon {
    flex: 0 0 20px;
    text-align: center;
}

.payment-input, .payment-select {
    align-self: center;
    border: 0;
    color: #267fa5;
    font-size: 1.3em;
    float: left;
    font-family: 'Roboto Light', sans-serif;
    width: 100%;
}

    .payment-input:focus, .payment-select:focus {
        color: rgb(117, 117, 117);
    }

.payment-input {
    -webkit-tap-highlight-color: white;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.payment-select {
    color: rgb(117, 117, 117);
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent !important;
}

    .payment-select::-ms-expand {
        display: none;
        background: transparent !important;
    }

div.container.row-padding-lr-30 div.row {
    padding-left: 30px;
    padding-right: 30px;
}

.event-ticket-row-padding div.row, .cart-row-padding div.row {
    padding-left: 30px;
    padding-right: 30px;
}

.cart-header {
    height: 40px;
    border-radius: 15px 0 15px 0;
    display: flex;
    flex-direction: row;
    padding-left: 18px;
    padding-right: 18px;
}

.cart-header-col-1, .cart-header-col-2, .cart-header-col-3, .cart-header-col-4, .cart-header-col-5 {
    align-self: center;
    color: white;
    font-weight: bold;
    align-self: center;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 1.2em;
}

.cart-header-col-1 {
    flex: 1 1 35%;
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    -moz-flex: 1 1 35%;
}

.cart-header-col-2 {
    flex: 0 0 120px;
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    -moz-flex: 0 0 120px;
}

.cart-header-col-3 {
    flex: 0 1 100px;
    -webkit-flex: 0 1 100px;
    -ms-flex: 0 1 100px;
    -moz-flex: 0 1 100px;
}

.cart-header-col-4 {
    flex: 0 1 100px;
    -webkit-flex: 0 1 100px;
    -ms-flex: 0 1 100px;
    -moz-flex: 0 1 100px;
}

.cart-header-col-5 {
    flex: 0 1 100px;
    -webkit-flex: 0 1 100px;
    -ms-flex: 0 1 100px;
    -moz-flex: 0 1 100px;
}

.cart-footer {
    /*display: flex;
    flex-direction: row;*/
    height: 40px;
    width: 100%;
    font-family: 'Roboto Black', sans-serif;
    font-size: 1.3em;
    color: #2d82a7;
}

.cart-progress-big-1-active, .cart-progress-big-2-active, .cart-progress-big-3-active, .cart-progress-big-4-active {
    max-width: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.cart-progress-big-1-active {
    background-image: url("images/website/cart-progress-big-1.svg");
}

.cart-progress-big-2-active {
    background-image: url("images/website/cart-progress-big-2.svg");
}

.cart-progress-big-3-active {
    background-image: url("images/website/cart-progress-big-3.svg");
}

.cart-progress-big-4-active {
    background-image: url("images/website/cart-progress-big-4.svg");
}

.cart-progress-text-active {
    font-family: 'Roboto Light', sans-serif;
    font-size: 1.3em;
    color: white;
    text-transform: uppercase;
    align-self: center;
    margin: auto;
}

.cart-progress-text-normal {
    font-family: 'Roboto Light', sans-serif;
    font-size: 1.3em;
    color: #777;
    text-transform: uppercase;
    align-self: center;
    margin: auto;
}

.cart-progress-section {
    width: 25%;
    height: auto;
    float: left;
    display: flex;
}

.cart-progress-section-1 {
    max-width: 100%;
    width: 100%;
}

/* xs < 768px container = auto*/
@media (max-width: 767px) {
    .cart-progress-big-1-active, .cart-progress-big-2-active, .cart-progress-big-3-active, .cart-progress-big-4-active {
        width: 100%;
        height: auto;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
}

/* sm >= 768px container = 750px*/
@media (min-width: 768px) and (max-width: 991px) {
    .cart-progress-big-1-active, .cart-progress-big-2-active, .cart-progress-big-3-active, .cart-progress-big-4-active, .cart-progress-section {
        height: 48px;
    }

    .cart-progress-1 {
        background-image: url("images/website/cart-progress-big-1.svg");
    }

    .cart-progress-2 {
        background-image: url("images/website/cart-progress-big-2.svg");
    }

    .cart-progress-3 {
        background-image: url("images/website/cart-progress-big-3.svg");
    }

    .cart-progress-4 {
        background-image: url("images/website/cart-progress-big-4.svg");
    }

    .cart-progress-1, .cart-progress-2, .cart-progress-3, .cart-progress-4 {
        background-size: 100% auto;
        height: 77px;
    }

    .cart-progress-text-active {
        font-family: 'Roboto Light', sans-serif;
        font-size: 12px;
        color: white;
        text-transform: uppercase;
        align-self: center;
        margin: auto;
    }

    .cart-progress-text-normal {
        font-family: 'Roboto Light', sans-serif;
        font-size: 12px;
        color: #777;
        text-transform: uppercase;
        align-self: center;
        margin: auto;
    }
}

/* md >= 992px container = 970px*/
@media (min-width: 992px) and (max-width: 1199px) {
    .cart-progress-big-1-active, .cart-progress-big-2-active, .cart-progress-big-3-active, .cart-progress-big-4-active, .cart-progress-section {
        height: 63px;
    }

    .cart-progress-text-active {
        font-family: 'Roboto Light', sans-serif;
        font-size: 16px;
        color: white;
        text-transform: uppercase;
        align-self: center;
        margin: auto;
    }

    .cart-progress-text-normal {
        font-family: 'Roboto Light', sans-serif;
        font-size: 16px;
        color: #777;
        text-transform: uppercase;
        align-self: center;
        margin: auto;
    }
}

/* lg >= 1200px container = 1170px*/
@media (min-width: 1200px) {
    .cart-progress-big-1-active, .cart-progress-big-2-active, .cart-progress-big-3-active, .cart-progress-big-4-active, .cart-progress-section {
        height: 77px;
    }
}

tbody.tr-no-border tr td {
    border-top: 0 !important;
    border-bottom: 1px solid #267fa5;
}

.ticket-quantity {
    width: 72px;
    height: 30px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px #267fa5 solid;
}

.ticket-button-icon {
    font-size: 1em;
    color: white;
    align-self: center;
    width: 17px;
}

.ticket-button-remove, .ticket-button-add {
    width: 20px;
    height: 30px;
    background-color: #267fa5;
    float: left;
    display: flex;
}

.ticket-button-text {
    width: 30px;
    height: 30px;
    display: flex;
    float: left;
    align-self: center;
}

.ticket-button-remove:hover, .ticket-button-add:hover {
    cursor: pointer;
}

.navbar-style {
    height: 60px;
    border: 0;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.6);
}

.checked-background, .navbar-style {
    background-image: linear-gradient(to right, #2c2d63, #277aa1, #2c2d63), url("images/bg-checked.png");
    background-image: -webkit-linear-gradient(to right, #2c2d63, #277aa1, #2c2d63), url("images/bg-checked.png");
    background-image: -moz-linear-gradient(to right, #2c2d63, #277aa1, #2c2d63), url("images/bg-checked.png");
    background-image: -o-linear-gradient(to right, #2c2d63, #277aa1, #2c2d63), url("images/bg-checked.png");
    background-blend-mode: multiply;
    background-color: transparent;
    border-color: transparent;
}

.bg-checked-dark {
    background-image: linear-gradient(to bottom, #277aa1 0%, #045e90 100%), url("images/bg-checked.png");
    background-image: -webkit-linear-gradient(to bottom, #277aa1 0%, #045e90 100%), url("images/bg-checked.png");
    background-image: -moz-linear-gradient(to bottom, #277aa1 0%, #045e90 100%), url("images/bg-checked.png");
    background-image: -o-linear-gradient(to bottom, #277aa1 0%, #045e90 100%), url("images/bg-checked.png");
    background-blend-mode: multiply;
    background-color: transparent;
    border-color: transparent;
}

.bg-checked-light {
    background-image: linear-gradient(to bottom, #6fc3c5 0%, #3f95ad 100%), url("images/bg-checked.png");
    background-image: -webkit-linear-gradient(to bottom, #6fc3c5 0%, #3f95ad 100%), url("images/bg-checked.png");
    background-image: -moz-linear-gradient(to bottom, #6fc3c5 0%, #3f95ad 100%), url("images/bg-checked.png");
    background-image: -o-linear-gradient(to bottom, #6fc3c5 0%, #3f95ad 100%), url("images/bg-checked.png");
    background-blend-mode: multiply;
    background-color: transparent;
    border-color: transparent;
}

.bt-normal-big-dark, .bt-normal-big-light {
    width: 249px;
    height: 40px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.bt-normal-big-dark {
    background-image: url("images/website/button-normal-big-dark.svg");
}

.bt-normal-big-light {
    background-image: url("images/website/button-normal-big-light.svg");
}

.bt-next-big-light {
    background-image: url("images/website/button-next-big-light.svg");
    width: 247px;
    height: 40px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.bt-next-small-light {
    background-image: url("images/website/button-next-small-light.svg");
    width: 149px;
    height: 40px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.bt-text-1, .bt-text-1:hover, .bt-text-1:link, .bt-text-1:visited, .bt-text-1:active {
    color: white;
    text-transform: uppercase;
    text-align: center;
    align-self: center;
    width: 100%;
    font-size: 1.2em;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-shadow: 1px 2px 2px black;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.event-header-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.event-header-image-container {
    display: flex;
    align-self: flex-end;
}

.event-header-image {
    text-align: center;
    align-self: flex-end;
    margin: auto;
    border-radius: 20px;
    width: 299px;
    height: auto;
}

.event-text-header {
    font-family: 'Roboto Black', sans-serif;
    font-size: 1.7em;
    color: #267fa5;
    text-transform: uppercase;
    border-bottom-color: #267fa5;
    border-bottom-style: solid;
    border-bottom-width: thin;
    margin-top: 23px;
    margin-bottom: 23px;
}

.event-description, .event-text-date {
    font-family: 'Roboto', sans-serif;
    color: #909090;
    text-transform: capitalize;
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0;
}

.event-text-date {
    font-size: 1.3em;
    line-height: 1.3em;
    /*margin-top: -5px;*/
}

.spacer {
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    margin: 0;
}

.ticket-button-keep-shopping, .ticket-button-finish, .cart-button-keep-shopping, .cart-button-next {
    display: flex;
}

.cart-progress-1, .cart-progress-2, .cart-progress-3, .cart-progress-4 {
    background-repeat: no-repeat;
    max-width: 100%;
}

.cart-header-review {
    font-family: 'Roboto Medium', sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
    color: #7896a5;
    border-bottom-color: #267fa5;
    border-bottom-style: solid;
    border-bottom-width: thin;
}

.no-padding {
    padding: 0;
}

.carousel-container {
    overflow: hidden;
}

.carousel-header-section-1, .carousel-header-section-2 {
    overflow: hidden;
    float: left;
}

.carousel-header-text-1, .carousel-header-text-2 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-shadow: 2px 2px 5px black;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carousel-header-button {
    position: absolute;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 5px black;
    filter: drop-shadow(3px 3px 3px black);
}

.carousel-content {
    background-color: white;
    overflow: hidden;
}

.carousel-nav-container {
    /*position: absolute;*/
    z-index: 2;
    width: 100%;
}

.carousel-nav-arrows {
    display: flex;
}

.carousel-nav-left,
.carousel-nav-right {
    align-self: center;
    filter: drop-shadow(3px 3px 3px black);
    cursor: pointer;
}

.carousel-image {
    object-fit: cover;
    cursor: pointer;
}

.badge-style {
    background-color: #d9534f;
    width: 22px;
    height: 21px;
    align-self: center;
    position: absolute;
    top: 13px;
    left: 18px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.2rem;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    padding: 2px;
}

@media (max-width: 991px) {
    .cart-info {
        width: 60px;
        height: 60px;
        position: fixed;
        right: 42px;
        display: flex;
    }
}

/*   XS   */
@media (max-width: 767px) {
    .no-padding-xs {
        padding: 0;
    }

    .hide-xs {
        display: none;
    }

    .event-text-header {
        font-size: 1.4em;
        margin-top: 50px;
    }

    .event-text-date {
        font-size: 1.07em;
        line-height: 1.07em;
    }

    .event-description, .event-text-date, .ticket-text, .bt-text-1, .cart-header-col-1,
    .cart-header-col-2, .cart-header-col-3, .cart-header-col-4, .cart-header-col-5 {
        font-size: 0.984em !important;
        line-height: 0.984em !important;
    }

    .bt-normal-big-dark, .bt-normal-big-light {
        width: 205px;
        height: 33px;
    }

    .bt-next-big-light {
        width: 203px;
        height: 33px;
    }

    .bt-next-small-light {
        width: 123px;
        height: 33px;
    }

    .cart-header-row {
        margin-top: 50px;
        padding: 0;
        margin-bottom: -15px;
    }

    .cart-section-header {
        margin: 0;
    }

    .cart-header {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ticket-button-keep-shopping, .ticket-button-finish, .cart-button-keep-shopping, .cart-button-next {
        /*float: right;*/
        margin: auto;
    }

    .ticket-button-finish, .cart-button-next {
        /*clear: right;*/
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .cart-button-next {
        background-image: url("images/website/button-normal-big-light.svg");
        width: 205px !important;
        height: 33px !important;
    }

    .cart-progress-1, .cart-progress-2, .cart-progress-3, .cart-progress-4 {
        background-size: 100% 45px;
        height: 45px;
    }

    .cart-progress-1 {
        background-image: url("images/website/cart-progress-small-1.svg");
    }

    .cart-progress-2 {
        background-image: url("images/website/cart-progress-small-2.svg");
    }

    .cart-progress-3 {
        background-image: url("images/website/cart-progress-small-3.svg");
    }

    .cart-progress-4 {
        background-image: url("images/website/cart-progress-small-4.svg");
    }

    .cart-row-padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .ticket-text {
        font-family: 'Roboto Black', sans-serif;
        font-weight: bold;
        font-size: 1em;
        line-height: 1em;
        max-height: 2em;
        color: #53688f;
    }

    .ticket-text-sub {
        font-family: Roboto, sans-serif;
        font-size: 1em;
        line-height: 1em;
        max-height: 2em;
        color: #7d7d7d;
    }

    .id-input-container {
        display: flex;
    }

    .jp-card-container {
        width: 100% !important;
        max-width: 320px !important;
    }

    .jp-card {
        min-width: 280px !important;
    }

    .carousel-container {
        padding-left: 8px;
        padding-right: 8px;
    }

    .carousel-header-container {
        margin-top: 40px;
        height: 30px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .carousel-header {
        width: 304px;
        height: 30px;
        margin-left: auto;
        background-image: url("images/website/carousel-header-small-bg.svg");
        background-repeat: no-repeat;
    }

    .carousel-header-section-1, .carousel-header-section-2 {
        height: 30px;
        padding-top: 0px;
    }

    .carousel-header-section-1 {
        margin-left: 30px;
        width: 108px;
    }

    .carousel-header-section-2 {
        margin-left: 5px;
        width: 75px;
    }

    .carousel-header-text-1 {
        font-size: 0.7em;
        color: #f0f0f0;
        margin-top: 4px;
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .carousel-header-text-2 {
        font-size: 0.6em;
        color: #72c4c6;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .carousel-header-button {
        float: left;
        margin-left: 10px;
        width: 75px;
        height: 25px;
        font-size: 0.9em;
        line-height: 0.9em;
        background: url(images/website/banner-button-buy.svg);
        background-repeat: no-repeat;
        top: -5px;
        right: 25px;
    }

    .carousel-content {
        width: 100%;
        height: 170px;
        margin: 0;
        /*border-radius: 20px 0px 0px 0px;*/
    }

    /*.carousel-nav-container {
        width: 100%;
        margin-left: -8px;
        padding-left: 8px;
        padding-right: 8px;
    }*/
    .carousel-nav {
        width: 100%;
        /*height: 190px;*/
    }

    .carousel-nav-arrows {
        /*height: 190px;*/
    }

    .carousel-nav-left,
    .carousel-nav-right {
        font-size: 2em;
    }

    .carousel-image {
        width: auto;
        height: 170px !important;
    }
}

/*   SM   */
@media (min-width: 768px) {

    .carousel-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .carousel-header-container {
        margin-top: 30px;
        height: 73px;
    }

    .carousel-header {
        width: 665px;
        height: 73px;
        margin-left: auto;
        background-image: url("images/website/carousel-header-big-bg.svg");
    }

    .carousel-header-section-1, .carousel-header-section-2 {
        height: 73px;
        padding-top: 7px;
    }

    .carousel-header-section-1 {
        margin-left: 80px;
        width: 237px;
    }

    .carousel-header-section-2 {
        margin-left: 14px;
        width: 114px;
    }

    .carousel-header-text-1 {
        font-size: 1.235em;
        color: #f0f0f0;
        margin-top: 12px;
        margin-bottom: 3px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .carousel-header-text-2 {
        font-size: 0.95em;
        color: #72c4c6;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .carousel-header-button {
        float: left;
        margin-left: 10px;
        width: 185px;
        height: 62px;
        font-size: 1.9em;
        line-height: 1.9em;
        background: url(images/website/banner-button-buy.svg);
    }

    .carousel-content {
        height: 270px;
        border-radius: 30px 0px 0px 0px;
    }

    .carousel-nav {
        /*width: 690px;*/
        width: 100%;
        /*height: 320px;*/
    }

    .carousel-nav-arrows {
        /*height: 320px;*/
    }

    .carousel-nav-left,
    .carousel-nav-right {
        font-size: 4em;
    }

    .carousel-image {
        width: auto;
        height: 270px !important;
    }

    .owl-prev {
        position: absolute;
        z-index: 999;
        left: 0;
        top: 210px;
    }

    .owl-next {
        position: absolute;
        z-index: 999;
        right: 0;
        top: 210px;
    }
}

/*  MD  */
@media (min-width: 992px) {
    .ticket-row-button, .cart-row-button {
        display: flex;
        flex-direction: row;
    }

    .ticket-row-spacer, .cart-row-spacer {
        flex: 1 1 80%;
    }

    .ticket-button-keep-shopping, .cart-button-keep-shopping {
        flex: 1 0 249px;
    }

    .ticket-button-finish {
        flex: 1 0 247px;
    }

    .cart-button-next {
        flex: 1 0 149px;
    }

    .cart-progress-1, .cart-progress-2, .cart-progress-3, .cart-progress-4 {
        background-size: 100% auto;
        height: 77px;
    }

    .cart-progress-1 {
        background-image: url("images/website/cart-progress-big-1.svg");
    }

    .cart-progress-2 {
        background-image: url("images/website/cart-progress-big-2.svg");
    }

    .cart-progress-3 {
        background-image: url("images/website/cart-progress-big-3.svg");
    }

    .cart-progress-4 {
        background-image: url("images/website/cart-progress-big-4.svg");
    }

    .cart-header-row {
        height: 94px;
    }

    .carousel-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .carousel-header-container {
        margin-top: 30px;
        height: 77px;
    }

    .carousel-header {
        width: 700px;
        height: 77px;
        margin-left: auto;
        background-image: url("images/website/carousel-header-big-bg.svg");
    }

    .carousel-header-section-1, .carousel-header-section-2 {
        height: 77px;
        padding-top: 7px;
    }

    .carousel-header-section-1 {
        margin-left: 85px;
        width: 250px;
    }

    .carousel-header-section-2 {
        margin-left: 15px;
        width: 120px;
    }

    .carousel-header-text-1 {
        font-size: 1.3em;
        color: #f0f0f0;
        margin-top: 14px;
        margin-bottom: 3px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .carousel-header-text-2 {
        font-size: 1em;
        line-height: 1em;
        max-height: 1em;
        color: #72c4c6;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .carousel-header-button {
        float: left;
        margin-left: 10px;
        width: 195px;
        height: 66px;
        font-size: 2.0em;
        line-height: 2.0em;
        background: url(images/website/banner-button-buy.svg);
    }

    .carousel-nav {
        /*width: 910px;*/
        width: 100%;
        /*height: 320px;*/
    }

    .cart-info {
        float: right;
        height: 60px;
        display: flex;
        margin-right: 30px;
        position: relative;
        z-index: 99999;
        right: 20px;
    }
}

/*   LG   */
@media (min-width: 1200px) {

    .carousel-nav {
        /*width: 1110px;*/
        width: 100%;
        /*height: 320px;*/
    }
}

@-webkit-keyframes autofill {
    to {
        color: #fff;
        background: transparent;
    }
}

#unlogged .form-control {
    box-shadow: none !important;
    position: relative;
    top: -10px;
    height: 48px;
}

#unlogged .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a94442;
    position: absolute;
    right: 5px;
    top: -26px;
    background: #fff;
    padding: 0px 5px;
    z-index: 1000;
}

.jvFloat .placeHolder {
    position: absolute;
    top: -7px;
    left: 0;
    z-index: 999;
    text-transform: uppercase;
    background: #fff;
    padding: 0px 5px;
    width: auto;
    font-size: 10px;
}

input[type=text]:disabled {
    background: #b3b3b3 !important;
    color: #fff;
}

.content_tickets {
    max-width: 350px;
    margin: auto;
    min-height: 490px;
}

.content_tickets_used {
    max-width: 350px;
    margin: auto;
    opacity: 0.3;
    min-height: 490px;
}

.item_ticket_used {
    width: 100%;
    position: absolute;
    z-index: 10;
    text-align: center;
    top: 180px;
}

.text_ticket_used {
    margin: 25px;
    padding: 20px 0px;
    background: #2a3a6c;
}

@media (max-width: 1024px) {
    .text_ticket_used {
        margin: 8px;
    }
}

@media (max-width: 768px) {
    .text_ticket_used {
        margin: 8px;
    }
}

.text_ticket_used span {
    color: #fff;
    display: block;
}
