﻿/*other form colors*/
.green_form input {
	border-color: #399123 !important;
}

.yellow_form input {
	border-color: #c48b22 !important;
}

/*************** Mail Feedback *****************/
.mail_feedback {
	width: 924px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 40px;
	margin-bottom: 50px;
}

.mail_feedback .p {
	color: #555;
}

.mail_feedback_header {
	font-size: 36px;
	margin-top: 20px;
	font-weight: bold;
}

.mail_feedback_text {
	font-size: 24px;
	margin-top: 30px;
	font-weight: bold;
}

.mail_feedback_comment {
	font-size: 16px;
	margin: 32px 0;
}

.mail_feedback .comment_social {
	margin-top: 60px;
}

.leave_feedback {
	margin: 32px 0 20px;
}

.mail_feedback textarea {
	border: 1px solid #B1B1B3;
	border-radius: 2px;
	width: 100%;
	height: 195px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 9px 15px;
	resize: none;
	overflow: auto;
	font-size: 16px;
}

.green-btn {
	-webkit-appearance: none;
	cursor: pointer;
	background: #00b934;
}

.green-btn.on-load {
	color: transparent;
	background: #00b934 url(images/preloader_green.GIF) no-repeat 50% 50%;
	pointer-events: none;
}

.green-btn:hover {
	background: #00932a;
}

.mail_feedback input {
	display: block;
	border-radius: 2px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	height: 50px;
	width: 177px;
	margin-top: 24px;
}

.got_job_social {
	width: 464px;
	margin: 0 auto;
}

.got_job_social a {
	text-decoration: none;
}

.social_item {
	display: inline-block;
	margin: 0 24px;
	width: 62px;
	height: 62px;
}

.social_item:hover {
	opacity: 0.7;
}

.social_item.fb {
	background: url(images/social/facebook.svg) center no-repeat;
}

.social_item.go {
	background: url(images/social/gplus.svg) center no-repeat;
}

.social_item.in {
	background: url(images/social/linkedin.svg) center no-repeat;
}

.social_item.tw {
	background: url(images/social/twitter.svg) center no-repeat;
}
