@font-face {
    font-family: 'MeteoconsRegular';
    src: url('modules/mod_giweather/tmpl/css/meteocons_font/meteocons-webfont.eot');
    src: url('modules/mod_giweather/tmpl/css/meteocons_font/meteocons-webfont.eot?#iefix') format('embedded-opentype'),
         url('modules/mod_giweather/tmpl/css/meteocons_font/meteocons-webfont.woff') format('woff'),
         url('modules/mod_giweather/tmpl/css/meteocons_font/meteocons-webfont.ttf') format('truetype'),
         url('modules/mod_giweather/tmpl/css/meteocons_font/meteocons-webfont.svg#MeteoconsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

i[class^="meteocons-"] {
	display: block;
	font-family: 'MeteoconsRegular';
	font-style: normal;
}

i[class^="meteocons-"].size-128 {
	font-size: 128px;
	line-height: 128px
}
i[class^="meteocons-"].size-64 {
	font-size: 64px;
	line-height: 64px;
}
i[class^="meteocons-"].size-32 {
	font-size: 32px;
	line-height: 32px;
}

.meteocons-chance_of_rain_night:before { content: "7"; }
.meteocons-chance_of_rain:before { content: "Q"; }
.meteocons-chance_of_snow_night:before { content: '"'; }
.meteocons-chance_of_snow:before { content: 'U'; }
.meteocons-chance_of_storm_night:before { content: '6'; }
.meteocons-chance_of_storm:before { content: 'O'; }
.meteocons-cloudly:before { content: 'Y'; }
.meteocons-cloudy:before { content: 'N'; }
.meteocons-dusty:before { content: 'E'; }
.meteocons-flurries:before { content: 'V'; }
.meteocons-foggy_night:before { content: 'K'; }
.meteocons-foggy:before { content: 'J'; }
.meteocons-hazy_night:before { content: 'K'; }
.meteocons-hazy:before { content: 'L'; }
.meteocons-icy:before { content: "'"; }
.meteocons-mist_night:before { content: 'K'; }
.meteocons-mist:before { content: 'A'; }
.meteocons-mostly_cloudy_night:before { content: '4'; }
.meteocons-mostly_cloudy:before { content: '3'; }
.meteocons-other:before { content: ')'; }
.meteocons-partly_cloudy_night:before { content: 'I'; }
.meteocons-partly_cloudy:before { content: 'H'; }
.meteocons-rain_and_snow:before { content: 'X'; }
.meteocons-rain:before { content: 'R'; }
.meteocons-showers_night:before { content: '$'; }
.meteocons-showers:before { content: 'X'; }
.meteocons-sleet:before { content: 'X'; }
.meteocons-smoke_night:before { content: 'K'; }
.meteocons-smoke:before { content: 'M'; }
.meteocons-snow:before { content: 'W'; }
.meteocons-storm:before { content: 'Z'; }
.meteocons-sunny_night:before { content: "C"; }
.meteocons-sunny:before { content: "B"; }
.meteocons-thunderstorm:before { content: "0"; }

/**
 * @author     Garda Informatica <info@gardainformatica.it>
 * @copyright  Copyright (C) 2015 Garda Informatica. All rights reserved.
 * @license    http://www.gnu.org/licenses/gpl-3.0.html  GNU General Public License version 3
 * @package    giWeather Joomla Extension
 * @link       http://www.gardainformatica.it
 */


/*
.giweather{
	width: 38%;
}
*/

/* reset */

.giweather div, .giweather span, .giweather a, .giweather img{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	line-height: 1;
    outline:0;
    background:transparent;	
	max-width: none;
	max-height: none;
}

/* end reset */


.giweather .giw-fc-full-img,.giweather .giw-fc-thumb-humidity-val,.giweather .giw-fc-thumb-pressure-val,.giweather .giw-fc-thumb-wind-val{
	display:none;
}

.giweather .giw-loading{
	background: url("media/giweather/images/ajax-loader.gif") no-repeat scroll 50% 50%; 
	min-height: 66px;
}


.giweather .giw-fc-current-city{
	font-size:x-large;
	font-weight:lighter;
	text-align: left;
}



.giweather .giw-fc-current-date, .giweather .giw-fc-current-desc{
	font-size:medium;
	font-weight:lighter;
	text-align: left;
	
}


.giweather .giw-fc-current-right{
	float: right;
	min-width: 50%;
	padding-left: 5px;
	line-height: 22px;
	padding-top: 2px;
}

.giweather .giw-fc-current-text{
	font-size: medium;
	font-weight: lighter;
	line-height: 22px;	
	text-align: left;
}


.giweather .giweather-widget{
	font-family: arial,sans-serif;
	
	padding: 20px 20px 24px;
	position: relative;
	font-size: small;
	font-family: arial,sans-serif;
	
	
}



.giweather .giw-fc-current-icon{
	float:left;
	height:64px;
	width:64px;
	font-size: 12px;
	position: relative;
	max-width:none;
	max-height:none;
	
}
.giweather .giw-fc-current-icon > span{
	position: absolute;
	left: 0;
	top: -5px;
}

.giweather .giw-fc-current-temp{
	float:left;
	padding-left:10px;
}

.giweather .giw-btn {
	display:inline-block;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: default;
	font-family: arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	min-width: 67px;
	padding: 0 8px;
	text-align: center;
	-webkit-transition: all 0.218s,visibility 0s;
	transition: all 0.218s,visibility 0s;
	-webkit-user-select: none;
	margin: 0 0 2px 0;
}

.giweather .giw-btns{
	padding: 15px 0 0px;
	text-align: left;
}



.giweather .giw-ts-btns{
	float: left;
	font-size: 16px;
	margin-top: 6px;
	cursor: default;
}

.giweather  .giw-ts-btn{
	cursor: pointer; 
	cursor: hand;
	vertical-align: middle;	
}

.giweather .giw-ts-btn-active{
	cursor: default;
}

.giweather .giw-fc-thumb{
	display: inline-block;
	line-height: 1;
	text-align: center;
	-webkit-transition-duration: 200ms,200ms,200ms;
	-webkit-transition-property: background-image,border,font-weight;
	/*font-weight: 13px;*/
	/*height: 158px;*/
	width: 61px;
	padding-bottom:5px;
	vertical-align: middle;
	border: 1px solid transparent;
}


.giweather .giw-fc-thumb-current {
	-webkit-border-radius: 1px;
	margin: 0;
}


.giweather .giw-fc-thumb-day{
	padding-top: 7px;
	padding-bottom: 3px;
	line-height: 15px;
	font-size: small;
}

.giweather .giw-fc-thumb-temp, .giweather .giw-fc-thumb-wind-speed{
	font-weight: normal;
	line-height: 15px;
	font-size: 13px;
}

.giweather .giw-fc-thumb-list{
	font-family: arial,sans-serif;
	cursor: pointer; 
	cursor: hand; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 600px; 
	overflow: hidden;
}



.giweather .giw-fc-thumb-img,.giweather .giw-fc-thumb-windimg{
	margin:1px 6px 0;
	height:48px;
	width:48px;
	max-width:none;
	max-height:none;


	-webkit-user-select: none;
	-webkit-user-drag: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	touch-action: none;

	position: relative;
	font-size: 8px;
	display:block;
	
}

.giweather .giw-fc-thumb-img > span,.giweather .giw-fc-thumb-windimg > span{
	position: absolute;
	left:0;
	top:0;
}



.giweather .giw-fc-wind{
	width:66px;

	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
	-webkit-flex-pack: justify;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	text-align: center;
	

}

.giweather .giw-fc-thumb-temp-hist{
	height:67px;position:relative;
}
.giweather .giw-fc-thumb-temp-hist-bar{
	position:absolute; 
	bottom:0; 
	left:0; 
	right:0;
}


.giweather .giw-fc-thumb-list.animate {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.giweather .giw-fc-current-temp-val{
	font-size:64px;
	float: left;
}

.giweather .giw-fc-current-main{
	font: 16px arial,helvetica,sans-serif;
	padding: 20px 0 0;
}

.giweather .giw-fc-thumb-list-pane{
	position: relative;
	width: 100%;
	height: 170px;
	margin-top: 9px;
}

.giweather .giw-fc-thumb-list-container{
	position: absolute;
	left:28px;
	right:28px;
	top:0px;
	bottom:0px;
	overflow: hidden;
}

.giweather .giw-copyright{
	padding: 6px 20px 0;
	font-size: 9px;
	font-family: arial,sans-serif;
}

.giweather.dark .giweather-widget{
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);

	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
}
.giweather.light .giweather-widget{
	color: #222;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
}


.giweather.dark .giw-fc-current-date, .giweather.dark .giw-fc-current-desc, .giweather.dark .giw-fc-current-city, .giweather.dark .giw-fc-current-text, .giweather.dark .giw-fc-thumb-temp, .giweather.dark .giw-fc-thumb-wind-speed, .giweather.dark .giw-fc-thumb-perc-temp{
	color: #f5f5f5;
}

.giweather.light .giw-fc-current-date, .giweather.light .giw-fc-current-desc, .giweather.light .giw-fc-current-city, .giweather.light .giw-fc-current-text, .giweather.light .giw-fc-thumb-temp, .giweather.light .giw-fc-thumb-wind-speed, .giweather.light .giw-fc-thumb-perc-temp{
	color: #878787;
}

.giweather  .giw-ts-btn, .giweather .giw-ts-btns{
	color: rgba(0,0,0,0.2);/* va bene sia per chiaro che per scuro*/
}

.giweather.dark .giw-ts-btn-active{
	color: #f5f5f5;
}

.giweather.light .giw-ts-btn-active{
	color: #878787;
}

.giweather.dark .giw-fc-thumb-day, .giweather.dark .giw-fc-thumb-act-temp, .giweather.dark .giw-copyright{
	color: #dcdcdc;
}

.giweather.light .giw-fc-thumb-day, .giweather.light .giw-fc-thumb-act-temp, .giweather.light .giw-copyright{
	color: #aaaaaa;
}

.giweather.dark .giw-fc-current-temp-val{
	color: #ffffff;
}

.giweather.light .giw-fc-current-temp-val{
	color: #212121;
}

.giweather.dark .giw-fc-thumb-current {
	background-color: rgba(0,0,0,0.03);
	border: 1px solid #e9e9e9;
}

.giweather.light .giw-fc-thumb-current {
	background-color: rgba(0,0,0,0.01);
	border: 1px solid #e9e9e9;
}

.giweather.dark .giw-btn-clicked, .giweather.dark .giw-btn-notclicked:hover{
	color: #eee;
}
.giweather.dark .giw-btn-notclicked {
	color: #bbb;
}

.giweather.light .giw-btn-clicked, .giweather.light .giw-btn-notclicked:hover{
	color: #222;
}
.giweather.light .giw-btn-notclicked {
	color: #444;
}

.giweather.light i[class^="meteocons-"]{
	color: #222;
}
.giweather.dark i[class^="meteocons-"]{
	color: #eee;
}


.giweather.dark .giw-btn-clicked{
	background-color: rgba(17,17,17,0.1);
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(17,17,17,0.1)),to(rgba(31,31,31,0.1)));
	background-image: -webkit-linear-gradient(top,rgba(17,17,17,0.1),rgba(31,31,31,0.1));
	background-image: linear-gradient(top,rgba(17,17,17,0.1),rgba(31,31,31,0.1));
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	border: 1px solid rgba(0,0,0,0.2);
}

