body {
    background-color: #990000;
    font-family: 'Roboto Condensed', sans-serif;    
    float: left;
    width: 100%;
    height: auto;
}

body.no-top {
    top: 0 !important;
}

html.translated-ltr nav {
    margin-top: 40px;
}
.fnt {
    font-family: 'Oswald', sans-serif;
}

nav {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: #fff;
    box-shadow: none;
    border-bottom: 1px solid #eee;
}

body.no-top nav{
    margin-top: 0 !important;
}

.nav-wrapper {
    padding: 0 0px ;
}
.nav-item {
    height: 60px;
    float: left;
    width: 70px;
    text-align: center;
}

.nav-item:hover {
    background: rgba(0,0,0,.1);
}
.nav-item-top {
    float: left;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    color: #000;
}
nav a {
    color: #111;
}   
.nav-item-bottom {
    width: 100%;
    float: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    color: #333;
    height: 20px;
    line-height: 20px;
    padding: 0;
    margin: 0;
}
.nav-item-bottom span {
    width: 100%;
    text-align: center;
    height: 100%;
    float: left;
}   
#nav-logo {
    width: calc(100% - 420px);
    text-align: center;
    padding: 0px;
    margin: 0 0 0 210px;
}

#nav-logo:hover {
    background: none;
}
#nav-logo .nav-item-top {
    
}
nav .nav-item-top > i {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
}
#nav-logo .mobile {
    display: none;
}
#nav-phone .mobile {
    display: none;
}


@media (max-width: 991px){
    nav {
        height: 60px !important;
        line-height: 60px;
        float: left;
    }
    .nav-wrapper {
        padding: 0vw ;
    }
    #nav-logo {
        width: calc(100% - 40px);
    }
    .nav-item {
        width: 40px;
    }
    #nav-logo .mobile {
        display: block;
    }
    #nav-logo .desktop {
        display: none;
    }
    #body_event #nav-logo .nav-item-top, #body_checkout #nav-logo .nav-item-top {
        text-transform: unset;
    }
    #body_index #nav-logo {
        margin-left: 0;
        width: 100%;
        padding: 0 40px;
    }
    #body_event #nav-logo, #body_checkout #nav-logo {
        padding-left: 0px !important;
    }
    #body_event #nav-logo .h1.mobile, #body_checkout #nav-logo .h1.mobile{
        width: 100%;
        white-space:nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    #body_event #nav-logo, #body_checkout #nav-logo {
        width: calc(100% - 60px);
        margin-left: 20px;
    }
    #nav-logo {
        width: calc(100% - 110px);
        margin-left: 30px;
    }
    #nav-back, #nav-back i{
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 30px;
        height: 60px;
        line-height: 60px;
        color: #081e2b;
        text-align: right;
        font-size: 14px;
        padding-right: 10px;
    }
    #body_index #nav-back {
        display: none;
    }
    #nav-email {
        display: none;
    }
    #nav-phone {
        position: fixed;
        right: 0;
    }
    #nav-help {
        position: fixed;
        left: 0;
        display: none;
    }
    #body_index #nav-help {
        display: block;
    }
    .nav-item-top {
        height: 34px;
        font-size: 18px;
        line-height: 34px;
    }
    .nav-item-bottom {
        line-height: 110%;
        height: 26px;
        font-size: 10px;
    }
    h1.nav-item-top, h2.nav-item-bottom {
        text-align: left;
    }
    #body_index h1.nav-item-top, #body_index h2.nav-item-bottom {
        text-align: center;
    }

    .nav-wrapper #dropdownLang {

        opacity:1;

    }
}


@media (max-width: 991px){
    html.translated-ltr .goog-te-gadget-simple {
        //margin-top: 40px;
    }
    .goog-te-gadget-simple{
        width: 40px;
        border: none !important;
        height: 60px;
        margin-top: 1px;
        margin: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        white-space: nowrap;
        background: none !important;

    }
    .goog-te-gadget-simple .goog-te-menu-value span {
        display: none;
    }

    .goog-te-gadget-simple img {
        display: none !important;
    }
    .goog-te-menu-frame {
        Awidth: calc(100vw - 0px) !important;
        max-width: unset;
        Aleft: 0 !important;
        border: none !important;
        box-shadow: none !important;
        border-bottom: 1px solid #ccc !important;
        background-color: #fff;
    }
    
    .goog-te-menu2 { 
        border: none !important;
        width: calc(100vw - 8px) !important;
    }
}
@media (min-width: 992px){
    html.translated-ltr .goog-te-gadget-simple {
        margin-top: 40px;
    }
    .goog-te-gadget-simple{
        width: 70px;
        border: none !important;
        height: 60px;
        margin-top: 1px;
        margin: 0;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 100;
        white-space: nowrap;
        background: none !important;

    }
    .goog-te-gadget-simple .goog-te-menu-value span {
        display: none;
    }

    .goog-te-gadget-simple img {
        display: none !important;
    }
    #nav-advice {

    }
}

