

@import "catering.css";
html {
	height: 100%
}

* {
	margin: 0;
	padding: 0
}

body {
	font-family: 'Neuzeit Grotesk';
	font-weight: 400;
	min-height: 100%;
	font-size: 14px;
	color: #555
}

img,
fieldset {
	border: none;
	vertical-align: top
}

:focus {
	outline: 0
}

i a {
	outline: 0
}

a img {
	border: 0;
	text-decoration: none
}

a {
	transition: all .5s ease-in-out
}

a:hover {
	transition: all .25s ease-in-out
}

a:link,
a:visited {
	text-decoration: none
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 600;
	margin: 0
}

.sticky-footer span,
.sticky-footer a .padd0 {
	padding: 0
}

h1 {
	font-size: 40px;
	margin-top: 40px;
	margin-bottom: 40px
}

h2 {
	font-size: 36px;
	margin-top: 36px;
	margin-bottom: 36px
}

h3 {
	font-size: 26px;
	margin-top: 26px;
	margin-bottom: 26px
}

h4 {
	font-size: 21px;
	margin-top: 21px;
	margin-bottom: 21px
}

h5 {
	font-size: 18px;
	margin-top: 18px;
	margin-bottom: 18px
}

h6 {
	font-size: 16px;
	margin-top: 16px;
	margin-bottom: 16px
}

.dark {
	color: #fff
}

.light {
	color: #838386
}

.bg-color {
	transition: all .5s
}

.bg-color.gray-very-light {
	background-color: #eee;
	transition: all .5s
}

.bg-color.gray-menu-light {
	background-color: #bfc5c9;
	transition: all .5s
}

.bg-color.gray-dark {
	background-color: #838386;
	transition: all .5s
}

.bg-color.pink {
	background-color: #f0b5a4;
	transition: all .5s
}

.color.pink {
	color: #f0b5a4
}

.color.white {
	color: #fff
}

.catering-flex {
	display: flex;
	flex-direction: row;
	align-items: stretch
}

.catering-flex .catering-menu-list {
	flex-grow: 1;
	padding: 0 15px 15px 15px!important
}

.catering-flex .catering-menu-list:nth-of-type(2n) {
	background-color: #eee
}

.catering-flex .catering-menu-list hr {
	margin-left: 15%;
	margin-right: 15%
}

.catering-flex .catering-menu-list .menu-main {
	overflow: auto
}

.catering-flex .catering-menu-list.addons {
	background-color: #bfc5c9;
	padding-bottom: 45px!important
}

.catering-flex .catering-menu-list.addons .menu-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	overflow: auto
}

.catering-flex .catering-menu-list.addons .menu-list .catering-menu-item {
	flex: 1 1 auto;
	margin-left: 15px;
	margin-right: 15px;
	min-width: max-content
}

.catering-menu-list .catering-menu-title h1 {
	font-size: 32px;
	margin-top: 30px;
	margin-bottom: 15px
}

.catering-menu-list .catering-menu-info p {
	margin-bottom: 0
}

.catering-menu-list .menu-main {
	height: auto;
	width: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	overflow: hidden;
	transition: all .5s ease-in-out
}

.catering-menu-list .menu-main .product-list .menu-list {
	width: auto
}

.catering-menu-list .menu-main .product-list .menu-list li {
	min-height: unset
}

.catering-menu-list .menu-main .product-list .menu-list .catering-menu-item {
	height: 25px;
	width: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	overflow: hidden;
	transition: all .5s ease-in-out
}

.catering-menu-list .menu-main .product-list .menu-list .catering-menu-item .menu-item-title {
	font-weight: 400;
	font-size: 1rem
}

.catering-menu-list .menu-main .product-list .menu-list .catering-menu-item img {
	visibility: hidden;
	border-radius: 50%;
	transition: all .5s ease-in-out;
	opacity: .8
}

.catering-menu-list .menu-main .product-list .menu-list .catering-menu-item:hover {
	cursor: pointer
}

.catering-menu-list .menu-main .product-list .menu-list .catering-menu-item:hover img {
	visibility: hidden;
	max-height: 100%;
	opacity: 1;
	transition: all .1s ease-in-out
}

.divider_pattern {
	clear: both;
	margin: 0;
	padding: 0;
	height: 116px;
	overflow: hidden
}

.section_half {
	min-height: 50vh;
	max-height: 50vh;
	overflow: hidden
}

.section_full {
	min-height: 100vh;
	max-height: 100vh;
	overflow: hidden
}

.section_background {
	position: relative;
	min-height: 50vh;
	overflow: hidden
}

.section_background.fixed {
	background-attachment: fixed!important
}

.section_background.gray-dark {
	background-color: #838386
}

.section_background.gray-light {
	background-color: #a49a9c
}

.section_background.pink {
	background-color: #f0b5a4
}

.section_title.gray-dark {
	background-color: #838386
}

.section_title.pink {
	background-color: #f0b5a4
}

.section_title .container-fluid {
	min-height: 116px
}

.section_title .container {
	min-height: inherit
}

.section_title .title-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.section_title .title-item.pink {
	background-color: #f0b5a4
}

.section_title .title-item h3 {
	margin: 0;
	font-weight: 400
}

.section_title .title-item h1 {
	margin: 0;
	font-size: 2.5rem
}

section.fixed {
	background-attachment: fixed!important
}

section.gray-dark {
	background-color: #838386
}

section.gray-light {
	background-color: #a49a9c
}

section.pink {
	background-color: #f0b5a4
}

.bg-fill {
	min-height: inherit;
	height: inherit
}

#bg-logo {
	background: url(../images/background/background-logo.jpg) no-repeat 0 0;
	background-color: #fff;
	background-position: 50% 50%;
	background-size: cover
}

#background1 {
	background: url(../images/background-logo3.png) no-repeat 0 0;
	background-color: #fff;
	background-position: 50% 50%;
	background-size: cover
}

#background2 {
	background: url(../images/background-cateering.jpg) no-repeat 0 0;
	background-color: #fff;
	background-position: 50% 50%;
	background-size: cover
}

#base-background {
	background: url(../images/background/background-base2.jpg) no-repeat 0 0;
	background-position: center center;
	background-size: cover
}

