<?php /* Body tag */ ?>
<?php $__env->startSection('body_tag'); ?>
    <body class="page page-one-column no-main-form">
<?php $__env->stopSection(); ?>

<?php /* Content */ ?>
<?php $__env->startSection('content'); ?>
	<div class="row pad-top">
		 <div class="large-12  columns">
 		 	  <div class="widget main-widget faq-widget">
   			  	   <div class="widget-title">
     			   <h1 class="inn-hed-title">OH NO , SOMETHING WENT WRONG</h1>
   				   </div>
   				   		 <div class="widget-content inn-page-title widget-note">
   						 	  <div class="large-12 columns" style="font-size: 20px;min-height: 100px;float: left;">
							  <?php echo $message; ?>

   				 			  </div>
  						 </div>
  					<div class="clear">
					</div>
  	   			</div>
			</div>
	</div>



<?php $__env->stopSection(); ?>

<?php $__env->stopSection(); ?>


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