/*--- blur effect only chrome ---*/
.si_blur {
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-ms-filter: blur(2px);
	-o-filter: blur(2px);
	filter: blur(2px);
}
.no_blur {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}
/*--- scrollup ---*/
#scrollUp {
    bottom:0;
    right:0;
	width:40px;
	height:40px;
	line-height:20px;
	text-align:center;
    padding:9px 0 0;
    background:#555;
	border-radius: 10px 0 0 10px;
    color:#fff;
    opacity:0;
	display:block;
	position:fixed;
    z-index:2356987452;
}
/*--- ! ---*/
/*--- content ---*/
.content {
	position:relative;
	width:100%;
	margin:0;
	padding:0;
	z-index:30;
}
/*--- ! ---*/
/*--- content full ---*/
.contentfull {
	position:relative;
	width:100%;
	margin:0;
	padding:0;
}
/*--- ! ---*/
/*--- tabelle ---*/
table tr {
	height:20px;
	min-height:20px;
	max-height:20px;
}
td {
	vertical-align:top;
	display:table-cell;
}
td.middle {
	vertical-align:middle;
}
td.riga_bordino {
	margin:0;
	padding:5px 0;
	display:table-cell;
	height:1px;
	min-height:1px;
	max-height:1px;
	border-top:1px solid #ddd;
}
a.a_border {
	border-bottom:1px dotted #888;
	line-height:30px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	margin:0;
	color:#333;
}
a.a_border:hover {
	border-bottom:1px solid #888;
	color:#888;
}
a.link_bianco {
	color:#fff;
	text-decoration:underline;
}
a.link_bianco:hover {
	text-decoration:none;
}
#waiting {
	display:block;
	width:42px;
	height:42px;
	line-height:42px;
	margin:0 auto;
	padding:0;
	z-index:82000;
	text-align:center;
	border-radius:50%;
	background:#fff url("../img/preload_7_32.gif") no-repeat center center;
}
#loading {
	position:fixed;
	display:block;
	width:58px;
	height:58px;
	line-height:58px;
	top:50%;
	left:50%;
	margin:-29px 0 0 -29px;
	padding:0;
	z-index:82000;
	text-align:center;
	border-radius:50%;
	background:#fff url("../img/291.GIF") no-repeat center center;
}
.separator {
	width:100%;
	height:1px;
	line-height:1px;
	display:block;
	background:#888;
	margin:9px 0 8px;
}
.separator_light {
	width:100%;
	height:1px;
	line-height:1px;
	display:block;
	background:#ccc;
	margin:9px 0 8px;
}
/*--- overlay ---*/
#overlay {
	position: fixed;
	top: 3%;
	left: 3%;
	width: 94%;
	height: 94%;
	background-color:#000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
	z-index:70000;
}
#overlayclose {
	position:fixed;
	top:1px;
	right:10px;
	padding:5px;
	text-align:center;
	z-index:72000;
}
#overlay_trasp{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#fff;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	z-index:70000;
}
#overlay_0{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#fff;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	z-index:70000;
	cursor:ew-resize;
}
#overlay_menu_opened{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#fff;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	z-index:70000;
	cursor:ew-resize;
}
div.popup_close a{
	width: 14px;
	height: 14px;
	display: block;
}
div.popup{
	margin:30px;
	z-index: 81000;
	width:100%;
	height:100%;
	font-size: 16px;
	font-weight: 300;
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	box-shadow: 0 10px 15px -10px rgba(0,0,0,0.7);
	background:#f7f6f6;
	overflow:hidden;
}
div.popup_content{
	width:100%;
	height:100%;
	padding:0;
	overflow-x:hidden;
	overflow-y:auto;
	margin:0;
}
/*--- popup dati ---*/
div.popup_dati_container{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -450px;
	z-index: 81000;
	width: 900px;
}
div.popup_dati_close{
	position: absolute;
	right:0px;
	top:0px;
	display: block;
	width: 44px;
	height: 37px;
	background: url(../img/delete_ccc.png);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 81000;
	cursor:pointer;
}
div.popup_dati_close a{
	width: 14px;
	height: 14px;
	display: block;
}
div.popup_dati{
	margin:30px;
	z-index: 81000;
	width: 850px;
	height:95%;
	font-size: 16px;
	font-weight: 300;
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	box-shadow: 0 10px 15px -10px rgba(0,0,0,0.7);
	background:#f7f6f6;
	overflow:hidden;
}
div.popup_dati_content{
	width: 820px;
	height: 90%;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 20px 0 20px 20px;
}
/*--- ! ---*/










