@charset "utf-8";
/* CSS Document */

body {
	/*background:url(images/bg.jpg) repeat;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	background-image: url(../images/bg-2021.jpg);
}

p, h1, h2, h3, h4, h5, h6, div, table, tr, td, ul, ol, li, body {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}

input {
	border:none;
}

h1 {
	font-size: 121%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 112.5%;
}

h3 {
	font-size: 100%;
}

h4 {
	font-size: 87.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h5 {
	font-size: 80%;
}

h6, p {
	font-size: 75%;
}


li {
	list-style: none;
	list-style-image: none;
}
*:focus {
	outline: none;
}
.FloatL {
	/*float: left;*/
}

.ClearB {
	clear: both;
}



.Container {
	margin:0px auto;
	width:75%;
	position:relative;
}

@media screen and (max-width:1024px){
	.Container {width:95%;}
	
	
}
@media screen and (max-width:1439px){
	.Container {width:84%;}
	
}
@media screen and (max-width:1280px){
	.Container {width:90%;}
	
	
}



.SearchBox {
	float:left;
	padding:5px 0;
	width:250px;
}




.Menus{
	float: right;
    display: inline-block;
    width: 100%;
    padding: 0px;
    /* background: #0083C0; */
    box-shadow: 0 2px 2px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0, .5);
    -webkit-box-shadow: 0 2px 2px rgb(0 0 0 / 50%);
    font-size: 15px;
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #f39712 49%, #fbeb13 50%) repeat scroll 0 0;
}

.sLeft, .sRight{
	background:url(images/Search_Left.png) no-repeat;
	width:5px;
	height:29px;
}

.sRight{
	background:url(images/Search_Right.png) no-repeat;
}

.sLeft, .sRight, .sMid{
	float:left;
}

.sMid{
	background:white;
	height:29px;
	width:240px;
}

.SearchBG {
	float:left;
	/*height:28px;*/
	background-color:transparent;
	font-size:13px;
	color:#b7b7b7;
	padding: 4px 0 5px 5px;
	float:left;
	width:200px;
}

.Magnifier {
	background: url(images/sprite.png) no-repeat -133px -123px;
	height:20px;
	width: 30px;
	float:left;
	text-indent:-9999px;
	display:block;
	cursor:pointer;
	margin-top:4px;
	border-left:1px solid #dfdddd;
}
/* styles used in menus */
.MenusHolder {
	width: 100%;
	position: fixed;
    z-index: 1;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	/*background: url(images/MenusHolder.png) repeat-x;*/
	height:50px;
	/*background: #463688;*/
}

.MenusHolder ul > li {
	float: left;
	list-style: none;
	position:relative;
	border-left:1px solid #6267ec;
}

.MenusHolder ul > li:first-child {
	border-left:none;
}

.MenusHolder ul > li > a {
	text-decoration: none;
    color: #101010;
    display: block;
    text-align: center;
    padding: 12px 10px;
    float: left;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;	
}

.MenusHolder ul > li.bnone {
	border-right:none;
}

.Logo{
	/*float:left;*/
	padding-top:50px;
	
}

