#sbox-overlay {
	position: absolute;
	background-color: #000;
	left: 0px;
	top: 0px;
}

#sbox-window {
	position: absolute;	
	text-align: left;
	overflow: visible;
	padding: 10px;
}

#sbox-window[aria-hidden=true],
#sbox-overlay[aria-hidden=true] {
	display: none;
}

#sbox-btn-close {
  display: none;
}

.sbox-loading #sbox-content {
	background-image: url(../../images/spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#sbox-title {
  width: 473px;
  height: 40px;
  line-height: 40px;
  padding: 25px 80px 55px 40px;
  text-align: right;
  background: transparent url(../../images/heading-lunch.png) 0 0 no-repeat;
  margin: 0;  
}

#sbox-title span {
  display: inline-block;
  padding: 0 58px 0 0;
  background: transparent url(../../images/icons/food.png) right center no-repeat;
}

#sbox-content {
	clear: both;
	overflow: auto;	
	height: 100%;
	width: 100%;
  background: transparent url(../../images/bg-lunch.png) 0 0 repeat-y;
  position: relative;
  width: 466px;
  padding: 0 40px 20px 40px;  
  margin: 0 0 0 6px;  
}

#sbox-content:before {
  content: "";
  position: absolute;
  width: 546px;
  height: 360px;
  left: 0;
  top: 0;
  background: transparent url(../../images/bg-lunch-top.png) 0 0 no-repeat;
}

#sbox-content iframe {
  position: relative;
  width: 466px !important;
}

.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.sbox-content-iframe#sbox-content {
	overflow: visible;
}

/* Hides scrollbars */
.body-overlayed {
	overflow: hidden;
}

/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility: hidden;
}

#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

@-moz-document url-prefix() {
    .body-overlayed {
	overflow: visible;
    }
}
@media (max-width: 979px) {
	#sbox-window {
		overflow: none;
	}
	#sbox-btn-close {
		right: -10px;
		top: -10px;
	}
}
@media (max-device-width: 979px) {
	#sbox-content {
		-webkit-overflow-scrolling: touch;
	}
	#sbox-content.sbox-content-iframe {
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
}
