html, body{
    background-color: #2b9dbc;
    color: #231f20;
}

@font-face {
    font-family: 'miedinger_boldbold';
    src: url('miedinger-bold-webfont.woff2') format('woff2'),
        url('miedinger-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.miedinger_boldbold{
    font-family: 'miedinger_boldbold';
}

.header{
    position: fixed;
    width: 100%;
    padding-bottom: 10px;
    z-index: 2;
}

.headerBG{
    background-color: #2b9dbc;
    z-index: 10000;
    transition: all 0.2s ease-out 0s;
}

/*.ghali_header{
    background: url('../images/header.jpg') bottom center no-repeat;
    height: 555px;
    z-index: 999;
    position: relative;
}*/

.ghali_header{
    position: relative;
    z-index: 1;
}

.header img, .ghali_header img{
    margin: auto;
}

#logo-ticketone{
    position: relative;
    top: 5px;
}

.v_hidden{
    visibility: hidden;
}

.white_container{
    background: white;    
}

.float{
    float: left;
    padding-bottom: 15px;
}

.floatUrls{
    float: left;
    margin-right: 15px;
    width: 200px;
}

.rfloat{
    float: right;
    position: relative;
    top: 14px;
}

.clear{
    clear: both;
}

.exhibition_d{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    font-family: 'miedinger_boldbold';
}

.exhibition_m{
    font-weight: bold;
    font-size: 14px;
    font-family: 'miedinger_boldbold';
    text-align: center;
}

.exhibition_place{
    margin-left: 15px;
}

.exhibition_city{
    font-weight: bold;
    font-family: 'miedinger_boldbold';
    font-size: 20px;
    text-align: left;
}

.exhibition_location{
    font-weight: bold;
    font-family: 'miedinger_boldbold';
    font-size: 13px;
    text-align: left;
}

.exhibition_row{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #888888;
}

.platform_name{
    color: #888888;
}

.platform_name_active{
    color: #050000;
    border: 1px solid black;
    padding: 10px;
    margin-top: 5px;
    text-align: center;
}

.platform_prev_not_active{
    color: #827d7e;
    font-size: 13px;
    line-height: 28px;
}

.prev_active{
    color: #ff0000;
    position: absolute;
    top: -15px;
}

.soldout{
    color: #ff0000;
}

.prev_url, .prev_url:hover, .prev_url:visited{
    text-decoration: none;
}

.footer{
    background: url('../images/footer.jpg') center center no-repeat;
    height: 614px;
    position: relative;
}

.logoFooter{
    display: inline;
    margin-left: 12px;
    margin-right: 12px;
}

#realtime_logo{
    height: 40px;
    width: auto;
}

#logo_seat{
    height: 53px;
    width: auto;
    min-width: 77px;
}

#container_logo_seat{
    position: absolute;
    right: 20px;
    top: -45px;
}


@media screen and (min-width: 1000px) {
    .footer .rfloat{
        margin-right: 20px;
    }
}


.loghiContainer{
    position: absolute;
    bottom: 0;
    width: 100%;
}
@media (min-width: 768px) {
    .container {
        width: calc(100% - 60px);
    }
}




@media screen and (max-width: 1000px) {

    #container_logo_seat{
        position: absolute;
        right: 0px;
    }
    .exhibition_d, .exhibition_city{
        font-size: 14px;
    }

    .exhibition_m, .exhibition_location{
        font-size: 12px;
    }

    .platform_prev_not_active{
        line-height: initial;
        font-size: 12px;
    }

    .platform_name{
        font-size: 12px;
    }

}

.footer a{
    cursor: default;
}

.counter_half{
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 430px;
}

.partenza_prev_counter{
    color: #050000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#countContainer{
    background: #e4602f;
    width: 430px;
    height: 63px;
    line-height: 63px;
    color: white;
    text-align: center;
    font-family: 'miedinger_boldbold';
    font-size: 22px;
}

#countContainer .number{
    font-size: 33px;
}

#countContainer .count_sep{
    margin-right: 15px;
}

.counter_full{
    width: 100% !important;
    position: fixed;
    left: 0;    
    right: 0;
    margin-left: 0;
    margin-right: 0;
    bottom: auto;
    top: 127px;
}

.counter_full #countContainer{
    width: 100% !important;
}

.counter_full .partenza_prev_counter{
    background: #2b9dbc;
    transition: all 0.2s ease-out 0s;
}

#realtime_logo{
    height: 40px;
    width: auto;
}

@media screen and (max-width: 932px) {

    #livenation-logo{
        float: right;
        position: relative;
        top: 10px;
        width: 79px !important;
        height: 17px !important;
        margin-right: 0 !important;
        margin-left: 0!important;
        min-width: 79px;
        min-height: 17px;
    }

    /*#logo-ticketone{*/
        /*float: left;*/
    /*}*/
    .footer .float{
        float: none;
        display: inline;
        text-align: center;
        font-size: 0;
    }

    .footer .rfloat{
        float: none;
        /* display: inline; */
        font-size: 0;
        position: relative;
        width: 100%;
        padding-left: 26px;
        top: -10px;
    }

    #container_logo_seat {
        position: absolute;
        right: -11px;
        top: 3px;
        margin-left: 1%;

    }

    .logoFooter{
        margin: 0;
    }

    .footer img{
        max-width: 100%;
    }

    .footer{
        height: 370px;
        background-size: cover !important;
    }


    .header .img-responsive{
        max-width: 50%;
    }

    #ghali_header{
        padding-top: 25px;
    }

    .exhibition_place, .exhibition_date{
        float: none !important;
        display: block;
        width: 100%;
    }

    .floatUrls{
        float: none;
        margin-bottom: 5px;
    }

    .logoFooter{
        width: 10.5%;
        display: inline-block;
        margin-left: 1%;
        margin-right: 1%;
    }

    .logoTop img{
        margin-bottom: 15px;
    }

    .logoCenter img{
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {

    .loghiContainer{
        padding-right: 15px;
        bottom: 15px;
    }

    #logo-ticketmaster{
        position: relative;
        top: 3px;
        width: 77px !important;
        height: 11px !important;
    }

    #logo-ticketone{
        width: 77px !important;
        height: 34px !important;
    }

    #container_logo_seat{
        width: 77px;
        height: 53px;
        right: 17px;
        margin-left: 0!important;
        margin-right: 0!important;
    }


    .footer .rfloat{
        padding-left: 15px;
    }

    .exhibition_d, .exhibition_m, .exhibition_city, .exhibition_location{
        float: left;
        font-size: 12px;
        margin-right: 4px;
        line-height: 14px;
    }

    .exhibition_d, .exhibition_city{
        font-size: 14px;
        line-height: 14px;
    }

    .exhibition_place{
        margin-left: 0px;
    }

    .mobileMBottom{
        margin-bottom: 25px;
    }

    .prev_active{
        top: -20px;        
    }




    .header .img-responsive{
        max-width: 50%;
    }

    #ghali_header{
        padding-top: 25px;
    }

    .exhibition_place, .exhibition_date{
        float: none !important;
        display: block;
        width: 100%;
    }

    .floatUrls{
        float: none;
        margin-bottom: 5px;
    }

    .logoFooter{
        width: 10.5%;
        display: inline-block;
        margin-left: 1%;
        margin-right: 1%;
    }

    #countContainer{
        width: 100%;
    }

    .counter_half{
        width: 67%;
    }
    
    .counter_half{
        
    }

    #countContainer{
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .partenza_prev_counter{
        font-size: 12px;
    }

    #countContainer .number{
        font-size: 18px;
    }

}


