#navigation-container, #mobile-navigation-container{
	width: 100%;
	/* overflow: hidden; */
	/* overflow: visible; */
	font-family: 'DINOT-CondMedium';
}

#nav-back{
	width: 29px;
	height: 22px;
	cursor: pointer;
	background: url('../images/nav-back.png') no-repeat left top;
	position: absolute;
	left: 30px;
	top: 65px;
	z-index: 1;
	display: none;
}

#nav-layers{
	position: absolute;
	left: 30px;
	width: 40px;
	height: 70%;
	background: url('../images/btn-nav-layers.png') no-repeat left center;
	cursor: pointer;
	z-index: 999;
	display: none;
}

#navigation{
	position: absolute;
	width: 9999px;
}

.navLevel{
	position: absolute;
	width: 100%;
	background-color: #FFF;
}

.nav-search-wrapper{
	margin: 10px 0;
}
#nav-search{
	width: 160px;
	border: none;
	border-bottom: 2px solid #000;
}
#nav-search:focus{
	outline: none;
}
#btn-nav-search{
	display: inline-block;
	position: relative;
	top: 3px;
	width: 15px;
	height: 20px;
	margin-left: 3px;
	background: url('../images/icon-search.png') no-repeat center center;
	cursor: pointer;
}

.mobile-content-back, .mobile-content-back-people, .mobile-content-back-rproject, .backToIndex, .mobile-contact-back {
	font-family: 'DINOT-CondMedium';
	font-size: 22px;
	line-height: 1;
	/*text-transform: uppercase;*/
	padding: 5px 0px 5px 25px;
	margin-bottom: 10px;
	background: url('../images/mobile-assets/back-mobile@2x.png') no-repeat left center;
	background-size: 16px 12px;
	text-transform: capitalize;
}

.content-footer{
	font-family: 'DINOT-CondMedium';
	font-size: 20px;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
.content-footer hr{
	border-color: #DDD;
	margin-bottom: 20px;
}
.content-footer .prevPage{
	background: url('../images/mobile-assets/content-footer-left-arrow@2x.png') no-repeat left top 9px;
	background-size: 8px 12px;
	padding-left: 15px;
	display: block;
}
.content-footer .nextPage{
	background: url('../images/mobile-assets/content-footer-right-arrow@2x.png') no-repeat right top 9px;
	background-size: 8px 12px;
	padding-right: 15px;
	display: block;
}

.link-button {
	background-color: #fff; 
	padding:1px 15px;   
	border: 2px solid #6AC65B;
	color: #000;	
	font-size:20px; 
	font-family: 'DINOT-CondMedium';
}

.link-button:hover{
	background-color:#6AC65B; 
	color: #000;
}

.pdfbox {
  position: relative;
  width: 80%;
}
  
.pdfbox:hover .galleryImg {
  opacity: 0.5;

}

.pdfbox:hover .middle {
  opacity: 0.9;
  border: 2px solid #6AC65B;
  background-color: #fff; 
}

.PDFtext {
  position: relative;
  color: #6AC65B;
  font-size: 16px;
  padding: 4px 32px;
  border: 2px solid #6AC65B;
  background-color:#fff;  
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.middle .text{
    color: #6AC65B;
  font-size: 16px;
  padding: 4px 32px;
}



@-webkit-keyframes 'animForward' {
	0%{
		left: 100%;
	}
	100%{
		left: 0%;
	}
}
@-webkit-keyframes 'animBack' {
	0%{
		left: 0%;
	}
	100%{
		left: 100%;
	}
}

.navLevel.animForward{
	-webkit-animation: animForward 0.4s ease-in-out 0s forwards;
}
.navLevel.animBack{
	-webkit-animation: animBack 0.4s ease-in-out 0s forwards;
}

.navPage{
	background-color: #FFF;
	display: none;
}
.navTitle{
	width: 100%;
	font-size: 30px;
	line-height: 1;
	padding: 15px 15px 15px 45px;
	text-align: left;
	border-bottom: 1px solid #CCC;
	position: relative;
	background: url('../images/mobile-assets/back-mobile@2x.png') no-repeat left 15px center;
	background-size: 16px 12px;
}
.mobileMenu .navList{
	position: relative;
}
.navList a.navItem,

.navList .navItem{
	display: block;
	color: #000;
	font-size: 30px;
	line-height: 1;
	padding: 15px;
	width: 100%;
	border-bottom: 1px solid #CCC;
}
.navList a.navItem.clicked{
	border: 1px solid #FFF;
	background-color: #b5e2ae;
	padding: 5px 10px;
}
.navList a.navItem.clicked.current{
	background-color: #6AC65B;
}
.navItem.small{
	font-size: 18px!important;
	/*text-transform: uppercase;*/
	padding-left: 45px!important;
}
.navItem.small.here{
	padding-left: 40px!important;
	border-left: 5px solid #6AC65B;
}
.navItem[hv-children="1"]{
	background: url('../images/mobile-assets/right-arrow@2x.png') no-repeat right 15px center;
	background-size: 7px 12px;
}

#mobile-nav-back{
	/*width: ;*/
}

/*Breadcrumbs*/
#breadcrumb{
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: 'DINOT-Medium';
	color: #666;
	font-size: 12px;
	line-height: 15px;
}
#breadcrumb a.bcItem{
	font-family: inherit;
	display: inline-block;
	color: inherit;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	font-size: inherit;
}
#breadcrumb a.bcItem:hover{
	color: #000000;
}



/* Small devices (tablets,
 768px and up) */
