www.riu.com Open in urlscan Pro
104.18.20.57  Public Scan

Submitted URL: http://riu.com/
Effective URL: https://www.riu.com/nl/home.jsp
Submission: On August 27 via manual from IN

Form analysis 7 forms found in the DOM

Name: frm

<form name="frm" class="login-form ng-pristine ng-invalid ng-invalid-required" novalidate="" ng-submit="submitted=true;login()">
  <div class="form-group">
    <label> Riu Class nummer </label>
    <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" placeholder="Riu Class nummer " required="" id="usr" name="usr" ng-model="FormUsr.usr">
    <a ng-click="sendHeOlvidadoRedirectRC()" href="javascript:void(0)" class="forgot-item">
Ik ben mijn Riu Class nummer vergeten
</a>
    <div class="errorblock ng-hide" ng-show="submitted &amp;&amp; (frm.usr.$error.required)">
      <span class="error">zijn verplicht</span>
    </div>
  </div>
  <div class="form-group">
    <label> Wachtwoord </label>
    <input type="password" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" placeholder="Wachtwoord" required="" id="psw" name="psw" ng-model="FormUsr.psw">
    <input type="hidden" id="url" ng-model="FormUsr.url" value="" class="ng-pristine ng-untouched ng-valid ng-empty">
    <a ng-click="sendContrasenaRedirectRC()" href="javascript:void(0)" class="forgot-item">
Ik ben mijn wachtwoord vergeten
</a>
    <div class="errorblock ng-hide" ng-show="submitted &amp;&amp; (frm.psw.$error.required)">
      <span class="error">zijn verplicht</span>
    </div>
  </div>
  <div class="form-group">
    <input type="submit" class="btn btn-primary" value="Log-in">
  </div>
</form>

Name: frm

<form name="frm" class="login-form ng-pristine ng-invalid ng-invalid-required" novalidate="" ng-submit="submitted=true;login()">
  <div class="form-group">
    <label> Riu Class nummer </label>
    <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" placeholder="Riu Class nummer " required="" id="usr" name="usr" ng-model="FormUsr.usr">
    <a ng-click="sendHeOlvidadoRedirectRC()" href="javascript:void(0)" class="forgot-item">
Ik ben mijn Riu Class nummer vergeten
</a>
    <div class="errorblock ng-hide" ng-show="submitted &amp;&amp; (frm.usr.$error.required)">
      <span class="error">zijn verplicht</span>
    </div>
  </div>
  <div class="form-group">
    <label> Wachtwoord </label>
    <input type="password" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" placeholder="Wachtwoord" required="" id="psw" name="psw" ng-model="FormUsr.psw">
    <input type="hidden" id="url" ng-model="FormUsr.url" value="" class="ng-pristine ng-untouched ng-valid ng-empty">
    <a ng-click="sendContrasenaRedirectRC()" href="javascript:void(0)" class="forgot-item">
Ik ben mijn wachtwoord vergeten
</a>
    <div class="errorblock ng-hide" ng-show="submitted &amp;&amp; (frm.psw.$error.required)">
      <span class="error">zijn verplicht</span>
    </div>
  </div>
  <div class="form-group">
    <input type="submit" class="btn btn-primary" value="Log-in">
  </div>
  <div class="new-account">
    <a href="/nl/riu-class/alta/alta.jsp" class="">Registreren</a>
  </div>
</form>

Name: hotelFormPOST

<form id="buscador1" ng-class="Stipo === 'ficha' || Stipo === 'mixScroll' ? 'buscador desktop-form' : 'buscador'" ng-submit="submit($event)" name="hotelForm" method="POST" novalidate="" class="ng-pristine ng-valid ng-scope buscador">
  <!-- BUSCADOR DESTINO -->
  <!-- ngIf: Sbuscador==='destino' -->
  <!-- F BUSCADOR DESTINO -->
  <!-- BUSCADOR MIX -->
  <!-- ngIf: Sbuscador==='mix' -->
  <div ng-if="Sbuscador==='mix'" class="form-group listHotels ng-scope">
    <!-- ngIf: Stipo === 'home' || Stipo === 'consulta' || (sizeMobile && (Stipo === 'ficha' || Stipo === 'mixScroll')) --><label ng-if="Stipo === 'home' || Stipo === 'consulta' || (sizeMobile &amp;&amp; (Stipo === 'ficha' || Stipo === 'mixScroll'))"
      for="" class="ng-scope">Kies waar u naartoe wilt</label><!-- end ngIf: Stipo === 'home' || Stipo === 'consulta' || (sizeMobile && (Stipo === 'ficha' || Stipo === 'mixScroll')) -->
    <div class="buscador-mix-wrapper">
      <!-- ngIf: !iPad && !sizeMobile --><input ng-if="!iPad &amp;&amp; !sizeMobile" class="input-group ng-pristine ng-untouched ng-valid ng-scope ng-empty" name="hotelinput" type="text" ng-model="global.hotelInput"
        placeholder="Kies een bestemming of een hotel" ng-keydown="addOnWriteDown($event);" ng-keyup="addOnWrite($event);" ng-click="addOnClick($event)" uib-tooltip="Kies een bestemming of een hotel"
        tooltip-is-open="!$parent.destinoValido &amp;&amp; $parent.validador" tooltip-trigger="'none'" tooltip-placement="top" autocomplete="off" ng-readonly="$parent.iPad"><!-- end ngIf: !iPad && !sizeMobile -->
      <!-- ngIf: iPad || sizeMobile -->
      <div class="buscador-mix-box">
        <!-- ngIf: $root.resultados !== 0 -->
        <div class="paises ng-scope" ng-if="$root.resultados !== 0">
          <h3>Kies een land</h3>
          <div class="paises-list">
            <!-- ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS" style="">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Aruba</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Bahamas</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Bulgarije</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Costa Rica</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Dominicaanse Republiek</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Duitsland</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Ierland</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Jamaica</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Kaapverdië</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Maldiven</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Marokko</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Mauritius</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Mexico</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Panama</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Portugal</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Senegal</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Spanje</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Sri Lanka</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Tanzania</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">USA</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Verenigde Arabische Emiraten</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
          </div>
        </div><!-- end ngIf: $root.resultados !== 0 -->
        <!-- ngIf: $root.resultados !== 0 -->
        <div class="destinos ng-scope" ng-if="$root.resultados !== 0">
          <h3>Kies een bestemming</h3>
          <div class="destinos-list">
            <!-- ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index" style="">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Agadir</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Ahungalla</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Algarve</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Andalusië</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Aruba-Palm Beach</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Berlijn</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Boa Vista</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Cancun</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Dhaalu Atoll</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Dubai</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Dublin</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Eiland Sal</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Formentera</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Fuerteventura</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Golden Sands</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Gran Canaria</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Guadalajara</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Guanacaste</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Lanzarote</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Los Cabos</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Madeira</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Madrid</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Mallorca</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Marrakech</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Mazatlan</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Miami Beach</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Montego Bay</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Morne Brabant</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Negril</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">New York</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Obzor</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Ocho Rios</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Panama City</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Paradise Island</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Playa Blanca</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Playa del Carmen</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Pointe Sarène</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Pravets</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Punta Cana</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Riviera Nayarit-Vallarta</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">San Francisco</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Sunny Beach</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Tenerife</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Zanzibar</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
          </div>
        </div><!-- end ngIf: $root.resultados !== 0 -->
        <div ng-class="$root.resultados !== 0 ? 'hoteles' : 'paises'" class="hoteles">
          <!-- ngIf: $root.resultados !== 0 -->
          <h3 ng-if="$root.resultados !== 0" class="ng-binding ng-scope">Kies een hotel </h3><!-- end ngIf: $root.resultados !== 0 -->
          <!-- ngIf: $root.resultados === 0 -->
          <div class="hoteles-list">
            <!-- ngIf: $root.cHotelesView.length !== 1 && (global.hotelInput === $root.cHotelesView[0].DESTINO || $root.cDestinosView.length == 1) -->
            <!-- ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index" style="">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Antillas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Arecas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Aruba</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Astoria</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Atoll</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Baja California</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Bambu</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Baobab</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Bavaro</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza Berlin</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Boavista</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Bravo</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Buenavista</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Cabo San Lucas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Cabo Verde</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Calypso</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Cancun</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Caribe</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Chiclana</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Concordia</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Costa del Sol</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Costa Mujeres</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Costa Rica</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Creole</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Dubai</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Dunamar</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Emerald Bay</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza España</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Festival</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza Fisherman's Wharf</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Funana</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Garoe</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Gran Canaria</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza Guadalajara</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Guanacaste</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Guarana</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Helios</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Helios Bay</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Helios Paradise</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Jalisco</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Jamaica</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Jandia</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Karamboa</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel La Gemma dell'Est</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu La Mola</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Las Americas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Le Morne</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Lupita</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Macao</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Madeira</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Maldivas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza Manhattan Times Square</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Maspalomas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Meloneras</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Mexico</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza Miami Beach</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Monica</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Montego Bay</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Naiboa</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Nautilus</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Negril</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza New York Times Square</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Oasis</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Ocho Rios</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Oliva Beach Resort</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Pacifico</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Palmeras</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza Panama</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Papayas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Paradise Island</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Paraiso Lanzarote Resort</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Peninsula</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Playa Blanca</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Playa Park</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Playacar</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Pravets Resort</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Punta Cana</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Reggae</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Republica</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Riviera Maya</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu San Francisco</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Santa Fe</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Santa Maria</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Sri Lanka</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Sunny Beach</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Tenerife</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Tequila</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza The Gresham Dublin</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Tikida Agadir</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Tikida Beach</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Tikida Dunas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Tikida Garden</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Tikida Palmeraie</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Tikida Taghazout</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Touareg</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Tres Islas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Tropical Bay</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Vallarta</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Vistamar</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Yucatan</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Zanzibar</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
          </div>
        </div>
        <div class="acciones-buscador">
          <a class="mostrar-todos-ext" ng-click="clickMostrarTodos($event);">Selectie verwijderen</a>
          <a onclick="ocultarBuscadorPaisDestinoHotel()" class="mostrar-todos">Selecteren</a>
        </div>
      </div>
      <div class="hidden-trigger" ng-click="showDialog()"></div>
    </div>
  </div><!-- end ngIf: Sbuscador==='mix' -->
  <!-- F BUSCADOR MIX -->
  <!-- BUSCADOR LANDING -->
  <!-- ngIf: Sbuscador==='landing' -->
  <!-- F BUSCADOR LANDING -->
  <!-- CALENDARIO -->
  <div ng-init="$parent.$parent.diasPromo='Dagen met korting'"></div>
  <input type="hidden" name="etiquetaDiasPromocion" ng-value="idPais">
  <div class="form-group checkIn" id="calendario1">
    <!-- ngIf: Stipo === 'home' || Stipo === 'consulta' || Stipo === 'oferta' || (sizeMobile && (Stipo === 'ficha' || Stipo === 'mixScroll')) --><label
      ng-if="Stipo === 'home' || Stipo === 'consulta' || Stipo === 'oferta' || (sizeMobile &amp;&amp; (Stipo === 'ficha' || Stipo === 'mixScroll'))" for="" class="ng-scope">Verblijfsdata
      <!-- ngIf: nochesEstancia --></label><!-- end ngIf: Stipo === 'home' || Stipo === 'consulta' || Stipo === 'oferta' || (sizeMobile && (Stipo === 'ficha' || Stipo === 'mixScroll')) -->
    <!--<input ng-if="!iPad" class="input-group calendario"
            type="text"
            ng-model="global.calendario"
            name="datefilter"
            ng-attr-placeholder="{{fechaFormateada}}"
            uib-tooltip="U moet een periode van kiezen onder de 30 dagen"
            tooltip-is-open="fechaValida && validador"
            tooltip-placement='{{::ptooltip}}'
            tooltip-trigger="'none'" ng-init="init();" showTip="true"
            readonly>-->
    <div class="input-group calendario" name="datefilter" uib-tooltip="U moet een periode van kiezen onder de 30 dagen" tooltip-is-open="(fechaValida &amp;&amp; validador &amp;&amp; !fechaVacia) || noHotelSelected &amp;&amp; fechaValida"
      tooltip-placement="top" tooltip-trigger="'none'" ng-init="init();" showtip="true" ng-click="scrollBuscadorModal()" id="divCalendario1">
      <!-- ngIf: Stipo!='mixScroll' && Stipo!='oferta' --><span ng-if="Stipo!='mixScroll' &amp;&amp; Stipo!='oferta'" ng-bind-html="$root.calendario" class="ng-binding ng-scope"><strong>Check In</strong> - <strong>Check
          Out</strong></span><!-- end ngIf: Stipo!='mixScroll' && Stipo!='oferta' -->
      <!-- ngIf: Stipo=='oferta' -->
      <!-- ngIf: Stipo=='mixScroll' -->
    </div>
  </div>
  <!-- F CALENDARIO -->
  <div class="advanced-items">
    <!-- HUESPEDES -->
    <div class="form-group guest-wrap" ng-show="Shuespedes !== 'no'">
      <!-- ngIf: Stipo === 'home' || Stipo === 'consulta' || (sizeMobile && (Stipo === 'ficha' || Stipo === 'mixScroll')) --><label
        ng-if="Stipo === 'home' || Stipo === 'consulta' || (sizeMobile &amp;&amp; (Stipo === 'ficha' || Stipo === 'mixScroll'))" for="" class="ng-scope"> Kamers en gasten
      </label><!-- end ngIf: Stipo === 'home' || Stipo === 'consulta' || (sizeMobile && (Stipo === 'ficha' || Stipo === 'mixScroll')) -->
      <div class="input-group guest" ng-click="mostrarSelectorHuespedes()">
        <ng-pluralize count="global.habitaciones" when="{
                        '1': '1 Kamer',
                        'other': '1 kamers'
                     }">1 Kamer</ng-pluralize>/ <ng-pluralize count="adultosTotal()" when="{
                        '1': '2 Volw.', 
                        'other': '2 Volw.'
                     }">2 Volw.</ng-pluralize>
        <ng-pluralize count="ninosTotal()" when="{
                        '0': '',
                        '1': ', 0 Kind', 
                        'other': ', 0 Kinderen'
                     }"></ng-pluralize>
      </div>
      <div class="guest-box" id="huespedes1">
        <div class="form-group rooms">
          <div class="rooms-counter ng-pristine ng-untouched ng-valid ng-not-empty" ng-model="global.habitaciones">
            <label> Kamers : <span count="global.habitaciones" class="ng-binding">1</span>
            </label>
            <div class="rooms-counter-buttons">
              <button type="button" ng-click="restHabitacion()"> <i class="iconsRiu-plusMinus iconsRiu-plusMinus-icon-minus"></i> </button>
              <button type="button" ng-click="addHabitacion()"> <i class="iconsRiu-plusMinus iconsRiu-plusMinus-icon-plus"></i> </button>
            </div>
          </div>
          <input type="hidden" name="cajaBusquedaEnHomeForm.huespedes.numeroHabitaciones" ng-value="global.habitaciones" value="1">
        </div>
        <div class="form-group guests">
          <!-- ngRepeat: n in huespedes | filter:byRange(global.habitaciones) track by $index -->
          <div class="guest-in-room ng-scope" ng-repeat="n in huespedes | filter:byRange(global.habitaciones) track by $index">
            <label for="" class="ng-binding"> Kamer 1</label>
            <div class="adults-in-room ng-pristine ng-untouched ng-valid ng-not-empty" ng-init="$parent.global.adultos[n]=$parent.global.adultos[n]?$parent.global.adultos[n]:2" ng-model="$parent.global.adultos[n]">
              <span class="counter-guest"> Volwassenen : <span count="$parent.global.adultos[n]" class="ng-binding">2</span>
              </span>
              <div class="guest-buttons">
                <button type="button" ng-click="restAdulto(n)"><i class="iconsRiu-plusMinus iconsRiu-plusMinus-icon-minus"></i></button>
                <button type="button" ng-click="addAdulto(n)"><i class="iconsRiu-plusMinus iconsRiu-plusMinus-icon-plus"></i></button>
              </div>
              <input type="hidden" name="cajaBusquedaEnHomeForm.huespedes.habitaciones[0].numeroAdultos" ng-value="$parent.global.adultos[n]" value="2">
            </div>
            <div class="childs-in-room ng-pristine ng-untouched ng-valid ng-not-empty" ng-init="$parent.global.ninos[n]=$parent.global.ninos[n]?$parent.global.ninos[n]:0" ng-model="$parent.global.ninos[n]" name="habitaciones[0].numeroNinos" id="">
              <span class="counter-guest"> Kinderen : <span count="$parent.global.ninos[n]" class="ng-binding">0</span>
              </span>
              <div class="guest-buttons">
                <button type="button" ng-click="restNino(n)"><i class="iconsRiu-plusMinus iconsRiu-plusMinus-icon-minus"></i></button>
                <button type="button" ng-click="addNino(n)"><i class="iconsRiu-plusMinus iconsRiu-plusMinus-icon-plus"></i></button>
              </div>
              <input type="hidden" name="cajaBusquedaEnHomeForm.huespedes.habitaciones[0].numeroNinos" ng-value="$parent.global.ninos[n]" value="0">
            </div>
            <!-- ngRepeat: m in mninos | filter:byRange($parent.global.ninos[n]) track by $index -->
          </div><!-- end ngRepeat: n in huespedes | filter:byRange(global.habitaciones) track by $index -->
        </div>
        <a class="btn-aceptar-huespedes" onclick="ocultarSelectorHuespedes()">Selecteren</a>
      </div>
    </div>
    <!-- F HUESPEDES -->
    <!-- PROMOCODE  -->
    <!-- ngIf: Spromocode !== false -->
    <div ng-if="Spromocode !== false" class="form-group promocode-wrap ng-scope" ng-hide="ocultar_promocode">
      <!-- ngIf: Stipo === 'home' || Stipo === 'consulta' || (sizeMobile && (Stipo === 'ficha' || Stipo === 'mixScroll')) --><label
        ng-if="Stipo === 'home' || Stipo === 'consulta' || (sizeMobile &amp;&amp; (Stipo === 'ficha' || Stipo === 'mixScroll'))" for=""
        class="ng-scope">Promocode</label><!-- end ngIf: Stipo === 'home' || Stipo === 'consulta' || (sizeMobile && (Stipo === 'ficha' || Stipo === 'mixScroll')) -->
      <input class="input-group promocode ng-pristine ng-untouched ng-valid ng-empty" type="text" id="inputPromoCode" placeholder="Promotiecode" ng-model="$root.Spromocode" name="cajaBusquedaEnHomeForm.codigoPromocional">
    </div><!-- end ngIf: Spromocode !== false -->
    <!-- F PROMOCODE -->
  </div>
  <!-- Tipo de busqueda -->
  <input type="hidden" name="cajaBusquedaEnHomeForm.tipoBusqueda" id="tipoBusqueda" ng-value="tipoBusqueda">
  <input type="hidden" name="dateFormat.formato" id="dateFormat" ng-value="dateFormat.formato" value="DD/MM/YYYY">
  <!-- ???? -->
  <input type="hidden" name="v" id="categoriaLateral" ng-value="version" value="home">
  <input type="hidden" name="v1" id="categoriaLateral" ng-value="version1" value="home-principal">
  <input type="hidden" name="vtl" id="categoriaLateral" ng-value="version" value="home">
  <input type="hidden" name="v1tl" id="categoriaLateral" ng-value="version1" value="home-principal">
  <!-- Fecha entrada -->
  <input type="hidden" name="cajaBusquedaEnHomeForm.fechas.fechaEntradaAsString" id="datepicker-calendarInH" ng-value="global.fechaEntrada" value="">
  <!-- Fecha salida -->
  <input type="hidden" name="cajaBusquedaEnHomeForm.fechas.fechaSalidaAsString" id="datepicker-calendarOutH" ng-value="global.fechaSalida" value="">
  <!-- Pais -->
  <input type="hidden" name="cajaBusquedaEnHomeForm.paisDestino.pais" ng-value="idPais">
  <!-- Destino -->
  <input type="hidden" name="cajaBusquedaEnHomeForm.paisDestino.destino" ng-value="idDestino">
  <!-- Hotel -->
  <input type="hidden" name="cajaBusquedaEnHomeForm.paisDestino.hotel" ng-value="idHotel">
  <!-- RC -->
  <!-- ngIf: RC -->
  <!-- ngIf: RC -->
  <div class="form-group cta">
    <input id="submitBuscador" ng-click="hideModalSearcher()" class="btn btn-primary btn-block AB-event_cta-buscador" type="submit" value="Zoeken">
  </div>
