#screenMask{
	display: none;
	background-color: rgba(0,0,0,0.75);
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1010;
}
#signup-popup{
	height: 319px;
	width: 537px;
	margin: auto;
	margin-top: 200px;
	background-color: #e1e1e1;
	border-top: 5px solid #b00;
}
	#signup-popup h3{
		color: #2d5391;
		font-family: Oswald;
		text-transform: uppercase;
		position: absolute;
		top: 20px;
		left: 30px;
		font-size: 30px;
	}
	#signup-popup h4{
		color: #2d5391;
		font-family: Oswald;
		font-weight: 300;
		position: absolute;
		top: 65px;
		left: 30px;
		font-size: 24px;
	}
	#signup-popup input[type=text]{
		border: solid 3px #c2c2c2;
		border-radius: 0px;
	}

	#popupFirstName{
		position: absolute;
		width: 220px;
		height: 40px;
		top: 120px;
		left: 30px;
	}
	#popupLastName{
		position: absolute;
		width: 220px;
		height: 40px;
		top: 120px;
		right: 30px;
	}
	#popupEmail{
		position: absolute;
		width: 330px;
		height: 40px;
		top: 180px;
		left: 30px;
	}
	#signup-popup .btn-primary{
		position: absolute;
		width: 108px;
		height: 40px;
		top: 180px;
		right: 30px;
		background-color: #b00000;
		border-radius: 0px;
		border: solid 3px #b00000;
		font-family: Oswald;
		text-transform: uppercase;
		font-weight: 300;
	}
	#signup-popup hr{
		position: absolute;
		width: 468px;
		height: 3px;
		top: 220px;
		right: 30px;
		background-color: #c2c2c2;
	}
	#sp-inner{
		border: 5px solid #fff;
		height: 100%;
		position: relative;
	}
	#closeIcon{
		position: absolute;
		top: 10px;
		right: 10px;
		text-indent: -9999px;
		background: transparent url(../images/popup_close_btn.png) scroll no-repeat left top;
		height: 40px;
		width: 40px;
	}
	#popup-social{
		position: absolute;
		width: 468px;
		height: 45px;
		bottom: 10px;
		left: 30px;
	}
		#popup-social-inner{
			margin: auto;
			overflow: auto;
			width: 180px;
		}
		#popup-social a{
			display: block;
			height: 45px;
			width: 45px;
			float: left;
			text-indent: -9999px;
			background: transparent url(../images/popup_close_btn.png) scroll no-repeat left top;
		}
			#popup-social a.social-link-facebook{
				background-image: url(../images/icon_social_facebook.png);
			}
			#popup-social a.social-link-twitter{
				background-image: url(../images/icon_social_twitter.png);
			}
			#popup-social a.social-link-instagram{
				background-image: url(../images/icon_social_instagram.png);
			}
			#popup-social a.social-link-youtube{
				background-image: url(../images/icon_social_youtube.png);
			}

	/**/