/*--- popup dati ---*/
div.popup_zoom{
	position: absolute;
	top:0;
	left:0;
	margin:0;
	z-index:91000;
	width:100%;
	height:100%;
	background-color: #000;
	background-position: center center;
	background-size: contain;
	background-repeat:no-repeat;
}
/*--- ! ---*/






/*--- rotation smartphone ---*/
#overlay_rotation {
	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:#000;
	font-weight:700;
	line-height:20px;
	text-align:center;
	text-shadow: 0 1px rgba(250, 250, 250, .75);
	margin:0;
	padding:0;
}
/*--- ! ---*/
/*--- rotation ipad ---*/
.containeripad {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:block;
	z-index:99000;
	display:block;
	margin:auto auto;
	background:url("../img/rotazione.png") no-repeat center center;
	background-size:476px 485px;
}
.containeripad p {
	width:400px;
	max-width:400px;
	height:100px;
	border:0;
	margin:300px auto 0;
	background:url("../img/bg_block_nero.png") repeat;
	color:#fff;
	border-radius:10px;
	padding:40px 10px;
	text-align:center;
}
.overlay_ipad {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#d9d9d9;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	z-index:98000;
}
/*--- ! ---*/

/*--- header nav ---*/
.header_nav{
	padding: 0;
	position: absolute;
	top:16px;
	left: 0;
	height: 40px;
	width: 100%;
	margin: 0;
	z-index: 10;
}
ul.ul_nav{
	padding:0;
	margin:0;
	position:absolute;
	right:20px;
	list-style:none;
	height:40px;
}
ul.ul_nav li{
	position: relative;
	float:left;
	margin:0;
	padding:0;
}
div.menu_link a.menu_link_menu{
	font-family:'proxima-nova', sans-serif;
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	line-height:40px;
	background-image: url(../img/icon_menu_1x_nero.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: right center;
	margin:0;
	padding:0 40px 0 0;
	text-align:right;
	color:#222;
	text-transform:uppercase;
	font-size:16px;
	font-weight:400;
}
div.menu_link #menu_left{
	background-image:none;
	padding-right: 20px;
}
div.menu_link a.menu_link_text{
	font-family:'proxima-nova', sans-serif;
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	line-height:40px;
	margin:0;
	padding:0 20px 0 0;
	text-align:right;
	color:#222;
	text-transform:uppercase;
	font-size:16px;
	font-weight:400;
}
div.menu_link a:hover{
	opacity:0.7;
}
/*--- header ---*/
.header{
	padding:0;
	position:relative;
	top:0;
	left:0;
	height:100px;
	width:100%;
/*
	max-width:1200px;
*/
	margin:0 auto;
	overflow:hidden;
}
.header_content{
	padding:0;
	position:relative;
	top:0;
	left:0;
	height:100px;
	width:100%;
	margin:0;
}
.box_tooltip {
	text-align:center;
	position:absolute;
	z-index:999;
	opacity:0;
	top:-3000px;
}
.box_tooltip img{
	width:100%;
	min-width:100%;
	height:auto;
}

/*--- page content ---*/
.fade_pagina {
	position:relative;
	opacity:0;
	height:100%;
	width:100%;
	margin:0;
	pading:0;
	display:block;
/*
	background-image:url(../img/sfondi/sfondo.jpg);
*/
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
/*
	background-attachment:fixed;
*/
}
/*--- ! ---*/
/*--- layout (prevent scroll orizzontale) ---*/
.layout{
	position:relative;
	overflow:hidden;
	width:100%;
}
/*--- ! ---*/

/*--- home ---*/
.home_content{
}
.home_immagine{
	position:relative;
/*
	transition: all 0.5s ease-out;
*/
	margin:0 auto;
	padding:0;
	text-align:center;
	background-repeat:no-repeat;
	background-position:49% 50%;
	background-size:contain;
	width:100%;
/*
	max-width:500px;
*/
	height:600px;
	overflow:hidden;
}

/*--- ! ---*/

