.page-sarco-menu .content-container {
	margin-top: 170px;
	overflow: hidden;
}

/* Menu Page Elements */

.menu-mug {
	position: absolute;
	top: 100px;
	right: -180px;
	background: transparent url('../images/img_coffee_mug.png') left top no-repeat;
	background-image: 100% auto;
	width: 320px;
	height: 320px;
}
.menu-stain {
	position: absolute;
	top: 600px;
	left: -60px;
	background: transparent url('../images/img_mug_stain.png') left top no-repeat;
	background-image: 100% auto;
	width: 264px;
	height: 264px;
}
.menu-blood {
	position: absolute;
	bottom: 400px;
	right: -60px;
	background: transparent url('../images/img_menu_blood.png') left top no-repeat;
	background-image: 100% auto;
	width: 176px;
	height: 252px;
}

/* Menu */

.menu {
	position: relative;
	width: 80%;
	margin: 0 auto 40px auto;
	padding: 40px 40px 40px 40px;
	box-sizing: border-box;
}
.menu-bg {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #fcfafa url('../images/bg_menu_plastic.jpg') center top no-repeat;
	background-size: 100% 100%;
	width: 90%;
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	height: 90%;
	height: -moz-calc(100% - 20px);
	height: -webkit-calc(100% - 20px);
	height: calc(100% - 20px);
}

/* Menu Border */

.menu-border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.menu-border .border-top,
.menu-border .border-bottom {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url('../images/bg_menu_border_horizontal.png') center top repeat-x;
	width: 100%;
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	height: 35px;
}
.menu-border .border-bottom {
	top: auto;
	bottom: 0;
}
.menu-border .border-right,
.menu-border .border-left {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url('../images/bg_menu_border_vertical.png') left center repeat-y;
	width: 35px;
	height: 100%;
	height: -moz-calc(100% - 10px);
	height: -webkit-calc(100% - 10px);
	height: calc(100% - 10px);
}
.menu-border .border-right {
	left: auto;
	right: 0;
}
.menu-border .border-corner-top:before,
.menu-border .border-corner-top:after,
.menu-border .border-corner-bottom:before,
.menu-border .border-corner-bottom:after {
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
	background: transparent url('../images/bg_menu_corners.png') left top no-repeat;
	width: 78px;
	height: 76px;
}
.menu-border .border-corner-top:after {
	top: -3px;
	left: auto;
	right: -2px;
	background-position: -122px 0;
}
.menu-border .border-corner-bottom:before {
	top: auto;
	bottom: -2px;
	left: -6px;
	background-position: 0 -125px;
}
.menu-border .border-corner-bottom:after {
	top: auto;
	bottom: -2px;
	left: auto;
	right: -2px;
	background-position: -122px -125px;
}

/* Menu Header Elements */

.menu .header-details,
.menu .header-logo,
.menu .header-homeof {
	display: inline-block;
	width: 33%;
	text-align: center;
}
.menu .header-logo img {
	width: 90%;
	max-width: 592px;
	height: auto;
	max-height: 306px;
}
.menu .header-details {
	float: left;
}
.menu .header-details p {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	margin: 30px auto 0 auto;
}
.menu .header-homeof {
	display: inline-block;
	float: right;
}
.menu .header-homeof img {
	width: 120px;
	min-width: 130px;
	height: 120px;
	margin: 15px auto 0 auto;
}

/* Menu Sections */

.menu .header {
}
.menu .section,
.menu .section-clear {
	position: relative;
	margin: 0 auto;
	z-index: 1;
	clear: both;
}
.menu .section-header {
	margin: 0 auto 20px auto;
	padding: 0 0 20px 0;
}
.menu .subtitle,
.menu .subtitle:before,
.menu .subtitle:after {
	background: transparent url('../images/img_menu_divider.png') center 25px no-repeat;
	width: 100%;
}
.menu .subtitle {
	display: block;
	position: relative;
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
	width: calc(100% - 90px);
	max-width: 954px;
	font-family: 'Cherry Cream Soda', serif;
	font-size: 24px;
	text-align: center;
	margin: 0 auto 15px auto;
	padding: 0 0 30px 0;
	clear: both;
}
.menu .subtitle:before,
.menu .subtitle:after {
	content: "";
	display: block;
	position: absolute;
	top: 25px;
	left: -30px;
	background-position: left top;
	width: 30px;
	height: 34px;
}
.menu .subtitle:after {
	left: auto;
	right: -30px;
	background-position: right top;
}
.menu .section .description {
	text-align: center;
	margin: 10px auto 20px auto;
	padding: 0 40px 0 40px;
}
.menu .col {
	display: inline-block;
	box-sizing: border-box;
	float: left;
	vertical-align: top;
}
.menu .col-2 {
	width: 50%;
	clear: left;
}
.menu .col-2:nth-of-type(even) {
	clear: right;
}
.menu .col-3 {
	width: 33%;
	text-align: center;
}
.menu .row {
	display: block;
	float: left;
	width: 100%;
	clear: both;
	box-sizing: border-box;
}
.spicy {
	display: inline-block;
	float: left;
	background: transparent url('../images/img_icon_spicy.png') left top no-repeat;
	width: 18px;
	height: 18px;
	font-size: 0;
	line-height: 0;
	margin: 0 6px 0 0;
}

