.vid_divfull
{
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: none;
	cursor: pointer;
}

.vid_divcontainer
{
	position: relative;
	//background-color: red;
}

.vid_iframecontent
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0 none transparent;
	background-color: transparent;
	visibility: hidden;
	//overflow: visible;
}

.vid_aopenvid
{
	cursor: pointer;
	display: block;
	position: absolute;
	top: 50%;
	margin-top:-20px;
	right: -40px;
	height: 40px;
	width: 40px;
	background-image:url("../img/youtube.png");
	z-index: 2;
	transition:all 0.3s;
}

.vid_aopenvid:hover
{
	margin-top:-18px;
}

.vid_aeditvid
{
	cursor: pointer;
	display: block;
	position: absolute;
	top: 50%;
	margin-top:-20px;
	right: -40px;
	height: 40px;
	width: 40px;
	background-image:url("../img/noyoutube.png");
	z-index: 2;
	transition:all 0.3s;
}

.vid_aeditvid:hover
{
	margin-top:-18px;
}

#vid_editbody
{
	position: fixed;
	width: 100%;
	height: 100%;
	color: white;
	background-color: transparent;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0 none transparent;
	font-family: 'Coda', cursive;
	font-weight: 400;
}

#vid_editformcontainer
{
	position: relative;
	top: 5%;
	width: 500px;
	height: 250px;
	margin: 0 auto;
	text-align: center;
	border: 4px solid black;
	background-color: rgba(20, 41, 82, 1.0);
}

#vid_editformexit
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#vid_editforminfo
{
	color: red;
	margin-top: 40px !important;
}

h1,h2,h3
{
	font-family: 'Coda', cursive;
	font-weight: 400;
}

h1 
{
	font-size: 36px;
	color: #ffe400;
	background-image: url("../img/background-h1.png"); 
	text-transform: uppercase; 
	text-align: center;
	background-position: 50% 80%;
	background-size: 40% 1px;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	margin-bottom: 0px;
}


input[type="text"]
{
	width: 60%;
	padding: 11px 10px;
	font-size: 16px;
	outline: none;
	transition: all 0.3s;
       	border: none;
	color: #fff !important;
	background-color: #264667 !important;
	margin-bottom: 15px; 
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

input[type="button"]
{
	background-color: #ffe400 !important;
	height: 35px;
	color: #000 !important;
	font-family: 'Coda', cursive;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	cursor: pointer;
	width: 200px;
	border: none;
}

input[type="button"]:hover
{
	background-color: #000 !important;
	color: #ffe400 !important;
}
