/**********************************************************************************************

                  THANK YOU FOR CHOOSING WEATHER PRESS
				  
				       www.weather-press.com

                  This css file has been validated by www.w3.org

***********************************************************************************************/

/**********************************************************************************************

                    General settings

***********************************************************************************************/
@import "animation-min.css";
@import "chartist-min.css";


@font-face {
    font-family: "norwester";
    src: url('fonts/norwester.ttf') format("truetype");
    src: url('fonts/norwester.otf') format("opentype");
}

@font-face {

   font-family: "DroidKufi";
   src: url("fonts/DroidKufi-Bold.ttf") format("truetype");
}

@font-face {

   font-family: "Twiddlestix";
   src: url("fonts/Twiddlestix.otf") format("opentype");
}

#weather-press-layoutContainer {
	
	all: revert;
}

#weather-press-layoutContainer li, #weather-press-layoutContainer ul {
	
	list-style:none;
	position:relative;
}

#weather-press-layoutContainer img {

	width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border:0;
	box-shadow:none;
    -ms-interpolation-mode: bicubic;
}

#weather-press-layoutContainer svg:not(:root) {
    overflow: hidden;
}

#weather-press-layoutContainer ul:before, #weather-press-layoutContainer ul:after, 
#weather-press-layoutContainer li:before, #weather-press-layoutContainer li:after, 
#weather-press-layoutContainer span:before, #weather-press-layoutContainer span:after,  
#weather-press-layoutContainer div:before, #weather-press-layoutContainer div:after  {
	
	content: '';
	content: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#weather-press-layoutContainer li, #weather-press-layoutContainer ul, #weather-press-layoutContainer div, #weather-press-layoutContainer span {

	position:relative;
	margin: 0;
	padding: 0;
	border:0;
	text-shadow:none;
	box-shadow:none;
	font-family: "Open Sans", "DroidKufi", Arial, Helvetica, sans-serif;
	font-weight:bold;	
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	direction: ltr;
	
	background-image:none;
	background-color:transparent;
}
#weather-press-layoutContainer li:hover, #weather-press-layoutContainer ul:hover, #weather-press-layoutContainer div:hover, #weather-press-layoutContainer span:hover {
	
	/*background-image:none;
	background-color:transparent;*/
}
#weather-press-layoutContainer  a
{
    text-decoration:none;
    color:inherit;
}
#weather-press-layoutContainer a:hover {
	
	color:inherit;
	text-decoration:none;
}
#weather-press-layoutContainer  a:active, #weather-press-layoutContainer  a:focus 
{
    outline: 0 !important;
    box-shadow: none !important;
}

/*****************************************************************************************************/

#weather-press-layoutContainer  {
	
    position:relative;
	display:inline-block;
    max-width: 440px;
	min-width: 221px;
    width: 100%;
	text-align:center;
    /*border:1px solid #d9d9d9;*/
    border:1px solid #3F4040;
	background-color:#F5F6F7;
	box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.6) inset;
	z-index: 111;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}

.weather-press-loader {

	position:absolute !important;
	top:0;
	left:0;
	height:100%;
	width:100%;
	text-align:right;
	background-image: url('../images/weather-press-loader.gif') !important;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center bottom;
	background-size: 123px auto;
    background-color: rgba(241,243,243,1) !important;
	z-index: 118;

	-moz-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);	
}

.weather-press-chart-loader {
	
	position:absolute !important;
	top:0;
	bottom:0;
	right:0;
	left:0;
	margin: auto !important;
	height:33px;
	width:33px;
	background-image: url('../images/weather-press-chart-loader.svg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
	background-size: 33px auto;
    background-color: transparent;
	z-index: 112;	
}

#weather-press-layoutContainer .weather-press-closeIcon {
	
   display: inline-block;
   height: 38px;
   width: 38px;
   border-radius: 50%;
   margin-top: 8px !important;
   margin-right: 8px !important;
   cursor: pointer;
   background-image: url('../images/close_icon.svg');
   background-color: transparent;
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-position: center center;
   background-size: 22px auto;
   
   transition: all 150ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
   -moz-transition: all 150ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
   -ms-transition: all 150ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
   -o-transition: all 150ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
   -webkit-transition: all 150ms cubic-bezier(0.68, -0.55, 0.265, 1.55);   
}
#weather-press-layoutContainer .weather-press-closeIcon:hover {
	
	background-size: 28px auto;
	box-shadow: 0 0 8px 0 rgba(33,33,24,0.2) inset !important;
}
#weather-press-layoutContainer .weather-press-closeIcon:active, #weather-press-layoutContainer .weather-press-closeIcon:focus {
	
	background-size: 18px auto;
	box-shadow: 0 0 8px 0 rgba(33,33,24,0.5) inset !important;
}

