.gn-menu-main{
    background-color: #1c6b1b!important;
    background-image: linear-gradient(to bottom,#33cc66,#36a539);
    background-repeat: repeat-x;
}

.gn-menu-main ul.company-social{
    background-color: #1c6b1b!important;
    background-image: linear-gradient(to bottom,#33cc66,#36a539);
    background-repeat: repeat-x;
}

.gn-icon-menu::before {
    background: #ffffff;
    box-shadow: 0 3px transparent, 0 -6px #34b44a, 0 -9px white, 0 -12px #33c058;    
}

.gn-icon-menu.gn-selected::before {
    background: #efe9e9;
    box-shadow: 0 3px transparent, 0 -6px #34bb53, 0 -9px #efe9e9, 0 -12px #35af45;
}

.gn-menu-wrapper.gn-open-all {
    width: 318px;
}


.gn-scroller {
  background-color: #34b84f;
}

.gn-menu-main, .gn-menu-main ul {
    background-image: linear-gradient(to bottom,#34b84f,#34b34a);
}

.gn-menu li:hover {
    background-image: linear-gradient(to bottom,#1e7e50,#1e7e50);
}


.gn-menu-main a {
       color: #fbfbfb;
}

footer {
    background-color: #34b54c;
}

.bottom-footer {
    background-color: #18613e;    
}

.footer-content a.footer-logo {
    color: #ffffff;
}

.footer-content p {
    color: #f8f8f8;
}

.footer-content h3 {
   color: #ffffff;
}

.footer-tags ul li {

    background-color: #18613e;
}

.footer-tags ul li a {
    color: #f8f8f8;
}

.bottom-footer p {
    color: #f8f8f8;
}

.txt-color-green{
    color: #34b54c;
}

.txt-color-red{
    color: #E91E63;
}


