@import url(eric-meyer-reset.min.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Playfair+Display:400,700,700i');


html,
body {
    height: 100%
}

html,
body {
    font-size: 100%
}

body {
    background: #fff;
    color: #222;
    font-family: 'Avenir Next W01', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    position: relative;
    cursor: auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

p {
    font-family: 'Playfair Display', serif;
}

a {
    text-decoration: none;  
    color: #fff;
}

a:visited {
    text-decoration: none;
    color: #fff;
}

h1 {
    font-size: 3em;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: italic;
}

h2 {
    font-size: 1.75em;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}


h3 {
    font-size: 1em;
    font-weight: 300;
}

/*::::::::::::: VIDEO ::::::::::::::::*/

video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url("../_images/VideoCover.jpg") no-repeat;
    background-size: cover; 
    z-index: 999;
}

/*::::::::::::: NAV ::::::::::::::::*/

nav {
    background: hsla(0, 0%, 0%, 0.8);
    position:fixed;
    left: 0;
    right: 0;
    top:0;
    z-index: 100;
}

.logo {
    background-image: url(../_images/logo.png);
    background-size: cover;
}

.nav-logo {
     width: 10.55em;
     height: 5em;
     display: none;
}

#togglemenu {
    cursor: pointer;
    padding: 0.3em;
    position:absolute;
    top: 1em;
    right: 1em;
    color: #fff;
    background: hsla(0, 0%, 0%, 0.5);
}

nav ul{
    display: none;
    margin: 33vh 0;
    height: 100vh;
}

nav li {
    font-size: 200%;
    padding: 0.3em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;    
}

/*::::::::::::: MAIN  ::::::::::::::::*/

main {
}

main h1 {
    line-height: 1em;
    text-align: center;
}

main h2 {
    line-height: 1em;
    text-align: center;
    
}

main h3 {
    text-align: center;
    text-transform: uppercase;
}

main p{
    margin-top: 1em;
}

main section {
    padding: 1em;
    padding-top: 4em;
}

/*::::::::::::: HERO SECTION ::::::::::::::::*/

#hero {
/*
    background-image: url("../_images/heroGalbanese.jpg");
    background-size: cover;
    background-position: center;
*/
    height: 100vh;
    display: flex;
    justify-content: space-between;
    position: relative;
    background-color: #000;

}

.hero-logo {
    margin-top: 55vh;
    width: 15em;
    height: 7em;
}

.backstretch {
    opacity:0.6;
    filter:alpha(opacity=60);
}
/*::::::::::::: BIOGRAFIA SECTION ::::::::::::::::*/

#biografia {
    background-color: hsla(35, 0%, 95%, 1);
}



/*::::::::::::: ARTISTI SECTION ::::::::::::::::*/

#artisti {
    background-color: orange;
    padding: 0;
}

.artist {
    background-color: tomato;
    height: 17em;
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: solid #fff 0.01em;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
    background-size: cover;
    
}

#galbanese {
    background-image: url("../_images/galbanese.jpg");  
}
#smilenkovich {
    background-image: url("../_images/smilenkovich.jpg");  
}
#fmondelci {
    background-image: url("../_images/fmondelci.jpg");  
}
#atrio {
    background-image: url("../_images/atrio.jpg");  
}
#qvenezia {
    background-image: url("../_images/qvenezia.jpg");  
}
#clatinoamericano {
    background-image: url("../_images/clatinoamericano.jpg");  
}
#abassi {
    background-image: url("../_images/abassi.jpg");  
}
#vitaliani {
    background-image: url("../_images/vitaliani.jpg");  
}

#epagano {
    background-image: url("../_images/epagano.jpg");  
}

.artist h2 {
    text-align: center;
}
/*::::::::::::: CONCERTI SECTION ::::::::::::::::*/

#ElencoConcerti {
    background-color: hsla(35, 0%, 95%, 1);
}

#calendar {
    margin: 3em 0 3em 0;  
}

.calendar-element{
    display: block;
    overflow-x: inherit;
    overflow-y: hidden;
    background-color: transparent;
    color: #313133;
    border-style: solid;
    border-color: #313133;
}


#year {
    border-width: 1px 1px 0 1px;
    cursor: pointer;
}


#month {
    border-width: 1px 1px 0 1px;
    cursor: pointer;
    text-transform:uppercase;
}

#calendar ul {
    display: flex;
    flex-direction: row;
}

#calendar li{
    padding: 1.5em 1em;
}

#Concert-details {
    border-width: 1px;
    cursor: default ;
}

#concert-container {
    overflow-x: inherit;
    overflow-y: hidden;
    transition: all 2s;
}


.month {
    display: flex;
    flex-flow: row;
}

.concert {
    padding: 1em;
    min-width: 70vw;
/*    font-size: 80%;*/
}

.date {
    text-decoration: underline;
    text-transform: uppercase;
   
}

.place {
    font-weight: 700;
}

.testo {
}

#testo-linea1 {
    font-weight: 700;
}

#testo-linea2 {
    font-weight: 400;
}

#testo-linea3 {
    font-weight: 400;
}



.selected {
    text-decoration: underline;
    font-weight: 700;
}

.year {
    display: none;
    flex-flow: row;
    transition: all 1s ease-in-out;
}  

.selected-year {
     display: flex;
}


/*::::::::::::: CONTATTI SECTION ::::::::::::::::*/


.thankMessageBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.thankMessage {
    flex: 1;
}