#weather-press-layoutContainer .weather-press-signature {

    width: 100%;    
	min-height: 80px;
	font-family: 'Twiddlestix', 'norwester', 'Oswald', Helvetica, sans-serif !important;
	line-height:1.2em;
	font-size: 2.8em;
	text-align:center;
	color:#666;
	letter-spacing: 2px;
	padding: 10px !important;
	z-index:inherit;	
}

#weather-press-layoutContainer .weather-press-outputs {
	
	display: inline-block;
    padding: 20px 20px 40px 20px !important;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
	background-color: rgba(241,243,243,1);
    color: #ff4411;
}

#weather-press-layoutContainer .weather-press-outputs-content {
	
	display: inline-block;
	width: 100%;
    text-align: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;	
}

#weather-press-layoutContainer .weather-press-outputs-notice {
	
	display: inline-block;
    width: 100%;	
	font-size:15px;
	text-align: inherit;
	color:#888;
	font-size:11px;
}

#weather-press-layoutContainer .weather-press-outputs-notice em {
	
	font-size:inherit;
	color: #ff4411;
	font-weight:bold;
}

#weather-press-layoutContainer .weather-press-outputs-toPremium {

	position: absolute !important;
    left: 0px;
    bottom: 0px;
	display: inline-block;
    width: 100%;
    padding: 18px 0 0 50px !important;
	background-color: rgba(241,243,243,1);
	text-align: inherit;
	font-size:15px;
	opacity:0;	
}
#weather-press-layoutContainer .weather-press-outputs-toPremium:before {
	
	position:absolute !important;
	content: "" !important;
	top:18px;
	left:20px;
    height: 28px;
    width: 72px;
	font-size:inherit;
    background: url('../images/se_icn_green.png') no-repeat scroll left center transparent;	
}
#weather-press-layoutContainer .weather-press-outputs-toPremium a {
	
	color:#222 !important;
	font-size:inherit;
	text-shadow:none;
}
#weather-press-layoutContainer .weather-press-outputs-toPremium a:hover {
	
	color:#15C667 !important;
	text-decoration:underline !important;
}

#weather-press-layoutContainer .weather-press-bgLevel2Container {
	
	position:absolute !important;
	top:0;
	left:0;
	height:100%;
	width:100%;
	overflow:hidden;
	z-index:-2;	
}
#weather-press-layoutContainer .weather-press-bgLevel2 {

	height:100%;
	width:100%;
	background-color:#F5F6F7;
	background-image: url('../images/container-bg.png');
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:cover;

	/*-webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);*/
}

#weather-press-layoutContainer .weather-press-bgLevel3 {
	
	position:absolute !important;
	top:0;
	left:0;
	height:40%;
	width:100%;    
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	z-index:-1;	
}

#weather-press-layoutContainer .weather-press-mainListTop {

	padding:6px !important;
	min-height: 174px;
}

#weather-press-layoutContainer .weather-press-mainList {
	
	display:block;
	width:100%;
}
#weather-press-layoutContainer .weather-press-mainList > li {
	
	float:left;
}
#weather-press-layoutContainer .weather-press-citiesListContainer {
	
	height: 137px;
	width:60%;
    min-width: 80px;
    background-color: rgba(251,249,249,0.8);
    border-radius: 6px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4) inset !important;
    overflow: hidden;
    z-index: inherit;
}
#weather-press-layoutContainer .weather-press-mainListTop .weather-press-citiesListContainer > ul {
	
	margin-top: -4px;
	
	transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);	
}

