/*======= RESET AND LAYOUT =======*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	*zoom: 1;
	border-bottom: solid 1px #ddd;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.bx-wrapper .bx-controls-auto {
	position: absolute;
	display: none;
	z-index: 2;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background-color: #fff;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(img/V_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 15px;
	height: 20px;
	overflow: hidden;
}

.bx-wrapper .bx-pager .bx-pager-item{
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc;
	text-indent: -9999px;
	display: block;
	width: 24px;
	height: 8px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover{
	background: #888;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #4FA4C8;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 15px;
	background: url(img/controls.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
	right: 15px;
	background: url(img/controls.png) no-repeat -40px 0;
}

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
	opacity: 1;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	outline: 0;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 9999;
	background-color: #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: 0.6;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	outline: 0;
	background: url(img/controls.png) -120px 0 no-repeat;
	margin: 0;
	opacity: 0.3;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	outline: 0;
	background: url(img/controls.png) -160px 0 no-repeat;
	margin: 0;
	opacity: 0.3;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-stop:hover{
	opacity: 1;
}
.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-stop.active{
	display: none;
	background-color:#2FAEC6;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	margin: 0 40px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*--- Stile V09 ---*/
.V09{
	position: relative;
	display: block;
	margin: 30px 15px;
}
.V09.open{
	position: fixed;
	z-index: 999;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0;
	background-color: #fff;
}
.V09 .V_titolo{
	display: block;
	margin: 0;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #444;
	text-align: left;
}
.V09 .V_testo{
	display: block;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0 0 0;
	color: #888;
}
.V09.open .V_titolo, .V09.open .V_testo{display:none;}
.V09 .V_show{
	display: block;
	width: 100%;
	height: 300px;
	border: solid 1px #eee;
}
.V09.icon .V_show{
	display: none;
}
.V09.open .V_show{
	position: relative;
	display: block;
	border: none;
	width: 100%;
	height: 80%;
	height: calc(100% - 120px);
}
.V09 .V_vetrina{
	display: block;
	width:100%;
	height: 300px;
	overflow: hidden;
}
.V09.open .V_vetrina{
	float: left;
	display: block;
	width:100%;
	height: 100%;
	border-bottom: solid 1px #ddd;
}
.V09 .V_box{
	float: left;
	display: block;
	width: 100%;
	height: 100%;
}
.V09 .V_img{
	float: left;
	display: block;
	width: 100%;
	height: 100%;
}
.V09 .V_img img{
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	border: none;
}
.V09 .V_img.video{
	height: 100%;
}
.V09.open .V_img.video{
	height: 100%;
	height: calc(100% - 30px);
}
.V09 .V_img.video iframe, .V10 .V_img.video object, .V10 .V_img.video embed{
	display: block;
	height: 100%;
	width: 100%;
}
.V09 .V_label{
	display: none;
	position: absolute;
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 0;
	max-width: 90%;
	bottom: 10px;
	left: 10px;
	background-color: #eee;
	border: solid 1px #ddd;
	color: #888;
	text-align: center;
	font-size: 12px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.V09 .V_label.open{
	height: auto;
	padding: 0 10px 0 0;
	max-width: 100%;
	bottom: 50px;
	left: 50px;
	right: 50px;
	top: 50px;
	background-color: rgba(0,0,0,0.85);
	background-color: #222\9;/*IE6-7-8*/
	border: none;
	color: #fff;
	font-size: 16px;
	overflow: auto;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.V09 .V_label_txt{
	display: block;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
}
.V09 .V_label.open .V_label_txt{
	overflow: visible;
	text-overflow: clip;
	white-space: normal;
	word-wrap: normal;
	margin: 15px;
}
.V09 .V_labelbutton{
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 5px 0 0;
	background-image: url(img/controls.png);
	background-position: -285px -5px;
	opacity: 0.5;
}
.V09 .V_labelbutton:hover{
	opacity: 1;
	cursor: pointer
}
.V09 .V_label.open .V_labelbutton{
	float: none;
	width: 40px;
	height: 40px;
	margin: 20px auto 0 auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-image: url(img/controls.png);
	background-position: -80px 0;
	background-color: #ddd;
	border: solid 5px #ddd;
	opacity: 1;
}
.V09 .V_label.open .V_labelbutton:hover{
	opacity: 0.7;
}
.V09 .V_zoom_control{
	position:absolute;
	display: none;
	z-index:2;
	right: 0;
	top: 0;
	height: 40px;
	background-color: #fff;
}
.V09 .V_zoom_control a{
	float: left;
	display: block;
	height: 40px;
	width: 40px;
	text-indent: -9999px;
	overflow:hidden;
	opacity: 0.3;
}
.V09 .V_zoom_control a:hover{
	opacity: 1;
}
.V09 .V_zoom_control a.Act{
	display: none;
}
.V09 .V_zoom_control .V_start{background: url(img/controls.png) -120px 0 no-repeat;}
.V09 .V_zoom_control .V_stop{background: url(img/controls.png) -160px 0 no-repeat;}
.V09 .V_zoom_control .V_zoom-in{background: url(img/controls.png) -200px 0 no-repeat;}
.V09 .V_zoom_control .V_zoom-out{background: url(img/controls.png) -240px 0 no-repeat;}
.V09 .V_zoom_control .V_close{background: url(img/controls.png) -80px 0 no-repeat;}
.V09 .V_zoom_open{
	position:absolute;
	display: block;
	z-index:2;
	right: 0;
	top: 0;
	height: 40px;
	width: 40px;
	text-indent: -9999px;
	overflow:hidden;
	background: #fff url(img/controls.png) -320px 0 no-repeat;
	opacity: 0.6;
}
.V09 .V_zoom_open:hover{
	opacity: 1;
}
.V09.open .V_zoom_control{display: block !important;}
.V09.open .V_zoom_open{display: none !important;}
.V09.open .V_label{display: block !important;}
.V09.open .bx-wrapper .bx-controls-auto {display: block !important;}

/*--- Pager a icone ---*/
.V09 .V_pager{display: none;	}
.V09.icon .V_pager{
	display: block;
	text-align: left;
	height: auto;
	padding-top: 10px;
	margin: 0;
}
.V09.icon.open .V_pager{
	display: block;
	text-align: center;
	height: 70px;
	padding-top: 10px;
	margin: 0;
	overflow: auto;
	white-space: nowrap;
	word-wrap: break-word;
}
.V09 .V_pager a{
	display: inline-block;
	height: 80px;
	width: 80px;
	background-color: #fff;
	overflow: hidden;
	border: solid 1px #ddd;
	margin: 8px 6px 0 0;
	text-decoration: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out;
	background-size: cover;
	background-position: center center;
	outline: solid 0px rgba(0,0,0,0.1);
}
.V09.open .V_pager a{
	height: 50px;
	width: 50px;
	margin: 0 3px 0 0;
}
.V09 .V_pager a img{
	height: 80px;
	border: none;
}
.V09.open .V_pager a img{
	height: 50px;
	border: none;
}
.V09 .V_pager a.video img{
}
.V09 .V_pager a.video:before{
	content: '';
	position: relative;
	display: block;
    width: 50px;
    height: 50px;
	margin: 15px 0 -65px 15px;
	background-color: rgba(0,0,0,0.4);
	background-image: url(../img/play.png);
	background-repeat: no-repeat;
	background-position: 20px 16px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-transition: all 0.2s ease-out; 
	-moz-transition: all 0.2s ease-out; 
	-o-transition: all 0.2s ease-out; 
	transition: all 0.2s ease-out;
}
.V09 .V_pager a.video:hover:before{
	background-color: rgba(0,0,0,0.7);
}
.V09.open .V_pager a.video:before{
    width: 30px;
    height: 30px;
	margin: 10px 0 -40px 10px;
	background-position: 10px 6px;
}
.V09.open .V_pager a.video:hover:before, .V09.open .V_pager a.active.video:before{
	background-color: rgba(55,151,191,0.7);
}
.V09 .V_pager a:hover{
	border: solid 1px #bbb;
	outline: solid 3px rgba(0,0,0,0.1);
}
.V09.open .V_pager a.active{
	border: solid 1px #3797BF;
	cursor: default;
}
.V09 .V_pager a:after{
	content: "";
	position: relative;
	display: block;
	height: 50px;
	margin: -53px 0 0 0;
	border: solid 0px #4FA4C8;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}
.V09.open .V_pager a.active:after{
	content: "";
	position: relative;
	display: block;
	height: 42px;
	border: solid 4px #4FA4C8;
	cursor: default;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.5), inset 0 -1px rgba(255,255,255,0.6);
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.V09 .V_pager a.active:after{display: none;}
/*// Ottimizzazioni Mobile //*/
@media only screen and (max-width:768px) {
.V09{margin: 30px 0;}
.V09.icon{margin: 30px 15px;}
.V09.open{margin: 0px !important;}
.V09 .V_show{border-left: none;border-right: none;}
}

/*Set Font & Colori*/
.V09{font-family: 'Roboto', Helvetica, Arial, sans-serif; }
.V09 .V_titolo{font-weight: 300; color: #A42847;}
.V09 .V_testo{color: #999; font-size: 14px; font-weight:300;}
.V09 .V_pager a{border: solid 1px #ddd;}
.V09 .V_pager a:hover{border: solid 1px #bbb;outline: solid 3px rgba(0,0,0,0.1);}
.V09.open .V_pager a.active, .V09 .V_pager a:after, .V09.open .V_pager a.active:after{ border-color: #ECB330;}
.V09 .V_pager a.video:before{background-color: rgba(0,0,0,0.5);}
.V09 .V_pager a.video:hover:before, .V09.open .V_pager a.video:hover:before, .V09.open .V_pager a.active.video:before{background-color: rgba(236,179,48,1.00);}
