@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600|Roboto|Caveat');

body {
  background-color: #fff;
  /* background: url('../images/white_carbon.png'); */
}


/* page header frontend */
#page_container {
  padding-top: 0px !important;
}

#page_header .page_header--landing_page {
  display: none;
}


#page_header .page_header--landing_page .navbar {
  padding: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  text-transform: none;
  border-bottom: none;
  margin-bottom: -112px;
  position: relative;
  z-index: 5;
}

#page_header .page_header--landing_page .navbar-top {
  padding: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 25px;
  color: #FFFFFF;
}

#page_header .page_header--landing_page .navbar-top a {
  color: #FFFFFF;
}

#page_header .page_header--landing_page .navbar-nav {
  margin-top: 16px;
}

#page_header .page_header--landing_page .navbar-nav a {
  font-size: 18px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}

#page_header .page_header--landing_page .nav > li > a:hover,
#page_header .page_header--landing_page .nav > li > a:focus {
  background-color: transparent;
  color: #f25822;
}

#page_header .page_header--landing_page .navbar-toggle:hover {
  background-color: #cbcbcb;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar-default .navbar-nav > li > a {
    color: #000000;
    margin: 0 10px 0 0;
}


/* page header order pages */




#page_header .page_header--interior_page .navbar {
  padding: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  text-transform: none;
  border-bottom: none;
  margin-bottom: 0px;
  position: relative;
  z-index: 5;
}

#page_header .page_header--interior_page .navbar-top {
  padding: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 25px;
  color: #FFFFFF;
}

#page_header .page_header--interior_page .navbar-top a {
  color: #FFFFFF;
}

#page_header .page_header--interior_page .navbar-nav {
  margin-top: 16px;
}

#page_header .page_header--interior_page .navbar-nav a {
  font-size: 18px;
  font-weight: 300;
}

#page_header .page_header--interior_page .nav > li > a:hover,
#page_header .page_header--interior_page .nav > li > a:focus {
    background-color: transparent;
  color: #fff;
}

#page_header .page_header--interior_page .navbar-toggle:hover {
  background-color: #cbcbcb;
}

#page_header .page_header--interior_page .navbar-default {
      background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url('../images/headerpic2.jpg');
    border: none;
    margin-bottom: 30px;
}

#page_header .page_header--interior_page .navbar-default .navbar-nav > li > a {
    color: #fff;
    margin: 0 10px 0 0;
}


#page_header .page_header--interior_page h1 {
    margin-top: 6%;
    margin-bottom: 3%;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 1px;
}




/* social icons */
#page_header #social-icons {
  float: right;
}

#page_header #social-icons a.social {
    overflow: hidden;
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    margin: 0 0 0 6px;
    width: 26px;
    height: 26px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    float: left;
    text-index: -9999px;
       background: url('../images/social-icons.png') no-repeat top left;
}

#page_header #social-icons a.social:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#page_header #social-icons a.social.facebook{ background-position: 0 0; width: 26px; height: 26px; }
#page_header #social-icons a.social.foursquare{ background-position: -31px 0; width: 26px; height: 26px; }
#page_header #social-icons a.social.google{ background-position: -62px 0; width: 26px; height: 26px; }
#page_header #social-icons a.social.tripadvisor{ background-position: -93px 0; width: 26px; height: 26px; }
#page_header #social-icons a.social.twitter{ background-position: -124px 0; width: 26px; height: 26px; }
#page_header #social-icons a.social.urbanspoon{ background-position: -155px 0; width: 26px; height: 26px; }
#page_header #social-icons a.social.yelp{ background-position: -186px 0; width: 26px; height: 26px; }
#page_header #social-icons a.social.instagram{ background-position: -217px 0; width: 26px; height: 26px; }
#page_header #social-icons a.social.vimeo{ background-position: -248px 0; width: 26px; height: 26px; }
#page_header #social-icons a.social.pinterest{ background-position: -279px 0; width: 26px; height: 26px; }
#page_header #social-icons a.social.linkedin{ background-position: -310px 0; width: 26px; height: 26px; }
#page_header #social-icons a.social.youtube{ background-position: -341px 0; width: 26px; height: 26px; }


/* content */
#page_content #carousel {
  position: relative;
  left: 0px;
  width: 100%;
  margin-bottom: 0;
}

#page_content #carousel .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}

#page_content #carousel .background.background-sushi {
  background-image: url('../images/backgrounds/sushi.jpg');
}

#page_content #carousel .background.background-fajitas {
  background-image: url('../images/backgrounds/fajitas.jpg');
}

#page_content #carousel .background.background-butterchicken {
  background-image: url('../images/backgrounds/butterchicken.jpg');
}

#page_content #carousel .background.background-healthysalads {
  background-image: url('../images/backgrounds/healthysalads.jpg');
}

#page_content .content-shadow {
  width: 315px;
  height: 12px;
  background: url('../images/bg-shadow.png') no-repeat 10px 0px;
}



/* search form */
#page_content #search-container {
    position: relative;
    width: 100%;
    height: 760px;
    overflow: hidden;
    margin-bottom: -20px;
    z-index: 1;
}

#page_content #search-container .tagline {
  margin-top: 15%;
  margin-bottom: 2%;
}

#page_content #search-container .tagline h1 {
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 1px;
}

#page_content #search-container input {
  padding: 20px 15px;
  border-radius: 6px;
}


/*DELIVERY PART*/
#page_content #delivery-options .delivery-option {
  padding: 30px 0px !important;
  background: transparent;
}

#page_content #delivery-options .delivery-option h2 {
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 30px;
  line-height: 22px;
  margin: 0;
  padding: 0 0 9px !important;
  color: #f25822;
}

#page_content #delivery-options .delivery-option p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;

  margin: 0;
  padding: 0;

  color: #000000;
}



/* page footer */

#page_footer {
  background: #333333 url('../images/footerpic.jpg') no-repeat bottom;
}

#page_footer .sectionbox {
  padding: 20px 0px;
}

#page_footer .sectionbox h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #8e8e8e;
}

#page_footer .sectionbox h3 {
   font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #8e8e8e;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#page_footer .sectionbox p {
  margin-top: 20px;
}

#page_footer .sectionbox ul.footer-nav {
  margin-left: -15px;
}

#page_footer #copyright {
  margin-bottom: 30px;
  padding-top: 40px;
   font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #cecfd0;
}


.footer {
  color: #e8e8e8;
  border-top: none;
}

.footer a {
     font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #cecfd0;
    text-decoration: underline;
}

.footer a:hover {
  color: #f25822;
}

.footer a.seeall {
     font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #f25822;
    text-decoration: underline;
}

.footer a.seeall:hover {
  color: #fff;
}


.footer #copyright a {
     font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #cecfd0;
  margin: 0 3px;
    text-decoration: none;
}

.footer #copyright a:hover {
  color: #f25822;
}


/* custom bootstrap overrides */
form .input,
form .textarea {
  position: relative;
  display: block;
  font-weight: 400;
}

form .icon-prepend {
  position: absolute;
  top: 6px;
  left: 5px;
  width: 30px;
  color:#A2A2A2;
  padding: 5px;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  text-align: center;
  border-right: 1px solid #BDBDBD;
}

form .icon-append {
  position: absolute;
  top: 6px;
  right: 5px;
  width: 30px;
  color:#A2A2A2;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  text-align: center;
  border-left: 1px solid #BDBDBD;
}

form .input input {
  width: 100%;
  padding: 10px 10px;
  color: #404040;
  border-width: 1px;
  border-style: solid;
  border-color: #BDBDBD;
  background: #fff;
  font: 14px/18px 'Open Sans',Helvetica,Arial,sans-serif;
}

form .icon-prepend + input, form .icon-prepend + textarea {
  padding-left: 40px;
}

form .icon-append + input, form .icon-append + textarea {
  padding-left: 10px;
  padding-right: 40px;
}



/* general declarations */
.content {
  padding: 20px 30px;
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #FFFFFF;
  border: 1px solid #BCBCBC;
}

.content h3 {
  color: #f25822
}

.section {
  margin: 30px 0px;
  border-top: 1px dashed #333333;
}

.section h2 {
  color: #f25822;
}

.section p, .section ul li {
  font-size: 16px;
}

h3.section-title {
  margin-bottom: 0px;
}

.section-title {
  clear: both;
  position: relative;
  margin: 10px 0 20px;
  padding: 0;
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 50px;
  font-weight: normal;
  line-height: 50px;
  border: none;
}

.section-title:after {
  position: absolute;
  display: block;
  top: 28px;
  width: 100%;
  height: 1px;
  margin-left: 0;
  content: '';
  background: #888888;
  z-index: 1;
}

.section-title span {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 5px 15px;
  color: #2c3e50;
  color: #f25822;
  background-color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}

.section-image {
  width: 100%;
  height: 300px;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.75);
  border: 4px solid #FFFFFF;
  overflow: hidden;
}

.section-image img {
  width: 100%;
}

.spacer {
  display: inline-block;
  margin: 0px 10px;
}

.border-left {
  border-left: 1px solid #BDBDBD;
}

.pixel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent url('../images/pixel-overlay.png');
}

.divider {
  display: block;
  height: 14px;
  margin: 5px 0px;
  background: url('../images/divider.png') repeat-x;
}

.shadow {
  position: relative;
}

