body {
  background: #fff;
}

a {
/*  color: #ed1c24;*/
}

#page_content {
  margin-top: 0px;
}

#restaurant_headings_container, #restaurant_search_div, #mobile_nav {
  background-color: #dfdfdf;
}

#page_header .navbar {
  padding: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  border-bottom: none;
  box-shadow: 3px 4px 8px rgba(0,0,0,0.4);
}

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

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

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

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

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

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

.navbar-default {
    background-color: #ffffff;
    border-color: #2a2a2a;
}

.navbar-default .navbar-nav > li > a {
    color: #2a2a2a;
}


/* 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: 0px;
}

#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;
  background-image: url('../images/carousel-1.jpg');
  z-index: -1;

}

#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: calc(100vh - 70px);
  overflow: hidden;
}

#page_content #search-container .tagline h1 {
  margin-top: 25%;
  margin-bottom: 20px;
  color: #fff;
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 70px;
  font-weight: bold;
  line-height: 70px;
  text-shadow: 3px 3px 5px #111;
}



#page_content #search-container #search-form {
  margin-top: 16%;
  margin-bottom: 16%;
  padding: 8px;
  background-color: #333333;
  box-shadow: 0px 0px 10px #EFEFEF;
  border-radius: 8px;
}

#page_content #search-container #search-form #search-form-inner {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 4px;
}

#page_content #search-container #search-form #search-form-inner h1 {
  margin: 0px;
  margin-bottom: 10px;
  color: #c63c3e;
  font-family: 'ChunkFiveRoman', serif;
  font-size: 30px;
  text-shadow: 1px 1px 2px #333333;
   -webkit-text-stroke: 1px #FFFFFF;
}

#page_content #search-container #search-form #search-form-inner h1 a {
  margin-left: 10px;
  color: #666666;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  text-shadow: none;
   -webkit-text-stroke: none;
}

#page_content #search-container #search-form #search-form-inner .btn {
  box-shadow: inset 0px -2px rgba(0, 0, 0, 0.12),
              inset 0px 0 rgba(0, 0, 0, 0.1);
  -webkit-outline: none;
  -o-outline: none;
  -moz-outline: none;
  outline: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  text-shadow: 0px 1px 1px #666;
  text-transform: uppercase;
/*  background-color: #ed1c24;*/
}

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



/* search form */


 .cf:before, .cf:after{
      content:"";
      display:table;
    }

    .cf:after{
      clear:both;
    }

    .cf{
      zoom:1;
    }

    /*-------------------------------------*/

    .main-callout {
        width: 100%;
        padding: 15px;
        margin: 5px auto 0px auto;
        background: #444;
        background: rgba(0,0,0,.2);
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
        box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
    }

    .main-callout input {
        width: 80%;
        height: 60px;
        padding: 10px 5px;
        float: left;
        font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
        border: 0;
/*        background: #eee;*/
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .main-callout input:focus {
        outline: 0;
/*        background: #fff;*/
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    }

    .main-callout input::-webkit-input-placeholder {
       color: #999;
       font-weight: normal;
       font-style: italic;
    }

    .main-callout input:-moz-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }

    .main-callout input:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }

    .main-callout button {
    overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 60px;
        width: 20%;
        font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
/*        color: #fff;*/
        text-transform: uppercase;
/*        background: #ed1c24;*/
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    }

    .main-callout button:hover{
/*        background: rgba(355, 28, 35, .9);*/
    }

    .main-callout button:active,
    .main-callout button:focus{
        background: #c42f2f;
    }

/*
    .main-callout button:before {
        content: '';
        position: absolute;
        border-width: 8px 8px 8px 0;
        border-style: solid solid solid none;
        border-color: transparent #ed1c24 transparent;
        top: 12px;
        left: -6px;
    }
*/

    .main-callout button:hover:before{
        border-right-color: #ed1c24;
    }

    .main-callout button:focus:before{
        border-right-color: #ed1c24;
    }

    .main-callout button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

.main-callout button:before {
    top: 22px;
}




/*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: #ed1c24;
}

#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: #a9a9a9;*/
/*border-top: 3px solid #fff;*/
padding: 35px 0 0 0;
margin-bottom: -20px;
}

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

#page_footer .sectionbox h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
/*  color: #ed1c24;*/
  font-size: 1.1em;
  text-align: center;
}

#page_footer .sectionbox p {
  margin-top: 10px;
  text-align: center;
}

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

#page_footer #copyright {
  margin-bottom: 60px;
  padding-top: 20px;
/*  color: #fff;*/
}

