.clear {
	clear: both;
}

.footer-logo--has-txt .footer-logo__heading {
	display: block;
	vertical-align: middle;
	padding-top: 10px;
}

.site-wrapper {
	background: #edeff4;
}

.main-nav__sub li a {
	padding: 8px 16px;
}

body {
	background: #16171a;
}

.game-result__team-logo {
	max-height: 100px;
	max-width: 100px;
}

/* Match Table */
#bracketDisplay {
	padding: 10px;
	background: #FFF;
	border: 1px solid #dedede;
	position: relative;
}

.mHighlight {
	background: #808080 !important;
}

.match {
	font-weight: bold;
	height: 26px;
	line-height: 24px;
	margin-top: -1px;
}

.mTeam {
	padding-left: 5px;
}

.match .winner {
	color: #090;
}

.match .loser {
	color: #f00;
}

.matchIN {
	position: relative;
}

.mTeam {
	position: absolute;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
	text-overflow: ellipsis;
}

.mTeam a {
	text-overflow: ellipsis;
	overflow: hidden;
}

.mScore {
	right: 0;
	position: absolute;
	background: #efefef;
	width: 25px;
	text-align: center;
	font-weight: normal !important;
	box-sizing: border-box;
}

.mNumber {
	position: absolute;
	font-weight: normal !important;
	font-size: 9px;
	box-sizing: border-box;
	text-align: center;
	width: 25px;
	z-index: 999;
}

.mNumber a {
	display: block;
}

.mNumberMark {
	background: rgba(249, 160, 40, 0.3) !important;
}

.matchFU {
	background: rgb(120, 120, 120) !important;
}

.mLink {
	font-weight: normal !important;
	font-size: 10px;
}

/** Matches **/
.line {
	background: #0d7db5;
}

.match {
	color: rgb(249, 160, 40);
	border: 1px solid #0d7db5 !important;
	background: rgb(85, 85, 85);
}

.match a {
	color: rgb(249, 160, 40) !important;
}

.mScore {
	border-left: 1px solid #0d7db5 !important;
}

.mNumber {
	background: #6d6d6d;
	border-right: 1px solid #0d7db5 !important;
}

.mline {
	border-right: 1px solid #0d7db5 !important;
}

.mLink {
	color: #7d7d7d;
}

.img-card::before {
	content: "";
	background: #000;
	opacity: 0.5;
	position: absolute;
	width: 100%;
	height: 100%;
}

.img-card p {
	color: #FFF;
}

.img-card .card__content {
	padding: 48px;
}

.short-menu::before {
	width: 63% !important;
}

.game-banner {
	background: url('/temp/game_bnner.jpg');
}

.game-banner .header__secondary,.game-banner .header__primary {
	background: none;
}

.game-banner::before {
	content: "";
	background: #000;
	opacity: 0.8;
	position: absolute;
	width: 100%;
	height: 100%;
}

.banner-overlay::after {
	content: "";
	background: #000;
	opacity: 0.7;
	position: absolute;
	width: 100%;
	height: 100%;
}