/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/


#top-bar {background-color: #af1b16 !important;border-bottom: none;}
.top-links li, #top-social li {border-color: #c16060 !important;}
.top-links li:hover {background-color: #d63a35 !important;}
.top-links li > a, #top-social li a {color: #fff !important;}

@media all and (min-width: 992px) {
	#header {background-image:url(../images/magazine/header-bg.jpg);background-repeat:no-repeat;background-position:top center;background-size: 100% 100px;}
}
.top-advert {padding: 0;border:none;}

#primary-menu.style-2 {background-color: #fbfbfb;}

.col_one_fourth:nth-child(5n+4) {margin-right:0 !important;}
.col_one_fifth:nth-child(5n+5) {margin-right:0 !important;}


.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #af1b16;
	border-color: #ce201a;
}

@media all and (min-width: 992px) {
	.scores {display:none;}
}
@media all and (max-width: 992px) {
	.scores {
		background: #007ed8;
		color: #fff;
		text-align: center;
		font-weight: bold;
		padding: 11px;
		display: block;
	}
}