

#header {
		position: fixed;
		top:0;
		padding:0 15px;
		display:block;
		width:100%; 
		max-width: 1200px;
		height:80px;
		background:#111;
		z-index:1000;
		 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
		}
/* Menu */
.logo{
	display:block; 
	float:left;
	width:auto; 
	padding:20px 30px 20px 0; 
	}

ul#menu {
	display:block;
	width: auto;
    margin: 0;
	padding:18px 10px;
    list-style: none;
	background:#111;
	z-index:1000;
	} 
ul#menu li {
    display: inline;
	float: left; /* elementi su singola riga */
	width:auto;
	}
ul#menu li a {
	display: inline-block;
	line-height: 50px;
	padding-right:40px;
	text-decoration: none;
	text-transform:uppercase;
	margin: 0;
	font-weight: 300;
	cursor:pointer;
	}

ul#menu li.last {float: right; }
ul#menu li.last a{padding-top:5px;}

ul#menu li a.active{
	color: #0FA0CE;font-weight: 400;
	}
	
/* Menu Responsive*/	

.btn-menu-responsive{
	display: none;
	position: fixed;
	float:left;
	width: 100%;
	height: 45px;
	background:#111;
	padding-top:20px;
	cursor:pointer;
	z-index:2000;
	transition: all 0.5s ease;
	}

	
/* Pagine*/


.box {
	float:left;
	width:auto;
	height:	100%;
	margin-right:15px;
	margin-bottom:30px;
	color:#111;
	}
.box2 {
	width: auto;
	height:	100%;
	float: left;
	margin-bottom:30px;
	color:#111;
	}
		
/* home - king me – news */	
	.name.active {
    color:#0FA0CE;
    }

	.sub-name, .sub-content {
    display: none;
	width:100%;
	float:left;
	height: auto;
	padding:15px 0 0;
	margin:10px 0 30px;
	color:#111;
	background-color: #0FA0CE;
	font-weight:300;
    }
	.sub-name a:hover, .sub-content a:hover{
	color:#666;
    }


/* music*/
 
	.disco {
    display: block;
	float:left;
	width:100%;
	box-sizing: border-box;
	}
	
	.box-player {
	width: 100%;
	height:	auto;
	float: left;
	margin-top:50px;
		margin-bottom:50px;
	}
	.player{
    float:left;
	width: 100%;
	clear: both;
	margin-bottom:10px;
	padding: 6px;
	border-bottom:1px solid #666;
	font-weight:300;
	font-size:1.6rem;
}
.player a{
	color: #666;
	}

/* gallery*/	

.gallery-item{
display:inline-block;
width:33%;
height:auto;
text-align:center;vertical-align: top;
margin:0 auto; 
padding:0 0.5em 1em;
font-size: 80%;
-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
.gallery-item > div{width:100%;max-width:400px;margin:0 auto;}
.gallery-item img{width:100%;margin:0 auto;}
@media all and (max-width: 1024px){.gallery-item{width:49%;} }
@media all and (max-width: 767px){.gallery-item{width:100%;} }


/* links*/	
	.links {
	float:left;
	width: 30%;
	margin-right:15px;
    }	
	.links a {font-weight: 300;}

.content{width:100%;position:absolute;top:100%;margin-top:80px;width:100%;background:#111;}


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



@media all and (max-width: 768px){
	/* Structure  < 767 */
	.logo{width:100%;display:block;}
	.btn-menu-responsive{display:block; clear:right;}
	ul#menu{
	display: none;
	width:100vw; height:100vh;
	} 
	ul#menu li {display:block; width:100vw;padding:0;}
	ul#menu li a {
	display: block;
	width:100%; padding:0;
	}
	ul#menu li.last {width:100%;}
	ul#menu li.last a{max-width:80px;}
.links {width: 45%;}
	}


