body{
	width:100%;
	min-width:1260px;
	max-width:1950px;
}

.navbar-nav {
	font-family: 'Oswald', sans-serif;
	font-size: 12.5px;
}
#div-search{
	display:none;
}
.header{
	background-color:#78373f;
}
.navbar-default{
	background-color:transparent;
}
.navbar{
	border:0;
	color:#fff;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
	padding-bottom:5px;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
	border-bottom:5px solid #ee2e44;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background:#78373f;
    color: #fff;
}
.navbar-default .navbar-nav .active {
	border-bottom:5px solid #ee2e44;
}
.navbar-default .navbar-nav > li > .home:hover{
	color:#ee2e44;
	border-color:#78373f;
}
.logo{
	margin-left:-80px;
	position:absolute;
	z-index:1;
}
.search-li{
	padding-top:18px;
	border:0;
}
.search{
	background:#ee2e44;
	padding-top:5px;
}
.navbar-default .navbar-nav > li > .search:hover{
	background:#ee2e44;
	border:0;
}
.footer{
	background:#682931 url(../img/fundo.png) left no-repeat;
	color:#fff;
	min-height:390px;
}
.footer h2{
	font-family: 'Chewy', cursive;
	font-size:38px;
	font-weight:500;
	color:#ffc000;
}
.footer h4{
	font-family: 'Oswald', sans-serif;
	font-size:21px;
}
.chewy{
	font-family: 'Chewy', cursive;
}
.oswald{
	font-family: 'Oswald', sans-serif;
}
.titulo-red{
	color:#d8172d;
}
.titulo-yellow{
	color:#ffd800;
}
.vinho{
	color:#ee2e44;
}
.marrom{
	color:#811f2b;
}
.parag{
	font-family: 'Oswald', sans-serif;
	font-size:17px;
	font-weight:300;
}
.frigorifico{
	background:#dfdfdf url(../img/fundo-2.png) center 30px no-repeat;
}
.img-revenda{
	position:absolute;
	z-index:10;
	top:-178px;
	left:-85px;
	height:458px;
}

.jerked{
	background:url(../img/fundo-jerked.png) 170px 55px no-repeat;
}

.form-control{
	border:1px solid #811f2b;
	border-radius:0;
	font-style:italic;
}
.btn-warning {
  color: #FFF;
  background-color: #ee2e44;
  border-color: #eea236;
}
.btn-warning:focus {
  color: #ee2e44;
  background-color: #FFF;
  border-color: #eea236;
}
.btn-warning:hover {
  color: #ee2e44;
  background-color: #FFF;
  border-color: #eea236;
}

.estados{
  display:none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: inherit;
    background-color: inherit;
	border-bottom:5px solid #ee2e44;
}
.dropdown-menu {
	background-color:#78373f;
}
.dropdown-menu > li > a:hover{
	background-color:#FFF;
	color:#78373f;
}
.modal-footer{
	border-color:transparent;
}

.ingredientes > ol{
	color:#78373f;
}
.ingredientes > div{
	color:#78373f;
}
.preparo > ol{
	color:#FFF;
}
.preparo > div{
	color:#FFF;
}
