html,
body {
    min-height: 100%;
    font-size: 12px;
    color: black;
    font-family: 'Helvetica';
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#33999c, endColorstr=#d35e52);
    background-image:url('../website/common/bgt.png'), -moz-linear-gradient(top, #33999c 5%, #ffcc33 29%,#996666 59%,#d35e52 77%,#d35e52 100%);
    background-image:url('../website/common/bgt.png'), linear-gradient(top, #33999c 5%, #ffcc33 29%,#996666 59%,#d35e52 77%,#d35e52 100%);
    background-image: url('../website/common/bgt.png'),-webkit-linear-gradient(top, #33999c 5%, #ffcc33 29%,#996666 59%,#d35e52 77%,#d35e52 100%);
    background-image:url('../website/common/bgt.png'), -o-linear-gradient(top, #33999c 5%, #ffcc33 29%,#996666 59%,#d35e52 77%,#d35e52 100%);
    background-image: url('../website/common/bgt.png'), -ms-linear-gradient(top, #33999c 5%, #ffcc33 29%,#996666 59%,#d35e52 77%,#d35e52 100%);
    background-image: url('../website/common/bgt.png'), -webkit-gradient(linear, right top, right bottom, color-stop(5%,#33999c), color-stop(29%,#ffcc33),color-stop(59%,#996666),color-stop(77%,#d35e52),color-stop(100%,#d35e52));
    background-repeat: repeat;    
}

.oHidden{
    overflow: hidden;
}

@font-face {
    font-family: 'sonder_sansblack';
    src: url('../fonts/sondersans-black-webfont.woff2') format('woff2'),
        url('../fonts/sondersans-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sonder_sansblack_rough';
    src: url('../fonts/sondersans-blackrough-webfont.woff2') format('woff2'),
        url('../fonts/sondersans-blackrough-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sonder_serifbold';
    src: url('../fonts/sonderserif-bold-webfont.woff2') format('woff2'),
        url('../fonts/sonderserif-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sonder_serifbold_rough';
    src: url('../fonts/sonderserif-boldrough-webfont.woff2') format('woff2'),
        url('../fonts/sonderserif-boldrough-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sans_bold';
    src: url('../fonts/OpenSans/OpenSans-Bold.ttf') format('tff'),
    url('../fonts/OpenSans/opensans-bold-webfont.woff2') format('woff2'),
    url('../fonts/OpenSans/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sans_regular';
    src: url('../fonts/OpenSans/OpenSans-Regular.ttf') format('tff'),
    url('../fonts/OpenSans/OpenSans-Regular.woff2') format('woff2'),
    url('../fonts/OpenSans/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sans_light';
    src: url('../fonts/OpenSans/OpenSans-Light.ttf') format('tff'),
    url('../fonts/OpenSans/OpenSans-Light.woff2') format('woff2'),
    url('../fonts/OpenSans/OpenSans-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sans_semibold';
    src: url('../fonts/OpenSans/OpenSans-SemiBold.ttf') format('tff'),
    url('../fonts/OpenSans/OpenSans-SemiBold.woff2') format('woff2'),
    url('../fonts/OpenSans/OpenSans-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.ttf') format('ttf'),
    url('../fonts/Lato-Regular.ttf') format('ttf'),
    url('../fonts/Lato-Regular.eot') format('eot'),
    url('../fonts/Lato-Regular.woff') format('woff'),
    url('../fonts/Lato-Regular.woff2') format('woff2'),
    url('../fonts/Lato-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
}



*:focus {
    outline: none!important;
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.cwhite{
    color: white;
}

.cred{
    color: red;
}

.float{
    display: inline-block;
}

.arenaImage, .map{
    width: 50%;
    float: left;
    height: 400px;
    overflow: hidden;
}

.piantinaImage{
    width: 49%;
    float: left;
    max-height: 312px;
    overflow: hidden;
}

.piantinaImageL{
    margin-right: 1%;
}

.piantinaImageL img{
    margin-left: auto;
}

.piantinaImageR{
    margin-left: 1%;
}

.rfloat{
    float: right;
}
.clear{
    clear:both
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    max-width: 1920px;
    /*background-color: yellow !important;*/
}

.wrap > .container {
    padding: 20px 15px 20px;
}

.footer {
    position: relative;
    min-height: 60px;
    padding-top: 20px;
    width: 100%;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}


.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.rounded{
    background: white;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    height: 30px;
}

#navHeader2 a{
    line-height: 44px;
}

#navHeader2 a:hover, #navHeader2 a.selected{
    color:#161616;    
    text-decoration: none;
}


#topFixedBar2{
    background: #f32733;
    height: 50px;
}

/*#topFixedBar a{*/
    /*color: black;*/
/*}*/

.header_top{
    position: fixed;
    top: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home_lineup_date{
    color: #2e2e2e;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'sonder_sansblack_rough';
}

.home_lineup_first{
    text-transform: uppercase;
    font-size: 24px;
    color: #161616;
    margin-top: 20px;
    font-family: 'sonder_sansblack_rough';
    margin-bottom: 20px;
}

.home_lineup_second{
    font-size: 18px;
    text-transform: uppercase;
    color: #161616;
    font-family: 'sonder_sansblack';
    margin-bottom: 10px;
}

.home_lineup_third{
    font-size: 14px;
    text-transform: uppercase;
    color: #161616;
    font-family: 'sonder_sansblack';
    margin-bottom: 10px;
}

.home_news_title{
    font-size: 24px;
    margin-top: 30px;
    font-family: 'sonder_sansblack_rough';
    /*margin-bottom: 20px;*/
    margin-bottom: 0px;
}

.sponsor_news_title{
    font-size: 24px;
    margin-top: 50px;
    /*font-family: 'sonder_sansblack_rough';*/
    font-family: "Oswald", bold;
    margin-bottom: 24px;
    font-weight: bold;
}

.downloadApp{
    background: #f32733;
}

.redBar{
    position: relative;
    /*background: #f32733;        */
    background: transparent;
    margin-bottom: 160px;
    /*overflow-x: hidden;*/
}

.blackBar{
    position: relative;
    background: #d35e52;
    padding-top: 110px;
}

.redBar .container{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.blackBar .container{
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.ig_container{
    margin-bottom:100px;
}

.leftIphone, .rightNewsletter{
    float: left;
    width: 50%;
    min-height: 1px;
    min-height: 200px;    
}

.leftIphone img{
    position: absolute;
    bottom: -90px;
    left: -10%;
}
.leftNewsletter{
    width: 50%;
    float: left;
    color: white;
}

.rightNewsletter img{
    position: absolute;
    bottom: -50px;
    right: 0px;
}

.newsletterTitle{
    /*font-weight: bold;*/
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: "Oswald", bold;
}

.newsletterText{    
    font-size: 15px;
    font-family: "Dosis";
    font-weight: bold;
    font-size: 20px;

}

.newsletterEmailTitle{
    margin-left: 10px;
    color: white;
    font-size: 14px;
    font-family: "Oswald", bold;
}

.newsletterEmailTitleContainer{
    margin-top: 20px;
    margin-bottom: 10px;
}

#email{
    height: 34px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    min-width: 250px;
    padding: 0px 10px;
    color: black;
    outline: none;
    border: 0;
}

.iscriviti{
    display: inline;
    margin-left: 20px;
    cursor: pointer;
    font-family: "Oswald", bold;
    font-size: 20px;
}

.newsletter-submit{
    position: absolute;
    width: 152px;
    height: 34px;
    top: 0;
    /* right: 0; */
    left: 248px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    text-align: center;
    line-height: 34px;
    font-family: "Oswald", bold;
    font-size: 14px;
    color: white;
    background-color: #323232;
    border-color: transparent !important;
    border-style: none !important;
    border-width: 0 !important;
    padding: 0 0 0 !important;
    cursor: pointer;
}

#privacyCheckbox{
    width: 20px;
    height: 20px;
}


@media screen and (max-width: 992px) {
    .leftIphone img{
        max-width: 50%;
    }
}

.rightIphone{
    float: left;
    width: 50%;
    font-size: 13px;
}

.rightIphone .text{
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 20px;
    font-family: "Dosis";
    color: white;

}
.rightIphone .title{ 
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 40px;
    font-family: "Oswald", bold;
    color: #2a2a2b;
    line-height: 1.2;

}

.scarica-app{
    font-size: 20px;
    font-family: "Dosis", bold;
    color: white;
    margin-bottom: 15px;
    font-weight: bold;
}

.rightIphone .rock{
    margin-bottom: 20px;
    position: relative;
    left: -150px;
}

.rightIphone .download img{
    margin-right: 25px;
}

.homenewsItem{    
    background: white;
    padding: 10px; 
    margin-bottom: 20px; 
    transition: all 0.3s ease-in-out;
}

.homenewsItem[data-aos^=fade][data-aos^=fade].aos-animate {
    -webkit-transform: translateY(0); 
    -ms-transform: translateY(0);  
    transform: translateY(0);
}
.homenewsItem[data-aos^=fade][data-aos^=fade].aos-animate:hover {
    -webkit-transform: scale(1.05); 
    -ms-transform: scale(1.05);  
    transform: scale(1.05);
}

.homenewsItemScale {
    transition: all 0.3s ease-in-out;
}

.homenewsItem:hover {
    -webkit-transform: scale(1.05); 
    -ms-transform: scale(1.05);  
    transform: scale(1.05);
}

.homenewsItem .title{
    color: black;    
    font-family: 'sonder_sansblack_rough';
    font-size: 16px;
    min-height: 100px;
    margin-top: 30px;
}

.instagram{
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
}

.prefooter{
    margin-bottom: 20px;
}

.prefooter img{
    margin: 0px 10px;    
}

.footerLast{
    margin-top:50px;
    color: white;    
    padding-bottom: 30px;
    font-size: 13px;
}

.footerLast img{
    margin: auto;
}

.artistsContainer{
    display: flex; 
    flex-wrap: wrap;
    margin-bottom: 90px;
}

.flexyContainer{
    display: flex; 
    flex-wrap: wrap;
    justify-content: center;
}

.flexy100{
    flex-grow: 1; 
    flex-basis: 100%
}

.flexy33{
    flex-grow: 1; 
    flex-basis: 31%;
    max-width: 31%;
    margin-left: 1%;
    margin-right: 1%;
}

.flexy20{
    flex-grow: 1; 
    flex-basis: 19%;
    max-width: 19%;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.flexy25{
    flex-grow: 1; 
    flex-basis: 23%;
    max-width: 23%;
    margin-left: 1%;
    margin-right: 1%;
}

.flexy33 .img, .homenewsItem .img{
    height: 60%;
    min-height: 250px;
    background-size: cover !important;    
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.homenewsItem .img{
    height: 193px;
    background-size: cover;
    background-position: center center;
}

.oHidden{
    overflow: hidden;
}

/* .flexy33 .img:hover, .homenewsItem .img:hover{ */
/* -ms-transform: scale(1.2); */
/* -webkit-transform: scale(1.2); */
/* transform: scale(1.2); */

/* } */


.artistaContainer .title, .maxiNotizia .title{
    font-size: 18px;
    color: #000000;
    margin-bottom: 35px;
    font-family: 'sonder_sansblack_rough';
}

.artistaContainer .img{
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    max-height: 1080px;
    overflow-y: hidden;
}


.img img{
    width: 100%;
    height: auto;
}


.artistaContainer .description, .maxiNotizia .description{
    font-size: 15px;
    color: #000000;
}

.artistaContainer .calendar{
    font-size: 12px;
    margin-bottom: 35px;
}

.artistaContainer .buy-tickets-button {
    margin-left: 10px;
}

.marginPreFascia{
    margin-bottom: 90px;
}

.abbonamentoBar{

}

.abbonamentoBar .img-responsive{
    margin: auto;
}

.abbonamentoSubTitile{
    color: #333;
    font-size: 18px;
    text-align: center;
    font-family: 'sonder_sansblack';
    margin-top: 20px;
    margin-bottom: 20px;
}

.abbonamentoTitile{
    font-size:18px;
    font-family: 'sonder_sansblack';
}

.abbonamentoDescription{
    font-size: 15px;
    margin-top: 5px;
}

.abbonamentoPrice{
    font-size:18px;
    font-family: 'sonder_sansblack';
}


.maxiNotizia{
    background: white;
}

.maxiNotizia .calendar{
    margin-top: 25px;
    font-size: 13px;
}

.sponsorMaxiItem{
    padding: 0px 25px;
    background: white;
    border: 1px solid #838383;
}

.sponsorMiniItem, .partnerMiniItem{
    padding: 0px 25px;
    background: white;
    margin-bottom: 20px;
    border: 1px solid #838383;
}

.sponsorMiniItem{
    padding: 0px 15px;
    border: 1px solid #838383;
}

.sponsorMaxiItem div.image{
    font-family: "Oswald", bold;
    font-size: 20px;
    background-size: contain !important;
    height: 200px;
}

.sponsorMaxiItem .title{
    font-family: "Oswald", bold;
    font-size: 16px;
}

.sponsorMaxiItem .description{    
    font-size: 15px;
    color: #666666;
    margin-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "Dosis";
}

.sponsorMiniItem div.image, .partnerMiniItem div.image{
    background-size: contain !important;
    height: 135px;
}

.sponsorMiniItem .title, .partnerMiniItem .title{
    font-family: 'sonder_sansblack';
    font-size: 16px;
    margin-top: 15px;
}

.sponsorMiniItem .description, .partnerMiniItem .description{    
    font-size: 13px;
    color: #666666;
    margin-top: 25px;
    padding-bottom: 25px;
}

.bwhite{
    background: white;
    height: 200px;
}


.container-pre-footer{
    position: relative;
    width: 100%;
    background-color: #d35e52;
    z-index: 1;
}

.container-pre-footer-relative{
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px){

    .container {
        width: 1024px;
    }
}

.friends{
    background: url('../website/thanks/amici.jpg') center center no-repeat;
    background-size: cover;
    height: 460px;
    position: relative;
}

.whiteopacity{
    background: white;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.thanksCenter{
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    font-family: 'sonder_sansblack';
}

.lineupClass2{
    width: 575px;
    height: 281px;
    background: #2a2a2b;
}

.lineupClass1{
    width: 480px;
    height: 232px;
    background: #2a2a2b;
}

.lineupClass0{
    width: 410px;
    height: 185px;
    background: #2a2a2b;
}

.lineupClass{
    position: relative;
    cursor: pointer;
    background-size: cover !important;
}

.lineupClass .innerLineUp, .ticket_item .innerLineUp{
    position: absolute;
    width: 100%;
    display: none;
    height: 100%;
    background: black;
    opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
    color: white;
}

.lineupClass:hover .innerLineUp, .ticket_item:hover .innerLineUp{
    display: block;
}

.innerLineUpTextTitle{
    font-weight: bold;
    margin-bottom: 10px;
}

.innerLineUpText{
    position: absolute;
    padding-left: 15px;
    padding-right: 15px;
    bottom: 25px;
    width: 100%;
}

.lineUpName{
    color: #2a2a2b;
    font-size: 20px;
    font-family: 'sonder_sansblack';
}

.lineUpTime{
    color: #2a2a2b;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.whitePallino {
    background: white;
    width: 8px;
    display: inline-block;
    height: 8px;
    border-radius: 50%;
    margin-top: 9px;
}

.lineUpItem{
    float: left;
}

.lineUpItemLeft{
    margin-right: 20px;
}

.lineUpExhibition, .lineUpDate{
    /*max-width: 545px;*/
    max-width: 633px;
    margin: auto;
}

.whiteLine{
    background: white;
    width: 2px;
    margin-left:3px;
}

.whiteLine2{
    height: 350px;
}

.whiteLine1{
    height: 285px;
}
.whiteLine0{
    height: 255px;
}

.lineUpDate{
    color: white;
    font-size: 20px;
    font-family: 'sonder_sansblack';
    margin-bottom: 10px;
    margin-top: 10px;
}

#dateFixed{
    position: fixed;
    left: 150px;
    margin-left: -370px;
    left: 50%;
    top: 200px;
}

.resetFixedDate{
    position: absolute !important;
    bottom: 45px !important;
    top: auto !important;
}


.maxiExhibitionDate{
    font-size: 69px;
    font-family: 'sonder_sansblack';
    opacity: 0.60;
    cursor: pointer;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.prelative{
    position: relative
}

#maxiExhibitionDate0{
    top: 200px;
    height: 70px;
}
#maxiExhibitionDate1{
    top: 270px;    
    margin-left: -400px;
    margin-left: -30px;
    height: 70px;
}
#maxiExhibitionDate2{
    top: 340px;
    height: 70px;
}
#maxiExhibitionDate3{
    top: 410px;    
    margin-left: -400px;
    margin-left: -30px;
    height: 70px;
}
#maxiExhibitionDate4{
    top: 280px;
    height: 70px;
}

.maxiExhibitionDateActive{
    opacity: 1;
    color: white;
}

.ticket_item{
    width: 100%;
    height: 340px;
    position: relative;    
    background-size: cover !important;
}

.innerTicketText{
    position: absolute;
    padding-left: 15px;
    padding-right: 15px;
    bottom: 25px;
    font-family: 'sonder_sansblack_rough';
    color: white;
    text-transform: uppercase;
    width: 100%;
    font-size:26px;
    text-shadow: 2px 2px #f32733;
}

.exhibition_2{
    font-family: 'sonder_sansblack_rough';
    font-size:35px;
    margin-bottom: 10px;
}
.exhibition_1{
    font-family: 'sonder_sansblack';
    font-size:26px;
}
.exhibition_0{
    font-family: 'sonder_sansblack';
    font-size:26px;
}

.ticket_item_big{
    margin-bottom: 20px;
}

.innerTicketTextDate{

}

.ticket_row{
    background-color: #333333;
    min-height: 50px;
    margin-top: 5px;
    color: white;
    font-family: 'sonder_sansblack';
    font-size: 16px;
}

.img-ticket{
    max-height: 40px;    
    width: auto;
    margin-top: 5px;
}

.dtc{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.dtc_ticket{
    height: 50px;
    width: 100%;
}

.red_color{
    color: #fd0505;
}

.disabled_color{
    color: #908a8a;
}

.whiteColor{
    color: white;
}

.arenaContainer{
    margin-bottom: 150px;
}

.error{
    background: #FEE;
}

#privacyDiv{
    position: relative;
    margin-top: 15px;
    font-size: 14px;
    font-family: "Dosis";
    color: white;
}

.text-check{
    position: absolute;
    top: 3px;
    left: 25px;
}

#privacyDiv a{
    color: white;
}

.error2, #privacyDiv.error2 a{
    color: black !important;
}

.routeDescription{
    font-size: 16px;
    margin-top: 30px;
    font-weight: bold;

}

.welcomeDescription {
    margin-bottom: 20px;
    font-size: 16px;
    /*margin-top: 30px;*/
    font-weight: bold;
    margin-top: 15px;
}

.itemMap{
    background: white;
    color: #666666;
    margin: 10px auto;
    min-height: 250px;
    /* box-shadow: 0 0 20px 0px grey;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; */
}

.itemMap .img{
    height: 65px;
    width: 100%;
}

.imgMapTramvia{
    background: url('../website/info/tramvia.png') center center no-repeat;
}

.imgMapBus{
    background: url('../website/info/bus.png') center center no-repeat;
}
.imgMapBicicletta{
    background: url('../website/info/bicicletta.png') center center no-repeat;
}
.imgMapAuto{
    background: url('../website/info/auto.png') center center no-repeat;
}
.imgMapTaxi{
    background: url('../website/info/taxi.png') center center no-repeat;
}

.itemMapTitle{    
    font-size: 16px;
    font-family: 'sonder_sansblack';
    margin-bottom: 15px;
}

.itemMap:hover{
    cursor: pointer;
    /* transform: scale(1.05); */
}

.itemMap:hover .imgMapTramvia{
    background: url('../website/info/tramvia_hover.png') center center no-repeat;
}
.itemMap:hover .imgMapBus{
    background: url('../website/info/bus_hover.png') center center no-repeat;
}
.itemMap:hover .imgMapBicicletta{
    background: url('../website/info/bicicletta_hover.png') center center no-repeat;
}
.itemMap:hover .imgMapAuto{
    background: url('../website/info/auto_hover.png') center center no-repeat;
}
.itemMap:hover .imgMapTaxi{
    background: url('../website/info/taxi_hover.png') center center no-repeat;
}

.itemMap:hover .itemMapTitle{
    color: #f3212e;
}


.itemMapText{
    font-size: 14px;
    width: 90%;
    margin: auto;
    padding-bottom: 20px;
}

.infoContainer{
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;    
}

.infoUtiliBlock_item{
    width: 22%;
    margin: 0px 1%;
    display: inline-block;
}

.infoUtiliBlock{
    color: #2c2c2e;
    font-size: 13px;
    font-family: 'sonder_sansblack';
    border: 2px solid transparent;    
    text-align: center;
    padding: 10px;     
    margin-bottom: 15px;
    cursor: pointer;
}

.infoUtiliBlock.selected, .infoUtiliBlock:hover{
    border-color: #2e2e30;
}

.infoUtileContainer{
    width: 100%;
    background-color: white;
    min-height: 430px;
    padding-top:30px;
    padding-bottom: 25px;
    margin-top: 20px;
}

.infoUtileContainer .title{
    font-size: 14px;
    font-family: 'sonder_sansblack';
}

.infoUtileContainerLeft{
    margin-top: 50px;
    text-align: center;
}

.infoUtileContainerRight{
    margin-top: 50px;
    font-size: 15px;
    margin-bottom: 50px;
}

.infoUtileContainer_block{
    min-height: 450px;
}

.flex-control-nav-2{
    bottom: -10px !important;
}

.flex-control-nav-2 li a.flex-active, .flex-control-nav-2 li a:hover{
    background:  #2b2b2d !important;
}

.flex-control-nav-3{
    bottom: 20px !important;
    text-align: right;
    left: 35px !important;
}

.flex-control-nav-3 li a.flex-active, .flex-control-nav-3 li a:hover{
    background:  #e42a3a !important;
}

.flex-control-nav-3 li a{
    background: #ccc !important;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*    display: none;*/
    background-color: #8a5dff;
    z-index: 9900;
}

#status {
    width: 45px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -30px;
    -webkit-animation:spin 3s linear infinite;
    -moz-animation:spin 3s linear infinite;
    animation:spin 3s linear infinite;
    background-image: url(../website/common/logoMini.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/*@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }*/


@keyframes flickerAnimation {
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
    0%   { opacity:1; }
    50%  { opacity:0; }
    100% { opacity:1; }
}
#status {
    -webkit-animation: flickerAnimation 2s infinite;
    -moz-animation: flickerAnimation 2s infinite;
    -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}

.photoSliderTitle{
    color: #2e2e30;
    font-family: 'sonder_sansblack';
    font-size: 14px;
}

.photoSliderDescription{
    color: #2e2e30;
    margin-top: 20px;
    font-size: 14px;
}

#flexslider2 .slides > li{
    position: relative;
}

.flex-caption {
    width: 28%;
    padding: 2% 1%;
    left: 15%;    
    bottom: 30px;  
    position: absolute;
    color: #fff;  
    font-size: 14px;
    line-height: 18px;
    background: white;
    opacity: 0.90;
}

@media screen and (max-width: 991px) {
    .rightNewsletter img{
        max-width: 340px;
    }
}

@media screen and (max-width: 767px) {

    .footerLast .col-sm-4{
        height: auto !important;
    }


    .photoSliderDescription{
        font-size: 11px;
    }

    .photoSliderTitle{
        font-size: 12px;
    }

    .flex-caption {
        width: 48%;
        padding: 2% 1%;
        left: 5%;    
        bottom: 30px;  
        position: absolute;
        color: #fff;  
        font-size: 14px;
        line-height: 18px;
        background: white;
        opacity: 0.90;
    }

    .img-ticket{
        max-width: 100%;
    }

    .ticket_row, .dtc_ticket{
        text-align: center;
    }

    .dtc_ticket{
        width: 10%;
        font-size: 14px;
    }

    .ticket_row{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .dtc_ticket_img{
        display: block;
        width: 80%;
        margin:auto;
        margin-top: 10px;
    }

    .innerTicketText{
        bottom: auto;
        top: 25px;
    }

    .exhibition_2{
        font-size: 25px;
    }

    .exhibition_1{
        font-size: 18px;
    }

    .exhibition_0{
        font-size: 18px;
    }

}

.h100{
    height: 100px;
}

.dtc_ticket_img .img-responsive{
    max-height: 100%;
}

@media screen and (max-width: 767px) {
    .ticket_item{
        height: 160px;
    }

    .innerTicketText{
        bottom: auto;        
        font-size: 15px;
    }

    .exhibition_2{
        font-size: 15px;
    }

    .exhibition_1{
        font-size: 11px;
    }

    .exhibition_0{
        font-size: 11px;
    }
}

@media screen and (max-width: 400px) {
    .ticket_item{
        height: 135px;
    }
}

@media screen and (max-width: 320px) {
    .ticket_item{
        height: 118px;
    }

    .innerTicketText{
        top: 10px;
    }
}

.homenewsItem .nomargin{
    min-height: 30px;
    text-decoration: none;
}

.homenewsItem .description{
    color: #666666;
    font-size: 15px;
    text-decoration: none;
}

.footerLast .col-sm-4{
    height: 50px;
}

.visarno img{
    margin-top: 13px;
}

.liveNation img{
    margin-top: 10px;
}

.mtop20{
    margin-top: 20px;
}

.mtop60{
    margin-top: 60px;
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .ticket_item {    
        height: 290px;
    }

    .sponsorContainer .sponsorMiniItem, .partnerMiniItem{
        flex-grow: 1;
        flex-basis: 24%;
        max-width: 24%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }

    .sponsorContainer .sponsorMiniItem{
        max-width: 32%;
    }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .ticket_item {    
        height: 315px;
    }

    .sponsorContainer .sponsorMiniItem, .sponsorContainer .partnerMiniItem{
        flex-grow: 1;
        flex-basis: 19%;
        max-width: 19%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }

    .sponsorContainer .sponsorMiniItem{
        max-width: 24%;
    }
}


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .ticket_item {    
        height: 340px;
    }
}

.sponsorContainer{
    justify-content: center;
}

/*********************************************SECTION PHOTOBOOTH***************************************************/

#rawPhotobooth{
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    max-width: 614px;
    min-width: 280px;
}

#name{
    display: inline-block;
    height: 50px;
    padding-left: 20px;
    padding-top: 15px;
    font-family: 'sonder_sansblack';
    color: black;
    font-size: 20px;
    bottom: -10px;
}

#name-description{
    font-family: 'sonder_sansblack';
    font-size: 18px;
}

#headerPhotobooth{
    position: relative;
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 594px;
    min-width: 260px;
    height: 60px;
}

#corePhotobooth{
    position: relative;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 594px;
    min-width: 260px;
}

#linkPhotobooth{
    position: relative;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 594px;
    min-width: 260px;
    height: 50px;
}

#countPhotobooth{
    position: relative;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 594px;
    min-width: 260px;
    font-family: 'Helvetica';
    font-size: 16px;
}

#linkPhotobooth:hover{
    cursor: pointer;
}

#descriptionPhotobooth{
    font-family: 'Helvetica';
    font-size: 18px;
    position: relative;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 594px;
    min-width: 260px;
}


