@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;
}
/*@group Notification box */
.xtypo-alert,
.xtypo_info,
.xtypo_warning,
.xtypo_sticky,
.xtypo_feed,
.xtypo_download {
	display: block;
	padding: 0.5em 1em 0.5em 40px;
	box-shadow: 0 0  3px #ccc;
	border-radius: 3px;
	margin: 20px 0;
}
.xtypo-alert .iconxt-alert,
.xtypo_info .iconxt-info,
.xtypo_warning .iconxt-warning,
.xtypo_sticky .iconxt-sticky,
.xtypo_feed .iconxt-feed,
.xtypo_download .iconxt-download {
	margin: 2px 0 0 -30px!important;
}


.xtypo-alert {
	background: url(plugins/content/xtypo/themes/default/assets/shadow.png) repeat-x bottom #F5FD98;
	border: 1px solid #fcdc5e;
	color: #99666A;
	text-shadow: 0 1px 0 #fff;
}
	.xtypo-alert .iconxt-alert {
		background: url(plugins/content/xtypo/themes/default/assets/sprites.png) no-repeat 0px 0px;
		display: block;
		width: 16px;
		height: 16px;
		display: block;
		float: left;
	}
.xtypo_info {
	background: url(plugins/content/xtypo/themes/default/assets/shadow.png) repeat-x bottom #B5D4FE;
	border: 1px solid #9dc5fb;
	color: #0254b0;
	text-shadow: 0 1px 0 #fff;
}
	.xtypo_info .iconxt-info {
		background: url(plugins/content/xtypo/themes/default/assets/sprites.png) no-repeat -18px -18px;
		display: block;
		width: 16px;
		height: 16px;
		display: block;
		float: left;
		
	}
.xtypo_warning {
	background: url(plugins/content/xtypo/themes/default/assets/shadow.png) repeat-x bottom #fd7174;
	border: 1px solid #fd7174;
	color: #fff;
	text-shadow: 0 -1px 0 #851616;
}
	.xtypo_warning .iconxt-warning {
		background: url(plugins/content/xtypo/themes/default/assets/sprites.png) no-repeat -36px -18px;
		display: block;
		width: 16px;
		height: 16px;
		display: block;
		float: left;
		
	}
.xtypo_sticky {
	background: url(plugins/content/xtypo/themes/default/assets/shadow.png) repeat-x bottom #a6a7ab;
	border: 1px solid #9e9ea0;
	color: #fff;
	text-shadow: 0 -1px 0 #666;
}
	.xtypo_sticky .iconxt-sticky {
		background: url(plugins/content/xtypo/themes/default/assets/sprites.png) no-repeat -36px 0px;
		display: block;
		width: 16px;
		height: 16px;
		display: block;
		float: left;
		
	}
.xtypo_feed {
	background: url(plugins/content/xtypo/themes/default/assets/shadow.png) repeat-x bottom #f9b954;
	border: 1px solid #f1b352;
	color: #fff;
	text-shadow: 0 -1px 0 #bf750c;
	
}
	.xtypo_feed .iconxt-feed {
		background: url(plugins/content/xtypo/themes/default/assets/sprites.png) no-repeat 0px -18px;
		display: block;
		width: 16px;
		height: 16px;
		display: block;
		float: left;
		
	}
.xtypo_download {
	background: url(plugins/content/xtypo/themes/default/assets/shadow.png) repeat-x bottom #3af354;
	border: 1px solid #36e44e;
	color: #fff;
	text-shadow: 0 -1px 0 #048104;
}
	.xtypo_download .iconxt-download {
		background: url(plugins/content/xtypo/themes/default/assets/sprites.png) no-repeat -18px 0px;
		display: block;
		width: 16px;
		height: 16px;
		display: block;
		float: left;
		margin:2px 10px 0 0;
		
	}
/*@end */

