#webForm {margin:auto;position: relative;}
/* Base select style */
#enqForm select {
  -webkit-appearance: none; /* iOS Safari */
  -moz-appearance: none;    /* Firefox */
  appearance: none;         /* Modern browsers */

  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='15' height='20'%3E%3Cpath d='M7 10l5 5 5-5z' fill='%23666'/%3E%3C/svg%3E") no-repeat right 5px center;
  background-size: 32px 32px;

  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 40px 10px 12px;
  font-size: 11px;
  color: #333;
  width: 100%;
  box-sizing: border-box;
}

/* On focus */
#enqForm select:focus {
  border-color: #0a0f15;
  outline: none;
  box-shadow: 0 0 0 2px rgba(17, 27, 41, 0.2);
}

.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: 100%;
	font-size: 18px;
	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;
 
	color: #1D2B1B;
	font-family:'Conv_GOTHIC', Sans-Serif;
}
    .rGroup input {
    float: inherit !important;
    width: unset !important;
}
}