html {
	margin:0;
	padding:0;
	width: 100%;
	display:block;
}
body {
	background: #ffffff;
	width: 100%;
	max-width:100%;
	margin:0;
	font-family: GothamProLight;
}
::placeholder {color: #4b4b4b !important;opacity: 1; !important}
:-ms-input-placeholder {color: #4b4b4b !important;}
::-ms-input-placeholder {color: #4b4b4b !important;}
.box {
	display: inline-block;
	width: 100%;
	height: 50%;
	margin:0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/facebook/bg.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/facebook/bg.jpg', sizingMethod='scale')";
	background: url('/images/facebook/bg.jpg') no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-position: center;
}
.box .form-block {
	position: relative;
	margin-top: 8%;
	margin-bottom: 5%;
	background: #ffffff;
	padding: 0 0 25px;
	min-height: 550px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
}

.box .form-block.subscribed form {
	margin-top: 15%;
}
.box .hide_shadows:before {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0px;
	width: 100%;
	border-bottom: 5px solid #FFF;
}
.box .hide_shadows {
	position: absolute;
	width: 100%;
	height: 47%;
}

.box form {
	position: relative;
	top: 50px;
	display: block;
	background: transparent;
	-moz-background-clip: border;
	-webkit-background-clip: border;
	background-clip: border-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	-moz-background-clip: content;
	-webkit-background-clip: content;
	background-clip: content-box;
}
.box form img {
	display: inherit;
	margin: 0 auto;
}
.box form h1 {
	text-align: center;
	text-transform: uppercase;
	margin: 10px;
	color: #4b4b4b;
}
.box form p {
	text-align: center;
	margin:0 0 50px 0;
	font-size: 18px;
	font-weight: bolder;
	color: #4b4b4b;
}
.box form input, .box form select {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	height: auto;
	color: #4b4b4b;
	padding: 12px 20px;
	outline-color: #f9cf97;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: GothamProLight;
	margin-bottom: 12px;
	font-weight: 400;
	line-height: 1.42857143;
	white-space: nowrap;
	vertical-align: middle;
}

.box form label {display: none}

.box form input[type=submit], .visit {
	width: 100%;
	background: #f6951e;
	color: #ffffff !important;
	font-size: 18px;
	font-family: GothamProMedium;
	text-align: center;
	padding: 12px 20px;
	outline: 0;
}
.box form input[type=submit]:hover, .visit:hover {
	background: #e0821e;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.box p {
	margin-top: 50px;
	text-align: center;
	font-size: 18px;
}
.box.commit form {
	margin: 25% auto 5% auto;
}
.box.commit form p {
	margin-bottom:20px;
}
.box form p.bottom_form_text {
	margin-top: 20px;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: bolder;
}
.btn.blue {
	background: #4c58ff;
	border: 1px solid #4c58ff;
}
.btn.blue:hover {
	background: #4a56e1;
	border: 1px solid #4c58ff;
}
@media (max-width: 1280px) {
	html div.form-block.subscribed {display:block;width:767px;max-width:100%;margin:8% auto 5%;float:none;}
	body#page-subscribe_unit_site {background: url(/images/facebook/bg.jpg) no-repeat center center;background-size: cover;}
	body#page-subscribe_unit_site .box {background:transparent;}
	html:not([id*=locale]) {overflow: hidden;}
}
@media (max-width: 1024px) {
	.subscribe_form > .row > div.col-md-6 {width:100%;}
	.subscribe_form a.btn {min-width:fit-content;}
	.box {height:-webkit-fill-available;min-height:fit-content;}
}
@media (max-width: 800px) {
	html body:not(#page-subscribe_unit_site) {overflow-y: -webkit-paged-y;}
	html div.form-block.subscribed {max-width:90%;margin:8% auto 5%;float:none;}

}
@media (max-width: 767px) {
	body#page-subscribe_unit_site .maincontent, body#page-subscribe_unit_site .content-box * {overflow-x: visible !important;}
	.box form input, .box form select {
		margin: 5px 0;
	}
	body#page-subscribe_unit_site .content-box .maincontent {padding-bottom:100px;}
	body#page-subscribe_unit_site .content-box .box .row
	{
		display: block;
	}
	body#page-subscribe_unit_site .content-box .box .row .form-block
	{
		margin:0 auto;
		float: none !important;
	}
	.subscribe_form .btn
	{
		margin: .5em 0;
	}
}
@media (max-width: 414px) {
	html {overflow: auto;}
}