/* ------------------------------ */
/* PANTONE                        */
/* ------------------------------ */
    color main-nav: #6147d9
    blue: #6147d9
    gray: #445760
    purple: #B33771

/* ------------------------------ */
/* BASIC SETUP                    */
/* ------------------------------ */


.row {
    max-width: 1140px;
    margin: 0 auto;
}

* { margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}


section {
    padding: 80px 0;
}


html {
    background-color: #fff;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
}


/* ------------------------------ */
/* MAIN NAVIGATION BAR            */
/* ------------------------------ */


.main-nav {
    float: right; 
    list-style: none;
    position: absolute;
    padding: 20px;
     
}

.main-nav li {
    display: inline-block;
    margin-left: 40px;
}


.main-nav li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
     }

.main-nav li a:hover,
.main-nav li a:active {
    color: #6147d9;
}


/* ------------------------------ */ 
/* MOBILE NAVI                    */
/* ------------------------------ */


.mobile-nav-icon {
    position: absolute;
    cursor:pointer;
     }

.mobile-nav-icon ion-icon {
    font-size: 200%;
    color: #fff;
    display: none;
    }


.mobile-nav-icon ion-icon:hover,
.mobile-nav-icon ion-icon:active {
 color: #6147d9;
}



/* ------------------------------ */ 
/* STICKY NAVI                    */
/* ------------------------------ */

.sticky  {
    position: fixed;
    top: 0; 
    left: 0;
    width: 100%;
    z-index: 9999;
  } 


.sticky .main-nav {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0 2px 2px #6147d9;
            box-shadow: 0 2px 2px #6147d9;
   }
  
.sticky .main-nav li a:link 
.sticky .main-nav li a:visited {
  color: #6147d9;
  }  

.sticky .mobile-nav-icon {
    display: block;
    font-size: 200%;
    color: #B33771;
      }

.sticky .mobile-nav-icon ion-icon:hover,
.sitcky .mobile-nav-icon ion-icon:active {
 color: #6147d9;
}


/* ------------------------------ */ 
/* PARAGRAPHS                     */
/* ------------------------------ */


.box {
    padding: 1%;
} 

.box p {
    font-size: 85%;
    line-height: 145%;
    text-align: justify;    
}


/* ------------------------------ */
/* IMMAGINI                       */
/* ------------------------------ */

.full-screen{
    width: 100%;
    }

.full-screen1{
    width: 100%;
    padding-top: .3%;
    }

.record-ring-logo{
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
    }


/* ------------------------------ */
/* HEADINGS                       */
/* ------------------------------ */


h1 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 150%;
    letter-spacing: 2px;
    text-align:justify;
    margin-bottom: 30px; 
    width: 34%;
    margin-left: 33%; 
    margin-right: 33%;
    color: #B33771;
    
}

h2 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 180%;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 30px; 
    color: #fff;
    }   
    
h2:after {
    display: block;
    height: 2px; 
    background-color: #B33771;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px; 
    }


h4 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 120%;
    letter-spacing: 2px;
    margin-bottom: 0 auto;
    margin-bottom: 20px; 
    color: #445760;
    }


h3 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 180%;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 10%;
    color: #445760;
    }   
    
h3:after {
    display: block;
    height: 2px; 
    background-color: #B33771;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px; 
    }


h5 {
    font-weight: 300;
    font-size: 120%;
    letter-spacing: 2px;
    margin-bottom: 6px;
    color: #B33771;
    }

h6 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 180%;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px;
    color: #445760;
    }   
    
h6:after {
    display: block;
    height: 2px; 
    background-color: #B33771;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px; 
    }


/* ------------------------------ */
/* ICONS                          */
/* ------------------------------ */

.icon-big {
    width: 20%;
    padding: 10px        
    }


/* ------------------------------ */
/* PARAGRAPHS                     */
/* ------------------------------ */


p { 
    color: #445760;
    text-align: justify;
 }


.long-copy {
    line-height: 145%; 
    width: 60%;
    margin-left: 20%; 
    margin-right: 20%;
    margin-top: 60px;
    text-align: justify;
    font-size: 100%;
    color: #fff;
 }


.short-copy {
    line-height: 145%; 
    margin-top: 20px;
    text-align: center;
    font-size: 95%;
    color: #fff;
    }
  
.short-copy1 {
    font-weight: 300;
    font-size: 120%;
    letter-spacing: 2px;
    margin-left: 32%;
    margin-bottom: 40px;
    color: #B33771;
    text-align: justify;
    }


.short-copy2 {
    font-size: 95%;
    text-align: center;
    margin: 40px;
    margin-top: 0;
}



.long-copy3 {
    width: 34%;
    margin-left: 33%; 
    margin-right: 33%;
    text-align: justify;
    font-size: 80%;
    color: #fff;
 }


/* ------------------------------ */
/* CARRELLATA FOTO                */
/* ------------------------------ */


.section-photo {
padding: 0;
}

.photo-showcase { 
    list-style: none;
    width: 100%;
    }
 
.photo-showcase li {
    display: block;
    float: left;
    width: 25%;
    }

.live-photo {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #000; 
    }

.live-photo img {
    opacity: 0.8;         
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.live-photo img:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    opacity: 1; 
    }


/* ------------------------------ */
/* PRESENTAZIONE - BACKGROUND     */
/* ------------------------------ */

.section-presentazione {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))),url(img/DSC_6968.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(img/DSC_6968.jpg);
    background-size: cover;
    color: white;
    background-attachment: fixed;
    }