#weather-press-layoutContainer .weather-press-citiesListContainer > ul > li {
	
	float:none;
	width:100%;
    line-height: 24px;
    height: 23px;
    margin-bottom: 6.3px !important;	
	color: #555249;
	text-align:left;
	text-transform: uppercase;
	text-overflow: ellipsis;
	text-shadow: 0 1px 0 #FFF !important;
	font-weight:bold;
	white-space: nowrap;
	padding:3px 3px 3px 10px !important;
	overflow:hidden;
	cursor:pointer;
}
#weather-press-layoutContainer .weather-press-citiesListContainer > ul > li a {

	display: block;
	width:100%;
    height: 100%;	
    line-height: inherit;	
	color: inherit;
	text-align:inherit;
	text-transform: inherit;
	text-overflow: inherit;
	text-shadow: inherit;
	font-weight:inherit;
	white-space: inherit;
}

#weather-press-layoutContainer .weather-press-deep1 {
	
	font-size: 10px;
    opacity: 0.3;
    color:#ACA9A9 !important;	
}
#weather-press-layoutContainer .weather-press-citiesListContainer > ul > li.weather-press-deep2 {
	
	font-size: 12px;
	opacity: 0.6;
    padding-left:18px !important;	
}
#weather-press-layoutContainer .weather-press-citiesListContainer > ul > li.weather-press-centred {
	
	font-size: 19px;
	opacity: 0;
	color:transparent;
    padding-left:18px !important;		
}
#weather-press-layoutContainer .weather-press-citiesListContainer > ul > li:hover {
	
	opacity:1;
}
#weather-press-layoutContainer .weather-press-citiesListContainer > ul > li.weather-press-centred:hover {
	
	opacity: 0;
	color:transparent;
}

#weather-press-layoutContainer .weather-press-navRectangle {
	
	position: absolute !important;
    left: -10px;
    top: 54.5px;
    height: 40px;
    width: 70%;
    background-color: rgba(0, 10, 48, 0.1);
	background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% 100%;
    background-image: url("../images/widget-bg.png");
    border-radius: 6px;
    border: 1px solid #E1E1E1 !important;
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.6) inset !important;
    z-index:112;	
}
#weather-press-navRectangle-mainLocation {
	
	display: block;
    float: left;
    height: 100%;
	width:83%;
    line-height: 39px;
    padding-left: 33px !important;
    font-weight: bold;
    text-align: left;
    color: rgb(85, 82, 73);
    text-shadow: 0px 1px 0px rgb(255, 255, 255) !important;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 19px;
	overflow:hidden;
	opacity: 1;
	z-index: inherit;
	cursor:pointer;
}
#weather-press-navRectangle-mainLocation:before {
	
	position:absolute !important;
	content:'' !important;
	top: 12px;
    left: 18px;
    height: 12px;
    width: 12px;
	background:url('../images/marker.svg') no-repeat scroll center transparent;
	opacity:1;
}
#weather-press-layoutContainer .weather-press-deep2:before, #weather-press-layoutContainer .weather-press-deep1:before {
	
	position: absolute !important;
    content: '' !important;
    top: 9px;
    left: 3px;
    height: 12px;
    width: 12px;
    background: url('../images/marker.svg') no-repeat scroll center transparent;
    opacity: inherit;
}
#weather-press-layoutContainer .weather-press-navRectangle > ul {
	
	display:block;
	height:38px;
	width:38px;
	float:right;
}
#weather-press-layoutContainer .weather-press-navRectangle > ul > li {
	
	float:none;
	width:100%;
	height:50%;
	cursor:pointer;
	background-size:70%;	
}
#weather-press-layoutContainer .weather-press-navRectangle > ul > li:first-child {

	background:url('../images/nav-top.svg') no-repeat scroll center transparent;
}
#weather-press-layoutContainer .weather-press-navRectangle > ul > li:last-child {

	background:url('../images/nav-bottom.svg') no-repeat scroll center transparent;	
}
#weather-press-layoutContainer .weather-press-navRectangle > ul > li:hover {
	
	background-size:80%;	
}
#weather-press-layoutContainer .weather-press-navRectangle > ul > li:active {
	
	background-size:100%;	
}

#weather-press-layoutContainer .weather-press-navRectangle > ul > li, #weather-press-layoutContainer .weather-press-citiesListContainer > ul > li {

    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;	
}

