@charset "UTF-8";
/* CSS Document */

/* Reset CSS*/
html, body, div, p, span, applet, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,tfoot, thead, tr, th, td, iframe, ins {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
}

html {
	max-width: 100%;
	overflow-x: hidden;
 	overflow-y: scroll;
}

img {border: none; vertical-align: bottom; }

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

body {
	background: #151515;/*rgba(209,209,209,1.00);*/
	/*background: url(images/grey-background.jpg);*/
	width: 100%;
	height: 100%;
	max-width: 100%;
	overflow-x: hidden;
 	overflow-y: scroll;
}

h1 {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 700;
}

h2 {
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: 700;
}

p {
	font-family: 'Lato', sans-serif;
	font-size: 26px;
}

input:focus, textarea:focus {
	outline-offset: 0px !important;
	outline-color: #fff;
}

/*----------------
		NAV
----------------*/

nav {
	width: 100%;
	height: 60px;
	background-color: rgba(0,0,0,.9);
	position: fixed;
	top: 0;
	display: block;
	z-index: 100;
	transition: all 1.5s ease-in-out;
}

.traslate-nav {
	left: 0;
	
}

#menu {
	height: 100%;
	padding-left: 100px;
	margin-left: 200px;
}

#menu ul {
	float: left;
	height: 100%;
}

#menu ul li {
	float: left;
	list-style: none;
	padding: 0 11px;
	height: 100%;
	display: block;
}

#menu ul li:hover{
	background-color: rgba(255,255,255,1);
}

#menu ul li:hover a {
	color: black;
}

#menu ul li a {
	color: white;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	padding-top: 24px;
	overflow: hidden;
	height: 100%;
}

.show-menu {
	display: block;
}

#menu-logo {
	float: right;
	padding: 5px 20px;
}

#menu-logo img {
	max-width: 50px;
}

/*----------------
		HAM
----------------*/

#hamWrap {
	width: auto;
	height: 50px;
	background-color: rgba(0,0,0,.9);
	position: fixed;
	left: 1%;
	top: 10px;
	padding: 4px 10px;
	display: none;
	border-radius: 10px;
	vertical-align: middle;
  	text-align: center;
  	z-index: 101;
}

.noColor {
	background-color: rgba(0,0,0,0);
}

#lines {
	height: 25px;
	float: left;
}

#ham-scritta {
	display: block;
	float: right;
	height: auto;
	position: relative;
	top: -17px;
	width: auto;
	margin-left: 50px;
}

#ham-scritta p {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
}

.lines {
	width: 38px;
	height: 6px;
	margin: 6px auto;
	background-color: #fff;
	position: relative;
	vertical-align: middle;
	overflow: hidden;
	border-radius: 2px;
	white-space: nowrap;
	transition: all .5s;
}

.rotate1 {
	transform: rotate(45deg);
	transition: all .5s;
}

.rotate2 {
	transform: rotate(-45deg);
	transition: all .5s;
}

.line2 {
	background-color: rgba(0,0,0,0);
}

#line1 {
	z-index: 5;
}

#line2 {
	z-index: 4;
}

#line3 {
	z-index: 6;
}

/*------------------------
		INDEX
-------------------------*/

#main-wrap {
	width: 100%;
	height: auto;
}

#main-title {
	width: 100%;
	float: none;
	display: block;
	/*background-image: url(../../images/ARDS_151213_25.jpg);*/
	background-size: contain;
	background-repeat: no-repeat;
	min-height: 1085px;
}

.land-img {
	display: block;
	max-height: 1085px;
}

#main-title-content {
	padding-top: 400px;
}

#absolute-wrap {
	display: block;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.silver-logo {
	position: absolute;
	top: 70px;
	max-width: 300px;
	display: none;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.coro-name {
	margin: 0 auto;
	display: block;
	width: 70%;
	position: absolute;
	top: 400px;
	left: 0;
	right: 0;
}

#scopri {
	width: 200px;
	height: 70px;
	background-color: rgba(0,0,0,.9);
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 600px;
	left: 0;
	right: 0;
}

#scopri a {
	color: white;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	width: 100%;
	height:100%;
	display: block;
	padding-top: 25px;
}

#scopri:hover {
	background-color: rgba(255,255,255,.8);
}

#scopri:hover a {
	color: black;
}

#coro-main {
	width: 100%;
	margin-top: 0px;
	background-image: url(../../../images/SfondoARDS-min.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: auto;
	display: block;
	padding-bottom: 50px;
}

