body {
  background-color: #ffffff;
}

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

#page_header .navbar {
  padding: 0px;
  padding-top: 30px;
  background-color: transparent;
  border: none;
}

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

#page_header .navbar-nav a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;  
  text-shadow: 1px 1px 2px #333333;
}

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



/* page subnav */
#page_header .subnav {
  margin-top: -20px;
  margin-bottom: 10px;
  padding: 15px 0px 5px 0px;
  background-color: #000000;
}

#page_header .subnav a {
  display: inline-block;
  color: #FFFFFF;
  font-size: 18px;
  padding-right: 30px;
  text-transform: uppercase;
  text-decoration: none;
}



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

#page_header #social-icons a.social {
  display: inline-block;
  float: left;
  margin: 0 0 0 6px;
  width: 26px;
  height: 26px;
  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;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-index: -9999px;
  background: url('../images/social-icons.png') no-repeat top left;
  text-decoration: none;
}

#page_header #social-icons.color-icons a.social {
  background: url('../images/social-icons-color.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 #carousel {
  display: none;
}

#page_header #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_header #carousel .bg-corporate {
  background-image: url('../images/callout-corporate.jpg'); 
}

#page_header #carousel .bg-catering {
  background-image: url('../images/callout-catering.jpg'); 
}

#page_header #carousel .bg-contactus {
  background-image: url('../images/callout-contactus-alt2.jpg'); 
}



/* search form */
#page_header #search-container {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

#page_header #search-container .tagline h1 {
  margin-top: 1%;
  margin-bottom: 0px;
  color: #FFFFFF;
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 60px;
  font-weight: normal;
  text-shadow: 3px 3px 5px #333333;
}

#page_header #search-container #search-form {
  margin-top: 1%;
  margin-bottom: 16%;
  padding: 8px;
  background-color: #FFFFFF;
  border-radius: 4px;
  border: 3px solid #000000;
  box-shadow: 0px 0px 10px #EFEFEF;
}

#page_header #search-container #search-form #search-form-inner {
  padding: 5px;
}

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

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

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

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

#page_header #search-container #search-form #search-form-inner .xs-well label {
  margin-top: 8px;
}



/* page content */
#page_content {
  margin-top: -20px;
}

#page_content .content {
  margin-top: 20px;
  padding: 20px 30px;
  background-color: #FFFFFF;
  border: 1px solid #cdcdcd;
}

#page_content .content h1 {
  color: #f8ac19;
  font-size: 36px;
}

#page_content .content h2 {
  font-size: 20px;
}

#page_content .content p {
  margin-bottom: 30px;
  padding-right: 40px;
  color: #8b8381;
  font-size: 16px;
  line-height: 24px;
}

.headertext {
  color: #f8ac19;
  font-size: 36px;
}

.content h2 {
  font-size: 20px;
}

.content p {
  margin-bottom: 30px;
  padding-right: 40px;
  color: #8b8381;
  font-size: 16px;
  line-height: 24px;
}


#page_content .content .text-setoff.alert-warning {
  color: #4a4a4a;
  background-color: #ebebeb;
  border-color: #cccccc;
}

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



/*HOW I ORDER START*/
#page_content #how-to-order{
  padding: 50px 0;
}

#page_content #how-to-order h3 {
  font-size: 40px;
  margin: 0;
  padding: 0 0 0px;
  text-align: center;
  color: #555555;
}

#page_content #how-to-order h4 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 22px;
  text-align: center;
  color: #5bb945;
}

#page_content #how-to-order h4 span.step {
  font-size: 27px;
  padding: 0 11px;
  text-align: center;
  color: #FFFFFF;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  background: #326926;
}

#page_content #how-to-order p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #50505A;
}

#page_content #how-to-order .box {
  margin-bottom: 20px;
  padding-bottom: 20px;
}


.section-heading-title {
    margin-bottom: 0px;
    padding: 0px;
    font-family: "Bree Serif",serif;
    font-size: 50px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 64px;
}

.section-heading-subtitle {
    display: inline;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFF;
    background: none repeat scroll 0% 0% #000;
    padding: 3px 8px 5px;
    border: 3px solid #EAEAEA;
}

.section-heading-subtitle-container {
    max-width: 99.9%;
}

.section-heading {
    text-align: center;
}


.featured-photo {
    position: relative;
}

.featured-photo a {
    display: inline-block;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    height: 150px;
}

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

.featured-photo a:hover .featured-logo {
  display: block !important;
}

.featured-photo img {
  border-color: #adadad;
  width: 370px;
  height: 150px;
}


.featured-photo .featured-logo {
    position: absolute;
    top: 0px;
    display: none;
    z-index: 2;
}

.featured-photo .featured-food {
    /* position: absolute; */
    top: 0px;
    z-index: 1;
}

.featured-photo .caption {
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 93%;
    color: #FFF;
    padding: 15px;
    text-shadow: 1px 1px 1px #000;
    background: url("../images/caption-bg.png") repeat-x scroll center bottom transparent;
    z-index: 2;
    margin-left: 9px;
}

