/* ****************** Contact Section ****************** */
#contact {
	background: url(../../images/contact-bg.jpg) no-repeat center top;
	background-color: #7bc3d1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
}

#contact .overlay {
	padding: 30px 0 240px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#053740+0,053740+100&1+0,0.25+100 */
	background: -moz-linear-gradient(top, rgba(5, 55, 64, 1) 0%,
		rgba(5, 55, 64, 0.25) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(5, 55, 64, 1) 0%,
		rgba(5, 55, 64, 0.25) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(5, 55, 64, 1) 0%,
		rgba(5, 55, 64, 0.25) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053740',
		endColorstr='#bf053740', GradientType=0); /* IE6-9 */
}

#contact h1 {
	color: rgba(255, 255, 255, 0.7);
	font-weight: 400;
	font-size: 38px;
	margin: 30px 0 20px;
}

.title-comment {
	color: #25BAD0;
	font-size: 28px !important;
}

#contact h3 {
	padding-top: 20px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}

#contact p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 28px;
	padding: 20px 70px;
}

#contact form {
	padding: 50px 0;
}

#contact i.fa {
	color: #121d1f;
	margin-bottom: 10px;
}

#contact .text-danger {
	color: #ff6600;
	text-align: left;
}

#contact span {
	font-size: 22px;
}

#contact .flag-bzh {
	margin-top: -18px;
}

label {
	font-size: 12px;
	font-weight: 400;
	float: left;
}

#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	margin: 10px 0;
	font-size: 14px;
	line-height: 1.42857143;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
	background-image: none;
	border: 0;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}

.form-control::-webkit-input-placeholder {
	color: #ccc;
}

.form-control:-moz-placeholder {
	color: #ccc;
}

.form-control::-moz-placeholder {
	color: #ccc;
}

.form-control:-ms-input-placeholder {
	color: #ccc;
}

#contact .btn {
	margin-top: 20px;
}