/*MAIN*/
main {
    float: left;
    min-height: 200px;
    width: calc(100% - 40px);
    margin: 20px;
}

@media (min-width: 1200px){
    
}
@media (max-width: 991px){
    
}
@media (max-width: 767px){
    
}


/*HEADER*/
header {
    width: 100%;
    height: 170px;
    float: left;
    background-color: #990000;
    background-position: top -40px center;
    background-size: cover;
    margin-top: 60px;
}
#body_index header {
    background-image: url('/media/img/background.jpg');
    height: 350px;
    background-size: cover;
    background-position: bottom -50px center;
    background-repeat: no-repeat;
}
#body_index header .color {
    background: rgba(153,0,0,.0);
    float: left;
    width: 100%;
    height: 100%;
    background-size: cover;
    text-align: center;
}

#body_index header .color h1 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    display: none;
}

@media (max-width: 991px){
    header {
        background-position: center;
    }
    #body_index header {
        background-size: 100% auto;
        background-position: top center;
        background-repeat: no-repeat;
        height: 100px;
        display: none;
    }
}
@media (min-width: 992px){
    #body_index main {
        min-height: calc(100vh - 500px);
    }
}
@media (min-width: 992px) and (max-width: 1200px){
    
}

/*
header {
    width: 100%;
    height: 300px;
    float: left;
    background-color: #081e2b;
    background-position: top -40px center;
    background-size: cover;
    margin-top: 60px;
    background-image: url('/media/index.jpg');
}

header h6 {
    height: 300px;
    text-align: centeR;
    padding: 0;
    margin: 0;
    color: #081e2b;
    font-family: 'Rubik', serif;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 300px;
    font-size: 50px;
}
*/

/*INDEX*/
#events .row {
    text-align: center;
    margin-bottom: 0;
}
.col.event {
    width: 360px;
    height: 360px;
    margin: 10px;
    float: none;
    display: inline-block;
    text-align: left;
    padding: 0 0px 20px 0px;
    background-color: #990000;
}
.col.event .card {
    margin: 0;
}
.card .card-image {
    height: 160px;
    width: 100%;
    display: inline-block;
    background-position: center;
    background-size: cover;
}

.card .card-image .color {
    height: 100%;
    background: rgba(8,30,43,.3);
    width: 100%;
}
.card .card-image .type {
    height: 100%;
    background-size: auto 50%;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
}
.card .card-image .type.mobile {
    display: none;
}
section#events {
    width: 100%;
    margin: 0 ;
    float: left;
    min-height: 250px;¡
}
section#events .title{
    width: 100%;
    height: auto;
    display: block;
    line-height: 110%;
    color: #081e2b;
}
.card {
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ccc;
}
.col.event .card {
    box-shadow: none;
    border-radius: 0px;
    border: none;
    padding: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/media/img/eventBorder.png);
    background-size: 100%;
}
.card .card-content {
    padding: 0 12px;
}


section#events .col.event .card .card-content .title{
    color: #ffa500;
    text-align: center;
    width: calc(100% - 0px);
    margin: 2px 0px 0 0;
    height: 88px;
    line-height: 19px;
    font-size: 17px;
}

section#events .col.event .card .card-content .description{
    display: none;
}
section#events .col.event .card .card-content .date{
    width: 50%;
    color: #ffa500;
    text-align: left;
    float: left;
}
section#events .col.event .card .card-content .time{
    width: 50%;
    color: #ffa500;
    text-align: right;
    float: left;
}

#body_index .col.event .card .card-action { 
    border: none;
    padding: 0 12px 0px 12px;
    text-align: center;

}