#timePhotobooth{
    font-family: 'Helvetica';
    font-size: 6px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    max-width: 594px;
    min-width: 260px;
}




@media (max-width: 644px){
#rawPhotobooth {
    margin-left: 15px;
    margin-right: 15px;
}
}

/* The Modal (background) */
.modal {
    margin-left: auto;
    margin-right: auto;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 200px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

#modalConteiner{
    position: relative;
}

#leftIphone img {
    display: inline-block;
    height: 100%;
    width: auto;
}

#rightIphone{
    width: 70%;
    padding: 20px;
}

#rock{
    position: relative;
    padding-left: 150px;
}

/*@media screen and (max-width: 767px) {
     #rightIphone{
         width: 100%;
     }

    #rock{
        padding-left: 0;
    }
}*/

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;

}

/* The Modal (background) */
.modalMobile {
    margin-left: auto;
    margin-right: auto;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

.modalcontentMobile {
    margin: auto;
    display: block;
    width: 100%;
    min-height: 100%;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

/**********NEW*****************/

.success{
    display: none;
    position: fixed;
    min-width: 100% !important;
    height: 50px;
    line-height: 50px;
    background-color: #69a96e;
    color: white;
    font-size: 13px;
    text-align: center;
    z-index: 99999!important;
    top: 100px;
    max-width: 1920px;
}

.errorNewsletter{
    position: fixed;
    display: none;
    min-width: 100% !important;
    height: 50px;
    line-height: 50px;
    background-color: #e22b36;
    color: white;
    font-size: 13px;
    text-align: center;
    z-index: 99999!important;
    top: 100px;
    max-width: 1920px;
}

.container-bottom-content{
    position: absolute;
    height: 315px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    /*background-color: #d35e52;*/
    background-color: #ff604b;
}

.container-bottom-content-relative{
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.footer-left{
    position: absolute;
    width: calc(50% - 344px);
    height: calc(100% - 45px);
    top: 30px;
    bottom: 15px;
    left: 0;
}

.footer-left-relative{
    position: relative;
    width: 100%;
    height: 100%;
    /*background-color: yellow;*/
}

.container-information-left{
    position: absolute;
    width: 386px;
    height: 84px;
    left: 41px;
    top: 41px;
}

.container-information-left-relative{
    position: relative;
    width: 100%;
    height: 100%;
}

.container-information-left-title{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 36px;
    font-size: 28px;
    color: #2a2a2b;
    font-family: "Oswald", bold;
    font-weight: bold;
}

.container-information-left-subtitle{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 42px;
    font-size: 14px;
    color: white;
    letter-spacing: 2px;
    line-height: 1.7;
    font-family: "Oswald";
}

.container-button-download-app{
    position: absolute;
    width: 291px;
    height: 42px;
    left: 410px;
    top: 82px;
}

.container-button-download-app-relative{
    position: relative;
    width: 100%;
    height: 100%;
}

.download-ios{
    position: absolute;
    height: 100%;
    width: 144px;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.download-ios img{
    width: 100%;
    height: 100%;
}

.download-android{
    position: absolute;
    height: 100%;
    width: 144px;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9 !important;
}

.download-android img{
    width: 100%;
    height: 100%;
}

.container-visarno-logo{
    position: absolute;
    width: 140px;
    height: 22px;
    left: 28px;
    bottom: 51px;
}

.container-visarno-logo img{
    width: 100%;
    height: 100%;
}

.container-livenation-logo{
    position: absolute;
    width: 132px;
    height: 28px;
    right: 51px;
    bottom: 51px;
}

.container-livenation-logo img{
    width: 100%;
    height: 100%;
}

.container-powered-by{
    position: absolute;
    width: 100%;
    height: 16px;
    color: white;
    left: 41px;
    right: 0;
    bottom: 18px;
    font-family: "Open Sans";
    font-size: 12px;
}

.footer-center{
    position: absolute;
    width: 688px;
    height: calc(100% - 15px);
    top: 0;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.footer-center-relative{
    position: relative;
    width: 100%;
    height: 100%;
    width: 100%;
    /*background-color: red;*/
}

.footer-center-privacy{
    position: absolute;
    width: 100%;
    height: 32px;
    color: white;
    left: 0;
    right: 0;
    bottom: 4px;
    font-family: "Open Sans";
    font-size: 11px;
    text-align: center;
}

.footer-center-container-social{
    position: absolute;
    width: 100%;
    height: 41px;
    left: 0;
    right: 0;
    bottom: 50px;
}

.footer-center-container-social-relative{
    position: relative;
    height: 100%;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
}

.social-facebook{
    position: absolute;
    height: 100%;
    width: 41px;
    left: 0;
    top: 0;
    bottom: 0;
}

.social-facebook img{
    width: 100%;
    height: 100%;
}

.social-twitter{
    position: absolute;
    height: 100%;
    width: 41px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.social-twitter img{
    width: 100%;
    height: 100%;
}

.social-instagram{
    position: absolute;
    height: 100%;
    width: 41px;
    top: 0;
    bottom: 0;
    right: 0;
}

.social-instagram img{
    width: 100%;
    height: 100%;
}

.footer-right{
    position: absolute;
    width: calc(50% - 344px);
    height: calc(100% - 45px);
    top: 30px;
    bottom: 15px;
    right: 0;
}

.footer-right-relative{
    position: relative;
    width: 100%;
    height: 100%;
    /*background-color: green;*/
}

.container-text-newsletter{
    position: absolute;
    width: 448px;
    height: 42px;
    top: 43px;
    right: 52px;
    font-family: "Dosis";
    font-weight: normal;
    font-size: 13px;
    color: white;
    line-height: 1.5;
}

.container-newsletter{
    position: absolute;
    width: 448px;
    height: 100px;
    top: 86px;
    right: 52px;
    /*background: red;*/
}

.container-newsletter-realtive{
    position: relative;
    width: 100%;
    height: 100%;
}

.container-email-input{
    position: absolute;
    width: 100%;
    height: 55px;
    top: 0;
    right: 0;
    left: 0;
}

.container-email-input-relative{
    position: relative;
    width: 100%;
    height: 100%;
}

#email-footer{
    position: absolute;
    width: 296px;
    height: 34px;
    top: 0;
    left: 0;
    padding-left: 30px;
    line-height: 34px;
    font-family: "Open Sans";
    font-size: 13px;
    color: black;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border: 0;
}

#submit{
    position: absolute;
    width: 152px;
    height: 34px;
    top: 0;
    right: 0;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    text-align: center;
    line-height: 34px;
    font-family: "Oswald", bold;
    font-size: 14px;
    color: white;
    background-color: #323232;
    border-color: transparent !important;
    border-style: none !important;
    border-width: 0 !important;
    padding: 0 0 0 !important;
    cursor: pointer;
}

fieldset{
    display: block;
    -webkit-margin-start: 0 !important;
    -webkit-margin-end: 0 !important;
    -webkit-padding-before: 0 !important;
    -webkit-padding-start: 0 !important;
    -webkit-padding-end: 0 !important;
    -webkit-padding-after: 0 !important;
    position: relative;
    width: 100% !important;
    height: 100% !important;
    min-width: 100%;
    border-width: 0 !important;
    border-style: none !important;
    border-color: transparent !important;
    border-image: initial;
}

#email-footer-error{
    position: absolute;
    width: 100%;
    height: 20px;
    top: 39px;
    left: 0;
    right: 0;
    padding-left: 30px;
    line-height: 20px;
    font-family: "Open Sans";
    font-size: 13px;
    color: black;
    background-color: transparent;
}

.container-agree{
    position: absolute;
    height: 45px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

.container-agree-relative{
    position: relative;
    width: 100%;
    height: 100%;
    font-family: "Dosis";
    font-weight: normal;
}

#agree{
    position: absolute;
    height: 20px;
    width: 20px;
    top: 0;
    left: 0;
    z-index: 9;
}

#agree-error{
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 30px;
    line-height: 20px;
    font-family: "Open Sans";
    font-size: 13px;
    color: black;
    background-color: transparent !important;
}


#signupForm{
    position: relative;
    width: 100%;
    height: 100%;
}

.container-information-agree{
    position: absolute;
    height: 20px;
    width: 196px;
    top: 4px;
    left: 30px;
    line-height: 20px;
    font-size: 12px;
    color: white;
}

.footer-center-mobile{
    display: none;
}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}

