/* Web Fonts */

@import url(http://fonts.googleapis.com/css?family=Quicksand);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

body{
	line-height: 25px;
	font-size:13px;
	font-family:"Open Sans", sans-serif;
	color: #fff;
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}

.padd{
	padding:10px;
}

a, a:hover{
	color:#fff;
	text-decoration:none;
}

a:hover{
	color:rgba(255,255,255,0.8);
}

a:active, a:focus { 
border:none;
outline:none;
}

a:-moz-any-link:focus { 
outline:none; 
}

ul li{
   padding: 3px 0px;
}

.container{
	max-width:1000px;
}

/* Top */

.tops{
color:#fff;
text-align:center;
padding-bottom:30px;
padding-top:120px;
}


.csoon h1{
font-family: 'Quicksand', sans-serif;
text-transform:uppercase;
font-size:50px;
line-height:55px;
margin-bottom:20px;
}
.csoon h2{
font-family: 'Quicksand', sans-serif;
text-transform:uppercase;
font-size:40px;
line-height:55px;
margin-bottom:20px; margin-top:30px;
}

.csoon p{
	font-size:14px;
	line-height:30px;
	max-width:600px;
	margin:15px auto;
}

/* Countdown */

/* Countdown */

.countdown{
	margin-top:20px;
	margin-bottom:40px;
	text-align:center;
	animation-duration: 1s;
    animation-delay:0.4s;
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    -moz-animation-duration: 1s;
    -moz-animation-delay:0.4s;
    -ms-animation-duration: 1s;
    -ms-animation-delay: 0.4s;
    -o-animation-duration: 1s;    
    -o-animation-delay: 0.4s;
}

/* Date */

.countdown .date{
	display:inline-block;
	font-size:30px;
	height:100px;
	width:100px;
	color:#fff;
	padding-top:24px;
	border-radius:100px;
	margin-right:7px;
	margin-left:7px;
	margin-bottom:10px;
	background:rgba(0,0,0,0.07);
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:inset 0px 0px 15px rgba(0,0,0,0.1);
}

.countdown .date span{
	display:block;
	margin-top:5px;
	font-size:13px;
	color:rgba(255,255,255,0.7);
}

footer{
	margin-top:20px;
	margin-bottom:20px;
}

/* Responsive */

@media (max-width: 480px){
   
}

@media (max-width: 767px){
	.tops{
		padding-top:50px;
	}
	.attr{
	text-align:left;
	}
   .csoon h2{
   font-size:40px;
   line-height:55px;
   }
	.countdown .date{
		font-size:22px;
		height:80px;
		width:80px;
		padding-top:12px;
		margin-left:3px;
		margin-right:3px;
	}
}