@charset "UTF-8";

body:not(.logged-in) .simple-weather .error {
	opacity: 0 !important;
}

.simple-weather {
	line-height: 1.5;
	display: inline-block;
}

.simple-weather__day {
	display: inline-block;
	margin-right: 2em;
}

.simple-weather__day:last-of-type {
	margin-right: auto;
}

.simple-weather .sw {
	margin: 0 .15em 0 .625em;
}

.simple-weather .sw::before {
	font-size: 1.2em;
	font-style: normal;
	position: relative;
}

.simple-weather__temp {
	font-size: 1em;
	font-style: normal;
	line-height: 1;
}

.simple-weather__temp-min {
	font-size: 1em;
	font-style: normal;
	line-height: 1;
}

.simple-weather__temp-min::before {
	content: " / ";
}

.simple-weather--view-widget {
	display: block;
}

.simple-weather--view-blocks .simple-weather__date {
	display: block;
}

.simple-weather--view-blocks .simple-weather__day {
	padding-left: .25em;
	padding-right: .25em;
}

.simple-weather--view-blocks.simple-weather--hidden-date .sw {
	display: block;
	font-size: 1.4em;
	margin-bottom: .5em;
	margin-right: auto;
}

.simple-weather--view-large-icons .simple-weather__day {
	padding-left: 3.5em;
	min-height: 2.5em;
	position: relative;
}

.simple-weather--view-large-icons .simple-weather__temp {
	display: block;
}

.simple-weather--view-large-icons .simple-weather__temp-min {
	opacity: .5;
	margin-top: .25em;
}

.simple-weather--view-large-icons .simple-weather__temp-min::before {
	content: " / ";
}

.simple-weather--view-large-icons .sw {
	font-size: 1.6em;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	margin: 0;
}

.simple-weather--view-large-icons .sw::before {
	top: auto;
}

.simple-weather--view-large-icons .simple-weather__date {
	font-size: .7em;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}

.simple-weather--display-block {
	display: block;
}

.simple-weather--text-center {
	text-align: center;
}

.simple-weather--text-center.simple-weather .sw {
	margin-left: 0;
}

.simple-weather-widget {
	text-align: center;
	border-radius: 3px;
}

.simple-weather-widget--bg {
	padding: 2em 2em 1em;
}

.simple-weather-widget--bg .widget_title {
	color: inherit;
}

.simple-weather-widget em {
	font-style: normal;
}

.simple-weather-widget .widget_title {
	margin: 0 0 .25em 0;
}

.simple-weather-widget .summary {
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: .65;
	position: relative;
	display: inline-block;
	padding-top: 2em;
	font-size: 11px;
}

.simple-weather-widget .summary::before {
	content: "";
	display: block;
	position: absolute;
	top: 1.5em;
	left: 50%;
	width: 7em;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-top: 1px solid currentColor;
	opacity: .25;
}

.simple-weather-widget .temp {
	margin-top: 1rem;
	position: relative;
}

.simple-weather-widget .degrees {
	font-size: 48px !important;
	display: block;
	letter-spacing: -.075em;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	position: relative;
	line-height: 1;
}

.simple-weather-widget .details {
	margin: 0 auto;
	display: none;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	visibility: hidden;
	font-size: 11px !important;
	line-height: 1.5;
	max-width: 160px;
	text-align: left;
}

.simple-weather-widget .float-right {
	float: right;
}

.simple-weather-widget:hover .degrees {
	opacity: 0;
	bottom: 100%;
	height: 0;
	visibility: hidden;
	display: none;
}

.simple-weather-widget:hover .details {
	opacity: 1;
	visibility: visible;
	display: block;
}

.simple-weather-widget--with-background {
	padding: 1.5em;
}

.simple-weather-widget--with-background .widget_title {
	margin: 1.5em 0 1em;
}

.simple-weather-widget--with-color .widget_title {
	color: inherit;
}

.simple-weather-table {
	text-align: left;
	width: 100%;
	margin: 1.5em auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.simple-weather-table__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: .5em 0;
	position: relative;
	width: 100%;
}

.simple-weather-table__row + .simple-weather-table__row::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-top: 1px solid currentColor;
	opacity: .125;
}

.simple-weather-table__date {
	-webkit-box-flex: 3;
	-ms-flex-positive: 3;
	flex-grow: 3;
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
}

