@media (min-width: 0px) and (max-width: 979px) { 
	#stojeci {
		display: none;
	}
	}
#stojeci {
  position: fixed;
  right: 0;
  top: 65%;
  z-index: 9999;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    background-color: #FF7800;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a, i {
    padding: 5px;
    text-decoration: none;
    color: white;
    display: block;
    transition: 0.3s
}

.sidenav i:hover, a:hover .offcanvas{
    color: black;
}

.sidenav .closebtn {
    position: absolute;
    top: -1%;
    left: -15%;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}