<?php $__env->startSection('content'); ?>
	<!--
	#################################
		- THEMEPUNCH BANNER -
	#################################
	-->
	<div id="dajy" class="fullscreen-container2 mtslideb sliderbg fixed">
				<form action="<?php echo URL('search-holidays-in-maldives/tc'); ?>" method="get">
			<div class="searchcontainer textcenter" style="">
				<span class="lato size48 slim white ">Where do you want to go?</span><br/>

				<div class=" wh95percent center">
					<input type="text" class="form-control inph left" name="name" id="name" placeholder="ex: Paradise Island Resort"></input>
					<button class="btn btn-default nbtn-search right" type="button"><span class="glyphicon glyphicon-search"></span></button>
					
				</div>

			</div>
			
			</form>
			<div class="fullscreenbanner">
				<ul>

					<!-- papercut fade turnoff flyin slideright slideleft slideup slidedown-->
				
					<!-- FADE -->
					<li data-transition="fade" data-slotamount="1" data-masterspeed="300"> 										
						<img src="<?php echo URL('image/s?img=slide1.jpg'); ?>" alt=""/>
						<div class="tp-caption scrolleffect sft"
							 data-x="center"
							 data-y="120"
							 data-speed="1000"
							 data-start="800"
							 data-easing="easeOutExpo">
						</div>	
					</li>	

					<!-- FADE -->
					<li data-transition="fade" data-slotamount="1" data-masterspeed="300"> 										
						
						<img src="<?php echo URL('image/s?img=slide2.jpg'); ?>" alt=""/>
						<div class="tp-caption scrolleffect sft"
							 data-x="center"
							 data-y="120"
							 data-speed="1000"
							 data-start="800"
							 data-easing="easeOutExpo"  >

						</div>	
					</li>	
					
					<!-- FADE -->
					<li data-transition="fade" data-slotamount="1" data-masterspeed="300"> 										
						<img src="<?php echo URL('image/s?img=slide3.jpg'); ?>" alt=""/>
						<div class="tp-caption scrolleffect sft"
							 data-x="center"
							 data-y="120"
							 data-speed="1000"
							 data-start="800"
							 data-easing="easeOutExpo">

						</div>	
					</li>
					
					<!-- FADE -->
					<li data-transition="fade" data-slotamount="1" data-masterspeed="300"> 										
						<img src="<?php echo URL('image/s?img=slide4.jpg'); ?>" alt=""/>
						<div class="tp-caption scrolleffect sft"
							 data-x="center"
							 data-y="120"
							 data-speed="1000"
							 data-start="800"
							 data-easing="easeOutExpo">

						</div>	
					</li>
					
					
					
				</ul>
				<div class="tp-bannertimer none"></div>
			</div>
		</div>

		<!--
		##############################
		 - ACTIVATE THE BANNER HERE -
		##############################
		-->
		<script type="text/javascript">

			var tpj=jQuery;
			tpj.noConflict();

			tpj(document).ready(function() {

			if (tpj.fn.cssOriginal!=undefined)
				tpj.fn.css = tpj.fn.cssOriginal;

				tpj('.fullscreenbanner').revolution(
					{
						delay:9000,
						startwidth:1170,
						startheight:600,

						onHoverStop:"off",						// Stop Banner Timet at Hover on Slide on/off

						thumbWidth:100,							// Thumb With and Height and Amount (only if navigation Tyope set to thumb !)
						thumbHeight:50,
						thumbAmount:3,

						hideThumbs:0,
						navigationType:"bullet",				// bullet, thumb, none
						navigationArrows:"solo",				// nexttobullets, solo (old name verticalcentered), none

						navigationStyle:false,				// round,square,navbar,round-old,square-old,navbar-old, or any from the list in the docu (choose between 50+ different item), custom


						navigationHAlign:"left",				// Vertical Align top,center,bottom
						navigationVAlign:"bottom",					// Horizontal Align left,center,right
						navigationHOffset:30,
						navigationVOffset:30,

						soloArrowLeftHalign:"left",
						soloArrowLeftValign:"center",
						soloArrowLeftHOffset:20,
						soloArrowLeftVOffset:0,

						soloArrowRightHalign:"right",
						soloArrowRightValign:"center",
						soloArrowRightHOffset:20,
						soloArrowRightVOffset:0,

						touchenabled:"on",						// Enable Swipe Function : on/off


						stopAtSlide:-1,							// Stop Timer if Slide "x" has been Reached. If stopAfterLoops set to 0, then it stops already in the first Loop at slide X which defined. -1 means do not stop at any slide. stopAfterLoops has no sinn in this case.
						stopAfterLoops:-1,						// Stop Timer if All slides has been played "x" times. IT will stop at THe slide which is defined via stopAtSlide:x, if set to -1 slide never stop automatic

						hideCaptionAtLimit:0,					// It Defines if a caption should be shown under a Screen Resolution ( Basod on The Width of Browser)
						hideAllCaptionAtLilmit:0,				// Hide all The Captions if Width of Browser is less then this value
						hideSliderAtLimit:0,					// Hide the whole slider, and stop also functions if Width of Browser is less than this value


						fullWidth:"on",							// Same time only Enable FullScreen of FullWidth !!
						fullScreen:"off",						// Same time only Enable FullScreen of FullWidth !!


						shadow:0								//0 = no Shadow, 1,2,3 = 3 Different Art of Shadows -  (No Shadow in Fullwidth Version !)

					});


		});
		</script>
		

		



	<!-- WRAP -->
	<div class="wrap cst03 bgfix " >
		
			
			
		<div class="deals4">
			<div class="container">	
				<div class="row">
					<div class="col-md-4">
						<div class="lbl">
							<a href="<?php echo URL('best-maldives-hotels'); ?>"><img src="<?php echo URL('images/maldives-city-hotel.jpg'); ?>" alt="" class="fwimg"/></a>
							<div class="smallblacklabel">Best Maldive Hotels</div>
						</div>
						<?php foreach($cityhotel as $hotel): ?>
						<div class="deal">
							<a href="<?php echo URL(''.$hotel->slug.''); ?>"><img src="<?php echo URL('thumb/s?img='.$hotel->featured_image.''); ?>" width="50px" height="50px" alt="" class="dealthumb"/></a>
							<div class="dealtitle">
								<p><a href="<?php echo URL(''.$hotel->slug.''); ?>" class="dark"><?php echo $hotel->name; ?></a></p>
								<img src="images/smallrating-<?php echo $hotel->rating; ?>.png" alt="" class="mt-10"/><span class="size13 grey mt-9"><?php echo $hotel->address; ?></span>
							</div>
							<div class="dealprice">
								
							</div>					
						</div>
						<?php endforeach; ?>
				
					</div>
					<!-- End of first row-->
					
					<div class="col-md-4">
						<div class="lbl">
							<a href="<?php echo URL('best-maldives-resorts'); ?>"><img src="<?php echo URL('images/maldives-resorts.jpg'); ?>" alt="" class="fwimg"/></a>
							<div class="smallblacklabel">Best Maldives Resorts</div>
						</div>
					<?php foreach($resorts as $resort): ?>

						<div class="deal">
							<a href="<?php echo URL(''.$resort->slug.''); ?>"><img src="<?php echo URL('thumb/s?img='.$resort->featured_image.''); ?>" width="50px" height="50px" alt="" class="dealthumb"/></a>
							<div class="dealtitle">
								<p><a href="<?php echo URL(''.$resort->slug.''); ?>" class="dark"><?php echo $resort->name; ?></a></p>
								<img src="images/smallrating-<?php echo $resort->rating; ?>.png" alt="" class="mt-10"/><span class="size13 grey mt-9"><?php echo $resort->address; ?></span>
							</div>
							<div class="dealprice">
	
							</div>					
						</div>
					<?php endforeach; ?>
					</div>
							<div class="col-md-4">
						<div class="lbl">
							<a href="<?php echo URL('best-maldives-cruise'); ?>"><img src="<?php echo URL('images/maldives-cruise.jpg'); ?>" alt="" class="fwimg"/></a>
							<div class="smallblacklabel">Best Maldives Cruise</div>
						</div>



					<?php foreach($cruises as $cruise): ?>

						<div class="deal">
							<a href="<?php echo URL(''.$cruise->slug.''); ?>"><img src="<?php echo URL('thumb/s?img='.$cruise->featured_image.''); ?>" width="50px" height="50px" alt="" class="dealthumb"/></a>
							<div class="dealtitle">
								<p><a href="<?php echo URL(''.$cruise->slug.''); ?>" class="dark"><?php echo $cruise->name; ?></a></p>
								<img src="images/smallrating-<?php echo $cruise->rating; ?>.png" alt="" class="mt-10"/><span class="size13 grey mt-9"><?php echo $cruise->address; ?></span>
							</div>
							<div class="dealprice">
								
							</div>					
						</div>
					<?php endforeach; ?>
					</div>


			<div class="col-md-4">
						<div class="lbl">
							<a href="<?php echo URL('honeymoon-resorts-in-maldives'); ?>"><img src="<?php echo URL('images/maldives-honeymoon.jpg'); ?>" alt="" class="fwimg"/></a>
							<div class="smallblacklabel"> Honeymoon in Maldives</div>
						</div>
					</div>
					<!-- End of first row-->	
				<div class="col-md-4">
						<div class="lbl">
							<a href="<?php echo URL('search-holidays-in-maldives/tc?category=cruise'); ?>"><img src="<?php echo URL('images/maldives-family-holidays.jpg'); ?>" alt="" class="fwimg"/></a>
							<div class="smallblacklabel"> Family Holidays in Maldives</div>
						</div>
					</div>
					<!-- End of first row-->	
					
					<div class="col-md-4">
						<div class="lbl">
							<a href="<?php echo URL('search-holidays-in-maldives/tc?category=cruise'); ?>"><img src="<?php echo URL('images/diving-in-maldives.jpg'); ?>" alt="" class="fwimg"/></a>
							<div class="smallblacklabel"> Diving in Maldives</div>
						</div>
					</div>
					<!-- End of first row-->	
					<div class="clearfix"></div>
					<div class="offset-2"><hr class="featurette-divider3"></div>

						<div class="col-md-4">
						<div class="lbl">
							<a href="<?php echo URL('search-holidays-in-maldives/tc?category=cruise'); ?>"><img src="<?php echo URL('images/excursions-in-maldives.jpg'); ?>" alt="" class="fwimg"/></a>
							<div class="smallblacklabel"> Excursions in Maldives</div>
						</div>
					</div>
					<!-- End of first row-->	
						<div class="col-md-4">
						<div class="lbl">
							<a href="<?php echo URL('search-holidays-in-maldives/tc?category=cruise'); ?>"><img src="<?php echo URL('images/watersports-in-maldives.jpg'); ?>" alt="" class="fwimg"/></a>
							<div class="smallblacklabel"> Watersports in Maldives</div>
						</div>
					</div>
					<!-- End of first row-->	
						<div class="col-md-4">
						<div class="lbl">
							<a href="<?php echo URL('search-holidays-in-maldives/tc?category=cruise'); ?>"><img src="<?php echo URL('images/spa-and-wellness-maldives.jpg'); ?>" alt="" class="fwimg"/></a>
							<div class="smallblacklabel"> Spa and Wellness</div>
						</div>
					</div>
					<!-- End of first row-->			
				</div>
			</div>
		</div>


		<div>
		<br/>
		<br/>
		<br/>
		</div>

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