.content {
	background-color: #F1F1F1;
}

#footer {
	color: #CCCCCC;
	background-color: #000;
}

#items-carousel {
	height: 310px;
}

.navbar-inverse .navbar-inner {
  background-color: #000;
  /*background-color: rgba(237, 12, 12, 0);*/
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, rgba(229, 23, 23, 0), rgba(252, 247, 247, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}

.navbar-inverse .brand, .navbar-inverse .nav>li>a {
	color: #fff;
	font-size: 16px;
	text-shadow:none;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	color: #ce270c;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	color: white;
}

.navbar-inverse .nav>li>a:focus, .navbar-inverse .nav>li>a:hover {
	color: #ce270c;
}

.navbar .nav>li>a{
	padding:30px 30px;
}

.olo span{
  background-color: #ce270c;
  color: #fff;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border: 1px solid #ce270c;
  font-weight: 700;
}

.olo span:hover{
    
  background-color: #fff;
    color: #ce270c;
    border: 1px solid #ce270c;
}

@media (max-width: 979px) {
	.navbar-inverse .nav>li>a:focus, .navbar-inverse .nav>li>a:hover {
	color: white;
}
    .navbar .nav>li>a{
        padding:10px 6px;
    }
    
.btn-menu{
    padding-bottom: 30px!important;
    padding-top: 30px!important;
}
}


@media (max-width: 767px) {
    
    .btn-menu-mobile{
        display: block!important;
        padding-bottom: 30px;
    }

    .btn-menu{
        display: none!important;
    }
}
/* ================================================
   Gallery
   ================================================ */

.gallery-content {
    padding: 80px 0 50px;
}

.gallery-item {
    margin-bottom: 30px;
    position: relative;
}

.gi-overlay {
    background: rgba(0, 0, 0, 0.65);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    cursor: pointer;
}

.gallery-item:hover .gi-overlay {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.gi-overlay i {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    line-height: 50px;
    text-align: center;
    margin: -25px auto 0;
    display: table;
    position: relative;
    top: 50%;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
}

.gallery-content iframe{
    padding: 0 100px 20px 100px;
}

/* ================================================
   Recipe
   ================================================ */

.recipie-content {
    padding: 85px 0;
}

.recipie-content2 {
    padding: 85px 0 15px;
}

.recipie-content img {
    float: left;
    width: 254px;
}

.rc-info {
    margin-left: 296px;
    text-align: left;
}

.rc-info h4 {
    text-align: left;
    margin: 0;
    font-size: 20px;
    color: #4b4741;
}

.rc-info p {
    font-size: 17px;
    line-height: 32px;
    color: #4b4741;
    padding-right: 29px;
}

.rc-ratings {
    margin: 12px 0px 10px;
}

.rc-ratings span {
    color: #cdcdcd;
    font-size: 16px;
}

.rc-ratings span.active {
    color: #f6b61b;
}

.recipie-content .btn-default {
    color: #534120;
    padding: 17px;
    border: 1px solid #F2BA57;
    font-size: 13px;
    line-height: 14px;
    border-radius: 1px;
    font-weight: 700;
    margin-top: 12px;
}

.recipie-content hr {
    margin: 70px 0px;
    border-color: #dedede;
}

.btn-menu{
    padding-bottom: 30px;
    padding-top: 100px;
}
