#webForm {margin:auto;position: relative;}
.form{z-index: 1000;}
#enqForm {
	float: left;
	width: 96%;
	position: relative;
	padding: 1%;
}
#enqForm label {
	display: block;
	padding: 5px;
	clear: both;
	float: left;
	position: relative;
	width: 100%;
	margin: 5px;
	box-sizing: border-box;
}
#enqForm label input {
	float: right;
	/* margin-right: 20px; */
	font-size: 23px;
	color: #555556;
	width: 100%;
	border: 0px;
	border-bottom: 1px solid grey;
	outline: none;
	padding: 3px;
}
#enqForm select {
	float: right;
	/* margin-right: 20px; */
	width: 50%;
	font-size: 22px;
	cursor: pointer;
}
fieldset {
	border: 1px solid #E5E5E5;
	margin-bottom: 15px;
}
.moreinfo {
	padding: 10px;
	width: 100%;
	height:120px;
	clear:both;
	font-size: 22px;
	color: #1D2B1B;
	font-family:'Conv_GOTHIC', Sans-Serif;
	resize: none;
	box-sizing: border-box;
}
legend {
	color: #666;
	text-align: left;
	background: white;
}
#enqForm #submit {
    font-size: 22px;
    border-radius: 50px;
    border: 2px solid #eeeded;
    padding: 10px 20px 10px 20px;
    background: #66999a;
    text-transenqForm: uppercase;
    color: white;
    cursor: pointer;
    margin-top: 20px;
}
.datepicker {
	border-collapse: collapse;
	border: 2px solid #999;
	position: absolute;
	z-index: 12000;
	color: #000000;
}
.hightlight {
	border:2px solid #FFFF00;
	background-color: #FFFFCC;
	background-image:url("layout/caution.png");
	background-repeat: no-repeat;
	background-position: right center;
}
.done {
 display: none !important;!i;!;
}
#map {
	width: 100%;
	height: 550px;
	margin-bottom: 15px;
	border: 1px solid #CCC;
	position: relative;
	box-sizing: border-box;
	border-radius: 10px;
    overflow: hidden;
}
.weebox {
	width: 49%;
	float: left;
}
 .contactsSmall {
     visibility: hidden;
    position: fixed;
}
.contactsBig {
   visibility: visible;
    position: relative;
}
@media all and (max-width: 950px) {
    
    .contactsBig {
  visibility: hidden;
    position: fixed;
}
	
    .contactsSmall {
    visibility: visible;
    position: relative;
    font-size: 53px;
   
    text-align: center;
    width: 100%;
    display: block;
}
    
    .contactsSmall a { color: black;}
	#enqForm label {
	display: block;
	padding: inherit;
	clear: both;
	float: left;
	position: relative;
	width: 92%;
	margin: 5px;
	text-align: left;
}
#enqForm label input {
	float: none;
	margin-right: 15px;
	font-size: 16px;
	color: #00C;
	width: 95%;
}
#enqForm select {
	float: none;
	margin-right: 20px;
	width: 100%;
}
fieldset {
	border: 1px solid #E5E5E5;
	padding: 0px;
	text-align: center;
}
    fieldset > fieldset {
	border: 0px;
	box-shadow: none;
	}
#moreinfo {
	width:95%;
	height:120px;
	clear:both;
	font-size: 14px;
	color: #1D2B1B;
	font-family:'Conv_GOTHIC', Sans-Serif;
}
    .rGroup input {
    float: inherit !important;
    width: unset !important;
}
}