.shadow-inner {
  position: absolute;
  top: -40px;
  padding: 0px;
  height: 60px;
  width: 100%;
  background: url('../images/shadow.png') no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
  z-index: -2;
}





/* css3 animations */
.transition-slideup {
  animation-name: transition-slideup;
  -webkit-animation-name: transition-slideup;

  animation-duration: 1s;
  -webkit-animation-duration: 1s;

  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;

  visibility: visible !important;
}

@keyframes transition-slideup {
  0%   { transform: translateY(100%); }
  50%  { transform: translateY(-8%); }
  65%  { transform: translateY(4%); }
  80%  { transform: translateY(-4%); }
  95%  { transform: translateY(2%); }
  100% { transform: translateY(0%); }
}

@-webkit-keyframes transition-slideup {
  0%   { -webkit-transform: translateY(100%); }
  50%  { -webkit-transform: translateY(-8%); }
  65%  { -webkit-transform: translateY(4%); }
  80%  { -webkit-transform: translateY(-4%); }
  95%  { -webkit-transform: translateY(2%); }
  100% { -webkit-transform: translateY(0%); }
}



/* ********************************    custom for ALCE    ******************************** */


/* header */

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.input-group-btn:first-child > .btnhome {
  margin-left: 5px;

}
.input-group-btn:last-child > .btnhome {
  margin-left: 5px;
}

.btnhome:first-child {
  background-color: #01abce;
  border: none;
  color: #fff;
  border-radius: 4px;
}

.btnhome:last-child {
  background-color: #f25822;
  border: none;
  color: #fff;
  border-radius: 4px;
}

.btnhome {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  padding: 12px 20px;
  border-radius: 6px;
}

.btnhome:hover, .btnhome:active {
}

.headerapps {
  margin-top: 15%;
}

.headerapps img {
  height: 30px;
}

.tagline h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 3%;
}

.logo92 {
  height: 92px;
}

.navbar-default .navbar-nav > li > a.btn-login {
  color: #f25822;
  border: 1px solid #f25822;
  padding: 8px 24px;
  margin-top: 5px;
}

#page_header .page_header--interior_page .navbar-default .navbar-nav > li > a.btn-login {
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 24px;
  margin-top: 5px;
}


.navbar-default .navbar-nav > li > a > img {
  height: 24px;
  margin-top: -4px;
}

#page_header .page_header--interior_page .navbar-default .navbar-nav > li > a > img {
  height: 24px;
  margin-top: -4px;
}



.dropdown-menu .languages {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 120px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: transparent;
    border: 1px solid #f25822;
    border-radius: 2px;

    background-clip: padding-box;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin-left: 15px;
}


.dropdown-menu .languages > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}


#page_header .page_header--interior_page .dropdown-menu  {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 120px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: transparent;
    border: 1px solid #f25822;
    border-radius: 2px;

    background-clip: padding-box;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin-left: 15px;
}


#page_header .page_header--interior_page .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}



#page_header .page_header--interior_page .open > .dropdown-menu {
  display: block;
}

#page_header .page_header--interior_page .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}


ul.dropdown-menu.languages {
  background-color: transparent !important;
  color: #fff !important;
   border: 1px solid #f25822 !important;
    border-radius: 2px !important;
}

#lang_menu_i > ul.dropdown-menu.languages > li a {
    color: #000 !important;
    white-space: nowrap;
}

#lang_menu_i > ul.dropdown-menu.languages > li a:hover {
    color: #333 !important;
}



/* recommended */

#recommended {
  background-color: #fff;
  padding: 25px 0 30px 0;
}

#recommended h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #333333;
}

#recommended h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #333333;
  text-transform: uppercase;
}

#recommended p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #8f8f8f;
}

#recommended p.subhead {
  margin-bottom: 25px;
}

.btn-recommended {
  color: #f25822;
  background-color: transparent;
  border: 1px solid #f25822;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
}



.btn-allrestaurants {
  background-color: #01abce;
  border: none;
  color: #fff;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin: 40px 0 15px;
}

.btn-partners:hover,
.btn-partners:focus,
.btn-partners:active {
  background-color: #e8e8e8 !important;
}


.carousel-control {
  padding-top:5%;
  width:0;
  color: #e8e8e8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-size: 100px;
  text-shadow: none;
  font-weight: lighter;
}

.carousel-control.left {
  margin-left: -40px;
}

.carousel-control.right {
  margin-right: -20px;
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #546670;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}


/* apps */

#apps {
  background: #f25822;
/*
  background: -moz-linear-gradient(top, #cf4b1d 0%, #f25822 15%, #f25822 77%, #cf4b1d 100%);
  background: -webkit-linear-gradient(top, #cf4b1d 0%,#f25822 15%,#f25822 77%,#cf4b1d 100%);
  background: linear-gradient(to bottom, #cf4b1d 0%,#f25822 15%,#f25822 77%,#cf4b1d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf4b1d', endColorstr='#cf4b1d',GradientType=0 );
*/
  padding-top: 10px;
}

#apps img.phones {
  height: 200px;
	padding: 30px;
	margin-left: 230px;
}

#apps img.applink {
  height: 60px;
}

#apps div.applinks {
  padding-left: 60px;

}

#apps h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #fff;
}

#apps p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #fff;
  padding: 0px 0 0px 6px;
}

#center_apps_code {
    max-height: 100px !important;
}


/* corporate services */

#corporate {
  background-color: #fff;
  padding: 25px 0 60px;
}

#corporate img {
  padding: 25px 0;
}

#corporate h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #333333;
}


#corporate h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #333333;
  text-transform: uppercase;
}

#corporate p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #8f8f8f;
}

#corporate p.subhead {
  margin-bottom: 25px;
}

.btn-corporate {
  color: #f25822;
  background-color: transparent;
  border: 1px solid #f25822;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.btn-corporate:hover, .btn-corporate:active {
  color: #fff;
  background-color: #f25822;
}


/* testimonials */

#testimonials {
  background-color: #e8e8e8;
  padding: 20px 0 70px 0;
}

#testimonials h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #333333;
}


.testimonial {
  background-image: url('../images/testimonial-white-notext.png');
  padding: 15px 0 25px 0;
  height: 186px;
  margin: 15px 0;
  max-width: 372px;
}

.testimonial:hover {
  background-image: url('../images/testimonial-orange-notext.png');
  padding: 15px 0;
  height: 186px;
  margin: 0;
  color: #fff;
  font-weight: bold;
}

.testimonial p.text {
  padding: 50px 20px 75px 70px;
  margin-top: -15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #8f8f8f;
}

.testimonial p.text:hover {
  color: #fff;
}

p.name {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #546670;
  text-transform: uppercase;
  margin: 20px 0 0 5px;
  position: relative;
  clear: both;
}


p.name-fr {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #546670;
  text-transform: uppercase;
  margin: 0px 0 0 5px;
}

/*
p.name:hover {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #546670;
  text-transform: uppercase;
  font-weight: bold;
}

p.name-fr:hover {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #546670;
  text-transform: uppercase;
  font-weight: bold;
}
*/

#testimonials .testimonial p.job {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #8f8f8f;
  margin-left: 5px;
}

#testimonials .testimonial p.job:hover {
  font-weight: normal;
}




.facebook {
   background: url('../images/fb25.png') no-repeat;
   width: 25px;
   height: 25px;
   position: absolute;
   margin-top: -3px;
   margin-left: 10px;
}

.twitter {
   background: url('../images/tw25.png') no-repeat;
   width: 25px;
   height: 25px;
   position: absolute;
   margin-top: -3px;
   margin-left: 10px;
}


/* restaurant partner */

#partners {
  background-color: #fff;
  padding: 20px 0;
}

#partners img {
  padding: 40px 0;
}

#partners h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  padding: 50px 0 20px 40px;
}

#partners p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #8f8f8f;
  padding: 0 0 20px 40px;
}

.btn-partners {
  background-color: #01abce;
  border: none;
  color: #fff;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin: 10px 0 15px 40px;
}


.btn-partners:hover,
.btn-partners:focus,
.btn-partners:active {
  background-color: #e8e8e8 !important;
}



/* restaurant partner */


#restaurant-partners {
  background-color: #fff;
  padding: 20px 0;
  background: url('../images/restaurant-partners-bg.jpg') no-repeat bottom;
  background-size: cover;
}

#restaurant-partners img {
  margin-top: 20px;
  height: 250px;
}

#restaurant-partners h1 {
  font-family: 'Museo 700', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  padding: 20px 0 10px 15px;
   text-shadow: 2px 2px 4px #333333;
}

#restaurant-partners p {
  font-family: 'Museo 700', sans-serif;
  font-size: 14px;
  color: #fff;
  margin: 25px 15px;
}

.btn-restaurant-partners {
    background-color: #01abce;
    border: none;
    color: #fff;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin: 1px 0 5px 15px;
}


/* weekly email */

#newsletter {
  background-color: #f25822;
  padding: 20px 0;
}

#newsletter h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #fff;
}

#newsletter p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #fff;
}

.btn-newsletter {
  background-color: #01abce;
  border: none;
  color: #fff;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500;
  font-size: 14px !important;
  margin: 30px 0 15px 60px;
  text-transform: uppercase;
  text-decoration: none !important;
}





/* footer */

.footersocial {
  padding: 25px 0 10px 0;
}

