/* ---- 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 {
	width: 980px;
	margin: 0px auto;
	overflow: hidden;
}
.video_outer {
    width: 100%;
    margin: 0px auto;
}
.video_inside {
    width: 980px;
    margin: 10px auto;
    overflow: hidden;
}
.txt_titile {
    width: 98%;
    float: left;
    font-family: Oswald;
    color: #000;
    font-size: 20px;
    padding: 8px 0px;
    margin: 1% 0% 0% 1%;
}
.com_box {
    padding: 1%;
    width: 98%;
    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: 96%;
	float: left;
	margin: 2%;
}
.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;
}












@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%;
}





}
@media screen and (max-width:768px)
{

}

@media screen and (max-width:640px)
{

}
@media screen and (max-width:600px)
{
}
@media screen and (max-width:568px)
{

}

@media screen and (max-width:480px)
{
.video_thumb_image {
    width: 30%;
    float: left;
    margin-right: 2%;
}

}
@media screen and (max-width:375px)
{


}

@media screen and (max-width:360px)
{


}

@media screen and (min-width:769px) and (max-width:800px)
{	

}

@media screen and (min-width:641px) and (max-width:768px)
{
	
}

@media screen and (min-width:601px) and (max-width:640px)
{
	
}

@media screen and (min-width:481px) and (max-width:600px)
{
	
}

@media screen and (min-width:361px) and (max-width:480px)
{
	
}

@media screen and (min-width:321px) and (max-width:360px)
{
	
}

@media screen and (max-width:320px)
{


}




