 

.on div#burguerWrap div:nth-child(1) {
    top: 36px;
    transition: all 0.3s ease-out 0s;
}

div#burguerWrap div {
    background: #009dca none repeat scroll 0 0;
    border-radius: 2px;
    height: 5px;
    position: absolute;
    transition: all 0.3s ease-out 0s;
    width: 25px;
}
.on div#burguerWrap div:nth-child(3) {
    top: 44px;
    transition: all 0.3s ease-out 0s;
}
.director .noicon{
	float: none;
}
 
.l4runout {
    color: #199daf;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    padding: 5px;
    text-align: left;
}
.l4runout #l4addr {
    background-color: #fff;
    border-radius: 5px;
    display: block;
    margin: 0 0 10px;
    padding: 5px;
}