#protein-background {
	background: url(../images/background/background-slider-bases-2000x1000.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

.protein-background {
	background: url(../images/background/background-slider-bases-2000x1000.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#dressing-background {
	background: url(../images/background/background-dressing.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#spreads-background {
	background: url(../images/background/background-spreads.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#bg-catering-01 {
	background: url(../images/background/bg-catering-01.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#bg-catering-02 {
	background: url(../images/background/bg-catering-02.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#bg-catering-03 {
	background: url(../images/background/bg-catering-03.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#bg-catering-04 {
	background: url(../images/background/bg-catering-04.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#bg-catering-05 {
	background: url(../images/background/bg-catering-05.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#bg-catering-06 {
	background: url(../images/background/bg-catering-06.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#bg-catering-07 {
	background: url(../images/background/bg-catering-07.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#bg-catering-08 {
	background: url(../images/background/bg-catering-08.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#bg-jars-01 {
	background: url(../images/background/bg-jars-01.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#bg-bottles {
	background: url(../images/background/bg-bottles.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#bg-sweets-01 {
	background: url(../images/background/bg-sweets-01.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#bg-sweets-02 {
	background: url(../images/background/bg-sweets-02.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#bg-sweet-01 {
	background: url(../images/background/bg-sweet-01.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#bg-sweet-02 {
	background: url(../images/background/bg-sweet-02.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#bg-sweet-03 {
	background: url(../images/background/bg-sweet-03.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#bg-sweet-04 {
	background: url(../images/background/bg-sweet-04.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#bg-sweet-05 {
	background: url(../images/background/bg-sweet-05.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#bg-veggie-01 {
	background: url(../images/background/bg-veggie-01.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#bg-protein-01 {
	background: url(../images/background/bg-protein-01.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#bg-protein-02 {
	background: url(../images/background/bg-protein-02.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#bg-toppings-01 {
	background: url(../images/background/bg-toppings-01.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#bg-base-01 {
	background: url(../images/background/bg-base-01.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#bg-spreads-01 {
	background: url(../images/background/bg-spreads-01.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#bg-sides-01 {
	background: url(../images/background/bg-sides-01.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#bg-sides-02 {
	background: url(../images/background/bg-sides-02.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#bg-sides-03 {
	background: url(../images/background/bg-sides-03.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

#bg-sides-04 {
	background: url(../images/background/bg-sides-04.jpg) no-repeat 0 0;
	background-position: 50% 50%;
	background-size: cover
}

.blank-pattern {
	height: 116px;
	background: url(../images/pattern5.png) repeat 0 0;
	width: 100%;
	display: inline-block
}

.pattern-hollow {
	height: 116px;
	background: url(../images/pattern5.png) repeat 0 0;
	background-color: #fff;
	width: 100%;
	display: inline-block
}

.pattern-hollow.gray-dark {
	background-color: #838386
}

.pattern-hollow.gray-light {
	background-color: #a49a9c
}

.pattern-hollow.pink {
	background-color: #f0b5a4
}

.pattern-hollow.absolute {
	position: absolute
}

.pattern-full {
	height: 116px;
	background: url(../images/pattern3.png) repeat 0 0;
	width: 100%;
	display: inline-block
}

.bg-overlay {
	min-height: inherit;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	position: absolute;
	top: 0;
	width: 100%;
	overflow: hidden
}

.parallax-parent {
	display: block;
	height: 60vh;
	min-height: 60vh;
	max-height: 60vh;
	overflow: hidden
}

.parallax-parent>* {
	display: block;
	height: 80vh;
	width: auto;
	position: relative;
	top: -10vh
}

@media only screen and (max-width:1024px) {
	.parallax-parent>* {
		top: 0;
		height: 100%
	}
}

.text-wrapper {
	display: flex;
	flex-direction: column;
	max-width: 80%;
	margin-top: -10%;
	color: #fff
}

@media only screen and (max-width:768px) {
	.text-wrapper {
		max-width: 100%
	}
}

.huge-text {
	font-size: 5vw;
	line-height: 80%;
	font-weight: 600;
	text-shadow: .2rem .2rem 1rem rgba(0, 0, 0, .5)
}

@media only screen and (max-width:768px) {
	.huge-text {
		font-size: 10vw
	}
}

.huge-text.pink {
	color: #f0b5a4
}

.mega-text {
	font-size: 10vw;
	line-height: 80%;
	text-shadow: .2rem .2rem 1rem rgba(0, 0, 0, .5);
	word-wrap: break-word;
	width: content-fit
}

@media only screen and (max-width:768px) {
	.mega-text {
		font-size: 20vw
	}
}

#submenu {
	z-index: 100;
	width: 100%;
	background-color: #838386;
	height: 10vh
}
@media only screen and (max-width:1024px) {
	#submenu {
		height: 20vh
	}
}

@media only screen and (max-width:575px) {
	#submenu {
		height: 10vh
	}
	#submenu.allergy {
		height: 35vh
	}
}

#submenu.fixed {
	position: fixed!important;
	top: 0
}

#submenu .menu-submenu-wrapper {
	z-index: 100;
	width: 100%;
	/* height: 50px; */
	/* display: flex; */
	display: block;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	/* background-color: #838386; */
	transition: all .25s
}
#submenu .menu-submenu-wrapper .menu-submenu{
	background-color: #838386;
	padding: 12px 0;
}
#submenu .menu-submenu-wrapper #allergyLegend{
	background-color: #fff;
	/* align-items: center; */
	/* justify-content: center; */
	/* text-align: center; */
	padding: 2px 0;
	font-size: 1rem;
}
#allergyLegend label{
	font-family: "futura-pt";
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}

#submenu .menu-submenu-wrapper.fixed {
	position: fixed;
	/* height: 50px; */
	top: 0;
	transition: all .5s
}


#submenu .menu-submenu-wrapper.nav-down {
	top: 60px;
	transition: all .5s
}

@media only screen and (max-width:1024px) {
	#submenu .menu-submenu-wrapper.nav-down {
		top: 60px
	}
}

@media only screen and (max-width:575px) {
	#submenu .menu-submenu-wrapper.nav-down {
		top: 60px
	}
}

#submenu .menu-submenu-wrapper.nav-up {
	transition: all .2s;
	top: 60px;
}

#submenu .menu-submenu-list {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center
}

#submenu .menu-submenu-list-item {
	display: inline-block;
	padding: 0 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	transition: all .5s;
	margin-left: .5rem;
	margin-right: .5rem
}

#submenu .menu-submenu-list-item.active {
	background-color: #f0b5a4
}

@media only screen and (max-width:575px) {
	#submenu .menu-submenu-list-item.active {
		padding: 5px
	}
}

#submenu .menu-submenu-list-item.active:hover {
	background-color: #fff;
	transition: all .25s;
	color: #f0b5a4
}

#submenu .menu-submenu-list-item:hover {
	transition: all .25s;
	color: #f0b5a4
}


#submenu a {
	font-size: 18px;
	font-weight: 600;
	color: #fff
}

@media only screen and (max-width:575px) {
	#submenu a {
		font-size: 16px;
		line-height: 16px
	}
}

#submenu::after {
	content: '';
	height: 200px
}

.anzo-circle {
	position: absolute;
	z-index: -1
}

.menu-main {
	min-width: 100%
}

.menu-main .product-list li:nth-child(2n+0) {
	flex-direction: row
}

.menu-main .product-list li:nth-child(2n+0) img {
	float: left
}

.menu-main .product-list li:nth-child(2n+0) p {
	text-align: left
}

@media only screen and (max-width:575px) {
	.menu-main .product-list li:nth-child(2n+0) {
		flex-direction: row
	}
	.menu-main .product-list li:nth-child(2n+0) img {
		position: absolute
	}
	.menu-main .product-list li:nth-child(2n+0) p {
		text-align: center
	}
	.menu-main .product-list li:first-child {
		margin-top: 20px
	}
	.menu-main .product-list li:last-child {
		margin-bottom: 20px
	}
}

.menu-main .menu-item {
	height: 160px;
	position: relative;
	float: left;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	width: inherit;
	overflow: hidden;
	transition: all .5s ease-in-out
}

.menu-main .menu-item .menu-item-title {
	font-weight: 600
}

.menu-main .menu-item .menu-item-subtitle {
	font-size: .8em;
	margin-right: .3rem
}

.menu-main .menu-item .menu-item-description {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 25%;
	vertical-align: middle;
	text-align: center;
	background-color: rgba(255, 255, 255, .8);
	visibility: hidden
}

.menu-main .menu-item p {
	position: relative;
	width: 100%;
	text-align: right;
	margin-top: 10px;
	font-size: 1em;
	font-weight: 400;
	transition: all .5s ease-in-out
}

.menu-main .menu-item img {
	object-fit: cover;
	max-height: 90%;
	width: auto;
	float: right;
	border-radius: 50%;
	visibility: visible;
	transition: all .5s ease-in-out;
	opacity: .8
}

.menu-main .menu-item:hover {
	cursor: pointer
}

.menu-main .menu-item:hover p {
	font-weight: 600;
	transition: all .1s ease-in-out
}

.menu-main .menu-item:hover img {
	visibility: visible;
	max-height: 100%;
	opacity: 1;
	transition: all .1s ease-in-out
}

@media only screen and (max-width:575px) {
	.menu-main .menu-item {
		overflow: visible;
		height: 80px
	}
	.menu-main .menu-item .menu-item-text {
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto
	}
	.menu-main .menu-item p {
		text-align: center;
		text-shadow: -1px 0 1px #fff, 1px 0 1px #fff, 0 -1px 1px #fff, 0 1px 1px #fff
	}
	.menu-main .menu-item img {
		position: absolute;
		min-height: 100px;
		min-width: 100px;
		opacity: 1
	}
}

.ct-wrapper:after {
	content: '';
	border-right: 1px solid #bfc5c9;
	position: absolute;
	top: 20%;
	right: 0;
	height: 60%
}

.ct-wrapper:last-child:after {
	content: '';
	border: 0
}

@media only screen and (max-width:768px) {
	.ct-wrapper:after {
		content: '';
		border: 0!important
	}
}

@media only screen and (max-width:992px) {
	.ct-wrapper:after {
		content: '';
		border: 0
	}
	.ct-wrapper:first-child:after {
		content: '';
		border-right: 1px solid #bfc5c9;
		position: absolute;
		top: 20%;
		right: 0;
		height: 60%
	}
}

.ct-block {
	height: 100%;
	padding: 15px 0;
	border-radius: 0;
	background-color: #838386;
	transition: all .5s
}

.ct-block h3 {
	transition: all .5s;
	color: #f0b5a4
}

.ct-block p {
	color: #fff
}

.ct-block .ct-flex {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center
}

.ct-block .ct-flex .ct-flex-item {
	display: inline-flex;
	padding-left: 15px;
	padding-right: 15px
}

.ct-block:hover {
	transition: all .25s
}

.ct-block:hover .icon {
	transition: all .25s
}

.ct-block:hover .icon img {
	transition: all .25s;
	vertical-align: middle;
	opacity: 1
}

.ct-block:hover .icon.white {
	transition: all .25s
}

.ct-block:hover.bg-color.gray-very-light {
	background-color: #f0b5a4;
	transition: all .5s
}

.ct-block:hover h3 {
	transition: all .25s
}

.icon-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center
}

.icon {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 160px;
	height: 160px;
	padding: 10px;
	transition: all .5s
}

.icon img {
	border-radius: 50%;
	transition: all .5s;
	opacity: 1
}

.icon.circle {
	border-radius: 50%
}

.icon.circle.pink {
	background-color: #f0b5a4
}

.icon.circle.white {
	background-color: #fff
}

.menu-number {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	height: 50px;
	width: 100%
}

.menu-number .menu-number-image-wrapper {
	background-color: #838386;
	position: absolute;
	margin-top: -25px;
	border-radius: 50% 50%;
	padding: 15px
}

.menu-number .menu-number-image-wrapper.pink {
	background-color: #f0b5a4
}

.menu-number .menu-number-image-wrapper.gray-dark {
	background-color: #838386
}

.menu-number .menu-number-image-wrapper.gray-light {
	background-color: #a49a9c
}

.content_wrapper {
	padding-top: 2em;
	padding-bottom: 2em
}

.content_title {
	text-align: center;
	padding: 1em 0 1em 0;
	color: #f0b5a4
}

.fancy_text {
	text-align: center;
	font-size: 1.2em;
	font-weight: 200
}

header {
	background-color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	z-index: 200;
	transition: top .2s ease-in-out
}

header.fixed {
	transform: translateY(49.9vh);
	top: -50vh;
	position: fixed;
	border-bottom: 1px solid #eee
}

header.nav-up {
	/* top: -100px */
}

header::after {
	content: '';
	position: absolute;
	z-index: -1;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
	width: 100%;
	height: 100px;
	bottom: 0
}

header .container {
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%
}

header .logo {
	margin: 0;
	margin-top: -4px
}

.logo img {
	vertical-align: middle
}

header ul {
	display: inline-block;
	vertical-align: middle
}

header ul li {
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 60px;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px
}

header ul li:last-child {
	margin-right: 0
}

header ul li a {
	color: #838386;
	line-height: 20px;
	display: inline-block;
	padding: 10px 15px;
	min-width: 112px;
	text-align: center;
	border-bottom: 3px solid;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-top: 3px solid;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-left: 0 solid;
	border-right: 3px solid;
	border-color: #fff
}

header ul li a:focus {
	outline: 0
}

header ul li a:hover {
	color: #c4c7c9;
	border-bottom: 1px solid;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-top: 1px solid;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-left: 0 solid;
	border-right: 1px solid;
	border-color: #f3ee54
}

header ul li.active a {
	border-bottom: 3px solid;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-top: 1px solid;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-left: 0 solid;
	border-right: 2px solid;
	border-color: #f0b5a4
}

header ul li:last-child a {
	display: none
}

header ul li:last-child a:hover {
	color: #f0b5a4;
	border-color: #f0b5a4;
	background-color: #fff
}

header nav strong {
	display: none
}

header nav {
	display: block;
	float: left
}

.nav-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px
}

header.fixed .orderbtn {
	display: inline-block;
	vertical-align: middle
}

header .orderbtn {
	display: none;
	margin: 0 0 0 5px
}

header .orderbtn a {
	margin: 0;
	font-size: 20px
}

header.fixed .logo {
	margin: 0
}

header .orderonline-content {
	position: absolute;
	right: 0
}

header .orderonline-content a {
	float: right;
	color: #fff;
	background: #f0b5a4;
	font-size: 1.1em;
	font-weight: 600;
	border: 2px solid #f0b5a4;
	padding: 0 20px;
	line-height: 30px;
	margin: 12px;
	height: 33px;
	vertical-align: middle;
	border-radius: 15px
}

header .orderonline-content a:hover {
	color: #f0b5a4;
	border-color: #f0b5a4;
	background-color: #fff
}

.menu-anchor-wrapper {
	position: fixed;
	display: flex;
	height: 100vh;
	z-index: 150;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: left
}

.menu-anchor-wrapper .menu-anchor-item {
	background-color: rgba(240, 181, 165, .9);
	line-height: 50px;
	height: 50px;
	margin: 5px 0 5px 0;
	padding-left: 15px;
	padding-right: 15px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-top: 2px solid rgba(240, 181, 165, .9);
	border-right: 2px solid rgba(240, 181, 165, .9);
	border-bottom: 2px solid rgba(240, 181, 165, .9);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
	font-weight: 600;
	color: #fff;
	transition: all .5s;
	vertical-align: middle
}

.menu-anchor-wrapper .menu-anchor-item.active {
	background-color: #fff;
	color: #f0b5a4;
	transition: all .25s;
	margin-right: -30px;
	padding-left: 30px
}

.menu-anchor-wrapper .menu-anchor-item a {
	color: #fff
}

.menu-anchor-wrapper .menu-anchor-item:hover {
	background-color: #fff;
	color: #f0b5a4;
	transition: all .25s
}

.container-fluid {
	min-height: inherit
}

.container-fluid .row {
	min-height: inherit
}

.container-fluid .col-md-4 {
	padding: 0;
	/*min-height:inherit*/
}

.btn-primary {
	background-color: #f0b5a4;
	border-color: #fff;
	border: 2px solid;
	border-radius: 25px;
	transition: .3s
}

.btn-primary:hover {
	border-color: #f0b5a4;
	background-color: #fff;
	color: #f0b5a4;
	padding: 2em 2em;
	border-radius: 50%
}

.btn-primary:active {
	border-color: #f0b5a4;
	background-color: #fff;
	color: #f0b5a4
}

.btn-primary:focus {
	border-color: #f0b5a4;
	background-color: #fff;
	color: #f0b5a4
}

.flexblock {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	min-height: inherit;
	padding: 10% 5%
}

.flexblock.red {
	background-color: rgba(255, 0, 0, .5)
}

.flexblock.green {
	background-color: rgba(0, 255, 0, .5)
}

.flexblock.blue {
	background-color: rgba(0, 0, 255, .5)
}

.flexblock.pink {
	background-color: #f0b5a4
}

.flexblock.pink .flexblock-title {
	color: #fff
}

.flexblock.pink .flexblock-text {
	color: #fff
}

.flexblock.dark {
	background-color: rgba(0, 0, 0, .5)
}

.flexblock.light {
	background-color: rgba(255, 255, 255, .9)
}

.flexblock.light .flexblock-title {
	color: #838386
}

.flexblock.light .card-text {
	color: #838386
}

.flexblock .flexblock-title {
	padding: 20px 0
}

.flexblock .flexblock-text {
	padding: 10px 0
}

.carousel-inner {
	min-height: 100vh;
	height: 100%
}

.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.carousel-fade .carousel-control {
	z-index: 2
}

.carousel-inner>.item {
	-webkit-transition: .2s ease-in-out left;
	-o-transition: .2s ease-in-out left;
	transition: .2s ease-in-out left
}

.carousel-inner .item {
	display: none;
	min-height: inherit!important
}

.carousel-inner .active {
	display: inline-block!important
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .2s ease-in-out;
		-o-transition: -o-transform .2s ease-in-out;
		transition: transform .2s ease-in-out
	}
}

.banner-overlay {
	min-height: inherit;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 5%;
	width: 90vw;
	height: 90vh;
	overflow: hidden
}

.banner-overlay .overlay-image {
	width: 60vw;
	height: auto
}

.banner-overlay .overlay-image img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.banner-overlay .overlay-content {
	background-color: rgba(255, 255, 255, .8);
	border-radius: 100% 50% 100% 50%;
	width: 40%
}

.banner-overlay .overlay-title {
	margin: 10% 0;
	color: #4c6b6e
}

.banner-overlay .overlay-text {
	margin: 10% 20%
}

@media only screen and (max-width:500px) {
	.banner-overlay .overlay-content {
		border-radius: 5px;
		width: 100%
	}
	.banner-overlay .overlay-title {
		margin: 5% 0
	}
	.banner-overlay .overlay-text {
		margin: 5% 5%
	}
}

@media only screen and (max-width:1024px) {
	.banner-overlay .overlay-content {
		width: 80%
	}
	.banner-overlay .overlay-title {
		margin: 5% 0
	}
	.banner-overlay .overlay-text {
		margin: 5% 20%
	}
}

#banner-cateering {
	background: url(../images/background-cateering.jpg) no-repeat 0 0;
	min-height: 94vh;
	background-size: cover;
	background-attachment: fixed
}

.bannner_section:before {
	position: fixed;
	content: ''
}

.banner_section .blank-pattern {
	height: 116px;
	background: url(../images/pattern5.png) repeat 0 0;
	background-color: #fff;
	width: 100%;
	display: inline-block
}

.banner_section {
	margin-top: 0;
	overflow: hidden
}

.banner_section.menu {
	height: 90vh
}

.banner_section.catering {
	min-height: 100vh
}

.carousel-control.right,
.carousel-control.left {
	background-image: none
}

.carousel-control:hover {
	color: #f0b5a4!important
}

.orderbtn a {
	display: inline-block;
	color: #f0b5a4;
	background: #fff;
	font-size: 24px;
	border: 2px solid #f0b5a4;
	padding: 0 20px;
	line-height: 1.7em;
	margin: 20px 0 25px;
	height: 33px;
	vertical-align: middle
}

.orderbtn a:hover {
	color: #838386
}

.sticky-footer .orderbtn a {
	margin: 10px 0;
	border: 2px solid #fff;
	background: #f0b5a4;
	color: #fff
}

.sticky-footer .orderbtn a:hover {
	color: #fff
}

.textcontent p {
	font-size: 18px;
	color: #4b6b6e;
	text-align: justify;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 20px
}

.textcontent p:empty {
	display: none
}

.textcontent p:only-child {
	margin-bottom: 0
}

.mission-content .textcontent p {
	font-size: 24px;
	color: #4b6b6e;
	line-height: 29px;
	font-weight: 700;
	margin-bottom: 30px
}

.mission-content .gridimages {
	text-align: center;
	margin-bottom: 25px
}

.mission-content .gridimages .col-md-4 {
	margin-bottom: 10px;
	padding: 0 5px
}

.mission-content .gridimages img {
	display: inline-block;
	cursor: pointer;
	width: 100%
}

footer {
	padding: 0
}

footer.space {
	padding: 50px 0 49px 0
}

footer h4 {
	font-size: 18px;
	color: #838386;
	line-height: 22px;
	font-weight: 700;
	margin: 0 0 3px
}

footer p {
	font-size: 16px;
	color: #f0b5a4;
	line-height: 20px;
	font-weight: 400;
	margin: 0 0 25px
}

footer .col-md-4:nth-child(2) {
	border-left: 2px solid #c0c0c3;
	border-right: 2px solid #c0c0c3
}

footer .social_links {
	margin: 0 0 30px
}

footer .social_links li {
	display: inline-block;
	margin: 0 8px
}

footer .social_links li a {
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 32px;
	background: url(../images/social-btns.png) no-repeat 0 0
}

footer .social_links li.instagram a {
	background-position: 0 0
}

footer .social_links li.tweet a {
	background-position: -50px 0
}

footer .social_links li.facebook a {
	background-position: -100px 0
}

footer .social_links li.instagram a:hover {
	background-position: 0 -32px
}

footer .social_links li.tweet a:hover {
	background-position: -50px -32px
}

footer .social_links li.facebook a:hover {
	background-position: -100px -32px
}

footer .contact li {
	margin: 0 0 28px
}

footer .contact li a {
	font-size: 16px;
	line-height: 34px;
	color: #4b6b6e;
	font-weight: 400;
	padding: 0 0 0 45px;
	display: inline-block
}

footer .contact li .email {
	background: url(../images/contact-icon.png) no-repeat left top
}

footer .contact li .phone {
	background: url(../images/contact-icon.png) no-repeat 0 -63px
}

footer .contact li .email:hover {
	background-position: 0 -95px;
	color: #f0b5a4
}

footer .contact li .phone:hover {
	background-position: 0 -158px;
	color: #f0b5a4
}

footer input[type=text] {
	width: 175px;
	font-size: 16px;
	color: #4b6b6e;
	border: none;
	border-bottom: 2px solid #a4aca3;
	text-align: center;
	display: inline-block;
	line-height: 30px
}

footer input[type=submit] {
	display: inline-block;
	margin: 30px 0 0;
	font-size: 16px;
	color: #4b6b6e;
	border: 2px solid #4b6b6e;
	background: #fff;
	line-height: normal;
	padding: 4px 20px 3px;
	border-radius: 20px;
	text-transform: uppercase
}

footer input[type=submit]:hover {
	color: #f0b5a4;
	border-color: #f0b5a4
}

footer input[type=email] {
	width: 175px;
	font-size: 16px;
	color: #4b6b6e;
	border: none;
	border-bottom: 2px solid #a4aca3;
	text-align: center;
	display: inline-block;
	line-height: 30px;
	border-radius: 0
}

footer input[type=email].error {
	border-bottom: 2px solid #f0b5a4
}

footer input[type=button] {
	display: inline-block;
	margin: 30px 0 0;
	font-size: 16px;
	color: #4b6b6e;
	border: 2px solid #4b6b6e;
	background: #fff;
	line-height: normal;
	padding: 4px 20px 3px;
	border-radius: 20px;
	text-transform: uppercase
}

footer input[type=button]:hover {
	color: #f0b5a4;
	border-color: #f0b5a4
}

footer button {
	display: table-cell;
	vertical-align: middle;
	margin: 30px 0 0;
	font-size: 16px;
	color: #4b6b6e;
	border: 2px solid #4b6b6e;
	background: #fff;
	line-height: 1.7em;
	padding: 0 20px;
	border-radius: 20px;
	text-transform: uppercase;
	height: 30px
}

footer button.btn-gift {
	margin: -9px 15px 0 15px;
	border: 2px solid #fff;
	border-radius: 20px;
	line-height: 16px;
	font-size: 16px;
	padding: 0 20px;
	color: #fff;
	border-radius: 15px
}

footer button.btn-gift:hover {
	background-color: #fff;
	color: #f0b5a4
}

@media only screen and (max-width:420px) {
	footer button.btn-gift {
		margin-top: 15px
	}
}

footer button:hover {
	color: #f0b5a4;
	border-color: #f0b5a4
}

.backtotop {
	font-size: 20px;
	color: #4b6b6e;
	position: fixed;
	right: 75px;
	bottom: 75px;
	text-align: center
}

.divider_sec {
	padding: 45px 0 150px;
	background: url(../images/pattern5.png) repeat-x bottom left
}

.divider_sec.career {
	padding: 45px 0 150px;
	background: url(../images/pattern5.png) repeat-x bottom left
}

.divider_sec h3 {
	margin: 0 0 30px
}

.divider_sec.values-list {
	background: url(../images/pattern4.png) repeat-x bottom left;
	position: relative
}

.divider_sec.values-list:after {
	position: absolute;
	width: 100%;
	min-height: 1044px;
	content: '';
	left: 0;
	top: -100px;
	background: url(../images/value-bg.png) no-repeat top center
}

.location_container {
	padding: 40px 0 150px;
	background: url(../images/pattern5.png) repeat-x bottom left
}

.location_container .title {
	text-align: center;
	color: #c4c7c9;
	display: inline-block;
	width: 100%;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700
}

.location_container h3~.row {
	padding: 65px 0;
	border-bottom: 1px solid #c4c7c9
}

.location_container h3~.row:last-child {
	border: 0
}
.store-address{
	cursor: pointer;
}

.location_container .address h3 {
	font-size: 26px;
	color: #4b6b6e;
	line-height: 30px;
	font-weight: 700;
	margin: 0 0 0
}

.location_container .address p {
	font-size: 24px;
	line-height: 28px;
	color: #4b6b6e;
	font-weight: 400;
	margin: 0 0 24px
}

.location_container .address span {
	font-size: 24px;
	display: block;
	margin: 0 0 30px;
	line-height: 28px;
	color: #838386
}

.location_container .address strong {
	font-size: 24px;
	line-height: 28px;
	color: #f0b5a4;
	display: inline-block
}

.values-list li {
	color: #4b6b6e;
	font-size: 23px;
	font-weight: 700;
	line-height: 29px;
	padding: 0 0 36px 27px;
	background: url(../images/bullet1.png) no-repeat left 8px
}

.values-list li:last-child {
	margin-bottom: 50px
}

.filter_sec {
	margin: 0 0 30px;
	display: inline-block;
	width: 100%
}

.job_openings {
	padding: 60px 0 0
}

.job_openings .job {
	padding: 50px 3%;
	clear: both;
	border-bottom: 1px solid #c5c7c9
}

.job_openings .job:last-child {
	border-bottom: 0
}

.job_openings .job h4 {
	display: inline-block;
	vertical-align: top;
	width: 38%;
	font-size: 24px;
	color: #4b6b6e;
	line-height: 27px;
	font-weight: 700
}

.job_openings .job h4 span {
	display: block;
	font-weight: 400;
	font-size: 21px;
	line-height: 27px
}

.job_openings .job .address {
	display: inline-block;
	vertical-align: top;
	width: 38%;
	font-size: 21px;
	color: #4c6c6f;
	line-height: 25px;
	font-weight: 400
}

.job_openings .job .apply {
	display: inline-block;
	color: #f0b4a3;
	font-size: 18px;
	font-weight: 700;
	border: 2px solid #f0b4a3;
	line-height: 1.7em;
	padding: 0 20px;
	border-radius: 0;
	vertical-align: middle;
	height: 33px;
	text-transform: uppercase
}

.job_openings .job .apply:hover {
	color: #4b6b6e;
	border: 2px solid #86989a
}

.job_openings .filter_sec select {
	font-size: 18px;
	color: #4b6b6e;
	font-weight: 700;
	line-height: 28px;
	border: 1px solid #c5c8ca;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../images/arrow.jpg) no-repeat 96% center;
	padding: 0 10px
}

.career-content h3 {
	color: #f0b5a4;
	font-size: 60px;
	font-weight: 700;
	line-height: 60px
}

.career-content p {
	font-size: 24px;
	color: #4b6b6e;
	margin: 0 0 15px;
	line-height: 29px;
	text-align: justify
}

.career-content p.normal {
	font-weight: 400
}

.career p.normal {
	font-weight: 400
}

.career h3 {
	color: #f0b5a4;
	font-size: 60px;
	font-weight: 700;
	line-height: 60px
}

.career p {
	font-size: 24px;
	color: #4b6b6e;
	margin: 0 0 15px;
	line-height: 29px;
	text-align: justify
}

h3.common_head {
	font-size: 40px;
	color: #4b6b6e;
	font-weight: 700;
	line-height: 48px;
	margin: 0 0 40px
}

.catergory_sec {
	padding: 60px 0 130px;
	background: url(../images/pattern3.png) repeat-x bottom left
}

@media only screen and (min-width:1199px) {
	.col-md-3 .rolloverox {
		height: 220px
	}
	.col-md-4 .rolloverox {
		height: 300px
	}
	.col-md-6 .rolloverox {
		height: 460px
	}
}

.rolloverox {
	position: relative;
	display: block;
	cursor: pointer;
	width: 100%
}

.rolloverox:hover:after {
	position: absolute;
	background: rgba(255, 255, 255, .8);
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
	left: 0
}

.catergory_sec .space {
	margin-bottom: 130px
}

.catergory_sec .hovercontent {
	color: #4b6b6e;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: calc(100%);
	display: none;
	z-index: 99;
	height: 100%
}

.catergory_sec .hovercontent .content_inner {
	height: 100%;
	display: table-cell;
	vertical-align: top;
	width: 100%
}

.catergory_sec .rolloverox:hover .hovercontent {
	display: table
}

.catergory_sec .hovercontent h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin: 10px 0 18px
}

.catergory_sec .hovercontent p {
	font-size: 16px;
	line-height: 19px;
	font-weight: 400
}

.catergory_sec .circular .col-md-4 {
	margin-bottom: 40px;
	float: none;
	width: 33%;
	display: inline-block
}

.catergory_sec .circular .col-md-6 {
	margin-bottom: 40px
}

.catergory_sec .circular .col-md-3 {
	margin-bottom: 40px
}

.catergory_sec .circular .col-md-12 {
	margin-bottom: 40px
}

.catergory_sec .rectangle .col-md-12 {
	margin-bottom: 40px
}

.rectangle+.col-md-10 .common_head {
	margin: 40px 0 40px
}

.secondary_menu {
	margin: 20px 0 178px;
	position: relative
}

.secondary_menu ul {
	text-align: center
}

.secondary_menu li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px
}

.secondary_menu li:nth-child(2) {
	margin-right: 20%
}

.secondary_menu li:nth-child(3) {
	margin-left: 20%
}

.secondary_menu li a {
	font-size: 21px;
	color: #838386;
	line-height: 24px
}

.secondary_menu li a:hover {
	color: #c4c7c9
}

.secondary_menu li.active a {
	color: #f0b5a4
}

.secondary_menu .mobile-bg {
	display: none
}

.menutagline {
	position: absolute;
	left: 50%;
	top: 0;
	width: 374px;
	display: table;
	margin-left: -210px;
	margin-top: -118px;
	text-align: center;
	color: #fff;
	background: url(../images/ellipes.png) no-repeat top center;
	background-size: 90%;
	padding: 85px 3% 85px;
	min-height: 344px
}

.menutagline h4 {
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
	margin: 0 0 7px
}

.menutagline p {
	font-size: 18px;
	line-height: 21px;
	font-weight: 400
}

.menutagline .tab-content {
	display: none;
	vertical-align: middle;
	height: 100%
}

.menutagline .tab-content.active {
	display: table-cell
}

.secondary_tabs .tab-content {
	display: none
}

.secondary_tabs .tab-content.active {
	display: block
}

.sweet_sides {
	background: url(../images/pattern5.png) repeat-x bottom left;
	padding: 0 0 165px
}

.darkgray_sec {
	overflow: hidden;
	background-size: cover!important;
	display: inline-block;
	width: 100%;
	color: #4b6b6e;
	text-align: center;
	margin: 0 0 130px;
	position: relative
}

.darkgray_sec.slides {
	min-height: 512px
}

.darkgray_sec img {
	border-radius: 0
}

.darkgray_sec li:hover:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	content: '';
	background: rgba(255, 255, 255, .8)
}

