*, *:after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, .vs-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.no-touch .vs-container {
}

.vs-header {
	z-index: 200;
	margin: 0 auto;
	text-align: center;
	-webkit-backface-visibility: hidden;
}

.vs-container > header h1 {
	margin: 0 0 2em 0;
	padding: 0 0 0.8em;
	-webkit-backface-visibility: hidden;
}

.vs-container > header span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	color: #893027;
}

.vs-nav {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.vs-triplelayout .vs-nav {
	width: 50%;
	min-height: 560px;
}

.vs-triplelayout .vs-nav.non-bowl {
	min-height: 160px;
}
.non-bowl-header {
    margin: 0 auto;
	width: 80%;
}
.vs-nav li {
	display: inline-block;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
}

.vs-triplelayout .vs-nav li {
	position: absolute;
	visibility: hidden;
	width: 100%;
}

.vs-nav li a {
	position: relative;
	display: inline-block;
	margin: 0 10px;
	padding: 10px 0;
	outline: none;
	color: #893027;
	text-decoration: none;
}

.vs-nav li a:hover,
.vs-nav li a:focus,
.vs-triplelayout .vs-nav .vs-nav-current a,
.vs-container.vs-move-left .vs-nav-right a,
.vs-container.vs-move-right .vs-nav-left a {

}

.vs-container.vs-move-left .vs-nav-current a,
.vs-container.vs-move-right .vs-nav-current a {
	color: #893027;
}

.vs-triplelayout .vs-nav .vs-nav-left,
.vs-triplelayout .vs-nav .vs-nav-right,
.vs-triplelayout .vs-nav .vs-nav-left-outer,
.vs-triplelayout .vs-nav .vs-nav-right-outer,
.vs-triplelayout .vs-nav .vs-nav-current {
	visibility: visible;
}

.vs-triplelayout .vs-nav .vs-nav-current {
	left: 0%;
	-webkit-transition: -webkit-position 0.5s;
	transition: position 0.5s;	
}

.vs-triplelayout .vs-nav .vs-nav-left {
	left: -100%;
	-webkit-transition: -webkit-position 0.5s;
	transition: position 0.5s;
}

.vs-triplelayout .vs-nav .vs-nav-right {
	left: 100%;
	-webkit-transition: -webkit-position 0.5s;
	transition: position 0.5s;	
}

.vs-triplelayout .vs-nav .vs-nav-right-outer {
	left: 200%;
}

.vs-triplelayout .vs-nav .vs-nav-left-outer {
	left: -200%;
}

.vs-triplelayout .vs-nav .vs-nav-current .menu-item-image img {
	height: 100%;
	width: 100%;
    -webkit-transition: width .5s cubic-bezier(0.55, 0.09, 0.68, 0.53);	
    -moz-transition: width .5s cubic-bezier(0.55, 0.09, 0.68, 0.53);	
    -o-transition: width .5s cubic-bezier(0.55, 0.09, 0.68, 0.53);	
    transition: width .5s cubic-bezier(0.55, 0.09, 0.68, 0.53);	
}

.vs-triplelayout .vs-nav .vs-nav-left .menu-item-image img,
.vs-triplelayout .vs-nav .vs-nav-right .menu-item-image img {
	height: 80%;
	width: 80%;	
    -webkit-transition: width .5s cubic-bezier(0.55, 0.09, 0.68, 0.53);	
    -moz-transition: width .5s cubic-bezier(0.55, 0.09, 0.68, 0.53);	
    -o-transition: width .5s cubic-bezier(0.55, 0.09, 0.68, 0.53);	
    transition: width .5s cubic-bezier(0.55, 0.09, 0.68, 0.53);	
}

.vs-container.vs-move-left .vs-nav-left,
.vs-container.vs-move-left .vs-nav-left-outer,
.vs-container.vs-move-left .vs-nav-current,
.vs-container.vs-move-left .vs-nav-right,
.vs-container.vs-move-left .vs-nav-right-outer {
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.vs-container.vs-move-right .vs-nav-left,
.vs-container.vs-move-right .vs-nav-left-outer,
.vs-container.vs-move-right .vs-nav-current,
.vs-container.vs-move-right .vs-nav-right,
.vs-container.vs-move-right .vs-nav-right-outer {
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);	
}

.vs-container.vs-move-left .vs-nav-left,
.vs-container.vs-move-right .vs-nav-right {
	opacity: 0;
}

.vs-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 100%;
	width: 100%;
}

