/*Contact status notifications*/
.contact-status{
	display: none;
	margin-bottom: 15px;
}
.contact-status.success{
	color: green;
}
.contact-status.error{
	color: red;
}

/*Custom inputs effects*/
.form-control{
	border-radius: 0;
}
.form-control:focus {
    border-color: #cccccc;
    box-shadow: 0 1px 1px rgba(204,204,204,.7) inset, 0 0 8px rgba(204,204,204,.7);
    outline: 0 none;
}

/*Contact social icons*/
.social-icons-contact a{
	text-align: center;
	line-height: 12px;
	display: inline-block;
	padding: 10px;
	background: #fafafa;
	border: 1px solid #cccccc;
	font-size: 1.2em;
	width: 40px;
	margin-right: 5px;
}