a:link, a:visited, a:focus, a:active{
    text-decoration: none!important;
    color: white;
    cursor: pointer;
}







/********************************* RULES WHEN THE BROWSER WINDOWS IS LESS THEN 1612 *********************************/

@media only screen and (max-width: 1612px) {


    .footer-left{
        width: calc(50% - 310px);
    }

    .container-information-left{
        width: 347px;
        height: 76px;
        left: 37px;
    }


    .container-information-left-title{
        height: 24px;
        font-size: 27px;
    }

    .container-information-left-subtitle{
        height: 38px;
        font-size: 13px;
    }

    .container-button-download-app{
        width: 262px;
        height: 38px;
        left: 423px;
    }


    .download-ios{
        width: 130px;
    }


    .download-android{
        width: 130px;
    }


    .container-visarno-logo{
        width: 126px;
        height: 20px;
        left: 37px;
    }

    .container-livenation-logo{
        width: 132px;
        height: 28px;
        right: 37px;
    }


    .container-powered-by{
        height: 14px;
        left: 37px;
        font-size: 12px;
    }

    .footer-center{
        width: 620px;
    }



    .footer-center-container-social{
        height: 37px;
        bottom: 45px;
    }

    .footer-center-container-social-relative{
        width: 162px;
    }

    .social-facebook{
        width: 37px;
    }

    .social-twitter{
        width: 37px;
    }

    .social-instagram{
        width: 37px;
    }


    .footer-right{
        width: calc(50% - 310px);
    }


    .container-text-newsletter{
        width: 403px;
        height: 38px;
        right: 47px;
        font-size: 12.33px;
    }

    .container-newsletter{
        width: 403px;
        height: 90px;
        right: 47px;
    }


    .container-email-input{
        width: 100%;
        height: 50px;
    }


    #email-footer{
        width: 266px;
        height: 31px;
        padding-left: 27px;
        line-height: 31px;
        font-size: 12px;
    }

    #submit{
        width: 137px;
        height: 31px;
        line-height: 31px;
        font-size: 13px;
    }


    #email-footer-error{
        height: 18px;
        padding-left: 27px;
        line-height: 6px;
        font-size: 12px;
    }

    .container-agree{
        height: 41px;
    }


    #agree{
        height: 18px;
        width: 18px;
    }

    #agree-error{
        height: 18px;
        padding-left: 27px;
        line-height: 18px;
        font-size: 12px;
    }


    .container-information-agree{
        height: 18px;
        width: 196px;
        left: 27px;
        line-height: 18px;
        font-size: 12px;
    }

}

