@charset "utf-8";
/* CSS Document */
/* Navbar Daily Properties */
.navbar {
	background-color: #6c4e00; 
	margin-bottom: 0px;
	padding: 20px 15px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.service_item p {
	position:absolute;
	z-index:3;
	left:0;
	right:0;
	bottom:0;
	margin:0;
	padding:24px 0 23px;
	text-transform:uppercase;
	font-weight:400;
	line-height:20px;
	font-size:14px;
	color:#fff;
	background-color: #6c4e00; 
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff000;
  background-color: #513A00;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff000;
  background-color: #513A00;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

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

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #513A00;
}
.crossRow {
	background-color: #6c4e00;
	padding-top: 5px;
	padding-bottom: 5px;
  	margin-right: -15px;
  	margin-left: -15px;
}

.socialBar {
	min-height:30px;
	background-color: #6c4e00; 
	width:100%;
	text-align:right;
}

.slider_block {
	overflow:hidden;
	position:relative;
	padding:0;
	background-image:url(../images/slider/slider_bg_Tuesday.jpg);
	background-repeat:repeat-x;
	background-size:contain;
}


.crossRow:after {
	clear: both;
}

a {
	color:#f3ae07;
}
a:hover {
	color:#fff000;
	text-decoration: none;
}
a:focus {
	color:#F3AE07;
}
a:active {
	color:#fff000;
}



.thumbnail {
  background-color: #513A00;
}
