/* index [Home] FIXED Scroll Menu*/
.fixed_scroll_menu {
  position: fixed;
  z-index: 500;
  right: 0px;
  top: 50%;
  width: auto;
  height: auto;
  background-color: transparent;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.light-menu {
    width: 100%;
    height: 75px;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    background-color:rgba(4, 180, 49, 0.6);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#menu-center {
    width: auto;
    height: auto;
    margin: 0 auto;
}
#menu-center ul {
    margin: 0 0 0 0;
    padding: 0px;
}
#menu-center ul li a{
    padding: 13px 13px;
    line-height: 100%;
    margin: 10px 20px 10px 0px;
  }
#menu-center ul li {
    list-style: none;
    margin: 0 0 0 0px;
    display: block;

}
#menu-center a {
    display: block;
    font-family:'Droid Sans', serif;
    font-size: 14px;
    color: black;
    text-decoration: none;
    line-height: 100%;
		padding: 10px 5px;
    background-image: url("../images/foot_s.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
    text-align: right;

    font-size: 0px;
    text-indent: -9999px;
    color: transparent;
}
#menu-center .active,
#menu-center ul li a:hover  {
    color: #fff;
    text-decoration: none;
    line-height: 100%;
  	/* background-color: rgba(0, 0, 0, 0.12); */
    background-image: url("../images/foot_active_s.png");
}


/* Index [Home] Sextions */