.giweather.light .giw-btn-clicked{
	background-color: #eee;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#eee),to(#e0e0e0));
	background-image: -webkit-linear-gradient(top,#eee,#e0e0e0);
	background-image: linear-gradient(top,#eee,#e0e0e0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	border: 1px solid #ccc;
}


.giweather.dark .giw-btn-notclicked:hover {
	background-color: rgba(7,7,7,0.1);
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(7,7,7,0.1)),to(rgba(14,14,14,0.1)));
	background-image: -webkit-linear-gradient(top,rgba(7,7,7,0.1),rgba(14,14,14,0.1));
	background-image: linear-gradient(top,rgba(7,7,7,0.1),rgba(14,14,14,0.1));
	border: 1px solid rgba(0,0,0,0.22);
}

.giweather.light .giw-btn-notclicked:hover {
	background-color: #f8f8f8;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
	background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
	border: 1px solid #c6c6c6;
}


.giweather.dark .giw-btn-notclicked {
	background-color: rgba(10,10,10,0.1);
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(10,10,10,0.1)),to(rgba(14,14,14,0.1)));
	background-image: -webkit-linear-gradient(top,rgba(10,10,10,0.1),rgba(14,14,14,0.1));
	background-image: linear-gradient(top,rgba(10,10,10,0.1),rgba(14,14,14,0.1));
	border: 1px solid rgba(0,0,0,0.1);
}