.darkgray_sec ul {
	display: block;
	cursor: pointer;
	width: 100%;
	top: 0;
	padding: 0;
	position: relative;
	z-index: 9
}

.darkgray_sec ul li:hover {
	opacity: 1
}

.darkgray_sec ul li {
	display: inline-block;
	opacity: 0;
	vertical-align: top;
	width: 49.77%;
	padding: 90px 4%;
	position: relative
}

.darkgray_sec h4 {
	font-size: 21px;
	font-weight: 700;
	line-height: 23px;
	margin: 0 0 17px
}

.darkgray_sec p {
	font-size: 16px;
	line-height: 19px;
	font-weight: 400
}

.darkgray_sec.signature ul li {
	width: 33.1%;
	margin: 0 0 0 -1px
}

.darkgray_sec.signature ul li:last-child {
	margin: 0
}

.build_container {
	background: url(../images/pattern5.png) repeat-x bottom left;
	padding: 0 0 130px
}

.build-title {
	color: #4b6b6e;
	margin: 0 0 50px
}

.build-title h1,
.build-title img {
	display: inline-block;
	vertical-align: top;
	font-weight: 700
}

.build-title h1 {
	font-size: 40px;
	line-height: 40px;
	padding: 22px 0 0
}

.build-title img {
	margin-right: 10px
}

