fieldset {
	border: none;
}

legend {
	border: none;
	visibility: hidden;
}

.text-danger, .text-success, #contactFormError {
	width: 100%;
	color: #e30613;
	padding: 10px;
	line-height: 1.1em;
	border: 1px solid #e30613;
	background-color: #ffeff0;
}

#contactFormError {
	display: none;
	margin-top: 20px;
}

.text-success {
	border-color: #005e14;
	background-color: #e8ffed;
	color: #005e14;
}

form p, form>fieldset>div.row, form>fieldset>div.newsletter {
	display: inline-block;
	width: 100%;
	padding: 0 10px 23px 0;
	text-align: left;
	position: relative;
}

form>fieldset>div.row.form-textarea, form>fieldset>div.row.form-captcha,
	form>fieldset>div.row.form-button {
	padding: 0 0 23px 0;
	width: 100%;
}

form .is_required {
	padding: 0 0 0 3px;
	color: #706f6f;
}

form label {
	display: inline;
	padding: 0;
	text-align: left;
	color: #ffe366;
	color: #97989a;
	font-weight: bold;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	top: 10px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

form label.active {
	top: -18px;
	font-size: .7em;
	color: #383838;
}

form #captcha {
	width: 50%;
}

form label#coreCaptchaLabel {
	width: 100%;
	font-weight: 300;
	margin: 0 0 10px 0;
	text-align: left;
	color: #000000;
	display: none;
}

form #coreCaptchaCode {
	width: 80%;
	vertical-align: top;
}

form #coreCaptchaImage {
	margin: 0 0 0 0;
	vertical-align: baseline;
	height: 38px;
	width: 20%;
}

form #captcha {
	overflow: hidden;
	display: block;
	clear: both;
	height: auto;
	width: 100%;
}

form .contactFormGroup, form .newsletterFormGroup, form .shopFormGroup {
	display: inline-block;
	width: 100%;
	font-weight: 300;
}

form .newsletterFormGroup {
	padding-top: 10px;
}

fieldset {
	border: none;
}

legend {
	border: none;
	visibility: hidden;
}

form .contactFormGroup label, form .newsletterFormGroup label, form .shopFormGroup label {
	font-weight: 300;
	width: 100%;
	color: #000000;
}

form .contactFormGroup input, form .newsletterFormGroup input, form .shopFormGroup input {
	border: 0 none;
	display: inline-block;
	margin: .75% 1% 0 0;
	vertical-align: baseline;
	width: 5%;
}

input, textarea, select {
	border: 0 solid #f1f1f1;
	border-bottom: 2px solid rgba(151, 152, 154, .25);
	padding: 8px 0;
	width: 100%;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}

textarea {
	height: 140px;
}

::-webkit-input-placeholder { /* WebKit browsers */
	opacity: 0;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	opacity: 0;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	opacity: 0;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
	opacity: 0;
}

input:focus, textarea:focus, select:focus, input.active, textarea.active,
	select.active {
	border-bottom: 2px solid #706f6f;
	outline: none;
}

input[type='checkbox'], input[type='radio'] {
	width: auto;
}

input[type='submit'],input[type='button'] {
	padding: 10px 20px;
	background-color: #ffe366;
	color: #706f6f;
	border: 0;
	margin: 0 10px 10px 0;
	width: 100%;
	font-weight: 400;
	text-transform: uppercase;
}

input[type='reset'] {
	padding: 10px 20px;
	background-color: rgba(111, 111, 111, 0.08);
	color: #706f6f;
	border: 0;
	margin: 0 10px 10px 0;
	width: 100%;
	font-weight: 300;
}

input[type='submit']:hover, input[type='button']:hover, input[type='reset']:hover {
	background-color: #706f6f;
	color: #ffffff;
}

@media only screen and (min-width: 768px) {
	form p, form>fieldset>div.row, form>fieldset>div.newsletter {
		width: 49.5%;
		padding: 0 20px 25px 0;
	}
	form>fieldset>div.row:nth-of-type(2n) {
		padding: 0 0 20px 20px;
	}
	form>fieldset>div.row.form-textarea, form>fieldset>div.row.form-captcha,
		form>fieldset>div.row.form-button {
		padding: 0 0 25px 0;
	}
	form>fieldset>div.row.form-button {
		text-align: center;
	}
	input[type='submit'], input[type='button'], input[type='reset'] {
		margin: 20px 10px 0px 0px;
		min-width: 250px;
		width: auto;
	}
	form #coreCaptchaCode {
		width: 40%;
		vertical-align: top;
	}
	form #coreCaptchaImage {
		height: 41px;
		width: 10%;
	}
}

@media only screen and (min-width: 1024px) {
	form #coreCaptchaImage {
		height: 44px;
	}
}