.giweather.light .giw-btn-notclicked {
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
	background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
	border: 1px solid rgba(0,0,0,0.1);
}


.giweather.dark .giw-fc-thumb-temp-hist-bar{
	border-top: 2px solid rgba(255, 199, 0, 0.9); 
	background-color: rgba(255, 219, 85, 0.3); 
}

.giweather.light .giw-fc-thumb-temp-hist-bar{
	border-top: 2px solid rgba(255, 204, 0, 1); 
	background-color: rgba(255, 204, 0, 0.2); 
}



/* skin */

/* jssor slider arrow Navigator Skin 04 css */
/*
.giweather .jssora04l              (normal)
.giweather .jssora04r              (normal)
.giweather .jssora04l:hover        (normal mouseover)
.giweather .jssora04r:hover        (normal mouseover)
.giweather .jssora04ldn            (mousedown)
.giweather .jssora04rdn            (mousedown)
*/
.giweather .jssora04l, .giweather .jssora04r, .giweather .jssora04ldn, .giweather .jssora04rdn
{
	position: absolute;
	cursor: pointer;
	display: block;
	background: url(media/giweather/images/a04.png) no-repeat;
	overflow:hidden;
}
.giweather .jssora04l { background-position: -16px -39px; }
.giweather .jssora04r { background-position: -76px -39px; }
.giweather .jssora04l:hover { background-position: -136px -39px; }
.giweather .jssora04r:hover { background-position: -196px -39px; }
.giweather .jssora04ldn { background-position: -256px -39px; }
.giweather .jssora04rdn { background-position: -316px -39px; }