#intro {
	color: #fff;
	width: 70%;
	margin: 0 auto;
	padding-top: 50px;
}

#intro h2 {
	margin-bottom: 10px;
}

#intro > p {
	line-height: 1.5em;
	font-size: 20px;
	text-align: justify;
}

#la-storia {
	color: white;
	width: 70%;
	margin: 0 auto;
	padding-top: 60px;
}

#la-storia h2 {
	margin-bottom: 10px;
}

#la-storia p {
	line-height: 1.5em;
	font-size: 20px;
	text-align: justify;
}

#la-storia img {
	max-width: 40%;
	float: right;
	margin: 10px 10px 0 20px;
}

#altro {
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: justify;
	vertical-align: top;
}

.altro-testo {
	font-size: 18px;
	margin-bottom: 10px;
	max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    width: 100%;
}

.altro-button {
	font-size: 20px;
	color: #900;
	cursor: pointer;
	display: inline-block;
	background-color: transparent;
	border: none;
	vertical-align: top;
	padding-bottom: 10px;
}

/* EVENTI E NEWS */

.eventi-news {
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	height: auto;
	display: block;
	font-size: 0;
}

.cta-prossimi-ev {
	display: block;
	width: 50%;
	margin: 0 auto;
	height: 50px;
	background-color: #900;
	float: none;
	text-align: center;
	border-radius: 10px;
}

.cta-prossimi-ev a {
	color: #fff;
	display: block;
	font-size: 20px;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	vertical-align: middle;
	height: 100%;
	padding-top: 12px;
}

.en-content {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	text-align: justify;
	height: auto;
}

.en-title {
	width: 100%;
	padding-bottom: 8px;
}

.sliding-div2 {
	width: 100%;
	margin: 0 auto;
	height: 3px;
	background-color: #900;
	opacity: 1;
	position: relative;
	left: -130%;
	transition: all 1s ease-in-out;
	margin-bottom: 40px;
}

.en-img {
	width: 70%;
	margin: 0 auto;
	display: block;
}

.en-list {
	list-style: none;
}

.en-li {
	margin-bottom: 50px;
}

.en-subtitle {
	font-size: 26px;
	color: #900;
	padding-bottom: 25px;
}

.en-text {
	font-size: 20px;
	line-height: 1.5em;
	padding-bottom: 20px;
}

.en-tag {
	text-decoration: none;
	color: #900;
}

.eventi {
	padding: 30px 50px 30px 80px;
}

.news {
	padding: 30px 80px 30px 50px;
}

.youtube-container {
	height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.youtube-container iframe,
.youtube-container object,
.youtube-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    /*top: 0;*/
    width: 100%;
}

/*----------------
	CONTACT FORM
-----------------*/

.contact-form-wrap {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.contact-wrap {
    width: 100%;
    margin: 0 auto;
    background-color: #900;
    height: auto;
    padding-top: 25px;
}

input.data-input {
    display: block;
    width: 80%;
    margin: 30px auto;
    height: 40px;
    background-color: #e4e4e4;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    text-align: center;
    border: none;
    box-shadow: 5px 10px 5px #0000002b;
}

.form-instructions {
    width: 80%;
    display: block;
    margin: 0 auto;
    text-align: left;
    color: #fff;
}

.form-instructions-dark {
    width: 80%;
    display: none;
    margin: 0 auto;
    text-align: left;
    color: #000;
    font-size: 16px !important;
}

.form-instructions p {
	font-size: 16px;
	display: inline-block;
}

#news-check {
	margin-bottom: 20px;
}

.title-cons {
	margin: 10px auto;
    font-size: 17px;
    font-weight: 800;
    font-family: 'Lato', sans-serif;
}


input.checkbox {
    margin-left: 20px;
    font-size: 30px;
}

.txt-input {
    display: block;
    width: 80%;
    margin: 10px auto 30px auto;
    height: 100px;
    background-color: #e4e4e4;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    text-align: left;
    padding: 10px;
    border: none;
    box-shadow: 5px 10px 5px #0000002b;
}

.submit-contact {
    height: 40PX;
    width: 30%;
    font-size: 16PX;
    border: none;
    color: #900;
    background-color: #f4f4f4;
    font-weight: 700;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

input.submit-contact:hover {
    transform: scale(0.95);
}

#contact-form-error {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#form-pag-contatti {
    width: 60%;
    margin: 0 auto;
    margin-top: 30px;
}


