$(function(){

// CALLS TOOLTIP CONTENT FROM ANY DEFINED ANCHOR TITLES WITHIN BURRITO POSTS

$('#contentspace p a[title]').qtip({ 
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
		style: {
		background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
         width: 5,
         radius: 5,
         color: '#f05571'
      },	    
				   tip: true 
				   }
	});
	
// CALLS TOOLTIP CONTENT FROM ANCHOR TITLES WITHIN HORMONE_CALLOUTS DIV
// CHANGED 120710 TO TARGET THESE AS LIST ITEMS WITHIN INGBAR 	
	
$('a.hormone_callout img[alt]').qtip({ 
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
		style: {
		background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
         width: 5,
         radius: 5,
         color: '#f05571'
      },	    
				   tip: true 
				   }
	});


// FOR EACH ANCHOR CLASS BELOW, TOOLTIP CONTENT IS PROVIDED MANUALLY ON THE "TEXT:" LINE


$("#contentspace p a.blackbean").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
   
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'We call black beans the perfect bean, packed full of antioxidants, fiber, protein and flavor. Bonus: Our little powerhouses are organic. Don&#39;t underestimate the brawn of the humble black bean.'
   }
});

$("#contentspace p a.salsa").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'We make our salsas in-house, with the freshest, best ingredients we can get our hands on. We chop fresh cilantro, tomatoes and roasted tomatillos and mix in select spices ... how much are you lovin&#39; our made-from-scratch salsa?'
   }
});

$("#contentspace p a.cheese").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'Not only do we love melty, cheesy goodness, but we are proud to deliver it hormone-free. All of our cheese is RBST-Free and made without animal rennet.'
   }
});

$("#contentspace p a.tortilla").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'All of our tortillas are made locally from simple, fresh ingredients — flour, oil and salt. So when you slap your burrito on a panini press, or pan-fry it for an insta-chimichanga, you&#39;ll find the freshness of an insanely tasty tortilla in every bite.'
   }
});

$("#contentspace p a.chicken").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'We are very choosy about our chicken which is why we only select wholesome cage-free white meat chicken raised without growth hormones, antibiotics and animal byproducts. For us, that means we&#39;re doing our best to provide a healthy, tasty meal. For you, that means eating the best-tasting, most nourishing frozen food out there.'
   }
});

$("#contentspace p a.pintobean").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'Our frijoles are not your standard side. They boast lots of yummy nutrients, like fiber, protein and potassium.'
   }
});

$("#contentspace p a.tofu").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'Our organic tofu is grown by locals — we love hippie hipsters who are passionate about their veggies. They&#39;ve got the tofu know-how, turning more soy protein into veggie nourishment than you can shake a stalk at. And for all you tofu gurus out there, know that ours is not genetically modified and does not have preservatives.'
   }
});

$("#contentspace p a.potatoes").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'This is crispy, skin-on comfort. We skillet our russet Colorado-grown spuds with rosemary, garlic and canola oil to make a supremely delicious recipe for our Egg & Potato burrito. And it&#39;s our founder, Phil&#39;s, fuel-tested favorite. We’re super psyched about our taters, and we hope you are, too.'
   }
});

$("#contentspace p a.guajillo").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'When it came to making the best chicken burrito on the market, our chef spent hours creating and recreating an authentic New Mexican sweet guajillo chile sauce perfect for tender braising our free range birds. Sweet, earthy and subtly smokey in the same bite, you&#39;ll never want a different chicken burrito in your life.'
   }
});

$("#contentspace p a.beef").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'Our tender beef scores the industry trifecta – it’s never administered antibiotics, never fed growth hormones and never fed animal byproducts. Better yet, our beef is sustainably and humanely raised by family farms who care about your food as much as you do, which is something to smile about.'
   }
});

$("#contentspace p a.hatchgreen").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'Inspired by authentic New Mexican hatch green chilé, this homemade stew created by our chef and founder, Phil, takes green chilé to a whole new level. With a fire-roasted flavor only worthy of an EVOL burrito, our green chilé stew adds a unique kick to two of our best selling burritos.'
   }
});

$("#contentspace p a.eggs").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'Our eggs come from happy birds — local and nest fresh from free-range Colorado chickens. But it&#39;s okay if you love them just because they taste so good.'
   }
});

$("#contentspace p a.chorizo").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'Yeah, we said it. It&#39;s our pork sausage recipe in the antibiotic-free Chorizo Sausage & Egg burrito. Ground with a touch of cayenne pepper, traditional paprika, and cooked to perfection for your morning pleasure. Wake up, darlin&#39;, there&#39;s food in the freezer.'
   }
});