#weather-press-layoutContainer .weather-press-rightTopBlock {
	
	height: 137px;
	width:40%;
    min-width: 137px;
    z-index:inherit;	
}

#weather-press-layoutContainer .weather-press-rightTopBlock > ul {
	
	display: block;
    height: 100%;	
}
#weather-press-layoutContainer .weather-press-rightTopBlock > ul > li {
	
	float:none;
	width:100%;
	height: 50%;
	min-height:35px;
	line-height:35px;
	text-align:center;
	text-shadow: 0 1px 0 #FFF !important;
	padding-left: 18px !important;
    white-space: nowrap;	
}

#weather-press-layoutContainer .weather-press-icon {
	
	height:67px;
}
#weather-press-layoutContainer .weather-press-icon img {
	
	position:absolute;
	top:0;
	right: 0;
    /*left: 0;*/
    margin: auto;
	height:145% !important;
	width:auto !important;
	z-index: 0;
}
#weather-press-layoutContainer .weather-press-currentTemp {

    color: #555249;
    font-size: 3em;
    font-weight: bold;
    font-family: 'norwester', 'Oswald', sans-serif !important;	
}
#weather-press-layoutContainer .weather-press-currentTempValue {
	
	position:absolute !important;
    top:28px;
	bottom:0;
	right: 0;
    /*left: 0;*/
    margin: auto;
	color:inherit;
	font-size:1.3em;
	line-height: normal;
	font-family:inherit !important;
	font-weight:inherit !important;
}
#weather-press-layoutContainer .weather-press-currentTempUnit {
	
	position:absolute !important;
	bottom:0;
	left:46%;
	display:initial;
	font-size: 12px;
    line-height: normal;
    font-family: inherit !important;
}

#weather-press-layoutContainer .weather-press-fullWidthBlock {
	
	display: block;
	float:none !important;
	clear:both;
	width:100%;
	line-height:23px;
	font-size:15px;
	color: #555249;
	font-weight: normal;
	text-shadow: 0 1px 0 #FFF !important;
    padding: 12px !important;
}

#weather-press-layoutContainer .weather-press-conditionsBlock {

	text-align: left;
	color: #000;
    border-top: 1px dotted #DEDEDE !important;
    border-bottom: 1px dotted #DEDEDE !important;
	background-color: rgba(236, 236, 236, 0.9);
}

#weather-press-layoutContainer .weather-press-optionsBlock  {
	
	height: 36px;
	margin: 0 !important;
    padding: 6px 0px !important;
    background:url('../images/bottom-divider.png') repeat-x scroll bottom rgba(63,64,64,1);
}
#weather-press-layoutContainer .weather-press-optionsBlock > ul {
	
	display:block;
	width:100%;
	height:24px;
	padding-left: 6px !important;
}
#weather-press-layoutContainer .weather-press-optionsBlock > ul > li  {
	
	float:left;	
}
#weather-press-layoutContainer .weather-press-geoLoc, #weather-press-layoutContainer .weather-press-refrech {
	
	margin-right:4px !important;
	height:24px;
	width:24px;
    background-color: transparent;
	background-repeat: no-repeat;
	background-attachment:scroll;
    background-position: center center;
    background-size: 72%;
	cursor:pointer;
}
#weather-press-layoutContainer .weather-press-geoLoc {
	
	 background-image: url("../images/marker-gold.svg");
	 
}
#weather-press-layoutContainer .weather-press-geoLoc-active {

	background-image: url("../images/marker-active.svg");
	background-size:100%;
}

#weather-press-layoutContainer .weather-press-refrech {
	
	 background-image: url("../images/refresh-white.svg");
}
#weather-press-layoutContainer .weather-press-geoLoc:hover, .weather-press-refrech:hover {
	
	background-size:80%;	
}
#weather-press-layoutContainer .weather-press-geoLoc:active, .weather-press-refrech:active {
	
	background-size:100%;	
}

#weather-press-layoutContainer .weather-press-forecasts {
	
	float:right !important;
}
#weather-press-layoutContainer .weather-press-forecasts > ul > li {
	
	float:left;
	margin: 5px 2px 0 0 !important;
    width: 16px;
    height: 16px;
	cursor:pointer;
	background-image: url("../images/gold-dot.svg");
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 66%;	
}

