/* Minification failed. Returning unminified contents.
(183,11): run-time error CSS1036: Expected expression, found ':'
 */
/* General
-------------------------------------------------*/
#event {
	background: url("/Content/images/events/event-w1280.jpg") center center;
	background-size: cover;
}

header#event h1 {
	font-size: 36px;
}

header#event .desc {
	font-size: 18px;
	font-weight: 300;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
	text-align: center;
	margin-top: 16px;
	margin-bottom: 0;
}

.msg {
	padding: 40px 15px;
	background-color: #FFF;
	text-align: center;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

#highlight .sec-title {
	margin-bottom: 16px;
}

/* Highlight Event Thumb */
.h-thumb-list .thumb-blk {
 	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.h-thumb-list .h-blk .thumb-info {
	padding: 10px;
}

.h-thumb-list .h-blk .thumb-info .desc {
	font-size: 13px;
}

/* Search Bar */
.event .search-panel .keyword,
.event .search-panel .type { width: 36%; }

/* Result List */
.result-list .sec-separator {
	font-size: 18px;
	margin-top: 32px;
	margin-bottom: 12px;
}

.result-list .thumb-blk .thumb {
	position: absolute;
	left: 10px;
	padding-top: inherit;
	overflow: hidden;
}

.result-list .thumb-blk .thumb-info {
	padding-left: 162px;
}

.hl-event hr {
	margin: 36px 0 24px 0;
}

.hl-event .h-blk .thumb-info .title {
	font-size: 18px;
	font-weight: bold;
	height: auto;
	max-height: 50px;
	margin-bottom: 6px;
}

.hl-event .h-blk .thumb-info .date-venue {
	position: absolute;
	bottom: 45px;
	margin-top: 0;
	margin-bottom: 0;
}

.hl-event .h-blk .thumb-info .date-venue .cef-logo {
	width: 20px;
	margin-left: 6px;
}

.hl-event .h-blk .thumb-info .tag-list {
	position: absolute;
	bottom: 15px;
	margin-top: 0;
}

.hl-event .thumb-blk .thumb {
	background-color: #eee;
	padding-top: 52.05%;
	position: relative;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.hl-event .thumb-blk .thumb	img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.hl-event .thumb-blk:hover .thumb img {
	moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.hl-event .thumb-blk .thumb .title {
	font-size: 20px;
}

.hl-event hr {
	width: 48px;
	border-top-color: #ccc;
	margin: 8px auto 20px auto;
}

/* Static CTHR Events
-------------------------------------------------*/
#cthr-hl-event .h-blk { margin-bottom: 30px; }

#cthr-hl-event .h-blk:last-child { margin-bottom: 0; }

/* CT-learning Shortcut
--------------------------------------------------*/
.ct-learning-sec {
	background: #ede8f1;
	text-align: center;
}

.ct-learning-sec .wrapper {
	display: inline-block;
	margin: 0 auto;
	padding: 8px;
}

.ct-learning-sec .text {
	font-size: 17px;
	font-weight: bold;
	color: #502272;
} 

.ct-learning-sec .btn {
	margin-left: 12px;
	color: #502272;
	font-size: 14px;
	font-weight: bold;
}

/* Event Listing
--------------------------------------------------*/
#event-listing .content,
.detail .content {
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
	-ms-flex-align: stretch;
}

#event-listing .content .content-l {
	-ms-flex: 0 0 300px;
	flex: 0 0 300px
}

#event-listing .content .content-r {
	min-width: 0;
	-ms-flex:: 1 1 auto;
	flex: 1 1 auto;
	margin-left: 30px;
}

.result-list .adv img {
	margin: 0 auto;
}

.result-list .thumb-info .title {
	height: auto;
	max-height: 45px;
}

.choose-date, .choose-date-2 {
	display: none;
}

.choose-date .dp-from .form-group {
	margin-bottom: 0;
}

/* Event Detail
--------------------------------------------------*/
#event-intro {
	padding-bottom: 130px;
	overflow: hidden;
}

#event-intro .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: url("/Content/images/events/18000_poster.jpg") top center;
	background-size: cover;
	filter: blur(15px);
	-webkit-filter: blur(15px);
}

#event-intro h1 { line-height: 1.3; }

#event-intro .organizer {
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	margin-top: 12px;
}

.info-sec.organizer img,
.organizer-logo img {
	max-width: 120px;
	max-height: 60px;
	padding: 12px;
	border: 1px solid #eee;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 12px;
}

.detail {
	background-color: rgba(80, 34, 114, 0.04);
}

.detail .content {
	background-color: #FFF;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
	margin-top: -120px;
	margin-bottom: 30px;
}

.detail .content p:last-child {
	margin-bottom: 0;
}

.detail .content a:link,
.detail .content a:visited {
	color: #9a81b5;
}

.detail .content a:hover {
	color: #76648e;
}

