@import url(https://fonts.googleapis.com/css?family=Muli);
@import "iconfont.css";
body {
    font-family: 'Avant Garde', Century Gothic, Muli, sans-serif;
    color: #767674;
}
html {
  height:100%;
  min-height:100%;
}

body {
   min-height:100%;
}
/*==== Homepage ====*/
.homepage {
    background: url("/img/root/header.jpg") no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media (min-width: 768px) {
    .homepage {
        background: url("/img/root/header.jpg") no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}
.ribbon {
    color: #1A1A1A;
    text-align: left;
    background:rgba(250,250,255,0.9);
    padding: 15px 0px 15px 0px;
    position: absolute;
    -webkit-box-shadow: 2px 7px 5px -5px rgba(51,51,51,1);
    -moz-box-shadow: 2px 7px 5px -5px rgba(51,51,51,1);
    box-shadow: 2px 7px 5px -5px rgba(51,51,51,1);
}
header {
    position:relative;
    min-height:250px
}
@media (min-width: 768px) {
    header {
        position:relative;
        min-height: 550px;
    }
}
#header .navbar-default {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 0;
    margin: 0;
}
.masthead {
    background-attachment: fixed;
    background-color: #6883cc;
    background-image: url("/img/root/header1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    min-height: 350px;
}

.content {
    padding-top: 20px;
}
.content .col-sm-6 {
    height: 100%;
    overflow: hidden;
}
/*-----------------------------------------------------------------------------------*/
/*  PAYOFF
/*-----------------------------------------------------------------------------------*/

.payoff{
    overflow: hidden;
    padding: 150px 0px 150px 0px;
    min-height: 500px;
    background: #777;
    color: white;
}

.payoff h1{
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.8em;
}
.payoff .circle {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-top: 33px;
    width: 150px;
    height: 150px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    text-align: center;

}
.payoff span.glyphicon, .payoff i{
    margin-top: 3px;
    color: #ffffff;
    font-size: 5em;
}
/*-----------------------------------------------------------------------------------*/
/*  FEATURES
/*-----------------------------------------------------------------------------------*/

.features{
    background: none repeat scroll 0 0 #87ce42;
    overflow: hidden;
    padding: 150px 0px 150px 0px;
    min-height: 400px;
    color: black;
}

.features p {
    font-weight: 400;
}

.features h2{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
}

.features .circle {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-top: 33px;
    width: 150px;
    height: 150px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    text-align: center;

}

.features span.glyphicon, .features i{
    margin-top: 3px;
    color: #ffffff;
    font-size: 5em;
}
.features .form {
    margin: 0 auto;
    max-width: 40%;
    padding: 15px;
}
.features p.soon {
    font-size: 30px;
    color:#fff !important;
}
/*-----------------------------------------------------------------------------------*/
/*  SOCIAL
/*-----------------------------------------------------------------------------------*/

.social{
    overflow: hidden;
    padding: 80px 0px 150px 0px;
    min-height: 350px;
    background: #777;
    color: white;
}

.social h2{
    color: white;
}

.social a {
    margin-left: 10px;
    color: #FFF;
    font-size: 5em;
    transition: all 0.3s;
}

.social a:hover{
    text-decoration: none;
    cursor: pointer;
}
.social a:hover{
    color: #87ce42;
}
/*-----------------------------------------------------------------------------------*/
/*  FOOTER
/*-----------------------------------------------------------------------------------*/
.footer {
    overflow: hidden;
    padding: 30px 0px 30px 0px;
    background: #fff;
}
/*===== Menu ====*/
#menu .panel {
    box-shadow: none;
}
#menu .panel-default {
    border: transparent;
}
.content .thumbnail {
    position: relative;
    height: 90%;
    border:none;
}
.content .thumbnail .caption {
    font-size: 17px;
    color: #767674;
    position:absolute;
    bottom: 0;
    right:0;
    left: 0;
    font-weight: bold;
    background:rgba(250,250,255,0.7);
}
.content .thumbnail .more {
    display: none;
    background:rgba(250,250,255,0.7);
    font-size: 50px;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer;
}
.content .thumbnail .more span.glyphicon-search {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.btn-success {
    border:none;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-color: #93c13d;
    color: #fff;
}
/*=== Navigation ===*/

.navbar-default {
    background-color: #FFF;
    border-color:#e0e0e0;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
    color: #FFF;
    font-weight:bold;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 20px;
    font-weight:bold;
    text-shadow:2px 2px 2px #333;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.22);
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #f3f3f3;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.21);
}

.navbar-brand {
    padding: 8px 15px;
}
.navbar-default .navbar-collapse {
    border: none;
}
.navbar-collapse {
    box-shadow: none;
}
/*=== Page Header ===*/
.page-header {
    border-bottom: 1px solid #ababad;
    margin: 40px 0 20px;
    padding-bottom: 9px;
}
/* Styles for Cart Page */
#cart table td {
    border-top: none;
}
#cart .panel, #cart .panel-heading, #cart .panel-footer {
    background-color: #e7e8ea;
}
/*==== Meal Info ====*/
#meal-info {
    background: white;
}
.meal-bg img {
    position:fixed;
    top:0px;
    left:0px;
    max-width:100%;
    height:auto;
    z-index:-1;
}

/*==== Helpers ====*/
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}

/*=================Extra part needed to copy over========================*/
.carousel-inner > .item > img {
    margin: 0 auto;
}
.panel-heading {
    padding: 7px 10px;
}
.panel-title {
    min-height: 35px;
    font-size: 17px;
}
.panel-title img {
    margin-right: 10px;
    float: left;
    clear: left;
}
.img-responsive {
    margin: 0 auto;
}
.image-frame {
    padding: 20px 20px;
}
.tab-content {
    padding: 20px;
}
.btn-view {
    float: right;
}
.alert-view {
    position: fixed;
    top: 0;
    z-index: 999;
}
.no-border{
    border:none;
}
.ingredient-input {
    width: 95%;
}
tr.space > td
{
  padding-bottom: 1em;
}
.popover-title {
  font-weight: bold;
}
