@CHARSET "UTF-8";

@font-face {
	font-family: "OpenSans-Semibold"; 
	src: url("../fonts/OpenSans-Semibold.ttf") format('truetype'); 
}

.overlaySubscribe {
	background-color: #000000;
	opacity: 0.6;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 9999;
	display: none;
}

.popupSubscribe {
	width: 638px;
	height: 286px;
	background: url('../images/popup/bg.jpg') top center no-repeat;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -319px;
	box-shadow: 0 1px 10px rgba(0,0,0,0.5);
	z-index: 9999;
	display: none;
}

.popupSubscribe .close {
	width: 38px;
	height: 38px;
	background: url('../images/popup/close.png') top center no-repeat;
	float: left;
	margin: -18px;
	cursor: pointer;
}

.popupSubscribe .close:hover {
	background-position: 0 -38px;
}

.popupSubscribe h3 {
	padding-top: 110px;
	font-family: OpenSans-Semibold;
	font-weight: normal;
	font-size: 15px;
	color: #feffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(25,69,113,0.7);
}

.popupSubscribe form{
	width: 495px;
	height: 150px;
	margin: 6px auto;
}

.popupSubscribe .input{
	width: 302px;
	/* height: 113px; */
	float: left;
	background-color: rgba(0,0,0,0.3);
	margin: 12px 0px 0px 0px;
	padding: 7px 12px 19px 12px;
}

.popupSubscribe input{
	width: 289px;
	height: 26px;
	margin-top: 14px;
	padding-left: 9px;
	background-color: #ffffff;
	font-size: 14px;
	font-family: OpenSans-Semibold;
}

.popupSubscribe .send-button-fon{
	background: url('../images/popup/letter.png') top left no-repeat;
	width: 169px;
	height: 125px;
	float: left;
}

.popupSubscribe .send-button-fon button{
	background: url('../images/popup/signup.png') top center no-repeat;
	border: none;
	width: 132px;
	height: 48px;
	margin: 64px 0px 0px 18px;
}

.popupSubscribe .send-button-fon button:hover{
	background-position: 0 -48px;
}

