/****Form****/

#form , #enquiryform, #cntform{
	top: -3px;
	position: relative;
}

#form.contact {
	top: 0;
	padding-top: 3px;
}

#form.contact input {
	font-size: 12px;
	color: #63615e;
padding: 4px 6px 5px;
}

.contact .btns  {
	padding-top: 31px;
}

.contact .btns a.btn {
	margin-right: 19px !important;
	padding-left: 25px;
	padding-right: 26px;
}


#form.contact textarea {
	font-size: 12px;
	color: #63615e;
	height: 285px;
}


#form input, #form select, #enquiryform input, #enquiryform select, #cntform input, #cntform select {
	border: 1px solid #c1bfba;
	font-size:11px;
	background: url(../images/form_bg.png) 0 0 repeat;
	color:#a8a6a3;
	line-height: 18px;
	padding: 4px 6px 6px;
	outline: medium none;
	width: 100%;
	height: 28px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	margin-top: 6px;
}


#enquiryform input[type="image"]{
	border: 0px;
	line-height: 0px;
	float: right;
	width:auto;
	height:auto;
	margin-top: 6px;
}

#form textarea, #cntform textarea{
	border: 1px solid #c1bfba;
	background: url(../images/form_bg.png) 0 0 repeat;
	font-size:11px;
	color:#a8a6a3;
	height: 114px;
	outline: medium none;
	overflow: auto;
	padding: 4px 6px 6px;
	line-height: 18px;
	width: 100%;
	position: relative;
	resize:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	float:left;
	font-family: Arial, Helvetica, sans-serif;

	margin-top: 6px;
	
}
#form label, #cntform label{
	position:relative;
	display: block;
	min-height: 34px;
	width: 100%;
	float: left;
	clear: left;
}


#form .error, #form .empty {
	color: #FF0000;
	display: none;
	font-size: 11px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 999;
	right: 5px;
	top: 8px;
	float:left;
}



#form.contact .error, #form.contact .empty {
	top: 7px;
}

#form .error-empty {
	display:none;
	float:left;
}

.btns {
	position:relative;
	overflow:hidden;
	padding-top: 17px;
	text-align: left;

}


.btns a.btn {
	padding-left: 18px;
	padding-right: 18px;
	margin: 0!important;
	cursor: pointer;


}

#form .message {
	width: 100%;
}


.message br {
	height: 0;
	line-height: 0;
}

#form .success {
	border: 1px solid #c1bfba;
	display: none;
	position: absolute;
	width: 100%;
	background: #f1f1f1;
	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 */
}



.success_wrapper {
	position: relative;	
}

@media only screen and (max-width: 995px) {

#form {
	padding-top: 0;	
}


#form label {
	float: none !important;	
	width: 100%;
}

#form label.message {
	width: 100% !important;
}

#form .success {
	width: 100%;
}

.btns {
	padding-right: 0;
}


}

@media only screen and (max-width: 767px) {
  .map {
	margin-bottom: 25px;
}
  .btns {
		padding-bottom: 0;  
  }
  
  #form textarea {
		height: 300px !important;  
  }
  
}
@media only screen and (max-width: 479px) {
 
  #form textarea {
		height: 200px !important;  
  }
}

.calicon {
    cursor: pointer;
    float: right;
    height: 0;
    overflow: visible;
    position: relative;
    right: -7px;
    top: -23px;
    width: 30px;
}