@import url('https://fonts.googleapis.com/css?family=Geostar+Fill');

#fixedBottom {
	position: fixed;
	z-index: 9999;
	top: auto;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	background: rgba(0, 0, 0, 0.7);
	padding: 10px 0;
	line-height: 1.2;
}
#fixedBottom .counter a {
	display: block;
}
#fixedBottom .counter a:hover {
	color: #ccc;
	text-decoration: none;
}
#fixedBottom p {
	font-size: 115%;
	font-weight: bold;
}

#timer {
	font-family: "Geostar Fill", "sans-serif";
}

.yycountdown-box{
	text-align:center;
}

#timer .yycountdown-box .yyc-day{
	font-size:2.0em;
}
#timer .yycountdown-box .yyc-hou{
	font-size:2.0em;
}
#timer .yycountdown-box .yyc-min{
	font-size:2.0em;
}
#timer .yycountdown-box .yyc-sec{
	font-size:2.0em;
}

#timer .yycountdown-box .yyc-day-text,
#timer .yycountdown-box .yyc-hou-text,
#timer .yycountdown-box .yyc-min-text,
#timer .yycountdown-box .yyc-sec-text{
	font-size:1.0em;
}


@media screen and (max-width:767px) {
	.yycountdown-box{
		text-align:center;
	}

	#timer .yycountdown-box .yyc-day{
		font-size:1.5em;
	}
	#timer .yycountdown-box .yyc-hou{
		font-size:1.5em;
	}
	#timer .yycountdown-box .yyc-min{
		font-size:1.5em;
	}
	#timer .yycountdown-box .yyc-sec{
		font-size:1.5em;
	}
	#fixedBottom p {
		font-size: 100%;
	}
}

@media screen and (max-width:520px) {
	#fixedBottom p span {
		display: block;
	}
}
