body {
    background-color: #FFFFFF;
}

ul.menu-contact {
    margin: 0;
    padding: 10px;
    list-style-type: none;
    text-align: center;
}

ul.menu-contact li {
    display: inline;
    padding: 10px;
    font-size: 20px;
}

ul.menu-contact li i.contact-icon {
    margin-right: 5px;
}

ul.menu-contact li a
{
    color: #666;
}

ul.menu-contact li a:hover
{
    color: #900;
}

.main-menu {
    color: #fff;
    text-transform: uppercase;
}

.main-menu li {
}

.main-menu.nav > li > a {
    color: #fff;
    font-weight: bold;
    padding: 10px 30px;
}

.main-menu.nav>li>a:focus, .main-menu.nav>li>a:hover {
    background-color: #82a2b5;
}

.main-content {
    background-color: #E9E9E9;
}

.article-item {
    padding: 20px 0;
    border-top: solid 1px #D6D6D6;
    margin-top: -1px;
}

.article-item--first {
	border-top: none;
	padding: 0;
margin-top: 0px;
}

.article-item .article-header {
    color: #2b3845;
    text-transform: uppercase;
    font-weight: bold;
    width: 50px;
    border-bottom: solid 2px #2b3845;
    white-space:nowrap;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.article-item .article-footer {
    margin-top: 10px;
}

a, a:hover, a:focus {
    color: #7913B4;
}

.circuit-panel {
    background-color: #fff;
    border: solid 1px #D6D6D6;
    padding: 20px;
    margin-bottom: 20px;
}

.circuit-panel--red {
    background-color: #4A8CF6;
}

.circuit-panel__header {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: solid 2px #4A8CF6;
    width: 40px;
    white-space: nowrap;
    position: relative;
    z-index: 10;
	font-size: 18px;
}

.circuit-panel__header--red {
    color: #fff;
    border-color: #4A8CF6;
}

.circuit-panel__content {
    padding: 20px 0;
    border-top: solid 1px #D6D6D6;
    margin-top: -1px;
}

.circuit-panel__content--border {

}

.circuit-panel__content--no-border {
	border-top: 0px;
}

.event-item {
    padding: 20px 0;
    border-top: solid 1px #D6D6D6;
    margin-top: -1px;
}

.event-item--no-border {
	border-top: 0;
}

.event-item__name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.event-item__link {
    float: right;
    font-weight: bold;
}

.footer-section__header {
    text-transform: uppercase;
    font-weight:bold;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: solid 1px #494A52;
    width: 50px;
    white-space:nowrap;
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-section__content {
    color: #B0B0B0;
}

.footer-section__item {
    margin: 15px 0;
}

.footer-section__link, .footer-section__link:hover {
    color: #B0B0B0;
}

.no-content {
	font-style: italic;
	color: #999;
}


.season-header {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

.season-list {
	border-top: solid 1px #d0d0d0;
	margin-bottom: 20px;
}

.event-row {
	padding: 10px 0;
	border-bottom: solid 1px #d0d0d0;
}

.back-to-top {
	margin-top: 5px;
	text-align: center;
	font-size: 12px;
}

img {
	max-width: 100%;
}

/*ul.sponsors{
	/*margin-left:6px;
}*/
ul.sponsors li{
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	padding: 0 0 10px 6px;
}
ul.sponsors li a{
	display: block;
	padding: 10px;
	margin: 0px;
	border: 4px solid #f9f9f9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
ul.sponsors li a:hover{
	background: #f9f9f9;
	border: 4px solid #eee;
}
ul.sponsors li a img{
	opacity: .8;
	filter: alpha(opacity=80);
}
ul.sponsors li a:hover img{
	opacity: 1;
	filter: alpha(opacity=100);
}
.sponsors img {
	display: inline;
	vertical-align: top;

}
#footer .social-icons {
	float: right;
}
.social-icons {
	margin: 0 0 20px;
}
#footer .social-icons li:first-child {
	margin-left: 0;
}
#footer .social-icons li.title {
	line-height: 30px;
}
#footer .social-icons li {
	margin: 0 0 0 10px;
}
.social-icons li {
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}
#footer .social-icons li {
	margin: 0 0 0 10px;
}
.social-icons li {
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}
.social-icons.colored li.social-twitter a, .social-icons.coloredHov li.social-twitter a:hover {
	background-color: #00bdec;
}
.social-icons.colored li a:hover {
	background-color: #121212;
}
.social-icons li.social-twitter a {
	background-position: 0 0;
}
.social-icons li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-image: url(../images/social-icons-sprite.png);
	background-repeat: no-repeat;
	position: relative;
	background-color: #111;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.social-icons li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-image: url(../images/social-icons-sprite.png);
	background-repeat: no-repeat;
	position: relative;
	background-color: #111;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.social-icons.colored li.social-facebook a, .social-icons.coloredHov li.social-facebook a:hover {
	background-color: #3b5998;
}
.social-icons.colored li a:hover {
	background-color: #121212;
}
.social-icons.colored li a:hover {
	background-color: #121212;
}
.social-icons.colored li.social-mail a, .social-icons.coloredHov li.social-mail a:hover {
	background-color: #b5b5b5;
}
.social-icons li.social-facebook a {
	background-position: -60px 0;
}
.social-icons li.social-mail a {
	background-position: -150px -60px;
}
.social-icons.colored li a:hover {
	background-color: #121212;
}



}
