@charset "utf-8";
/* CSS Document */
/* Default styles */

.clock-warning {
	padding: 10px 10px 10px 90px; 
	color: #ffffff; 
	font-size: 16px; 
	background-image: url(/~/media/Content-Images/shared/ECClock/EC-BG.jpg); 
	background-color: #ff0000; 
	background-position: 0% 0%; 
	background-repeat: no-repeat;
}

.clock-outer {
	min-height: 280px; 
	background-color: #bfdfed;
}
.clock-right {
	width: 250px; float: right;
}
.clock-left {
	width: 250px; float: left;
}
.clock-wait {
	padding: 75px 0px 0px; 
	min-height: 280px; 
	text-align: center; 
	background-image: url(/~/media/Content-Images/shared/ECClock/bg-chrono.png); 
	background-position: 50% 10px; 
	background-repeat: no-repeat;
}
.clock-wait-font {
	font-size: 50px; margin-bottom: -20px; height: 72px !important;
}
.clock-people {
	padding: 100px 0px 0px; 
	font-size: 25px; 
	min-height: 240px; 
	text-align: center; 
	background-image: url(/~/media/Content-Images/shared/ECClock/sprite-pers.png); 
	background-position: 50% 50%; 
	background-repeat: no-repeat;
}
.clock-contact {
	color: #ffffff; 
	padding: 5px; 
	font-size: 16px; 
	text-align: center; 
	background-color: #0097d8;
}

@media (max-width:768px) {
.clock-outer {
	min-height: 500px; 
}
.clock-right {
	width: 100%; float: left;
}
.clock-left {
	width: 100%; float: left;
}
.clock-people {
	padding: 50px 0px 0px;
	background-position: 50% 20%; 
}
}



