@import url('https://webarchive.lib.cuhk.edu.hk/20220901130550cs_/https://fonts.googleapis.com/earlyaccess/notosanstc.css');
html,body{
	margin:0;padding:0;
	font-family:'lucida sans unicode', 'Noto Sans TC', "Microsoft JhengHei", "微軟正黑體","Arial",Helvetica,sans-serif;
	height:100%;
	background-color:#FFF;
	color:#000;
}
.ui-widget{
	font-family: 'lucida sans unicode', 'Noto Sans TC', "Microsoft JhengHei", "微軟正黑體","Arial",Helvetica,sans-serif;
}

.col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1,
.col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, 
.col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1,
.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1{
	padding:0px;
}

p {
    display: block;
    margin: 0px 0px 20px 0px;
}
@font-face {
	font-family: "AvenirBook"; 
	src: url("/20220901130550oe_/https://www.arts.cuhk.edu.hk/~music/fonts/AvenirBook.eot"); 
	src: url("/20220901130550oe_/https://www.arts.cuhk.edu.hk/~music/fonts/AvenirBook.eot#iefix") format("embedded-opentype"), 
	url("/20220901130550oe_/https://www.arts.cuhk.edu.hk/~music/fonts/AvenirBook.woff2") format("woff2"), 
	url("/20220901130550oe_/https://www.arts.cuhk.edu.hk/~music/fonts/AvenirBook.woff") format("woff"), 
	url("/20220901130550oe_/https://www.arts.cuhk.edu.hk/~music/fonts/AvenirBook.ttf") format("truetype"), 
	url("/20220901130550oe_/https://www.arts.cuhk.edu.hk/~music/fonts/AvenirBook.svg#Avenir Book") format("svg"); 
}
.avenirtext{
	font-family: "AvenirBook"; 
}
a{
	cursor:pointer;
	color:#65338a; 
}
a:hover{
	filter: brightness(1.025);
	
}
a:focus,
a:hover {
	text-decoration: none;
	color:#65338a; 
}
a.whitetext:hover{color:#FFF;}

a.active{
	text-decoration: none;
	color:#65338a; 
	font-weight: 500;
}
hr{
	margin-top:0px;
	margin-bottom:0px;
	border-color:#CCC;
}
hr.yellow{
	border-color:#f6c932;
}
.container,
.row {
	margin: 0 auto;
	padding: 0
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
	margin:auto;
	padding:0px;
}
@media(min-width:768px){
	.nav>li>a{
		height:60px;
		line-height:60px;
		text-align:center;
		padding:0px;
	}
}
@media(min-width:768px) and (max-width:991px){
	.nav>li>a.doubleline{
		line-height:20px;
		padding-top:10px;
	}
}


/*header*/
	
	nav{
	}
	nav.navbar-inverse{
		position:fixed;
		width:100%;
		background: transparent;
		z-index:1000;
		margin-bottom:0px;
	}
	
	@media(max-width:767px){
		#nav_container{
			background-color:#FFF;
			padding-top: 15px;
		}
	}
	.logo_container{
		
	}
	.logo_container img{
		height:40px;
	}
	@media(max-width:767px){
		.container>.navbar-header{
			padding:0px 0px;
		}
		.logo_container>div:first-child{
			border-right:1.5px solid #7b7b7d;
			text-align:right;
			padding-right:3%;
		}
		.logo_container>div:last-child{
			padding-left:3%;
			text-align:left;
		}
	}
	
	@media(min-width:768px){
		.logo_container{
			margin-top: 40px;
			margin-bottom: 25px;
			padding:0px 6.5%;
			display: block;
		}
		.logo_container img{
			height:85px;
		}
		
		.logo_container>div:first-child{
			border-right:1.5px solid #7b7b7d;
		}
		#navbar_menu{
			padding:0px 0px;
			height: 60px !important;
		}
		
		.navbar-nav>li{
			position:relative;
		}
		/*
		.navbar-nav>li::after{
			position:absolute;
			content:"";
			left:100%;
			width:1px;
			height:100%;
			top:0px;
			background:rgba(0,0,0,.05);
		}
		*/
		.navbar-nav{
			display: inline-block;
			float:none;
			margin-right: -12px;
		}
		.navbar-inverse .navbar-nav>li>a{
			color:#000;
			
			
			transition: all 300ms ease;
		}
		
		.navbar-inverse .navbar-nav>.active>a{
			background:none;
			color:#222;
			position:relative;
		}
		.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus{
			background:none;
		}
		.navbar-inverse .navbar-nav>.active>a::after{
			position: absolute;
			content: " ";
			bottom: -0.5px;
			left: 0px;
			width: 100%;
			height: 5px;
			background-color: #65338a;
			border-radius:4px;
		}
		
		.navbar-inverse .navbar-nav>li:not(.for_fb)>a:hover, 
		.navbar-inverse .navbar-nav>li:not(.for_fb).active>a:hover
		{
			color:#222;
			background:transparent;
		}
	}
	@media(min-width:992px){
		#navbar_menu{
			padding:0px 0px;
		}
	}
	
	
	@media(min-width:768px){
		.navbar-nav>li>a{
			padding-left:3px;
			padding-right:3px;
			font-size:11.5px;
			margin-bottom: 10px;
			margin-left: 4px;
			margin-right: 4px;
		}
		.header_top_menu a{
			font-size:11px;
			margin-left:8px;
			display:inline-block;
		}
		.header_top_menu a:first-child{
			margin-left:0px;
		}
		
		.header_top_menu a img{
			height:20px;
		}
		
	}
	@media(min-width:992px){
		.navbar-nav>li>a{
			padding-left:9px;
			padding-right:9px;
			font-size:13px;
		}
		.header_top_menu a{
			font-size:12px;
		}
		
	}
	.navbar-nav>li>a{
		text-transform: uppercase;
	}
	@media(min-width:1200px){
		
		.navbar-nav>li>a{
			padding-left:16px;
			padding-right:16px;
			
			font-size:14px;
		}
		.header_top_menu a{
			font-size:13px;
		}
		
	}
	.fb_like_container{
		border:1px solid #FFF;
		border-radius:2px;
		display:inline-block;

	}
	
	.dropdown-menu{
		padding:0px;
		width:auto;
		
	}
	.dropdown-menu.right{
		right:0px;
		left:auto;
	}
	.dropdown-submenu.right{
		right: 100%;
		left: auto;
	}
	
	.dropdown-menu>li:first-child>a,
	.dropdown-submenu li>:first-child>a{
		border-top-left-radius:4px;
		border-top-right-radius:4px;
		
	}
	.dropdown-menu>li:last-child>a,
	.dropdown-submenu li:last-child>a{
		/* border-bottom-left-radius:4px; */
		/* border-bottom-right-radius:4px; */
	}
	.navbar-nav>li>.dropdown-menu{
		border-radius:0px;
		margin-top:0px;
		
	}
	@media(max-width:767px){
			
		.navbar-nav>li>.dropdown-menu{
			width:100%;
		}
	}
	
	.dropdown-menu>li>a,.dropdown-submenu a{ 
		white-space: normal;
		padding: 15px 35px 15px 15px;
		display: block;
		
		clear: both;
		font-weight: 400;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
		text-transform:uppercase;
	}
	
	@media(max-width:767px){
			
		.dropdown-menu>li>a,.dropdown-submenu a{ 
			height:40px;
		}
	}
	
	@media(min-width:768px){
		.dropdown:hover .dropdown-menu {
			display: block;
			border: none;
			/* box-shadow: 4px 6px 4px 2px rgba(0,0,0,0.05); */
			box-shadow:none;
			
		 }
	}
	 
	nav{
		
	}
	.header_link{
		position:relative;
		color:#FFF;
		padding: 0px 15px;
		text-shadow:rgba(0, 0, 0, 0.5) 0px 1px 1px;
	}
	.header_link:hover,
	.header_link:focus{
		color:#FFF;
	}
	
	.header_link::after{
		position:absolute;
		content:"";
		left:100%;
		height:100%;
		width:1px;
		top:0px;
		background-color:#FFF;
	}
	
	.header_link:last-child::after{
		display:none;
	}
	
	#header_logo{
		display:block;
		background-image: url(/20220901130550oe_/https://www.arts.cuhk.edu.hk/~music/images/logo.png?6);
		
		background-size: contain;
		height: 70px;
		background-repeat: no-repeat;
		background-position: center;
		margin-top: 20px;
	}
	
	@media(max-width:767px){
		#header_logo{
			margin-top: 0px;
			width: 200px;
			height: 80px;
			margin-left: 16px;
			margin-right: auto;
		}
	}
	
	#header_logo img{
		max-height:50px;
	}
	@media(min-width:768px){
		
		#header_logo img{
			max-height:100px;
			max-width: 280px;
		}
	}
	
	.header_top_menu{
		line-height:30px;
		height: 30px;
		
	}
	@media(min-width:768px){
		.header_top_menu{
		    margin-bottom: 7.5px;
		}
	}
	.header_top_menu a{
		color:#000;
	}
	
	.header_logo_container{
		display:table;
		height:100px;
		
	}
	@media(max-width:767px){
		.header_logo_container{
			text-align:center;
			height:80px;
			width:100%;
		}
	}
	.header_logo_container>div{
		display:table-cell;
		vertical-align:middle;
		
	}
	@media(min-width:768px){
		
	}
	
	@media(max-width:767px){
		.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
			color:#000;
			background-color:transparent;
		}
		
		.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
			color:#000;
		}
		
		.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
			background-color:#EEE;
			color:#000;
		}
		.nav>li>a.mobile_link{
			display:inline-block;
			
		}
		
		.navbar-nav li a img{
			height:40px
		}
		
	}
	
	
	.dropdown-menu >li{
		position:relative;
		
	 }
	
	.dropdown-submenu{
		display:none;
		background-color:#FFF;
		width: 100%;
		padding-left: 20px;
	}
	
	@media(min-width:768px){
		
		.dropdown-submenu{
			display:none;
			background-color:#FFF;
			position: absolute;
			left: 100%;
			top: 0px;
			width: 100%;
			border:none;
			border-radius: 0px;
			/* box-shadow: 0 6px 12px rgba(0,0,0,.175); */
			border-top-left-radius: 0px;
			border-bottom-right-radius: 0px;
			padding-left: 0px;
		}
	}
	@media(max-width:767px){
		.dropdown-submenu.active{
			display:block;
		}
	}
	
	@media(min-width:768px){
		.dropdown-menu li:hover ul{
			display:block;
		}
	}
	@media(max-width:767px){
	
	
	
	
		.navbar-nav .open .dropdown-menu{
			padding-left: 20px;
		}
	
	}
	.dropdown-submenu li:hover{
		text-decoration: none;
		
		
		background-color: none;
	}
	.dropdown-submenu li{
		list-style-type:none;
	}
	.dropdown-menu .submenu{
		position:relative;
	}
	.dropdown-menu .submenu::after{
		position: absolute;
		right:15px;
		top:0px;
		height:100%;
		line-height:50px;
		content: "\e080";
		font-family: 'Glyphicons Halflings';
		font-style: normal;
		font-weight: 400;
		font-size:12px;
	}
	
	.dropdown-menu ul:not(.dropdown-submenu) li:hover>a::before,
	.dropdown-menu .submenu:hover::before,
	.dropdown-menu>li:hover>a::before{
		content: "";
		position:absolute;
		left:6px;
		width:4px;
		top: 12px;
		height: 24px;
		background-color:#f6c932;
	}
	
	
	.dropdown-submenu li:hover a::before{
		
		content: "";
		position:absolute;
		left:6px;
		width:4px;
		top: 12px;
		height: 24px;
		background-color:#fff;
	}
	
	.dropdown-submenu li a{
		color:#FFF !important;
		background-color:#65338a !important;
		
	}
	.dropdown-submenu li{
		margin-bottom:0px !important;
	}
	
	
	.dropdown-submenu li a:hover{
		/* color:#000 !important; */
		/* background-color:#fff !important; */
		
	}
	
	
	@media(min-width:768px){
		#nav_container{
			display:block !important;
			text-align: right;
			height: 60px;
		}
	}
	@media(max-width:767px){
		nav .container{
			max-width:600px;
			padding-left:0px;
			padding-right:0px;
		}
		
		.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
			color:#000;
		}
		.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
			padding:10px 15px;
		}
		
		.dropdown-menu .submenu::after{
			line-height:40px;
		}
		
		#nav_container{
			display:none;
		}
		
		
		.dropdown-menu{
			display:none;
		}
		.dropdown-menu.active{
			display:block;
		}
		.menu_toggle + .dropdown-menu{
			position:relative;
			box-shadow:none;
			border:none;
			padding-left:20px;
		}
		.menu_toggle + .dropdown-menu a{
			padding:10px 15px;
		}
		
		li.dropdown + li{
			    clear: both;
		}
	}
	
	
	@media(min-width:768px){
		.dropdown-menu li a:hover{
		
			background: none;
		}
		
		
		.dropdown-submenu li:hover a{
			text-decoration: none;
			background-color:#65338a;
			color:#FFF;
		}
		.dropdown-submenu li a{
			position:relative;
			display:block;
		}
	}
	
	@media(max-width:767px){
	
		.navbar + .row{
			padding-top: 80px;
			background-color:#000;
		}
	}
	@media(max-width:999px){
	
		.navbar + .row{
			padding-top: 100px;
			background-color:#000;
		}
	}
	@media(max-width:1199px){
	
		.navbar + .row{
			padding-top: 70px;
			background-color:#000;
		}
	}
	.header_container{
		position:relative;
	}
	