.biografia_container{
	position:relative;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:30px;
/*
	top:-100px;
*/
}
.biografia_content{
	position:relative;
	width:100%;
	height:480px;
	margin:0 auto;
	padding:0;
	color:#fff;
	font-weight:300;
	font-size:18px;
	overflow-x:hidden;
	overflow-y:auto;
}
.biografia_content h2{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 15px 20px;
	color: #fff;
	font-weight: 400;
	font-size: 26px;
}
.biografia_content p{
	margin:0;
	padding:10px 20px 0;
}
.modulo_contatto{
	position:relative;
	width:80%;
	max-width:1000px;
	height:368px;
	max-height:368px;
	margin:auto auto;
	padding:30px;
}
.modulo_privacy{
	position:relative;
	width:80%;
	max-width:1000px;
	height:80vh;
	max-height:80vh;
    overflow:auto;
	margin:auto auto;
	padding:30px;
    background: rgba(255,255,255,.9);
}
.contatto{
	position: relative;
	width: 60%;
	float:left;
/*
	max-width: 400px;
*/
	padding: 0;
	margin: 0;
	color: #fff;
}
.contatto h2{
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
	color: #fff;
	font-weight: 400;
	font-size: 26px;
}
.contatto_links{
	position: relative;
	width: 40%;
	height:300px;
	float:left;
/*
	max-width: 270px;
*/
	padding: 0;
	margin: 0;
	color: #fff;
	overflow-x:hidden;
	overflow-y:auto;
}
.contatto_links p{
	padding:0 20px;
}
.contatto_links a{
	color: #ccc;
	text-decoration:underline;
	font-size:16px;
}

.slider{
	position: relative;
/*
	transition: all 0.5s ease-out;
*/
	width:100%;
	z-index: 1;
}

.list_carousel.responsive{
}
.list_carousel {
	position: relative;
	width: auto;
	display: block;
}
.list_carousel ol, .list_carousel ul {
	margin:0;
	padding:0;
	list-style: none;
	display: block;
}
.list_carousel li {
	font-size: 30px;
	color: #666;
	text-align: center;
	width: 525px;
/*
	min-height:450px;
	height: 100%;
*/
	padding:0;
	display: block;
	float: left;
/*
	transition: all 0.5s ease-out;
*/
	opacity:0.5;
/*
	-moz-transform:scale(0.9);
	-ms-transform:scale(0.9);
	-o-transform:scale(0.9);
	-webkit-transform:scale(0.9);
	transform:scale(0.9);
*/
}
.list_carousel li.dummy {
	font-size: 30px;
	color: #666;
	text-align: center;
	width: 525px;
	height:200px;
	padding: 0;
/*
	margin: 35px 6px 25px;
*/
	margin: 0 6px ;
	display: block;
	float: left;
/*
	transition: all 0.5s ease-out;
*/
}
.list_carousel li img {
	height: auto;
/*
	width: 100%;
*/
	display: block;
/*
	padding:0 60px;
*/

	padding:0 30px;

	margin:0 auto;
	border:none;
}
.list_carousel li.selected{
/*
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
*/
/*
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transform:scale(1);
	transform:scale(1);
*/
	opacity:1;
}

.list_carousel li.selected img{
}

.clearfix {
   	float: none;
   	clear: both;
}
.scroll_image_phone{
	position:static;
	width:auto;
	height:auto;
	margin:auto 0;
	overflow-y: hidden;
	overflow-x: scroll;
	white-space: nowrap;
}
.scroll_image_phone a{
	position: relative;
	height:auto;
	display:inline-block;
	padding:0;
	margin:0 50px 0 0;
}
.scroll_image_tablet{
	position:static;
	width:auto;
	height:auto;
	margin:auto 0;
	overflow-y: hidden;
	overflow-x: scroll;
	white-space: nowrap;
}
.scroll_image_tablet ul{
	list-style:none;
	margin:0;
	padding:0;
}
.scroll_image_tablet ul li{
	float:left;
	margin:0;
	padding:0;
}
.scroll_image_tablet a{
	position: relative;
	height:auto;
	display:inline-block;
	padding:0;
	margin:0 50px 0 0;
}
.scroll_image_tablet a:first-child{
	margin-left:50px;
}
















