.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 36px;
}
.sidenav .title {
    position: absolute;
    top: 10px;
    left:50px;
    font-size: 20px;
    margin-left: 10px;
	color:#fff
}



/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
} 
#c-navamplop_bikin,#c-navamplop,#c-navmap,#c-navpaperbag,#c-navbox1,#c-navbox2,#c-navbox3,#c-navbox4,#c-navbox5,#c-navbox6{display:none}
.fixed-bottom {
    bottom: 0;
}
.fixed-bottom, .fixed-top {
    position: fixed;
    z-index: 1038;
    left: 0;
    right: 0;
}
.go-top {
  position:fixed;
  bottom: 2%;
  right: 3%;
  padding:20px;
  display:none;
  cursor: pointer;
	-webkit-font-smoothing: antialiased;
}
.go-top:after {
  font-family: FontAwesome;
  content: "\f106";
	background-color: #E5E8F0;
	padding: 10px 15px;
  color: #6a6e7c;
  position: absolute; 
  bottom:10px;
  font-size: 28px;
}

.go-top-text {
	position: absolute;
	width: 60px;
	text-align: center;
	font-family: 'Questrial';
	line-height: 1.5;
	letter-spacing: 3px;
	font-size: 12px;
	margin: 20px 0 0 -4px;
}

.go-top:hover {
	transition: all .4s linear;
	transform: scale(1.1);
}