.overlay {
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 0;
	cursor: default;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 99999;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.popup-video{
	top: 40%;
	left: 50%;
	opacity: 0;
	position: fixed;
	z-index: 999999;
	visibility: hidden;
	display: inline-block;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
	border-radius: 4px;
    border: 1px solid #cccccc;
	background: url(/image/pods/loaderer.gif) center no-repeat;
    background-attachment: fixed;
	background-color: rgba(0, 0, 0, 0.1);
}
.popup-video .title{
	font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    margin: 0;
	position: relative;
	background-color: #eeeeee;
}
.popup-video .fa-times{
	cursor: pointer;
    font-size: 24px;
    color: #cccccc;
	float: right;
    margin: -30px -20px 0 0;
}
.popup-video .fa-times:hover{
    color: #fff;
}
