.marquee{

	height: 20px;
}

.event-ticker{
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}

.event-ticker__track{
	display: inline-block;
	white-space: nowrap;
	will-change: transform;
	-webkit-animation: event-ticker-scroll 25s linear infinite;
	animation: event-ticker-scroll 25s linear infinite;
}

.event-ticker:hover .event-ticker__track,
.event-ticker:focus-within .event-ticker__track{
	animation-play-state: paused;
}


@-webkit-keyframes event-ticker-scroll{
	0%{
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100%{
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes event-ticker-scroll{
	0%{
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100%{
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.container-fluid {
   	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}



.eventbar {
    background-color: #dce4ea;
}



.eventbar .marquee a {
    color: #c30;
}

a, a:active, a:focus {
    outline: 0!important;
}




.BottomLogoBlock {

	width: 998px;

	margin: 4px 0 0 0;

	padding: 8px 0;

	text-align: center;

/*	background-color: #f0e9da;*/

	/*font: bold 11px Georgia, "Times New Roman", Times, serif;	*/

	color: #111111;

	color: #111111;	

	}	


.BottomLogoBlock img {

	vertical-align: middle;

	margin: 0 0 0 64px;

	border: none;

	}	


