#popup {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 1750;
	top: 0px;
	overflow:hidden;
}

#popup_content {
	height: 100%;
	padding-bottom: 0;
	width: 100%;
}

#popup_back {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -50;
	background: rgba(0,0,0,0.85);
	cursor: pointer;	
}

#popup_close {
	position: relative;
	width:100%;
	text-align:right;
	height:35px;	
	overflow: hidden;
	border: none;
	background: url(../img/close.svg) no-repeat top right;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
	cursor:pointer;
}


/* =============================================================================
   POPUP VIDEO
   ========================================================================== */

#video_iframe {
	position: relative;
	/*padding-bottom: 50.25%;*/
	height:100%; 
	overflow: hidden;
	width: 100%;	
}

#video_iframe iframe, 
#video_iframe embed, 
#video_iframe object, 
#video_iframe video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*
#video_iframe:before,
#video_iframe:after {
	content:'';
	display:block;
	width:100%;
	height:1px;
	position: absolute;
	left:0;
	right:0;
	margin:auto;
	z-index: 100;
	background: -moz-linear-gradient(left,  rgba(230,183,30,0) 0%, rgba(230,183,30,0.8) 25%, rgba(230,183,30,1) 52%, rgba(230,183,30,0.8) 75%, rgba(230,183,30,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(230,183,30,0) 0%,rgba(230,183,30,0.8) 25%,rgba(230,183,30,1) 52%,rgba(230,183,30,0.8) 75%,rgba(230,183,30,0) 100%);
	background: linear-gradient(to right,  rgba(230,183,30,0) 0%,rgba(230,183,30,0.8) 25%,rgba(230,183,30,1) 52%,rgba(230,183,30,0.8) 75%,rgba(230,183,30,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}
#video_iframe:before {
	top:0px;
}
#video_iframe:after {
	bottom:0px;
}
*/
