/* PAGE STRUCTURE */

body {
 background: #f3ebc5;
}

.highlight-area {
	background: #E50502;
	padding-bottom: 15px;
	margin-top: none;
	background: -moz-linear-gradient(top, #e50502 0%, #7e0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e50502), color-stop(100%,#7e0000));
	background: -webkit-linear-gradient(top, #e50502 0%,#7e0000 100%); 
	background: -o-linear-gradient(top, #e50502 0%,#7e0000 100%); 
	background: -ms-linear-gradient(top, #e50502 0%,#7e0000 100%); 
	background: linear-gradient(to bottom, #e50502 0%,#7e0000 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50502', endColorstr='#7e0000',GradientType=0 ); 
}
.highlight-area p {
	color: #fff;
	line-height: 25px;
}

.slideshow {
	background-image:url('bg.png');
	background-position:center top; 
	background-repeat:no-repeat;
	min-height: 330px;
}

.location-block {
	background: #fff;
	padding: 10px;
}

.takeout {
	background: #fff;
	padding: 10px;
}
.takeout:hover {
	border: 2px solid #F00;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

.menu-section {
	background: #fff;
	padding: 15px;
	margin-top: 20px;
}

.footer {
	background: #E50502;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 50px;
	background: -moz-linear-gradient(top, #e50502 0%, #7e0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e50502), color-stop(100%,#7e0000));
	background: -webkit-linear-gradient(top, #e50502 0%,#7e0000 100%); 
	background: -o-linear-gradient(top, #e50502 0%,#7e0000 100%); 
	background: -ms-linear-gradient(top, #e50502 0%,#7e0000 100%); 
	background: linear-gradient(to bottom, #e50502 0%,#7e0000 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50502', endColorstr='#7e0000',GradientType=0 ); 
}

/*NAVBAR*/

.navbar {
 	background: none;
	border: none;
	margin-top: 10px;
	margin-bottom: 0px;!important
}
.navbar-default .navbar-nav > li > a {
 	background: #E50502;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 0px;
	color: #fff;
	font-family: 'Oxygen', sans-serif;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.navbar-default .navbar-nav > li > a:hover {
 	background: #E50502;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
  	background: #E50502;
  	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.dropdown-menu { 
	background: #E50502;
}
.dropdown-menu > li > a { color: #fff; font-family: 'Oxygen', sans-serif;}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus { background: transparent; color: #000; }
.navbar-toggle { 
	background: transparent;
	text-align: center;
	border: none;
	color: #fff;
	font-weight: bold;
	width: 95%;
}

/*TYPOGRAPHY*/

h1, h2, h3, h4, h5, h6 {
		font-family: 'Oxygen', sans-serif;
	}
		h2 { color: #690000; }
		h3 { color: #690000; }
		h4 { color: #690000; }
		h5 { color: #690000; }
		p { color: #333; line-height: 22px; }
		a { color: #3C0; }
		.white { color: #fff; }
		.red { color: #E50502; }
		.green { color: #090; }
		.phone { margin-top: 35px; }
		.narrow { font-family: 'Oxygen', sans-serif; }
		.space { line-height: 25px; }
		label { color: #333; font-weight: normal; }
		blockquote { 
			border-left: none; 
			margin: 0px; 
			padding: 0px 0px 0px 25px; 
			font-weight: normal; 
			font-size: 14px; 
		}

.text-red {color:#690000;}
	
/*STYLES*/

.centered {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.marg-top { margin-top: 30px; }

#fb-root {
    display: none;
}
.fb-like-box { background: #fff; }
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.icons { margin-bottom: 10px; }

.table-striped {
	width: 95%;
}
.table-striped>tbody>tr td { padding: 5px; }
.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #f3ebc5;
 }
 
.table-striped>tbody>tr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.table-striped>tbody>tr>td {
	 color: #333;
}

.googlemap {
	width: 100%;
	min-height: 300px;  
}

.navbar-toggle h4 { color: #fff; }

/* SLIDESHOW */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 70%;
  padding: 0;
  margin-top: 8px;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 4px solid #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(15, 15, 15, 0.75);
  -moz-box-shadow:    1px 1px 5px 0px rgba(15, 15, 15, 0.75);
  box-shadow:         1px 1px 5px 0px rgba(15, 15, 15, 0.75);
  }

/*About Us Slideshow Gallery*/

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------------------- Carousel Styling ------------------- */

#aboutus-slider {
	max-width: 500px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.carousel-inner {
  border-radius: 15px;
}

.carousel-caption {
  background-color: rgba(52,101,61,.8);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0px 0 10px 25px;
  color: #fff;
  text-align: left;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: right;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

/* MEDIA QUERIES */

@media (min-width: 1200px) {

}

@media (min-width: 992px) {
	.container { max-width: 1000px; }
	
}

@media (max-width: 991px) {
	.navbar-default .navbar-nav > li > a {  }
	.title { text-align: center; }
	.fb-like-box { margin-top: 15px; }
}

@media (max-width: 767px) {
	.hide-mobile { display: none;}
	.navbar-default .navbar-nav > li > a { text-align: center; font-weight: bold; }
	.navbar { background: #E50502; }
	.phone { margin-top: 0px; text-align: center; }
	.title { text-align: center; }
	.location-block { margin-bottom: 10px; margin-top: 20px; }
	.takeout { margin-bottom: 10px; margin-top: 20px; }
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
   		text-align: center;
		color: #fff;
		font-weight: bold;
  	}
	.navbar {
		-webkit-border-top-left-radius: 8px;
		-webkit-border-top-right-radius: 8px;
		-moz-border-radius-topleft: 8px;
		-moz-border-radius-topright: 8px;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	.table-striped { width: 100%; }
	.carousel-caption h3 { font-size: 1em; }
	.carousel-caption h4 { font-size: 0.8em; }
}

.yellowB {
  background-color: yellow;
  color: black;
  font-size: 14px;
  padding: 15px 30px;
}