/* BASIC css start */
.bottomNav {position: fixed; right:50px; bottom: 0; width: 80px; color: #fff; text-align: center;  z-index:999;}

.bottomNav {bottom: 0px; transition:bottom .2s;  opacity: 0.0;  z-index:999;}
.bottomNav.show {bottom: 40px; opacity: 1;  z-index:999;}

/* BASIC css end */