#contatti {
    background-color: #DCDCDC;
    
}

            

            
            #cf-container {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-direction: column;
                    flex-direction: column;
                -ms-flex-align: stretch;
                    align-items: stretch;
            }       
        
            
            #cf-formContainer {

                padding: 2em 0;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                    align-items: center;
                -ms-flex-pack: center;
                    justify-content: center;
            
            }
            
            #cf-infoForm {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-direction: column;
                    flex-direction: column;
                
                
            }
            
             #cf-formContainer form {
                display: -ms-flexbox;
                display: flex;
                -ms-flex: 1;
                    flex: 1;
                -ms-flex-direction: column;
                    flex-direction: column;
                 
                
                
                 
                }
            
             #contact-form input
            {
                padding: 1em;
                margin: 1em;
                font-family: 'Open Sans', sans-serif;
                font-weight: 300;
                font-size: 12px;
                
            }
            
             #cf-formContainer textarea {
                padding: 1em;
                border: none;
                -ms-flex: 5;
                    flex: 5;
                margin: 1em;
                resize: none;
                 font-family: 'Open Sans', sans-serif;
                font-weight: 300;
                 font-size: 12px;
            }
            
            #lname {
                display: none;
            }

            #cf-formContainer p {
                font-size: 90%;
            }

            #cf-formContainer textarea {
            min-height: 20vw;
            }

            #contact-form input:last-of-type {
                background-color: transparent;
                color: #313133;
                border-style: solid;
                border-color: #313133;
                border-width: 1px;
                cursor: pointer;
                text-transform: uppercase;
                text-align: center;
                font-style: normal;
                line-height: 1.5;
                font-weight: 400;
            }

            #msg_submitting, #msg_submitted, #errors {
                display: none;
            }

            #msg_submitted div, #msg_submitting div {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-direction: column;
                    flex-direction: column;
                -ms-flex-pack: center;
                    justify-content: center;
                height: 100%;
            }

            .error {
                color: firebrick;
            }
            
/*::::::::::::: FOOTER  ::::::::::::::::*/

footer {
    background-color: #000;
}

footer p {
    padding: 2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.3;
    color: #fff;
}

/*::::::::::::::::::::::::::::::::::::::: TABLET ::::::::::::::::::::::::::::::::::::::::::*/

@media only screen and (min-width: 40em) {
    
    /*(TABLET) ::::::::::::: ELEMENT ::::::::::::::::*/
    
    /*(TABLET) ::::::::::::: NAV ::::::::::::::::*/
    
    nav {
        height: 3em;
        display: flex;
        flex-direction: row-reverse;
    }

.nav-logo {
     width: 5.275em;
     height: 2.5em;
     margin: 2em;
     display: none;
}

#togglemenu {
    display: none;
}

nav ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0.5em 5em 0 0;
    height: 2em;
    width: 35em;
    top: 0px;
}

nav li {
    font-size: 100%;
    padding: 0.3em;
}

    
    /*(TABLET) ::::::::::::: HERO ::::::::::::::::*/
    
    .hero-logo {

    }      
    
    .hero-logo {
        margin-top: 65vh;
    }
    
    /*(TABLET) ::::::::::::: BIOGRAFIA ::::::::::::::::*/
    
    #biografia {
        display: flex;
        flex-direction: column;
    }
    
    #biografia p {
        max-width: 45em;
        margin: 1em auto;
        font-size: 120%;
    }
    
    /*(TABLET) ::::::::::::: ARTISTI ::::::::::::::::*/
    
    #artisti {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
    }
    
    #artisti a {
        flex-grow: 1;
        min-width: 24vw;
        
    }
    
    .artist {
        height: 25vw;
    }
    
    /*(TABLET) ::::::::::::: CONCERTI SECTION ::::::::::::::::*/
    
    #calendar {
        max-width: 70em; 
        height: 60vh;
        margin: 2em auto;
        display: flex;
        flex-direction: row;
    }
    
    .calendar-element{
        background-color: transparent;
        color: #313133;
        border-style: solid;
        border-color: #313133;
    }
    
    #calendar ul {
        flex-direction: column;
        padding: 1.5em;
    }
    
    .year {
    flex-flow: column;
    }

.month {
    display: flex;
    flex-flow: column;
    
}
    
    #Concert-details {
        overflow-y: scroll;
    }
    
    #concert-container {
        flex-direction: column;
        overflow-x: hidden;
        
    }
    
    #year {
        border-width: 1px;
        min-width: 6em;
        overflow-y: scroll;
    }
    
    #month {
        border-width: 1px 0;
         min-width: 10em;
        overflow-y: scroll;
    }
    
    #calendar li{
    padding: 0.15em;
    }
    
    /*(TABLET) ::::::::::::: CONTACT FORM ::::::::::::::::*/
    #cf-container {
        max-width: 70vw;
        margin: 2em auto;
    }
    
    #cf-formContainer form {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 70em;
    }
    
    #Name {
        min-width: 30vw;
        flex: 1;
        
    }
    
    #Email {
        min-width: 30vw;
        flex: 1;
    }
    
    #Message {
        min-width: 60vw;
    }
    
    #submitButton {
      flex: 1;
      min-width: 40vw;
        
    }
   
    
    
 

} /*(TABLET) ::::::::::::: end ::::::::::::::::*/




/*::::::::::::::::::::::::::::::::::::::: WIDE SCREEN ::::::::::::::::::::::::::::::::::::::::::*/

@media only screen and (min-width: 60em) {
    
    /*(WIDE) ::::::::::::: ELEMENT ::::::::::::::::*/
    
    
    /*(WIDE) ::::::::::::: BIOGRAFIA ::::::::::::::::*/
    
    
} /*(WIDE) ::::::::::::: end ::::::::::::::::*/