nav ul li span{position:absolute; z-index:1; right:0; top:0; height:40px; display:block; width:40px; text-align:center; cursor:pointer; display:none; background: url(/images/clients/cpie/plus-icon.png) no-repeat center center, rgba(0,151,154,1);
    line-height: 40px;
    color: #005ea8;
    font-weight: bold;
    font-size: 26px;
    line-height: 40px; }
@media only screen and (max-width:767px){
nav ul li span{display:block;}
	}