 @charset "utf-8";
* {
	padding: 0;
	margin: 0;
}
body {
	transition: all 0.9s ease;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 1px;
	overflow-x: hidden;
	outline: none !important;
}
H1 {
	position: relative;
	float: left;
	font-size: 3.4vw;
	text-align: center;
	width: 100%;
	height: 20px;
	line-height: 20px;
	z-index: 1;
	color: rgba(255,255,255,1);
	background-color: rgba(153,153,153,0.8);
}
.fintoscrollbarsx {
	display: none
}
.fintoscrollbardx {
	display: none
}
.sito {
	transition: all 0.9s ease;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
a:link {
	transition: all 0.4s ease;
	color: rgba(0,102,204,1);
	text-decoration: none;
	text-shadow: 0px 0px 0px transparent;
}
a:visited {
	transition: all 0.4s ease;
	text-decoration: none;
	color: rgba(0,102,204,1);
	text-shadow: 0px 0px 0px transparent;
}
a:hover {
	transition: all 0.4s ease;
	text-decoration: none;
	color: rgba(0,153,255,1);
	text-shadow: 0px 0px 0px transparent;
}
a:active {
	transition: all 0.4s ease;
	text-decoration: none;
	color: rgba(0,153,255,1);
	text-shadow: 0px 0px 0px transparent;
}
ul, li {
	list-style: none
}
#messaggiok {
	font-family: Arial;
	font-weight: normal !important;
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background-color: #999;
}
/*--------------------------------------------------POPUP---------------------------------------------------------*/
#popup1 {
	transition: all 1s ease;
	height: auto;
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: hsla(0,100%,100%,0.8);
	z-index: 9999999;
	display: none;
	opacity: 0;
}
#popup2 {
	transition: all 1s ease;
	border: 0px solid #333;
	color: #333;
	font-size: 18px;
	margin: 40% auto;
	width: 90%;
	height: auto;
	padding: 2%;
	border-radius: 10px;
	box-shadow: 0px 0px 20px #000;
	z-index: 99999;
	display: none;
	opacity: 0;
}
 @media screen and (min-width: 440px) and (max-width: 773px) {
#popup2 {
	width: 60%;
	margin-top: 2%;
}
}
.fotopop {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
/*---------------------------------------------------SFONDO-------------------------------------------------------*/
#Sfondo {
	background-image: url(../img/sfondi/sfondomobile.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
}
/*---------------------------------------------------VIDEO-------------------------------------------------------*/
#video {
	position: relative;
	float: left;
	width: 100%;
	height: 200px;
	margin-top: 0px;
	margin-bottom: 40px;
	border: 0;
	background-color: #000;
	z-index: 9999;
}
/*---------------------------------------------------BANNERLOGO-------------------------------------------------------*/

#bannerlogo, #bannerlogointro, #tastologo {
	transition: all 0.6s ease;
	float: left;
	position: relative;
	text-align: center;
	width: 100%;
	height: 80px;
	background-color: rgba(0,0,0,0.99);
	border-bottom: solid 1px #FFFFFF;
}
.bannerlogo {
	transition: all 1.0s ease;
	width: auto;
	height: 100%;
}
#bannerlogointro {
	position: absolute;
	top: 80px;
	padding-top: 42vw;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	opacity: 0.6;
}
.bannerlogointro {
	transition: all 1.0s ease;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 100%;
	height: auto;
	opacity: 0;
	transition: all 1.0s ease;
}
#tastologo {
	position: absolute;
	top: 0px;
	left: 0;
	color: transparent;
	background-color: hsla(0,0%,0%,0);
	z-index: 99999999999999 !important;
}
#Mioload {
	transition: all 0.6s ease;
	position: absolute;
	width: 8%;
	height: auto;
	margin: 80% 46%;
	opacity: 0;
}
.Mioload {
	width: 100%;
	height: auto;
}
@keyframes loload {
 0% {
 -webkit-transform: rotate(0);
 transform: rotate(0);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 50% {
 -webkit-transform: rotate(900deg);
 transform: rotate(900deg);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 100% {
 -webkit-transform: rotate(1800deg);
 transform: rotate(1800deg);
}
}
@-webkit-keyframes loload {
 0% {
 -webkit-transform: rotate(0);
 transform: rotate(0);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 50% {
 -webkit-transform: rotate(900deg);
 transform: rotate(900deg);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 100% {
 -webkit-transform: rotate(1800deg);
 transform: rotate(1800deg);
}
}
.loload {
	-webkit-animation: loload 1s infinite;
	animation: loload 1s infinite;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgba(255,255,255,0.2);
	margin: 10px auto;
	border: 6px solid;
	border-color: rgba(0,0,0,0.8) transparent transparent transparent;
}
 @media screen and (min-width: 440px) and (max-width: 773px) {
.bannerlogointro {
	margin-top: -180px !important;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
#Mioload {
	margin: 30% 48%;
	width: 4%;
}
}
/*----------------------------------------------------condividi-----------------------------------------------------*/
#condivisione {
	position: relative;
	float: left;
	width: 100%;
	z-index: 99999 !important;
}
#simbolocondividi, #simbolocondividioff {
	transition: all 0.6s ease;
	font-size: 0px;
	position: absolute;
	float: left;
	width: 40px;
	height: 32px;
	padding: 4px;
	top: 0px;
	right: 0px;
	z-index: 0 !important;
	background-image: url(../img/condividioff.png);
	background-repeat: no-repeat;
	background-position: 6px;/*background-color:#0F0*/
}
#simbolocondividioff {
	background-image: url(../img/condividi.png);
	display: none;
}
#optSocial {
	position: absolute;
	margin-top: -20px;
	float: left;
	width: 99% !important;
	height: 32px;
	z-index: 0;
	left: 0%;
	opacity: 0.99;
}
#quadrocondividi {
	transition: all 0.6s ease;
	font-size: 0px;
	position: absolute;
	float: left;
	width: 100%;
	height: 44px;
	top: 0px;
	left: 0;
	z-index: 9999999999999999999 !important;
	background-color: hsla(0,0%,0%,0.2);
	text-align: center;
	padding-top: 4px;
	visibility: hidden;
	opacity: 0;
}
/*------------------------------------social icone---------------------------------------------------*/