/* Menu Items */

.menu-item {
	line-height: 1.3;
	padding: 0 20px 10px 20px;
}
.menu-item.border {
	background-color: #fcfce6;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 3px;
	border: 1px solid #241414;
}
.menu-item .title {
	display: inline-block;
	float: left;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}
.menu-item .price {
	display: inline-block;
	float: right;
	font-size: 18px;
	margin: 0 0 2px 0;
}
.menu-item .size {
	display: inline-block;
	float: right;
	font-size: 14px;
	margin: 3px 6px 0 0;
}
.menu-item .detail {
	display: block;
	font-size: 16px;
	padding: 0 4px 0 8px;
	clear: both;
}
.menu-item.row .detail {
	display: inline-block;
	float: right;
	padding: 1px 12px 0 10px;
	clear: none;
}
.menu-item .disclaimer {
	font-size: 14px;
}
.menu-item .promo {
	font-size: 24px;
}
.menu-item.col .spicy {
	float: right;
}
.menu-item .celebrity {
	color: #990000;
}

/* Menu Featured Items */

.featured-item {
	display: inline-block;
	position: relative;
	min-width: 205px;
	max-width: 40%;
	min-height: 96px;
	margin: 0 10px 0 10px;
}
.featured-item .content {
	position: relative;
	background: transparent url('../images/bg_menu_paper.png') left top no-repeat;
	height: 100%;
	margin: 0 16px 24px 13px;
	box-sizing: border-box;
}
.featured-item:nth-of-type(even) .content {
	background-position: right top;
}
.featured-item .content h4,
.featured-item .content h5,
.featured-item .content p {
	text-align: center;
	line-height: 1.5;
}
.featured-item .content h4 {
	display: block;
	float: left;
	width: 100%;
	font-family: 'Rancho', Times, serif;
	font-size: 28px;
	color: #b62400;
	margin: 18px 0 4px 0;
	padding: 0 13px;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.7);
	box-sizing: border-box;
}
.featured-item:nth-of-type(even) .content h4 {
	margin-top: 22px;
}
.featured-item .content h5 {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 13px 2px 13px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.featured-item .content p {
	font-size: 14px;
	font-weight: 600;
	margin: 0 18px 20px 18px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.featured-item .pocket {
	display: block;
	position: absolute;
	bottom: 0;
	left: 98px;
	background: transparent url('../images/bg_menu_pocket_middle.png') left bottom repeat-x;
	width: -moz-calc(100% - 204px);
	width: -webkit-calc(100% - 204px);
	width: calc(100% - 204px);
	height: 96px;
	opacity: 0.7;
}
.featured-item:before,
.featured-item:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent url('../images/bg_menu_pocket_left.png') left top no-repeat;
	width: 98px;
	height: 96px;
	z-index: 1;
	opacity: 0.7;
}
.featured-item:after {
	left: auto;
	right: 0;
	background-image: url('../images/bg_menu_pocket_right.png');
	width: 106px;
}


/* Menu Footer */

.section-footer {
	text-align: center;
}
.menu .footer-logo {
	display: inline-block;
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	text-align: center;
}
.menu .footer-logo img {
	width: 150px;
	height: auto;
}
.menu .footer-details {
	display: inline-block;
	float: left;
	text-align: left;
	margin: 0 20px 0 20px;
}
.menu .footer-details.right {
	float: right;
	font-size: 14px;
}
.menu .footer-details p {
	font-size: 14px;
	line-height: 1.3;
	text-align: left;
}
.menu .accept {
	display: block;
	width: 100%;
	text-align: center;
	margin: 20px auto 20px auto;
	padding: 20px 0 30px 0;
	clear: both;
}
.menu .accept p {
	font-weight: 600;
}
.menu .accept-item {
	display: inline-block;
	background: transparent none center center no-repeat;
	background-size: initial;
	width: auto;
	height: 92px;
	margin: 0 5px;
}
.menu .accept-item.assamiteexpress {
	background-image: url('../images/img_card_assamite.png');
	width: 62px;
}
.menu .accept-item.blood {
	background-image: url('../images/img_accept_blood.png');
	width: 82px;
}
.menu .accept-item.dismember {
	background-image: url('../images/img_card_dismember.png');
	width: 79px;
}
.menu .accept-item.manglecard {
	background-image: url('../images/img_card_manglecard.png');
	width: 80px;
}
.menu .accept-item.vise {
	background-image: url('../images/img_card_vise.png');
	width: 74px;
}

/* Menu Navigation */

.menu-nav {
	position: absolute;
	bottom: 20px;
	background: transparent none left top no-repeat;
	width: 216px;
	height: 210px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	z-index: 1;
}
.menu-nav a {
	display: block;
	width: 100%;
	height: 100%;
}
.menu-nav:after {
	content: "";
	display: block;
	position: absolute;
	top: 48px;
	left: 0px;
	background: transparent none left top no-repeat;
	height: 162px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	pointer-events: none;
}
.menu-nav.next {
	right: -60px;
	background-image: url('../images/img_menu_next.png');
}
.menu-nav.next:after {
	left: 84px;
	background-image: url('../images/img_menu_next_arrow.png');
	width: 132px;
}
.menu-nav.prev {
	left: -60px;
	background-image: url('../images/img_menu_prev.png');
}
.menu-nav.prev:after {
	left: 0;
	background-image: url('../images/img_menu_prev_arrow.png');
	width: 128px;
}
.menu-nav.next:hover:after {
	left: 90px;
}
.menu-nav.prev:hover:after {
	left: -6px;
}

/* Media Queries */

@media only screen and (max-width: 1240px) {
	.menu {
		margin-bottom: 80px;
	}
	.menu-nav.next {
		bottom: -70px;
		right: 0;
	}
	.menu-nav.prev {
		bottom: -20px;
		left: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.page-sarco-menu .content-container {
		margin-top: 120px;
	}
	.menu-mug {
		right: -280px;
	}
	.menu {
		width: 100%;
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px);
		margin-bottom: 140px;
	}
	.menu-nav.next {
		bottom: -120px;
		right: 40px;
	}
	.menu-nav.prev {
		bottom: -120px;
		left: 80px;
	}
}

@media only screen and (max-width: 768px) {
	.menu {
		width: 100%;
	}
	.menu-bg {
		background-image: none;
	}
	.menu .header-details {
		width: 50%;
	}
	.menu .header-logo {
		display: block;
		position: relative;
		left: auto;
		width: auto;
		transform: none;
		margin: 0 auto;
	}
	.menu .header-logo img {
		width: 100%;
	}
	.menu .header-homeof {
		width: 50%;
	}
	.menu .header-homeof img {
		min-width: 0;
		margin: 0 auto 0 auto;
	}
	.menu .subtitle {
		background-position: center 18px;
	}
	.menu .subtitle {
		font-size: 18px;
	}
	.menu .subtitle:before,
	.menu .subtitle:after {
		top: 18px;
	}
	.menu .row {
		margin-bottom: 20px;
	}
	.menu .menu-item,
	.menu .menu-item.col-2 {
		float: none;
		width: auto;
		padding: 0 10px 10px 12px;
	}
	.menu-item .title {
		display: block;
		float: none;
		margin: 0 0 4px 0;
	}
	.menu-item .price {
		float: none;
	}
	.menu-item .size {
		float: left;
		margin: 3px 6px 4px 0;
	}
	.menu-item .detail {
		padding: 0;
	}
	.menu-item.row .detail {
		display: block;
		float: none;
		padding: 0;
	}
	.menu-item .spicy {
		float: left;
		margin: 0 6px 0 0;
	}
	.featured-item {
		max-width: 90%;
	}
	.menu .footer-logo {
		display: block;
		position: relative;
		left: auto;
		width: auto;
		text-align: right;
		margin: 0 40px 0 0;
	}
}

@media only screen and (max-width: 480px) {
	.menu .header-logo img {
		width: 80%;
	}
	.menu .header-details p {
		font-size: 12px;
		margin: 5px auto 0 auto;
	}
	.menu .header-homeof img {
		width: 80px;
		height: 80px;
	}
	.menu .subtitle {
		width: -moz-calc(100% - 70px);
		width: -webkit-calc(100% - 70px);
		width: calc(100% - 70px);
		font-size: 16px;
	}
	.menu .footer-details,
	.menu .footer-logo,
	.menu .footer-details.right {
		display: block;
		float: none;
		text-align: left;
		margin: 0 20px;
	}
	.menu-nav.prev {
		left: 70px;
	}
}