﻿#backgroundPopup {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#0000008f;
	z-index:10000;
}



#popupContact { margin:0 auto;/* padding-top:7.5% !important;*/ text-align:  center;
	display:none;
	position:fixed !important;
	_position:absolute; /* hack for internet explorer 6*/
	/*height:384px;*/
	/*left: 326.5px !important;
	top: 135px!important;*/

width:1080px;
	height:603px;
	display:flex;justify-content:center;flex-direction:column;
	_width:auto;
	_height:auto;
	background:rgba(255,255,255,0);
	border:0px;
	padding:5px;
	z-index:10001;
	overflow:hidden;
}
#popupContactClose {
	font-size:20px;
	line-height:25px;
	right:17px;
	_right:120px;
	top:17px;
	position:absolute;
	color:#40908d;
	/*color:#88d415;*/
font-weight:700;
	display:block;
	cursor:pointer;
	z-index: 100002;
	background:none;
}
a#popupContactClose {
    text-decoration: none;
    color: #fff;
    background: #7e0000;
    font-size: 17px;
    font-weight: 300;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding-top: 4px;
}

/*@media screen and (max-width:1900px) {
	#popupContact{left: 230px!important}
}

@media screen and (max-width:1366px) {
	#popupContact{left: 230px!important}
}

@media screen and (max-width:1280px) {
	#popupContact{left: 187px!important}
}

@media screen and (max-width:1180px) {
	#popupContact{left: 135px!important}
}
*/
@media screen and (max-width:980px) {
	#popupContact {max-width: 100%} 
	#popupContact img {width: 100%;height: auto!important;}
    

}

