.poptrox-popup-wide .closer,
.poptrox-popup .closer {
	display: block!important;
	right: 0px!important;
	top: 0px!important;
	z-index: 10000!important;
	width: 100px!important;
	height: 100px!important;
	line-height: 0px!important;
	text-indent: -10000px!important;
	background: transparent url(../img/@1-close-window.png) center center no-repeat!important;
	background-size: 20px 20px!important;;
	-webkit-background-size: 20px 20px!important;;
	-moz-background-size: 20px 20px!important;;
	-o-background-size: 20px 20px!important;;
	-ms-behavior: url(../css/backgroundsize.min.htc);
}


.poptrox-popup {
	-webkit-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.25);
	border: 1px solid #e3e3e3;
	height: 400px!important;
}

.lt-ie9 .poptrox-popup .closer,
.lt-ie9 .poptrox-popup-wide .closer {
	right: 20px!important;
}

.lt-ie9 .poptrox-popup {
	border: 3px solid #e3e3e3!important;
	border-bottom: 6px solid #e3e3e3!important;
	height: auto!important;
}

.poptrox-popup .pic,
.poptrox-popup iframe {
	height: 400px!important;
}

.poptrox-popup-wide .pic,
.poptrox-popup-wide {
	height: 100%!important;
}

.poptrox-popup-wide iframe {
	height: 100%!important;
}



@media screen and (min-width: 48em) {
	.poptrox-popup-wide .closer,
	.poptrox-popup .closer{
		background-size: 25px 25px!important;;
		-webkit-background-size: 20px 20px!important;;
		-moz-background-size: 20px 20px!important;;
		-o-background-size: 20px 20px!important;;
		-ms-behavior: url(../css/backgroundsize.min.htc);
		}
		
	.poptrox-popup-wide .pic,
	.poptrox-popup-wide  {
		height: 700px!important;
	}
	
	.poptrox-popup-wide iframe {
		overflow: hidden;
	}
	
	.poptrox-popup iframe,
	.poptrox-popup,
	.poptrox-popup .pic{
		height: 300px!important;
	}
}
/*

.poptrox-popup .pic {
	overflow: -moz-scrollbars-none;
	margin: 0!important;
	padding: 0px!important;
	min-width:1080px!important;
}
.poptrox-popup iframe {
	min-width:1080px!important;
}
*/