.foto-socialicona {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 23px;
	height: 23px;
	border-radius: 100px;
}
/*------------------------------------social quadretti---------------------------------------------------*/
#optSocial #linkcondividi .sbottone {
	transition: all 0.6s ease;
	position: relative;
	float: right;
	margin-top: -18px;
	border-radius: 100px;
}
.condividishareicon p.icona-facebook {
	background: #3b5998;
}
.condividishareicon p.icona-twitter {
	background: #4099FF;
}
.condividishareicon p.icona-gplus {
	background: #D34836;
}
.condividishareicon p.icona-wapp {
	background: #1A9E0E;
}
.condividishareicon p.icona-in {
	background: #06C;
}
.condividishareicon p.icona-pin {
	background: #C03;
}
.condividishareicon p.icona-facebook, .condividishareicon p.icona-twitter, .condividishareicon p.icona-gplus, .condividishareicon p.icona-wapp, .condividishareicon p.icona-in, .condividishareicon p.icona-pin {
	color: #ffffff;
	width: 33px!important;
	height: 33px!important;
	margin-left: 20px;
	margin-top: 4px;
	text-align: center!important;
	border: 2px solid transparent;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
	box-sizing: border-box!important;
	-o-transition: border .6s linear, background .6s linear, color .6s linear;
	-moz-transition: border .6s linear, background .6s linear, color .6s linear;
	-webkit-transition: border .6s linear, background .6s linear, color .6s linear;
	transition: border .6s linear, background .6s linear, color .6s linear;
	position: relative;
	overflow: hidden;
	border-radius: 100px;
	box-shadow: 0px 0px 0px #000;
	transform: scale(1.2);
}
.condividishareicon.iconprimostile .condivisioni {
	background: #D60000;
	color: #ffffff;
	border-radius: 100px;
	display: inline-block;
	width: 33px;
	height: 33px;
	text-align: center;
	position: absolute;
	left: 28px;
	top: -10px;
	font-size: 10px;
	line-height: 1;
	padding: 6px;
	font-weight: bold;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
.buzz {
	display: inline-block;
}
/*----------------------------------------------TASTi------------------------------------------------------------*/
.tastolink {
	display: inline-table;
	background-color: rgba(0,0,0,1);
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 4.2vw;
	color: rgba(255,255,255,1) !important;
	text-align: center;
	letter-spacing: 1px;
	border-top: 1px solid #fff;
	position: relative;
	margin-top: 0px;
	box-shadow: 0px 0px 0px #000;
	border-radius: 0px;
}
.tasto effetto, .tastolink effetto {
	display: none;
}
.tastotel {
	transition: all 0.8s ease;
	width: auto;
	height: auto;
	/*	font-size: 13px;*/
	color: #000!important;
	text-align: center;
	letter-spacing: 0px;
	line-height: 0px !important;
	box-shadow: 0px 0px 0px #888;
	border-radius: 50px;
	background-color: rgba(153,153,153,0);
	padding: 2px;
	padding-bottom: 0px !important;
	border: solid 0.5px #fff;
}
/*---------------------------------------------------lingue-------------------------------------------------------*/
#lingue {
	position: absolute;
	float: left;
	width: 60px;
	height: 25px;
	top : 108px;
	right: 2px;
	z-index: 9999;
}
.fotolingue {
	border-radius: 0px;
}
.tastolingueon, .tastolingueoff {
	transition: all 0.9s ease;
	width: 25px;
	height: 25px;
	padding: 0px;
	font-size: 16px;
	color: #444;
	border-radius: 0px;
	position: absolute;
}
.tastolingueon {
}
.tastolingueoff {
	left: 30px;
	opacity: 0.5;
}
/*---------------------------------------------------NAV-------------------------------------------------------*/
#navigatore {
	transition: all 0.6s ease;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	z-index: 9999;
}
#titolo, .titolo {
	transition: all 0.6s ease;
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	top: -40px;
	width: 100%;
	height: 40px;
	left: 0;
	z-index: 0;
}
#navtastoOn, #navtastoOff {
	position: relative;
	float: left;
	margin-top: 0px;
	width: 100%;
	height: 40px;
	background-image: url(../img/homeSX.png);
	background-repeat: no-repeat;
	background-position: 6px;
	background-color: rgba(0,0,0,1);
	color: transparent;
	text-align: left;
	cursor: pointer;
	opacity: 1;
	box-shadow: 0 0 20px rgba(0,0,0,0.6);
	border-bottom: solid 1px #fff;
}
#navtastoOff {
	display: none
}
nav {
	transition: all 0.6s ease;
	position: relative;
	top: 0px;
	float: left;
	width: 100%;
	height: 0px;
	background: hsla(0,0%,0%,0.9);
	display: none;
	opacity: 0;
	color: #FFF;
}
.miomenu li {
	transition: all 0.6s ease;
	width: 96%;
	height: auto;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 1.5%;
	padding-top: 14px;
	padding-bottom: 14px;
	background-color: rgba(255,255,255,0.2);
	display: none;
	opacity: 0;
	color: #FFF;
	border: solid 1px rgba(204,204,204,0.0);
}
.selezionato span {
	color: #fff !important;
}
.selezionato {
	background-color: rgba(0,0,0,0.5) !important;
	width: 96% !important;
}
nav ul ul {
	transition: all 0.6s ease;
	position: static;
	padding-top: 14px;
	opacity: 0;
	height: 0;
}
[id^=drop]:checked + ul {
	transition: all 0.6s ease;
	position: static;
	display: block;
	opacity: 1;
	margin-left: 0px;
}
 .toggle, [id^=drop] {
 position: absolute;
 float: left;
 left: -16px;
 height: 26px;
 width: 100%;
 font-size: 18px;
 z-index: 9999;
 line-height: 18px;
 background-color: transparent;
 text-align: right;
 transition: all 0.6s ease;
margin-top: -8px;
}
[id^=drop] {
 display: none;
}
nav > ul > li > ul > li > a, nav > ul > li > a {
	color: #FFF !important;
	background-color: rgba(255,0,0,0.0);
	line-height: 34px;
	width: 94% !important;
	height: 30px !important;
	margin-top: -14px !important;
	/*overflow: hidden !important;*/
	position: absolute !important;
	float: inherit !important;
	display: block;
}
/*---------------------------------------------------tutto-------------------------------------------------------*/
#tutto {
	transition: all 0.6s ease;
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0px;
	z-index: 0;
}
/*------------------------------------------------SPOT----------------------------------------------------*/
#fototop {
	position: relative;
	float: left;
	border-radius: 0px;
	width: 100%;
	height: 217px;
	clip: rect(0px,  auto,  217px,  0px);
	background-color: hsla(0,100%,100%,0.0);
	box-shadow: 0px 0px 50px rgba(0,0,0,0.6);
	top: 0px;
}
.fototop {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0px;
}
#spotesto {
	width: 100%;
	height: 64%;
	font-size: 2.6vw;
	line-height: 3.6vw;
	color: #000;
	text-shadow: 1px 1px 0px #fff;
	padding-top: 12%;
	text-align: center;
	overflow: hidden;
	position: absolute;
	z-index: 9999999 !important;
	opacity: 1;
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgba(255,255,255,0.4);
	display: none;
}
#spot {
	position: relative;
	width: 100%;
	height: 150px;
	float: left;
	z-index: 9999999999999999 !important;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.6);
}
.camera_target, .cameraSlide {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
/*-------------------------------------------------PAGINA--------------------------------------------------*/


#contenuti {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	min-height: 600px;
	margin: 0 0;
	padding-bottom: 10%;
	background: rgba(255,255,255,0.1);
	border: 0px solid #222;
	border-radius: 0px;
	z-index: 9;
	transition: all 0.6s ease;
}
#quartetto {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin-top: 0%;
	margin-bottom: 4%;
}
marquee {
	position: absolute;
	float: left;
	font-size: 5.8vw;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	transition: all 0.6s ease;
	top: 1%;
	left: 0;
	width: 88%;
	padding-left: 6%;
	padding-right: 6%;
	height: 50px;
	z-index: 9999;
	line-height: 8.8vw;
	-webkit-marquee-speed: 100ms;
	background-color: rgba(0,0,0,0.0)
}
.fotoclas #fotoclas {
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
	float: left;
}
.fotoclas1 {
	width: 100%;
	height: auto;
}
.fotoclas2 {
	position: relative;
	float: left;
	border-radius: 0px;
	width: 48%;
	height: auto;
	background-color: hsla(0,100%,100%,0.0);
	border: 0px solid #222;
	/*	box-shadow: 0px 0px 50px #888;*/
	margin-top: 50px;
	margin-left: 0%;
}
.fotoclas3 {
	position: relative;
	float: right;
	border-radius: 0px;
	width: 48%;
	height: auto;
	background-color: hsla(0,100%,100%,0.0);
	border: 0px solid #222;
	/*	box-shadow: 0px 0px 50px #888;*/
	top: 50px;
	right: 0%;
}
.testo {
	position: relative;
	float: left;
	font-size: 24px;
	color: #222;
	width: 92%;
	padding: 4%;
	line-height: 28px;
	margin-bottom: 44%;
	background-color: hsla(0,0%,100%,0.6);
}
.messaggio, .letter, .sms, #contatti {
	position: relative;
	float: left;
	font-size: 20px !important;
	color: rgba(255,255,255,1);
	width: 98%;
	height: auto;
	padding: 1%;
	margin-top: 20px;
	border-radius: 0px;
	text-align: center;/*	box-shadow: 0px 0px 30px #ccc;*/
}
.messaggio {
	background-color: rgba(153,153,153,1);
}
.sms {
	background-color: #167ABA;
}
.letter {
	background-color: rgba(0,0,0,1);
}
#contatti {
	width: 98%;
	padding: 1%;
	background-color: hsla(0,0%,0%,0.2);
	border: 0px solid #222;
	z-index: 99999;
}
#indicazioni {
	position: relative;
	float: left;
	margin-top: 15px;
	font-size: 20px;
	color: #FFFFFF;
	width: 97%;
	margin-bottom: 30px;
	padding: 5px;
	background-color: hsla(0,0%,0%,0.4);
}
#dove {
	width: 100%;
	height: auto;
	left: 1.0%;
	margin-top: 100px;
	float: left;
}
.fotologo {
	width: 50%;
	height: auto;
	margin-left: 25%;
	margin-top: 20px;
	margin-bottom: -14px;
	text-align: center;
}
.foto {
	border-radius: 4px;
	float: left;
	width: 48%;
	height: auto;
	margin: 1%;
}
.firma {
	font-family: 'Dancing Script', cursive;
	font-size: 28px;
	display: none
}
/*-----------------------------------------------------LINEA--------------------------------------------------------------------------------*/
.linea {
	float: left;
	width: 98%;
	height: auto;
	margin: 3.0%;
}
/*-----------------------------------------------------CHIUSURA--------------------------------------------------------------------------------*/
#chiusura {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	text-align: center;
}
.titolochiusura {
	top: 0px;
	left: 0px;
	font-size: 42px;
	color: #C96;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	width: 90%;
	z-index: 9999;
}
.fotochiusura {
	border-radius: 0px;
	width: 100%;
	height: auto;
	z-index: 0;
}
/*-----------------------------------------------------TESTOSX-------------------------------------------------------------------------------*/
.testoSX {
	position: relative;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
	height: auto;
	font-size: 20px !important;
	color: #fff;
	background-color: #fff;
	border-radius: 0px;
}
.titolotestoSX {
	position: relative;
	float: left;
	text-align: center;
	top: 10px;
	margin-left: 0px;
	width: 98%;
	height: auto;
	font-size: 19px;
	color: #fff;
	padding: 1%;
	background-color: #C96;
	border-radius: 0px;
}
.titoloarticolo {
	float: left;
	font-size: 22px;
	color: rgba(255,255,255,1) !important;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	width: 96%;
	padding: 2%;
	margin-bottom: 0px;
}
.titolospeciale {
	font-size: 16px !important;
	width: auto;
	height: auto;
	padding: 1.5%;
	border-radius: 0px;
	color: #fff;
	background-color: #C96;
}
.fotoarticolo {
	float: left;
	border-radius: 0px;
	width: 100%;
	height: auto;
}
.testoarticolo {
	text-align: left;
	position: relative;
	float: right;
	width: 92%;
	height: 100%;
	font-size: 19px;
	color: #666;
	padding: 4%;
	background-color: #FFF;
	border-radius: 0px;
}
.datiarticolo {
	float: left;
	margin: 30px auto;
	margin-bottom: 30px;
	font-size: 18px;
	color: #C96;
	text-align: center;
	width: 100%;
}
/*-----------------------------------------------------TESTODX--------------------------------------------------------------------------------*/

