#v-menu{
    display:block;
}
#small-menu-logo{
    text-align:center;
    max-height:100%;
    max-width: 100%;
    height:25%;
    margin-top:40px;
    display:none;
    
}#small-menu-logo img{
    max-height:100%;
    max-width: 100%;
    height:100%;
    width:auto;
}
#vertical-menu{
    position: fixed;
    z-index:10;
    left:0;
    margin:0;
    padding:0;
    height: auto;
}

.verticalmenucss{
    top: 10%;
}

.fixmenutobottom{
    bottom: 0;
}

#cssmenu_opener{
  padding: 10px 22px;
  cursor: pointer;
  z-index: 2;
  text-decoration: none;
  background-color:#9bc13c;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu_opener span{
    float:right;
    margin-top:10px;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  color: #ffffff;
  display:none;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 20px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(0,0,0,0.8);
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  display:inline-block;
  width:100%;
  border-bottom: 1px;
  border-bottom-color: #323232;
  border-bottom-style: solid;
}
#cssmenu #has-sub_drop{
    position: absolute;
    right: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#cssmenu > ul > li > a:hover, 
#cssmenu .active > a{
  color: #9bc13c;
}
#cssmenu ul > li.has-sub.open > a #has-sub_drop,
#cssmenu ul > li.has-sub.open > a #has-sub_drop{
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#cssmenu ul ul li a {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 20px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  display:inline-block;
  width:100%;
}
#cssmenu ul ul ul li a {
  padding-left: 32px;
}
#cssmenu ul ul li a:hover {
  color: #9bc13c;
}
#cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background: #dddddd;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background: #dddddd;
}
.menu_client{
    background-color: #9bc13c !important;
    color: #000000 !important;
}

#header-menu{
    position: fixed;
    z-index:30;
    top:0;
    right:0;
    margin:0;
    padding:0;
    height: auto;
    margin-right:7%;
}

#header-menu_option{
    position:relative;
    height:40px;
    width:30px;
    background-color:black;
    float:left;
    margin-right:15px;
}

#header-menu_option:hover,
#header-menu_option.active{
    cursor:pointer;
    height:60px;
    background-color:#9bc13c;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#header-menu_option img{
    position:absolute;
    bottom:5px;
    margin: 0px auto;
    left:0;
    right:0;
    width:70%;
    height:auto;
    
}

#under-menu{
    width:100%;
    text-align:right;
    margin-top:50px;
}
#under-menu img{
    width:45px;
    height:45px;
    cursor:pointer;
    position:relative;
    float:none;
    display:inline-block;
    margin-right:15px;
}

/* Media */
@media (min-width:320px) and (max-width:480px) { 
    /* smartphones, iPhone, portrait 480x320 phones */ 
    #vertical-menu{
        position:relative;
        margin-top: 20px;
    }
    #small-menu-logo{
        display:block;
    }

    #header-menu{
        position: relative;
        width:100%;
        text-align:center;
        height:30px;
        margin-top:20px;
    }
    #header-menu_option{
        position:relative;
        height:30px;
        width:30px;
        float:none;
        display:inline-block;
    }
    #header-menu_option:hover,
    #header-menu_option.active{
        cursor:pointer;
        height:30px;
        width:30px;
        background-color:#9bc13c;
    }
    #header-menu_option img{
        position:absolute;
        bottom:5px;
        margin: 0px auto;
        left:0;
        right:0;
        width:70%;
        height:auto;
    }
    
    #cssmenu_opener{
        padding: 5px 22px;
        font-size:26px;
        line-height:32px;
    }
    #cssmenu_opener span{
        margin-top:4px;
    }
    
    #under-menu{
        text-align:center;
    }
    
}
@media (min-width:320px) and (max-width:480px) and (orientation:landscape) { 
    /* smartphones, iPhone, portrait 480x320 phones */ 
}
@media (min-width:481px) and (max-width:640px) { 
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    #vertical-menu{
        position:relative;
        margin-top: 20px;
    }
    #small-menu-logo{
        display:block;
    }

    #header-menu{
        position: relative;
        width:100%;
        text-align:center;
        height:30px;
        margin-top:20px;
    }
    #header-menu_option{
        position:relative;
        height:30px;
        width:30px;
        float:none;
        display:inline-block;
    }
    #header-menu_option:hover,
    #header-menu_option.active{
        cursor:pointer;
        height:30px;
        width:30px;
        background-color:#9bc13c;
    }
    #header-menu_option img{
        position:absolute;
        bottom:5px;
        margin: 0px auto;
        left:0;
        right:0;
        width:70%;
        height:auto;
    }
    
    #cssmenu_opener{
        padding: 5px 22px;
        font-size:26px;
        line-height:32px;
    }
    #cssmenu_opener span{
        margin-top:4px;
    }
    
    #under-menu{
        text-align:center;
    }

}
@media (min-width:481px) and (max-width:640px) and (orientation:landscape) { 
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    
}
@media (min-width:641px) and (max-width:960px) { 
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
    #under-menu img{
        margin-right:5px;
    }

}
@media (min-width:641px) and (max-width:960px) and (orientation:landscape) { 
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 

}
@media (min-width:961px) and (max-width:1024px) { 
    /* tablet, landscape iPad, lo-res laptops ands desktops */ 
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */     
    #under-menu img{
        margin-right:5px;
    }
    
}
@media (min-width:1025px) and (max-width:1280px) { 
    
}
@media (min-width:1281px) { 
    /* hi-res laptops and desktops */ 
    
}   