.Archives{float:right;}
.Archives a{background:#3f62ad; border-radius:5px; -moz- border-radius:5px; -webkit- border-radius:5px; color:#fff; font-size:12px; padding:5px; border:1px solid #3c5ba0;}
.Archives a:hover{background:#3c5ba0;}
.unesco{
	background:url(images/unesco-2019.png) no-repeat 0 0;
	width: 133px;
	height: 110px;
	float: left;
	margin-right: 15px;
}

.apeejay{
	background:url(images/sprite.png) no-repeat -144px 0;
	width: 123px;
	height: 110px;
	float: left;
	margin-right: 15px;
}

.cemca1{
	background:url(images/sprite.png) no-repeat -301px 0;
	width: 62px;
	height: 110px;
	float: left;
	margin-right: 15px;
}.cemca{background: url(images/cemca-logo.png) no-repeat;width: 133px;height: 123px;float: left;margin-right: 15px;}

.Logo h1 a{
	color:#fff;
	text-align:center;
	display:block;
	padding:35px 0; 
	line-height:26px;
	text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}

.ContentWrapper{
	margin:15px 0;
	width:100%;
}

.rightfull  p, .Content p{
	padding: 0px 0;
    line-height: 22px;
    color: #000;
    font-size: 18px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 800;
}

.ContentWrapper h1, .uploadVideos h1{
	color:#e7e8ec;
	font-weight:normal;
	margin:5px 0 10px 0;
}

.ContentWrapper h4, .Content h4{
	color: #111213;
    margin-bottom: 5px;
    /* margin-top: 10px; */
    font-weight: 800;
    /* padding-top: 10px !important; */
    color: #000;
    font-weight: 800;
    font-size: 30px;
    /* padding-bottom: 10px; */
    /* border-bottom: 1px solid #000000; */
    font-family: 'Oswald', sans-serif;
    text-align: center;
}

.ContentWrapper h5, .Vid_Thumb h5{
	color:#020202;
	font-weight: bold;
}

.author{
	color:#7d7d7d;
	font-weight:bold;
	padding:5px 0;
}

/*.leftfull {
	width: 48.5%;
	float: left;
	max-height: 406px;
	overflow:hidden;
}*/

.leftfull {
width: 100%;
float: left;
/*max-height: 488px;*/
margin:15px auto;
overflow: hidden;
}

/*.rightfull {
	width: 48.5%;
	float: right;
	background-color:#fff;
	
	max-height: 406px;
	min-height: 391px;
	overflow:hidden;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}*/

.rightfull {
width:100%;
float: left;
/*background-color: #fff;*/
background: rgba(0, 0, 0, 0) linear-gradient(to left, #f39712 0%, #fbeb13 50%) repeat scroll 0 0;
min-height: 391px;
overflow: hidden;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.aboutus_Cont{
	padding:1%; /* padding:1%; */
	/*height:361px;
	overflow-y:scroll;*/
}
.aboutus_Cont h1, .uploadVideos_Cont h1{ 
	font-size: 30px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 800;
	color: #000000;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 6px double #000000;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}

table, td, th {  
	border: 2px solid #101010;
    text-align: left;
    padding: 5px !important;
    padding-left: 15px !important;
}

table {
  border-collapse: collapse;
  width: 65%;
}

th, td {
  padding: 15px;
}

table p {
    /*text-align: justify;*/
    }

.uploadedVideos, .ViewMore{
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #f9c765; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9c765 0%, #c38e26 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9c765), color-stop(100%,#c38e26)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9c765 0%,#c38e26 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9c765 0%,#c38e26 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9c765 0%,#c38e26 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9c765 0%,#c38e26 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c765', endColorstr='#c38e26',GradientType=0 ); /* IE6-9 */
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-top-left-radius: 15px;
	-moz-border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	width: 95%;
	margin: 0 auto;
	padding: 3px 0;
}

.ViewMore{
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 0;
	border-top-right-radius:0;
	-moz-border-bottom-left-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	-moz-border-top-left-radius: 0;
	-mozborder-top-right-radius:0;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius:0;
	margin-top:-5px;
}

.ViewMore a{
	color:#fff;
}

/*.videobox{
	padding:1%;
	margin-bottom:5px;
}*/

.videobox{
	padding:2%;
	margin-bottom:5px;
}

.videobox img{
	margin-right:10px;
}

.videobox{
	background-color:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}


.uploadVideos{
	width:100%;
	/*background-color:#fff;*/
	background: rgba(0, 0, 0, 0) linear-gradient(to left, #f39712 0%, #fbeb13 50%) repeat scroll 0 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*min-height:500px;*/
	margin:15px 0 8px 0;
}

.uploadVideos_Cont{
	padding:1%; /* padding:1%; */
}

.uploadVideos h3{
    color: #000;
    font-weight: 800;
    font-size: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000000;
    font-family: 'Josefin Sans', sans-serif;
}

.form-left{
	width:40%;
	float:left;
	min-height:250px;
	border-right:1px solid #dfdddd;
}

.uploadVideos input[type="text"]{
	border: 1px solid #151414;
    float: left;
    width: 50%;
    height: 30px;
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #f7c012 0%, #f9dc13 88%) repeat scroll 0 0;
}

.uploadVideos textarea{
	border: 1px solid #0c0c0c;
    float: left;
    width: 50%;
    height: 120px;
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #f7c012 0%, #f9dc13 88%) repeat scroll 0 0;
}

.uploadVideos label{
	width: 25%;
    color: #060606;
    float: left;
    font-size: 100%;
    font-weight: bold;
    display: inline-block;
    width: 125px;
    font-weight: bold;
    /* clear: left; */
    padding: 0px 0;
    line-height: 22px;
    color: #000;
    font-size: 18px;
    font-family: 'Josefin Sans', sans-serif;
}

.form-right label{
	width:28%;
}

.form-right p{
	float:left;
	margin-right:5px;
}

.form-left div, .form-right div{
	padding:10px 0;
}

.submit{
	/*background: url(images/sprite.png) no-repeat -193px -119px;
	width:85px;
	height:26px;
	margin-left:5px;
	color:#fff;
	font-weight:bold;
	cursor:pointer;*/
	height: 35px;
    margin-left: 66px;
    color: #151414;
    font-weight: bold;
    cursor: pointer;
    background: #00ffff00;
    display: inline-block;
    width: 20%;
    border: 1px solid #0e0e0e;
}

.form-right{
	width:57%;
	float:left;
	min-height:250px;
	margin-left:2%;
}

.red{
	font-weight:normal;
	color:#f00;
}

.picture{
	width:80px;
	height:65px;
	border:1px solid #dfdddd;
	float: left;
	margin-right: 10px;
}

.form-right input[type="file"] {
	border: 1px solid #dfdddd;
	width: 76%;	
}

.uploadfile{
	background: #00aeef; /* Old browsers */
	background: -moz-linear-gradient(top,  #00aeef 0%, #047bc1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aeef), color-stop(100%,#047bc1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00aeef 0%,#047bc1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00aeef 0%,#047bc1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00aeef 0%,#047bc1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00aeef 0%,#047bc1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeef', endColorstr='#047bc1',GradientType=0 ); /* IE6-9 */
	width: 90px;
	height: 30px;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
	font-size: 75%;
	margin:3px 0;
	cursor:pointer;
}

.list {
	font-size:13px;
	padding:5px 20px;
	color:#000;
	font-weight:normal;
}

.list li{
	clear:both;
	padding: 0px 0;
    line-height: 22px;
    color: #000;
    font-size: 18px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 800;
}

.list li span, .list1 li span, .listAlpha li span{
	background: url(images/ei.png) no-repeat 0px 2px;
    padding: 5px;
    display: block;
    width: 10px;
    float: left;
    padding-right: 15px;
}


/* styles used in social bar */
.SocialMediaIcon{
	float: right;
    margin-right: 25px;
    margin-top: -25px;
}

.SocialMediaIcon > h3{
	float: left;
    color: #0a0a0a;
    padding-bottom: 0px;
    padding-right: 10px;
    font-size: 18px !important;
    font-weight: 800;
    margin: 0px 5px!important;
    font-family: 'Josefin Sans', sans-serif;
}

.SocialMediaIcon>ul {
	float:left;
}
.SocialMediaIcon>ul>li {
	float: left;
}
.SocialMediaIcon>ul>li>a {
	background: url(images/sprite.png) no-repeat;
	width: 24px;
	height: 25px;
	text-indent: -9999px;
	text-align:center;
	float: left;
}
.SocialMediaIcon>ul>li.Twitter>a {
	background-position: -13px -124px;
}
.SocialMediaIcon>ul>li.Facebook>a {
	background-position: -35px -124px;
}
.SocialMediaIcon>ul>li.Linkedin>a {
	background-position: -56px -124px;
}
.SocialMediaIcon>ul>li.GooglePlus>a {
	background-position: -80px -124px;
}
.SocialMediaIcon>ul>li.Youtube>a {
	background-position: -102px -124px;
}

.footer{
	padding:10px 5px 8px 5px;
	color:#fff;
	clear:both;
	background: rgba(0, 0, 0, 0) linear-gradient(to left, #f39712 0%, #fbeb13 50%) repeat scroll 0 0;
}

.footer a{
	color:#fff;
}

.footer a:hover{
	text-decoration:underline;
}

.backtoTop{
	position:fixed;
	bottom:5px;
	right:5px;
	z-index: 9999;
	outline:none;
}
/*-----------form validation---------------*/

#wrap { 
	width:820px; 
	padding:20px; 
	margin:20px auto;
	background:#fff;
	border:1px solid #cc;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
div#wrap2 {
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    padding:15px;
}
h2.free_account {
    color: #3399FF;
    display: block;
    margin-bottom: 25px;
}
form#register_form label { 
	display:inline-block; /* with block na */
	width:125px;
	font-weight:bold;
}
form#register_form label:after { 
/*	content:":" */
}
form#register_form input[type='text'], input[type='password'] { 
	display:inline-block; /* with block na */
	width:200px;
	border:1px solid #ccc;
	margin:0;
	padding:5px;
}
form#register_form select {
    border: 1px solid #CCCCCC;
    display: inline-block;
    margin: 0;
    padding: 5px 0;
    width: 68px;
}
form#register_form input[name='submit'] { 
	border:1px solid #3399FF;
	background:#3399FF;
	border-radius: 5px;
	margin:10px;
	color:#FFF;
	padding:5px;
	font-weight:bold
}
form#register_form input[name='submit'] { 
	cursor:pointer;
}
p.validate_msg {
    border: 1px solid #FF0000;
    font-weight: bold;
    padding: 10px;
	display:none;
	margin-bottom:25px
}
span.validate  {
	color:#F00;
	padding-left:8px;
	font-style:italic;
	font-size:11px;
}
/*-----------form validation---------------*/

#wrap { 
	width:820px; 
	padding:20px; 
	margin:20px auto;
	background:#fff;
	border:1px solid #cc;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
div#wrap2 {
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    padding:15px;
}
h2.free_account {
    color: #3399FF;
    display: block;
    margin-bottom: 25px;
}
form#register_form label { 
	display: inline-block;
    width: 125px;
    font-weight: bold;
    /* clear: left; */
    padding: 0px 0;
    line-height: 22px;
    color: #000;
    font-size: 18px;
    font-family: 'Josefin Sans', sans-serif;
}
form#register_form label:after { 
	/*content:":" */
}
form#register_form input[type='text'], input[type='password'] { 
	display: inline-block;
    width: 75%;
    border: 1px solid #0e0e0e;
    margin: 0;
    padding: 18px;
    border-radius: 5px;
    background: #ffeb3b;
}
form#register_form select {
    border: 1px solid #CCCCCC;
    display: inline-block;
    margin: 0;
    padding: 5px 0;
    width: 68px;
}
form#register_form input[name='submit'] { 
	border:1px solid #3399FF;
	background:#3399FF;
	border-radius: 5px;
	margin:10px;
	color:#FFF;
	padding:5px;
	font-weight:bold
}
form#register_form input[name='submit'] { 
	cursor:pointer;
}
p.validate_msg {
    border: 1px solid #FF0000;
    font-weight: bold;
    padding: 10px;
	display:none;
	margin-bottom:25px
}
span.validate  {
	color:#F00;
	padding-left:8px;
	font-style:italic;
	font-size:11px;
	margin-left:117px;
}