/*@group Blockquote */
.xtypo_quote,
.xtypo_quote_left,
.xtypo_quote_right {
	background: url(plugins/content/xtypo/themes/default/assets/quote.png) #f5f5f5 no-repeat 20px 20px;
	font-size: 1.5em;
	font-style: italic;
	color: #666;
	font-family: Georgia,serif;
	border-radius: 10px;
	text-shadow: 0 1px 0 #fff;
}
	.xtypo_quote small,
	.xtypo_quote_left small,
	.xtypo_quote_right small{
		font-size: 90%;
		display: block;
		margin: 10px 0;
	}
.xtypo_quote {
	margin: 20px 0;
}
	.xtypo_quote p {
		padding: 20px 20px 20px 60px;
	}
	.xtypo_quote small:before {content: '\2014 \00A0';}
	.xtypo_quote small { color: #999; display: block; line-height:20px;}
	small { font-size: 85%; }
.xtypo_quote_left {
	float: left;
	width: 50%;
	margin: 20px 20px 20px 0;

}
	.xtypo_quote_left p {
		padding: 20px 20px 20px 60px;
	}
.xtypo_quote_right {
	float: right;
	width: 50%;
	margin: 20px 0 20px 20px;
}
	.xtypo_quote_right p {
		padding: 20px 20px 20px 60px;
	}
/*@end */

/*@group Button */
.xtypo_button1,
.xtypo_button2,
.xtypo_button3 {
	display: inline-block!important;
	margin-right: 0.5em;
}
.xtypo_button1 a ,
.xtypo_button2 a ,
.xtypo_button3 a  {
	display: inline-block;
	padding:  5px 10px;
	border-radius: 3px;
	text-decoration: none!important;
	margin: 10px 0!important;
}
.xtypo_button1 a {
	background: url(plugins/content/xtypo/themes/default/assets/shadow.png) repeat-x bottom #0b9aec;
	color: #fff!important;	
	box-shadow: 0 0  3px #ccc;
	text-shadow: 0 -1px 0 #107cdc;	

}
	.xtypo_button1 a:hover {
		color: #fff!important;
		background: #333!important;
		text-shadow: 0 -1px 0 #000;
	}
.xtypo_button2 a {
	background: url(plugins/content/xtypo/themes/default/assets/shadow.png) repeat-x bottom #f0f0f0;
	color: #666!important;	
	box-shadow: 0 0 3px #ccc;
	text-shadow: 0 1px 0 #fff;	

}
	.xtypo_button2 a:hover {
		color: #fff!important;
		background: #333!important;
		text-shadow: 0 -1px 0 #000;
	}
.xtypo_button3 a {
	background: url(plugins/content/xtypo/themes/default/assets/shadow.png) repeat-x bottom #f00;
	color: #fff!important;	
	box-shadow: 0 0  3px #ccc;
	text-shadow: 0 -1px 0 #107cdc;	

}
	.xtypo_button3 a:hover {
		color: #fff!important;
		background: #333!important;
		text-shadow: 0 -1px 0 #000;
	}
/*@end */

/*@group Rounded Box */
.xtypo_rounded1,
.xtypo_rounded1_left,
.xtypo_rounded1_right {
	background: url(plugins/content/xtypo/themes/default/assets/shadow.png) repeat-x bottom #ddd;
	display: block;
	padding: 1em 1.5em;
	box-shadow: 0 0 5px #ccc;
	border-radius: 3px;
	color: #666;
	text-shadow: 0 1px 0 #eee;
	margin: 10px 0;
}
.xtypo_rounded1_left {
	width: 50%;
	float: left;
	margin: 20px 20px 20px 0;
}
.xtypo_rounded1_right {
	width: 50%;
	float: right;
	margin: 20px 0 20px 20px;
}
.xtypo_rounded2 ,
.xtypo_rounded2_left,
.xtypo_rounded2_right {
	background: url(plugins/content/xtypo/themes/default/assets/shadow.png) repeat-x bottom #fff;
	display: block;
	padding: 1em 1.5em;
	box-shadow: 0 0 5px #ddd;
	border-radius: 3px;
	color: #666;
	margin: 10px 0;
}
.xtypo_rounded2_left {
	width: 50%;
	float: left;
	margin: 20px 20px 20px 0;
}
.xtypo_rounded2_right {
	width: 50%;
	float: right;
	margin: 20px 0 20px 20px;
}
.xtypo_rounded3,
.xtypo_rounded3_left,
.xtypo_rounded3_right {
	background: url(plugins/content/xtypo/themes/default/assets/shadow.png) repeat-x bottom #67b8f7;
	display: block;
	padding: 1em 1.5em;
	box-shadow: 0 0 5px #ccc;
	border-radius: 3px;
	color: #fff;
	margin: 10px 0;
	text-shadow: 0 -1px 0 #4e90c2;
}
.xtypo_rounded3_left {
	width: 50%;
	float: left;
	margin: 20px 20px 20px 0;
}
.xtypo_rounded3_right {
	width: 50%;
	float: right;
	margin: 20px 0 20px 20px;
}
.xtypo_rounded4,
.xtypo_rounded4_left,
.xtypo_rounded4_right {
	background: url(plugins/content/xtypo/themes/default/assets/shadow.png) repeat-x bottom #f47553;
	display: block;
	padding: 1em 1.5em;
	box-shadow: 0 0 5px #ccc;
	border-radius: 3px;
	color: #fff;
	margin: 10px 0;
	text-shadow: 0 -1px 0 #c6593c;
}
.xtypo_rounded4_left {
	width: 50%;
	float: left;
	margin: 20px 20px 20px 0;
}
.xtypo_rounded4_right {
	width: 50%;
	float: right;
	margin: 20px 0 20px 20px;
}
/*@end */

/*@group List */
.xtypo_list ul,
.xtypo_list_left ul,
.xtypo_list_right ul{
	background-color: #fff;
	    background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #f2f2f2 5%, transparent 5%, transparent 100%);
	    background-image: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 5%, transparent 5%, transparent 100%);
	    background-image: -0-linear-gradient(top, #f2f2f2 0%, #f2f2f2 5%, transparent 5%, transparent 100%);
	    background-image:  linear-gradient(top, #f2f2f2 0%, #f2f2f2 5%, transparent 5%, transparent 100%);
	    background-size: 1px 23px;
	    margin: 20px auto;
	    position: relative;
	    padding: 20px;
	
}

	.xtypo_list ul:after,
	.xtypo_list_left ul:after,
	.xtypo_list_right ul:after {
	    border-left: 1px solid rgba(238, 238, 238, 1);
	    border-right: 1px solid rgba(238, 238, 238, 1);
	    bottom: 0;
	    content: '';
	    left: 40px;
	    position: absolute;
	    top: 0;
	    width: 2px;
	}
		.xtypo_list ul li,
		.xtypo_list_left ul li,
		.xtypo_list_right ul li {
			list-style: none!important;
			padding: 5px 0!important;
			margin-left: 40px!important;
		}
		.xtypo_list ul li:before,
		.xtypo_list_left ul li:before,
		.xtypo_list_right ul li:before {
			background: url(plugins/content/xtypo/themes/default/assets/sprites.png) no-repeat 0px -36px;;
			display: block;
			width: 16px;
			height: 16px;
			display: block;
			content: "";
			position: absolute;
			margin:3px 0 0 -40px;
		}
	
.xtypo_list ol,
.xtypo_list_left ol,
.xtypo_list_right ol {
	background-color: #fff;
	    background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #f2f2f2 5%, transparent 5%, transparent 100%);
	    background-image: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 5%, transparent 5%, transparent 100%);
	    background-image: -0-linear-gradient(top, #f2f2f2 0%, #f2f2f2 5%, transparent 5%, transparent 100%);
	    background-image:  linear-gradient(top, #f2f2f2 0%, #f2f2f2 5%, transparent 5%, transparent 100%);
	    background-size: 1px 23px;
	    margin: 20px auto;
	    position: relative;
	    padding: 20px;	}
	.xtypo_list ol:after,
	.xtypo_list_left ol:after,
	.xtypo_list_right ol:after {
	    border-left: 1px solid rgba(238, 238, 238, 1);
	    border-right: 1px solid rgba(238, 238, 238, 1);
	    bottom: 0;
	    content: '';
	    left: 40px;
	    position: absolute;
	    top: 0;
	    width: 2px;
	}

		.xtypo_list ol li,
		.xtypo_list_left ol li,
		.xtypo_list_right ol li {
			padding: 5px 0 0 15px!important;
			margin-left: 20px!important;
		}

.xtypo_list_left {
	float: left;
	width: 48%;
	margin-right: 1%;
}
.xtypo_list_right {
	float: right;
	width: 48%;
	margin-left: 1%;
}

/*@end */
/*@group Misc */
.xtypo_code  {
	position: relative;
	padding: 0!important;
	background: none!important;
	border: none!important;
}
	.xtcode {
		border: 1px solid #E1E1E8;
		display: block;
		padding: 0!important;
		background-color: #C3D7EA;
		margin: 20px auto!important;
		position: relative;
		padding: 20px;
		border-radius: 4px;
	}
	.xtcode ol {
		margin: 0!important;
		padding: 0!important;
	}
	.xtcode { counter-reset: li; }
	.xtcode li
	{
		color: #666;
		font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
		padding: 3px 6px!important;
		margin: 0 0 0 3.5em!important;
		list-style:decimal!important;
	}
		.xtcode li span {
			color: #1E347B;
		}
	.xtcode li:first-child {
		padding: 10px 6px 3px 6px!important;
	}
	.xtcode li:nth-last-child(1) {
		padding: 3px 6px 10px 6px!important;
	}

	.xtcode li:empty { display: none; }
	.xtcode li:nth-child(odd) { background: #F7F7F9;}
	.xtcode li:nth-child(even) { background: #F7F7F9;
	}
	
	.xtcode .odd { }
	.xtcode .even { }
	.xtcode li:hover,
	.xtcode li:hover span {
		color: #111;
		background: #fff;
	}		
 
.xtypo_dropcap {
	float: left;
	color: #999;
	font-size: 75px;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
	font-family: Georgia, serif;
}
.clearfix { clear:both; }
/*@end *//**
 * @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;}/**
* @version   $Id: mosaic.css 26163 2015-01-27 17:11:55Z james $
* @author    RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC
* @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */

/* Mosaic - Core */
.sprocket-mosaic {position: relative;-webkit-transform: translateZ(0);}
.sprocket-mosaic:after {display: table;content: "";clear: both;}
.sprocket-mosaic .sprocket-mosaic-header ul {list-style: none;margin: 0;padding: 0;}
.sprocket-mosaic .sprocket-mosaic-container {position: relative;margin: 0; padding: 0;clear: both;}

/* Mosaic - Overlay */
.sprocket-mosaic-overlay {display: none;position: absolute;top:0;left:0;right:0;bottom:0;background-color:transparent;z-index:2;}
.sprocket-mosaic-overlay .css-loader-wrapper {width: 60px;height:60px;margin: 25% auto 0;padding: 20px;background-color:#e5e5e5;background-color: rgba(0, 0, 0, 0.5);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-mosaic.refreshing .sprocket-mosaic-overlay {display: block;}

/* Mosaic - Header */
.sprocket-mosaic .sprocket-mosaic-header {margin-bottom: 10px;}
.sprocket-mosaic .sprocket-mosaic-header li {display: inline-block;}
.sprocket-mosaic-pagination-hidden {display: none;}

/* Mosaic - Order */
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-order {float: right;}
.sprocket-mosaic-order li {padding: 5px 10px;margin: 0;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-o-user-select: none;-ms-user-select: none;user-select: none;-webkit-backface-visibility: hidden;}

/* Mosaic - Filter */
.sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter {float: left;}
.sprocket-mosaic-filter li {padding: 5px 10px;margin: 0;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-o-user-select: none;-ms-user-select: none;user-select: none;-webkit-backface-visibility: hidden;}

/* Mosaic - Content */
.sprocket-mosaic-container {margin: 0;padding: 0;list-style: none;}
.sprocket-mosaic .sprocket-padding {padding: 15px;border: 1px solid rgba(0, 0, 0, 0.1);}
.sprocket-mosaic-image-container {margin-bottom: 15px;display: block;position: relative;}
.sprocket-mosaic-container li {display: inline-block;-webkit-backface-visibility: hidden;}
.sprocket-mosaic .sprocket-readmore {display: table;margin: 15px 0;white-space: nowrap;-webkit-backface-visibility: hidden;}

/* Mosaic - Tags */
.sprocket-mosaic .sprocket-mosaic-tags {margin: 0;padding: 0;-webkit-backface-visibility: hidden;}
.sprocket-mosaic .sprocket-mosaic-tags li {display: inline-block;width: auto;margin-right: 1px;padding: 2px 8px;font-size: 0.8em;}

/* Mosaic - Columns */
.sprocket-mosaic-columns-1 li {width: 100%;}
.sprocket-mosaic-columns-2 li {width: 50%;}
.sprocket-mosaic-columns-3 li {width: 33.333333333333336%;}
.sprocket-mosaic-columns-4 li {width: 25%;}
.sprocket-mosaic-columns-5 li {width: 20%;}
.sprocket-mosaic-columns-6 li {width: 16.666666666666668%;}

/* Mosaic - Item */
.sprocket-mosaic-item {display:block;position: relative;-webkit-backface-visibility: hidden;}
.sprocket-mosaic-item .sprocket-mosaic-image {width: 100%;}
.sprocket-mosaic-item .title {margin: 0;font-size: 2em;}
.sprocket-mosaic-item .sprocket-mosaic-infos {font-size: 1em;margin: 0 0 15px 0;}
.sprocket-mosaic-item .sprocket-mosaic-text {margin: 15px 0;display: block;line-height: 1.5em;}
.sprocket-mosaic-item .sprocket-mosaic-text * {position: relative; z-index: 11;}
.sprocket-mosaic-item .readon {margin-top: 15px;}
.sprocket-mosaic-hover {bottom: 0;left: 0;position: absolute;top: 0;width: 100%;}
.sprocket-mosaic-hovercontent {position: absolute;text-align: center;top: 50%;width: 100%;display: block;}
.sprocket-mosaic-hovercontent span {display: none;}

/* Load More */
.sprocket-mosaic-loadmore {-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none;margin:20px auto 0 auto;display:block;padding:5px;width:155px;height: 45px;}
.sprocket-mosaic-loadmore.hide { display:none; }
.sprocket-mosaic-loadmore {cursor: pointer;-webkit-backface-visibility: hidden;}
.sprocket-mosaic-loadmore span {font-size:12px;text-transform:capitalize;display:block;line-height:1.95em;text-align: center;}
.sprocket-mosaic-loadmore .loadmore-info {font-size:10px;}
.sprocket-mosaic-loadmore span strong {font-weight:normal;}
.sprocket-mosaic-loadmore .loadmore-all {display: none;}
.sprocket-mosaic-loadmore .loadmore-all span {line-height:42px;}
.sprocket-mosaic-loadmore .loadmore-all .loadmore-info { display:none; }
.sprocket-mosaic-loadmore.load-all .loadmore-all {display: block;}
.sprocket-mosaic-loadmore.load-all .loadmore-more {display: none;}
.sprocket-mosaic-loadmore.loader .loadmore-more, .sprocket-mosaic-loadmore.loader .loadmore-text { display:none; }
.sprocket-mosaic-loadmore.loader span {display:block;margin:0 auto;}
.sprocket-mosaic-loadmore .loadmore-info, .sprocket-mosaic-loadmore .loadmore-text,
.sprocket-mosaic-loadmore .loadmore-info:hover, .sprocket-mosaic-loadmore .loadmore-text:hover {background-color: transparent !important;border: 0;margin: 0; padding: 0;}

/* Spinner Images */
.sprocket-mosaic-loadmore.loader span:before {font-family: FontAwesome;content: "\f110";font-size: 35px;display: block;margin: 10px auto;width: 30px;text-shadow: none;}
.sprocket-mosaic-overlay .css-loader:before {color: #fff;font-family: FontAwesome;content: "\f110";font-size: 60px;display: block;margin: 20px auto;width: 53px;text-shadow: none;}
.sprocket-mosaic-loadmore.loader span, .sprocket-mosaic-overlay .css-loader {-webkit-animation: rotate 1s linear infinite;-moz-animation: rotate 1s linear infinite;-ms-animation: rotate 1s linear infinite;-o-animation: rotate 1s linear infinite;animation: rotate 1s linear infinite;}

/* Tweaks */
.sprocket-mosaic-item {margin: 10px;} /* Margin defines the Gutter size. The actual gutter size is doubled. To have 10 for example, you need margin: 5px; */
.sprocket-mosaic .sprocket-mosaic-container {margin: -10px;} /* Whatever is the gutter size, the container has to be negativiley applied in order too loose first and last columns margins */

/* Spinner Rotator Keyframes */
@-webkit-keyframes rotate {
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes rotate {
  from {-moz-transform: rotate(0deg);}
  to {-moz-transform: rotate(360deg);}
}
@-ms-keyframes rotate {
  from {-ms-transform: rotate(0deg);}
  to {-ms-transform: rotate(360deg);}
}
@-o-keyframes rotate {
  from {-o-transform: rotate(0deg);}
  to {-o-transform: rotate(360deg);}
}
@keyframes rotate {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}

/* Custom stuff */
.sprocket-mosaic-filter li, .sprocket-mosaic-order li {color: #ffffff;background: rgba(0, 0, 0, 0.5);opacity: 0.7;}
.sprocket-mosaic-filter li.active, .sprocket-mosaic-order li.active {opacity: 1;}
.sprocket-mosaic .sprocket-mosaic-tags li {color: #ffffff;background: rgba(0, 0, 0, 0.5);}
.sprocket-mosaic-loadmore {color: #ffffff;background: rgba(0, 0, 0, 0.5);}
.sprocket-mosaic-hover {background: rgba(0, 0, 0, 0.5);opacity: 0;visibility: hidden;}
.sprocket-mosaic-image-container:hover .sprocket-mosaic-hover {opacity: 1;visibility: visible;}
.sprocket-mosaic-hovercontent {color: #ffffff;opacity: 0;visibility: hidden;}
.sprocket-mosaic-image-container:hover .sprocket-mosaic-hovercontent {opacity: 1;visibility: visible;}
.sprocket-mosaic-hover, .sprocket-mosaic-hovercontent {-webkit-transition: opacity 0.1s ease-in;-moz-transition: opacity 0.1s ease-in;-o-transition: opacity 0.1s ease-in;-ms-transition: opacity 0.1s ease-in;transition: opacity 0.1s ease-in;}/**
* @author    RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC
* @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */
/* Features - Layout Slideshow2 - Core */
.layout-fullslideshow {position: relative;}
.layout-fullslideshow:after {display: table;content: "";*zoom: 1;clear: both;}
.layout-fullslideshow ul {list-style: none !important;margin: 0;padding: 0;}

/* Features - Layout Slideshow2 - Content */
.layout-fullslideshow .sprocket-features-img-list {position: relative;overflow: hidden;}
.layout-fullslideshow .sprocket-features-img-container {position: absolute !important;top: 0;}
.layout-fullslideshow .sprocket-features-img-container img {width: 100%;}
.layout-fullslideshow .sprocket-features-content::before {content:"";position: absolute;top: -12px;left: 50%;margin-left: -12px;border-left: 12px solid transparent;border-right: 12px solid transparent;border-bottom: 12px solid rgba(0,0,0,0.5);}
.layout-fullslideshow .sprocket-features-content {position: absolute;bottom: 0;width: 80%;text-align:center;background: rgba(0,0,0,0.5);padding: 0;left: auto;margin: 0 10%;min-height: 70px;}
.layout-fullslideshow .sprocket-features-padding {padding: 0 45px 25px 45px;}
.layout-fullslideshow .sprocket-features-title {font-size: 1.8em;line-height: 1.3em;margin: 10px 0;padding: 0;display: block;}
.layout-fullslideshow .sprocket-features-desc {font-size: 1em;line-height: 1.3em;margin: 0;padding: 0;display: block;}
.layout-fullslideshow .readon {margin: 5px;}
@media (max-width: 767px) {
	.layout-fullslideshow .sprocket-features-desc {display: none;}
}

/* Features - Layout Slideshow2 - Enable First Item */
.layout-fullslideshow .sprocket-features-index-1 .sprocket-features-img-container {position: relative;}
.layout-fullslideshow .sprocket-features-index-1 .sprocket-features-img-container, .layout-fullslideshow .sprocket-features-index-1 .sprocket-features-content {z-index: 2;}

/* Features - Layout Slideshow2 - Navigation */
.layout-fullslideshow .sprocket-features-arrows .arrow {position: absolute;display: block;width: 24px;height: 24px;bottom: 6%;opacity: 0.5;cursor: pointer;z-index: 10;text-align: center;font-size: 2.2em;}
.layout-fullslideshow .sprocket-features-arrows .prev {left: 12%;width: 0;height: 0;border-top: 13px solid transparent;border-bottom: 13px solid transparent;border-right: 13px solid white;}
.layout-fullslideshow .sprocket-features-arrows .next {right: 12%;width: 0;height: 0;border-top: 13px solid transparent;border-bottom: 13px solid transparent;border-left: 13px solid white;}
.layout-fullslideshow .sprocket-features-arrows .arrow:hover {opacity: 1;}
.arrows-onhover .sprocket-features-arrows .arrow {opacity: 0;}
.sprocket-features.arrows-onhover:hover .sprocket-features-arrows .arrow {opacity: 1;}
.layout-fullslideshow .sprocket-features-pagination {position: absolute;text-align: center;bottom: 5px;z-index: 10;left: 50%;width: 30%;margin-left: -15%;}
.layout-fullslideshow .sprocket-features-pagination li {display: inline-block;padding: 4px;opacity: 0.4;border-radius: 1em;cursor: pointer;}
.layout-fullslideshow .sprocket-features-pagination li.active {opacity: 1;}
.layout-fullslideshow .sprocket-features-pagination li span {display: none;font-size: 0.85em;line-height: 1em;}
.layout-fullslideshow .sprocket-features-pagination-hidden {display: none;}

/* Features - Layout Slideshow2 - Colors */
.layout-fullslideshow .sprocket-features-pagination li {background: #000;color: #fff;box-shadow: 1px 1px 1px rgba(255,255,255,0.5);}
.layout-fullslideshow .sprocket-features-title, .layout-fullslideshow .sprocket-features-desc {color: #fff;}

/* Features - Layout Slideshow2 - Transitions */
.layout-fullslideshow .sprocket-features-pagination li, .layout-fullslideshow .sprocket-features-arrows .arrow {-webkit-transition: opacity 0.2s ease-in;-moz-transition: opacity 0.2s ease-in;-o-transition: opacity 0.2s ease-in;transition: opacity 0.2s ease-in;}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;
}