@charset "UTF-8";
/* CSS Document */
body,html{
	margin: 0px;
	padding: 0px;
	height:100%;
	width:100%;
	background-color: #000;
	}
	
	#banner{
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 9000000;
		background-color:rgba(0, 0, 0, .85);
		text-align: center;

	}
		
	#banner:after{
	content: "CLOSE X";
	position: fixed;
	top: 20;
	right: 20;
	background-color: white;
	padding: 10px;
	color: black;
	font-size: 20px;
font-family: 'Source Sans Pro', sans-serif;
cursor: pointer;
	}
	
	#banner img{
	height: 100%;
	}
#preloaderHome{
	height:100%;
	width:100%;
	background-color:#000;
	position:fixed;
	top:0px;
	left:0px;
	z-index:1000;
	
	
	}
	.piva{
	font-size:12px;}
	#preloaderHome img{
		position:relative;
		top:50%;
		left:50%;
		margin-left:-25px;
		margin-top:-25px;
		opacity:0.6;}
.selectCollection{
	font-family: 'Source Sans Pro', sans-serif;
	height:30px;
	line-height:30px;
	width:150px;
	margin-left:auto;
	margin-right:auto;
	text-transform: uppercase;
	border-top-width: 1px;
	
	border-top-style: solid;

	border-top-color: #d5d5d5;

	
	text-align:center;
	font-size:14px;
	color:#FFF;
	font-weight: normal;
	}


a:link, a:visited{

	text-decoration:none;
	color: #d5d5d5;
	-moz-transition:color 0.5s;
	-o-transition:color 0.5s;
	-webkit-transition:color 0.5s;
	transition:color 0.5s;
}

	a:hover{color: #fff;}

	

	.piva{
		font-size:11px;}

	


#contentHome {
	height: 120px;
	width: 600px;
	position: absolute;
	left: 50%;
	top: 30%;
	margin-top: -60px;
	margin-left: -300px;
	z-index: 10;
}
#start {
	height:100%;
	width:100%;
	opacity:1;	/*background-image: url(videos/videoHome.jpg);
	height:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	background-color: #039;
	width: 100%;
	background-size:cover;*/
	}
	
	
	.fontBastoni{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
		}

#logo {
	width: 350px;
	margin-right: auto;
	margin-bottom: -2px;
	margin-left: auto;
	height: 77px;
	background-image: url(images/assets/bgLogo.html);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom:50px;
}
#bgVideo{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}

	
	
	
	
	

.background-video{
    height:auto;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
}

#browser {
	cursor:default;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:12px;
	color: #CCC;
	margin-top: 50px;
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
body,html{
	height:100%;
	background-attachment: fixed;
	background-image: url(videos/videoHome.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;

}
}

	
	/* MEDIA QUERIES*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
body,html{
	height:100%;
	background-attachment: fixed;
	background-image: url(videos/videoHome.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;

}
#banner{
margin-top: 50px;
}

#banner:after{
display: none;

}
.selectCollection{
	font-family: 'Source Sans Pro', sans-serif;
	height:20px;
	line-height:20px;
	width:180px;
	margin-left:auto;
	margin-right:auto;
	text-transform: uppercase;
	border-top-width: 1px;
	
	border-top-style: solid;

	border-top-color: #d5d5d5;

	
	text-align:center;
	font-size:12px;
	color:#FFF;
	font-weight: normal;
	}

#browser {
	cursor:default;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:8px;
	color: #CCC;
	margin-top: 50px;
}
#contentHome {
	height: 100%;
	width: 300px;
	position: static;
	margin-right:auto;
	padding-top:90px;
	

	margin-left: auto;
	z-index: 10;
}
.piva{
	font-size:8px;}
	}