@media screen and (max-width:1024px){
span.validate  {margin-left:0; padding-left:0;}
}
.validationstar 
{ 
margin-left: 3px;
color: red;
}

/* VideoLanding starts */
.yellowTab{
	background:url(images/yellowTab.jpg) repeat-x;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:100%;
	height:37px;
	margin:10px 0;
}

.yellowTab h4{
	color:#fff;
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
}

.Vid_Thumb{
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float:left;
	width:100%;
	margin:.5%;
	min-height:350px;
	background:#fff;
	padding:8px;
	position:relative;
	min-height: 300px;
	height: 320px;
	margin-bottom: 25px;
}

.Vid_Thumb img{
	width:100%;
}

.pagination{
	float: right;
	background: white;
	border-radius: 10px;
	padding: 2px 10px;
	margin: 4px 10px;
}

.pagination a{
	color:#bbb;
}

.pagination input{
	text-align:center;
	color:#bbb;
}

/*---CAPCHA WAPER--- */

.vpb_captcha_wrapper {
/*width: 280px;*/
height: auto;
padding: 10px;
border: solid 1px #cbcbcb;
background-color: #FFF;
box-shadow: 0 0 20px #cbcbcb;
-moz-box-shadow: 0 0 20px #cbcbcb;
-webkit-box-shadow: 0 0 20px #cbcbcb;
border-top: solid 0px #cbcbcb;
text-align: center;
position: relative;
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
float: left;
}

