@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
body {
  background: #fff;
}
input, select, textarea {
  -webkit-appearance: none;
}
a {
  color: #FBAB41;
}

#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/header-pic-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: 100vh;
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;

}

#page_content #search-container .tagline {
  margin-top: 18%;
}


#page_content #search-container .tagline h1 {
  margin-top: 7%;
  margin-bottom: 2%;
  color: #FBAB41;
  font-family: 'Arial', 'Source Sans Pro', sans-serif;
  font-size: 65px;
  font-weight: bold;
  line-height: 65px;
  text-shadow: 2px 2px 3px #333;
  text-align: center;
}

.text-overlay {
  margin-top: 7%;
  margin-bottom: 2%;
  color: #FBAB41;
  font-family: 'Arial', 'Source Sans Pro', sans-serif;
  font-size: 65px;
  font-weight: bold;
  line-height: 65px;
  text-shadow: 2px 2px 3px #333;
  text-align: center;
}


/*
#page_content #search-container .tagline h1 {
  margin-top: 35%;
  margin-bottom: 2%;
  color: #FFFFFF;
  font-family: 'Arial', 'Source Sans Pro', sans-serif;
  font-size: 65px;
  font-weight: bold;
  line-height: 65px;
  text-shadow: 2px 2px 3px #333;
}
*/



#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: #e00032;
}

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


form input:not(.qty), form textarea, form select .mainsearch {
    border-radius: 0px;
    background color: transparent;
    padding: 10px 15px;

}

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

.homesearch {
    width: 100% !important;
}

#address_form > div > div > span > input {
  background-color: transparent !important;
}

.input-group.homesearch .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  .mainsearch {
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    height: 46px;
}




.search-border {
  border: 2px solid #000;
}

.searchbg {
  background-color: #ccc;
  padding: 10px 1px 10px 10px;
  border-radius: 2px;
  width: 100%;
  margin: 0 auto;
}

/* search box updates */

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

}

.input-group-btn .maincallout {
    position: relative;
    font-size: 30px !important;
    white-space: nowrap;

}

.input-group-btn.maincallout:last-child > .btn, .input-group-btn.maincallout:last-child > .btn-group {
    margin-left: 220px;
}


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

#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: #42433c;
border-top: 3px solid #5d5d5b;
}

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

#page_footer .sectionbox h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FBAB41;
}

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

#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: .9em;

}

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

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

.btn-cityrestaurants {
  color: #fff;
  font-size: .9em;
  background-color: transparent;
  padding: 0px 0px;
}



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

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

.section h2 {
  color: #e00032;
}

.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: #FBAB41;
  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;
}





/* dl core */

.btn-primary {
    color: #ffffff;
    background-color: #FBAB41;
    border-color: #FBAB41;
}


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




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