.footersocial p {
  padding: 5px 15px 0 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.footersocial i {
  font-size: 1.5em;
  padding: 5px 30px 0 0;
}



.footersocial img {
  height: 40px;
}

.footersocial img {
  margin-left: 10px;
  margin-top: -5px;
}

.footersocial ul {
  margin-right: -25px;
  margin-bottom: 15px;
}



/* ******************** corporate services ********************* */




.btn-recommended-corp {
    color: #f25822;
    background-color: transparent;
    border: 1px solid #f25822;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px !important;
    margin-bottom: 25px;
}

.btn-recommended-corp:hover, .btn-recommended-corp:focus, .btn-recommended-corp:active {
    color: #fff !important;
    background-color: #f25822 !important;
}



#corporate-services {
  background-color: #fff;
  background: url(../images/corporateservices-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
  min-height: 600px;
}

#corporate-services h1 {
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: normal;
  text-shadow: none;
  text-align: left;
  margin-top: 20px;
  margin-left: 15px;
}

#corporate-services h2 {
  color: #333333;
  font-family: 'Poppins-Bold', sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
  text-align: left;
  margin-top: 5px;
}

#corporate-services h4 {
  color: #333333;
  font-family: 'Poppins-Bold', sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: none;
  text-align: left;
margin-left: 15px;
margin-bottom: 15px;
}

#corporate-services p {
  color: #333333;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: none;
  text-align: left;
  margin-bottom: 15px;
  text-align: justify;
}


.btn-corporate-services {
  background-color: #01abce;
  border: none;
  color: #fff;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin: 10px 0 15px 15px;
  padding: 6px 20px;
}


.btn-corporate-services:hover,
.btn-corporate-services:focus,
.btn-corporate-services:active {
  background-color: #e8e8e8 !important;
}


.corporate-services-section {
  padding-bottom: 25px;
}




/* ******************** corporate account ********************* */


#corporate-account-header {
  background-color: #fff;
  background: url(../images/corporateaccount-header.jpg) no-repeat center center;
  background-size: cover;
  height: 180px;
  margin-top: -100px;
  padding: 50px 0;
}

#corporate-account-header h1 {
  color: #FFFFFF;
  font-family: 'Overpass-SemiBold', sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 200px;
   position: relative;
    z-index: 555;
}

#corporate-account-header h2 {
  color: #FFFFFF;
  font-family: 'Overpass-SemiBold', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: normal;
  text-align: center;
  margin-top: -10px;
  position: relative;
  z-index: 555;
}



#corporate-account {
  background-color: #fff;
  background: url(../images/corporateaccount-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
  min-height: 600px;
  margin-top: 25px;
}

#corporate-account h1 {
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: normal;
  text-shadow: none;
  text-align: center;
  margin: 20px 0 30px;
}

#corporate-account h2 {
  color: #333333;
  font-family: 'Poppins-Bold', sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
  text-align: left;
  margin-top: 5px;
}

#corporate-account h4 {
  color: #333333;
  font-family: 'Poppins-Bold', sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: none;
  text-align: left;
margin-left: 15px;
margin-bottom: 15px;
}

#corporate-account p {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: none;
  margin-bottom: 15px;
  text-align: left;
  color: #040404;
  font-family: 'Poppins-Regular', sans-serif;
  font-weight: 300;
  line-height: 18px;
  text-align: justify;
}


.btn-account-services {
  background-color: #01abce;
  border: none;
  color: #fff;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin: 10px 0 15px 15px;
  padding: 6px 20px;
}

.corporate-account-section {
  padding-bottom: 25px;
}

#corporate-account-partners {
   background-color: #fff;
   padding: 30px;
   border-top: 2px solid #f75d27;
   border-bottom: 2px solid #f75d27;
   margin: 25px 0;
}

#corporate-account-partners h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: #7c7c7c;
  padding-bottom: 0px;
      margin: 10px 0 25px;
}

#corporate-account-partners img {
 width: 60px;
}

#corporate-account-partners img.quotes-left {
 width: 40px;
  margin: -30px 3px 0 0;
  display: inline-block;
   float: left;
}

#corporate-account-partners img.quotes-right {
 width: 40px;
margin: -35px -20px 0 0;
display: inline-block;
  float: right;
}

#corporate-account-partners blockquote p {
font-family: 'Poppins-Regular', sans-serif;
}

p.quote-person {
    font-size: .8em;
    padding: 15px 0;
    text-align: center;
    font-family: 'Poppins-Regular', sans-serif;
}

blockquote {
    padding: 0;
    margin: 0 0 10px;
    font-size: 14px;
    font-family: inherit;
    border-left: none
}



#corporate-account-faq {
     background-color: #fff;
  background: url(../images/corporateaccount-faq-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 0px;
  min-height: 800px;
}

#corporate-account-faq h1 {
color: #fff;
text-align:center;
padding: 20px 0;
font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 24px;
}

#corporate-account-faq-inner {
  background: #ebe5e5;
  width: 70%;
  margin: 0 auto;
  padding: 20px 35px;
}

#corporate-account-faq-inner h4 {
  color: #333333;
  font-family: 'Poppins-Bold', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: none;
  text-align: left;
  margin-bottom: 5px;
  text-align: justify;
}

#corporate-account-faq-inner p {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: none;
  margin-bottom: 20px;
  text-align: justify;
  color: #040404;
  font-family: 'Overpass-Regular', sans-serif;
  font-weight: 200;
  line-height: 15px;
}

#corporate-account-info {
  padding: 5px 0 0;
}

#corporate-account-info h4 {
  color: #040404;
  text-align: center;
  font-family: 'Overpass-SemiBold', sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 50px 0 0;
}

#corporate-account-info h5 {
  color: #f75d27;
  text-align: center;
  font-family: 'Poppins-Bold', sans-serif;
  font-weight: 500;
  font-size: 18px;
}

#corporate-account-info p {
  color: #040404;
   text-align: justify;
    text-justify: auto;
    font-family: 'Poppins-Regular', sans-serif;
  font-weight: 200;
  font-size: 12px;
  line-height: 22px;
}

/* ******************* ABOUT US *************************** */

/* who we are */

#whoweare {
 background-color: #fff;
padding: 25px 0 60px;
}

#whoweare .wwa {
padding: 65px 0 0 60px;
}

#whoweare h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #333333;
  padding-bottom: 25px;
}

#whoweare img {
  padding: 40px 0;
}

#whoweare h2 {
text-align: center;
color: #f25822;
font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 44px;
  font-weight: 900;
  margin-bottom: -8px;
}

#whoweare p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #666666;
}


#whoweare p.wwatext {
  text-align: center;
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 28px;
}



/* our vision */

#ourvision {
  background-color: #e8e8e8;
  padding: 25px 0 40px;
}

#ourvision h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #333333;
}

#ourvision h2 {
    font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #01abcb;
  text-align: center;
  font-weight: bold;
}

#ourvision p.subhead {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #666666;
}



/* our values */

#ourvalues {
   background-color: #fff;
  padding: 25px 0 0px;
}

#ourvalues img {
  padding: 25px 0;
}

#ourvalues h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #333333;
}

#ourvalues p.subhead {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #666666;
}




/* our history */

#ourhistory {
   background-color: #f25822;
  padding: 20px 0 30px 0;
}

#ourhistory .history {
  padding: 20px 40px 0 0;
}


#ourhistory img {
  padding: 40px 0 0 40px;
}

#ourhistory h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  padding: 10px 0 15px 0;
}

#ourhistory p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #fff;
  padding: 0 30px 20px 0;
}



/* our team */

#ourteam {
   background-color: #fff;
   padding: 20px 0 30px 0;
}

#ourteam h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #333333;
  padding-bottom: 15px;
}

#ourteam p.name {
 font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}


#ourteam p.title {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #666666;
  font-weight: 100;
  text-align: center;
}

#ourteam p.subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #666666;
  font-weight: 100;
  text-align: center;
  margin: 30px 0 -5px;
}


/* our partners */

#ourpartners {
   background-color: #e8e8e8;
   padding: 30px;
}

#ourpartners h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  padding-bottom: 0px;
  margin-top: 10px;
}



/* ******************** ENTERPRISE ********************* */

#enterprise-header {
  background-color: #fff;
  background: url(../images/corporate-header.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
  height: 600px;
      margin-top: -160px;
}

#enterprise-header h1 {
  color: #010101;
  font-family: 'Overpass-SemiBold', sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
  text-align: center;
  margin-top: 220px;
}

#enterprise-header p {
  color: #010101;
  font-family: 'Overpass-SemiBold', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: none;
  text-align: center;
}

#enterprise-header p.corp-pulldown {
    color: #f25822;
    font-size: 22px;
    font-family: 'Poppins-Bold', sans-serif;
   margin: 0 0 0 70px;
    font-weight: 700;
}


#enterprise {
  padding: 30px 0 50px;
}

#enterprise h1, #enterprise-whychoose h1, #enterprise-trust h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #333333;
    padding-bottom: 25px;
}

#enterprise p.subhead {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #313131;
}


#enterprise h2 {
  color: #333333;
  font-family: 'Poppins-Bold', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
  text-align: center;
}

#enterprise p {
    color: #333333;
    font-size: 12px;
    font-family: 'Poppins-Regular', sans-serif;
    font-weight: 200;
    text-align: center;
    margin: 5px 0 15px;
    text-align: justify;
}


