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

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

.iDisplay-content {
	margin-bottom: 15%;
}


.iDisplay-wrap .iFooter.v3 .iFooter-seperator {
	display: inline-block;
	/*width: 5%;*/
	height: 100%;
	text-align: center;
	border:0px solid red;


	box-flex: 1;
	flex-basis: 60px;
	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.v3 .iFooter-seperator-none {
	display: inline-block;
	height: 100%;
	box-flex: 1;
	flex-basis: 30px;
	flex-shrink: 0;
	flex-grow: 0;
}


.iDisplay-wrap .iFooter.v3 .datetime {
	display: inline-block;
	vertical-align: top;
	/*width: 8%;*/
	height: 100%;
	text-align: center;
	border:0px solid red;
	padding-left: 2%;
	padding-top: 0.4%;

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

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




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

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

}

.iDisplay-wrap .iFooter.v3 .weather .icon { font-size:1.7vmax; }
.iDisplay-wrap .iFooter.v3 .weather .temperature { font-size:1.7vmax; }





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

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

.iDisplay-wrap .iFooter.v3 .news_ticker .news-content {}
.iDisplay-wrap .iFooter.v3 .news_ticker .news-title { display: block; width:100%; font-weight:400; font-size:1.1vmax; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.iDisplay-wrap .iFooter.v3 .news_ticker .news-description { display: block; width:100%; font-weight:400; font-size:0.8vmax; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.iDisplay-wrap .iFooter.v3 .news_ticker .news-time-published { display:none; font-weight:200; font-size:1.0vmax; }






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

}


.iDisplay-wrap .iFooter.v3 .iFooter-seperator {
	display: inline-block;
	width: 5%;
	height: 100%;
	text-align: center;
	border:0px solid red;

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


.iDisplay-wrap .iFooter.v3 .datetime {
	display: inline-block;
	vertical-align: top;
	width: 8%;
	height: 100%;
	text-align: center;
	border:0px solid red;
	padding-left: 2%;
	padding-top: 0.4%;
}

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




.iDisplay-wrap .iFooter.v3 .weather {
	display: inline-block;
	vertical-align: top;
	width: 8%;
	height: 100%;
	text-align: center;
	border:0px solid red;
	padding-top: 0.7%;

}

.iDisplay-wrap .iFooter.v3 .weather .icon { font-size:1.7vmax; }
.iDisplay-wrap .iFooter.v3 .weather .temperature { font-size:1.7vmax; }





.iDisplay-wrap .iFooter.v3 .news_ticker {
	display: inline-block;
	vertical-align: top;
	width: 70%;
	height: 100%;
	border:0px solid red;
	padding-top:0.5%;
	padding-left:0.5%;
	padding-right:1%;
}

.iDisplay-wrap .iFooter.v3 .news_ticker .news-content {}
.iDisplay-wrap .iFooter.v3 .news_ticker .news-title { display: block; width:100%; font-weight:400; font-size:1.1vmax; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.iDisplay-wrap .iFooter.v3 .news_ticker .news-description { display: block; width:100%; font-weight:400; font-size:0.8vmax; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.iDisplay-wrap .iFooter.v3 .news_ticker .news-time-published { display:none; font-weight:200; font-size:1.0vmax; }
*/