.scroll_image{
/*
	position:static;
	width:auto;
	height:auto;
	margin:auto 0;
	overflow-y: hidden;
	overflow-x: scroll;
	white-space: nowrap;
*/
	position:relative;
	width:1500px;
	height:auto;
	overflow:auto;
/*
	margin:auto 0;
	overflow-y: hidden;
	overflow-x: auto;
*/
}
.scroll_image ul{
	list-style:none;
	margin:0;
	padding:0;
}
.scroll_image ul li{
	float:left;
	margin:0;
	padding:0;
}
.scroll_image a{
	position: relative;
	height:auto;
	display:inline-block;
	padding:0;
	margin:0 50px 0 0;
}
.scroll_image a:first-child{
	margin-left:50px;
}
.scroll_image a.open {
	width: 100%;
	min-height: 100%;
	top: 0px;
	left: 0px;
}
.scroll_image img{
	width:100%;
	height:auto;
}

/*--- box ---*/
.box {
	width:100%;
	z-index:20;
	margin:0 auto;
	padding:20px;
	position:relative;
	display:block;
}
.box_fff {
	background:#fff;
}
.box_000 {
	background:#000;
}
.box_nero {
	background:url(../img/bg_block_nero.png) repeat;
	color:#fff;
}
.box_nero10 {
	background:url(../img/bg_block_nero10.png) repeat;
}
.box_nero30 {
	background:url(../img/bg_block_nero30.png) repeat;
}
.box_nero40 {
	background:url(../img/bg_block_nero40.png) repeat;
}
.box_nero50 {
	background:url(../img/bg_block_nero50.png) repeat;
	color:#fff;
}
.box_nero60 {
	background:url(../img/bg_block_nero60.png) repeat;
}
.box_container{
	overflow:auto;
	padding:20px 10px;
}
.box_container_bordo_bn {
	border: 1px solid #bbb;
}
.box_container_bordo_red {
	border: 1px solid #e74b3c;
}
.box .box_header{
	padding:0;
}
.box .box_header_content {
	padding:10px 10px 10px;
	display: block;
}
.box_header .box_header_titolo{
	font-size:24px;
	line-height:24px;
	color:#333;
	padding:0;
}
.box_header .box_azioni{
	display:inline-block;
	float:right;
	margin-top:2px;
}
.box_header .box_azioni a{
	display:inline-block;
	float:left;
	margin-left:5px;
	opacity:0;
}
.box:hover .box_header .box_azioni a{
	opacity:1;
}
.box .box_body {
	padding:20px 10px;
}
.box .box_bottone{
	padding:0;
	margin:10px 0 15px;
}
.box .box_bottone a{
	display: block;
	height: 35px;
	line-height: 35px;
	background: #f1f1f1;
	padding: 0;
	text-align: center;
	color: #0099cc;
	font-size: 16px;
	font-weight: 500;
	border-radius: 5px;
}
.box:hover .box_bottone a{
	background:#ffcc00;
	color:#42426F;
}
.box p.box_separator {
	margin:10px 0;
	border-top:1px solid #e0e0e0;
	min-height:1px;
	display:block;
	clear:both;
}
/*--- ! ---*/
/*--- footer ---*/
.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	display: block;
	width:100%;
	height:40px;
}
.footer_content {
	position:relative;
}
.footer_contatti {
	padding:0 25px;
}
.footer_newsletter {
	padding:0 25px;
}
.footer_contatti h2{
	color: #fff;
	font-weight: 300;
	padding-left: 10px;
	font-size: 20px;
	margin: 10px 0 0;
}
.footer_dati_azienda {
	position:relative;
	padding:0;
	margin:0;
}
.footer_dati_azienda p {
	position:relative;
	color:#333;
	font-size:16px;
	font-weight:400;
	padding:5px 0 0 10px;
	margin:0;
}
.footer_dati_azienda a {
	color:#666;
	text-decoration:underline;
	outline:none;
	border:none;
}
.footer_dati_azienda a:hover {
	color:#888;
	text-decoration:none;
}
.property{
	margin: 20px 0 0 35px;
	color:#eee;
}
.property p{
	color:#eee;
	margin: 0;
	padding: 10px 20px 10px;
}
.property a {
	color:#666;
	text-decoration:underline;
	outline:none;
	border:none;
	font-size: 14px;
	font-style: italic;
}
.property a:hover {
	color:#888;
	text-decoration:none;
}
ul.social {
	list-style:none;
	padding:0;
	margin:30px 0 10px 10px;
	height:51px;
	overflow:hidden;
	display:block;
}
ul.social li {
	float:left;
	margin:0 10px 0 0;
	padding:0;
	color:#a7a7a7;
	line-height:51px;
	width:52px;
	height:51px;
	position:relative;
}
ul.social li a {
	display:block;
	color:#a7a7a7;
	line-height:51px;
	width:52px;
	max-width:52px;
	height:51px;
	max-height:51px;
}
ul.social li a div.img_front {
	position:absolute;
	bottom:0px;
	left:0;
	line-height:51px;
	width:52px;
	height:51px;
	padding:0;
	margin:0;
}
ul.social li a div.img_over {
	position:absolute;
	bottom:-51px;
	left:0;
	line-height:51px;
	width:52px;
	height:51px;
	padding:0;
	margin:0;
}
ul.social li a img {
	vertical-align:baseline;
}

