.iDisplay-wrap .iFooter.v2 {
	position: absolute;
	background-color: #fff;
	bottom: 0;
	left: 0;
	width: 100%;
	/*height: 130px;*/
	height: 12%;
	z-index: 999999;
	border: 0px solid red;

	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}


.iDisplay-wrap .iFooter.v2 .iFooter-seperator {
	/*position: absolute;
	display: inline-block;

	width: 50px;
	height: 100%;
	border: 0px solid red;
	margin-left: 16.5%;*/

	display: inline-block;
	/*width: 5%;*/
	height: 100%;
	text-align: center;
	border:0px solid red;

	box-flex: 1;
	flex-basis: 75px;
	flex-shrink: 0;
	flex-grow: 0;

	background: url('../images/diagonal_shadow2.png');
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.iDisplay-wrap .iFooter.v2 .iFooter-seperator-none {
	display: inline-block;
	height: 100%;
	box-flex: 1;
	flex-basis: 15px;
	flex-shrink: 0;
	flex-grow: 0;
}


.iDisplay-wrap .iFooter.v2 .datetime {
	display: inline-block;
	vertical-align: top;
	/*width: 13%;*/
	height: 100%;
	text-align: center;
	border:0px solid red;
	padding-top: 0.8%;

	box-flex: 1;
	flex-basis: 11%;
	flex-shrink: 0;
	flex-grow: 0;
}

.iDisplay-wrap .iFooter.v2 .datetime .time { display: block; font-size:1.6vmax; margin-top:6%; }
.iDisplay-wrap .iFooter.v2 .datetime .date { display: block; font-size:1vmax; margin-top:1%; }




.iDisplay-wrap .iFooter.v2 .weather {
	display: inline-block;
	vertical-align: top;
	/*width: 12%;*/
	height: 100%;
	text-align: center;
	border:0px solid red;
	padding-top: 2%;

	box-flex: 1;
	flex-basis: 8%;
	flex-shrink: 0;
	flex-grow: 0;

}

.iDisplay-wrap .iFooter.v2 .weather .icon { font-size:2vmax; }
.iDisplay-wrap .iFooter.v2 .weather .temperature { font-size:2vmax; }





.iDisplay-wrap .iFooter.v2 .news_ticker {
	display: inline-block;
	vertical-align: top;
	/*width: 60%;*/
	height: 100%;
	border:0px solid red;
	padding-top:1.3%;
	padding-left:1%;
	padding-right:1%;

	box-flex: 1;
	flex-shrink: 0;
	flex-grow: 1;
}

.iDisplay-wrap .iFooter.v2 .news_ticker .news-title { font-weight:400; font-size:1.3vmax; }
.iDisplay-wrap .iFooter.v2 .news_ticker .news-content {}
.iDisplay-wrap .iFooter.v2 .news_ticker .news-description { font-weight:200; font-size:1.1vmax; }
.iDisplay-wrap .iFooter.v2 .news_ticker .news-time-published { display:none; font-weight:200; font-size:1.0vmax; }