
.sidenav {
  font-family: "Lato", sans-serif;
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  bottom:0;
  background-color: #111;
  overflow: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index:999;
}

.sidenav a {
  padding: 12px 15px 12px 15px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s;
  text-transform:uppercase;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 36px;
  margin-left: 50px;
}

@media only screen and (max-width: 600px) {
	#closebtn {
		display:block;
	}
}
@media only screen and (min-width: 600px) {
	#closebtn {
		display:block;
	}
	#sidenav{
		width:0px;
	}
}
@media only screen and (min-width: 1000px) {
	#closebtn {
		display:none;
	}
	#sidenav{
		width:250px;
	}
}

.sidenav i{
	padding:0px 8px;
	min-width:18px;
}
.openBar{
	position:fixed;
	top:0px;
	left:0px;
	z-index:2;
	font-size:28px;
	padding:14px;
	color:inherit;
}
.openBar a{
	color:#000;
}
.openBar a:hover{
	color:#000;
}

.circle {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	border: 2px rgba(255, 255, 255, 0.6) solid;
	background: rgba(255,255,255,0.3);
}
#navOutside{
	position:absolute;
	top: 0px;
	width:3px;
	right:0px;
	bottom:0px;
	background: #FFF;
	border-right:2px #000 solid;
}
.side_logo{
	position:relative;
	display:block;
	text-align:center;
	padding:0px 8px 8px 8px !important;
	margin:0px 10px 22px 0px;
}
.side_center{
	position:relative;
	display: block;
	text-align:center;
	padding:0px 8px 0px 8px;
	margin:0px 0px 25px 0px;
}