/*------------------------------------------------*/
/* Basic styles */ 
/* Designed and coded by w6*/


body{
	font-family:'Roboto', Arial;
	color:#fff;
	background:url(../images/bg.jpg) top center no-repeat #000;
}

.overlay{
	background:rgba(0,0,0,.8);
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	z-index:1;
	overflow:hidden;
}

@media (min-width: 1200px){
	.container {
		width:1170px;
	}
}

#wrap{
	width:100%;
	height:100%;
	display:table;
	position:relative;
	z-index:10000;
	padding:150px 0 0 0;
}

#defaultCountdown{
	z-index:2;
	margin:0 auto;
	display:table;
	position:relative;
}

.countdown-row {
	margin:0 auto;
	width:100%;
	display:table;
	text-align:center;
}

.countdown-section {
	display: block;
	float: left;
	text-align: center;
	width:120px;
	height:120px;
	margin:40px 8px;
	background:#e5133f;
}

.countdown-amount {
    font-size: 60px;
	font-weight:700;
	line-height:0px;
	margin-top:20px;
	display:block;
	line-height:0.9em;
	letter-spacing:-2px;
}
.countdown-period {
    display: block;
	color:#FFF;
	font-size:24px;
	font-weight:300;
}

h1{
	font-size:56px;
	font-weight:300;
	text-align:center;
	letter-spacing:-1px;
	line-height: 1em;
}

h1 span{
	font-size:140px;
	font-weight:900;
	letter-spacing:-5px;
	line-height: 1.1em;
}

.yellow{
	color:#e5133f;
}

.dots{
	font-size:140px;
	font-weight:900;
}

.subtitle{
	font-size:56px;
	font-weight:900;
	letter-spacing:-1px;
}

p{
	font-size:18px;
	line-height:30px;
	text-align:center;
	font-weight:100;
}

form{
	margin:0 auto;
	display:table;
	margin-top:50px;
}

input[type="text"]{
	background:rgba(0,0,0,.5);
	-webkit-background-clip: padding-box !important;
	background-clip: padding-box !important;
	border:none;
	height:53px;
	color:#fff;
	font-family:'Roboto', Arial;
	font-size:16px;
	padding-left:20px;
	width:265px;
}

input[type="submit"]{
	font-family: 'Roboto', Arial;
	background: #FFF;
	color: #333;
	border: none;
	font-size: 24px;
	font-weight: 500;
	padding: 12px 30px;
	position: relative;
	top: 3px;
	left: -10px;
	-webkit-transition: all .3s ease;
	-moz-transition: 	all .3s ease;
	-ms-transition: 	all .3s ease;
	-o-transition: 		all .3s ease;
	transition: 		all .3s ease;
}

input[type="submit"]:hover{
	color: #FFF;
	background:#e5133f;
}

a{
color:#fff;
text-decoration:underline;
}

p.copyright{
font-size:13px;
margin-top:30px;
}


/*------------------------------------------------*/
/* Responsive styles */
/*------------------------------------------------*/

@media (min-width: 561px) and (max-width: 720px) {
	
	.countdown-section {
		margin:5px;
	}

}

@media (max-width: 600px){
	
	.countdown-section {
		display: block;
		float: left;
		text-align: center;
		width:75px;
		height:75px;
		margin:6px;
	}
	
	.countdown-amount {
		font-size: 32px;
		font-weight:700;
		line-height:28px;
		margin-top:15px;
	}
	.countdown-period {
	font-size:14px;
	}
	
}

@media (max-width: 420px){
	
	.countdown-section {
		display: block;
		float: left;
		text-align: center;
		width:56px;
		height:56px;
		margin:2px;
	}
	
	.countdown-amount {
		font-size: 24px;
		font-weight:700;
		line-height:21px;
		margin-top:10px;
	}
	.countdown-period {
	font-size:14px;
	}
	
	.image-align{
		padding-top: 20px;
		width:30%;
	}
	
	h1, .subtitle{
		font-size:32px;
		line-height:36px;
	}	
	
	h1 span, .dots{
	font-size:115px;
	}
	
	input[type="text"]{
		width:150px;
		font-size:14px;
		padding-left:5px;
	}	
	
	input[type="submit"]{
		left:-3px;
		top:5px;
	}
	
}
