.cell75 .container .yform div {
	display:static;
    width:100%;
	margin-bottom: 10px;
	}
	
.cell75 .container .fumbr {
	display:block;
	}
	
.yform {
    width:100%;
}

#lhide {
	visibility:hidden;
	height:0;
}

.form-captcha input {
	width:50% !important;
	float:right;
	height:50px;
}

.alert, legend {
    font-size:1.2em;
	font-weight:400;
	color:#5fa575;
	margin-bottom:20px;
}

.alert a {margin-top:10px}
.alert a:hover {color:#000}

.alert li {padding-left:0;margin-bottom: 10px;}

.yform .form-required {font-size:1em;margin:10px 0 30px 0}

.yform .input-group {margin-top:10px}
#yform-formular-field-1, #yform-formular-field-11, .yform .input-group img {width:50%;height:50px}
#yform-formular-field-1, #yform-formular-field-11 {float:right}
.btn {font-size:1em;margin-top:10px}

#yform-formular-password #yform-formular-field-1 {
	width:100%; height:inherit;
}

.alert ul {
    list-style: initial;
	margin-left:1em;
}

.yform p {
    margin: 0px 70px 10px 25px;
}

.yform input, .formshowvalue p {
    width: 100%;
    padding:10px 15px 15px 15px;
    border: 1px solid #a7a7a7;
	font-size:1em;
	font-family: 'Lato', sans-serif;
	letter-spacing:0.02em;
	background-color:rgba(255,255,255,.5);
	margin:0;
	font-weight:400;
}

.formshowvalue p {
    color:#999;
}

.yform label {
    font-size:1em;
	letter-spacing:0.02em;
	float:none;
    display: block;
    margin-bottom: 5px;
}

 /* Customize the label (the container) */
.checkbox label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 6px;
  cursor: pointer;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #a7a7a7;
}

/* On mouse-over, add a grey background color */
.checkbox label:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox label input:checked ~ .checkmark {
  background-color: #5fa575;
  border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox label .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);
} 

.yform .btn-primary {
    width: 100%;
    cursor: pointer;
	margin: 15px 0 0 0;
	font-size:1em;
	font-family: 'Lato', sans-serif;
	color:#fff;
    letter-spacing:0.02em;
	padding:12px 0 14px 0;
	background-color:rgba(95,165,117,.5);
    }
.yform .btn-primary:hover {
    background-color:#5fa575;
	}
	
@media (min-width:540px) {
#lhide {height:inherit}
.yform .form-required {font-size:1.2em}
.alert, legend {font-size:1.5em}
.yform label {font-size:1.2em;margin-bottom: 10px}
.yform input, .formshowvalue p {font-size:1.8em}
.checkbox label {font-size: 1.2em}
.yform .btn-primary {font-size:1.5em}
.cell75 .container .yform div {margin-bottom: 1.5em}
.cell75 .container .yform div {margin-bottom: 1.5em}
#yform-formular-field-1, #yform-formular-field-11, .yform .input-group img {height:60px}
.form-captcha input {height:60px}
.btn {font-size:1.2em;margin-top:12px}
	}
	
@media (min-width:1025px) {
.yform .form-required {font-size:1.5em}
.alert, legend {margin-top:10px;font-size:1.8em}
.yform label {font-size:1.5em}
.yform input, .formshowvalue p {font-size:1.8em}
.checkbox label {font-size: 1.5em}
.yform .btn-primary {font-size:1.8em}
.cell75 .container .yform div {margin-bottom: 2em}
#yform-formular-field-1, #yform-formular-field-11, .yform .input-group img {height:80px}
.form-captcha input {height:80px}
.btn {font-size:1.5em;margin-top:20px}
}