/*-----------------------
		MAESTRO
-----------------------*/

#main-wrap-maestro {
	width: 100%;
	height: auto;
}

#maestro-main {
	width: 100%;
	background-image: url(../../../images/SfondoARDS-min.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: auto;
	display: block;
	padding-bottom: 50px;
}

#maestro-content {
	padding-top: 100px;
	width: 100%;
	margin: 0 auto;
}

#maestro-content h1 {
	display: block;
	color: #fff;
	font-weight: 400;
	margin: 0 auto;
	margin-bottom: 50px;
	width: 70%;
	margin-top: 50px;
}

#maestro-thumb {
	line-height: 0;
	font-size: 0;
	width: 70%;
	margin: 0 auto;
}

#maestro-thumb li {
	display: inline-block;
	width: 20%;
	padding: 5px;
}

#maestro-thumb li img {
	width: 100%;
}

#maestro-bio {
	color: #fff;
	text-align: justify;
	margin-top: 40px;
	margin: 0 auto;
	width: 70%
}

#maestro-bio p {
	font-size: 20px;
	margin-left: 0px;
	line-height: 1.4em;
}

#maestro-bio img {
	width: 21%;
	float: left;
	margin: 0px 20px 0px 0px;
}

/*--------------------
		BAND
--------------------*/

#main-wrap-band {
	width: 100%;
	height: auto;
}

#band-main {
	width: 100%;
	background-image: url(../../../images/SfondoARDS-min.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: auto;
	display: block;
	padding-bottom: 50px;
}

#band-content {
	padding-top: 100px;
	width: 100%;
	margin: 0 auto;
}

.page-title {
	display: block;
	color: #fff;
	font-weight: 400;
	margin: 0 auto;
	margin-bottom: 50px;
	width: 70%;
	margin-top: 50px;
}

#band-gallery {
	width: 70%;
	margin: 0 auto;
}

#band-thumb {
	line-height: 0;
	font-size: 0;
}

#band-thumb li {
	display: inline-block;
	width: 20%;
	padding: 5px;
}

#band-thumb li img {
	width: 100%;
}

#band-bio {
	color: #fff;
	text-align: justify;
	margin-top: 40px;
}


.band-member {
	margin: 0 auto;
	width: 100%;
	margin-bottom: 40px;
}

.band-member-h2 {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 100%;
	padding: 9px 15% 9px 15%;
	color: #900;
	font-weight: 400;
	background-color: rgba(255,255,255,0.9);
	opacity: 1;
	position: relative;
	left: -100%;
	transition: all 1s ease-in-out;
}


.bio-wrap {
	margin: 0 auto;
	width: 70%;
	display: block;
	font-size: 0;
}

.band-member-img {
	display: inline-block;
	width: 30%;
	vertical-align: middle;
	filter: grayscale(100%);
}

.band-member-bio {
	margin: 0 auto;
	width: 70%;
	font-size: 20px;
	line-height: 1.4em;
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
}

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

#main-wrap-eventi {
	width: 100%;
	height: auto;
}

