/* CSS Document */

body, html {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #4e5365;
	font-size: 18px;
	max-width: 2500px;
	margin-left: auto;
	margin-right: auto;
}
h1, h2, h3, h4, h5 {
	font-family: 'lemonmilkregular';
	font-style: normal;
	color: #5a6489;
}
.pad-t-50 {
	padding-top: 50px;
}
.glow {
	-webkit-animation: glow 2s ease-in-out infinite alternate;
	-moz-animation: glow 2s ease-in-out infinite alternate;
	animation: glow 2s ease-in-out infinite alternate;
}
@-webkit-keyframes glow {
	from {
		text-shadow: 0 0 50px #1fbbed, 0 0 60px #1fbbed, 0 0 70px #1fbbed;
	}
	to {
		text-shadow: 0 0 70px #166fad, 0 0 80px #166fad;
	}
}
/* Preloader */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	/* change if the mask should have another color then white */
	z-index: 9999;
	/* makes sure it stays on top */
}
#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	/* centers the loading animation horizontally one the screen */
	top: 50%;
	/* centers the loading animation vertically one the screen */
	background-image: url(../images/status.gif);
	/* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	background-size: 300px;
	margin: -100px 0 0 -100px;
	/* is width and height divided by two */
}
.grow {
	transition: all .2s ease-in-out;
}
.grow:hover {
	transform: scale(1.1);
}






/* NAVIGATION */

#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 9998;
display: none;
}
.cnt223 a{
text-decoration: none;
}
.popup{
width: 100%;
margin: 0 auto;
position: fixed;
display: none;
z-index: 9998;
}
.popup.message{
width: 100%;
margin: 0 auto;
position: fixed;
display: none;
z-index: 10001;
    color: #ffffff;
}
.popup img {
	width: 100%;
}
	.popup .close {
		opacity: 1;
		text-shadow: none;
		font-size: 30px;
	}

.message .cnt223 {
    padding: 40px;
}
    .message .cnt223 p {
    font-size: 18px;
    line-height: 26px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
		font-family: 'Montserrat', sans-serif;
}
    .message .cnt223 p.intro {
    font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
        border-top: 1px solid rgba(59,59,59,1.00);
        border-bottom: 1px solid rgba(59,59,59,1.00);
}
.message .cnt223 p.link {
    padding-top: 25px;
    padding-bottom: 20px;
}
.message .cnt223 p.link a {
   background-color: #FFFFFF;
	border-radius: 30px;
	border: solid #ABCED4;
	border-width: 2px 2px 6px 2px;
	color: #5a6489;
	padding: 14px 30px 14px 30px;
	padding: 14px 30px 14px 30px;
	font-family: 'lemonmilkregular';
	font-size: 20px;
}

.message .cnt223 p.link a:hover {
	color: #ffffff;
	background-color: #ABCED4;
	cursor: pointer;
}
.message p.close {
	margin-right: -30px;
}

       .message .cnt223 h2 {
    font-size: 34px;
		   COLOR: #FFFFFF;
        padding-top: 10px;
        padding-bottom: 5px;
}
   
.cnt223{
min-width: 600px;
width: 600px;
min-height: 150px;
margin: 100px auto;
background: #5a6489;
position: relative;
z-index: 103;
padding: 0px 0px 15px 0px;
	border: #ffffff solid 20px;
box-shadow: 0 2px 5px #000;
}
.cnt223 p{
clear: both;
    /* text-align: justify; */
    font-size: 30px;
    font-family: sans-serif;
	padding: 10px 15px 20px 10px;
}
.cnt223 p a{
color: #ffffff;
font-weight: bold;
}





.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}

.blue {
	color: #1ebbed
}
.blue2 {
	color: #115395
}
.upper {
	text-transform: uppercase;
}
.bold {
	font-weight: 700;
}
.award {
	position: absolute;
	top: 115px;
	right: 35px;
	z-index: 9999
}
.script {
	font-family: 'fabfeltscriptbold';
}

#top, #bottom, #left, #right {
	background: #ffffff;
	position: fixed;
	z-index: 9997;
}
#left, #right {
	top: 0;
	bottom: 0;
	width: 15px;
}
#left {
	left: 0;
}
#right {
	right: 0;
}
#top, #bottom {
	left: 0;
	right: 0;
	height: 15px;
}
#top {
	top: 0;
}
#bottom {
	bottom: 0;
}
.logo {
	position: fixed;
	top: 20px;
	left: 25px;
	z-index: 1000;
}
.logo img {
	width: 290px;
}
.navigation {
	background-color: #FFFFFF;
	height: 98px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 10px 21px -16px rgba(0, 0, 0, 0.36);
	-moz-box-shadow: 0px 10px 21px -16px rgba(0, 0, 0, 0.36);
	box-shadow: 0px 10px 21px -16px rgba(0, 0, 0, 0.36);
}
.navbar {
	margin-bottom: 0px;
}
.navbar, .navbar-default {
	margin-top: 12px;
	font-size: 16px;
	background-color: transparent;
	border: none;
	border-radius: 0px;
	text-align: right;
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	padding-right: 28px;
	padding-top: 13px;
}
.navbar .navbar-nav li.first {
	padding-left: 0px;
}
.navbar .navbar-nav li a, .navbar .navbar-nav li button {
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 40px;
	color: #272727;
	border: none;
	background-color: transparent;
	transition: all 0.3s ease;
}
.navbar .navbar-nav li button {
	padding-top: 11px
}
.navbar .navbar-nav li a:hover, .navbar .navbar-nav li button:hover {
	color: #865841;
}
.navbar .navbar-nav li.last {
	padding-left: 15px;
	margin-top: -2px;
}
.navbar .navbar-nav li.last.ish {
	padding-left: 35px;
	margin-top: -2px;
}
.navbar .navbar-nav li.social {
	font-size: 35px;
	margin-top: -7px;
	margin-left: -8px;
}
.navbar .navbar-nav li.last a {
	background-color: #FFFFFF;
	border-radius: 30px;
	border: solid #5a6489;
	border-width: 2px 2px 6px 2px;
	color: #5a6489;
	padding: 14px 30px 14px 30px;
	padding: 14px 20px 14px 20px;
	font-family: 'lemonmilkregular';
	font-size: 18px;
	line-height: 12px;
	text-align: center;
}