/*
.btn-recommended-corp {
    color: #f25822;
    background-color: transparent;
    border: 1px solid #f25822;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px !important;
    margin-bottom: 25px;
}

.btn-recommended-corp:hover, .btn-recommended-corp:focus, .btn-recommended-corp:active {
    color: #fff !important;
    background-color: #f25822 !important;
}
*/

.row-pulldown {
  margin-top: 36%;
}

#enterprise-selection {
   margin: 30px 0;
}

#enterprise-selection h2 {
    color: #f25822;
    font-size: 20px;
    font-family: 'Poppins-Bold', sans-serif;
    text-align: center;
    margin: 25px 0;
}

#enterprise-selection h2 span {
    color: #333333;
}

#enterprise-selection p {
    color: #333333;
    font-size: 12px;
    font-family: 'Poppins-Regular', sans-serif;
    font-weight: 200;
    text-align: center;
    margin: 5px 0 15px;
}

#enterprise-selection .thumbnail {
    position: relative;
    border: none;
}

#enterprise-selection .caption {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
}



a.groupmeals:hover {
  cursor: pointer !important;
}

#enterprise-selection .caption p {
    color: #fff;
     font-size: 24px;
    font-family: 'Poppins-Regular', sans-serif;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #333333;
}



#enterprise-whychoose {
  background-color: #fff;
  background: url(../images/corp-why-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
  min-height: 600px;
}

#enterprise-whychoose h1 {
  color: #333333;
 font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #333333;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: normal;
  text-shadow: none;
  text-align: left;
  margin-top: 20px;

}

#enterprise-whychoose h2 {
  color: #333333;
  font-family: 'Poppins-Bold', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
  text-align: left;
  margin-top: 5px;
}

#enterprise-whychoose p {
  color: #333333;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: none;
  text-align: left;
  margin-bottom: 15px;
  text-align: justify;
}

#enterprise-trust {
  margin: 70px 0;
  background: #fff;
}

#enterprise-trust img {
  width: 90%;
  padding: 25px 0;
}

#enterprise-knowmore {
  background-color: #fff;
  background: url(../images/corp-knowmore-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0 60px;
  min-height: 600px;
  clear: both;
}


#enterprise-knowmore h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #333333;
    padding-bottom: 0px;
}


#enterprise-knowmore p {
  color: #333333;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: none;
  text-align: left;
  margin-bottom: 15px;
}


#enterprise-sendinfo {
  background-color: #fff;
  background: url(../images/corp-sendinfo-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 20px 0 40px 0;
  min-height: 500px;
  clear: both;
}

#enterprise-sendinfo h2 {
  color: #333333;
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: normal;
  text-shadow: none;
  text-align: left;
  margin-top: 20px;
}

#enterprise-sendinfo p {
  color: #010101;
  font-family: 'Overpass-SemiBold', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: none;
  text-align: center;
}

.servicebox {
  min-height: 145px;
}

/* ******************** BUSINESS ACCOUNT ********************* */



#business-account {
  padding: 0px 0 50px;
}

.business-divider {
    display: block;
  height: 4px;
  margin: 0 auto;
  background: url('../images/business-account-divider.png') repeat-x;
  width: 66%;
  padding: 4px;
  background-color: #000;
}


#business-account h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #333333;
    margin-bottom: -10px;
}


#business-account h2 {
  color: #333333;
  font-family: 'Poppins-Bold', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: none;
  text-align: center;
  margin-bottom: 35px;
}


#business-account h3 {
  color: #333333;
  font-family: 'Poppins-Bold', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: none;
  text-align: center;
}

#business-account a.back {
    color: #333333;
    font-size: 10px;
    font-family: 'Poppins-Regular', sans-serif;
    font-weight: 600;
    text-align: center;
    margin: 5px 0 25px;
}


#business-account p {
    color: #333333;
    font-size: 12px;
    font-family: 'Poppins-Regular', sans-serif;
    font-weight: 200;
    text-align: center;
    margin: 5px 0 15px;
    text-align: justify;
}

#business-account img {
  width: 70%;
}

#request-business-account {
  padding: 50px 0;
}

#request-business-account h1 {
  color: #333333;
  font-family: 'Poppins-Bold', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
  text-align: center;
  margin-bottom: 25px;
}

.btn-recommended-busaccount {
    color: #f25822;
    background-color: transparent;
    border: 1px solid #f25822;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px !important;
}



#business-account-knowmore {
  background-color: #fff;
  background: url(../images/businessaccount-knowmore-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0;
  min-height: 600px;
}


#business-account-knowmore h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #333333;
    padding-bottom: 0px;
}





#business-account-knowmore p {
  color: #333333;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: none;
  text-align: left;
  margin-bottom: 15px;
}


#business-account-sendinfo {
  background-color: #fff;
  background: url(../images/businessaccount-sendinfo-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0;
  min-height: 600px;
}

#business-account-sendinfo h2 {
  color: #333333;
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: normal;
  text-shadow: none;
  text-align: left;
  margin-top: 38%;
}

#business-account-sendinfo p {
  color: #010101;
  font-family: 'Overpass-SemiBold', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: none;
  text-align: center;
}




/* ******************** GROUP ORDER ********************* */


#grouporder-header {
  background-color: #fff;
  background: url(../images/grouporder-header.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
  height: 600px;
  margin-top: -160px;
}

#grouporder-header h1 {
  color: #FFFFFF;
  font-family: 'Overpass-SemiBold', sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px #333333;
  text-align: center;
  margin-top: 250px;
  margin-bottom: 20px;
}


#grouporder-header h2 {
    font-family: 'Overpass-Regular', sans-serif;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 2px #333333;
    line-height: 1.3;
}


#grouporder {
  padding: 30px 0 50px;
}


#grouporder h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #333333;
    margin-bottom: -10px;
}


#grouporder h2 {
  color: #333333;
  font-family: 'Poppins-Bold', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: none;
  text-align: center;
  margin-bottom: 35px;
}


#grouporder h3 {
  color: #333333;
  font-family: 'Poppins-Bold', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: none;
  text-align: center;
}

#grouporder .steps {
  padding: 40px 0;
}

#grouporder a.back {
    color: #333333;
    font-size: 10px;
    font-family: 'Poppins-Regular', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 5px 0 25px;
}


#grouporder p {
    color: #333333;
    font-size: 12px;
    font-family: 'Poppins-Regular', sans-serif;
    font-weight: 200;
    text-align: center;
    margin: 5px 0 15px;
    text-align: justify;
}

#grouporder img {
  width: 70%;
}


#grouporder-steps-header {
  background-color: #fff;
  background: url(../images/grouporder-steps-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0 60px;
}

#grouporder-steps-header h1 {
  font-family: 'Overpass-Regular', sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 2px 2px 3px #333333;
}


#grouporder-steps-header p {
   font-family: 'Overpass-Regular', sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: none;
  padding: 5px 0;
  text-align: center;
  letter-spacing: 1.6px;
  text-shadow: 1px 1px 2px #333333;
}


#grouporder-video {
  padding: 40px 0;
  background: #fff;
}

#grouporder-video h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #333333;
    padding-bottom: 10px;
    text-align: center;
}


#grouporder-video h2 {
  text-align: center;
      color: #333333;
    font-size: 15px;
    font-family: 'Poppins-Regular', sans-serif;
    font-weight: 500;
    text-align: center;
    margin: 5px 0 25px;
}

#grouporder-video p {
  text-align: center;
      color: #333333;
    font-size: 12px;
    font-family: 'Poppins-Regular', sans-serif;
    font-weight: 200;
    text-align: center;
    margin: 25px 0;
}


#grouporder-steps h1 {
   color: #f25822;
   font-size: 22px;
   font-family: 'Poppins-Regular', sans-serif;
   font-weight: 400;
   margin: 22px 0 0 30px;
   line-height: 1.2;
}

#grouporder-steps h2 {
   color: #f25822;
   font-size: 26px;
   font-family: 'Poppins-Regular', sans-serif;
   font-weight: 500;
   float: left;
}

#grouporder-steps p {
    color: #333333;
    font-size: 12px;
    font-family: 'Poppins-Regular', sans-serif;
    font-weight: 100;
    text-align: justify;
    margin: -20px 0 5px 13px;
    border-left: 1px solid #f25822;
   padding-left: 15px;
   line-height: 1.5;
}

#grouporder-steps a {
    color: #333333;
    font-size: 12px;
    font-family: 'Poppins-Regular', sans-serif;
    font-weight: 500;
    text-decoration: underline;

}

#grouporder-steps img {
  margin-top: 15px;
  margin-left: 30px;
}

#grouporder-steps .container-fluid {
  padding: 0;
}

.greybg {
background: #f6f6f6 !important;
padding: 15px;
min-height: 300px;
}

.whitebg {
background: #fff;
padding: 15px;
min-height: 300px;
}


#group-order-buttons {
  background: #fff;
      padding: 20px 0 40px 0;
    margin: 50px;
}


#grouporder-knowmore {
  background-color: #fff;
  background: url(../images/grouporder-knowmore-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 15px 0;
  min-height: 600px;
}


#grouporder-sendinfo {
  background-color: #fff;
  background: url(../images/grouporder-sendinfo-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 5px 0;
  min-height: 400px;
}