.eventi-main {
	width: 100%;
	background-image: url(../../../images/SfondoARDS-min.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: auto;
	display: block;
	padding-bottom: 50px;
}

.eventi-container {
	padding-top: 50px;
	display: block;
	width: 100%;
}

.banner {
	display: block;
	width: 100%;
}

.prossimi-eventi {
	width: 70%;
	margin: 0 auto;
}

.eventi-passati {
	width: 70%;
	margin: 0 auto;
}

.ev-h2 {
	color: #fff;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
}


.sliding-div {
	width: 100%;
	margin: 0 auto;
	height: 2px;
	background-color: #900;
	opacity: 1;
	position: relative;
	left: -130%;
	transition: all 1s ease-in-out;
}

.traslate {
	left: 0;
}

.ev-ul{
	color: #fff;
	margin: 0 auto;
	list-style: none;
	padding-top: 40px;
}

.sub-h3 {
	color: #fff;
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	padding-bottom: 5px;
}

.ev-content {
	font-size: 18px;
}

p.ev-content a {
	color: #fff;
}

.ev-li {
	margin-bottom: 30px;
}

/*--------------------
		DOWNLOAD
---------------------*/


.main-wrap-download {
	width: 100%;
	height: auto;
}

.download-main {
	width: 100%;
	background-image: url(../../../images/SfondoARDS-min.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: auto;
	display: block;
	padding-bottom: 50px;
}

.download-content {
	padding-top: 60px;
	width: 100%;
	margin: 0 auto;
}

.download-banner {
	margin: 0 auto;
	display: block;
}

.rows-container {
	font-size: 0;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.rows {
	width: 70%;
	display: block;
	margin: 0 auto;
}

.row1 {
	padding-bottom: 50px;
}

.row2 {
	padding-bottom: 50px;
}

.row3 {
	text-align: center;
}

.download-box {
	display: inline-block;
	width: 45%;
	background-color: rgba(255,255,255,0.8);
	height: auto;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	text-align: center;
	vertical-align: top;
}

.dl-empty-col {
	display: inline-block;
	width: 10%;
}

.dl-subtitle {
	color: #900;
	text-align: center;
	width: 80%;
	display: block;
	margin: 0 auto;
	padding-bottom: 5px;
	border-bottom: 2px solid #900;
	margin-bottom: 20px;
}

.info-button {
	font-size: 20px;
	color: #900;
	cursor: pointer;
	display: inline-block;
	background-color: transparent;
	border: none;
	vertical-align: top;
	padding-bottom: 10px;
}

.info-button:hover {
	color: #a1a1a1;
}

button.info-button:after {
    content: '\002B'; /* Unicode character for "plus" sign (+) */
    color: #900;
    padding-top: 2px;
    font-size: 18px;
    font-weight: 700;
    float: right;
    margin-left: 5px;
}

button.info-button.active:after {
    content: "\2212"; /* Unicode character for "minus" sign (-) */
}

.dl-info {
	font-size: 18px;
	padding: 0px 30px;
	margin-bottom: 10px;
	max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.dl-info a {
	color: #900;
	text-decoration: none;
}

/*-----------------------
		DISCOGRAFIA
-----------------------*/

.main-wrap-discografia {
	width: 100%;
	height: auto;
}


.discografia-main {
	width: 100%;
	background-image: url(../../../images/SfondoARDS-min.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: auto;
	display: block;
	padding-bottom: 50px;
}

.discografia-content {
	width: 100%;
	margin: 0 auto;
	display: block;
	padding-top: 60px;
	font-size: 0;
}

.cd-content {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	display: block;
}

.disco {
	margin: 0 auto;
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.disco-subtitle {
	color: #fff;
	margin-left: 0;
	padding-bottom: 30px;
}

.disco img {
	max-height: 460px;
}

.disco-descrizione {
	color: #fff;
	font-size: 18px;
	padding: 15px 60px 0 60px;
	text-align: justify;
}

.cta-aplmusic {
	display: block;
	width: 50%;
	margin: 0 auto;
	height: 50px;
	background-color: rgba(255,255,255,0.8);
	float: none;
	text-align: center;
	border-radius: 10px;
	margin-top: 30px;
}

.cta-aplmusic a {
	color: #900;
	display: block;
	font-size: 20px;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	vertical-align: middle;
	height: 100%;
	padding-top: 12px;
}

/*--------------------
		GALLERY
--------------------*/

.main-wrap-gallery {
	width: 100%;
	height: auto;
}


.gallery-main {
	width: 100%;
	background-image: url(../../../images/SfondoARDS-min.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: auto;
	display: block;
	padding-bottom: 50px;
}

.gallery-content {
	width: 100%;
	margin: 0 auto;
	display: block;
	padding-top: 60px;
	font-size: 0;
}

.gallery-thumbnails {
	margin: 0 auto;
	width: 70%;
	font-size: 0;
}

.gl-thumb {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	position: relative;
  	overflow: hidden;
  	height: 170px;
}

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

.gl-p {
	color: #fff;
	font-size: 20px;
	display: block;
	padding-bottom: 50px;
}

.gl-p a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

.youtube {
	display: inline-block;
	width: 50%;
	text-align: center;
}

/*---------------------
		CONTATTI
---------------------*/

#main-wrap-contatti {
	width: 100%;
	height: auto;
}

#contatti-main {
	width: 100%;
	background-image: url(../../../images/SfondoARDS-min.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: auto;
	display: block;
	padding-bottom: 50px;
}

#contatti-content {
	padding-top: 60px;
	width: 100%;
	margin: 0 auto;
}

.cn-dettagli {
	width: 70%;
	display: block;
	margin: 0 auto;
}

.cn-text {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	padding-top: 40px;
}

.cn-sub-h3 {
	color: #fff;
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	padding-bottom: 5px;
	text-align: center;
	padding-top: 30px;
	border-bottom: 1px solid #900;
	width: 30%;
	margin: 0 auto;
}

.cn-a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
}

/*-----------------------
		NEWSLETTER
------------------------*/

.newsletter-wrap {
	width: 100%;
	margin: 0 auto;
	background-color: #474646;
	height: auto;
	padding-top: 25px;
}

.newsletter-title {
	width: 40%;
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	padding-bottom: 5px;
	margin-bottom: 25px;
	border-bottom: 2px solid #fff;
}

.autorizzazione{
	margin: 0 auto;
    width: 80%;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.autorizzazione a {
	text-decoration-color: #fff;
	color: #fff;
}

.title-autor{
	font-size: 1.25em;
}

.p-autor{
	font-size: 1em;
    padding-bottom: 1em;
    padding-top: 1.5em;
    color: #e0e0e0;
}

.checkbox {
	display: inline-block;
	padding-top: 1em;
}

.mc-field-group {
	text-align: center;
}

.submit-wrap {
	text-align: center;
    padding: 1em 0 2em 0;
}

.span-autor {
	font-size: .85em;
    padding-left: 0.75em;
}

.input-box {
	margin: 0 auto;
	display: block;
	width: 70%;
	text-align: center;
	font-size: 0;
}

.subscribe-form {
	margin: 0 auto;
	display: block;
	width: 70%;
	text-align: center;
	font-size: 0;
}

.name-input {
	background-color: #151515;
	border-radius: 0;
	border: none;
	height: 50px;
	width: 260px;
	font-size: 20px;
	padding-left: 20px;
	color: #fff;
	display: inline-block;
	margin-bottom: 30px;
}

.col-form {
	display: inline-block;
	width: 50px;
}

.mail-input {
	background-color: #151515;
	border-radius: 0;
	border: none;
	height: 50px;
	width: 400px;
	font-size: 20px;
	padding-left: 20px;
	color: #fff;
}

.submit {
	height: 50px;
	width: 170px;
	font-size: 18px;
	border: none;
	color: #900;
	background-color: #f4f4f4;
	font-weight: 700;
}

.form-error {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 10px;
}

.extra {
	height: auto;
	visibility: hidden;
	padding-top: 20px;
    padding-bottom: 20px;
    width: 50%;
    margin: 0 auto;
}

#extraTitle {
	display: none;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

.conf-data {
	font-size: 18px;
    padding-top: 10px;
    color: #fff;
    text-align: center;
}

.conferma {
	display: none;
	margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 50px;
}

.invisible-h3 {
	visibility: hidden;
	font-size: 20px;
	color: #ff0303;
}

.title-pop {
	color: #fff;
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    font-size: 18px;
}

.title-pop-p {
	font-size: 18px;
    color: #fff;
}


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

footer {
	background: #151515;
	color: #fff;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	min-height: 300px;
	padding: 10px 20px;
	position: relative;
	bottom: 0;
}

footer > p {
	position: relative;
	bottom: 0px;
	left: 0;
	right: 0;
}

#footer-content {
	width: 100%;
	display: block;
	margin: 0 auto;
	border-top: 1px solid #7d7d7d;
	padding-top: 20px;
	font-size: 0;
	padding-bottom: 30px;
}

#footer-logo {
	display: block;
	float: none;
	position: relative;
	left: 40px;
	width: 100%;
	height: 69px;
	margin-bottom: 20px;
}

#footer-logo ul {
	list-style: none;
	position: absolute;
	bottom: 0;
}

#footer-logo ul li {
	float: left;
}

#logo-ards img {
	width: 70px;
	position: absolute;
	bottom: 0;
}
#logo-feder img {
	width: 60px;
	position: absolute;
	bottom: 0;
	left: 100px;
}