@media (max-width: 991px){
    #body_index main {
        margin:0;
        width: 100%;    
        margin-top: 60px;
    }
    #body_index .col.event { 
        width: 100%;
        padding: 0;
        float: left;
        height: auto;
        margin: 0;
        background-color: #000;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-image: none !important;
    }
    /*#body_index .col.event:not(:first-child) {
        background-image: none !important;
    }*/
    #body_index .col.event .card {
        border: none;
        float: left;
        width: 100%;
        border-bottom: 4px solid #131313;
        padding: 0 16px;
        background: none;
        text-shadow: 0 0 3px #000;
    }
    #body_index .col.event .card .card-image {
        width: 100%;
        height: 220px;
        float: left;
    }
    /*#body_index .col.event:first-child .card .card-image {
        visibility: hidden;
    }*/
    .card .card-image .type.desktop {
        display: none;
    }
    .card .card-image .color {
        background: none;
    }
    .card .card-image .type.mobile {
        display: block;
        background-position: top 20px center;
    }
    #body_index .col.event .card .card-content {
        width: 100%;
        float: left;
        padding: 0px;
        margin-top: 8px;
    }
    
    #body_index .col.event .card .card-content p {
        line-height: 120%;
    }
    #body_index .col.event .card .card-action {
        float: right;
        width: 100%;
        /* border-bottom: 1px solid #eee; */
        padding: 8px 0px 8px 10px;
        text-align: right;
        border-top: 0;
        text-align: right;
        border-top: 0;
    }
    section#events {
        float: left;
        width: 100vw;
        margin: 0;
    }
    .row .col {
        padding:0;
    }
    section#events .title {
        width: 100%;
        padding: 0px;
        display: inline-block;
        font-size: 16px;
        text-align: center;
        padding: 12px;
        color: #fff;
    }
    
    section#checkout.fixed, section#checkout.float {
        width: 100vw;
        float: left;
        position: static;
    }
    section#events .col.event .card .card-content .title {
        color: #ffa500;
        text-align: left;
        width: calc(100% - 0px);
        margin: 0px;
        height: auto;
        line-height: 130%;
        font-size: 18px;
        padding: 0px;
    }
    section#events .col.event .card .card-content .date {
        width: auto;
        color: #ffa500;
        text-align: right;
        float: right;
        margin-top: 10px;
        padding-left: 16px;
    }
    section#events .col.event .card .card-content .time {
        width: auto;
        color: #ffa500;
        text-align: right;
        float: right;
        margin-top: 10px;
    }
    .card .card-image .card-title {
        background:  rgba(0,0,0,.7);
        font-weight: bold;
        margin: 12px;
        font-size: 14px;
        padding: 10px;
        text-transform: uppercase;
    }
    
}
@media (min-width: 992px){
    section#events .title {
        height: 30px;
        text-align: center;
        color: #fff;
        font-size: 20px;
    }
    #body_index .card .card-content {
        height: 110px;
    }
    #body_index .col.event {
        background: none !important;
    }
}

/*FOOTER*/
footer {
    float: left;
    width: 100%;
}

footer.page-footer {
    background-color: #6d0000;
}

/*EVENT*/
#body_event {
}
#body_event header {
    float: left;
    margin-top: 60px;
    width: calc(480px + 50% - 600px);
    height: auto;
    min-height: calc(100vh - 60px);
    background-color: #800000;
    padding-left: calc(50% - 600px);
}
#body_event header .image .color {
    height: 100%;
    background: rgba(8,30,43,.8);
    width: 100%;
}
#body_event header  .image {
    position: absolute;
    height: 170px;
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
}
#body_event header #event-info {
    float: left;
    width: 100%;  
    padding: 0 20px;
}
#event-info * {
    color: #fff;
    float: left;
    width: calc(100% - 0px);
}
#event-info .type {
    float: left;
    width: 120px;
    height: 170px;
    background-position: top 20px center;
    background-size: auto 50%;
    background-repeat: no-repeat;
    display: none;
}
#event-info .title {
    margin-top: 20px;
    line-height: 130%;
    font-size: 22px;
}
#body_event header #stadium {
    width: 100%;
    padding: 20px;
    float: left;
    height: auto;
}

#body_event header #stadium img {
    float: left;
    width: 100%;
}

@media (max-width: 991px){
    #body_event {
        background-color: #800000;
    }
    #body_event header {
        width: 100%;
        min-height: unset;
    }
    #body_event #main-event {
        width: 100%;
        margin: 0;
        padding: 0;
        padding-bottom: 40px;
    }
    #event-info .type {
        float: left;
        width: 80px;
        height: 80px;
        background-position: top 10px center;
        background-size: 70% auto;
        background-repeat: no-repeat;
    }
    #event-info * {
        width: calc(100% - 0px);
    }
    #event-info .title {
        margin-top: 10px;
        font-size: 18px;
    }
}
@media (min-width: 992px){
    #body_event header {
        position: sticky;
        top: 60px;
    }
}