/* icon font */
@font-face {
  font-family: "iconvault";
  src: url("modules/mod_giweather/tmpl/css/iconvault_forecastfont.eot");
  src: url("modules/mod_giweather/tmpl/css/iconvault_forecastfont.eot?#iefix") format("embedded-opentype"),
       url("modules/mod_giweather/tmpl/css/iconvault_forecastfont.woff") format("woff"),
       url("modules/mod_giweather/tmpl/css/iconvault_forecastfont.ttf") format("truetype"),
       url("modules/mod_giweather/tmpl/css/iconvault_forecastfont.svg#iconvault") format("svg");
  font-weight: normal;
  font-style: normal;
}	
	
	
	

.giweather [class^="giw-icon-"],
.giweather [class*=" giw-icon-"] {
  font-family: 'iconvault';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 6em;

}


/* -----BaseCloud----- */

	.giweather .giw-basecloud:before  {
	font-family: 'iconvault';
	font-size:6em;
	content: '\f105';
	position:absolute;
	color:rgb(204, 204, 204);
	}

	.giweather .giw-basecloudy:before  {
	font-family: 'iconvault';
	font-size:6em;
	content: '\f106';
	position:absolute;
	color:rgb(204, 204, 204);
	}
	

	
/* -----windyraincloud----- */

	.giweather .giw-windyraincloud:before  {
	font-family: 'iconvault';
	font-size:6em;
	content: '\f111';
	position:absolute;
	color:rgb(204, 204, 204);
	}
	
