@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@charset 'UTF-8';
@font-face {
	font-family: 'sicons';
	src:url('../fonts/icons/sicons.eot');
	src:url('../fonts/icons/sicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icons/sicons.ttf') format('truetype'),
		url('../fonts/icons/sicons.woff') format('woff'),
		url('../fonts/icons/sicons.svg#sicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html, body {
	width: 100%;
	height: 100%;
}

body {
	background-color:#fff;
	color: #333;
	font-weight: 300;
	font-family: 'Lato', Calibri, Arial, sans-serif;



overflow:auto;


/*
	overflow:hidden;
	overflow-y: scroll;
*/
/*
	-webkit-overflow-scrolling: touch;
*/
}

.spacer1 {
   display:table-cell;
   padding:1px;
}
.spacer5 {
   display:table-cell;
   padding:5px;
}
.spacer10 {
   display:table-cell;
   padding:10px;
}
.spacer15 {
   display:table-cell;
   padding:15px;
}
.spacer20 {
   display:table-cell;
   padding:20px;
}
.spacer25 {
   display:table-cell;
   padding:25px;
}
.spacer30 {
   display:table-cell;
   padding:30px;
}
.spacer35 {
   display:table-cell;
   padding:35px;
}
.spacer40 {
   display:table-cell;
   padding:40px;
}
.spacer45 {
   display:table-cell;
   padding:45px;
}
.spacer50 {
   display:table-cell;
   padding:50px;
}

.preloader {
	z-index:77777;
	display:block;
	width:80px;
	height:80px;
	margin: 0 auto;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-40px;
	margin-left:-40px;
}

a {
	text-decoration: none;
	color: #000;
	outline: none;
}

a:hover, a:focus {
	color: #666;
	outline: none;
}

p {
	word-wrap:break-word;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

img {
    max-width:100% !important;
    height:auto;
}
hr.hr_menu {
    border: 0;
	margin:0 0 0 -30px;
    height:1px;
	background-color:#666;
	color:#ccc;
	max-width:230px;
/*
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
*/
}

div.line_menu {
    border: 0;
	margin:0 0 0 -20px;
	padding:0;
    height:1px;
	background-color:#666;
	color:#ccc;
	max-width:230px;
/*
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.75), rgba(255,255,255,0));
*/
}

#overlay_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:#fff;
	filter:alpha(opacity=1);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	z-index: 7000;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#edf0f1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	z-index:70000;
}

#divlandscape {
	position:fixed;
	top:50%;
	left:50%;
	margin:-50px 0 0 -140px;
	width:280px;
	height:0px;
	display:block;
	background:url(../images/bg_block_nero30.png) repeat;
	border-radius:5px;
	padding:20px 10px 10px;
	z-index:80000;
	-webkit-box-shadow:  0px 10px 15px -10px rgba(0, 0, 0, 0.5);
	box-shadow:  0px 10px 15px -10px rgba(0, 0, 0, 0.5);
}
#divlandscape p {
	color:#fff;
	font-weight:700;
	line-height:20px;
	text-align:center;
	text-shadow: 0 1px rgba(0, 0, 0, .75);
	margin:0;
	padding:0;
}
.menu_push {
	width:50px;
	height:50px;
	position:absolute;
	top:5px;
	right:5px;
	cursor:pointer;
	display:block;
	z-index:3000;
}

.menu_onfly {
	z-index:7000;
	width:50px;
	height:50px;
	position:fixed;
	top:35px;
	right:5px;
	cursor:pointer;
	display:block;
	visibility:hidden;
	display:none;
}

.menu_button {
	width:50px;
	height:50px;
	position:absolute;
	top:0px;
	right:0px;
	background-position: center;
	background-repeat: no-repeat;
	cursor:pointer;
	display:block;
}

