/* ______________ CONTACT_FORM ______________ */
::-webkit-input-placeholder { opacity:1 !important; color:#3e3e3e !important;
}
:-moz-placeholder {opacity:1 !important; color:#3e3e3e !important;
}
::-moz-placeholder { opacity:1 !important; color:#3e3e3e !important;
}
:-ms-input-placeholder { opacity:1 !important; color:#3e3e3e !important;
}

.contact_form input[type="text"],
.contact_form textarea {
	width:90%;
	margin:22px 0 0 0;
	padding:17px 10px 17px 21px;
	background: #ddbb50;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:20px;
	border:1px solid #c4a53f;
	color:#3e3e3e;
}
.contact_form input[type="text"]:first-child {margin-top:0;
}
.contact_form textarea {
	resize: none;
	margin-top:0;
	height: auto;
    min-height: 164px;
}

.contact_btn {
	width:130px;
	border:none;
	text-transform:uppercase;
	margin:0 17px 20px 0;
	padding:17px 0;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:300;
	text-align: center;
	vertical-align: middle;
	background:#3e3e3e;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.contact_btn:hover,
.send_btn {
	background:#fff;
	color:#3e3e3e;
}

#note .notification_ok {
	margin-top:20px;
	padding:7px 10px;
	text-align:center;
	text-transform:uppercase;
	background:#444;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:14px;
	color:#fff;
}
#note .notification_error {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:16px;
	color:#f00;
}
/* _____________ //CONTACT_FORM _____________ */