<?php $__env->startSection('title'); ?> <?php echo $page->title_seo; ?> <?php $__env->stopSection(); ?>

<?php $__env->startSection('url'); ?> <?php echo e(url($page->alias)); ?> <?php $__env->stopSection(); ?>

<?php $__env->startSection('description'); ?> <?php echo $page->description_seo; ?> <?php $__env->stopSection(); ?>

<?php $__env->startSection('keywords'); ?> <?php echo $page->keyword_seo; ?> <?php $__env->stopSection(); ?>

<?php $__env->startSection('image'); ?> <?php echo url($page->image); ?> <?php $__env->stopSection(); ?>

<?php $__env->startSection('site_name'); ?> <?php echo $page->title; ?> <?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>

<section id="main">

<div class="rooms-detail" id="content-fixed">

<header data-animatedtop="" data-animatedbottom="" data-animatedx="" class="partial-banner " data-timeweather=""> <img src='<?php echo e(@$bannerRow->link); ?>' class='background'> </header>

<style>

			.background{

				width: 1903px;

    height: 979.51px;

    left: 0px;

    top: -289.755px;

    opacity: 0.6;

			}

		</style>

<div class="fixed-left-sidebar-layout width-unset" id="container" style="display: block;margin: auto">



<article class="content min-height">
<nav class="partial-left_navigation sidebar">

  <ul style='top: 75px; left: 103.5px; position: fixed;' class='link-set'>

   <?php foreach($aOthers as $item): ?>

    <li class='link'><a href='<?php echo e($item->alias); ?>' title='<?php echo e($item->title); ?>'><?php echo e($item->title); ?></a></li>

	  <?php endforeach; ?>

  </ul>

</nav>
<div class="content-page">
	<header  style="margin-top: 30px;">
<div id="">
	  <div class="partial-share"> <span class="share-title">Share</span>

    <ul class="item-set">

      <li class="item email"> <a href="mailto:info@hanoilasiestahotel.com" title="Email"></a> </li>

      <li class="item facebook"> <a href="javascript:window.open('https://www.facebook.com/sharer/sharer.php?u=<?php echo e($page->alias); ?>','','width=626,height=436,resizable=yes,scrollbars=yes');void(0);" title="Facebook"></a> </li>

      <li class="item twitter"> <a href="javascript:window.open('http://twitter.com/intent/tweet?text=text&amp;url=<?php echo e($page->alias); ?>','','width=767,height=438,resizable=yes,scrollbars=yes');void(0);" title="Twitter"></a> </li>

      <li class="item pinterest"> <a href="javascript:window.open('http://pinterest.com/pin/create/button/?url=<?php echo e($page->alias); ?>&amp;media=&amp;description=<?php echo e($page->description); ?>','','width=767,height=334,resizable=yes,scrollbars=yes');void(0);" title="Pinterest"></a> </li>

    </ul>

  </div>

  <h1 class="content-title multiline"> <span class="subhead"><?php echo e($site_option->company); ?></span> <?php echo e($page->title); ?> </h1>
	</div>


</header>

<section id="page">

  <div class="richtext"> <?php echo $page->content; ?></div>

</section>
</div>


</article>

	</div>

	</section>

<?php $__env->stopSection(); ?>
<?php echo $__env->make('frontend.layout.layout', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>