.build-title span {
	font-size: 24px;
	line-height: 26px;
	display: block;
	font-weight: 400
}

.build-item {
	margin: 0 0 60px
}

.build-item ul {
	text-align: center
}

.build-item ul li {
	display: inline-block;
	margin: 0 3% 50px;
	position: relative;
	cursor: pointer
}

.build-item ul li img {
	border-radius: 50%
}

.build-item.threecol ul li {
	margin: 0 5% 50px;
	width: 23%
}

.build-item.threecol ul li .rolloverox {
	display: block;
	width: 100%;
	height: 269px
}

.build-item.twocol ul li {
	margin: 0 1% 50px;
	width: 47%
}

.build-item.twocol ul li .rolloverox {
	display: block;
	width: 100%;
	height: 462px
}

.build-item.fourcol ul li {
	margin: 0 3% 50px;
	width: 18%
}

.build-item.fourcol ul li .rolloverox {
	display: block;
	width: 100%;
	height: 205px
}

.build-item ul li:hover:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	border-radius: 50%;
	background: rgba(255, 255, 255, .8)
}

.build-item ul li .hovercontent {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	display: none
}

.build-item ul li:hover .hovercontent {
	display: block
}

.build-item ul li .hovercontent h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin: 10px 0 18px
}

.build-item ul li .hovercontent p {
	font-size: 16px;
	line-height: 19px;
	font-weight: 400
}