/* ******************** CONTACT ********************* */

#contact h1 {
    font-family: 'Poppins', sans-serif;
  font-weight: 500;
    font-size: 36px;
    color: #333333;
}

.contactinfo {
  padding: 15px 0 45px;
}

.contactinfo p {
   font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #9f9f9f;
  font-weight: 400;
  margin-top: 10px;
}

.contactinfo a {
   font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #9f9f9f;
  font-weight: 400;
}

.contactinfo .cticon {
  margin-right: -70px;
}

img.oricon {
   width: 40%;
}

.panel-contact {
  background-color: #fff;
  border: none;
}

#contact .map {
  margin-top: 25px 15px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);"
}

.contactsend {
  border-radius: 4px !important;
}

#contact form p {
  margin-bottom: 20px;
}

/* ******************** CONTACT-POST ********************* */

#contact-post {
  padding: 50px 0;
}

#contact-post h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    color: #01abcb;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

#contact-post h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    color: #000;
    padding: 0;
    margin: 0 0 5px 0;
}

#contact-post p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000;
}

#contact-post img {
  padding: 15px 0;
  width: 74px;
}



/* ******************** FAQ ********************* */

#faq h1 {
    font-family: 'Poppins', sans-serif;
  font-weight: 500;
    font-size: 36px;
    color: #333333;
}

#faq h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #000;
    padding: 0;
    margin: 0 0 5px 0;
}

#faq p {
   font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #9f9f9f;
  font-weight: 400;
  margin-top: 10px;
  text-align: justify;
}

#faq a {
   font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #01abce;
  font-weight: 400;
}



/* ******************** TERMS ********************* */

#terms h1 {
    font-family: 'Poppins', sans-serif;
  font-weight: 500;
    font-size: 32px;
    color: #01abce;
    margin-bottom: 25px;
}

#terms h2 {
    font-family: 'Poppins', sans-serif;
  font-weight: 300;
    font-size: 20px;
    color: #01abce;
    margin: 20px 0 5px;

}

#terms h2:nth-of-type(2) {
  margin-bottom: -10px;
  margin-top: 30px;
}

#terms h3 {
    font-family: 'Poppins', sans-serif;
  font-weight: 500;
    font-size: 22px;
    color: #f25822;
   margin: 25px 0 10px 0;
}

#terms p {
   font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #9f9f9f;
  font-weight: 400;
  text-align: justify;
}


/* ************************* 404 *************************** */

/* ******************** TERMS ********************* */

#custom404 h1 {
    font-family: 'Poppins', sans-serif;
  font-weight: 500;
    font-size: 32px;
    color: #01abce;
    margin-bottom: 25px;
}

#custom404 h2 {
    font-family: 'Poppins', sans-serif;
  font-weight: 300;
    font-size: 20px;
    color: #01abce;
    margin: 20px 0 5px;

}

#terms h2:nth-of-type(2) {
  margin-bottom: -10px;
  margin-top: 30px;
}

#custom404 h3 {
    font-family: 'Poppins', sans-serif;
  font-weight: 500;
    font-size: 22px;
    color: #f25822;
   margin: 25px 0 10px 0;
}

#custom404 p {
   font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #333;
  font-weight: 400;
   line-height: 2;
}

#custom404 img {
  padding: 30px 0 70px;
}




/* ************************* HOURS ********************************* */


#hours h1 {
    font-family: 'Poppins', sans-serif;
  font-weight: 500;
    font-size: 32px;
    color: #01abce;
    margin-bottom: 25px;
}

#hours p {
   font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #9f9f9f;
  font-weight: 400;

}

img.hours-clock {
  height: 32px;
  margin-right: 5px;
  margin-top: -5px;
}


#hours table {
  margin-bottom: 25px;

}



#hours table thead {
  text-transform: uppercase;
  border-top: 3px solid #f25822;
  border-bottom: 3px solid #f25822;
  padding-bottom: 10px;
  font-size: 18px !important;
}


#hours .table td {
    border-top: 1px solid #dddddd;
}

#hours .table span.th1st {
  font-weight: 500;
  color: #bbbcc7;
  font-style: 18px !important;
  font-family: 'Poppins', sans-serif;
}

#hours .table span.th2nd {
  font-weight: 700;
  color: #606060;
  font-style: 18px !important;
  font-family: 'Poppins', sans-serif;
}


/* general */

.justify {
  text-align: justify;
}

#filtered-by-wrapper .restaurants-location-text {
  display: none;
}

div.row.bg-nav-info.restaurants-cards-row > div > div > span.restaurants-location-selected > a {
  display: none !important;
}


#app_store_links_mobile{
		visibility: hidden !important;
	}

.carousel-eng, .carousel-fr {
    background-color: #eceaeb;
}
div#carousel:before, div#carousel:after {
    width: 1137px;
    height: 100%;
    position: absolute;
    content: "";
    background-image: url('/editable/templates/default/images/backgrounds/hero-banner-french-left.png');
    background-position: left top;
    background-size: cover;
    left: 0;
    top: 0;
}
div#carousel:after {
    width: 684px;
    background-image: url('/editable/templates/default/images/backgrounds/hero-banner-french-right.png');
    left: auto;
    right: 0;
}
div#carousel.carousel-eng:before, div#carousel.carousel-eng:after {
    background-image: url('/editable/templates/default/images/backgrounds/hero-banner-english-left.png');
}
div#carousel.carousel-eng:after {
    background-image: url('/editable/templates/default/images/backgrounds/hero-banner-english-right.png');
}
.restaurants-logo {
    background-color: #f25822;
    padding: 60px 0;
}
.restaurants-logo .container {
    max-width: 100%;
    width: 1430px;
    padding-left: 35px;
    padding-right: 42px;
}
.slick-slide div {
    display: flex;
    align-items: center;
    min-height: 116px;
    justify-content: center;
}
.restaurants-logo-head h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin: 0 0 30px;
}

/* media queries ************************************************************************************************************************ */


@media (max-width: 1600px) {
#page_content #search-container {
    height: 640px;
}
div#carousel:after {
    width: 577px;
}
#page_content .carousel-fr #search-container .tagline {
    margin-top: 7%;
}
}

@media (max-width: 1200px) {
#page_content #search-container {
    height: 585px;
}
div#carousel:before, div#carousel:after {
    width: 863px;
}
div#carousel:after {
    width: 437px;
}
}

@media (max-width: 992px) {
#page_content #search-container {
    height: 485px;
}
div#carousel:before, div#carousel:after {
    opacity: 0.2;
}

}

@media (max-width: 767px) {

#page_header .navbar {
    padding: 10px;
    font-family: 'Poppins-Medium', sans-serif;
  font-weight: 500;
    font-size: 14px;
    text-transform: none;
    border-bottom: none;
    margin-bottom: 0px;
    position: relative;
    z-index: 5;
}


#page_content #search-container .tagline h1 {
    margin-top: 15%;
    margin-bottom: 4%;
    color: #000000;
    font-family: 'Poppins' sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}


.input-group-btn .btnhome {
  margin-bottom: 80px;

}

.headerapps {

  margin-left: 12px;
}

#recommended {
  padding: 40px 0;
}

#recommended h1 {
    font-family: 'Poppins', sans-serif;
  font-weight: 500;
    font-size: 30px;
    color: #333333;
    margin-top: -20px;
}

.navbar-default .navbar-nav > li > a {
    color: #f25822;
    margin: 0 10px 0 0;
}


.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #f25822;
}

#apps div.applinks {
    padding: 15px 20px 0 2px;
    padding-top: 0px;
}

#apps img.applink {
  height: 50px;
}
	#apps img.phones{
		height: 110px;
		margin-left: 20px;
	}
    #apps img.phones {
        padding: 10px;
        padding-top: 20px;
    }
	#apps p {
		text-align: center;
		font-size: 11px;
	}
	#apps h1 {
		text-align: center;
		font-size: 22px;
	}
	
	#app_store_links{
		display: none !important;
	}
	#app_store_links_mobile{
		margin-left: 10px;
	}
	#app_store_links_mobile{
		visibility: visible !important;
	}
    #center_apps_code {
    max-height: 200px !important;
}


.testimonial {
    background-image: url(../images/testimonial-white-notext.png);
    padding: 15px 0 25px 0;
    height: 186px;
    margin: 15px 0 45px 0;
}


#partners h1 {
    font-family: 'Poppins', sans-serif;
  font-weight: 500;
    font-size: 30px;
    color: #333333;
    padding: 5px 20px 20px 20px;
}

#partners img {
    padding: 20px;
}


.btn-newsletter {
    background-color: #01abce;
    border: none;
    color: #fff;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
  font-weight: 500;
    font-size: 14px;
    margin: 20px 0 15px 0;
    text-transform: uppercase;
}

#partners p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #8f8f8f;
  padding: 0 0 20px 20px;
}


.btn-partners {
  margin: 10px 0 15px 20px;
}

.tagline h4 {
  margin-bottom: 6%;
}


.footersocial {
  padding: 25px 0 10px 0;
}

.footersocial p {
  padding-right: 15px;
   font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.footersocial i {
  font-size: 1.5em;
  padding: 5px 10px;
}

.footersocial img {
  height: 40px;
}

.footersocial img {
  margin: 15px 10px 5px 0;
}

#page_footer #copyright small.visible-xs {
  padding-top: 10px;
}


  #page_header .page_header--landing_page .navbar-collapse.pull-right {
    float: left !important;
  }