/*EVENT-TICKETS*/
#main-event {
    float: left;
    width: calc(1200px - 480px);
    margin: 60px 0 0 0;
    margin-right: calc(50% - 600px);
    padding: 20px;
}
#event-tickets {
    width: 100%;
    float: left;
    height: auto;
}
#event-tickets > .title {
    padding-bottom: 12px;
    float: left;
    width: 100%;
}
#body_event #event-tickets > .title {
    color: #ffa500;
    font-size: 22px;
    line-height: 130%;
}
#event-tickets {
    width: 100%;
    float: lefT;
}

#event-tickets #tickets {
    width: 100%;
    float: left;
}
.ticket-box {
    background-color: #800000;
    color: #fff;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.ticket-box table {
    font-size: 0.8rem;
}

.ticket-box table tr {
    border-color: #900;
}

.ticket-box table tbody tr:last-child {
    border-bottom: none !important;
}
.ticket-box table th, .ticket-box table td {
    padding: 7px 12px;
}
.ticket-box table select{
    height: auto;
}
.ticket-box .title {
    width: 100%;
    float: left;
    color: #ffa500;
    padding: 12px;
}
.ticket-box table  td.table-color {
    width: 50px;
}
.table-quantity {
    width: 100px;
}
.category-color {
    width: 20px;
    border-radius: 0%;
    height: 20px;
    float: left;
    margin-left: 0px;
}
.ticket-box table td.category {
    font-weight: bold;
    width: 100%;
    padding-left: 0px;
}

.ticket-box .btn{
    height: 30px;
    line-height: 30px;
    padding: 0 1rem;
}
th {
    opacity: .7;
}
td, th {
    padding: 7px 5px;
    text-align: center;

}
td.category, th.category { 
    text-align: left;
}
tr td:last-child {
    text-align: right;
}
@media (max-width: 991px){
    #event-tickets {
        margin: 0;
    }
    #body_event #event-tickets > .title {
        width: 100vw;
        padding: 5px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        display: inline-block;
        font-size: 12px;
        width: calc(100% - 40px);
        margin: 0px 20px;
        text-align: center;
        background-color: #680404;
        border-radius: 4px;
    }
    #event-tickets #stadium {
        width: 92vw;
        float: left;
        background: none;
        margin: 0 4vw;
        border: none;
    }
    #body_event header #stadium {
        padding: 8px 20px;
        margin: 8px 16px;
        width: calc(100% - 32px);
        /*background-color: #fff;*/
    }
    #event-tickets #tickets {
        width: 100%;
        margin: 0px 0;  
        padding: 0 4px;
    }
    .ticket-box {
        border: none;
        margin: 0;
    }
    .category-color {
        margin: 0;
    }
    .ticket-box table th, .ticket-box table td {
        padding: 7px 4px;
    }
    .ticket-box .btn {
        font-size: 10px;
        padding: 0 10px;
    }
    
    .ticket-box table td.category {
        padding-right: 0px;
    }
    .ticket-box .title {
        padding: 16px 4px 0 4px;
        font-size: 20px;
    }
    .ticket-box table tbody tr:last-child {
        border-bottom: 1px solid #eee !important;
    }
}
/*CHECKOUT*/

#body_checkout input {
    color: #fff;
}
section#shipping {
    width: calc(100% - 320px);
    float: left;
    margin: 20px 20px 0 0;
    min-height: 200px;
}
main#main-checkout {
    float: left;
    width: 1000px;
    margin-left:  calc(50% - 500px);
    margin-right:  calc(50% - 500px);
    margin-top: 60px;
}
.shipping-box, .payment-box {
    WIDTH: 100%;
    FLOAT: left;
    background-color: #800000;
    color: #fff;
    margin-bottom: 20px;
}
.shipping-box .title, .payment-box .title{
    width: 100%;
    float: left;
    color: #ffa500;
    padding: 12px;
    font-size: 18px;
}