.navbar .navbar-nav li.last a:hover {
	color: #ffffff;
	background-color: #5a6489;
	cursor: pointer;
}
.navbar .navbar-nav li.last a span.under {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-nav>li>.dropdown-menu {
	background-color: rgba(255, 255, 255, 0.9);
	border: none;
	border-radius: 0px;
	box-shadow: none;
	text-align: left;
	padding-bottom: 10px;
	margin-top: 20px;
}
.dropdown-menu>li>a, .dropdown-menu>li {
	padding-bottom: 5px;
}
.navbar-default .navbar-nav .dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #d3c799;
	background-color: transparent;
}
.dropdown-menu>li>a:hover {
	color: #d3c799;
	background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav .dropdown-menu>li>a {
	font-size: 20px
}
.dropdown-menu {
	min-width: 200px;
}
/* CAROUSEL */

.owl-carousel {
	margin-top: 0px;
	/*padding-bottom: 15px*/
}
.owl-carousel .slide {
	padding-top: 300px;
	height: 1000px
}
.owl-carousel.dev .slide {
	padding-top: 30px;
	height: auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.owl-carousel.dev .slide img {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border: 15px solid #ffffff
}
.owl-carousel .slide-1 {
	background-image: url("../images/home-slider-BG-1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.owl-carousel .slide-2 {
	background-image: url("../images/home-slider-BG-2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 20% center;
}
.owl-carousel .slide-3 {
	background-image: url("../images/home-slider-BG-3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.owl-carousel .slide-xmas {
	background-image: url("../images/home-slider-BG-xmas.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.owl-carousel .slide-breakfast {
	background-image: url("../images/home-slider-BG-breakfast.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.owl-carousel .slide-santa {
	background-image: url("../images/home-slider-BG-santa.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.owl-carousel .slide-4 {
	background-image: url("../images/home-slider-BG-4.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
}
.owl-carousel .slide-5 {
	background-image: url("../images/home-slider-BG-5.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.owl-carousel .slide-6 {
	background-image: url("../images/home-slider-BG-6.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.owl-carousel .slide-7 {
	background-image: url("../images/home-slider-BG-7.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.owl-carousel .slide-val {
	background-image: url("../images/home-slider-BG-val.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.owl-carousel .slide-mother {
	background-image: url("../images/home-slider-BG-mother.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.owl-carousel .slider-content {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	transition: all 0.3s ease;
}
.owl-carousel .slider-content h1 {
	color: #ffffff;
	font-size: 110px;
	line-height: 105px;
	margin-bottom: 30px
}
.owl-carousel .slider-content h1 span.outline {
	color: transparent;
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #ffffff;
	
}
.owl-carousel .slider-content a {
	background-color: #5a6489;
	border-radius: 40px;
	border: solid #FFFFFF;
	border-width: 2px 2px 6px 2px;
	color: #FFFFFF;
	padding: 18px 35px 18px 35px;
	font-family: 'lemonmilkregular';
	font-size: 30px;
}
.owl-carousel .slider-content a:hover {
	color: #5a6489;
	background-color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}
.owl-carousel .slider-content.pump:hover {
	transform: scale(1.03);
	cursor: pointer;
	background-color: rgba(255, 255, 255, 1);
}
.owl-carousel .slider-content-box {
	background-color: #ffffff;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
	margin-top: 40px;
}
.owl-carousel .slider-content-box h1 {
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #355470;
	font-size: 60px;
	margin-top: 0px;
	margin-bottom: 8px;
}
.owl-carousel .slider-content-box h2 {
	font-family: 'fabfeltscriptbold';
	color: rgb(255, 201, 47);
	font-size: 50px;
	margin-bottom: 1px;
	margin-top: 0px
}
.owl-carousel .slider-content-box p {
	font-size: 32px;
}
.owl-carousel .slider-content-box p.link {
	padding-top: 10px;
}
.owl-carousel .slider-content-box p.link a {
	font-weight: 700;
	background-color: rgb(31, 187, 237);
	padding: 10px 15px;
	font-size: 18px;
	color: rgb(255, 255, 255);
	font-family: futura-pt, sans-serif;
	font-weight: 700;
}
.owl-carousel .slider-content img {
	width: 70%;
	max-width: 900px;
	display: inline;
}
.owl-carousel .slider-content img.three {
	width: 25%;
	max-width: 500px;
	display: inline;
}
.owl-carousel .slider-content.seventyfive img {
	width: 35%;
	max-width: 1000px;
	display: inline;
	padding-top: 100px;
}
.owl-carousel .owl-dots {
	margin-top: -60px;
	z-index: 199999;
	position: relative;
	text-align: center;
}
.owl-theme .owl-dots .owl-dot span {
	width: 60px !important;
	height: 9px !important;
	background: rgba(255, 255, 255, 0.4) !important;
	border: none;
	border-radius: 20px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #ABCED4 !important;
}
.owl-carousel .owl-nav {
	display: none;
}
.hello {
	margin-top: 20px;
	padding-bottom: 100px;
}
.hello .frill {
	background-image: url(../images/pattern-1.png);
	background-repeat: repeat-x;
	background-size: contain;
	height: 120px;
}
.hello .content {
	padding-top: 100px;
}
.hello .image {
	background-image: url(../images/plate-BG.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding: 20px 20px 0px 20px;
}
.hello .image img {
	width: 100%;
}
.hello h2 {
	font-size: 80px;
	line-height: 80px;
	color: #865841;
	padding-bottom: 15px;
}
.hello img.xtra {
	height: 67px;
}
.hello p {
	font-size: 20px;
	line-height: 35px;
	font-weight: 300;
}
.hello p.link {
	padding-top: 15px;
}
.hello p.link a {
	background-color: #FFFFFF;
	border-radius: 40px;
	border: solid #5a6489;
	border-width: 2px 2px 6px 2px;
	color: #5a6489;
	padding: 14px 30px 14px 30px;
	padding: 14px 30px 14px 30px;
	font-family: 'lemonmilkregular';
	font-size: 20px;
}
.hello p.link a span.under {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}

.hello p.link a:hover {
	color: #ffffff;
	background-color: #5a6489;
	cursor: pointer;
	text-decoration: none;
}
.menus {
	padding-top: 100px;
	padding-bottom: 250px;
	text-align: center;
	background-image: url("../images/pattern-2.png");
	background-repeat: repeat-x;
	background-size: 190px;
	background-position: center 150px;
	padding-left: 10%;
	padding-right: 10%;
}
.menus h2 {
	font-size: 110px;
	line-height: 80px;
	padding-bottom: 25px;
}
.menus p.link {}
.menus p.link a {
	background-color: #FFFFFF;
	border-radius: 40px;
	border: solid #5a6489;
	border-width: 2px 2px 6px 2px;
	color: #5a6489;
	padding: 23px 50px 23px 50px;
	font-family: 'lemonmilkregular';
	font-size: 26px;
	margin: 10px;
}
.menus p.link a:hover {
	color: #ffffff;
	background-color: #5a6489;
	cursor: pointer;
	text-decoration: none
}

.menus p.link a.alt {
	border: solid #865841;
	color: #865841;
}
.menus p.link a.alt:hover {
	color: #ffffff;
	background-color: #865841;
	cursor: pointer;
	text-decoration: none
}

.vouchers {
	background-image: url("../images/VouchersBG.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 100px;
	padding-bottom: 100px;
}
.vouchers.alt {
	background-image: url("../images/VouchersBG2.jpg");
	padding-top: 150px;
	padding-bottom: 150px;
    margin-top: 15px;
}
.vouchers .text {
	padding-left: 40px;
}
.vouchers.alt .text {
	padding-right: 40px;
}
.vouchers h3 {
	color: #4e5365;
	font-weight: 200;
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
}
.vouchers.alt h3 {
	color: #FFFFFF;
}
.vouchers h2 {
	color: #4e5365;
	font-size: 75px;
	line-height: 70px;
	padding-bottom: 15px;
}
.vouchers.alt h2 {
	color: #FFFFFF;
}
.vouchers p {
	font-size: 24px;
	line-height: 34px;
	font-weight: 200;
	padding-bottom: 15px;
}
.vouchers.alt p {
	color: #FFFFFF;
}
.vouchers.alt img {
    width: 100px;
}
.vouchers p.link a {
	background-color: #FFFFFF;
	border-radius: 40px;
	border: solid #5a6489;
	border-width: 2px 2px 6px 2px;
	color: #5a6489;
	padding: 14px 30px 14px 30px;
	padding: 14px 30px 14px 30px;
	font-family: 'lemonmilkregular';
	font-size: 20px;
}
.vouchers p.link a:hover {
	color: #ffffff;
	background-color: #5a6489;
	cursor: pointer;
	text-decoration: none;
}
.vouchers.alt p.link a {
	background-color: #5a6489;
	border-radius: 40px;
	border: solid #FFFFFF;
	border-width: 2px 2px 6px 2px;
	color: #FFFFFF;
	padding: 14px 30px 14px 30px;
	padding: 14px 30px 14px 30px;
	font-family: 'lemonmilkregular';
	font-size: 20px;
}
.vouchers.alt p.link a:hover {
	color: #5a6489;
	background-color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}


.frilltop {
	margin-top: -17px;
	position: absolute;
	z-index: 0
}
.frilltop.banner {
	z-index: 0;
	height: 25px;
	background-color: #f8f2e4;
}
.frilltop.banner img {
	margin-top: -25px;
}
.frillbot {
	margin-top: -2px;
	position: absolute;
	z-index: 0
}
.main {
	background-image: url("../images/BG-Light-wood.jpg");
	background-repeat: repeat-y;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 140px;
	POSITION: RELATIVE
}
.main.food {
	background-size: contain;
}
.main.branches, .main.food2 {
	background-size: cover;
}
.main .frill-t-l {
	position: absolute;
	top: 600px;
	left: 0px;
	z-index: 0
}
.main .frill-t-l img {
	width: 150px;
}
.main .frill-t-r {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 0
}
.main .frill-t-r img {
	width: 250px;
}
.main .frill-b-r {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 0
}
.main .frill-b-r img {
	width: 500px;
}
.main.food .frill-t-l {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 98
}
.main.food .frill-t-l img {
	width: 250px;
}
.formy p {
	padding-left: 17%;
	padding-right: 17%;
	font-size: 19px;
	line-height: 28px;
	padding-bottom: 10px;
}
.formy i {
	padding-left: 10px;
	padding-right: 10px;
}
.main .title {
	text-align: center;
}
.main .title.title-news {
	text-align: center;
	padding-top: 60px;
}
.main .title img {
	height: 200px;
}
.main .title img.title-small {
	height: 140px;
}
.main .title .text {
	padding-top: 20px;
	border-bottom: 2px dotted #ffc92f;
}
.main .title .text p {
	font-size: 31px;
	font-weight: 700;
	text-transform: uppercase;
	color: #222222;
	text-align: justify;
	text-align-last: center;
	padding-bottom: 20px;
}
.main .title h2 {
	font-size: 40px;
	text-transform: uppercase;
}
.main .title.title-article h1 {
	font-size: 40px;
	text-align: left;
	padding-bottom: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 2px dotted #ffc92f;
	margin-top: 0px;
}
.main .article {
	padding-bottom: 60px;
	border-bottom: 2px dotted #ffc92f;
	margin-bottom: 20px;
}
.main .article p.intro {
	font-size: 24px;
	line-height: 34px;
	padding-top: 30px;
	padding-bottom: 10px;
}
.main .article .TextWrap {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.main .article img {
	width: 405px;
}
.main .article p {
	font-size: 19px;
	line-height: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.main .main-body {
	padding-top: 60px;
}
.main .article p.date {
	padding: 0px 30px 10px 0px;
	border-bottom: 2px dotted #ffc92f;
	font-size: 18px;
}
.main .main-body .texty p {
	font-size: 19px;
	line-height: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.main .main-body .image {}
.main .main-body .image.image-1 img {
	width: 90%;
}
.main .main-body .image.image-2 {
	text-align: right;
}
.main .main-body .image.image-2 img {
	width: 90%;
}
.main .main-body .item-2 {
	padding-top: 40px;
}
.main .main-body .item-2 .texty {
	padding-top: 50px;
}
.main .main-body .item-3 {
	padding-top: 0px;
}
.main .main-body .image.image-3 img {
	width: 90%;
}
.main .main-body .item-3 .texty {
	padding-top: 50px;
}
.main .main-body img.img-end {
	width: 500px
}
.main .main-body .bye {
	text-align: center;
	font-size: 50px;
	font-weight: 700;
}
.main .career-last {
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 60px;
	padding: 40px;
	background-color: rgba(255, 255, 255, 0.80);
}
.main .career-last p.option {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
}
.main.branches img.branch {
	width: 100%;
	margin-bottom: 30px;
	transition: all 0.3s ease;
	padding-left: 20px;
	padding-right: 20px;
}
.main.branches img.branch:hover {
	transform: rotate(6deg);
}
.careers {}
.careers .title p {
	font-size: 22px;
	line-height: 32px;
	padding-top: 20px;
}
.careers .career-list {
	padding-top: 40px;
}
.careers .item {
	text-align: center;
	background-image: url("../images/careers-BG.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	padding: 30px 50px 40px 50px;
	height: 450px;
}
.careers .dev .item {
	background-image: none;
}
.careers .item.pineapple {
	text-align: center;
	background-image: none;
	padding-top: 20px;
}
.careers .item.pineapple img {
	width: 80%;
}
.careers .item img {
	width: 90px;
}
.careers .item p.link {
	padding-top: 10px;
}
.careers .item p.link a {
	padding: 10px 20px;
	background-color: #1fbbed;
	color: #ffffff;
	font-weight: 700;
	font-size: 20px;
}
.careers .item p.link a:hover {
	text-decoration: none;
	cursor: pointer;
}
.careers .item p.link a.disabled {
	padding: 10px 20px;
	background-color: #1fbbed;
	color: #ffffff;
	opacity: 0.2;
	font-weight: 700;
	font-size: 20px;
	cursor: default;
}
.news .item {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.80);
	background-image: none;
	padding: 0px 0px 20px 0px;
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: left;
}
.news .item img {
	width: 100%;
}
.news .item h2 {
	font-size: 22px;
	padding: 10px 30px 10px 30px;
	border-bottom: 1px solid #c9ddf6
}
.news .item p.date {
	padding: 0px 30px 10px 30px;
	border-bottom: 1px solid #c9ddf6;
	font-size: 14px;
}
.news .item p {
	padding: 10px 30px 0px 30px;
}
.news .item p.link {
	padding-top: 15px;
}
.news .item p.link a {
	padding: 10px 20px;
	background-color: #1fbbed;
	color: #ffffff;
	font-weight: 700;
	font-size: 16px;
}
.news .item p.link a:hover {
	text-decoration: none;
	cursor: pointer;
}
.menu {
	padding-left: 5%;
	padding-right: 5%;
}
.menutop {
	background-image: url(../images/banner-BG-menus.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 200px;
	padding-bottom: 0px;
	text-align: center;
}
.menutop .slider-content {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 600px;
	background-color: rgba(255, 255, 255, 0.9);
	padding-bottom: 0px;
}
.menutop .slider-content h1 {
	font-size: 90px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 0px;
	letter-spacing: -8px;
	border-bottom: solid 7px #aba491;
}
.menutop .slider-content h1 .script {
	font-size: 74px;
	color: #aba491;
	letter-spacing: 0px
}
.menutop .slider-content img.slide-tip {
	height: 20px;
	width: 80px;
	display: inline;
	margin-top: -6px;
}
.menutop .slider-content select {
	padding: 3px;
	padding-left: 25px;
	margin: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 0px 0 #ccc, 0 -1px #fff inset;
	-moz-box-shadow: 0 0px 0 #ccc, 0 -1px #fff inset;
	box-shadow: 0 0px 0 #ccc, 0 0px #fff inset;
	background: #355470;
	color: #ffffff;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	width: 100%;
	height: 70px;
	border: none;
	background-image: url(../images/form-arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 60px;
	font-size: 35px;
}
.menutop img.dish {
	width: 400px;
	margin-top: 75px;
}
.menu {
	padding-top: 0px;
	padding-left: 5%;
	padding-right: 5%;
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
}
.menu h2 {
	text-align: center;
	font-size: 70px;
	color: #355470;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.menu h3 {
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	color: #355470;
	padding-bottom: 0px;
	margin-top: 0px;
}
.menu h4 {
	text-align: center;
	font-size: 48px;
	line-height: 40px;
	color: #1fbbed;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
	margin-bottom: 45px;
	border-bottom: 2px dotted #aba491;
}
.menu h4.diet {
	text-align: center;
	font-size: 48px;
	line-height: 40px;
	color: #1fbbed;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-bottom: 45px;
	border-bottom: 2px dotted #aba491;
}
.menu h5 {
	font-size: 38px;
	line-height: 40px;
	color: #1fbbed;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.menu hr {
	border-top: 2px dotted #aba491;
	margin-top: 30px;
	margin-bottom: 30px;
}
.menu p.pdf-wrap {
	text-align: center;
	padding-top: 20px;
}
.menu p.pdf-wrap a.pdf {
	color: #ffffff;
	background-color: #355470;
	padding: 20px;
}
.menu p.pdf-wrap a.pdf:hover {
	background-color: #aba491;
	text-decoration: none
}
.menu p.detail {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 10px;
	font-style: normal;
	padding-bottom: 50px;
	color: #aba491;
	text-align: center;
	margin-top: -40px;
}
.menu p.dish {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0px;
	padding-left: 0px;
	font-style: normal;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #115396;
	font-weight: 700;
	padding-top: 10px;
	border-bottom: 1px dotted #a6a6a6;
}
.menu p.description {
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
	padding-left: 0px;
	padding-top: 5px;
}
.menu .boxedup {
	background-color: rgba(224, 247, 255, 0.7);
	padding: 10px 20px;
}
.menu p.last {
	padding-bottom: 70px;
}
.menu #prices {
	color: #aba491;
}
.menu .left {
	padding-right: 15px;
	padding-left: 15px;
}
.menu .right {
	padding-left: 25px;
}
.menu img.foody {
	width: 95%;
	margin-left: -12px;
}
.menu .delivery-info {
	border-top: 2px dotted #aba491;
	padding-top: 20px;
}
.menu .delivery-info .item {
	padding-left: 20px;
	padding-right: 20px;
}
.menu .delivery-info .item h1 {
	font-size: 80px;
	margin-bottom: 0px;
	margin-top: 20px;
	color: #aba491;
}
.menu .delivery-info .item p {
	font-size: 18px;
	line-height: 28px;
}
.menu .delivery-info p.over {
	font-size: 22px;
	padding-top: 60px;
	padding-bottom: 10px;
	line-height: 28px;
}
.menu .delivery-info p.under {
	font-size: 15px;
	padding-top: 60px;
	padding-bottom: 60px;
	line-height: 28px;
	font-style: italic;
	color: #355470;
}
/* MOBILE BUTTONS */

.mobile-buttons {
	width: 100%;
	background-color: #275579;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-top: -7px;
}
.mobile-buttons p {
	width: 100%;
	border-bottom: 1px #CEC69A dotted;
	font-family: 'frontage_condensedbold';
	padding: 10px 30px 20px 30px;
	color: #FFFFFF;
	font-size: 22px;
}
.mobile-buttons p.last {
	width: 100%;
	border-bottom: none;
	padding: 10px 30px 20px 30px;
	color: #FFFFFF;
	font-size: 22px;
	margin-bottom: 0px;
}
.mobile-buttons p a {
	text-shadow: none;
	color: #FFFFFF;
	font-size: 22px;
	margin-top: 0px;
	padding: 10px 30px 0px 30px;
	width: 100%;
}
.mobile-buttons button {
	background-color: transparent;
	border: none;
	box-shadow: none;
	width: 100%;
}
.promo-grid {
	padding-top: 0px;
	padding-left: 0%;
	padding-right: 0%;
	max-width: 2500px;
	margin-left: auto;
	margin-right: auto;
	height: 500px;
}
.promo-grid .item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 80px 40px 80px 40px;
	transition: all 0.3s ease;
	text-align: center;
	height: 500px;
	margin: 0px;
	-webkit-filter: grayscale(0%);
	/* Ch 23+, Saf 6.0+, BB 10.0+ */
	filter: grayscale(0%);
	/* FF 35+ */
}
.promo-grid a:hover {
	text-decoration: none;
}
.promo-grid .item.pump:hover {
	transform: scale(1.03);
	cursor: pointer;
	/* -webkit-filter: blur(20px);
    filter: blur(20px); */
	background-color: #3f7caa;
	background-blend-mode: multiply;
}
.promo-grid .story {
	background-image: url("../images/home-ad1-BG.jpg");
	cursor: pointer;
}
.promo-grid .story .inner {
	background-image: url("../images/home-ad1-content-BG.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	padding: 70px 100px 80px 100px;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.promo-grid .story .inner h2 {
	font-family: 'fabfeltscriptbold';
	font-size: 52px;
	color: #f8c126;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
.promo-grid .story .inner h2 {
	font-size: 60px;
	padding-top: 10px;
	padding-bottom: 0px;
	border-bottom: none;
	border-top: 2px none;
	padding-left: 30px;
	padding-right: 30px;
}
.promo-grid .story .inner p {
	color: #ffffff;
	font-size: 22px;
	padding-top: 10px;
	font-weight: 400;
}
.promo-grid .takeaway {
	background-image: url("../images/home-ad2-BG.jpg");
	cursor: pointer;
}
.promo-grid .takeaway .inner {
	padding: 40px 40px 80px 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.promo-grid .takeaway .inner img {
	width: 100%;
	max-width: 500px;
}
.find {
	padding: 60px 0px 100px 0px;
	text-align: center;
}
.find h3 {
	font-family: 'fabfeltscriptbold';
	color: #064b7b;
	font-size: 75px;
	padding-bottom: 0px;
}
.find h3 img {
	width: 80px;
	margin-top: -10px;
	padding-left: 20px;
	padding-right: 20px;
}
#branches-carousel .item img {
	transition: all 0.3s ease;
	padding: 0px;
}
#branches-carousel .item img:hover {}



.newsletter {
	background-color: #4e5365;
	color: #ffffff;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 75px;
	
}
.newsletter img {
	width: 350px;
}
.newsletter h2 {
	color: #ffffff;
}

.newsletter p {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	padding-left: 10%;
	padding-right: 10%;
}
.newsletter p.link {
	padding-top:20px;
}
.newsletter p.link a {
background-color: #5a6489;
border-radius: 40px;
border: solid #FFFFFF;
border-width: 2px 2px 6px 2px;
color: #FFFFFF;
padding: 14px 30px 14px 30px;
padding: 14px 30px 14px 30px;
font-family: 'lemonmilkregular';
font-size: 20px;
}
.newsletter p.link a:hover {
	color: #5a6489;
background-color: #FFFFFF;
cursor: pointer;
text-decoration: none;
}


footer {
	text-align: center;
	padding-top: 90px;
	padding-bottom: 20px;
	padding-left: 60px;
	padding-right: 60px;
}
footer i {
	font-size: 50px;
	padding-left: 5px;
	padding-right: 5px;
}
footer p.copyright {
	font-size: 14px;
}
footer .col1 {
	text-align: left;
}
footer .col1 .line-1 {
	font-size: 20px;
	background-image: url("../images/icon-footer-line-1.png");
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 0px 3px;
	font-weight: 200;
	line-height: 30px;
	padding-left: 35px;
	padding-bottom: 10px;
	padding-right: 30px
}
footer .col1 .line-2 {
	font-size: 20px;
	background-image: url("../images/icon-footer-line-2.png");
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 0px 6px;
	font-weight: 200;
	padding-left: 35px;
	padding-bottom: 10px;
	padding-right: 30px
}
footer .col1 .line-3 {
	font-size: 32px;
	background-image: url("../images/icon-footer-line-3.png");
	background-repeat: no-repeat;
	background-size: 21px;
	background-position: 0px 9px;
	font-weight: 200;
	padding-left: 35px;
	padding-right: 30px
}
footer .col1 .line-3 a {
    color:#272727
}
footer .col2 {
	text-align: left;
	font-size: 20px;
	font-weight: 200;
	line-height: 30px;
	padding-left: 30px;
	padding-right: 30px
}
footer .col2 h4 {
	color: #865841;
	margin-top: 2px;
	font-size: 25px;
}
footer .col3 {
	background-image: url("../images/footer-col3-BG.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	margin-top: -15px;
}
footer .col3 .box {
	background-color: #ffffff;
	border: 1px solid #ABCED4;
	padding: 20px 0px 20px 0px;
}
footer .col3 .box h3 {
	border-bottom: 1px solid #ABCED4;
	color: #865841;
	margin-top: 0px;
	padding-bottom: 12px;
	font-size: 33px;
}
footer p.copyright {
	font-size: 14px;
	font-weight: 200;
	padding-top: 60px;
}
.frill {
	background-image: url(../images/pattern-1.png);
	background-repeat: repeat-x;
	background-size: contain;
	height: 120px;
}
.about {
	padding-top: 40px;
	padding-left: 5%;
	padding-right: 5%;
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.about h2 {
	text-align: center;
	font-size: 70px;
	color: #355470;
	padding-bottom: 10px;
}
.about h3 {
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	color: #aba491;
	padding-bottom: 10px;
}
.about h4 {
	text-align: left;
	font-size: 28px;
	line-height: 40px;
	color: #355470;
	padding-bottom: 0px;
}
.about h4.script, .about h4.script2 {
	font-family: 'intro_script_rh2_base';
	text-align: left;
	font-size: 48px;
	line-height: 40px;
	color: #aba491;
	padding-bottom: 20px;
	margin-left: -5px;
}
.about hr {
	border-top: 2px dotted #aba491;
	margin-top: 10px;
	margin-bottom: 10px;
}
.about .text {
	padding-top: 65px;
	padding-bottom: 65px;
}
.about .text .left {
	padding-right: 20px;
}
.about .text .right {
	padding-left: 20px;
}
.about .text.recipe .right {
	padding-right: 60px;
}
.about .text p {
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 30px;
}
.about .text p.alt {

	font-size: 28px;
	line-height: 35px;
	color: #2a4c67;
}
.about .text p.link.recipe {
	padding-bottom: 50px;
	padding-top: 30px;
}
.about .text p.link {
	padding-bottom: 50px;
}
.about .text p.link a {

	color: #ffffff;
	background-color: #355470;
	padding: 20px;
	transition: all 0.3s ease;
}
.about .text p.link a:hover {
	color: #ffffff;
	background-color: #ccc29c;
	padding: 20px;
	text-decoration: none;
}
.about .text ul {
	padding-left: 0px;
	padding-bottom: 20px;
	list-style-type: none;
	margin-top: -20px
}
.about .text li {
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 0px;
	margin-left: 0px;
	border-bottom: 1px dotted #aba491;
}
.about .text li a {
	color: #333333;
}
.about .text li img {
	width: 25px;
	margin-right: 10px;
	margin-top: -5px
}










.about h2 {
	text-align: center;
	font-size:50px;
	color: #569499;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.about h3 {
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	color: #aba491;
	padding-bottom: 0px;
	margin-top: 0px;
		/*font-family: 'frontage_condensedoutline';*/
}
.about h4 {
	text-align: left;
	font-size: 48px;
	line-height: 40px;
	color: #865841;
	padding-top: 40px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
}

.about hr {
	border-top: 2px dotted #aba491;
	margin-top: 30px;
	margin-bottom: 30px;
}
.about p.pdf-wrap {
	text-align: center;
	padding-top: 20px;
}
.about p.pdf-wrap a.pdf {
	
	color: #ffffff;
	background-color: #355470;
	padding: 20px;
}
.about p.pdf-wrap a.pdf:hover {
	background-color: #aba491;
	text-decoration: none
}
.about .menu-content {
    background-image:url(../images/dash-tile-vertcial.png);
    background-repeat:repeat-y;
    background-position:top left;
    margin-bottom:120px;
	padding-top: 120px;
}
.about .menu-content .underline-dash {
    background-image:url(../images/underline-BG-wavy-gold.png);
    background-repeat:repeat-x;
    height:20px;
    margin-bottom:20px;
    margin-top:20px
}
.about .menu-content h1 {
    font-size:80px;
    color:#5a6489;
    margin-top:-12px;
    margin-bottom:5px
}
.about .menu-content h2 {
    font-size:40px;
    color:#569499;
    padding-top:65px;
    padding-bottom:15px;
    margin-bottom:0
}
.about .menu-content h3 {
    font-size:43px;
  
	color: #aba491;
    padding-top:0px;
    margin-bottom:0
}
.about .menu-content h3 {
    font-size:55px;
  line-height: 50px;
	color: #aba491;
    padding-top:0px;
    margin-bottom:0
}

.about .menu-content p {
    font-size:16px;
}
.about .menu-content p.intro {
padding-top: 0px;
    padding-bottom: 0px;
  color: #865841;
	text-align: left;
}
.about .menu-content p.menu-intro {
    font-size:20px;
}
.about .menu-content p.section-intro {
    font-size:25px;
    color:#ada58b;
    margin-bottom:0
}
.about .menu-content .left {
    padding-right:30px
}
.about .menu-content .right {
    
}
.about .menu-content .col-md-6.left, .about .menu-content .col-sm-6.left {
    padding-right: 0px !important;
}
.about .menu-content .col-md-6.right, .about .menu-content .col-sm-6.right{
    padding-left: 0px !important;
}
.about .menu-content .menu-item {
	background-color: transparent;
	padding: 15px 0px 25px 0px;
    margin:15px 0;
border-bottom: 1px solid #88B2BA;
}
.about .menu-content .menu-item.special {
        margin:15px 0;
            padding: 15px;
	border: 2px dashed #b91a1a;
}

.about .menu-content .menu-item-name {
    color:#4e5365;
    font-size:17px;
    line-height:20px;
    padding-bottom:2px;
    padding-right:60px;
        text-align:left;
	text-transform: capitalize;
	font-weight: 700
}
.about .menu-content .menu-item-name span.veg {
    color: #569499;
    font-size: 18px;
}
.about .menu-content .menu-item-description {
    font-size:14px;
    line-height: 18px;
    color:#4e5365;
    padding-top:3px;
    text-align:left;
	font-style: italic;
}
.about .menu-content .menu-item-price {
    font-size:14px;
    float:right;
    color:#865841;
    margin-top:-21px;
	font-weight: 400
}
.about .menu-content span.price {
	font-style: normal !important;
	color: #ffffff;
}

.about .menu-content span.allergies {
	font-style: normal !important;
 color:#865841;
	 font-size:10px;
}





.whatson .text p {
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 5px;
}
.whatson .text p.last {
	padding-bottom: 40px;
}
.whatson .text p.link {
	padding-top: 20px;
}
.whatson .text h4 {
	margin-top: -8px;
	padding-bottom: 10px;
}
.contact-form input.form-field {
	width: 100%;
	height: 60px;
	background-color: #FFFFFF;
	border: 1px #b7b7b7 solid;
	box-shadow: none;
	border-radius: 0px;
	padding-left: 20px;
	margin-bottom: 16px;
	font-size: 14px;
	text-transform: uppercase;
}
.contact-form textarea.form-field {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px #b7b7b7 solid;
	box-shadow: none;
	border-radius: 0px;
	padding-left: 20px;
	padding-top: 20px;
	margin-bottom: 19px;
	height: 150px;
	font-size: 14px;
	text-transform: uppercase;
}
.contact-form input.form-btn {
	font-family: 'frontage_condensedregular';
	color: #ffffff;
	background-color: #355470;
	padding: 20px;
	transition: all 0.3s ease;
	border: none
}
.contact-form input.form-btn:hover {
	background-color: #aba491;
}
.map-responsive {
	overflow: hidden;
	padding-bottom: 0;
	position: relative;
	height: 700px;
}
.map-responsive iframe {
	left: 0;
	top: 0;
	height: 700px;
	width: 100%;
	position: absolute;
}
.main-footer p {
	margin-top: 30px;
}
.main-footer p a {
	color: #303030;
	font-size: 16px;
}
.main-footer p a:hover {
	color: #303030;
	font-size: 16px;
	color: #ccc29c;
}
.main-footer img {
	margin-right: 6px;
	margin-top: -14px;
	width: 30px;
	height: 30px;
}
.social-feed {
	padding-top: 50px;
	padding-bottom: 30px;
	background-size: cover;
}
.social-feed .instagram {
	background: transparent;
	margin-bottom: 30px;
}
.social-feed .instagram img {
	width: 90%;
	border: 10px #ffffff solid;
	background-color: #323232;
	-webkit-box-shadow: 0px 6px 13px -5px rgba(0, 0, 0, 0.43);
	-moz-box-shadow: 0px 6px 13px -5px rgba(0, 0, 0, 0.43);
	box-shadow: 0px 6px 13px -5px rgba(0, 0, 0, 0.43);
}
/* SOCIAL MEDIA */

.social-media-bar {
	padding-top: 40px;
	padding-left: 5%;
	padding-right: 5%;
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
}
.social-media {
	margin-top: 100px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
}
.social-media img {
	margin-top: -30px;
}
.social-media p {
	padding-top: 3px;
	padding-bottom: 20px;
	font-size: 22px;
	line-height: 22px;
	font-family: 'frontage_condensedbold';
}
.social-media .facebook {
	background-color: #3768a4;
	color: #FFFFFF;
	transition: all 0.3s ease;
}
.social-media .facebook:hover {
	transform: scale(1.03);
	z-index: 99999;
}
.social-media .twitter {
	background-color: #5ea9dd;
	color: #FFFFFF;
	transition: all 0.3s ease;
}
.social-media .twitter:hover {
	transform: scale(1.03);
	z-index: 99999;
}
.social-media .instagram {
	background-color: #438ab3;
	color: #FFFFFF;
	transition: all 0.3s ease;
}
.social-media .instagram:hover {
	transform: scale(1.03);
	z-index: 99999;
}
.social-media .instagram img {
	width: 60px;
	height: 60px;
	border: none;
	background-color: transparent;
}
/* FOOTER */

.info-left p {
	font-size: 22px;
	line-height: 22px;
	padding-top: 20px;
}
.info-left p .smaller {
	font-size: 16px;
	line-height: 24px;
}
.info-left p .phone {
	font-size: 34px;
	line-height: 36px;
}
.info-left .glyphicon {
	font-size: 22px;
	color: #275579;
}
.info-right p {
	font-size: 22px;
	line-height: 20px;
	padding-top: 20px;
}
.info-right p .smaller {
	font-size: 13px;
	line-height: 1px !important;
}
p.copyright {
	padding-top: 30px;
	font-size: 10px;
	line-height: 30px;
	padding-bottom: 30px;
}
/* MODAL */

.modal {
	z-index: 9999;
}
.modal-content {
	background-color: #5a6489;
	border: none;
	padding-left: 0;
	padding-right: 0;
}
.modal-content h3 {
	color: #ffffff;
	font-size: 36px;
	line-height: 37px;
	padding-bottom: 0px;
	margin-top: 30px;
	padding-top: 30px;
}
.modal-content h2 {
	color: #ffffff;
	font-size: 31px;
	line-height: 34px;
	padding-bottom: 0px;
	margin-top: -15px;
	padding-top: 0px;
}
.modal-content iframe {
	border: none;
}
.modal-content p {
	padding-top: 10px;
	font-size: 18px;
	line-height: 19px;
	padding-bottom: 15px;
	margin-bottom: 0px;
	padding-left: 8%;
	padding-right: 8%;
}
.modal-content p a {
	color: #ffffff
}
.modal-header {
	border: none;
	padding-bottom: 0px;
}
.modal-header .close {
	color: #FFFFFF;
	opacity: 1;
}
.modal-body {
	border: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 3%;
	padding-right: 3%;
}
.modal-footer {
	border: none;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}
.modal .reg-button {
	text-shadow: none;
	color: #353535;
	font-size: 19px;
	margin-top: 0px;
	background-color: #d7d1bf;
	padding: 6px 20px 6px 20px;
	border: none;
	font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif;
}
.job-modal .modal-content ul {
	text-align: left;
	padding-left: 22px;
}
.job-modal .modal-content p {
	font-size: 18px;
	line-height: 28px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.job-modal .modal-header h1 {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 50px;
	text-transform: uppercase;
}
.modal-header {
	border: none;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.modal-header .close {
	color: #ffffff;
	opacity: 1;
	font-size: 43px !important;
	padding-right: 10px;
	padding-top: 10px;
}
.modal-body {
	border: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 40px;
	padding-right: 40px;
}
.modal-body iframe {
	width: 90%;
	height: 710px;
}
.modal-footer {
	border: none;
	text-align: center;
	margin-top: 10px;
	padding-top: 40px;
}
.reg-button {
	text-shadow: none;
	color: #FFFFFF;
	font-size: 19px;
	margin-top: 0px;
	background-color: #275579;
	padding: 6px 20px 6px 20px;
	border: none;
}
/* Extra Large devices (large desktops, 1500px and up) */

@media (min-width: 1500px) {
	.navbar .navbar-nav li a, .navbar .navbar-nav li button {
		padding-left: 30px;
		font-size: 16px;
	}
	.owl-carousel .slide {
		padding-top: 300px;
		height: 1000px
	}
	.owl-carousel .slider-content img.three {
		width: 55%;
		max-width: 700px;
		display: inline;
		margin-top: 30px;
	}
	.banner {
		background-position: center 0px;
		height: 650px;
	}
	.main .frill-t-r img {
		width: 300px;
	}
	.main .frill-t-l img {
		width: 220px;
	}
	.main.food .frill-t-l img {
		width: 300px;
	}
}
/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) and (max-width: 1499px) {
	.logo img {
width: 250px;
}
	.navbar .navbar-nav li a, .navbar .navbar-nav li button {
		padding-left: 18px;
		font-size: 15px;
	}
	.owl-carousel .slide {
		padding-top: 250px;
		height: 800px
	}
	.owl-carousel .slider-content h1 {
		color: #ffffff;
		font-size: 90px;
		line-height: 85px;
		margin-bottom: 30px
	}
	.owl-carousel .slider-content img {
		width: 55%;
		max-width: 900px;
		display: inline;
	}
	.owl-carousel .slider-content img.three {
		width: 55%;
		max-width: 700px;
		display: inline;
	}
	.owl-carousel .slider-content-box {
		margin-top: 0px;
	}
}
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199px) {
	.logo img {
		width: 225px;
		margin-top: 5px;
	}
	.navbar .navbar-nav li a, .navbar .navbar-nav li button {
		padding-left: 15px;
		font-size: 14px;
	}
	.map-responsive {
		height: 500px;
	}
	.map-responsive iframe {
		height: 500px;
	}
	.frilltop {
		margin-top: -13px;
	}
	.owl-carousel .slide {
		padding-top: 120px;
		height: 550px
	}
	.owl-carousel .slider-content h1 {
		color: #ffffff;
		font-size: 80px;
		line-height: 75px;
		margin-bottom: 30px
	}
	.owl-carousel .slide-1 {
		background-image: url("../images/home-slider-BG-1.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: bottom center;
	}
	.owl-carousel .owl-item {
		padding-top: 0px;
	}
	.owl-carousel .owl-dots {
		margin-top: -40px;
	}
	.owl-carousel .slider-content img {
		width: 50%;
		max-width: 900px;
		display: inline;
	}
	.owl-carousel .slider-content img.three {
		width: 55%;
		margin-top: 00px;
		display: inline;
	}
	.owl-carousel .slider-content-box {
		padding: 30px 40px;
		margin-top: 0px;
	}
	.owl-carousel .slider-content-box h1 {
		font-size: 50px;
		margin-bottom: 0px;
	}
	.owl-carousel .slider-content-box h2 {
		font-size: 30px;
	}
	.owl-carousel .slider-content-box p {
		font-size: 26px;
	}
	.hello {
		margin-top: 30px;
		padding-bottom: 50px;
	}
	.hello h2 {
		font-size: 70px;
		line-height: 70px;
		color: #865841;
		padding-bottom: 15px;
	}
	.hello img.xtra {
		height: 57px;
	}
	.careers .item {
		background-image: url("../images/careers-BG-med.png");
		padding: 30px 30px 40px 30px;
		height: 480px;
	}
	.news .item {
		background-color: rgba(255, 255, 255, 0.80);
		background-image: none;
		padding: 0px 0px 20px 0px;
		height: auto;
	}
	.main {
		padding-top: 70px;
	}
	.main .title img {
		height: 150px;
	}
	.main .frill-t-r img {
		width: 200px;
	}
	.main .frill-t-l img {
		width: 300px;
	}
	.main .frill-b-r img {
		width: 300px;
	}
	.promo-grid {
		height: 405px;
	}
	.promo-grid .item {
		padding: 60px 40px 80px 40px;
		height: 400px;
		margin: 0px;
	}
	.promo-grid .story .inner {
		background-image: url("../images/home-ad1-content-BG.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		padding: 70px 50px 80px 50px;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.promo-grid .story .inner h2 {
		font-family: 'fabfeltscriptbold';
		font-size: 52px;
		color: #f8c126;
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 0px;
	}
	.promo-grid .story .inner h2 {
		font-size: 60px;
		padding-top: 10px;
		padding-bottom: 0px;
		border-bottom: none;
		border-top: 2px none;
		padding-left: 30px;
		padding-right: 30px;
	}
	.promo-grid .story .inner p {
		color: #ffffff;
		font-size: 22px;
		padding-top: 10px;
		font-weight: 400;
	}
	.promo-grid .takeaway {
		background-image: url("../images/home-ad2-BG.jpg");
	}
	.promo-grid .takeaway .inner {
		padding: 45px 0px 80px 0px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.promo-grid .takeaway .inner img {
		width: 100%;
		max-width: 500px;
	}
	.find {
		padding: 0px 0px 80px 0px;
	}
	#looking {
		padding-top: 60px;
		padding-bottom: 90px;
	}
	#looking h2 {
		font-size: 65px;
		line-height: 40px;
	}
	#looking h2 span.script {
		line-height: 90px;
	}
	#looking h2 img {
		height: 70px;
	}
	#looking p {
		font-size: 17px;
	}
	#looking .frill-t-l img {
		width: 300px;
	}
	#looking .frill-t-r img {
		width: 400px;
	}
	#looking .frill-b-r img {
		width: 250px;
	}
	#tri-bar {
		position: relative;
		z-index: 1
	}
	#tri-bar .tri-1 {
		background-image: url("../images/tri-bar-work-BG.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 320px;
		-webkit-filter: grayscale(0%);
		/* Ch 23+, Saf 6.0+, BB 10.0+ */
		filter: grayscale(0%);
		/* FF 35+ */
		transition: all 0.3s ease;
	}
	#tri-bar .tri-2 {
		background-image: url("../images/tri-bar-order-BG.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 320px;
		-webkit-filter: grayscale(0%);
		/* Ch 23+, Saf 6.0+, BB 10.0+ */
		filter: grayscale(0%);
		/* FF 35+ */
		transition: all 0.3s ease;
	}
	#tri-bar .tri-1:hover, #tri-bar .tri-2:hover {
		transform: scale(1.03);
		cursor: pointer;
		/* -webkit-filter: blur(20px);
    filter: blur(20px); */
		background-blend-mode: multiply;
	}
	#tri-bar .subscribe {
		padding-top: 15px;
		height: 320px;
	}
	#tri-bar .subscribe h2 {
		font-size: 50px;
		margin-bottom: 5px;
	}
	#tri-bar .subscribe p {
		padding-bottom: 0px;
	}
	#tri-bar .subscribe form {
		padding-top: 0px;
	}
	#tri-bar .subscribe input.form-field {
		height: 40px;
	}
	
	
	.about h2 {
    font-size: 65px;
}
.about p {
    font-size: 15px;
}
	
	
	
}
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991px) {
	.logo {
		position: fixed;
	}
	.logo img {
		width: 235px;
	}
	.mob-top {
		background-color: #ffffff;
		height: 81px;
		margin-top: 0px;
		width: 100%;
		position: fixed;
		z-index: 999;
		color: #ffffff;
		font-size: 40px;
	}
	.mob-top p {
		color: #5a6489;
		font-family: 'lemonmilkregular';
		font-size: 27px;
	}
	.owl-carousel .slide {
		padding-top: 280px;
		height: 900px;
	}
	.owl-carousel.dev .slide img {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		border: 15px solid #ffffff
	}
	.owl-carousel .slide-1 {
		background-image: url("../images/home-slider-BG-1.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center 0px;
	}
	.owl-carousel .slider-content img {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.owl-carousel .slider-content img.three {
		width: 60%;
		margin-top: 100px;
		display: inline;
	}
	.owl-carousel .slider-content-box {
		padding: 30px 40px;
		margin-top: 90px;
	}
	.owl-carousel .slider-content-box h1 {
		font-size: 57px;
		margin-bottom: 10px;
		line-height: 47px;
		padding-top: 5px;
	}
	.owl-carousel .slider-content-box h2 {
		font-size: 35px;
	}
	.owl-carousel .slider-content-box p {
		font-size: 24px;
	}
	.owl-carousel .slider-content h1 {
		color: #ffffff;
		font-size: 80px;
		line-height: 75px;
		margin-bottom: 30px;
	}
	.owl-carousel .slider-content {
		padding-left: 50px;
		padding-right: 50px;
	}
	.hello {
		text-align: center;
		padding-bottom: 50px;
	}
	.hello .content {
		padding-top: 50px;
	}
	.hello .image {
		background-image: url(../images/plate-BG.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 160px 0px;
		padding: 20px 0px 0px 20px;
		text-align: center;
	}
	.hello .image img {
		width: 350px;
	}
	.menus {
		padding-top: 100px;
		padding-bottom: 150px;
		padding-left: 0%;
		padding-right: 0%;
	}
	.vouchers {
		background-image: none;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.vouchers .text {
		padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 30px;
		background-color: #F3F3F1;
	}
	.vouchers h3 {
		font-size: 28px;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 30px;
	}
	.vouchers h2 {
		font-size: 65px;
		line-height: 60px;
		padding-bottom: 15px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.vouchers p {
		font-size: 22px;
		line-height: 30px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 15px;
	}
	.vouchers p.link a {
		background-color: #FFFFFF;
		border-radius: 40px;
		border: solid #5a6489;
		border-width: 2px 2px 6px 2px;
		color: #5a6489;
		padding: 14px 30px 14px 30px;
		padding: 14px 30px 14px 30px;
		font-family: 'lemonmilkregular';
		font-size: 20px;
	}
	.vouchers p.link a:hover {
		color: #ffffff;
		background-color: #5a6489;
		cursor: pointer;
		text-decoration: none;
	}
	.banner {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center 70px;
		height: 350px;
	}
	.frilltop {
		margin-top: -7px;
	}
	.promo-grid {
		height: auto;
	}
	.promo-grid .item {
		padding: 60px 40px 80px 40px;
		height: 450px;
		margin: 0px;
	}
	.main {
		padding-top: 50px;
	}
	.main .title img {
		height: 140px;
	}
	.main .frill-b-r img {
		width: 300px;
	}
	.main .main-body .image.image-1 {
		padding-bottom: 20px;
		text-align: center;
	}
	.main .main-body .image.image-1 img {
		width: 60%;
	}
	.main .main-body .image.image-2 {
		padding-top: 10px;
		text-align: center;
	}
	.main .main-body .image.image-2 img {
		width: 60%;
	}
	.main .main-body .item-2 .texty {
		padding-top: 10px;
	}
	.main .main-body .image.image-3 {
		text-align: center;
		padding-top: 10px;
	}
	.main .main-body .image.image-3 img {
		width: 60%;
	}
	.main .main-body .item-3 .texty {
		padding-top: 10px;
	}
	.careers .item {
		background-image: url("../images/careers-BG.png");
		padding: 30px 10% 40px 40px;
		height: 440px;
	}
	.news .item {
		background-color: rgba(255, 255, 255, 0.80);
		background-image: none;
		padding: 0px 0px 20px 0px;
		height: auto;
	}
	.promo-grid .story .inner {
		background-image: url("../images/home-ad1-content-BG.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		padding: 70px 50px 80px 50px;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.promo-grid .story .inner h2 {
		font-family: 'fabfeltscriptbold';
		font-size: 52px;
		color: #f8c126;
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 0px;
	}
	.promo-grid .story .inner h2 {
		font-size: 60px;
		padding-top: 10px;
		padding-bottom: 0px;
		border-bottom: none;
		border-top: 2px none;
		padding-left: 30px;
		padding-right: 30px;
	}
	.promo-grid .story .inner p {
		color: #ffffff;
		font-size: 22px;
		padding-top: 10px;
		font-weight: 400;
	}
	.promo-grid .takeaway {
		background-image: url("../images/home-ad2-BG.jpg");
	}
	.promo-grid .takeaway .inner {
		padding: 40px 0px 80px 0px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.promo-grid .takeaway .inner img {
		width: 100%;
		max-width: 500px;
	}
	.find {
		padding: 0px 0px 70px 0px;
	}
	#looking {
		text-align: center;
		padding-top: 40px;
		padding-bottom: 80px
	}
	#looking .image img {
		width: 50%;
	}
	#looking h2 {
		font-size: 65px;
		line-height: 40px;
		margin-top: -30px;
	}
	#looking h2 span.script {
		line-height: 90px;
	}
	#looking h2 img {
		height: 70px;
	}
	#looking p {
		font-size: 17px;
	}
	#looking .frill-t-l img {
		width: 350px;
	}
	#looking .frill-t-r img {
		width: 400px;
	}
	#looking .frill-b-r img {
		width: 250px;
	}
	.modal {
		z-index: 9999;
	}
	.owl-theme .owl-nav.disabled+.owl-dots {
		margin-top: -60px;
	}
	.about .text .lefty {
		padding-left: 15px;
		padding-right: 15px;
	}
	.about .text .right {
		padding-left: 0px;
	}
	.about .text.recipe .right {
		padding-right: 0px;
	}
	  
    .about {
        background-image: none;
    padding: 90px 5% 10px 5%;
    text-align: center;
}
.about h2 {
    font-family: 'Conv_AlternateGothic2BT';
    font-size: 70px;
    line-height: 70px;
    color: #cb6015;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.about p {

    font-size: 15px;
    line-height:24px;
    text-align: justify;
  text-justify: inter-word;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
    
	
	
	footer img.footer-logo {
		height: 60px;
	}
	footer img.footer-slogan {
		height: 40px;
	}
	.footer-nav {
		padding-left: 0px;
		padding-right: 0px;
	}
	.footer-nav li a {
		font-size: 20px;
	}
	.footer-nav li a:hover {
		color: #4e4e4e;
		text-decoration: none;
	}
	.info-left p {
		font-size: 19px;
		line-height: 20px;
		padding-top: 20px;
	}
	.info-left p .smaller {
		font-size: 12px;
		line-height: 20px;
	}
	.info-left p .phone {
		font-size: 28px;
		line-height: 34px;
	}
	.info-left .glyphicon {
		font-size: 21px;
		color: #275579;
	}
	.info-right p {
		font-size: 19px;
		line-height: 17px;
		padding-top: 20px;
	}
	.info-right p .smaller {
		font-size: 11px;
		line-height: 1px !important;
	}
	p.copyright {
		padding-top: 30px;
		font-size: 11px;
		padding-bottom: 30px;
	}
	.social-media {
		margin-top: 30px;
	}
	.social-media p {
		font-size: 27px;
		line-height: 28px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.menu .image {
		text-align: center;
		padding-bottom: 20px;
	}
	.menu img.foody {
		width: 70%;
		margin-left: -12px;
	}
	.menu h4 {
		margin-bottom: 10px;
		border: none;
	}
	footer .col3 {
		margin-top: 30px;
	}
}
/* Extra small devices (phones, less than 768px) */

@media (max-width: 767px) {
	
	.menus.mobby {
		padding-top:70px;
	}
.message .cnt223 {
    padding: 30px 6% 50px 6%;
}
	.message p.close {
	margin-right: -10px;
}
	.cnt223 {
min-width:inherit;
width: 90%;
min-height: auto;
margin: 80px auto;
background: #5a6489;
position: relative;
z-index: 103;
padding: 0px 0px 15px 0px;
border: #ffffff solid 10px;
box-shadow: 0 2px 5px #000;
}
	.message .cnt223 p {
font-size: 16px;
line-height: 23px;
}
	.message .cnt223 h2 {
font-size: 29px;
padding-bottom: 2px;
}
	
	.modal {
		z-index: 9999;
	}
	.map-responsive {
		height: 450px;
	}
	.map-responsive iframe {
		height: 450px;
	}
	.logo {
		left: 15px;
		position: fixed;
		top: 15px;
	}
	.logo img {
		width: 195px;
	}
.mob-top {
background-color: #ffffff;
height: 90px;
margin-top: -20px;
width: 100%;
position: fixed;
z-index: 999;
color: #ffffff;
font-size: 40px;
}
	.mob-top p {
		color: #5a6489;
		font-family: 'lemonmilkregular';
		font-size: 27px;
	}
	section button {
		padding: 18px 20px 17px 2px;
		background-color: transparent
	}
	.bookings {
padding-top: 230px;
}
	.owl-carousel .slide {
		padding-top: 150px;
		height: 580px;
	}
	.owl-carousel .slide-1 {
		background-image: url("../images/home-slider-BG-1-MOB.jpg");
		background-size: 780px;
		background-repeat: no-repeat;
		background-position: top center;
		margin-top: 70px;
	}
	.owl-carousel .slide-2 {
		background-image: url("../images/home-slider-BG-2-MOB.jpg");
		background-size: 780px;
		background-repeat: no-repeat;
		background-position: top center;
		margin-top: 70px;
	}
	.owl-carousel .slide-3 {
		background-image: url("../images/home-slider-BG-3-MOB.jpg");
		background-size: 780px;
		background-repeat: no-repeat;
		background-position: top center;
		margin-top: 70px;
	}
		.owl-carousel .slide-4 {
		background-image: url("../images/home-slider-BG-4-MOB.jpg");
		background-size: 780px;
		background-repeat: no-repeat;
		background-position: top center;
		margin-top: 70px;
	}
	.owl-carousel .slide-xmas {
		background-image: url("../images/home-slider-BG-xmas-MOB.jpg");
		background-size: 780px;
		background-repeat: no-repeat;
		background-position: top center;
		margin-top: 70px;
	}
	.owl-carousel .slide-santa {
		background-image: url("../images/home-slider-BG-santa-MOB.jpg");
		background-size: 780px;
		background-repeat: no-repeat;
		background-position: top center;
		margin-top: 70px;
	}
	.owl-carousel .slide-val {
		background-image: url("../images/home-slider-BG-val-MOB.jpg");
		background-size: 780px;
		background-repeat: no-repeat;
		background-position: top right;
		margin-top: 70px;
	}
	.owl-carousel .slide-mother {
		background-image: url("../images/home-slider-BG-mother-MOB.jpg");
		background-size: 780px;
		background-repeat: no-repeat;
		background-position: top right;
		margin-top: 70px;
	}
	.owl-carousel .slide-breakfast {
		background-image: url("../images/home-slider-BG-breakfast-MOB.jpg");
		background-size: 780px;
		background-repeat: no-repeat;
		background-position: top center;
		margin-top: 70px;
	}
	.owl-carousel .slider-content {
		padding-left: 7%;
		padding-right: 7%;
		padding-top: 100px;
	}
	.owl-carousel .slider-content p.link {
		padding-left: 0%;
		padding-right: 0%;
	}
	.owl-carousel .slider-content h1 {
		color: #5a6489;
		font-size: 50px;
		line-height: 52px;
		margin-top: 40px;
		margin-bottom: 15px;
		text-align: left;
	}
	.owl-carousel .slider-content h1 span.outline {
		color: transparent;
		-webkit-text-stroke-width: 2px;
		-webkit-text-stroke-color: #5a6489;
	}
	.owl-carousel .slider-content a {
		width: 100%;
		background-color: #ffffff;
		border-radius: 40px;
		border: solid #5a6489;
		border-width: 2px 2px 6px 2px;
		color: #5a6489;
		padding: 13px 35px 13px 35px;
		font-family: 'lemonmilkregular';
		font-size: 20px;
	}
	.owl-carousel .owl-dots {
		top: 370px;
		z-index: 199999;
		position: absolute;
		text-align: center;
		width: 100%;
	}
	.owl-carousel .slider-content img {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.owl-carousel.dev .slide img {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		border: 15px solid #ffffff;
	}
	.owl-carousel .slider-content img.three {
		width: 60%;
		margin-top: 40px;
		display: inline;
	}
	.owl-theme .owl-dots .owl-dot span {
		width: 30px !important;
		height: 6px !important;
		background: #ffffff !important;
		border: none;
		border-radius: 0px;
	}
	.owl-carousel .slider-content.seventyfive img {
		width: 55%;
		max-width: 1000px;
		display: inline;
		padding-top: 100px;
	}
	.owl-carousel .slider-content-box {
		padding: 30px 30px;
		margin-top: 5px;
		width: 83%;
	}
	.owl-carousel .slider-content-box h1 {
		font-size: 30px;
		margin-bottom: 5px;
		line-height: 30px;
		padding-top: 5px;
	}
	.owl-carousel .slider-content-box h2 {
		font-size: 30px;
	}
	.owl-carousel .slider-content-box p {
		font-size: 20px;
		padding-bottom: 10px
	}
	.hello {
		margin-top: 20px;
		padding-bottom: 40px;
	}
	.hello .frill {
		height: 180px;
	}
	.hello .content {
		padding-top: 0px;
		margin-top: -150px;
		padding-left: 8%;
		padding-right: 8%;
	}
	.hello h2 {
		font-size: 42px;
		line-height: 42px;
	}
	.hello img.xtra {
		height: 35px;
	}
	.hello .image {
		background-image: none;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 0px 0px;
		padding: 20px 0px 0px 20px;
		text-align: center;
	}
	.hello .image img {
		width: 300px;
	}
	.hello p {
		font-size: 18px;
		line-height: 32px;
	}
	.hello p.link a {
		width: 100%;
		text-align: center;
	}
	.menus {
		padding-top: 0px;
		padding-bottom: 100px;
	}
	.menus h2 {
		font-size: 70px;
		line-height: 80px;
	}
	.menus p.link a {
		border-width: 2px 2px 6px 2px;
		padding: 15px 0px 15px 0px;
		font-family: 'lemonmilkregular';
		font-size: 20px;
		margin: -13px 0px 10px 0px;
		width: 100%;
	}
	.vouchers {
		background-image: none;
		padding-top: 0px;
		padding-bottom: 0px;
	}
  .vouchers.alt {
padding-top: 70px;
padding-bottom: 100px;
}
	.vouchers .text {
		padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 30px;
		background-color: #F3F3F1;
	}
    .vouchers.alt .text {
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 30px;
		background-color: transparent;
	}
	.vouchers h3 {
		font-size: 28px;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 30px;
	}
    	.vouchers.alt h3 {
		padding-top: 10px;
	}
	.vouchers h2 {
		font-size: 49px;
		line-height: 50px;
		padding-bottom: 5px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.vouchers p {
		font-size: 20px;
		line-height: 30px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 15px;
	}
	.vouchers p.link a {
		padding: 14px 30px 14px 30px;
		font-size: 20px;
		width: 100%;
		text-align: center;
	}
	.vouchers p.link a:hover {
		color: #ffffff;
		background-color: #5a6489;
		cursor: pointer;
		text-decoration: none;
	}
	.formy p {
		padding-left: 5%;
		padding-right: 5%;
		font-size: 18px;
		line-height: 26px;
		padding-bottom: 10px;
	}
	.banner {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center 0px;
		height: 250px;
	}
	.main {
		padding-top: 30px;
		padding-left: 5%;
		padding-right: 5%;
	}
	.main .title img {
		width: 85%;
		height: auto;
	}
	.main .title img.title-small {
		width: 85%;
		height: auto;
	}
	.main .title .text p {
		font-size: 20px;
		font-weight: 700;
		text-transform: uppercase;
		color: #222222;
		text-align: justify;
		padding-bottom: 20px;
	}
	.main .frill-b-r img {
		width: 300px;
	}
	.main .main-body {
		padding-top: 40px;
	}
	.main .main-body .image.image-1 {
		padding-bottom: 20px;
		text-align: center;
	}
	.main .main-body .image.image-1 img {
		width: 100%;
	}
	.main .main-body .image.image-2 {
		padding-top: 10px;
		text-align: center;
	}
	.main .main-body .image.image-2 img {
		width: 100%;
	}
	.main .main-body .item-2 .texty {
		padding-top: 10px;
	}
	.main .main-body .image.image-3 {
		text-align: center;
		padding-top: 10px;
	}
	.main .main-body .image.image-3 img {
		width: 100%;
	}
	.main .main-body .item-3 .texty {
		padding-top: 10px;
	}
	.main .main-body .bye {
		text-align: left;
		font-size: 40px;
		font-weight: 700;
	}
	.main .main-body img.img-end {
		width: 100%;
	}
	.main.branches img.branch {
		width: 100%;
		margin-bottom: 16px;
		transition: all 0.3s ease;
		padding-left: 8px;
		padding-right: 8px;
	}
	.main .title h2 {
		font-size: 26px;
		line-height: 32px;
		text-transform: uppercase;
	}
	.careers .item {
		background-image: url("../images/careers-BG-med.png");
		padding: 0px 40px 40px 40px;
		height: 490px;
		width: 290px;
		background-position: center center;
		margin-left: auto;
		margin-right: auto;
	}
	.careers .title p {
		font-size: 18px;
		line-height: 26px;
		padding-top: 20px;
		padding-left: 5%;
		padding-right: 5%;
	}
	.news .item {
		background-color: rgba(255, 255, 255, 0.80);
		background-image: none;
		padding: 0px 0px 20px 0px;
		height: auto;
		width: auto;
	}
	.promo-grid {
		height: auto;
	}
	.promo-grid .item {
		padding: 0px 0px 80px 0px;
		height: 280px;
		margin: 0px;
	}
	.main .title.title-article h1 {
		font-size: 28px;
	}
	.main .article .TextWrap {
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.main .article img {
		width: 100%;
	}
	.promo-grid .story .inner {
		background-image: url("../images/home-ad1-content-BG.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		padding: 55px 35px 70px 35px;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.promo-grid .story .inner h2 {
		font-family: 'fabfeltscriptbold';
		font-size: 35px;
		color: #f8c126;
		padding-top: 30px;
		padding-bottom: 0px;
		margin: 0px;
	}
	.promo-grid .story .inner h2 {
		font-size: 60px;
		padding-top: 10px;
		padding-bottom: 0px;
		border-bottom: none;
		border-top: 2px none;
		padding-left: 30px;
		padding-right: 30px;
	}
	.promo-grid .story .inner p {
		color: #ffffff;
		font-size: 20px;
		padding-top: 0px;
		font-weight: 400;
	}
	.frilltop {
		margin-top: -2px;
	}
	.promo-grid .takeaway {
		background-image: url("../images/home-ad2-BG.jpg");
	}
	.promo-grid .takeaway .inner {
		padding: 55px 0px 80px 0px;
		margin-left: auto;
		margin-right: auto;
		text-align: center center;
	}
	.promo-grid .takeaway .inner img {
		width: 320px;
		max-width: 500px;
	}
	.find {
		background-image: url("../images/home-branches-BG.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
		padding: 20px 0px 50px 0px;
		text-align: center;
	}
	.find h3 {
		font-family: 'fabfeltscriptbold';
		color: #064b7b;
		font-size: 40px;
		padding-bottom: 0px;
	}
	.find h3 img {
		width: 50px;
		margin-top: -10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	#looking {
		text-align: center;
		padding-top: 40px;
		padding-bottom: 90px;
		padding-left: 5%;
		padding-right: 5%;
	}
	#looking .image img {
		width: 80%;
	}
	#looking h2 {
		font-size: 45px;
		line-height: 30px;
		margin-top: -30px;
	}
	#looking h2 span.script {
		line-height: 70px;
		font-size: 40px;
	}
	#looking h2 img {
		height: 50px;
	}
	#looking p {
		font-size: 18px;
		padding-top: 10px;
	}
	#looking .frill-t-l img {
		width: 150px;
	}
	#looking .frill-t-r img {
		width: 400px;
		display: none;
	}
	#looking .frill-b-r img {
		width: 250px;
	}
	#tri-bar {
		position: relative;
		z-index: 1
	}
	#tri-bar .tri-1 {
		background-image: url("../images/tri-bar-work-BG.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 230px;
		-webkit-filter: grayscale(0%);
		/* Ch 23+, Saf 6.0+, BB 10.0+ */
		filter: grayscale(0%);
		/* FF 35+ */
		transition: all 0.3s ease;
	}
	#tri-bar .tri-2 {
		background-image: url("../images/tri-bar-order-BG.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 230px;
		-webkit-filter: grayscale(0%);
		/* Ch 23+, Saf 6.0+, BB 10.0+ */
		filter: grayscale(0%);
		/* FF 35+ */
		transition: all 0.3s ease;
	}
	#tri-bar .tri-1:hover, #tri-bar .tri-2:hover {
		transform: scale(1.03);
		cursor: pointer;
		/* -webkit-filter: blur(20px);
    filter: blur(20px); */
		background-blend-mode: multiply;
	}
	#tri-bar .subscribe {
		padding-top: 25px;
		height: 330px;
	}
	#tri-bar .subscribe h2 {
		font-size: 50px;
		margin-bottom: 5px;
	}
	#tri-bar .subscribe p {
		padding-bottom: 0px;
	}
	#tri-bar .subscribe form {
		padding-top: 0px;
	}
	#tri-bar .subscribe input.form-field {
		height: 40px;
	}
	.about {
		padding-top: 40px;
		padding-left: 4%;
		padding-right: 4%;
		max-width: 1800px;
		margin-left: auto;
		margin-right: auto;
		margin: 0px;
	}
	.about h2 {
		text-align: center;
		font-size: 45px;
		color: #355470;
		padding-bottom: 10px;
	}
	.about h3 {
		text-align: center;
		font-size: 20px;
		line-height: 28px;
		color: #aba491;
		padding-bottom: 10px;
	}
	.about hr {
		border-top: 2px dotted #aba491;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.about .text .left {
		padding-right: 0px;
	}
	.about .text .right {
		padding-left: 0px;
	}
	.about .text.recipe .right {
		padding-right: 0px;
		padding-top: 0px;
	}
	
	
	
	
	.about {
background-image: none;
padding: 80px 7% 0px 7%;
text-align: center;
}
	.about .menu-content {
		 text-align: left;
		padding-top: 30px;
	}
 .about .menu-content .left {
padding-right: 0px;
}
    .about .menu-content .suppers .menu-item-name {
padding-right: 140px;

}
	.about .menu-content h1 {
    font-size:50px;
		line-height: 35px;
    margin-top:-12px;
    margin-bottom:5px
}
.about h2 {
    font-family: 'Conv_AlternateGothic2BT';
    font-size: 40px;
    line-height: 40px;
    color: #cb6015;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.about p {
   
    font-size: 15px;
    line-height:24px;
    text-align: justify;
  text-justify: inter-word;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
    
    .about h4 {
font-size: 30px;
}
     .about h5 {
font-size: 24px;
		 padding-top: 30px;
}
      
 
         .about.our-menus {
           background-image: none;
    padding: 60px 7% 10px 7%;
             text-align: left;
}      
    .about.our-menus h2 {
             text-align: left;
    }   
    .about.our-menus h3 {
             text-align: left;
    } 
     .about.our-menus h4 {
             text-align: left;
    }  
    .tab-content {
        text-align: left;
    }
    img.menu-title {
        width: 150px;
    }
    .about.our-menus .menu-content h2 {
font-size: 40px;
color: #569499;
padding-top: 20px;
padding-bottom: 5px;
margin-bottom: 0;
}
	.about .menu-content {
margin-bottom: 0px;
}
	
	
	.news .text .left {
		padding-top: 0px;
	}
	.news .text .right {
		padding-top: 30px;
	}
	.news .text {
		padding-top: 30px;
	}
	.about h4.script {
		padding-top: 0px;
		font-size: 40px;
	}
	.about h4.script2 {
		padding-top: 50px;
		font-size: 40px;
	}
	.video {
		position: relative;
		margin-top: 40px;
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
		z-index: 991;
	}
	.video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 991;
	}
	.video-sect {
		padding-top: 25px;
		padding-bottom: 25px;
		padding-right: 5%;
		padding-left: 5%;
	}
	.promo-grid .recipe {
		padding-top: 80px;
	}
	.menutop {
		background-image: url(../images/banner-BG-menus-mob.jpg);
		background-size: cover;
		padding-top: 150px;
		padding-bottom: 0px;
	}
	.menutop .slider-content {
		width: 85%;
	}
	.menutop .slider-content h1 {
		font-size: 50px;
	}
	.menutop .slider-content h1 .script {
		font-size: 44px;
	}
	.menutop .slider-content select {
		background-size: 50px;
		font-size: 28px;
	}
	.menutop img.dish {
		width: 70%;
		margin-top: 45px;
	}
	.menu p.pdf-wrap {
		padding-bottom: 20px;
	}
	.menu .left {
		padding-right: 0px;
	}
	.menu .right {
		padding-left: 0px;
	}
	.menu h2 {
		font-size: 50px;
	}
	.menu h3 {
		font-size: 22px;
	}
	.menu h4 {
		font-size: 30px;
		line-height: 38px;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-top: 30px;
		margin-bottom: 0px;
		border: none;
	}
	.menu p.description {
		font-size: 16px;
		line-height: 22px;
		padding-top: 8px;
	}
	.menu p.detail {
		margin-top: -30px;
	}
	.menu .image {
		text-align: center;
		padding-bottom: 20px;
	}
	.menu img.foody {
		width: 100%;
		margin-left: 0px;
	}
	.menu .left {
		padding-right: 0px;
		padding-left: 0px;
	}
	.menu h4 {}
	.social-media-mob {
		padding-top: 0px;
		padding-bottom: 30px;
	}
	.social-media .facebook {
		margin-bottom: 60px;
	}
	.social-media .twitter {
		margin-bottom: 60px;
	}
	.social-media .instagram {
		background-color: #438ab3;
		color: #FFFFFF;
	}
	.social-feed {
		padding-top: 30px;
		padding-bottom: 20px;
		background-size: cover;
		padding-left: 0%;
		padding-right: 0%;
	}
	.social-feed img.inst-title {
		width: 80%;
		padding-bottom: 20px;
	}
	.social-feed h2 {
		font-size: 60px;
		line-height: 45px;
		text-shadow: none;
		margin-bottom: 15px;
		color: #ffffff;
	}
	.instagram {
		background: transparent;
		margin-bottom: 30px;
	}
	.instagram img {
		width: 90%;
		border: 10px #ffffff solid;
		background-color: #323232
	}
	footer.alt {
padding-top: 0px;
}
	
	
	footer {
		padding-left: 6%;
		padding-right: 6%;
	}
	footer .col1, footer .col2 {
		padding-left: 0px;
		padding-right: 0px;
	}
	footer .col2 {
		padding-top: 30px;
	}
	footer .col3 {
		margin-top: 40px;
	}
	footer img.footer-slogan {
		height: auto;
		width: 90%;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.footer-nav li {
		display: block;
		padding-bottom: 10px;
	}
	footer p.copyright {
		padding-left: 5%;
		padding-right: 5%;
		line-height: 20px;
		padding-bottom: 20px;
	}
}