/*
.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:#f09028; color:#fff; padding: 10px 18px; margin-right:10px; margin-left: 15px;}
.navbar-default .navbar-nav>li.dropdown a.dropdown-toggle { border-radius:50px; -webkit-border-radius:50px; -moz-border-radius:50px; background-color:#f09028; color:#fff;}
.navbar-default .navbar-nav>li.order-now-btn>a:hover, .navbar-default .navbar-nav>li.dropdown a.dropdown-toggle:hover { background-color:#fb7535;}
.h60 { height: 60px; }
.cart-btn { padding: 8px 0px!important; color: #f09028!important; border: 2px solid #f09028; border-radius: 50px; margin-left: 10px; width: 40px; height:40px; text-align: center;}
.cart-btn:hover { color:#fff!important; background-color:#fb7535!important; border: 2px solid #fb7535!important; }
.login-mobile { display:none;}

.navbar-default .navbar-nav>li.get-our-app>a { color: #f09028; }
.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-list {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 50px;
    flex-flow: row wrap;
}

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

h2.city-list-header {
    color: #414151;
    margin-top: 50px;
    font-size: 2.2em;
    text-align: center;
}

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

#city-list p {
    color: #414151;
    text-align: left;
    line-height: 1;
}


@media (max-width: 767px) {

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

}



.brands {
    width: 100%;
    color: #000;
    padding: 50px 0;
    display: inline-block;
    text-align: center;
}

.brands img {
  margin: 15px 0;
}

.brands h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 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%); }
}



@font-face {
  font-family: 'BebasNeueRegular';
  src: url('fonts/bebasneue.eot');
  src: url('fonts/bebasneue.eot') format('embedded-opentype'),
       url('fonts/bebasneue.woff2') format('woff2'),
       url('fonts/bebasneue.woff') format('woff'),
       url('fonts/bebasneue.ttf') format('truetype'),
       url('fonts/bebasneue.svg#BebasNeueRegular') format('svg');
}

.order_restaurant--column, .order_restaurant--column p {
    font-family: 'Montserrat', sans-serif;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_about_panel_body {
    margin-bottom: 25px;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_about_panel_body {
    box-shadow: 0 0 16px #dbdbdb !important;
    border-radius: 18px;
    padding: 12px;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_about_panel_body .order_restaurant--deliverclub_restaurant_panel-table {
    max-width: 310px;
    background-color: #f7f7f7;
    max-height: 230px;
    padding: 13px 30px;
    border-radius: 20px;
    margin-bottom: 0;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_about_panel_body .order_restaurant--deliverclub_restaurant_panel-table .order_restaurant--open_hours_heading {
    font-size: 15px;
    padding: 0 0 12px;
    text-align: left;
    letter-spacing: 0;
    color: #fb7536;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_about_panel_body .order_restaurant--deliverclub_restaurant_panel-table .open_hours_row {
    font-size: 13px;
    color: #404040;
    margin-bottom: 5px;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_about_panel_body .restaurant_info_container .resturant_details_container {
    padding-bottom: 0;
    margin-bottom: 30px;
    border-bottom: none;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_about_panel_body .restaurant_info_container .resturant_details_container>img {
    height: 112px;
    width: 112px;
    margin-right: 30px;
    border: 1px #45a929 solid;
    border-radius: 14px;
}
body .restaurant-info-page-dlc .order_restaurant--restaurant_about_panel_body .restaurant_info_container .resturant_details_container .media-body {
    font-size: 14px;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_about_panel_body .restaurant_info_container .resturant_details_container .media-body .media-heading {
    margin: 0px;
    font-size: 28px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_about_panel_body .restaurant_info_container .resturant_details_container .media-body .restaurant_menu_rating-distance {
    color: #bac1c3;
    font-size: 18px;
    font-weight: 700;
    margin: 8px 0 8px 0;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_about_panel_body .restaurant_info_container .resturant_details_container .media-body .restaurant_menu_rating-distance i {
    color: #606060;
}
span.restaurant_menu_info-addresss {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
}

.restaurant-info-page-dlc .order_restaurant--restaurant_about_panel_body .order_restaurant--deliverclub_restaurant_panel-table .order_restaurant--open_hours .open_hours_row span.pull-right {
    font-weight: 600;
}
.restaurant-info-page-dlc #restaurant_search_div form .row .restaurant_search_menu_sections {
    width: 180px;
}
.restaurant-info-page-dlc #restaurant_search_div .restaurant_search_menu_sections select {
    height: 43px;
    -webkit-appearance: none;
    width: 100%;
    box-shadow: none;
    border-radius: 37px;
    border: 1px solid #d0d0d0;
    padding: 0 0 0 21px;
    color: #606060;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    cursor: pointer;
        font-size: 13px;
}
.restaurant-info-page-dlc #restaurant_search_div .restaurant_search_menu_sections_mobile .panel-body .search-icon-wrapper {
    right: 1px;
    background: #fff;
    color: #47aa2c;
    font-size: 10px;
    height: 37px;
    top: 3px;
    border-radius: 20px;
    width: 38px;
}
.restaurant-info-page-dlc #restaurant_search_div .restaurant_search_menu_search .search-input {
    height: 43px;
    width: calc(100% - 0px);
    border-radius: 42px;
    box-shadow: none;
    display: inline-block;
    border-right: none;
    border: 1px solid #d0d0d0;
    max-width: 432px;
    float: right;
    box-shadow: none !important;
    padding: 0 29px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fb7536;
    font-weight: 700;
    letter-spacing: 1px;
}
.restaurant-info-page-dlc #restaurant_search_div .restaurant_search_menu_search .sort_submit {
    width: 38px;
    height: 37px;
    margin: 0;
    border-radius: 50%;
    right: 21px;
    background-color: #fb7536;
    top: 3px;
    padding: 0;
    font-size: 11px;
    font-weight: 400;
    font-size: 10px;
}
.order_restaurant--dietary_filters {
    margin: 0 0 10px 0;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default {
    background-color: #fff !important;
    border-color: #d5dbdf;
    border-radius: 20px;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body {
    padding: 14px 0 0 0;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading {
    margin-bottom: 10px;
    padding: 11px 35px 14px;
    border-bottom: 1px #f1f1f1 solid;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading .menu-items-toggle {
    margin: 0;
    padding-top: 17px;
}
.order_restaurant--menu_item_row.row {
    margin: 0;
}
.order_restaurant--menu_item_row_container {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading .menu-items-toggle .order_restaurant--menu_item_row_container .order_restaurant--menu_item_container:nth-child(odd) {
    border-right: none;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading .menu-items-toggle .order_restaurant--menu_item_row_container .order_restaurant--menu_item_container {
    min-height: auto;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading .menu-items-toggle .order_restaurant--menu_item_row_container .order_restaurant--menu_item_container {
    border: 1px solid #f1f1f1;
}
.order_restaurant--menu_item_row_container .order_restaurant--menu_item_container {
    max-width: 100%;
    min-width: 100%;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading .menu-items-toggle .order_restaurant--menu_item_row_container .order_restaurant--menu_item_container .order_restaurant--menu_item {
    z-index: 1;
    position: relative;
    padding: 15px 165px 15px 32px;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading .menu-items-toggle .order_restaurant--menu_item_row_container .order_restaurant--menu_item_container .order_restaurant--menu_item {
    font-weight: normal !important;
    font-size: 17px;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading .menu-items-toggle .order_restaurant--menu_item_row_container .order_restaurant--menu_item_container .order_restaurant--menu_item .order_restaurant--menu_item_name {
    color: #000000;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading .menu-items-toggle .order_restaurant--menu_item_row_container .order_restaurant--menu_item_container .order_restaurant--menu_item .order_restaurant--menu_item_name {
    font-weight: 600;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading .menu-items-toggle .order_restaurant--menu_item_row_container .order_restaurant--menu_item_container .order_restaurant--menu_item .order_restaurant--menu_item_description {
    font-size: 13px;
    color: #000000;
    font-weight: 500;
    line-height: 22px;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading .menu-items-toggle .order_restaurant--menu_item_row_container .order_restaurant--menu_item_container .order_restaurant--menu_item .order_restaurant--menu_item_description, .restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading .menu-items-toggle .order_restaurant--menu_item_row_container .order_restaurant--menu_item_container .order_restaurant--menu_item .menu_item_price {
    font-weight: 500;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading .menu-items-toggle .order_restaurant--menu_item_row_container .order_restaurant--menu_item_container .order_restaurant--menu_item .menu_item_price {
    font-size: 20px;
    color: #efa511;
    margin-top: 5px;
    font-weight: 700;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading .menu-items-toggle .order_restaurant--menu_item_row_container .order_restaurant--menu_item_container .order_restaurant--menu_item .order_restaurant--menu_item_description, .restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading .menu-items-toggle .order_restaurant--menu_item_row_container .order_restaurant--menu_item_container .order_restaurant--menu_item .menu_item_price {
    font-weight: 500;
}
span.menu-heading-toggle-indicator.pull-right {
    width: 27px;
    height: 27px;
    border: 1px #fb7536 solid;
    line-height: 26px;
    border-radius: 50%;
    text-align: center;
    padding: 1px 8px;
    font-size: 12px;
    color: #fb7536;
}
span.menu-heading-toggle-indicator.pull-right .fa-plus-square-o:before {
    content: "\f067";
}
span.menu-heading-toggle-indicator.pull-right .fa-minus-square-o:before {
    content: "\f068";
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading h4 {
    color: #000000;
}
.empty-state-container p {
    color: #a5aeb2;
    font-size: 13px;
    line-height: 21px;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}
div#page_subheader.restaurants {
    margin-bottom: 40px;
}
#time_and_location_panel_content {
    border-radius: 20px;
    border-color: #d5dbdf;
}
#time_and_location_panel .when {
    border-bottom: 1px #d5dbdf solid;
    padding: 0 0 13px 0;
}
#time_and_location_panel i {
    width: 34px;
    line-height: 34px;
    background-color:#fb7536;
    height: 34px;
    color: #fff;
    border-radius: 50%;
}
#time_and_location_panel .when>div, #time_and_location_panel .where>div {
    width: calc(100% - 55px);
}
#time_and_location_panel .when>div p, #time_and_location_panel .where>div p {
    font-size: 18px;
    color: #ffffff;
    /* font-weight: 700; */
    font-family: 'Montserrat', sans-serif;
}
#time_and_location_panel .when>div p strong, #time_and_location_panel .where>div p strong {
    font-weight: 700;
}
strong#dc_order_type, #time_and_location_panel .panel-body .where div.when_where_content p>strong {
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 700;
}
#time_and_location_panel .panel-body div small.pull-right.text-primary {
    color: #000000;
    text-decoration: underline;
}
#time_and_location_panel .when>div p, #time_and_location_panel .where>div p {
    font-size: 18px;
    color: #ffffff;
    /* font-weight: 700; */
    font-family: 'Montserrat', sans-serif;
}
#time_and_location_panel .when>div, #time_and_location_panel .where>div {
    width: calc(100% - 55px);
}
#time_and_location_panel .when>div p, #time_and_location_panel .where>div p {
    font-size: 13px;
    color: #000000;
    /* font-weight: 700; */
    font-family: 'Montserrat', sans-serif;
}
#time_and_location_panel i.fa.fa-edit {
    display: none;
}
#time_and_location_panel .when>div p strong.value-data, #time_and_location_panel .where>div p strong.value-data {
    font-weight: normal;
}
p#restaurant_info_message {
    font-size: 15px;
}
span.restaurant_menu_info-min {
    font-weight: 700;
    margin-top: 10px;
    display: block;
}
p.well.well-sm.menu-heading-description {
    font-size: 12px;
    line-height: 20px;
}
div#page_subheader.restaurants .when-where-wrapper {
    display: none;
}
.second-menu.breadcrumb-color {
    margin: 0;
}
.dlc_page_container .container-fluid.nav-info-wrapper.bg-nav-info {
    margin: 0 ;
    border-radius: 0 !important;
}