$("#contentspace p a.pork").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'Our antibiotic-free, sustainably and humanely raised pork is spiced to perfection with Mexican oregano, tomatoes, cumin and hatch green peppers. No, you are not dreaming, this pig is for real!'
   }
});

$("#contentspace p a.bacon").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'Our crispy little pieces of uncured hog heaven from Niman Ranch are simply delicious. One bite of this all-natural applewood smoked bacon will bring you straight back to your mama&#39;s house on a Sunday morning.'
   }
});

$("#contentspace p a.breakfastsausage").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'Savory and sweet with an herby finish, our breakfast sausage is the heartiest ingredient we have put in our burritos yet. All natural and sustainably and humanely raised by Niman Ranch, this mouth-pleasing goodness is seasoned with rosemary, nutmeg, marjoram, black pepper and sage. One bite and we promise our breakfast sausage will have you dreaming of breakfast all day.'
   }
});

$("#contentspace p a.grilledchicken").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'It doesn&#39;t get much better this... Our tender cage-free white meat chicken is fire-grilled and seasoned just right to give our Chicken Fajita burrito the perfect texture and clean flavor.'
   }
});

$("#contentspace p a.grilledsteak").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'Our premium Niman Ranch beef is fire-grilled for the perfect steaky flavor. We accept no wannabes here; this is the real deal. Steak lovers, rejoice!'
   }
});

$("#contentspace p a.pulledpork").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'Braised in an authentic garlic and orange juice marinade, our Niman Ranch Pork Carnitas are left to cook for hours until perfectly tender. The result? A zesty, smooth bite worthy only of an EVOL Burrito.'
   }
});

$("#contentspace p a.jasminerice").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'Our delicate jasmine rice has a soft floral aroma giving our premium wrap the perfect touch of sweetness. Our gift to you.'
   }
});

$("#contentspace p a.couscous").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'Our nutritious and protein-packed whole wheat couscous is seasoned with fresh lemon juice, tasty herbs and tossed with an extra virgin olive oil. If you are looking for some extra umph in your wrap, this is it.'
   }
});

$("#contentspace p a.eggplant").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'Our delicious eggplant is tossed in a fiery skillet with a tasty mix of oregano and garlic until it is perfectly charred and ready for our Mediterranean Couscous premium wrap.'
   }
});

$("#contentspace p a.oventomatoes").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'We take tomatoes very seriously. Our vine-ripened tomatoes are seasoned with extra virgin olive oil, garlic and herbs and set to slow roast overnight for the perfect concentration of sweet taste.'
   }
});

$("#contentspace p a.searedtofu").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'Our organic tofu is produced in Colorado from the people who know tofu the best. To make it perfect for our premium wrap, we cook it with curry and tomatoes and add just the right amount of bite and kick to it. It is the perfect protein-packed treat for all the veggie lovers out there.'
   }
});

$("#contentspace p a.yellowcurry").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'Curry fans, we heard your requests and now we are delivering. Our authentic yellow curry is mixed with coconut milk and a medley of traditional spices including lemon grass for that kicked up Thai Experience. We hope you love this treat as much as we do. '
   }
});

$("#contentspace p a.teriyaki").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'For all you teriyaki lovers out there, we got your back. Our homemade teriyaki sauce is the perfect combination of sweet and savory. We season it with garlic, ginger and honey sourced from local beehives right here in our neighborhood. That’s something to buzz about.'
   }
});

$("#contentspace p a.braisedchicken").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'We are very choosy about our chicken which is why we only select wholesome cage-free white meat chicken raised without growth hormones, antibiotics and animal byproducts. Seasoned with fresh cilantro and juicy limes, one bite of this tender chicken will have your mouth dancing.'
   }
});

$("#contentspace p a.cilantrorice").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'Delicious fluffy rice seasoned with fresh cilantro and lime for a bright and citrusy taste that will leave your mouth surprisingly refreshed.'
   }
});

$("#contentspace p a.greenenchiladasauce").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'Made with New Mexican hatch green chiles and fresh tomatillos, our green chili enchilada sauce is our chef Phil&#39;s personal creation. With savory spices and a delicious roasted flavor, we are making enchiladas very happy.'
   }
});

$("#contentspace p a.cilantopesto").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'With a bright and citrusy taste offset by a hint of garlic, our cilantro lime pesto perfectly accents our savory fire grilled steak.'
   }
});

$("#contentspace p a.teriyakichicken").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'It doesn&#39;t get much better than this... Our tender cage-free white meat chicken is fire-grilled and seasoned just right to give our Teriyaki Chicken Bowl the perfect texture and a clean flavor.'
   }
});

