$(document).ready(function() {

	// Resort Amenities
	$('.amenity-icons .pool').qtip({
		content: {
			text: 'The resort features an indoor ozonated pool with a wheelchair accessible lift.',
			title: { text: 'POOL' }
		}
	});
	$('.amenity-icons .hot-tub').qtip({
		content: {
			text: 'The resort features an indoor ozonated hot tub.',
			title: { text: 'HOT TUB' }
		}
	});
	$('.amenity-icons .theater').qtip({
		content: {
			text: 'The resort features a 29-seat private movie theatre.',
			title: { text: 'THEATRE' }
		}
	});
	$('.amenity-icons .24hr-desk').qtip({
		content: {
			text: 'Front desk staff is available to answer your questions and assist you 24 hours a day, 7 days a week.',
			title: { text: '24-HR DESK' }
		}
	});
	$('.amenity-icons .room-service').qtip({
		content: {
			text: 'Concierge services are available to guests.',
			title: { text: 'CONCIERGE' }
		}
	});
	$('.amenity-icons .electric-cars').qtip({
		content: {
			text: 'The resort features parking spaces with electrical charging stations for alternative fuel vehicles.',
			title: { text: 'CAR CHARGER' }
		}
	});
	$('.amenity-icons .green-power').qtip({
		content: {
			text: "The resort is powered by green power that has been purchased from renewable sources for 50% of the building's electrical demand.",
			title: { text: 'GREEN POWER' }
		}
	});
	$('.amenity-icons .internet').qtip({
		content: {
			text: 'The resort features wireless Internet access.',
			title: { text: 'INTERNET' }
		}
	});
	$('.amenity-icons .bike-spaces').qtip({
		content: {
			text: 'Bicycle storage facilities are available.',
			title: { text: 'BIKE SPACE' }
		}
	});
	$('.amenity-icons .water-feature').qtip({
		content: {
			text: 'There are water features such as ponds and waterfalls throughout the property.',
			title: { text: 'WATER FEATURES' }
		}
	});
	$('.amenity-icons .no-smoking').qtip({
		content: {
			text: 'Smoking is prohibited on the resort property.',
			title: { text: 'NON-SMOKING' }
		}
	});
	$('.amenity-icons .weight-cardio-room').qtip({
		content: {
			text: 'The resort features a full fitness centre with cardio machines and weights.',
			title: { text: 'GYM' }
		}
	});
	$('.amenity-icons .laundry').qtip({
		content: {
			text: 'Same-day dry cleaning and laundry services are available.',
			title: { text: 'LAUNDRY' }
		}
	});
	$('.amenity-icons .meetings').qtip({
		content: {
			text: 'Meeting space for large groups is available.',
			title: { text: 'MEETINGS' }
		}
	});
	$('.amenity-icons .safe').qtip({
		content: {
			text: 'A safe is available at the Front Desk for valuables.',
			title: { text: 'SAFE' }
		}
	});
	$('.amenity-icons .spa').qtip({
		content: {
			text: 'The resort features the full-service AquaTerre Spa at Parkside.',
			title: { text: 'SPA' }
		}
	});
	$('.amenity-icons .gardens').qtip({
		content: {
			text: 'Indoor atrium contains towering palm trees, rare plants and other fauna that previously graced the Crystal Gardens.',
			title: { text: 'GARDENS' }
		}
	});
	$('.amenity-icons .roof-garden').qtip({
		content: {
			text: 'The resort features rooftop gardens.',
			title: { text: 'ROOFTOP GARDENS' }
		}
	});
	$('.amenity-icons .vip-lounge').qtip({
		content: {
			text: 'The resort features the exclusive Penthouse City Club Lounge.',
			title: { text: 'LOUNGE' }
		}
	});
	$('.amenity-icons .green-building').qtip({
		content: {
			text: "The resort is completely sustainable and is Canada's first resort hotel targeting LEED&reg; Platinum Certification.",
			title: { text: 'GREEN' }
		}
	});
	$('.amenity-icons .access').qtip({
		content: {
			text: 'The resort is fully wheelchair accessible.',
			title: { text: 'ACCESS' }
		}
	});
	$('.amenity-icons .restaurant').qtip({
		content: {
			text: 'Details to come.',
			title: { text: 'RESTAURANT' }
		}
	});


	// Room Amenities
	$('.amenity-icons .luxury-beds').qtip({
		content: {
			text: 'All suites feature deluxe King size beds with luxury linens.',
			title: { text: 'DELUXE BEDS' }
		}
	});$('.amenity-icons .soaker-tub').qtip({
		content: {
			text: 'All suites feature bathtubs.',
			title: { text: 'BATHTUB' }
		}
	});$('.amenity-icons .shower').qtip({
		content: {
			text: 'All suites feature showers.',
			title: { text: 'SHOWER' }
		}
	});$('.amenity-icons .fireplace').qtip({
		content: {
			text: 'All suites feature one or more fireplaces.',
			title: { text: 'FIREPLACE' }
		}
	});$('.amenity-icons .42-inch-tvs').qtip({
		content: {
			text: 'All suites feature 42&quot; LCD TVs in the bedroom and living room.',
			title: { text: '42&quot; TV' }
		}
	});$('.amenity-icons .recycling').qtip({
		content: {
			text: 'There is a recycling program in place throughout the resort.',
			title: { text: 'RECYCLING' }
		}
	});$('.amenity-icons .hairdryer').qtip({
		content: {
			text: 'Bathrooms are equipped with hairdryers.',
			title: { text: 'HAIRDRYER' }
		}
	});$('.amenity-icons .iron').qtip({
		content: {
			text: 'All suites are equipped with an iron & ironing board.',
			title: { text: 'IRON' }
		}
	});$('.amenity-icons .alarm-clock').qtip({
		content: {
			text: 'All suites are equipped with alarm clock-radios.',
			title: { text: 'ALARM' }
		}
	});$('.amenity-icons .microwave').qtip({
		content: {
			text: 'All suites are equipped with a microwave.',
			title: { text: 'MICROWAVE' }
		}
	});$('.amenity-icons .dishwasher').qtip({
		content: {
			text: 'All suites are equipped with a dishwasher.',
			title: { text: 'DISHWASHER' }
		}
	});$('.amenity-icons .stove').qtip({
		content: {
			text: 'Large suites are equipped with a full stove.',
			title: { text: 'FULL STOVE' }
		}
	});$('.amenity-icons .hot-plate').qtip({
		content: {
			text: 'Smaller suites are equipped with a hotplate.',
			title: { text: 'HOTPLATE' }
		}
	});$('.amenity-icons .washer-dryer').qtip({
		content: {
			text: 'All suites are equipped with a washer/dryer combination appliance.',
			title: { text: 'WASHER/DRYER' }
		}
	});$('.amenity-icons .toaster').qtip({
		content: {
			text: 'All suites are equipped with a toaster.',
			title: { text: 'TOASTER' }
		}
	});$('.amenity-icons .coffee').qtip({
		content: {
			text: 'All suites offer complimentary coffee.',
			title: { text: 'COFFEE' }
		}
	});$('.amenity-icons .cooking-items').qtip({
		content: {
			text: 'All suites are equipped with cookware and cooking utensils.',
			title: { text: 'COOKING ITEMS' }
		}
	});$('.amenity-icons .fridge').qtip({
		content: {
			text: 'All suites are equipped with a full fridge.',
			title: { text: 'FULL FRIDGE' }
		}
	});$('.amenity-icons .dining-table').qtip({
		content: {
			text: 'All suites feature a dining table.',
			title: { text: 'DINING TABLE' }
		}
	});$('.amenity-icons .no-smoking').qtip({
		content: {
			text: 'Smoking is prohibited on the resort property.',
			title: { text: 'NON-SMOKING' }
		}
	});$('.amenity-icons .wifi').qtip({
		content: {
			text: 'All suites offer complimentary wireless Internet.',
			title: { text: 'WI-FI' }
		}
	});
	$('.amenity-icons .access').qtip({
		content: {
			text: 'The resort is fully wheelchair accessible.',
			title: { text: 'ACCESS' }
		}
	});

});