.toping {
	margin: 0 0 110px
}

#signup-modal .modal-content {
	background: 0 0;
	border: 0;
	box-shadow: none
}

#signup-modal .modal-content .modal-body {
	background: url(../images/mailer-bg.png) no-repeat top center;
	background-size: contain;
	min-height: 560px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center
}

#signup-modal h1 {
	color: #838386;
	font-size: 48px;
	line-height: 52px;
	margin: 30px 0 0;
	font-weight: 700
}

#signup-modal h2 {
	color: #f0b5a4;
	font-size: 36px;
	line-height: 44px;
	margin: 0;
	font-weight: 700
}

#signup-modal p {
	color: #f0b5a4;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 0 60px
}

#signup-modal form {
	display: inline-block;
	width: 100%;
	max-width: 280px;
	border-radius: 0;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none
}

#signup-modal form input {
	width: 100%
}

#signup-modal input[type=text] {
	font-size: 27px;
	color: #4b6b6e;
	border: none;
	border-bottom: 2px solid #a4aca3;
	text-align: center;
	display: inline-block;
	line-height: 50px;
	background: 0 0
}

#signup-modal input[type=submit] {
	display: inline-block;
	margin: 35px 0 0;
	font-size: 26px;
	color: #f0b5a4;
	border: 2px solid #f0b5a4;
	background: #fff;
	line-height: normal;
	padding: 5px 35px 3px;
	border-radius: 30px;
	text-transform: uppercase
}

