div.menu_expandable {
	cursor: pointer;
	text-decoration: none;
	padding: 0;
	/*margin-top: -58px;*/
	margin-top:50px;
	z-index: 1;
}
div.menu_expandable img {
	margin: 0 auto;
}
div.menu_expandable p {
	color: #fff;
	background-color: #707070;
	padding: 23px;
	margin: 0;
}
div.menu_expandableTarget {
	display: none;
	margin: 0;
	padding: 24px 20px;
	background-color: #707070;
	overflow: visible !important;
}
div.menu_expandableLabel {
	margin-top: -78px;
	/*margin-left: 800px;*/
	width: 114px;
	height: 160px;
	background-position: left bottom;
	background-size: 114px 160px;
	cursor: pointer;
	z-index: 9;
	/*position:relative;*/
	position:absolute;
	right: 20px;
}

#meatExpand {
	margin-top: 0px;
}
#meatExpand:hover p {
	background-color: #ed2b25 !important;
}
#meatExpand:hover img {
	content: url("https://pitapit.ca/wp-content/uploads/2013/08/menuMeat_red.png");
}
#label-veggieExpand,
#label-breakfast2Expand{
	left: 50px;
}
#veggieExpand:hover p {
	background-color: #ed2b25 !important;
}
#veggieExpand:hover img {
	content: url("https://pitapit.ca/wp-content/uploads/2013/08/menuVeggie_red.png");
}
#breakfastExpand:hover p {
	background-color: #ed2b25 !important;
}
#breakfastExpand:hover img {
	content: url("https://pitapit.ca/wp-content/uploads/2013/08/menuBreakfast_red.png");
}

#breakfast2Expand:hover img {
    content: url("https://pitapit.ca/wp-content/uploads/2013/08/menubreakfast2_red_360.png");
}
#breakfast2Expand:hover p {
    background-color: #ed2b25 !important;
}

#smoothieExpand:hover img {
	content: url("https://pitapit.ca/wp-content/uploads/2013/08/menusmoothie_red.png");
}
#smoothieExpand:hover p {
	background-color: #ed2b25 !important;
}

#menuContainer{

	margin-bottom:100px;
}

/* carousel style */

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;

}

div.bx-viewport {
	z-index:9;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -29px;
  outline: 0;
  width: 58px;
  height: 58px;
  text-indent: -9999px;
  z-index: 8;
}

.bx-wrapper .bx-prev {
  left: -40px;
  background: url(https://pitapit.ca/wp-content/uploads/2013/12/SliderLeftBtn.png) no-repeat;
}

.bx-wrapper .bx-next {
  right: -40px;
  background: url(https://pitapit.ca/wp-content/uploads/2013/12/SliderRightBtn.png) no-repeat;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

span.menuFootnote{
    display: block;
    font-size: 0.7em;
}

@media only screen and (max-width: 640px) {
	div.slide img {
		width: 260px !important;
	}

	div.bx-controls .bx-next {
		right: -29px;
	}

	div.bx-controls .bx-prev {
		left: -29px;
	}
}