body .nav-info-wrapper.bg-nav-info .row {
    /* background-color: #f0f0f0; */
    margin: 0;
    border-radius: 0 !important;
    padding: 0;
}
.container-fluid {
    padding: 0 10px;
}
.bg-nav-info, .nav-info-wrapper .filter-col {
    /* background-color: hsl(0, 0%, 65%); */
    background: none;
}
body .nav-info-wrapper .row {
    height: 74px !important;
    display: block;
    padding: 17px 0;
}
.bg-nav-info, .nav-info-wrapper .filter-col {
    /* background-color: hsl(0, 0%, 65%); */
    background: none;
    padding: 0;
}
.nav-info-wrapper .row .filters-wrapper {
    background-color: #fff;
    width: 160px;
    height: 41px;
    border: 1px #cecece solid;
    border-radius: 31px;
}
body .nav-info-wrapper .row .filters-wrapper i {
    line-height: 43px;
    height: 38px;
    font-size: 23px;
    margin-left: 15px !important;
}
body .nav-info-wrapper .row .filters-wrapper span {
    line-height: 40px;
    height: 50px !important;
    text-transform: none;
    font-size: 13px;
    letter-spacing: 0.4px;
}
.nav-info-wrapper .row .search-wrapper {
    padding-right: 0;
    width: 432px;
    float: right;
    margin-left: 0;
}
.nav-info-wrapper .row .search-wrapper .search-input {
    height: 40px;
    width: calc(100% - 0px);
    border-radius: 23px;
    border: 1px #cecece solid;
    padding: 0 18px;
    color: #a9b1b4;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    letter-spacing: 0.3px;
    font-weight: 500;
}
.nav-info-wrapper .row .search-wrapper .sort_submit {
    position: absolute;
    width: 34px;
    height: 34px;
    margin: 0;
    border-radius: 50%;
    background-color:#fb7536;
    right: 4px;
    top: 3px;
    padding: 0;
    font-size: 11px;
    font-weight: 400;
}
.restaurants-cards-container h4, .restaurants-closed-container .currently-closed-nav h4 {
    margin: 20px 0 16px 0;
    padding-left: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #000000;
    font-size: 19px;
    font-weight: 600;
}
.restaurant-card-wrapper {
    z-index: 1;
}
.restaurant-card-wrapper .restaurant-card-closed-info {
    background: none;
    border-radius: 9px;
    padding-top: 9px;
}
.restaurant-card-wrapper .restaurant-card {
    border-radius: 25px;
    overflow: hidden;
    border: 1px #d6d6d6 solid !important;
}
.restaurants-cards-container h4 span, .restaurants-closed-container .currently-closed-nav h4 span {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}
.row.bg-nav-info.restaurants-cards-row:last-child {
    margin-bottom: 46px;
}
.restaurant-card-wrapper .restaurant-card .restaurant-card-info-wrapper > div {
    margin-right: 8px;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

#login-modal.modal form button, #login-modal.modal form a {
    font-size: 14px;
}
#login-modal.modal .modal-dialog .modal-content .modal-header,
#time-modal.modal .modal-dialog .modal-content .modal-header,
#menu-modal.modal .modal-dialog .modal-content .modal-header {
    height: 65px;
    background-color: #fb7536;
    color: #fff;
}
#login-modal.modal .modal-dialog .modal-content .modal-header h3 {
    line-height: 47px;
}
#login-modal.modal .modal-dialog .modal-content .modal-header .modal-title,
#time-modal.modal .modal-dialog .modal-content .modal-header .modal-title,
#menu-modal.modal .modal-dialog .modal-content .modal-header .modal-title {
    line-height: 65px;
}
#login-modal .modal-body {
    padding: 26px 26px 10px;
}
#login-modal .modal-dialog .modal-body .panel .btn-login {
    border-radius: 26px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 16px;
}
#login-modal .modal-content, #time-modal .modal-content, #menu-modal .modal-content {
    font-family: 'Montserrat', sans-serif;
}
#login-modal .modal-dialog .modal-body .panel p.login_agree a, #login-modal .modal-dialog .modal-body .panel p.guest_agree a {
    font-size: 13px;
}
#login-modal .login_modal_tabs li {
    width: 48%;
    border-radius: 24px;
}
#login-modal .modal-dialog .modal-body .panel input, 
#login-modal .modal-dialog .modal-body .panel select,
#menu-modal .modal-dialog .modal-body .panel input, 
#menu-modal .modal-dialog .modal-body .panel select,
#time-modal .modal-dialog .modal-body .panel input, 
#time-modal .modal-dialog .modal-body .panel select {
    border-radius: 25px;
}
#login-modal .login_modal_tabs li:last-child {
    float: right;
}
#login-modal .login_modal_tabs a {
    font-size: 15px;
    font-weight: 500;
}
#login-modal .login_modal_tabs {
    border: none;
}
div#modal_login--create_account_tab h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
}
div#account_registration_form {
    padding: 0;
}
button#register_form_submit {
    margin-bottom: 0 !important;
}
#menu-modal .modal-content .modal-body form .row:not(.grey-row) select, #menu-modal .modal-content .modal-body form .row:not(.grey-row) input, #menu-modal .modal-content .modal-body form .row:not(.grey-row) textarea {
    width: calc(100% - 0px);
    margin-left: 0;
    border-radius: 25px;
    min-height: 48px;
}
#menu-modal.modal .modal-dialog .modal-content .modal-footer .btn {
    font-size: 17px;
    border-radius: 33px !important;
    font-weight: 600;
}
.restaurant-card-wrapper .restaurant-card .restaurant-card-info-wrapper .restaurant-card-info .restaurant-card-title {
    font-weight: 600;
    font-size: 15px;
}
.bg-closed-restaurants {
    background: none;
}
.row.bg-closed-restaurants {
    padding: 0;
}
.restaurant-card-wrapper.is-closed .restaurant-card-backdrop {
    border-radius: 28px;
}
.row.bg-closed-restaurants {
  margin-bottom: 35px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}