/********************************* RULES WHEN THE BROWSER WINDOWS IS LESS THEN 1451 *********************************/

@media only screen and (max-width: 1451px) {

    .footer-left{
        width: calc(50% - 279px);
    }

    .container-information-left{
        width: 312px;
        height: 68px;
        left: 33px;
    }


    .container-information-left-title{
        height: 22px;
        font-size: 24px;
    }

    .container-information-left-subtitle{
        height: 34px;
        font-size: 12px;
    }

    .container-button-download-app{
        width: 236px;
        height: 34px;
        left: 381px;
    }


    .download-ios{
        width: 117px;
    }


    .download-android{
        width: 117px;
    }


    .container-visarno-logo{
        width: 113px;
        height: 18px;
        left: 33px;
    }

    .container-livenation-logo{
        width: 132px;
        height: 28px;
        right: 33px;
    }


    .container-powered-by{
        height: 13px;
        left: 33px;
        font-size: 11px;
    }

    .footer-center{
        width: 558px;
    }



    .footer-center-container-social{
        height: 33px;
    }

    .footer-center-container-social-relative{
        width: 146px;
    }

    .social-facebook{
        width: 33px;
    }

    .social-twitter{
        width: 33px;
    }

    .social-instagram{
        width: 33px;
    }


    .footer-right{
        width: calc(50% - 279px);
    }


    .container-text-newsletter{
        width: 363px;
        height: 34px;
        right: 42px;
        font-size: 11px;
    }

    .container-newsletter{
        width: 363px;
        height: 95px;
        right: 42px;
        /*background: red;*/
    }


    .container-email-input{
        width: 100%;
        height: 45px;
    }


    #email-footer{
        width: 239px;
        height: 28px;
        padding-left: 24px;
        line-height: 28px;
        font-size: 11px;
    }

    #submit{
        width: 123px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
    }


    #email-footer-error{
        height: 16px;
        padding-left: 24px;
        line-height: 16px;
        font-size: 11px;
    }

    .container-agree{
        height: 37px;
    }


    #agree{
        height: 16px;
        width: 16px;
    }

    #agree-error{
        height: 16px;
        padding-left: 24px;
        line-height: 16px;
        font-size: 11px;
    }


    .container-information-agree{
        height: 16px;
        width: 180px;
        left: 24px;
        line-height: 16px;
        font-size: 11px;
    }
}

