/* 
	author: istockphp.com
*/
.backgroundPopup { 
	z-index:1010;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}
#toPopup {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
    left: 50%;
    margin-left: -302px;
    position: fixed;
    top: 20%;
    width: 600px;
    z-index: 1011;
}
#videoPopup {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
    left: 50%;
    margin-left: -280px;
    position: fixed;
    top: 20%;
    width: 560px;
    z-index: 1011;
    max-width: 100%;
}
#videoPopup iframe{
	max-width: 100%;
	display: block;
}
div.loader {
    background: url("../images/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
@media only screen and (max-width: 768px) {	
	#videoPopup {
		left: 0px;
		margin-left: 0px;
		width:100%;
	}
	#videoPopup iframe{
		width: 100%;
		height: auto;
	}
}