#page_header .page_header--landing_page .navbar-collapse.pull-right li {
    display: block;
  }


  #page_header .page_header--landing_page .navbar-nav a {
    margin-top: 0px;
  }

  #page_header .page_header--landing_page .navbar-header {
    font-size: 16px;
  }


  .section-image {
    height: auto;
  }

  .fa-4x {
    font-size: 35px;
  }

.logo {
  float: left;
  margin: 0 auto;
  margin-top: -10px;
  margin-bottom: -15px;

}

.mobile-logo {
  display: block;
  float: left;
  width: 200px;
  height: auto;

}


.navbar-default .navbar-toggle {
  border-color: #3d3d3d;
  color: #000000;
  background-color: #ffffff;
  float: right;
  height: 40px;
  border-radius: 3px;
}


#page_content #search-container #search-form #search-form-inner .row {
  margin-top: 5px;
  margin-bottom: 15px;
}

.border-left {
  border-left: 0px solid #BDBDBD;
}



.navbar-toggle {
    margin-top: 0px !important;
}

#page_content #search-container #search-form {
  margin-top: 6%;
}

.navbar-default .navbar-toggle {
    border-color: #888888;
    color: #fff200;
}

#page_header .page_header--landing_page .navbar-toggle:hover {
  background-color: #d2d2d2;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #d2d2d2;
    color: #888888;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #f25822;
}

.navbar-default .navbar-toggle {
    border-color: #f25822;
}

.section-title {
    margin: 6px 0 12px;
    font-size: 30px;
}


body {
    margin-bottom: 5px;
    overflow-x: hidden;
  background-color: #fff;
}

#page_container {
  margin-top: 20px;
}


.footersocial ul {
  margin: 15px 0 -15px;
}

#page_content #search-container {
  height: 495px;
}


p.name {
  margin: -30px 0 10px 5px;
  font-size: 12px;
}

p.name-fr {
  margin: -30px 0 0 5px;
  font-size: 12px;
}

p.text {
margin-top: -35px;

}

#recommended .carousel-inner .thumbnail {
  border: none;
}


/* ******************* ABOUT US *************************** */

/* who we are */

#whoweare {
 background-color: #fff;
padding: 15px 0 20px;
}

#whoweare .wwa {
padding: 5px 15px;
}

#whoweare h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #333333;
  padding-bottom: 15px;
  text-align: center;
}

#whoweare img {
  padding: 10px 0;
}


/* our history */

#ourhistory {
   background-color: #f25822;
  padding: 10px 0 30px 0;
}

#ourhistory .history {
  padding: 10px 10px 0 0;
}


#ourhistory img {
  padding: 15px 0 0 0;
}

#ourhistory h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  padding: 5px 0 10px 0;
}

#ourhistory p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #fff;
  padding: 0 0 15px 0;
}



/* our team */

#ourteam {
   background-color: #fff;
   padding: 20px 0 30px 0;
}

#ourteam h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #333333;
  padding-bottom: 15px;
}


#ourteam p.subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #666666;
  font-weight: 100;
  text-align: center;
  margin: 30px 0 15px;
}

#ourteam .col-xs-12 {
  clear: both;
}


#ourteam p.name {
clear: both;
margin: 5px 0;
}


#ourteam p.title {
clear: both;
margin: 0;
}




/* our partners */

#ourpartners {
   background-color: #e8e8e8;
   padding: 30px;
}

#ourpartners img {
   padding: 15px 0;
}

#ourpartners h1 {
  font-size: 36px;
}


/* faq */

#faq h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000;
    padding: 0;
    margin: 0 0 5px 0;
}

#faq h1 {
    font-size: 26px;
}


/* terms */

#terms h1 {
    font-family: 'Poppins', sans-serif;
  font-weight: 500;
    font-size: 22px;
    color: #01abce;
    margin-bottom: 25px;
}


#terms h3 {
  font-size: 20px;
}

#terms h3 {
    font-family: 'Poppins', sans-serif;
  font-weight: 500;
    font-size: 18px;
    color: #f25822;
   margin: 30px 0 10px 0;
}


/********************* CONTACT   **************************/

img.oricon {
   width: 50%;
}

.contactinfo p {
  margin-left: 25px;
  margin-top: 5px;
}

/* COLLAPSE */


.navbar-default {
    background-color: rgba(0,0,0,.1) !important;
    border: none;
}


#carousel > span {
  margin-top: -180px;
}



/* SLIDER */

.carousel-control.left {
  margin-left: -25px;
}

.carousel-control.right {
  margin-right: 0px;
}


#enterprise-header p.corp-pulldown {
    color: #f25822;
    font-size: 22px;
    font-family: 'Poppins-Bold', sans-serif;
   margin: 0 0 25px 10px;
    font-weight: 700;
}


.servicebox {
  min-height: 100px;
}

/* group order  */

.greybg {
background: #f6f6f6 !important;
padding: 15px;
min-height: 450px;
}

.whitebg {
background: #fff;
padding: 15px;
min-height: 450px;
}


#group-order-buttons {
  background: #fff;
      padding: 40px 0 60px 0;
    margin-bottom: 70px;
}

#corporate-account-faq-inner {
  background: #ebe5e5;
  width: 90%;
  margin: 0 auto;
  padding: 10px;
}

#corporate-account-header h1 {
    font-size: 22px;
    margin-top: 130px;
}

#corporate-account-header h2 {
  font-size: 14px;
}

#corporate-account-partners img.quotes-left {
 width: 30px;
  margin: -30px 5px 0 0;
  display: inline-block;
   float: left;
}

#corporate-account-partners img.quotes-right {
 width: 30px;
 margin: -30px -10px 0 0;
display: inline-block;
  float: right;
}

#page_content .carousel-fr #search-container .tagline {
    margin-top: 175px;
}
.restaurants-logo-head h2 {
    font-size: 25px;
    margin: 0 0 0;
}
.restaurants-logo {
    padding: 40px 0 26px;
}

}

@media (max-width: 640px) {
  #page_content #search-container {
    height: 500px;
}
div#carousel:before, div#carousel:after {
    width: 100%;
}
div#carousel:after {
    width: 374px;
}
div#carousel:after
{
  opacity: 0;
}
div#carousel .input-group-btn .btnhome {
    margin-bottom: 0;
}

}

@media (max-width: 479px) {
.restaurants-logo .container {
    padding-left: 0;
    padding-right: 0;
}
}

@media (min-width: 375px) and (max-width: 411px) {
    #app_store_links_mobile{
		visibility: visible !important;
        margin-left: 80px;
	}
}

@media (min-width: 320px) and (max-width: 360px) {
    #app_store_links_mobile{
		visibility: visible !important;
        margin-left: 80px;
	}
}

@media (width: 320px) {
    #app_store_links_mobile{
		visibility: visible !important;
        margin-left: 40px;
	}
}

@media (width: 375px) {
    #app_store_links_mobile{
		visibility: visible !important;
        margin-left: 70px;
	}
}



@media (min-width: 768px) and (max-width: 991px) {


#page_content #search-container .tagline h1 {
    margin-top: 12%;
    margin-bottom: 2%;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 32px;
    font-weight: normal;
    line-height: 32px;
}


#apps div.applinks {
  padding: 0 0 0 40px;
}

#apps div.applinks-fr {
  margin-top: -15px;
  padding: 0 0 0 40px;
}


#apps h1 {
  font-size: 30px;
}

#apps p {
  padding: 10px 0 10px 0;
}

.testimonial p.text {
  padding: 34px 20px 15px 70px;
   font-size: 11px;
}

.testimonial p.text:hover {
   font-size: 11px;
}

#partners h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 26px;
  color: #333333;
  padding: 15px 0 5px 40px;
}

#partners p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #8f8f8f;
  padding: 0 0 5px 40px;
}

.btn-partners {
  margin: 5px 0 10px 40px;
}

.btn-newsletter {
  margin: 20px 15px 5px 5px;
}

.carousel-control.left {
  margin-left: -25px;
}

.carousel-control.right {
  margin-right: 0px;
}

.carousel-control {
    padding-top: 0%;
}

#page_content #search-container {
  height: 550px;
}

p.name {
  margin: 40px 0 0 5px;
  font-size: 12px;
}

p.name {
  margin: 0px 0 0 5px;
  font-size: 12px;
}

p.name-fr {
  margin: 30px 0 0 5px;
  font-size: 12px;
}


.footersocial i {
  padding: 5px 3px;
}

.footersocial img {
    height: 25px;
}

#page_footer #copyright small.visible-sm {
  padding-top: 10px;
}


/* ******************* ABOUT US *************************** */

/* who we are */

#whoweare {
 background-color: #fff;
padding: 25px 0 30px;
}

#whoweare .wwa {
padding: 5px 0 0 20px;
}

#whoweare h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #333333;
  padding-bottom: 10px;
}

#whoweare img {
  padding: 30px 0;
}

#whoweare h2 {
text-align: center;
color: #f25822;
font-family: 'Poppins', sans-serif;

  font-size: 34px;
  font-weight: 900;
  margin-bottom: -8px;
}

#whoweare p {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #666666;
}