#signup-modal input[type=submit]:hover {
	color: #4b6b6e;
	border-color: #4b6b6e
}

#signup-modal input[type=email] {
	font-size: 27px;
	border-radius: 0;
	color: #4b6b6e;
	border: none;
	border-bottom: 2px solid #a4aca3;
	text-align: center;
	display: inline-block;
	line-height: 50px;
	background: 0 0
}

#signup-modal input[type=email].error {
	border-bottom: 2px solid #f0b5a4
}

#signup-modal input[type=button] {
	display: inline-block;
	margin: 35px 0 0;
	font-size: 26px;
	color: #f0b5a4;
	border: 2px solid #f0b5a4;
	background: #fff;
	line-height: normal;
	padding: 5px 35px 3px;
	border-radius: 30px;
	text-transform: uppercase
}

#signup-modal input[type=button]:hover {
	color: #4b6b6e;
	border-color: #4b6b6e
}

#signup-modal button {
	display: table-cell;
	height: 43px;
	margin: 35px 0 0;
	font-size: 26px;
	color: #f0b5a4;
	border: 2px solid #f0b5a4;
	background: #fff;
	line-height: 43px;
	padding: 0 35px;
	border-radius: 30px;
	text-transform: uppercase;
	vertical-align: middle
}

#signup-modal button:hover {
	color: #4b6b6e;
	border-color: #4b6b6e
}