/* ------------------------------ */
/* BIOGRAFIA                  */
/* ------------------------------ */

.band-photo {
   background-position: absolute;
    width: 100%;
    margin: 15px;
    }

/* ------------------------------ */
/* EVENTI - BACKGROUND            */
/* ------------------------------ */


.eventi {
        font-size: 80%;
    margin-left: 35%;
            }

.section-eventi {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))),url(img/DSC_5883.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(img/DSC_5883.jpg);
    background-size: cover;
    color: white;
    margin-top: 5px;
    margin-bottom: 5px;
    background-attachment: fixed;
    }


/* ----------------------------------- */
/* BUTTONS                             */
/* ----------------------------------- */

.btn:link,
.btn:visited,
input[type=submit]
{
    display: inline-block; 
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
        }

.btn-full:link,
.btn-full:visited,
input[type=submit]
{
    background-color: #B33771;
    border: 1px solid #B33771;
    color: #fff;
    margin-right: 15px;
    }


.btn:hover,
.btn:active 
input[type=submit]:hover,
input[type=submit]:active
{
    background-color: #445760;
    border: 1px solid #445760;
}


/* ----------------------------------- */
/* GRAY COLOR DIVIDER                  */
/* ----------------------------------- */

.color { 
    background-color: #333;
   }


/* ----------------------------------- */
/* FOOTER                              */
/* ----------------------------------- */

footer { 
    background-color: #333;
    padding: 50px;
    font-size: 90%;
}

.footer-nav {
    list-style: none;
    float: left;
    }

.social-links {
    list-style: none;
    float: right;
}
 
.footer-nav li,
.social-links li {
    display: inline-block;
    margin-right: 20px;
}

.footer-nav li:last-child,
.social-liks li:last-child {
    margin-right: 0;
    }
    
.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
    text-decoration: none;
    border: 0;
    color: #888;
    -webkit-transition: color 0.2s;
    transition: color 0.2s; 
}

.footer-nav li a:hover,
.footer.nav li a:active {
    color: #ddd;
}       


.social-links li a:link,
.social-links li a:visited {
    font-size: 160%;
}

.facebook,
.twitter,
.google,
.instagram {
   -webkit-transition: color 0.2s;
   transition: color 0.2s;     
}

.facebook:hover {
    color: #3b5998;
    } 

.youtube:hover {
    color: #cd201f;
    } 
.instagram:hover {
    color: #c32aa3;
    } 

footer p {
    color: #888;
    text-align: center;
    margin-top: 20px;
    }

* ------------------------------ */
/* REPERTORIO                    */
/* ------------------------------ */


.section-photo1 {
padding: 0;
      }

.photo-showcase1 { 
    list-style: none;
    width: 100%;
    margin-left: 5%;
    }
 
.photo-showcase1 li {
    display: block;
    float: left;
    width: 25%;
    }

.rep-photo {
    width: 45%;
    margin left: 0;
    overflow: hidden;
    background-color: #000; 
    }

.rep-photo img {
    width: 100%;
    height: auto;
}


/* ----------------------------------- */
/* SLIDER                              */
/* ----------------------------------- */


.flying-minislide {
    width:800px; 
    height:400px; 
    overflow:hidden;
    position:relative;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    
   }

.flying-minislide img {
    position:absolute; 
    -webkit-animation:flying-minislide 20s infinite; 
    animation:flying-minislide 20s infinite;
    opacity:0; width: 100%; height: auto;
    
}

@-webkit-keyframes flying-minislide {25%{opacity:1;} 40%{opacity:0;}}

@keyframes flying-minislide {25%{opacity:1;} 40%{opacity:0;}}
.flying-minislide img:nth-child(1){-webkit-animation-delay:0s;animation-delay:0s;}
.flying-minislide img:nth-child(2){-webkit-animation-delay:5s;animation-delay:5s;}
.flying-minislide img:nth-child(3){-webkit-animation-delay:10s;animation-delay:10s;}
.flying-minislide img:nth-child(4){-webkit-animation-delay:15s;animation-delay:15s;}
.flying-minislide img:nth-child(5){-webkit-animation-delay:20s;animation-delay:20s;}
.flying-minislide img:nth-child(6){-webkit-animation-delay:25s;animation-delay:25s;}
.flying-minislide img:nth-child(7){-webkit-animation-delay:30s;animation-delay:30s;}
.flying-minislide img:nth-child(8){-webkit-animation-delay:35s;animation-delay:35s;}
.flying-minislide img:nth-child(9){-webkit-animation-delay:40s;animation-delay:40s;}
.flying-minislide img:nth-child(10){-webkit-animation-delay:45s;animation-delay:45s;}
.flying-minislide img:nth-child(11){-webkit-animation-delay:50s;animation-delay:50s;}
.flying-minislide img:nth-child(12){-webkit-animation-delay:55s;animation-delay:55s;}
.flying-minislide img:nth-child(13){-webkit-animation-delay:60s;animation-delay:60s;}
.flying-minislide img:nth-child(14){-webkit-animation-delay:65s;animation-delay:65s;}
.flying-minislide img:nth-child(15){-webkit-animation-delay:70s;animation-delay:70s;}
.flying-minislide img:nth-child(16){-webkit-animation-delay:75s;animation-delay:75s;}
.flying-minislide img:nth-child(17){-webkit-animation-delay:80s;animation-delay:80s;}

/* ----------------------------------- */
/* MULTIMEDIA                          */
/* ----------------------------------- */

.videos {
    text-align: center;
}
iframe {
    border: none; 
}