.list1 li{
	font-size:13px;
	line-height:18px;
	clear:left;
}

.list1 li a, .listNumeric li a, .Content p a{
	color: #9108d8;
    padding: 0px 0;
    line-height: 22px;
    font-size: 18px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 800;
}

.list1 li a:hover, .listNumeric li a:hover, .Content p a:hover{
	text-decoration:underline;
}

.aboutus_Cont h6{
	margin-top:10px;
	font-weight: 800;
	font-size: 18px;
	color: #000;
}

.aboutus_Cont h6 a{
color:#ab9f73;
font-family: Georgia, "Times New Roman", Times, serif;	
}

.listNumeric{
	padding-top:5px;
	padding-left:25px;
}

.listNumeric li{
	list-style:decimal;
	font-size:13px;
	line-height:20px;
	clear:left;
	

}
ol {
    counter-reset: item;
}

ol > li {
    counter-increment: item;
}

ol ol > li {
    display: block;
}

ol ol > li:before {
    content: counters(item, ".") ". ";
    margin-left: -20px;
}



.listNumeric li ul li{
	list-style:decimal;
}

.listAlpha{
	padding-top:5px;
	padding-left:5px;
}

.listAlpha li{
	clear: left;
    padding: 0px 0;
    line-height: 22px;
    color: #000;
    font-size: 18px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 800;
}

