/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
    overflow: hidden;
    margin-top: 10px;
    width: 100%;
    clear: both;
    display: block !important;
}

.ngg-galleryoverview .desc {
    /* required for description */
    margin: 0px 10px 10px 0px;
    padding: 5px;
}

.ngg-gallery-thumbnail-box {
    float: left;
    max-width: 100% !important;
}

.ngg-template-caption .ngg-gallery-thumbnail-box {
    margin-right: 0px;
}

.ngg-gallery-thumbnail {
    text-align: center;
    max-width: 100% !important;
    background-color: #FFFFFF;
    border: 1px solid #A9A9A9;
    margin-right: 5px;
    margin: 5px;
}

.ngg-template-caption .ngg-gallery-thumbnail {
    margin-right: 0px;
}

.ngg-gallery-thumbnail a {
	display: block;
    margin: 4px;
    border: none;
    box-shadow: none;
}

.ngg-gallery-thumbnail img {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    max-width: 100% !important;
    height: auto;
}

.ngg-gallery-thumbnail span {
    /* Images description */
    font-size: 90%;
    padding-left: 5px;
    display: block;
}

/* ----------- New Default Styling September 2018 -----------*/

.ngg-galleryoverview {
    margin-top: 40px;
    margin-bottom: 50px;
    -webkit-transition: width 1s, height 1s, background-color 1s, -webkit-transform 1s;
    transition: width 1s, height 1s, background-color 1s, transform 1s;
    min-height: 100px;
}

