@charset "utf-8";
/* CSS Document */

	
.timer-box {
	background: #f5f5f5;
	padding: 40px 20px;
	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 {
	width:40%;
	height:auto;
	margin: 0px auto;
	display: inline-block;
	margin-top: 20px;
	float: right;
}
#countdown h2{font-size: 26px;margin-top:15px;color: #000;font-weight: bold;display: inline-block;float: left;}
.dash {
	width: 80px;
	height: 74px;
	background: transparent url("../img90/time_bg.png") 0 0 no-repeat;
	float: left;
	margin-left:10px;
	position: relative;
}
.days_dash{width: 120px;background: transparent url("../img90/tian.png") 0 0 no-repeat;;}

.dash .digit {
	font-size: 36px;
	font-weight: bold;
	float: left;
	width: 40px;
	text-align: center;
	font-family: Arial;
	color: #fff;
	position: relative;
	margin: 0 auto;
	padding-top:7px;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: -5px;
	text-align:center;
	font-weight:bold;
	width:80px;
	font-size: 14px;
	color: #333;
	
}
.days_dash .dash_title{width: 120px;}

ul.social-link {
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-top: 25px;
	}
	
ul.social-link li {
	display: inline-block;
	margin-right: 20px;
	}

a.fb-link-btn {
	padding: 10px;
	transition: all 0.4s ease 0s;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	}
	
a.fb-link-btn:hover {

	background: rgb(247,247,247); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(247,247,247,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */

	}
	
.fb-link-btn i {
	margin-right: 10px;
	border-right: 1px solid #999;
	}
	
.fb-icon {
	background: url(img/fb.png) no-repeat;
	width: 24px;
	height: 16px;
	top: 4px;
	}
	
	
	
	
a.twt-link-btn {
	padding: 10px;
	transition: all 0.4s ease 0s;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	}
	
a.twt-link-btn:hover {

	background: rgb(247,247,247); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(247,247,247,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */

	}
	
.twt-link-btn i {
	margin-right: 10px;
	border-right: 1px solid #999;
	}
	
.twt-icon {
	background: url(img/twt.png) no-repeat;
	width: 24px;
	height: 16px;
	top: 4px;
	}
@media screen and (max-width:1440px){

	.dash{width: 70px;height: 65px;background-size:100% 100%}
	.dash .digit{width: 35px;font-size:30px;}
	.dash_title{width: 70px;}
	.days_dash{width: 105px;}
	.days_dash .dash_title{width:105px;}

}
@media screen and (max-width:1368px){
	#countdown{width: 42%;margin-left: 8%;}
}
@media screen and (max-width:1280px){
	#countdown{width: 45%;margin-left: 5%;}
}

@media screen and (max-width:1024px){

	.dash{width: 62px;height: 57px;}
	.dash .digit{width: 31px;font-size:26px;}
	.dash_title{width: 62px;}
	#countdown h2{font-size: 22px;}
	#countdown{width:47%;margin-left:3%;}
		.days_dash{width:93px;}
	.days_dash .dash_title{width:93px;}

}
@media screen and (max-width:800px){
	#countdown{width: 100%;float: none;margin: 0 auto;text-align: center}
	#countdown h2{float: none;vertical-align: top}
	.dash{float: none;display:inline-block}
}
@media screen and (max-width:480px){
  #countdown h2{float: left;margin-left: 5px;font-size: 16px;}
.dash{float: left;margin-left: 5px;}
#countdown{margin-top: 10px;}


}
@media screen and (max-width:375px){

.dash{width: 50px;height: 46px}
.dash .digit{width:25px;font-size:20px;}
.days_dash{width:75px;}
.dash_title{width:50px;}
.days_dash .dash_title{width:75px;}
#countdown h2{font-size:20px;line-height:5px;}





}