.shipping-form {
    float: left;
    width: 100%;
}
.shipping-box form{
    float: left;
    width: 100%;
    padding: 0 0.75rem;
}
.no-margin {
    margin: 0;
}
.shipping-form .row{
    margin-bottom: 0;
}
.shipping-form .input-field {
    padding: 0.2rem 0.5rem;
}
.shipping-form .row .col {
    margin-top: 0rem;
}
.shipping-form input {
    height: 2.5rem;
}
.shipping-form .input-field .prefix {
    font-size: 1.6rem;
    margin-top: .4rem;
    width: 2rem;
}
.shipping-form .row .title-shipping {
    padding: 12px 20px 0 20px;
}
.radio-shipping p {
    text-align: center;
    width: auto;
    display: inline-block;
}
.radio-shipping p label {
    margin: 12px 20px 20px 20px;
}
section#checkout.fixed {
    width: 300px;
    float: left;
    margin-top: 20px;
    min-height: 200px;
    position: fixed;
    right:  calc(50% - 500px);
    height: auto;
}
section#checkout.float {
    width: 300px;
    float: left;
    margin-top: 20px;
    min-height: 200px;
    position: static;
    height: calc(100vh - 220px);
}
#checkout-box {
    padding: 10px;
    background-color: #800000;
    color: #fff;
    float: left;
    width: 100%;
    height: 100%;
}
#checkout .title {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #ffa500;
}
.checkout-box {
    width: 100%;
    margin: 10px 0px;
    float: left;   
}
#checkout  .checkout-box .title{
    font-weight: bold;
    color: #fff;
    font-size: .8rem;
}
#checkout button {
    float: right;
    width: 100%;
    margin-top: 10px;
} 
.checkout-box-left {
    width: calc(40% - 10px);
    margin-right: 10px;
    float: left;
}
.checkout-box-left img{
    width: 100%;
}
.checkout-box-right {
    float: left;
    width: 60%;
}
.checkout-box-right p{
    margin: 0;
    font-size: 0.8rem;
}
.particular-shipping, .hotel-shipping, .notconfirmed-shipping {
    display: nojne;
}
#checkout-total {
    float: left;
    left: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0 6px;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: right;
    border-bottom: 1px solid #eee;
}
.shipping-method {
    display: none;
}
.to-shipping {
    padding: 0 20px 20px 20px;
}
@media (max-width: 991px){
    main#main-checkout {
        width: 100%;
        margin: 60px 0 0 0;
        padding: 0;
    }
    section#shipping {
        width: 100%;
        margin: 0;
    }
    .shipping-box form {
        padding: 0px 12px;
        margin: 0;
        width: 100%;
    }
    .shipping-box #form-client {
        padding: 10px 12px;
    }
    #input-field-email-2 {
        margin-left: 12.5%;
        width: 87.5%;
    }
    .shipping-box, .payment-box {
        border: none;
        border-bottom: 1px solid #eee;
        margin-bottom: 0;
    }
    .shipping-box .title, .payment-box .title, #checkout .title {
        font-weight: bold;
        min-height: auto;
        font-size: 16px;
        line-height: 110%;
        padding: 20px 12px 0 12px;
    }
    .shipping-form {
        width: 100%;
        margin: 0 0px;
        padding: 0px;
        border-radius: 2px;
    }
    .shipping-form label, .shipping-form input{
        font-size: 16px;
    }
    .shipping-form label.active{
        font-size: .8rem;
    }
    .shipping-form .row .title-shipping {
        margin-top: 20px;
        padding: 0;
    }
    .radio-shipping p {
        width: 100%;
        float: left;
        text-align: left;
    }
    .radio-shipping p label {
        text-align: left;
        height: auto;
    }
    .form-phone2, .form-mail2 {
        display: none;
    }
    .shipping-form.no-margin {
        margin: 0px;
        width: calc(100% - 0px);
    }
    
}

