/* Lightbox */
#overlay {
    background:rgba(0,0,0,0.3);
    width:100%; height:100%;
    position:fixed; top:0; left:0; z-index:99997;
}

#lightbox_container {
	width: 600px;
	overflow: hidden;
	margin: 2% auto 0 auto;
	border-radius: 1em;
	padding: 1em 1em .5em 1em;
	background: #fff;
	z-index: 99998;
	font-family: Arial, sans-serif;
}

#lightbox_container a {
	color: #f68600;
	text-decoration: none;
}

#lightbox_container form {
	margin: 0 0 1em 0;
	width: 100%;
	float: left;
	display: block;
	z-index:
}

#lightbox_container .feature {
	width: 190px;
	display: block;
	margin: 0 auto 0 auto;
}

#lightbox_button_close {
	float: right;
	background: none;
	z-index: 99999;
	cursor: pointer;
}

#subscriber_lightbox {
	width: 250px;
	float: left;
	color: #a3a3a3;
	padding: .65em !important;
	margin-left: 10% !important;
	font-size: 1.2em !important;
}

#btn_lightbox_action {
	background: #f68600;
	border: 1px solid #e36100;
	border-radius: .35em;
	padding: .4em 2em .4em 2em;
	float: right;
	width: 120px !important;
	margin: 6px 10% 0 0 !important;
	text-align: center;
	font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

#btn_lightbox_action a {
		color: #fff;
		text-decoration: none;
		text-align: center;
		background: -webkit-linear-gradient(top, #f68600, #f68600);
	border: none;
	font-size: 20px;
}

.lightbox_envelop {
	color: #4d4d4d;
	font-weight: bold;
	font-size: 2.8em;
	line-height: 1.15em;
	text-align: center;
	margin: .7em 0 .5em 0;
}

#usualText_lightbox {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 14px;
	margin-top: 0;
	color: #666667;
	padding: 0 10% 0 10%;
	text-align: center;
	float: left;
	width: 80%;
}

#step1_subscribe_lightbox {
	-webkit-backface-visibility:visible;
	backface-visibility:visible;
}

/* Lightbox Mobile */
@media screen and (max-width: 767px) {

#lightbox_container {
	width: 85% !important;
	margin: 2% 5% 1em 5%;
	padding: .5em .5em .25em .5em;
}	

#btn_lightbox_action {
	width: 80% !important;
	padding: 0;
	margin-left: 10% !important;
	margin-top: 1em;
	float: left;
	text-align: center;
	padding: .5em 0 .5em 0;
}

#btn_lightbox_action a.go {
		width: 90%;
		background: -webkit-linear-gradient(top, #f68600, #f68600);
}

#subscriber_lightbox {
	width: 75% !important;
	margin-left: 10%;
	margin-bottom: .75em;
	float: left;
}

.feature {
	display: none !important;
}

.lightbox_envelop {
	font-size: 1.5em;
	margin-top: 1em;
	float: left;
	width: 100%;
}

#usualText_lightbox {
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 0;
	width: 100%;
}
#lightbox_button_close img {
	width: 10px;
	height: auto;
	float: right;
}

}