/* @import url(http://fonts.googleapis.com/css?family=Creepster); */
#wnb-bar{
	position:absolute;
	width:100%;
	z-index:99999;
	/* min-width:700px; */
	background:#CB391F !important;
	top:0px;
	left:0px;
	height: 85px;

	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;

	padding-top: 16px;
	padding-bottom: 16px;
}

#wnb-bar .content {
	margin-bottom: 0px !important;
}

#wnb-bar h3 {
	text-transform: uppercase;
	color: white;
	margin: 0;
	font-size: 120%;
}

#wnb-bar p {
	margin: 0;
	color: white;
	font-size: 90%;
}

#wnb-bar a, #wnb-bar a:link, #wnb-bar a:active, #wnb-bar a:visited, #wnb-bar a:hover{
	color:#fff;
	text-decoration:underline;
}

.wnb-bar-button {
	height: 49px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #ffb00e !important;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 500;
	color: #fff !important;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	text-decoration: none !important;
	font-size: 18px;
	margin-left: 24px;
}

.wnb-bar-button:hover {
	background-color: #e76054 !important;
	border: 1px solid white;
}

.promotion__countdown {
	display: flex;
	flex-direction: row;
	color: #ffe400;
	margin-right: 32px;
}

.promotion__countdown__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.promotion__countdown__item:not(:first-child){
	margin-left: 12px;
}

@media only screen and (max-width: 700px) {
	.promotion__countdown {
		display: none;
	}

	#wnb-bar .content {
		text-align: center;
	}
}

@media only screen and (max-width: 500px) {
	.wnb-bar-button {
		display: none;
	}
}