.restaurant-card-closed-info p {
    font-weight: 500;
}
.restaurant-card-wrapper .restaurant-card-closed-info .preorder-btn {
    height: 45px;
    border-radius: 24px;
}
body .restaurant-card-wrapper:hover .restaurant-card {
    box-shadow: 0 0 15px #0000001f !important;
}
#login-modal .alert-info {
  background-color: #fff;
  border-color: #fb7536;
  color: #fb7536;
  border-radius: 34px !important;
}
#login-modal .alert-danger {
  background-color: #fff;
  border-color: #fb7536;
  color: #fb7536;
  border-radius: 15px !important;
}
body #cart_content .cart_content--checkout_btn {
  border-radius: 33px;
  margin-top: 12px;
  font-weight: 500;
}
#login-modal .alert-danger b.error_msg {
    font-weight: 500;
}
#time-modal .modal-body.modal-bottom-btn {
    padding: 15px 32px;
}
.modal-form.modal-footer a {
    border-radius: 49px !important;
}
#menu-modal .modal-content .modal-body form .row:not(.grey-row) {
    margin-bottom: 0;
}
#menu-modal .modal-content .modal-body form .row:not(.grey-row) textarea {
  min-height: 109px;
  border-radius: 22px !important;
}
#menu-modal span.fa.text-primary {
    color: #fb7536;
}
#menu-modal .modal-content .modal-body form .form-group label {
    font-size: 13px;
}
#menu-modal .modal-content .modal-body form .row .form-group > label {
    font-size: 14px;
}
.checkout-page-addresses .order_information--verify_address_form .panel .panel-body .radio {
    position: relative !important;
    top: 0 !important;
}
.modal .modal-dialog .modal-content .modal-header {
  background-color: #fb7536;
}
#filters-modal .restaurant-filters-panel .modal-content .modal-header .filters-title {
    padding: 19px 0;
    font-size: 22px;
    line-height: 38px;
    color: #fff;
    font-weight: 600;
}
#filters-modal .custom-checkbox {
    margin-bottom: 15px;
    margin-left: 13px;
}
.filter-letter-color {
    color: #58595B;
    margin-bottom: 15px;
    font-size: 17px;
}
#filters-modal .restaurant-filters-panel .modal-content .modal-body #filters-panel-form .form-group .filters-selected .filter-reset a {
    color: #000;
}
#filters-modal .restaurant-filters-panel .modal-content .modal-body #filters-panel-form .form-group .restaurants--restaurant_cuisine_filters .checkbox label span, #filters-modal .restaurant-filters-panel .modal-content .modal-body #filters-panel-form .form-group .restaurants--restaurant_preferences_filters .checkbox label span {
    font-size: 15px;
}
div#restaurant_menu_head + h4 {
    margin-bottom: 19px;
    font-size: 15px;
}
#cart_content table.cart_content--cart_table .cart_content--errors {
    padding: 2px 12px 15px;
    font-size: 13px;
    text-align: center;
}
#cart_content table.cart_content--cart_table .cart_content--errors strong {
    font-weight: 600;
}
#cart_content table.cart_content--cart_table .cart_content--cart_items > td {
    font-size: 14px;
}
#cart_content table.cart_content--cart_table .cart_content--cart_row td {
    font-size: 14px;
}
div#estimated_wait.alert-info {
  background: none;
  border-color: #fb7536;
  color: #fff;
  margin-top: 13px;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading .menu-items-toggle .order_restaurant--menu_item_row_container .order_restaurant--menu_item_container:hover {
    background-color: #ececec80;
}
#restaurant-info-modal.modal .modal-dialog .modal-content .modal-header .modal-title {
    color: #fff;
}
.contents .col-sm-4 .shadow-box img {
    opacity: 0.8;
}
.contents .col-sm-4 .shadow-box:hover img {
    opacity: 1;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #000;
    border-color: #000;
}
.checkout-page-place-order .btn-primary:focus, .checkout-page-place-order .btn-primary:active, .checkout-page-place-order .btn-primary.active {
  background-color: #FBAB41;
  border-color: #FBAB41;
}
.checkout-page-place-order .btn-default:hover  {
  background-color: #000;
  border-color: #000;
}
.contents .col-sm-4 .shadow-box {
    border: 1px #fff solid;
}
.restaurant-drivers-main {
    background-color: #f7f7f7;
    padding: 80px 0;
    margin-top: 45px;
    width: 100%;
    float: left;
    margin-bottom: -5px;
}
.contents.icon-contents {
    padding-bottom: 0;
}
.container.restaurant-drivers {
    margin-top: 0;
}
.restaurant-inn {
    background-color: #fff;
    min-height: 337px;
    display: flex;
    /* align-items: center; */
    padding: 37px 26px;
    border-radius: 12px;
}
.driver-section, .restaurants-section {
    width: 88%;
}
body .restaurants-section h3, body .driver-section h3 {
    font-size: 23px;
    margin: 0 0 12px;
    line-height: 30px;
    padding-right: 95px;
}
.restaurants-section p, .driver-section p {
    min-height: 105px;
    line-height: 22px;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  color: #ffffff;
}
body #login-modal .login_modal_tabs li.active {
  background-color: #FBAB41;
  border-color: #FBAB41;
}
body #login-modal .modal-dialog .modal-footer .btn-guest {
  border-radius: 38px;
}
div#cart-modal .cart_content_container {
  padding: 20px;
}
button.btn.btn-lg.btn-block.btn-primary.process_info {
  border-radius: 38px;
}
#menu-modal .modal-content .modal-footer {
  padding: 6px 38px 12px !important;
}
#menu-modal .col-md-12 {
  margin-right: 0 !important;
}
#menu-modal .modal-content .modal-footer #how_many_items {
  text-align: left;
}
.qty-buttons span.qtyminus, .qty-buttons span.qtyplus {
  font-size: 32px;
  color: #e74c3c;
}
.qty-buttons .qty {
  width: 50px;
  font-size: 15px;
  border-radius: 4px;
  margin: 0 5px;
  height: 32px;
}
#time-modal.modal .modal-dialog .modal-content .modal-footer .btn, #time-modal .modal-footer #open-login-modal {
  font-size: 15px;
}
form .form-group .form-control {
  border-radius: 32px;
  min-height: 40px;
}
.checkout-page-place-order > .col-md-8 .checkout--panel_wrapper > .panel-heading {
  background: none;
  font-size: 22px;
}
.row.checkout-page-place-order.bg-nav-info button, .row.checkout-page-place-order.bg-nav-info .btn-primary {
  border-radius: 42px !important;
  padding: 8px 18px !important;
  font-size: 16px !important;
  min-width: 115px;
  text-align: center;
}
div#coupon_code_panel button.btn-primary {
  border-radius: 0 !important;
  padding: 9px 18px !important;
  border-top-right-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
}
div#coupon_code_panel .input-group input {
  border-top-left-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
}
.checkout-page-place-order > .col-md-8 .checkout--panel_wrapper #checkout--confirm_delivery_time {
  background: none;
  font-size: 16px;
}
.alert {
  border: 1px solid #fb7536;
  border-radius: 51px;
  background: none;
}
.alert-info {
  background: none;
  border-color: #fb7536;
  color: #fb7536;
}
.alert-success {
  color: #fb7536;
}
.alert p {
  font-size: 13px;
  text-align: center;
  color: #fb7536;
}
.alert.alert-danger:before {
  color: #fb7536;
}
.col-md-6.col-md-offset-2.col-sm-12.sort_links_container.hidden-xs {
  margin-left: 0;
}
.nav-info-wrapper .row .sort_links_container > p {
  line-height: 38px;
}
.nav-info-wrapper .row .sort_links_container > p .sort_link {
  border-width: 1px;
  padding: 0 13px;
  border-radius: 25px;
}
#filters-modal .restaurant-filters-panel .modal-content {
  border-radius: 0;
}
#filters-modal.modal .modal-dialog .modal-content .modal-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
div#page_subheader.restaurants .second-menu.breadcrumb-color {
  display: none;
}
body .header-menu-nav .header-menu .cart-icon-wrapper,
body .header-menu-nav-mobile .header-menu .cart-icon-wrapper {
  height: 48px;
  width: 48px;
  position: relative;
  text-align: center;
  line-height: 48px;
  background-color: #fb7536;
  border-radius: 50% !important;
  border: 2px #fb7536 solid;
  transition: none;
}
.header-menu-nav .header-menu .cart-icon-wrapper .cart-amount, .header-menu-nav-mobile .header-menu .cart-icon-wrapper .cart-amount {
  display: none !important;
}
body .header-menu-nav .desktop-menu-dropdown .desktop-menu,
body .header-menu-nav-mobile .desktop-menu-dropdown .desktop-menu {
  background-color: #fb7536;
  height: 48px;
  border-bottom: none;
  width: 48px;
  margin: 0px;
  float: none;
  border-radius: 50%;
  border: 2px #fb7536 solid;
  transition: none;
}
body .header-menu-nav .header-menu .cart-icon-wrapper:hover, 
body .header-menu-nav-mobile .header-menu .cart-icon-wrapper:hover,
body .header-menu-nav .desktop-menu-dropdown .desktop-menu:hover,
body .header-menu-nav-mobile .desktop-menu-dropdown .desktop-menu:hover {
  background-color: #000;
  border-color: #000;
}
#global-cart > i.fa.fa-shopping-bag {
  margin-top: 1px;
  margin-left: 0;
  justify-content: center;
  display: flex;
  position: relative;
  top: 44%;
  font-size: 23px;
}
body .header-menu-nav .desktop-menu-dropdown, body .header-menu-nav-mobile .desktop-menu-dropdown {
  height: auto;
  margin-right: 11px;
}
header.header-dlc i.icon.ion-navicon {
  line-height: 21px;
  color: #ffffff;
}
header.header-dlc i.icon.ion-navicon {
  font-size: 34px;
}
.header-menu-nav .header-menu, .header-menu-nav-mobile .header-menu {
  padding-right: 15px;
}
#user_address_wrapper {
  padding-top: 0;
}
#user_address_wrapper.collapsed {
  max-height: 114px;
}
.checkout-page-addresses .order_information--verify_address_form .panel .panel-heading {
  background: none;
}
.checkout-page-addresses .order_information--verify_address_form h4 {
  font-size: 21px;
}
.checkout-page-place-order > .col-md-8 .checkout--panel_wrapper #coupon_code_panel input[name="coupon_code"] {
  width: 100%;
}
.checkout-page-place-order > .col-md-8 .checkout--panel_wrapper #btn_place_order {
  float: right;
  margin-top: 15px;
  padding: 15px 26px !important;
}
.checkout-page-place-order > .col-md-8 .checkout--panel_wrapper .alert.alert-danger {
  background-color: #fff;
}

