#contact {
	display: block;
	width: 60%;
	margin: 20px auto;
	padding: 10px;
	border: 1px solid #cbcbcb;
	background-color: #fff;
	-webkit-border-radius: 5px;
}
#contact.large {
	width: 65%;
}

#contact form {
	overflow: hidden;
}

#contact h1 {
	margin: 10px 0 10px;
	font-size: 24px;
	color: #333;
}

#contact .border-b {
	border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
}

#contact label {
	display: inline-block;
    width: 30%;
	margin: 5px 0;
	vertical-align: top;
}
#contact label.check-label {
	display: inline-block;
	float: left;
	height: unset;
	line-height: 26px;
    width: 90%;
    font-size: 12px;
}
#contact label .detail {
	font-size: 10px;
	font-style: italic;
	display: block;
	line-height: 1;
}

#contact input.check{
	width: 10%;
	vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}
#contact .check:focus{
	outline: 0;
}
#contact input,
select,
textarea {
	width: 68%;
	padding: 5px;
	color: #666;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin: 5px 0
}
select{
	padding: 8px;
    border-radius: 3px;
}
#contact input:focus,
select:focus,
textarea:focus {
	border: 1px solid #999;
	background-color: #fff;
	color: #333;
}

#contact input.submit {
	width: 20%;
	cursor: pointer;
	background: #4fca13;
	border: none;
	color: #fff;
	text-align: center;
	float: right;
	margin-right: 13px;
	outline: 0;
}

#contact input.submit:hover {
	background: #ff9d02;
}

#contact input[type=submit][disabled] {
	background: #ff9d02;
}

#contact fieldset {
	padding: 20px;
	border: 1px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#contact legend {
	padding: 7px 10px;
	font-weight: 700;
	font-size: 14px;
	color: #ff9d02;
	border: 1px solid #eee;
	margin-bottom: 20px;
}

#contact span.required {
	font-size: 13px;
	color: #ff9c00;
}

#message {
	margin: 10px 0;
	padding: 0;
}

#verify {
	width: 50px!important;
}

.error_message {
	display: block;
	line-height: 22px;
	background: #fbe3e4, url('/imgs/contact-assets/error.gif') no-repeat 10px center;
	padding: 15px 45px;
	color: #8a1f11;
    border: 1px solid #fbc2c4;
    position: relative;
}

.loader {
	padding: 0 10px;
}

.success_message {
	background: url('/imgs/contact-assets/success.gif') left no-repeat;
	padding-left: 22px;
	color: #8fb77b;
	font-weight: 700;
}

.captcha-wrapper {
	width: 304px;
	float: right;
	max-width: 100%;
}
#complaintForm .captcha-wrapper{
    margin-top: 2rem;
    float: left;
}
#complaintForm input.submit{
    margin-top: 3rem;
}

@media screen and (max-width:1300px) {
	#contact {
		width: 70%;
	}
	#contact.large {
		width: 100%;
	}
	
}
@media screen and (max-width:1100px) {
	#contact {
		width: 80%;
	}
}

@media screen and (max-width:767px) {
	#contact {
		width: 90%;
	}
	#contact.large hr {
		display: none;
	}
	#complaintForm .captcha-wrapper {
		float: none;
		max-width: 100%;
		margin: 0 auto 25px;
	}
	#contact.large input.submit {
		display: table;
		margin: 1rem auto 0;
		text-align: center;
		width: 50%!important;
		float: none;
	}
	#contact input:not(.check),
	#contact label:not(.check-label),
	#contact legend,
	#contact select,
	#contact textarea {
		width: 100%!important;
	}
	#contact input.submit {
		width: auto;
		min-width: 100px;
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.twit, .fb{display: block!important; text-align: center;}
}


@media screen and (min-width:768px) {
	#contact.large label {
		text-align: right;
	}
	.captcha-wrapper {
		margin-right: 13px;
	}
	
}