/*header*/




/*global*/

.offsetDots .owl-dots{
	position: relative;
    margin-top: -35px !important;
    z-index: 1; 
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.fancybox-slide--html .fancybox-close-small{
	top:-45px;
}
.fancybox-content{
	overflow:visible;
}
.fancybox-slide--html .fancybox-close-small{
	transform:scale(1.5);
}
@media(max-width:767px){
	.container{
		max-width:480px;
		padding:0px 20px;
	}
	.mobilewrapper{
		
	}
}

.navbar{
	border-radius:0px;
	border:none;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
.navbar>.row{
	padding-left:0px;
	padding-right:0px;
	padding:10px 0px;
	
}
@media(max-width:767px){
	.navbar>.row{
		padding:0px 0px;
		
	}
}
.header_bg{
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	background-color: #FFF;
	
}
.header_bg, .header_container{
	height:80px;
}
@media(min-width:768px){

	.header_bg, .header_container{
		height:120px;
	}
}
@media(max-width:767px){

	.navbar>.row{
		width:100%;
		max-width:100%;
		
		
		top:0px;
		z-index:100;
		
		opacity:0.95;
	}
}
@media (min-width: 768px){
	
	.navbar-collapse{
		text-align:right;
	}
	.navbar-header{
		float:none;
	}
}
.navbar-collapse{
	border:none;
}



@media(max-width:767px){
	.navbar-nav{
		margin: auto;
	}
	.navbar-collapse{
		padding-top: 15px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.navbar-inverse .navbar-nav>li>a{
		color:#000;
	}

	.navbar-toggle{
		float: left;
		border: none;
		position: absolute;

		z-index: 10;
		border: none;
		background-color: transparent !important;
		right: 8px;
		top: 18px;
		margin-right: 0px;
		padding: 15px 15px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
}
.navbar-inverse .navbar-toggle .icon-bar{
	background-color:#65338a;
}

.logocontainer{
	padding: 0px 0px;
}


.alignMiddle>div {
	display: table
}
.alignMiddle>div>div {
	display: table-cell;
	vertical-align: middle
}
.lineheightn{
	line-height:24px !important;
}
@media(max-width:767px){
	.lineheightn_m{
		line-height:30px !important;
	}
	.lineheight2n_m{
		line-height:60px !important;
	}
}
.lineheightm{
	line-height:40px !important;
}
.maxwidth400{
	max-width:400px;
	width:100%;
}
.maxwidth480{
	max-width:480px;
	width:100%;
}
.maxwidth600{
	max-width:600px;
	width:100%;
}
.maxwidth750{
	max-width:750px;
	width:100%;
}
.maxwidth900{
	max-width:900px;
	width:100%;
}
.maxwidth1000{
	max-width:1000px;
	width:100%;
}
.maxwidth100p{
	max-width:100%;
	width:100%;
}
.textleft{
	text-align: left !important;
}
.textcenter {
	text-align: center
}
.textright{
	text-align: right;
}
.dleftmcenter{
	text-align: center
}
@media(min-width:768px){
	.dleftmcenter{
		text-align: left;
	}
}
.posrelative{
	position:relative;
}
.marginauto{
	margin-left:auto;
	margin-right:auto;
}
.marginleft0{
	margin-left:0px;
}
.clearboth{
	clear:both;
}
.displayib{
	display:inline-block !important;
}
.nopadding{
	padding:0px !important;
}
.boldtext {
	font-weight: 900;
}
.normaltext{
	font-weight: 400;
}
.italictext{
	font-style: italic;
}
.extraboldtext {
	font-weight: 900;
}
@media(min-width:768px){
	.hoverzoom:hover{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease;-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15)}
}
.listaplha{
	list-style-type: lower-alpha;
}
.dnone{
	display:none;
}
.error_msg{
	opacity:0;
	
    line-height: 15px;
	font-size:12px;
	color:#ee0000;
}

.arrow_left{
	width: 40px;
	height:40px;
	position:absolute;
	left:0px;
	top:calc(50% - 25px);
	background-image:url('/20220901130550oe_/https://www.arts.cuhk.edu.hk/~music/images/icon_arrow_left.png');
	background-size:18px 37px;
	background-repeat:no-repeat;
	background-position:center;
	z-index:10;
	cursor:pointer;
	transition: all 300ms ease;
	opacity:0.75;
}

.arrow_right{
	width: 40px;
	height:40px;
	position:absolute;
	right:0px;
	top:calc(50% - 25px);
	background-image:url('/20220901130550oe_/https://www.arts.cuhk.edu.hk/~music/images/icon_arrow_right.png');
	background-size:18px 37px;
	background-repeat:no-repeat;
	background-position:center;
	z-index:10;
	cursor:pointer;
	transition: all 300ms ease; 
	opacity:0.75;
}
@media(min-width:768px){
/* 	.arrow_left{
		left:-20px;
	}
	.arrow_right{
		right:-20px;
	} */
}
.arrow_right:hover, .arrow_left:hover{
	transform:scale(1.25);
	opacity:1;
}

.content_popup{background-color:#FFF;padding:20px 20px;}
@media(min-width:768px){
	.content_popup{
		padding:20px 50px;
	}
}
@media(min-width:768px){
	.content_popup{min-width:360px;height:240px}
	
}
@media(max-width:767px){
	.content_popup{
		max-width:100%;
		margin:0px 10px;
	}
}
.content_popup>div{display:table;height:100%;width:100%}
.content_popup>div>div{display:table-cell;vertical-align:middle}
.content_popup .title{font-size:20px;line-height:30px;letter-spacing:1px;text-align:center;margin-bottom:10px;font-weight:700}
.content_popup .caption{text-align:center;margin-bottom:20px;letter-spacing:1px}

.content_popup.leftalign .title,
.content_popup.leftalign .caption{
	text-align:left;
}
.content_popup.autoHeight{
	height:auto;
}

.button.dnone{
	display:none;
}
.button{
	color:#65338a !important;
	border:1px solid #65338a;
	padding:3px 6px;
	border-radius:4px;
	display: inline-block;
	min-width:120px;
	background-color:#fff !important;
	text-align:center;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
	max-width:100%;
}
.button.small{
	color:#0066b1 !important;
	border:1px solid #0066b1;
	padding:2px 10px;
	border-radius:4px;
	
	background-color:#fff !important;
}
.button.autowidth{
	width:auto;
	min-width:1px;
}
.button.mid{
	color:#0066b1 !important;
	border:1px solid #0066b1;
	padding:6px 12px;
	border-radius:4px;
	background-color:#fff;
}
.button.purple{
	color:#fff !important;
	border:1px solid #65338a;
	background-color:#65338a !important;
}
.button.blue{
	color:#fff !important;
	border:1px solid #0066b1;
	background-color:#0066b1 !important;
}
.button.orange{
	color:#fff !important;
	border:1px solid #f6931e;
	background-color:#f6931e !important;
}
.button.orangetext{
	color:#f6931e !important;
	border:1px solid #f6931e;
	background-color:#fff;
}

.button.green{
	color:#fff !important;
	border:1px solid #39b44a;
	background-color:#39b44a !important;
}

.button.greentext{
	color:#39b44a !important;
	border:1px solid #39b44a;
	background-color:#fff;
}

.button.red{
	color:#fff !important;
	border:1px solid #ee4236;
	background-color:#ee4236 !important;
}

.button.redtext{
	color:#ee4236 !important;
	border:1px solid #ee4236;
	background-color:#fff;
}

.button.long{ 
	width:330px;
}
.button.autowidth{
	width:auto;
}
.button.block{
	display:block;
}

.button:hover{
	opacity:0.8;
}
.button.nobg{
	background-color:transparent;
	border:1px solid #1c74bb;
	color:#1c74bb;
}
.button.tiny{
	border-radius: 5px;
    padding: 2.5px 10px;
    width: auto;
	min-width:10px;
    line-height: 20px;
	
}
.button.facebook{
	color:#FFF !important;
	background-color:#365899 !important;
}

.button.rightspacing{
	margin-right:15px;
}

.whitetext{
	color:#FFF;
}
.orangetext{
	color:#1c74bb;
}
.blacktext{
	color:#000;
}
.darkgreytext{
	color:#1b1b1d;
}
.greytext{
	color:#AFAFAF;
}
.redtext{
	color:#EE0000;
}
.bluetext{
	color:#0066b1;
}
.lightgreytext{
	color:#CCC;
}

.yellowtext{
	color:#f6c932;
}
.purpletext{
	color:#65338a;
}
.purpletext2{
	color:#65338a;
}
.purpletext3{
	color:#65338a;
}
.bg_grey{
	background-color:#ebebeb;
}
.bg_lightgrey{
	background-color:#c0c1c3;
}
.bg_midgrey{
	background-color:#626166;
}
.bg_darkgrey{
	background-color:#515153;
}
.bg_white{
	background-color:#FFF;
}
.bg_white a{
	color:#1c74bb;
}
.bg_black{
	background-color:#000;
}
.bg_red{
	background-color:#1c74bb;
}
.bg_blue{
	background-color:#0066b1;
}
.bg_yellow{
	background-color:#f6c932;
}
.bg_purple{
	background-color:#65338a;
}
.bg_purple2{
	background-color:#65338a;
}
/* .bg_midblue{
	background-color:#89cdff;
}*/
.bg_lightblue{
	background-color:#007ad4;
}

.bg_paleblue{
	background-color:#bfe4ff;
}

.bordertop{
	border-top:1px solid #CCC;
}

.borderightall{
	border-right:1px solid #CCC;
}

.borderleftall{
	border-left:1px solid #CCC;
}
@media(min-width:768px){
	.borderight{
		border-right:1px solid #CCC;
	}

	.borderleft{
		border-left:1px solid #CCC;
	}

}

@media(min-width:768px){
	
	 .col2_item:nth-child(2n+1){
		padding-right: calc(20px / 2 * 1);
	}
	.col2_item:nth-child(2n+2){
		padding-left: calc(20px / 2 * 1);
	}
	
	.col3_item:nth-child(3n+1){
		padding-right: calc(20px / 3 * 2);
	}
	.col3_item:nth-child(3n+2){
		padding-left: calc(20px / 3 * 1);
		padding-right: calc(20px / 3 * 1);
	}
	.col3_item:nth-child(3n){
		padding-left: calc(20px / 3 * 2);
	}
	
	
	.thickcol.col2_item:nth-child(2n+1){
		padding-right: calc(40px / 2 * 1);
	}
	.thickcol.col2_item:nth-child(2n+2){
		padding-left: calc(40px / 2 * 1);
	}
	
	.thickcol.col3_item:nth-child(3n+1){
		padding-right: calc(40px / 3 * 2);
	}
	.thickcol.col3_item:nth-child(3n+2){
		padding-left: calc(40px / 3 * 1);
		padding-right: calc(40px / 3 * 1);
	}
	.thickcol.col3_item:nth-child(3n){
		padding-left: calc(40px / 3 * 2);
	}
	
	
	
}

	.colcontainer{
		margin-left:-10px;
		margin-right:-10px;
	}
	.colcontainer.thickpadding{
		margin-left:-15px;
		margin-right:-15px;
	}
	.colcontainer.thinpadding{
		margin-left:-5px;
		margin-right:-5px;
	}
	
	.col_item{
		padding-left:10px;
		padding-right:10px;
	}
	.col_item.thickpadding{
		padding-left:15px;
		padding-right:15px;
	}
	
	.col_item.thinpadding{
		padding-left:5px;
		padding-right:5px;
	}
	
	

.homepage_slider .owl-theme .owl-nav.disabled+.owl-dots{
	margin:auto;
}
.owl-theme .owl-nav.disabled+.owl-dots{
	margin: 10px 0px;
}
.owl-theme .owl-dots .owl-dot{
	outline:none;
}
.owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:15px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#d5d6d8;
}
.owl-theme .owl-dots .owl-dot.active span{

	background-color:#1c74bb;
}

.autowidth{
	width:auto !important;
}
.fullwidth{
	width:100%;
}
.maxwidth{
	max-width:100%;
}
	.mb-l{margin-bottom:60px;}
	.mb-m{margin-bottom:40px;}
	.mb-s{margin-bottom:20px;}
	.mb-xs{margin-bottom:10px;}
	
	.mt-l{margin-top:60px;}
	.mt-m{margin-top:40px;}
	.mt-s{margin-top:20px;}
	.mt-xs{margin-top:10px;}

	.pb-l{padding-bottom:60px;}
	.pb-m{padding-bottom:40px;}
	.pb-s{padding-bottom:20px;}
	.pb-xs{padding-bottom:10px;}
	.pb-none{padding-bottom:0px;}
	
	.pt-l{padding-top:60px;}
	.pt-m{padding-top:40px;}
	.pt-s{padding-top:20px;}
	.pt-xs{padding-top:10px;}
	.pt-none{padding-top:0px;}
	
	.pl-l{padding-left:60px;}
	.pl-m{padding-left:40px;}
	.pl-s{padding-left:20px;}
	.pl-xs{padding-left:10px;}
	
	.pr-l{padding-right:60px;}
	.pr-m{padding-right:40px;}
	.pr-s{padding-right:20px;}
	.pr-xs{padding-right:10px;}
	
	.p-l{padding:60px;}
	.p-m{padding:40px;}
	.p-s{padding:20px;}
	.p-xs{padding:10px;}

@media(max-width:767px){
	.mb-none{
		margin-bottom:0px !important;
	}
	.mt-none{
		margin-top:0px !important;
	}
	.pt-none{
		padding-top:0px !important;
	}
	.pb-none{
		padding-bottom:0px !important;
	}
	.pl-none{
		padding-left:0px !important;
	}
}

.section_hr{
	border-top:2px solid #65338a;
	margin-bottom:40px;
	position: relative;
}
.section_hr::after{
	border-top: 20px solid #65338a !important;
    border-left: 20px solid transparent !important;
    border-bottom: 20px solid transparent !important;
    border-right: 20px solid transparent !important;
    content: "";
    position: absolute;
    top: 100%;
    left: calc(50% - 20px);

}


.ol_item{
	padding-left:15px;
	color:#65338a;
}
.ol_item li{

	color:#65338a;
	padding-left:5px;
	margin-bottom:10px;
}
.ol_item li>div{
	color:#333;
}

ol li, ul li{
	margin-bottom:5px;
}


.cutable thead th{ 
	border-bottom:3.5px solid #f6c932 !important;
	
}
.cutable tbody td{ 
}
.cutable.table-striped>tbody>tr:nth-of-type(odd){
	background-color:#FFF !important;
}
.cutable.table-striped>tbody>tr:nth-of-type(even){
	background-color:#d8cce2 !important;
}

.cutable.table>tbody>tr>td, 
.cutable.table>tbody>tr>th, 
.cutable.table>tfoot>tr>td, 
.cutable.table>tfoot>tr>th, 
.cutable.table>thead>tr>td, 
.cutable.table>thead>tr>th{
	padding:12px 1px;
}

.bottomyellow{
	border-bottom:8px solid #f6c932;
}

.underline{
	text-decoration:underline;
}
@media(max-width:767px){
	.table_container{
		overflow-x:scroll;
	}
}
/*global*/
/*font*/

body {
	font-size: 16px;
	line-height: 20px;
	letter-spacing:0px;
}
.talltext{
	line-height:36px;
}
@media(max-width:991px){
	.talltext {
		line-height: 24px;
	}
}
body{
	font-size:13px;
	line-height:25px;
}
.header-text{
	font-size:14px;
	line-height:22px;
}
.s-text{
	font-size: 11px;
	line-height:18px;
}

.ssm-text {
	font-size: 15px;
	line-height: 20px
}
.sm-text {
	font-size: 18px;
	line-height: 26px
}

.m-text {
	font-size: 22px;
	line-height: 34px
}

.l-text {
	font-size: 26px;
	line-height: 34px;
	
}
.xl-text {
	font-size: 34px;
	line-height: 40px;
	
}
.xxl-text {
	font-size: 60px;
	line-height: 60px;
	letter-spacing: -1px;
	
}
@media(max-width:991px){


	
	.sm-text {
		font-size: 16px;
		line-height: 18px
	}
	.m-text {
		font-size: 18px;
		line-height: 22px
	}

	.l-text {
		font-size: 22px;
		line-height: 28px;
		
	}
}

@media(min-width:768px){
	.mw-80{
		max-width:80%;
	}
	.mw-90{
		max-width:90%;
	}
}
/*fonts*/
.displayblock,.displayb{
	display:block !important;
}

.clearfix{
	clear:both;
}


/*footer*/
	footer{
		color:#FFF;
		background-color:#333333;
		padding:20px;
	}
	@media(max-width:767px){
		footer{
			padding:20px 0px;
		}
	}
	footer .links>div{
		padding:25px 20px;
	}
	
	footer .icon_sns{
		margin-left:5%;
		margin-right:5%;
		width: 30px;
		height: 30px;
		display: inline-block;
		transform: translateY(-5px);
	}
	
	@media(max-width:992px){
			
		footer .icon_sns{
			margin-left:3%;
			margin-right:3%;
			
		}
		footer .links>div{
			padding:10px 10px;
			
		}
	}
	@media(max-width:767px){	
		footer .icon_sns{
			margin-left:5%;
			margin-right:5%;
			margin-top:10px;
			transform: translateY(0px);
		}
	}
	
	footer .icon_sns img{
		vertical-align:top;
		width:100%;
	}
	@media(min-width:992px){
		footer .links>div:first-child{
			padding-left:0px;
		}
		footer .links>div:last-child{
			padding-right:0px;
		}
		footer .links>div:first-child{
			border-right:1px solid #CCC;
		}
		footer .links>div:last-child{
			border-left:1px solid #CCC;
		}
	}
	
	.subscribe_container{
		padding-top:0px !important;
	}
	#subscribe_email{
		width:70%;
		float:left;
		padding:4px 10px;
		border:none;
		border-top-left-radius:4px;
		border-bottom-left-radius:4px;
		border-top-right-radius:0px;
		border-bottom-right-radius:0px;
		color:#333;
	}
	#subscribe_btn{
		cursor:pointer;
		
		padding:4px 0px;
		float:left;
		background-color: #f6c932;
		color:#FFF;
		border-top-right-radius:4px;
		border-bottom-right-radius:4px;
		text-align:center;
		margin-left: -5px;
		width: calc(30% + 5px);
	}
	#subscribe_btn:hover{
		background-color: #ffd549;
	}
	
	footer .copyright{
		text-align:center;
		color:#CCC;
	}