#footer-info {
	display: inline-block;
	width: 35%;
	height: auto;
	text-align: left;
	padding: 0 10px;
	margin: 0 auto;
	vertical-align: top;
}

#footer-info p {
	font-size: 18px;
}

#followus {
	display: inline-block;
	width: 30%;
	text-align: center;
	margin: 0 auto;
	vertical-align: top;
}

#footer-social {
	list-style: none;
	display: inline-block;
	text-align: left;
}

#footer-social li {
	display: inline-block;
	vertical-align: middle;
	padding: 20px 5px 20px 5px;
	transform: scale(1);
}

#footer-social li:hover {
	transform: scale(.90);
}

#footer-social li a img{
	max-width: 45px;
	max-height: 45px;
}

#footer-menu {
	width: 35%;
	display: inline-block;
	height: auto;
	margin: 0 auto;
	padding: 0 30px;
	font-size: 14px;
}

#footer-menu ul {
	list-style: none;
	text-align: center;
}

.footer-menu-li {
	padding-bottom: 5px;
}

#footer-menu ul li a {
	color: white;
	text-decoration: none;
}

#footer-menu ul li a:hover {
	color: white;
	text-decoration: underline;
}

#copyright p {
	font-size: 14px;
}



/*------------------
		LOGIN
-------------------*/