$("#contentspace p a.newmexredchile").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'Made from California red chilis, our homemade enchilada sauce is mild and savory sweet with a slightly smokey flavor. Seasoned with garlic, onions and tomatoes, we have put a lot of LOVE into creating this one.'
   }
});

$("#contentspace p a.whitecorntorilla").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'Authentically made white corn tortillas made locally in Denver. These babies boast low sodium and are gluten-free but come fully loaded with flavor and awesomeness.'
   }
});


$("#contentspace p a.flatwhitechicken").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'It doesn&#39;t get much better this... Our tender cage-free white meat chicken is fire-grilled and seasoned just right to give our flatbread the perfect texture and savory flavor.'
   }
});

$("#contentspace p a.flatmozz").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'So creamy and delicious, our hormone and rBST-free mozzarella is the prefect topping for a yummy flatbread. Made from low-moisture part-skim milk, our mozzarella is lower in saturated fat and loaded with melt-worthy flavor.'
   }
});

$("#contentspace p a.flatbread").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'The crust is the foundation of our fabulous flatbreads. Each piece of artisan dough is hand stretched and stone-fired to create a uniquely shaped flatbread with airy bubbles and beautiful golden brown goodness. The best part? You can cook it up chewy or crunchy in your oven - and frankly, we think that rocks!'
   }
});

$("#contentspace p a.flatbbqsauce").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'We make our BBQ sauce in-house with all natural molasses and locally sourced honey for a slightly sweet and smoky taste. This savory and unique sauce promises an awesome eating experience.'
   }
});

$("#contentspace p a.flatitaliansausage").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'We use the highest quality all natural and hormone-free sausage from the country&#39;s leading family farms to create this savory flatbread. Stuffed in a natural casing and seasoned with fennel, we think you are going to love our sausage&#39;s sweet flavor!'
   }
});

$("#contentspace p a.flatonions").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'This succulent topping is house-made from all natural onions sautéed slow and low until the natural sugars from the onion caramelize to create a sweet taste.'
   }
});

$("#contentspace p a.flatgoat").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'Creamy, delicious and locally sourced, our goat cheese is hand-crafted from sweet, high-quality goat milk. Delivered to you all natural and straight from the farmhouse, our goat cheese is winning the hearts of cheese lovers everywhere.'
   }
});

$("#contentspace p a.flatpesto").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'Using all natural basil, extra virgin olive oil, rBST-free parmesan cheese and lemon juice, we home-make our basil pesto for a bright a fresh tasting topping.'
   }
});

$("#contentspace p a.pizzachicken").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'It doesn&#39;t get much better this... Our tender cage-free white meat chicken is fire-grilled and seasoned just right to give this pizza the perfect texture and savory flavor.'
   }
});

$("#contentspace p a.pizzaricotta").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'A light and fluffy cheese that is made to please! Our ricotta cheese is hormone-free and creamy as ever to perfectly compliment this delicious pizza.'
   }
});

$("#contentspace p a.pizzatomsauce").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'Juicy tomatoes mixed with red wine vinegar and our homemade seasoning for a light and subtle sauce that steals the show.'
   }
});

$("#contentspace p a.pizzaitaliancheese").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'Mozzarella, asiago, fontina and parmesan cheese blended together for a taste experience that will bring you back to the streets of Italy.'
   }
});

$("#contentspace p a.pizzacrust").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'The crust is the foundation of our perfect pizzas. Each piece of artisan dough is hand stretched and stone-fired to create a pizza with airy bubbles and beautiful golden brown goodness. The best part? You can cook it up chewy or crunchy in your oven - and frankly, we think that rocks!'
   }
});

$("#contentspace p a.pizzameatballs").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'Made from free-range family-raised beef, our meatballs are subtly seasoned with Italian spices, herbs, Romano cheese and breadcrumbs for a taste so delicious that even your Italian grandmother would be proud.'
   }
});

$("#contentspace p a.pizza4cheese").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: 'A prize-winning four cheese blend that brings out the true Italian pizza experience in every bite without the added hormones.'
   }
});

$("#contentspace p a.new").qtip({
	position: {
      corner: {
         target: 'topMiddle',
         tooltip: 'bottomMiddle'
      }
   },
	  style: {
	  background: '#fff',
      color: '#4c4c4c',
      textAlign: 'left',
	  width: 300,
	  padding: 10,
      border: {
      width: 5,
      radius: 5,
      color: '#f05571'
	 	},	    
				   tip: true 
				   },
   content: {
      text: ''
   }
});

});