/********************************* RULES WHEN THE BROWSER WINDOWS IS LESS THEN 1306 *********************************/

@media only screen and (max-width: 1306px) {

    .footer-left{
        width: calc(50% - 251px);
    }

    .container-information-left{
        width: 281px;
        height: 61px;
        left: 30px;
    }


    .container-information-left-title{
        height: 20px;
        font-size: 22px;
    }

    .container-information-left-subtitle{
        height: 31px;
        font-size: 11px;
    }

    .container-button-download-app{
        width: 212px;
        height: 31px;
        left: 343px;
    }


    .download-ios{
        width: 105px;
    }


    .download-android{
        width: 105px;
    }



    .container-powered-by{
        height: 12px;
        left: 30px;
        font-size: 11px;
    }

    .footer-center{
        width: 502px;
    }





    .footer-right{
        width: calc(50% - 251px);
    }


    .container-text-newsletter{
        width: 327px;
        height: 31px;
        right: 38px;
        font-size: 11px;
    }

    .container-newsletter{
        width: 327px;
        height: 73px;
        right: 38px;
        top: 95px;
        /*background: red;*/
    }


    .container-email-input{
        width: 100%;
        height: 41px;
    }


    #email-footer{
        width: 215px;
        height: 25px;
        padding-left: 22px;
        line-height: 25px;
        font-size: 11px;
    }

    #submit{
        width: 111px;
        height: 25px;
        line-height: 25px;
        font-size: 11px;
    }


    #email-footer-error{
        height: 14px;
        padding-left: 22px;
        line-height: 14px;
        font-size: 11px;
        top: 29px;
    }

    .container-agree{
        height: 33px;
    }


    #agree{
        height: 14px;
        width: 14px;
    }

    #agree-error{
        height: 14px;
        padding-left: 22px;
        line-height: 14px;
        font-size: 11px;
    }


    .container-information-agree{
        height: 14px;
        width: 180px;
        left: 22px;
        line-height: 21px;
        font-size: 11px;
    }
}

