.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:solid 2px;	
    border-color: #f5543f;

}

.form-wrap.has-error .form-checkbox {
outline: 2px solid #f5543f;
}


.form-wrap.has-error .form-radiobutton::after {
        content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    border:solid 2px;	
    border-color: #f5543f;
height:15px;
    width:15px;
}


.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: 50%;
	bottom: 2px;
	z-index: 11;
	margin-top: 0;
	font-size: 12px;
	font-weight: 900;
	line-height: 12px;
	letter-spacing: 0;
	color: #f5543f;
transition: .3s;
    white-space: nowrap;
    display: none;
}
.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;
}

/*.form-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.form-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
  
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.form-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.form-checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.form-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.form-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}*/
