.iDisplay-wrap .iFooter.v1 {
	position: absolute;
	background-color: #000;
	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-wrap .iFooter.v1 .iFooter-seperator {
	display: none;
}


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

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

.iDisplay-wrap .iFooter.v1 .datetime .time { display: block; font-size:1.2vmax; margin-top:1%; }
.iDisplay-wrap .iFooter.v1 .datetime .date { display: block; font-size:0.8vmax; margin-top:1%; }




.iDisplay-wrap .iFooter.v1 .weather {
	display: none;
	vertical-align: top;
	width: 12%;
	height: 100%;
	text-align: center;
	border:0px solid red;
	padding-top: 2.7%;

}

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





.iDisplay-wrap .iFooter.v1 .marquee {
	position: absolute;
	overflow: hidden;
	display: inline-block;
	/*vertical-align: top;*/
	width: 92%;
	height: 100%;
	font-size:1.3vmax;

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

.iDisplay-wrap .iFooter.v1 .marquee-inner div { display:inline-block; }

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



.iDisplay-wrap .iFooter.v1 .marquee-inner { padding:13px; }
.iDisplay-wrap .iFooter.v1 .marquee .news-provider { display:inline-block; font-weight:bold; margin-right:10px; }
.iDisplay-wrap .iFooter.v1 .marquee .news-title { display:inline-block; font-weight:600; margin-right:10px; }
.iDisplay-wrap .iFooter.v1 .marquee .news-description { display:inline-block; font-weight:400; margin-right:80px; }








/*.iDisplay-wrap > .iFooter.v1 {
	position: absolute;
	z-index: 9998;
	background-color: #fff;
	color: #888;
	bottom: 0;
	overflow: hidden;
	font-weight: 200;
	font-size: 22px;
}


.iDisplay-wrap > .iFooter.v1 .marquee {
	position: absolute;
	z-index: 9998;
	bottom: 0;
	width: 100%;
	background-color: #000;
	color: #fff;
	border:0px solid red;
	height: 60px;
	overflow: hidden;
	font-weight: 200;
	font-size: 22px;

}

.iDisplay-wrap > .iFooter.v1 .marquee-inner { padding:13px; }
.iDisplay-wrap > .iFooter.v1 .marquee .provider { font-weight:bold; margin-right:10px; }
.iDisplay-wrap > .iFooter.v1 .marquee .title { font-weight:400; margin-right:10px; }
.iDisplay-wrap > .iFooter.v1 .marquee .desc { margin-right:80px; }








.iDisplay-wrap > .iFooter.v1 .timeDate {
	position: absolute;
	text-align: center;
	z-index: 9999;
	bottom:0;
	left:0;
	color:#fff;
	background-color: #000;
	padding: 6px 25px;
	height: 60px;
}

.iDisplay-wrap > .iFooter.v1 .timeDate span.clock { display:block; font-size:18px; }
.iDisplay-wrap > .iFooter.v1 .timeDate span.date { display:block; font-size:15px; }*/