/********************************* RULES WHEN THE BROWSER WINDOWS IS LESS THEN 1185 *********************************/

@media only screen and (max-width: 1185px) {


    .footer-center-privacy{
        height: 27px;
        font-size: 9px;
    }


    .text-over-video-left{
        width: 479px;
        height: 131px;
        left: 33px;
        bottom: 66px;
    }

    .title-text-over-video-left {
        height: 37px;
        font-family: sonder_sansblack;
        font-size: 45px;
    }

    .subtitle-text-over-video-left{
        height: 23px;
        font-size: 28px;
        top: 50px;
    }

    #button-pause-the-video {
        width: 180px;
        height: 43px;
        font-size: 14px;
        line-height: 43px;
    }

    .text-over-video-right{
        width: 521px;
        height: 131px;
        right: 33px;
        bottom: 66px;
    }

    .title-text-over-video-right{
        position: absolute;
        width: 100%;
        height: 27px;
        font-family: sonder_sansblack;
        font-size: 29px;
        color: white;
        top: 0;
    }

    .subtitle-text-over-video-right{
        position: absolute;
        width: 100%;
        height: 27px;
        font-family: sonder_sansblack;
        font-size: 29px;
        color: white;
        top: 41px;
    }

    .bottom-text-over-video-right{
        position: absolute;
        width: 100%;
        height: 15px;
        font-family: sonder_sansblack;
        font-size: 14px;
        color: white;
        bottom: 0;
    }






    .footer-left{
        width: calc(50% - 226px);
    }

    .container-information-left{
        width: 253px;
        height: 55px;
        left: 27px;
        top: 27px;
    }


    .container-information-left-title{
        height: 18px;
        font-size: 20px;
    }

    .container-information-left-subtitle{
        height: 28px;
        font-size: 11px;
    }

    .container-button-download-app{
        width: 191px;
        height: 28px;
        left: 309px;
        top: 54px;
    }

    .container-visarno-logo {
        left: 27px;
    }

    .container-livenation-logo {
        right: 27px;
    }


    .download-ios{
        width: 95px;
    }


    .download-android{
        width: 95px;
    }




    .container-powered-by{
        height: 11px;
        left: 27px;
        bottom: 11px;
        font-size: 11px;
    }

    .footer-center{
        width: 452px;
    }





    .footer-right{
        width: calc(50% - 226px);
    }


    .container-text-newsletter{
        width: 294px;
        height: 28px;
        top: 29px;
        right: 34px;
        font-size: 11px;
    }

    .container-newsletter{
        width: 294px;
        height: 66px;
        top: 85px;
        right: 34px;
        /*background: red;*/
    }


    .container-email-input{
        width: 100%;
        height: 37px;
    }


    #email-footer{
        width: 193px;
        height: 23px;
        padding-left: 20px;
        line-height: 23px;
        font-size: 11px;
    }

    #submit{
        width: 100px;
        height: 22px;
        line-height: 22px;
        font-size: 11px;
    }


    #email-footer-error{
        height: 13px;
        top: 26px;
        padding-left: 20px;
        line-height: 13px;
        font-size: 11px;
    }

    .container-agree{
        height: 30px;
    }


    #agree{
        height: 13px;
        width: 13px;
    }

    #agree-error{
        height: 13px;
        padding-left: 20px;
        line-height: 13px;
        font-size: 11px;
    }


    .container-information-agree{
        height: 13px;
        width: 180px;
        left: 20px;
        line-height: 19px;
        font-size: 11px;
    }
}

