/*--------------------*/
/* CONTACT US */
/*--------------------*/

#mu-contact {
	background-color: #f8f8f8;
	display: inline;
	width: 100%;
}

.mu-contact-area {
	display: inline;
	float: center;
	padding: 100px 0 50px;
	width: 100%;
}

.mu-contact-header {
	display: inline;
	float: center;
	text-align: left;
	width: 100%;
	padding: 0 120px;
}

.mu-contact-content{
	display: inline;
	float: center;
	margin-top: 50px;
	padding: 0 20%;
	width: 100%;
}


.mu-contact-form-area {
	display: inline;
	float: center;
	width: 100%;
}

.mu-contact-form {
	text-align: center;
}

.mu-contact-form .form-group input {
	background: transparent;
	border-radius: 0px;
	color: #333;
	font-size: 15px;
	border: 1px solid #888;
	height: 45px;
	margin-bottom: 24px;
	width: 33%;
}

.mu-contact-form .form-group textarea {
	background: transparent;
	border: 1px solid #888;
	border-radius: 0px;
	color: #333;
	font-size: 18px;
	padding: 10px;
	height: 190px;
	width: 33%;
	font-family: inherit;
}


@media (max-width: 767px){
	.mu-contact-form .form-group input {
		background: transparent;
		border-radius: 0px;
		color: #333;
		font-size: 15px;
		border: 1px solid #888;
		height: 45px;
		margin-bottom: 24px;
		width: 50%;
	}

	.mu-contact-form .form-group textarea {
		background: transparent;
		border: 1px solid #888;
		border-radius: 0px;
		color: #333;
		font-size: 18px;
		padding: 10px;
		height: 190px;
		width: 50%;
		font-family: 'Quicksand', sans-serif, Arial, Helvetica;
	}

	.mu-contact-form .form-control::-webkit-input-placeholder {
		color: #888;
		font-size: 15px;
		font-family: 'Quicksand', sans-serif, Arial, Helvetica;
	}
}

.mu-contact-form .form-control:focus {
	background-color: #fff;
    outline: 0;
    box-shadow: none;
}

.mu-contact-form .form-control::-webkit-input-placeholder {
	color: #888;
	font-size: 15px;
}

.mu-contact-form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #888;
	font-size: 15px;
}

.mu-contact-form .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #888;
	font-size: 15px;
}

.mu-contact-form .form-control:-ms-input-placeholder {
	color: #888;
	font-size: 15px;
}

.mu-contact-form .button-default::after,
.mu-contact-form .button-default > span {
	padding: 12px 40px;
}

#form-messages {
	margin-bottom: 10px;
    background-color: #fff;
}

.success {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #468847;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	      border-radius: 4px;
}

.error {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid rgba(185, 74, 72, 0.3);
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	      border-radius: 4px;
}