.credits{
	position:relative;
	padding:0;
	display: block;
	margin:10px auto 20px;
/*
	bottom:0;
	right:0;
	width:464px;
	height:284px;
*/
	width:140px;
	height:63px;
	overflow:hidden;
}

a.a_credits{
	position:relative;
	padding:0;
	display: block;
	margin:0;
	text-decoration: none;
	bottom:0;
	right:0;
/*
	bottom:0;
	right:0;
	width:464px;
	height:284px;
*/
	width:140px;
	height:63px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:left center;
	background-size:140px 63px;
	background-image:url(../img/astrelia.png);
}
a.a_credits:hover{
	text-decoration:none;
}

/*--- ! ---*/

/*--- popup opera ---*/
#overlay_popup {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url(../img/form/sfondo.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-size: cover;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	z-index:70000;
}
div.popup_container{
	position:fixed;
	top:50%;
	left:50%;
	margin:-375px 0 0 -600px;
	padding:25px;
	z-index:81000;
	width:100%;
	height:100%;
	max-width:1200px;
	max-height:750px;
	background:#c8c4c3;
	box-shadow: 0 0 20px 0 #888;
	display:none;
}
div.popup_content{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	overflow:hidden;
}
div.container_bordino{
	padding:0;
	height:1px;
	line-height:1px;
	display:block;
	background:#928e8d;
	margin:10px 0;
}
div.popup_close{
	position:absolute;
	right:0;
	top:0;
	display:block;
	width:53px;
	height:53px;
	background-image:url(../img/form/chiudi.png);
	background-repeat:no-repeat;
	background-position:right top;
	z-index:81000;
	cursor:pointer;
}
/*--- dati immagine inside popup opera ---*/
.dati_immagine{
	padding:0 0 0 25px;
}
.dati_pad_25{
}
.immagine_immagine{
	position:relative;
	padding:0;
	margin:0;
	width:100%;
	max-width:96%;
	height:70%;
	overflow: hidden;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:contain;
}
.titolo_immagine{
	position:relative;
	display:block;
	font-size:30px;
	font-weight:300;
	margin:20px 0 0;
	padding:0;
	color: #555;
}
.descrizione_immagine{
	position:relative;
	font-size:18px;
	font-weight:300;
	margin:0;
	padding:0;
	color: #555;
	height:60%;
	max-height:350px;
	overflow-x:hidden;
	overflow-y:auto;
}
.descrizione_immagine p{
	padding: 0 20px 20px 0;
}
.paypal_immagine{
	position:relative;
	display:block;
	font-size:18px;
	font-weight:400;
	margin: 0 0 5px 0;
	padding:15px 0 0;
	color: #555;
}
.dati_immagine div.testo{

	display:none;
/*
	display:block;
*/
	font-size: 14px;
	font-weight:300;
	margin: 0 0 15px 0;
}

