@charset "utf-8";
/* CSS Document */

/*body { background-position: center top #333; background-image: url(img/bg.jpg); background-color: #090D16; }
	
li {
	list-style: none;
	}
a {
	text-decoration: none;
	transition: all 0.4s ease 0s;
}*/
/*
.container {
	max-width: 1200px;
	height: auto;
	}
*/
/*.header {
	width: 100%;
	height: auto;
	}
	
.header h1 {
	font-size: 80px;
	color: #fff;
	text-align: center;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	margin-top: 200px;
	}*/
	
.timer-box {
	/*background: #f5f5f5;*/
	padding: 40px 0px;
	/*width: 70%;*/
	margin: 0px auto;
	
	
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	
	/*-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px#000;
	box-shadow: 0 0 5px #000;
	border: 1px solid #fff;*/
	}
	
/*.timer-box h5 {
	font-size:24px;
	color: #333;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	}*/


/** Countdown */

#countdown {
	/*max-width:747px;*/
	height:auto;
	margin: 0px auto;
	display: inline-block;
	margin-top: 12px;
	    min-height: 90px;
}
.dash {
	/*width: 127px;
	height: 125px;*/
	/*background: transparent url(../../../image/t-box.png) 0 0 no-repeat #ededed;*/
	float: left;
	margin-left: 0px;
	position: relative;
}

.nums{
	padding:  0px 0px;
	border-radius: 5px;
	background: /*transparent url(../../../image/t-box.png) 0 0 no-repeat*/ #ededed;
	margin: 10px 0;
	
}

.dash .digit {
	font-size: 2.2em;
	font-weight: bold;
	float: left;
	width: 45px;
	text-align: center;
	/*font-family: Arial;*/
	color: #2f2e2e;
	position: relative;
	margin: 10px 0px;
	padding:5px 0;
	font-family:opensansbold;
}

.dash_title {
	position: relative;
	float: left;
	display: block;
	/*bottom: 0px;*/
	text-align:center;
	font-weight:bold;
	/*width:127px;*/
	color: #FFF;
	margin: 20% 6px;
	font-size: 1.1em; 
	
}


@media (min-width: 1200px) {
	#countdown {
		margin-top: 0px;
	}

	.timer-box {
		padding: 0px 0px;
	}

	.dash_title {
		margin: 20% 10px;
		font-size: 1.5em; 
	}

	.dash .digit {
	font-size: 2.5em;
}

.nums{

	min-height: 80px;
}

}