/* Colors */
/* BORDERS */
/* CSS Document */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #8dc63f;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.57;
  margin-top: 20px;
  background-image: url(../images/bg01.jpg); }
  @media (max-width: 767px) {
    body {
      margin-top: 0; } }

.lead {
  font-size: 1.25em;
  font-weight: normal; }

.text-primary {
  color: #8dc73f; }

.text-secondary {
  color: #f7a01b; }

.clear {
  clear: both; }

.spacer10 {
  height: 10px; }

.spacer20 {
  height: 20px; }

.spacer30 {
  height: 30px; }

.spacer40 {
  height: 40px; }

.col-spacer {
  margin-right: -55px !important; }

.outer_div {
  background-color: #fff;
  max-width: 990px;
  border: solid 1px #999;
  margin: auto; }

h1, .h1 {
  font-family: "Sanchez", serif;
  color: #f7a01b;
  font-size: 30px; }

h2, .h2 {
  font-family: "Roboto", sans-serif;
  color: #567c24;
  font-size: 22px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc; }

h3, .h3 {
  font-family: "Sanchez", serif;
  font-size: 18px;
  color: #59196e; }

.logo {
  float: left;
  margin: -30px 0px 0px 20px;
  width: 150px;
  height: 130px; }

@media (max-width: 767px) {
  .logo {
    margin: 0px 0px 0px 20px;
    width: 150px;
    height: 130px; } }
@media (max-width: 767px) {
  .nav {
    background-color: #f7a01b; }

  .home-header .navbar-header {
    padding-bottom: 70px; } }
.nav li a {
  color: #59196e;
  font-family: "Sanchez", serif;
  font-size: 1.4em;
  padding: 15px 10px;
  text-decoration: none; }
  .nav li a:hover {
    color: #9c2cc1;
    background: none !important; }
  @media (max-width: 767px) {
    .nav li a {
      text-align: center; } }

.submenu {
  position: relative;
  font-size: 13px;
  float: right;
  margin-top: 0px;
  margin-right: 15px; }
  .submenu a {
    color: #567c24;
    font-size: 1.2em;
    text-decoration: none; }
    .submenu a:hover {
      color: #f6a01a; }
  @media (max-width: 767px) {
    .submenu {
      margin-top: -20px;
      margin-bottom: 20px; } }

.header {
  padding: 50px 0px 0px;
  background: url(../images/bg-header.jpg);
  background-repeat: no-repeat;
  min-height: 144px;
  margin-bottom: -20px; }
  .header .navbar-right {
    margin-right: 10px; }
    @media (max-width: 767px) {
      .header .navbar-right {
        margin-right: 0; } }
  @media (max-width: 767px) {
    .header {
      padding: 15px 0px 0px; } }

.pdf-icon {
  margin-top: -4px;
  margin-right: 10px; }

.photoborder, .img-default, .img-right, .img-left, .img-center {
  border: 6px solid #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5); }

.img-default {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px; }

.img-right {
  float: right;
  margin-left: 30px; }

.img-left {
  float: left;
  margin-right: 30px; }

.img-center {
  margin: 20px auto !important;
  display: block; }

.billboard {
  position: relative;
  box-shadow: 0px 6px 4px -2px rgba(0, 0, 0, 0.3);
  z-index: 8000; }
  .billboard img {
    max-height: 100%;
    max-width: 100%; }

.content-container {
  color: #666;
  line-height: 26px;
  padding: 10px 30px 40px; }

.sidebar {
  margin-top: 16px; }
  .sidebar h3 {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px; }
  .sidebar a {
    color: #567c24;
    font-weight: 500;
    text-decoration: none; }
    .sidebar a:hover {
      color: #f6a01a; }
  .sidebar ul {
    margin: 0;
    padding-left: 0px; }
  .sidebar li {
    list-style: none;
    line-height: 24px; }

.table-nutrition {
  margin-top: 68px; }
  .table-nutrition td {
    font-size: 11px; }
  .table-nutrition th {
    background: #999 !important;
    color: #fff; }

.bottom-tabs {
  font-family: 'Sanchez', serif;
  font-size: 17px;
  color: #49751c;
  max-width: 990px;
  min-height: 127px;
  z-index: 100; }
  .bottom-tabs a {
    color: #49751c;
    text-decoration: none; }
    .bottom-tabs a:hover {
      /* color:#fff; */ }

.bottom-tab {
  position: relative;
  background-color: #99cd53;
  background: linear-gradient(#bcde8e, #8dc73f);
  min-height: 100px;
  padding: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px; }
  .bottom-tab img {
    float: right; }

@media (max-width: 990px) {
  .bottom-tab {
    border-radius: 20px;
    box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.3);
    margin: 10px auto;
    max-width: 60%; } }
@media (max-width: 767px) {
  .bottom-tab {
    max-width: 95%; } }
.footer {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  background-color: #f3ede7;
  color: #49751c;
  max-width: 990px;
  text-align: center;
  padding: 10px 30px 20px; }
  .footer a {
    color: #49751c;
    text-decoration: none; }
    .footer a:hover {
      color: #f6a01a; }

.copyright {
  color: #666;
  font-size: 10px;
  margin-top: 16px; }

a.fb-link {
  color: #3b5998; }

a.gp-link {
  color: #dd4b39; }

.carousel-indicators {
  bottom: -40px; }
  .carousel-indicators li {
    border: 1px solid #59196e; }
  .carousel-indicators .active {
    background-color: #c574df; }

/* :::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::: FORMS ::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::: */
.form-control, .btn {
  border-radius: 2px; }

.form-control:focus {
  border-color: rgba(100, 180, 0, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(100, 180, 0, 0.6);
  outline: 0 none; }

.btn-default {
  background-color: #efefef;
  background: linear-gradient(#efefef, #ccc);
  text-shadow: 1px 1px 0 #fff; }

/* :::::::::::: SPECIFIC PAGE CONTENT ::::::::::::: */
#home .content-container {
  padding: 0 0 30px; }

.flavor {
  border-radius: 2px;
  background-color: #f3ede7;
  border: 1px solid #ebe0d6;
  padding: 20px 0 0; }
  .flavor div[class^="col-"] img {
    margin-left: 15px;
    margin-bottom: 20px; }
  .flavor p {
    padding: 0 20px 20px; }
