#timerWrap{
    padding: 0% 0;
	width: 100%;
    background-image: url(../img/event/bg_gold.jpg);
    background-size: cover;
    position: relative;
    z-index: 0;
}

#timer{
	text-align: center;
}

#timer p{
	text-align: center;
    color: #333;
    font-size: 1.5em;
    font-weight: bold;
    display: inline-block;
    margin-right: 2%;
}

.yycountdown-box{
    display: inline-block;
}

#timer .yycountdown-box .yyc-day{
    font-family: Arial;
    font-size: 3em;
    color: #fff;
    font-weight: bold;
	text-shadow: 2px 2px 0 #333,
	-2px -2px 0 #333,
	-2px 2px 0 #333,
	2px -2px 0 #333,
	0px 2px 0 #333,
	0 -2px 0 #333,
	-2px 0 0 #333,
	2px 0 0 #333;
}
#timer .yycountdown-box .yyc-hou{
    font-family: Arial;
    font-size: 3em;
    color: #fff;
    font-weight: bold;
	text-shadow: 2px 2px 0 #333,
	-2px -2px 0 #333,
	-2px 2px 0 #333,
	2px -2px 0 #333,
	0px 2px 0 #333,
	0 -2px 0 #333,
	-2px 0 0 #333,
	2px 0 0 #333;
}
#timer .yycountdown-box .yyc-min{
    font-family: Arial;
    font-size: 3em;
    color: #fff;
    font-weight: bold;
	text-shadow: 2px 2px 0 #333,
	-2px -2px 0 #333,
	-2px 2px 0 #333,
	2px -2px 0 #333,
	0px 2px 0 #333,
	0 -2px 0 #333,
	-2px 0 0 #333,
	2px 0 0 #333;
}
#timer .yycountdown-box .yyc-sec{
    font-family: Arial;
    font-size: 3em;
    color: #fff;
    font-weight: bold;
	text-shadow: 2px 2px 0 #333,
	-2px -2px 0 #333,
	-2px 2px 0 #333,
	2px -2px 0 #333,
	0px 2px 0 #333,
	0 -2px 0 #333,
	-2px 0 0 #333,
	2px 0 0 #333;
}

#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: 2em;
    padding: 0 10px;
    font-weight: bold;
    color: #333;
}




@media screen and (max-width: 768px) {
	#timerWrap{
		top: 0;
		width: 100%;
		padding: 2vw 0;
	}
	
	#timer p{
		text-align: center;
		color: #333;
		font-weight: bold;
		font-size: 3.5vw;
	}

	.yycountdown-box{
		text-align: center;
		width: 100%;
		line-height: 7vw;
	}
	
	#timer .yycountdown-box .yyc-day{
		font-size:7vw;
		color:#fff;
		font-weight: bold;
		text-shadow: 2px 2px 0 #333,
		-2px -2px 0 #333,
		-2px 2px 0 #333,
		2px -2px 0 #333,
		0px 2px 0 #333,
		0 -2px 0 #333,
		-2px 0 0 #333,
		2px 0 0 #333;
	}
	#timer .yycountdown-box .yyc-hou{
		font-size:7vw;
		color:#fff;
		font-weight: bold;
		text-shadow: 2px 2px 0 #333,
		-2px -2px 0 #333,
		-2px 2px 0 #333,
		2px -2px 0 #333,
		0px 2px 0 #333,
		0 -2px 0 #333,
		-2px 0 0 #333,
		2px 0 0 #333;
	}
	#timer .yycountdown-box .yyc-min{
		font-size:7vw;
		color:#fff;
		font-weight: bold;
		text-shadow: 2px 2px 0 #333,
		-2px -2px 0 #333,
		-2px 2px 0 #333,
		2px -2px 0 #333,
		0px 2px 0 #333,
		0 -2px 0 #333,
		-2px 0 0 #333,
		2px 0 0 #333;
	}
	#timer .yycountdown-box .yyc-sec{
		font-size:7vw;
		color:#fff;
		font-weight: bold;
		text-shadow: 2px 2px 0 #333,
		-2px -2px 0 #333,
		-2px 2px 0 #333,
		2px -2px 0 #333,
		0px 2px 0 #333,
		0 -2px 0 #333,
		-2px 0 0 #333,
		2px 0 0 #333;
	}
	
	#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: 4vw;
		padding: 0 1%;
		font-weight: bold;
		color: #333;
	}
}