</form>

Name: hotelFormPOST

<form id="buscador2" ng-class="Stipo === 'ficha' || Stipo === 'mixScroll' ? 'buscador desktop-form' : 'buscador'" ng-submit="submit($event)" name="hotelForm" method="POST" novalidate="" class="ng-pristine ng-valid ng-scope buscador desktop-form">
  <!-- BUSCADOR DESTINO -->
  <!-- ngIf: Sbuscador==='destino' -->
  <!-- F BUSCADOR DESTINO -->
  <!-- BUSCADOR MIX -->
  <!-- ngIf: Sbuscador==='mix' -->
  <div ng-if="Sbuscador==='mix'" class="form-group listHotels ng-scope">
    <!-- ngIf: Stipo === 'home' || Stipo === 'consulta' || (sizeMobile && (Stipo === 'ficha' || Stipo === 'mixScroll')) -->
    <div class="buscador-mix-wrapper">
      <!-- ngIf: !iPad && !sizeMobile --><input ng-if="!iPad &amp;&amp; !sizeMobile" class="input-group ng-pristine ng-untouched ng-valid ng-scope ng-empty" name="hotelinput" type="text" ng-model="global.hotelInput"
        placeholder="Kies een bestemming of een hotel" ng-keydown="addOnWriteDown($event);" ng-keyup="addOnWrite($event);" ng-click="addOnClick($event)" uib-tooltip="Kies een bestemming of een hotel"
        tooltip-is-open="!$parent.destinoValido &amp;&amp; $parent.validador" tooltip-trigger="'none'" tooltip-placement="bottom" autocomplete="off" ng-readonly="$parent.iPad"><!-- end ngIf: !iPad && !sizeMobile -->
      <!-- ngIf: iPad || sizeMobile -->
      <div class="buscador-mix-box">
        <!-- ngIf: $root.resultados !== 0 -->
        <div class="paises ng-scope" ng-if="$root.resultados !== 0">
          <h3>Kies een land</h3>
          <div class="paises-list">
            <!-- ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS" style="">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Aruba</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Bahamas</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Bulgarije</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Costa Rica</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Dominicaanse Republiek</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Duitsland</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Ierland</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Jamaica</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Kaapverdië</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Maldiven</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Marokko</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Mauritius</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Mexico</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Panama</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Portugal</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Senegal</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Spanje</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Sri Lanka</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Tanzania</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">USA</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
            <div class="repeated-item ng-scope" ng-repeat="pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS">
              <div>
                <a ng-class="{selected:global.paisSelected === pais.PAIS}" ng-click="clickPais(pais, $event);" ng-bind-html="pais.PAIS | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Verenigde Arabische Emiraten</a>
              </div>
            </div><!-- end ngRepeat: pais in $root.cPaisesView | orderBy: 'PAIS' track by pais.PAIS -->
          </div>
        </div><!-- end ngIf: $root.resultados !== 0 -->
        <!-- ngIf: $root.resultados !== 0 -->
        <div class="destinos ng-scope" ng-if="$root.resultados !== 0">
          <h3>Kies een bestemming</h3>
          <div class="destinos-list">
            <!-- ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index" style="">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Agadir</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Ahungalla</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Algarve</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Andalusië</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Aruba-Palm Beach</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Berlijn</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Boa Vista</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Cancun</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Dhaalu Atoll</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Dubai</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Dublin</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Eiland Sal</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Formentera</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Fuerteventura</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Golden Sands</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Gran Canaria</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Guadalajara</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Guanacaste</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Lanzarote</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Los Cabos</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Madeira</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Madrid</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Mallorca</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Marrakech</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Mazatlan</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Miami Beach</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Montego Bay</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Morne Brabant</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Negril</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">New York</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Obzor</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Ocho Rios</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Panama City</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Paradise Island</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Playa Blanca</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Playa del Carmen</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Pointe Sarène</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Pravets</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Punta Cana</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Riviera Nayarit-Vallarta</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">San Francisco</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Sunny Beach</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Tenerife</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index">
              <div>
                <a ng-class="{selected: global.areaSelected === destino.DESTINO}" ng-click="clickDestino(destino,$event);" ng-bind-html="destino.DESTINO | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Zanzibar</a>
              </div>
            </div><!-- end ngRepeat: destino in $root.cDestinosView | orderBy: 'DESTINO' track by $index -->
          </div>
        </div><!-- end ngIf: $root.resultados !== 0 -->
        <div ng-class="$root.resultados !== 0 ? 'hoteles' : 'paises'" class="hoteles">
          <!-- ngIf: $root.resultados !== 0 -->
          <h3 ng-if="$root.resultados !== 0" class="ng-binding ng-scope">Kies een hotel </h3><!-- end ngIf: $root.resultados !== 0 -->
          <!-- ngIf: $root.resultados === 0 -->
          <div class="hoteles-list">
            <!-- ngIf: $root.cHotelesView.length !== 1 && (global.hotelInput === $root.cHotelesView[0].DESTINO || $root.cDestinosView.length == 1) -->
            <!-- ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index" style="">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Antillas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Arecas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Aruba</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Astoria</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Atoll</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Baja California</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Bambu</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Baobab</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Bavaro</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza Berlin</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Boavista</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Bravo</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Buenavista</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Cabo San Lucas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Cabo Verde</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Calypso</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Cancun</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Caribe</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Chiclana</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Concordia</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Costa del Sol</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Costa Mujeres</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Costa Rica</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Creole</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Dubai</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Dunamar</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Emerald Bay</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza España</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Festival</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza Fisherman's Wharf</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Funana</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Garoe</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Gran Canaria</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza Guadalajara</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Guanacaste</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Guarana</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Helios</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Helios Bay</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Helios Paradise</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Jalisco</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Jamaica</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Jandia</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Karamboa</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel La Gemma dell'Est</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu La Mola</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Las Americas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Le Morne</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Lupita</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Macao</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Madeira</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Maldivas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza Manhattan Times Square</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Maspalomas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Meloneras</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Mexico</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza Miami Beach</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Monica</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Montego Bay</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Naiboa</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Nautilus</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Negril</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza New York Times Square</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Oasis</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Ocho Rios</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Oliva Beach Resort</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Pacifico</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Palmeras</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza Panama</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Papayas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Paradise Island</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Paraiso Lanzarote Resort</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Peninsula</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Playa Blanca</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Playa Park</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Playacar</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Pravets Resort</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Punta Cana</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Reggae</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Republica</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Riviera Maya</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu San Francisco</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Santa Fe</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Santa Maria</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Sri Lanka</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Sunny Beach</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Tenerife</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Tequila</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Plaza The Gresham Dublin</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Tikida Agadir</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Tikida Beach</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Tikida Dunas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Tikida Garden</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Tikida Palmeraie</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Tikida Taghazout</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Touareg</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Tres Islas</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Tropical Bay</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Vallarta</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Vistamar</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Yucatan</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
            <div class="repeated-item ng-scope" ng-repeat="hotel in $root.cHotelesView track by $index">
              <div>
                <a ng-class="{selected: global.hotelSelected.NAME === hotel.NAME}" ng-click="clickHotel(hotel, $event);" onclick="ocultarSelectorMix()" ng-bind-html="hotel.NAME | uibTypeaheadHighlight:global.hotelInput" class="ng-binding">Hotel Riu Palace Zanzibar</a>
              </div>
            </div><!-- end ngRepeat: hotel in $root.cHotelesView track by $index -->
          </div>
        </div>
        <div class="acciones-buscador">
          <a class="mostrar-todos-ext" ng-click="clickMostrarTodos($event);">Selectie verwijderen</a>
          <a onclick="ocultarBuscadorPaisDestinoHotel()" class="mostrar-todos">Selecteren</a>
        </div>
      </div>
      <div class="hidden-trigger" ng-click="showDialog()"></div>
    </div>
  </div><!-- end ngIf: Sbuscador==='mix' -->
  <!-- F BUSCADOR MIX -->
  <!-- BUSCADOR LANDING -->
  <!-- ngIf: Sbuscador==='landing' -->
  <!-- F BUSCADOR LANDING -->
  <!-- CALENDARIO -->
  <div ng-init="$parent.$parent.diasPromo='Dagen met korting'"></div>
  <input type="hidden" name="etiquetaDiasPromocion" ng-value="idPais">
  <div class="form-group checkIn" id="calendario2">
    <!-- ngIf: Stipo === 'home' || Stipo === 'consulta' || Stipo === 'oferta' || (sizeMobile && (Stipo === 'ficha' || Stipo === 'mixScroll')) -->
    <!--<input ng-if="!iPad" class="input-group calendario"
            type="text"
            ng-model="global.calendario"
            name="datefilter"
            ng-attr-placeholder="{{fechaFormateada}}"
            uib-tooltip="U moet een periode van kiezen onder de 30 dagen"
            tooltip-is-open="fechaValida && validador"
            tooltip-placement='{{::ptooltip}}'
            tooltip-trigger="'none'" ng-init="init();" showTip="true"
            readonly>-->
    <div class="input-group calendario" name="datefilter" uib-tooltip="U moet een periode van kiezen onder de 30 dagen" tooltip-is-open="(fechaValida &amp;&amp; validador &amp;&amp; !fechaVacia) || noHotelSelected &amp;&amp; fechaValida"
      tooltip-placement="bottom" tooltip-trigger="'none'" ng-init="init();" showtip="true" ng-click="scrollBuscadorModal()" id="divCalendario2">
      <!-- ngIf: Stipo!='mixScroll' && Stipo!='oferta' -->
      <!-- ngIf: Stipo=='oferta' -->
      <!-- ngIf: Stipo=='mixScroll' --><span ng-if="Stipo=='mixScroll'" ng-bind-html="$root.calendarioCorto" class="ng-binding ng-scope"><strong>Check In</strong> - <strong>Check Out</strong></span><!-- end ngIf: Stipo=='mixScroll' -->
    </div>
  </div>
  <!-- F CALENDARIO -->
  <div class="advanced-items">
    <!-- HUESPEDES -->
    <div class="form-group guest-wrap" ng-show="Shuespedes !== 'no'">
      <!-- ngIf: Stipo === 'home' || Stipo === 'consulta' || (sizeMobile && (Stipo === 'ficha' || Stipo === 'mixScroll')) -->
      <div class="input-group guest" ng-click="mostrarSelectorHuespedes()">
        <ng-pluralize count="global.habitaciones" when="{
                        '1': '1 Kamer',
                        'other': '1 kamers'
                     }">1 Kamer</ng-pluralize>/ <ng-pluralize count="adultosTotal()" when="{
                        '1': '2 Volw.', 
                        'other': '2 Volw.'
                     }">2 Volw.</ng-pluralize>
        <ng-pluralize count="ninosTotal()" when="{
                        '0': '',
                        '1': ', 0 Kind', 
                        'other': ', 0 Kinderen'
                     }"></ng-pluralize>
      </div>
      <div class="guest-box" id="huespedes2">
        <div class="form-group rooms">
          <div class="rooms-counter ng-pristine ng-untouched ng-valid ng-not-empty" ng-model="global.habitaciones">
            <label> Kamers : <span count="global.habitaciones" class="ng-binding">1</span>
            </label>
            <div class="rooms-counter-buttons">
              <button type="button" ng-click="restHabitacion()"> <i class="iconsRiu-plusMinus iconsRiu-plusMinus-icon-minus"></i> </button>
              <button type="button" ng-click="addHabitacion()"> <i class="iconsRiu-plusMinus iconsRiu-plusMinus-icon-plus"></i> </button>
            </div>
          </div>
          <input type="hidden" name="cajaBusquedaEnHomeForm.huespedes.numeroHabitaciones" ng-value="global.habitaciones" value="1">
        </div>
        <div class="form-group guests">
          <!-- ngRepeat: n in huespedes | filter:byRange(global.habitaciones) track by $index -->
          <div class="guest-in-room ng-scope" ng-repeat="n in huespedes | filter:byRange(global.habitaciones) track by $index">
            <label for="" class="ng-binding"> Kamer 1</label>
            <div class="adults-in-room ng-pristine ng-untouched ng-valid ng-not-empty" ng-init="$parent.global.adultos[n]=$parent.global.adultos[n]?$parent.global.adultos[n]:2" ng-model="$parent.global.adultos[n]">
              <span class="counter-guest"> Volwassenen : <span count="$parent.global.adultos[n]" class="ng-binding">2</span>
              </span>
              <div class="guest-buttons">
                <button type="button" ng-click="restAdulto(n)"><i class="iconsRiu-plusMinus iconsRiu-plusMinus-icon-minus"></i></button>
                <button type="button" ng-click="addAdulto(n)"><i class="iconsRiu-plusMinus iconsRiu-plusMinus-icon-plus"></i></button>
              </div>
              <input type="hidden" name="cajaBusquedaEnHomeForm.huespedes.habitaciones[0].numeroAdultos" ng-value="$parent.global.adultos[n]" value="2">
            </div>
            <div class="childs-in-room ng-pristine ng-untouched ng-valid ng-not-empty" ng-init="$parent.global.ninos[n]=$parent.global.ninos[n]?$parent.global.ninos[n]:0" ng-model="$parent.global.ninos[n]" name="habitaciones[0].numeroNinos" id="">
              <span class="counter-guest"> Kinderen : <span count="$parent.global.ninos[n]" class="ng-binding">0</span>
              </span>
              <div class="guest-buttons">
                <button type="button" ng-click="restNino(n)"><i class="iconsRiu-plusMinus iconsRiu-plusMinus-icon-minus"></i></button>
                <button type="button" ng-click="addNino(n)"><i class="iconsRiu-plusMinus iconsRiu-plusMinus-icon-plus"></i></button>
              </div>
              <input type="hidden" name="cajaBusquedaEnHomeForm.huespedes.habitaciones[0].numeroNinos" ng-value="$parent.global.ninos[n]" value="0">
            </div>
            <!-- ngRepeat: m in mninos | filter:byRange($parent.global.ninos[n]) track by $index -->
          </div><!-- end ngRepeat: n in huespedes | filter:byRange(global.habitaciones) track by $index -->
        </div>
        <a class="btn-aceptar-huespedes" onclick="ocultarSelectorHuespedes()">Selecteren</a>
      </div>
    </div>
    <!-- F HUESPEDES -->
    <!-- PROMOCODE  -->
    <!-- ngIf: Spromocode !== false -->
    <div ng-if="Spromocode !== false" class="form-group promocode-wrap ng-scope" ng-hide="ocultar_promocode">
      <!-- ngIf: Stipo === 'home' || Stipo === 'consulta' || (sizeMobile && (Stipo === 'ficha' || Stipo === 'mixScroll')) -->
      <input class="input-group promocode ng-pristine ng-untouched ng-valid ng-empty" type="text" id="inputPromoCode" placeholder="Promotiecode" ng-model="$root.Spromocode" name="cajaBusquedaEnHomeForm.codigoPromocional">
    </div><!-- end ngIf: Spromocode !== false -->
    <!-- F PROMOCODE -->
  </div>
  <!-- Tipo de busqueda -->
  <input type="hidden" name="cajaBusquedaEnHomeForm.tipoBusqueda" id="tipoBusqueda" ng-value="tipoBusqueda">
  <input type="hidden" name="dateFormat.formato" id="dateFormat" ng-value="dateFormat.formato" value="DD/MM/YYYY">
  <!-- ???? -->
  <input type="hidden" name="v" id="categoriaLateral" ng-value="version" value="landing">
  <input type="hidden" name="v1" id="categoriaLateral" ng-value="version1" value="landing-scroll">
  <input type="hidden" name="vtl" id="categoriaLateral" ng-value="version" value="landing">
  <input type="hidden" name="v1tl" id="categoriaLateral" ng-value="version1" value="landing-scroll">
  <!-- Fecha entrada -->
  <input type="hidden" name="cajaBusquedaEnHomeForm.fechas.fechaEntradaAsString" id="datepicker-calendarInH" ng-value="global.fechaEntrada" value="">
  <!-- Fecha salida -->
  <input type="hidden" name="cajaBusquedaEnHomeForm.fechas.fechaSalidaAsString" id="datepicker-calendarOutH" ng-value="global.fechaSalida" value="">
  <!-- Pais -->
  <input type="hidden" name="cajaBusquedaEnHomeForm.paisDestino.pais" ng-value="idPais">
  <!-- Destino -->
  <input type="hidden" name="cajaBusquedaEnHomeForm.paisDestino.destino" ng-value="idDestino">
  <!-- Hotel -->
  <input type="hidden" name="cajaBusquedaEnHomeForm.paisDestino.hotel" ng-value="idHotel">
  <!-- RC -->
  <!-- ngIf: RC -->
  <!-- ngIf: RC -->
  <div class="form-group cta">
    <input id="submitBuscador" ng-click="hideModalSearcher()" class="btn btn-primary btn-block AB-event_cta-buscador" type="submit" value="Zoeken">
  </div>
  <div class="daterangepicker dropdown-menu ltr show-calendar openscenter">
    <div class="calendar left">
      <div class="daterangepicker_input"><input class="input-mini form-control" type="text" name="daterangepicker_start" value=""><i class="fa fa-calendar glyphicon glyphicon-calendar"></i>
        <div class="calendar-time" style="display: none;">
          <div></div><i class="fa fa-clock-o glyphicon glyphicon-time"></i>
        </div>
      </div>
      <div class="calendar-table"></div>
    </div>
    <div class="calendar right">
      <div class="daterangepicker_input"><input class="input-mini form-control" type="text" name="daterangepicker_end" value=""><i class="fa fa-calendar glyphicon glyphicon-calendar"></i>
        <div class="calendar-time" style="display: none;">
          <div></div><i class="fa fa-clock-o glyphicon glyphicon-time"></i>
        </div>
      </div>
      <div class="calendar-table"></div>
    </div>
    <div class="ranges" style="display: none;">
      <div class="range_inputs"><button class="applyBtn btn btn-sm btn-success" disabled="disabled" type="button">Apply</button> <button class="cancelBtn btn btn-sm btn-default" type="button">Cancel</button></div>
    </div>
  </div>
