/*----------------------CONTACT------------------------------*/
.contact{
	width:100%;
	margin-top:30px;
	text-align:center}
/*-------------------CONTACT---------------------*/
.contact-bound{
	margin-top:50px}
.contact-bound-content{ }
.form-contact{   
    padding: 15px;}
.contact-bound-content .text{
	margin-top:-10px;}

input.send_contact{ 
	margin-top: 10px;
	background: #AA8541;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	border: none;
	width: 135px;
	padding: 8px 0;
	text-align: center;
	font-weight:bold;
}
textarea#content {
    width: 100%;
    height: 61px;
    padding: 14px;
    color: #292929;
    resize: none;
	outline:none;
}
td.title-input{width: 100px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;}
input.new_input {
    width: 100%;
    line-height:30px;
    padding: 0 14px;
    color: #292929;
	outline:0;
	margin-bottom:10px
}