 @charset "utf-8";
* {
	padding: 0;
	margin: 0;
}
body, html {
	font-family: 'Josefin Sans', sans-serif;
	overflow-x: hidden;
	outline: none !important;
}
H1 {
	position: relative;
	float: left;
	font-size: 14px;
	text-align: center;
	width: 100%;
	height: 20px;
	z-index: 1;
	color: rgba(255,255,255,1);
	background-color: rgba(153,153,153,0.4);
}
.sito {
	position: absolute;
	width: 100%;
	left: 0%;
	height: 100%;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.sito::-webkit-scrollbar {
 width: 1%;
}
.sito::-webkit-scrollbar-track {
 background-color: #ccc;
 border-left: 0px solid #ccc;
}
.sito::-webkit-scrollbar-thumb {
 background-color: #888;
 border-radius: 100px;
}
.sito::-webkit-scrollbar-thumb:hover {
 background-color: rgba(0,0,0,1);
}
a:link {
	transition: all 0.4s ease;
	color: rgba(0,153,255,1);
	text-decoration: none;
	text-shadow: 0px 0px 0px transparent;
}
a:visited {
	transition: all 0.4s ease;
	text-decoration: none;
	color: rgba(0,153,255,1);
	text-shadow: 0px 0px 0px transparent;
}
a:hover {
	transition: all 0.4s ease;
	text-decoration: none;
	color: rgba(0,102,204,1);
	text-shadow: 0px 0px 0px transparent;
}
a:active {
	transition: all 0.4s ease;
	text-decoration: none;
	color: rgba(0,102,204,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: 18px;
	background-color: #999;
	padding: 10px;
}
/*----------------------------------------------------------POPUP-------------------------------------------------------------*/
#popup1 {
	transition: all 1s ease;
	height: 2000%;
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: hsla(0,100%,100%,0.7);
	z-index: 99999;
	display: none;
	opacity: 0;
	cursor: pointer;
}
#popup2 {
	transition: all 1s ease;
	border: 0px solid #333;
	color: #333;
	font-size: 18px;
	text-align: left;
	margin: 8% 25%;
	width: 50%;
	height: auto;
	padding: 10px;
	border-radius: 20px;
	box-shadow: 0px 0px 30px #000;
	z-index: 999999;
	display: none;
	opacity: 0;
	cursor: pointer;
}
.fotopop {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
/*---------------------------------------------------SFONDO-------------------------------------------------------*/
#Sfondo {
	background-image: url(../img/sfondi/sfondo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	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;
	box-shadow: 0px 0px 30px #000;
	width: 100%;
	height: 588px;
	margin-top: 0px;
	margin-bottom: 40px;
	border: 0;
	background-color: #000;
	z-index: 9999;
}
/*---------------------------------------------------BANNERLOGO-------------------------------------------------------*/
#bannerlogo, #bannerlogointro, #tastologo {
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
	margin: 0px 0%;
	text-align: center;
	z-index: 1;
	transition: all 0.6s ease;
	background-color: rgba(0,0,0,0.9);
	border-bottom: solid 1px #FFFFFF;
}
.bannerlogo {
	transition: all 1.0s ease;
	width: auto;
	height: 100%;
}
#bannerlogointro {
	position: fixed;
	width: 101% !important;
	height: 100%;
	padding-top: 2%;
	top: 100px;
	background-color: rgba(255,255,255,0.2) !important;
	opacity: 0.6;
}
.bannerlogointro {
	width: 50%;
	height: auto;
	opacity: 0;
	transition: all 1.0s ease;
}
#tastologo {
	transition: all 0.6s ease;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	height: 100%;
	background-color: transparent;
}
#tastologo:hover {
	background-color: hsla(0,0%,100%,0.4);
}
#Mioload {
	transition: all 0.6s ease;
	position: absolute;
	width: 2%;
	height: auto;
	margin: 25% 49%;
	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;
}
/*---------------------------------------------------LINGUE-------------------------------------------------------*/
#lingue {
	position: absolute;
	border-radius: 8px;
	float: left;
	width: 60px;
	height: 25px;
	padding: 4px;
	top : -170px;
	right: 20px;
	background-color: #000;
	z-index: 9999;
}
.fotolingue {
	border-radius: 6px;
}
.tastolingueon, .tastolingueoff {
	transition: all 0.9s ease;
	width: 25px;
	height: 25px;
	padding: 0px;
	font-size: 16px;
	color: #444;
	font-weight: normal;
	position: absolute;
	border-radius: 20px;
}
.tastolingueoff:hover {
	transition: all 0.3s ease;
	opacity: 1;
}
.tastolingueoff {
	left: 38px;
	opacity: 0.5;
}
/*----------------------------------------------TASTi------------------------------------------------------------*/
.tastolink {
	display: inline-table;
	transition: all 0.6s ease;
	background-color: rgba(0,0,0,1);
	width: 98%;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	color: rgba(204,204,204,1) !important;
	text-align: center;
	letter-spacing: 1px;
	border-bottom: 1px solid #999;
	position: relative;
	float: left;
	/*box-shadow: 0px 0px 30px #888;*/
	border-radius: 0px;
	margin-top: 10px;
	margin-left: 1%;
}
.tastolink:hover {
	color: #FFF !important;
	transition: all 0.4s ease;
	box-shadow: 0px 0px 50px #888;
}
.tastolink effetto {
	clip: rect(0px,  auto,  auto,  0px);
	transition: all 0.4s ease;
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	font-size: 0px;
	line-height: 0px;
	letter-spacing: 99px;
	color: transparent !important;
	background: #fff;
}
.tastolink:hover effetto {
	transition: all 0.4s ease;
	width: 100%;
	height: 60px;
	left: 0;
	top: 0;
	font-size: 30px;
	letter-spacing: 1px;
	line-height: inherit;
	color: #fff !important;
	background-color: rgba(0,0,0,1);
	border-radius: 20px;
	z-index: 0;
}
.tastotel {
	cursor: text;
}
.tastotel:hover {
	color: #000 !important;
}
/*---------------------------------------------------NAV-------------------------------------------------------*/
#navigatore {
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
	z-index: 1;
	transition: all 0.2s ease;
	background-color: rgba(229,229,229,0.4);
}
#titolo, .titolo {
	float: left;
	color: #333;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-left: -15px;
	margin-top: 0px;
	width: auto;
	height: auto;
	background-color: hsla(0,100%,100%,0.9);
	display: none;
}
#navtastoOn, #navtastoOff {
	display: none;
}
nav {
	position: absolute;
	float: left;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: rgba(0,0,0,1);
	z-index: 1;
	border-radius: 0px 0px 0px 0px;
}
.miomenu>li {
	float: left;
	text-align: center;
	position: relative;
}
.miomenu>li>a {
	width: 100%;
	height: 50px;
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 50px;
	color: rgba(255,255,255,1) !important;
	text-align: center;
	margin-left: auto;
	transition: all 0.7s ease;
	z-index: 9999;
	/*	text-shadow: 1px 1px #fff;*/
	border-radius: 100px;
}
.miomenu li a:hover {
	color: #fff;
	letter-spacing: 0.20vw;
	padding-left: 0%;
	transition: all 0.7s ease;
	cursor: pointer;
}
.miomenu>li>a effetto2 {
	transition: all 0.6s ease;
	position: absolute;
	display: block;
	border-radius: 10px;
	background: #003;
	letter-spacing: 8px;
	background-image: url(../img/logo/logotasti.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 1600%;
	left: 46%;
	top: 20px;
	width: 0;
	height: 0;
	opacity: 0;
	animation-duration: 10000ms;
	animation-timing-function: cubic-bezier(x1, y1, x2, y2);
	-webkit-animation-duration: 10000ms;
	-webkit-animation-timing-function: cubic-bezier(x1, y1, x2, y2);
	animation-name: strong;
}
.miomenu>li>a:hover effetto2, .miomenu>li.selezionato>a effetto2, .miomenu>li .selezionato > effetto2 {
	transition: all 0.6s ease;
	left: 33%;
	top: -50px;
	width: 120px;
	height: 50px;
	color: #fff !important;
	background: #fff;
	background-image: url(../img/logo/logotasti.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 120%;
	opacity: 0.7;
	z-index: 999;
	animation-duration: 1000000ms;
	animation-timing-function: cubic-bezier(x1, y1, x2, y2);
	-webkit-animation-duration: 100000ms;
	-webkit-animation-timing-function: cubic-bezier(x1, y1, x2, y2);
	animation-name: stronghover;
}
@keyframes stronghover {
 0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
 0.8% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes strong {
 0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
 0.8% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.selezionato>a, #selezionato>a, .selezionato {
	color: #fff !important;
	letter-spacing: 4px !important;
	background-color: rgba(51,51,51,1)!important;
	z-index: 0 !important;
	border-radius: 50px;
}
.miomenu>li.selezionato2>a {
	transition: all 0.4s ease;
	color: #fff !important;
	background-color: rgba(51,51,51,1)!important;
	letter-spacing: 4px !important;
	border-radius: 0px;
	opacity: 0.8;
}
.miomenu>li:hover ul {
	transition: all 0.6s ease;
	opacity: 1;
	top: 50px;
	height: auto;
	z-index: 9999;
	clip: rect(0px,  auto,  auto,  0px);
	cursor: pointer;
}
.miomenu ul {
	transition: all 0.6s ease;
	top: 0px;
	width: 98%;
	height: auto;
	padding: 1%;
	opacity: 0;
	z-index: 999999999;
	border-radius: 0px;
	position: absolute;
	float: left;
	background-color: rgba(0,0,0,1);
	clip: rect(0px, auto, 0px, 0px );
}
.miomenu li li a {
	transition: all 0.6s ease;
	position: relative;
	float: left;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 1%;
	margin: 1%;
	width: 96% !important;
	height: 20px;
	line-height: 20px;
	background-color: rgba(153,0,51,0.2);
	border-radius: 0px;
	z-index: 999;
}
.miomenu li li a:hover {
	transition: all 0.6s ease;
	color: #fff;
	padding: 1%;
	background-color: rgba(153,0,51,0.5);
}
 .toggle, [id^=drop] {
 display: none;
}
/*---------------------------------------------------condividi-----------------------------------------------------------*/
#condivisione {
	position: absolute;
	right: 500px;
	top: 20px;
	z-index: 1 !important;
}
#simbolocondividi, #simbolocondividioff {
	transition: all 0.4s ease;
	font-size: 0px;
	position: absolute;
	float: left;
	width: 22px;
	height: 22px;
	padding: 4px;
	top: 16px;
	left: 50%;
	margin-left: 450px;
	z-index: 99999999999999999999 !important;
	background-image: url(../img/condividihome.png);
	background-repeat: no-repeat;
	background-position: 1px;
	background-color: #06C;
	border-radius: 100px;
	cursor: pointer;
}
#simbolocondividioff {
	background-image: url(../img/condividihomeoff.png);
	display: none;
}
#simbolocondividi:hover, #simbolocondividioff:hover {
	background-color: #666;
}
#optSocial {
	position: absolute;
	width: 210px !important;
	height: 40px;
	color: #000;
	font-weight: bold;
	z-index: 9999;
	background-color: hsla(0,0%,0%,0);
	top: 356px;
	left: 360px;
	border-radius: 8px;
}
#optSocialTitolo {
	width: 80px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	padding-left: 10px;
	color: #fff;
	font-weight: normal;
	z-index: 9999;
	background-color: hsla(0,0%,0%,0.3);
	margin-top: -18px;
	right: -35px;
	border-radius: 8px 0px 0px 8px;
}
.sbottone.facebook-condividi {
	position: absolute;
	top: 4px;
	left: 160px;
	z-index: 99999;
}
.sbottone.wapp-condividi {
	position: absolute;
	top: 4px;
	left: 200px;
	z-index: 99999;
}
.sbottone.twitter-condividi {
	position: absolute;
	top: 4px;
	left: 240px;
	float: left !important;
	z-index: 99999;
}
.sbottone.gplus-condividi {
	position: absolute;
	top: 4px;
	left: 280px;
	z-index: 99999;
}
.sbottone.in-condividi {
	position: absolute;
	top: 4px;
	left: 320px;
	z-index: 99999;
}
.sbottone.pin-condividi {
	position: absolute;
	top: 4px;
	left: 360px;
	z-index: 99999;
}
#quadrocondividi {
	transition: all 1.0s ease;
	font-size: 0px;
	position: absolute;
	float: left;
	width: 66px;
	height: auto;
	border-radius: 100px;
	padding-left: 200px;
	background-color: transparent;
	top: 6px;
	right: -600px;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 10px none;
	animation-duration: 100000ms;
	animation-timing-function: cubic-bezier(x1, y1, x2, y2);
	-webkit-animation-duration: 100000ms;
	-webkit-animation-timing-function: cubic-bezier(x1, y1, x2, y2);
}
@keyframes spin {
 0% {
margin-right:-100%
}
 0.8% {
margin-right:-0%
}
}
@keyframes spin2 {
 0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
 0.6% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
}
.cs {
	border-radius: 100px;
}
.foto-socialicona {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 25px;
	height: 25px;
}
#linkcondividi {
	border-radius: 100px;
	background-color: rgba(0,0,0,0.8);
	padding-left: 40px;
	width: 160px;
	height: 42px;
	margin-left: -40px;
	margin-top: 3px;
}
#optSocial #linkcondividi {
	margin-left: -10px;
}
#linkcondividi .sbottone {
	float: left;
	margin: 4px 3px;
}
.condividishareicon p.icona-facebook {
	background: #3b5998;
}
.condividishareicon p.icona-facebook:hover {
	border: 2px solid #3b5998!important;
	color: #3b5998;
}
.condividishareicon p.icona-twitter {
	background: #4099FF;
}
.condividishareicon p.icona-twitter:hover {
	border: 2px solid #4099FF!important;
	color: #4099FF;
}
.condividishareicon p.icona-gplus {
	background: #D34836;
}
.condividishareicon p.icona-gplus:hover {
	border: 2px solid #D34836!important;
	color: #D34836;
}
.condividishareicon p.icona-wapp {
	background: #1A9E0E;
}
.condividishareicon p.icona-wapp:hover {
	border: 2px solid #1A9E0E!important;
	color: #1A9E0E;
}
.condividishareicon p.icona-in {
	background: #06C;
}
.condividishareicon p.icona-in:hover {
	border: 2px solid #06C!important;
	color: #1A9E0E;
}
.condividishareicon p.icona-pin {
	background: #C03;
}
.condividishareicon p.icona-pin:hover {
	border: 2px solid #C03!important;
	color: #1A9E0E;
}
.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: 32px!important;
	height: 32px!important;
	text-align: center!important;
	padding: 11px 0;
	border: 2px solid transparent;
	-webkit-box-sizing: border-box!important;
	box-sizing: border-box!important;
	-webkit-transition: border .6s linear, background .6s linear, color .6s linear;
	position: relative;
	overflow: hidden;
}
.condividishareicon p.icona-facebook:hover, .condividishareicon p.icona-twitter:hover, .condividishareicon p.icona-gplus:hover, .condividishareicon p.icona-wapp:hover, .condividishareicon p.icona-in:hover, .condividishareicon p.icona-pin:hover {
	background: #666;
	-webkit-transition: border .2s linear, background .2s linear, color .2s linear;
	transition: border .2s linear, background .2s linear, color .2s linear;
}
.condividishareicon.iconprimostile .condivisioni {
	background: #F60;
	color: #000;
	border-radius: 35%;
	width: auto;
	height: auto;
	text-align: center;
	position: absolute;
	left: 18px;
	top: -8px;
	font-size: 11px;
	line-height: 0.5;
	padding: 4px;
	font-weight: bold;
	overflow: hidden;
	display: none;
}
 @keyframes buzz {
10% {
-webkit-transform:translateX(3px) rotate(2deg);
transform:translateX(3px) rotate(2deg);
}
20% {
-webkit-transform:translateX(-3px) rotate(-2deg);
transform:translateX(-3px) rotate(-2deg);
}
30% {
-webkit-transform:translateX(3px) rotate(2deg);
transform:translateX(3px) rotate(2deg);
}
40% {
-webkit-transform:translateX(-3px) rotate(-2deg);
transform:translateX(-3px) rotate(-2deg);
}
50% {
-webkit-transform:translateX(2px) rotate(1deg);
transform:translateX(2px) rotate(1deg);
}
60% {
-webkit-transform:translateX(-2px) rotate(-1deg);
transform:translateX(-2px) rotate(-1deg);
}
70% {
-webkit-transform:translateX(2px) rotate(1deg);
transform:translateX(2px) rotate(1deg);
}
80% {
-webkit-transform:translateX(-2px) rotate(-1deg);
transform:translateX(-2px) rotate(-1deg);
}
90% {
-webkit-transform:translateX(1px) rotate(0);
transform:translateX(1px) rotate(0);
}
100% {
-webkit-transform:translateX(-1px) rotate(0);
transform:translateX(-1px) rotate(0);
}
}
.buzz {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0,0,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.buzz:hover, .buzz:focus, .buzz:active {
	-webkit-animation-name: buzz;
	animation-name: buzz;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
/*----------------------------------------------TUTTO------------------------------------------------------------*/
#tutto {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 900px;
	z-index: 0;
}
/*----------------------------------------------SPOT------------------------------------------------------------*/
#spotesto {
	width: 100%;
	height: 100%;
	font-size: 1.8vw;
	line-height: 1.8vw;
	color: #fff;
	text-shadow: 1px 1px 0px #000000;
	padding-top: 15%;
	text-align: center;
	overflow: hidden;
	position: absolute;
	z-index: 9999999 !important;
	opacity: 0.9;
	background-color: rgba(0,0,0,0.2);
}
#spot {
	box-shadow: 0px 10px 20px #888;
	width: 100%;
	height: 100%;
	border-radius: 0px;
	overflow: hidden;
	position: relative;
	float: right;
	z-index: 9999;
	opacity: 0.99;
}
.camera_target, .cameraSlide {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	text-align: left;
	z-index: 0;
}
/*-----------------------------------------------------PAGINA--------------------------------------------------------------------------------*/

