#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: 50%;
	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: black;
}
#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;
}
}

#enqForm {
    max-width: 700px;
    margin: 0 auto;
}

#enqForm fieldset {
    border: 0;
    padding: 0;
    margin: 0 0 30px;
}

#enqForm label {
    display: block;
    margin-bottom: 18px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

#enqForm input[type="search"],
#enqForm select,
#enqForm textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 7px;
    padding: 13px 14px;

    background: rgba(255,255,255,0.06);
    color: #fff;

    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 6px;

    font-family: inherit;
    font-size: 16px;

    outline: none;
    transition: 0.2s ease;
}

#enqForm input[type="search"]:focus,
#enqForm select:focus,
#enqForm textarea:focus {
    border-color: #fd4801;
    background: rgba(255,255,255,0.1);
    box-shadow: 0 0 0 3px rgba(253,72,1,0.15);
}

#enqForm textarea {
    min-height: 140px;
}

#enqForm select {
    cursor: pointer;
}

#enqForm select option {
    color: #111;
}

#enqForm legend {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

#enqForm fieldset:last-child p {
    color: #aaa;
    line-height: 1.5;
    margin: 0 0 18px;
}

#enqForm .g-recaptcha {
    margin: 20px 0;
}

#enqForm #submit {
    display: inline-block;
    padding: 12px 28px;

    background: #fd4801;
    color: #fff;

    border: 2px solid #fd4801;
    border-radius: 4px;

    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;

    cursor: pointer;
    transition: 0.2s ease;
}

#enqForm #submit:hover {
    background: transparent;
    color: #fd4801;
    transform: translateY(-2px);
}

#enqForm input::placeholder,
#enqForm textarea::placeholder {
    color: #777;
}

@media (max-width: 600px) {
    #enqForm {
        width: 100%;
    }

    #enqForm label {
        margin-bottom: 15px;
    }

    #enqForm input[type="search"],
    #enqForm select,
    #enqForm textarea {
        font-size: 16px;
        padding: 12px;
    }

    #enqForm .g-recaptcha {
        transform: scale(0.9);
        transform-origin: left top;
    }
}