html, body {
	width:100%;
	height:100%;
}
body {
    font-family:'Muli', Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:300;
	margin: 0;
	padding: 0;
	color: #000000;
	background:#ffffff;
}
ul, ol, dl, h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
    font-weight:300;
}
a img {
	border: none;
}
a {
	color:#ED3890;
	text-decoration: none;
	transition:all .3s ease;
	-khtml-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-ms-transition:all .3s ease;
}
a:hover, a:active, a:focus {
	color:#333333;
	text-decoration: none;
}
.container {
	width: 100%;
	height:100%;
}
h1.logo {
    position:absolute;
    top:100px;
    left:62%;
    background:url(../images/nemesi-logo.png) no-repeat 0px 0px;
    background-size: 100% 100%;
    overflow:hidden;
    width:380px;
    height:97px;
	text-indent:-9999px;
}
h2 {
	position:absolute;
    top:280px;
    left:62%;
    line-height: 28px;
}
p.related {
	position:absolute;
    top:550px;
    left:62%;
    font-size:18px;
}
p.privacy {
	position: absolute;
    bottom: 20px;
    left: 20px;
}
.soletta-logo {
    position:fixed;
    left:15%;
    bottom:0px;
    width: 50%;
    max-width: 345px;
}
@keyframes anim_entrata {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-transform: translate(0px, 20px); /* IE 9 */
        -webkit-transform: translate(0px, 20px); /* Safari */
        transform: translate(0px, 20px);
    }
    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-transform: translate(0px, 0px); /* IE 9 */
        -webkit-transform: translate(0px, 0px); /* Safari */
        transform: translate(0px, 0px);
    }
}
#cookies-notice {
    display: none;
    position: fixed;
    z-index: 10;
    bottom: 0;
    right: 0;
    border-radius: 0;
	width: 40%;
    margin-bottom: 0;
    padding: 30px;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    filter: alpha(opacity=0);
    animation-name: anim_entrata;
    animation-timing-function: ease-out;
    animation-duration: .6s;
    animation-delay: 2s;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
    animation-fill-mode: forwards;
}
#cookies-notice p {
    color: #000000;
    font-size: 14px;
}

#cookies-notice-info {
    display: none;
    width: 100%;
    height: 200px;
    -webkit-overflow-scrolling: touch;
  	overflow-y: scroll;
}
#cookies-notice iframe {
    background: #ffffff;
    border: 0;
    width: 100%;
    height: 100%;
    margin: 10px 0;
}
.cookies-iframe {
    background: #ffffff;
    margin: 20px 0px;
    font-size: 12px;
    color: #000000;
}
.cookies-iframe p {
    font-size: 12px;
    line-height: 24px;
}
.cookies-iframe a {
    text-decoration: underline;
}
#cookies-notice #cookies-notice-close {
    text-transform: uppercase;
    float:right;
    margin-left: 15px;
}
@media only screen and (max-width: 960px) {
    h1.logo {
        top:100px;
        left:40%;
    }
    h2 {
        left:40%;
    }
    p.related {
        left:40%;
    }
    .soletta-logo {
        left:30px;
    }
}
@media only screen and (max-width: 480px) {
	 h1.logo {
        top:30px;
        left:30px;
         width: 350px;
    }
    h2 {
        top:180px;
        left:30px;
        font-size:16px;
    }
    p.related {
        top:460px;
        left:30px;
        font-size:16px;
    }
	p.privacy {
		right: 20px;
		left:auto;
	}
	#cookies-notice {
        width: auto;
    }
    #cookies-notice p {
        font-size: 12px;
    }
}