html, body {
	color: #fff;
}

body {
	background: #000;
	text-align: center;
	font-size: 0.9375rem;
}

.hidden {
	display: none;
}

.playerContainer {
	display: none;
	background: #000;
	text-align: center;
}

.playerOverlay .mediaImage {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.playerOverlay .note {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 0;
	color: #fff;
	text-align: center;
	margin: 0;
}

.playerOverlay .note p {
	font-size: 0.875rem;
}

.playerOverlay .note ul,
.playerOverlay .note p {
	margin: 0 auto 5px;
	padding: 0;
}

.playerOverlay .note p.memberLogin {
	margin-top: 5px;
	color: rgba(255, 255, 255, 0.7);
}

.playerOverlay .note p.memberLogin a,
.playerOverlay .note p.memberLogin a:active {
	color: #fff;
}

.playerOverlay .note .btn-primary {
	line-height: 1.1;
	padding: .375rem 1.5rem;
}

.playerOverlay .note ul li {
	display: inline-block;
	padding: 0 5px;
	margin: 0;
}

.playerOverlay .note li .button {
	display: block;
	float: left;
}


.playerOverlay .note a.button span {
	display: block;
	color: #000000;
}

.liveEventCounter {
	margin-bottom: 10px;
}

.liveEventCounter .head {
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.liveEventCounter p {
	margin-bottom: 0 !important;
	font-size: 80% !important;
	opacity: .8;
}

.liveEventCounter .counterCell {
	margin: 0 5px;
	padding: 4px 12px 10px 12px;
	min-width: 70px;
	border-radius: 6px;
	font-size: 40px;
	font-weight: lighter;
	line-height: 1;
	background: #000000ab;
}

.liveEventCounter .counterCell span {
	display: block;
	padding-top: 4px;
	font-size: 13px;
	text-transform: uppercase;
	opacity: .7;
}

#customError,
#geoBlockedMessage {
	display: none;
	position: absolute;
	text-align: center;
	padding: .8rem 1.5rem;
	background: rgba(0, 0, 0, .5);
	border-radius: 6px;
	width: 90%;
	max-width: 400px;
}

#customError p,
#geoBlockedMessage p {
	margin: 0;
}