#BoxChat {
	background-color: #CCFF00;
	color: #A34043;
	border: 2px solid #A34043;
	border-radius: 10px 10px 10px 10px;
	5px 5px 5px #333;
	padding: 0.5em;	
}
#ChatActive {
	background-color:#FF0000;
	color:#FFFF00;
	position:fixed;
	z-index:5000;
	bottom:1em;
	left:0em;
	width:0em;
	animation: ChatActiveShow 5s 3s forwards, ChatActiveHidden 5s 12s forwards;	
	overflow:hidden;
	padding-top: 1em;
	margin-right: 1em;
	padding-bottom: 1em;
	border-radius: 0px 5px 5px 0px;
	box-shadow: 5px 5px 5px #333;
	font-weight: bold;
}
#CircleRed {
	color:#FFFF00;
	background-color:#FF0000;
	position:fixed;
	z-index:4999;
	top:4.5em;
	right:1em;
	height:1em;
	width:1em;
	/*
	padding-top:0.2em;
	padding-bottom:0.2em;
	padding-left:1em;
	padding-right:1em;
	*/
	border-radius: 50px 50px 50px 50px;
}

#LiveActive {
	background-color:#3C763D;
	color:#FFFF00;
	position:fixed;
	z-index:5000;
	top:4.5em;
	right:0em;
	width:0em;
	animation: ChatActiveShow 5s 3s forwards, ChatActiveHidden 5s 12s forwards;	
	overflow:hidden;
	padding-top: 1em;
	margin-right: 1em;
	padding-bottom: 1em;
	border-radius: 5px 0px 0px 5px;
	box-shadow: 5px 5px 5px #333;
	font-weight: bold;
}
@keyframes ChatActiveShow {
  0%   {width:0em;}
  100% {width:17em;}
}
@keyframes ChatActiveHidden {
  0%   {width:17em;}
  100% {width:0em;}
}

.ombra {
	box-shadow: 5px 5px 5px #333;
}

.OmbraTesto {
	text-shadow: 4px 7px 3px #333;
}

.OmbraTestoGrande {
	text-shadow: 4px 5px 5px #ababab;
}

#NumShareWZ {
	font-size: 0.7em; /*small;*/
	font-style: italic;
	color: #666666;
}

.RiduceTestoLink a {
	white-space: nowrap;
	overflow: hidden;
	max-width: 90%;
	display: inline-block;
	text-overflow: ellipsis;
	direction: rtl;
	vertical-align: text-bottom;
}

.IconeSocial {
	margin-left: 0.25em;
	margin-right: 0.325em;
	margin-bottom: 0.5em;
}

.Streaming {
	background-color: #012;
	text-align: center;
	padding: 0.5em;
	border-radius: 20px 20px 20px 20px;
	border: 2px solid #3c7639;
}

