.agreement{
display: none;
}
.snackbars {
	padding: 50px 50px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	text-align: left;
	background-color: #151515;
	border-radius: 0;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	font-size: 14px;
}
.snackbars .icon-xxs {
	font-size: 18px;
}
.snackbars p span:last-child {
	padding-left: 14px;
}
.snackbars-left {
	display: inline-block;
	margin-bottom: 0;
}
.snackbars-right {
	display: inline-block;
	float: right;
	text-transform: uppercase;
}
.snackbars-right:hover {
	text-decoration: underline;
}
/*@media (min-width: 576px) {
.snackbars {
max-width: 540px;
padding: 12px 15px;
font-size: 15px;
}
}
*/
.form-wrap {
	position: relative;
}
.form-wrap.has-error .form-input {
	border-color: #f5543f;
}
.form-wrap.has-focus .form-input {
	border-color: #76aa6f;
}
.form-wrap-recaptcha .form-validation {
	top: 2px;
	right: 5px;
	bottom: auto;
}
.form-wrap + .button {
	margin-top: 30px;
}

.form-validation {
	position: absolute;
	right: 0;
	bottom: 50%;
	z-index: 11;
	margin-top: 0;
	font-size: 12px;
	font-weight: 900;
	line-height: 12px;
	letter-spacing: 0;
	color: #f5543f;
transition: .3s;
}
.form-validation-left .form-validation {
	right: auto;
	left: 10px;
	bottom: 5px;
}
#form-output-global {
	position: fixed;
	bottom: 50vh;
	left: 40%;
	margin-right: 15px;
	z-index: 2000;
	visibility: hidden;
/**/	transform: translate3d(-1500px, 0, 0);
transition: .3s all ease;
}
#form-output-global.active {
	visibility: visible;
	transform: translate3d(0, 0, 0);
}
.fiftypercent{
width: 50%;
float: left;
    padding-right: 15px;
}
.hundredpercent{
width:100%;
display: inline-block;
clear: both;
float: none;
}