/***** contact form *****/
#contact-form {
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:1;
}
	#contact-form fieldset {border:none; padding:0; width:100%; overflow:hidden;}
		
			#contact-form .message{min-height:200px;}
			#contact-form input, #contact-form textarea {
				padding:9px;
				margin:0;
				font: 12px Arial, Helvetica, sans-serif;
				color:#777;
				background:#fff;
				outline:none;
				border:1px solid #e4e4e4;
				width:100%;
			}
			#contact-form .area .error {float:none;}
			#contact-form textarea {
				width:100%;
				height:175px;
				resize:none;
				overflow:auto;
			}
			#contact-form .success {display:none;}
			#contact-form .error,
			#contact-form .empty {
				color:#f00;
				font-size:11px;
				line-height:1.27em;
				display:none;
				overflow:hidden;
				margin-bottom:5px;
			}
.buttons-row{text-align:right; position:relative;}
.buttons-row a {cursor:pointer; min-width:78px; text-align:center;}
	.buttons-row a[data-type="reset"]{margin-right:14px;}

	#contact-form label {
		position: relative;
		display: block;
		max-width: 620px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#contact-form select {
		-webkit-appearance: none;
	}
	


	#contact-form select 
	{
		width: 90%;
		height: 41px;
		font-family: 'Lato',Arial,sans-serif;
		padding: 10px 17px 10px 1rem;
		outline: none;	
		color: #777777;	
		margin: 2px 0 2px 0;	
		border: 1px solid #eaeaea;	
		line-height: 20px;	
		font-size: 15px;	
		background: #fff;	
		-webkit-appearance: none;
		background-image: url('/images/select-arrow2.png');
		background-position: right center;
		background-repeat: no-repeat;
		/* for FF */
		-moz-appearance: none;
		text-indent: 0.01px; 
		text-overflow: '';
		/* for IE */
		-ms-appearance: none;
		appearance: none!important;
	}

	.select-box 
	{
		position: relative;    
		z-index: 2;
	}
	
	.select-box select
	{
		width: 100%;
		height: 43px;
		font-family: 'Lato',Arial,sans-serif;
		padding: 10px 17px 10px 1rem;
		outline: none;	
		color: #777777;	
		margin: 12px 0 2px 0;
		padding-left: 24px;
		border: 1px solid #eaeaea;	
		line-height: 25px;	
		font-size: 15px;	
		background: #fff;	
		-webkit-appearance: none;
		background-image: url('/images/select-arrow2.png');
		background-position: right center;
		background-repeat: no-repeat;
		/* for FF */
		-moz-appearance: none;
		text-indent: 0.01px; 
		text-overflow: '';
		/* for IE */
		-ms-appearance: none;
		appearance: none!important;
		z-index: 3;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;    
	}
	
	.select-box select:valid + label:before
	{
		content: url('/images/select-cross2.png');
		display: block;
		cursor: pointer;
	/*    pointer-events: none;*/
	    left: -2px;
		position: absolute;
		top: 50%;    
		margin-top: -30px;
		z-index: 1;
	}
	
	#contact-form label {min-height:47px;}
	#contact-form .message{min-height:215px;}