#whoweare p.wwatext {
  text-align: center;
  color: #333333;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 22px;
}


/* our history */

#ourhistory {
   background-color: #f25822;
  padding: 10px 0 10px 0;
}

#ourhistory .history {
  padding: 10px 10px 0 0;
}


#ourhistory img {
  padding: 40px 0 0 10px;
}

#ourhistory h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  padding: 10px 0 10px 0;
}

#ourhistory p {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #fff;
  padding: 0 10px 20px 0;
}



/* our team */


#ourteam p.subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #666666;
  font-weight: 100;
  text-align: center;
  margin: 30px 0 15px;
}


/* our partners */


#ourpartners h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  padding-bottom: 0px;
  margin-top: 5px;
}




/* enterprise */


#enterprise-selection .caption {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
}


#enterprise-selection .caption p {
    color: #fff;
     font-size: 20px;
    font-family: 'Poppins-Regular', sans-serif;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #333333;
}

.btn-recommended-corp {
    font-size: 10px !important;
}

.servicebox {
  min-height: 200px;
}

.row-pulldown {
    margin-top: 50%;
}





/* group order  */

.greybg {
background: #f6f6f6 !important;
padding: 15px;
min-height: 370px;
}

.whitebg {
background: #fff;
padding: 15px;
min-height: 370px;
}


/* coporate account */

#corporate-account-faq-inner {
  background: #ebe5e5;
  width: 90%;
  margin: 0 auto;
  padding: 10px;
}


}




@media (min-width: 992px) and (max-width: 1199px) {

#apps img.phones {
    height: 200px;
    padding: 30px;
    margin-left: 200px;
}
	

}


@media (min-width: 768px) and (max-width: 992px) {

#apps img.phones {
    height: 200px;
    padding: 30px;
    margin-left: 50px;
}
	
	#page_content #search-container .tagline {
    margin-top: 6%;
    margin-bottom: 2%;
}

}



/* restaurant page */


.featured-dish {
    position: relative;
    height: 220px !important;
    overflow: hidden;

}


.featured-dish .featured-dish-logo {
    height: 220px !important;
    padding-top: 15% !important;

}



.featured-dish .featured-dish-caption {
    color: #000;
    background: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-shadow: none;
    padding: 0px 10px 5px 10px;
}

.featured-dish .featured-dish-caption img.media-object {
  margin-left: -2px;
}


.store-link > .panel {
    height: 217px !important;
}

div.media-body h5.media-heading {
font-family: 'Roboto', sans-serif;
  font-weight: 400;
    font-size: 14px;
}


/** dlcore overrides **/
.restaurant-card .restaurant-card-logo,
.restaurant-card .restaurant-card-minimum,
.restaurant-card .restaurant-card-fee {
  display: none !important;
}

.restaurant-card-wrapper .restaurant-card .restaurant-card-info-wrapper {
  padding: 15px 15px;
}

.restaurant-card-wrapper .restaurant-card .restaurant-card-info-wrapper .restaurant-card-info .restaurant-card-cuisine {
  width: 95%;
}

.restaurant-card-wrapper .restaurant-card .restaurant-card-info-wrapper .restaurant-card-info .restaurant-card-time {
  clear: both !important;
  width: 95% !important;
  text-align: left !important;
  float: left !important;
}

.primary-color,
#cart_content table.cart_content--cart_table .cart_content--deals_label,
#cart_content table.cart_content--cart_table .cart_content--deals_value {
  color: #f25822 !important;
}

.primary-color-bg,
.breadcrumb-color .nav.nav-interior li.passed span,
.breadcrumb-color .nav.nav-interior li.active span {
  background-color: #f25822 !important;
}

.breadcrumb-color .nav.nav-interior li.active > a {
  border-color: #f25822 !important;
}

.restaurant-card-deal-color {
  border-top-color: #f25822 !important;
}


.nav-info-wrapper .row .sort_links_container > p .sort_link {
    min-width: 16%;
    padding: 0 0px;
}


p.no_deals {
  display: none;
}

#display-time-hours {
  display: none;
}

.restaurant_deals_container {
  display: none;
}


.restaurant_menu_rating-distance {
  display: none;
}

span.restaurant_menu_info-min {
  display: none;
}

.restaurant-info-page-dlc .order_restaurant--restaurant_about_panel_body .restaurant_info_container .resturant_details_container {
    border-bottom: 0px solid #fff !important;
}



#login-modal .modal-dialog .modal-body .panel p.login_agree a, #login-modal .modal-dialog .modal-body .panel p.guest_agree a {
    color: #f25822;
    font-size: 13px;
}

#register-row-cell #cellcarrier {
  display: none;
}

#page_container > div > div:nth-child(1) > div {
  border-color: #fff;
  background-color: #fff;
}


.forgot-password > .col-md-6  {
  margin-left: 25%;

}


#reset_password_panel {
    margin-bottom: 100px;
    border: 1px solid #bbb !important;
    margin-left: 0%;
    width: 100%;
}


#time_and_location_panel_content {
    background-color: #e2e2e2 !important;
}


#partners a:hover, #partners a:active, #partners a:focus, #partners a:visited {
    text-decoration: none;
    background-color: #01abce;
}

.information_page {
      margin-bottom: 50px;
}


.my-account-addresses .addressbox .panel-body button {
    background-color: #bbb;
}

#login_form > div:nth-child(3) > div:nth-child(2) > a {
  display: none;
}




.custom-checkbox-label input[type=checkbox]:not(:checked) + span, #menu-modal .modal-content .modal-body form .form-group .checkbox input[type=checkbox]:not(:checked) + span, .custom-checkbox-label input[type=radio]:not(:checked) + span, #menu-modal .modal-content .modal-body form .form-group .checkbox input[type=radio]:not(:checked) + span, .custom-checkbox input[type=checkbox]:not(:checked) + label, .custom-checkbox input[type=radio]:not(:checked) + label {
    background: #d6d6d6;
}

.custom-checkbox-label input[type=checkbox]:checked + span, #menu-modal .modal-content .modal-body form .form-group .checkbox input[type=checkbox]:checked + span, .custom-checkbox-label input[type=radio]:checked + span, #menu-modal .modal-content .modal-body form .form-group .checkbox input[type=radio]:checked + span {
    background: #f25822;
}

.bottom-nav .bottom-nav-item .show-cart-modal .bottom-nav-btn i .cart-amount {
    background-color: #f25822 !important;
}

#navigation-modal .modal-header > i {
    color: #f25822 !important;
}

.checkout-page-pleace-order > .col-md-8 .checkout--panel_wrapper .checkout--panel_driver_tip form .tipwaiter-btns .inline-btns .btn {
    font-size: 14px !important;
}

#reset_password_panel > div > form > div.row > div > button {
  font-size: 14px;
}

 .checkout--panel_special_instructions a:hover, .checkout--panel_special_instructions  a:active, .checkout--panel_special_instructions a:focus, .checkout--panel_special_instructions a:visited {
    background-color: none !important;
}



/* welcome banner */

.alert-home {
  margin-bottom:0;
}

.alert:before {
display: none;
}

.alert-home {
    background-color: #f25822;
    border-color: #f25822;
    color: #fff;
    padding: 10px 35px;
}

.alert-home img {
  height: 20px;
}

.close.welcome {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 0.8;
}

a.feedback {
  padding: 2px 10px;
  border: 1px solid white;
  color: #fff;
  margin: -5px 15px 0;
}


#welcome-message__new-site p {
  margin-bottom: -5px;
  font-size: 1em;
  text-align: center;
}



/*  */

.animation.slot-machine {
    margin: 0px auto;
    padding: 5px;
    width: 400px;
    text-align: center;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color: rgba(255, 255, 255, .15);
}

.animation.slot-machine__mask {
    width: 100%;
    height: 80px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-bottom: -40px;
}

.animation.slot-machine__items_container {
   position: absolute;
   margin-left: 65px;
}



.slot-machine__item {
  min-height: 80px;
  max-height: 80px;
  margin-top: 0px;
  padding: 0px;
  background-size: contain;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 44px;
  letter-spacing: 1px;
}

#page_content #search-container .tagline h1.font-caveat, .font-caveat {
  font-family: 'Caveat', cursive;
  font-size: 60px;
}

.footer a.btn-newsletter {
  color: #FFF !important;
}

a.btn:hover, .footer a.btn:hover {
  background-color: #e8e8e8;
  color: #000;
}


.btn-recommended:hover, .btn-recommended:active {
  color: #fff !important;
  background-color: #f25822 !important;
  border: none !important;
}

.restaurants--restaurant_preferences_filters {
  display: none;
}
/*
#checkout_alternate {
  display: none;
}
*/

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    font-size: 11px !important;
}


/* active campaigns */

