/* CSS Document */
body, html {
    font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;
	color: #333333;
	font-size: 18px;
    max-width: 2500px;
    margin-left: auto;
    margin-right: auto;
}
h1, h2, h3, h4 {
	font-family: futura-pt, sans-serif;
font-weight: 700;
font-style: normal;
	color: #355470;
}
.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:10001; /* 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: 100;
display: none;
}
.cnt223 a{
text-decoration: none;
}
.popup{
width: 100%;
margin: 0 auto;
position: fixed;
display: none;
z-index: 10001;
}
.popup img {
	width: 100%;
}
	.popup .close {
		opacity: 1;
		text-shadow: none;
		font-size: 30px;
	}
.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';
}
.cnt223{
min-width: 600px;
width: 600px;
min-height: 150px;
margin: 100px auto;
background: #355470;
position: relative;
z-index: 103;
	padding: 10px 25px 60px 25px;
border-radius: 0px;
box-shadow: 0 2px 15px #000;
    transform: rotate(4deg);
}
.cnt223 h2 {
    color: #ffffff;
}
.cnt223 p{
clear: both;
    /* text-align: justify; */
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}
.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;
}

.logo {
	position: fixed;
	top: 10px;
	left: 20px;
	z-index: 1000;
}
.logo img {
	width: 230px;
}
.navigation {
	background-image: url("../images/nav-BG.png");
    background-repeat: repeat-x;
    background-size: 39px;
	height: 81px;
	 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:20px;
	background-color: transparent;
	border: none;
    font-weight: 700;
	border-radius: 0px;
	text-align:right;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
	padding-right: 0px;
}

.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: #ffffff;
	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: #ffc92f;
}
.navbar .navbar-nav li.last {
	padding-left: 35px;
    margin-top: -6px;
    
}
.navbar .navbar-nav li.last a{
	background-color: #115396;
	color: #ffffff;
	padding: 19px 25px 22px 20px;
}
.navbar .navbar-nav li.last a:hover {
    color: #ffc92f;
	cursor: pointer;
}


.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-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 .slider-content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	transition: all 0.3s ease;
}

.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;
}
.slider-content p.link {
	padding-top: 25px
}

.owl-carousel .slider-content p.link a:hover {
	text-decoration: none;
	background-color: rgb(255, 201, 47);
}
.owl-carousel .slider-content img  {
	width: 70%;
    max-width: 1000px;
	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: 6px !important;
	background: #ffffff !important;
	border: none;
    border-radius: 0px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #1fbbed !important;
}
.owl-carousel .owl-nav {
	display: none;
}


