/* ---- 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: rgb(76, 147, 229); 
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*------------- 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: 100% !important;
    max-width: 1180px !important;
	margin: 0px auto;
	overflow: hidden;
}
.video_outer {
    width: 100%;
    margin: 0px auto;
}
.video_inside {
        width: 100%;
    max-width: 1180px;
    margin: 0px auto;
    overflow: hidden;
}
*{
	box-sizing: border-box;
}
.txt_titile {
    width: 100%;
    float: left;
    font-family: Roboto;
    color: #000;
    font-size: 20px;
    padding: 8px 0px;
    font-weight: 500;
}
.com_box {
    padding: 10px;
    width: 100%;
    float: left;
    background-color: #06033a;
}
.video_left {
    width: 56%;
    float: left;
    margin: 1% 1% 0% 0%;
    position: relative;
    padding-top: 57%;
}
.video_right {
    overflow-y: scroll;
    width: 43%;
    float: left;
    margin: 6px 0% 0px 0%;
    height: 360px;
}
.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 #252347 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: 0px 10px 0px 145px;
}
.video_thumb_txt a, .video_thumb a {
	color: #fff;
	text-decoration: none !important;
}
iframe {
    height: auto;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}





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





@media screen and (max-width:800px)
{
.outer { width: 100%; }
.video_inside {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
}
.video_left {
    width: 100%;
    margin: 0;
}
.video_right {
    height: 275px;
    width: 100%;
}




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

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

}
@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: 120px;
    float: left;
    margin-right: 2%;
}
.video_thumb_txt {
	padding: 0px 0px 0px 10px;
}

.video_thumb_txt {
    line-height: 120%;
    padding: 0px 0px 0px 130px;
}
}
@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)
{


}