#_form_1_ > div._form-content {padding-top: 15px;}
#_form_1_ > div._form-content > div._button-wrapper._inline-style {margin-top: 5px;}
 #_form_1_ { font-size:14px; line-height:1.6; font-family:arial, helvetica, sans-serif; margin:0; }
 #_form_1_ * { outline:0; }
 ._form_hide { display:none; visibility:hidden; }
 ._form_show { display:block; visibility:visible; }
 #_form_1_._form-top { top:0; }
 #_form_1_._form-bottom { bottom:0; }
 #_form_1_._form-left { left:0; }
 #_form_1_._form-right { right:0; }
 #_form_1_ input[type="text"],#_form_1_ input[type="date"],#_form_1_ textarea { padding:6px; height:auto; border:#979797 1px solid; border-radius:4px; color:#000 !important; font-size:13px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
 #_form_1_ textarea { resize:none; }
 #_form_1_ ._submit { -webkit-appearance:none; cursor:pointer; font-family:arial, sans-serif; font-size:14px; text-align:center; background:#01abce !important; border:0 !important; -moz-border-radius:4px !important; -webkit-border-radius:4px !important; border-radius:4px !important; color:#fff !important; padding:10px !important; }
 #_form_1_ ._close-icon { cursor:pointer; background-image:url('https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png'); background-repeat:no-repeat; background-size:14.2px 14.2px; position:absolute; display:block; top:11px; right:9px; overflow:hidden; width:16.2px; height:16.2px; }
 #_form_1_ ._close-icon:before { position:relative; }
 #_form_1_ ._form-body { margin-bottom:30px; }
 #_form_1_ ._form-image-left { width:150px; float:left; }
 #_form_1_ ._form-content-right { margin-left:164px; }
 #_form_1_ ._form-branding { color:#fff; font-size:10px; clear:both; text-align:left; margin-top:30px; font-weight:100; }
 #_form_1_ ._form-branding ._logo { display:block; width:130px; height:14px; margin-top:6px; background-image:url('https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png'); background-size:130px auto; background-repeat:no-repeat; }
 #_form_1_ ._form-label,#_form_1_ ._form_element ._form-label { font-weight:bold; margin-bottom:5px; display:block; }
 #_form_1_._dark ._form-branding { color:#333; }
 #_form_1_._dark ._form-branding ._logo { background-image:url('https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png'); }
 #_form_1_ ._form_element { position:relative; margin-bottom:10px; font-size:0; max-width:100%; }
 #_form_1_ ._form_element * { font-size:14px; }
 #_form_1_ ._form_element._clear { clear:both; width:100%; float:none; }
 #_form_1_ ._form_element._clear:after { clear:left; }
 #_form_1_ ._form_element input[type="text"],#_form_1_ ._form_element input[type="date"],#_form_1_ ._form_element select,#_form_1_ ._form_element textarea:not(.g-recaptcha-response) { display:block; width:100%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
 #_form_1_ ._field-wrapper { position:relative; }
 #_form_1_ ._inline-style { float:left; }
 #_form_1_ ._inline-style input[type="text"] { width:150px; }
 #_form_1_ ._inline-style:not(._clear) + ._inline-style:not(._clear) { margin-left:20px; }
 #_form_1_ ._form_element img._form-image { max-width:100%; }
 #_form_1_ ._clear-element { clear:left; }
 #_form_1_ ._full_width { width:100%; }
 #_form_1_ ._form_full_field { display:block; width:100%; margin-bottom:10px; }
 #_form_1_ input[type="text"]._has_error,#_form_1_ textarea._has_error { border:#f37c7b 1px solid; }
 #_form_1_ input[type="checkbox"]._has_error { outline:#f37c7b 1px solid; }
 #_form_1_ ._error { display:block; position:absolute; font-size:13px; z-index:10000001; }
 #_form_1_ ._error._above { padding-bottom:4px; top:-41px; right:0; }
 #_form_1_ ._error._below { padding-top:4px; top:100%; right:0; }
 #_form_1_ ._error._above ._error-arrow { bottom:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #f37c7b; }
 #_form_1_ ._error._below ._error-arrow { top:0; right:15px; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #f37c7b; }
 #_form_1_ ._error-inner { padding:8px 12px; background-color:#f37c7b; font-size:13px; font-family:arial, sans-serif; color:#fff; text-align:center; text-decoration:none; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
 #_form_1_ ._error-inner._form_error { margin-bottom:5px; text-align:left; }
 #_form_1_ ._button-wrapper ._error-inner._form_error { position:static; }
 #_form_1_ ._error-inner._no_arrow { margin-bottom:10px; }
 #_form_1_ ._error-arrow { position:absolute; width:0; height:0; }
 #_form_1_ ._error-html { margin-bottom:10px; }
 .pika-single { z-index:10000001 !important; }
 @media all and (min-width:320px) and (max-width:667px) { ::-webkit-scrollbar { display:none; }
 #_form_1_ { margin:0; width:100%; min-width:100%; max-width:100%; box-sizing:border-box; }
 #_form_1_ * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:1em; }
 #_form_1_ ._form-content { margin:0; width:100%; }
 #_form_1_ ._form-inner { display:block; min-width:100%; }
 #_form_1_ ._form-title,#_form_1_ ._inline-style { margin-top:0; margin-right:0; margin-left:0; }
 #_form_1_ ._form-title { font-size:1.2em; }
 #_form_1_ ._form_element { margin:0 0 20px; padding:0; width:100%; }
 #_form_1_ ._form-element,#_form_1_ ._inline-style,#_form_1_ input[type="text"],#_form_1_ label,#_form_1_ p,#_form_1_ textarea:not(.g-recaptcha-response) { float:none; display:block; width:100%; }
 #_form_1_ ._row._checkbox-radio label { display:inline; }
 #_form_1_ ._row,#_form_1_ p,#_form_1_ label { margin-bottom:0.7em; width:100%; }
 #_form_1_ ._row input[type="checkbox"],#_form_1_ ._row input[type="radio"] { margin:0 !important; vertical-align:middle !important; }
 #_form_1_ ._row input[type="checkbox"] + span label { display:inline; }
 #_form_1_ ._row span label { margin:0 !important; width:initial !important; vertical-align:middle !important; }
 #_form_1_ ._form-image { max-width:100%; height:auto !important; }
 #_form_1_ input[type="text"] { padding-left:10px; padding-right:10px; font-size:16px; line-height:1.3em; -webkit-appearance:none; }
 #_form_1_ input[type="radio"],#_form_1_ input[type="checkbox"] { display:inline-block; width:1.3em; height:1.3em; font-size:1em; margin:0 0.3em 0 0; vertical-align:baseline; }
 #_form_1_ button[type="submit"] { padding:20px; font-size:1.5em; }
 #_form_1_ ._inline-style { margin:20px 0 0 !important; }
 }
 #_form_1_ { position:relative; text-align:left; margin:0px auto 0; padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *zoom:1; background:#f05a22 !important; border:0px solid #b0b0b0 !important; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border-radius:0px !important; color:#fff !important; }
 #_form_1_ ._form-title { font-size:22px; line-height:22px; font-weight:600; margin-bottom:0; }
 #_form_1_:before,#_form_1_:after { content:" "; display:table; }
 #_form_1_:after { clear:both; }
 #_form_1_._inline-style { width:auto; display:inline-block; }
 #_form_1_._inline-style input[type="text"],#_form_1_._inline-style input[type="date"] { padding:10px 12px;     border-radius: 8px; }
 #_form_1_._inline-style button._inline-style { position:relative; top:27px; }
 #_form_1_._inline-style p { margin:0; }
 #_form_1_._inline-style ._button-wrapper { position:relative; margin:27px 12.5px 0 20px; }
 #_form_1_ ._form-thank-you { position:relative; left:0; right:0; text-align:center; font-size:18px; }
 @media all and (min-width:320px) and (max-width:667px) { #_form_1_._inline-form._inline-style ._inline-style._button-wrapper { margin-top:20px !important; margin-left:0 !important; }
 }


@media (max-width: 767px) {
  #_form_1_ > div._form-content {padding-top: 0px;}
  #page_content #search-container .tagline h1.font-caveat, .font-caveat {
    font-size: 20px;
  }
}

.restaurant-card-wrapper .restaurant-card .restaurant-card-image {
  height: 200px !important;
}

.restaurant-card-wrapper .restaurant-card .restaurant-card-info-wrapper {
  padding: 5px 15px 0px 15px !important;
}

#go_where_takeout { display: none; }


@media (max-width: 1920px) {
#page_content #search-container .tagline h1#textcenter br {
    display: none;
}

}
@media (max-width: 1600px) {
#page_content #search-container .tagline h1#textcenter br {
    display: block;
}

}
@media (max-width: 767px) {
  #page_content #search-container .tagline {
    margin-top: 175px;
}

  #page_content #search-container .tagline h1.font-caveat {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 35px;
  }

  .animation.slot-machine__items_container {
     margin-left: 30px !important;
  }

  .animation.slot-machine {
    width: 250px;
  }

  .slot-machine__item {
    font-size: 20px !important;
  }

a.feedback {
  padding: 2px 10px;
  border: 0px solid white;
  color: #fff;
  margin: -5px 15px 0;
  text-decoration: underline;
  position: relative;
  z-index: 500;
}


#welcome-message__new-site p {
  margin-bottom: -5px;
  font-size: .7em;
  text-align: center;
}

.alert-home {
    padding: 5px 5px;
}


}



@font-face {
    font-family: 'Museo 700';
    src: url('/fonts/Museo-700.eot');
    src: url('/fonts/Museo-700.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Museo-700.woff2') format('woff2'),
        url('/fonts/Museo-700.woff') format('woff'),
        url('/fonts/Museo-700.ttf') format('truetype'),
        url('/fonts/Museo-700.svg#Museo-700') format('svg');
    font-weight: bold;
    font-style: normal;
}