/* -----Windysnowcloud----- */

	.giweather .giw-windysnowcloud:before  {
	font-family: 'iconvault';
	font-size:6em;
	content: '\f109';
	position:absolute;
	color:rgb(204, 204, 204);
	}

/* -----Basethundercloud----- */

	.giweather .giw-basethundercloud:before  {
	font-family: 'iconvault';
	font-size:6em;
	content: '\f105';
	position:absolute;
	color:#000;

	}


/* -----Thunder----- */

	.giweather .giw-icon-thunder::before  {
	content: "\f114";
	position:absolute;
	color:rgb(255, 165, 0);
	}

/* -----Sunny----- */

	.giweather .giw-icon-sunny::after {
	content: "\f101";
	color:rgb(255, 165, 0);
	position: absolute;
	}


/* -----Drizzle----- */

	.giweather .giw-icon-drizzle::before  {
	content: "\f10a";
	color: #82b2e4;
	position: absolute;
}

/* -----Hail----- */

	.giweather .giw-icon-hail::before {
	content: "\f10f";
	position:absolute;
	color:rgb(204, 204, 204);}

/* -----Showers----- */

	.giweather .giw-icon-showers::before  {
	content: "\f104";
	position:absolute;
	color:#82b2e4;
}

/* -----Rainy----- */

	.giweather .giw-icon-rainy::before {
	content: "\f107";
	position:absolute;
	color:#4681c3;
	}

/* -----Snowy----- */

	.giweather .giw-icon-snowy::before  {
	content: "\f10b";
	position:absolute;
	color:#acd3f3;
	}

/* -----Frosty----- */

	.giweather .giw-icon-frosty::before {
	content: "\f102";
	position:absolute;
	color:#85d8f7;
	}

/* -----Windy----- */

	.giweather .giw-icon-windy::before  {
	content: "\f115";
	position:absolute;
	color:rgb(204, 204, 204);
	}

/* -----WindyRain----- */

	.giweather .giw-icon-windyrain::before {
	content: "\f10e";
	position:absolute;
	color:#acd3f3;
	}

/* -----WindySnow----- */

	.giweather .giw-icon-windysnow::before {
	content: "\f103";
	position:absolute;
	color:#acd3f3;
	}

/* -----Sleet----- */

	.giweather .giw-icon-sleet::before  {
	content: "\f10c";
	position:absolute;
	color:#acd3f3;
	}

/* -----Moon----- */

	.giweather .giw-icon-moon::after {
	content: "\f10d";
	color:rgb(255, 165, 0);
	position: absolute;
	}

/* -----Night----- */

	.giweather .giw-icon-night::after {
	content: "\f100";
	position:absolute;
	color:rgb(255, 165, 0);
	}


/* -----Sun----- */

	.giweather .giw-icon-sun::after {
	content: "\f113";
	color:rgb(255, 165, 0);
	position: absolute;
	}

/* -----Cloud----- */

	.giweather .giw-icon-cloud::after {
	content: "\f106";
	color:rgb(204, 204, 204);
	position: absolute;
	}


/* -----Sunrise----- */

	.giweather .giw-icon-sunrise:before  {
	content: '\f112';
	color:rgb(255, 165, 0);
	position: absolute;
	}

/* -----Sunset----- */

	.giweather .giw-icon-sunset:before  {
	content: '\f110';
	color:#f96f23;
	position: absolute;
	}

/* -----Mist----- */

	.giweather .giw-icon-mist:before  {
	content: '\f108';
	color:rgb(204, 204, 204);
	position: absolute;
	}
	
	
/* --- Yahoo --- */

.giweather .giw-fc-thumb-img.giw-is-yahoo{
	height:48px;
	width:67px;
	margin-top:0px;
	margin-left:11px;
}

.giweather .giw-fc-current-icon.giw-is-yahoo{
	height:90px;
	width:125px;
	margin-right:-46px;
	margin-bottom:-27px;
}