.video-sect {
	background-image:url("../images/videoBG.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
    padding-top: 65px;
    padding-bottom: 65px;
    padding-right: 65px;
    padding-left: 65px;
}
.video-sect .video {
  position: relative;
	margin-top: 40px;
  width: 100%;
  height: 0;
  padding-bottom: 56.85%;
  z-index:991;
    border-radius:0px
}
.video-sect .video iframe {
  position: absolute;
    background:none;
    border: 8px solid #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    z-index:991;
    border-radius:0px;
    -webkit-box-shadow: 0px 7px 16px -3px rgba(0,0,0,0.4); 
box-shadow: 0px 7px 16px -3px rgba(0,0,0,0.4);
}

.banner {
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center 70px;
	height: 550px;
}
.banner a {
	text-decoration: none;
}
.banner.banner1 {
	background-image:url(../images/banner-BG-about.jpg);
}
.banner.banner2 {
	background-image:url(../images/banner-BG-menu.jpg);
}
.banner.banner3 {
	background-image:url(../images/banner-BG-branches.jpg);
}
.banner.banner4 {
	background-image:url("../images/banner-BG-careers.jpg");
}
.banner.banner5 {
	background-image:url("../images/banner-BG-order.jpg");
}

.banner.banner-news1 {
	background-image:url(../images/banner-BG-news-1.jpg);
}

.banner.news1 {
	background-image:url("../images/slider-bg-xmas.jpg");
	padding-top: 110px;
	padding-bottom: 110px;
}
.banner.news2 {
	background-image:url(../images/banner-BG-news-xmashampers.jpg);
	padding-top: 110px;
	padding-bottom: 110px;
}
.banner.news3 {
	background-image:url("../images/banner-BG-news-90.jpg");
	padding-top: 110px;
	padding-bottom: 110px;
}
.banner.news4 {
	background-image:url("../images/banner-BG-news-coffee-roll.jpg");
	padding-top: 110px;
	padding-bottom: 110px;
}
.banner.newswest {
	background-image:url("../images/banner-BG-news-west.jpg");
	padding-top: 110px;
	padding-bottom: 110px;
}
.banner.news5 {
	background-image:url("../images/banner-BG-news-hampers.jpg");
	padding-top: 110px;
	padding-bottom: 110px;
}
.banner.news6 {
	background-image:url("../images/banner-BG-news-breakfast.jpg");
	padding-top: 110px;
	padding-bottom: 110px;
}
.banner.news7 {
	background-image:url("../images/banner-BG-news-freshpasta.jpg");
	padding-top: 110px;
	padding-bottom: 110px;
}
.banner.news8 {
	background-image:url("../images/slider-bg-delivery.jpg");
	padding-top: 110px;
	padding-bottom: 110px;
}
.banner.deli {
	background-image:url(../images/deli-banner.jpg);
	padding-top: 110px;
	padding-bottom: 110px;
}
.banner.recipe1 {
	background-image:url(../images/banner-BG-recipe-main.jpg);
	padding-top: 110px;
	padding-bottom: 110px;
}
.banner.recipe2 {
	background-image:url(../images/recipe-banner-broccoli-e-patate.jpg);
	padding-top: 110px;
	padding-bottom: 110px;
}
.banner.recipe3 {
	background-image:url("../images/recipe-banner-paccheri.jpg");
	padding-top: 110px;
	padding-bottom: 110px;
}
.banner.recipe4 {
	background-image:url("../images/recipe-banner-nonnoblu.jpg");
	padding-top: 110px;
	padding-bottom: 110px;
}
.banner.recipe5 {
	background-image:url("../images/recipe-banner-orecchiette-broccoli.jpg");
	padding-top: 110px;
	padding-bottom: 110px;
}
.banner.recipe6 {
	background-image:url("../images/recipe-banner-pasta-fagioli.jpg");
	padding-top: 110px;
	padding-bottom: 110px;
}
.banner.recipe7 {
	background-image:url("../images/recipe-banner-recipe7.jpg");
	padding-top: 110px;
	padding-bottom: 110px;
}
.banner.contact {
	background-image:url("../images/banner-BG-contact.jpg");
	padding-top: 110px;
	padding-bottom: 110px;
}
.banner.contact2 {
	background-image:url("../images/banner-BG-contact-thanks.jpg");
	padding-top: 110px;
	padding-bottom: 110px;
}
.banner .slider-content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	width: 600px;
    background-color: rgba(255, 255, 255, 0.9);
	padding-bottom: 30px;
	border-bottom: solid 7px #aba491;
}
.banner .slider-content hr {
	border-top: 2px dotted #aba491;
	margin-top: 10px;
	margin-bottom: 10px;
}
.banner .slider-content h2 {
	font-family: 'intro_script_rh2_base';
	font-size: 54px;
	color: #aba491;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 0px;
}
.banner .slider-content h2.alt {
	font-family: 'frontage_condensedinline';
	font-size: 90px;
	color: #b3a997;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 0px;
}
.banner .slider-content h1 {
	 font-family: 'frontage_condensedinline';
	letter-spacing: -7px;
	font-size: 90px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: -10px;
}


.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 {
    background-image:url("../images/home-branches-BG.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	padding: 60px 0px 100px 0px;
    text-align: center;
}
.find h3 {
    font-family: 'fabfeltscriptbold';
    color: #064b7b;
    font-size: 75px;
    padding-bottom: 20px;
}
.find h3 img {
    width: 90px;
    margin-top: -10px;
    padding-left: 20px;
    padding-right: 20px;
}

#branches-carousel .item img {
    transition: all 0.3s ease;
    padding:10px;
}
#branches-carousel .item img:hover {
   transform: rotate(6deg);
}