/*footer*/

/*cuhk music*/
	.minheightsection{
		height: calc(100% - 327px);
	}
	@media(max-width:767px){
		.minheightsection{
			height: calc(100% - 480px);
		}
	}
	
	.prefixborder{
		position:relative;
		padding-left:12px;
	}
	.prefixborder::before{
		content: "";
		position:absolute;
		left:0px;
		width:4px;
		top:0%;
		height:100%;
		background-color:#f6c932;
	}

	.section_title{
		margin-top:40px;
		margin-bottom:40px;
		font-size:30px;
		line-height:30px;
		font-weight: 900;
		text-align:center;
		position:relative;
	}
	
	@media(max-width:767px){
		
		.section_title{
			margin-top:20px;
			margin-bottom:20px;
			font-size:20px;
			line-height:25px;
			font-weight: 900;
		}
	}
	
	.fullwidth_map{
		width:100%;
		height:500px;
	}
	.fullwidth_map_container>iframe{
		width:100%;
		height:500px;
	}
	
	
	
	
/*cuhk music*/

/*homepage*/

	.homepage_kv{
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		padding-bottom: calc( 100% * 2 / 5);
		
	}
	
	@media(max-width:767px){
		.homepage_kv{
			padding-bottom: calc( 100% * 5 / 4);
		}
	}

	.homepage_kv>div{
		position:absolute;
		width:100%;
		height:100%;
	}
	
	@media(max-width:767px){
		.homepage_kv{
			background-image: none !important;
		}
		.homepage_kv>div{
			background-position: center;
			background-size: cover;
			background-repeat: no-repeat;
		}
	}
	@media(min-width:768px){
		.homepage_kv>div{
			background-image: none !important;
		}
	}
	
	@media(min-width:768px){
			
		.homepage_kv>div>div{
			display:table;
			width:100%;
			height:100%;
		}
	
		.homepage_kv>div>div>div{
			display:table-cell;
			vertical-align:middle;
			
		}
		.homepage_kv>div>div>div.cornered{
			vertical-align:bottom;
			
		}
		.homepage_kv>div>div>div.cornered>div{
			margin-bottom:80px;
			
		}
	
	}
	
	@media(max-width:767px){
		.homepage_kv .cornered {
			position: absolute;
			bottom: 80px;
			left: 0px;
		}
	}
	
	@media(min-width:768px) and (max-width:991px){
		.homepage_kv .kv_info{
			font-size: 30px;
			line-height: 35px;
		}
	}
	@media(min-width:992px) and (max-width:1199px){
		.homepage_kv .kv_info{
			font-size: 40px;
			line-height: 50px;
		}
	}
	@media(min-width:1200px){
			
		.homepage_kv .kv_info{
		
			font-size: 45px;
			line-height: 60px;
		}
	}
	@media(max-width:767px){
			
		.homepage_kv .kv_info{
			padding-top: 45%;
			font-size: 30px;
			line-height: 40px;
		}

	}
	section#homepage_highlight_container {
		margin-top: -5%;
		
		z-index: 1;
		position: relative;
	}
	.homepage_highlight_item{
		margin-bottom:10px;
	}
	
	@media(max-width:767px){
		
		section#homepage_highlight_container {
			margin-top: 0%;
			
		}
	}
	.homepage_highlight_item .image{
		border-top:6px solid #f6c932;
		border-bottom:1px solid #fff;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		padding-bottom: 120px;
	}
	@media(min-width:768px) and (max-width:992px){
		.homepage_highlight_item{
			font-size:13px;
		}
	}
	
	@media(min-width:1200px){
			
		.homepage_highlight_item .image{
			padding-bottom: 180px;
		}
	}
	
	
	
	.event_item{
		padding:10px;
		margin-bottom:15px;
		-webkit-box-shadow: 0 0 3px 3px rgba(100,100,100,0.1);
		box-shadow: 0 0 3px 3px rgba(100,100,100,0.1);
	}
	
	.event_item .image{
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		padding-bottom: 240px;	
	
	}
	@media(max-width:767px){
		
		.event_item .image{
			margin-bottom:10px;
		
		}
	}
	.event_item .content{
		padding-left:20px;
	}
	.event_item .title{
		padding-left:10px;
		line-height: 30px;
		display: block;
	}
	@media(min-width:768px){
		
		.event_item .title{
			position:relative;
			height:30px;
			padding-left:10px;
			display: -webkit-box;
			-webkit-line-clamp: 1;
			-webkit-box-orient: vertical;
			overflow: hidden;
			text-overflow: ellipsis;
		}
	}
	
	@media(max-width:767px){
		
		.event_item .title{
			position:relative;
			
		}
	}
	.event_item .title::before{
		content: "";
		position:absolute;
		left:0px;
		width:4px;
		top:0%;
		height:100%;
		background-color:#f6c932;
	}
	
	.event_item .desc{
		position:relative;
		
		padding-left:10px;
		display: -webkit-box;
		
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;

	}
	
	
	.event_item .datetime{
		
	}
	
	.site_icon{
		width:25px;
		height:25px;
		display:inline-block;
		margin-right:2px;
		margin-bottom: 10px;
	}
	.site_icon img{
		vertical-align:top;
		width:100%;
	}
	
	
	.spotlight_item .image{
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
		padding-bottom: calc(100% * 3 / 4);
	}
	
	.spotlight_item .content>div{
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 25px;
		height:100px;
	}
	
	.owl-theme.spotlight_slider .owl-dots{
		text-align:left;
		padding-left:20px;
	}
	
	
	.news_item .image{
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		padding-bottom: calc(100% * 3 / 4);
		
	}

	.news_item .title{
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.news_item .desc{
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.gallery_item{
		padding:0px 10px;
		width:20%;
		float:left;
	}
	.gallery_item>div{
		width: 100%;
		cursor: pointer;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		padding-bottom: calc(100% * 3 / 3);
		margin-bottom: 20px;
	}
	
	@media(max-width:767px){
		.gallery_item{
			width:50%;
			padding-bottom: 50%;
		}
	}
	
	
	.owl-theme .owl-dots .owl-dot.active span, 
	.owl-theme .owl-dots .owl-dot:hover span{
		background-color:#f6c932 !important;
	}
	
	
	
	
	
/*homepage*/
/*enquiries*/
	.enquiries_container{
		
		padding:30px;
		border:1px solid #DDD;
		border-radius:8px;
	}
	
	@media(max-width:767px){
		
		.enquiries_container{
			
			padding:20px;
			
		}
	}
	
	.enquiries_container .prefixborder{
		padding-left:30px;
		
	}
	
	.enquiries_container .prefixborder::after{
		content:"";
		position:absolute;
		left:0px;
		bottom:-20px;
		background-color:#DDD;
		height:1px;
		width:100%;
	}
	.enquiries_container .prefixborder.nobottomborder::after{
		display:none;
	}
	
	
	#enquiries_map{
		margin-top:40px;
		width:100%;
		height:600px;
	}
	
/*enquiries*/


/*people*/
	.people_item{
		margin-bottom:30px;
	}
	@media(max-width:767px){
		.people_item{
			margin-bottom:20px;
		}
	}
	.people_item .image{
		background-position: center;
		background-size:cover;
		background-repeat: no-repeat;
		padding-bottom: calc(100% * 280 / 200);
		display:block;
	}
	@media(max-width:767px){
		.people_item>div{
			border:1px solid #DDD;
		}
	}
	@media(min-width:768px){
			
		.people_item>div{
			border:1px solid #DDD;
			-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.05);
			box-shadow: 		1px 1px 1px 1px rgba(0,0,0,0.05);
		}
	}
	.people_item .content{
		padding:15px 15px 0px 15px;
	}
	@media(max-width:767px){
		.people_item .content{
			padding:15px 25px;
		}
	}
	
	.people_item .name{
		display:block;
	}
	
	@media(min-width:768px){
		.people_item .title{
			height:80px;
			display: -webkit-box;
			line-height: 20px;
			-webkit-line-clamp: 4;
			-webkit-box-orient: vertical;
			overflow: hidden;
			text-overflow: ellipsis;
		}
	}
	@media(min-width:992px){
		.people_item .title{
			height:60px;
			line-height: 20px;
			-webkit-line-clamp: 3;
		}
	}
	@media(min-width:1200px){
		.people_item .title{
			height:40px;
			line-height: 20px;
			-webkit-line-clamp: 2;
		}
	}
	.people_item .iconinfo{
		margin-top:4px;
		height:100px;
	}
	 .iconinfo .icon{
		width:30px;
		height:26px;
		float:left;
	}
	 .iconinfo>div>div{
		padding:3px 0px;
	}
	 .iconinfo .icon img{
		width:20px;
		vertical-align:top;
	}
	 .iconinfo .detail{
		width:calc(100% - 30px);
		float:left;
		line-height:20px;
		vertical-align:top;
		position:relative;
		padding-left:15px;

	}
	.iconinfo .detail::before{
		content: "";
		position:absolute;
		left:0px;
		width:2px;
		top:0%;
		height:100%;
		background-color:#f6c932;
	}
	
	@media(max-width:767px){
		.people_item .image{
			margin-top:20px;
			max-width:200px;
			margin-left:auto;
			margin-right:auto;
			
			padding-bottom: calc(200px * 270 / 200);
		}
	
	}
	
	
	.dotdotdot{
		margin-left:10px;
		margin-right:10px;
		height:40px;
		width:40px;
		text-align:center;
		line-height:40px;
		color:#333;
		display:inline-block;
		vertical-align:top;
	}
	.paging_item{
		margin-left:5px;
		margin-right:5px;
		height:40px;
		width:40px;
		text-align:center;
		line-height:40px;
		background-color:#DDD;
		color:#333;
		display:inline-block;
		cursor:pointer;
		vertical-align:top;
	}

	.paging_item:hover{
		background-color: #F3F3F3;
	}
	.paging_item.active{
		background-color: #F3F3F3;
		font-weight: bold;
	}
	
	
	.toggle_item{
		
	} 
	.toggle_item>.title:hover{
		opacity:.7;
	} 
	.toggle_item>.title{
		line-height:80px;
		position:relative;
		display:inline-block;
		cursor:pointer;
	}
	.toggle_item>.title::after{
		transition:all 300ms ease;
		content:"";
		position:absolute;
		color:#65338a;
		font-size:25px;
		top:27.5px;
		left: calc(100% + 25px);
		width:25px;
		height:25px;
		line-height:25px;
		content: "\e114";
		font-family: 'Glyphicons Halflings';
		font-style: normal;
		font-weight: 400;
	}
	.toggle_item.active>.title::after{
		transform: rotate(180deg);
	}
	
	
	
	
	
	.toggle_item2{
		margin-bottom:30px;
		-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.05);
		box-shadow: 		1px 1px 1px 1px rgba(0,0,0,0.05);
		border-radius:10px;
		border: 1px solid #CCC;
	}
	.toggle_item2 .title{
		position:relative;
		line-height:60px;
		padding-left:30px;
		padding-right:30px;
		cursor:pointer;
		padding-right: 60px;
	}
	@media(max-width:767px){
	
		.toggle_item2 .title{
			line-height: 25px;
			padding-top:10px;
			padding-bottom:10px;
			padding-right: 45px;
		}
		
	}
	
	
	
	.toggle_item2 .title::after{
		transition:all 300ms ease;
		content:"";
		position:absolute;
		color:#65338a;
		font-size:20px;
		top:20px;
		right: 30px;
		width:20px;
		height:20px;
		line-height:20px;
		content: "\e114";
		font-family: 'Glyphicons Halflings';
		font-style: normal;
		font-weight: 400;
	}
	
	@media(max-width:767px){
		
		.toggle_item2 .title::after{
			right: 20px;
			top:12px;
		}
	}
	
	.toggle_item2.active .title::after{
		transform: rotate(180deg);
	}
	
	
	.toggle_item2 .content{
		padding:10px 20px;
		border-top:1.5px solid #f6c932;
	}
	.instructors_item{
		padding-left:30px;
	}
	
	@media(max-width:767px){
		.instructors_item{
			margin-bottom:30px;
		}
	}
	@media(min-width:768px){
		.instructors_item{
			border-left: 1px solid #CCC;
		}
		.instructors_item:first-child{
			padding-left: 0px;
			border-left: none;
		}
	}
	
	
	.rounded_container{
	/* 	-webkit-box-shadow: 2px 2px 4px 4px rgba(0,0,0,0.1);
		box-shadow: 		2px 2px 4px 4px rgba(0,0,0,0.1); */
		border-radius:10px;
		border: 1px solid #CCC;
		padding:30px;
	}
	.rounded_container.nopadding{
		padding:0px;
	}
	
	.rounded_container .title{
		position:relative;
		line-height:60px;
		padding:0px 30px;
		cursor:pointer;
	}
	
	@media(max-width:767px){
		
	
		
	}
	.rounded_container .content{
		padding:30px 30px;
		border-top:1.5px solid #f6c932;
	}
	@media(max-width:767px){
		
		.rounded_container .title{
		
			padding:0px 20px;
		}
		.rounded_container .content{
			padding:20px;
		}
	}

	.people_detail .image{
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
		padding-bottom: calc(100% * 270 / 200);
	}
	
	@media(max-width:767px){
			
		.people_detail .image{
			background-position: center;
			background-size: 100%;
			background-repeat: no-repeat;
			padding-bottom: calc(300px * 270 / 200);
			width:300px;
			margin-left:auto;
			margin-right:auto;
			margin-bottom:30px;
		}
	}
	
	.people_detail .content>div:nth-child(2){
		border-top: 1.5px solid #f6c932;
		
		
	}
	