#pagina {
}
#contenuti {
	position: absolute;
	float: left;
	width: 100%;
	height: auto;
	min-height: 800px;
	top: 220px;
	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: absolute;
	float: left;
	width: 40%;
	height: auto;
	margin-top: 0%;
	margin-bottom: 10%;
}
marquee {
	position: absolute;
	color: #fff;
	/*	font-style: italic;*/
	top: 0;
	text-align: center;
	transition: all 0.6s ease;
	left: 0;
	padding-top: 15%;
	width: 100%;
	height: 100%;
	z-index: 9999 !important;
	-webkit-marquee-speed: 180ms;
	background-color: rgba(0,0,0,0.0)
}
#fototop {
	position: absolute;
	float: left;
	border-radius: 0px;
	width: 40%;
	height: 20.5vw;
	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: 0;
}
.fotoclas #fotoclas {
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
	float: left;
}
.fotoclas1 {
	width: 50%;
	height: auto;
}
.fotoclas2 {
	position: relative;
	float: right;
	width: 16%;
	margin-top: 50px;
	margin-right: 8%;
}
.fotoclas3 {
	position: relative;
	float: right;
	width: 16%;
	margin-top: 50px;
	margin-right: 8%;
}
.testo {
	position: relative;
	float: left;
	font-size: 20px !important;
	line-height: 26px;
	color: #003;
	width: 96%;
	left: 0%;
	padding: 2%;
	margin-bottom: 6%;
	text-align: left;
	background-color: rgba(255,255,255,0.6);
}
#indicazioni {
	position: relative;
	float: left;
	line-height: 24px;
	font-size: 18px;
	color: #fff;
	width: 52%;
	height: auto;
	margin-right: 2%;
	left: 0;
	padding: 2%;
	background-color: hsla(0,0%,0%,0.4);
	border: 0px solid #222;
	border-radius: 20px;
	margin-bottom: 10px;
	z-index: 99999;
}
#contenutidove {
	width: 100%;
	height: auto;
	left: 1.0%;
	margin-top: 100px;
	float: left;
}
strong {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.messaggio, .letter, .sms, #contatti {
	position: relative;
	float: left;
	font-size: 20px !important;
	width: 35.6%;
	height: auto;
	padding: 10px;
	margin: 1%;
	color: rgba(255,255,255,1);
	margin-left: 31.7%;
	margin-bottom: 20px;
	border-radius: 0px;/*	box-shadow: 0px 0px 30px #ccc;*/
}
.messaggio {
	width: 50.0%;
	margin-left: 44.0%;
	margin-top: 6%;
	text-align: center;
	font-weight: bold;
	background-color: rgba(153,153,153,1);
}
.sms {
	background-color: #167ABA;
}
.letter {
	background-color: rgba(0,0,0,1);
}
#contatti {
	width: 34.6%;
	line-height: 24px;
	font-size: 18px;
	padding: 1%;
	background-color: hsla(0,0%,0%,0.2);
	border: 0px solid #222;
	z-index: 99999;
	margin-bottom: 4%;
}
#indicazioni {
	position: relative;
	float: left;
	line-height: 24px;
	font-size: 18px;
	color: #fff;
	width: 45%;
	height: auto;
	margin-right: 2%;
	left: 0;
	padding: 2%;
	background-color: hsla(0,0%,0%,0.4);
	border: 0px solid #222;
	border-radius: 20px;
	margin-bottom: 10px;
	z-index: 99999;
}
#dove {
	width: 100%;
	height: auto;
	left: 1.0%;
	margin-top: 100px;
	float: left;
}
.fotologo {
	border-radius: 20px 20px 0px 20px;
	width: auto;
	height: 160px;
	box-shadow: 0px 0px 50px #000;
	margin-left: 1%;
}
.foto {
	border-radius: 10px;
	float: left;
	width: 23%;
	height: auto;
	margin: 1%;
}
.firma {
	font-family: 'Dancing Script', cursive;
	font-size: 32px;
	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: -2px;
	font-size: 60px;
	color: #000;
	text-align: left;
	font-weight: bold;
	line-height: 50px;
	text-transform: uppercase;
	width: 90%;
	z-index: 9999;
}
.fotochiusura {
	box-shadow: 0px 0px 30px #000;
	border-radius: 10px;
	width: 100%;
	height: auto;
	z-index: 0;
}
/*-----------------------------------------------------TESTOSX-------------------------------------------------------------------------------*/
.testoSX {
	position: relative;
	box-shadow: 0px 0px 30px #000;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	float: left;
	width: 70%;
	height: auto;
	font-size: 19px;
	color: #fff;
	padding: 1%;
	background-color: hsla(0,0%,100%,0.6);
	border-radius: 20px;
	z-index: 1;
}
.titolotestoSX {
	box-shadow: 10px 0px 20px #555;
	position: relative;
	text-align: center;
	top: -13px;
	margin-left: 0px;
	width: 98%;
	height: auto;
	font-size: 39px;
	color: #fff;
	padding: 0.4%;
	background-color: #000;
	border-radius: 0px 20px 20px 0px;
}
.titoloarticolo {
	float: left;
	font-size: 30px;
	color: rgba(51,51,51,1) !important;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	font-weight: bold;
	margin-bottom: 30px;
}
.titolospeciale {
	font-size: 26px !important;
	width: auto;
	height: auto;
	padding: 1%;
	border-radius: 15px;
	box-shadow: 0px 0px 30px #444444;
	background-color: #C00;
}
.fotoarticolo {
	float: left;
	box-shadow: 0px 0px 30px #000;
	border-radius: 10px;
	width: 50%;
	height: auto;
}
.testoarticolo {
	box-shadow: 0px 0px 10px #333;
	text-align: left;
	position: relative;
	float: right;
	width: 46%;
	height: 100%;
	font-size: 19px;
	color: #666;
	padding: 1%;
	background-color: #FFF;
	border-radius: 10px;
}
.datiarticolo {
	float: left;
	margin: 30px auto;
	margin-bottom: 30px;
	font-size: 28px;
	color: #DEB30E;
	text-align: center;
	width: 100%;
}
/*-----------------------------------------------------TESTODX--------------------------------------------------------------------------------*/

