@charset "utf-8";
a{text-decoration: none; }
html, body{margin: 0; padding: 0;  background-color: #000}
.logo{
	width: 100%;
	max-width: 600px;
	margin: auto;
	margin-top: 5%;
	position: relative;
	z-index: 999;
}
.logo img{
	width: 100%
}
img.bg {
			
			margin-top: 0px;
			min-height: 100%;
			min-width: 1024px;
		background-attachment:fixed;
			width: 100%;
			height: auto;
			
			position: fixed;
			top: 0;
			left: 0;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				margin-top: 0px;
				left: 50%;
				margin-left: -512px;
				
				background-attachment:fixed; }
			
			.logo{margin-top: 30%;}
		}

.enter_lang{
	    width: 400px;
    padding: 37px;
    margin: auto;
    color: #CCC;
    font-size: 18px;
    font-weight: 600;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin-top: 30px;
    text-align: center;
    background-color: #0009;
}
.enter_lang a{
	color:#ccc;
	cursor:pointer;
}
.enter_lang a:hover{
	color:#FFF;
	cursor:pointer;
}


@media screen and (max-width:500px) and (min-width:320px) {
	.enter_lang {
	
		width: 100%;
		padding:0px !important;
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	
	.milano_enter {
    width: 80% !important;
	margin-top: 60% !important;
	}