#nav{
	position: absolute;
	background: #00aaa1;
	color: #fff;
	width: 260px;
	z-index: 1000;
	font-size: 1em;
	float: left;
	top: 0;
	bottom: 0;
	height: 100%;
	font-weight: 400;
}

#nav #nav_hdr{
	width: 260px;
	z-index: 1100;
}
#nav #nav_close{
	float: right;
	height: 48px;
	width: 48px;
	font-size: 18px;
	font-weight: bold;
	color: #ffc017;
	padding: 12px 0 0 16px;
}

#nav #nav_close::before{
	content: "X";
}

#nav #header_image{
	margin: 40px 0 40px 15px;
}

#nav .nav_item{

}

#nav .nav_item.on, #nav .nav_item.on .item_label > a{
	color: #ffc017;
}

.nav_item .item_head{
	width: 100%;
	cursor: pointer;
	padding: 2% 3% 2% 8%;
}

.nav_item .item_head:hover, .nav_item a:hover{
	color: #ffc017 !important;
}


.nav_item .item_caret{
	width: 40px;
	text-align: center;
	float: right;
}
.nav_item .item_caret span{
	transform: rotate(0);
	transition: transform 0.4s;
}

.nav_item.on > .item_head > .item_caret span{
	transform: rotate(180deg);
	transition: transform 0.4s;
}

.nav_item .item_label{
	width: calc(100% - 25px)
}

.nav_item .item_content{
}

#nav a{
	color: #fff;
	text-decoration: none;
}
#nav .nav_item.on > a{
	color: #ffc017;
}

.nav_item .pagelink{
	padding: 2% 2% 2% 10%;
	margin-left: 8px;
	cursor: pointer;
}
.nav_item .pagelink.on{
	background: #537e93;
	border-radius: 16px 0 0 16px;
	color: #fff;
}
.nav_item .pagelink{
	color: #537e93 !important;
}
.nav_item .pagelink.on a{
	color: #fff !important;
}


#hamburger_menu{
	float: left;
	height: 48px;
	width: 48px;
	padding-top: 8px;
	z-index: 1000;
}
#hamburger_menu .bars{
	border-bottom: 2px solid #ffc017;
	height: 8px;
	width: 50%;
	margin: auto;
}


#titlebar{
	height: 100px;
	width: 100%;
	top: 0;
	background: none;
	z-index: 1000;
}
#view_as{
	margin: 22px 14px;
	float: right;
}
#identity{
	margin: 24px;
	float: right;
	color:  #626a7b;
	font-style: italic;
}
#identity .avatar{
	font-size: 50px;
	margin: 4px 4px -10px;
	width: 32px;
	height: 32px;
	overflow: hidden;
	border-radius: 16px;
	border: none;
	position: relative;
	display: inline-block;
	right: 0;
	background-size: cover;
	background-position: center;
}


#user_opts{
	position: absolute;
	top: 55px;
	right: 25px;
	box-shadow: 4px 4px 16px rgba(0,0,0,0.4);
	border-radius: 14px;
	background: #f7f9fb;
	padding: 30px 16px 0;
	text-align: center;
	max-width: 270px;
}

#avatar_lg{
	width: 100px;
	height: 100px;
	border-radius: 50px;
	margin: 8px;
	overflow: hidden;
	position: relative;
	display: block;
	margin: auto;
	background-size: cover;
	background-position: center;
}
#name_lg{
	font-weight: bold;
	margin: 8px 0 30px;
}
#change_password{
	border-bottom: 1px solid #eee;
}

#logout_btn{
	margin-top: 20px;
}



/*	HANDHELD	********************************************************/
@media only screen and (min-width: 300px){
	  
	#nav{
		left: -260px;
	}
	#nav #nav_close{
		display: block;
	}
	#nav #header_image{
		width: 140px;
		margin: 10px 0 20px 15px;
	}
	#titlebar{
		background-color: #00aaa1;
		background-image: url('images/bimn_horiz_trans.png');
		background-size: auto 50px;
		background-repeat:  no-repeat;
		background-position: center;
	}
	#identity{
		color:  #fff;
		margin: 73px 16px 0 0;
	}
	#view_as{
		margin: 0;
		padding: 10px;
		clear: both;
		width: 100%;
	}
}


/*	TABLET		********************************************************/
@media only screen and (min-width: 600px){
	#view_as{
		width: 200px;
	}
  
}


/*	DESKTOP		********************************************************/
@media only screen and (min-width: 1350px){
  
	#nav{
		left: 0;
		top: 0;
	}
	#nav #nav_close{
		display: none;
	}
	#nav #header_image{
		width: 180px;
		margin: 40px 0 40px 15px;
	}
	#titlebar{
		background: none;
		height: 100px;
	}
	#identity{
		color:  #626a7b;
		margin: 24px;
		cursor: pointer;
	}
	#identity:hover{
		color: #00aaa1;
	}
	#identity > div{
		border: none;
	}
	#view_as{
		margin: 22px 14px;
		clear: none;
		padding: 0;
	}
}