.menu_bottom {
	cursor:pointer;
	display:block;
}
div.open_box,div.close_box {
	width:100%;
	height:16px;
	z-index:10;
	display:block;
	vertical-align: middle;
	font: 0/0 serif;
	text-shadow: none;
	color: transparent;
	background-size: 100%;
	background-repeat: no-repeat;
	padding:0;
	margin:0;
}
div.box_buttons {
	position:relative;
	min-width:320px;
	height:81px;
	min-height:81px;
	margin:10px auto 20px;
	display:block;
	background-color:#fff;
	border-top:2px solid #edf0f1;
	padding:0;
}

div.box_buttons ul {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:296px;
}

div.box_buttons ul li {
	list-style:none;
	padding:10px 0;
	float:left;
	display:inline-block;
	min-width:74px;
	min-height:81px;
	text-align:center;
}

#pg_content p ul {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:300px;
	max-width:300px;
}

#pg_content p ul li {
	list-style:none;
	padding:10px 0;
	float:none;
	display:block;
	width:300px;
	max-width:300px;
}

dl.accordion {
	margin:0;
	padding:10px 0 50px;
}

dt {
	min-width:320px;
	padding:0 0 0 30px;
	height:50px;
	background-color:#eee;
	margin:5px 0 0;
	cursor:pointer;
}

dt a {
	line-height:50px;
	font-size:24px;
	text-align:left;
}

dd {
	height:50px;
	width:290px;
	display:block;
	margin:0 auto;
	padding:0;
}

dd a {
	float:left;
	margin:0 10px 0 0;
	width:130px;
	height:50px;
	line-height:50px;
	font-size:20px;
	text-align:center;
	color:#fff;
	padding:0 2px;
}

dd a:first-child {
	margin-left:10px;
}

dd a:hover {
	color:#fff;
	opacity:.8;
}

.accordion_fb_dd a {
	background-color:#004d95;
}
.accordion_tw_dd a {
	background-color:#54c3ec;
}
.accordion_gp_dd a {
	background-color:#333;
}
.accordion_yt_dd a {
	background-color:#ff0000;
}
.accordion_in_dd a {
	background-color:#f90082;
}

.accordion_fb {
	border-left:10px solid #004d95;
}
.accordion_fb a {
	color:#004d95;
	font-weight:400;
}
.accordion_tw {
	border-left:10px solid #54c3ec;
}
.accordion_tw a {
	color:#54c3ec;
	font-weight:400;
}
.accordion_gp {
	border-left:10px solid #333;
}
.accordion_gp a {
	color:#333;
	font-weight:400;
}
.accordion_yt {
	border-left:10px solid #ff0000;
}
.accordion_yt a {
	color:#ff0000;
	font-weight:400;
}
.accordion_in {
	border-left:10px solid #f90082;
}
.accordion_in a {
	color:#f90082;
	font-weight:400;
}

.accordion_ta_dd a {
	background-color:#64a94b;
}
.accordion_ta {
	border-left:10px solid #64a94b;
}
.accordion_ta a {
	color:#64a94b;
	font-weight:400;
}

/*--- elemento vuoto ---*/
a.accordion_vuoto {
	background-color:transparent;
	opacity:0;
}
/*--- ! ---*/

.footer {
	width:100%;
	min-height:101px;
	height:101px;
	background-color:#fff;
	z-index:10;
	margin:0;
	padding:0;
	display:block;
	vertical-align: middle;
	font: 0/0 serif;
	text-shadow: none;
	color: transparent;
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url("../images/astrelia@2x.png");
	cursor:pointer;
	position:relative;
}
/*--- media query ---*/

@media only screen and (min-width : 321px) {
	.footer {
		height:201px;
		background-image: url("../images/astrelia@2x.png");
	}
	div.open_box,div.close_box {
		height:32px;
	}
	div.open_box {
		background-image: url("../images/bg_grigio_top@2x.png");
	}
	div.close_box {
		background-image: url("../images/bg_grigio_bottom@2x.png");
	}
}