/*===================== font size ================ */

/* === small === */

/*London GB*/
.giweather.giw-small .giw-fc-current-city{
	font-size:large;
}
/*Lu, 28 3:00, few clouds*/
.giweather.giw-small .giw-fc-current-date, .giweather.giw-small .giw-fc-current-desc{
	font-size:small;
}
/*Umidità pressione vendto*/
.giweather.giw-small .giw-fc-current-text{
	font-size: small;
	line-height: 18px;	
}

/* icona principale (influisce se è un font? ) */
.giweather.giw-small .giw-fc-current-icon{
	font-size: 8px;
}
/* temperatura in grande */
.giweather.giw-small .giw-fc-current-temp-val{
	font-size:40px;
}

/* Bottone temperatura, vento */
/*
.giweather.giw-small .giw-btn {
	font-size: 7px;
}
*/

/* Bottoni °C e °F */
/*
.giweather.giw-small .giw-ts-btns{
	font-size: 16px;
}
*/

/* date sui thumb */
.giweather.giw-small .giw-fc-thumb-day{
	line-height: 12px;
	font-size: x-small;
}
/* temp e wind sui thumb */
.giweather.giw-small .giw-fc-thumb-temp, .giweather.giw-small .giw-fc-thumb-wind-speed{
	line-height: 12px;
	font-size: 10px;
}
/* icona sui thumb, forse ha senso solo se è un font */
.giweather.giw-small .giw-fc-thumb-img,.giweather.giw-small .giw-fc-thumb-windimg{
	font-size: 6px;
	margin: 1px 6px 0;
	height: 40px;
	width: 40px;
}

.giweather.giw-small .giw-fc-current-icon{
	height:45px;
	width:45px;
}
.giweather.giw-small .giw-fc-thumb {
	width: 51px;
}


/* === large === */


/*London GB*/
.giweather.giw-large .giw-fc-current-city{
	font-size:xx-large;
}
/*Lu, 28 3:00, few clouds*/
.giweather.giw-large .giw-fc-current-date, .giweather.giw-large .giw-fc-current-desc{
	font-size:large;
}
/*Umidità pressione vendto*/
.giweather.giw-large .giw-fc-current-text{
	font-size: large;
	line-height: 26px;	
}

/* icona principale (influisce se è un font? ) */
.giweather.giw-large .giw-fc-current-icon{
	font-size: 16px;
}
/* temperatura in grande */
.giweather.giw-large .giw-fc-current-temp-val{
	font-size:80px;
}

/* Bottone temperatura, vento */

.giweather.giw-large .giw-btn {
	font-size: 16px;
}


/* Bottoni °C e °F */
.giweather.giw-large .giw-ts-btns{
	font-size: 24px;
}

/* date sui thumb */
.giweather.giw-large .giw-fc-thumb-day{
	line-height: 22px;
	font-size: medium;
}
/* temp e wind sui thumb */
.giweather.giw-large .giw-fc-thumb-temp, .giweather.giw-large .giw-fc-thumb-wind-speed{
	line-height: 22px;
	font-size: 20px;
}
/* icona sui thumb, forse ha senso solo se è un font */
.giweather.giw-large .giw-fc-thumb-img,.giweather.giw-large .giw-fc-thumb-windimg{
	font-size: 10px;
	margin: 1px 14px 0;
	height: 60px;
	width: 60px;
}

