/* DEFAULT COLORS */
/* -DEFAULT COLORS */
/* GREEN - WHITE COLORS */
/* Main menu bg color */
/* Selected main menu item bg color */
/* Main menu font color */
/* Selected main menu item font color  */
/* Content background color */
/* Group/Theme/Post title */
/* Group/Theme/Post is active - background color */
/* -GREEN - WHITE COLORS */

/*
.navbar-gf .container-fluid {
  background-color: #01ac25;
}
.header_menu {
  background-color: #01ac25;
}
.content_holder {
  background-color: #ffffff;
}
.navbar-default .navbar-brand {
  color: #d0ffbd;
}
.navbar-gf .navbar-nav > li > a {
  color: #d0ffbd;
}
.navbar-gf .navbar-nav > li > a.active {
  background-color: #54c86c;
}
.navbar-gf.navbar-default .navbar-nav > li > a:hover,
.navbar-gf.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
}
.group-item {
  background-color: #ffffff;
}
.group-item h1 > a {
  color: #01ac25;
}
.group-item h1 > a:hover {
  color: #54c86c;
}
.group-item.active {
  background-color: #f3fff2;
}
.group-info-container {
  color: #000000;
}
.carousel-control.right {
  background-image: none;
}
.carousel-control.left {
  background-image: none;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  color: #01ac25;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  color: #01ac25;
}
.carousel-caption {
  background-color: rgba(1, 172, 37, 0.5) !important;
}
*/