*{
    margin: 0;
    padding: 0;
}

}
.con{
    position: absolute;
    z-index: 0;


}
button{

    border: 0px solid #ccc; background-color: #ffffff;

}
button:hover{
    background-color: #ffffff;
}

span{
    display: inline-block;
    width: 100%;
    height: 50px;
    margin-left: 0%;
    line-height: 50px;
    border-bottom: 0px solid #f5f5f5;
    text-align: center;
}
span:hover{
    background-color: #f5f5f5;
}

.bgDiv{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    position:fixed;
    display: none;
    z-index: 99;
    bottom: 0;

}
.leftNav{
    width: 70%;
    max-width: 500px;
    height: 100%;
	 background-color:#FFFFFF;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -70%;

}