/********************************* RULES WHEN THE BROWSER WINDOWS IS LESS THEN 1065 *********************************/

@media only screen and (max-width: 1185px) {

    .redBar {
        height: 560px;
         overflow-x: hidden;
    }


    .footer-left{
        width: calc(50% - 203px);
    }

    .container-information-left{
        width: 228px;
        height: 50px;
        left: 24px;
    }


    .container-information-left-title{
        height: 16px;
        font-size: 18px;
    }

    .container-information-left-subtitle{
        height: 25px;
        font-size: 11px;
    }

    .container-button-download-app{
        width: 178px;
        height: 25px;
        left: 278px;
        top: 49px;
    }

    .container-visarno-logo {
        left: 24px;
    }

    .container-livenation-logo {
        right: 30px;
    }

    .download-ios{
        width: 86px;
    }


    .download-android{
        width: 86px;
    }




    .container-powered-by{
        left: 24px;
    }

    .footer-center{
        width: 407px;
    }




    .footer-right{
        width: calc(50% - 203px);
    }


    .container-text-newsletter{
        width: 265px;
        height: 25px;
        top: 26px;
        right: 31px;
    }

    .container-newsletter{
        width: 265px;
        height: 59px;
        top: 77px;
        right: 31px;
    }


    .container-email-input{
        width: 100%;
        height: 33px;
    }


    #email-footer{
        width: 174px;
        height: 21px;
        padding-left: 18px;
        line-height: 21px;
    }

    #submit{
        width: 90px;
        height: 20px;
        line-height: 20px;
    }


    #email-footer-error{
        height: 12px;
        top: 23px;
        padding-left: 18px;
        line-height: 12px;
    }

    .container-agree{
        height: 27px;
    }


    #agree{
        height: 12px;
        width: 12px;
        background-color: white !important;
    }

    #agree-error{
        height: 12px;
        padding-left: 18px;
        line-height: 12px;
    }


    .container-information-agree{
        height: 12px;
        left: 18px;
        line-height: 17px;
    }
}

