#backgroundPopup {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background: rgba(0, 0, 0, 0.9);
	z-index:1000;
}
#popupContact { margin:0 auto; text-align:center;
	display:none;
	position:fixed !important;
	_position:absolute;
	width:auto;
	height:auto;
	_width:auto;
	_height:auto;
	border:0;
	padding:10px;
	z-index:1100;
	overflow:hidden;
}

#popupContact img {
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
filter: grayscale(0%);
}
#popupContactClose {
	font-size:14px;
	line-height:14px;
	right:0;
	_right:120px;
	top:0;
	position:absolute;
	color:#fff;
	font-weight:700;
	display:block;
	cursor:pointer;
	z-index: 10;
}
a#popupContactClose {
	text-decoration:none;
	color:#fff;
}
.close-popup {
	background: #fff;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	display: -webkit-box;display: -ms-flexbox;display: flex; 
	-webkit-box-align: center;-ms-flex-align: center;align-items: center;
	justify-content: center;
	-webkit-box-pack: center; -ms-flex-pack: center;justify-content: center;
}
.close-popup img {width: 15px;height: 15px;}
.img-popup-index {height:auto;}


@media only screen and (max-width: 1366px) {
    /* #popupContact {width: 50%;} */
    #popupContact img {max-width: 100%;height: auto; margin: 0 auto;}
	.img-popup-index {width:500px!important;}
	.close-popup {width: 25px;height: 25px;}
	.close-popup img {width: 12px !important}
}
@media only screen and (max-width: 1024px) {
    #popupContact {width: auto;}
}

@media screen and (max-width: 800px){
.popup { width:100%; height:auto; }
.popup img { width:100%; height:auto; }
}
