/* header div.topbar {
    background-color: #E7840E;
}

footer {
    background-color: #E7840E;
} */

#promotion-banner {
	width: 100%;
	background: #000;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 5px 0;
	display:none;
}

#promotion-banner p {
	margin: 0;
	color: #ffffff;
}

section div.img-lbl[class*="lbl-circle-150"]:after { 
    width: 80px; 
    height: 80px; 
    line-height:80px;
}

section div.img-lbl[class*="lbl-circle-150"]:after { 
    font-size: 1.5em;
}

#promotion-banner p a {
    color: #E7840E;
}

#promotion-banner p a:hover
{
	color:#E7840E;
}