#looking {
    background-image: url("../images/BG-Light-wood.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
#looking .main {
}
#looking .image {
    
}
#looking .image img {
    width: 100%
}
#looking h2 {
    color: #064b7b;
    font-size: 75px;
    
    line-height: 50px;
}
#looking h2 span.script {
    font-family: 'fabfeltscriptbold';
    color: #ffc92f;
    line-height: 90px;
}
#looking h2 img {
    height: 80px;
    margin-top: -17px;
}
#looking p {
    font-size: 18px;
    padding-top: 18px;
}
#looking p.link {
    padding-top: 14px;
}
#looking p.link a {
    font-weight: 700;
    padding-top: 20px;
    background-color: #1fbbed;
    padding: 10px 15px;
    font-size: 20px;
    color: #ffffff;
}
#looking p.link a:hover {
    text-decoration: none;
    background-color: #064b7b;
}
#looking .frill-t-l {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0
}
#looking .frill-t-l img {
    width: 400px;
}
#looking .frill-t-r {
     position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0
}
#looking .frill-t-r img {
    width: 500px;
}
#looking .frill-b-r {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 0
}
#looking .frill-b-r img {
    width: 300px;
}






#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: 450px;
     -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: 450px;
     -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 {
	background-color: #064b7b;
     background-image: url("../images/tri-bar-newsletter-BG-tile.png");
    background-repeat: repeat;
    background-size: 100px;
	text-align: center;
	padding-top: 65px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
 height: 450px;
}
#tri-bar .subscribe h2 {
	color: #1fbbed;
	font-size: 60px;
	padding-left: 15px;
	padding-right: 15px;
    margin-top: 0px;
	font-family: 'fabfeltscriptbold';
}
#tri-bar .subscribe p {
	color: #ffffff;
	font-size: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
}
#tri-bar .subscribe p.link {
    padding-top: 10px
}
#tri-bar .subscribe p.link a {
	border: none;
	box-shadow: none;
	background-color: #1fbbed;
	color: #FFFFFF;
	border-radius: 0px;
	font-size: 20px;
    font-weight: 700;
padding-top: 15px;
padding-right: 25px;
padding-bottom: 15px;
padding-left: 25px;
}

#tri-bar .subscribe form {
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 10px;
}
#tri-bar .subscribe input.form-field {
	height:60px;
	border: none;
	box-shadow: none;
	background-color: #FFFFFF;
	width: 100%;
	font-size: 16px;
	padding-left: 10px;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 0px;

}
#tri-bar .subscribe input.form-btn {
	border: none;
	box-shadow: none;
	background-color: #1fbbed;
	color: #FFFFFF;
	border-radius: 0px;
	font-size: 20px;
    font-weight: 700;
padding-top: 15px;
padding-right: 25px;
padding-bottom: 15px;
padding-left: 25px;


}






footer {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 00px
        
}
footer img.footer-logo {
    height: 70px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -15px;
}
footer img.footer-slogan {
    height: 60px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -20px;
}

footer i {
    font-size: 50px;
    padding-left: 5px;
    padding-right: 5px;
}
footer p.copyright {
    font-size: 14px;
}

.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;
	font-family: 'frontage_condensed3d';
	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-family: 'frontage_condensedregular';
	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 {
	font-family: 'frontage_condensedregular';
	color: #ffffff;
	background-color: #355470;
	padding: 20px;
	transition: all 0.3s ease;
}
.about .text p.link a:hover {
	font-family: 'frontage_condensedregular';
	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
}