.testoDX {
	position: relative;
	text-align: center;
	right: 0px;
	float: right;
	width: 98%;
	height: auto;
	font-size: 19px;
	color: #fff;
	padding: 1%;
	background-color: #C96;
	border-radius: 0px;
	margin-bottom: 150px;
}
.articoloDX, .fotoarticoloDX {
	transition: all 0.3s ease;
	border-radius: 0px;
	width: 100%;
	height: auto;
	background-color: #FFF;
	color: #167ABA;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}
/*---------------------------------------------------MAPPS-------------------------------------------------------*/
#Mappa {
	position: relative;
	float: left;
	text-align: center !important;
	width: 100%;
	height: auto;
	margin: 20px auto;
}
#LayerMapps {
	position: relative;
	float: left;
	text-align: center !important;
	width: 100%;
	height: 310px;
	margin: 0px auto;
	padding-top: 25px;
	padding-bottom: 10px;
	margin-bottom: 20px !important;
	background-color: rgba(0,0,0,0.9);
	border-radius: 0px;
}
#mapMarker {
	position: absolute;
	width: 50%;
	height: 50%;
	top: 25%;
	left: 25%;
	background-image: url(../img/marker.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px 50px;
	z-index: 1;
}
#mapCanvas, #mapCanvas2 {
	width: 290px;
	height: 300px;
	margin: 0 auto;
	opacity: 0.9;
	border-radius: 0px;
}
#mapCanvas > div > div:nth-child(2) > a > div, #mapCanvas > div > div:nth-child(2) > a > div > img, #mapCanvas > div > div.gmnoprint.gm-style-cc > div:nth-child(2) > a, #mapCanvas > div > div:nth-child(9) > div:nth-child(1) > div:nth-child(1), #mapCanvas > div > div:nth-child(9) > div:nth-child(2) > div:nth-child(1), #mapCanvas > div > div:nth-child(8) > div:nth-child(1) > div:nth-child(1), #mapCanvas > div > div:nth-child(1) > div:nth-child(2), #mapCanvas > div > div:nth-child(7) > div > div:nth-child(1) > img, #mapCanvas > div > div.gmnoprint.gm-style-mtc > div:nth-child(1), #mapCanvas2 > div > div:nth-child(2) > a > div, #mapCanvas2 > div > div:nth-child(2) > a > div > img, #mapCanvas2 > div > div.gmnoprint.gm-style-cc > div:nth-child(2) > a, #mapCanvas2 > div > div:nth-child(9) > div:nth-child(1) > div:nth-child(1), #mapCanvas2 > div > div:nth-child(9) > div:nth-child(2) > div:nth-child(1), #mapCanvas2 > div > div:nth-child(8) > div:nth-child(1) > div:nth-child(1), #mapCanvas2 > div > div:nth-child(1) > div:nth-child(2), #mapCanvas2 > div > div:nth-child(7) > div > div:nth-child(1) > img, #mapCanvas2 > div > div.gmnoprint.gm-style-mtc > div:nth-child(1) {
	display: none;
}
#mapCanvas > div > div:nth-child(8) > div:nth-child(2), #mapCanvas2 > div > div:nth-child(8) > div:nth-child(2) {
	background-image: none;
	-webkit-appearance: none;
	border-radius: 0px;
	opacity: 0.9;
	margin-top: -2px;
}
#mapCanvas > div > div:nth-child(8) > div:nth-child(2) > div:nth-child(5) > div, #mapCanvas2 > div > div:nth-child(8) > div:nth-child(2) > div:nth-child(5) > div {
	background-image: url(../img/piu.png) !important;
	margin-top: -6px;
	margin-left: -6px;
	width: 40px !important;
	height: 40px !important;
	border-radius: 0px;
	background-color: rgba(0,0,0,0.6);
	-webkit-appearance: none;
}
#mapCanvas > div > div:nth-child(8) > div:nth-child(2) > div:nth-child(10) > div, #mapCanvas2 > div > div:nth-child(8) > div:nth-child(2) > div:nth-child(10) > div {
	background-image: url(../img/meno.png) !important;
	margin-top: -2px;
	margin-left: -6px;
	width: 40px !important;
	height: 40px !important;
	border-radius: 0px;
	background-color: rgba(0,0,0,0.6);
	-webkit-appearance: none;
}
/*----------------------------------------------GALLERY PLUS FOTO---------------------------------------------------------*/
#descgallery {
	float: left;
	line-height: 24px;
	font-size: 22px;
	color: #666;
	width: 92%;
	height: auto;
	padding-left: 4%;
	padding-right: 4%;
	background-color: hsla(0,0%,100%,0.0);
	border: 0px solid #222;
	border-radius: 0px;
	margin-bottom: 50px;
	z-index: 99999;
}
.galleryPlus {
	position: relative;
	margin-top: 30px;
	bottom: 0px;
}
.cont_tasti, .cont_foto {
	position: relative;
	float: left;
	width: 99.4%;
	height: auto;
	border: 0px solid #999;
	padding: 0.3%;
	text-align: center;
	background-color: hsla(0,0%,0%,0.4);
	z-index: 999;
}
#contenuti > div.galleryPlustotale > div > div:nth-child(3) > div.cont_tasti > div:nth-child(1) {
	background-color: #C96;
}
#contenuti > div.galleryPlustotale > div > div:nth-child(3) > div.cont_tasti > div:nth-child(2) {
	background-color: #C96;
}
#contenuti > div.galleryPlustotale > div > div:nth-child(3) > div.cont_tasti > div:nth-child(3) {
	background-color: #C96;
}
.gal_tasto_normal, .gal_tasto_selected {
	opacity: 0.5;
	width: 46.80%;
	height: 25px;
	float: left;
	cursor: pointer;
	padding: 2px;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	border-bottom: 2px solid #333;
	background-color: #C96;
	position: relative;
	margin: 3px;
}
.gal_tasto_selected {
	cursor: default;
	color: #fff;
	background-color: #C96;
	opacity: 1;
}
.cont_slides {
	position: relative;
	float: left;
	width: 100%;
	height: 350px;
	background-color: hsla(0,0%,0%,0.4);
	border: 0px solid #999;
	left: 0;
	right: 0;
	top: -30px;
	margin-bottom: 0px;
}
.slides {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
.fotos {
	position: absolute;
	float: left;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.tast_sx {
	position: absolute;
	width: 0px;
	height: 0px;
	left: 0;
	top: 50%;
	margin-top: -15px;
	cursor: pointer;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid transparent;
	border-right: 15px solid rgba(51,51,51,0.8);
}
.tast_dx {
	position: absolute;
	width: 0px;
	height: 0px;
	right: 0;
	top: 50%;
	margin-top: -15px;
	cursor: pointer;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid rgba(51,51,51,0.8);
	border-right: 15px solid transparent;
}
.foto1, .foto2, .foto3, .foto4, .foto5, .foto6 {
	display: none;
}
/*-------------------------------------------------GALLERY polaroid---------------------------------------------------------*/
#gallery {
	position: relative;
	width: 100%;
	margin-bottom: 6%;
	text-align: center;
	z-index: 999;
	background-color: rgba(255,255,255,0.6);
}
.gallerypolaroid {
	position: relative;
	box-shadow: 0px 0px 0px #666;
	background-color: rgba(153,153,153,0.0);
	margin: 8px;
	width: 100px;
	height: 100px;
	opacity: 1;
	transition: all 0.8s ease;
	z-index: 999;
	transform: scale(1.0);
	border-radius: 0px;
	vertical-align: middle;
	display: inline-table;
}
.gallerypolaroid:hover {
	opacity: 1;
	transition: all 0.4s ease;
	box-shadow: 0px 0px 30px #000;
	transform: scale(1.2);
}
.tumb {
	position: absolute;
	width: 180px;
	height: auto;
	top: -40;
	left: -40px;
	clip: rect(0px, 140px, 100px, 40px);
	vertical-align: middle;
	display: inline-table;
}
.item {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999999 !important;
	width: 100%;
	height: auto;
	background-color: #fff;
}
#lightbox {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 99999999 !important;
	text-align: center;
	color: transparent;
	line-height: 0;
}
#outerImageContainer {
	width: auto;
	height: auto;
	margin: 20px auto;
	position: relative;
	z-index: 999999999 !important;
}
#imageContainer {
	border-radius: 0px;
	z-index: 999999999 !important;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#prevLinkImg, #nextLinkImg {
	width: 49%;
	height: 100%;
}
#prevLinkImg {
	left: 0;
	float: left;
	background-image: url(../gallery/GalleryPolaroid/images/prev.png);
	background-repeat: no-repeat;
	background-position: 5%;
	position: absolute;
	opacity: 0
}
#nextLinkImg {
	right: 0;
	float: right;
	background-image: url(../gallery/GalleryPolaroid/images/next.png);
	background-repeat: no-repeat;
	background-position: 95%;
	position: absolute;
	opacity: 0
}
#prevLinkImg:hover, #prevLinkImg:visited:hover {
	background-image: url(../gallery/GalleryPolaroid/images/prev.png);
	background-repeat: no-repeat;
	background-position: 5%;
	position: absolute;
	opacity: 1
}
#nextLinkImg:hover, #nextLinkImg:visited:hover {
	background-image: url(../gallery/GalleryPolaroid/images/next.png);
	background-repeat: no-repeat;
	background-position: 95%;
	position: absolute;
	opacity: 1
}
#imageDataContainer {
	display: none;
}
/*------------------------------------------------FOOTER---------------------------------------------------*/
#Footer {
	position: relative;
	float: left;
	width: 90%;
	height: auto;
	min-height: 80px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10%;
	background-color: rgba(0,0,0,1);
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	text-align: center;
	z-index: 99999 !important;
	box-shadow: 0 0 40px rgba(0,0,0,0.6);
	border-top: solid 1px #fff;
}
.acapo {
	display: block;
}
.simbolo {
	display: none;
}
.social {
	float: right;
	position: absolute;
	width: 30px;
	height: auto;
	z-index: 9;
	text-align: center;
	top: 0px;
	right: 0px;
}
.social a {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	overflow: hidden;
}
.gotop {
	transition: all 0.8s ease;
	border-radius: 40px 0px 0px 40px;
	box-shadow: 0px 0px 0px #222;
	position: fixed;
	height: 50px;
	width: 30px;
	text-align: left;
	padding-right: 0px;
	padding-left: 20px;
	z-index: 99999 !important;
	right: 0;
	bottom: 120px;
	background-color: rgba(0,0,0,0.8);
	background-image: url(../img/suM.png);
	background-size: 70px 40px;
	background-position: 16px 4px;
	opacity: 0;
}
.gotel {
	transition: all 1.8s ease;
	position: fixed;
	border: 0px solid #fff;
	border-bottom: none;
	border-radius: 100px 100px 0px 0px;
	left: 50%;
	margin-left: 40px;
	bottom: 0px;
	height: 70px;
	width: 78px;
	z-index: 9999;
	background: rgba(102,102,102,0.8);
	background-image: url(../img/tel.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	opacity: 0;
	cursor: pointer;
}
/*----------------------------------------------FORM---------------------------------------------------------*/
form {
	text-align: right;
	width: 98%;
	padding: 1%;
	background-color: #000;
	border-radius: 6px;
	margin: 30px auto;
}
input, select, textarea, input[type="reset"], input[type="submit"], tr> td> span, label {
	float: right;
	right: 0;
	padding-left: 2%;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	color: #222;
	border: 0px solid #000;
	background: linear-gradient( #ccc, #FFF);
	border-radius: 0px;
	width: 94% !important;
	height: 30px;
}
table {
	width: 100%;
}
td, tr {
	font-size: 18px;
}
textarea {
	min-height: 50px;
}
input[type="reset"], input[type="submit"] {
	transition: all 0.4s ease;
	color: #fff;
	border-bottom: 2px solid #000;
	background: #690;
	text-align: center !important;
	width: 96% !important;
	cursor: pointer;
	-webkit-appearance: none;
}
input[type=radio] {
	width: 28px !important;
	height: 28px !important;
}
/*--------------------------------------- cookie ------------------------------------------- */
#cookie {
	color: #000;
	height: 100%;
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0;
	background-color: rgba(255,0,0,0.0);
	z-index: 99 !important;
	cursor: default;
}
#fagdp001 {
	color: #000;
	transition: all 0.6s ease;
	height: 0px;
	width: 0px;
	position: fixed;
	bottom: 0px;
	left: 0;
	z-index: 99999999999 !important;
	border-top: 30px solid transparent;
	border-bottom: 30px solid #06C;
	border-left: 30px solid #06C;
	border-right: 30px solid transparent;
	font-size: 16px;
	opacity: 0;
}
#fagdp002 {
	transition: all 0.4s ease;
	position: fixed;
	background-color: rgba(0,204,153,0.9);
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	left: 14px;
	bottom: 14px;
	width: 140px;
	height: 140px;
	padding: 40px;
	z-index: 0;
	border-radius: 100% 100% 100% 0%;
	box-shadow: 0px 0px 30px #666;
}
.infocookie {
	font-size: 12px;
	color: #fff !important;
	z-index: 99999999999 !important;
}
.infocookie:hover {
	color: rgba(0,102,204,1) !important;
}
.chiudicookie {
	position: fixed;
	width: 20px;
	height: 20px;
	left: 14px;
	bottom: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-radius: 0px;
	padding: 5px;
	background: #06C;
	box-shadow: 0px 0px 30px #000;
	color: #fff !important;
	z-index: 99999999999;
	cursor: pointer;
}
.chiudicookie:hover {
	box-shadow: 0px 0px 30px #0066CC;
	color: #111 !important
}
/*----------------------------------------------CALENDARIO---------------------------------------------------------*/