/*
.carousel-inner {
    margin-left: 25px;
}
*/

/*HOW I ORDER END*/



/*HOW I ORDER END*/


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

#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 .sectionbox {
  padding: 20px 0px;
}

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

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

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

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

#page_footer .restaurant-photo .caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

#page_footer a {
  color: #603210;
}

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

.popover {
  max-width: 400px !important;
}

.popover-content {
  font-size: 13px;
  line-height: 18px;
}

/* general declarations */
.section-title {
  clear: both;
  position: relative;
  margin: 10px 0 10px;
  padding: 0;
  font-size: 36px;
  font-weight: normal;
  line-height: 50px;
  border: none;
  color: #f8ac19;
}

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

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

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

.testimonial {
  margin-right:20px;
}

.testimonial .quote {
  padding-top: 2px;
  padding-left: 33px;
  color: #666666; 
  background: url('../images/quotes.png') no-repeat top left;
  min-height: 60px;
}

.testimonial .restaurant.quote {
  min-height: 150px;
}

.testimonial .quote span {
  font-size: 32px;
  font-style: italic;
  position: relative;
  font-family: Georgia !important;
  float: left;
  margin-right: 18px;
}

.testimonial .author {
  margin-top: 10px; 
}

.testimonial .author img {
  float: left;
  margin-right: 15px;
  position: relative;
  top: -6px; 
}

.testimonial .name {
  font-size: 13px;
  font-weight: bold; 
}

.testimonial .info {
  font-style: italic;
  color: #ccc; 
}


/* promotions */

#promotions {
  position: relative;
  padding:50px 100px 64px;
  margin-top: 60px;
  margin-bottom: 50px;
  background:url(/editable/templates/default/images/img_promotion_bg.png) no-repeat center top;
  margin-left: -30px;
}

#promotions h2 {
  font-family: 'Open Sans', sans-serif;
  font-size:42px;
  color: #FFFFFF;
  line-height:20px;
  padding:0;
  text-transform:uppercase;
  margin:7px 0 40px;
  text-align:center;
  font-weight: 700;
}

#promotions .promotions_out {
  background:#fff;
  padding:15px;
  width: 668px;
  margin-left: 155px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius:20px;
}

#promotions .right-arrow {
  display: block;
  position: relative;
  float: right;
  width:51px;
  height:48px;
  padding:7px 0;
  margin:-237px -77px 0 0;
  background:url(/editable/templates/default/images/img_promot_arr_rgt.png) no-repeat;
}

#promotions .left-arrow {
  display: block;
  position: relative;
  float:left;
  width:51px;
  height:48px;
  margin:-237px 0 0 -77px;
  padding:7px 0;
  background:url(/editable/templates/default/images/img_promot_arr_lft.png) no-repeat;
}


/* restaurants */

.thumbnail {
    display: block;
    padding-top: 2px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 1px;
    position: relative;
    box-shadow: 0 4px 2px -2px #bababa;
    -webkit-box-shadow: 0 4px 2px -2px #bababa;
       -moz-box-shadow: 0 4px 2px -2px #bababa;
}


.food-pic {
   background-image: url('../images/restaurant-food.jpg');
   height: 144px;
   width: 332px;
}

.food-pic:hover {
   background-image: url('../images/restaurant-logo.jpg');
}


.foo img:last-child{display:none}
.foo:hover img:first-child{display:none}
.foo:hover img:last-child{display:inline-block}

.caption h4 {
  margin-top: -5px;
  font-weight: 600;
}

.caption p {
  margin-bottom: -8px;
  margin-top: -8px;
}

.caption-overlay {
    position:absolute; /* absolute position (so we can position it where we want)*/  
    bottom: 50%; /* position will be on bottom */  
    right:4px;  
    width:50%;   
    background: url('/editable/templates/default/images/caption-bg-green.png') repeat center center fixed;
    line-height: 12px;
}

.caption-overlay p {
  font-weight: bold;
  font-size:14px;
  margin-right: 8px;
  margin-left: 5px;
  text-align: right;
  opacity: 1;
  z-index: 3;
  margin-top: 8px;
  color: #ffffff;
}



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

@media (max-width: 767px) {
  #page_header .navbar {
    padding-top: 10px;
  }

  #page_header #carousel {
    height: 600px;
  }

  #page_header #search-container .tagline h1 {
    margin-top: 10% !important;
  }

  #page_header #search-container #search-form {
    display: block;
    margin-top: 6%;
  }

  .section-title {
    line-height: 30px;
  }

  #page_footer .restaurant-photo .caption {
    font-size: 12px;  
  }

 #promotions .right-arrow {
    margin:-85px -77px 0 0;
  }

  #promotions .left-arrow {
    margin:-85px 0 0 -77px;
  }

.logo {
  width: 30%;
  float: left;
}

.section-title {
    clear: both;
    position: relative;
    margin: 10px 0 10px;
    padding: 0;
    font-size: 22px;
    font-weight: normal;
    line-height: 20px;
    border: none;
    font-weight: bold;
}

.section-title:after {
    display: none;
}

}