.exit {
	position: fixed;
    color: #fff;
    z-index: 100;
    font-size: 1.25em;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    right: 6em;
    top: 1em;
}

.div-form {
	width: 40%;
	 background-color: #900;
	padding: 2em 0;
	display: block;
	font-size: 1em;
	margin: 0 auto;
	text-align: center;
}

.fTitle {
	font-family: 'Lato', sans-serif;
	font-size: 1.5em;
	color: #fff;
	font-weight: 700;
}

.fTitle::after {
    content: '';
    height: 2px;
    width: 60%;
    background: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 0.5em;
}

.submit-login {
    height: 40PX;
    width: 30%;
    font-size: 16PX;
    border: none;
    color: #900;
    background-color: #f4f4f4;
    font-weight: 700;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

input.submit-login:hover {
    transform: scale(0.95);
}

/*------------------
		COOKIES
-------------------*/

.cookie-main {
	width: 100%;
	background-image: url(../../../images/SfondoARDS-min.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: auto;
	display: block;
	padding-bottom: 50px;
}

.cookies-container {
	padding-top: 90px;
	padding-bottom: 50px;
	color: #fff;
	display: block;
	width: 70%;
	margin: 0 auto;
	text-align: justify;
	font-family: 'Lato', sans-serif;
}

.cookies-container p{
	font-size: 18px;
}

.cookies-container h2 {
	font-size: 25px;
	padding-top: 20px;
}

.cookies-container h3 {
	font-size: 24px;
	padding: 20px 0 10px 0;
}

.cookies-container ul {
	font-size: 18px;
	text-indent: 10px;
	padding-left: 20px;
	line-height: 2em;
}

.cookie-table {
	margin: 0 auto;
	width: 100%;
}

.cookie-table th, td {
	 border-bottom: 1px solid #ddd;
	 padding: 5px 0 5px 0;
}

.cookie-table th {
	font-weight: 700;
}

/*---------------------
		VIEWPORT
---------------------*/

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

	.username {
		top: 3em !important;
		right: 0em !important;
		background: rgba(0,0,0,0.8);
		padding: 1em 3em 1em 1em;
	}
}

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

	#main-title {
		min-height: 800px;
	}

	.land-img {
		max-height: 800px;
	}

	#scopri {
		top: 470px;
	}

	.coro-name {
		top: 300px;
	}

	.silver-logo {
		top: 50px;
		max-width: 250px;
	}

	.cta-prossimi-ev a {
		font-size: 18px;
	}


}

@media screen and (max-width: 1230px) {
	
	div#menu {
		padding-left: 20px;
		margin-left: 80px;
	}

	#menu ul li a {
		font-size: 16px;
	}

	#ham-scritta {
		display: none;
	}

	#main-title {
		background-size: cover;
	}

	.gl-thumb {
		height: 100px;
	}

	.youtube {
		width: 50%;
		font-size: 0;
	}

	.youtube iframe {
		max-width: 90%;
	}

	.coro-name {
		top: 330px;
	}

	.band-member-bio {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding-left: 0;
	}

	.band-member-img {
		display: block;
		margin: 0 auto;
		width: 90%;
		padding-bottom: 20px;
	}

	#footer-info p {
		font-size: 14px;
		text-align: justify;
		padding-right: 20px;
	}

	.cta-prossimi-ev {
		width: 70%;
	}

	/*CONTACT FORM*/

	input.data-input {
		width: 100%;
	}

	.submit-contact {
		width: 40%;
	}

	.form-instructions {
		width: 100%;
	}

	.txt-input {
		width: 100%;
	}

	div#form-pag-contatti {
		width: 70%;
	}

	.div-form {
		width: 60%;
		padding: 2em 4em;
	}

	.exit {
		display: none;
	}

	.exit-mobile {
		position: fixed;
		color: #fff;
		z-index: 101;
		font-size: 1.25em;
		text-decoration: none;
		font-family: 'Lato', sans-serif;
		right: 1em;
		top: 4em;
	}

	/*DOWNLOADS*/

	.download-box {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}

	.rows {
		padding: 0;
	}

	.download-main {
		padding-bottom: 20px;
	}

	.download-banner {
		max-width: 100%;
	}

	/*DISCOGRAFIA*/

	.disco img {
		max-width: 90%;
	}

	.disco-descrizione {
		padding: 0;
		padding-top: 15px;
		width: 90%;
		margin: 0 auto;
	}

}