#page_footer .restaurant-photo {
  position: relative;
}

#page_footer .restaurant-photo a {
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
}

#page_footer .restaurant-photo a:hover img {
  border-color: #fd2b1c;
}

#page_footer .restaurant-photo img {
  border-color: #adadad;
}

#page_footer .restaurant-photo .caption {
  position: absolute;
  bottom: 33px;
  left: 33%;
  padding: 2px 10px;
  color: #333333;
  background-color: #DFDFDF;
  font-size: 9px;
  border: 1px solid #666666;
  border-radius: 8px;
}

#page_footer .restaurant-photo a:hover .caption {
  color: #FFFFFF;
  background-color: #fd2b1c;
}

.footer {
/*  color: #fff;*/
  font-size: 1em;

}

.footer a {
/*  color: #fff;*/
  font-size: .9em;
}

.footer a:hover {
/*  color: #efe911;*/
}

.footerlinks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.footerlinks a {
  list-style: none;
}

.footerlinks a:after {
 content: '|';
   margin: 0 20px;
}

.footerlinks a:last-of-type:after {
  content: '';
}

.footer-deliver {
  color: #efe911;
    margin-bottom: 25px;
    font-size: 1.2em;
    text-align: center;
}



/* 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;
  margin-top: 70px;
}

.content h3 {
  color: #ed1c24
}

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

.section h2 {
  color: #ed1c24;
}

.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: #ed1c24;
  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('/editable/images/user/image/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;
}





/* dl core */

/*
.btn-primary {
    color: #ffffff;
    background-color: #ed1c24;
    border-color: #ed1c24;
}
*/


/* page1 */
#page1 {
  height: 100vh;
}



/* main-content */
#main-content {
  background: #fff;
  padding: 30px 0 20px;
  min-height: 270px;
}

.pull20 {
  margin-left: -20px;
}

.pull50 {
  margin-left: -50px;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: -10px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #000;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 80px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: none;
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.item h3 {
  font-weight: 900;
}


/* applinks */

.applinks {
  display: flex;
    justify-content: center;
  align-items: center;
}

.applinks a {
padding: 10px 20px;
}



/* main-content-info */

#main-content {
  padding: 50px 0;
  background-color: #013A6B;
  background-image: -webkit-linear-gradient(45deg, #fff 0%, #fff 20%, #efe911 20%, #efe911 25%, #fff 25%, #fff 70%, #efe911 70%, #efe911 75%, #fff 75%, #fff 100%);
  color: #fff;

}




.main-content-text p {
  font-size: 1.2em;
  line-height: 2em;
  margin-bottom: 15px;
  text-align: center;

}


.main-content-contact p {
  line-height: 1.1em;
  text-align: center;
  font-size: 1.1em;
  align-content: center;
    color: #a1a1a1;
    margin-bottom: 20px;

}

.main-content-contact p.city {
  font-weight: 900;
  line-height: .5em;
  color: #fff;
    font-size: 1.2em;
     margin-bottom: 10px;
}

.main-content-contact a {
 color: #efe911;

}

/* about-home */

#about-home {
  background: #42433c;
  padding: 10px 25px 25px 25px;
}

#about-home p {
  color: #fff;
  margin-bottom: 25px;
}

.logo50pc {
  width: 340px;
  padding-bottom: 5px;
}

#about-home img.logo40 {
  height: 40px;
  margin: 15px 0;
}

.h40 {
  height: 40px;
}

.h25 {
  height: 25px;
}

blockquote p {
  font-size: 14px;
}

/* marketing */

#marketing h2 {
  font-size: 20pt;
    font-family: Arial;
    color: rgb(87, 87, 87);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 35px 0 15px 0;
}

#marketing p {
  font-size: 11pt;
    font-family: Arial;
    color: rgb(87, 87, 87);
    font-weight: 400;
    text-align: center;
}

#marketing img {
  border: 1px solid #575757;
  margin: 15px 0;
}


/* new header */

