/****Form****/

#contactform {
	padding-top: 5px;
	position:relative;
	width: 550px;

}


#contactform input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #e2eff5;
    color: #996666;
	display:block;
    float: left;
    font: 12px/20px Arial,Helvetica,sans-serif;
    padding: 6px 13px;
    width: 100%;
	height: 30px;
	font-style:italic;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}

#contactform textarea {
	-moz-box-sizing: border-box;
	box-sizing:border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #e2eff5;
    color: #996666;
    float: left;
    font: 12px/20px Arial,Helvetica,sans-serif;
    height: 281px;
    margin: 0;
	font-style:italic;
    overflow: hidden;
    padding: 3px 13px 8px;
    position: relative;
    resize: none;
    width: 100%;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}

.band {
	background: #e1e7eb;
}

#contactform label {
	display: block;
	min-height: 40px;
	width: 100%;
	float: left;
	position: relative;
}

#contactform .error, #form .empty {
	color: #FF0000;
	display: none;
	font-size: 11px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 999;
	right: 5px;
	top:7px;
}

#contactform .error-empty {
	display:none;
	float:left;

}

.btn {
	padding: 30px 20px 0 0;
	cursor:pointer;
}
 
.clear_btn {
	margin-right:25px;
	
	}


.content .btn a:first-child {
	margin-left: 0 !important;
}

#contactform .message {
	width: 100%;
}


.message br {
	height: 0;
	line-height: 0;
}

#contactform .success {
	display: none;
	position: absolute;
	width: 100%;
	border: 1px solid #e1e7eb;
  	background: #e1e7eb;
	text-align: center;
	padding: 20px 10px;
	z-index: 999;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}

.contact-img-padding {
	margin: 40px 0px 0px 20px; 
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.75);
}


@media only screen and (max-width: 995px) {

#contactform {
	padding-top: 0;	
}


#contactform label {
	float: none !important;	
	width: 100%;
	position:relative;
	display:block;
}

#contactform input {
	margin-bottom: 10px;
}

#contactform .error, #form .empty { font-size:10px;}

#contactform label.message {
	width: 100% !important;
}

#contactform .success {
	width: 100%;
}

.btn {
	padding-right: 0;
}

#contactform label.email {
	width: 100%;
	margin: 0;
}

}

@media only screen and (max-width: 767px) {
  .map {
	margin-bottom: 25px;
}
  .btn {
		padding-bottom: 0;  
  }
  
#contactform .error, #form .empty { font-size:11px;}
 
  #contactform textarea {
		height: 250px !important;  
  }
  
}
@media only screen and (max-width: 479px) {
 
  #contactform textarea {
		height: 200px !important;  
		
  }
}