.top-top-bar .top-top-bar-message{
	background: #DC215F;
	text-align: center;
	color: white;
	font-family: 'TrebuchetMS';
	font-size: 14px;
	padding: 12px 0;
}
.top-top-bar .top-top-bar-message .message a{
	color: white;
	text-decoration: underline;
}
@media screen and (max-width: 769px){
	.top-top-bar .top-top-bar-message{
		padding: 8px 0;
	}
	.top-top-bar .top-top-bar-message span{
		max-width: 300px;
    	display: block;
    	margin: 0 auto;
	}
}
@media screen and (max-width: 300px){
	.top-top-bar .top-top-bar-message span{
		padding-left: 15px;
		padding-right: 15px;
	}
}