/*people*/

/*undergraduate*/
	.embed_gslide{
		height:320px;
	}
	@media(min-width:768px){
		.embed_gslide{
			height:480px;
		}
	}
	.ensemble_item{
		border-top:1.5px solid #EEE;
		padding-top:40px;
		margin-bottom:40px;
	}
	.ensemble_item_container>.ensemble_item:first-child{
		border-top:none;
	}
	@media(max-width:767px){
		.ensemble_item{
			padding-bottom:20px;
			margin-bottom:40px;
		}
	}
	@media(min-width:768px){
		.ensemble_item:nth-of-type(odd)>.image{
			padding-left:30px;
			float:right;
		}
		.ensemble_item:nth-of-type(odd)>.content{
			padding-right:30px;
		}
		
		.ensemble_item:nth-of-type(even)>.image{
			padding-right:30px;
		}
		.ensemble_item:nth-of-type(even)>.content{
			padding-left:30px;
		}
	}
	
	@media(max-width:767px){
		.ensemble_item .image{
			margin-bottom:10px;
		}
	}
	@media(max-width:767px){
		.story_item{
			width:50%;
			float:left;
			margin-bottom:10px;
		}
		
		.story_item:nth-child(2n+1){
			padding-right:10px;
		}
		
		.story_item:nth-child(2n+2){
			padding-left:10px;
		}
		
		
	}
	@media(min-width:768px) and (max-width:991px){
		.story_item{
			width:25%;
			float:left;
			margin-bottom:30px;
		}
		
		.story_item:nth-child(4n+1){
			padding-right:14px;
		}
		.story_item:nth-child(4n+2),
		.story_item:nth-child(4n+3){
			padding-left:7px;
			padding-right:7px;
		}
		.story_item:nth-child(4n+4){
			padding-left:14px;
		}
		
		
	}
	@media(min-width:992px){
		.story_item{
			width:20%;
			float:left;
			margin-bottom:30px;
		}
		.story_item:nth-child(5n+1){
			padding-right:14px;
		}
		.story_item:nth-child(5n+2),
		.story_item:nth-child(5n+3),
		.story_item:nth-child(5n+4){
			padding-left:7px;
			padding-right:7px;
		}
		.story_item:nth-child(5n+5){
			padding-left:14px;
		}
		
	}
	
	
	
	.story_item .image{
		margin-bottom:10px;
		cursor:pointer;
	}
	.story_item .image:hover{
		opacity:.9;
	}
	.story_item .image>a{
		display:block;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		padding-bottom: calc(100% * 3 / 2);
		
		
	}
	
	.story_item .title{
		text-align:center;
		font-weight:bold;
		color:#65338a;
		cursor: pointer;
		
		line-height:25px;
		height:50px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		
	}
	
	
	.popup_close_btn{
		cursor:pointer;
		position:absolute;
		width:20px;
		height:20px;
		font-size:20px;
		line-height:20px;
		text-align:center;
		right:12.5px;
		top:12.5px;
		color:#65338a;
	}
	
	
	#popup_story .fancybox-button.fancybox-close-small{
		display:none;
		
	}

	#popup_story{
		padding:40px 40px 40px 40px;
		border-radius:10px;
		text-align:center;
		position:relative;
		max-width:1000px;
		color:#FFF;
		background-color:rgba(0,0,0,0.8);
	}
	
	@media(max-width:999px){
		#popup_story{
			max-width:95%;
		}
	}
	@media(max-width:767px){
		#popup_story{
			max-width:90%;
			padding:40px 20px;
		}
	}
	
	#popup_story .image{
		max-width:240px;
	
	}
	#popup_story .desc{
		text-align:left;
	}

	
	
	
	
	