#weather-press-layoutContainer .weather-press-forecasts > ul > li.weather-press-forecasts-mainStatus {
	
    margin-right: 14px !important;	
}

#weather-press-layoutContainer .weather-press-forecasts > ul > li.weather-press-forecast-active, #weather-press-layoutContainer .weather-press-forecasts > ul > li:hover {
	
	background-image: url("../images/gold-dot-active.svg");
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 80%;	
}
#weather-press-layoutContainer .weather-press-forecasts > ul > li:active {
	
	background-size:100%;
}

#weather-press-layoutContainer .weather-press-forecastBlock {

	height:180px;
	margin: 0 !important;
    background: -moz-linear-gradient(top,  rgba(63,64,64,0.3) 0%,rgba(63,64,64,1) 67%);
    background: -webkit-linear-gradient(top,  rgba(63,64,64,0.3) 0%,rgba(63,64,64,1) 67%);
    background: linear-gradient(to bottom,  rgba(63,64,64,0.3) 0%,rgba(63,64,64,1) 67%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

#weather-press-layoutContainer .weather-press-forecastToolsList {
	
	display:block;
	background:url('../images/bottom-divider.png') repeat-x scroll top rgba(63,64,64,1);
	padding:6px 10px 6px 10px !important;
	height:auto;
}

#weather-press-layoutContainer .weather-press-forecastTools {

    width:100%;
	height:30px;
	text-align:center;
	background:transparent;
	z-index:inherit;
}
#weather-press-layoutContainer .weather-press-forecastTools > ul > li {

	display: inline-block !important;
	width:30px;
	height: 30px;	
	color: #FFF;
    cursor: pointer;
    background-color: transparent;
	background-repeat: no-repeat;
	background-attachment:scroll;
    background-position: center center;	
	background-size:80%;
	opacity:1;
}
#weather-press-layoutContainer .weather-press-forecastTools > ul > li:hover {
	
	/*background-size:100%;*/
}
#weather-press-layoutContainer .weather-press-forecastTools > ul > li:active {
	
	background-size:88%;
}

#weather-press-layoutContainer .weather-press-tempTool {
	
	float:left;
	background-image:url('../images/temperature.svg');
}
#weather-press-layoutContainer .weather-press-tempTool:after {
	
	position:absolute !important;
	content:'' !important;
	height:100%;
	width:2px;
	right:-10px;
	top:0;
	background:url('../images/tool-list-divider.png') no-repeat scroll center transparent;
}

#weather-press-layoutContainer .weather-press-humidTool {
	
	display:inline-block;
	background-image:url('../images/humidity-gold.svg');
}
.weather-press-humidTool:hover {

	/*background-image:url('../images/humidity-active.svg');*/
}

#weather-press-layoutContainer .weather-press-windTool {
	
	float:right;
	background-image:url('../images/wind-gold.svg');	
}
#weather-press-layoutContainer .weather-press-windTool:after {
	
	position:absolute !important;
	content:'' !important;
	height:100%;
	width:2px;
	left:-10px;
	top:0;
	background:url('../images/tool-list-divider.png') no-repeat scroll center transparent;
}
#weather-press-layoutContainer .weather-press-windTool:hover {
	
	/*background-image:url('../images/wind-active.svg');*/
}

#weather-press-layoutContainer .weather-press-forecastTools > ul > li.weather-press-tempTool-active {

	background-image:url('../images/temperature-active.svg');
	opacity:1;
	background-color: #4cb1ff;
    box-shadow: 0 1px 0 hsla(0,0%,100%,.2) inset, 0 0 0 1px hsla(0,0%,100%,.1) inset, 0 1px 0 hsla(210,54%,20%,.03), 0 0 4px hsla(206,100%,20%,.2);
    border-radius:50%;	
}

