@font-face {
	font-family: 'cheap_pinesans';
	src: url('cheap_pine_sans-webfont.woff2') format('woff2'),
		 url('cheap_pine_sans-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body {
	margin: 0;
	background: #333333;
}

.goog-te-banner, goog-te-banner-frame {display:none!important;}

p, span {
    color: white;
}

.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
}
.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.tabs nav {
	background: #fff;
}
.tabs nav.fixed {
	position: fixed;
	width: 100%;
	z-index: 2;
}
a {
	text-decoration: none;
}
.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0.45em 0 0.6em;
	border-left: 1px solid #333333;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 60px;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.tabs nav li:last-child a {
	border-right: 1px solid #333333;
}
.tabs nav a::before {
	z-index: 10;
	display: inline-block;
	margin: 0 0.4em 0 0;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-size: 1.3em;
	/*font-family: 'Pe-icon-7-stroke';*/
	/*font-family: 'stroke7pixeden';*/
	line-height: 1;
	speak: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
}
.tabs nav li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: #DC220C;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translate3d(0,150%,0);
	transform: translate3d(0,150%,0);
}
.tabs nav li.tab-current a::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.tabs nav a img {
	max-width: 60%;
    max-height: 80%;
}
.tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
}
.tabs nav li.tab-current a {
	/*color: #74777b;*/
}
.content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1em;
	max-width: 1200px;
	text-align: center;
}
.content-wrap section.content-current {
	display: block;
}
.content-wrap section .section-heading {
	font-family: 'cheap_pinesans';
	/*font-family: 'Fjalla One', sans-serif;*/
	margin: 0 0 1.5rem;
	padding: 1.5rem 0;
	color: #DC220C;
	text-transform: uppercase;
      text-align: center;
}

h1 {
	font-size: 2.2rem;
}
h2 {
      font-size: 1.8rem;
}
.content-wrap section .section-content {
	text-align: left;
	font-family: 'Raleway', sans-serif;
}
.content-wrap section .section-content .menu-item {
	margin-bottom: 1rem;
}
.content-wrap section .section-content .opt-hdg {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 16px;
	position: relative;
	margin-bottom: 0.5rem;
}
.content-wrap section .section-content .opt-hdg:before {
	content: '';
	position: absolute;
	display: initial;
	bottom: 0.5rem;
	left: 0;
	right: 0;
	border-bottom: 1px dashed #ffffff;
}
.content-wrap section .section-content .opt-hdg .opt-name, .content-wrap section .section-content .opt-hdg .opt-price {
	z-index: 1;
	background: #333333;
	font-weight: 600;
      text-transform: uppercase;
}
.content-wrap section .section-content .opt-hdg .opt-name {
	padding-right: 0.5rem;
}
.content-wrap section .section-content .opt-hdg .opt-price {
	padding-left: 0.5rem;
}
.content-wrap section .section-content .opt-desc {
	font-size: 14px;
	margin: 0 0 0.5rem 0;
	font-weight: 300;
}
.logo-container {
	text-align: center;
	padding: 1rem;
}
.logo-cont {
	background-image: url(images/logo.jpg);
	background-color: #333333;
	background-blend-mode: unset;
	height: 100px;
	width: 200px;
	display: inline-block;
	background-position: center center;
	background-size: contain;
}
a.icon {
	color: #DC220C;
      background-color: #171717;
}
a.icon svg {
	fill: currentColor;
	max-width: 60%;
	max-height: 80%;
	display: inline-block;
	width: 200px;
	height: 200px;
}

/* Modal Styling */
.text-center {
	text-align: center;
}
#showAlergensModal {
	color: #fff;
	background: #DC220C;
	padding: 3px 8px;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-top: 20px;
	display: inline-block;
	font-family: 'cheap_pinesans';
	font-size: 25px;
}
#alergensModal {
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}
#alergensModal.show {
	pointer-events: all;
	visibility: visible;
	opacity: 1;
}
#alergensModal .modal-fade {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0,0,0,0.3);
}
#alergensModal .modal-inner {
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 2;
}
#closeAlergensModal {
	/*display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: 800;
	color: #DC220C;
	background: #fff;
	border-radius: 20px;
	width: 35px;
	height: 35px;*/
	margin-top: 20px;
	/*box-shadow: 0 2px 3px 0px;*/
	cursor: pointer;
	/*transition: all 0.3s ease;*/
}
#closeAlergensModal img {
	max-width: 40px;
}
/*#closeAlergensModal:hover {
	background: #c32e2e;
	color: #fff;
	box-shadow: 0 1px 9px 0px
}*/
.modal-inner .modal-img-cont {
	max-height: 80%;
	overflow: hidden;
	display: inline-block;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
	border-radius: 20px;
	transition: transform 0.5s ease;
	transform: scale(0.3);
	box-sizing: border-box;
}
#alergensModal.show .modal-inner .modal-img-cont {
	transform: scale(1);
}
#alergensModal .modal-inner .modal-img-cont img {
	display: inline-block;
	max-width: 100%;
	max-height: 60vh;
}
@media screen and (min-width: 768px) {
	#showAlergensModal:hover {
		background: #DC220C99;
	}
}
@media screen and (max-width: 767px) and (orientation: portrait){
	#alergensModal .modal-inner, #alergensModal.show .modal-inner .modal-img-cont {
		width: 100%;
	}
	#alergensModal .modal-inner .modal-img-cont img {
		max-height: unset;
	}
}
@media screen and (max-width: 767px) and (orientation: landscape){
	#alergensModal .modal-inner .modal-img-cont img {
		max-height: 70vh;
	}
}
@media screen and (max-width: 58em){
	.tabs nav a:before {
		margin: 0 ;
	}
	.tabs nav a.icon span {
		display: none;
	}
}