</form>

<form ng-submit="showNLPopup()" class="ng-pristine ng-valid">
  <div class="col-sm-3 text-right">
    <h3>Schrijf u in en ontvang onze beste aanbiedingen</h3>
  </div>
  <div class="col-sm-7">
    <div class="form-group">
      <input type="text" ng-model="emailNL" class="input-group ng-pristine ng-untouched ng-valid ng-empty" placeholder="Voer een geldig e-mailadres in">
    </div>
  </div>
  <div class="col-sm-2">
    <div class="form-group">
      <input type="submit" class="btn btn-primary" value="Verzenden">
    </div>
  </div>
  <div class="col-sm-12 padding-0">
    <div class="legal-link">
      <p class="small">Door het verzenden, gaat u akkoord met het <a ng-click="showPoliticas()" href="javascript:void(0);">Privacyverklaring</a></p>
    </div>
  </div>
</form>

Name: registrarNews

<form name="registrarNews" id="registrarNews" class="formRegistroNL registrarNews ng-pristine ng-invalid ng-invalid-required ng-valid-email" ng-submit="suscripcionNL()" data-toggle="validator" novalidate="true" role="form">
  <input type="hidden" name="origen" value="">
  <div class="form-group col-sm-6 nombre" ng-class=" submitted  &amp;&amp; registrarNews.name.$error.required? 'has-error' : ''">
    <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="name" value="" ng-model="newsLetter.name" placeholder="Naam" title="Naam" required="">
    <div class="help-block with-errors">
      <span class="error ng-hide" ng-show="submitted &amp;&amp; registrarNews.name.$error.required">Dit veld is verplicht</span>
    </div>
  </div>
  <div class="form-group col-sm-6 apellidos" ng-class=" submitted  &amp;&amp; registrarNews.surname.$error.required? 'has-error' : ''">
    <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="surname" value="" ng-model="newsLetter.surname" placeholder="Achternaam" title="Achternaam" required="">
    <div class="help-block with-errors">
      <span class="error ng-hide" ng-show="submitted &amp;&amp; registrarNews.surname.$error.required">Dit veld is verplicht</span>
    </div>
  </div>
  <div class="form-group col-sm-12 email" ng-class=" submitted  &amp;&amp; (registrarNews.email.$error.required || registrarNews.email.$invalid)? 'has-error' : ''">
    <input type="email" class="form-control email ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" name="email" value="" ng-model="newsLetter.emailNLPopup" placeholder="E-mail" title="E-mail" required="">
    <div class="help-block with-errors">
      <span class="error ng-hide" ng-show="submitted &amp;&amp; registrarNews.email.$error.required" "="">Dit veld is verplicht</span>