/*--- form di contatto inside popup opera ---*/
div.dati_opera{
	position:absolute;
	height:69px;
	width:100%;
}
ul.ul_dati_opera{
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}
ul.ul_dati_opera li{
	position:relative;
	float:left;
	margin:0 0 0 0;
	padding:0;
}
ul.ul_dati_opera li.li_dati_opera_acquista{
	width:50%;
/*
	max-width:500px;
*/
	overflow:hidden;
	padding-right:75px;
}
ul.ul_dati_opera li.li_dati_opera_acquista div.titolo{
	font-size:22px;
	font-weight:400;
}
ul.ul_dati_opera li.li_dati_opera_acquista div.testo{
	font-size: 14px;
}
ul.ul_dati_opera li.li_dati_opera_formati{
	width:20%;
	height:69px;
	overflow:hidden;
}
ul.ul_dati_opera li.li_dati_opera_formati a{
	display: block;
	width: 100%;
	height: 69px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../img/form/ico_formati.png);
}
ul.ul_dati_opera li.li_dati_opera_preventivo{
	width:30%;
	max-width:500px;
	background:none;
	overflow:hidden;
}
ul.ul_dati_opera li.li_dati_opera_preventivo a{
	display: block;
	width:259px;
	height:69px;
	margin: 0 auto;
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url(../img/form/pul_richiedi_preventivo.png);
}
ul.ul_dati_opera li.solomobile{
	display:none;
}
.box_tooltip {
	text-align:center;
	position:absolute;
	z-index:83000;
	opacity:0;
	top:-3000px;
}
/*--- form ---*/
div.dati_form{
	position:absolute;
	display:none;
	overflow:hidden;
}
ul.contatto_opera{
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}
ul.contatto_opera li{
	position:relative;
	float:left;
	margin:0 25px 0 0;
	padding:0;
}
ul.contatto_opera li.li_input_nome{
	width:200px;
	max-width:200px;
	overflow:hidden;
}
ul.contatto_opera li.li_input_email{
	width:200px;
	max-width:200px;
	overflow:hidden;
}
ul.contatto_opera li.li_input_tel{
	width:200px;
	max-width:200px;
	overflow:hidden;
}
ul.contatto_opera li.li_input_msg{
	width:390px;
	overflow:hidden;
}
ul.contatto_opera li.li_input_submit{
	width:58px;
	height:58px;
	max-width:58px;
	overflow:hidden;
	margin-right:0px;
}

/*--- ! ---*/

