/* CSS Document */
@import url(css/Layout.css);
@import url(css/Style.css);
@import url(css/Slider.css);
@import url(css/Component.css);
@import url(fonts/font-awesome.css);
@import url(bootstrap/css/bootstrap.css);
@import url(bootstrap/css/docs.min.css);
@import url(portfolio/portfolio.css);

/* ********** google fonts ************** */ 
@import url(//fonts.googleapis.com/css?family=Open+Sans); /* remove http: in url */
/* remove @import url(http://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900);*/
@import url(//fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Poppins:700);
/* remove as google Fira Sans has bugs @import url(//fonts.googleapis.com/css?family=Fira+Sans:700,700italic); */
@import url(//code.cdn.mozilla.net/fonts/fira.css); /* replace google font with mozilla */

/***** HKU *****/
/* fix for 2sxc add content shortcut */
.sc-content-block-quick-insert { display: none !important; }
div.sc-cb-highlight-for-insert { background: none !important; }
/* end fix */

/* web accessibility */
.sr-only { /* screen reader only, cannot contain interactive elements */
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.container {
	min-width: 300px;
}

.hkugreylion {
  background-image: url('img/hkugreylion.svg');
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-size: cover;
}

.hkulightgrey {
	background-color: #eeeeee;
}
.hkulightgrey a,
.hkulightgrey a:link,
.hkulightgrey a:active,
.hkulightgrey a:visited,
.hku-content table.table-altrow tbody tr:nth-child(even) td a,
.hku-content table.table-multisection tbody tr td a,
.jumbotron a,
.jumbotron a:link,
.jumbotron a:active,
.jumbotron a:visited {
	color: #376B00; /*HKU web accessibility*/
}
.hkulightgrey a:hover,
.jumbotron a:hover,
.hku-content table.table-altrow tbody tr:nth-child(even) td a:hover {
	color: #386810;
}

/*a img {
    -webkit-transition: all 0.7s ease 0s;
       -moz-transition: all 0.7s ease 0s;
        -ms-transition: all 0.7s ease 0s;
         -o-transition: all 0.7s ease 0s;
            transition: all 0.7s ease 0s;
}
a:hover img {
	-webkit-filter: brightness(80%);
	-moz-filter: brightness(80%);
	-ms-filter: brightness(80%);
	-o-filter: brightness(80%);
	filter: brightness(80%);
}*/

/*background of each section/page*/
.tab-AboutUs			.breadcrumb-header-bg { background-image: url('img/title-bg/AboutUs.jpg');}
/*.tab-AboutUs.tab-ContactUs	.breadcrumb-header-bg { background-image: url('img/title-bg/AboutUs_ContactUs.jpg');}*/
.tab-Admissions			.breadcrumb-header-bg { background-image: url('img/title-bg/Admissions.jpg');}
.tab-TeachingLearning	.breadcrumb-header-bg { background-image: url('img/title-bg/TeachingLearning.jpg');}
.tab-Research			.breadcrumb-header-bg { background-image: url('img/title-bg/Research.jpg');}
.tab-KnowledgeExchange	.breadcrumb-header-bg { background-image: url('img/title-bg/KnowledgeExchange.jpg');}
.tab-NewsEvents			.breadcrumb-header-bg { background-image: url('img/title-bg/NewsEvents.jpg');}
.tab-AlumniFriends		.breadcrumb-header-bg { background-image: url('img/title-bg/AlumniFriends.jpg');}
.tab-WilliamMongResearchFund	.breadcrumb-header-bg { background-image: url('img/title-bg/Research.jpg');}
.tab-AboutUs				.breadcrumb-header-bg.breadcrumb-header-section { background-image: url('img/section-bg/AboutUs.jpg');}
.tab-KnowledgeExchange		.breadcrumb-header-bg.breadcrumb-header-section { background-image: url('img/section-bg/KnowledgeExchange.jpg');}
.tab-AlumniFriends			.breadcrumb-header-bg.breadcrumb-header-section { background-image: url('img/section-bg/AlumniFriends.jpg');}

.tab-Admissions			.section-background { background-image: url('img/section-bg/Admissions.jpg');}
.tab-TeachingLearning	.section-background { background-image: url('img/section-bg/TeachingLearning.jpg');}
.tab-Research			.section-background { background-image: url('img/section-bg/Research.jpg');}
.tab-NewsEvents			.section-background { background-image: url('img/section-bg/NewsEvents.jpg');}
.tab-StudentsSupportCentre	.section-background { background-image: url('img/engg_support_centre.jpg');}

.section-background .mycontent .container {
	background-color: rgba(0,0,0,0.7);
}
.container.section-content {
	margin-bottom: 100px;
}
.section-para {
	padding-top: 15px;
	font-size: 16px;
	color: #fff;
}
.tab-Admissions			.section-para { color:#ddb4a0; }
.tab-TeachingLearning	.section-para { color:#ffa0a0; }
.tab-Research			.section-para { color:#ffd2b0; }
.tab-NewsEvents			.section-para { color:#8fd6dd; }

.mycontent > .container {
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 300px auto;
}
/*.tab-AboutUs			.mycontent > .container { background-image: url('img/icons/1-01.png'); }
.tab-Admissions			.mycontent > .container { background-image: url('img/icons/2-01.png'); }
.tab-TeachingLearning	.mycontent > .container { background-image: url('img/icons/6-01.png'); }
.tab-Research			.mycontent > .container { background-image: url('img/icons/4-01.png'); }
.tab-KnowledgeExchange	.mycontent > .container { background-image: url('img/icons/3-01.png'); }
.tab-NewsEvents			.mycontent > .container { background-image: url('img/icons/5-01.png'); }
.tab-AlumniFriends		.mycontent > .container { background-image: url('img/icons/7-01.png'); }*/

.section-box1 {
	width:100%;
}
.section-box1 .section-box1-header {
	overflow:hidden;
	opacity: 0.3;
	text-align:right;
	margin-bottom: 0px;
	font-size:100px;
	line-height:1em;
	height:75px;
	color:#fff;
	font-family: Poppins, sans-serif;
}
.section-box1 .section-box1-content {
	background-color:#fff;
	padding:15px;
}
/*.section-box1 .section-box1-content h3,
.section-box1 .section-box1-content h4 {
	padding: 5px 0 5px 10px;
	border-left: 2px solid #448200;
	line-height: 1;
}*/
.tab-Admissions			.section-box1 .section-box1-content h2 {  color:#8C705F; border-left-color:#A38577;} /*color:#A38577*/
.tab-TeachingLearning	.section-box1 .section-box1-content h3, .tab-TeachingLearning .section-box1 .section-box1-content h4 { color:#B25C5C; border-left-color:#BF7878; } /*color:#BF7878*/

.section-box1 .section-box1-content p {
	/*padding-left: 12px;
	padding-right: 12px;*/
}
.section-box1 .section-box1-content .cs-style-3,
.section-box1 .section-box1-content .photo-link {
	max-width:330px;
	margin: auto;
}

.section-box2 {
	width:100%;
	border-left: 2px solid #fff;
	padding-left: 10px;
	margin: 15px 0;
	/*max-width:555px;*/
}
.section-box2-container.col-sm-4 .section-box2 {
	/*max-width:360px;*/
}
.section-box2-content {
	width:100%;
	position:relative;
}
.section-box2 img {
	width:100%;
	height:auto;
}
.section-box2 a {
	display:block;
	position:absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color:rgba(0,0,0,0.2);
}
.section-box2 a:hover {
	background-color:rgba(0,0,0,0.4);
}
.section-box2 h2 {
	color: #fff;
	padding: 15px;
	/*font-size: 50px;*/
	/*overflow:hidden;*/
	font-family: Poppins, sans-serif;
	text-shadow: 1px 1px 3px #000;
}
.section-box2 h2 span {
	font-size: 100%;
	line-height:1.25;
}

.news-thumbnail {
	width:112px;
	height:95px;
	border: 5px solid #C6C6C6;
	margin-bottom:15px;
	
    -moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.news-image a,
.news-thumbnail a {
	background-color:#000;
	display:block;
}

.news-image a img,
.news-thumbnail a img,
.news-text-thumbnail:after {
    -webkit-transition: all 0.7s ease 0s;
       -moz-transition: all 0.7s ease 0s;
        -ms-transition: all 0.7s ease 0s;
         -o-transition: all 0.7s ease 0s;
            transition: all 0.7s ease 0s;
}

.news-image a:hover img,
.news-thumbnail a:hover img {
	opacity: 0.8;
}
.news-text-thumbnail {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	/*padding-top:100%;*/
	/*text-indent: 999em;*/
	background-color: rgba(68,130,0,0.8);
	text-align: center;
	white-space: nowrap;
}
/*.news-text-thumbnail:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}*/
.news-text-thumbnail:after {
/*	display:inline-block;
	text-align:center;
	vertical-align:middle;
	content: 'News';
	color:#fff;
	font-size: 30px;
	font-weight:600;
	font-family: Arial Narrow, Arial, sans-serif;*/
	display:block;
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-image:url('img/news-events-bg/default_thumbnail.jpg');
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.news-text-thumbnail:hover:after {
	opacity:0.8;
}

/*.news-ENGG .news-text-thumbnail:after {
	content: 'ENGG';
}
.news-CivE .news-text-thumbnail:after {
	content: 'CivE';
}
.news-CS .news-text-thumbnail:after {
	content: 'CS';
}
.news-EEE .news-text-thumbnail:after {
	content: 'EEE';
}
.news-IMSE .news-text-thumbnail:after {
	content: 'IMSE';
}
.news-ME .news-text-thumbnail:after {
	content: 'ME';
}
.news-MedE .news-text-thumbnail:after {
	content: 'MedE';
}
.news-EnggSci .news-text-thumbnail:after {
	content: 'EnggSci';
	letter-spacing:-0.05em;
}*/

.hku-content-title {
	display:none;
}
.dnnEditState .hku-content-title,
.sc-content-block[data-edit-context]:not([data-edit-context=""]) .hku-content-title {
	display:block;
	position:absolute;
	padding: 0 5px;
	background-color:#aaa;
	opacity:0.5;
}
.dnnEditState .hku-content-title:before,
.sc-content-block[data-edit-context]:not([data-edit-context=""]) .hku-content-title:before {
	content: 'Title: ';
	color: #030;
}
.inner-content {
	border-color: #448200;
	border-style: solid;
	border-width: 1px 0 0 1px;
	padding: 15px 0 0 20px;
	position: relative;
}
.inner-content section.scroll-nav__section > *:first-child:before {
	display:block;
	content:'';
	position:absolute;
	width:12px;
	height:12px;
	background-image: url(img/content_section_arrow.svg);
	background-size: 100% 100%;
	left:-2px;
	margin-top:6px;
}
.inner-content section.scroll-nav__section > h2:first-child:before { margin-top:16px; }
.inner-content section.scroll-nav__section > h3:first-child:before { margin-top:11px; }
.inner-content section.scroll-nav__section > h4:first-child:before { margin-top:6px; }
.inner-content section.scroll-nav__section > .nav-blockquote-h2:first-child:before { margin-top:26px;}

.scroll-nav {
	position:absolute;
	/*top:0;*/
	width:300px;
	margin-top:55px;
	margin-left:-290px;
	-moz-transition: margin 0.7s ease 0s;
	-webkit-transition: margin 0.7s ease 0s;
	-o-transition: margin 0.7s ease 0s;
	transition: margin 0.7s ease 0s;
	display:none;
	/*opacity:0;*/
	z-index:2;
}
.scroll-nav:hover {
	margin-left:-45px;
}
.isStuck .scroll-nav {
}
.scroll-nav.fixed {
	position:fixed;
	/*top:165px;*/
}
.scroll-nav__wrapper {
	border:1px solid #757575; /*#919191;*/
	margin-right:19px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	background-color:#fff;
	padding-left:40px;
	min-height:60px;
	text-align:right;
}
.scroll-nav__wrapper:after {
	content:'\f02e'; /*'\f013';'\f02e';*/
	font-family:FontAwesome;
	text-align:left;
	color:#757575; /*#919191;*/
	font-size:20px;
	display:block;
	position:absolute;
	top:0px;
	width:20px;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	right:0px;
	border:1px solid #fff;
	background-color:#fff;
	border-style:solid;
	border-color:#757575; /*#919191;*/
	border-width:1px 1px 1px 0;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.scroll-nav__heading {
	display:block;
	height: 39px;
	/*padding:10px 20px;*/
	padding-right:10px;
	font-size:16px;
	font-weight:700;
	line-height:39px;
	vertical-align: middle;
	color:#448200;
}
.scroll-nav__list {
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	position:relative;
}
.scroll-nav__item {
	display:block;
	position:relative;
}
.scroll-nav__link {
	display:block;
	padding: 5px 20px 5px 0;
	position:relative;
}
.scroll-nav__link:before {
	content:'\f101'; /* fa-angle-double-right*/
	font-family:FontAwesome;
	font-size:14px;
	display:block;
	position:absolute;
	right:5px;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.scroll-nav li:before {
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    width: 15px;
    right: 0;
    background-color: #95cc0a;
    content: '';
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.scroll-nav li.active:before {height: 100%;}
.scroll-nav li.active .scroll-nav__link:before {
	color: #fff;
}

@media handheld, only screen and (min-width:1190px) { .scroll-nav:hover { margin-left:-55px; } }
@media handheld, only screen and (min-width:1240px) { .scroll-nav:hover { margin-left:-80px; } }
@media handheld, only screen and (min-width:1290px) { .scroll-nav:hover { margin-left:-105px; } }
@media handheld, only screen and (min-width:1340px) { .scroll-nav:hover { margin-left:-130px; } }
@media handheld, only screen and (min-width:1390px) { .scroll-nav:hover { margin-left:-155px; } }
@media handheld, only screen and (min-width:1440px) { .scroll-nav:hover { margin-left:-180px; } }
@media handheld, only screen and (min-width:1490px) { .scroll-nav:hover { margin-left:-205px; } }
@media handheld, only screen and (min-width:1540px) { .scroll-nav:hover { margin-left:-230px; } }
@media handheld, only screen and (min-width:1590px) { .scroll-nav:hover { margin-left:-255px; } }
@media handheld, only screen and (min-width:1640px) { .scroll-nav:hover { margin-left:-280px; } }
@media handheld, only screen and (min-width:1690px) { .scroll-nav, .scroll-nav:hover { margin-left:-305px; } }


.hku-content, .hku-content li, .mycontent {
	font-size:14px;
	line-height:23px;
	color: #000;
}
.hku-content h2, .hku-content h3, .hku-content h4 {
	color: #448200;
}
.hku-content section {
	margin-bottom: 51px;
}
.hku-content p, .hku-content ul, .hku-content ol {
	margin-bottom:14px;
}
.hku-content li ul, .hku-content li ol {
	margin-bottom:0;
}
.hku-content p {
	text-align:justify;
}
.hku-content h2 a[href]:after,
.hku-content h3 a[href]:after,
.hku-content h4 a[href]:after,
.hku-content h5 a[href]:after,
.hku-content h6 a[href]:after {
	content: ' \f138'; /*fa-chevron-circle-right*/
	font-family: FontAwesome;
	color: #c3c3c3;
	font-size:90%;
	font-weight: normal;
	font-style: normal;
}
.hku-content a[href$=".pdf"]:after,
.hku-content a[href*=".pdf?"]:after,
.hku-content a[href*=".pdf#"]:after,
.hku-content a[href$=".PDF"]:after,
.hku-content a[href*=".PDF?"]:after,
.hku-content a[href*=".PDF#"]:after {
	content: ' \f1c1' !important; /*fa-file-pdf-o*/
	font-family: FontAwesome;
	color: #757575 !important; /*#919191*/
	font-size:90%;
	font-weight: normal;
	font-style: normal;
}
.hku-content a[href$=".doc"]:after,
.hku-content a[href*=".doc?"]:after,
.hku-content a[href$=".docx"]:after,
.hku-content a[href*=".docx?"]:after,
.hku-content a[href$=".DOC"]:after,
.hku-content a[href*=".DOC?"]:after,
.hku-content a[href$=".DOCX"]:after,
.hku-content a[href*=".DOCX?"]:after {
	content: ' \f1c2' !important; /*fa-file-word-o*/
	font-family: FontAwesome;
	color: #757575 !important; /*#919191*/
	font-size:90%;
	font-weight: normal;
	font-style: normal;
}
.hku-content blockquote {
	border-left: none;
	border-bottom: 5px solid #448200;
	box-shadow: 2px 2px 3px #555;
	margin: 20px;
	font-size: 14px;
	color: #000;
}
.hku-content table {
	width: 100%;
	margin-bottom:14px;
	border-spacing: 0;
}
.hku-content table.table-altrow th, .hku-content table.table-altrow td {
	padding: 0 5px;
}
.hku-content table.table-altrow td {
	vertical-align: top;
}
.hku-content table.table-altrow th {
	background-color: #c3c3c3;
}
.hku-content table.table-altrow tbody tr:nth-child(odd) td {
	background-color: #fff;
}
.hku-content table.table-altrow tbody tr:nth-child(even) td {
	background-color: #e3e3e3;
}
.hku-content table.table-multisection th, .hku-content table.table-multisection td {
	padding: 0 5px;
}
.hku-content table.table-multisection th {
	background-color: #c3c3c3;
}
.hku-content table.table-multisection td {
	background-color: #e3e3e3;
	vertical-align: top;
}
.hku-content table.table-multisection td.section-top {
	border-top: 1px solid #fff;
}
.hku-content table.table-multisection td.section-bottom {
	background-color: #c3c3c3;
}
.hku-content table.table-leftheader {
	border-spacing: 0 10px;
	border-collapse: separate;
}
.hku-content table.table-leftheader th, .hku-content table.table-leftheader td {
	padding: 0 5px;
	vertical-align: top;
}
.hku-content table.table-leftheader th {
	background-color: #c3c3c3;
}
.hku-content img {
	max-width: 100%;
	height: auto !important;
}
.hku-content img.full-width {
	width: 100% !important;
	height: auto !important;
}
.hku-content ul:not([class]) li:not([class]) {
	position:relative;
}
.hku-content ul:not([class]) li:not([class]):before {
	display:block;
	position:absolute;
	left:-18px;
	content: '\2022';
	color: #c3c3c3;
}
.hku-content img.left-w33 {
	width: 33%;
	min-width:200px;
	margin: 0 15px 15px 0;
	float:left;
}
.hku-content img.right-w33 {
	width: 33%;
	min-width:200px;
	margin: 0 0 15px 15px;
	float:right;
}

.hku-content div.image-caption {
	width: 33%;
	min-width:200px;
	margin: 6px 0 15px 15px;
	float:right;

	height: auto;
}
.hku-content div.image-caption .caption{
	padding: 5px;
	font-size: 0.9em;
	font-style: italic;
	color: #333;
	line-height: 1.5em;

	clear: both;
}
.hku-content img.float-right-w33-caption {
	width: 100%;
	height: auto;
}

.hku-content .accordion-toggle {
	cursor: pointer;
}
.hku-content .accordion-toggle:after {
	font-family: FontAwesome;
	color: #c3c3c3;
	content: ' \f056'; /*fa-minus-circle*/
	/*display: inline-block;*/
	font-size:90%;
}
.hku-content .accordion-toggle.collapsed:after {
	content: ' \f055'; /*fa-plus-circle*/
}
ul.block-list {
	list-style: none;
	text-align:center;
	margin:0;
	font-size:0;
	line-height:0;
}	
ul.block-list li {
	text-align:left;
	display:inline-block;
	padding:0;
	float:none;
	/*font-size:14px;
	line-height:1.5;*/
}	
ul.block-list li:before {
	display:none;
}
.photo-link, .photo-link:link, .photo-link:active, .photo-link:visited {
	display:block;
	border-bottom: 5px solid #448200;
	margin: 5px;
	background-color:#000;
	overflow:hidden;
	position:relative;
}
.photo-link:after {
	display:block;
	content:'\f105';
	font-family: FontAwesome;
	position:absolute;
	top:50%;
	right: 15px;
	margin-top:-15px;
	vertical-align:middle;
	width: 30px;
	height: 30px;
	color: #fff;
	background-color: #448200;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	font-size: 20px;
	border:2px solid #448200;
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.photo-link:hover:after {
	background-color: rgba(255,255,255,0.5);
	color:#448200;
}
.photo-link img {
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.photo-link:hover img{
	opacity: 0.8;
}
.photo-link div,
.photo-link p,
.photo-link span {
	display:block;
	position: absolute;
	width:100%;
	text-shadow: 1px 1px 3px #000;
	top:0;
	left:0;
	padding:15px 45px 15px 15px;
	color: #fff;
	font-weight:bold;
	font-size: 20px;
	font-family: Poppins, sans-serif;
}
.bottom-link, .bottom-link:link, .bottom-link:active, .bottom-link:visited {
	display:block;
	margin: 5px;
	background-color:#000;
	overflow:hidden;
	position:relative;
}
.bottom-link img {
	width: 260px; /* 210px -- 2021/01/26 - 2020/05/14 */
	-moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.bottom-link:hover img{
	opacity: 0.8;
}
.bottom-link div,
.bottom-link p,
.bottom-link span {
	display:block;
	position: absolute;
	width:100%;
	text-shadow: 1px 1px 3px #000;
	top:0;
	left:0;
	padding:8px 10px;
	color: #fff;
	font-weight:bold;
	font-size: 16px; /* 16 px 2021/01/26 */
	line-height:1.25;
	/*font-style: italic;*/
	font-family: Poppins, sans-serif;
}

.hku-content .person {
	font-family: Fira Sans, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #448200;
	display:block;
	margin-top: 15px;
}

.noborder {
	border: none;
}
.nopadding {
	padding: 0;
}
.nobackground {
	background: none;
}

/*
.LeftMenu .treeview li a.to-parent,
.LeftMenu .treeview li a.to-parent-disabled,
.LeftMenu .treeview li a.to-home {
	font-weight: 550;
	font-size:16px;
	border-bottom: 2px solid rgba(255,255,255,0.5);
	text-align:center;
	text-transform: uppercase;
}
.LeftMenu .treeview li a.to-parent{
	padding-right: 35px;
}
.LeftMenu .treeview li a.to-home em{
	font-size:18px;
}
.LeftMenu .treeview li a.to-parent:after {
    height: 48px;
    width: 40px;
    position: absolute;
    right: 10px;
	top:50%;
	margin-top:-24px;
    line-height: 40px;
    content: "\f148";
    font-family: FontAwesome;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
	font-weight:normal;
	display:block;
}*/
/*.tab-AboutUs			.LeftMenu .treeview li a.to-parent:after { background-image: url('img/icons/1-02.png'); }
.tab-Admissions			.LeftMenu .treeview li a.to-parent:after { background-image: url('img/icons/2-02.png'); }
.tab-TeachingLearning	.LeftMenu .treeview li a.to-parent:after { background-image: url('img/icons/6-02.png'); }
.tab-Research			.LeftMenu .treeview li a.to-parent:after { background-image: url('img/icons/4-02.png'); }
.tab-KnowledgeExchange	.LeftMenu .treeview li a.to-parent:after { background-image: url('img/icons/3-02.png'); }
.tab-NewsEvents			.LeftMenu .treeview li a.to-parent:after { background-image: url('img/icons/5-02.png'); }
.tab-AlumniFriends		.LeftMenu .treeview li a.to-parent:after { background-image: url('img/icons/7-02.png'); }*/

/* ********** Skin Style ************** */ html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,a,abbr,address,cite,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot{border:0; padding:0; margin:0; }
pre .string, pre .support.value {
    font-weight: normal;
    color: #D14;
}
article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}
a img{border:0}
figure{ position:relative;}
figure img{width:100%}
img, object, embed{ max-width: 100%;}
img { height: auto; vertical-align: top;}
ul li {
    list-style-type: none;
}
#Body{
	 padding:0; margin:0; }
html,body{
	font-family:Lato, sans-serif; /*open sans, Arial, Helvetica, sans-serif*/
	margin:0px; 
	padding:0px;
	font-size:12px; 
	color:#515151; /*444444*/
	line-height:1.5em;
	/*remove font-weight:300;*/
	  -webkit-font-smoothing:antialiased;
}


A, A:link, A:active, A:visited{ /*HKU exclude bootstrap button*/
    -moz-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
    border: medium none;
    color: #448200; /*448200 879972#f88621*/
    outline-offset: 3px; /*outline: medium none;*/
    text-decoration: none!important;
}
a:hover{
	 color:#386810; /*#89ce2e; #0088cc*/
}
/* compensate dnn theme */
a.dnnPrimaryAction, a.dnnPrimaryAction:link, a.dnnPrimaryAction:active, a.dnnPrimaryAction:visited { color: #efefef; }
a.dnnPrimaryAction:hover { color: #fff; }
a.dnnSecondaryAction, a.dnnSecondaryAction:link, a.dnnSecondaryAction:active, a.dnnSecondaryAction:visited { color: #333; }
a.dnnSecondaryAction:hover { color: #555; }
a.dnnTertiaryAction, a.dnnTertiaryAction:link, a.dnnTertiaryAction:active, a.dnnTertiaryAction:visited { color: #333; }
a.dnnTertiaryAction:hover { color: #f2f2f2; }



.Head									{ font-size:12px;font-weight:bold;color:#448200;} /*#4a4949*/
.SubHead								{ font-size:12px;color:#777777;} /*#4a4949*/
.SubSubHead								{ font-size:12px; color:#777777; } /*#4a4949;*/
.Mod2sxcappC, /*add class*/
.Normal {
	font-size: 14px; /*13px*/
	line-height: 1.5em; /*1.7em;*/
	color: #515151; /*#777777; /*#666666*/
	font-family:Lato, sans-serif; /*raleway, open sans, Arial, Helvetica, sans-serif*/
	letter-spacing:0.3px;
	  -webkit-font-smoothing:antialiased;
}

/* add h*-font classes to quickly apply font size without breaking web accessibility*/
h1, .h1-font {
    font-size: 36px;
}
h2, .h2-font {
    font-size: 32px;
}
h3, .h3-font {
    font-size: 24px;
}
h4, .h4-font {
    font-size: 18px;
}
h5, .h5-font { 
	font-size:16px; 
}
h6, .h6-font { 
	font-size:13px; /*14px*/
}
h1, h2, h3, h4, h5, h6,
.h1-font, .h2-font, .h3-font, .h4-font, .h5-font, .h6-font {
  font-family: Fira Sans, sans-serif; /*raleway, open sans, Arial, Helvetica, sans-serif*/
  letter-spacing: 0.5px;
  line-height: 1.5;
 	  -webkit-font-smoothing:antialiased;
	font-weight: bold; /*new*/
}


.headp{
	float:left;
	padding:5px;
}
.clear{  clear:both; line-height:0; font-size:0; height:0;}
.dnnpanes { clear:both;-moz-box-sizing:border-box;box-sizing:border-box; }
.clearafter {
    display: block;
}
.paneOutline {
    border: 1px dashed #c6c6c6; /*#ccc*/
}
.paneOutline2 {
  border: 2px #c6c6c6 dotted; /*1px #777 dotted*/
  color: #c6c6c6; /*#777*/
}
.dnnCheckbox .mark {
    display: inline-block;
    background: none repeat scroll 0% 0% transparent;
}


/* ********** Buttons Style ************** */
form#Form{
	height:100%;}
.ModuleTitle_SubMenu{
	z-index:9999!important;}	
.clearafter:after{
	clear:both;
	content:".";
	height:0px;
	font-size:0px;
	visibility:hidden;
	display:block;
	}
.clearafter{
	display:inline-block;}
.clearafter{
	display:block;}
.ControlPanel .CommandButton,
.ControlPanel A.CommandButton:link,
.ControlPanel A.CommandButton:visited,
.ControlPanel A.CommandButton:active{
	font-size:100%;color:#000;text-decoration:none;font-weight:normal;}
.ControlPanel A.CommandButton:hover{
	color:#000; text-decoration: underline; font-weight:normal; }
/* ********** Control Panel Style ************** */
.megaborder { 
    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-moz-box-sizing: content-box;
}
#ControlBar {
    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-moz-box-sizing: content-box;
}
#ControlEditPageMenu > li > a.controlBar_editPageInEditMode {
    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-moz-box-sizing: content-box;
}
.dnn_mact > li.actionMenuMove > ul li {
    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-moz-box-sizing: content-box;
}
.dnnDropDownList .selected-item a, .dnnDropDownList .selected-item a:link, .dnnDropDownList .selected-item a:visited, .dnnDropDownList .selected-item a:hover, .dnnDropDownList .selected-item a:active {
    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-moz-box-sizing: content-box;
}
#ControlActionMenu > li > a{
    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-moz-box-sizing: content-box;
}
#ControlNav > li > a{
    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-moz-box-sizing: content-box;
}
#ControlBar li {
    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

.dnnForm .ui-widget-header, .dnnFormPopup .ui-widget-header {
    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-moz-box-sizing: content-box;
    border-bottom: 4px solid #292929;
    font-weight: bold;
}
.dnnActionMenuTag {
    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
	-moz-box-sizing: content-box;
    background: -moz-linear-gradient(center top , #F3F3F3 0%, #CFCFCF 100%) repeat scroll 0 0 transparent;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    cursor: default;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    min-width: 65px;
    padding: 5px 10px;
}
.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active{
	font-size:100%;color:#386810;text-decoration:none;font-weight:normal;} /*#89ce2e #0dc1d5*/
A.CommandButton:hover{
	  text-decoration: underline; font-weight:normal; }
	
.FileManager A,
.FileManager A:link,
.FileManager A:visited,
.FileManager A:active{
	color:#000;text-decoration: underline;}
.FileManager A:hover{
	color:#000;text-decoration:none;}


/***** Pagination *****/
.pagination-container {
	width: 100%;
}
.pagination-container div {
	display:table;
	margin: 0 auto;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #468214;
    border-color: #468214;
}	
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #468214;
}
.pagination > li > a, .pagination > li > span {
    color: #468214;
}



/* ********** Other Style ************** */	
#dnn_wrapper{
	min-height:100%;
	background:url(images/body_bg.jpg) 50% 0px no-repeat #000000;
	position:relative;
	overflow:hidden;
	}
* html #dnn_wrapper{
	height:100%;}
	
/* ******some color style for black background ******** */
.dnnForm h2.dnnFormSectionHead a, .dnnForm h2.dnnFormSectionHead a:visited{
	color:#c4c4c4; /*#ccc*/
}
#dnn_ctr412_dnn_ctr412_Tabs_UPPanel span.rtIn{
	color:#c4c4c4; /*#ccc*/
}
.dnnTreeLegend h3{
	color:#353535;
}
.dnnFormItem input[type="checkbox"], .dnnFormItem input[type="radio"], .dnnFormItem input[type="file"], .dnnFormItem input[type="button"], .dnnFormItem input.rcbInput{
	color:#c4c4c4; /*#ccc*/
}


/* SIDE NAV */

.DataGrid_Item{
	font-size:11px;}
.DataGrid_AlternatingItem{
	font-size:11px;}

.DNNEmptyPane{
	display:none;}


.dnn_space{
	height:8px;
	font-size:0px;}

/* ColorEdit*/
.light_dark,
.layout_style,
.skin_headers,
.skin_menus,
.skin_submenus { display:none;}
#coloreditor_expandicon {
    background: #c4c4c4!important; /*#fff*/
    border-radius: 0 50px 50px 0;
	box-shadow: 0px 0px 1px #aaa;
	top:180px!important;
}
#coloreditor_panel { top:150px!important;}
#coloreditor_panel div .admin-only { color: #FF0000!important; font-weight:normal; padding:10px;}
#coloreditor_panel .coloreditor_save {
    display: inline-block;
	float:none!important;
	font-weight:300!important;
}
#coloreditor_panel .coloreditor_reset {
    display: inline-block;
	float:none!important;
}
body .colorwell-selected { font-weight:300!important;}
/* fancyBox  */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
.fancybox-custom .fancybox-skin {
			box-shadow: 0 0 50px #222;
		}

			
/* home works*/
.myworks ul.filter a {
    display: block;
    padding: 8px 25px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: none 0s ease 0s;
    color: #333;
    border-radius: 30px;
}
.myworks ul.filter li a.active {
    color: #fff;
	background:#f88621;
}
.myworks ul.filter a:hover {
    background: none repeat scroll 0% 0% #f88621;
    color: #fff;
}
.myworks .item-type-line .item-info {
    color: #FFF;
    vertical-align: middle;
    position: relative;
    z-index: 3;
    width: 100%;
    text-align: left;
    height: auto;
    top:10%;
    margin: 0;
}
.myworks .item-type-line .item-hover .mask {
					background-color:#000;
					filter: alpha(opacity=70);										
					opacity:0.7;
					z-index: 2;
					position: absolute;
					top: 0px;
					left: 0px;
					width: 100%;
					height: 100%;
}
.myworks .item-type-line .item-hover {
    padding: 0 20px;
}
.myworks .portfolio-item a { display:inline-block;}
.myworks .item-type-line .item-info h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
	color:#fff;
}
.myworks .item-type-line .item-info p {
    text-transform: capitalize;
    margin: 10px 0;
	color:#ccc;
}

.myworks .details-link a {
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    vertical-align: top;
    background: none repeat scroll 0% 0% #FFF;
    margin: 0 5px 0 0;
}
.myworks .details-link a:hover { background:none!important; color:#fff; opacity:0.9; border:1px solid #fff;}
.myworks .entry-content ul li {
    width: 24.95%;
    padding: 0 10px;
    margin: 10px 0;
	min-height:200px;
}

/*Awesome Icon*/
.awesome-icon A, 
.awesome-icon A:link, 
.awesome-icon A:active, 
.awesome-icon A:visited { color:#222; line-height:2;}

.awesome-icon A:hover { color:#aaa;}

/*stat cont*/
 
.stat {
    text-align: center;
    color: #fff;
}
.stat .col-sm-3 { margin:30px 0px 0 0;}
.milestone-counter span {
    font-size: 60px;
    font-weight: 300;
    display: block;
    line-height: 1.5;
}
.count-top{
    text-align: center;
    color: #FFF;
    font-size: 16px;
    line-height: 1.8;
    width: 80%;
    margin: 0px auto 30px;
}
.milestone-counter em {
    font-size: 70px;
    margin: 0px 10px 0px 0px;
    display: block;
}
.highlight {
   color:#111;
   padding:20px 0;
   font-weight:bold;
   display:block;
   overflow:hidden;
   margin-bottom:0;
   font-size:48px;
}
.stat i {
    color:#f7c221;
}
.milestone-details {
    font-size: 16px;
    line-height: 2em;
    font-weight: 600;
    text-transform: uppercase;
}
/* stat2*/
.stat2 { color:#fff; padding: 25px 0;}
.stat2 h2 {
    text-align: center;
    color: #FFF;
    font-weight: 700;
    font-size: 28px;
}
.stat2 .subtitle {
    text-align: center;
    padding: 20px 20%;
}
.stat2 .col-sm-3 { margin:20px 0;}

.stat2 .milestone-counter { text-align:center;}
.stat2 .milestone-details {
    font-size: 18px;
    line-height: 2em;
    text-transform: uppercase;
}
.stat2 .milestone-counter span {
    font-size: 40px;
    display: block;
    line-height: 1em;
}

.stat2 .milestone-counter em {
    font-size: 50px;
    margin: 0px 10px 0px 0px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    line-height: 130px;
    text-align: center;
}
.stat2 .milestone-counter em:hover { border:5px solid #fff; line-height:125px}

/* portfolio  */
ul.thumbnails { margin:0; padding:0; list-style:none;}
ul.thumbnails li {
    margin: 0px;
    padding: 0px;
    list-style: none outside none;
    width: 25%;
    float: left;
    position: relative;
	
}
.portfolio .nav-pills { text-align:center; margin:0 0 40px 0;}
.portfolio .nav-pills li a {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	border: 1px solid #fff;
	padding: 8px 30px;
	border-radius: 50px;
	font-size: 14px;
	margin: 0 5px;
}
.portfolio .nav-pills li a:hover { color:#000;}
.portfolio .nav-pills li {
    display: inline-block;
	float:none;
	cursor:pointer;
	
}
.portfolio-features { display:none;}
.portfolio .details-cover {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
    opacity: 0.85;
	text-align:center;
	background:#000;
	display:none;
	
}
.portfolio .details-link a { color:#fff; margin:0 5px;}
.portfolio .details-link em{
	border-radius: 50%;
	padding: 10px;
	font-size: 18px;
}
.details-link a em {
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    vertical-align: top;
}
.portfolio .details-cover em {
	font-size: 20px;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
}

ul.thumbnails li:hover .details-cover  { display:block;}
.details-link {
    margin: 0 0 10px 0;
}
.nav > li > a:hover { background:#fff;}

/*how to use*/
.how-to-use {
  font-family: open sans;
  line-height: 2;
}

.how-to-use h3 {
  background: #eee;
  border-left: 3px solid #f88621;
  color: #333;
  padding: 0 0 0 15px;
  margin: 0 0 20px 0;
}
.how-to-use h4 { padding:20px 0 10px 0; font-weight:400;}
.how-to-use strong{
  font-size: 14px;
  padding: 0 0 10px 0;
  display: block;
}


/* top-show*/
.top-show { position:relative; margin:0 -10px;}
.top-show .col-sm-3 { padding:0 5px; margin:0 0 20px 0;}
.top-show .avatar {
    text-align: center;
    float: none;
    margin: -45px 0 0 0;
	height:90px;
}
.top-show .avatar img {
	border-radius: 50%;
	border-style:solid;
	border-color:#FFFFFF;
	box-shadow:0 0 0 4px rgba(255,255,255,1);
}
.top-show .details { border:1px solid #E4E4E4; padding:0 20px 20px;}
.top-show .details h4 { font-size:16px; font-weight:600; text-transform:capitalize;}
.top-show .showbox { 
	border:8px solid transparent; 
	-webkit-transition: border .5s;
	-moz-transition: border .5s;
	transition: border .5s;
}
.top-show .showbox:hover { border:8px solid transparent;}
.top-show .showbox:hover .avatar img { border:4px solid transparent;box-shadow:0 0 0 0 rgba(255,255,255,0); position:relative; top:-4px;}
/*Version3 testimonials */
#myTabContent { position:relative;}
.testimonials-tabs > .nav > li > a > img {
    max-width: none;
	width:100px;
	opacity: 0.7;
}
.testimonials-tabs > .nav > li > a > img:hover {opacity: 1; }
.testimonials-tabs .nav-tabs {
    margin-bottom: 15px;
    text-align: center;
    border-top: 1px solid #ccc;
	border-bottom: none;
}
.testimonials-tabs > .nav-tabs > li {
    float: none;
    display: inline-block;
    margin: 0 1%;
	padding: 30px 0px 10px 0;
}
.testimonials-tabs .tab-pane p { padding:0 0 20px 0;}
.testimonials-tabs .person-name {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.testimonials-tabs .tab-content > .tab-pane {
    display: none;
    text-align: center;
}
.quotes {
    font-family: "Times New Roman", Times, serif;
    font-size: 90px;
}
.testimonials-tabs .tab-content > .active {
    display: block;
    padding: 0px 17% 30px;
}

.quotes-top {
    position: absolute;
    top: -20px;
	left:10%;
    background: url('images/quotes-top.png') no-repeat scroll 0% 0% transparent;
    width: 42px;
    height: 34px;
}
.quotes-bottom {
    position: absolute;
    right: 10%;
    bottom: 20px;
	background:url(images/quotes-bottom.png) no-repeat;
    width: 42px;
    height: 34px;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus { border:none;}
.bs-example .nav-tabs > li.active > a, 
.bs-example .nav-tabs > li.active > a:hover, 
.bs-example .nav-tabs > li.active > a:focus { 
	border: 1px solid #dddddd;
	border-bottom: none;
}


.nav-tabs > li > a:hover{ border:none;}
.nav-tabs > li > a { border:none;}
.nav-tabs > li.active .tab-arrow {
    position: absolute;
    left: 50%;
    top: 0px;
    z-index: 9;
    margin: -1px 0px 0px -25px;
    background: url('images/tab-arrow.jpg') no-repeat scroll 0% 0% transparent;
    width: 48px;
    height: 30px;
}
/* News*/
.tableCreateArticle {
    background: none!important;
}
.tableCreateArticle .SubHead td { padding:0 10px;}
.news-category { margin:0; padding:0; list-style:none;}
.news-category li {
    line-height: 45px;
    border-bottom: 1px solid #e3e3e3;
}
.news-category li a { color:#448200;} /*#555*/
.news-category .count {
    float: right;
}
.recent-post {
    margin: 0px;
    padding: 0px;
    list-style: none outside none;
    font-family: open sans;
	font-size:13px;
}

.recent-post li { clear:both; padding:15px 0;}
.recent-post li a {
	color: #333;
	font-size: 12px;
	text-transform: capitalize;
}
.recent-post li a:hover { text-decoration:none;}
.recent-post .thumbnail {
	float: left;
	padding: 0;
	border: none;
	border-radius: 0;
	margin:0 10px 0 0;
}
.recent-post .thumbnail img{ width:60px; height:60px;}
.recent-post .date { color:#999;}
.recent-post .comment a{ font-size:12px; color:#666;}
.blog-list { font-family: open sans;}
.blog-list  { list-style:none; padding:0; margin:0;}
.blog-list li { list-style:none; padding:0 0 30px 0; margin:0; clear:both;}
.blog-list .date {
	text-align: center;
	border-right: 1px solid #ddd;
	padding: 0 30px 0 0;
	color: #666;
}
.blog-list a { text-decoration:none;}
.blog-list a:hover { text-decoration:none;}
.blog-list .date span { font-size:32px;}
.blog-list .content {
	width: auto;
	line-height: 1.8em;
	padding: 0 0 10px 0;
}

.blog-list .details { padding:0 0 0 170px ;}
.blog-list .details h3 a {
	color: #555;
	font-size: 36px;
	text-decoration: none;
	font-family: open sans;
	font-weight: 300;
	text-transform: capitalize;
}

.blog-list .publish { color:#999999; font-size:13px; padding:0 0 10px 0;}
.blog-list .comment,
.blog-list .comment a { color:#333;}
.blog-list .img { padding:10px 0 20px 0;}
.publish a strong { font-weight:normal;}
.ModDNNGONewsTagCloudC { padding:10px 0; font-family:open sans;}
.ModDNNGONewsTagCloudC a {
	font-size: 14px!important;
	color: #333!important;
	border-radius: 5px;
	background: #ececec;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	display: inline-block;
	
}
.ModDNNGONewsTagCloudC a:hover { background:#333; color:#FFFFFF!important;}
.readmore a {
    border: 1px solid #CCC;
    color: #555;
    font-family: open sans;
    font-weight: normal;
    padding: 5px 10px;
    display: inline-block;
    text-transform: capitalize;
}
.readmore a:hover { background:#333; color:#fff;}
.news-view {
    clear: both;
	margin:0;
	padding:0;
	list-style:none;
	font-family:open sans;
	-webkit-font-smoothing:antialiased
}
.news-view li {
	width: 33.333%;
	float: left;
	padding: 10px 40px 20px 0;
}
.news-view li .img {
	width: 150px;
	border-top: 5px solid transparent;
	float: left;
	position: relative;
	margin: 0 20px 0 0;
}
.blog-main .date-day {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 20px;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
}
.news-view .blog-details { margin:0 0 0 190px;}
.blog-details h3 {
    line-height: 1.5em;
    font-size: 18px;
    font-weight: 600;
    font-family: open sans;
}
.blog-details h3 a { color:#333; text-transform:capitalize; font-family:open sans; font-weight:600;}
.blog-content {
	font-size: 13px;
	line-height: 1.6;
	padding:0 0 10px 0;
}
.postin {
	font-weight: bold;
	color: #555;
}
.postin span { font-weight:normal;}
.blog-read a { line-height:2em;}
.blog-read a:hover { color:#333!important;}
.blog-read a em {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
}
.blog-main .content { width:auto; float:none; font-size:12px; font-weight:500; color:#555;}
.blog-bread {
	padding: 0 0 10px 0;
}
.blog-img {
	padding: 0 0 20px 0;
}
.h4-title {
	line-height: 1;
	margin: 0 0 10px 0;
	text-transform:capitalize;
}

.h4-title a { font-size:13px; }
.h4-title a:hover { color:#333!important;}
.h5-title {
	font-size: 12px;
	color: #999;
}

/*News Comment*/
.dnngo_showcomments { font-family:open sans;}
.div_comment .SubHead {
	font-size: 14px;
	font-weight: 400;
}
.css-lblPostYourComment{
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
}
.div_comment .dnngo_showcomments textarea {
	height: auto;
	border: 1px solid #E5E1E1;
	border-radius: 0;
}
.div_comment .dnngo_showcomments { border-bottom:1px solid #eee;}
.div_comment  .comments-content {
	padding: 0px 0 6px 10px;
}
.div_comment .dnngo_showcomments button, 
.div_comment .dnngo_showcomments select, 
.div_comment .dnngo_showcomments textarea {
	border-radius: 0;
}
.div_comment .css-txtName,
.div_comment .css-txtEmail,
.div_comment .css-txtWebsite {
	border-radius: 0;
	border:1px solid #E5E1E1;
	margin:5px 0;
}
.div_comment .dnngo_showcomments .c-article-button {
	border-radius: 5px;
	border: none;
	margin: 20px 0 0 0;
	padding: 12px 40px;
}
/*FeatureMenu*/
.FeatureMenu { padding: 15px 20px; margin:0; list-style:none; border:1px solid #eee;}
.FeatureMenu li{ padding:10px 0; margin:0; list-style:none;  border-bottom:1px solid #eee;}
.FeatureMenu li:last-child { border:none;}
.FeatureMenu li a { color:#555; font-size:14px;}
.FeatureMenu li a:hover { color:#448200;} /*#f88621*/
/*Responsive Layout*/
@media handheld, only screen and (max-width:1280px) {
h1, .h1-font {
    font-size: 34px;
}
h2, .h2-font {
    font-size: 30px;
}
h3, .h3-font {
    font-size: 22px;
}
	/* HKU */
	.inner-content section.scroll-nav__section > h2:first-child:before { margin-top:15px; }
	.inner-content section.scroll-nav__section > h3:first-child:before { margin-top:9px; }
	.inner-content section.scroll-nav__section > .nav-blockquote-h2:first-child:before { margin-top:25px;}
	.container.section-content {
		margin-bottom: 0;
	}

}
@media handheld, only screen and (max-width:1024px) {
h1, .h1-font {
    font-size: 30px;
}
h2, .h2-font {
    font-size: 26px;
}
h3, .h3-font {
    font-size: 20px;
}
h4, .h4-font {
    font-size: 16px;
}
h5, .h5-font {
    font-size: 14px;
}
h6, .h6-font { /*new*/
    font-size: 13px;
}
	/* HKU */
	.inner-content section.scroll-nav__section > h2:first-child:before { margin-top:12px; }
	.inner-content section.scroll-nav__section > h3:first-child:before { margin-top:8px; }
	.inner-content section.scroll-nav__section > h4:first-child:before { margin-top:5px; }
	.inner-content section.scroll-nav__section > .nav-blockquote-h2:first-child:before { margin-top:22px;}

}
@media handheld, only screen and (max-width:900px) {

.myworks .entry-content ul li { width:49.5%;}

.blog-list .details h3 a { font-size:30px;}

	/* HKU */	
	.section-box1 .section-box1-content {
		padding:5px;
	}
	.tab-Admissions .TopGrid4A,	.tab-Admissions .TopGrid4B, .tab-Admissions .TopGrid4C,
	.tab-TeachingLearning .TopGrid4A,	.tab-TeachingLearning .TopGrid4B, .tab-TeachingLearning .TopGrid4C {
		padding-left: 5px;
		padding-right: 5px;
	}
	.section-box2 h2 span {
		font-size: 90%;
		line-height: 1.1;
	}
}
@media handheld, only screen and (max-width:800px) {
h1, .h1-font {
    font-size: 26px;
}
h2, .h2-font {
    font-size: 24px;
}
h3, .h3-font {
    font-size: 18px;
}
	/* HKU */
	.inner-content section.scroll-nav__section > h2:first-child:before { margin-top:11px; }
	.inner-content section.scroll-nav__section > h3:first-child:before { margin-top:6px; }
	.inner-content section.scroll-nav__section > .nav-blockquote-h2:first-child:before { margin-top:21px;}

}
@media handheld, only screen and (max-width:768px) {
	/* HKU */

	.scroll-nav-test {
		margin-top:210px;
	}
	.scroll-nav-test.fixed {
		position:fixed;
		top:-160px;
	}

	.section-box1 .section-box1-content {
		padding:15px;
	}
	.tab-Admissions .TopGrid4A,	.tab-Admissions .TopGrid4B, .tab-Admissions .TopGrid4C,
	.tab-TeachingLearning .TopGrid4A,	.tab-TeachingLearning .TopGrid4B, .tab-TeachingLearning .TopGrid4C {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media handheld, only screen and (max-width:767px) {
/**** HKU ***/
/*.NavBackground {display:none;}*/
.isStuck .scroll-nav{max-height:0;}
.scroll-nav.fixed {
	max-height:100px;
	position:fixed;
	top:0;
	z-index:10;
}
.section-box2 h2 span {
	font-size: 100%;
	line-height: 1.25;
}
/*** end HKU ***/
.stat .col-sm-3 {
	width: 25%;
	float: left;
}
.stat .milestone-counter em {
	font-size: 50px;
}
.stat .milestone-counter span {
	font-size: 30px;
}
.stat2 .col-sm-3 {
	width: 50%;
	float: left;
}

.home-latestwork .col-sm-3 {
	width: 50%;
	float: left;
}
.blog-list .date {
	text-align: left;
	border-bottom: 1px dotted #ddd;
	border-right:none;
	padding: 0 30px 10px 0;
	color: #666;
	float: none;
}
.blog-list .details {
	padding: 0;
}
.blog-list .date span {
	font-size: 24px;
	margin: 0 5px 0 0;
}
.blog-list .date br { display:none;}
.count-top { font-size:14px; width:100%; line-height:1.5; margin:0;}
.news-view li {
	width: auto;
	float:none;
	min-height:140px;
	padding: 10px 0px 20px 0;
}
}
@media handheld, only screen and (max-width:600px) {
.blog-details h3 { font-size:16px; }
.testimonials-tabs .tab-content > .active {
    display: block;
    padding: 0px 2% 30px;
}

.testimonials-tabs .quotes { display:none;}
.myworks .item-type-line .item-info h5 {
    font-size: 12px;
}
.myworks .item-type-line .item-info p {
    text-transform: capitalize;
    margin: 0 0 10px 0;
    color: #CCC;
    line-height: 1.5;
    font-size: 12px;
}
.blog-list .details h3 a { font-size:24px;}
h1, .h1-font {
    font-size: 24px;
}
h2, .h2-font {
    font-size: 20px;
}
h3, .h3-font {
    font-size: 16px;
}
h4, .h4-font {
    font-size: 15px;
}
h5, .h5-font {
    font-size: 13px;
}
h6, .h6-font {
    font-size: 12px; /*13px*/
}
	/* HKU */
	.inner-content section.scroll-nav__section > h2:first-child:before { margin-top:8px; }
	.inner-content section.scroll-nav__section > h3:first-child:before { margin-top:5px; }
	.inner-content section.scroll-nav__section > h4:first-child:before { margin-top:4px; }
	.inner-content section.scroll-nav__section > .nav-blockquote-h2:first-child:before { margin-top:18px;}

	/* HKU */
	.hku-content .responsive-table-tag {
		position:relative;
	}
	.hku-content .responsive-table-tag:after {
		position:absolute;
		display: block;
		width: 40px;
		right: 0;
		text-align:center;
		content:'\f07e'; /*fa-arrows-h*/
		background-color:#ddd;
		color:#fff;
		font-family: FontAwesome;
		font-size:20px;
		line-height:1;
	}
	.hku-content .responsive-table-tag.tag-before:after {
		bottom:0;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	.hku-content .responsive-table-tag.tag-after:after {
		top:-14px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.hku-content .responsive-table {
		margin: 0 -15px 14px -20px;
		width: auto;
		overflow-x: scroll;
		overflow-y: hidden;
		border: 1px solid #ddd;
		position: relative;
	}
	.hku-content .responsive-table table {
		width: 585px;
		margin-bottom:0;
	}
	.section-box2 h2 span {
		font-size: 90%;
		line-height: 1.1;
	}

}
@media handheld, only screen and (max-width:520px) {
.milestone-counter em {
	font-size: 40px;
}
.milestone-counter span {
	font-size: 20px;
}
.milestone-details {
	font-size: 20px;
	line-height: 1.5em;
}
.stat .milestone-details {
	font-size: 14px;
}
.stat .col-sm-3 {
	width: 50%;
}

.myworks .item-type-line .item-info { top:5%;}
.myworks .item-type-line .item-info p {
    line-height: 1.2;
}
.top-show .col-sm-3 {
	width: auto;
	float: none;
}
.stat2 .col-sm-3 { width:100%;}
.home-latestwork .col-sm-3 {
	width: auto;
	float: none;
	margin:20px 0;
}
.count-top { font-size:13px;}

}
@media handheld, only screen and (max-width:480px) {
/***** HKU *****/
	.news-thumbnail {
		width:92px;
		height:78px;
		border-width: 4px;
		margin-bottom:8px;
	}
	.news-text-thumbnail:after {
		font-size: 24px;
	}
	.hku-content img.left-w33, .hku-content img.right-w33 {
		width:100%;
		margin:0;
		float:none;
	}
	
	.hku-content div.image-caption {
		width: 100%;
		margin: 0;
		float: none;
	}

	.hku-content table.table-leftheader {
		border-spacing: 0;
		border-collapse: collapsed;
		display:block;
	}
	.hku-content table.table-leftheader:after {
		content:'';
		display:block;
		clear:both;
	}
	.hku-content table.table-leftheader th {
		display:block;
		padding: 5px;
		float:left;
		clear:both;
		width:100%;
		margin-top:10px;
	}
	.hku-content table.table-leftheader tbody, .hku-content table.table-leftheader tr {
		width:100%;
		display:block;
	}
	.hku-content table.table-leftheader td {
		float:left;
		display:block;
		clear:both;
		width:100%;
		padding-top:10px;
	}
	.section-box2-container {
		width:100%;
	}

	.section-box2 h2 span {
		font-size: 150%;
		line-height: 1.8;
	}
	
/***** end HKU *****/

.news-view li .img {
    width: auto;
    float: none;
	margin:0;
}
.news-view .blog-details { margin:20px 0 0 0;}


.myworks .entry-content ul li { width:100%;}
.myworks .item-type-line .item-info { top:15%;}
.myworks .item-type-line .item-info h5 {
    font-size: 16px;
}
.myworks .item-type-line .item-info p {
    line-height: 2em;
    font-size: 14px;
	margin:10px 0;
}
.h4-title {
	margin: 10px 0;
}
}

@media handheld, only screen and (max-width:360px) {

.myworks .item-type-line .item-info { top:10%;}
.myworks .item-type-line .item-info h5 {
    font-size: 12px;
}
.myworks .item-type-line .item-info p {
    line-height: 1.5;
    font-size: 12px;
}
.blog-list .details h3 a {
	font-size: 20px;
}
h1, .h1-font {
    font-size: 20px;
}
h2, .h2-font {
    font-size: 18px;
}
h3, .h3-font {
    font-size: 14px;
}
h4, .h4-font {
    font-size: 14px;
}
	/* HKU */
	.news-thumbnail {
		width:66px;
		height:56px;
		border-width: 3px;
		margin-bottom:5px;
	}
	.inner-content section.scroll-nav__section > h2:first-child:before { margin-top:6px; }
	.inner-content section.scroll-nav__section > h3:first-child:before { margin-top:4px; }
	.inner-content section.scroll-nav__section > h4:first-child:before { margin-top:4px; }
	.inner-content section.scroll-nav__section > .nav-blockquote-h2:first-child:before { margin-top:16px;}
	.hku-content blockquote { margin: 20px 0; }


.dnn-logo img {
	max-width: 200px; /*200px;*/
}
	.section-box2 h2 span {
		font-size: 135%;
		line-height: 1.7;
	}


}


@media screen {
.print-slide{
	display:none;
}
	
}


@media print {
/*
#Body {
	max-width: 700px !important; 
}
*/
.responsiveHeight{
	display :none;
}

div.indicators{
	display :none;
}

.iosSlider {
	/*left:-400px !important;*/
}
	
.dnn-logo img {
    max-width: 300px !important; 
}

	
/*hide all the hyperlink */	
a[href]:after {
    content: none ;
}
 
/*show the hyeperlink inside .inner-content*/
.inner-content a[href]:after{
	content: " " attr(href) !important;
	
} 
 
/*hide all the header*/	 
ul.dnnmega {
	display: none;
}

.home-feature-box h3 span{
	color:#fff !important;
	font-size:60% ;
}

.home-feature-box h3:after {
	color: #fff !important;
	background-color: #448200 !important;
}
 
.print-iosSlider .print-item {
	max-height:0px;
	overflow: hidden;
	
}

.print-iosSlider .print-item.print-centerSlide {
	max-height:100%;
	overflow: visible;
}

.photo-link div, .photo-link p, .photo-link span{
	color:#fff !important;
}

.section-box2 h2 span {
	color:#fff !important;
}

/*
.div.stickup.stuckMenu {
	position:relative !important;
}
*/

}