@media (min-width: 992px){
    main#main-checkout {
        min-height: calc(100vh - 130px);
    }
}
#payment-form {
    text-align: left;
    float: left;
    width: 100%;
}
#payment-form > p {
    float: left;
    width: auto;
}
#payment-form > p label{
    margin: 12px 20px 20px 20px;
}
#payment-invoice {
    padding: 12px 20px 20px 20px;
}
#payment-invoice > p{
    width: 100%;
    text-align: center;
}
#payment-invoice-result {
    display: none;
}
.termns-box {
    float: left;
    width: 100%;
    padding-left: 6px;
}
.termns-box p{
    float: left;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    color: #081e2b;
}
.termns-box p label{
    color: #fff;
    
}
.termns-box p span {
    padding-left: 25px !important;
    line-height: 125% !important;
    text-align: left;
}
@media (max-width: 991px){
    .input-field > label:not(.label-icon).active {
        transform: translateY(0px) scale(0.8);
    }
    #shipping-form p label, #payment-form > p label {
        margin: 12px 20px 20px 20px;
        width: calc(100% - 32px);
    }
    #payment-form {
        padding: 0px;
    }
    #payment-form p {
        width: 100%;
        float: left;
    }
    .termns-box, #payment-form {
        float: left;
        width: calc(100% - 0px);
        margin: 0px;
    }
    #payment-invoice {
        float: left;
    }
    #checkout-box {
        border: none;
        margin: 0;
        padding: 0;
        background: none;
    }
    .checkout-box {
        padding: 0 12px;
        margin: 0;
        display: none;
        background: none;
    }
    #checkout .checkout-box .title {
        padding: 0;
        margin-top: 10px;
    }   
    section#checkout.fixed {
        position: fixed;
        margin-top:0;
        width: 100%;
        bottom: 0;
        left: 0;
        border-top: 1px solid #5a0000;
        background-color: #680404;
        min-height: unset;
        z-index: 1;
    }
    #checkout-total {
        position: absolute;
        border: none;
        font-size: 16px;
        line-height: 110%;
        padding-top: 10px;
        width: auto;
        right: 30px;
    } 
    #checkout .title {
        padding-top: 10px;
    }
    #checkout button {
        float: none;
        width: 100%;
        margin-top: 10px;
        right: 10px;
        bottom: 10px;
        z-index: 55;
        left: 10px;
        height: 50px;
    }
    .termns-box {
        bottom: 0px;
        z-index: 0;
        background: none;
        margin: 0;
        width: 100%;
        padding: 0 10px;
        height: auto;
    }
    #body_checkout footer {
        margin-bottom: 100px;
        margin-bottom: 0px;
    }
    #body_checkout.opened footer {
        margin-bottom: 50vh;
    }
    #body_checkout #checkout .opened, #body_checkout #checkout .closed{
        display: none;
    }
    #body_checkout.closed #checkout .closed, #body_checkout.opened #checkout .opened, #body_checkout.opened .checkout-box{
        display: block;
    }
    #checkout-arrow {
        width: 30px;
        position: absolute;
        right: 0;
        top: 8px;
    }
    label.select-label {
        transform: translateY(22px) scale(0.8) !important;
        font-size: 0.8rem;
    }
}

@media (min-width: 992px){
    .input-field > label.active {
        -webkit-transform: translateY(-5px) scale(0.8) !important;
        transform: translateY(-5px) scale(0.8) !important;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .select-wrapper + label {
        top: -18px;
    }
}

* {
    pointer-events: all;
}

input + label {
    pointer-events: none;
}



.page-footer .footer-copyright {
    padding: 0 20px;
    display: inline-block;
    float: left;
    width: 100%;
}
footer h5 {
    font-size: 16px;
}
footer h5, .page-footer .footer-copyright * {
    margin: 0;
    width: auto;
    line-height: 50px;
    float: left;
    color: #ffffff7a;
    margin-right: 10px;
}
.page-footer .footer-copyright a.last-child {
    margin-right: 0;
}
.last-hour-advice {
    font-family: 'Oswald', sans-serif;
    color: #ffa500;
    margin-right: 5px;
    display: none;
}
.ed-btn {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    border-radius: 0;
    text-shadow: none;
}
.ed-btn, .ed-btn * {
    white-space: nowrap;
    vertical-align: baseline;
}
.last-hour .ed-btn {
    background-color: #ffa500;
}
.last-hour .last-hour-advice {
    display: inline-block;
}

@media (max-width: 991px){
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
}
@media (min-width: 992px){
    .desktop {
        display: block !important;
    }
    .mobile {
        display: none !important;
    }
}


/*STADIUM*/
#body_event.body_stadium {
    background-color: #f1f1f1;
}

#body_event.body_stadium header {
    background-color: #f1f1f1;
}


#body_event.body_stadium main#main-event {
    background-color: #fafafa;
}
#body_event.body_stadium .stadium_map {
    width: 100%;
    height: 200px;
    margin: 20px 0;
    float: left;
}
#body_event.body_stadium .stadium_description img {
    width: auto;
    max-width: 400px;
    max-height: 400px;
}

#body_event.body_stadium #nav-logo .h1.mobile {
    height: 60px;
    line-height: 60px;
}

@media (max-width: 991px){
    #body_event.body_stadium main#main-event {
        padding: 0 36px;
    }
}