body {
  background: url('../images/diamond_eyes.png');
}

#restaurant_headings_container, #restaurant_search_div, #mobile_nav {
  background: url('../images/diamond_eyes.png') !important;
}

#page_header .navbar {
  padding: 10px;
  background-color: transparent;
  border: none;
  background: #FFFFFF url('../images/bg-header.png') repeat-x bottom center;
  box-shadow: 2px 2px 10px #666666;
}

#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 {
  margin-top: 12px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;  
}

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

#page_header .navbar-toggle {
  color: #000000;
  border: 1px solid #00000;
}

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


/* page subnav */
#page_header .subnav {
  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_content #carousel {
  position: relative;
  left: 0px;
  width: 100%;
  height: 440px;
  margin-bottom: 20px;
  overflow: hidden;
}

#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/bg-callout2.jpg'); 
  z-index: -1;
}

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

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

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



/* search form */
#page_content #search-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

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

#page_content #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_content #search-container #search-form #search-form-inner {
  padding: 5px;
}

#page_content #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_content #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_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: #ee8b22;
}

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

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



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

#page_content .content h1 {
  color: #d41d28;
  font-size: 26px;
}

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

#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: 44px;
  margin: 0;
  padding: 0 0 47px;
  text-align: center;
  color: #555555;
}

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

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

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

#page_content #how-to-order .box {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
/*HOW I ORDER END*/


/*ORDER BY PHONE START*/
#page_content #order-by-phone {
  padding: 10px 0 10px 0;
  background: url('../images/bg-footer.png');
  color: #FFFFFF;
}

#page_content #order-by-phone h3 {
  font-size: 26px;
  line-height: 30px;
}

#page_content #order-by-phone h4 {
  font-size: 17px;
  line-height: 12px;
}
/*ORDER BY PHONE END*/

/*DELIVERY PART*/
#page_content #delivery-options {
  padding: 55px 0 45px;
  background: #ee8b22 url('../images/bg-orange.jpg');
}

#page_content #delivery-options .delivery-option {
  min-height: 300px;
  padding: 38px 30px 22px !important;
  background-color: #FFFFFF;
  border: 5px solid #ee8b22;
}

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

#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: #333333 !important;
}



/* page footer */
#page_footer {
  color: #FFFFFF;
  background: #333333 url('../images/bg-pattern-dark.png');
}

#page_footer a:hover {
  color: #ee8b22;
}

#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;
  border-top: 1px dashed #FFFFFF;
}

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

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

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


/* 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: 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: #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;
  background: url('../images/diamond_eyes.png');
  font-family: 'BebasNeueRegular', sans-serif !important;
  font-size: 50px;
  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; 
}

.shadow {
  position: relative;
}

.shadow-inner {
  position: absolute;
  top: -37px;
  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;
}

.spacer {
  margin-left: 5px; 
  margin-right: 5px;
}



/* search box updates */

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

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

.officebutton {
  margin-bottom: 6px;
}



/* 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-nav a {
    margin-top: 0px;
  }

  #page_content #carousel {
    height: 400px;
  }

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

  #page_content #delivery-options .delivery-option {
    min-height: 200px;
  }


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

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


.navbar-default .navbar-toggle {
  border-color: #3d3d3d;
  color: #000000;
  background-color: #ffffff;
  float: right;
  height: 40px;
  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: #ee8b22;
}

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


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



}

@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: 40%;
    font-size: 80px;
    line-height: 80px;
  }

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


}