.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 */
f
.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-content {
	background-color: #ffffff;
	border: none;
	padding-left: 0;
	padding-right: 0;
    z-index: 99999;
    text-align: left
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 0;
background-color: #000;
}
.modal-content h3 {
	color: #2d5070;
	font-size: 22px;
	line-height: 37px;
	padding-bottom: 0px;
	margin-top:30px;
	margin-bottom:0px;
	padding-left: 0px;
	padding-right: 40px;
    text-align: left;
    text-transform: uppercase;
}
.modal-content h1 {
	font-size: 32px;
	line-height: 34px;
	padding-bottom: 0px;
	padding-top:20px;
	margin-bottom:10px;
	padding-top:0px;
	padding-left: 0px;
	padding-right: 40px;
    text-align: left;
    color: #1cacd9;
}
.modal-content iframe {
	border: none;
}
.modal-content p {
	padding-top: 10px;
	color:rgba(32,32,32,1.00);
	font-size: 16px;
	line-height: 19px;
	padding-bottom:0px;
	margin-bottom:0px;
	padding-left: 0px;
	padding-right: 20px;
    text-align: left
}
.modal-content .boxed {
    background-color: #e0f7ff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.modal-content .boxed.first {
    margin-top: 25px;
}
.modal-content .boxed img {
    height: 26px;
    margin-bottom: 5px;
}
.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: #000000;
	opacity: 1;
	font-size: 23px !important;
}
.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: 22px;
}
        .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) {
    .navbar .navbar-nav li a, .navbar .navbar-nav li button{
	padding-left:28px;
	font-size: 19px;
}
        .owl-carousel .slide {
    padding-top: 250px;
    height: 800px
}
        .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: 235px;
}
    .logo {
position: fixed;
top: 10px;
left: 20px;
z-index: 1000;
}
    .navbar .navbar-nav li a, .navbar .navbar-nav li button{
	padding-left:15px;
	font-size: 15px;
}
.map-responsive{
     height:500px;
}
.map-responsive iframe{
    height:500px;
}
    
 .frilltop {
    margin-top: -13px;
}   
    .owl-carousel .slide {
    padding-top: 200px;
    height: 600px
}
    .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;
}

    
    
   .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: 40px 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;
	
}
  
    
}






/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	.logo {
        
        position: fixed;
    }
    .logo img {
        width: 235px;
    }
    .mob-top {
        background-image: url("../images/nav-BG.png");
    background-repeat: repeat-x;
    background-size: 39px;
	height: 81px;
 margin-top: 0px;
  width:100%;
        position: fixed;
  z-index: 999;
        color: #ffffff;
        font-size: 40px;
    }
    
    
    
    
    .owl-carousel .slide {
padding-top: 200px;
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;
}
    
    
    
    .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: 30px 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;
}
      
   
#tri-bar {
    position: relative;
    z-index:1;
    height: auto;
}
#tri-bar .tri-1 {
    height: 320px;

}
#tri-bar .tri-2 {
   
    height: 320px;
  
}


#tri-bar .subscribe {
	padding-top: 35px;
 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;
	
} 
    
    .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;
}
    
    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;
}
 }







/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	
.cnt223{
min-width: 100%;
width: 100%;
min-height: 150px;
margin: 100px auto;
background: #355470;
position: relative;
z-index: 103;
	padding: 10px 25px 60px 25px;
border-radius: 0px;
box-shadow: 0 2px 15px #000;
    transform: rotate(4deg);
}
    .modal {
		z-index: 9999;
	}
    .map-responsive{
     height:450px;
}
.map-responsive iframe{
    height:450px;
}	.logo {
        left: 10px;
    top: 9px;
        position: fixed;
    }
    .logo img {
        width: 195px;
    }
    .mob-top {
        background-image: url("../images/nav-BG.png");
    background-repeat: repeat-x;
    background-size: 33px;
	height: 81px;
 margin-top: 0px;
  width:100%;
        position: fixed;
  z-index: 999;
        color: #ffffff;
        font-size: 40px;
    }
    section {
        margin-top: 0px;
    } 
    section button {
border: none;
padding: 14px 20px 13px 20px;
outline: none;
background: #115396;
font-family: 'frontage_condensedbold';
font-size: 25px;
border-radius: 0;
margin-top: 0px;
color: #ffffff;
}
    

    
    
    .owl-carousel .slide {
padding-top: 150px;
height: 570px;
}
 .owl-carousel .slide-1 {
background-image: url("../images/home-slider-BG-1-MOB.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}   
 
 .owl-carousel .slide-2 {
background-image: url("../images/home-slider-BG-2-MOB.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}   
    
    .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
}
    
    
    
    
    .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;
	font-family: 'frontage_condensed3d';
	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;
}

.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 {
	padding-left:0%;
	padding-right:0%;
}
    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;
}




}
