/**** OPT-IN CRAWL UP ****/
#optin_form {
	display: none;
}

#optin_form #container,
#optin_form #optin_error {
	width: 100%;
	height: 210px;
	position: fixed;
	bottom: 0;
	z-index: 9;
	background: #000;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#optin_form #optin_error {
	z-index: 9;
}

#optin_form #ontop,
#optin_form #behind {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#optin_form #ontop {
	z-index: 10;
	margin-top: 30px;
	text-align: center;
}

#optin_freshaddress_email {
	width: 200px;
	height: 30px;
	margin-left: 95px;
	margin-bottom: 0px;
}

#optin_form_submit {
	cursor: pointer;
	margin-bottom: -4px;
}

#optin_form .close_optin {
	color: #FFF;
	float: right;
	height: 0px;
	cursor: pointer;
	background: #000;
	margin-top: -39px;
}

#optin_form .optin_form_code {
	width: 100%;
	margin-top: 128px;
}

#optin_errorMsg1 {
	margin: 0px !important;
	text-align: center;
	margin-right: 355px;
}

.optin_form_code #error_tags {
	margin-top: -180px;
	height: 130px;
}

@media (max-width: 1285px) {
	.optin_form_code #error_tags {
		width: 200px;
	}
}

@media (max-width: 347px) {
	#optin_form #container {
		height: 150px !important;
	}
	#optin_freshaddress_email {
		margin-bottom: 5px;
	}
}

@media (max-width: 810px) {
	#optin_form {
		display: none !important;
	}
}