<span class=" error ng-hide" ng-show="submitted &amp;&amp; registrarNews.email.$invalid &amp;&amp; !registrarNews.email.$error.required">Het moet een correct e-mailadres zijn </span>
    </div>
  </div>
  <div class="form-group col-sm-6 paisCombo" ng-class=" submitted  &amp;&amp; registrarNews.paises.$error.required? 'has-error' : ''">
    <select class="form-control ng-pristine ng-untouched ng-not-empty ng-valid ng-valid-required" required="" id="paises" name="paises" ng-model="newsLetter.pais" select-menu-refresh=""
      ng-options="p.value as p.label for p in paises | orderBy: 'label' " ng-change="newsLetter.provincia=' ';loadProvinciasPais(newsLetter.pais);" style="">
      <option value="" class="" selected="selected">Kies land</option>
      <option label="Afghanistan" value="string:AF">Afghanistan</option>
      <option label="Albanië" value="string:AL">Albanië</option>
      <option label="Algerije" value="string:DZ">Algerije</option>
      <option label="Amerikaans-Samoa" value="string:AS">Amerikaans-Samoa</option>
      <option label="Amerikaanse Maagdeneilanden" value="string:VI">Amerikaanse Maagdeneilanden</option>
      <option label="Andorra" value="string:AD">Andorra</option>
      <option label="Angola" value="string:AO">Angola</option>
      <option label="Anguilla" value="string:AI">Anguilla</option>
      <option label="Antarctica" value="string:AQ">Antarctica</option>
      <option label="Antigua en Barbuda" value="string:AG">Antigua en Barbuda</option>
      <option label="Argentinië" value="string:AR">Argentinië</option>
      <option label="Armenië" value="string:AM">Armenië</option>
      <option label="Aruba" value="string:AW">Aruba</option>
      <option label="Australië" value="string:AU">Australië</option>
      <option label="Azerbeidzjan" value="string:AZ">Azerbeidzjan</option>
      <option label="Bahamas" value="string:BS">Bahamas</option>
      <option label="Bahrein" value="string:BH">Bahrein</option>
      <option label="Bangladesh" value="string:BD">Bangladesh</option>
      <option label="Barbados" value="string:BB">Barbados</option>
      <option label="België" value="string:BE">België</option>
      <option label="Belize" value="string:BZ">Belize</option>
      <option label="Benin" value="string:BJ">Benin</option>
      <option label="Bermuda" value="string:BM">Bermuda</option>
      <option label="Bolivia" value="string:BO">Bolivia</option>
      <option label="Bonaire, Sint Eustatius en Saba" value="string:BQ">Bonaire, Sint Eustatius en Saba</option>
      <option label="Bosnië en Herzegovina" value="string:BA">Bosnië en Herzegovina</option>
      <option label="Botswana" value="string:BW">Botswana</option>
      <option label="Bouvet" value="string:BV">Bouvet</option>
      <option label="Brazil" value="string:BR">Brazil</option>
      <option label="Brits Indische Oceaanterritorium" value="string:IO">Brits Indische Oceaanterritorium</option>
      <option label="Britse Maagdeneilanden" value="string:VG">Britse Maagdeneilanden</option>
      <option label="Brunei" value="string:BN">Brunei</option>
      <option label="Bulgarije" value="string:BG">Bulgarije</option>
      <option label="Burkina Faso" value="string:BF">Burkina Faso</option>
      <option label="Burundi" value="string:BI">Burundi</option>
      <option label="Buthan" value="string:BT">Buthan</option>
      <option label="Cambodja" value="string:KH">Cambodja</option>
      <option label="Canada" value="string:CA">Canada</option>
      <option label="Centraal-Afrikaanse Republiek" value="string:CF">Centraal-Afrikaanse Republiek</option>
      <option label="Chili" value="string:CL">Chili</option>
      <option label="China" value="string:CN">China</option>
      <option label="Christmaseiland" value="string:CX">Christmaseiland</option>
      <option label="Cocoseilanden" value="string:CC">Cocoseilanden</option>
      <option label="Colombia" value="string:CO">Colombia</option>
      <option label="Comoren" value="string:KM">Comoren</option>
      <option label="Congo-Brazzaville" value="string:CG">Congo-Brazzaville</option>
      <option label="Congo-Kinshasa" value="string:CD">Congo-Kinshasa</option>
      <option label="Cookeilanden" value="string:CK">Cookeilanden</option>
      <option label="Costa Rica" value="string:CR">Costa Rica</option>
      <option label="Cuba" value="string:CU">Cuba</option>
      <option label="Curaçao" value="string:CW">Curaçao</option>
      <option label="Cyprus" value="string:CY">Cyprus</option>
      <option label="Denemarken" value="string:DK">Denemarken</option>
      <option label="Djibouti" value="string:DJ">Djibouti</option>
      <option label="Dominica" value="string:DM">Dominica</option>
      <option label="Dominicaanse Republiek" value="string:DO">Dominicaanse Republiek</option>
      <option label="Duitsland" value="string:DE">Duitsland</option>
      <option label="Ecuador" value="string:EC">Ecuador</option>
      <option label="Egypte" value="string:EG">Egypte</option>
      <option label="El Salvador" value="string:SV">El Salvador</option>
      <option label="Equatoriaal-Guinea" value="string:GQ">Equatoriaal-Guinea</option>
      <option label="Eritrea" value="string:ER">Eritrea</option>
      <option label="Estland" value="string:EE">Estland</option>
      <option label="Ethiopië" value="string:ET">Ethiopië</option>
      <option label="Faeröer" value="string:FO">Faeröer</option>
      <option label="Falklandeilanden" value="string:FK">Falklandeilanden</option>
      <option label="Fiji" value="string:FJ">Fiji</option>
      <option label="Filipijnen" value="string:PH">Filipijnen</option>
      <option label="Finland" value="string:FI">Finland</option>
      <option label="Frankrijk" value="string:FR">Frankrijk</option>
      <option label="Frans-Guyana" value="string:GF">Frans-Guyana</option>
      <option label="Frans-Polynesië" value="string:PF">Frans-Polynesië</option>
      <option label="Franse Zuidelijke en Antarctische Gebieden" value="string:TF">Franse Zuidelijke en Antarctische Gebieden</option>
      <option label="Gabon" value="string:GA">Gabon</option>
      <option label="Gambia" value="string:GM">Gambia</option>
      <option label="Georgië" value="string:GE">Georgië</option>
      <option label="Ghana" value="string:GH">Ghana</option>
      <option label="Gibraltar" value="string:GI">Gibraltar</option>
      <option label="Grenada" value="string:GD">Grenada</option>
      <option label="Griekenland" value="string:GR">Griekenland</option>
      <option label="Groenland" value="string:GL">Groenland</option>
      <option label="Guadeloupe" value="string:GP">Guadeloupe</option>
      <option label="Guam" value="string:GU">Guam</option>
      <option label="Guatemala" value="string:GT">Guatemala</option>
      <option label="Guernsey" value="string:GG">Guernsey</option>
      <option label="Guinee" value="string:GN">Guinee</option>
      <option label="Guinee-Bissau" value="string:GW">Guinee-Bissau</option>
      <option label="Guyana" value="string:GY">Guyana</option>
      <option label="Haïti" value="string:HT">Haïti</option>
      <option label="Heard en McDonaldeilanden" value="string:HM">Heard en McDonaldeilanden</option>
      <option label="Honduras" value="string:HN">Honduras</option>
      <option label="Hong Kong, SAR" value="string:HK">Hong Kong, SAR</option>
      <option label="Hongarije" value="string:HU">Hongarije</option>
      <option label="Ierland" value="string:IE">Ierland</option>
      <option label="IJsland" value="string:IS">IJsland</option>
      <option label="India" value="string:IN">India</option>
      <option label="Indonesië" value="string:ID">Indonesië</option>
      <option label="Irak" value="string:IQ">Irak</option>
      <option label="Iran" value="string:IR">Iran</option>
      <option label="Israël" value="string:IL">Israël</option>
      <option label="Italië" value="string:IT">Italië</option>
      <option label="Ivoorkust" value="string:CI">Ivoorkust</option>
      <option label="Jamaica" value="string:JM">Jamaica</option>
      <option label="Japan" value="string:JP">Japan</option>
      <option label="Jemen" value="string:YE">Jemen</option>
      <option label="Jersey" value="string:JE">Jersey</option>
      <option label="Jordanië" value="string:JO">Jordanië</option>
      <option label="Kaaimaneilanden" value="string:KY">Kaaimaneilanden</option>
      <option label="Kaapverdië" value="string:CV">Kaapverdië</option>
      <option label="Kameroen" value="string:CM">Kameroen</option>
      <option label="Kazachstan" value="string:KZ">Kazachstan</option>
      <option label="Kenia" value="string:KE">Kenia</option>
      <option label="Kirgizië" value="string:KG">Kirgizië</option>
      <option label="Kiribati" value="string:KI">Kiribati</option>
      <option label="Kleine Pacifische eilanden van de Verenigde Staten" value="string:UM">Kleine Pacifische eilanden van de Verenigde Staten</option>
      <option label="Koeweit" value="string:KW">Koeweit</option>
      <option label="Kroatië" value="string:HR">Kroatië</option>
      <option label="Laos" value="string:LA">Laos</option>
      <option label="Lesotho" value="string:LS">Lesotho</option>
      <option label="Letland" value="string:LV">Letland</option>
      <option label="Libanon" value="string:LB">Libanon</option>
      <option label="Liberia" value="string:LR">Liberia</option>
      <option label="Libië" value="string:LY">Libië</option>
      <option label="Liechtenstein" value="string:LI">Liechtenstein</option>
      <option label="Litouwen" value="string:LT">Litouwen</option>
      <option label="Luxemburg" value="string:LU">Luxemburg</option>
      <option label="Macau" value="string:MO">Macau</option>
      <option label="Macedonië" value="string:MK">Macedonië</option>
      <option label="Madagaskar" value="string:MG">Madagaskar</option>
      <option label="Malawi" value="string:MW">Malawi</option>
      <option label="Maldiven" value="string:MV">Maldiven</option>
      <option label="Maleisië" value="string:MY">Maleisië</option>
      <option label="Mali" value="string:ML">Mali</option>
      <option label="Malta" value="string:MT">Malta</option>
      <option label="Man" value="string:IM">Man</option>
      <option label="Marokko" value="string:MA">Marokko</option>
      <option label="Marshalleilanden" value="string:MH">Marshalleilanden</option>
      <option label="Martinique" value="string:MQ">Martinique</option>
      <option label="Mauritanië" value="string:MR">Mauritanië</option>
      <option label="Mauritius" value="string:MU">Mauritius</option>
      <option label="Mayotte" value="string:YT">Mayotte</option>
      <option label="Mexico" value="string:MX">Mexico</option>
      <option label="Micronesia" value="string:FM">Micronesia</option>
      <option label="Moldavië" value="string:MD">Moldavië</option>
      <option label="Monaco" value="string:MC">Monaco</option>
      <option label="Mongolië" value="string:MN">Mongolië</option>
      <option label="Montenegro" value="string:ME">Montenegro</option>
      <option label="Montserrat" value="string:MS">Montserrat</option>
      <option label="Mozambique" value="string:MZ">Mozambique</option>
      <option label="Myanmar" value="string:MM">Myanmar</option>
      <option label="Namibië" value="string:NA">Namibië</option>
      <option label="Nauru" value="string:NR">Nauru</option>
      <option label="Nederland" value="string:NL" selected="selected">Nederland</option>
      <option label="Nederlandse Antillen" value="string:AN">Nederlandse Antillen</option>
      <option label="Nepal" value="string:NP">Nepal</option>
      <option label="Nicaragua" value="string:NI">Nicaragua</option>
      <option label="Nieuw-Caledonië" value="string:NC">Nieuw-Caledonië</option>
      <option label="Nieuw-Zeeland" value="string:NZ">Nieuw-Zeeland</option>
      <option label="Niger" value="string:NE">Niger</option>
      <option label="Nigeria" value="string:NG">Nigeria</option>
      <option label="Niue" value="string:NU">Niue</option>
      <option label="Noord-Korea" value="string:KP">Noord-Korea</option>
      <option label="Noordelijke Marianen" value="string:MP">Noordelijke Marianen</option>
      <option label="Noorwegen" value="string:NO">Noorwegen</option>
      <option label="Norfolk" value="string:NF">Norfolk</option>
      <option label="Oeganda" value="string:UG">Oeganda</option>
      <option label="Oekraïne" value="string:UA">Oekraïne</option>
      <option label="Oezbekistan" value="string:UZ">Oezbekistan</option>
      <option label="Oman" value="string:OM">Oman</option>
      <option label="Oost-Timor" value="string:TL">Oost-Timor</option>
      <option label="Oostenrijk" value="string:AT">Oostenrijk</option>
      <option label="Pakistan" value="string:PK">Pakistan</option>
      <option label="Palau" value="string:PW">Palau</option>
      <option label="Palestijnen" value="string:PS">Palestijnen</option>
      <option label="Panama" value="string:PA">Panama</option>
      <option label="Papoea-Nieuw-Guinea" value="string:PG">Papoea-Nieuw-Guinea</option>
      <option label="Paraguay" value="string:PY">Paraguay</option>
      <option label="Peru" value="string:PE">Peru</option>
      <option label="Pitcairneilanden" value="string:PN">Pitcairneilanden</option>
      <option label="Polen" value="string:PL">Polen</option>
      <option label="Portugal" value="string:PT">Portugal</option>
      <option label="Puerto Rico" value="string:PR">Puerto Rico</option>
      <option label="Qatar" value="string:QA">Qatar</option>
      <option label="Roemenië" value="string:RO">Roemenië</option>
      <option label="Rusland" value="string:RU">Rusland</option>
      <option label="Rwanda" value="string:RW">Rwanda</option>
      <option label="Réunion" value="string:RE">Réunion</option>
      <option label="Saint Barthélemy" value="string:BL">Saint Barthélemy</option>
      <option label="Saint Kitts en Nevis" value="string:KN">Saint Kitts en Nevis</option>
      <option label="Saint Lucia" value="string:LC">Saint Lucia</option>
      <option label="Saint Vincent en de Grenadines" value="string:VC">Saint Vincent en de Grenadines</option>
      <option label="Saint-Pierre en Miquelon" value="string:PM">Saint-Pierre en Miquelon</option>
      <option label="Salomonseilanden" value="string:SB">Salomonseilanden</option>
      <option label="Samoa" value="string:WS">Samoa</option>
      <option label="San Marino" value="string:SM">San Marino</option>
      <option label="Sao Tomé en Principe" value="string:ST">Sao Tomé en Principe</option>
      <option label="Saoedi-Arabië" value="string:SA">Saoedi-Arabië</option>
      <option label="Senegal" value="string:SN">Senegal</option>
      <option label="Servië" value="string:RS">Servië</option>
      <option label="Seychellen" value="string:SC">Seychellen</option>
      <option label="Sierra Leone" value="string:SL">Sierra Leone</option>
      <option label="Singapore" value="string:SG">Singapore</option>
      <option label="Sint Maarten" value="string:SX">Sint Maarten</option>
      <option label="Sint-Helena, Ascension en Tristan da Cunha" value="string:SH">Sint-Helena, Ascension en Tristan da Cunha</option>
      <option label="Sint-Maarten" value="string:MF">Sint-Maarten</option>
      <option label="Slovenië" value="string:SI">Slovenië</option>
      <option label="Slowakije" value="string:SK">Slowakije</option>
      <option label="Soedan" value="string:SD">Soedan</option>
      <option label="Somalië" value="string:SO">Somalië</option>
      <option label="Spanje" value="string:ES">Spanje</option>
      <option label="Sri Lanka" value="string:LK">Sri Lanka</option>
      <option label="Suriname" value="string:SR">Suriname</option>
      <option label="Svalbard en Jan Mayen" value="string:SJ">Svalbard en Jan Mayen</option>
      <option label="Swaziland" value="string:SZ">Swaziland</option>
      <option label="Syrië" value="string:SY">Syrië</option>
      <option label="Tadzjikistan" value="string:TJ">Tadzjikistan</option>
      <option label="Taiwan, China" value="string:TW">Taiwan, China</option>
      <option label="Tanzania" value="string:TZ">Tanzania</option>
      <option label="Thailand" value="string:TH">Thailand</option>
      <option label="Togo" value="string:TG">Togo</option>
      <option label="Tokelau" value="string:TK">Tokelau</option>
      <option label="Tonga" value="string:TO">Tonga</option>
      <option label="Trinidad en Tobago" value="string:TT">Trinidad en Tobago</option>
      <option label="Tsjaad" value="string:TD">Tsjaad</option>
      <option label="Tsjechië" value="string:CZ">Tsjechië</option>
      <option label="Tunesië" value="string:TN">Tunesië</option>
      <option label="Turkije" value="string:TR">Turkije</option>
      <option label="Turkmenistan" value="string:TM">Turkmenistan</option>
      <option label="Turks- en Caicoseilanden" value="string:TC">Turks- en Caicoseilanden</option>
      <option label="Tuvalu" value="string:TV">Tuvalu</option>
      <option label="Uruguay" value="string:UY">Uruguay</option>
      <option label="USA" value="string:US">USA</option>
      <option label="Vanuatu" value="string:VU">Vanuatu</option>
      <option label="Vaticaanstad" value="string:VA">Vaticaanstad</option>
      <option label="Venezuela" value="string:VE">Venezuela</option>
      <option label="Verenigd Koninkrijk" value="string:GB">Verenigd Koninkrijk</option>
      <option label="Verenigde Arabische Emiraten" value="string:AE">Verenigde Arabische Emiraten</option>
      <option label="Vietnam" value="string:VN">Vietnam</option>
      <option label="Wallis en Futuna" value="string:WF">Wallis en Futuna</option>
      <option label="Westelijke Sahara" value="string:EH">Westelijke Sahara</option>
      <option label="Wit-Rusland" value="string:BY">Wit-Rusland</option>
      <option label="Zambia" value="string:ZM">Zambia</option>
      <option label="Zimbabwe" value="string:ZW">Zimbabwe</option>
      <option label="Zuid-Afrika" value="string:ZA">Zuid-Afrika</option>
      <option label="Zuid-Georgia en de Zuidelijke Sandwicheilanden" value="string:GS">Zuid-Georgia en de Zuidelijke Sandwicheilanden</option>
      <option label="Zuid-Korea" value="string:KR">Zuid-Korea</option>
      <option label="Zweden" value="string:SE">Zweden</option>
      <option label="Zwitserland" value="string:CH">Zwitserland</option>
      <option label="Åland" value="string:AX">Åland</option>
    </select>
    <div class="help-block with-errors">
      <span class="error ng-hide" ng-show="submitted &amp;&amp; registrarNews.paises.$error.required">Dit veld is verplicht</span>
    </div>
  </div>
  <div class="form-group col-sm-6 provinciaCombo" ng-class=" submitted  &amp;&amp; registrarNews.provincia.$error.required? 'has-error' : ''">
    <select class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" required="" id="provincia" name="provincia" ng-model="newsLetter.provincia" select-menu-refresh=""
      ng-options="p as p.label for p in provincias track by p.value">
      <option value="" class="" selected="selected">Kies provincie</option>
      <option label="Groningen" value="376">Groningen</option>
      <option label="Friesland" value="377">Friesland</option>
      <option label="Drenthe" value="378">Drenthe</option>
      <option label="Overijssel" value="379">Overijssel</option>
      <option label="Gelderland" value="380">Gelderland</option>
      <option label="Utrecht" value="381">Utrecht</option>
      <option label="Flevoland" value="382">Flevoland</option>
      <option label="Noord-Holland" value="383">Noord-Holland</option>
      <option label="Zuid- Holland" value="384">Zuid- Holland</option>
      <option label="Zeeland" value="385">Zeeland</option>
      <option label="Noord- Brabant" value="386">Noord- Brabant</option>
      <option label="Limburg" value="387">Limburg</option>
    </select>
    <div class="help-block with-errors">
      <span class="error ng-hide" ng-show="submitted &amp;&amp; registrarNews.provincia.$error.required">Dit veld is verplicht</span>
    </div>
  </div>
  <div class="form-group col-sm-12 button-wrap">
    <input ng-click="submitted=true" class="btn btn-primary suscripcionNL" type="submit" value="Abonneren">
    <p class="note">Door het verzenden, gaat u akkoord met het <a href="#" ng-click="showPoliticas()" class="tdu openAjax" id="link_politicas_toast" tooltip="Privacyverklaring" alt="Privacyverklaring" tooltipenable="true">Privacyverklaring</a></p>
  </div>