.Zebra_DatePicker *, .Zebra_DatePicker *:after, .Zebra_DatePicker *:before {
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
}
.Zebra_DatePicker {
	position: absolute;
	background: rgba(0,0,0,1);
	border: 3px solid #333;
	z-index: 9999999999999999;
	font-size: 18px;
	top: 0px;
	width: 300px !important;
	height: auto !important;
}
.Zebra_DatePicker * {
	margin: 0;
	padding: 0;
	color: #000;
	background: transparent;
	border: none;
}
.Zebra_DatePicker table {
	border-collapse: collapse;
	border-spacing: 0;
	width: auto;
	table-layout: auto;
	width: 300px !important;
}
.Zebra_DatePicker td, .Zebra_DatePicker th {
	text-align: center;
	padding: 5px 0
}
.Zebra_DatePicker td {
	cursor: pointer;
	font-size: 18px !important;
}
.Zebra_DatePicker .dp_daypicker, .Zebra_DatePicker .dp_monthpicker, .Zebra_DatePicker .dp_yearpicker {
	margin-top: 3px;
}
.Zebra_DatePicker .dp_daypicker td, .Zebra_DatePicker .dp_daypicker th, .Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_yearpicker td {
	background: #E8E8E8;
	width: 30px;
	border: 1px solid #7BACD2
}
.Zebra_DatePicker.dp_visible {
	visibility: visible;
	filter: alpha(opacity=100);
	opacity: 1;
	transition: opacity 0.2s ease-in-out;
}
.Zebra_DatePicker.dp_hidden {
	visibility: hidden;
	filter: alpha(opacity=0);
	opacity: 0;
	border-radius: 0px;
	transition: opacity 0.2s ease-in-out;
}
.Zebra_DatePicker .dp_header td {
	color: #FFF
}
.Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next {
	width: 30px;
	background-color: #555;
	border-radius: 0px;
	border: solid 1px #666;
}
.Zebra_DatePicker .dp_header .dp_caption {
	font-weight: bold;
	font-size: 18px !important;
	width: 150px;
}
.Zebra_DatePicker .dp_header .dp_hover {
	background: #222;
	color: #FFF
}
.Zebra_DatePicker .dp_daypicker th {
	background: rgba(0,0,0,1);
	color: #FFF;
}
.Zebra_DatePicker td.dp_not_in_month {
	background: #F3F3F3;
	color: #CDCDCD;
	cursor: default
}
.Zebra_DatePicker td.dp_not_in_month_selectable {
	background: #F3F3F3;
	color: #444;
	cursor: pointer
}
.Zebra_DatePicker td.dp_weekend {
	background: #D8D8D8
}
.Zebra_DatePicker td.dp_weekend_disabled {
	color: #CCC;
	cursor: default
}
.Zebra_DatePicker td.dp_selected {
	background: #fc0;
	color: #C96 !important
}
.Zebra_DatePicker td.dp_week_number {
	background: #FFCC33;
	color: #555;
	cursor: text;
	font-style: italic
}
.Zebra_DatePicker .dp_monthpicker td {
	width: 33%
}
.Zebra_DatePicker .dp_yearpicker td {
	width: 33%
}
.Zebra_DatePicker .dp_footer {
	margin-top: 3px
}
.Zebra_DatePicker .dp_footer .dp_hover {
	background: #222;
	color: #FFF
}
.Zebra_DatePicker .dp_today {
	color: #FFF;
	padding: 3px;
	background-color: #444;
	width: 20% !important;
	margin-right: 20px;
	border: solid 1px #666;
	border-radius: 0px;
}
.Zebra_DatePicker .dp_clear {
	color: #FFF;
	padding: 3px;
	background-color: #444;
	border-radius: 0px;
	border: solid 1px #666;
}
.Zebra_DatePicker td.dp_current {
	color: #333;
	background-color: #CF0;
	font-weight: bold;
}
.Zebra_DatePicker td.dp_disabled_current {
	color: #E38585
}
.Zebra_DatePicker td.dp_disabled {
	background: #F3F3F3;
	color: #CDCDCD;
	cursor: default
}
.Zebra_DatePicker td.dp_hover {
	background: #444;
	color: #FFF
}
button.Zebra_DatePicker_Icon {
	right: 6px !important;
	position: absolute;
	width: 16px;
	height: 16px;
	background-image: url(../img/calendar.png);
	text-indent: -9000px;
	border: none;
	cursor: pointer;
	z-index: 9999;
}
/*------------------------------------------------------------QUADRO-----------------------------------------------------------------*/
#quadro {
	padding-top: 8px;
	background-color: rgba(255,255,255,0.8);
}
.quadretto {
	overflow: hidden;
	float: left;
	cursor: pointer;
}
.tumb2 {
	width: 100%;
	height: auto;
}
.entrataFX {
	position: absolute;
	transition: all 0.6s ease;
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,0.5);
	color: #cf0;
	font-size: 4vw;
	line-height: 4vw;
	font-weight: regular;
	text-align: center;
	float: left;
	display: none;
}
.entrataFX:hover {
	transition: all 0.6s ease;
	opacity: 1;
	background: hsla(0,0%,0%,0.9);
}