.testoDX {
	box-shadow: 0px 0px 30px #000;
	position: relative;
	text-align: center;
	right: 0px;
	float: right;
	width: 24%;
	height: auto;
	font-size: 19px;
	color: #fff;
	padding: 1%;
	background-color: #000;
	border-radius: 20px;
}
.articoloDX, .fotoarticoloDX {
	transition: all 0.3s ease;
	border-radius: 10px;
	width: 98%;
	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: 100%;
	margin: 10px auto;
}
#LayerMapps {
	position: relative;
	float: left;
	text-align: center !important;
	width: 100%;
	height: 360px;
	margin: 0 auto;
	background-color: #81B1BB;
	border-radius: 10px;
	box-shadow: 0px 0px 30px #000;
}
#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: 100%;
	height: 360px;
	opacity: 0.9;
	border-radius: 10px;
}
#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(8) > div:nth-child(3) > div:nth-child(1) > img, #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(8) > div:nth-child(3) > div:nth-child(1) > img {
	display: none
}
#mapCanvas > div > div:nth-child(8) > div:nth-child(3) > div:nth-child(2), #mapCanvas2 > div > div:nth-child(8) > div:nth-child(3) > div:nth-child(2) {
	background-image: url(../img/piu.png);
	margin-top: -36px;
	margin-left: 6px;
	width: 30px !important;
	height: 30px !important;
	border-radius: 0px;
	background-color: #Fff
}
#mapCanvas > div > div:nth-child(8) > div:nth-child(3) > div:nth-child(3), #mapCanvas2 > div > div:nth-child(8) > div:nth-child(3) > div:nth-child(3) {
	background-image: url(../img/meno.png);
	margin-top: -20px;
	margin-left: 6px;
	width: 30px !important;
	height: 30px !important;
	border-radius: 0px;
	background-color: #fff
}
#mapCanvas > div > div:nth-child(8) > div:nth-child(3) > div:nth-child(1), #mapCanvas2 > div > div:nth-child(8) > div:nth-child(3) > div:nth-child(1) {
	background-color: rgba(0,0,0,1);
	width: 42px !important;
	height: 76px !important;
	border-radius: 0px;
	margin-top: -40px;
}
/*----------------------------------------------GALLERY PLUS FOTO---------------------------------------------------------*/
#descgallery {
	float: left;
	line-height: 24px;
	font-size: 22px;
	color: #fff;
	width: 91%;
	height: auto;
	margin-left: 1%;
	margin-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
	background-color: hsla(0,0%,0%,0.4);
	border: 0px solid #222;
	border-radius: 20px;
	margin-bottom: 100px;
	z-index: 99999;
}
.galleryPlus {
	position: relative;
	top: 0px;
}
.cont_tasti, .cont_foto {
	float: left;
	background-color: hsla(0,100%,100%,0.5);
	width: 140px;
	height: auto;
	border-radius: 20px;
	border: 2px solid #999;
	padding: 1%;
	font-family: Arial;
	font-size: 15px;
	text-align: center !important;
	z-index: 0;
	margin: 0 auto;
}
.cont_tasti {
	position: absolute;
	background-color: transparent;
}
.cont_slides {
	position: relative;
	float: right;
	width: 100%;
	height: 700px;
	left: 0px;
	top: 0px;
	background-color: hsla(0,100%,100%,0.5);
}
.slides {
	position: relative;
	float: right;
	width: 100%;
	height: 100%;
}
.main {
	box-shadow: 0px 0px 30px #888;
}
.gal_tasto_normal, .gal_tasto_selected {
	transition: all 0.6s ease;
	border-radius: 10px;
	box-shadow: 0px 0px 30px #000;
	float: left;
	cursor: pointer;
	color: #fff;
	width: 130px;
	height: 130px;
	margin: 5px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 18px;
	background-color: hsla(0,100%,100%,0.7);
}
.gal_tasto_normal:hover {
	box-shadow: 0px 0px 30px #000;
	color: #000;
	background-color: hsla(0,100%,100%,0.1);
}
.gal_tasto_selected {
	cursor: default;
	text-transform: uppercase;
	background-color: hsla(0,100%,100%,0.0);
}
.fotos {
	position: absolute;
	float: right;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.tast_sx {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 25px solid transparent;
	border-right: 25px solid rgba(0,0,0,0.8);
}
.tast_dx {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 25px solid rgba(0,0,0,0.8);
	border-right: 25px solid transparent;
}
.foto1, .foto2, .foto3, .foto4, .foto5, .foto6 {
	border-radius: 10px;
	float: left;
	width: 130px;
	height: 130px;
	margin: 5px;
	background-image: url(../gallery/GalleryPlus/img/stanza1.png);
}
.foto1 {
}
.foto2 {
}
.foto3 {
}
.foto4 {
}
.foto5 {
}
.foto6 {
}
/*----------------------------------------------GALLERY polaroid---------------------------------------------------------*/
#gallery {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 999;
	background-color: rgba(255,255,255,0.6);
}
.item {
	box-shadow: 0px 0px 10px #000;
	margin: 6%;
	width: 20%;
	height: auto;
	border-radius: 5px;
	transition: all 0.2s ease;
	z-index: 9999;
	cursor: pointer;
	transform: scale(1.0);
}
.item:hover {
	transition: all 0.4s ease;
	box-shadow: 0px 0px 30px #000;
	transform: scale(2.0);
}
.gallerypolaroid {
	position: relative;
	box-shadow: 0px 0px 10px #666;
	margin: 22px;
	width: 180px;
	height: 180px;
	opacity: 1;
	transition: all 0.8s ease;
	z-index: 9999;
	transform: scale(1.0);
	vertical-align: middle;
	display: inline-table;
	border: solid 0.0px rgba(255,255,255,0);
}
.gallerypolaroid:hover {
	opacity: 1;
	transition: all 0.6s ease;
	transform: scale(1.34);
	box-shadow: 0px 0px 20px #222;
	border: solid 0.0px rgba(255,255,255,1);
}
.tumb {
	clip: rect(20px, 290px, 200px, 110px);
	transition: all 0.4s ease;
	position: absolute;
	width: 570px;
	height: auto;
	top: -20px;
	left: -110px;
}
.tumb:hover {
	clip: rect(30px, 280px, 210px, 100px);
	transition: all 0.4s ease;
	position: absolute;
	width: 370px;
	height: auto;
	top: -30px;
	left: -100px;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999999999999;
	width: 100%;
	height: auto;
	background-color: #fff;
}
#lightbox {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 99999999999;
	text-align: center;
	color: transparent;
	line-height: 0;
}
#outerImageContainer {
	cursor: pointer;
	width: auto;
	height: auto;
	margin: 0 auto;
	position: relative;
}
#imageContainer {
	border-radius: 0px;
	z-index: 9999;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	font-size: 8;
	color: #fff;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9999;
}
#prevLinkImg, #nextLinkImg {
	position: absolute;
	width: 50%;
	height: 100%;
	transition: all 0s ease;
}
#prevLinkImg {
	left: 0;
	float: left;
}
#nextLinkImg {
	right: 0;
	float: right;
}
#prevLinkImg:hover, #prevLinkImg:visited:hover {
	background: url(../gallery/GalleryPolaroid/images/prev.png) 5% center no-repeat;
}
#nextLinkImg:hover, #nextLinkImg:visited:hover {
	background: url(../gallery/GalleryPolaroid/images/next.png) 97% center no-repeat;
}
/*----------------------------------------------FOOTER---------------------------------------------------------*/

#Footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0%;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(0,0,0,1);
	box-shadow: 0px -10px 50px #000;
	font-size: 16px;
	text-shadow: 1px 1px 0px #fff;
	line-height: 30px;
	color: #000;
	text-align: center;
	z-index: 999;
}
.social {
	float: right;
	position: relative;
	padding-top: 0px;
	width: auto;
	height: 30px;
	z-index: 9;
	text-align: center;
	margin-top: -22px;
	margin-right: 22px;
	overflow: hidden;
	padding: 23px 0 23px;
}
.social a {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	overflow: hidden;
	margin-left: 2px;
}
.social a:hover img {
	transition: all 0.4s ease;
	margin-top: -30px;
}
.acapo {
	display: none;
}
.simbolo {
	color: #222;
}
.gotop {
	transition: all 0.8s ease;
	position: fixed;
	border: 0px solid #fff;
	border-bottom: none;
	border-radius: 100px;
	box-shadow: 0px 0px 30px #000;
	left: 94%;
	bottom: 80px;
	height: 50px;
	width: 54px;
	z-index: 99999999999999 !important;
	background-color: rgba(0,0,0,1);
	background-image: url(../img/su.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	opacity: 0;
	cursor: pointer;
}
.gotop:hover {
	transition: all 0.4s ease;
	box-shadow: 0px 0px 50px #000;
}
.gotel {
	display: none;
}
/*----------------------------------------------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;
}
input[type=reset]:hover, input[type=submit]:hover {
	color: #222;
	background: #6C0;
}
input[type=radio] {
	width: 28px !important;
	height: 28px !important;
}
/*--------------------------------------- cookie ------------------------------------------- */
#cookie {
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0;
	background-color: rgba(255,255,255,0.1);
	z-index: 99;
	cursor: default;
}
#fagdp001 {
	color: #000;
	transition: all 0.6s ease;
	height: 0px;
	width: 0px;
	position: fixed;
	bottom: 50px;
	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.8);
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	left: 14px;
	bottom: 64px;
	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: 64px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	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: 2px solid #666;
	z-index: 9999999999999999;
	font-size: 18px;
	top: 0px;
	width: 300px !important;
	height: auto !important;
	box-shadow: 0px 0px 50px #000;
}
.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 #fff
}
.Zebra_DatePicker.dp_visible {
	visibility: visible;
	filter: alpha(opacity=100);
	padding: 6px !important;
	opacity: 1;
	border-radius: 0px;
	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: #666;
	border-radius: 0px 0px 0px 0px;
	border: solid 0px #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: #000 !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 0px #666;
	border-radius: 0px 0px 0px 0px;
}
.Zebra_DatePicker .dp_clear {
	color: #FFF;
	padding: 3px;
	background-color: #444;
	border-radius: 0px 0px 0px 0px;
}
.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: 4px;
	background-color: rgba(255,255,255,0.4);
}
.quadretto {
	overflow: hidden;
	float: left;
	cursor: pointer;
}
.tumb2 {
	width: 100%;
	height: auto;
}
.entrataFX {
	position: absolute;
	transition: all 0.6s ease;
	width: 98%;
	padding: 1%;
	height: auto;
	background-color: rgba(0,0,0,0.5);
	color: #cf0;
	font-size: 1.5vw;
	line-height: 2vw;
	font-weight: regular;
	text-align: center;
	float: left;
}
.entrataFX:hover {
	transition: all 0.6s ease;
	background: hsla(0,0%,0%,0.9);
}