</form>

Name: frm

<form name="frm" class="login-form ng-pristine ng-invalid ng-invalid-required" novalidate="" ng-submit="submitted=true;login()">
  <div class="form-group">
    <label> Riu Class nummer </label>
    <input type="text" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" placeholder="Riu Class nummer " required="" id="usr" name="usr" ng-model="FormUsr.usr">
    <a ng-click="sendHeOlvidadoRedirectRC()" href="javascript:void(0)" class="forgot-item">
Ik ben mijn Riu Class nummer vergeten
</a>
    <div class="errorblock ng-hide" ng-show="submitted &amp;&amp; (frm.usr.$error.required)">
      <span class="error">zijn verplicht</span>
    </div>
  </div>
  <div class="form-group">
    <label> Wachtwoord </label>
    <input type="password" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" placeholder="Wachtwoord" required="" id="psw" name="psw" ng-model="FormUsr.psw">
    <input type="hidden" id="url" ng-model="FormUsr.url" value="" class="ng-pristine ng-untouched ng-valid ng-empty">
    <a ng-click="sendContrasenaRedirectRC()" href="javascript:void(0)" class="forgot-item">
Ik ben mijn wachtwoord vergeten
</a>
    <div class="errorblock ng-hide" ng-show="submitted &amp;&amp; (frm.psw.$error.required)">
      <span class="error">zijn verplicht</span>
    </div>
  </div>
  <div class="form-group">
    <input type="submit" class="btn btn-primary" value="Log-in">
  </div>
  <div class="new-account">
    <a href="/nl/riu-class/alta/alta.jsp" class="">Registreren</a>
  </div>