.ngg-gallery-thumbnail-box.ngg-1-columns {
    width: 100%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-2-columns {
    width: 50%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-3-columns {
    width: 33.33333%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-4-columns {
    width: 25%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-5-columns {
    width: 20%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-6-columns {
    width: 16.6666%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-7-columns {
    width: 14.2857%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-8-columns {
    width: 12.5%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-9-columns {
    width: 11.1111%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-10-columns {
    width: 10%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-11-columns {
    width: 9.09%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-12-columns {
    width: 8.3333%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-13-columns {
    width: 7.692%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-14-columns {
    width: 7.142%;
    float: left !important;
}

.ngg-gallery-thumbnail-box.ngg-15-columns {
    width: 6.6666%;
    float: left !important;
}

@media (max-width: 800px) {
    .ngg-gallery-thumbnail-box.ngg-5-columns,
    .ngg-gallery-thumbnail-box.ngg-6-columns,
    .ngg-gallery-thumbnail-box.ngg-7-columns,
    .ngg-gallery-thumbnail-box.ngg-8-columns,
    .ngg-gallery-thumbnail-box.ngg-9-columns,
    .ngg-gallery-thumbnail-box.ngg-10-columns,
    .ngg-gallery-thumbnail-box.ngg-11-columns,
    .ngg-gallery-thumbnail-box.ngg-12-columns,
    .ngg-gallery-thumbnail-box.ngg-13-columns,
    .ngg-gallery-thumbnail-box.ngg-14-columns,
    .ngg-gallery-thumbnail-box.ngg-15-columns,
    .ngg-gallery-thumbnail-box.ngg-16-columns,
    .ngg-gallery-thumbnail-box.ngg-17-columns,
    .ngg-gallery-thumbnail-box.ngg-18-columns,
    .ngg-gallery-thumbnail-box.ngg-19-columns,
    .ngg-gallery-thumbnail-box.ngg-29-columns {
        width: 25%;
    }
}

@media (max-width: 600px) {
    .ngg-gallery-thumbnail-box.ngg-4-columns,
    .ngg-gallery-thumbnail-box.ngg-5-columns,
    .ngg-gallery-thumbnail-box.ngg-6-columns,
    .ngg-gallery-thumbnail-box.ngg-7-columns,
    .ngg-gallery-thumbnail-box.ngg-8-columns,
    .ngg-gallery-thumbnail-box.ngg-9-columns,
    .ngg-gallery-thumbnail-box.ngg-10-columns,
    .ngg-gallery-thumbnail-box.ngg-11-columns,
    .ngg-gallery-thumbnail-box.ngg-12-columns,
    .ngg-gallery-thumbnail-box.ngg-13-columns,
    .ngg-gallery-thumbnail-box.ngg-14-columns,
    .ngg-gallery-thumbnail-box.ngg-15-columns,
    .ngg-gallery-thumbnail-box.ngg-16-columns,
    .ngg-gallery-thumbnail-box.ngg-17-columns,
    .ngg-gallery-thumbnail-box.ngg-18-columns,
    .ngg-gallery-thumbnail-box.ngg-19-columns,
    .ngg-gallery-thumbnail-box.ngg-29-columns {
        width: 33.33333%;
    }
}

@media (max-width: 400px) {
    .ngg-gallery-thumbnail-box.ngg-3-columns,
    .ngg-gallery-thumbnail-box.ngg-4-columns,
    .ngg-gallery-thumbnail-box.ngg-5-columns,
    .ngg-gallery-thumbnail-box.ngg-6-columns,
    .ngg-gallery-thumbnail-box.ngg-7-columns,
    .ngg-gallery-thumbnail-box.ngg-8-columns,
    .ngg-gallery-thumbnail-box.ngg-9-columns,
    .ngg-gallery-thumbnail-box.ngg-10-columns,
    .ngg-gallery-thumbnail-box.ngg-11-columns,
    .ngg-gallery-thumbnail-box.ngg-12-columns,
    .ngg-gallery-thumbnail-box.ngg-13-columns,
    .ngg-gallery-thumbnail-box.ngg-14-columns,
    .ngg-gallery-thumbnail-box.ngg-15-columns,
    .ngg-gallery-thumbnail-box.ngg-16-columns,
    .ngg-gallery-thumbnail-box.ngg-17-columns,
    .ngg-gallery-thumbnail-box.ngg-18-columns,
    .ngg-gallery-thumbnail-box.ngg-19-columns,
    .ngg-gallery-thumbnail-box.ngg-29-columns {
        width: 50%;
    }
}

/* ----------- Styling for Basic Thumbnail Simple Template September 2018 -----------*/

.ngg-galleryoverview.default-view {
    text-align: center;
    font-size: 0 !important;
    letter-spacing: 0 !important;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
    display:inline-block;
    float: none;
    vertical-align: middle;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail {
    background-color: transparent;
    border: none;
    margin: 0;
    margin-right: 0;
    position: relative;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
    margin: 2px;
    box-shadow: none;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img:hover {
    opacity: .8;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
    margin: 0 auto;
    box-shadow: none;
    cursor: pointer;
}

.ngg-galleryoverview.default-view .slideshowlink {
    margin: 24px auto 0;
    text-align: center;
    text-transform: uppercase;
}

.ngg-galleryoverview.default-view .slideshowlink a {
    font-size: 13px;
    letter-spacing: .75px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: none;
    border: none;
}

.ngg-galleryoverview.default-view .slideshowlink a:hover {
    text-decoration: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* ----------- Gallery list (Carousel template) -------------*/

.ngg-galleryoverview ul li:before {
    content: '' !important;
}

.ngg-gallery-list {
    list-style-type: none;
    padding: 0px !important;
    text-indent: 0px !important;
}

.ngg-galleryoverview div.pic img {
    width: 100%;
	border: 0px;
	border-radius: 0px;
}

.ngg-gallery-list li {
    float: left;
    margin: 0 2px 0px 2px !important;
    overflow: hidden;
}

.ngg-gallery-list li a {
    border: 1px solid #CCCCCC;
    display: block;
    padding: 2px;
}

.ngg-gallery-list li.selected a {
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #000000 none repeat scroll 0 0;
}

.ngg-gallery-list li img {
    height: 40px;
    width: 40px;
}

li.ngg-next, li.ngg-prev {
    height: 40px;
    width: 40px;
    font-size: 3.5em;
}

li.ngg-next a, li.ngg-prev a {
    padding-top: 10px;
    border: none;
    text-decoration: none;
}
/* ----------- Gallery navigation -------------*/
.ngg-navigation {
    font-size: 0.9em !important;
    clear: both !important;
    display: block !important;
    padding-top: 24px;
    padding-bottom: 3px;
    text-align: center;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev,
.ngg-navigation span.current {
    background: #BBB;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    color: #fff;
    display:inline;
    font-size: 14px;
    font-weight: bold;
    margin-right: 3px;
    padding: 4px 8px;
    text-decoration: none;
    cursor: pointer !important;
}

.ngg-navigation span.current {
    background: #666;
}

.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.next,
.ngg-navigation span.prev {
    background: transparent;
    color: #BBB;
    padding: 2px;
    border: none;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.current:hover {
    background: #666;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover,
.ngg-navigation span.next,
.ngg-navigation span.prev {
    color: #666 !important;
}

.ngg-navigation a.page-numbers {
    display: inline;
}

.ngg-clear {
    clear: both;
}
/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Photocrati Media
Version: 2.12

This stylesheet is provided to allow users the ability of overriding the default styles for all display types
*//* ----------- Image browser style -------------*/

.ngg-imagebrowser {
    margin-top: 20px;
    margin-bottom: 30px;
}

.ngg-imagebrowser h3 {
    text-align: center;
}

.ngg-imagebrowser-desc {
    clear: both;
}

.ngg-imagebrowser .pic {
	max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #A9A9A9;
}

.ngg-imagebrowser .pic a {
  display: block !important;
  font-size: 0px;
  margin: 5px;
  text-align: center;
}

.ngg-imagebrowser img {
	max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}

.ngg-imagebrowser-nav {
    padding: 5px;
}

.ngg-imagebrowser-nav .back {
    float: left;
    border: 1px solid #DDDDDD;
    padding: 3px 7px;
}

.ngg-imagebrowser-nav .next {
    float: right;
    border: 1px solid #DDDDDD;
    padding: 3px 7px;
}

.ngg-imagebrowser-nav .counter {
    text-align: center;
    font-size: 0.9em !important;
}

.exif-data {
    margin-left: auto !important;
    margin-right: auto !important;
}


/* TEMPLATES: Updated Default Template */

.ngg-imagebrowser.default-view {
    padding: 0;
    margin: 40px 0 !important;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.ngg-imagebrowser.default-view h3 {
    font-size: 18px !important;
    margin: 0 !important;
    padding: 20px !important;
    text-align: center;
    font-weight: bold;
}

.ngg-imagebrowser.default-view img {
    max-height: 500px;
}

.ngg-imagebrowser.default-view .pic,
.ngg-imagebrowser.default-view .pic a {
    margin: 0;
    border: none;
    box-shadow: none;
} 

.ngg-imagebrowser.default-view .ngg-imagebrowser-nav {
    text-align: center;
    padding: 20px 20px 5px;
}

.ngg-imagebrowser.default-view .ngg-imagebrowser-nav .back,
.ngg-imagebrowser.default-view .ngg-imagebrowser-nav .next {
    float: none;
    display: inline-block;
    border: none;
    height: 30px;
    padding: 0;
    width: 80px;
    border-radius: 2px;
    cursor: pointer;
    background: #999;
}

.ngg-imagebrowser.default-view .ngg-imagebrowser-nav .back:hover,
.ngg-imagebrowser.default-view .ngg-imagebrowser-nav .next:hover {
    background: #666;
}

.ngg-imagebrowser.default-view .ngg-imagebrowser-nav .fa {
    font-size: 16px;
    color: #fff;
    padding: 0 !important;
    line-height: 30px;
}

.ngg-imagebrowser.default-view .ngg-imagebrowser-nav .fa-chevron-right {
    margin-left: 2px;
}

.ngg-imagebrowser.default-view .ngg-imagebrowser-nav .fa-chevron-left {
    margin-right: 2px;
}

.ngg-imagebrowser.default-view .ngg-imagebrowser-nav a,
.ngg-imagebrowser.default-view .ngg-imagebrowser-nav a:hover,
.ngg-imagebrowser.default-view .ngg-imagebrowser-nav a:focus {
    box-shadow: none;
    text-decoration: none;
    padding: 0;
    border: none;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.ngg-imagebrowser.default-view .ngg-imagebrowser-nav .counter {
    /*margin: 20px 0 22px;*/
    font-size: 12px !important;
    color: rgba(150,150,150,.7);
    margin: 10px 0 6px;
}

.ngg-imagebrowser.default-view .ngg-imagebrowser-desc {
    text-align: center;
    padding: 0 50px;
    font-size: 14px;
}

.ngg-imagebrowser.default-view .ngg-imagebrowser-desc p:first-of-type {
    margin-top: 0;
    padding-top: 0;
}

@media (max-width: 800px) {

    .ngg-imagebrowser.default-view .ngg-imagebrowser-nav {
        text-align: center;
        padding: 20px 10px 5px;
    }

    .ngg-imagebrowser.default-view .ngg-imagebrowser-desc {
        padding: 0;
        font-size: 12px;
    }

}
@font-face {
    font-family: 'MeteoconsRegular';
    src: url('/wp-content/plugins/giweather/extras/mod_giweather/tmpl/css/meteocons_font/meteocons-webfont.eot');
    src: url('/wp-content/plugins/giweather/extras/mod_giweather/tmpl/css/meteocons_font/meteocons-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/plugins/giweather/extras/mod_giweather/tmpl/css/meteocons_font/meteocons-webfont.woff') format('woff'),
         url('/wp-content/plugins/giweather/extras/mod_giweather/tmpl/css/meteocons_font/meteocons-webfont.ttf') format('truetype'),
         url('/wp-content/plugins/giweather/extras/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-"].dark {
	color: #222;
}
i[class^="meteocons-"].light {
	color: #eee;
}
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 Wordpress Widget
 * @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("/wp-content/plugins/giweather/extras/lib_giweather/media/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(/wp-content/plugins/giweather/extras/lib_giweather/media/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("/wp-content/plugins/giweather/extras/mod_giweather/tmpl/css/iconvault_forecastfont.eot");
  src: url("/wp-content/plugins/giweather/extras/mod_giweather/tmpl/css/iconvault_forecastfont.eot?#iefix") format("embedded-opentype"),
       url("/wp-content/plugins/giweather/extras/mod_giweather/tmpl/css/iconvault_forecastfont.woff") format("woff"),
       url("/wp-content/plugins/giweather/extras/mod_giweather/tmpl/css/iconvault_forecastfont.ttf") format("truetype"),
       url("/wp-content/plugins/giweather/extras/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;
}