@media (min-width: 768px) {
	.navList a.navItem,
 .navList .navItem{
		padding-left: 55px;
		padding-right: 55px;
	}
	.navItem[hv-children="1"]{
		background-position: right 60px center;
	}
	.content-footer{
		padding-left: 50px;
		padding-right: 50px;
	}
	.navItem.small{
		padding-left: 55px!important;
	}
	.navItem.small.here{
		padding-left: 50px!important;
		border-left: 5px solid #6AC65B;
	}
	.navTitle{
		padding: 15px 15px 15px 55px;
		background: url('../images/mobile-assets/back-mobile@2x.png') no-repeat left 20px center;
		background-size: 16px 12px;
	}
	
}

/* Medium devices (desktops,
 992px and up) */
@media (min-width: 992px) {
	#navigation-container, #mobile-navigation-container{
		position: relative;
	}
	.navLevel{
		position: absolute;
		-webkit-box-shadow: -4px 0px 5px rgba(0,0,0,0.08);
		-moz-box-shadow: -4px 0px 5px rgba(0,0,0,0.08);
		box-shadow: -4px 0px 5px rgba(0,0,0,0.08);
	}
	.navPage{
		background-color: #FFF;
		display: none;
	}
	.navTitle{
		width: 250px;
		font-size: 30px;
		text-align: left;
		position: relative;
		top: 60px;
		left: 140px;
		border: none;
		padding: 0;
		background: none;
		cursor: pointer;
	}
	.navList{
		left: 140px;
		top: 300px;
		position: absolute;
	}
	.navList a.navItem,

	.navList .navItem{
		display: block;
		color: #000;
		font-size: 20px;
		padding: 5px 10px;
		width: 330px;
		cursor: pointer;
		/*text-transform: uppercase;*/
		border: 1px solid #FFF;
		margin-left: -10px;
		white-space: pre-wrap;
		word-break: normal;
	}
	.jobTitle{
		white-space: pre-wrap;
		word-break: normal;
	}
	.navList a.navItem:hover,

	.navList .navItem:hover{
		border: 1px solid #6AC65B;
		padding: 5px 10px;	
		text-decoration: none;
	}
	.navItem[hv-children="1"]{
		background: none;
	}
	.webpanel.right .content-footer{
		padding-left: 20px;
		padding-right: 40px;
		margin-bottom: 50px;
	}
	.webpanel.left .content-footer{
		padding-left: 70px;
		padding-right: 20px;
		margin-bottom: 50px;
	}
	.mobile-content-back-people, .mobile-contact-back, .backToIndex {
		display: none;
	}
	
	.mobile-content-back-people:a, .mobile-contact-back:a, .backToIndex:a {
		display: none;
	}
	
}

/* Large devices (large desktops,
 1200px and up) */
@media (min-width: 1200px) {
}




/*Mobile Navigation*/
.mobileMenuWrapper{
	position: fixed;
	width: 100%;
	height: 50px;
	background-color: rgba(255,
255,
255,
0.95);
	border-bottom: 1px solid #CCC;
	z-index:100;
}
#mobile-logo-hku{
	width: 160px;
	height: 23px;
	background: url('../images/mobile-assets/faculty-logo-mobile@2x.png') no-repeat left center;
	background-size: 160px 23px;
	margin: 13px 0px 9px 2px;
	float: left;
}
#mobile-logo{
	width: 104px;
	height: 24px;
	background: url('../images/mobile-assets/hkurbanlab-logo-mobile@2x.png') no-repeat left center;
	background-size: 104px 20px;
	margin: 11px 10px 11px 0;
	float: right;
}
#nav-btn{
	width: 42px;
	height: 50px;
	padding: 14px 10px;
	background: url('../images/mobile-assets/menu@2x.png') no-repeat center center;
	background-size: 22px 22px;
	float: left;
	opacity: 1;
}
#nav-btn.closer{
	/*background: url('../images/mobile-assets/close@2x.png') no-repeat center center;
	background-size: 18px 18px;*/
	opacity: 0.2;
}
.mobileMenu{
	width: 100%;
	height: auto;
	position: relative;
	left: 100%;
	/*top: 50px;*/
	top: 110px;
	display:none;
	background-color: #FFF;
	/*padding: 50px 0 0;*/
	-webkit-transition: left 1s ease-in-out 0s;
	transition: left 0.5s ease-in-out 0s;
	z-index: 99;
	background-color: #FFF;
}
.mobileMenu.show{
	display: block;
}
.mobileMenu.slid{
	left: 0px;
	border-top: 1px solid #CCC;
}
a.menuIcon{		
	padding: 20px 8px 8px;
	right: 0px;
	top: 0px;
}

@media (max-height: 650px) {
	.navList a.navItem,
 .navList .navItem{
		font-size: 17px;
		padding: 5px 10px;
	}
	.navList a.navItem:hover,
 .navList .navItem:hover{
		padding: 5px 10px;
	}
	.navList a.navItem.clicked{
		padding: 5px 10px;
	}
}

@media (max-height: 499px){
	.navTitle{
		font-size: 20px;
	}
	.navList a.navItem,
 .navList .navItem {
		font-size: 15px;
		padding: 4px 10px;
	}
	.navList a.navItem:hover,
 .navList .navItem:hover{
		padding: 4px 10px;
	}
	.navList a.navItem.clicked{
		padding: 4px 10px;
	}
}

@media (max-height: 369px){
	.navTitle{
		top: 25px;
	}
	#nav-back{
		top: 25px;
	}
}

@media (max-height: 320px){
	.navTitle{
		top: 15px;
	}
	#nav-back{
		top: 15px;
	}
}