#signup-modal .close-btn {
	background: 0 0;
	border: 0;
	margin: 15px 0 0;
	padding: 0;
	font-size: 40px;
	color: #c4c7ca
}

#signup-modal .close-btn:active,
#signup-modal .close-btn:focus {
	outline: 0
}

.sticky-footer {
	background: #f0b5a4;
	padding: 2px 0;
	position: relative
}

.sticky-footer:after {
	width: 90px;
	background: url(../images/footerbg1.png) no-repeat 0 0;
	height: 31px;
	content: '';
	position: absolute;
	left: 0;
	top: 15px
}

.sticky-footer:before {
	width: 90px;
	background: url(../images/footerbg1.png) no-repeat 0 0;
	height: 31px;
	content: '';
	position: absolute;
	right: 0;
	top: 15px
}

.sticky-footer.fixed {
	position: fixed;
	bottom: -1px;
	left: 0;
	width: 100%;
	z-index: 999
}

.sticky-footer span,
.sticky-footer a {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	float: right
}

.sticky-footer .calci {
	padding: 0 40px 0 0;
	background: url(../images/plus.png) no-repeat right top;
	line-height: 29px;
	margin: 13px 0 0
}

.sticky-footer .calci:hover {
	background-position: right -29px
}

.sticky-footer .app {
	padding: 0 70px 0 0;
	background: url(../images/app-bg.png) no-repeat right top;
	line-height: 56px
}

.sticky-footer .app:hover {
	background-position: right -56px
}

.sticky-footer .emailsec {
	margin: 15px 0 0;
	display: none
}

.sticky-footer .emailsec #nutr-msg {
	display: none
}

.sticky-footer .emailsec input[type=text] {
	border: none;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	line-height: 29px;
	background: 0 0;
	color: #fff
}

.sticky-footer .emailsec input[type=text]::-webkit-input-placeholder {
	color: #fff!important
}

.sticky-footer .emailsec input[type=text]::-moz-placeholder {
	color: #fff!important
}

.sticky-footer .emailsec input[type=text]:-ms-input-placeholder {
	color: #fff!important
}

.sticky-footer .emailsec input[type=text]:-moz-placeholder {
	color: #fff!important
}

.sticky-footer .emailsec input[type=email] {
	border: none;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	line-height: 29px;
	background: 0 0;
	color: #fff
}

.sticky-footer .emailsec input[type=email]::-webkit-input-placeholder {
	color: #fff!important
}

.sticky-footer .emailsec input[type=email]::-moz-placeholder {
	color: #fff!important
}

.sticky-footer .emailsec input[type=email]:-ms-input-placeholder {
	color: #fff!important
}

.sticky-footer .emailsec input[type=email]:-moz-placeholder {
	color: #fff!important
}

.sticky-footer .emailsec p {
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	margin: 20px 0 0
}

.sticky-footer .emailsec p span {
	font-weight: 400
}

.sticky-footer .emailsec input[type=submit] {
	margin-left: 10px;
	display: inline-block;
	width: 28px;
	height: 29px;
	border: none;
	background: url(../images/submit-bg.png) no-repeat 0 0;
	font-size: 0
}

.sticky-footer .emailsec button {
	margin-left: 10px;
	display: inline-block;
	width: 28px;
	height: 29px;
	border: none;
	background: url(../images/submit-bg.png) no-repeat 0 0;
	font-size: 0
}

.sticky-footer .social {
	margin: 13px 0 0
}

.sticky-footer .social li {
	display: inline-block;
	margin: 0 8px
}

.sticky-footer .social li a {
	display: inline-block;
	width: 29px;
	height: 29px;
	background: url(../images/social-btns2.png) no-repeat 0 0
}

.sticky-footer .social li.insta a {
	background-position: 0 0
}

.sticky-footer .social li.tweet a {
	background-position: -49px 0
}

.sticky-footer .social li.facebook a {
	background-position: -101px 0
}

.sticky-footer .social li.email a {
	background-position: -151px 0
}

.sticky-footer .social li.insta a:hover {
	background-position: 0 -29px
}