.BarRos {
	background: -ms-linear-gradient(left, #FFFFFF, #960018);
	background: -moz-linear-gradient(left, #FFFFFF, #960018);
	background: -webkit-linear-gradient(left, #FFFFFF, #960018);	
	background: -o-linear-gradient(left #FFFFFF, #960018);	
}
.BarAra {
	background: -ms-linear-gradient(left, #FFFFFF, #F29305);
	background: -moz-linear-gradient(left, #FFFFFF, #F29305);
	background: -webkit-linear-gradient(left, #FFFFFF, #F29305);	
	background: -o-linear-gradient(left #FFFFFF, #F29305);
}
.BarGia {
	background: -ms-linear-gradient(left, #FFFFFF, #EEC20B);
	background: -moz-linear-gradient(left, #FFFFFF, #EEC20B);
	background: -webkit-linear-gradient(left, #FFFFFF, #EEC20B);	
	background: -o-linear-gradient(left #FFFFFF, #EEC20B);
}
.BarVec {
	background: -ms-linear-gradient(left, #FFFFFF, #BBCF4C);
	background: -moz-linear-gradient(left, #FFFFFF, #BBCF4C);
	background: -webkit-linear-gradient(left, #FFFFFF, #BBCF4C);	
	background: -o-linear-gradient(left #FFFFFF, #BBCF4C);
}
.BarVes {
	background: -ms-linear-gradient(left, #FFFFFF, #79BC6A);
	background: -moz-linear-gradient(left, #FFFFFF, #79BC6A);
	background: -webkit-linear-gradient(left, #FFFFFF, #79BC6A);	
	background: -o-linear-gradient(left #FFFFFF, #79BC6A);
}
.BarBlu {
	background: -ms-linear-gradient(left, #FFFFFF, #0000FF);
	background: -moz-linear-gradient(left, #FFFFFF, #0000FF);
	background: -webkit-linear-gradient(left, #FFFFFF, #0000FF);	
	background: -o-linear-gradient(left #FFFFFF, #0000FF);
}

.BarRos, .BarAra, .BarGia, .BarVec, .BarVes, .BarBlu {
	color:#000000;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	padding-left: 0.2em;
	border-radius: 0px 50px 50px 0px;
	font-size: x-small;
}

#TerremotoShow {
	border: 3px solid #FF0000;
}
.TerremotoTitle {
	width: 100%;
	font-weight: bolder;
	font-variant: small-caps;
	font-size: 1.5em;
	padding-top: 0.3em;
	padding-bottom: 0.4em;
	background-color: #FF0000;
	color: #FFFF00;
}
.TerremotoSub1 {
	font-weight: bolder;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
	padding-right: 0.1em;
	background-color: #FFFF00;
	color: #CB3234;
}
.TerremotoSub2 {
	font-weight: bolder;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.1em;
	padding-right: 0.1em;
	background-color: #FFDD00;
	
	color: #FF3349;
}



#ReporterInfo {
	position:absolute;
	bottom: 0em;
	max-width:99%;
}

/*cursore base*/
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FFFFFF;
    background-color: #3C763D;
	border-radius: 15px 15px 15px 15px;
}

/*selezionato base*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFFFFF;
    background-color: #3C763D;
	border-radius: 0px 15px 0px 15px;
}

/*finestra sub*/
.dropdown-menu > li > a {
	color: #FFFFFF;
	background-color: #3C763D;
}

/*cursore sub*/
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #DFF0D8;
}

/*selezionato base con sub*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #FFFFFF;
    background-color: #DFF0D8;
}

@media(max-width:640px){
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #DFF0D8;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		//background-color: #DFF0D8; 
		background-color: #3C763D; 
		border-color: #3C763D;
	}
	.navbar-default .navbar-toggle {
		border-color: #DFF0D8;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #DFF0D8;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #FFFFFF;
		background-color: #DFF0D8;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #FFFFFF;
		background-color: #3C763D;
	}
	.navbar-toggle { /* base */
		 background-color: #3C763D;
	}
}



.NoSelect {
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

#DivNews {
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

#DivTxt {
	color:#000000;
}

.DivLink, .DivLink a, .DivLink a:hover {
	text-decoration: none !important;
	color:#000000 !important;
}

.MailingList {
	text-rendering: optimizelegibility;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	background-color: #4682b4;
	color: #FFFFFF;
	margin: 1em 1em 3em 1em;
	border-radius: 10px 10px 10px 10px;
	padding: 0.5em;
	border: 0.2em ridge #007bb8;
	font-size: 1.3em;
	font-weight: bold;
}

.IllustraL {
	float:left; 
	padding-right: 0.5em;
}
.IllustraR {
	float:right; 
	padding-left: 1.5em;
}
.IllustraL, .IllustraR {
	min-width:150px;
	max-width:150px;
	//border: 1px solid #3C763D;
}
.IllustraL img, .IllustraR img {
	width: 100%;
}
.IllustraL p, .IllustraR p {
	padding: 0.3em;
	width: 100%;
	font-size: x-small;
	font-style: italic;
	color: #FFFFFF;
	background-color: #999999;
}

.Didascalia {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #DFF0D8;
	padding-right: 0.5em;
	padding-left: 0.5em;
	text-align: left;
	min-height: 3em;
	max-height: 3em;
	overflow: auto;
}
.GalleriaImmagini {
	/*border: 1px ridge #3C763D;*/
}
.GalleriaImmagini a {
	text-decoration: none;
}

.Titolazione {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #1F527D;
}

.Titolazione1 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

.Titolazione a {
	font-weight: bold;
	text-decoration: none;
	color: #1F527D;
}
.Titolazione a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}

.Titolazione h1, .Titolazione1 h1 {
	font-size: 3.5em;
}
.Titolazione h2, .Titolazione1 h2 {
	font-size: 3.0em;
}
.Titolazione h3, .Titolazione1 h3 {
	font-size: 2.5em;
}
.Titolazione h4, .Titolazione1 h4 {
	font-size: 2.2em;
}
.Titolazione h5, .Titolazione1 h5 {
	font-size: 2.0em;
}
.Titolazione h6, .Titolazione1 h6 {
	font-size: 1.4em;
}
.Titolazione h7, .Titolazione1 h7 {
	font-size: 1.1em;
}

.TitoloForum {
	font-size: 1.3em;
	font-weight: bold;
}

.LogoNewsRub  {
	min-width: 9em; 
	max-width: 9em; 
	float: none !important; 
	background: none !important; 
	border: none !important; 
	box-shadow: none !important;
}

.InfoBase {
	color:#aaaaaa;
	font-size: small;
	font-style: italic;
}

.InfoLeft {
	float:left;
	color:#aaaaaa;
	font-size: small;
	font-style: italic;
}

.InfoRight {
	float:right; 
	color:#aaaaaa;
	font-size: small;
	font-style: italic;
}

.SondaggioTestoBase {
	font-size: 1.2em;
}
.SondaggioTestoGrande {
	font-size: 2em;
}
.SondaggioTestoMedio {
	font-size: 1em;
}
.QuestionarioTestoBase {
	font-size: 1.2em !important;
}
.QuestionarioTestoMedio {
	font-size: 1.3em !important;
}
.QuestionarioTestoGrande {
	font-size: 1.5em !important;
}
body {
	background: url(../images/Fondo.png) no-repeat fixed center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.navbar-nav li {
	font-size: 1.3em;
	/*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
	text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;

}
.dropdown-menu li {
	text-shadow: none;
}

.navbar-brand {
	position:absolute;
	top:0em;
	left:0em;
}
.navbar-brand h2 a {
    text-decoration: none;
	/*color:#fff;*/
	font-size: 1.5em;
	font-family: 'Yanone Kaffeesatz', sans-serif;
    /*text-transform: capitalize;*/
    letter-spacing: 2px;
	line-height: .5em;
	/*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
}
@media(max-width:991px){
	.navbar-brand h2 a {
		font-size: 1.3em;
	}
}
@media(max-width:640px){
	.navbar-brand h2 a {
		font-size: 1.2em;
	}
}
@media(max-width:480px){
	.navbar-brand h2 a {
		font-size: 1em;
	}
}

#DivButtons button {
	font-size: 0.9em;
	padding-left: 0.3em;
	padding-right: 0.3em;
	font-weight: bold;
}

.VideoPrev {
	min-width: 320px;
	min-height: 240px;
	max-width: 320px;
	max-height: 240px;
	border: thin ridge #CCCCCC;
}

.ButtonPrev {
	width: 320px;
}

.VideoInNews {
	min-width: 107px;
	//min-height: 80px;
	max-width: 100%;
	//max-height: 200px;
}


.ButtonSelect {
	background-color: #CCCCCC;
	color: #FFFFFF;
	border: 1px solid #0000FF;
}
.ButtonOther {
	background-color: #0000FF;
	color: #FFFFFF;
}

.SetImages {
	position: absolute;
	background-color: #000000;
	border: 1px solid #CCCCCC;
}

.SetImages button {
	width: 100%;
}

.SpotInPage {
	text-rendering: optimizelegibility; 
    overflow: hidden;	
	cursor: pointer;
	text-align: left;
	min-height: 8em;
	max-height: 12em;
	background-color: #DFF0D8;
	margin-top: 1em;
	margin-bottom: 3em;
	border-radius: 10px 10px 10px 10px;
	padding-top: 0.3em;
	border: thin ridge #3C763D; 
}

.SpotGeneral {
	text-rendering: optimizelegibility; 	
	cursor: pointer;
	background-color: #DFF0D8;
	margin: 1em 1em 3em 1em;
	border-radius: 10px 10px 10px 10px;
	padding: 1em;
	border: thin ridge #3C763D; 
}

.SpotInPage p {
	padding-right: 0.3em;
}

.SpotInPage img {
	float: left;
	min-height: 7.2em;
	max-height: 7.2em;
	padding-right: 0.5em;
}

.Spot {
	background-color: #F1F9EE;
	color: #000000;
}

.Spot img {
	float: left;
	width: 20%;
	padding: 0.3em;
	margin: 0em 0.3em 0.3em 0em;
}

.MySpot {
	background-color: #FFD7D7;
}


.Spot, .MySpot {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.Spot blockquote, .MySpot blockquote, {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.Spot-lg, .MySpot-lg {
  padding: 24px;
  border-radius: 6px;
}
.Spot-sm, .MySpot-sm {
  padding: 9px;
  border-radius: 3px;
}

.NewsL0 {
	text-align: left;
	min-height: 19.5em;	

}

.NewsL0 a {
	color: #0000ff;
	text-decoration: underline;
		
	white-space: nowrap;
	overflow: hidden;
	max-width: 90%;
	display: inline-block;
	text-overflow: ellipsis;
	direction: rtl;
	vertical-align: text-bottom;
}

.NewsL0 ul {
  //position: absolute;
  //padding-left: 21%;
}
	
.NewsL2, .NewsR2 {
	text-align: left;
	min-height: 19.5em;
	max-height: 19.5em;
}

.NewsL3, .NewsR3 {
	text-align: left;
	min-height: 13.7em;
	max-height: 13.7em;
}

.NewsL2, .NewsR2, .NewsL3, .NewsR3 {
	text-rendering: auto; 
   overflow: hidden;	
	cursor: pointer;
}

.NewsL0 h4, .NewsL2 h4, .NewsR0 h4, .NewsR2 h4, .NewsL3 h4, .NewsR3 h4 {
	font-size: 1.8em;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #25292e;	
	text-align:left;
}

.NewsL0 img, .NewsL2 img, .NewsL3 img {
	float: left;
	width: 33%;
	padding: 0.3em;
	margin: 0em 1.0em 0.5em 0em;
	box-shadow: 5px 5px 5px #333;
	background-color:#dedede;
}

.LikeSiNo img{
	float: left;
	width: none;
	padding: none;
	margin: none !important;
	background-color:#efefef;
	border-radius: 5px 5px 5px 5px;
}

.NewsR0 img, .NewsR2 img, .NewsR3 img {
	float: right;
	padding: 0.3em;
	width: 33%;
	margin: 0em 0em 0.5em 1.0em;
	box-shadow: 5px 5px 5px #333;
	background-color:#dedede;
}

.NewsL2 img, .NewsL3 img, .NewsR2 img, .NewsR3 img { 
	/*
	background-image: -ms-linear-gradient(top right, #FFFFFF 0%, #0099FF 300%);
	background-image: -moz-linear-gradient(top right, #FFFFFF 0%, #0099FF 300%);
	background-image: -o-linear-gradient(top right, #FFFFFF 0%, #0099FF 300%);
	background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #0099FF));
	background-image: -webkit-linear-gradient(top right, #FFFFFF 0%, #0099FF 300%);
	*/
	border: 1px solid #009999;
}

.Continua {
	position: absolute;
	top: 1.3em;
	right: 2.0em;
	width: 90%;
	color: #0000FF;
	text-align: right;
	font-weight: bold;
}



#DatiPM, #DatiGas {
	position: relative;
	top: 2.0em;
	left: 0.0em;
	height: 0em;
	width: 100%;
	z-index: 1;
	text-align:center;
	background-color: #aaaaaa;
	
}
#DatiPM strong,  #DatiGas strong{
	position: static;
	//top: 2.0em;
	width: auto;
	height:auto;	
	background-color: #CCFF00;
	color: #000000;
	border: 1px solid #FF0000;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 3px 3px 3px #888888;
	padding: 0.5em;
	font-weight: bold;
	font-size: x-small; /*0.68em;*/
	/*font-variant: small-caps;*/	
}

#IcoMenu {
	position: relative;
	top: -1.45em; /* -1.5em; */
	left: 0.2em;
	z-index: 100;
	width: 99%;
}
#IcoMenu1 button {
	border: 2px solid #3C763D;
	background-color: #DFF0D8;
	color: #3C763D;
	box-shadow: 9px 9px 5px #888888;
	
	/*border-radius: 50px 50px 50px 50px; */
	transform: skewY(10deg);	
}
#IcoMenu1 button:hover {
  background-color: #c3dcbd; 
}
#IcoMenu1 button:active {
  background-color: #DFF0D8; 
}


.MotoreBox {
	border: 1px solid #3C763D;
}


.ButtonDirezione, .ButtonDirezione:hover, .ButtonDirezioneMini, .ButtonDirezioneMini:hover {
	border-radius: 20px 20px 20px 20px;
	background-color: #ACACAC;
}

.ButtonDirezione:disabled, .ButtonDirezioneMini:disabled {
	opacity: 0.2;
}

.ButtonDirezione:hover {
	background-color: #ACACAC;
}

.ButtonDirezione img {
	min-height: 2em;
	max-height: 2em;
}

.ButtonDirezioneMini img {
	min-height: 1.5em;
	max-height: 1.5em;
}


.SondaggiInHome {
	font-size: xx-small;
	border: 1px solid #3C763D;
	background-color: #DFF0D8;
	color: #224023;
	box-shadow: 5px 5px 5px #333;	
	border-radius: 20px 20px 20px 20px; 
	padding-top: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;	

}

.Applausi {
	color: #3C763D;
}
.Applausi button {
	/*font-size: small;*/
	border: 1px solid #3C763D;
	background-color: #DFF0D8;
	/*color: #224023;*/
	border-radius: 50px 50px 50px 50px; 
	box-shadow: 5px 5px 5px #888888;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.NotaMailingList {
	font-size: x-small;
	font-weight: bold;
	text-align: justify;
	border: 1px dashed #3C763D;
	background-color: #FFFFFF;
	color: #000000;
	border-radius: 0px 0px 10px 10px; 
	box-shadow: 5px 5px 5px #888888;
	padding: 0.5em;
}
.NotaMailingList a {
	color: #FF0000;
	text-decoration: underline;
}

.ButtonOvale {
	font-size: xx-small;
	border: 1px solid #3C763D;
	background-color: #DFF0D8;
	color: #224023;
	border-radius: 0.9em;
	box-shadow: 5px 5px 5px #888888;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;	
}
.ButtonQuadro {
	font-size: xx-small;
	border: 1px solid #3C763D;
	background-color: #DFF0D8;
	color: #224023;
	transform: skewY(10deg); 
	box-shadow: 5px 5px 5px #888888;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;	
}
.ButtonOvale:hover, .ButtonQuadro:hover {
  background-color: #c3dcbd; 
  color:#3C763D;
}
.ButtonOvale:active, .ButtonQuadro:active {
  background-color: #DFF0D8; 
  color:#3C763D;
}
.ButtonOvale:disabled, .ButtonQuadro:disabled {
	background-color: #dedede;
	color: #72776A;
	border: none;
	box-shadow: 2px 2px 5px #888888;
}

.Cerchio {
 border-radius: 50% 50% 50% 50%;
}

.VB-quote {
	color: #000000;
	background-color: #F4EFEA;
	border: 1px solid #000000;
	padding: 0.5em;
}
.VB-code {
	color: #000000;
	background-color: #DFFFEF;
	border: 1px solid #000000;
	padding: 0.5em;
}
.VB-img {
	max-width: 15em;
	max-height: 15em;
}

.Stondato {
	border-radius: 20px 20px 20px 20px;
}



#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 0.5em;
	right: 0.5em;
	overflow: hidden;
	border: none;
	text-indent: 100%;
	background: url(/images/top-arrow.png) no-repeat;
	width: 45px;
	height: 36px;
	z-index: 100;
}
#toTop:active {
	background: url(/images/top-arrow-hover.png) no-repeat;
}

#toShare {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 0em;
	left: 0em;
	right: 0em;
	overflow: hidden;
	border: none;
	z-index: 100;
}

.Cliccabile {
	cursor: pointer;
	/*
	background-image: url(/images/touch.png);
	background-repeat: no-repeat;
	background-position: right top;
	*/
}

.ButtonFB, .ButtonMail  {
	font-size: 1em;
	background-color: #4267B2;
	color: #FFFF00;
	border-radius: 4px 4px 4px 4px;
	padding-top: 0.15em;
	padding-bottom: 0.6em;
	padding-left: 1em;
	padding-right: 1em;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.ButtonFB {
	text-transform: capitalize;
}
.Touch {
	/* nulla */
}

@media(max-width:768px){
.Touch {
	background-image: url(/images/touch.png);
	background-repeat: no-repeat;
	background-position: right 0.5em;
	/*background-position: right top;*/
}
}

.AllertaSisma {
	position: absolute;
	top: 5em; 
	right: 0.2em;
	height: 8.5em;
	width: 7em;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	border-radius: 10px 0px 20px 30px;
	box-shadow: 5px 5px 5px #888888;
	cursor: pointer;
	z-index: 200;
	padding-top: 0.3em;
	
	background-color:#FFFF01;
	border: 2px solid #FE0000;
	color: #FF0001;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.AllertaSisma span {
	color: #FF0001;
	font-weight: bold;
	font-size: 1.5em;
}

.AllertaMeteoR {
	background-color: #FE0000;
	border: 2px solid #FFFF01;
	color: #FFFFFF;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.AllertaMeteoR span {
	color: #FFFF01;
	font-weight: bold;
	font-size: 1.1em;
}

.AllertaMeteoA {
	background-color:#F59331;
	border: 2px solid #FFFF01;
	color: #FFFFFF;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.AllertaMeteoA span {
	color: #39FF14;
	font-weight: bold;
	font-size: 1.1em;
}

.AllertaMeteoG {
	background-color:#FFFF01;
	border: 2px solid #FE0000;
	color: #000000;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.AllertaMeteoG span {
	color: #FF007F;
	font-weight: bold;
	font-size: 1.1em;
}

.AllertaMeteoG, .AllertaMeteoA, .AllertaMeteoR {
	position: absolute;
	top: 5em; 
	left: 0.2em;
	height: 5em;
	width: 11em;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	border-radius: 0px 10px 20px 30px;
	box-shadow: 5px 5px 5px #888888;
	cursor: pointer;
	z-index: 200;
	padding-top: 0.3em;
}

.alert-default {
	color: #999999;
	background-color: #efefef;
	border: 1px solid #e3e3e3;
}


.HomeServizi {
	/*width: 100%;*/
	max-height: 150px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 5px 5px 5px #888888;
}

.HomeLavoroLeft {
	max-height: 150px;
	border-radius: 10px 0px 0px 10px;
	box-shadow: 5px 5px 5px #888888;
}
.HomeLavoroRight {
	max-height: 150px;
	border-radius: 0px 10px 10px 0px;
	box-shadow: 5px 5px 5px #888888;
}


.Blink {
  animation:1s blinker linear infinite;
  -webkit-animation:1s blinker linear infinite;
  -moz-animation:1s blinker linear infinite;
}




@-moz-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
@-webkit-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
@keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}



@media (min-width: 640px){
	.AllertaMeteoG, .AllertaMeteoA, .AllertaMeteoR {
		//top:5em;
	}
}

@media (min-width: 768px){
	.AllertaMeteoG, .AllertaMeteoA, .AllertaMeteoR {
		//top:7em;
	}
}

@media (min-width: 1024px){
	.AllertaMeteoG, .AllertaMeteoA, .AllertaMeteoR {
		//top:8em;
	}
}
