/*
	@Author: QueCódigo!
	@Page: www.QueCodigo.com/ayuda/QCvideo
	@Theme: Default_require
*/
body.QCVideo-embed{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	background: #000 none repeat scroll 0% 0%;
}
#content-video{
	margin: 0px;
	padding: 0px;
	background: #000 none repeat scroll 0% 0%;
	position: relative;
}
body.QCVideo-embed > #content-video{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
video{
	width: 100%;
	height: 100%;
}
.context-menu-list{
	display: none;  
	width: 165px;
	padding: 6px;
	background: #171717;
	border: 1px solid #3e3e3e;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	position: absolute;
}
.context-menu-list ul{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #6d6d6d;
	border: 1px solid #171717;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	list-style: none;
}
.context-menu-list li{
	line-height: 1.5em;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	border-bottom: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	list-style: none;
}
.context-menu-list li:hover{
	background-color: #DEF;
}

:full-screen{
	background: #000;
	width: 100%;
	height: 100%;
}
:-webkit-full-screen {
	background: #000;
	width: 100%;
	height: 100%;
}
:-moz-full-screen {
	background: #000;
	width: 100%;
	height: 100%;
}
@media screen and (view-mode: fullscreen) {
	*{
		background: #000;
		width: 100%;
		height: 100%;
	}
}
/*--------ERROR DE VIDEO ------------*/
body.repro > #content-video > #error-wrapper{
	position: relative;
	z-index: 1;
	overflow-y: auto;
	width: 100%;
	padding-top: 17%;
	color: #FFF;
	font-size: 30px;
	text-align: center;
}
body.repro > #content-video > #error-wrapper > #page{
	margin-top: 15px;
	max-width: 1680px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
body.repro > #content-video > #error-wrapper > #page > .row{
	margin-left: -15px;
	margin-right: -15px;
}
body.repro > #content-video > #error-wrapper > #page > .row > .main{
	width: 100%;
}
body.repro > #content-video > #error-wrapper > #page > .row > .main > .box{
	max-width: 300px;
	margin: 0 auto;
}