/*--- media query ---*/
@media only screen
and (max-width : 1199px) {
}
@media only screen and (max-width : 1024px) {
	.list_carousel li img {
		padding:0 20px;
	}

	.list_carousel li {
		width:350px;
		min-width:350px;
	}
	.list_carousel li#primovuoto {
		margin-left:-20px;
	}
	.list_carousel li.dummy {
		width:200px;
		max-width:200px;
		height:200px;
	}
	div.popup_container{
		position: fixed;
		top: 30px;
		left: 50%;
		margin: 0 0 0 -480px;
		z-index: 81000;
		width: 960px;
		height: 630px;
	}
	div.container_bordino {
		margin: 0px 0 10px;
	}
	ul.ul_dati_opera li {
		margin: 0 0 0 0;
	}
	ul.ul_dati_opera li.li_dati_opera_acquista {
		padding-right: 35px;
	}
	ul.ul_dati_opera li.li_dati_opera_preventivo {
		width: 30%;
	}
	ul.contatto_opera li.li_input_nome{
		width:140px;
		overflow:hidden;
	}
	ul.contatto_opera li.li_input_email{
		width:160px;
		overflow:hidden;
	}
	ul.contatto_opera li.li_input_tel{
		width:140px;
		overflow:hidden;
	}
	ul.contatto_opera li.li_input_msg{
		width:300px;
		overflow:hidden;
	}
	.biografia_container{
		max-width:960px;
		padding: 10px 10px 20px;
	}
	.biografia_content {
		height: 400px;
		padding: 0 20px 0px;
	}
	.modulo_contatto {
	}
	.scroll_image_phone a:first-child{
		margin-left:50px;
	}
}
@media only screen and (max-width : 1000px) {

	.list_carousel li img {
		padding:0 10px;
	}
	.list_carousel li.dummy {
		max-width:525px;
		width: 525px;
		height:400px;
	}
	.container{max-width:100%;}
	[class*="span"]{float:none;margin-left:0px;margin-bottom:20px;width:100%;}
	.box_dati{
		width:100%;
		text-align:center;
		float:none;
		display:block;
	}
	.box_fade{
		opacity:1;
	}
	.scroll_image a{
		margin:0 20px 0 0;
		max-width:60%;
		max-height:auto;
	}
	.scroll_image a:first-child{
		margin-left:20px;
	}
	.scroll_image a.open {
		width:80%;
		min-height:auto;
		top: 0px;
		left: 0px;
	}
	.scroll_image img{
		width:99%;
		max-width:99%;
		height:auto;
		max-height:auto;
		overflow:hidden;
	}
	.box {
		width:99%;
		padding:10px;
		position:relative;
	}
	.box_fade{
		opacity:1;
	}
	.property{
		margin: 20px 0 0 15px;
	}
	.property p{
		padding: 10px 0 10px;
	}
	ul.social {
		margin:30px 0 10px 15px;
	}
	ul.social li{
	}
	div.menu, div.menu_pagina{
		width:0px;
	}
	div.popup_container{
		position:fixed;
		top:0;
		left:14px;
		margin:0;
		z-index:81000;
		width:740px;
		height:600px;
		padding:0;
	}
	div.popup_content{
		overflow-x:hidden;
		overflow-y:auto;
	}
	div.container_bordino{
		display:none;
	}
	.immagine_immagine{
		margin:30px auto 0;
		background-size:contain;
		max-width:100%;
		width:100%;
		background-position:center center;
	}
	.titolo_immagine{
		font-size:22px;
		font-weight:300;
		margin:0;
		padding:0;
	}
	.descrizione_immagine{
		overflow-y:hidden;
		position:relative;
		font-size:18px;
		font-weight:300;
		margin:0;
		padding:0;
	}
	.paypal_immagine{
		position:relative;
		font-size:18px;
		font-weight:300;
		margin:0;
		padding:0;
	}
	.dati_immagine_bordo_left{display:none;}
	.dati_immagine{
		width:100%;
		padding:0 25px;
	}
	div.dati_opera {
		padding:0 25px;
		width:100%;
	}
	div.dati_form {
		padding:0 25px;
	}
	ul.ul_dati_opera li{
		float:none;
		margin:0 0 20px 0;
		padding:0;
	}
	ul.ul_dati_opera li.solomobile{
		display:block;
	}
	ul.ul_dati_opera li.li_dati_opera_acquista{
		width:100%;
		overflow:hidden;
		padding-right:0;
	}
	ul.ul_dati_opera li.li_dati_opera_acquista div.titolo{
		font-size:22px;
		font-weight:400;
	}
	ul.ul_dati_opera li.li_dati_opera_acquista div.testo{
		font-size: 14px;
	}
	ul.ul_dati_opera li.li_dati_opera_formati{
		width:69px;
		height:69px;
		overflow:hidden;
		margin:0 auto;
	}
	ul.ul_dati_opera li.li_dati_opera_formati a{
		margin:0 auto;
	}
	ul.ul_dati_opera li.li_dati_opera_preventivo{
		width:100%;
		max-width:100%;
		margin-top:30px;
	}
	ul.ul_dati_opera li.li_dati_opera_preventivo a{
		margin:0 auto;
	}
	ul.contatto_opera li{
		float:none;
		margin:0;
		padding:0;
	}
	ul.contatto_opera li.li_input_nome{
		width:280px;
		max-width:280px;
		overflow:hidden;
		margin-bottom:10px;
	}
	ul.contatto_opera li.li_input_email{
		width:280px;
		max-width:280px;
		overflow:hidden;
		margin-bottom:10px;
	}
	ul.contatto_opera li.li_input_tel{
		width:280px;
		max-width:280px;
		overflow:hidden;
		margin-bottom:10px;
	}
	ul.contatto_opera li.li_input_msg{
		width:280px;
		max-width:280px;
		overflow:hidden;
		margin-bottom:10px;
	}
	ul.contatto_opera li.li_input_submit{
		width:58px;
		height:58px;
		max-width:58px;
		overflow:hidden;
		margin-right:0px;
	}
	.biografia_container{
		max-width:700px;
	}
	.modulo_contatto{
		max-width:700px;
		max-height:368px;
	}
}