/*undergraduate*/



/*events*/

	.event_container{
		
	}
	@media(min-width:768px){
		.event_container{
			min-height:200px;
		}
	}

	.sortable_event_item{
		margin-bottom:20px;
	}
	@media(min-width:768px){
		.sortable_event_item{
			
			margin-bottom:25px;
			padding-left: 12.5px;
			padding-right:12.5px;
		}
	}
	
	@media(min-width:992px){
		.sortable_event_item{
			
			margin-bottom:40px;
			padding-left: 20px;
			padding-right:20px;
		}
	}
	
	@media(min-width:768px) and (max-width:1199px){
		.event_category{
			width: calc(100% - 40px);
			margin-left: 20px;
		}
		
	}
	@media(min-width:1200px){
		.event_category{
			width: calc(100% - 0px);
			margin-left: 0px;
		}
		.event_container{
			margin-left:-20px;
			margin-right:-20px;
		}
	}
	
	.sortable_event_item>div{
		-webkit-box-shadow: 0 0 3px 3px rgba(100,100,100,0.1);
		box-shadow: 0 0 3px 3px rgba(100,100,100,0.1);
		border-radius: 5px;
		
	}
	
	.sortable_event_item .event_info{
		width:150px;
		
		float:left;
		border-right:1px solid #CCC;
	}
	.sortable_event_item .event_info>div:first-child{
		padding:10px;
	}
	.event_info .event_info_day{
		width:100%;
		float:left;
		font-size:40px;
		line-height:50px;
		padding-right:0px;
		text-align:center;
	}
	.event_info .event_info_time{
		width: 100%;
		float:left;
		line-height:25px;
		position:relative;
		text-align:center;
	}
		
	
	
	.event_info .event_info_time::before {
		content: "";
		position: absolute;
		left: -8px;
		width: 4px;
		bottom: 0%;
		height: 200%;
		background-color: #f6c932;
	}
	
	.sortable_event_item .event_detail{
		width:calc(100% - 150px);
		float:left;
		padding: 10px;
	}

	.event_detail .desc{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 6;
		line-height:25px;
		height:150px;
		
	}
	.event_detail .event_title{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		line-height:25px;
		height:50px;
		
	}
	
	@media(max-width:767px){
			
	}
	
	
	.sortable_event_item .event_image{
	    background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		padding-bottom: calc(100% * 850 / 600);
		border-bottom-left-radius:5px;
		display:block;
	}
	
	@media(max-width:767px){
			
		.sortable_event_item .event_image{
			background-size: contain;
			padding-bottom: calc(50%);
		}
	}
	
	@media(max-width:991px){
			
		.sortable_event_item .event_image{
			background-size: contain;
			padding-bottom: 220px;
		}
	}
	
	.event_info .event_info_day>div:nth-child(1){
		font-size:30px;
		line-height:40px;
	}	
	.event_info .event_info_day>div:nth-child(2){
		font-size:15px;
		line-height:20px;
	}	
	@media(min-width:768px){
		
		
		.event_info .event_info_day>div:nth-child(1){
			font-size:30px;
			line-height:35px;
		}	
		.event_info .event_info_day>div:nth-child(2){
			font-size:15px;
			line-height:15px;
		}	
		.event_info .event_info_time{
		}
		.event_info .event_info_time::before {
			left: -12px;
		}
			
		
		
		
		.sortable_event_item .event_info{
			width:120px;
		}
		
		.sortable_event_item .event_info>div:first-child{
			padding:15px;
		}
		.sortable_event_item .event_detail{
			width:calc(100% - 120px);
			padding: 15px;
		}
	}
	
	@media(min-width:992px){
		.event_info .event_info_day{
			width:65px;
			padding-right:15px;
		}	
		.event_info .event_info_time{
			width:calc(100% - 65px);
			text-align:left;
		}
		.event_info .event_info_time::before {
			height: 100%;
		}
		.sortable_event_item .event_info{
			width:180px;
		}
		
		.sortable_event_item .event_detail{
			width:calc(100% - 180px);
			padding: 15px;
		}
	}
	
	.event_category{
		border-bottom: 1.5px solid #65338a;
	}
	
	.event_category_item{
		line-height:50px;
		text-align:center;
		border-bottom:4px solid transparent;
		padding:0px 30px;
		float:left;
		cursor:pointer;
	}
	@media(max-width:991px){
		
		.event_category_item{
			padding:0px 20px;
		}	
	}
	
	.event_category_item.active{
		border-bottom:4px solid #65338a;
		
		color:#65338a;
		
	}
	.event_category_item:hover{
		color:#65338a;
	
	}
	
	.event_category_item_list{
		width: 100%;
		border: 1px solid #DDD;
		border-radius: 4px;
		line-height: 25px;
		padding: 12.5px;
		outline: none;
	}
	
	.year_list{
		line-height:40px;
	
		text-align:center;
		border-bottom:4px solid transparent;
		padding:0px 30px;
		float:left;
		cursor:pointer;
	}
	.event_year_item_list{
		width: 160px;
		border: 1px solid #DDD;
		border-radius: 25px;
		line-height: 25px;
		padding: 12.5px;
		outline: none;
		text-align:center;
	}
	@media(max-width:767px){
		.event_year_item_list{
			width:100%;
			border: 1px solid #DDD;
			border-radius: 4px;
			line-height: 25px;
			padding: 12.5px;
			outline: none;
		}
	}
	
	
	@media(min-width:768px){
		.year_list{
			padding-right:0px;
		}
	}
