@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Overlock', cursive;
	background-color:#fff;
}

.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(/img/logo_loading.png) center center no-repeat #fff;
}

.loading .loadbar {
    position:absolute;
    bottom:0px;
    left:0px;
    height:10px;
    background-color:#ccc;
    opacity: .8;
    z-index: 99999;
}

header, nav, #slider, #slider div, .content {
	width:100%;
}

header {
	height:100px;
	background-image:url(img/logo.png);
	background-position:center;
	background-repeat:no-repeat;
	border-bottom:1px solid #222;
	background-color:#222;
}



#logo {
	display:none;
}

.slide {
	overflow:hidden;
	border-bottom: 1px solid #222;
	background-color:#222;
	position: relative;
}

.slide div {
	background-repeat:no-repeat;
	background-position:left center;
	background-size:cover;
	margin:0px;
	padding:0px;
}

.slide div img {
	position: absolute;
	top: 20px;
	right: 20px;
}

hr {
	width:96%;
	padding:0;
	margin:10px 2% 10px 2%;
	height:1px;
	color:#FFF;
	background-color:#fff;
	border:0px;
	clear:both;
}

.container {
	margin:0px auto;
}

article {
	margin:0px;
	padding:0px;
}

article div {
	margin:0px;
	padding:10px;
	font-size:15px;
	line-height:30px;
	color:#222;
	text-align:justify;
}

article div b {
	font-size:25px;
	line-height:35px;
	color:#000;
	text-transform:uppercase;
}

article div strong {
	font-size:20px;
	line-height:25px;
	text-transform:uppercase;
	color:#fff;
}

article div a {
	background-color:#222;
	color:#fff;
	padding:10px 20px 10px 20px;
	text-transform:uppercase;
	text-decoration:none;
	margin:10px 0px 10px 0px;
	display:inline-block;
	width:inherit;
}

article div a.privacy {
	background-color: transparent;
	color: #222;
	padding: inherit;
	margin: inherit;
	display: inline;
}


.img {
	cursor:pointer;
	cursor:hand;
}

#overlay {
	position:fixed;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	height: 100%;
	overflow:hidden;
	display:block;
	background-image:url(img/overlay.png);
	cursor: pointer;
	cursor: hand;
}

#lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 300;
	text-align: center;
	line-height: 0;
}

#lightbox img {
	border:10px #222 solid;
	margin:50px auto;
	max-width:80%;
	max-height:70%;
	position:relative;
	cursor:pointer;
	cursor:hand;
}

#chiudi {
	background-color:transparent;
	border:0px;
	margin:-80px 0px 0px 0;
	padding:0px;
}

#chiudi img {
	border:0px;
	margin:0px;
	padding:0px;
	cursor: pointer;
	cursor: hand;
}


.foot {
	background-color:#454545;
	border-bottom:40px solid #222;
	border-top:40px solid #222;
}



footer {
	margin:0px auto;
	display:block;
}

footer div {
	color:#eeeeee;
	line-height:35px;
	font-size:18px;
	background-color:#454545;
}

footer div b {
	color:#932629;
	font-size:25px;
}

footer div a {
	color:#ccc;
	font-size:18px;
	text-decoration:none;
}