.giweather.giw-large .giw-fc-current-icon{
	height:90px;
	width:90px;
}
.giweather.giw-large .giw-fc-thumb {
	width: 90px;
}
/**
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2017 RocketTheme, LLC
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */
/* Layout - Sprocket Strips - Colors */
.sprocket-strips-c-pagination li {background: #000;color: #fff;}
.sprocket-strips-c-arrows .arrow {background: #ccc;color: #222;border-color: #303030;}
.sprocket-strips-c .sprocket-strips-c-image {border-color: #aaa;}
.sprocket-strips-c-block:nth-child(odd) .sprocket-strips-c-item {background: #f0f0f0;}
.sprocket-strips-c-block:nth-child(even) .sprocket-strips-c-item {background: #e0e0e0;}

/* Layout - Sprocket Strips - Core */
.sprocket-strips-c {position: relative;}
.sprocket-strips-c:after {display: table;content: "";*zoom: 1;clear: both;}
.sprocket-strips-c-container {list-style: none !important;overflow: hidden;padding: 0;margin: 0 -1%;}
.sprocket-strips-c-container:before, .sprocket-strips-c-container:after {content: "";display: table;line-height: 0;}

/* Layout - Sprocket Strips - Items */
.sprocket-strips-c-item {-webkit-transition: all 0.2s;-moz-transition: all 0.2s;transition: all 0.2s;-webkit-backface-visibility: hidden;-webkit-transform: translatez(0);}
.sprocket-strips-c-item .sprocket-strips-c-text, .sprocket-strips-c-item .readon {}
.sprocket-strips-c-item:hover .sprocket-strips-c-text, .sprocket-strips-c-item:hover .readon {}
.sprocket-strips-c-extended {position: relative;}
.sprocket-strips-c-extended-info {visibility: hidden;position: absolute;top: 0;left: 0;}
.sprocket-strips-c-item:hover .sprocket-strips-c-extended-info {visibility: visible;}
.sprocket-strips-c-item:hover {margin-top: -35%;padding-bottom: 35%;}
.sprocket-strips-c-image {border-bottom: 5px solid transparent;}
.sprocket-strips-c-title {margin-top: 0;}
.sprocket-strips-c-text {display: block;margin-bottom: 15px;}
.sprocket-strips-c-content {z-index: 2;margin: 0;padding: 15px;position: relative;}
.sprocket-strips-c-readon {display: inline-block;}
.sprocket-strips-c-block {overflow: hidden;display: inline-block;vertical-align: top;margin: 0 -4px 0 0;box-sizing: border-box;-webkit-backface-visibility: hidden;-webkit-transform: translatez(0);}
.cols-1 .sprocket-strips-c-block {width: 100%;}
.cols-2 .sprocket-strips-c-block {width: 50%;}
.cols-3 .sprocket-strips-c-block {width: 33.33%;}
.cols-4 .sprocket-strips-c-block {width: 25%;}
.cols-5 .sprocket-strips-c-block {width: 20%;}
.cols-6 .sprocket-strips-c-block {width: 16.6667%;}
.cols-7 .sprocket-strips-c-block {width: 14.2555%;}
.cols-8 .sprocket-strips-c-block {width: 12.5%;}
.cols-9 .sprocket-strips-c-block {width: 11.11%;}
.cols-10 .sprocket-strips-c-block {width: 10%;}
.cols-11 .sprocket-strips-c-block {width: 9.09%;}
.cols-12 .sprocket-strips-c-block {width: 8.33%;}

@media (min-width: 481px) and (max-width: 767px) {
.sprocket-strips-c-container .sprocket-strips-c-block {width: 50%;}
}

@media (max-width: 480px) {
.sprocket-strips-c-container .sprocket-strips-c-block {width: 100%;float: none;}
}

/* Layout - Sprocket Strips - Navigation */
.sprocket-strips-c-nav {display: table;width: 100%;padding: 5px;}
.sprocket-strips-c-pagination {display: table-cell;vertical-align: middle;}
.sprocket-strips-c-pagination ul {float: left;margin: 0 !important;padding: 0 !important;}
.sprocket-strips-c-pagination li {display: inline-block;padding: 4px !important;opacity: 0.3;border-radius: 1em;cursor: pointer;}
.sprocket-strips-c-pagination li.active {opacity: 1;}
.sprocket-strips-c-pagination li span {display: none;font-size: 0.85em;line-height: 1em;}
.sprocket-strips-c-pagination-hidden {display: none;}
.sprocket-strips-c-arrows {display: table-cell;vertical-align: middle;}
.sprocket-strips-c-arrow ul {float: right;margin: 0 !important;padding: 0 !important;}
.sprocket-strips-c-arrows .arrow {display: block;width: 22px;height:22px;border-radius: 1em;opacity: 0.7;cursor: pointer;float: right;margin-left: 5px;text-align: center;font-size: 2em;position: relative;}
.sprocket-strips-c-arrows .arrow:hover {opacity: 1;}
.sprocket-strips-c-arrows .arrow:before {content: '';width: 0;height: 0;position: absolute;top: 50%;margin-top: -5px;border-top: 5px solid transparent;border-bottom: 5px solid transparent;}
.sprocket-strips-c-arrows .prev:before {left: 50%;margin-left: -3px;border-right: 5px solid;}
.sprocket-strips-c-arrows .next:before {right: 50%;margin-right: -3px;border-left: 5px solid;}

/* Spinner */
.sprocket-strips-c-overlay {display: none;position: absolute;margin-top: -66px;top:50%;left:0;right:0;bottom:0;background-color:transparent;z-index:5;}
.sprocket-strips-c-overlay .css-loader-wrapper {width: 60px;height:60px;margin: 0 auto;padding: 20px;background-color: rgba(0, 0, 0, 0.7);box-shadow:0 0 5px rgba(0, 0, 0, 0.4) inset,1px 1px 1px rgba(255, 255, 255, 0.1);border-radius:1em;}
.sprocket-strips-c.loading .sprocket-strips-c-overlay {display: block;}
.sprocket-strips-c-overlay .css-loader {display: block;margin: 0 auto;font-size: 10px;position: relative;text-indent: -9999em;border-top: 8px solid rgba(255, 255, 255, 0.2);border-right: 8px solid rgba(255, 255, 255, 0.2);border-bottom: 8px solid rgba(255, 255, 255, 0.2);border-left: 8px solid #ffffff;-webkit-animation: loader 1.1s infinite linear;animation: loader 1.1s infinite linear;}
.sprocket-strips-c-overlay .css-loader {border-radius: 50%;width: 44px;height: 44px;}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Plain */
.plain .sprocket-strips-c-item  {padding: 0;margin: 0;}
.plain .sprocket-strips-c-extended-info {visibility: visible;position: relative;}div.mod-languages ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
div.mod-languages li {
	margin-left: 5px;
	margin-right: 5px;
}

div.mod-languages ul.lang-inline li {
	display:inline;
}

div.mod-languages ul.lang-block li {
	display:block;
}

div.mod-languages img {
	border:none;
}

div.mod-languages a {
	text-decoration: none;
}/* For img in the map remove borders, shadow, no margin and no max-width
*/
.map img, .svPanel img {
    border: 0px;
    box-shadow: none;
    margin: 0px !important;
    padding: 0px !important;
    max-width: none !important;
    background: none !important;
}

/* Make sure the directions are below the map
*/
.directions {
    clear: left;
}

.adp-directions {
    width: 100%;
}

/* Solve problems in chrome with the show of the direction steps in full width
*/
.adp-placemark {
    width : 100%;
}

/* Padding for image overlay
*/
.controlDiv {
    padding : 5px;
}

/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
z-index:999;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #DDD;
z-index:1000;
}

div#mb_center {
background-color: #FFF;
z-index:1000;
}

div#mb_contents {
width: 400px;
height: 400px;
z-index:1000;
border: 10px solid #DDD;
overflow: auto;
background-color: #FFF;
visibility: hidden;
}

.mb_loading {
background: #DDD url(media/plugin_googlemap3/site/moodalbox/img/loading.gif) no-repeat center center;
z-index:1000;
}

#mb_error {
z-index:1000;
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
z-index:1000;
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #DDD;
border-top-style: none;
}

a#mb_close_link {
z-index:1000;
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(media/plugin_googlemap3/site/moodalbox/img/closelabel.gif) no-repeat center;
margin: 5px 0;
}

div#mb_caption {
z-index:1000;
margin-right: 71px;
}