.detail .content .content-r {
	-ms-flex: 0 0 300px;
	flex: 0 0 300px
}

.detail .content .content-l {
	min-width: 0;
	border-right: 1px solid #eee;
	margin-right: 30px;
	padding-right: 30px;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.detail .desc ul,
.detail .desc ol {
	padding-left: 18px;
	margin-bottom: 20px;
}

.detail .desc ul {
	list-style: disc;
}

.detail .event-title {
	font-size: 24px;
	color: #502272;
	margin-bottom: 20px;
}

.detail .sub-title {
	font-size: 15px;
	font-weight: 300;
	color: #888;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.detail .info-sec {
	margin-bottom: 36px;
}

.detail .organizer .map {
	margin-top: 12px;
}

.detail .poster {
	margin-bottom: 16px;
}

.detail .poster img {
	width: 60%;
	margin: 0 auto;
}

.detail .content .content-l .info-sec {
	display: none;
	margin-bottom: 4px;
}

/* .detail .content .content-l .info-sec .sub-title {
	width: 100px;
} */

.detail .info-sec.date-time .expired {
	font-weight: bold;
	color: #ba2c2c;
	margin-left: 6px;
}

.detail .info-sec.date-time .info {
	margin-bottom: 12px;
	text-align: left;
}

.detail .info-sec.date-time .info .date {
	font-weight: bold;
	display: block;
}

.detail .info-sec.price .cef-logo {
	width: 28px;
	margin-left: 8px;
}

.detail .suggested {
	margin-bottom: 24px;
}

.detail .suggested:last-child {
	margin-bottom: 0;
}

/* Media Queries
-------------------------------------------------*/
@media only screen and (max-width: 1200px) {
	
}

@media (min-width: 992px) and (max-width: 1200px) {
	.by-cthr { font-size: 14px; }
}

@media only screen and (max-width: 992px) {
	#event { background-image: url("/Content/images/events/event-w992.jpg"); }
	
	/* Event Listing */
	#event-listing .content .content-l { display: none; }
	#event-listing .content .content-r { margin-left: 0; }
	#event-listing .content .content-r .row { margin-left: -15px; }
	
	.event .search-panel .keyword,
	.event .search-panel .type { width: 34%; }
	.event .more { width: 16%; }
	.event .submit { width: 16%; }
	
	/* Event Detail */
	.detail .content .content-r { display: none; }
	.detail .content .content-l { border-right: 0; padding-right: 0; margin-right: 0; }
	.detail .content .content-l .info-sec { margin-bottom: 16px; display: block; }
	.detail .content .content-l .info-sec .map { display: none; }
	.detail .sub-title { font-size: 13px;  margin-bottom: 4px; }
	.info-sec .sub-title, .info-sec .info { display: block; }
}

@media (min-width: 767px) and (max-width: 992px) {

}

@media only screen and (max-width: 767px) {
	#event { background-image: url("/Content/images/events/event-w768.jpg"); }

	/* Highlight Event */
	.hl-event .h-blk .thumb-w { padding-right: 15px; }
	.hl-event .h-blk .thumb-info-w { padding-left: 15px; }
	.hl-event .h-blk .thumb-info { padding: 10px; }
	.hl-event .h-blk .thumb-info .tag-list { position: relative; bottom: 0; }
	.hl-event .h-blk .thumb-info .date-venue { position: relative; bottom: 0; margin: 5px 0; }
	
	.result-list .thumb-blk .thumb-info { padding-left: 144px; }
	.result-list .sec-separator { font-size: 16px; margin-top: 24px; margin-bottom: 8px; }
	
	.event .thumb-info .title { height: auto; }
	
	.detail .poster img { width: 80%; }

	/* Search Modal */
	.search-modal .cb.by-cthr { margin-top: 4px; }

    /* CT Learning */
	.ct-learning-sec .text { font-size: 14px; max-width: 300px; } 
	.ct-learning-sec .btn { margin-left: 8px; font-size: 12px; padding: 4px 8px; }
}

@media only screen and (max-width: 480px) {
    header#event h1 { font-size: 30px; }
	header#event .desc { font-size: 16px; line-height: 1.3; margin-bottom: 16px; }

	/* Event Detail */
	#event-intro { padding: 24px 0 70px 0; }
	#event-intro h1 { font-size: 24px; }
	#event-intro .organizer { font-size: 16px; }
	
	.h-thumb-list .h-blk .thumb-info { padding: 8px; }
	
	.result-list .thumb-blk .thumb-info { padding-left: 136px; }

	.detail .content { padding: 24px; margin-top: -70px; }
	.detail .event-title { display: none; }

	#cthr-event .cthr-blk, #cthr-hl-event .h-blk { margin-bottom: 16px; }
}

@media only screen and (max-width: 360px) {
	/* CT Learning */
	.ct-learning-sec .text { display: inline-block; width: 50%; font-size: 14px; text-align: left; vertical-align: middle; } 
	.ct-learning-sec .btn { display: inline-block; vertical-align: middle; }
}

@media only screen and (max-width: 320px) {
	#event { background-image: url("/Content/images/events/event-w330.jpg"); }
	.result-list .thumb-blk .thumb-info { padding-left: 108px; }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
.addthis-smartlayers-desktop {
	display: none;
}

.addthis-smartlayers-mobile {
	display: none;
}

[canvas="container"] {
	overflow-x: hidden;
}

.page-control {
	visibility: hidden;
}

.page-control-mobile {
	display: none;
}

.page-control .wrapper {
	display: table;
	height: 83px;
}

.page-control .content-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.page-control:link .wrapper i {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;
}

.page-control:link .wrapper label {
	margin-bottom: 0;
	opacity: 0.7;
}

.prev-page:link .wrapper,
.prev-page:visited .wrapper {
	width: 200px;
	background-color: #4a2366;
	color: #FFF;
	text-align: right;
	
	padding: 10px 15px;
	padding-right: 48px;
	
	position: fixed;
	left: -160px;
	top: 50%;
	margin-top: -60px;

	z-index: 99;
	 -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
	
	
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
}

.prev-page:hover .wrapper {
    -webkit-transform: translateX(160px); 
    -moz-transform: translateX(160px); 
    -ms-transform: translateX(160px); 
    transform: translateX(160px); 
}

.next-page:link,
.next-page:visited  {
	overflow: hidden;
	left: auto;
	right: 0;
	position: fixed;
	top: 50%;
	margin-top: -60px;
	
	z-index: 99;
	 -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.next-page .wrapper {
	position: relative;
	right: -160px; 
	 -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.next-page:link .wrapper ,
.next-page:visited .wrapper  {
	width: 200px;
	background-color: #4a2366;
	color: #FFF;
	text-align: right;
	
	padding: 10px 15px;
	padding-right: 48px;
	
	padding-right: 15px;
	padding-left: 48px;
	
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	
	-webkit-box-shadow: -2px 2px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: -2px 2px 4px 0px rgba(0,0,0,0.2);
	box-shadow: -2px 2px 4px 0px rgba(0,0,0,0.2);
	
	text-align: left;
}

.next-page:hover .wrapper, .next-page.hover .wrapper {
	-webkit-transform: translateX(-160px); 
    -moz-transform: translateX(-160px); 
    -ms-transform: translateX(-160px); 
    transform: translateX(-160px); 
}


.next-page:link .wrapper i {
	right: auto;
	left: 20px;
}

@media only screen and (max-width: 767px) {	
	/* Page Control */
	.page-control { visibility: hidden!important; }
	
	.with-post-nav.banner-on [canvas="container"]  {
		margin-top: 51px;
		height: -webkit-calc(100% - 110px);
		height: -moz-calc(100% - 110px);
		height: calc(100% - 110px);
	}
	
	.with-post-nav .sticky-back-to-top {
		bottom: 70px;
	}
	
	.post-nav { 
		background: #4a2366;
		height: 60px;
		width: 100%;
		position: fixed;
		bottom: 0;
		z-index: 10;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
		-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
		-moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
		box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}
	
	.post-nav .nav-btn {
		display: block;
		width: 100%;
		float: left;
	}
	
	.post-nav .nav-btn .title {
		font-size: 12px;
		font-weight: bold;
		color: #d2c7dd;
		display: block;
	}
	
	.post-nav .nav-btn .article-title {
		height: 21px;
		white-space: nowrap;
		overflow: hidden;
		color: #fff;
		font-size: 15px;
	}
	
	.post-nav .nav-btn:hover .article-title {
		color: #d2c7dd;
		-webkit-transition: color 0.3s;
		-moz-transition: color 0.3s;
		transition: color 0.3s;
	}
	
	.post-nav .fa {
		position: absolute;
		top: 0;
		width: 20px;
		font-size: 20px;
		line-height: 60px;
		color: #fff;
	}

	.post-nav .nav-btn .fa {
		right: 4px;
	}
	
	.post-nav .nav-btn:hover .fa {
		color: #d2c7dd;
		-webkit-transition: color 0.3s;
		-moz-transition: color 0.3s;
		transition: color 0.3s;
	}
	
	.post-nav .nav-btn .text-content {
		display: table;
		width: 100%;
	}

	.post-nav .nav-btn .text-content {
		padding: 12px 30px;
	}
	
	.post-nav .nav-btn .text-content .content-wrapper {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
	}
}

@media only screen and (max-width: 450px) {	
	.post-nav .nav-btn {
		width: 100%;
	}
	.post-nav .nav-btn .text-content {
		padding-left: 20px;
		padding-right: 20%;
	}
}