#weather-press-layoutContainer .weather-press-dailyForecast {

	position: absolute !important;
    width: 100%;
    height: 46%;
    left: 0px;
    bottom: 0px;
    z-index:113;
	background:#3E3F3F;
	overflow:hidden;

	-moz-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);	
}
#weather-press-layoutContainer .weather-press-dailyForecast .weather-press-closeIcon {
	
	position: absolute !important;
	top: 0;
    right: 0;
	background-image: url('../images/close-icon-white.svg');	
    z-index: inherit;	
}
/* vertical align text inside all li items */
#weather-press-layoutContainer .weather-press-dailyForecast li {

	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#weather-press-layoutContainer .weather-press-dailyForecast > ul {
	
	display: block;
    height: 100%;
	width:auto;
	color:#FFF;
	white-space: nowrap;
	text-align:left;
	direction:ltr;
}
#weather-press-layoutContainer .weather-press-dailyForecast > ul {
	
	transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#weather-press-layoutContainer .weather-press-dailyForecast-mainItem {

	display:inline-block !important;
	height:100%;
	width:100%;
	margin-right: -4px !important;
}
#weather-press-layoutContainer .weather-press-dailyForecast-mainItem ul {

	height: 100%;
	width: 100%;
    display: block;
}
#weather-press-layoutContainer .weather-press-dailyForecast-mainItem > ul > li {

	float:none;
	width:100%;
	background:url('../images/bottom-divider.png') repeat-x scroll bottom transparent;
	padding:6px 11px 6px 11px !important;
}

#weather-press-layoutContainer .weather-press-dailyForecast-mainItem .weather-press-forecastDate, #weather-press-layoutContainer .weather-press-dailyForecast-mainItem .weather-press-forecastDetails {
	
	height:25%;
    font-weight: bold;
}
#weather-press-layoutContainer .weather-press-dailyForecast-mainItem .weather-press-forecastDate {
	
	word-wrap: break-word;
	white-space: pre-wrap;
    color: #FCCF36;	
}
#weather-press-layoutContainer .weather-press-dailyForecast-mainItem .weather-press-forecastDetails {
    
    padding:0 !important;	
}

#weather-press-layoutContainer .weather-press-forecastDetails-text {
	
	display: inline-block;
    color: inherit;
    font-size: inherit;
    word-wrap: break-word;
	white-space: pre-wrap;
    height: auto;
    width: 100%;
    line-height: normal;
}

#weather-press-layoutContainer .weather-press-forecastMinmaxIcon, #weather-press-layoutContainer .weather-press-forecastHumidityIcon, #weather-press-layoutContainer .weather-press-forecastWindIcon {
	
	position: absolute !important;
    top: -10px;	
    height: 20px;
    width: 20px;
    opacity:0.4;	
}
#weather-press-layoutContainer .weather-press-forecastMinmaxIcon {

    left: 4px;
    background: url("../images/temperature-active.svg") no-repeat scroll center center transparent;
}
#weather-press-layoutContainer .weather-press-forecastHumidityIcon {

    left: 0;
	right:0;
	margin:auto !important;
    background: url("../images/humidity-active.svg") no-repeat scroll center center transparent;
}
#weather-press-layoutContainer .weather-press-forecastWindIcon {

    right: 4px;
    background: url("../images/wind-active.svg") no-repeat scroll center center transparent;	
}	

#weather-press-layoutContainer .weather-press-dailyForecast-mainItem .weather-press-forecastIconTemp {
	
    height:50%;
}
#weather-press-layoutContainer .weather-press-forecastIconTemp > ul > li {
	
	float:right;
	height:100%;
	width:50%;
	text-align:center;
}
#weather-press-layoutContainer .weather-press-forecastIconTemp > ul > li:last-child {
	
	color:#FFF;
	padding:8% !important;
	font-size: 3em;
    font-family: 'norwester', 'Oswald', sans-serif !important;
    font-weight: 400;
}
#weather-press-layoutContainer .weather-press-forecastIconTemp > ul > li img {
	
	display:inline-block;
	height:100% !important;
	width:auto !important;
}

#weather-press-layoutContainer .weather-press-dailyForecast-mainItem .weather-press-forecastDetails > ul > li {
	
	float:left;
	width:33%;
	height: 100%;
	text-align: center;
	word-wrap: break-word;
	background:url('../images/tool-list-divider.png') no-repeat scroll center right transparent;
}
#weather-press-layoutContainer .weather-press-dailyForecast-mainItem .weather-press-forecastDetails > ul > li:last-child {
	
	background:transparent;
}