</form>

Text Content

COVID-19
Informatie voor onze klanten   

>>

×


RIU HOTELS & RESORTS OP DE BESTE BESTEMMINGEN IN DE WERELD

 * Hotels
 * Riu Class

Dankzij ons loyaliteitsprogramma kunt u van voordelen en exclusieve kortingen
profiteren. Registreren Mijn account
Riu Class nummer Ik ben mijn Riu Class nummer vergeten
zijn verplicht
Wachtwoord Ik ben mijn wachtwoord vergeten
zijn verplicht

 * Hotels
 * Riu Class


RIU HOTELS & RESORTS IN THE WORLD'S BEST DESTINATIONS

 * Check-in
 * Mijn reservering
 * * 0 800 445 50 05
    * NEDERLAND - * 0 800 445 50 05
    * Duitsland0 800 723 4360
    * Argentinië0 800 444 2021
    * Australië1 800 669 201
    * Oostenrijk0 800 802 960
    * België* 0 800 26091
    * Brazil0 800 892 3280
    * Canada1 866 845 3765
    * Chili0 800 914 268
    * Colombia01 800 752 2201
    * Costa Rica506 2681 2350
    * USA1 888 RIU 4990
    * Ecuador01 800 000 039
    * Verenigde Arabische Emiraten0 42310998
    * Spanje871 930 290
    * Frankrijk0800 73 69 95
    * Guatemala1 800 835 0350
    * Nederland* 0 800 445 50 05
    * India000 800 050 2004
    * Verenigd Koninkrijk0 800 086 8982
    * Ierland1 800 777 777
    * Italië800 976 304
    * Jamaica1 876 940 8019
    * Luxemburg800 24 812
    * Marokko0 530 20 30 10
    * Mauritius230 650 4209
    * Mexico800 225 5748
    * Panama507 282 0460
    * Paraguay009 800 521 0023
    * Peru0 800 54881
    * Polen801 080 996
    * Portugal808 780 809
    * Dominicaanse Republiek809 731 6823
    * Réunion02 62 66 80 42
    * Rusland8 800 100 6350
    * Sri Lanka0 915 22 00 22
    * Zuid-Afrika800 981 824
    * Zwitserland0 800 723 436
    * Uruguay0 004 0521 0121
    * Venezuela0 800 100 4916
    * Other countries America00 52 33 3880 7577
    * Rest of the world00 34 871 966296
   
   Bellen naar
   
   * 0 800 445 50 05
   Andere telefoons
    * Duitsland0 800 723 4360
    * Argentinië0 800 444 2021
    * Australië1 800 669 201
    * Oostenrijk0 800 802 960
    * België* 0 800 26091
    * Brazil0 800 892 3280
    * Canada1 866 845 3765
    * Chili0 800 914 268
    * Colombia01 800 752 2201
    * Costa Rica506 2681 2350
    * USA1 888 RIU 4990
    * Ecuador01 800 000 039
    * Verenigde Arabische Emiraten0 42310998
    * Spanje871 930 290
    * Frankrijk0800 73 69 95
    * Guatemala1 800 835 0350
    * Nederland* 0 800 445 50 05
    * India000 800 050 2004
    * Verenigd Koninkrijk0 800 086 8982
    * Ierland1 800 777 777
    * Italië800 976 304
    * Jamaica1 876 940 8019
    * Luxemburg800 24 812
    * Marokko0 530 20 30 10
    * Mauritius230 650 4209
    * Mexico800 225 5748
    * Panama507 282 0460
    * Paraguay009 800 521 0023
    * Peru0 800 54881
    * Polen801 080 996
    * Portugal808 780 809
    * Dominicaanse Republiek809 731 6823
    * Réunion02 62 66 80 42
    * Rusland8 800 100 6350
    * Sri Lanka0 915 22 00 22
    * Zuid-Afrika800 981 824
    * Zwitserland0 800 723 436
    * Uruguay0 004 0521 0121
    * Venezuela0 800 100 4916
    * Other countries America00 52 33 3880 7577
    * Rest of the world00 34 871 966296

 * Talen
   * Talen
   * Deutsch
   * Español
   * English
   * Français
   * Italiano
   * Nederlands
   * Português
   * Русский
   * 中文
 * Mijn Riu Class
    * * Ingang tot Riu Class
      Riu Class nummer Ik ben mijn Riu Class nummer vergeten
      zijn verplicht
      Wachtwoord Ik ben mijn wachtwoord vergeten
      zijn verplicht
      
      Registreren


IT'S RIU TIME EINDELIJK WEER SAMEN!

Hoe werkt de zoekmachine?
Vorige Volgende Tour sluiten
1 / 5Begin met typen om de beschikbare bestemmingen te zien
2 / 5U kunt alle bestemmingen weergeven en navigeren zonder te typen
3 / 5Kies de door u gewenste in- en uitcheckdata
4 / 5Geavanceerde zoekopdracht weergeven of verbergen
5 / 5Zoek op de beste bestemmingen met uw voorkeuren
Kies waar u naartoe wilt


KIES EEN LAND

Aruba
Bahamas
Bulgarije
Costa Rica
Dominicaanse Republiek
Duitsland
Ierland
Jamaica
Kaapverdië
Maldiven
Marokko
Mauritius
Mexico
Panama
Portugal
Senegal
Spanje
Sri Lanka
Tanzania
USA
Verenigde Arabische Emiraten


KIES EEN BESTEMMING

Agadir
Ahungalla
Algarve
Andalusië
Aruba-Palm Beach
Berlijn
Boa Vista
Cancun
Dhaalu Atoll
Dubai
Dublin
Eiland Sal
Formentera
Fuerteventura
Golden Sands
Gran Canaria
Guadalajara
Guanacaste
Lanzarote
Los Cabos
Madeira
Madrid
Mallorca
Marrakech
Mazatlan
Miami Beach
Montego Bay
Morne Brabant
Negril
New York
Obzor
Ocho Rios
Panama City
Paradise Island
Playa Blanca
Playa del Carmen
Pointe Sarène
Pravets
Punta Cana
Riviera Nayarit-Vallarta
San Francisco
Sunny Beach
Tenerife
Zanzibar


KIES EEN HOTEL

Hotel Riu Palace Antillas
Hotel Riu Arecas
Hotel Riu Palace Aruba
Hotel Riu Astoria
Hotel Riu Atoll
Hotel Riu Palace Baja California
Hotel Riu Bambu
Hotel Riu Baobab
Hotel Riu Palace Bavaro
Hotel Riu Plaza Berlin
Hotel Riu Palace Boavista
Hotel Riu Bravo
Hotel Riu Buenavista
Hotel Riu Palace Cabo San Lucas
Hotel Riu Cabo Verde
Hotel Riu Calypso
Hotel Riu Cancun
Hotel Riu Caribe
Hotel Riu Chiclana
Hotel Riu Concordia
Hotel Riu Costa del Sol
Hotel Riu Palace Costa Mujeres
Hotel Riu Palace Costa Rica
Hotel Riu Creole
Hotel Riu Dubai
Hotel Riu Dunamar
Hotel Riu Emerald Bay
Hotel Riu Plaza España
Hotel Riu Festival
Hotel Riu Plaza Fisherman's Wharf
Hotel Riu Funana
Hotel Riu Garoe
Hotel Riu Gran Canaria
Hotel Riu Plaza Guadalajara
Hotel Riu Guanacaste
Hotel Riu Guarana
Hotel Riu Helios
Hotel Riu Helios Bay
Hotel Riu Helios Paradise
Hotel Riu Jalisco
Hotel Riu Palace Jamaica
Hotel Riu Palace Jandia
Hotel Riu Karamboa
Hotel La Gemma dell'Est
Hotel Riu La Mola
Hotel Riu Palace Las Americas
Hotel Riu Le Morne
Hotel Riu Lupita
Hotel Riu Palace Macao
Hotel Riu Palace Madeira
Hotel Riu Palace Maldivas
Hotel Riu Plaza Manhattan Times Square
Hotel Riu Palace Maspalomas
Hotel Riu Palace Meloneras
Hotel Riu Palace Mexico
Hotel Riu Plaza Miami Beach
Hotel Riu Monica
Hotel Riu Montego Bay
Hotel Riu Naiboa
Hotel Riu Nautilus
Hotel Riu Negril
Hotel Riu Plaza New York Times Square
Hotel Riu Palace Oasis
Hotel Riu Ocho Rios
Hotel Riu Oliva Beach Resort
Hotel Riu Palace Pacifico
Hotel Riu Palace Palmeras
Hotel Riu Plaza Panama
Hotel Riu Papayas
Hotel Riu Palace Paradise Island
Hotel Riu Paraiso Lanzarote Resort
Hotel Riu Palace Peninsula
Hotel Riu Playa Blanca
Hotel Riu Playa Park
Hotel Riu Playacar
Hotel Riu Pravets Resort
Hotel Riu Palace Punta Cana
Hotel Riu Reggae
Hotel Riu Republica
Hotel Riu Palace Riviera Maya
Hotel Riu San Francisco
Hotel Riu Santa Fe
Hotel Riu Palace Santa Maria
Hotel Riu Sri Lanka
Hotel Riu Palace Sunny Beach
Hotel Riu Palace Tenerife
Hotel Riu Tequila
Hotel Riu Plaza The Gresham Dublin
Hotel Riu Palace Tikida Agadir
Hotel Riu Tikida Beach
Hotel Riu Tikida Dunas
Hotel Riu Tikida Garden
Hotel Riu Tikida Palmeraie
Hotel Riu Palace Tikida Taghazout
Hotel Riu Touareg
Hotel Riu Palace Tres Islas
Hotel Riu Palace Tropical Bay
Hotel Riu Vallarta
Hotel Riu Vistamar
Hotel Riu Yucatan
Hotel Riu Palace Zanzibar
Selectie verwijderen Selecteren


Verblijfsdata
Check In - Check Out
Kamers en gasten
1 Kamer/ 2 Volw.
Kamers : 1

Kamer 1
Volwassenen : 2

Kinderen : 0

Selecteren
Promocode

Geavanceerd zoeken Beste Prijs Online Gegarandeerd
Ontdek meer over Riu
Hoe werkt de zoekmachine?
Vorige Volgende Tour sluiten
1 / 5Begin met typen om de beschikbare bestemmingen te zien
2 / 5U kunt alle bestemmingen weergeven en navigeren zonder te typen
3 / 5Kies de door u gewenste in- en uitcheckdata
4 / 5Geavanceerde zoekopdracht weergeven of verbergen
5 / 5Zoek op de beste bestemmingen met uw voorkeuren


KIES EEN LAND

Aruba
Bahamas
Bulgarije
Costa Rica
Dominicaanse Republiek
Duitsland
Ierland
Jamaica
Kaapverdië
Maldiven
Marokko
Mauritius
Mexico
Panama
Portugal
Senegal
Spanje
Sri Lanka
Tanzania
USA
Verenigde Arabische Emiraten


KIES EEN BESTEMMING