.sticky-footer .social li.tweet a:hover {
	background-position: -49px -29px
}

.sticky-footer .social li.facebook a:hover {
	background-position: -101px -29px
}

.sticky-footer .social li.email a:hover {
	background-position: -150px -29px
}

.nofooter {
	background: none!important;
	padding-bottom: 0!important
}

p strong {
	font-size: 24px;
	color: #4b6b6e;
	line-height: 29px;
	font-weight: 700;
	margin-bottom: 30px
}

.pad20 {
	padding: 20px
}

.circular img {
	margin: 0;
	display: inline-block;
	border-radius: 50%
}

.rectangle img {
	margin: 0;
	display: inline-block;
	width: 100%
}

.rectangle .rolloverox {
	display: block;
	height: auto
}

.rectangle .nopad {
	padding: 0
}

.rectangle .col-md-6 {
	margin: 0 5%;
	width: 39.5%;
	display: inline-block;
	float: none
}

.rectangle .col-md-6 .rolloverox {
	height: 462px
}

.rectangle .col-md-4 {
	margin: 0 5%;
	width: 23%;
	display: inline-block;
	float: none
}

.rectangle .col-md-4 .rolloverox {
	height: 269px
}

.rectangle .col-md-3 {
	margin: 0 4%;
	width: 15%;
	display: inline-block;
	float: none
}

.rectangle .col-md-3 .rolloverox {
	height: 205px
}

.rectangle .towcol .hovercontent {
	color: #4b6b6e;
	position: absolute;
	left: 0;
	top: 20px;
	width: calc(100%);
	display: none;
	z-index: 99;
	padding: calc(10%) calc(5%)
}

.rectangle .hovercontent {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	display: none
}

.succ-msg {
	display: none
}

.succ-msg span {
	font-size: 16px;
	color: #f0b5a4;
	line-height: 20px;
	font-weight: 400;
	margin: 25px 0 25px;
	display: inline-block;
	width: 100%
}

.succ-msg h4 {
	border: none;
	border-bottom: 2px solid #a4aca3;
	display: inline-block;
	font-size: 18px;
	color: #838386;
	line-height: 22px;
	font-weight: 700;
	margin: 0 0 3px
}

#shop-modal h1 {
	color: #4b6b6e;
	font-size: 28px;
	font-weight: 700;
	margin: 20px 0;
	text-transform: uppercase;
	display: block;
	text-align: center
}

#shop-modal .close-btn {
	position: absolute;
	right: 0;
	top: 0;
	background: 0 0;
	font-size: 20px;
	color: #999
}

#shop-modal .close-btn.active,
#shop-modal .close-btn:focus {
	outline: 0;
	box-shadow: none
}

#shop-modal select {
	margin-bottom: 20px;
	-webkit-appearance: none
}

#shop-modal .modal-dialog {
	margin-top: 100px
}

#shop-modal .modal-content {
	border: 2px solid #f0b5a4;
	border-radius: 10px
}

#job-loader {
	display: none
}

.errmsg {
	display: inline-block;
	color: #f0b5a4
}

.succmsg {
	display: inline-block;
	color: #3c763d
}

.main-job-form {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	width: 100%;
	background: #f9f9f9;
	color: #4b6b6e;
	font-weight: 400
}

.main-job-form .btn {
	background: 0 0;
	font-size: 24px;
	z-index: 9;
	position: absolute;
	right: 0;
	top: 0
}

.main-job-form .heading {
	font-size: 20px;
	margin-top: 15px;
	text-indent: 15px
}

.main-job-form .apply {
	background: 0 0;
	margin-right: 15px
}

.main-job-form .col-sm-6 {
	min-height: 54px
}

.main-job-form .form-control {
	border-radius: 0;
	border: 1px solid #ccc;
	box-shadow: none!important
}

.main-job-form label {
	font-weight: 400
}

.loader-job {
	position: absolute;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0;
	text-align: center
}

.loader-job .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
	font-size: 40px;
	color: #fff;
	margin: -20px
}

.asterisk {
	color: #f0b5a4
}

@media only screen and (min-device-width:320px) and (max-device-width:767px) and (-webkit-min-device-pixel-ratio:2) {
	.ios .job_openings .job .address {
		width: 58%
	}
}

footer .social_links li.blog a {
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 32px;
	background: url(../images/social-btns3.png) no-repeat 0 0
}

footer .social_links li.blog a {
	background-position: 0 0
}

footer .social_links li.blog a:hover {
	background-position: 0 -32px
}

.sticky-footer .social li.blog a {
	display: inline-block;
	width: 29px;
	height: 29px;
	background: url(../images/social-btns4.png) no-repeat 0 0
}

.sticky-footer .social li.blog a {
	background-position: 0 0
}

.sticky-footer .social li.blog a:hover {
	background-position: 0 -29px
}

.flexblock-table {
	/* display: flex; */
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	min-height: inherit;
	padding: 0% 5% 30px 5% !important;
}

.flexblock-table.light {
	background-color: rgba(255, 255, 255, .9);
}

.allergen-section {
	margin: 0 auto 5px;
	padding: 1px
}

.allergen-section h1 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-size: 1rem;
	line-height: 1;
	font-family: "futura-pt";
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	color: #252525;
	background: #f0b5a4;
	padding: 1em 0;
	margin-bottom: 1em
}

.allergen-section table {
	width: 99%;
	margin: 0 auto;
	border-collapse: collapse
}

.allergen-section table th,
.allergen-section table td {
	margin: 0;
	padding: 0;
	padding: 4px 0;
	width: 10%
}

.allergen-section th {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-size: 1rem;
	line-height: 1;
	font-family: "futura-pt";
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #252525;
	padding-bottom: 1em
}

.allergen-section td {
	color: #252525;
	border: 1px solid #252525;
	text-align: center;
	font-size: 8px;
	font-size: .8rem;
}

.allergen-section span {
	margin: 0;
	padding: 0;
	border: 0
}

.allergen-section td.menu-item-label {
	border: none;
	text-align: left;
	font-size: 13px;
	font-size: 1rem;
	text-transform: none;
	border: 1px dotted #e4e4e4;
	border-left: none;
	border-right: none;
	border-spacing: 5px;
	padding-left: 4px;
	width: 50%
}

@media (min-width: 48em) {
	.allergen-section {
		max-width: 600px
	}
}

@media (min-width: 62em) {
	.allergen-wrapper {
		width: 860px;
		margin: 0 auto;
		overflow: hidden;
		*zoom: 1
	}
	.allergen-wrapper .allergen-half-left,
	.allergen-wrapper .allergen-half-right {
		width: 380px;
		overflow: hidden
	}
	.allergen-wrapper .allergen-half-left {
		float: left
	}
	.allergen-wrapper .allergen-half-right {
		float: right
	}
	.fact h1 {
		margin-bottom: 0;
	}
	.fact table td {
		font-size: .9rem;
	}
}

.fact .rotate {
	/*writing-mode: vertical-lr;
	transform-origin: 0 0;*/
	height : 60px;
	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	text-transform: none;
	font-size: .9rem;
}