.Content h5{
	padding-top: 10px !important;
    color: #000;
    font-weight: 800;
    font-size: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    font-family: 'Josefin Sans', sans-serif;
}

.mar25L{
	margin-left:25px;
}

.link{
	color:#39c;
}

.link:hover{
	text-decoration:underline;
}
	

	
	
#menu_2.reg_close{
	/*left: 40%;
    position: absolute;
    top:5%;
    width: 25%;*/
	display:none;
	position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgb(0 0 0 / 63%);
    top: 0;
    left: 0;
    z-index: 9999999999999!important;
}
.reg_close .uploadVideos_Cont{padding: 5%;position:relative;}
.reg_close .close{
	position: absolute;
    right: 10px;
    top: 5px;
}
.reg_close .close:hover{
	background-color: #DDDDDD;
    border: 1px solid #CCCCCC;
}
.reg_close .close-btn{
	background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    color: #000000;
    font-size: 11px;
    line-height: 14px;
    padding: 0 4px;
    text-align: center;
    text-decoration: none;
}
.reg_close .uploadVideos{box-shadow: 0 0 40px #333;max-width: 800px;display: block;margin: 0 auto;height: auto;}
.reg_close h1{font-weight:bold; color:#444;}
.reg_close h1 span{color:#f00;}





.label{
position: absolute;
right: 5px;
bottom: -13px;
}

.footer p{
	clear: both;
    padding: 0px 0;
    line-height: 22px;
    color: #000;
    font-size: 18px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 800;
}
.FloatR{float:right;}
.popupBox{
/*	display:none; */
position:fixed;
width:100%; height:100%;
z-index:100;
}
.splashscreen{
  position:fixed;
  z-index: 100;
  left: 50%;
  margin-left: -400px;
  top: 50%;
  margin-top: -282.5px;
  border:10px solid #fff;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}
.overlay{
	width:100%;
	height:100%; 
	position:fixed;
	background:url(images/overlay.png) repeat 0 0;
	opacity:0.93 !important;
	filter:alpha(opacity=93);
	z-index:100;
}
.close{
  position: absolute;
  top: 0;
  right: 0;
  background: url(images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
.delay{display:none;}

.reg_close h6 span {
    color: #f00;
}

.reg_close h6 {
    font-weight: bold;
    color: #f9f5f5;
}

.uploadVideos_Cont h6 {
    text-align: center;
    padding-top: 10px !important;
    color: #000;
    font-weight: 800;
    font-size: 25px;
    padding-bottom: 10px;
    font-family: 'Josefin Sans', sans-serif;
}

.AllVideos {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, #f39712 49%, #fbeb13 50%) repeat scroll 0 0;
    display: inline-block;
    margin: 15px 0;
    padding: 10px;
}