
body {
	margin:0; padding:0;
	text-align:center;
	color:#fff;
	font-family:'Open Sans',sans-serif;
	background:#f00004;

}

.background {
		background: repeating-linear-gradient(
    -30deg,
    #f00004,
    #f00004 200px,
    #ad9f00 200px,
    #ad9f00 400px,
    #e8bf00 400px,
    #e8bf00 600px,
	#241b29 600px,
	#241b29 800px
  );
  animation: slide 240s linear infinite;
  position: fixed;
  width:10000%;
  height:100%;
  top:0;
  left:0;}

@keyframes slide{
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    transform: translate3d(-99%, 0, 0);
  }
}

#content{position:relative}

a{ color:#fff;}
img { border:0 none; max-width:100%;}
.clear{ clear:both;}
#followus{
	font-weight:normal;
}
h1,h2,h3,h4{
	font-weight:800;
	text-transform:uppercase;}
h1{
	font-size:10vw;
	margin:50px auto;
	text-align:center;}
h1 span{
	font-size:1.3em}
h2{
	font-size:50px;
	margin:20px 0 0;}
h3{
	font-size:24px;
	margin:0 0 5px;}
h4{
	font-size:20px;
	margin:0px;}
small{
	font-size:11px;
	line-height:1;
}
small a{
	font-style:italic;
	text-decoration:none;}
small a:hover{
	text-decoration: underline;}
.left{
	float:left;
	margin:0 20px 10px 0;}
#welcome{
	display:none;
	position:absolute;
	right:0;
	top:10px;}
#content, .content{
        max-width: 980px;
		width:98%;
		margin:auto;
		text-align:left;
}

#concerti{
	display:table;border-collapse:separate;border-spacing:10px; margin:0 -10px; width:100%;}
.concerto{
	display:table-row;}
.date, .info {
	display:table-cell;
	vertical-align:top;}
	
.date {
    background: #000000;
    padding: 10px 5px;
    text-align: center;
	text-transform:uppercase;
	font-size:12px;
	line-height:1;
}
.day {
	font-weight:800;
	font-size:36px;}
.info {
	background:#FFFFFF;
	padding:10px 3%;
	color:#000000;
	position:relative}
.quando {
	text-decoration:blink;
	background: #D21416;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 5px;
    position: absolute;
    right: -5px;
    text-transform: uppercase;
    top: 5px;
}

.smallup{
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
.record{
	float:left;
	margin:50px 50px 20px 0;}
.record img{
	box-shadow:0 0 50px #000000;
}

.third {
	width:32%;
	float:left;
	margin-right:2%;}
.quarter {
	width:24%;
	float:left;
	margin-right:1.333%;}
.half {
	width:49%;
	float:left;
	margin-right:2%;
	margin-bottom: 30px;}
.last {
	margin-right:0;}
.download{
	float:left;
	margin:45px 0 30px;}
.link{
	font-weight:bold;
	font-size:20px;
	text-decoration:none;}
#followus span{
	position:relative;
	bottom:10px;}
.gray img{
	-webkit-filter: grayscale(1);
    filter: url(filters.svg#desaturate);
	filter: gray;
}
.gray img:hover{
	-webkit-filter: grayscale(0);
    filter: none;
}
.image{
	text-align:center;
	display:block;
	overflow:hidden;
	float:left;
	margin:0 10px 10px 0;
	width:130px;
	height:90px;}
.image1{
	width:391px;
	height:280px;}
.image2,.image3,.image4,.image5,.image6,.image7{
	width:183px;
	height:135px;}
.image img{
	width:100%;
	min-height:100%;}
#footer{
	background:rgba(0,0,0,0.6);
	margin-top:30px;
	padding:20px 0;
	font-size:11px;
	position:relative;}
.loghi{
	margin:20px 0;}
.loghi img{
	margin:0 20px 0 0;}

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