@media only screen and (max-width: 767px) {

	body{font-size:16px;}
	.container{max-width:320px;}
	.content {padding:0;}
	.nomobile{display:none;}
	.header{
		height:80px;
	}
	.footer{
		height:40px;
	}
	ul.ul_nav li{margin:0;}
	ul.ul_nav li.nomobile{display:none;}
	.menu_link_menu span{display:none;}
	ul.ul_header li.li_menu, ul.ul_header li.li_menu_pagina{
		width:40px;
		padding-top:20px;
	}
	div.menu_link{
		width:40px;
		top:20px;
		right:0;
		display:none;
	}
	a.menu_link_menu{
		background-image: url(../img/pul_menu.png);
		background-repeat:no-repeat;
		height:40px;
	}
	.menu_link_x_smartphone{
		top:2px;
	}
	.menu_link_x_smartphone div.div_menu_left_mobile{
		width:50%;
		float:left;
	}
	.menu_link_x_smartphone div.div_menu_left_mobile a{
		width: 90%;
		display:block;
		background-position: 5% center;
	}
	.menu_link_x_smartphone div.div_menu_right_mobile{
/*
		width:50%;
		float:right;
*/
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
	}
	.menu_link_x_smartphone div.div_menu_right_mobile a{
/*
		width: 96%;
		display:block;
		background-position: right center;
*/
		width: 50px;
		display: block;
		background-position: center;
	}
	div.menu_link a.menu_link_menu{
		font-size:18px;
	}
	div.menu_link a.menu_link_text{
		font-size:18px;
	}
	div.menu ul li a{
		font-size:16px;
	}
	.list_carousel.responsive{
		margin-top:30px;
		margin-bottom:10px;
	}
/*
	.scroll_image {
		max-height: 280px;
	}
*/
	.scroll_image a{
		margin:0 20px 0 0;
		max-width:80%;
		max-height:auto;
	}
	.scroll_image a:first-child{
		margin-left:20px;
	}
	.scroll_image_phone a{
		margin:0 20px 0 0;
		max-width:80%;
		max-height:auto;
	}
	.scroll_image_phone a:first-child{
		margin-left:20px;
	}
	.scroll_image a.open {
		width:80%;
		min-height:auto;
		top: 0px;
		left: 0px;
	}
	.scroll_image img{
		width:80%;
		max-width:80%;
		height:auto;
		max-height:auto;
		overflow:hidden;
	}
	.biografia_container{
		position:relative;
		width:100%;
		max-width:300px;
		margin:0 auto 0;
		padding:10px;
	}
	.biografia_content{
		position:relative;
		width:100%;
		height:250px;
		margin:0 auto;
		padding:0;
		color:#fff;
		font-weight:300;
		font-size:18px;
		overflow-x:hidden;
		overflow-y:auto;
	}
	.biografia_content h2{
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 15px 20px;
		color: #fff;
		font-weight: 400;
		font-size: 26px;
	}
	.biografia_content p{
		margin:0;
		padding:10px 0 0;
	}
	.modulo_contatto{
		margin:0 auto 0;
		padding:0 30px 0;
		max-width:300px;
/*
		height:450px;
		max-height:450px;
*/
	}
	.contatto{
		width:100%;
		float:none;
	}
	.contatto_links{
		display:none;
/*
		position: relative;
		width:100%;
		height:150px;
		float:none;
		overflow-x:hidden;
		overflow-y:auto;
*/
	}
	div.popup_container {
		left:0;
	}
	ul.ul_dati_opera {
		margin: 0 0 60px 0;
	}
	ul.ul_dati_opera li.solomobile{
		display:block;
	}
	ul.ul_dati_opera li.li_dati_opera_formati a {
		display: none;
	}
	ul.ul_dati_opera li.li_dati_opera_preventivo{
		width:280px;
		margin-top:10px;
	}
	ul.ul_dati_opera li.li_dati_opera_preventivo a{
		margin:0;
	}
	ul.ul_dati_opera li.li_dati_opera_acquista{
		width:280px;
		overflow:hidden;
		padding-right:0;
	}
	ul.ul_dati_opera li.li_dati_opera_acquista div.titolo{
		font-size:22px;
		font-weight:400;
	}
	ul.ul_dati_opera li.li_dati_opera_acquista div.testo{
		font-size: 14px;
	}
	ul.ul_dati_opera li.li_dati_opera_formati{
		width:69px;
		height:69px;
		overflow:hidden;
		margin:0 auto;
	}
	.immagine_immagine {
		max-width: 100%;
		margin: 0;
/*
		background-size: contain;
*/
		background-size:80% auto;
		background-position: center top;
		overflow:visible;
	}
	.dati_immagine{
		width:320px;
		max-width:320px;
		padding:0 25px;
	}

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	body {
		-webkit-overflow-scrolling: touch;
	}
}