@media screen and (max-width: 1083px) {
    .wrap{
        /* Box-model */
        margin-top: 138px;
    }

    #dateFixed, .lineUpItemLeft{
        display: none;
    }

    .lineupClass2, .lineupClass1, .lineupClass0{
        width: 100%;
    }

    .lineUpItem{
        float: none;
    }

    .innerLineUpTextContent{
        font-size: 11px;
    }


    .leftIphone{
        display: none;
    }

    .rightIphone{
        width: 100%;
    }

    .rightIphone .rock{
        left: 0;
    }

    .rightIphone .download {
        text-align: center !important;
    }

    .rightIphone .download img {
        margin-left: 5px;
        margin-right: 5px;
    }

    .arenaImage, .map{
        width: 100%;
    }

    .rightNewsletter{
        display: none;
    }

    .leftNewsletter{
        width: 100%;
    }

    .footerLast img{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .flexy33 {
        flex-basis: 96%;
        max-width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .flexy20 {
        flex-basis: 96%;
        max-width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .piantinaImage{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .piantinaImage img{
        margin: auto;
    }

    .infoUtiliBlock_item {
        width: 46%;
        margin: 0px 1%;
        display: inline-block;
    }

    .flex-control-nav-2{
        position: relative;
    }

    .partner_main{
        margin-bottom: 15px;
    }
}



@media only screen and (max-width: 767px) {


    .container-bottom-content{
        height: 660px;
    }

    .footer-left{
        position: absolute;
        width: 100%;
        height: 202px;
        top: 0;
        left: 0;
        right: 0;
    }

    .footer-left-relative{
        position: relative;
        width: 300px;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        /*background-color: yellow;*/
    }

    .container-information-left{
        position: absolute;
        width: 230px;
        height: 55px;
        left: 0;
        top: 40px;
    }

    .container-information-left-relative{
        position: relative;
        width: 100%;
        height: 100%;
    }

    .container-information-left-title{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 16px;
        font-size: 18px;
        color: #2a2a2b;
    }

    .container-information-left-subtitle{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 32px;
        font-size: 11px;
        color: white;
        letter-spacing: 1px;
        line-height: 1.7;
    }

    .container-button-download-app{
        position: absolute;
        width: 300px;
        height: 42px;
        left: 0;
        right: 0;
        top: 120px;
    }

    .container-button-download-app-relative{
        position: relative;
        width: 100%;
        height: 100%;
    }

    .download-ios{
        position: absolute;
        height: 100%;
        width: 144px;
        top: 0;
        bottom: 0;
        left: 0;
    }

    .download-ios img{
        width: 100%;
        height: 100%;
    }

    .download-android{
        position: absolute;
        height: 100%;
        width: 144px;
        top: 0;
        bottom: 0;
        left: 0;
    }

    .download-android img{
        width: 100%;
        height: 100%;
    }

    .container-visarno-logo{
        display: none;
        position: absolute;
        width: 140px;
        height: 22px;
        left: 41px;
        bottom: 51px;
    }

    .container-livenation-logo{
        display: none;
        position: absolute;
        width: 132px;
        height: 28px;
        left: 41px;
        bottom: 51px;
    }

    .container-visarno-logo img{
        width: 100%;
        height: 100%;
    }

    .container-powered-by{
        position: absolute;
        width: 100%;
        height: 16px;
        color: white;
        left: 41px;
        right: 0;
        bottom: 15px;
        font-family: "Open Sans";
        font-size: 12px;
        display: none;
    }

    .footer-center{
        position: absolute;
        width: 688px;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
        display: none;
    }

    .footer-center-relative{
        position: relative;
        width: 100%;
        height: 100%;
        width: 100%;
        /*background-color: red;*/
    }


    .footer-center-container-social{
        position: absolute;
        width: 100%;
        height: 41px;
        left: 0;
        right: 0;
        bottom: 50px;
    }

    .footer-center-container-social-relative{
        position: relative;
        height: 100%;
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }

    .social-facebook{
        position: absolute;
        height: 100%;
        width: 41px;
        left: 0;
        top: 0;
        bottom: 0;
    }

    .social-facebook img{
        width: 100%;
        height: 100%;
    }

    .social-twitter{
        position: absolute;
        height: 100%;
        width: 41px;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    .social-twitter img{
        width: 100%;
        height: 100%;
    }

    .social-instagram{
        position: absolute;
        height: 100%;
        width: 41px;
        top: 0;
        bottom: 0;
        right: 0;
    }

    .social-instagram img{
        width: 100%;
        height: 100%;
    }





    .footer-right{
        position: absolute;
        width: 100%;
        height: 294px;
        top: 202px;
        left: 0;
        right: 0;
        /*background: green;*/
    }

    .footer-right-relative{
        position: relative;
        width: 300px;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        /*background-color: green;*/
    }

    .container-text-newsletter{
        position: absolute;
        width: 100%;
        height: 42px;
        top: 0;
        right: 0;
        left: 0;
        font-family: "Dosis";
        font-weight: normal;
        font-size: 13px;
        color: white;
        line-height: 1.5;
    }

    .container-newsletter{
        position: absolute;
        width: 100%;
        height: 100px;
        top: 86px;
        right: 0;
        left: 0;
        /*background: red;*/
    }

    .container-newsletter-realtive{
        position: relative;
        width: 100%;
        height: 100%;
    }

    .container-email-input{
        position: absolute;
        width: 100%;
        height: 55px;
        top: 0;
        right: 0;
        left: 0;
    }

    .container-email-input-relative{
        position: relative;
        width: 100%;
        height: 100%;
    }

    #email-footer{
        position: absolute;
        width: 300px;
        height: 34px;
        top: 0;
        left: 0;
        padding-left: 30px;
        line-height: 34px;
        font-family: "Open Sans";
        font-size: 13px;
        color: black;
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px;
    }

    #submit {
        position: absolute;
        width: 144px;
        height: 42px;
        top: 126px;
        left: 0!important;
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px;
        text-align: center;
        line-height: 42px;
        font-family: "Oswald", bold;
        font-size: 13px;
        color: white;
        background-color: #323232;
        border-color: transparent !important;
        border-style: none !important;
        border-width: 0 !important;
        padding: 0 0 0 !important;
        cursor: pointer;
    }

    #email-footer-error{
        height: 12px;
        top: 49px;
        padding-left: 18px;
        line-height: 12px;
        font-size: 12px;
    }


    #agree-error{
        height: 12px;
        padding-left: 18px;
        line-height: 29px;
        font-family: "Open Sans";
    }

    .footer-center-mobile{
        display: block;
        position: absolute;
        width: 100%;
        height: 164px;
        top: 496px;
        right: 0;
        left: 0;
    }

    .footer-center-mobile-relative{
        position: relative;
        width: 300px;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-center-container-social-mobile {
        position: absolute;
        width: 30%;
        height: 25px;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
    }

    .footer-center-container-social-relative-mobile{
        position: relative;
        width: 100%;
        height: 100%;
    }

    .social-facebook-mobile {
        position: absolute;
        height: 100%;
        width: 25px;
        left: 0;
        top: 0;
        bottom: 0;
    }

    .social-facebook-mobile img{
        width: 100%;
        height: 100%;
    }

    .social-twitter-mobile {
        position: absolute;
        height: 100%;
        width: 25px;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    .social-twitter-mobile img{
        width: 100%;
        height: 100%;
    }

    .social-instagram-mobile {
        position: absolute;
        height: 100%;
        width: 25px;
        top: 0;
        bottom: 0;
        right: 0;
    }

    .social-instagram-mobile img{
        width: 100%;
        height: 100%;
    }

    .container-visarno-logo-mobile{
        position: absolute;
        height: 25px;
        width: 90px;
        top:0;
        left: 0;
    }

    .container-visarno-logo-mobile img{
        width: 100%;
        height: 100%;
    }

    .container-livenation-logo-mobile{
        position: absolute;
        height: 25px;
        width: 90px;
        top:0;
        right: 0;
    }

    .container-livenation-logo-mobile img{
        width: 100%;
        height: 100%;
    }

    .footer-center-privacy-mobile {
        position: absolute;
        width: 100%;
        height: 40px;
        color: white;
        left: 0;
        right: 0;
        top: 60px;
        font-family: "Dosis";
        font-weight: normal;
        font-size: 13px;
        text-align: center;
    }

    .container-powered-by-mobile{
        position: absolute;
        width: 100%;
        height: 14px;
        font-size: 11px;
        font-family: "Dosis";
        font-weight: normal;
        top: 130px;
        left: 0;
        right: 0;
        color: white;
        text-align: center;
    }

    .form-col-footer{
        height: 30px;
    }


}

@media only screen and (max-width: 500px) {
    .relative-box-newsletter{
        width: calc(100% - 30px);
        max-width: 320px;
        margin-left: 15px;
        margin-right: 15px;
        height: 34px;
    }

    #email{
        position: absolute;
        left: 0;
        top: 0;
        width: calc(65% - 30px);
        height: 34px;
    }

    .newsletter-submit{
        width: calc(35% - 30px);
    }
}

.flex-control-paging li a.flex-active {
    background: #d35e52 !important;
}

.container-fourth-arrow{
    position: absolute;
    width: 14%;
    max-width: 260px;
    max-height: 200px;
    right: 245px;
    top: -171px;
}

.container-fourth-arrow img{
    width: 100%;
    height: auto;
}

.container-fifth-arrow{
    position: absolute;
    width: 9%;
    max-width: 165px;
    max-height: 125px;
    left: 100px;
    top: -210px;
}

.container-fifth-arrow img{
    width: 100%;
    height: auto;
}

.container-sixth-arrow{
    position: absolute;
    width: 8%;
    max-width: 160px;
    max-height: 140px;
    right: 110px;
    top: -140px;
}

.container-sixth-arrow img{
    width: 100%;
    height: auto;
}


@media only screen and (max-width: 767px) {
    .container-fourth-arrow{
        display: none;
    }

    .container-fifth-arrow{
        position: absolute;
        width: 9%;
        max-width: 165px;
        max-height: 125px;
        left: 100px;
        top: -210px;
        display: none;
    }

    .container-fifth-arrow img{
        width: 100%;
        height: auto;
    }

    .container-sixth-arrow{
        position: absolute;
        width: 8%;
        max-width: 160px;
        max-height: 140px;
        right: 110px;
        top: -140px;
        display: none;
    }

    .container-sixth-arrow img{
        width: 100%;
        height: auto;

    }
}