#time-modal #when_panel_form .time .input-group-addon, #time-modal #when_panel_form .date .input-group-addon {
  border-color: #FBAB41;
  background-color: #FBAB41;
}
a.list-group-item {
  color: #fb7536 !important;
  background: none !important;
  border: 1px #fb7536 solid !important;
}
div#specify_driver_tip .input-group-btn button {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
div#specify_driver_tip .input-group input {
  min-height: 48px;
  padding-left: 15px !important;
}
.checkout-page-place-order > .col-md-8 .checkout--panel_wrapper .alert.alert-danger {
  color: #fb7536;
}
.checkout-page-place-order > .col-md-8 .checkout--panel_wrapper #checkout--confirm_delivery_time {
  color: #fb7536;
}
.checkout-page-place-order > .col-md-8 .checkout--panel_wrapper .checkout--panel_driver_tip form #specify_driver_tip .input-group input {
  width: 100%;
}
.header-menu-mobile .menu-mobile-body ul li {
  border-color: #de7645;
  color: #fff;
  font-size: 15px;
}
.header-menu-mobile .menu-mobile-header {
  display: none;
}
.header-menu-mobile {
  background-color: #fb7536;
}
.header-menu-mobile.active {
  box-shadow: -2px 0px 6px 0px rgb(0 0 0 / 17%) !important;
}
body .header-menu-mobile.active .off-menu-click {
  position: absolute;
  right: 20px;
  width: 25px;
  top: 11px;
  height: 25px;
  cursor: pointer;
  z-index: 99;
}
body .header-menu-mobile .off-menu-click:before, body .header-menu-mobile .off-menu-click:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 100%;
  width: 3px;
  background-color: #ffffff;
}
body .header-menu-mobile .off-menu-click:before {
  transform: rotate(45deg);
}
body .header-menu-mobile .off-menu-click:after {
  transform: rotate(-45deg);
}
button.filter-closing i {
  display: block !important;
}
.col-md-4 .well.well-sm {
  margin-top: 0;
  background-color: #f0f0f0;
  color: #656565;
  font-size: 13px;
  padding: 35px;
  border-radius: 22px;
  font-weight: normal;
}
.col-md-4 .well.well-sm+.alert.alert-danger {
  color: #fff;
  background: #fb7536;
  border: none;
}
.col-md-4 .well.well-sm+.alert.alert-danger:before {
  top: 35px;
  left: 22px;
  font-size: 16px;
  color: #fff;
}
.col-md-4 .well.well-sm+.alert.alert-danger p {
  color: #fff;
  font-size: 13px;
  padding: 15px 15px 15px 45px;
  line-height: 20px;
  text-align: left;
  font-weight: normal;
  letter-spacing: 0.23px;
}
div#page_container .col-md-8 .panel.panel-default {
  background: none;
  border: none;
}
#gift_certificate_form .panel-default .panel-body {
  padding: 0;
}
div#page_container .col-md-8 .panel.panel-default .panel-body h3 {
  margin-bottom: 22px;
  font-weight: 700;
}
#gift_certificate_form h3 {
  margin: 0 0 45px 0 !important;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0;
  font-size: 30px;
}
#gift_certificate_form h4 {
  font-weight: 500;
  font-size: 16px;
  margin: 10px 0 25px;
  color: #fb7536;
}
.contact-form label, #gift_certificate_form label {
  color: #000;
  font-weight: 600;
  font-size: 14px;
}
#gift_certificate_form label {
  color: #606060;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-form input, .contact-form textarea, .contact-form select, #gift_certificate_form input, #gift_certificate_form textarea, #gift_certificate_form select, #menu-modal .modal-content .modal-body input, #menu-modal .modal-content .modal-body textarea, #menu-modal .modal-content .modal-body select {
  height: 48px;
  border: 1px #eaeaea solid;
  font-size: 13px !important;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  border-radius: 50px !important;
  resize: none;
}
.contact-form form input.btn, #gift_certificate_submit {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 15px 50px;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  /* background: #9b7f2b; */
  font-weight: 600;
  float: none;
  margin: 15px 0 0 0;
  border: none;
  position: relative;
  height: auto;
}
#gift_certificate_submit {
  float: left;
  max-width: 100%;
  white-space: break-spaces;
}
div#page_container {
  padding-bottom: 60px;
}
.places-page .panel.panel-default.panel-hotel {
  text-align: center;
  box-shadow: none !important;
}
.panel.panel-default.panel-hotel {
  background: none;
  border-radius: 15px;
  box-shadow: 0 0 8px #dbd8d540 !important;
  border-color: #dadada;
  margin-bottom: 0;
  margin-top: 20px;
}
.hotel-panel {
  min-height: 105px;
}
.panel.panel-default.panel-hotel .media-body {
  text-align: center;
}
.panel.panel-default.panel-hotel h2.media-heading {
  font-size: 22px;
  margin-bottom: 18px !important;
  font-weight: 600;
}
.panel.panel-default.panel-hotel .media-body a.btn {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 42px;
  border-radius: 38px;
}
.places-page .col-md-12 h3 {
  font-weight: 600;
  margin-bottom: 22px;
  font-size: 20px;
}
body.hotels-main-page .panel.panel-default, body.bases-main-page .panel.panel-default, body.breweries-main-page .panel.panel-default, body.dorms-main-page .panel.panel-default, body.schools-main-page .panel.panel-default, body.workplaces-main-page .panel.panel-default {
  border-radius: 15px;
  background: none;
  border-color: #dadada;
}
body.hotels-main-page h3, body.bases-main-page h3, body.breweries-main-page h3, body.dorms-main-page h3, body.schools-main-page h3, body.workplaces-main-page h3 {
  margin-top: 0;
  font-weight: 700;
}
body.hotels-main-page h3, body.bases-main-page h3, body.breweries-main-page h3, body.dorms-main-page h3, body.schools-main-page h3, body.workplaces-main-page h3 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
  font-size: 20px;
}
.panel.panel-default.panel-hotel {
  background: none;
  border-radius: 15px;
  box-shadow: 0 0 8px #dbd8d540 !important;
  border-color: #dadada;
  margin-bottom: 0;
  margin-top: 20px;
}
.panel-body.hotel-panel .col-md-8.col-xs-6 {
  width: 100%;
}
.panel.panel-default.panel-hotel .media-body {
  text-align: center;
}
.panel-body.hotel-panel h5.media-heading {
  font-size: 20px;
  margin-bottom: 11px;
  font-weight: 600;
}
.panel-body.hotel-panel h5.media-heading a {
  color: #2d2e32;
  font-weight: 600;
}
.panel.panel-default.panel-hotel small {
  font-weight: 400;
  font-size: 14px;
  margin: 15px 0 9px 0;
  display: block;
}
.panel-body.hotel-panel .col-md-4.col-xs-6 {
  text-align: center;
}
.panel-body.hotel-panel .col-md-4.col-xs-6 {
  width: 100%;
  margin-bottom: 11px;
}
.panel-body.hotel-panel a.btn.btn-primary.pull-right {
  float: none !important;
  display: inline-block;
}
.panel-body.hotel-panel a.btn.btn-primary.pull-right {
  width: 160px;
  border-radius: 32px;
  padding: 11px 12px;
}
.hotel-panel .btn-link {
  color: #2d2e32;
}
body.hotels-main-page .col-md-3 .panel.panel-default h4 , 
body.bases-main-page .col-md-3 .panel.panel-default h4 , 
body.breweries-main-page .col-md-3 .panel.panel-default h4 , 
body.dorms-main-page .col-md-3 .panel.panel-default h4 , 
body.schools-main-page .col-md-3 .panel.panel-default h4 , 
body.workplaces-main-page .col-md-3 .panel.panel-default h4 {
  margin-bottom: 10px;
}
div#login_panel.panel.panel-default {
  background: none;
  border: none;
}
#page_container .col-md-6 .well.well-sm h3, #page_container .col-md-6 .panel.panel-default .panel-body h3 {
  margin-bottom: 10px;
  font-weight: 600;
  color: #2e2e2e;
}
#page_container .col-md-6 div#login_panel.panel.panel-default h3 {
  padding-bottom: 14px;
  color: #000218;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 23px;
}
.login-page .well a.btn {
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
}
form label {
  font-weight: 500;
  color: #606060;
}
#page_container .col-md-6 div#login_panel.panel.panel-default button.btn.btn-primary.btn-lg {
  font-size: 16px;
  padding: 15px 40px;
}
.login-page .well {
  background: none;
  padding: 14px 19px;
  border: none;
}
.login-page .well h3 {
  color: #000218;
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 20px;
}
.login-page .well ul {
  padding: 2px 0 10px 16px;
}
.login-page .well ul li {
  font-weight: normal;
  margin-bottom: 8px;
}
div#reset_password_panel button {
  font-size: 15px;
  padding: 14px 32px;
}
#time-modal .address #find-me-button {
  border-radius: 0px !important;
}
#filters-modal .restaurant-filters-panel .modal-content .modal-footer .filter-submit button {
  border-radius: 35px;
}
.register-page .panel.panel-default {
  background: none;
  border: none;
}
.register-page .panel.panel-default {
  background: none;
}
.register-page .panel.panel-default {
  background: none;
  border: none;
}
.register-page #page_container .btn-primary, 
#reset_password_panel .btn-primary, 
.corporate-account-page .btn-primary,
#page_container .col-md-6 div#login_panel.panel.panel-default button.btn.btn-primary.btn-lg, 
.login-page .well a.btn, div#places-modal-body button.btn.btn-primary {
  border-radius: 24px;
  padding: 12px 30px;
  font-weight: 500;
}
.home-main-page header.header-custom {
  display: none;
}
.orderarea-page div#page_container h3 {
  margin-bottom: 14px;
  margin-top: 0;
  font-weight: 600;
}
.orderarea-page div#page_container .panel.panel-default {
  margin-top: 13px;
  background-color: #f7f7f7;
  border-color: #e2e2e2;
  border-radius: 6px;
}
.orderarea-page div#page_container .panel.panel-default h4 {
  margin-bottom: 10px;
}
.orderarea-page div#page_container h3+h4 {
  font-weight: normal;
  margin-bottom: 11px;
}
.corporate-account-page div#page_container .col-md-8 .panel.panel-default .panel-body h3 {
  color: #000;
  margin-bottom: 45px;
  font-size: 30px;
}
.corporate-account-page div#page_container .col-md-8 .panel.panel-default .panel-body h4 {
  color: #ffb32b;
  font-size: 17px;
  margin: 10px 0 22px;
  font-weight: 500;
}
.corporate-account-page .col-md-6.form-group input.input-sm {
  border: 1px #ddd solid;
  border-radius: 32px;
  min-height: 40px;
}
.privacy-content p {
  font-size: 14px;
  line-height: 25px;
}
.privacy-content h2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin: 29px 0 20px;
}
.privacy-content h4 {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  margin: 29px 0 20px;
}
.my-account .btn-primary {
  border-radius: 20px;
}
.content {
  padding: 0;
  border: none;
}
.section-title span {
  color: #000000;
  margin-bottom: 30px;
}
.section-title:after {
  display: none;
}
.contact-info-n h5 {
  margin: 26px 0 6px 0;
}
div#about_us .contact-info-n .list-unstyled {
  width: 405px;
  max-width: 100%;
}
#about_us .contact-info-n .list-unstyled li {
  margin-bottom: 0;
  float: left;
  margin-right: 14px;
}
div#about_us ul.list-unstyled li {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  margin-bottom: 12px;
  padding: 0 0 0 24px;
  position: relative;
  font-family: 'gothammedium';
}
div#about_us h2 + p, div#about_us li {
  margin: 11px 0 11px;
  font-size: 15px;
  line-height: 23px;
  color: #21282b;
}
div#about_us ul.list-unstyled li i {
  position: absolute;
  left: 0;
  font-size: 18px;
  top: 3px;
}
address {
  line-height: 1.42857143;
  font-size: 16px;
}
address strong {
  font-size: 14px;
  letter-spacing: 0.6px;
  text-transform: none;
}
address strong:nth-child(2) {
  margin-bottom: 9px;
  display: block;
  text-transform: uppercase;
  font-size: 17px;
}
.LandbotFrameWidget {
  border: 1px solid #d6d6d6;
  border-radius: 14px;
  overflow: hidden;
}
.col-sm-12.faq-content {
  padding: 50px 0 0 0;
}
.faq-content-inn {
  border: 1px #dfdfdf solid;
  border-radius: 60px;
  margin-bottom: 20px;
  padding: 0 40px 25px;
}
div#about_us .faqs-content h2, div#about_us .faqs-content h3 {
  font-size: 17px;
  margin: 32px 0 13px 0;
  color: #21282b;
}
.faqs-content .faq-content-inn h2 {
  font-weight: 500;
}
div#about_us .faq-content-inn p {
  font-size: 14px;
}
div#about_us h2 + p, div#about_us li {
  margin: 11px 0 21px;
  font-size: 15px;
  line-height: 23px;
  color: #21282b;
}
div#about_us .faq-content-inn p:last-child {
  margin: 0;
}
.header-menu-nav .logo-img img, .header-menu-nav-mobile .logo-img img {
  height: auto;
}
.row.bg-nav-info {
  margin: 0;
}
.header-menu-nav .header-menu hr, .header-menu-nav-mobile .header-menu hr {
  display: none;
}
.header-menu-nav .header-menu span, .header-menu-nav-mobile .header-menu span {
  font-weight: 600;
}
body .header-menu-nav .desktop-menu-dropdown {
  margin-left: 8px;
}
div#page_content.faqs-main-content {
  padding-top: 34px;
}
div#page_content.faqs-main-content span {
  margin-bottom: 0;
}
.privacy-content.drivers-content p {
  text-align: center;
}
.alert:before {
  color: #fb7536;
}
.orderindex-page div#page_container .col-md-8 .panel.panel-default .panel-body h3 {
  margin-bottom: 8px;
}
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:nth-child(2) {
  margin-top: 27px;
  background: transparent;
  border: none;
  text-align: center;
  padding: 0;
}
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:nth-child(2) .panel-body {
  padding: 0;
}
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:nth-child(2) h4 {
  margin: 0 0 12px;
  font-weight: bold;
  color: #404040;
  font-size: 22px;
}
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:nth-child(2) ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:nth-child(2) ul li {
  margin-bottom: 6px;
}
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:nth-child(2) ul li a {
  color: #efa511;
  font-size: 18px;
  font-weight: bold;
}
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:last-child {
  background: #f0f0f0 !important;
  border-radius: 25px;
  border: none;
}
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:last-child .panel-body {
  padding: 35px;
}
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:last-child .col-md-8.col-md-offset-1 {
  margin: 0 0 22px;
  width: 100%;
}
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:last-child .col-md-8.col-md-offset-1 h3 {
  margin: 0;
  font-size: 27px;
  font-weight: bold;
  color: #404040;
}
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:last-child .col-md-8.col-md-offset-1 h3 small button, 
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:last-child .col-md-8.col-md-offset-1 h3 small a {
  font-size: 16px;
  text-transform: uppercase;
  color: #404040;
  font-weight: bold;
  padding: 0;
  margin-left: 60px;
}
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:last-child .col-md-8.col-md-offset-1 h3 small a {
  color: #45a929;
  font-weight: bold;
}
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:last-child .col-md-8.col-md-offset-1 h3 small button, 
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:last-child .col-md-8.col-md-offset-1 h3 small a {
  font-size: 14px;
  text-transform: uppercase;
  color: #404040;
  font-weight: bold;
  padding: 0;
  margin-left: 60px;
}
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:last-child .col-md-10.col-md-offset-1 {
  margin: 0;
  width: 100%;
}
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:last-child .panel-body #address_form .row:first-of-type label {
  display: none;
}
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:last-child .col-md-10.col-md-offset-1 input#address {
  border: none;
  width: 100%;
  margin: auto;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 21%);
  -webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 21%);
  padding: 20px;
  height: auto;
  font-size: 14px;
}
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:last-child .col-md-6.col-md-offset-1, 
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:last-child .form-group.col-md-4 {
  margin: 25px 0 0;
}
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:last-child .col-md-6.col-md-offset-1 .radio.order_types.order_types--delivery, 
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:last-child .col-md-6.col-md-offset-1 .radio.order_types.order_types--takeout {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:last-child .form-group.col-md-4 {
  width: 50%;
  margin-bottom: 13px;
}
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:last-child .form-group.col-md-4 button {
  background: #FBAB41;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 50px;
  padding: 14px 30px;
  width: auto;
  float: right;
  letter-spacing: 1px;
  font-weight: 500;
}
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:last-child .col-md-10.col-md-offset-1 a {
  font-weight: 600;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  line-height: 64px;
  font-size: 20px;
}
.modal .modal-dialog .modal-content .modal-header {
  height: 64px;
}
.custom-list-group .list-group-item {
  font-size: 14px;
}
#time-modal .address .show_user_address {
  padding-left: 13px;
  margin-top: 7px;
}
div#order_type_selector .col-xs-6 {
  padding: 0;
}
.register-page .well.well-sm {
  background: none;
  border: none;
}
.register-page .well.well-sm li {
  list-style: disc;
  margin-bottom: 2px;
}
.register-page .well.well-sm ul {
  padding: 0 0 0 16px;
}
.checkout-page-addresses .order_information--verify_address_form .alert {
  background: none;
  color: #fb7536;
  border: 1px #fb7536 solid;
}
form.order_information--verify_address_form.address-autocomplete > h4 + .panel.panel-default .panel-body .row .col-md-6 {
  width: 100%;
}
form.order_information--verify_address_form.address-autocomplete > h4 {
  margin-bottom: 17px;
  color: #000;
  padding-left: 15px;
}
form.order_information--verify_address_form.address-autocomplete > h4 + .panel.panel-default .panel-body .row .col-md-3 {
  width: 50%;
}
form.order_information--verify_address_form.address-autocomplete > h4 + .panel.panel-default .panel-body .account-info .row:first-child .col-md-6 {
  width: 50%;
}
div#page_container .col-md-3 .panel.panel-default a.btn.btn-lg.btn-primary {
  border-radius: 36px;
  font-size: 17px;
  padding: 11px 16px;
  font-weight: 500;
}
div#page_container .col-md-3 .panel.panel-default {
  background: none;
  border-color: #dadada;
  border-radius: 15px;
}

