/*
Theme Name: Custom Theme
Author: Molto Digital Limited
Version: 1.0
License: Private
Text Domain: customtheme
*/

/* ROBOTO thin 100, light 300, regular 400, medium 500, bold 700, black 900 */
/* @import url('https://webarchive.lib.cuhk.edu.hk/20220409010809cs_/https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,600,700'); */
/* GENERAL */

html, body {
	width: 100%;
}
body {
  min-width: 300px;
  color: #333;
  background-color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400; /* regular */
  font-size: 62.5%; /* 10px */
  line-height: 1.4;
  overflow: auto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
}
body.small {
	font-size: 46.875%;
}
body.large {
	font-size: 78.125%;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
a {
	color: #762570; /* temp */
  text-decoration: none;
}
p {
  margin-bottom: 1em;
  font-size: 1.6em;
  text-align: left;
}
p:last-child {
  margin-bottom: 0;
}
p a {
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
.content table {
	width: 100%;
	table-layout: fixed;
}
.content td, .content th {
	padding: 5px 10px;
	border: 1px solid #CCC;
	font-size: 1.6em;
	vertical-align: middle;
}
input[type="text"], input[type="email"],
input[type="submit"], textarea {
	-webkit-appearance: none;
}
strong {
	font-weight: 600;
}
em {
	font-style: italic;
}
sup {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
span.description {
	color: transparent;
	font: 0/0 a;
}
.content ul {
  list-style: outside disc;
  margin-left: 2em;
  margin-bottom: 2em;
}
.content ol {
  list-style: outside decimal;
  margin-left: 2em;
  margin-bottom: 2em;
}
.content li {
  margin-bottom: 0.5em;
  font-size: 1.6em;
}
.highlight {
	color: red !important;
}

table {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
}
.content li p, .content p li, .content p p,
.content li li, .content th p, .content td p,
.content th li, .content td li {
  font-size: 1em;
}
.content th ul, .content th ol,
.content td ul, .content td ol {
	margin-left: 1em;
}
.qtranxs-available-languages-message {
	display: none !important;
}

.container {
	position: relative;
	width: 100%;
	min-width: 300px;
}
body.home .container:before {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #6D2C6D;
	-webkit-animation: homepage-overlay 1.5s 1.5s cubic-bezier(0.6, 0.04, 0.98, 0.335) forwards;
	-moz-animation: homepage-overlay 1.5s 1.5s cubic-bezier(0.6, 0.04, 0.98, 0.335) forwards;
	-o-animation: homepage-overlay 1.5s 1.5s cubic-bezier(0.6, 0.04, 0.98, 0.335) forwards;
	animation: homepage-overlay 1.5s 1.5s cubic-bezier(0.6, 0.04, 0.98, 0.335) forwards;
	/* animation: homepage-overlay 2s 1.8s cubic-bezier(0.6, 0.04, 0.98, 0.335) forwards; */
}
@-webkit-keyframes homepage-overlay {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-moz-keyframes homepage-overlay {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-o-keyframes homepage-overlay {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes homepage-overlay {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

body.home .page-banner-image {
	-webkit-animation: homepage-pbi 3s ease-in-out forwards;
	-moz-animation: homepage-pbi 3s ease-in-out forwards;
	-o-animation: homepage-pbi 3s ease-in-out forwards;
	animation: homepage-pbi 3s ease-in-out forwards;
}
@-webkit-keyframes homepage-pbi {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes homepage-pbi {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
@-o-keyframes homepage-pbi {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
@keyframes homepage-pbi {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

body.home .page-slogan {
	opacity: 0;
	-webkit-animation: homepage-slogan 3s ease-in-out forwards;
	-moz-animation: homepage-slogan 3s ease-in-out forwards;
	-o-animation: homepage-slogan 3s ease-in-out forwards;
	animation: homepage-slogan 3s ease-in-out forwards;
}
body.home .page-banner-button,
body.home .page-banner-scroll {
	opacity: 0;
	-webkit-animation: homepage-button 1s 4.5s ease-in-out forwards;
	-moz-animation: homepage-button 1s 4.5s ease-in-out forwards;
	-o-animation: homepage-button 1s 4.5s ease-in-out forwards;
	animation: homepage-button 1s 4.5s ease-in-out forwards;
}
@-webkit-keyframes homepage-slogan {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes homepage-slogan {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
@-o-keyframes homepage-slogan {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
@keyframes homepage-slogan {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes homepage-button {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes homepage-button {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-o-keyframes homepage-button {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes homepage-button {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


.wrapper {
	width: 90%;
	max-width: 1230px;
	margin: 0 auto;
}
.video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin: 0 auto;
	overflow: hidden;
}
.video-container iframe, .video-container object,
.video-container embed {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.video-container p {
	color: transparent;
	font: 0/0 a;
}
.map-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin: 0 auto 35px auto;
	overflow: hidden;
}
.map-container iframe, .map-container object,
.map-container embed {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


/* ALL PAGES */

p.large-text {
	font-size: 2.8em;
	font-weight: 300;
	line-height: 1.36;
}
span.large-text {
	font-size: 1.75em;
}
li span.large-text {
	font-size: 1.5em;
}
p span.large-text {
	font-size: 1.75em;
	font-weight: 300;
	line-height: 1.36;
}
p.medium-text {
	font-size: 2em;
	font-weight: 300;
	line-height: 1.36;
}
span.medium-text {
	font-size: 1.25em;
}
p span.medium-text {
	font-size: 1.25em;
	font-weight: 300;
	line-height: 1.36;
}

.content-row.text-only {
	padding-bottom: 100px;
}
.content-row .text-only + .content-row {
	margin-top: -100px;
}
.content-row.text-only + .content-row.image-blocks,
.content-row.text-only + .content-row.image-stripes {
	margin-top: -70px;
}
.content-text ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 1.6em;
	font-weight: 300;
	line-height: 1.36;
}
.content-text ul li:before {
	position: absolute;
	left: 5px;
}
.content-text ul li:before,
.content-text ul ul ul li:before,
.content-text ul ul ul ul ul li:before {
	top: 3px;
	content:'•';
	font-size: 16px;
}
.content-text ul li li {
	font-size: 1em;
}
.content-text ul ul {
	margin-top: 10px;
}
.content-text ul ul li:before,
.content-text ul ul ul ul li:before {
	top: 4px;
	content: '⚬';
	font-size: 12px;
}

.fixed-element, .mobile-element {
	display: none;
}
.mobile-element {
	max-width: 90px;
}

.social-icons {
	position: fixed;
	right: 0;
	top: 270px;
}
.social-icon {
	display: block;
	position: relative;
	width: 42px;
	height: 42px;
	right: -42px;
	margin-bottom: 13px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	/* animation: social 2s ease-in-out forwards; */
	transition: all 0.3s ease-in-out;
}

.social-icon:first-child {
	-webkit-animation: social-1 1.6s ease-in-out forwards;
	-moz-animation: social-1 1.6s ease-in-out forwards;
	-o-animation: social-1 1.6s ease-in-out forwards;
	animation: social-1 1.6s ease-in-out forwards;
}
.social-icon:nth-child(2) {
	-webkit-animation: social-2 1.6s ease-in-out forwards;
	-moz-animation: social-2 1.6s ease-in-out forwards;
	-o-animation: social-2 1.6s ease-in-out forwards;
	animation: social-2 1.6s ease-in-out forwards;
}
.social-icon:nth-child(3) {
	-webkit-animation: social-3 1.6s ease-in-out forwards;
	-moz-animation: social-3 1.6s ease-in-out forwards;
	-o-animation: social-3 1.6s ease-in-out forwards;
	animation: social-3 1.6s ease-in-out forwards;
}
.social-icon:nth-child(4) {
	-webkit-animation: social-4 1.6s ease-in-out forwards;
	-moz-animation: social-4 1.6s ease-in-out forwards;
	-o-animation: social-4 1.6s ease-in-out forwards;
	animation: social-4 1.6s ease-in-out forwards;
}
.social-icon:nth-child(5) {
	-webkit-animation: social-5 1.6s ease-in-out forwards;
	-moz-animation: social-5 1.6s ease-in-out forwards;
	-o-animation: social-5 1.6s ease-in-out forwards;
	animation: social-5 1.6s ease-in-out forwards;
}
.social-icon:last-child {
	-webkit-animation: social-6 1.6s ease-in-out forwards;
	-moz-animation: social-6 1.6s ease-in-out forwards;
	-o-animation: social-6 1.6s ease-in-out forwards;
	animation: social-6 1.6s ease-in-out forwards;
}
body.home .social-icon {
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-o-animation-delay: 3s;
	animation-delay: 3s;
}

@-webkit-keyframes social-1 {
	0% {
		right: -42px;
	}
	40% {
		right: -42px;
	}
	80% {
		right: 40px;
	}
	100% {
		right: 0;
	}
}
@-moz-keyframes social-1 {
	0% {
		right: -42px;
	}
	40% {
		right: -42px;
	}
	80% {
		right: 40px;
	}
	100% {
		right: 0;
	}
}
@-o-keyframes social-1 {
	0% {
		right: -42px;
	}
	40% {
		right: -42px;
	}
	80% {
		right: 40px;
	}
	100% {
		right: 0;
	}
}
@keyframes social-1 {
	0% {
		right: -42px;
	}
	40% {
		right: -42px;
	}
	80% {
		right: 40px;
	}
	100% {
		right: 0;
	}
}

@-webkit-keyframes social-2 {
	0% {
		right: -42px;
	}
	30% {
		right: -42px;
	}
	80% {
		right: 40px;
	}
	100% {
		right: 0;
	}
}
@-moz-keyframes social-2 {
	0% {
		right: -42px;
	}
	30% {
		right: -42px;
	}
	80% {
		right: 40px;
	}
	100% {
		right: 0;
	}
}
@-o-keyframes social-2 {
	0% {
		right: -42px;
	}
	30% {
		right: -42px;
	}
	80% {
		right: 40px;
	}
	100% {
		right: 0;
	}
}
@keyframes social-2 {
	0% {
		right: -42px;
	}
	30% {
		right: -42px;
	}
	80% {
		right: 40px;
	}
	100% {
		right: 0;
	}
}

@-webkit-keyframes social-3 {
	0% {
		right: -42px;
	}
	20% {
		right: -42px;
	}
	80% {
		right: 40px;
	}
	100% {
		right: 0;
	}
}
@-moz-keyframes social-3 {
	0% {
		right: -42px;
	}
	20% {
		right: -42px;
	}
	80% {
		right: 40px;
	}
	100% {
		right: 0;
	}
}
@-o-keyframes social-3 {
	0% {
		right: -42px;
	}
	20% {
		right: -42px;
	}
	80% {
		right: 40px;
	}
	100% {
		right: 0;
	}
}
@keyframes social-3 {
	0% {
		right: -42px;
	}
	20% {
		right: -42px;
	}
	80% {
		right: 40px;
	}
	100% {
		right: 0;
	}
}

@-webkit-keyframes social-4 {
	0% {
		right: -42px;
	}
	10% {
		right: -42px;
	}
	80% {
		right: 40px;
	}
	100% {
		right: 0;
	}
}
@-moz-keyframes social-4 {
	0% {
		right: -42px;
	}
	10% {
		right: -42px;
	}
	80% {
		right: 40px;
	}
	100% {
		right: 0;
	}
}
@-o-keyframes social-4 {
	0% {
		right: -42px;
	}
	10% {
		right: -42px;
	}
	80% {
		right: 40px;
	}
	100% {
		right: 0;
	}
}
@keyframes social-4 {
	0% {
		right: -42px;
	}
	10% {
		right: -42px;
	}
	80% {
		right: 40px;
	}
	100% {
		right: 0;
	}
}

@-webkit-keyframes social-5 {
	0% {
		right: -42px;
	}
	80% {
		right: 40px;
	}
	100% {
		right: 0;
	}
}
@-moz-keyframes social-5 {
	0% {
		right: -42px;
	}
	80% {
		right: 40px;
	}
	100% {
		right: 0;
	}
}
@-o-keyframes social-5 {
	0% {
		right: -42px;
	}
	80% {
		right: 40px;
	}
	100% {
		right: 0;
	}
}
@keyframes social-5 {
	0% {
		right: -42px;
	}
	80% {
		right: 40px;
	}
	100% {
		right: 0;
	}
}

@-webkit-keyframes social-6 {
	0% {
		right: -42px;
	}
	90% {
		right: 40px;
	}
	100% {
		right: 0;
	}
}
@-moz-keyframes social-6 {
	0% {
		right: -42px;
	}
	90% {
		right: 40px;
	}
	100% {
		right: 0;
	}
}
@-o-keyframes social-6 {
	0% {
		right: -42px;
	}
	90% {
		right: 40px;
	}
	100% {
		right: 0;
	}
}
@keyframes social-6 {
	0% {
		right: -42px;
	}
	90% {
		right: 40px;
	}
	100% {
		right: 0;
	}
}

.social-icon:before {
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	content: '';
	width: 50px;
	height: 100%;
	background-color: #6D2C6D;
}
.social-icon:hover {
	margin-left: -10px;
	transition: all 0.1s ease-in-out;
}
.social-icon:last-child {
	margin-bottom: 0;
}
.social-cutv {
	background-image: url('images/social-cutv-square@2x.png');
}
.social-facebook {
	background-image: url('images/social-facebook-square@2x.png');
}
.social-youtube {
	background-image: url('images/social-youtube-square@2x.png');
}
.social-linkedin {
	background-image: url('images/social-linkedin-square@2x.png');
}
.social-twitter {
	background-image: url('images/social-twitter-square@2x.png');
}
.social-instagram {
	background-image: url('images/social-instagram-square@2x.png');
}

html, body, .container {
	width: 100%;
	height: 100%;
}
.header {
	width: 100%;
	height: 100%;
	background: url('images/home-bg@2x.jpg') no-repeat center center;
	background-size: cover;
}
.header:before { /* mask */
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #223537; /* #1e3638 */
	opacity: 0.4;
	z-index: 1;
	/* background-color: rgba(167,175,176,0.2); */
}
.header-top {
	position: fixed;
	width: 100%;
	padding-bottom: 50px;
	z-index: 3;
	overflow: hidden;
}
.header-top-wrapper, .main-menu-container {
	position: relative;
}
body.home .header-top-wrapper, body.home .main-menu-container {
	top: -30px;
	opacity: 0;
	-webkit-animation: homepage-header-top 1.5s 3.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-moz-animation: homepage-header-top 1.5s 3.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-o-animation: homepage-header-top 1.5s 3.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	animation: homepage-header-top 1.5s 3.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@-webkit-keyframes homepage-header-top {
	0% {
		top: -30px;
		opacity: 0;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}
@-moz-keyframes homepage-header-top {
	0% {
		top: -30px;
		opacity: 0;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}
@-o-keyframes homepage-header-top {
	0% {
		top: -30px;
		opacity: 0;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}
@keyframes homepage-header-top {
	0% {
		top: -30px;
		opacity: 0;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}
.header-top:before {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 );
	z-index: -1;
}
.header-top-wrapper {
	padding: 36px 0;
	overflow: hidden;
}

.header-logos {
	float: left;
}
.header-logo {
	display: inline-block;
	vertical-align: top;
}
.header-logo-1 {
	width: 484px;
	height: 81px;
	padding-right: 23px;
}
.header-logo-2 {
	display: inline-block;
	width: 233px;
	height: 76px;
	border-left: 2px solid rgba(255,255,255,0.4);
	padding-left: 25px;
}

.header-corner {
	float: right;
}
.header-corner.mobile {
	display: none;
}
.header-logout {
	display: inline-block;
	position: relative;
  float: right;
  margin-left: 28px;
  font-size: 0;
  z-index: 101;
}
.header-logout a {
	display: inline-block;
	height: 39px;
  padding: 4px 15px;
  border: 3px solid #fff;
  color: #fff;
  background-color: #762570;
  font-weight: 700;
  font-size: 18px;
  border-radius: 12px;
}
body.fixed-header .header-logout a {
	height: 34px;
	border: 2px solid #76236c;
	padding: 2px 10px;
	color: #76236c;
  background-color: transparent;
}
.header-language-switcher {
	display: inline-block;
	margin-top: 11px;
	vertical-align: top;
}
.language-chooser {
	display: none;
}
.language-chooser li.lang-sc {
	display: none;
}
.header-language-switcher li {
	display: inline-block;
}
.header-language-switcher li {
	padding-right: 15px;
}
.header-language-switcher li.lang-en {
	border-right: 1px solid #FFF;
	margin-right: 15px;
}
.header-language-switcher a {
	display: inline-block;
	color: #FFF;
	font-size: 1.8em;
	line-height: 1;
}
.fixed-header .header-language-switcher li {
	border-color: #000;
}
.fixed-header .header-language-switcher a {
	color: #000;
}

.header-search {
	display: inline-block;
	position: relative;
	width: 38px;
	height: 38px;
	border: 3px solid #FFF;
	margin-left: 9px;
	background-color: #85857C;
	border-radius: 12px;
	transition: width 0.3s ease-in-out;
	z-index: 100;
}
.header-search-mask {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 10;
}
.header-search.active {
	width: 200px;
	transition: width 0.3s ease-in-out;
}
.header-search:after {
	display: block;
	position: absolute;
	content: '';
	right: 6px;
	top: 6px;
	width: 20px;
	height: 20px;
	background: url('images/header-search-icon@2x.png') no-repeat center center;
	background-size: contain;
}
.header-search #searchform {
	opacity: 0;
	padding: 6px 0 0 10px;
	text-align: left;
	transition: all 0.3s ease-in-out;
}
.header-search.active #searchform {
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
.header-search #s {
	width: 150px;
	font-size: 1.6em;
	color: #FFF;
	background: transparent;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.header-search.active #s {
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
.header-search #searchsubmit {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 20px;
	height: 20px;
	color: transparent;
	background: transparent;
	font: 0/0 a;
	z-index: 9;
	cursor: pointer;
}
.header-search ::-webkit-input-placeholder {
  color: #FFF;
}
.header-search ::-moz-placeholder {
  color: #FFF;
}
.header-search :-ms-input-placeholder {
  color: #FFF;
}
.header-search :-moz-placeholder {
  color: #FFF;
}

.main-menu-button, .main-menu-close, .main-menu-mask {
	display: none;
}
.main-menu-button {
	width: 45px;
  font-size: 14px;
  color: #2f1d14;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
}
.main-menu-close {
	width: 25px;
	height: 25px;
	background-image: url('./images/menu-close@2x.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.main-menu-button {
  position: fixed;
  top: 12px;
  right: 20px;
}
.main-menu-button span {
  display: block;
  width: 100%;
  height: 4px;
  margin: 12px auto;
  background-color: #E4A836;
  border-radius: 2px;
}
.main-menu-button span:last-child {
	margin-bottom: 2px;
}
.main-menu-container {
	padding: 10px 0;
	clear: both;
}
.main-menu > ul {
	font-size: 0.1px;
	text-align: justify;
}
.main-menu > ul:after {
  display: inline-block;
  content: '';
  width: 100%;
}
.main-menu > ul > li,
.main-menu > ul > .main-menu-separator {
	display: inline-block;
	font-size: 10px;
	vertical-align: middle;
}
.main-menu-separator span {
	display: inline-block;
	width: 2px;
	height: 16px;
	background-color: #FFF;
}
.main-menu > ul > li {
	position: relative;
}
.main-menu > ul > li:first-child {
	padding-left: 0;
}
.main-menu > ul > li:last-child {
	padding-right: 0;
	border-right: 0;
}
.main-menu li.en,
.main-menu li.tc,
.main-menu li.sc {
	display: none;
}
html.en_US .main-menu li.en,
html.en_GB .main-menu li.en,
html.zh_TW .main-menu li.tc,
html.zh_CN .main-menu li.sc {
	display: block;
}
.main-menu > ul > .main-menu-separator {
	width: 2px;
	height: 16px;
	background-color: #FFF;
	opacity: 1;
}
.main-menu > ul > .main-menu-separator:last-child {
	display: none;
}
.main-menu > ul > li > a {
	display: inline-block;
	padding: 10px 15px 10px 15px;
	color: #FFF;
	font-size: 2.1em;
	font-weight: 400;
	line-height: 1.4;
	vertical-align: middle;
}
.main-menu > ul > li > a:hover,
.main-menu > ul > li.active > a,
.main-menu > ul > li.hover > a {
	color: #DDAB44;
	transition: all 0.25s ease-in-out;
}
.main-menu > ul > li > a {
	transition: color 0.25s ease-in-out;
}
.main-menu > ul > .main-menu-separator.hide {
	opacity: 0;
	transition: all 0.25s ease-in-out;
}
.main-menu > ul > .main-menu-separator {
	transition: all 0.25s ease-in-out;
}
.main-menu > ul > li.menu-item-has-children.hover > a {
	background-color: rgba(116,36,112,0.9);
}
.main-menu ul ul {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 260px;
	height: 0;
	opacity: 0;
	z-index: -1;
}
.main-menu ul li.wide ul {
	width: 360px;
}
.main-menu ul li:nth-last-child(2) ul {
	left: auto;
	right: 0;
}
.main-menu ul li.hover ul {
	height: auto;
	opacity: 1;
	z-index: 100;
	transition: all 0.25s ease-in-out;
}

/*
.main-menu ul li.nohover ul {
	transition: all 0.25s ease-in-out;
}
*/
.main-menu ul ul li {
	display: block;
	height: 0;
	opacity: 0;
}
.main-menu ul li.hover ul li {
	height: auto;
	opacity: 1;
	transition: all 0.25s ease-in-out;
}
.main-menu ul ul li a {
	display: block;
	height: 0;
	color: #FFF;
	font-size: 1.9em;
	font-weight: 400;
	line-height: 1.4;
	text-align: left;
	background-color: rgba(116,36,112,0.9);
	transition: all 0.25s ease-in-out;
}
.main-menu ul li.menu-item-has-children.hover ul li a {
	height: auto;
	padding: 10px 15px;
}
.main-menu ul ul li a:hover,
.main-menu ul ul li.active a,
.main-menu ul li.current-menu-ancestor > a,
.main-menu ul li.current-menu-parent > a, 
.main-menu ul li.current-menu-item > a {
	color: #DDAB44;
	/* background-color: rgba(116,36,112,0.9); */
	transition: all 0.1s ease-in-out;
}

.header-bottom {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.header-bottom-wrapper {
	height: 100%;
}

body.fixed-header .fixed-element {
	display: block;
}
body.fixed-header .non-fixed-element {
	display: none;
}

body.fixed-header .header-top {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	/*min-width: 1366px; /* temp */
	padding: 0;
	background-color: rgba(255,255,255,0.95);
	z-index: 10000;
}
body.fixed-header .header-top:before {
	display: none;
}
body.fixed-header .header-top-wrapper {
	padding: 20px 0 5px 0;
}
body.fixed-header .main-menu-container {
	padding: 5px 0 0 0;
	background-color: transparent;
}
body.fixed-header .header-corner {
	text-align: right;
}
body.fixed-header .header-logo-1 {
	width: 424px;
}
body.fixed-header .header-logo-2 {
	width: 235px;
	border-left: 2px solid #79046E;
}
body.fixed-header .social-icons {
	display: inline-block;
	position: static;
	float: right;
	margin-bottom: 15px;
}
.social-icons:after { 
   content: ""; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}
body.fixed-header .social-icon {
	float: left;
	display: block;
	width: 34px;
	height: 34px;
	margin: 0 10px 0 0;
	transition: all 0.1s ease-in-out;
}
body.fixed-header .social-icon:last-child {
	margin-right: 0;
}
body.fixed-header .social-icon:hover {
	margin-top: -10px;
	transition: all 0.1s ease-in-out;
}
body.fixed-header .social-icon:before {
	display: none;
}
body.fixed-header .header-language-switcher {
	margin: 7px 0 0 0;
	clear: both;
}
body.fixed-header a.header-language-switch {
	color: #000;
	font-size: 1.6em;
}
body.fixed-header a.header-language-switch:first-child {
	padding-right: 10px;
	border-right: 1px solid #000;
	margin-right: 10px;
}

body.fixed-header .header-search {
	width: 34px;
	height: 34px;
	border: 2px solid #76236c;
	background-color: transparent;
}
body.fixed-header .header-search.active {
	width: 200px;
}
body.fixed-header .header-search:after {
	right: 5px;
	top: 4px;
	background-image: url('images/header-search-icon-purple@2x.png');
}
body.fixed-header .header-search #searchform {
	margin-top: -1px;
}
body.fixed-header .header-search #s {
	color: #333226;
}
body.fixed-header .header-search ::-webkit-input-placeholder {
  color: #333226;
}
body.fixed-header .header-search ::-moz-placeholder {
  color: #333226;
}
body.fixed-header .header-search :-ms-input-placeholder {
  color: #333226;
}
body.fixed-header .header-search :-moz-placeholder {
  color: #333226;
}

body.fixed-header .main-menu > ul > .main-menu-separator {
	background-color: #781770;
}
body.fixed-header .main-menu > ul > li > a {
	color: #333226;
}
body.fixed-header .main-menu > ul > li > a:hover,
body.fixed-header .main-menu > ul > li.active > a,
body.fixed-header .main-menu > ul > li.hover > a {
	color: #DDAB44; /* #8e1885 */
}


.page-banner {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: auto;
	margin-top: -50px;
	padding: 101px 0 0 0;
	text-align: center;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
body.home .page-banner {
	padding-top: 57px;
}
.page-banner-scroll {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-bottom: 83px;
	color: #FFF;
	font-size: 2.4em;
	/* font-weight: 600; */
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.page-banner-scroll:hover {
	padding-bottom: 90px;
	text-shadow: 0 5px 10px rgba(0,0,0,0.5);
	transition: all 0.3s ease-in-out;
}
.page-banner-scroll:after {
	display: block;
	content: '';
	position: absolute;
  left: 50%;
  bottom: 40px;
  width: 52px;
  height: 16px;
  margin-left: -26px;
	background: url('images/arrow-down@2x.png') no-repeat center center;
	background-size: contain;
	-webkit-animation: banner-arrow 3s ease-in-out infinite;
	-moz-animation: banner-arrow 3s ease-in-out infinite;
	-o-animation: banner-arrow 3s ease-in-out infinite;
	animation: banner-arrow 3s ease-in-out infinite;
}
@-webkit-keyframes banner-arrow {
	0% {
		bottom: 40px;
	}
	45% {
		bottom: 20px;
	}
	55% {
		bottom: 20px;
	}
	100% {
		bottom: 40px;
	}
}
@-moz-keyframes banner-arrow {
	0% {
		bottom: 40px;
	}
	45% {
		bottom: 20px;
	}
	55% {
		bottom: 20px;
	}
	100% {
		bottom: 40px;
	}
}
@-o-keyframes banner-arrow {
	0% {
		bottom: 40px;
	}
	45% {
		bottom: 20px;
	}
	55% {
		bottom: 20px;
	}
	100% {
		bottom: 40px;
	}
}
@keyframes banner-arrow {
	0% {
		bottom: 40px;
	}
	45% {
		bottom: 20px;
	}
	55% {
		bottom: 20px;
	}
	100% {
		bottom: 40px;
	}
}
/*
.page-banner-scroll:after {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1px;
	height: 54px;
	margin-left: -0.5px;
	background-color: #FFF;
	transition: all 0.3s ease-in-out;
}
.page-banner-scroll:hover:after {
	height: 71px;
	transition: all 0.2s ease-in-out;
}
*/
.page-banner-image {
	width: 80%;
	max-width: 418px;
	margin: 0 auto 50px auto;
}
.page-slogan {
	position: relative;
	padding-bottom: 50px;
}
.page-slogan h2 {
	color: #FFF;
	font-size: 6.9em;
	font-weight: 300;
	text-align: center;
	/* text-shadow: 4px 4px 6px rgba(0,0,0,0.75); */
	text-shadow: 4px 4px 4px rgba(0,0,0,0.85);
}
a.page-banner-button {
	display: inline-block;
	min-width: 188px;
	padding: 9px 20px;
	border: 1px solid #FFF;
	margin-top: 50px;
	color: #FFF;
	background-color: rgba(255,255,255,0.3);
	font-size: 1.8em;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
a.page-banner-button:hover {
	background-color: #6D2C6D;
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: all 0.2s ease-in-out;
}
.slider-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 0;
}
.slider-container .bx-wrapper,
.slider-container .bx-viewport,
.slider,
.slider-container .slide {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.slider {
	visibility: hidden;
}
.slider-container .slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.slide-link {
	display: block;
	position: absolute;
	right: 45px;
	bottom: 32px;
	width: 60px;
	height: 60px;
	background: url('images/slide-link-sprite@2x.png') no-repeat left top;
	background-size: 60px 160px;
}
.slide-link:hover {
	background-position: 0 -100px;
}


.footer {
	background-color: #E9EBEB;
}
.footer-wrapper {
	max-width: none;
	padding: 30px 20px;
	font-size: 0.1px;
	text-align: justify;
	overflow: hidden;
}
.footer-wrapper:after {
  display: inline-block;
  content: '';
  width: 100%;
}
.footer-col {
	display: inline-block;
	font-size: 10px;
	vertical-align: top;
}
.footer-logo {
	display: inline-block;
	width: 330px;
	/*height: 125px;*/
}
.footer-text {
	margin-top: -4px;
}
/*
.footer-text-2 {
	margin-top: 25px;
}
*/
.footer-text p {
	color: #000;
	/* font-family: 'Crimson Text', serif;
	font-size: 1.5em; */
	font-size: 1.4em;
	font-weight: 300;
	line-height: 1.3;
}
.footer-middle {
	border-left: 3px solid #76236c;
	padding-left: 12px;
}
.footer-right {
	min-width: 400px;
}
.footer-menu {
	overflow: hidden;
}
.footer-menu ul {
	float: left;
	width: 50%;
	padding-right: 20px;
}
.footer-menu li {
	margin-bottom: 5px;
}
.footer-menu li.en,
.footer-menu li.tc,
.footer-menu li.sc {
	display: none;
}
html.en_US .footer-menu li.en,
html.en_GB .footer-menu li.en,
html.zh_TW .footer-menu li.tc,
html.zh_CN .footer-menu li.sc {
	display: block;
}
.footer-menu a {
	color: #000;
	font-size: 2.2em;
	line-height: 1;
	font-weight: 300;
}
.copyright {
	margin-top: 27px;
	font-size: 1.4em;
	line-height: 1.3;
	letter-spacing: -0.3px;
	text-align: left;
}


.coming-soon {
	padding-bottom: 500px; /* temp */
	font-size: 1.6em;
	text-align: left;
}
.coming-soon p {
	font-size: 1em;
}


/* ALL PAGES */


.main {
	padding: 18px 0 60px 0;
	background-color: #FFF;
}
body.home .main, .main.main-full-width {
	padding: 0;
}
.main.main-grey {
	background-color: #E1E1DE;
}
.main.main-dark {
	background-color: #5C5B52;
}
.main.main-dark, .main.main-dark p, .main.main-dark li {
	color: #FFF;
}
.main p a,
.main li a {
	color: #d2961c; /* #762570 */ /* temp */
}
.main.main-dark p a,
.main.main-dark li a {
	color: #DDAB44; /* temp */
	transition: all 0.2s ease-in-out;
}
.main.main-dark p a:hover,
.main.main-dark li a:hover {
	color: #ffc856; /* temp */
	transition: all 0.1s ease-in-out;
}
.breadcrumbs {
	margin-bottom: 18px;
	color: #878A83;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.2;
}
.main-full-width .breadcrumbs {
	width: 90%;
	max-width: 1230px;
	padding-top: 18px;
	margin-left: auto;
	margin-right: auto;
}
.breadcrumbs a {
	color: #878A83;
}
.main-dark .breadcrumbs,
.main-dark .breadcrumbs a {
	color: #ADAAA5;
}
.breadcrumbs span.delimiter {
	padding: 0 10px;
}
.main-full-width .page-title {
	width: 90%;
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
}
.page-title {
	position: relative;
}
.page-title h1 {
	padding-bottom: 10px;	
	margin-bottom: 24px;
	color: #6D2D6D;
	font-size: 3.5em; /*4.5em;*/
	font-weight: 300;
	line-height: 1.24;
}
.page-title h1:after {
	display: block;
	position: relative;
	content: '';
	left: 0;
	bottom: -10px;
	width: 0;
	height: 3px;
	background-color: #E7D7B4;
	-webkit-animation: page-title 1s 1s ease-in-out forwards;
	-moz-animation: page-title 1s 1s ease-in-out forwards;
	-o-animation: page-title 1s 1s ease-in-out forwards;
	animation: page-title 1s 1s ease-in-out forwards;
}
@-webkit-keyframes page-title {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@-moz-keyframes page-title {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@-o-keyframes page-title {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@keyframes page-title {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
.main-dark .page-title h1 {
	color: #DDAB44;
}
.main-dark .page-title h1:after {
	background-color: #887650;
}

.section-separator {
	width: 100%;
	height: 3px;
	border: 0;
	margin: 22px 0;
	background-color: #E7D7B4;
}
.page-subtitle h2 {
	position: relative;
	padding: 19px 20px 35px 61px;
	border-top: 3px solid #E7D7B4;
	margin-top: 22px;
	color: #343226;
	font-size: 3em; /*4.5em;*/
	font-weight: 300;
	line-height: 1.24;	
}
.main-dark .page-subtitle h2 {
	color: #FFF;
	border-top: 3px solid #887650;
}
.page-title + .page-subtitle h2 {
	padding-top: 0;
	border-top: 0;
	margin-top: 0;
}
.page-subtitle h2:before {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 40px;
	width: 12px;
	height: 12px;
	background-color: #DDAB44;
	border-radius: 100%;
}
.page-title + .page-subtitle h2:before {
	top: 15px; /*21px;*/
}
.content-text h2, .page-heading h3 {
	margin-bottom: 20px;
	color: #762570;
	font-size: 2.8em;
	line-height: 1.3;
	font-weight: 700;
}
.main-dark .content-text h2,
.main-dark .page-heading h3 {
	color: #FFF;
}

/*
.page-submenu {
	opacity: 0;
	animation: page-submenu 1s 1.8s ease-in-out forwards;
}
@keyframes page-submenu {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
*/

.page-submenu.ps-large {
	margin-top: 10px;
}
.page-submenu-heading {
	margin: -13px 0 13px 0;
	color: #FFF;
	font-size: 3.6em;
	line-height: 1.6;
	font-weight: 300;
	text-transform: uppercase;
}
.main-full-width .page-submenu {
	width: 90%;
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
}
.page-submenu-with-image {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 400px;
}
.psi-image, .psi-submenu {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.psi-image {
	background-color: #CCC; /* temp */
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.psi-submenu {
	position: relative;
	padding: 0 26px 0 46px;
	border-top: 37px solid #76246C;
	border-bottom: 32px solid #76246C;
	background-color: #76246C;
}
.psi-submenu:before {
	display: block;
	position: absolute;
	content: '';
	top: 0;
	left: 26px;
	width: 3px;
	height: 100%;
	background-color: #C8982C;
}

.list-of-links + .list-of-links {
	margin-top: 60px;
}
.links-heading {
	margin-bottom: 16px;
	font-size: 3em;
	font-weight: 600;
}
.page-submenu ul ul {
	margin: 12px 0 0 68px;
}
.page-submenu ul ul li a,
.page-submenu ul ul li span.parent,
.page-submenu ul ul li span.parent-2,
.page-submenu ul ul li span.parent-3,
.page-submenu ul ul li span.parent-4 {
	font-size: 2.8em;
}
.page-submenu li {
	padding-bottom: 12px;
}
.page-submenu li:last-child {
	padding-bottom: 0;
}
.page-submenu.psi-submenu li {
	padding-bottom: 17px;
}
.page-submenu li a,
.page-submenu li span.parent,
.page-submenu li span.parent-2,
.page-submenu li span.parent-3,
.page-submenu li span.parent-4 {	
	display: block;
	position: relative;
	padding: 0 51px 0 61px;
	color: #6D2D6D;
	font-size: 3.2em;
	font-weight: 300;
	line-height: 1.24;
}
.page-submenu li a {
	transition: all 0.4s ease-in-out;
}
.page-submenu li a:hover {
	padding-left: 80px;
	transition: all 0.2s ease-in-out;
}
.page-submenu li span.small {
	font-size: 0.7em;
}
.page-submenu.ps-large li a {
	font-size: 4.5em;
	line-height: 1.24;
}
.main-dark .page-submenu li a {
	color: #FFF;
}
.main-dark .page-submenu li span.parent,
.main-dark .page-submenu li span.parent-2,
.main-dark .page-submenu li span.parent-3,
.main-dark .page-submenu li span.parent-4 {
	color: #FFF;
}
.page-submenu.psi-submenu li a {
	padding: 0 37px 0 23px;
	color: #FFF;
	font-size: 2em;
}

.page-submenu li a:before,
.page-submenu li span.parent:before,
.page-submenu li span.parent-2:before,
.page-submenu li span.parent-3:before,
.page-submenu li span.parent-4:before {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 16px;
	width: 9px;
	height: 9px;
	background-color: #DDAB44;
	border-radius: 100%;
}
.page-submenu li:hover a:before,
.page-submenu li:hover span.parent:before,
.page-submenu li:hover span.parent-2:before,
.page-submenu li:hover span.parent-3:before,
.page-submenu li:hover span.parent-4:before {
	left: -2px;
	top: 14px;
	width: 13px;
	height: 13px;
	transition: all 0.3s ease-in-out;
}
.page-submenu.psi-submenu li a:before {
	top: 11px;
	width: 2px;
	height: 2px;
	background-color: #FFF;
	transition: all 0.4s ease-in-out;
}

.page-submenu li a:after {
	display: block;
	position: absolute;
	content: '';
	right: 0;
	top: 4px;
	width: 32px;
	height: 32px;
	background: url('images/page-submenu-link@2x.png') no-repeat center center;
	background-size: contain;
	transition: all 0.4s ease-in-out;
}
.page-submenu li:hover a:after {
	width: 40px;
	height: 40px;
	top: 0;
	right: -4px;
	transition: all 0.2s ease-in-out;
}
.page-submenu.ps-large li a:after {
	top: 7px;
	width: 41px;
	height: 41px;
}
.main-dark .page-submenu li a:after {
	background-image: url('images/page-submenu-link-dark@2x.png');
}
.page-submenu.psi-submenu li a:after {
	top: 0;
	width: 27px;
	height: 27px;
	background-image: url('images/psi-submenu-link@2x.png');
}


/* HOME */

.home-content {
	overflow: hidden;
}

.home-block {
	text-align: center;
}
.home-block-full {
	width: 100%;
	clear: both;
}
.home-row {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.home-block-half {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

.hb-heading {
	margin-bottom: 30px;
	color: #FFF;
	font-size: 4.5em;
	font-weight: 300;
	line-height: 1.2;
}

.hb-more {
	display: inline-block;
	min-width: 188px;
	padding: 9px 20px 10px 20px;
	border: 1px solid #FFF;
	margin-top: 30px;
	color: #FFF;
	background-color: rgba(255,255,255,0.3);
	font-size: 1.8em;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	transition: all 0.3s ease-out;
}
.hb-more:hover {
	background-color: #6D2C6D;
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: all 0.2s ease-in;
}
#hb1 {
	background: url('images/hb1-bg@2x.jpg') no-repeat left bottom;
	background-size: cover;
}
.hb1-circle {
	display: table;
	table-layout: fixed;
	position: relative;
	width: 572px;
	height: 572px;
	padding: 45px;
	margin: 0 auto;
	background: url('images/hb1-circle-with-border@2x.png') no-repeat;
	background-position: center center;
	background-size: cover;
	/*
	background: rgb(111,44,109);
	background: -moz-linear-gradient(135deg, rgba(111,44,109,1) 0%, rgba(229,122,57,1) 100%);
	background: -webkit-linear-gradient(135deg, rgba(111,44,109,1) 0%, rgba(229,122,57,1) 100%);
	background: linear-gradient(135deg, rgba(111,44,109,1) 0%, rgba(229,122,57,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6f2c6d",endColorstr="#e57a39",GradientType=1);
	*/
	border-radius: 100%;
}
/*
.hb1-circle:before {
	display: block;
	position: absolute;
	content: '';
	width: 458px;
	height: 458px;
	left: 48px;
	top: 48px;
	border: 1px solid #FFF;
	border-radius: 100%;
}
*/
.hb1-textbox {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.hb1-heading {
	width: 303px;
	margin: -10px auto 15px auto;
}
.hb1-text {	
	width: 303px;
	margin: 0 auto;
	color: #FFF;
	font-size: 1.8em;
	text-align: center;
}

#hb2 {
	position: relative;
}


#hb3 {
	position: relative;
	background: #525C5F url('images/hb3-bg@2x.jpg') no-repeat left center;
	background-size: 71.67% auto;
	border-top: 25px solid #525C5F; /* #525E60 */
	border-right: 20px solid #525C5F;
	border-bottom: 25px solid #525C5F;
	border-left: 20px solid #525C5F;
	overflow: hidden;
}
/* .hb3-image {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 71.67%;
	height: 100%;
	background-color: #525E60;
} */
.hb3-textbox {
	position: relative; /* to appear above :before */
	float: right;
	width: 587px;
	padding: 49px;
	margin: 89px 45px 89px 0;
	background-color: rgba(0,10,10,0.8); /* rgba(0,34,36,0.8) */
}
.hb3-icon {
	width: 38px;
	margin: 0 auto 20px auto;
}
.hb-heading.hb3-heading {
	margin-bottom: 40px;
}

#hb4 {
	position: relative;
	padding: 30px 36px;
	background-color: #E1E1DE; /* #f9e9cd */
	text-align: left;
}
.hb-heading.hb4-heading {
	/* float: left; */
	width: 80%;
	color: #76236c;
	text-align: left;
}
.hb4-heading a {
	color: #76236c;
}
.hb4-more {
	position: absolute;
	display: inline-block;
	right: 36px;
	top: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #76236c;
	margin: 0;
	color: #76236c;
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	line-height: 1;
}

.home-conferences {
	margin-bottom: 15px;
}
.hc-years {
	float: right;
	margin-top: 1.35em; /* 62px */
	font-size: 4.5em;
	font-weight: 100;
	line-height: 1;
}
.hc-year {
	cursor: pointer;
}
.hc-nav {
	display: inline-block;
	width: 18px;
	height: 35px;
	margin-top: 6px;
	vertical-align: top;
}
.hc-prev {
	background: url('images/hc-prev@2x.png') no-repeat center center;
	background-size: contain;
}
.hc-next {
	background: url('images/hc-next@2x.png') no-repeat center center;
	background-size: contain;
}
.hc-year {
	display: inline-block;
	position: relative;
	color: #000;
	letter-spacing: -2px;
	vertical-align: top;
}
.hc-year.active {
	font-weight: 400;
}
.hc-year.active:after,
.hc-year:hover:after {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 100%;
	width: 100%;
	height: 2px;
	margin-top: 5px;
	background-color: #000;
}
.hc-entries {
	display: none;
	clear: both;
}
.hc-entries.active {
	display: inline-block;
	width: 100%;
}

.hc-slider {
	display: table;
	table-layout: fixed;
	visibility: hidden;
	overflow: hidden;
}
.hc-slide {
	display: table-cell;
	float: none !important;
	vertical-align: middle;
}
.hc-entry {
	width: 100%;
	padding: 0 80px;
}
.hc-entry-inner {
	display: table;
	width: 100%;
	table-layout: fixed;
	direction: rtl;
}
.calendar-entry {
	margin-bottom: 100px;
	overflow: hidden;
}
.hc-image {
	display: table-cell;
	width: 48%;
	padding-right: 25px;
	direction: ltr;
	vertical-align: middle;
}
.hc-image-inner {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	background-color: #85847D;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.hc-image-overlay {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	background-color: rgba(88,21,88,0.9);
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
.hc-image:hover .hc-image-overlay {
	opacity: 1;
	transition: all 0.2s ease-in-out;
}
.hc-image-overlay-inner {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border: 4px solid #E4A924;
}
.hio-inner {
	position: absolute;
	width: 100%;
	top: 50%;
	padding: 20px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.hio-text {
	color: #FFF;
	font-size: 3em;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}
.hio-dots {
	margin-top: 30px;
	text-align: center;
}
.hio-dot {
	display: inline-block;
	position: relative;
	width: 9px;
	height: 9px;
	top: 0;
	margin: 0 4px;
	background-color: #FFF;
	border-radius: 100%;
	opacity: 0;
	vertical-align: middle;
}
.hc-image:hover .hio-dot-1 {
	-webkit-animation: cio-dot-1 1.5s infinite;
	-moz-animation: cio-dot-1 1.5s infinite;
	-o-animation: cio-dot-1 1.5s infinite;
	animation: cio-dot-1 1.5s infinite;
}
.hc-image:hover .hio-dot-2 {
	-webkit-animation: cio-dot-2 1.5s infinite;
	-moz-animation: cio-dot-2 1.5s infinite;
	-o-animation: cio-dot-2 1.5s infinite;
	animation: cio-dot-2 1.5s infinite;
}
.hc-image:hover .hio-dot-3 {
	-webkit-animation: cio-dot-3 1.5s infinite;
	-moz-animation: cio-dot-3 1.5s infinite;
	-o-animation: cio-dot-3 1.5s infinite;
	animation: cio-dot-3 1.5s infinite;
}
@-webkit-keyframes hio-dot-1 {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
		top: -15px;
	}
	50% {
		top: 0;
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-moz-keyframes hio-dot-1 {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
		top: -15px;
	}
	50% {
		top: 0;
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-o-keyframes hio-dot-1 {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
		top: -15px;
	}
	50% {
		top: 0;
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes hio-dot-1 {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
		top: -15px;
	}
	50% {
		top: 0;
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes hio-dot-2 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
		top: -15px;
	}
	60% {
		top: 0;
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-moz-keyframes hio-dot-2 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
		top: -15px;
	}
	60% {
		top: 0;
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-o-keyframes hio-dot-2 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
		top: -15px;
	}
	60% {
		top: 0;
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes hio-dot-2 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
		top: -15px;
	}
	60% {
		top: 0;
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes hio-dot-3 {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 1;
		top: -15px;
	}
	70% {
		top: 0;
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-moz-keyframes hio-dot-3 {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 1;
		top: -15px;
	}
	70% {
		top: 0;
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-o-keyframes hio-dot-3 {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 1;
		top: -15px;
	}
	70% {
		top: 0;
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes hio-dot-3 {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 1;
		top: -15px;
	}
	70% {
		top: 0;
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.hc-text {
	display: table-cell;
	width: 52%;
	padding-right: 40px;
	direction: ltr;
	vertical-align: middle;
}
.hc-subtitle {
	margin-bottom: 20px;
	color: #6D2D6D;
	font-size: 2em;
	line-height: 1.25;
}
.hc-title, a.hc-title {
	display: block;
	color: #343226;
	font-size: 2.2em;
	line-height: 1.25;
	font-weight: 700;
}
.hc-date {
	margin-bottom: 10px;
	color: #343226;
	font-size: 2em;
	line-height: 1.6;
	font-weight: 500;
}
.hc-date span {
	color: #6D2D6D;
	font-weight: 700;
}
.hc-more {
	display: inline-block;
	position: relative;
	top: 0;
	color: #6D2D6D;
	padding-bottom: 3px;
	border-bottom: 4px solid #E4A924;
	font-size: 2em;
	line-height: 1.6;
	font-weight: 700;
	transition: all 0.2s ease-out;
}
.hc-more:hover {
	top: -7px;
	transition: all 0.1s ease-in;
}



#hb5 {
	position: relative;
	text-align: left;
	background: url('images/hb5-bg@2x.jpg') no-repeat center center;
	background-size: cover;
}
/*
#hb5:before {
	display: block;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: url('images/hb5-mask@2x.png') no-repeat left bottom;
	background-size: cover;
}
*/
.hb-heading.hb5-heading {
	color: #464a18;
	font-size: 7em;
	line-height: 1.14;
}
.hb5-textbox {
	position: absolute;
	left: 44px;
	bottom: 58px;
}

.hb-more.hb5-more {
	border: 1px solid #2C3D40;
	background-color: #92979A;
}
.hb-more.hb5-more:hover {
	background-color: #6D2C6D;
}

#hb6 {
	padding: 18px 0;
	text-align: left;
	background: url('images/hb6-bg@2x.jpg') no-repeat right top;
	background-size: cover;
	overflow: hidden;
}
.hb-heading.hb6-heading {
	float: left;
	padding: 0 20px 18px 36px;
	margin-bottom: 0;
}
.hb6-more {
	display: inline-block;
	float: right;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF;
	margin: 10px 45px 0 20px;
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	line-height: 1;
}

.hg-entries {
	width: 97.8%;
	margin: 0 auto;
	clear: both;
}
.hg-entry-group {
	position: relative;
	float: left;
	width: 49.5%;
	height: 0;
	padding-bottom: 33.25%;
}
.hg-entry-group-1 {
 	margin-right: 1%;
 	/* background: url('images/hg-1@2x.png') no-repeat left top;
 	background-size: contain; */
}
.hg-entry-group-2 {
 	/* background: url('images/hg-2@2x.png') no-repeat left top;
 	background-size: contain; */
}
.hg-entry {
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.hg-entry-image {
	display: block;
	position: absolute;
	background-repeat: no-repeat;
}
.hg-entry-text {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	padding: 0 20px;
	color: #FFF;
	font-size: 2.8em;
	font-weight: 300;
	text-align: center;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	z-index: 2;
}
.hg-entry:hover .hg-entry-text {
	opacity: 1;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.2s ease-in-out;
}
.hg-entry:before, .hg-entry-image:before {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(88,21,88,0.7);
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
.hg-entry.no-text:before, .hg-entry.no-text .hg-entry-image:before {
	display: none;
}
.hg-entry:hover:before, .hg-entry-image:hover:before {
	opacity: 1;
	transition: all 0.2s ease-in-out;
}
#hg-entry-4:hover:before,
#hg-entry-5:hover:before {
	opacity: 0;
}
#hg-entry-4:hover #hg-entry-4a:before,
#hg-entry-4:hover #hg-entry-4b:before,
#hg-entry-5:hover #hg-entry-5a:before,
#hg-entry-5:hover #hg-entry-5b:before {
	opacity: 1;
}
#hg-entry-4 .hg-entry-text {
	top: 72%;
}
#hg-entry-5 .hg-entry-text {
	top: 33%;
}
#hg-entry-1 {
	left: 0;
	top: 0;
	width: 31%;
	height: 100%;
}
#hg-entry-2 {
	left: 32.8%;
	top: 0;
	width: 25.6%;
	height: 48.65%;
}
#hg-entry-3 {
	right: 0.2%;
	top: 0;
	width: 40%;
	height: 70.63%;
}
#hg-entry-4 {
	left: 32.8%;
	bottom: 0;
	width: 67.17%;
	height: 48.8%;
}
#hg-entry-4a {
	left: 0;
	bottom: 0;
	width: 38.11%;
	height: 100%;
	background-position: left bottom;
	background-size: 262.39832065% auto;
}
#hg-entry-4b {
	left: 38.11%;
	bottom: 0;
	width: 61.89%;
	height: 54.84%;
	background-position: right bottom;
	background-size: 161.57699144% auto;
}
#hg-entry-5 {
	left: 0;
	top: 0;
	width: 67.17%;
	height: 48.86%;
}
#hg-entry-5a {
	left: 0;
	top: 0;
	width: 48.65%;
	height: 100%;
	background-position: left top;
	background-size: 205.54984584% auto;
}
#hg-entry-5b {
	left: 48.65%;
	top: 0;
	width: 51.35%;
	height: 63.13%;
	background-position: right top;
	background-size: 194.74196689% auto;
}
#hg-entry-6 {
	right: 0;
	top: 0;
	width: 31.19%;
	height: 30.92%;
}
#hg-entry-7 {
	left: 0;
	bottom: 0;
	width: 32.75%;
	height: 48.8%;
}
#hg-entry-8 {
	right: 0;
	bottom: 0;
	width: 65.5%;
	height: 65.92%;
}


/* PAGE GRIDS - "Venue at a Glance" page */

.page-grids {
	overflow: hidden;
}
.page-grid {
	display: block;
	position: relative;
	float: left;
	margin-bottom: 2%;
	background-color: rgba(0,0,0,0.3);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.page-grid:before {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
	cursor: pointer;
}

.page-grids.large .page-grid:first-child {
	width: 49%;
	height: 0;
	padding-bottom: 49%;
	margin-right: 2%;	
}
.page-grids.large .page-grid:nth-child(2) {
	width: 49%;
	height: 0;
	padding-bottom: 23.5%;
}
.page-grids.large .page-grid:nth-child(3) {
	width: 23.5%;
	height: 0;
	padding-bottom: 23.5%;
	margin-right: 2%;
}
.page-grids.large .page-grid:nth-child(4) {
	width: 23.5%;
	height: 0;
	padding-bottom: 23.5%;
}

.page-grids.half-fourth .page-grid:first-child {
	width: 49%;
	height: 0;
	padding-bottom: 23.5%;
	margin-right: 2%;
}
.page-grids.half-fourth .page-grid:nth-child(2) {
	width: 23.5%;
	height: 0;
	padding-bottom: 23.5%;
	margin-right: 2%;
}
.page-grids.half-fourth .page-grid:nth-child(3) {
	width: 23.5%;
	height: 0;
	padding-bottom: 23.5%;
}

.page-grids.full .page-grid {
	width: 100%;
	height: 0;
	padding-bottom: 23.5%;
}

.page-grids.half .page-grid {
	width: 49%;
	height: 0;
	padding-bottom: 23.5%;
	margin-right: 2%;
}
.page-grids.half .page-grid:nth-child(2n+2) {
	margin-right: 0;
}

.page-grids.third .page-grid {
	width: 32%;
	height: 0;
	padding-bottom: 23.5%;
	margin-right: 2%;
}
.page-grids.third .page-grid:nth-child(3n+3) {
	margin-right: 0;
}

.page-grids.fourth .page-grid {
	width: 23.5%;
	height: 0;
	padding-bottom: 23.5%;
	margin-right: 2%;
}
.page-grids.fourth .page-grid:nth-child(4n+4) {
	margin-right: 0;
}


.page-grid-s1 {
	width: 49%;
	height: 0;
	padding-bottom: 23.5%;
	margin-right: 2%;
	background-image: url('images/conference-room-201-1.jpg');
}
.page-grid-s2 {
	width: 49%;
	height: 0;
	padding-bottom: 23.5%;
	background-image: url('images/conference-room-202-1.jpg');
}
.page-grid-s3 {
	width: 49%;
	height: 0;
	padding-bottom: 23.5%;
	margin-right: 2%;
	background-image: url('images/conference-room-209-1.jpg');
}
.page-grid-s4 {
	width: 23.5%;
	height: 0;
	padding-bottom: 23.5%;
	margin-right: 2%;
	background-image: url('images/conference-room-209a-1.jpg');
}
.page-grid-s5 {
	width: 23.5%;
	height: 0;
	padding-bottom: 23.5%;
	background-image: url('images/conference-room-209b-1.jpg');
}

.page-grid-s6 {
	width: 100%;
	height: 0;
	padding-bottom: 23.5%;
	background-image: url('images/conference-room-214-215-1.jpg');
}

.page-grid:after {
	display: block;
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	border: 6px solid #e4a924;
	background-color: rgba(255,255,255,0.8);
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.page-grid:hover:after {
	left: 12.5%;
	top: 12.5%;
	width: 75%;
	height: 75%;
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
.page-grids.large .page-grid:nth-child(2):hover:after,
.page-grids.half .page-grid:hover:after {
	left: 8%;
	top: 15%;
	width: 84%;
	height: 70%;
}
.page-grid-text {
	position: absolute;
	left: 12.5%;
	top: 12.5%;
	width: 75%;
	height: 75%;
	padding: 20px;
	text-align: center;
	z-index: 2;
}
.page-grids.large .page-grid:nth-child(2) .page-grid-text,
.page-grids.half .page-grid .page-grid-text,
.page-grids.half .page-grid .page-grid-text {
	left: 8%;
	top: 15%;
	width: 84%;
	height: 70%;
}
.page-grid-text span {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	color: #FFF;
	font-size: 3.8em; /* 4.5em */
	font-weight: 300;
	line-height: 1.24;
	letter-spacing: -0.3px;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.75);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}
.page-grid:hover .page-grid-text span {
	color: #000;
	text-shadow: none;
	margin-top: -20px;
	transition: all 0.3s ease-in-out;
}

.page-grid-text-more {
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: 15%;
	padding-bottom: 2px;
	border-bottom: 2px solid #762570;
	color: #343226;
	font-size: 2.2em;
	/* font-style: italic; */
	font-weight: 300;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.page-grids.large .page-grid:nth-child(3) .page-grid-text-more,
.page-grids.large .page-grid:nth-child(4) .page-grid-text-more {
	bottom: 9%;
	width: 55%;
	font-size: 1.8em;
}
.page-grid:hover .page-grid-text-more {
	opacity: 1;
	transition: all 0.2s 0.2s ease-in-out;
}


/* PAGE COLUMNS - "Booking and AV Equipment" page */

.page-columns {
	margin-top: -80px; /* cancel out the first row's top margin */
	overflow: hidden;
}
.page-column {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-top: 80px;
}
.page-column:last-child {
	margin-right: 0;
}
.pc-image {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 134%;
	background-color: #CCC; /* temp */
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pc-image:before {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	opacity: 1;
	transition: all 0.4s ease-in-out;
}
.page-column:hover .pc-image:before {
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
.pc-title {
	min-height: 221px; /* temp */
	padding-top: 16px;
	border-top: 4px solid #E4A924;
	margin-top: 22px;
	color: #333;
	font-size: 3.2em;
	line-height: 1.15;
	font-weight: 300;
}
.main-dark .pc-title {
	color: #FFF;
}
.pc-title a {
	color: #333;
}
.main-dark .pc-title a {
	color: #FFF;
}
.pc-more {
	display: inline-block;
	position: relative;
	top: 0;
	color: #762570;
	padding-bottom: 3px;
	border-bottom: 4px solid #E4A924;
	font-size: 2em;
	line-height: 1.6;
	font-weight: 700;
	transition: all 0.4s ease-out;
}
.main-dark .pc-more {
	color: #FFF;
}
.page-column:hover .pc-more {
	top: -15px;
	transition: all 0.2s ease-in;
}


/* PAGE ROWS - "Start Planning" page */

.page-row {
	height: 291px;
	margin-bottom: 24px;
	overflow: hidden;
}
.page-row:nth-child(odd) {
	background-color: #762570;
}
.page-row:nth-child(even) {
	background-color: #1E3638;
}
.page-row:nth-child(odd) .pr-image {
	float: left;
}
.page-row:nth-child(odd) .pr-text {
	float: right;
}
.page-row:nth-child(even) .pr-image {
	float: right;
}
.page-row:nth-child(even) .pr-text {
	float: left;
}
.pr-image {
	display: block;
	width: 50%;
	height: 291px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pr-text {
	position: relative;
	width: 50%;
	height: 291px;
	padding: 38px 28px;
}
.pr-text-inner {
	position: relative;
	display: block;
	height: 215px;
	padding: 0 0 50px 17px;
	border-left: 3px solid #E4A924;
}
.pr-title {
	color: #FFF;
	font-size: 3.6em;
	font-weight: 300;
	line-height: 1.1;
	text-transform: uppercase;
}
.pr-title p {
	font-size: 1em;
}
.pr-title span {
	font-weight: 700;
}
.pr-more {
	display: inline-block;
	position: absolute;
	left: 17px;
	bottom: 0;
	padding-bottom: 3px;
	border-bottom: 4px solid #E4A924;
	color: #FFF;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.6;
}


/* PAGE STRIPES - "Conference Planner Checklist" page */

/*
body.page-template-page-conference-planning .main {
	padding-bottom: 0;
}
*/
.page-stripes {
	display: table;
	table-layout: fixed;
	position: relative;
	top: 60px;
	width: 100%;
	min-height: 508px; /* temp */
	margin-top: -60px;
}
.content-text + .page-stripes {
	margin-top: -40px;
}
.page-stripe {
	display: table-cell;
	padding-top: 40px;
	position: relative;
	font-weight: 300;
	text-align: center;
	vertical-align: top;
}
.page-stripe:after {
	display: block;
	position: absolute;
	content: '';
	left: 50%;
	bottom: 26px;
	width: 72px;
	height: 31px;
	margin-left: -36px;
	background: url('images/page-stripe-arrow@2x.png') no-repeat center center;
	background-size: contain;
	transition: bottom 0.3s ease-in-out;
}
.page-stripe:hover:after {
	bottom: 36px;
	transition: bottom 0.3s ease-in-out;
}
.page-stripe:nth-child(odd) {
	color: #FFF;
	background-color: #6D1E6F;
}
.page-stripe:nth-child(even) {
	color: #6D1E6F;
	background-color: #F2DEAF;
}
.ps-text-large {
	margin-bottom: 30px;
	font-size: 9em; /* 12em */
	line-height: 0.67;
	letter-spacing: -6px;
	transition: margin 0.3s ease-in-out;
}
.page-stripe:hover .ps-text-large {
	margin-top: 5px;
	transition: margin 0.3s ease-in-out;
}
.ps-text-small {
	font-size: 3.8em; /* 4.8em */
	line-height: 1;
}


/* PAGE SECTIONS - "Direction and Map" page */

/*
.page-sections {
	column-count: 2;
	column-gap: 28px;
}
.page-section {
  -webkit-column-break-inside: avoid;
}
*/
.page-sections {
	overflow: hidden;
}
.page-section {
	float: left;
	width: 49%;
	margin-right: 2%;
}
.page-section:nth-child(even) {
	margin-right: 0;
}
.page-section-full {
	float: none;
	width: 100%;
	margin-right: 0;
}
.pe-title {
	padding: 5px 10px 5px 17px;
	color: #FFF;
	background-color: #762570;
	font-size: 2.4em;
	line-height: 1.17;
	font-weight: 700;
}
.pe-title span {
	font-size: 0.8em;
}
.pe-text {
	padding: 10px 0 35px 0;
	color: #343236;
	line-height: 1.3;
}
.pe-text a {
	color: #343236; /* temp */
}
.pe-text a:hover {
	color: #762570; /* temp */
}
.pe-text p {
	font-size: 2.2em;
}
.pe-text li {
	position: relative;
	padding-left: 20px;
	font-size: 2.2em;
	margin-bottom: 10px;
}
.pe-text li:before {
	position: absolute;
	left: 5px;
	top: 7px;
	content:'•';
	font-size: 0.6em;
}



/* ABOUT US */

/* .about-text p {
	color: #FFF;
	font-size: 2.8em;
	font-weight: 300;
	line-height: 1.36;
} */

.text-and-image-row {
	width: 90%;
	max-width: 1230px;
	padding: 56px 0 42px 0; /* 56px 6% 42px 6% */
	margin: 0 auto;
	background-color: #5C5B52;
	overflow: hidden;
}
.tai-image {
	width: 46.6%;
	height: 0; /* 295px */
	padding-bottom: 30%;
	background-image: url('images/about-row-1@2x.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.tai-text {
	width: 46.6%;
}
.text-and-image-row.right .tai-image {
	float: left;
}
.text-and-image-row.right .tai-text {
	float: right;
}
.text-and-image-row.left .tai-image {
	float: right;
}
.text-and-image-row.left .tai-text {
	float: left;
}

.text-over-image-row {
	position: relative;
	min-height: 600px;
	background-repeat: no-repeat;
	background-size: 71.67% auto;
	background-position: center center;
	overflow: hidden;
}
.toi-text {
	position: relative; /* to appear above :before */
	float: right;
	width: 632px;
	padding: 55px;
	margin: 65px 45px 65px 0;
	background-color: rgba(30,54,56,0.8);
}
.toi-text li {
	color: #FFF;
}

.text-with-image-bg-row {
	position: relative;
}
.text-with-image-bg-row:before {
	display: block;
	position: absolute;
	content: '';
	width: 64%;
	height: 90%;
	bottom: 0;
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
}
.text-with-image-bg-row.left:before {
	right: 0;
	background-position: right bottom;
}
.text-with-image-bg-row.right:before {
	left: 0;
	background-position: left bottom;
}
.twib-text {
	padding: 80px 0;
}
.text-with-image-bg-row.left .twib-text {
	width: 61%;
	margin-left: 6%;
}
.text-with-image-bg-row.right .twib-text {
	width: 44%;
	margin-left: 56%;
}
/*
.twib-text p,
.twib-text li {
	color: #1E3638;
}
*/


/* GALLERY */

.gallery-filters {
	font-size: 0.1px;
	text-align: justify;
	overflow: hidden;
}
.gallery-filters:after {
  display: inline-block;
  content: '';
  width: 100%;
}
.gallery-filter-heading, .gallery-filter {
	display: inline-block;
	font-size: 10px;
	vertical-align: middle;
	margin-bottom: 10px;
}
.gallery-filter {
	cursor: pointer;
}
.gallery-filter:before {
	display: inline-block;
	content: '';
	width: 28px;
	height: 28px;
	margin-right: 9px;
	border: 2px solid #FFF;
	background: transparent;
	border-radius: 100%;
	vertical-align: middle;
}
.gallery-filter.active:before {
	background-color: #FFF;
}
.gallery-filter:hover:before,
.gallery-filter.active:before {
	background-color: #FFF;
}
.gallery-filter-heading span, .gallery-filter span {
	color: #FFF;
	font-size: 2em;
	line-height: 1.3;
	font-weight: 300;
	vertical-align: middle;
}

.gallery-entries {
	width: 100%;
	padding: 55px 10px 0 10px;
	overflow: hidden;
}
.gallery-entry {
	display: block;
	position: relative;
	float: left;
	width: 48.8%;
	height: 0;
	margin: 0.6%;
	padding-bottom: 34.16%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
/*
.gallery-entry.middle {
	width: 23.8%;
}
.gallery-entry.small {
	width: 23.8%;
	padding-bottom: 16.48%;
}
*/
.gallery-entry.long {
	padding-bottom: 69.515%;
}
.gallery-entry-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 101%;
	height: 4em;
	padding: 15px 25px 12px 20px;
	color: #FFF;
	background-color: rgba(30,54,56,0.8);
	font-size: 2em;
	line-height: 1.3;
	font-weight: 300;
	transition: all 0.5s ease-in-out;
}
.gallery-entry-caption > span {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	padding: 0 20px;
	transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
}
.gallery-entry .image-overlay {
	background-color: transparent;
	transition: all 0.5s ease-in-out;
}
.gallery-entry .image-overlay-text {
	font-size: 1em;
}
.gallery-entry-caption.empty {
	height: 0;
	min-height: 0;
	padding: 0;
}
.gallery-entry:hover .gallery-entry-caption {
	height: 101%;
	transition: all 0.5s ease-in-out;
}
.gallery-entry:hover .gallery-entry-caption > span {
	top: 20px;
	transform: translateX(0);
	transition: all 0.5s ease-in-out;
}
.gallery-entry.image-overlay-parent:hover .image-overlay {
	transition: all 0.5s ease-in-out;
}
/* .gallery-entry-caption:after {
  display: block;
  position: absolute;
  content: '';
 	left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background: url(images/slide-link-sprite@2x.png) no-repeat 0 -100px;
  background-size: 60px 160px;
  opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
.gallery-entry:hover .gallery-entry-caption:after {
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
} */
.gallery-no-message {
	display: none;
	font-size: 2em;
	font-weight: 300;
	font-style: italic;
	text-align: center;
}

/* PAGE IMAGE COLUMNS - "Resources for Foreign Visitors" page */

.page-image-columns {
	overflow: hidden;
}
.page-image-columns-desktop {
  display: block;
}
.page-image-columns-mobile {
  display: none;
}
.page-image-column {
	display: block;
	position: relative;
	float: left;
	width: 49%;
	height: 0;
	padding-bottom: 49%;
	margin: 0 2% 2% 0;
	background-color: #CCC; /* temp */
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.page-image-columns.third-high .page-image-column,
.page-image-columns.third-short .page-image-column {
	width: 32%;
}
.page-image-columns.half-short .page-image-column,
.page-image-columns.third-short .page-image-column {
	padding-bottom: 32%;
}
.page-image-column:before {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	opacity: 1;
	transition: all 0.4s ease-in-out;
}
.page-image-column:hover:before {
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

.page-image-column:nth-child(even),
.page-image-columns.half-high .page-image-column:nth-child(even),
.page-image-columns.half-short .page-image-column:nth-child(even) {
	margin-right: 0;
}
.page-image-columns.third-high .page-image-column:nth-child(even),
.page-image-columns.third-short .page-image-column:nth-child(even) {
	margin-right: 2%;
}
.page-image-columns.third-high .page-image-column:nth-child(3n+3),
.page-image-columns.third-short .page-image-column:nth-child(3n+3) {
	margin-right: 0;
}
.pic-caption {
	position: absolute;
	left: 33px;
	bottom: 25px;
	color: #FFF;
	font-size: 5em;
	line-height: 1.25;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.75);
	transition: all 0.4s ease-in-out;
}
.page-image-column:hover .pic-caption {
	bottom: 55px;
	transition: all 0.2s ease-in-out;
}


/* PAGE CONTENT ROWS - "Sample Conference Website Content" page */

.page-content-rows {
	overflow: hidden;
}
.page-content-rows-column {
	float: left;
	width: 49%;
	margin-right: 2%;
}
.page-content-rows-column:last-child {
	margin-right: 0;
}
.page-content-row {
	overflow: hidden;
}
.pcr-heading, .pcr-text {
	float: left;
	width: 48.5%;
	padding: 20px 0;
	border-top: 2px solid #E5B938;
	color: #414133;
}
.pcr-heading {
	margin-right: 3%;
	font-size: 2.4em;
	line-height: 1.2;
	font-weight: 700;
}
.pcr-text p, .pcr-text li {
	color: #414133;
	font-size: 2.4em;
	line-height: 1.2;
	font-weight: 300;
}
.pcr-text li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}
.pcr-text li:before {
	position: absolute;
	left: 0;
	top: 7px;
	content:'•';
	font-size: 0.6em;
}
.page-content-row-heading .pcr-heading,
.page-content-row-heading .pcr-text {
	padding: 0 0 10px 0;
	border-top: 0;
	color: #922581;
	font-size: 1.9em;
	line-height: 1.2;
	font-weight: 400;
}


/* PAGE CONTENT LISTS - "Accommodation" page */


.accommodation-map {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 62.5%;
	min-height: 300px;
	margin: 0 auto 45px auto;
	overflow: hidden;
}
.accommodation-map iframe,
.accommodation-map object,
.accommodation-map embed {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/*
.page-content-lists {
	overflow: hidden;
}
*/
.page-content-list {
	margin-bottom: 45px;
	/* float: left;
	width: 46%;
	margin-right: 4%; */
}
.page-content-list:last-child {
	margin-right: 0;
}
.pcl-heading {
	margin-bottom: 10px;
	color: #762570;
	font-size: 2.8em;
	line-height: 1.3;
	font-weight: 700;
}
.pcl-list ol li {
	position: relative;
	padding: 0 40px 0 43px;
	color: #343226;
	font-size: 2.5em;
	line-height: 1.6;
  counter-increment: count-me;
	transition: all 0.2s ease-in-out;
}
.pcl-list ol li:hover {
	padding-left: 62px;
	transition: all 0.2s ease-in-out;
}
.main .pcl-list li a {
	display: block;
	color: #343226;
}
.pcl-list ol li:before {
	position: absolute;
  display: block;
  /* content: counter(count-me) '. '; */
  content: counter(count-me);
  max-width: 0px;
  max-height: 0px;
  left: 0em;
  top: .05em;
  color: purple;
  font-weight: bold;
}
.pcl-list ol li:after {
	position: absolute;
  display: block;
  content: '';
	width: 30px;
	height: 30px;
	right: 0;
	top: 4px;
	background: url('images/page-content-list-link@2x.png') no-repeat center center;
	background-size: contain;
}


/* FACILITY PAGE */

.facility-row-1 {
	padding-bottom: 40px;
}
.page-content-slogan {
	margin: 60px 0 30px 0; /* 60px 0 */
	color: #DDAB44;
	font-size: 4.5em;
	font-weight: 300;
	text-align: center;
	padding: 0 10px;
}
.page-content-text {
	max-width: 700px; /* 587px */
	padding: 0 10px;
	margin: 0 auto 70px auto;
	color: #FFF;
}
.page-content-text p {
	color: #FFF;
	font-size: 2.8em; /* 1.8em */
	line-height: 1.36; /* 1.2 */
	font-weight: 300;
}
.page-content-text.page-content-text-small {
	width: 90%;
	max-width: 1230px;
	margin-top: 40px;
}
.page-content-text.page-content-text-small p,
.page-content-text.page-content-text-small li {
	color: #333;
	font-size: 1.8em;
	font-weight: 300;
}
.page-content-text.page-content-text-small p a,
.page-content-text.page-content-text-small li a {
	color: #d2961c; /* temp */
}

.page-content-text.page-content-text-small ol {
	list-style: decimal;
	margin-left: 20px;
}
.page-content-text.page-content-text-small li {
	margin-bottom: 10px;
}
.text-center, .text-center p {
	text-align: center;
}

.page-blocks {
	width: 90%;
	max-width: 1230px;
	margin: 0 auto;
	overflow: hidden;
}
.page-block {
	display: table;
	table-layout: fixed;
}
.facility-row-1 .page-block {
	padding-bottom: 50px;
}
.page-block-full {
	width: 100%;
	clear: both;
}
.page-block-half {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.page-block-half:nth-child(even) {
	margin-right: 0;
}
.pb-heading {
	display: table-cell;
	width: 160px;
	padding-top: 4px;
	border-top: 2px solid #DDAB44;
	color: #FFF;
	font-size: 2.4em;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;
	vertical-align: top;
}
.pb-text {
	display: table-cell;
	padding: 4px 0 0 10px;
	border-top: 2px solid #887650;
	color: #FFF;
	font-size: 2.4em;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: -0.3px;
	vertical-align: top;
	overflow: hidden;
}
.pb-text p {
	font-size: 1em;
}
.pb-link {
	display: table;
	table-layout: fixed;
}
.pb-col {
	display: table-cell;
	padding: 4px 0 0 0;
	border-top: 2px solid #887650;
	color: #FFF;
	font-size: 2.4em;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: -0.2px;
	vertical-align: top;
}
.pb-col-1 {
	padding-left: 10px;
}
.pb-col-2 {
	width: 48%;
	padding-left: 20px;
}
.pb-col-heading {
	margin-top: 15px;
	font-weight: 700;
}
.pb-col-heading:first-child {
	margin-top: 0;
}
.pb-col-text {
	display: block;
}
.pb-col-text p,
.main.main-dark .pb-col-text p {
	color: #6D2C69;
	font-size: 1.3em;
}
.pb-col-text li {
	position: relative;
	padding-left: 30px;
}
.pb-col-text li:before {
	position: absolute;
	left: 0;
	top: 1px;
	content:'◊';
	font-size: 1em;
}
.page-block-guides .pb-col-text,
.page-block-guides .pb-col-text p,
.main.main-dark .page-block-guides .pb-col-text,
.main.main-dark .page-block-guides .pb-col-text p {
	color: #FFF;
	font-size: 1em;
}
.page-block-guides a {
	color: #DDAB44;
}

.facility-row-2 {
	padding: 33px 0;
	background-color: #FFF;
}
.facility-row-2 .page-block {
	padding-bottom: 30px;
}
.facility-row-2 .pb-heading {
	color: #223537;
}
.facility-row-2 .pb-heading {
	border-top: 2px solid #6D2C69;
}
.facility-row-2 .pb-text {
	border-top: 2px solid #C4ABC3;
}
.facility-row-2 .pb-col {
	border-top: 2px solid #C4ABC3;
}

.pb-image {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	margin-top: 20px;
	padding-bottom: 60%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.pb-text .image-overlay-text {
	font-size: 0.8em;
}
/* .pb-image:before {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(88,21,88,0.7);
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
.pb-image:after {
  display: block;
  position: absolute;
  content: '';
 	left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background: url(images/slide-link-sprite@2x.png) no-repeat 0 -100px;
  background-size: 60px 160px;
  opacity: 0;
	transition: all 0.2s ease-in-out;
}
.pb-image:hover:before,
.pb-image:hover:after {
	opacity: 1;
	transition: all 0.2s ease-in-out;
} */
.pb-col-image {
	display: block;
	width: 100%;
	height: 0;
	margin-top: 20px;
	padding-bottom: 60%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pb-image-half {
	float: left;
	width: 48%;
	height: 0;
	padding-bottom: 28.8%;
	margin-right: 4%;
}
.pb-image-half:nth-child(even) {
	margin-right: 0;
}

.pb-line {
	display: table;
	table-layout: auto;
	width: 100%;
	cursor: pointer;
}
.pb-line a {
	color: #FFF;
}
.pb-line-left, .pb-line-right {
	display: table-cell;
	vertical-align: bottom;
}
.pb-line-left {
	position: relative;
}
.pb-line-left:after {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #FFF;
}
.pb-line-left span {
	position: relative;
	display: inline;
	padding-right: 6px;
	background-color: #5C5B52;
	z-index: 1;
}
.pb-line-right {
	width: 110px;
	/* padding-left: 12px; */
	text-align: right;
}

.facility-gallery {
	width: 90%;
	max-width: 1230px;
	margin: 0 auto 20px auto;
	overflow: hidden;
}
.facility-photo {
	display: block;
	position: relative;
	width: 90%;
	max-width: 1230px;
	height: 0;
	padding-bottom: 49%;
	margin: 0 auto;
	background-color: #CCC; /* temp */
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.fs-caption {
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 17px;
	color: #FFF;
	font-size: 2.4em;
	text-align: right;
	line-height: 1.2;
	font-weight: 700;
	text-shadow: 0 1px 5px rgba(0,0,0,0.8);
}
.fg-large {
	position: relative;
	float: left;
	width: 70%;
	height: 0;
	padding-bottom: 49%;
	margin-right: 2%;
	background-color: #CCC; /* temp */
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.fg-small {
	float: right;
	width: 28%;
}
.fg-small-image {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 53.5714%;
	margin-bottom: 7.1429%;
	background-color: #CCC; /* temp */
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.fg-small-image:last-child {
	margin-bottom: 0;
}


/* EXPLORE ROOM LAYOUT */

.facility-filters {
	margin-bottom: 40px;
	font-size: 0.1px;
	text-align: justify;
}
.facility-filters:after {
  display: inline-block;
  content: '';
  width: 100%;
}
.facility-filter, .facility-filter-reset {
	display: inline-block;
	font-size: 10px;
	vertical-align: middle;
}
.facility-filter {
	margin-right: 25px;
}
.ff-heading, .ff-field {
	display: inline-block;
	vertical-align: middle;
}
.ff-heading {
	padding-right: 25px;
	color: #762570;
	font-size: 2em;
	line-height: 1.8;
	font-weight: 700;
}
.ff-field input,
.ff-field select {
	padding: 6px 15px;
	border: 1px solid #762570;
	color: #343226;
	background-color: #F9E9CD;
	font-size: 2em;
	line-height: 1;
}
.ff-field input {
	width: 120px;
}
.ff-field input::placeholder {
	color: #AEADA9;
}
.ff-field select {
	width: 200px;
}
.facility-filter-reset {
	display: none;
	width: 40px;
	height: 40px;
}
.facility-filter-reset-button {
	display: none;
	width: 40px;
	height: 40px;
	background: url('images/filter-reset@2x.png') no-repeat center center;
	background-size: contain;
	cursor: pointer;
}


/* .facility-results {
	border-bottom: 2px solid #762570;
} */
.facility-result {
	margin-bottom: 30px;
	overflow: hidden;
}
.fr-left {
	float: left;
	width: 23%;
	margin-right: 2%;
}
.fr-middle {
	float: left;
	width: 23%;
	margin-right: 2%;
	overflow: hidden;
}
.fr-right {
	float: left;
	width: 50%;
}

.fr-main-image {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.fr-main-image-desktop {
  display: block;
}
.fr-main-image-mobile {
  display: none;
}
.fr-main-image:before {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	opacity: 1;
	transition: all 0.4s ease-in-out;
}
.fr-main-image:hover:before {
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
.fr-title {
	display: block;
	position: absolute;
	left: 13px;
	bottom: 8px;
	color: #FFF;
	font-size: 3.8em;
	line-height: 1.2;
	font-weight: 300;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.85);
	transition: all 0.4s ease-in-out;
}
.fr-main-image:hover .fr-title {
	bottom: 25px;
	transition: all 0.2s ease-in-out;
}
.fr-heading {
	padding-bottom: 10px;
	border-bottom: 3px solid #E4A924;
	color: #762570;
	font-size: 2em;
	line-height: 1.2;
	font-weight: 700;
}
.fr-text {
	padding-top: 10px;
	color: #343226;
	font-size: 2em;
	line-height: 1.3; /* temp */
}
.fr-text-link:hover {
	font-weight: 700;
}
.fr-floor {
	margin-bottom: 10px;
}
.fr-bottom-row {
	overflow: hidden;
}
.frb-1, .frb-2 {
	float: left;
	width: 47%;
}
.frb-1 {
	margin-right: 6%;
}
.fr-capacity {
	float: left;
	width: 47%;
}

.fr-bottom-row .fr-heading {
	float: left;
}

.fr-plan-image {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	margin-top: 10px;
	transition: all 0.3s ease-in-out;
}
.fr-base, .fr-link {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transition: all 0.2s ease-in-out;
}
.fr-base.active {
	opacity: 0.2;
	transition: all 0.2s ease-in-out;
}
.fr-link {
	opacity: 0;
}
.fr-link.active {
	opacity: 1;
	transition: all 0.2s ease-in-out;
}
/*
.fr-link:nth-child(even) {
	left: auto;
	right: 0;
	top: auto;
	bottom: 0;
}
.fr-link-image {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* border: 2px solid rgba(224,146,4,0.5);
	/* background-color: rgba(1,1,1,0.5);
}
.fr-link-image-hover {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(224,146,4,0.5);
	background-color: rgba(200,200,200,0.5);
}
.fr-link:hover .fr-link-image {
	display: none;
}
.fr-link:hover .fr-link-image-hover {
	display: block;
}
*/
.facility-no-message {
	display: none;
	font-size: 2em;
	font-weight: 300;
	font-style: italic;
	text-align: center;
}



.image-overlay {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(88,21,88,0.7);
	opacity: 0;
	z-index: 1;
	transition: all 0.2s ease-in-out;
}
.image-overlay-parent:hover .image-overlay {
	opacity: 1;
	transition: all 0.2s ease-in-out;
}
.image-overlay-buttons {
  display: block;
  position: absolute;
 	left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
	z-index: 2;
	text-align: center;
}
.image-overlay-enlarge,
.image-overlay-download,
.image-overlay-play {
	display: inline-block;
	width: 49%; /*180px;*/
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
.image-overlay-enlarge {
	border-right: 1px solid #FFF;
}
.image-overlay-enlarge .image-overlay-icon,
.image-overlay-download .image-overlay-icon,
.image-overlay-play .image-overlay-icon {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 10px auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.image-overlay-enlarge .image-overlay-icon {
  background-image: url(images/icon-enlarge@2x.png);
}
.image-overlay-download .image-overlay-icon {
  background-image: url(images/icon-download@2x.png);
}
.image-overlay-play .image-overlay-icon {
  background-image: url(images/icon-play@2x.png);
}
.image-overlay-text {
	color: #FFF;
	font-size: 2em;
	text-align: center;
}
.fancybox-slide > video {
	padding: 0;
}


/* CALENDAR */

.calendar-entry {
	margin-bottom: 100px;
	overflow: hidden;
}
.ce-image {
	position: relative;
	float: right;
	width: 32%;
}
.ce-image-inner {
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	background-color: #85847D;
	background-image: url('images/event-default-white@2x.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.ce-image-overlay {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(88,21,88,0.9);
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
.ce-image:hover .ce-image-overlay {
	opacity: 1;
	transition: all 0.2s ease-in-out;
}
.ce-image-overlay:before {
	display: block;
	position: absolute;
	content: '';
	left: 6%;
	top: 8%;
	width: 88%;
	height: 84%;
	border: 4px solid #E4A924;
	margin: -4px 0 0 -4px;
}
.cio-inner {
	position: absolute;
	width: 100%;
	top: 50%;
	padding: 20px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cio-text {
	color: #FFF;
	font-size: 5.5em;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}
.cio-dots {
	margin-top: 30px;
	text-align: center;
}
.cio-dot {
	display: inline-block;
	position: relative;
	width: 9px;
	height: 9px;
	top: 0;
	margin: 0 4px;
	background-color: #FFF;
	border-radius: 100%;
	opacity: 0;
	vertical-align: middle;
}
.ce-image:hover .cio-dot-1 {
	-webkit-animation: cio-dot-1 1.5s infinite;
	-moz-animation: cio-dot-1 1.5s infinite;
	-o-animation: cio-dot-1 1.5s infinite;
	animation: cio-dot-1 1.5s infinite;
}
.ce-image:hover .cio-dot-2 {
	-webkit-animation: cio-dot-2 1.5s infinite;
	-moz-animation: cio-dot-2 1.5s infinite;
	-o-animation: cio-dot-2 1.5s infinite;
	animation: cio-dot-2 1.5s infinite;
}
.ce-image:hover .cio-dot-3 {
	-webkit-animation: cio-dot-3 1.5s infinite;
	-moz-animation: cio-dot-3 1.5s infinite;
	-o-animation: cio-dot-3 1.5s infinite;
	animation: cio-dot-3 1.5s infinite;
}
@-webkit-keyframes cio-dot-1 {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
		top: -15px;
	}
	50% {
		top: 0;
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-moz-keyframes cio-dot-1 {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
		top: -15px;
	}
	50% {
		top: 0;
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-o-keyframes cio-dot-1 {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
		top: -15px;
	}
	50% {
		top: 0;
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes cio-dot-1 {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
		top: -15px;
	}
	50% {
		top: 0;
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes cio-dot-2 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
		top: -15px;
	}
	60% {
		top: 0;
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-moz-keyframes cio-dot-2 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
		top: -15px;
	}
	60% {
		top: 0;
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-o-keyframes cio-dot-2 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
		top: -15px;
	}
	60% {
		top: 0;
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes cio-dot-2 {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
		top: -15px;
	}
	60% {
		top: 0;
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes cio-dot-3 {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 1;
		top: -15px;
	}
	70% {
		top: 0;
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-moz-keyframes cio-dot-3 {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 1;
		top: -15px;
	}
	70% {
		top: 0;
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-o-keyframes cio-dot-3 {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 1;
		top: -15px;
	}
	70% {
		top: 0;
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes cio-dot-3 {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 1;
		top: -15px;
	}
	70% {
		top: 0;
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.ce-text {
	float: left;
	width: 68%;
	padding-right: 45px;
}
.ce-subtitle {
	margin-bottom: 40px;
	color: #6D2D6D;
	font-size: 2.5em; /*3.6em;*/
	line-height: 1.25;
}
.ce-title, a.ce-title {
	display: block;
	margin-bottom: 10px;
	color: #343226;
	font-size: 3em; /*3.6em;*/
	line-height: 1.25;
	font-weight: 700;
}
.ce-bottom {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.ce-date {
	display: table-cell;
	color: #343226;
	font-size: 2em;
	line-height: 1.6;
	font-weight: 500;
	vertical-align: top;
}
.ce-date span {
	color: #6D2D6D;
	font-weight: 700;
}
.ce-more-container {
	display: table-cell;
	text-align: right;
	vertical-align: top;
}
.ce-more {
	display: inline-block;
	position: relative;
	top: 0;
	color: #6D2D6D;
	padding-bottom: 3px;
	border-bottom: 4px solid #E4A924;
	font-size: 2em;
	line-height: 1.6;
	font-weight: 700;
	transition: all 0.4s ease-out;
}
.ce-more:hover {
	top: -15px;
	transition: all 0.2s ease-in;
}


.calendar-filters {
	position: absolute;
	top: 11px;
	right: 0;
	margin-bottom: 40px;
}
.calendar-filter, .calendar-button-container,
.calendar-filter-text, .calendar-filter-reset {
	display: inline-block;
	vertical-align: top;
}
.calendar-button-container,
.calendar-filter-text {
	margin-right: 10px; /*20px;*/
}
.calendar-filter-text {
	position: relative;
	width: 300px;
	height: 37px;
	border: 2px solid #85847D;
	background: #FFF url('images/calendar-search@2x.png') no-repeat 7px center;
	background-size: 21px 21px;
	text-align: left;
	border-radius: 13px;
	overflow: hidden;
}
.cf-text {
	display: block;
	width: 160px;
	margin-left: 30px;
	padding: 5px 15px 5px 10px;
	color: #85847D;
	background-color: transparent;
	font-size: 2em;
	border-radius: 13px;
}
.cf-submit {
	display: block;
	position: absolute;
	right: 0;
	top: -2px;
	width: 116px;
	height: 37px;
	color: #FFF;
	background-color: #85847D;
	padding: 5px;
	font-size: 2em;  /*2.3em;*/
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border-radius: 13px;
	cursor: pointer;
}
.cf-heading, .cf-field {
	display: inline-block;
	vertical-align: middle;
}
.cf-heading {
	padding-right: 15px;
	color: #343226;
	font-size: 2em;
	line-height: 1.8;
	font-weight: 700;
}
.cf-field input,
.cf-field select {
	padding: 5px 15px;
	height: 37px;
	color: #343226;
	border: 2px solid #85847D;
	border-radius: 13px;
	font-size: 2em;
	line-height: 1;
}
.cf-field input {
	width: 120px;
}
.cf-field input::placeholder {
	color: #AEADA9;
}
.cf-field select {
	width: 200px;
}
.calendar-button {
	display: inline-block;
	color: #FFF;
	background-color: #85847D;
	height: 37px;
	padding: 5px 20px;
	font-size: 2em; /*2.3em;*/
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	border-radius: 13px;
}
.calendar-filter-reset {
	width: 40px;
	height: 40px;
}
.calendar-filter-reset-button {
	display: none;
	width: 40px;
	height: 40px;
	background: url('images/filter-reset@2x.png') no-repeat center center;
	background-size: contain;
	cursor: pointer;
}
.calendar-no-message {
	display: none;
	font-size: 2em;
	font-weight: 300;
	font-style: italic;
	text-align: center;
}

.header .search-everything-highlight-color {
	background-color: transparent !important;
}
.footer .search-everything-highlight-color {
	background-color: transparent !important;
}

.search-page-form {
	margin-bottom: 40px;
}
.search-page-form input#s {
	padding: 5px 10px;
	font-size: 1.6em;
	border: 1px solid #CCC;
}
.search-page-form input#searchsubmit {
	padding: 5px 10px;
	color: #FFF;
	border: 1px solid #76236c;
	background-color: #76236c;
	font-size: 1.6em;
}
.search-results-row h2 {
	margin-bottom: 10px;
	color: #762570;
	font-size: 2.4em;
	line-height: 1.3;
}
.search-page-count {
	padding-bottom: 20px;
	border-bottom: 1px solid #762570;
	margin-bottom: 20px;
}
.search-result {
	margin-bottom: 20px;
}
.search-results-row h3 {
	margin-bottom: 0;
	color: #762570;
	font-size: 2em;
	line-height: 1.3;
}
p.search-result-link {
  color: #777;
  font-style: italic;
}
.page-numbers {
  font-size: 1.8em;
  margin-right: 20px;
}
html.zh_TW .display-inline-en,
html.zh_CN .display-inline-en,
html.en_GB .display-inline-ch,
html.en_US .display-inline-ch {
	display: none;
}

.booking-button {
	display: inline-block;
  left: 50%;
  bottom: 30px;
  width: auto;
  min-width: 188px;
  padding: 9px 20px 10px 20px;
  border: 1px solid #FFF;
  color: #FFF;
  background-color: #762570;
  font-size: 1.8em;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 10px 10px rgba(0,0,0,0.3);
  transform: translateX(-50%);
  z-index: 100;
}
.booking-button-static {
	position: absolute;
	bottom: 0;
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
body.fixed-header .booking-button-static {
	bottom: 30px;
	opacity: 0;
	z-index: -1;
	transition: all 0.3s ease-in-out;
}
.booking-button-fixed {
	position: fixed;
	bottom: -50px;
	opacity: 0;
	z-index: -1;
	transition: all 0.3s ease-in-out;
}
body.fixed-header .booking-button-fixed {
	bottom: 30px;
	opacity: 1;
	z-index: 100;
	transition: all 0.3s ease-in-out;
}

.login-button {
	display: inline-block;
}
.login-button a {
	display: inline-block;
	padding: 10px 15px;
	font-size: 1.6em;
	color: #FFF;
	background-color: #762570;
	border-radius: 12px;
}

.sitemap-lists {
	overflow: hidden;
}
.sitemap-list {
	float: left;
	width: 50%;
	color: #d2961c;
}
.sitemap-list ul {
	margin-left: 2em;
	list-style: disc;
}
.sitemap-list li {
	margin-bottom: 1.5em;
}
.sitemap-list > ul > li  {
	margin-bottom: 30px;
}
.sitemap-list > ul > li > a {
	font-weight: 700;
}
.sitemap-list ul ul {
	margin-top: 1em;
}
.sitemap-list ul ul li {
	margin-top: 1em;
}
.sitemap-list a {
	font-size: 1.8em;
}
.sitemap-list li.en,
.sitemap-list li.tc,
.sitemap-list li.sc {
	display: none;
}
html.en_US .sitemap-list li.en,
html.en_GB .sitemap-list li.en,
html.zh_TW .sitemap-list li.tc,
html.zh_CN .sitemap-list li.sc {
	display: list-item;
}