.fullwidth{
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
   }

   .half1 {
    width: 49%;
    padding-right: 1%;
    float: left;
}
.half2 {
    width: 49%;
    padding-left: 1%;
    float: left;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

@media only screen and (max-width: 980px) {
.image,.image1,.image2,.image3,.image4,.image5,.image6,.image7 {
	width:32%;
	height:0;
	padding-bottom:21%;
	margin:0.66%;}
}

@media only screen and (max-width: 550px) {
.image,.image1,.image2,.image3,.image4,.image5,.image6,.image7 {
	width:32%;
	height:0;
	padding-bottom:21%;
	margin:0.66%;}
#recensioni a, #concerti .concerto, .bollo {
    margin: 5px 0;
    max-width: none;
    padding: 3%;
    width: 94%;}
.third, .quarter, .half {
    margin-right: 0;
    width: 100%;}
h2 {
    font-size: 9vw;}
}


/* CSS Load */

.cssload-thecube {
	width: 43px;
	height: 43px;
	margin: 0 auto;
	margin-top: 29px;
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(255,255,255);
	animation: cssload-fold-thecube 1.8s infinite linear both;
		-o-animation: cssload-fold-thecube 1.8s infinite linear both;
		-ms-animation: cssload-fold-thecube 1.8s infinite linear both;
		-webkit-animation: cssload-fold-thecube 1.8s infinite linear both;
		-moz-animation: cssload-fold-thecube 1.8s infinite linear both;
	transform-origin: 100% 100%;
		-o-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		-webkit-transform-origin: 100% 100%;
		-moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
		-o-transform: scale(1.1) rotateZ(90deg);
		-ms-transform: scale(1.1) rotateZ(90deg);
		-webkit-transform: scale(1.1) rotateZ(90deg);
		-moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
		-o-transform: scale(1.1) rotateZ(180deg);
		-ms-transform: scale(1.1) rotateZ(180deg);
		-webkit-transform: scale(1.1) rotateZ(180deg);
		-moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
		-o-transform: scale(1.1) rotateZ(270deg);
		-ms-transform: scale(1.1) rotateZ(270deg);
		-webkit-transform: scale(1.1) rotateZ(270deg);
		-moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
	animation-delay: 0.225s;
		-o-animation-delay: 0.225s;
		-ms-animation-delay: 0.225s;
		-webkit-animation-delay: 0.225s;
		-moz-animation-delay: 0.225s;
}
.cssload-thecube .cssload-c3:before {
	animation-delay: 0.45s;
		-o-animation-delay: 0.45s;
		-ms-animation-delay: 0.45s;
		-webkit-animation-delay: 0.45s;
		-moz-animation-delay: 0.45s;
}
.cssload-thecube .cssload-c4:before {
	animation-delay: 0.675s;
		-o-animation-delay: 0.675s;
		-ms-animation-delay: 0.675s;
		-webkit-animation-delay: 0.675s;
		-moz-animation-delay: 0.675s;
}



@keyframes cssload-fold-thecube {
	0%, 10% {
		transform: perspective(80px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		transform: perspective(80px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		transform: perspective(80px) rotateY(180deg);
		opacity: 0;
	}
}

@-o-keyframes cssload-fold-thecube {
	0%, 10% {
		-o-transform: perspective(80px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-o-transform: perspective(80px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-o-transform: perspective(80px) rotateY(180deg);
		opacity: 0;
	}
}

@-ms-keyframes cssload-fold-thecube {
	0%, 10% {
		-ms-transform: perspective(80px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-ms-transform: perspective(80px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-ms-transform: perspective(80px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-fold-thecube {
	0%, 10% {
		-webkit-transform: perspective(80px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-webkit-transform: perspective(80px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-webkit-transform: perspective(80px) rotateY(180deg);
		opacity: 0;
	}
}

@-moz-keyframes cssload-fold-thecube {
	0%, 10% {
		-moz-transform: perspective(80px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-moz-transform: perspective(80px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-moz-transform: perspective(80px) rotateY(180deg);
		opacity: 0;
	}
}