@media screen and (max-width: 834px) {
	
	nav {
		display: block;
		height: 100%;
		width: 30%;
		position: fixed;
		left: -100%;
		transition: all 1s ease-in-out;
	}

	#menu ul li:hover{
	background-color: transparent;
	}

	#menu ul li:hover a {
	color: #fff;
	}

	#menu-logo {
		float: none;
		text-align: center;
		padding-top: 50px;
	}

	#menu-logo img {
		max-width: 100px;
	}

	#menu {
		position: relative;
		width: 100% !important;
		margin: 0 auto !important;
		float: none !important;
		padding-left: 0 !important;
	}

	#menu ul {
		float: none;
		margin: 0 auto;
	}

	#menu ul li {
		float: none;
		text-align: center;
		height: auto;
	}

	#menu ul li a {
		height: auto;
	}

	#hamWrap {
		display: block;
	}

	#ham-scritta {
		display: none;
	}

	.land-img {
		max-height: 1050px;
	}

	#main-title {
		min-height: 1050px;
	}

	#maestro-thumb {
		width: 80%;
	}

	.coro-name {
		width: 80%;
		top: 330px;
	}

	#maestro-thumb li {
		padding-left: 0;
		padding-right: 0;
	}

	#band-gallery {
		width: 100%;
		margin: 0 auto !important;
	}

	#band-thumb {
		width: 80%;
		margin: 0 auto;
	}

	#band-thumb li {
		padding-left: 0;
		padding-right: 0;
	}

	.band-member-bio {
		width: 90%;
	}

	.bio-wrap {
		width: 80%;
	}

	.name-input {
		display: block;
		margin: 0 auto 30px auto;
	}

	.col-form {
		display: none;
	}

	.mail-input {
		width: 60%;
	}

	.en-content {
		display: block;
		width: 100%;
		padding: 30px 50px;
	}

	/*CONTACT FORM*/

	.contact-wrap {
		width: 100vw;
    	margin-left: -50px;
	}

	.div-form {
		width: 100vw;
		padding: 2em 1em;
	}

	.username {
		top: 0 !important;
	}

	.exit-mobile {
		top: 1em;
	}

	/*EVENTI*/

	.eventi-container {
		padding-top: 0;
	}

	.cta-prossimi-ev {
		width: 50%;
	}

	/*GALLERY*/

	.gl-thumb {
		height: 90px;
	}

	.youtube {
		display: block;
		width: 100%;
		padding-bottom: 20px;
	}

	.gallery-main {
		padding-bottom: 10px;
	}

	/*DOWNLOAD*/

	.download-content {
		padding-top: 0;
	}

	/*DISCOGRAFIA*/

	.discografia-content {
		padding-top: 30px;
	}

	.disco {
		display: block;
		width: 90%;
		padding-bottom: 40px;
	}

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

	.disco-descrizione {
		padding: 0;
		padding-top: 15px;
		width: 90%;
		margin: 0 auto;
	}

	.cta-aplmusic {
		width: 70%;
	}

	/*CONTATTI*/

	#contatti-content {
		padding-top: 0;
	}

	div#form-pag-contatti {
    	width: 90%;
	}

}

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


	/*HOME AND INCLUDES*/

	nav {
		width: 100%;
		overflow: scroll;
		transition: all 0.8s ease-in-out;
	}

	#main-title {
		min-height: 700px;
	}

	.land-img {
		max-height: 700px;
	}

	#main-title-content {
		padding-top: 250px;
	}

	.coro-name {
		width: 90%;
		top: 170px;
	}

	#scopri {
		top: 265;
	}

	.silver-logo {
		max-width: 120px;
		top: 40px;
	}

	#scopri {
		top: 270px;
	}

	#intro {
		width: 80%;
	}

	#intro p {
		font-size: 18px;
	}

	#la-storia {
		width: 80%;
	}

	#la-storia p {
		font-size: 17px;
	}

	#la-storia>img {
		float: none;
		width: 100%;
		display: block;
		margin: 0 auto;
		max-width: none;
		padding-bottom: 20px;
	}

	.en-content {
		padding: 30px;
	}

	.en-text {
		font-size: 18px;
	}

	.en-img {
		width: 80%;
	}

	.en-title {
		font-size: 26px;
	}

	.en-subtitle {
		font-size: 24px;
	}

	.cta-prossimi-ev {
		width: 85%;
	}

	.sliding-div2 {
		margin-bottom: 20px;
	}
	
	.newsletter-title {
		width: 80%;
	}

	.mail-input {
		width: 260px;
		margin-bottom: 30px;
	}

	#footer-logo {
		margin: 0 auto 20px auto;
		width: 100%;
		left: 0;
	}

	#footer-info, #followus, #footer-menu {
		display: block;
		width: 90%;
	}

	/*CONTACT FORM*/

	.submit-contact {
		width: 50%;
	}

	div#form-pag-contatti {
    	width: 100%;
	}

	.contact-wrap {
		margin-left: -30px;
	}

	h1.privateh1 {
		font-size: 1em;
	}

	/*MAESTRO*/

	#maestro-content h1 {
		font-size: 22px;
		width: 90%;
	}

	#maestro-thumb {
		width: 100%;
	}

	#maestro-bio {
		width: 80%;
	}

	#maestro-bio p {
		font-size: 17px;
		padding-right: 20px;
	}

	#maestro-img-wrap {
		width: 100%;
		background-color: #fff;
		margin-bottom: 20px;
	}

	#maestro-bio img {
		float: none;
		display: block;
		margin: 0 auto;
		width: 50%;
	}

	/*BAND*/

	#band-thumb {
		width: 100%;
	}

	.band-member-h2 {
		font-size: 18px;
	}

	.band-member-bio {
		font-size: 17px;
	}

	.band-member-img {
		width: 90%;
		padding-top: 10px;
	}

	/*EVENTI*/

	.page-title {
		margin-top: 30px;
	}

	.ev-content {
		font-size: 17px;
	}

	.prossimi-eventi {
		width: 80%;
	}

	.sub-h3 {
		font-size: 20px;
	}

	.eventi-passati {
		width: 80%;
	}

	/*GALLERY*/
	
	.gl-thumb {
		height: 78px;
	}

	/*DOWNLOADS*/

	.dl-subtitle {
		font-size: 18px;
	}

	/*CONTATTI*/

	.cn-dettagli {
		width: 80%;
	}

	.page-title {
		width: 80%;
	}

}

