/*.iSidebar {
	position: fixed;
	width: 20%;
	z-index: 9997;
	font-family: "Helvetica Neue", Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif !important;
	font-weight: 200 !important;
}

.iSidebar-inner {
	margin-top:3%;
}*/




.iDisplay-wrap .iSidebar {
	display: block;
	position: absolute;
	/*width: 300px;*/
	width: 20%;
	z-index: 999998;
	/*font-family: "Helvetica Neue", Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif !important;*/
	font-weight: 200 !important;
	background:rgba(255,255,255, 0.8);
	height: 100%;
}


.iDisplay-wrap .iSidebar .sidebar-content {
	/*padding:5%;*/
}


/*.bg-black-transparent { background-color: rgba(5, 5, 5, 0.47) !important; color:#2f2f2f; }
.bg-black-dark-transparent { background-color: rgba(5, 5, 5, 0.8) !important; color:#fff; }
.bg-white-transparent { background-color: rgba(255, 255, 255, 0.6) !important; }
.bg-white-dark-transparent { background-color: rgba(255, 255, 255, 0.8) !important; }*/



.iSidebar-active {
	margin-left:20%;
	/*margin-right:-20%;*/
	width: 80%;
}





.iSidebar-inner {
	height: 100%;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}



.iSidebar-datetime {
	box-flex: 1;
	flex-basis: 26%;
	flex-shrink: 0;
	flex-grow: 0;
	border-bottom:1px solid #fff;
	/*background-color: rgba(255, 255, 255, 0.8);*/
}

.iSidebar-datetime-inner { padding-top:5%; }




.iSidebar-weather {
	text-align:center; font-size:25px;

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

	border-bottom:1px solid #fff;
}

.iSidebar-weather-inner { padding-top:5%; }


/*@media only screen and (max-width : 992px) {

}*/




.iSidebar-news {
	padding:5%;

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

	/*background-color: rgba(255, 255, 255, 0.8);*/

	/*border:1px solid #fff;*/
}

.iSidebar-news-inner { padding-top:5%; }

.iSidebar-news .cycle-slideshow { position:relative; }