
/* ==============================
   Blue
   ============================== */
    .jfst-bg-blue { background: hsl(200, 100%, 35%); }  
    .jfst-bg-blue .inner-nav a { color:#FFF; }
    .jfst-blue .mn-sub { background: rgba(0,120,179, .97); }
    .jfst-blue .inner-nav ul li .mn-sub li a { color:#FFF !important; }
    .jfst-blue .mn-sub li a:hover, .jfst-blue .inner-nav ul li .mn-sub li a:hover, .jfst-blue  .mn-sub li a.active { background: rgba(255,255,255, .09); }

/* ==============================
   Yellow
   ============================== */
   .jfst-bg-yellow { background: #ffd500; }
   .jfst-bg-yellow .inner-nav a { color:#000; }
   .jfst-yellow .mn-sub { background: rgba(255,213,0, .97); }
   .jfst-yellow .inner-nav ul li .mn-sub li a { color:#000 !important; }
   .jfst-yellow .mn-sub li a:hover, .jfst-yellow .inner-nav ul li .mn-sub li a:hover, .jfst-yellow  .mn-sub li a.active { background: rgba(255,255,255, .25); }
   a.yellow { color: #ffd500; }

   /* ==============================
   Green
   ============================== */
   .jfst-bg-green { background: #9ac332; }
   .jfst-bg-green .inner-nav a { color:#FFF; }
   .jfst-green .mn-sub { background: rgba(154,195,50, .97); }
   .jfst-green .inner-nav ul li .mn-sub li a { color:#FFF !important; }
   .jfst-green .mn-sub li a:hover, .jfst-green .inner-nav ul li .mn-sub li a:hover, .jfst-green  .mn-sub li a.active { background: rgba(255,255,255, .25); }