@media screen and (max-width: 380px) {
	
	.coro-name {
		top: 250px;
	}

	.silver-logo {
		max-width: 200px;
	}

	#scopri {
		top: 350px;
	}

	#intro {
		padding-top: 60px;
	}

	/*CONTACT FORM*/

	.form-instructions p {
    	font-size: 15px;
	}

	/*GALLERY*/

	.gl-thumb {
		height: 85px;
		width: 50%;
	}

	.youtube iframe {
		max-height: 150px;
	}

	/*DOWNLOADS*/

	.rows {
		width: 80%;
	}

	/*DISCOGRAFIA*/

	.cd-content {
		width: 90%;
	}

	.cta-aplmusic {
		width: 90%;
	}

	.disco-descrizione {
		font-size: 17px;
	}

	.page-title {
		font-size: 26px;
		width: 80%;
	}

	/*CONTATTI*/

	.cn-sub-h3 {
		width: 70%;
	}

	/*FOOTER*/

	#footer-social li a img {
		max-height: 35px;
		max-width: 35px;
	}

}

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

#main-title {
		min-height: 565px;
	}

.land-img {
	max-height: 565px;
	}

.cta-prossimi-ev a {
	font-size: 16px;
	padding-top: 15px;
	}

.subscribe-form {
	width: 100%;
}

#footer-social li {
	padding: 20px 4px 20px 4px;
}

.cn-text {
	font-size: 18px;
}

.cn-a {
	font-size: 16px;
}

.contact-wrap {
	padding: 25px;
}

}