Agadir
Ahungalla
Algarve
Andalusië
Aruba-Palm Beach
Berlijn
Boa Vista
Cancun
Dhaalu Atoll
Dubai
Dublin
Eiland Sal
Formentera
Fuerteventura
Golden Sands
Gran Canaria
Guadalajara
Guanacaste
Lanzarote
Los Cabos
Madeira
Madrid
Mallorca
Marrakech
Mazatlan
Miami Beach
Montego Bay
Morne Brabant
Negril
New York
Obzor
Ocho Rios
Panama City
Paradise Island
Playa Blanca
Playa del Carmen
Pointe Sarène
Pravets
Punta Cana
Riviera Nayarit-Vallarta
San Francisco
Sunny Beach
Tenerife
Zanzibar


KIES EEN HOTEL

Hotel Riu Palace Antillas
Hotel Riu Arecas
Hotel Riu Palace Aruba
Hotel Riu Astoria
Hotel Riu Atoll
Hotel Riu Palace Baja California
Hotel Riu Bambu
Hotel Riu Baobab
Hotel Riu Palace Bavaro
Hotel Riu Plaza Berlin
Hotel Riu Palace Boavista
Hotel Riu Bravo
Hotel Riu Buenavista
Hotel Riu Palace Cabo San Lucas
Hotel Riu Cabo Verde
Hotel Riu Calypso
Hotel Riu Cancun
Hotel Riu Caribe
Hotel Riu Chiclana
Hotel Riu Concordia
Hotel Riu Costa del Sol
Hotel Riu Palace Costa Mujeres
Hotel Riu Palace Costa Rica
Hotel Riu Creole
Hotel Riu Dubai
Hotel Riu Dunamar
Hotel Riu Emerald Bay
Hotel Riu Plaza España
Hotel Riu Festival
Hotel Riu Plaza Fisherman's Wharf
Hotel Riu Funana
Hotel Riu Garoe
Hotel Riu Gran Canaria
Hotel Riu Plaza Guadalajara
Hotel Riu Guanacaste
Hotel Riu Guarana
Hotel Riu Helios
Hotel Riu Helios Bay
Hotel Riu Helios Paradise
Hotel Riu Jalisco
Hotel Riu Palace Jamaica
Hotel Riu Palace Jandia
Hotel Riu Karamboa
Hotel La Gemma dell'Est
Hotel Riu La Mola
Hotel Riu Palace Las Americas
Hotel Riu Le Morne
Hotel Riu Lupita
Hotel Riu Palace Macao
Hotel Riu Palace Madeira
Hotel Riu Palace Maldivas
Hotel Riu Plaza Manhattan Times Square
Hotel Riu Palace Maspalomas
Hotel Riu Palace Meloneras
Hotel Riu Palace Mexico
Hotel Riu Plaza Miami Beach
Hotel Riu Monica
Hotel Riu Montego Bay
Hotel Riu Naiboa
Hotel Riu Nautilus
Hotel Riu Negril
Hotel Riu Plaza New York Times Square
Hotel Riu Palace Oasis
Hotel Riu Ocho Rios
Hotel Riu Oliva Beach Resort
Hotel Riu Palace Pacifico
Hotel Riu Palace Palmeras
Hotel Riu Plaza Panama
Hotel Riu Papayas
Hotel Riu Palace Paradise Island
Hotel Riu Paraiso Lanzarote Resort
Hotel Riu Palace Peninsula
Hotel Riu Playa Blanca
Hotel Riu Playa Park
Hotel Riu Playacar
Hotel Riu Pravets Resort
Hotel Riu Palace Punta Cana
Hotel Riu Reggae
Hotel Riu Republica
Hotel Riu Palace Riviera Maya
Hotel Riu San Francisco
Hotel Riu Santa Fe
Hotel Riu Palace Santa Maria
Hotel Riu Sri Lanka
Hotel Riu Palace Sunny Beach
Hotel Riu Palace Tenerife
Hotel Riu Tequila
Hotel Riu Plaza The Gresham Dublin
Hotel Riu Palace Tikida Agadir
Hotel Riu Tikida Beach
Hotel Riu Tikida Dunas
Hotel Riu Tikida Garden
Hotel Riu Tikida Palmeraie
Hotel Riu Palace Tikida Taghazout
Hotel Riu Touareg
Hotel Riu Palace Tres Islas
Hotel Riu Palace Tropical Bay
Hotel Riu Vallarta
Hotel Riu Vistamar
Hotel Riu Yucatan
Hotel Riu Palace Zanzibar
Selectie verwijderen Selecteren


Check In - Check Out
1 Kamer/ 2 Volw.
Kamers : 1

Kamer 1
Volwassenen : 2

Kinderen : 0

Selecteren


Apply Cancel




MEEST GEBOEKT BESTEMMINGEN




GRAN CANARIA
VANAF 73EUR

Gids de Gran Canaria Aanbiedingen in Gran Canaria


MALDIVEN - DHAALU ATOLL
VANAF 137EUR

Gids de Maldiven - Dhaalu Atoll Aanbiedingen in Maldiven - Dhaalu Atoll


MADRID
VANAF 104EUR

Gids de Madrid Aanbiedingen in Madrid


TENERIFE
VANAF 70EUR

Gids de Tenerife Aanbiedingen in Tenerife


DUBLIN
VANAF 96EUR

Gids de Dublin Aanbiedingen in Dublin


DUBAI
VANAF 94EUR

Gids de Dubai Aanbiedingen in Dubai


BERLIJN
VANAF 75EUR

Gids de Berlijn Aanbiedingen in Berlijn


MALDIVEN - DHAALU ATOLL
VANAF 137EUR

Gids de Maldiven - Dhaalu Atoll Aanbiedingen in Maldiven - Dhaalu Atoll


LANZAROTE
VANAF 0

Gids de Lanzarote Aanbiedingen in Lanzarote


ARUBA-PALM BEACH
VANAF 164EUR

Gids de Aruba-Palm Beach Aanbiedingen in Aruba-Palm Beach
Meer bestemmingen bekijken
    
 1. 
    




AANBIEDINGEN VAN DE WEEK



Raadpleeg hier de algemene voorwaarden
Gran Canaria, Spanje


HOTEL RIU GRAN CANARIA 4*

STANDAARD TWEEPERSOONSKAMER - ALL-INCLUSIVE

Vanaf 146 EUR 109 EUR Kamer / Nacht Persoon / Nacht
   
   
 * 
   
   
   
 * 
   
   
   
   
 * 
   
   

van 4411 waarderingen

Meer informatie
Malaga, Spanje


HOTEL RIU NAUTILUS 4*

STANDAARD TWEEPERSOONSKAMER - HALFPENSION

Vanaf 87 EUR 78 EUR Kamer / Nacht Persoon / Nacht
   
   
   
   
 * 
   
   
   
   
   

van 2217 waarderingen

Meer informatie
Malaga, Spanje


HOTEL RIU COSTA DEL SOL 4*

STANDAARD TWEEPERSOONSKAMER - ALL-INCLUSIVE

Vanaf 137 EUR 116 EUR Kamer / Nacht Persoon / Nacht
   
   
 * 
   
   
   
 * 
   
   
   
   
 * 
   
   

van 5752 waarderingen

Meer informatie
Aruba-Palm Beach, Aruba


HOTEL RIU PALACE ARUBA

STANDAARD TWEEPERSOONSKAMER - ALL-INCLUSIVE

Vanaf 202 EUR 166 EUR Kamer / Nacht Persoon / Nacht
   
   
 * 
   
   
   
 * 
   
   
   
   
   

van 7968 waarderingen

Meer informatie
Gran Canaria, Spanje


HOTEL RIU PALACE MELONERAS

STANDAARD TWEEPERSOONSKAMER - HALFPENSION

Vanaf 122 EUR 104 EUR Kamer / Nacht Persoon / Nacht
   
   
   
   
 * 
   
   
   
   
   

van 2322 waarderingen

Meer informatie
Alle aanbiedingen bekijken


RIU CLASS VOORDELEN



Met het Riu Class-programma  ontvangt u een pas waarmee u wordt geïdentificeerd
als vaste gast en waarmee we u voor uw trouw belonen. Geniet vanaf nu van de
meest exclusieve attenties.

 * U spaart punten
 * U geniet van speciale
 * Beheer uw toekomstige reserveringen
 * Wensen naar de hotels sturen
 * Exclusieve voordelen

Registreren



WAAROM ZOU U VOOR ONS KIEZEN?

ERVARING EN PASSIE VOOR SERVICE

RIU Hotels & Resorts is een hotelketen die in het jaar 1953 begon met een klein
hotel in Playa de Palma, Spanje. De inmiddels meer dan 60 jaar aan ervaring in
het verwelkomen van onze gasten op de beste bestemmingen ter wereld zijn een
garantie voor ons belangrijkste doel: het welzijn van onze gasten.

ONGEVEER 100 HOTELS IN 19 LANDEN

We blijven er elke dag aan werken om u de beste faciliteiten en exclusieve
diensten aan te kunnen bieden in de ongeveer 100 hotels die zich in 19
verschillende landen bevinden. Al deze hotels bieden bovendien een garantie voor
kwaliteit en een hoge standaard wat betreft onze diensten, die ervoor zorgen dat
uw vakantie een authentieke, unieke ervaring zal zijn.

Blijf rondkijken en ontdek het beste van RIU Hotels & Resorts!


NIEUWE BEDRIJFSWEBSITE VAN CSR!


DE WEG NAAR EEN VERANTWOORDELIJKER HOTELMODEL

Het team Sociale bedrijfsverantwoordelijkheid beschikt over een actieplan op de
lange termijn dat zijn sociale innovatie richt op de RIU-methode, een werkmodel
dat gebaseerd is op twee belangrijke pilaren: personen en biodiversiteit.

Meer weten


RIU OP SOCIALE NETWERKEN!

We blijven graag dicht bij onze gasten, en daarom delen we de beste RIU-momenten
op onze sociale netwerken. Doe mee en laat ons uw RIU-ervaringen zien!

   
 * 
   
 * 
   
 * 
   
 * 
   
 * 
   
 * 
   
 * 
   
 * 
   
 * 
   


RIU PRODUCTEN



De Plaza-hotels zijn stadshotels, altijd gevestigd in het hart van de grote
metropolen. Hier vindt u de beste service, of u nu voor plezier reist of voor
zaken.

Meer informatie »

De Riu Palace-hotels bieden extra luxe, uitmuntendheid en verfijning tijdens het
verblijf van onze gasten. Deze hotels bevinden zich altijd aan de voet van het
strand en bieden de beste diensten om een geweldig verblijf te garanderen.

Meer informatie »

De “Alleen Volwassenen”-hotels zijn ideaal voor gasten die heerlijk willen
ontspannen en van een vakantie met hun partner of vrienden willen genieten in
een exclusieve omgeving.

Meer informatie »

Riu Hotels & Resorts kenmerkt zich door een exclusieve “all-inclusive”-service
in veel van de vakantiehotels. Deze service zorgt ervoor dat onze gasten hun
dagelijkse beslommeringen vergeten en simpelweg kunnen genieten.

Meer informatie »


APP RIU HOTELS & RESORTS


DOWNLOAD ONZE NIEUWE APP!




SCHRIJF U IN EN ONTVANG ONZE BESTE AANBIEDINGEN




Door het verzenden, gaat u akkoord met het Privacyverklaring


ONTVANG ONZE BESTE AANBIEDINGEN
DIRECT OP UW E-MAIL

BESTE ONLINE PRIJSGARANTIE

NIEUWS OVER MEER DAN 100 VAN ONZE HOTELS OVER HEEL DE WERELD.
INFORMATIE UIT DE EERSTE HAND OVER NIEUWE BESTEMMINGEN WAAR JE KUNT GENIETEN VAN
RIUHOTELS.


AANMELDING OK!

U bent geregistreerd