.vs-wrapper > section {
	z-index: 1;
	min-height: 100%;
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.vs-triplelayout .vs-wrapper > section {
	position: absolute;
	top: 0;
	left: 10%;
	visibility: hidden;
	padding: 0 0 100px;
	width: 80%;
	-webkit-backface-visibility: hidden;
}

.vs-triplelayout .vs-wrapper > section:not(.vs-current) {
	overflow: hidden;
	height: 100%;
	transition: 1s;
    opacity: 0;
}

.vs-triplelayout .vs-wrapper .vs-left,
.vs-triplelayout .vs-wrapper .vs-left-outer,
.vs-triplelayout .vs-wrapper .vs-current,
.vs-triplelayout .vs-wrapper .vs-right,
.vs-triplelayout .vs-wrapper .vs-right-outer {
	visibility: visible;
}

.vs-triplelayout .vs-wrapper .vs-left {
	left: -70%; /* 80 - 10 */
}

.vs-triplelayout .vs-wrapper .vs-left-outer {
	left: -150%; /* - 70 - 80 */
}

.vs-triplelayout .vs-wrapper .vs-current {
	position: relative;
	z-index: 100;
}

.vs-triplelayout .vs-wrapper .vs-right {
	left: 90%; /* 80 + 10 */
}

.vs-triplelayout .vs-wrapper .vs-right .vs-content {
	visibility: visible;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;	
}

.vs-triplelayout .vs-wrapper .vs-right .vs-content,
.vs-triplelayout .vs-wrapper .vs-left .vs-content {
	opacity: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;		
}

.vs-triplelayout .vs-wrapper .vs-right-outer {
	left: 170%; /* 90 + 80 */
}

.vs-container.vs-move-left .vs-left,
.vs-container.vs-move-left .vs-current,
.vs-container.vs-move-left .vs-right,
.vs-container.vs-move-left .vs-right-outer {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.vs-container.vs-move-right .vs-left,
.vs-container.vs-move-right .vs-left-outer,
.vs-container.vs-move-right .vs-current,
.vs-container.vs-move-right .vs-right {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.vs-nav.non-bowl li .non-bowl-header {
}
.vs-nav.non-bowl .vs-nav-current .non-bowl-header {
}


.vs-sidenav div {
	position: fixed;
	top: 0;
	z-index: 500;
	width: 10%;
	height: 100%;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.vs-sidenav div:hover {
}

.vs-sidenav .vs-sidenav-left {
	left: 0px;
}

.vs-sidenav .vs-sidenav-right {
	right: 0px;
}

/* inner content */
.vs-content {
	position: relative;
	margin: auto;
	opacity: 1;
	padding: 1em 0;
	-webkit-transition: opacity .5s;	
    transition: opacity .5s;	
	width: 95%;
}

.vs-content h2 {

}

.vs-content p {

}

.vs-content .col {
	margin: 0 auto;
	color: #893027;
	text-align: justify;
	line-height: 1.4;
}


/* Media queries */
    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }


    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

	@media only screen and (max-width : 768px) {

		.single-menu .menu-item-background {
			background-size: 100% 172px;
		}

		.vs-header,
		.vs-wrapper {
		}

		.vs-content {
			width: 100%;
		}

		.nutritional-facts-list {
			padding-left: 0;
		}

		.vs-content h2 {
		}

		.vs-nav li a {
		}

		.vs-content .col {

		}
		.vs-triplelayout .vs-nav {
			min-height: 390px;
		}
	}

	@media only screen and (max-width : 480px) {
		.vs-triplelayout .vs-nav {
			min-height: 210px;
			width: 50%;
		}
	}

	@media only screen and (max-width : 375px) {

		.single-menu .menu-item-background {
			background-size: 100% 116px;
		}

		.single-menu .entry-title {
			font-size: 1.75em;	
			margin: 0 0 1em 0;
		}

		.single-menu .menu-item-subheader h2 {
			font-size: .9em;
		}

		.single-menu .entry-content {
			font-size: .75em;
			margin: 0;
			padding: 1.5em 0 0;	
		}

		.single-menu .tab-content {
			padding: 2em 0;
		}

		.vs-content h2 {
			margin: 0 0 .5em;
		}

		.vs-wrapper {
		}

		.vs-triplelayout .vs-nav {
			min-height: 220px;
			width: 64%;
		}

		.vs-nav li a {
			margin: 0;
			padding: 0;
		}

		.menu-item-image {
			padding-top: 0;
		}

		.vs-triplelayout .vs-nav .vs-nav-left {
		}

		.vs-triplelayout .vs-nav .vs-nav-right {
		}

		.vs-triplelayout .vs-nav li a {
			width: auto;
		}

		.vs-wrapper > section {
			background-position: 0 28em;
			background-size: 100%;
		}

		.vs-content .col {
			-webkit-column-width: auto;
			-moz-column-width: auto;
			column-width: auto;
			-webkit-column-count: auto;
			-moz-column-count: auto;
			column-count: auto;
		}

		.vs-nav li a {
			width: 200px;
		}

	}

