

input[type="text"], input[type=password], textarea, select, file
{
	font-family: Arial, Helvetica, sans-serif;

	color: #63615e;
	font-size: 14px;
	vertical-align: middle;
	font-weight: normal;
	padding: 10px 10px 10px 14px;
	margin: 0;
	background: #fff;
	outline: none;
	border: 1px solid #d2d2d4;
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 8px 0px #70431d; 
	box-shadow: 0px 0px 8px 0px #70431d; 
	-o-box-shadow: 0px 0px 8px 0px #70431d; 
	-moz-box-shadow: 0px 0px 8px 0px #70431d; 
	
}


/* Contact form */
#contact-form
{
	position: relative;
	padding: 6px 0 0 0;
}
#contact-form fieldset
{
	border: none;
	padding: 0;
}
#contact-form label
{
	display: block;
	min-height: 46px;
	position: relative;
}
#contact-form input
{
	width: 343px;
	border: 1px solid #d2d2d4;
	
}

#contact-form input:hover
{
	border: 0px solid #2c9bb6;
	-webkit-box-shadow:inset 0px 0px 9px 0px #70431d; 
	box-shadow:inset 0px 0px 9px 0px #70431d; 
	-o-box-shadow:inset 0px 0px 9px 0px #70431d; 
	-moz-box-shadow:inset 0px 0px 9px 0px #70431d; 
	
}

#contact-form select
{
	width: 369px;
	border: 1px solid #d2d2d4;
	
	padding: 10px 10px 10px 14px;
}

#contact-form select:hover
{
	border: 0px solid #2c9bb6;
	-webkit-box-shadow:inset 0px 0px 9px 0px #70431d; 
	box-shadow:inset 0px 0px 9px 0px #70431d; 
	-o-box-shadow:inset 0px 0px 9px 0px #70431d; 
	-moz-box-shadow:inset 0px 0px 9px 0px #70431d; 
}

.file
{
	width: 369px;
	border: 1px solid #d2d2d4;
	border-radius: 7px;
	padding: 10px 10px 10px 14px;
}

.file:hover
{
	border: 1px solid #2c9bb6;
}

#contact-form textarea
{
	height: 80px;
	width: 450px;
	overflow: auto;
	resize: none;
	border: 1px solid #d2d2d4;
	/*-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;*/
}

#contact-form textarea:hover
{
	border: 0px solid #2c9bb6;
	-webkit-box-shadow:inset 0px 0px 9px 0px #70431d; 
	box-shadow:inset 0px 0px 9px 0px #70431d; 
	-o-box-shadow:inset 0px 0px 9px 0px #70431d; 
	-moz-box-shadow:inset 0px 0px 9px 0px #70431d; 
}

#contact-form .message
{
	min-height: 80px;
	
}
.buttons
{
	position: relative;
	/*overflow: hidden;*/
	padding: 25px 25px 0 0;
	text-align: left;
}
.buttons span
{
	position: relative;
	overflow: hidden;
	margin-left: 14px;
}

.button
{
	display: inline-block;
	background: url(../images/bg.png);
	border: 1px solid #e8e8e8;
	padding: 3px 20px 5px;
	color: #828387;
	border-radius: 4px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0px 1px 11px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 1px 11px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 1px 11px 0px rgba(50, 50, 50, 0.75);
}
.button:hover
{
	display: inline-block;
	background: #421e11;
	padding: 3px 20px 5px;
	
	border: 1px solid #421e11;
	color: #fff;
	text-decoration: none;
}
.success, .error, .empty
{
	/*display: none;*/
	text-align: left;
}
.error, .empty
{
	position: relative;
	color: red;
	font-size: 9px;
	top: 0px;
	left: 10px;
}
.success
{
	padding-bottom: 10px;
}
.success, .success strong
{
	color: #2c9bb6;
}
/* search form */
#search
{
	padding: 4px 0 0 0;
}
#search input
{
	font-family: 'open_sansregular';

	color: #a5a4a4;
	font-size: 11px;
	font-style: italic;
	vertical-align: middle;
	font-weight: normal;
	padding: 7px 5px 7px 28px;
	margin: 0;
	background: #fbfbfc url(../images/input-mail.jpg) 6px 8px no-repeat;
	outline: none;
	border: 1px solid #e7e7e7;
	width: 163px;
}
#search .button
{
	
}
@media only screen and (min-width: 768px) and (max-width: 995px)
{
	#search input
	{
		width: 90px;
	}
	#contact-form input
	{
		width: 250px;
	}
	#contact-form textarea
	{
		width: 402px;
	}
	#contact-form
	{
		position: relative;
		padding: 6px 0 30px 0;
	}
}
@media only screen and (max-width: 767px)
{
	#search input
	{
		width: 140px;
	}
	#contact-form input, #contact-form textarea
	{
		width: 273px;
	}
	#contact-form
	{
		position: relative;
		padding: 6px 0 30px 0;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
	#search input
	{
		width: 255px;
	}
	#contact-form input, #contact-form textarea
	{
		width: 394px;
	}
}
