|
|
|
|
@ -39,14 +39,15 @@
|
|
|
|
|
|
|
|
|
|
<div id="adultBlock" style="display: none">
|
|
|
|
|
<p style="
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
font-size: 22px;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
margin-top: 80px;
|
|
|
|
|
text-align: left;
|
|
|
|
|
">When you plan to take the trip:</p>
|
|
|
|
|
<div class="peopleSelect">
|
|
|
|
|
<p style="margin-top: 20px;"><strong>
|
|
|
|
|
<p style="margin-top: 20px; text-align:left;">
|
|
|
|
|
Adults (≥18 years old)
|
|
|
|
|
</strong> </p>
|
|
|
|
|
</p>
|
|
|
|
|
<button class="minaddBtn reduceadult" id="minusAdult" type="button"
|
|
|
|
|
value="-">-</button>
|
|
|
|
|
<input class="number" type="text" value="2" id="adultNumber" name="adult">
|
|
|
|
|
@ -85,7 +86,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="clear"></div>
|
|
|
|
|
<div id="childrenBlock" style="display: none">
|
|
|
|
|
<p style="margin-top: 0;"><strong>Children</strong></p>
|
|
|
|
|
<p style="margin-top: 0; text-align:left;">Children</p>
|
|
|
|
|
<div class="kids_age">
|
|
|
|
|
<p style="margin-bottom: 5px;">10-17 yrs old</p>
|
|
|
|
|
<select class="kids_number" id="teenagerNumber" name="teenager_10_17_yrs">
|
|
|
|
|
|