
.video .video-screen {
	position: relative;
	width: 100%;
	height: 540px;
	margin-top: 48px;
	background: #000;
}



.video .overlay-video {
	position: absolute;
	width: 100%;
	height: 100%;
}

.img-bg {
	background-color: #000;
}

.loader {
	width: 80px;
}
.article_body .cbss-video-player {
	display: none;
}

.mp-video-card .video-play-btn {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 30%;
	min-width: 24px;
	cursor: pointer;
	z-index: 1;
	opacity: 0.7;
	transition: all 62ms ease;
	line-height: 0;
}
.mp-vc-lv-list .mp-video-card .mp-vc-title {
	font-size: 16px;
}
.mp-video-card[data-size="small"] .video-play-btn {
	width: 22%;
	min-width: 32px;
}

.mp-vc-lv-list .mp-video-card {
	min-width: 100%;
	max-width: 100%;
}

.mp-video-card,
.mp-video-card:hover,
.mp-video-card:link {
	color: #fff;
	text-decoration: none;
}
.mp-video-card {
	position: relative;
	display: block;
	cursor: pointer;
	color: #fff;
	font-family: Siro, Helvetica, Arial, sans-serif;
	font-size: 12px;
	max-height: 100%;
	max-width: 100%;
	overflow: hidden;
	line-height: 1.33;
}
.mp-video-card:hover .video-play-btn {
	opacity: 0.9;
}
.row {
	max-height: 100%;
	max-width: 100%;
}
tbody.hide-for-touch {
	display: table-row-group !important;
}

.touch tbody.show-for-touch {
	display: table-row-group !important;
}

tr.hide-for-touch {
	display: table-row !important;
}

.touch tr.show-for-touch {
	display: table-row !important;
}
@media only screen and (orientation: portrait) {
	.show-for-portrait,
	.hide-for-landscape {
		display: inherit !important;
	}
	.hide-for-portrait,
	.show-for-landscape {
		display: none !important;
	}
	table.show-for-portrait,
	table.hide-for-landscape {
		display: table;
	}
	thead.show-for-portrait,
	thead.hide-for-landscape {
		display: table-header-group !important;
	}
	tbody.show-for-portrait,
	tbody.hide-for-landscape {
		display: table-row-group !important;
	}
	tr.show-for-portrait,
	tr.hide-for-landscape {
		display: table-row !important;
	}
	td.show-for-portrait,
	td.hide-for-landscape,
	th.show-for-portrait,
	th.hide-for-landscape {
		display: table-cell !important;
	}
}

.show-for-touch {
	display: none !important;
}

.hide-for-touch {
	display: inherit !important;
}

.touch .show-for-touch {
	display: inherit !important;
}

.touch .hide-for-touch {
	display: none !important;
}

table.hide-for-touch {
	display: table;
}

.touch table.show-for-touch {
	display: table;
}

thead.hide-for-touch {
	display: table-header-group !important;
}

.touch thead.show-for-touch {
	display: table-header-group !important;
}



td.hide-for-touch {
	display: table-cell !important;
}

.touch td.show-for-touch {
	display: table-cell !important;
}

th.hide-for-touch {
	display: table-cell !important;
}

.touch th.show-for-touch {
	display: table-cell !important;
}

@media only screen and (orientation: portrait) {
	.show-for-portrait,
	.hide-for-landscape {
		display: inherit !important;
	}
	.hide-for-portrait,
	.show-for-landscape {
		display: none !important;
	}
	table.show-for-portrait,
	table.hide-for-landscape {
		display: table;
	}
	thead.show-for-portrait,
	thead.hide-for-landscape {
		display: table-header-group !important;
	}
	tbody.show-for-portrait,
	tbody.hide-for-landscape {
		display: table-row-group !important;
	}
	tr.show-for-portrait,
	tr.hide-for-landscape {
		display: table-row !important;
	}
	td.show-for-portrait,
	td.hide-for-landscape,
	th.show-for-portrait,
	th.hide-for-landscape {
		display: table-cell !important;
	}
}
@media only screen and (orientation: portrait) {
	.show-for-portrait,
	.hide-for-landscape {
		display: inherit !important;
	}
	.hide-for-portrait,
	.show-for-landscape {
		display: none !important;
	}
	table.show-for-portrait,
	table.hide-for-landscape {
		display: table;
	}
	thead.show-for-portrait,
	thead.hide-for-landscape {
		display: table-header-group !important;
	}
	tbody.show-for-portrait,
	tbody.hide-for-landscape {
		display: table-row-group !important;
	}
	tr.show-for-portrait,
	tr.hide-for-landscape {
		display: table-row !important;
	}
	td.show-for-portrait,
	td.hide-for-landscape,
	th.show-for-portrait,
	th.hide-for-landscape {
		display: table-cell !important;
	}
}

@media only screen and (max-width: 380px) {
	.loader {
		width: 60px;
	}
}
.percent-container p {
	color: #c5c5c5;
	text-align: center;
	width: 100%;
	font-size: 0.9em;
}

.percent-container .percent {
	text-align: center;
	margin-left: 0;
	font-weight: bold;
	margin-top: -20px;
}

@media only screen and (max-width: 380px) {
	.percent-container .percent {
		margin-top: -25px;
	}
}
.percent-container {
	position: absolute;
	width: 200px;
	height: 100px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}


.popup-time {
	width: 100%;
	height: 100%;
	display: none;
}

.popup-time p {
	position: absolute;
	left: 50%;
	top: 45%;
	width: 80%;
	margin-left: -40%;
	font-size: 1.4em;
	font-weight: 600;
	color: #fff;
	text-align: center;
}



.popup-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 100%;
	width: 100%;
	display: none;
	padding: 10px;
}

.popup-container .popup-text {
	font-family: Verdana, Geneva, sans-serif;
	width: 80%;
	height: 130px;
	font-size: 1.9em;
	color: #fff;
	margin: auto;
	margin-top: 180px;
	text-align: center;
	line-height: 1.3;
}


.popup-container .popup-button {
	max-width: 20em;
	padding: 22px;
	margin: 1px auto;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	background: #27c40f;
	background: -moz-linear-gradient(top, #27c40f 0%, #008204 100%);
	background: -webkit-linear-gradient(top, #27c40f 0%, #008204 100%);
	background: linear-gradient(to bottom, #27c40f 0%, #008204 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27c40f', endColorstr='#008204', GradientType=0);
}



.popup-container .popup-button:hover {
	background: #1aba0e;
}