/*events*/
/*news*/
	.news_container{
		min-height:400px;
	}
	
	@media(min-width:768px){
		.news_container{
			min-height:700px;
		}
	}
/*news*/





.calendar-hd {
    padding: 0px 0px !important;
    height: 30px;
    line-height: 30px;
}

#event_calendar ul,
#event_calendar ol,
#event_calendar li{
	list-style:none !important;
	padding-left: 0px;
}
#event_calendar.calendar .calendar-views .now{
	color:#333 !important;
}
#event_calendar.calendar .calendar-views {
    color: #333 !important;
    background: #f6c932 !important;
}

#event_calendar.calendar .calendar-views .selected {
    color: #333 !important;
    background: #ffdc68 !important;
}

#event_calendar.calendar .calendar-views .scheduled {
    color: #333 !important;
    background: #ffdc68 !important;
}


.sectionFullHeight{
	min-height:calc( 100% - 420px);
}

@media(min-width:768px){
	.sectionFullHeight{
		min-height:calc( 100% - 320px);
	}

}


.image4to3{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 75%;
	
}



.image4to3.contain{
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 75%;
	
}




.image1to1{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 100%;
	
}

.image1to1.contain{
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 100%;
	
}


.image1to2.contain{
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 200%;
	
}

/*calendar*/
	.calendar_head{
		height:35px;
	}
	.cal_arrow_left{
		float:left;
		width: calc(100% / 7);
		height:35px;
		line-height:35px;
		cursor:pointer;
		text-align:center;
	}
	.cal_month{
		float:left;
		width: calc(100% / 7 * 5);
		text-align:Center;
		font-weight:bold;
		line-height:35px;
		font-size:20px;
	}
	.cal_arrow_right{
		float:left;
		width: calc(100% / 7);
		height:35px;
		line-height:35px;
		text-align:center;
		cursor:pointer;
	}
		
	.calendar_weekday{
		border-bottom: 1px solid #888;	
	}
	.cal_weekday_col{
		float:left;
		width: calc(100% / 7);
		height:35px;
		line-height:35px;
		color:#888;
		font-size:18px;
		text-align: center;
	}
	
	.cal_day_item{
		float:left;
		width: calc(100% / 7);
		line-height: calc(100% / 7);
		padding:4px;
		text-align:center;
		
		display: table;
		
	}
	.cal_day_item:not(.event):not(.today):hover>div{
		background-color:#EEE;
		
	}
	.cal_day_item>div{
		border-radius:50%;
	}
	.cal_day_item.event>div{
		background-color:#f6c932;
		cursor:pointer;
		font-weight:bold;
	}
	.cal_day_item.today>div{
		background-color:#fff64a;
		font-weight:bold;
	}
	


/*calendar*/












td, th{
	padding:5px;
	
}



.eventinfo_time_container{
	position:absolute;
	left:0px;
	top: 0px;
	z-index: 1;
	background-color:#FFF;
	width:60px;
	max-width:100%;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	border-radius:1px;
	border: 2px solid #65338a;
	padding:2px !important;
}


.eventinfo_time_container .date_dd{
	font-size:15px;
	line-height:16px;
	position:relative;
	color:#65338a;
	font-weight:900;
	width:40%;
	text-align:left;
	
}
.eventinfo_time_container .date_dd::after{
	position: absolute;
    width: 90%;
    left: 5%;
    background-color: #f6c932;
    height: 4px;
    content: "";
    top: calc(100% + 0px);
}


.eventinfo_time_container .date_other{
	font-size:12px;
	line-height:14px;
	color:#65338a;
	width:55%;
	margin-left:auto;
	text-align:right;
	padding-top:2px;
	margin-top: -8px;
}


.homepage_kv .cornered{
	
}


table:not(.table) {
	border-color: rgb(238, 238, 238);
    border-style: solid;
}
table:not(.table) td{
	border-color: rgb(238, 238, 238);
    border-style: solid;
}