.simple-weather-table__temp {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	white-space: nowrap;
	text-align: right;
	-ms-flex-preferred-size: 17.5%;
	flex-basis: 17.5%;
}

.simple-weather-table__icon {
	-ms-flex-preferred-size: 5%;
	flex-basis: 5%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.simple-weather-table__temp-min {
	margin-left: auto;
	opacity: .65;
}

.simple-weather-table .sw {
	font-size: 1.1em;
	margin: 0;
	position: relative;
	margin-right: .5em;
}

.sw {
	display: inline-block;
	font-family: "weathericons" !important;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sw-fw {
	width: 1.4em;
	text-align: center;
}

.sw-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sw-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sw-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.sw-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.sw-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.wi-day-sunny:before {
	content: "";
}

.wi-day-cloudy:before {
	content: "";
}

.wi-day-cloudy-gusts:before {
	content: "";
}

.wi-day-cloudy-windy:before {
	content: "";
}

.wi-day-fog:before {
	content: "";
}

.wi-day-hail:before {
	content: "";
}

.wi-day-haze:before {
	content: "";
}

.wi-day-lightning:before {
	content: "";
}

.wi-day-rain:before {
	content: "";
}

.wi-day-rain-mix:before {
	content: "";
}

.wi-day-rain-wind:before {
	content: "";
}

.wi-day-showers:before {
	content: "";
}

.wi-day-sleet:before {
	content: "";
}

.wi-day-sleet-storm:before {
	content: "";
}

.wi-day-snow:before {
	content: "";
}

.wi-day-snow-thunderstorm:before {
	content: "";
}

.wi-day-snow-wind:before {
	content: "";
}

.wi-day-sprinkle:before {
	content: "";
}

.wi-day-storm-showers:before {
	content: "";
}

.wi-day-sunny-overcast:before {
	content: "";
}

.wi-day-thunderstorm:before {
	content: "";
}

.wi-day-windy:before {
	content: "";
}

.wi-solar-eclipse:before {
	content: "";
}

.wi-hot:before {
	content: "";
}

.wi-day-cloudy-high:before {
	content: "";
}

.wi-day-light-wind:before {
	content: "";
}

.wi-night-clear:before {
	content: "";
}

.wi-night-alt-cloudy:before {
	content: "";
}

.wi-night-alt-cloudy-gusts:before {
	content: "";
}

.wi-night-alt-cloudy-windy:before {
	content: "";
}

.wi-night-alt-hail:before {
	content: "";
}

.wi-night-alt-lightning:before {
	content: "";
}

.wi-night-alt-rain:before {
	content: "";
}

.wi-night-alt-rain-mix:before {
	content: "";
}

.wi-night-alt-rain-wind:before {
	content: "";
}

.wi-night-alt-showers:before {
	content: "";
}

.wi-night-alt-sleet:before {
	content: "";
}

.wi-night-alt-sleet-storm:before {
	content: "";
}

.wi-night-alt-snow:before {
	content: "";
}

.wi-night-alt-snow-thunderstorm:before {
	content: "";
}

.wi-night-alt-snow-wind:before {
	content: "";
}

.wi-night-alt-sprinkle:before {
	content: "";
}

.wi-night-alt-storm-showers:before {
	content: "";
}

.wi-night-alt-thunderstorm:before {
	content: "";
}

.wi-night-cloudy:before {
	content: "";
}

.wi-night-cloudy-gusts:before {
	content: "";
}

.wi-night-cloudy-windy:before {
	content: "";
}

.wi-night-fog:before {
	content: "";
}

.wi-night-hail:before {
	content: "";
}

.wi-night-lightning:before {
	content: "";
}

.wi-night-partly-cloudy:before {
	content: "";
}

.wi-night-rain:before {
	content: "";
}

.wi-night-rain-mix:before {
	content: "";
}

.wi-night-rain-wind:before {
	content: "";
}

.wi-night-showers:before {
	content: "";
}

.wi-night-sleet:before {
	content: "";
}

.wi-night-sleet-storm:before {
	content: "";
}

.wi-night-snow:before {
	content: "";
}

.wi-night-snow-thunderstorm:before {
	content: "";
}

.wi-night-snow-wind:before {
	content: "";
}

.wi-night-sprinkle:before {
	content: "";
}

.wi-night-storm-showers:before {
	content: "";
}

.wi-night-thunderstorm:before {
	content: "";
}

.wi-lunar-eclipse:before {
	content: "";
}

.wi-stars:before {
	content: "";
}

.wi-storm-showers:before {
	content: "";
}

.wi-thunderstorm:before {
	content: "";
}

.wi-night-alt-cloudy-high:before {
	content: "";
}

.wi-night-cloudy-high:before {
	content: "";
}

.wi-night-alt-partly-cloudy:before {
	content: "";
}

.wi-cloud:before {
	content: "";
}

.wi-cloudy:before {
	content: "";
}

.wi-cloudy-gusts:before {
	content: "";
}

.wi-cloudy-windy:before {
	content: "";
}

.wi-fog:before {
	content: "";
}

.wi-hail:before {
	content: "";
}

.wi-rain:before {
	content: "";
}

.wi-rain-mix:before {
	content: "";
}

.wi-rain-wind:before {
	content: "";
}

.wi-showers:before {
	content: "";
}

.wi-sleet:before {
	content: "";
}

.wi-snow:before {
	content: "";
}

.wi-sprinkle:before {
	content: "";
}

.wi-storm-showers:before {
	content: "";
}

.wi-thunderstorm:before {
	content: "";
}

.wi-snow-wind:before {
	content: "";
}

.wi-snow:before {
	content: "";
}

.wi-smog:before {
	content: "";
}

.wi-smoke:before {
	content: "";
}

.wi-lightning:before {
	content: "";
}

.wi-raindrops:before {
	content: "";
}

.wi-raindrop:before {
	content: "";
}

.wi-dust:before {
	content: "";
}

.wi-snowflake-cold:before {
	content: "";
}

.wi-windy:before {
	content: "";
}

.wi-strong-wind:before {
	content: "";
}

.wi-sandstorm:before {
	content: "";
}

.wi-earthquake:before {
	content: "";
}

.wi-fire:before {
	content: "";
}

.wi-flood:before {
	content: "";
}

.wi-meteor:before {
	content: "";
}

.wi-tsunami:before {
	content: "";
}

.wi-volcano:before {
	content: "";
}

.wi-hurricane:before {
	content: "";
}

.wi-tornado:before {
	content: "";
}

.wi-small-craft-advisory:before {
	content: "";
}

.wi-gale-warning:before {
	content: "";
}

.wi-storm-warning:before {
	content: "";
}

.wi-hurricane-warning:before {
	content: "";
}

.wi-wind-direction:before {
	content: "";
}

.wi-alien:before {
	content: "";
}

.wi-celsius:before {
	content: "";
}

.wi-fahrenheit:before {
	content: "";
}

.wi-degrees:before {
	content: "";
}

.wi-thermometer:before {
	content: "";
}

.wi-thermometer-exterior:before {
	content: "";
}

.wi-thermometer-internal:before {
	content: "";
}

.wi-cloud-down:before {
	content: "";
}

.wi-cloud-up:before {
	content: "";
}

.wi-cloud-refresh:before {
	content: "";
}

.wi-horizon:before {
	content: "";
}

.wi-horizon-alt:before {
	content: "";
}

.wi-sunrise:before {
	content: "";
}

.wi-sunset:before {
	content: "";
}

.wi-moonrise:before {
	content: "";
}

.wi-moonset:before {
	content: "";
}

.wi-refresh:before {
	content: "";
}

.wi-refresh-alt:before {
	content: "";
}

.wi-umbrella:before {
	content: "";
}

.wi-barometer:before {
	content: "";
}

.wi-humidity:before {
	content: "";
}

.wi-na:before {
	content: "";
}

.wi-train:before {
	content: "";
}

.wi-moon-new:before {
	content: "";
}

.wi-moon-waxing-crescent-1:before {
	content: "";
}

.wi-moon-waxing-crescent-2:before {
	content: "";
}

.wi-moon-waxing-crescent-3:before {
	content: "";
}

.wi-moon-waxing-crescent-4:before {
	content: "";
}

.wi-moon-waxing-crescent-5:before {
	content: "";
}

.wi-moon-waxing-crescent-6:before {
	content: "";
}

.wi-moon-first-quarter:before {
	content: "";
}

.wi-moon-waxing-gibbous-1:before {
	content: "";
}

.wi-moon-waxing-gibbous-2:before {
	content: "";
}

.wi-moon-waxing-gibbous-3:before {
	content: "";
}

.wi-moon-waxing-gibbous-4:before {
	content: "";
}

.wi-moon-waxing-gibbous-5:before {
	content: "";
}

.wi-moon-waxing-gibbous-6:before {
	content: "";
}

.wi-moon-full:before {
	content: "";
}

.wi-moon-waning-gibbous-1:before {
	content: "";
}

.wi-moon-waning-gibbous-2:before {
	content: "";
}

.wi-moon-waning-gibbous-3:before {
	content: "";
}

.wi-moon-waning-gibbous-4:before {
	content: "";
}

.wi-moon-waning-gibbous-5:before {
	content: "";
}

.wi-moon-waning-gibbous-6:before {
	content: "";
}

.wi-moon-third-quarter:before {
	content: "";
}

.wi-moon-waning-crescent-1:before {
	content: "";
}

.wi-moon-waning-crescent-2:before {
	content: "";
}

.wi-moon-waning-crescent-3:before {
	content: "";
}

.wi-moon-waning-crescent-4:before {
	content: "";
}

.wi-moon-waning-crescent-5:before {
	content: "";
}

.wi-moon-waning-crescent-6:before {
	content: "";
}

.wi-moon-alt-new:before {
	content: "";
}

.wi-moon-alt-waxing-crescent-1:before {
	content: "";
}

.wi-moon-alt-waxing-crescent-2:before {
	content: "";
}

.wi-moon-alt-waxing-crescent-3:before {
	content: "";
}

.wi-moon-alt-waxing-crescent-4:before {
	content: "";
}

.wi-moon-alt-waxing-crescent-5:before {
	content: "";
}

.wi-moon-alt-waxing-crescent-6:before {
	content: "";
}

.wi-moon-alt-first-quarter:before {
	content: "";
}

.wi-moon-alt-waxing-gibbous-1:before {
	content: "";
}

.wi-moon-alt-waxing-gibbous-2:before {
	content: "";
}

.wi-moon-alt-waxing-gibbous-3:before {
	content: "";
}

.wi-moon-alt-waxing-gibbous-4:before {
	content: "";
}

.wi-moon-alt-waxing-gibbous-5:before {
	content: "";
}

.wi-moon-alt-waxing-gibbous-6:before {
	content: "";
}

.wi-moon-alt-full:before {
	content: "";
}

.wi-moon-alt-waning-gibbous-1:before {
	content: "";
}

.wi-moon-alt-waning-gibbous-2:before {
	content: "";
}

.wi-moon-alt-waning-gibbous-3:before {
	content: "";
}

.wi-moon-alt-waning-gibbous-4:before {
	content: "";
}

.wi-moon-alt-waning-gibbous-5:before {
	content: "";
}

.wi-moon-alt-waning-gibbous-6:before {
	content: "";
}

.wi-moon-alt-third-quarter:before {
	content: "";
}

.wi-moon-alt-waning-crescent-1:before {
	content: "";
}

.wi-moon-alt-waning-crescent-2:before {
	content: "";
}

.wi-moon-alt-waning-crescent-3:before {
	content: "";
}

.wi-moon-alt-waning-crescent-4:before {
	content: "";
}

.wi-moon-alt-waning-crescent-5:before {
	content: "";
}

.wi-moon-alt-waning-crescent-6:before {
	content: "";
}

.wi-moon-0:before {
	content: "";
}

.wi-moon-1:before {
	content: "";
}

.wi-moon-2:before {
	content: "";
}

.wi-moon-3:before {
	content: "";
}

.wi-moon-4:before {
	content: "";
}

.wi-moon-5:before {
	content: "";
}

.wi-moon-6:before {
	content: "";
}

.wi-moon-7:before {
	content: "";
}

.wi-moon-8:before {
	content: "";
}

.wi-moon-9:before {
	content: "";
}

.wi-moon-10:before {
	content: "";
}

.wi-moon-11:before {
	content: "";
}

.wi-moon-12:before {
	content: "";
}

.wi-moon-13:before {
	content: "";
}

.wi-moon-14:before {
	content: "";
}

.wi-moon-15:before {
	content: "";
}

.wi-moon-16:before {
	content: "";
}

.wi-moon-17:before {
	content: "";
}

.wi-moon-18:before {
	content: "";
}

.wi-moon-19:before {
	content: "";
}

.wi-moon-20:before {
	content: "";
}

.wi-moon-21:before {
	content: "";
}

.wi-moon-22:before {
	content: "";
}

.wi-moon-23:before {
	content: "";
}

.wi-moon-24:before {
	content: "";
}

.wi-moon-25:before {
	content: "";
}

.wi-moon-26:before {
	content: "";
}

.wi-moon-27:before {
	content: "";
}

.wi-time-1:before {
	content: "";
}

.wi-time-2:before {
	content: "";
}

.wi-time-3:before {
	content: "";
}

.wi-time-4:before {
	content: "";
}

.wi-time-5:before {
	content: "";
}

.wi-time-6:before {
	content: "";
}

.wi-time-7:before {
	content: "";
}

.wi-time-8:before {
	content: "";
}

.wi-time-9:before {
	content: "";
}

.wi-time-10:before {
	content: "";
}

.wi-time-11:before {
	content: "";
}

.wi-time-12:before {
	content: "";
}

.wi-direction-up:before {
	content: "";
}

.wi-direction-up-right:before {
	content: "";
}

.wi-direction-right:before {
	content: "";
}

.wi-direction-down-right:before {
	content: "";
}

.wi-direction-down:before {
	content: "";
}

.wi-direction-down-left:before {
	content: "";
}

.wi-direction-left:before {
	content: "";
}

.wi-direction-up-left:before {
	content: "";
}

.wi-wind-beaufort-0:before {
	content: "";
}

.wi-wind-beaufort-1:before {
	content: "";
}

.wi-wind-beaufort-2:before {
	content: "";
}

.wi-wind-beaufort-3:before {
	content: "";
}

.wi-wind-beaufort-4:before {
	content: "";
}

.wi-wind-beaufort-5:before {
	content: "";
}

.wi-wind-beaufort-6:before {
	content: "";
}

.wi-wind-beaufort-7:before {
	content: "";
}

.wi-wind-beaufort-8:before {
	content: "";
}

.wi-wind-beaufort-9:before {
	content: "";
}

.wi-wind-beaufort-10:before {
	content: "";
}

.wi-wind-beaufort-11:before {
	content: "";
}

.wi-wind-beaufort-12:before {
	content: "";
}

.sw-forecast-io-clear-day:before {
	content: "";
}

.sw-forecast-io-clear-night:before {
	content: "";
}

.sw-forecast-io-rain:before {
	content: "";
}

.sw-forecast-io-snow:before {
	content: "";
}

.sw-forecast-io-sleet:before {
	content: "";
}

.sw-forecast-io-wind:before {
	content: "";
}

.sw-forecast-io-fog:before {
	content: "";
}

.sw-forecast-io-cloudy:before {
	content: "";
}

.sw-forecast-io-partly-cloudy-day:before {
	content: "";
}

.sw-forecast-io-partly-cloudy-night:before {
	content: "";
}

.sw-forecast-io-hail:before {
	content: "";
}

.sw-forecast-io-thunderstorm:before {
	content: "";
}

.sw-forecast-io-tornado:before {
	content: "";
}

.sw-owm-200:before {
	content: "";
}

.sw-owm-201:before {
	content: "";
}

.sw-owm-202:before {
	content: "";
}

.sw-owm-210:before {
	content: "";
}

.sw-owm-211:before {
	content: "";
}

.sw-owm-212:before {
	content: "";
}

.sw-owm-221:before {
	content: "";
}

.sw-owm-230:before {
	content: "";
}

.sw-owm-231:before {
	content: "";
}

.sw-owm-232:before {
	content: "";
}

.sw-owm-300:before {
	content: "";
}

.sw-owm-301:before {
	content: "";
}

.sw-owm-302:before {
	content: "";
}

.sw-owm-310:before {
	content: "";
}

.sw-owm-311:before {
	content: "";
}

.sw-owm-312:before {
	content: "";
}

.sw-owm-313:before {
	content: "";
}

.sw-owm-314:before {
	content: "";
}

.sw-owm-321:before {
	content: "";
}

.sw-owm-500:before {
	content: "";
}

.sw-owm-501:before {
	content: "";
}

.sw-owm-502:before {
	content: "";
}

.sw-owm-503:before {
	content: "";
}

.sw-owm-504:before {
	content: "";
}

.sw-owm-511:before {
	content: "";
}

.sw-owm-520:before {
	content: "";
}

.sw-owm-521:before {
	content: "";
}

.sw-owm-522:before {
	content: "";
}

.sw-owm-531:before {
	content: "";
}

.sw-owm-600:before {
	content: "";
}

.sw-owm-601:before {
	content: "";
}

.sw-owm-602:before {
	content: "";
}

.sw-owm-611:before {
	content: "";
}

.sw-owm-612:before {
	content: "";
}

.sw-owm-615:before {
	content: "";
}

.sw-owm-616:before {
	content: "";
}

.sw-owm-620:before {
	content: "";
}

.sw-owm-621:before {
	content: "";
}

.sw-owm-622:before {
	content: "";
}

.sw-owm-701:before {
	content: "";
}

.sw-owm-711:before {
	content: "";
}

.sw-owm-721:before {
	content: "";
}

.sw-owm-731:before {
	content: "";
}

.sw-owm-741:before {
	content: "";
}

.sw-owm-761:before {
	content: "";
}

.sw-owm-762:before {
	content: "";
}

.sw-owm-771:before {
	content: "";
}

.sw-owm-781:before {
	content: "";
}

.sw-owm-800:before {
	content: "";
}

.sw-owm-801:before {
	content: "";
}

.sw-owm-802:before {
	content: "";
}

.sw-owm-803:before {
	content: "";
}

.sw-owm-804:before {
	content: "";
}

.sw-owm-900:before {
	content: "";
}

.sw-owm-901:before {
	content: "";
}

.sw-owm-902:before {
	content: "";
}

.sw-owm-903:before {
	content: "";
}

.sw-owm-904:before {
	content: "";
}

.sw-owm-905:before {
	content: "";
}

.sw-owm-906:before {
	content: "";
}

.sw-owm-957:before {
	content: "";
}

.sw-owm-day-200:before {
	content: "";
}

.sw-owm-day-201:before {
	content: "";
}

.sw-owm-day-202:before {
	content: "";
}

.sw-owm-day-210:before {
	content: "";
}

.sw-owm-day-211:before {
	content: "";
}

.sw-owm-day-212:before {
	content: "";
}

.sw-owm-day-221:before {
	content: "";
}

.sw-owm-day-230:before {
	content: "";
}

.sw-owm-day-231:before {
	content: "";
}

.sw-owm-day-232:before {
	content: "";
}

.sw-owm-day-300:before {
	content: "";
}

.sw-owm-day-301:before {
	content: "";
}

.sw-owm-day-302:before {
	content: "";
}

.sw-owm-day-310:before {
	content: "";
}

.sw-owm-day-311:before {
	content: "";
}

.sw-owm-day-312:before {
	content: "";
}

.sw-owm-day-313:before {
	content: "";
}

.sw-owm-day-314:before {
	content: "";
}

.sw-owm-day-321:before {
	content: "";
}

.sw-owm-day-500:before {
	content: "";
}

.sw-owm-day-501:before {
	content: "";
}

.sw-owm-day-502:before {
	content: "";
}

.sw-owm-day-503:before {
	content: "";
}

.sw-owm-day-504:before {
	content: "";
}

.sw-owm-day-511:before {
	content: "";
}

.sw-owm-day-520:before {
	content: "";
}

.sw-owm-day-521:before {
	content: "";
}

.sw-owm-day-522:before {
	content: "";
}

.sw-owm-day-531:before {
	content: "";
}

.sw-owm-day-600:before {
	content: "";
}

.sw-owm-day-601:before {
	content: "";
}

.sw-owm-day-602:before {
	content: "";
}

.sw-owm-day-611:before {
	content: "";
}

.sw-owm-day-612:before {
	content: "";
}

.sw-owm-day-615:before {
	content: "";
}

.sw-owm-day-616:before {
	content: "";
}

.sw-owm-day-620:before {
	content: "";
}

.sw-owm-day-621:before {
	content: "";
}

.sw-owm-day-622:before {
	content: "";
}

.sw-owm-day-701:before {
	content: "";
}

.sw-owm-day-711:before {
	content: "";
}

.sw-owm-day-721:before {
	content: "";
}

.sw-owm-day-731:before {
	content: "";
}

.sw-owm-day-741:before {
	content: "";
}

.sw-owm-day-761:before {
	content: "";
}

.sw-owm-day-762:before {
	content: "";
}

.sw-owm-day-781:before {
	content: "";
}

.sw-owm-day-800:before {
	content: "";
}

.sw-owm-day-801:before {
	content: "";
}

.sw-owm-day-802:before {
	content: "";
}

.sw-owm-day-803:before {
	content: "";
}

.sw-owm-day-804:before {
	content: "";
}

.sw-owm-day-900:before {
	content: "";
}

.sw-owm-day-902:before {
	content: "";
}

.sw-owm-day-903:before {
	content: "";
}

.sw-owm-day-904:before {
	content: "";
}

.sw-owm-day-906:before {
	content: "";
}

.sw-owm-day-957:before {
	content: "";
}

.sw-owm-night-200:before {
	content: "";
}

.sw-owm-night-201:before {
	content: "";
}

.sw-owm-night-202:before {
	content: "";
}

.sw-owm-night-210:before {
	content: "";
}

.sw-owm-night-211:before {
	content: "";
}

.sw-owm-night-212:before {
	content: "";
}

.sw-owm-night-221:before {
	content: "";
}

.sw-owm-night-230:before {
	content: "";
}

.sw-owm-night-231:before {
	content: "";
}

.sw-owm-night-232:before {
	content: "";
}

.sw-owm-night-300:before {
	content: "";
}

.sw-owm-night-301:before {
	content: "";
}

.sw-owm-night-302:before {
	content: "";
}

.sw-owm-night-310:before {
	content: "";
}

.sw-owm-night-311:before {
	content: "";
}

.sw-owm-night-312:before {
	content: "";
}

.sw-owm-night-313:before {
	content: "";
}

.sw-owm-night-314:before {
	content: "";
}

.sw-owm-night-321:before {
	content: "";
}

.sw-owm-night-500:before {
	content: "";
}

.sw-owm-night-501:before {
	content: "";
}

.sw-owm-night-502:before {
	content: "";
}

.sw-owm-night-503:before {
	content: "";
}

.sw-owm-night-504:before {
	content: "";
}

.sw-owm-night-511:before {
	content: "";
}

.sw-owm-night-520:before {
	content: "";
}

.sw-owm-night-521:before {
	content: "";
}

.sw-owm-night-522:before {
	content: "";
}

.sw-owm-night-531:before {
	content: "";
}

.sw-owm-night-600:before {
	content: "";
}

.sw-owm-night-601:before {
	content: "";
}

.sw-owm-night-602:before {
	content: "";
}

.sw-owm-night-611:before {
	content: "";
}

.sw-owm-night-612:before {
	content: "";
}

.sw-owm-night-615:before {
	content: "";
}

.sw-owm-night-616:before {
	content: "";
}

.sw-owm-night-620:before {
	content: "";
}

.sw-owm-night-621:before {
	content: "";
}

.sw-owm-night-622:before {
	content: "";
}

.sw-owm-night-701:before {
	content: "";
}

.sw-owm-night-711:before {
	content: "";
}

.sw-owm-night-721:before {
	content: "";
}

.sw-owm-night-731:before {
	content: "";
}

.sw-owm-night-741:before {
	content: "";
}

.sw-owm-night-761:before {
	content: "";
}

.sw-owm-night-762:before {
	content: "";
}

.sw-owm-night-781:before {
	content: "";
}

.sw-owm-night-800:before {
	content: "";
}

.sw-owm-night-801:before {
	content: "";
}

.sw-owm-night-802:before {
	content: "";
}

.sw-owm-night-803:before {
	content: "";
}

.sw-owm-night-804:before {
	content: "";
}

.sw-owm-night-900:before {
	content: "";
}

.sw-owm-night-902:before {
	content: "";
}

.sw-owm-night-903:before {
	content: "";
}

.sw-owm-night-904:before {
	content: "";
}

.sw-owm-night-906:before {
	content: "";
}

.sw-owm-night-957:before {
	content: "";
}