/* mani */
.title-rpmenu {
    color: #FFF;
    font-size: 17px;
    cursor: pointer;
    top: 10px;
    left: 0px;
    z-index: 12345;
    background: url(../img/menu.png);
    font-size: 15px;
    line-height: 40px;
    text-shadow: 0px 0px 0px;
    padding-left: 20px;
}
#responsive-menu{
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 100%;
    top: 0;
    overflow-y: auto;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.4);
    background: #14B815;
}
#responsive-menu .title .wrap{
    clear: both;
    width: 22px;
    float: left;
    margin-top: 6px;
    margin-right: 10px;
}
#responsive-menu .title .icon-bar{
    width: 22px;
    height: 2px;
    background: #fff;
    float: left;
    clear: both;
    margin-bottom: 3px;
}
#responsive-menu .title{
   
}
#responsive-menu .content {}
#responsive-menu .content ul {
    list-style: none;
    padding: 0;
}
#responsive-menu .content > ul{
    display: none;
}

#responsive-menu .content  .toggle-menu{
	float:right;
	background: url(../img/icon-1.png) no-repeat center center;

	width: 15px;
	height: 15px;
	cursor: hand;
	cursor: pointer;
	margin-right: 7px;
	position: absolute;
	top: 7px;
	right: 0px;
	padding: 10px;
}
#responsive-menu .content  .toggle-menu.active{
background: url(../img/icon-2.png) no-repeat center center;
}
#responsive-menu .content  ul li a{
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 8px 0px;
    font-family: avo;
	padding-left: 15px;
}
#responsive-menu .content > ul > li{
    /* padding: 8px 0px; */
   
   
    position: relative;
    cursor: hand;
    cursor: pointer;
}
#responsive-menu .content  ul li:hover{background: #22297a;}
#responsive-menu .content  ul li ul{display:none}
#responsive-menu .content li li:first-child{/* border-top:1px solid #ccc */}
#responsive-menu .content > ul > li ul{
    position: relative;
    top: 9px;
}
#responsive-menu .content > ul li ul li{
    /* padding-left: 15px; */
    text-indent: 10px;
}
#responsive-menu .content > ul li ul li ul li{text-indent:20px}
#responsive-menu .content > ul > li > ul > li > ul{}
.search{
	width:100% !Important;
}
.has-child{
	line-height:25px;
}