@charset "utf-8";
/* CSS Document */
/* ---- RESET ----- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	font-weight: normal;
	width: auto;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
* {
	outline: 0px;
}
::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(204, 204, 204, 0.8);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255, 0, 0, 0.4);
}
/*------------- main styles ----------------*/
.fest_container {
	background-position: center top;
	width: 100%;
	overflow: hidden;
	height: auto;
	background-image: url('../images/bg-main.jpg');
	background-repeat: no-repeat;
	background-color: #0E1321;
}
.outer {
	max-width: 980px;
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}
.video_outer {
	width: 100%;
	margin: 0px auto;
}
.video_inside {
	max-width: 1180px;
	width: 100%;
	margin: 10px auto;
	overflow: hidden;
}
* {
	box-sizing: border-box;
}
.txt_titile {
	width: 100%;
	float: left;
	font-family: Roboto;
	color: #000;
	font-size: 20px;
	padding: 8px 0px;
	margin: 0%;
	font-weight: 500;
}
.com_box {
	padding: 1%;
	width: 100%;
	float: left;
	background-color: #333333;
}
.video_left {
	width: 56%;
	float: left;
	margin: 0% 1% 0% 0%;
}
.video_right {
	overflow-y: scroll;
	width: 43%;
	float: left;
	margin: 6px 0% 0px 0%;
	height: 300px;
}
.video_com_box {
	width: 100%;
	float: left;
	margin: 0px 0px 5px 0px;
}
.video_thumb {
	width: 100%;
	float: left;
	margin: 0%;
	padding: 10px;
	border-bottom: 1px #404040 solid;
}
.video_thumb_image {
	width: auto;
	float: left;
	margin-right: 2%;
}
.video_thumb_image img {
	width: 100%;
	float: left;
}
.video_thumb_txt {
	font-family: PanchariUni;
	font-size: 18px;
	color: #fff;
	line-height: 120%;
	padding: 10px 0% 10px 4%;
	border-bottom: 1px #333 dotted;
}
.video_thumb_txt a, .video_thumb a {
	color: #fff;
	text-decoration: none !important;
}
.video_left iframe {
	height: 360px !important;
}
@media screen and (max-width:800px) {
	.video_left iframe {
		height: 310px !important;
	}
}
@media screen and (max-width:800px) {
	.outer {
		width: 100%;
	}
	.video_inside {
		width: 100%;
		margin: 10px auto;
		overflow: hidden;
	}
	.video_left {
		width: 96%;
		margin: 0% 2% 0% 2%;
	}
	.video_right {
		width: 98%;
	}
	.video_left iframe {
		height: 422px !important;
	}
}
@media screen and (max-width:736px) {
	.video_left iframe {
		height: 390px !important;
	}
}
@media screen and (max-width:640px) {
	.video_left iframe {
		height: 330px !important;
	}
}
@media screen and (max-width:600px) {
	.video_left iframe {
		height: 310px !important;
	}
}
@media screen and (max-width:568px) {
	.video_left iframe {
		height: 295px !important;
	}
}
@media screen and (max-width:480px) {
	.video_thumb_image {
		width: 30%;
		float: left;
		margin-right: 2%;
	}
	.video_thumb_txt {
		padding: 0px 0px 0px 10px;
	}
	.video_left iframe {
		height: 260px !important;
	}
}
@media screen and (max-width:416px) {
	.video_left iframe {
		height: 215px !important;
	}
}
@media screen and (max-width:375px) {
	.video_left iframe {
		height: 195px !important;
	}
}
@media screen and (max-width:360px) {
	.video_left iframe {
		height: 180px !important;
	}
}
@media screen and (max-width:320px) {
	.video_left iframe {
		height: 170px !important;
	}
}