/* media queries */
@media (min-width: 768px) {
#login-modal .modal-content, #time-modal .modal-content, #menu-modal .modal-content {
    border-radius: 24px;
    overflow: hidden;
}
.modal .modal-dialog .modal-content .modal-header {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.modal .modal-dialog .modal-content {
  border-radius: 24px;
}
.modal .modal-dialog .modal-content .modal-footer .btn {
  line-height: 60px;
  height: 60px;
}
.dlc_page_container {
  padding: 0 30px;
}
}

@media (max-width: 1600px) {
.dlc_page_container .container-fluid.nav-info-wrapper.bg-nav-info,
.row.bg-nav-info.restaurants-cards-row {
    padding: 0;
}
body .restaurants-section h3, body .driver-section h3 {
    padding-right: 48px;
}
}

@media (max-width: 1400px) {
  .nav-info-wrapper .row .search-wrapper {
    width: 412px;
}
}

@media (max-width: 1300px) {
.nav-info-wrapper .row .search-wrapper {
    width: 33%;
}
}

@media (max-width: 1200px) {
  body .restaurants-section h3, body .driver-section h3 {
    padding-right: 0;
}
.restaurants-section p, .driver-section p {
    min-height: 160px;
    line-height: 22px;
}
.restaurant-drivers-main {
    padding: 35px 0;
}
.restaurant-inn {
    min-height: 380px;
    padding: 28px 18px;
    border-radius: 12px;
}
.orderindex-page .dlc_page_container .row>.col-md-8 {
  width: 100%;
}
.orderindex-page .dlc_page_container .row>.col-md-2 {
  width: auto;
}
}