.container-fluid { padding:0 10px;}
.header-bar {position:fixed; width:100%; z-index:99999; transition: all ease 0.4s; -webkit-transition: all ease 0.4s; -moz-transition: all ease 0.4s; top:0;}
.header-bar.nav-up { top:-80px!important;}
.navbar-default { background-color:#fff; border:none; box-shadow:0 20px 50px -20px rgba(0, 0, 0, 0.1)!important;}
.navbar-brand { height:auto; padding: 9px 15px;}
.navbar-nav { float:right; margin: 15px 0;}
.navbar-nav .cart-amount { position: absolute; }
.navbar-brand>img { max-height: 54px;}
.navbar-default .navbar-nav>li>a { color:#414151; font-size:15px; text-transform:uppercase; font-weight:600; padding:10px;}
.navbar-default .navbar-nav>li>a:hover { color:#ed1c24; }

/*
.navbar-default .navbar-nav>li span.get-our-app { color:#414151; font-size:15px; text-transform:uppercase; font-weight:600; padding:10px;}
*/

.navbar-default .navbar-nav>li>a.get-our-app:hover {
    color: #414151;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
}

li.app-links {
      margin-left: -10px;
      margin-top: -2px;
}



img.app-dl {float:left; height: 25px;}
img.app-dl:hover { opacity: .8; }

.navbar-default .navbar-nav>li.order-now-btn>a { background-color:#ed1c24; color:#fff; padding: 10px 18px; margin-right:10px; margin-left: 15px; border-radius: 4px;}
.navbar-default .navbar-nav>li.dropdown a.dropdown-toggle { border-radius:50px; -webkit-border-radius:50px; -moz-border-radius:50px; background-color:#ed1c24; color:#fff;}
.navbar-default .navbar-nav>li.order-now-btn>a:hover, .navbar-default .navbar-nav>li.dropdown a.dropdown-toggle:hover { background-color:#000;}
.h60 { height: 60px; }
.cart-btn { padding: 8px 0px 8px 2px!important; color: #ed1c24!important; border: 2px solid #ed1c24; border-radius: 50px; margin-left: 10px; width: 40px; height:40px; text-align: center;}
.cart-btn:hover { color:#fff!important; background-color:#f12e35!important; border: 2px solid #f12e35!important; }
.login-mobile { display:none;}

.navbar-default .navbar-nav>li.get-our-app>a { color: #ed1c24; }
.navbar-default .navbar-nav>li.get-our-app>a:hover { color: #a9a9b3; }
#page_header .navbar-nav a span { display: inline-block; }




/* restaurant cards */

.restaurant-card-wrapper .restaurant-card {
    border: none !important;
}

/* city lists */

#city-section {
      background: #ed1c24;
    padding: 35px 0;
}

#city-list {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 5px;
    flex-flow: row wrap;

}

#city-list div {
  padding: 0 15px;
}

h2.city-list-header {
    color: #fff;
    margin: 5px 0 35px 0;
    font-size: 2.2em;
    text-align: center;
    font-weight: 500;

}

#city-list h3 {
    color: #ed1c24;
    margin-top: 25px;
    text-transform: uppercase;
    text-align: left;
    font-size: 1em;
    font-weight: bold;
}

#city-list p {
    text-align: center;
}

#city-list a {
    color: #fff;
    text-align: center;
    line-height: 1;
    font-size: 1.2em;
}

#city-list a:hover {
  color: #ed5e1e;
}


@media (max-width: 767px) {

#city-list div {
  width: 40%;
  float: left;
}

}

/* app links */
.app-download{ padding:50px 0; 
  display:inline-block; 
  width:100%; 
  color:#000; 
  background: #fff;

}
.left-box { width:51%; display:inline-block; vertical-align:top;}
.right-box { width:48%; display:inline-block; vertical-align:top;}
.app-download h3 { color:#000; font-size:22px; font-weight:500; margin:80px 0 20px; text-transform: uppercase; }
.app-download h1 { color:#ed1c24; font-size:56px; font-weight:normal; text-transform: uppercase;font-family: 'norwesterregular'; }
.app-download h4 { color:#5c5c5c; font-size:19px; font-weight:600; margin: 10px 0 20px; }
.app-download p { color:#5c5c5c; font-size:18px; font-weight:500; margin:20px 0 0 }
.app-download a:hover{ opacity:.5}
.app-download img.appbutton {width: 35%;}


/* driver/partner */

#driver-partners {
  padding: 75px 0 20px;
  background: #fff;
  /* background-image: -webkit-linear-gradient(-45deg, #dfdfdf 0%, #fff 10%, #fff 90%, #dfdfdf 100%); */
}





/* restaurant thumbs */


.restaurant-thumbs {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  margin: 75px 0 5px;
}

.restaurant-thumbs a {
  flex-grow: 1;
  flex-wrap: wrap;
  width: calc(100% / 7);
  margin: 5px;
  border:1px solid #ddd; transition: all ease 0.2s; -webkit-transition: all ease 0.2s; -moz-transition: all ease 0.2s; padding:10px;
}

.restaurant-thumbs a:hover  {
  box-shadow:0 5px 27px 0 rgba(0,0,0,0.1)!important; -webkit-box-shadow:0 5px 27px 0 rgba(0,0,0,0.1)!important; -moz-box-shadow:0 5px 27px 0 rgba(0,0,0,0.1)!important;
}

.restaurant-thumbs img {
  width: 80%;
  margin: 0 10%;

}

.view-all {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.view {  color: #333333; font-weight: 500; border: 1px solid #D6D6D6; padding: 10px 25px; border-radius: 50px; -webkit-border-radius:50px; -moz-border-radius:50px; margin: 20px 0; display: inline-block;}
.view:hover { background-color:#333; color:#ed1c24; border-color:#333;}

















/*  img hover */

/* Common style */
.grid figure {
    overflow: hidden;
    margin: 10px 1%;
    max-width: 100%;
    /* background: #3085a3; */
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: inline-block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.9;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}



.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
    color: #efe911;
    text-shadow: 3px 3px 5px #333333;
}

.grid figure h3 {
 color: #efe911;
  text-shadow: 3px 3px 5px #333333;
}

.grid figure h2,
.grid figure h3,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** hover *****/
/*---------------*/

figure.effect-hover img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.78;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}

figure.effect-hover figcaption {
    text-align: left;
}

figure.effect-hover figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 70%;
}

figure.effect-hover h2,
figure.effect-hover h3,
figure.effect-hover p {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
    font-family: 'norwesterregular', sans-serif;
}

figure.effect-hover h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
     color: #efe911;
  text-shadow: 3px 3px 5px #333333;
 color:#f0ea1e; font-size:45px; font-weight:normal; font-family: 'norwesterregular'; text-transform:uppercase; margin-top: -50px;
}

figure.effect-hover h2 span {
color:#fff; font-size:80px; font-weight:normal; font-family: 'norwesterregular'; text-transform:uppercase; display: block;
}


figure.effect-hover p, figure.effect-hover h3 {
    color: rgba(255,255,255,1);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-hover h3 {
  color: #efe911;
  text-shadow: 3px 3px 5px #333333;
}

figure.effect-hover:hover img,
figure.effect-hover:hover p,
figure.effect-hover:hover h3 {
    opacity: 1;
}

figure.effect-hover:hover img,
figure.effect-hover:hover h2,
figure.effect-hover:hover h3,
figure.effect-hover:hover p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-hover:hover p, figure.effect-hover:hover h3 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}





ul.social.list-inline > li {
  display: inline-block;
  margin-top: 20px;
}

/* youtube embed */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
   .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.video-embed {
   padding: 50px 0;
}

/* become a driver */
.bottom-links { width:100%; float:left; margin:30px 0 120px}
.col-2 { width:50%; padding:0 10px; float:left; text-align:right;}
.become-driver { width:100%; background-image:url(/editable/templates/default/images/become-driver.jpg); background-repeat:no-repeat; background-position:center; background-size:100% 100%; padding:20px; transition: all ease 0.2s;  -webkit-transition: all ease 0.2s; -moz-transition: all ease 0.2s; }
.restaurant-partner { width:100%; background-image:url(/editable/templates/default/images/restaurant-partner.jpg); background-repeat:no-repeat; background-position:center;  background-size:100% 100%; padding:20px; transition: all ease 0.2s;  -webkit-transition: all ease 0.2s; -moz-transition: all ease 0.2s; }
.become-driver:hover, .restaurant-partner:hover { background-size:120% 120%;}


@media (max-width: 767px) {

.bottom-links {  margin: 30px 0 50px;}
}


.dashedborder {
    width: 80%;
    margin-left: 10%;
    border-bottom: 2px dashed #ed1c24;
    clear: both;
    margin-top: 25px;
    margin-bottom: 25px;
}





/* 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%); }
}

/* media queries */
@media (max-width: 767px) {
  #page_header .navbar-collapse.pull-right {
    float: left !important;
  }

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



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

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

  #page_content #delivery-options .delivery-option p {
    font-size: 12px;
    line-height: 16px;
  }

  #page_footer .restaurant-photo .caption {
    left: 25%;
    bottom: 28px;
    font-size: 8px;
  }

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

}


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

/*
.navbar-default .navbar-toggle {
 position: relative;
 float: right;
 padding: 9px 10px;
 margin-top: 8px;
 margin-right: 15px;
 margin-bottom: 8px;
 background-color: transparent;
 background-image: none;
 border: 1px solid transparent;
 border-radius: 4px;
}
*/


span.ordertype {
  font-size: .8em;
  text-align: center;
  font-weight: bold;
  clear: both;
  white-space:nowrap;
}


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

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

.radiosearch {
  font-size: 18px;
  margin-left: 14px;
}

.officebutton {
  margin-bottom: 10px;
}

span.officemargin {
margin-top:9px;
}

.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 .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: #ed1c24;
    height: 3px;
    width: 30px;
}

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

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


