.div-notify {
	display: none;
}
/*--------------------------------------------------------------------------------------------------------------------------------------*/
#countdown-con-container {
	position:relative;
	display:none;
	width:100%;
	height:200px;
	margin-bottom:20px;
	background:#000 url(/img/countdown/countdown.jpg) no-repeat center;
	background-size:cover;
}
#countdown-ovr-body {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	background:linear-gradient(to right,rgba(237,203,116,.8),rgba(149,103,28,.8));
}
#countdown-tx1-body {
	font-family:helvetica;
	font-size:14px;
	line-height:70px;
	position:absolute;
	z-index:2;
	width:100%;
	height:70px;
	text-align:center;
	text-indent:8px;
	letter-spacing:8px;
	color:#fff;
}
#countdown-tx2-body {
	font-family:helvetica;
	font-size:16px;
	line-height:70px;
	position:absolute;
	z-index:2;
	top:70px;
	width:100%;
	height:70px;
	text-align:center;
	color:#fff;
}
#countdown-btn-body {
	position:absolute;
	z-index:3;
	bottom:10px;
	left:50%;
	width:180px;
	height:64px;
	margin:0 -90px;
	cursor:pointer;
	background:url(/img/icons/panels/server.png) no-repeat center;
	background-size:130px;
}
#countdown-div-body {
	position:absolute;
	z-index:2;
	top:70px;
	left:50%;
	width:40px;
	height:1px;
	margin:0 -20px;
	background: #fff;
}
/*--------------------------------------------------------------------------------------------------------------------------------------*/
#announce-con-content {
	position:fixed;
	z-index:200;
	width:100%;
	height:100%;
}
#announce-btn-overlay {
	position:absolute;
	z-index:10;
	width:100%;
	height:100%;
}
#announce-con-overlay {
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
}
#announce-ico-content {
	position:absolute;
	top:-124px;
	width:100%;
	height:124px;
	background:url('/img/countdown/logo.png') no-repeat center;
	background-size:160px;
}
#announce-btn-discord {
	position:absolute;
	z-index:9999;
	bottom:0;
	left:0;
	width:132px;
	height:64px;
	cursor:pointer;
	background:url(/img/icons/panels/server.png) no-repeat center;
	background-size:100px;
}
#announce-btn-continue {
	position:relative;
	top:16px;
	left:50%;
	width: 76px;
	height:40px;
	margin: 0 -38px;
	cursor:pointer;
	text-align:center;
	border-radius: 6px;
	font-family: helvetica;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	background: rgba(255, 255, 255, .1);
}
#announce-btn-continue:hover {
	background:rgba(255, 255, 255, .2);
}