@media (max-width: 991px) {
  .container.restaurant-drivers .col-sm-6 {
    width: 100%;
    margin: 15px 0;
}
.restaurants-section p, .driver-section p {
    min-height: auto;
    line-height: 22px;
}
.restaurant-inn {
    min-height: auto;
    align-items: center;
    padding: 12px 26px;
}
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:last-child .form-group.col-md-4 {
  width: 62%;
}
form.order_information--verify_address_form.address-autocomplete > h4 + .panel.panel-default .panel-body .row .col-md-3 {
  width: 100%;
}
form.order_information--verify_address_form.address-autocomplete > h4 + .panel.panel-default .panel-body .account-info .row:first-child .col-md-6 {
  width: 100%;
}
}

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

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

.section-title {
  margin: 6px 0 12px;
  font-size: 36px;
  line-height: normal;
}


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: 36px;
    line-height: 36px;
  }

.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:#f09028;}
.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: #ff4600; }
.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: #ff4600;}

.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;
}


#page_content #search-container .tagline {
  margin-top: 50%;
}

#page_content #search-container .tagline h1 {
  margin-top: 7%;
  margin-bottom: 2%;
  color: #FBAB41;
  font-family: 'Arial', 'Source Sans Pro', sans-serif;
  font-size: 45px;
  font-weight: bold;
  line-height: 45px;
  text-shadow: 2px 2px 3px #333;
  text-align: center;
}

.text-overlay {
  margin-top: 35%;
  font-size: 45px;
  line-height: 45px;
}

#page_footer {
  margin-bottom: 60px;
}