body {
    margin-bottom: 5px;
    overflow-x: hidden;
}

.pull20 {
  margin-left: 0px;
}

.pull50 {
  margin-left: 0px;
}

.mobreviews {
  margin-top: 50px;
}

#main-content {
  min-height: 640px;
}

  #page_content #search-container .tagline h1 {
    margin-top: 50%;
    margin-bottom: 5%;
    font-size: 30px;
    line-height: 30px;
  }

.input-group .form-control {
    width: 84%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5%;
}

.mainbtn {
  padding: 0 !important;
  display: inline-block;
  margin-left: -35px;
}

.searchbg {
  width: 100%;
   padding: 5px 0px 5px 5px;
}


.input-group-addon, .input-group-btn {
    width: 6%;
}

#main-content {
  min-height: 230px;
}

.input-group.homesearch .form-control {
    width: 82%;
}


.navbar-toggle { margin-top: 15px!important; border: none;  border-radius: 0;}
.navbar-default .navbar-toggle .icon-bar {  width: 32px;  height: 3px; background-color:#ed1c24;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color:transparent}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar { background-color: #ed1c24; }
.navbar-nav { width: 100%;}
.navbar-default .navbar-nav>li.order-now-btn>a { margin:0 0 10px;}
.navbar-default .navbar-nav>li.dropdown a.dropdown-toggle { background-color: #ffffff; color: #414151; width: 60px;}
.navbar-default .navbar-nav>li.dropdown a.dropdown-toggle:hover { background-color: #ffffff;}
.navbar-nav .dropdown-menu>li>a {  padding: 5px 10px!important;}
.navbar-brand>img { max-height: 38px;}

.login-mobile { display: block; position: absolute; right: 70px; top: 10px; background-color: #fff; width: 40px; height: 40px; background-image: url(../images/user-icon.png); background-repeat: no-repeat; background-size: 100%; background-position: center;}
.login-mobile:hover { background-color:#fff;}

.get-our-app-mobile { display: block; position: absolute; right: 110px; top: 10px; }
.get-our-app-mobile:hover { background-color:#fff; color: #ed1c24;}

.navbar-default .navbar-nav>li.get-our-app>a {
display: none;
}

/* search form */
#page_content #search-container {
  position: relative;
  height: 100%;
  width: 100%;
min-height: 500px;
}

#address_form > .maincallout {
  width: 75%;
}

#page_footer {
    margin-bottom: 40px;
}

.main-content-text p {
    margin-bottom: 35px;
}


/* search form */

.main-callout {
  margin-top: 10%;
}

.main-callout input {
        width: 65%;
}

.main-callout button {
    width: 35%;
     font: bold 12px 'lucida sans', 'trebuchet MS', 'Tahoma';
    line-height: 15px;
}


 #page_content #search-container .tagline h1 {
    margin-top: 20%;
    font-size: 50px;
    line-height: 50px;
  }

figure.effect-hover figcaption > div {
    height: 100%;
}

figure.effect-hover h2 {
 margin-top: -10px;
}

.app-download h3 { font-size:18px;}
.app-download h1, .banner h3 { font-size:35px;}

.left-box, .right-box { width:100%; text-align:center;}


figure.effect-hover h2 {
font-size:32px; 
}

figure.effect-hover h2 span {
font-size:50px;
}



.restaurant-thumbs a {
  width: calc(100% / 4);
}



}



@media (min-width: 768px) and (max-width: 991px) {
  #page_header .navbar-collapse.pull-right {
    float: left !important;
  }

  #page_content #search-container .tagline h1 {
    margin-top: 50%;
    font-size: 40px;
    line-height: 40px;
  }

.createaccount {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  background-color: #bf1e2e;
}

#address_form > .maincallout {
  width: 75%;
}

figure.effect-hover figcaption > div {
    height: 80%;
}


.restaurant-thumbs a {
  width: calc(100% / 5);
}



}


@media (min-width: 992px) and (max-width: 1199px) {
.createaccount {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  background-color: #bf1e2e;
}

#address_form > .maincallout {
  width: 80%;
}


figure.effect-hover figcaption > div {
    height: 80%;
}




}

/*
#banner-top > center > img {
  display: none !important;
}
*/