Sluiten
Dit veld is verplicht
Dit veld is verplicht
Dit veld is verplicht Het moet een correct e-mailadres zijn
Kies landAfghanistanAlbaniëAlgerijeAmerikaans-SamoaAmerikaanse
MaagdeneilandenAndorraAngolaAnguillaAntarcticaAntigua en
BarbudaArgentiniëArmeniëArubaAustraliëAzerbeidzjanBahamasBahreinBangladeshBarbadosBelgiëBelizeBeninBermudaBoliviaBonaire,
Sint Eustatius en SabaBosnië en HerzegovinaBotswanaBouvetBrazilBrits Indische
OceaanterritoriumBritse MaagdeneilandenBruneiBulgarijeBurkina
FasoBurundiButhanCambodjaCanadaCentraal-Afrikaanse
RepubliekChiliChinaChristmaseilandCocoseilandenColombiaComorenCongo-BrazzavilleCongo-KinshasaCookeilandenCosta
RicaCubaCuraçaoCyprusDenemarkenDjiboutiDominicaDominicaanse
RepubliekDuitslandEcuadorEgypteEl
SalvadorEquatoriaal-GuineaEritreaEstlandEthiopiëFaeröerFalklandeilandenFijiFilipijnenFinlandFrankrijkFrans-GuyanaFrans-PolynesiëFranse
Zuidelijke en Antarctische
GebiedenGabonGambiaGeorgiëGhanaGibraltarGrenadaGriekenlandGroenlandGuadeloupeGuamGuatemalaGuernseyGuineeGuinee-BissauGuyanaHaïtiHeard
en McDonaldeilandenHondurasHong Kong,
SARHongarijeIerlandIJslandIndiaIndonesiëIrakIranIsraëlItaliëIvoorkustJamaicaJapanJemenJerseyJordaniëKaaimaneilandenKaapverdiëKameroenKazachstanKeniaKirgiziëKiribatiKleine
Pacifische eilanden van de Verenigde
StatenKoeweitKroatiëLaosLesothoLetlandLibanonLiberiaLibiëLiechtensteinLitouwenLuxemburgMacauMacedoniëMadagaskarMalawiMaldivenMaleisiëMaliMaltaManMarokkoMarshalleilandenMartiniqueMauritaniëMauritiusMayotteMexicoMicronesiaMoldaviëMonacoMongoliëMontenegroMontserratMozambiqueMyanmarNamibiëNauruNederlandNederlandse
AntillenNepalNicaraguaNieuw-CaledoniëNieuw-ZeelandNigerNigeriaNiueNoord-KoreaNoordelijke
MarianenNoorwegenNorfolkOegandaOekraïneOezbekistanOmanOost-TimorOostenrijkPakistanPalauPalestijnenPanamaPapoea-Nieuw-GuineaParaguayPeruPitcairneilandenPolenPortugalPuerto
RicoQatarRoemeniëRuslandRwandaRéunionSaint BarthélemySaint Kitts en NevisSaint
LuciaSaint Vincent en de GrenadinesSaint-Pierre en
MiquelonSalomonseilandenSamoaSan MarinoSao Tomé en
PrincipeSaoedi-ArabiëSenegalServiëSeychellenSierra LeoneSingaporeSint
MaartenSint-Helena, Ascension en Tristan da
CunhaSint-MaartenSloveniëSlowakijeSoedanSomaliëSpanjeSri LankaSurinameSvalbard
en Jan MayenSwazilandSyriëTadzjikistanTaiwan,
ChinaTanzaniaThailandTogoTokelauTongaTrinidad en
TobagoTsjaadTsjechiëTunesiëTurkijeTurkmenistanTurks- en
CaicoseilandenTuvaluUruguayUSAVanuatuVaticaanstadVenezuelaVerenigd
KoninkrijkVerenigde Arabische EmiratenVietnamWallis en FutunaWestelijke
SaharaWit-RuslandZambiaZimbabweZuid-AfrikaZuid-Georgia en de Zuidelijke
SandwicheilandenZuid-KoreaZwedenZwitserlandÅland
Dit veld is verplicht
Kies
provincieGroningenFrieslandDrentheOverijsselGelderlandUtrechtFlevolandNoord-HollandZuid-
HollandZeelandNoord- BrabantLimburg
Dit veld is verplicht

Door het verzenden, gaat u akkoord met het Privacyverklaring

'

OVER RIU

 * Over RIU
 * Unique Experience
 * Sociale bedrijfsverantwoordelijkheid
 * Riu Tijdschrift
 * Communicatie

RIU DIENSTEN

 * RIU PARTY
 * RIU Class
 * RIU Pro
 * RIU PartnerClub
 * RIU Shop
 * Professionals
 * Vacatures RIU
 * RIU Talent Programme
 * Vacatures in Animatie
 * FAQ's
 * Contact

RESERVERINGEN

 * Reserveringen
 * Bedrijfscode
 * RIU Bruiloft
 * Vergaderingen en Evenementen

HOTELS EN BESTEMMINGEN

 * Nieuwe openingen
 * Gastronomie
 * Bijeenkomsten in stad
 * Animatie voor kinderen
 * RIU Wellness & Spa
 * RIU Hotels & Golf
 * RIU Hotels & Cycling
 * NIEUWE: Hotel Riu Plaza Manhattan Times Square
 * NIEUWE BESTEMMING: Senegal

© Reservation Shop S.L.U - I-AV-0000886.1· NIF B35978311· * 0 800 445 50 05

Privacyverklaring Terms and conditions Cookiebeleid

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 


RIU HOTELS & RESORTS IN THE WORLD'S BEST DESTINATIONS

 * Check-in
 * Mijn reservering
 * * 0 800 445 50 05
    * NEDERLAND - * 0 800 445 50 05
    * Duitsland0 800 723 4360
    * Argentinië0 800 444 2021
    * Australië1 800 669 201
    * Oostenrijk0 800 802 960
    * België* 0 800 26091
    * Brazil0 800 892 3280
    * Canada1 866 845 3765
    * Chili0 800 914 268
    * Colombia01 800 752 2201
    * Costa Rica506 2681 2350
    * USA1 888 RIU 4990
    * Ecuador01 800 000 039
    * Verenigde Arabische Emiraten0 42310998
    * Spanje871 930 290
    * Frankrijk0800 73 69 95
    * Guatemala1 800 835 0350
    * Nederland* 0 800 445 50 05
    * India000 800 050 2004
    * Verenigd Koninkrijk0 800 086 8982
    * Ierland1 800 777 777
    * Italië800 976 304
    * Jamaica1 876 940 8019
    * Luxemburg800 24 812
    * Marokko0 530 20 30 10
    * Mauritius230 650 4209
    * Mexico800 225 5748
    * Panama507 282 0460
    * Paraguay009 800 521 0023
    * Peru0 800 54881
    * Polen801 080 996
    * Portugal808 780 809
    * Dominicaanse Republiek809 731 6823
    * Réunion02 62 66 80 42
    * Rusland8 800 100 6350
    * Sri Lanka0 915 22 00 22
    * Zuid-Afrika800 981 824
    * Zwitserland0 800 723 436
    * Uruguay0 004 0521 0121
    * Venezuela0 800 100 4916
    * Other countries America00 52 33 3880 7577
    * Rest of the world00 34 871 966296
   
   Bellen naar
   
   * 0 800 445 50 05
   Andere telefoons
    * Duitsland0 800 723 4360
    * Argentinië0 800 444 2021
    * Australië1 800 669 201
    * Oostenrijk0 800 802 960
    * België* 0 800 26091
    * Brazil0 800 892 3280
    * Canada1 866 845 3765
    * Chili0 800 914 268
    * Colombia01 800 752 2201
    * Costa Rica506 2681 2350
    * USA1 888 RIU 4990
    * Ecuador01 800 000 039
    * Verenigde Arabische Emiraten0 42310998
    * Spanje871 930 290
    * Frankrijk0800 73 69 95
    * Guatemala1 800 835 0350
    * Nederland* 0 800 445 50 05
    * India000 800 050 2004
    * Verenigd Koninkrijk0 800 086 8982
    * Ierland1 800 777 777
    * Italië800 976 304
    * Jamaica1 876 940 8019
    * Luxemburg800 24 812
    * Marokko0 530 20 30 10
    * Mauritius230 650 4209
    * Mexico800 225 5748
    * Panama507 282 0460
    * Paraguay009 800 521 0023
    * Peru0 800 54881
    * Polen801 080 996
    * Portugal808 780 809
    * Dominicaanse Republiek809 731 6823
    * Réunion02 62 66 80 42
    * Rusland8 800 100 6350
    * Sri Lanka0 915 22 00 22
    * Zuid-Afrika800 981 824
    * Zwitserland0 800 723 436
    * Uruguay0 004 0521 0121
    * Venezuela0 800 100 4916
    * Other countries America00 52 33 3880 7577
    * Rest of the world00 34 871 966296

 * Talen
   * Talen
   * Deutsch
   * Español
   * English
   * Français
   * Italiano
   * Nederlands
   * Português
   * Русский
   * 中文
 * Mijn Riu Class
    * * Ingang tot Riu Class
      Riu Class nummer Ik ben mijn Riu Class nummer vergeten
      zijn verplicht
      Wachtwoord Ik ben mijn wachtwoord vergeten
      zijn verplicht
      
      Registreren




Apply Cancel


VOORKEURENMENU




 * UW PRIVACY


 * STRIKT NOODZAKELIJKE COOKIES


 * PRESTATIECOOKIES


 * FUNCTIONELE COOKIES


 * DOELGROEPGERICHTE COOKIES


UW PRIVACY

Wanneer u een website bezoekt, kan er informatie in uw browser worden opgeslagen
of eruit worden opgehaald, voornamelijk in de vorm van cookies. Deze informatie
kan over u, uw voorkeuren of uw apparaat zijn en wordt voornamelijk gebruikt om
de website correct te laten werken. De informatie identificeert u normaal
gesproken niet direct, maar kan u een beter op uw voorkeuren toegesneden
surfervaring geven. Omdat we uw recht op privacy respecteren, kunt u er voor
kiezen sommige soorten cookies te blokkeren. Klik op de namen voor de
verschillende categorieën voor meer informatie en om onze standaardinstellingen
te wijzigen. Weest u zich er echter wel van bewust dat het blokkeren van sommige
soorten cookies uw ervaring van de website en de door ons aangeboden diensten
nadelig kan beïnvloeden.
Privacyverklaring.


STRIKT NOODZAKELIJKE COOKIES

Altijd actief

Deze cookies zijn nodig anders werkt de website niet. Deze cookies kunnen niet
worden uitgeschakeld. In de meeste gevallen worden deze cookies alleen gebruikt
naar aanleiding van een handeling van u waarmee u in wezen een dienst aanvraagt,
bijvoorbeeld uw privacyinstellingen registreren, in de website inloggen of een
formulier invullen. U kunt uw browser instellen om deze cookies te blokkeren of
om u voor deze cookies te waarschuwen, maar sommige delen van de website zullen
dan niet werken. Deze cookies slaan geen persoonlijk identificeerbare informatie
op.

Cookiedetails‎


PRESTATIECOOKIES

Prestatiecookies


Deze cookies stellen ons in staat bezoekers en hun herkomst te tellen zodat we
de prestatie van onze website kunnen analyseren en verbeteren. Ze helpen ons te
begrijpen welke pagina’s het meest en minst populair zijn en hoe bezoekers zich
door de gehele site bewegen. Alle informatie die deze cookies verzamelen wordt
geaggregeerd en is daarom anoniem. Als u deze cookies niet toestaat, weten wij
niet wanneer u onze site heeft bezocht.

Cookiedetails‎


FUNCTIONELE COOKIES

Functionele cookies


Deze cookies stellen de website in staat om extra functies en persoonlijke
instellingen aan te bieden. Ze kunnen door ons worden ingesteld of door externe
aanbieders van diensten die we op onze pagina’s hebben geplaatst. Als u deze
cookies niet toestaat kunnen deze of sommige van deze diensten wellicht niet
correct werken.

Cookiedetails‎


DOELGROEPGERICHTE COOKIES

Doelgroepgerichte cookies


Deze cookies kunnen door onze adverteerders op onze website worden ingesteld. Ze
worden wellicht door die bedrijven gebruikt om een profiel van uw interesses
samen te stellen en u relevante advertenties op andere websites te tonen. Ze
slaan geen directe persoonlijke informatie op, maar ze zijn gebaseerd op unieke
identificatoren van uw browser en internetapparaat. Als u deze cookies niet
toestaat, zult u minder op u gerichte advertenties zien.

Cookiedetails‎


BACK BUTTON BACK



Vendor Search
Filter Button
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

 * View Third Party Cookies
    * Name
      cookie name


Clear
checkbox label label
Apply Cancel
Mijn keuzes bevestigen
Alle toestaan


Door op “Alle cookies accepteren” te klikken gaat u akkoord met het opslaan van
cookies op uw apparaat voor het verbeteren van websitenavigatie, het analyseren
van websitegebruik en om ons te helpen bij onze marketingprojecten. Cookiebeleid

Cookie-instellingen Alle cookies accepteren