.LandbotLauncher {
    bottom: 50px !important;
}
body .nav-info-wrapper .row {
    height: 62px !important;
    padding: 7px 0 !important;
    margin-bottom: 0;
}
body .dlc_page_container .container-fluid.nav-info-wrapper.bg-nav-info {
    background: #eee;
}
.nav-info-wrapper .row .search-wrapper {
    width: 77% !important;
}
.nav-info-wrapper .row .filters-wrapper {
    width: 41px;
    height: 41px;
}
body .nav-info-wrapper .row .filters-wrapper i {
    margin-left: 0 !important;
}
.nav-info-wrapper .row .nav-mobile-horizontal-separator {
    display: none !important;
}
.nav-info-wrapper .row .search-wrapper .sort_submit:before
{
  display: none;
}
body .bottom-nav {
    padding-bottom: 20px;
}
.nav-up.bottom-nav {
    bottom: -71px !important;
}
.second-menu .nav.nav-interior {
    margin: 0px -9px;
}
#login-modal .modal-body {
    padding: 26px 18px 10px;
}
#login-modal h3, #time-modal h3, #menu-modal h3 {
    font-size: 19px;
}
#login-modal .create-account-content .form-group.row {
    margin-bottom: 0;
}
#login-modal .modal-dialog .modal-body .panel input, 
#login-modal .modal-dialog .modal-body .panel select {
    margin-bottom: 8px;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading {
    padding: 6px 17px 4px;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading h4 {
    padding-right: 25px;
    position: relative;
    font-size: 16px;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading h4 span.menu-heading-toggle-indicator {
    position: absolute;
    top: 0;
    height: 22px;
    width: 22px;
    right: 0px;
    padding: 1px 0 0 3px;
    line-height: 20px;
    text-align: center;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading .menu-items-toggle {
    padding: 10px 0 0;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading .menu-items-toggle .order_restaurant--menu_item_row_container .order_restaurant--menu_item_container .order_restaurant--menu_item {
    padding: 7px 0;
}
body .restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading .menu-items-toggle .order_restaurant--menu_item_row_container .order_restaurant--menu_item_container .order_restaurant--menu_item_image img {
    height: 80px !important;
    width: 80px !important;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading .menu-items-toggle .order_restaurant--menu_item_row_container .order_restaurant--menu_item_container .order_restaurant--menu_item .menu_item_price {
    font-size: 18px;
    position: static;
    margin-top: 5px;
    transform: none;
    display: inline-block;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading .menu-items-toggle .order_restaurant--menu_item_row_container .order_restaurant--menu_item_container .order_restaurant--menu_item_image {
    width: 100px;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading .menu-items-toggle .order_restaurant--menu_item_row_container .order_restaurant--menu_item_container .order_restaurant--menu_item.with-image {
    width: calc( 100% - 100px );
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading .menu-items-toggle .order_restaurant--menu_item_row_container .order_restaurant--menu_item_container .order_restaurant--menu_item .order_restaurant--menu_item_description {
    font-size: 12px;
    line-height: 17px;
    max-height: initial;
    margin: 3px 0 3px;
}
.restaurant-info-page-dlc .order_restaurant--restaurant_column .order_restaurant--restaurant_headings.panel.panel-default .order_restaurant--restaurant_menu_heading_panel_body .restaurant_heading .menu-items-toggle .order_restaurant--menu_item_row_container .order_restaurant--menu_item_container .order_restaurant--menu_item {
    font-size: 14px;
}
#restaurant-info-modal .restaurant_info_container_modal .restaurant_details_container .media-body .media-heading {
    margin: 0 0 6px;
    font-size: 18px;
}
p#restaurant_info_message {
    font-size: 13px;
}
body.apple.ios.safari .modal .modal-footer {
    margin-bottom: 0;
    background-color: rgba(255,255,255,0.6);
}
body.apple.ios .modal .modal-body.modal-bottom-btn {
    overflow: auto;
}
#menu-modal .modal-content .modal-footer {
    border: 0px;
    padding: 0px;
    background-color: rgba(255,255,255,0.6);
}
#menu-modal span.fa.text-primary {
    color: #fb7536;
}
#how_many_items {
    width: 40% !important;
}
body #restaurant_heading_select {
    padding: 0 ;
}
.nav-info-wrapper #restaurant_heading_select button {
    height: 41px;
    width: 41px;
    border: 1px #cecece solid;
    border-radius: 31px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}
#restaurant_heading_select button i {
    font-size: 23px;
}
.dlc_page_container .container-fluid.nav-info-wrapper.bg-nav-info {
    margin: 0;
}
body .dlc_page_container .container-fluid.nav-info-wrapper.bg-nav-info {
    top: auto;
    margin: 0;
    left: 0;
}
.restaurant-card-wrapper .restaurant-card-backdrop {
    margin: 10px;
}
#menu-modal .modal-footer.menu-item .col-md-12:first-child {
    width: 54% !important;
}
#menu-modal .modal-content .modal-body form .row .form-group .checkbox {
    padding-left: 0;
}
div#when_panel_fields input, div#when_panel_fields select {
    width: 100%;
}
#time-modal .modal-body.modal-bottom-btn {
    padding: 15px 16px;
}
#time-modal .modal-footer #submit-delivery-settings, #time-modal .modal-footer #open-login-modal {
    line-height: 57px;
}
.modal-form.modal-footer a {
    border-radius: 0 !important;
}
.sticky-checkout-btn-wrapper {
    bottom: 63px;
    z-index: 99;
}
form.order_information--verify_address_form.address-autocomplete button.btn.btn-lg.btn-block.btn-primary {
    padding: 13px 22px 23px;
}
.checkout-page-addresses .order_information--verify_address_form button {
    bottom: 64px;
}
#filters-modal .restaurant-filters-panel .modal-content .modal-header {
    background-color: #fb7536;
    padding: 10px 0;
    font-size: 20px;
    height: auto;
}
#filters-modal .restaurant-filters-panel .modal-content .modal-body:before,
#filters-modal .restaurant-filters-panel .modal-content .modal-body:after
{
  display: none;
}
.checkout-page-place-order > .col-md-8 .checkout--panel_wrapper #btn_place_order {
    bottom: 62px;
    padding: 13px 22px 23px;
}
.restaurant-inn {
    padding: 16px 10px 35px;
    flex-direction: column;
    text-align: center;
}
body .restaurants-section {
    margin-bottom: 0;
}
body .icon-box {
    margin-right: 0;
    margin-bottom: 0;
    width: 135px;
}
#menu-modal .modal-content .modal-footer {
  position: fixed !important;
  padding: 0 15px !important;
  width: 100%;
  background-color: rgba(255,255,255,0.8);
  margin-bottom: 0;
}
#menu-modal .modal-footer.menu-item .col-md-12 {
  width: 54% !important;
}
#menu-modal #how_many_items {
  width: 47% !important;
}
#menu-modal .modal-content .modal-footer #how_many_items {
  text-align: center;
}
.qty-buttons span.qtyminus, .qty-buttons span.qtyplus {
  font-size: 31px;
}
#menu-modal.modal .modal-dialog .modal-content .modal-footer .btn {
  font-size: 15px;
}
.restaurants-cards-container h4, .restaurants-closed-container .currently-closed-nav h4 {
  font-size: 16px;
}
body.ios.chrome .modal .modal-dialog .modal-body, body.android.chrome .modal .modal-dialog .modal-body {
  padding-top: 82px !important;
}
button.btn.btn-lg.btn-block.btn-primary.process_info {
  border-radius: 0;
}
.checkout-page-addresses .order_information--verify_address_form .panel .panel-body .radio label {
  width: 100%;
}
#user_address_wrapper {
  padding-top: 0;
}
#user_address_wrapper.collapsed {
  max-height: 172px;
}
.checkout-page-place-order > .col-md-8 .checkout--panel_wrapper #btn_place_order {
  border-radius: 0 !important;
}
.row.checkout-page-place-order.bg-nav-info button, .row.checkout-page-place-order.bg-nav-info .btn-primary {
  margin-bottom: 4px;
}
.checkout-page-place-order > .col-md-8 .checkout--panel_wrapper #btn_place_order {
  padding: 14px 24px 23px !important;
  margin-bottom: 0px !important;
}
.checkout-page-place-order > .col-md-8 .checkout--panel_wrapper .checkout-summary-panel #expand-summary-cart {
  text-align: right;
}
#gift_certificate_form h3 {
  margin: 0 0 31px 0 !important;
  font-size: 22px;
}
.places-page .col-md-12 h3 {
  font-size: 18px;
}
.panel.panel-default.panel-hotel h2.media-heading {
  font-size: 20px;
}
body.hotels-main-page h3, body.bases-main-page h3, body.breweries-main-page h3, body.dorms-main-page h3, body.schools-main-page h3, body.workplaces-main-page h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
#page_container .col-md-6 div#login_panel.panel.panel-default h3, .login-page .well h3 {
  font-size: 20px;
}
.corporate-account-page div#page_container .col-md-8 .panel.panel-default .panel-body h3 {
  margin-bottom: 28px;
  font-size: 22px;
}
.header-menu-nav .logo-img, .header-menu-nav-mobile .logo-img {
  margin: 20px auto;
  padding-left: 15px;
}
.header-menu-nav .logo-img img, .header-menu-nav-mobile .logo-img img {
  height: auto;
}
a.header-restaurant-nav, a.header-account-nav {
  display: none;
}
body .header-menu-nav .desktop-menu-dropdown, body .header-menu-nav-mobile .desktop-menu-dropdown {
  margin-right: 0;
}
.header-menu-nav.hidden-xs {
  display: block !important;
}
.header-menu-nav .header-menu hr, .header-menu-nav-mobile .header-menu hr {
  display: none;
}
a#global-cart {
  display: none;
}
div#page_subheader.restaurants {
  margin-bottom: 0;
}
.dlc_page_container .container-fluid.nav-info-wrapper.bg-nav-info {
  padding: 0 15px;
}
.dlc_page_container {
  padding-top: 20px;
}
div#about_us .faq-content-inn p {
  font-size: 13px;
}
div#about_us .faqs-content h2, div#about_us .faqs-content h3 {
  font-size: 16px;
}
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:last-child .col-md-8.col-md-offset-1 h3 {
  font-size: 25px;
}
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:last-child .form-group.col-md-4 button {

  font-size: 14px;
}
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:last-child .col-md-8.col-md-offset-1 h3 small {
  display: block;
  margin: 7px 0;
}
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:last-child .col-md-8.col-md-offset-1 h3 small button, .orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:last-child .col-md-8.col-md-offset-1 h3 small a {
  font-size: 13px;
  margin-left: 0;
}
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:last-child .form-group.col-md-4 button {
  float: left;
}
.orderindex-page .dlc_page_container .col-md-8 .panel.panel-default:last-child .form-group.col-md-4 {
  width: 100%;
  float: left;
}
div#cart-modal .cart_content_container {
  padding: 10px;
}
.order_restaurant--column.col-md-9 {
  padding: 0;
}

}


@media (max-width: 500px) {
.restaurant-card-wrapper .restaurant-card-backdrop {
    margin: 10px 0;
}
}
@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;
}

}


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

@media (min-width: 768px) and (max-width: 991px) {
.nav-info-wrapper .row > div {
    width: 24%;
}
.nav-info-wrapper .row .search-wrapper .sort_submit {
    top: 23px;
}
.restaurants-cards-container h4 {
    margin: 30px 0 16px 0;
    font-size: 18px;
}
.nav-info-wrapper .row .search-wrapper {
  width: 25%;
}
.nav-info-wrapper .row > div.col-md-6.col-md-offset-2.col-sm-12.sort_links_container {
  width: 51%;
  padding-left: 0;
}
.nav-info-wrapper .row .sort_links_container > p .sort_link {
  padding: 0 8px;
  font-size: 10px;
}
}

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


.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\203A";    /* adjust as needed, taken from bootstrap.css */
    margin-right: 5px;
   font-size: 2em;
   margin-top: -32px;


}


.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\02c6";
        /* adjust as needed, taken from bootstrap.css */
    float: left;        /* adjust as needed */
    color: grey;         /* adjust as needed */
    margin-right: 5px;
    color: #414151;
    font-size: 1.3em;
    margin-top: -15px;


}

.acc {
  background-color: #fff;
  margin-top: 50px;
}

.acc-header {
  display: flex;
  justify-content: center;

}

h4.acc-header {
  font-family: inherit;
  color: #414151;
font-weight: 400;
    font-size: 2.2em;
    text-align: center;
}



.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: left;        /* adjust as needed */
    color: grey;         /* adjust as needed */
    font-size: 1em;
    margin-right: 5px;
    margin-top: 0px;
    color: #414151;
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
    font-size: 1em;
    margin-right: 5px;
    margin-top: 0px;
    color: #414151;
}

.panel-default > .panel-heading.accord {
    color: #333333;
    background-color: #fff;
    border-color: #fff;
}

.panel-default.acc {
    border-color: #fff !important;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #fff;
}

#citylist h4 {
  margin-bottom: 50px;
}