@charset "UTF-8";
/* CSS Document */
@import url(//fonts.googleapis.com/css?family=Open+Sans);

/*******************************************************************/
/* GLOBAL ELEMENTS PLEASE ADD BELOW THIS LINE
/*******************************************************************/
/* ANIMATION */
@keyframes fadein {
 from {
 opacity:0;
}
 to {
 opacity:1;
}
}
 @-moz-keyframes fadein { /* Firefox */
 from {
 opacity:0;
}
 to {
 opacity:1;
}
}
 @-webkit-keyframes fadein { /* Safari and Chrome */
 from {
 opacity:0;
}
 to {
 opacity:1;
}
}
 @-o-keyframes fadein { /* Opera */
 from {
 opacity:0;
}
 to {
 opacity: 1;
}
}
 @keyframes eventGrid {
 from {
 background-color: rgba(0,0,0,0.0);
 border:5px #EEEEEE solid;
}
 to {
 background-color: rgba(0,0,0,0.1);
 border:5px rgba(37, 147, 84,1) solid;
}
}
 @-moz-keyframes eventGrid { /* Firefox */
 from {
 background-color: rgba(0,0,0,0.0);
 border:5px #EEEEEE solid;
}
 to {
 background-color: rgba(0,0,0,0.1);
 border:5px rgba(37, 147, 84,1) solid;
}
}
 @-webkit-keyframes eventGrid { /* Safari and Chrome */
 from {
 background-color: rgba(0,0,0,0.0);
 border:5px #EEEEEE solid;
}
 to {
 background-color: rgba(0,0,0,0.1);
 border:5px rgba(37, 147, 84,1) solid;
}
}
/* COMMON CUSTOMIZE ELEMENTS */
p {
	font-weight: normal;
}
h1,  h2,  h3,  h4 {
	line-height: 50px;
	margin: 0;
	font-weight: bold;
}
h1 {
	font-size: 100%;
	text-transform: uppercase;
}
h2 {
	font-size: 160%;
	letter-spacing: -0.5px;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 120%;
}
.section-organising h2, .section-organising h3, .section-organising h4 {
	color: rgb(16, 161, 209);
}
.section-our-team h2, .section-our-team h3, .section-our-team h4 {
	color: rgb(160, 30, 50);
}
.section-visiting h2, .section-visiting h3, .section-visiting h4 {
	color: rgb(37, 147, 84);
}
p {
	font-size: 100%;
}
a {
	transition: color 0.2s ease-in-out
}

a.button,
input.webform-submit.button {
	border:1px #314A75 solid;
	background-color:#314A75;
	display: inline-block;
	padding:5px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	transition:border 0.5s ease-in-out, background-color 0.5s ease-in-out;
	text-decoration: none;
	color:white;
	font-size:90%;
  behavior: url(../assets/pie/PIE.htc);
}
.button.fullwidth {
	position: relative;
	display:inline-block;
	width:100%;
	margin: 0 auto;
}
input.webform-submit.button {
	margin:0;
	line-height: 20px;
	font-weight: normal;
}
@media and screen (max-width:767px){
	a.button {
		display:inline-block;
		width:100%;
		line-height: 30px;
	}
}
a.button:hover,
input.webform-submit.button:hover {
	border:1px #314A75 solid;
	background-color:white;
	color:#314A75;
	text-decoration: none;
}
.button.fullwidth {
	position: relative;
	display:inline-block;
	width:100%;
	margin: 0 auto;
  text-align: center;
}
.button.section-visiting{
	background-color: rgb(37, 147, 84);
	border:1px rgb(37, 147, 84) solid;
}
.button.section-visiting:hover{
	color: rgb(37, 147, 84);
	border:1px rgb(37, 147, 84) solid;
	background-color:white;
}
.button.section-organising{
	background-color: rgb(16, 161, 209);
	border:1px rgb(16, 161, 209) solid;
}
.button.section-organising:hover{
	color: rgb(16, 161, 209);
	border:1px rgb(16, 161, 209) solid;
	background-color:white;
}
.button.section-ourteam{
	background-color: rgb(160, 30, 50);
	border:1px rgb(160, 30, 50) solid;
}
.button.section-ourteam:hover{
	color: rgb(160, 30, 50);
	border:1px rgb(160, 30, 50) solid;
	background-color:white;
}
a[class*=btn] span {
	padding-left:10px;
	cursor: pointer;
}
a.btn-gallery:before {
	font-family: FontAwesome;
	content: "\f03e";
}
a.btn-download:before {
	font-family: FontAwesome;
	content: "\f1c1";
}
a.btn-link:before {
	font-family: FontAwesome;
	content: "\f0c1";
}
a.btn-details:before {
	font-family: FontAwesome;
	content: "\f05a";
}
a.btn-panorama:before {
	font-family: FontAwesome;
	content: "\f06e";
}
.top_label a.button {
  font-size: 130%;
}

.table {border:0}
.table thead th {
	background: rgba(35, 67, 124, 0.9);
  text-transform: uppercase;
  color: white;
  padding: 7px 10px;
  font-size: 110%;
  text-align: center;
}
.table tbody {
	border-top:0;
	border-bottom: 2px rgba(35, 67, 124, 0.5) solid;
}
.table tbody td {
	font-size: 100%;
  text-align: center;
  color: rgb(68, 68, 68);
  border: 0;
  background-color: rgba(255,255,255,.5);
}
.table tbody td:nth-child(even){
	background-color: rgba(218, 234, 255, 0.1);
}
.table tbody tr:nth-child(odd){
	background-color: #DAEAFF;
}
.webform-component > label >p{
	display:inline;
	font-weight:bold;
}
.webform-component > div.description{
	padding-left:20px;
}


/* Form Buttons */

input[type="submit"], input[type="button"] {
	line-height: 28px;
	padding: 0 10px;
	border-radius: 5px;
  behavior: url(../assets/pie/PIE.htc);
	border: 1px rgba(37, 147, 84,1) solid;
	background-color: rgba(37, 147, 84,1);
	color: #FFFFFF;
	transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
input[type="submit"]:hover, input[type="button"]:hover {
	border: 1px rgba(37, 147, 84,1) solid;
	background-color: rgba(255, 255, 255,1);
	color: rgba(37, 147, 84,1);
}
/* DO NOT EDIT ANYTHING START HERE */
body {
	font-size: normal;
	font-family: 'Open Sans', "Microsoft JhengHei", sans-serif;
}
body.i18n-zh-hans, body.i18n-zh-hant{
        font-family: "Microsoft JhengHei","微軟正黑體","Apple LiGothic Medium","蘋果儷中黑","Lucida Grande", "Lucida Sans Unicode", Helvetica;
}
th {
	border-bottom: 0px;
}
body.admin-menu {
	margin-top: 0px !important;
}
#footer {
	background: #314A75;
	color: #fff;
}
#top_bar {
	position: fixed;
	width: 100%;
	right: 0;
	left: 0;
	z-index: 500;
}
.tabs-wrapper {
	background: #fff;
}
.navbar-inner {
}
.navbar.transparent.navbar-inverse #main-nav.navbar-inner {
	background: transparent; /* Feedback color */
	/* For modern browsers rgba(66,132,238,0.9)
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#B24284EE', EndColorStr='#B24284EE')" !important;
 filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#B24284EE', EndColorStr='#B24284EE') !important; */
  /* For IE6,IE7 */
  background: rgba(50,74,115,0.9);
  background: -moz-linear-gradient(left, rgba(50,74,115,0.9) 0%, rgba(50,73,117,0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(50,74,115,0.9)), color-stop(100%, rgba(50,73,117,0.9)));
  background: -webkit-linear-gradient(left, rgba(50,74,115,0.9) 0%, rgba(50,73,117,0.9) 100%);
  background: -o-linear-gradient(left, rgba(50,74,115,0.9) 0%, rgba(50,73,117,0.9) 100%);
  background: -ms-linear-gradient(left, rgba(50,74,115,0.9) 0%, rgba(50,73,117,0.9) 100%);
  background: linear-gradient(to right, rgba(50,74,115,0.9) 0%, rgba(50,73,117,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#324a73', endColorstr='#324975', GradientType=1 );
	zoom: 1!important; /* Trigger hasLayout */
	box-shadow: none;
  background-color:;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	color: #fff;
	text-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
}
.navbar .nav {
	float: right;
}
.view-homepage-slideshow > .view-content > div.views-row {
	display: none;
}
.view-homepage-slideshow > .view-content > div.views-row-first {
	display: block;
}
.index-mainbanner {
	position: relative;
}
.index-mainbanner img {
	position: relative;
	left: 0px;
	top: 0px;
	min-width: 100%;
	margin-top: -70px;
	z-index: -1;
	height: auto;
}
.index-mainbanner-caption {
	position: absolute;
	top: 75px;
	color: #fff;
	text-align: center;
	width: 100%;
	font-size: 215%;
}
.index-mainbanner-caption > .field-content {
	display: inline-block;
	background: rgba(0,0,0,0.4);
	line-height: 1em;
	padding: 10px 20px;
	margin: 0px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}


#first-nav {
	background: #fff;
	border-bottom: 0px;
	filter: none;
	min-height: initial;/*padding-top: 15px;*/
}
#first-nav .brand, #first-nav .nav > li > a {
	color: #000;
	padding: 0;
	line-height: 20px;
}
.header-weather {
	line-height: 20px;
}
.header-weather > .view-content > div > div {
	color: #000;
}
.header-weather span {
	float: left;
	margin: 0px 5px;
}
.navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:hover {
	background: #fff !important;
	color: #000;
	padding: 9px 7px;
	margin: 15px 5px 5px 5px;
}
.icon-bar-blue {
	width: 30px !important;
	height: 6px !important;
	background: rgb(66,132,238) !important;
	padding-left: 0px !important;
}
.textsize_list, .contrast_list {
	list-style: none;
	margin: 0px;
}
.textsize_list > li > a > img, .contrast_list > li > a > img {
	display: none;
}
.textsize_list > li > a.ts_increase_fix:after, .contrast_list > li > a.ts_increase_fix:after {
	content: "A+++";
}
.textsize_list > li > a.ts_decrease_fix:after, .contrast_list > li > a.ts_decrease_fix:after {
	content: "A+";
}
.textsize_list > li > a.ts_normal_fix:after, .contrast_list > li > a.ts_normal_fix:after {
	content: "A++";
}
#search-box-1 .icon-search {
	position: relative;
	left: 23px;
	top: -8px;
	z-index: 1;
}
#search-box-1 .input-append {
	padding: 10px 15px 0px 0px;
	margin-top: 0px;
}
#search-box-1 .input-append input {
	height: 20px;
	padding: 0px 0px 0px 35px;
	background: #DDDDDD;
	border: none;
	outline: none;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	font-size: 73%;
	width: 105px;
}
#search-box-1 button {
	background: #DDDDDD;
	height: 20px;
	border: 0px;
	outline: none;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	font-weight: bold;
	font-size: 73%;
}
/* MAIN MENU */
#main-menu-moble-block [id^=search-block-form] {
	margin: 0px;
	padding: 10px 15px 0px 0px;
	width: 100%;
}
#main-menu-moble-block input.form-text {
	border-radius: 15px;
	padding: 4px 14px 4px 35px;
	width: 85%;
	min-height: initial;
	min-height: auto;
	background-image: url("../img/glyphicons_027_search.png");
	background-position: 7px 7px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
}
#main-menu-moble-block .form-actions.form-wrapper {
	display: none;
}
#main-menu-moble-block .nav-tag {
	display: inline-block;
	margin: 0px 5px;
	background: #122951;
	padding: 5px 12px;
	border-radius: 5px;
	font-size: 80%;
}
#main-menu-moble-block .textsize_list > li > a, #main-menu-moble-block .contrast_list > li > a {
	color: #fff;
	text-decoration: none;
	margin: 0px;
	white-space: nowrap;
	display: inline;
}
#main-menu-moble-block .nav-tag:nth-of-type(1) > .textsize_list > li, #main-menu-moble-block .nav-tag:nth-of-type(1) > .contrast_list > li {
	display: inline-block;
	margin: 0px;
	padding: 0px 5px;
}
#main-menu-moble-block .language-switcher-locale-url .active {
	display: none;
}
#main-menu-moble-block .language-switcher-locale-url {
	list-style: none;
	display: inline;
	margin: 0px;
}
#main-menu-moble-block .language-switcher-locale-url > li,
#main-menu-moble-block .contrast_list > li{
	display: inline-block;
	margin: 0px 5px;
	background: #122951;
	padding: 5px 12px;
	border-radius: 5px;
	font-size: 80%;
}
#main-menu-moble-block .language-switcher-locale-url > li > a, 
#main-menu-moble-block .contrast_list > li > a{
	color: #fff;
	text-decoration: none;
	background: none !important;
}
#main-nav .nav-collapse.collapse {
	float: right;
	z-index: 4;
}
#main-nav .main-menu-mobile .menu {
	margin: 0px;
	display: none;
}
#main-nav .main-menu-mobile .menu > li {
	list-style: none;
	margin: 0px;
	padding: 3px 0px;
}
#main-nav .main-menu-mobile .menu > li > a {
	padding: 10px 0px;
	display: block
}
#main-nav .main-menu-mobile > .menu {
	display: block;
}
#main-nav .main-menu-mobile > .menu > li:nth-of-type(1) .menu {
	background: rgba(37, 147, 84,0.8);
}
#main-nav .main-menu-mobile > .menu > li:nth-of-type(2) .menu {
	background: rgba(255, 0, 120,0.8);
}
#main-nav .main-menu-mobile > .menu > li:nth-of-type(3) .menu {
	background: rgba(49, 74, 117,0.8);
}
#main-nav .main-menu-mobile > .menu > li:nth-of-type(4) .menu {
	background: rgba(49, 74, 117,0.8);
}
#main-nav .main-menu-mobile > .menu > .level-1 {
	cursor: pointer;
}
[id^=block-views-] > h2 {
	display: none;
}
#block-system-main #first-time {
	display: none;
}
.carousel {
	margin-bottom: 0px;
}
.carousel-inner {
	padding-bottom: 30px;
}
.carousel-control.right, .carousel-control.left {
	background: #528FEE;
}
.current-events-title {
	text-align: center;
	background: #fff;
	padding: 50px 0px 30px 0px;
	text-transform: uppercase;
}
.current-events-title h2:after {
  font-family: FontAwesome;
  content: " \f073";
}
.current-events-title > a {
	color: #314A75;
	text-decoration: none;
}
.current-events-title > a:hover {
	color: rgba(37, 147, 84,1)
}
.current-events-list .span3:first-child {
	margin-left: 0px;
}
.current-events-list .icon-search {
	transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
}
.current-events > div:first-child {
	border: 5px #eeeeee solid;
	width: 200px;
	height: 200px;
	margin: 0 auto;
	text-align: center;
}
.current-events > div:first-child > div:first-child {
	padding: 36px 0px 12px 0px;
}
.current-events > div:first-child > div:first-child + div{
        line-height: 1em;
        font-size: 80%;
}
.current-events > div:first-child > div:first-child img {
	width: 133px;
	height:inherit;
}
.current-events a {
	font-size: 110%;
	color: rgba(37, 147, 84,1);
}
.current-events a:hover {
	font-size: 110%;
	color: #314A75;
}
.current-events > div:first-child > a.img-circle {
	padding: 10px;
	background: #8F8F8F;
	display: inline-block;
}
.current-events > div:first-child + div {
	font-weight: bold;
	margin-top: 10px;
	font-size: 94%;
	text-align: center;
}
.current-events > div:first-child + div + div {
	text-align: center;
	margin-top: 10px;
	font-size: 73%;
}
.current-events > div:first-child + div + div > a {
	color: #000;
}
.current-events-list .bxslider-views-slideshow-main-frame-row {
	float: left;
}
.current-events-list .bxslider-views-slideshow-main-frame-row:first-child {
	margin-left: 0px;
}
.current-events a[href^='javascript:void(0);'] {
	cursor: default;
	text-decoration: none;
}
#block-views-homepage-event-list-block .bx-wrapper .bx-viewport, .mobile_slideshow_block .bx-wrapper .bx-viewport {
	border: 0px;
	box-shadow: none;
	left: 0px;
}
#block-views-homepage-event-list-block .bx-wrapper .bx-viewport .bxslider-views-slideshow-main-frame.bxslider.viewsSlideshowBxslider-processed {
	margin: 0px;
}
.mobile_slideshow_block .bx-viewport li{
	float: left;
}
.mobile_slideshow_block .bx-wrapper .bx-viewport .bxslider-views-slideshow-main-frame.bxslider.viewsSlideshowBxslider-processed {
	margin: 0px;
}
.row-fluid [class*="span"] {
	margin-left: 0 !important;
}
.container.white-background {
	background: #fff;
}
div.explore-our-services-list ul {
	margin:0 auto; padding:0; text-align:centerword; display: table;
}
div.explore-our-services-list ul li {
	display:table-cell;
}
.container.explore-our-services {
  padding:30px 0;
}
.explore-our-services > div {
  text-align: center;
  position: relative;
}
.explore-our-services > div:first-child h3 {
  display:inline-block;
  text-transform: uppercase;
}
.explore-our-services > div:first-child h3:before,
.explore-our-services > div:first-child h3:after {
  border-top: 1px rgba(0,0,0,.2) dotted;
    display: block;
    height: 1px;
    content: " ";
    position: absolute;
    left: 0;
    top: 1.2em;
}
.explore-our-services > div:first-child h3:after {
   right: 0;
   left: auto;
}
.explore-our-services > div:last-child {
  text-align: center;
}
.explore-our-services > div:last-child > div {
  padding: 0 5px;
  display: inline-block;
  cursor: pointer;
}

[id^="visitor-"].active, [id^="organiser-"].active {
	font-weight: bold;
}
#visitor-trigger.active, #visitor-trigger:hover {
	color: rgba(37, 147, 84,1);
}
#organiser-trigger.active, #organiser-trigger:hover {
	color: rgba(162, 89, 209,1);
}
.organiser-row {
	display: none;
}
.visitor-row .span4 img, .visitor-row .span8 img, .organiser-row .span4 img, .organiser-row .span8 img {
	width: 100%;
}
.visitor-row .visitor-box, .organiser-row .organiser-box {
	background-color: rgb(0,0,0);
	position: relative;
}
.visitor-row .visitor-box > a , .organiser-row .organiser-box > a {
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
}
.visitor-row .visitor-box:hover > a , .organiser-row .organiser-box:hover > a {
	opacity: 0.6
}
.visitor-row .span4 .visitor-box, .organiser-row .span4 .organiser-box {
	font-size: 13px;
}
.visitor-row .span8 .visitor-box, .organiser-row .span8 .organiser-box {
	font-size: 15px;
}
.visitor-row .visitor-box .transparent-background, .organiser-row .organiser-box .transparent-background {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	width: 100%;
	position: absolute;
	bottom: 0px;
	height: 3em;
}
.visitor-row .visitor-box .visitor-caption, .organiser-row .organiser-box .organiser-caption {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	font-size: 88%;
	padding: 10px;
	text-transform: uppercase;
  max-width:87%;
}
.visitor-row .visitor-box .visitor-caption > a, .organiser-row .organiser-box .organiser-caption > a {
	color: #fff;
}
.visitor-row .span4 #btn-arrow-green, .organiser-row .span4 #btn-arrow-green {
	background-position: -15px -322px;
}
#footer-menu_list {
	width: initial;
	padding-left: 0px;
}
#footer .container {
	width: 1000px;
	padding-top: 30px;
}
#footer #footer-menu_list .menu {
	margin: 0px;
}
#footer #footer-menu_list .menu li {
	list-style: none;
	margin: 0px;
}
#footer #footer-menu_list > .menu > li {
	float: left;
	margin: 0 0px 0px 0px;
	list-style: none;
	padding-right: 15px;
}
.i18n-zh-hant #footer #footer-menu_list > .menu > li, .i18n-zh-hans #footer #footer-menu_list > .menu > li {	/*zh-hans and zh-hant only*/
	min-width: 125px;
}
#footer #footer-menu_list .menu > li > a {
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 13px;
	padding-left: 0px;
	background-image: none;
}
#footer #footer-menu_list > .menu > li > a {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	display: block;
	text-transform: uppercase;
}
#footer #footer-menu_list > .menu > li:first-child > a {
	border-color: rgba(37, 147, 84,1);
}
#footer #footer-menu_list > .menu > li:first-child + li > a {
	border-color: rgba(162, 89, 209,1);
}
#footer #footer-menu_list > .menu > li:first-child + li + li > a {
	border-color: rgba(16, 161, 209,1);
}
#footer #footer-menu_list > .menu > li:first-child + li + li + li > a {
	border-color: rgba(160, 30, 50,1);
}
#footer #footer-menu_list > .menu > li > .menu > li > .menu {
	display: none;
}
#footer-follow {
	background: #122951;
	width: 290px;
	padding: 10px 15px 10px 5px;
	float: right;
}
#footer-follow .icon-plus.icon-white {
	margin-top: 4px;
}
#footer-follow > div:first-child {
	width: 240px;
	float: right;
	text-align: right;
}
#footer-follow > div:first-child > div:first-child {
	font-weight: bold;
	font-size: 120%;
	border-bottom: 2px solid #ABB3C0;
	padding-bottom: 2px;
}
#footer-follow > div > div:first-child + div {
	font-size: 77%;
}
#footer-follow > div:first-child + div {
	clear: both;
	text-align: right;
}
#footer-follow > div:first-child + div > div > a {
	color: #001C4D;
	background: #93BAFC;
	font-weight: bold;
	display: inline-block;
	font-size: 12px;
	outline: none;
	border: 0;
	line-height: 27px;
	padding: 0px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border: 1px #001C4D solid;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
	-webkit-transition: border 0.2s ease-in;
	-moz-transition: border 0.2s ease-in;
	-o-transition: border 0.2s ease-in;
	transition: border 0.2s ease-in;
	margin: 2px 0px;
	text-decoration:none;
}
#footer-follow > div:first-child + div > div > a:hover {
	background: #001C4D;
	color: white;
	border: 1px white solid;
}
#footer-follow > div:first-child + div > div > a > img:first-child {
    height: 18px;
    display: inline-block;
    vertical-align: text-bottom;
	margin: 0px 2px 0px 0px;
}

/* #footer-follow > div:first-child + div > div > a > span { */
	/* color: #001C4D; */
	/* background: #93BAFC; */
	/* font-weight: bold; */
	/* display: inline-block; */
	/* font-size: 12px; */
	/* outline: none; */
	/* border: 0; */
	/* line-height: 27px; */
	/* padding: 0px 5px; */
	/* border-radius: 5px; */
	/* -moz-border-radius: 5px; */
	/* -webkit-border-radius: 5px; */
	/* -o-border-radius: 5px; */
	/* border: 1px #001C4D solid; */
	/* -webkit-transition: background 0.2s ease-in; */
	/* -moz-transition: background 0.2s ease-in; */
	/* -o-transition: background 0.2s ease-in; */
	/* transition: background 0.2s ease-in; */
	/* -webkit-transition: border 0.2s ease-in; */
	/* -moz-transition: border 0.2s ease-in; */
	/* -o-transition: border 0.2s ease-in; */
	/* transition: border 0.2s ease-in; */
	/* margin: 2px 0px; */
/* } */
/* #footer-follow > div:first-child + div > div > a > span:hover { */
	/* background: #001C4D; */
	/* color: white; */
	/* border: 1px white solid; */
/* } */
/* #footer-follow > div:first-child + div > div > a > span > img:first-child { */
    /* height: 18px; */
    /* display: inline-block; */
    /* vertical-align: text-bottom; */
	/* margin: 0px 2px 0px 0px; */
/* } */
#footer-hr {
	clear: both;
	width: 100%;
	border-bottom: 0px;
	margin: 20px 0px 20px 0px;
}
#copyright {
	background: #314A75;
	color: #fff;
  font-size: 85%;
}
#copyright .container {
	width: 1000px;
}
#copyright p {
	float: left;
	margin-right: 3px;
}
#copyright .container > div > div.span12 {
	padding-left: 0px;
	margin-bottom: 20px;
}
#copyright p > a {
	color: #fff;
}
.view-footer-link{
	float: left;
	clear: both;
}
.high-contrast-block{
	float: right;
}
.high-contrast-block a{
	color: #fff;
}
@media (max-width: 979px) {
	.view-footer-link, .high-contrast-block{
		float: none;
		margin-left: 0px;
	}
	.view-footer-link p{
		float: none;
		clear: both;
		display: inline-block;
	}
}
h2.element-invisible {
	display: none;
}
.browser-warning{
        width: 100%;
        background-color: #666666;
        color: #fff;
        text-align: center;
        font-size: 130%;
        line-height: 2em;
}
.navbar-inner .container a.brand img {
        max-width: 100%;
        max-height: 51px;
}

/* MAIN MENU - DESKTOP */
/* Level 1 */
#main-nav {
	border: none;
	filter: none;
}
#main-nav .nav-collapse .nav {
	display: none;
}
#main-nav .nav-collapse > .menu {
	margin: 0px;	/*overflow: hidden;*/
	display: inline-block;
}
#main-nav .nav-collapse > .menu > li {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: relative;
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	cursor: pointer;
}
#main-nav .nav-collapse > .menu > li:not(:last-child):after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 25px;
	bottom: 0;
	right: 0px;
	height: 20px;
	border-right: 1px dotted;
	border-color: #fff;
}
#main-nav .nav-collapse > .menu > li:hover:before {
	top: 60px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 6px;
	margin-left: -6px;
}
#main-nav .nav-collapse > .menu > li > a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0px 10px 10px 10px;
	padding: 25px 5px 15px 5px;
}
#main-nav .nav-collapse > .menu > li:first-child + li > .menu > li {
	float: left;
}
#main-nav .nav-collapse > .menu > li:hover > .menu, #main-nav .nav-collapse > .menu > li > a:hover + .menu,#main-nav .nav-collapse > .menu > li.hovered > .menu, #main-nav .nav-collapse > .menu > li > a.hovered + .menu {
	display: block !important;
}
#main-nav .nav-collapse > .menu > li:hover, #main-nav .nav-collapse > .menu > li.hovered {	/*background: transparent; /* Feedback color */
	background: url("../img/ico_menu_arrowtop.png") bottom center no-repeat; /* For modern browsers */
	zoom: 1!important; /* Trigger hasLayout */
	animation: fadein 1s;
	-moz-animation: fadein 1s; /* Firefox */
	-webkit-animation: fadein 1s; /* Safari and Chrome */
	-o-animation: fadein 1s; /* Opera */
}
/* Level 2 */
#main-nav .nav-collapse > .menu > li .menu {
	background: white;
	display: none;
	border-radius: 0 0 5px 5px;
	padding: 10px 5px;
	animation: fadein 0.5s;
	-moz-animation: fadein 0.2s; /* Firefox */
	-webkit-animation: fadein 0.2s; /* Safari and Chrome */
	-o-animation: fadein 0.2s; /* Opera */
	position: absolute;
	margin: 0px;
	z-index: 100;
  border: 1px rgba(0,0,0,.2) solid;
}
#main-nav .nav-collapse > .menu > li .menu li {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 25px;
	position: relative;
	text-transform: capitalize;
	letter-spacing: 0;
}
#main-nav .nav-collapse > .menu > li:nth-of-type(2) > .menu > li.expanded:after {
	top: 25px;
}
#main-nav .nav-collapse > .menu > li .menu li a {
	color: black;
	text-decoration: none;
	padding: 5px;
	text-transform: none;
	letter-spacing: 0;
	display: block;
	white-space: nowrap
}
#main-nav .nav-collapse > .menu > li .menu li a:hover {
	color: white;
	display: block;
}
#main-nav .nav-collapse > .menu > li:nth-child(2) > .menu li {
	width: 50%;
	display: block;
	float: left
}
#main-nav .nav-collapse > .menu > li:nth-child(2) > .menu li a {
	width: 45%;
	line-height: 55px;
	display: block;
	text-align: left;
	background-position: 5%;
	padding-left: 50%;
}
/* Level 2 - Width Control & Colors */
#main-nav .nav-collapse > .menu > li:first-child > .menu {
	width: 160px;
}
#main-nav .nav-collapse > .menu > li:first-child > .menu li a:hover {
	background-color: rgba(37, 147, 84,0.8);
}
#main-nav .nav-collapse > .menu > li:nth-child(2) > .menu {
	width: 470px;
}
#main-nav .nav-collapse > .menu > li:nth-child(2) > .menu li a:hover {
	background-color: rgba(162, 89, 209,0.8);
}
#main-nav .nav-collapse > .menu > li:nth-child(3) > .menu {
	width: 180px;
}
#main-nav .nav-collapse > .menu > li:nth-child(3) > .menu li a:hover {
	background-color: rgba(16, 161, 209,0.8);
}
#main-nav .nav-collapse > .menu > li:nth-child(4) > .menu {
	width: 180px;
}
#main-nav .nav-collapse > .menu > li:nth-child(4) > .menu li a:hover {
	background-color: rgba(160, 30, 50,0.8);
}
/* Level 2 - Expanded Menu */
#main-nav .nav-collapse > .menu > li > .menu li.expanded:after {
	background-image: url("../img/glyphicons-halflings.png");
	background-position: -456px -72px;
	background-repeat: no-repeat;
	content: " ";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	line-height: 14px;
	vertical-align: text-top;
	position: absolute;
	right: 5px;
	top: 7px;
}
#main-nav .nav-collapse > .menu > li > .menu li.expanded:hover:after {
	background-image: url("../img/glyphicons-halflings-white.png");
}
/* Level 3 */
#main-nav .nav-collapse > .menu > li > .menu > li .menu {
	border-radius: 5px;
	border: 1px rgba(0,0,0,0.2) solid;
	position: absolute;
	top: -10px;
	left: 100%;
	margin-left: 0px;
	z-index: 1;
}
#main-nav .nav-collapse > .menu > li > .menu > li:hover > .menu, #main-nav .nav-collapse > .menu > li > .menu > li > .menu:hover,#main-nav .nav-collapse > .menu > li > .menu > li.hovered > .menu, #main-nav .nav-collapse > .menu > li > .menu > li > .menu.hovered {
	display: block;
}
/* Level 3 - Width Control */

#main-nav .nav-collapse > .menu > li:nth-child(1) > .menu > li > .menu {
	/*width: 140px;*/
}
#main-nav .nav-collapse > .menu > li:nth-child(3) > .menu > li > .menu {
	/*width: 180px;*/
}
#main-nav .nav-collapse > .menu > li:nth-child(4) > .menu > li > .menu {
	/*width: 260px;*/
}

/* Level 4 */
#main-nav .nav-collapse > .menu > li > .menu > li > .menu > li:hover> .menu, #main-nav .nav-collapse > .menu > li > .menu > li > .menu > li > .menu:hover {
	display: block;
}
#main-nav .nav-collapse > .menu > li:nth-child(3) > .menu > li > .menu > li > .menu {
	width: 80px;
}
#googleplay-img {
	float: right;
	background-image: url(../img/ico_elements.png) !important;
	width: 102px;
	height: 35px;
	background-position: -10px -10px;
}
#appstore-img {
	float: right;
	background-image: url(../img/ico_elements.png) !important;
	width: 127px;
	height: 35px;
	background-position: -3px -110px;
}
.icon-calendar {
	vertical-align: middle;
	margin: 0px;
	zoom: 1.2;
}
#icon-visitor {
	background-image: url(../img/ico_elements.png);
	width: 20px;
	height: 20px;
	background-position: -6px -406px;
	display: inline-block;
}
#icon-organiser {
	background-image: url(../img/ico_elements.png);
	width: 20px;
	height: 20px;
	background-position: -107px -405px;
	display: inline-block;
}
#icon-facebook {
	background-image: url(../img/ico_elements.png);
	width: 25px;
	height: 25px;
	background-position: -104px -307px;
	display: inline-block;
	vertical-align: middle;
}
#icon-email {
	background-image: url(../img/ico_elements.png);
	width: 35px;
	height: 25px;
	background-position: -6px -308px;
	display: inline-block;
	vertical-align: middle;
}
.icon-phone {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("../img/ico_phone_bk.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#btn-arrow-green {
	width: 3em;
	height: 3em;
	background-position: -15px -322px;
	display: inline-block;
	background-color: initial;
	border: none;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#first-nav .language-switcher-locale-url {
	overflow: hidden;
	margin: 0px;
	list-style: none;
}
#first-nav .language-switcher-locale-url .active {
	display: none;
}
#first-nav .language-switcher-locale-url > li {
	float: left;
	padding: 0 5px;
}
#first-nav .language-switcher-locale-url > li > a, #first-nav .language-switcher-locale-url > li > span {
	color: #000 !important;
	line-height: 20px;
	display: block;
	background-color: #fff !important;
	text-decoration: none;
}
#first-nav [id^=search-block-form] {
	margin: 0px;
}
#first-nav .form-item.form-type-textfield.form-item-search-block-form {
	float: left;
	margin: 0px;
}
#first-nav .form-item.form-type-textfield.form-item-search-block-form label {
	display: none;
}
#first-nav .form-item.form-type-textfield.form-item-search-block-form .form-text {
	display: inline-block;
	background: #DDDDDD;
	background-image: url("../img/glyphicons_027_search.png");
	background-position: 5px 4px;
	background-repeat: no-repeat;
	background-size: 13px 13px;
	height: 20px;
	padding: 0px 0px 0px 25px;
	border: none;
	outline: none;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	font-size: 73%;
	width: 105px;
	margin: 0px;
	outline: none;
	box-shadow: none;
}
#first-nav .form-actions.form-wrapper {
	float: left;
	padding: 0px;
	border: 0px;
	background: none;
}
#first-nav .form-actions.form-wrapper .form-submit {
	background: rgb(255,255,255);
	height: 20px;
	outline: none;
	font-weight: bold;
	font-size: 80%;
	line-height: 20px;
	color: #333333;
	border: 1px #DDDDDD solid;
	border-radius: 0 5px 5px 0;
}
#first-nav .textsize_list, #first-nav .contrast_list  {
	float: left;
}
#first-nav .textsize_list > li, #first-nav .contrast_list > li {
	margin: 0px;
	padding: 0 5px;
	float: left;
}
#first-nav .textsize_list > li > a, #first-nav .contrast_list > li > a {
	color: #000;
	text-decoration: none;
	margin: 0px;
	white-space: nowrap;
	display: inline-table;
}
#first-nav .ts_clear {
	clear: none;
	float: left;
}
#yWeather > a > span {
	float: left;
	margin: 0px 3px;
}
.views-slideshow-cycle-main-frame-row.views_slideshow_cycle_slide.views_slideshow_slide {
	width: 100% !important;
}
.views_slideshow_cycle_main.views_slideshow_main {
	  margin-right: 20px;
}
.views-slideshow-cycle-main-frame {
	position: relative;
	width: 960px !important;
	height: 40px;
	margin: 0 auto;
}
#block-views-home-annoucement-block .view-footer {
  position: absolute;
  /* display: table-cell; */
  top: 5px;
  right: 0;
  z-index: 3;
  cursor: pointer;
  /* vertical-align: middle; */
}
#block-views-home-annoucement-block .view-footer > div {
	margin: 0 auto;
	width: 960px;
	text-align: right;
}
#block-views-home-annoucement-block .view-footer > div > .icon-remove-circle {
	margin-right: 10px;
	cursor: pointer;
}
#slideshow {
	padding-top: 104px;
	position: relative;
}
.block.block-views.annoucement-inactive .index-mainbanner-caption {
	top: 35px;
}
#block-views-home-annoucement-block.inactive {
	display: none;
}
#block-views-home-annoucement-block {
  width: auto;
  line-height: 40px;
  height: 40px;
}
#block-views-home-annoucement-block > .content {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  display: block;
  width: 100%;
  width: 100% !important;
  height: 40px;
  background: rgb(252,255,214);
}
.view-home-annoucement {
	position: relative;
	width: 960px;
	height: 40px;
	margin: 0 auto;
}
.view-homepage-slideshow {
	position: relative;
}
.views-slideshow-cycle-main-frame .field-content {
  /* width: 960px; */
  /* display: block; */
  /* margin: 0 auto; */
  color: red;
  line-height: 40px;
  /* position: relative; */
  font-size: 80%;
}

.annoucement-close-btn {
	display: block;
	position: absolute;
	right: 10px;
	top: 17px;
}
.annoucement-close-btn .icon-remove-circle {
	position: absolute;
	right: 0px;
}
.views-slideshow-cycle-main-frame .field-content a {
	text-decoration: underline;
	color: red;
	font-size: 100%;
}
.basic-page-wrapper {
	padding: 15px 0px;
}
.link-wrapper {
	display: none;
}
/*start of article page css*/
.article-navigation {
	width: 170px;
	padding-right: 10px;
	font-size: 75%;
	float: left;
	line-height: 1em;
	margin-right: 20px;
	border-right: 1px rgba(0,0,0,.1) dotted;
}
.article-wrapper {
	width: 1150px;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
}
.article-container {
	width: 905px;
	margin-left: 45px;
	float: left;
}
.article-container tbody {
	border-top: none;
}
.article-maintitle {
  line-height: 30px;
  padding: 10px 0;
}
.article-mainbody {
	margin-bottom: 20px;
	font-size: 85%;
	text-align: justify;
	color: rgb(123, 123, 123);
}
.ui-tabs-panel {
	font-size: 85%;
	text-align: justify;
	color: rgb(123, 123, 123);
}
.article-mainbody-title {
	font-size: 125%;
	color: rgb(255,38,131);
	line-height: 1em;
}
.article-rhs-wrapper {
	float: right;
	margin-top: 55px;
}
.article-rhs {
	float: right;
	width: 215px;
	margin-left: 50px;
}
.article-navigation > .menu > li .menu > li {
	display: none;
}
.article-navigation .menu {
  margin:0;
}
.article-navigation > .menu {
  margin: 20px 0 0 0;
}
.article-navigation .menu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
	padding-right: 30px;
	position: relative;
	margin: 10px 0px 10px 0px;
  font-size: 110%;
	text-transform: uppercase;
	font-weight: normal;
}
.article-navigation > .menu > li > a {
	padding-left: 0px;
	background-image: none;
	color: rgba(0,0,0,.5);
	font-weight: normal;
	display: block;
	text-decoration: none;
	height: auto;
	line-height: 15px;
	padding: 2px 0;
}
.article-navigation > .menu > li > .menu > li {
	direction: rtl;
}
.article-navigation > .menu > li > .menu > li > a {
	color: rgba(0,0,0,.5);
	text-decoration: none;
	line-height: 15px;
	padding: 2px 0;
	text-transform: none;
}
.article-navigation > .menu > li > .menu > li.active > a {
	color: rgb(255,38,131);
}
.article-navigation > .menu > li.expanded.active:after {
	content: "\f107";
	position: absolute;
	right: 15px;
	top: 4px;
	font: normal normal normal 14px/1 FontAwesome;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}
.article-navigation > .menu > li.expanded:after {
	content: "\f105";
	position: absolute;
	right: 17px;
	top: 2px;
	font: normal normal normal 14px/1 FontAwesome;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
	line-height: 15px;
}
.article-navigation > .menu > li.active > a {
	color: rgb(255,38,131);
}
.article-navigation > .menu > li.active.expanded > a {
	border-bottom: 1px dotted rgb(255,38,131);
}
.article-navigation .menu > li > .menu > li {
	display: none;
	padding-right: 0px;
}
.article-navigation > .menu > li.active > .menu > li {
	display: block;
}
.article-navigation > .menu > li.expanded.active > .menu {
	margin: 15px 0 25px 0;
}
.article-navigation > .menu > li.expanded.active > .menu > li {
	font-size: 100%;
}
.article-navigation > .menu > li > a:hover, .article-navigation > .menu > li.expanded > .menu > li > a:hover {
	color: rgb(255,38,131);
}
.section-image {
	position: relative;
}
.section-image img {
	position: relative;
	left: 0px;
	top: 0px;
	min-width: 100%;
	margin-top: -70px;
	z-index: -1;
	height: 100%;
}
.section-image .section-image-caption {
	position: absolute;
	bottom: 10%;
	left: -20px;
	font-size: 420%;
	color: #fff;
	width: 100%;
}
.related-pages-title {
	font-size: 120%;
	font-weight: bold;
	color: rgb(255,38,131);
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
	line-height: 1em;
	margin-left: 0px;
	padding-bottom: 10px;
}
.related-pages {
	clear: both;
	float: left;
	margin-left: 235px;
	width: 630px;
	margin-bottom: 40px;
	margin-top: 15px;
}
.related-pages .views-row {
	width: 200px !important;
	height: 135px;
	border-radius: 5px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.related-pages .views-row img {
        width: 200px;
        height: 167px;
}
.related-pages .bx-wrapper .bx-viewport {
	height: 100% !important;
	border: 0px;
	box-shadow: none;
	left: 0px;
}
.related-pages .bx-prev {
	display: inline-block;
	width: 18px !important;
	height: 24px !important;
	margin-top: 0px !important;
	vertical-align: text-top;
	background-image: url("../img/arrow_left.png") !important;
	background-position: 0px 0px !important;
	background-size: 18px 24px !important;
	background-repeat: no-repeat;
	left: -30px !important;
	top: 40% !important;
}
.related-pages .bx-next {
	display: inline-block;
	width: 18px !important;
	height: 24px !important;
	margin-top: 0px !important;
	vertical-align: text-top;
	background-image: url("../img/arrow_right.png") !important;
	background-position: 0px 0px !important;
	background-size: 18px 24px !important;;
	background-repeat: no-repeat;
	right: -30px !important;
	top: 40% !important;
}
.related-pages-div{
	position: relative;
	height: 135px;
}
.related-pages-caption{
	position: absolute;
	bottom: 10px;
	left: 0px;
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	font-size: 75%;
	padding: 2px 8px;
	text-transform: uppercase;
	max-width: 85%;
}
#article-webform-trigger-box {
	background: rgb(254, 204, 228);
	color: rgb(255,38,131);
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 120%;
	position: absolute;
	width: 100%;
	left: 0%;
}
.article-webform-trigger {
	cursor: pointer;
  display:block;
  position: relative;
  width:100%;
  height:100%;
}
#article-webform-trigger-box-mobile {
	display: none;
	background: #fff;
	text-align: center;
	height: 30px;
	position: absolute;
	width: 100%;
	left: 0%;
}
#article-webform-trigger-box-mobile > div {
	width: 40px;
	height: 18px;
	background-image: url("../img/ico_webform_trigger.png");
	background-size: 40px 18px;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
}
.article-webform {
	display: none;
	font-size: 80%;
}
.article-webform-wrapper {
	background: rgb(244,247,252);
}
.article-webform-wrapper > .container > .view-content .views-row .views-field-php {
	height: 50px;
}
.article-webform .webform-client-form ~ .field {
	display: none;
}
.article-webform .webform-client-form .form-actions {
	padding: 0px;
	margin-bottom: 0px;
	background: none;
	border: 0px;
}
.article-webform .webform-client-form .grippie {
	display: none;
}
.article-webform-wrapper textarea {
	resize: none;
}
.webform-list-wrapper {
	font-size: 80%;
	display: none;
	margin-bottom: 20px;
}
.webform-list-wrapper .views-row .webform-list {
	float: left;
	margin: 10px;
}
.webform-list-wrapper .views-row:nth-child(4n+1) .webform-list {
	margin-left: 0;
}
.webform-list-wrapper .views-row:nth-child(4n) .webform-list {
	margin-right: 0;
}

/* Webform - Fieldset */
.webform-client-form .fieldset-wrapper textarea,.webform-client-form .fieldset-wrapper input[type="text"],.webform-client-form .fieldset-wrapper input[type="password"],.webform-client-form .fieldset-wrapper input[type="datetime"],.webform-client-form .fieldset-wrapper input[type="datetime-local"],.webform-client-form .fieldset-wrapper input[type="date"],.webform-client-form .fieldset-wrapper input[type="month"],.webform-client-form .fieldset-wrapper input[type="time"],.webform-client-form .fieldset-wrapper input[type="week"],.webform-client-form .fieldset-wrapper input[type="number"],.webform-client-form .fieldset-wrapper input[type="email"],.webform-client-form .fieldset-wrapper input[type="url"],.webform-client-form .fieldset-wrapper input[type="search"],.webform-client-form .fieldset-wrapper input[type="tel"],.webform-client-form .fieldset-wrapper input[type="color"],.webform-client-form .fieldset-wrapper .uneditable-input, .webform-client-form .fieldset-wrapper select{
	display: block;
	width: 100%;
	min-height: 28px;
	box-sizing: border-box;
}
html.js fieldset.collapsed{
	height: auto;
}
legend{
	margin-bottom: 10px;
}

/* Enquiry WebForm */

.article-webform .webform-client-form label {
	color: rgb(48,94,169);
	font-weight: bold;
}
.article-webform-wrapper input[type="text"], .article-webform-wrapper input[type="email"] {
	width: 97%;
}
.webform-view-title {
	color: rgb(48,94,169);
	font-size: 150%;
	text-align: center;
	font-weight: normal;
	margin-top: 15px;
}
.webform-list-title, .webform-list-title > a {
	font-weight: bold;
	color: rgb(48,94,169);
}
#edit-submitted-expected-monthly-salary {
	width: auto;
}
.jobs-apply-online button {
	border-color: rgb(48,94,169);
	border: 1px solid;
	color: rgb(48,94,169);
	background: none;
	padding: 1px 20px;
}
.breadcrumb-wrapper > h2.element-invisible {
	display: none;
}
.breadcrumb > .active {
	color: #0088cc;
}
.section-visiting .article-maintitle, .section-visiting .article-mainbody-title, .section-visiting .article-navigation > .menu > li > .menu > li.active > a, .section-visiting .article-navigation > .menu > li.active > a, .section-visiting .article-navigation > .menu > li > a:hover, .section-visiting .article-navigation > .menu > li.expanded > .menu > li > a:hover, .section-visiting .related-pages-title, .section-visiting .article-navigation > .menu > li.expanded:after, .section-visiting .icon-friendly-print{
	color: rgb(37, 147, 84);
}
.section-visiting .article-navigation > .menu > li.active.expanded > a {
	border-color: rgb(37, 147, 84);
}
.section-visiting ~ .article-webform-wrapper #article-webform-trigger-box {
	color: rgb(37, 147, 84);
	background: rgb(183, 236, 206);
}
.section-catering-and-dining .article-maintitle, .section-catering-and-dining .article-mainbody-title, .section-catering-and-dining .article-navigation > .menu > li > .menu > li.active > a, .section-catering-and-dining .article-navigation > .menu > li.active > a, .section-catering-and-dining .article-navigation > .menu > li > a:hover, .section-catering-and-dining .article-navigation > .menu > li.expanded > .menu > li > a:hover, .section-catering-and-dining .related-pages-title, .section-catering-and-dining .article-navigation > .menu > li.expanded:after, .section-catering-and-dining .icon-friendly-print {
	color: rgb(162, 89, 209);
}
.section-catering-and-dining .article-navigation > .menu > li.active.expanded > a {
	border-color: rgb(162, 89, 209);
}
.section-catering-and-dining ~ .article-webform-wrapper #article-webform-trigger-box {
	color: rgb(162, 89, 209);
	background: rgb(228, 207, 242);
}
.section-organising .article-maintitle, .section-organising .article-mainbody-title, .section-organising .article-navigation > .menu > li > .menu > li.active > a, .section-organising .article-navigation > .menu > li.active > a, .section-organising .article-navigation > .menu > li > a:hover, .section-organising .article-navigation > .menu > li.expanded > .menu > li > a:hover, .section-organising .related-pages-title, .section-organising .article-navigation > .menu > li.expanded:after, .section-organising .icon-friendly-print {
	color: rgb(16, 161, 209);
}
.section-organising .article-navigation > .menu > li.active.expanded > a {
	border-color: rgb(16, 161, 209);
}
.section-organising ~ .article-webform-wrapper #article-webform-trigger-box {
	color: rgb(18, 41, 81);/* rgb(16, 161, 209)*/
	background: rgb(198, 229, 240)
}
.section-organising ~ .article-webform-wrapper #article-webform-trigger-box:hover, .section-catering-and-dining ~ .article-webform-wrapper #article-webform-trigger-box:hover, .section-visiting ~ .article-webform-wrapper #article-webform-trigger-box:hover {
  background: rgb(255,255,255);
}
.section-our-team .article-maintitle, .section-our-team .article-mainbody-title, .section-our-team .article-navigation > .menu > li > .menu > li.active > a, .section-our-team .article-navigation > .menu > li.active > a, .section-our-team .article-navigation > .menu > li > a:hover, .section-our-team .article-navigation > .menu > li.expanded > .menu > li > a:hover, .section-our-team .related-pages-title, .section-our-team .article-navigation > .menu > li.expanded:after, .section-our-team .icon-friendly-print {
	color: rgb(160, 30, 50);
}
.section-our-team .article-navigation > .menu > li.active.expanded > a {
	border-color: rgb(160, 30, 50);
}
.section-our-team ~ .article-webform-wrapper #article-webform-trigger-box {
	color: rgb(160, 30, 50);
	background: rgb(240, 171, 180);
}
/* TAB ELEMENTS OVERRIDE*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 0 !important;
}
.ui-tabs-nav li{
	line-height: 32px;
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs-nav li > a{
	padding: 0.5em 2em;
}
.ui-tabs-panel{
	display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}
@media (max-width: 979px) {
	ul.ui-tabs-nav{
		overflow-y: hidden !important;
		overflow-x: scroll !important;

	}
}

/*start of event calendar page css*/
.event-calendar-title-box {
	border-bottom: 3px solid;
	border-color: rgb(2,146,88);
	padding-top: 25px;
	padding-bottom: 15px;
	overflow: hidden;
}
.event-calendar-title {
	color: rgb(37, 147, 84);
	font-size: 175%;
	font-weight: bold;
}
.event-calendar-header.event_search_option_menu {
  clear: both;
}
.icon-friendly-print {
	width: 14px;
	height: 14px;
	margin-top: -1px;
	vertical-align: text-top;
	cursor: pointer;
}
.mainbanner-scroll-down {
	position: absolute;
	bottom: 15px;
	right: 0;
	left: 0;
	cursor: pointer;
	margin: 0 auto;
	height: 50px;
	width: 50px;
	border-radius: 100% !important;
	line-height: 50px;
	padding: 0;
	letter-spacing: normal;
	color: #fff;
	font-size: 30px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
	background: transparent; /* Feedback color */
	border: 1px rgba(255,255,255,0.5) solid; /* For modern browsers */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#7FFFFFFF', EndColorStr='#7FFFFFFF')" !important; /* For IE8 */
 filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#7FFFFFFF', EndColorStr='#7FFFFFFF') !important; /* For IE6,IE7 */
}
.mainbanner-scroll-down > em {
	margin-top: 10px;
}

/*event calendar page css*/
.event-calendar-search-wrapper {
	width: 160px;
	background: rgb(229, 244, 238);
	padding: 10px;
	margin-top: 10px;
}
.event-calendar-search-wrapper .event-calendar-search-label {
	display: block;
	color: rgb(37, 147, 84);
	font-weight: bold;
	font-size: 80%;
}
.event-calendar-search-wrapper .event-calendar-search-label:not(:first-of-type) {
	margin-top: 10px;
}
.event-calendar-search-wrapper [type='text'] {
	width: 90%;
	padding: 0px 7px;
}
.event-calendar-search-wrapper [type='submit'] {
	color: rgb(37, 147, 84);
	border-color: rgb(37, 147, 84);
	border: 1px solid;
	margin-top: 15px;
	background: transparent;
}
.event-calendar-search-wrapper input[type="checkbox"] {
	margin-top: 0px;
	background: #fff;
	border: 1px solid;
	border-color: rgb(180, 216, 201);
}
.event-calendar-search-nature span {
	margin-left: 10px;
}
.view-advertisement-list {
	display: none;
}
/*start of centre & traffic page css*/
.traffic-tabs.ui-widget {
	font-size: 90%;
}
.traffic-tabs .map-canvas {
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 100%;
}
.traffic-tabs .gmnoprint img {
	max-width: none;
}
.traffic-tabs .directions-panel {
	width: 100%;
	overflow: auto;
	background: #fff;
}
.traffic-tabs .directions-panel table {
	width: 100%;
}
.traffic-tabs .adp-directions {
	width: 100%;
}
.traffic-tabs .view-header > ul.ui-tabs-nav {
	padding: 0px;
}
.traffic-tabs .view-header > ul.ui-tabs-nav li {
	margin-top: 0px;
}
#stTabswrapper > div:first-child {
	display: block !important;
	z-index: 1 !important;
}
#stTabswrapper > div:first-child .ui-state-active .ui-icon {
	margin-top: 10px;
}
#stTabswrapper {
	width: auto !important;
}
.traffic-content-body {
	margin-bottom: 10px;
}
/* ARTICLE */
.article-header {
	width: 100%;
}
/*start of annoucement page css*/
.announcement {
	padding: 10px 10px 10px 0px;
	position: relative;
}
.announcement-title {
	font-weight: bold;
	font-size: 110%;
}
.announcement-title > a {
	color: #333333;
}
.announcement-date {
	font-size: 80%;
	color: #a1a1a1;
}
.announcement-body {
	font-size: 80%;
	padding: 10px 0px;
	letter-spacing: 0.005em;
	text-align: justify;
	color: rgb(102, 102, 102);
	font-weight: 300;
}
.announcement-social-media {
	overflow: hidden;
}
.announcement-social-media > .addthis_toolbox {
	float: right;
}
.announcement-read-more {
	position: absolute;
	right: 10px;
	top: 10px;
}
.announcement-views-wrapper {
	padding: 10px 20px;
}
.announcement-views-wrapper.views-row-odd {
	background: rgb(234,234,234);
}
.announcement-anchor {
	display: block;
	margin-top: -135px;
	height: 135px;
	visibility: hidden;
}
.announcement-addthis-toolbox {
	float: right;
	margin-top: 15px;
}
/*start of career opportunities style*/
.career-opportunities .views-table {
	width: 100%;
	margin-top: 10px;
}
/*start of management team style*/
.management-team-table {
	float: left;
	margin-right: 10px;
	padding: 10px 10px;
	width: 190px;
	min-height: 225px;
}
.management-team-table img {
	width: 101px;
	height: 145px;
}
.management-team-table > div {
	text-align: center;
	font-size: 80%;
}
.management-team-line {
	border-left: 2px solid #cc0000;
	border-right: 2px solid #cc0000;
	background: #fff;
	height: 15px;
	width: 25px;
	margin-left: 100px;
}
.management-team-line > div {
	height: 19px;
	background: #fff;
	position: relative;
	top: -2px;
	z-index: 1;
}
[class^=management-team-level-] {
	clear: both;
	overflow: hidden;
	border: 2px solid #CC0000;
	border-radius: 20px;
	padding: 10px;
}
.management-contact {
	cursor: pointer;
}
/*start of sessions block style*/
.sessions-block {
	width: 100%;
}
.sessions-block .session {
	position: relative;
	width: 100%;
}
.sessions-block .session-wrapper {
	float: left;
	width: 50%;
}
.sessions-block .session-wrapper .session a {
	border: 1px solid #a0a0a0;
	display: block;
}
.sessions-block .session-wrapper .session img {
	width: 100%;
	height: auto;
}
.sessions-block .view-content > div:first-child {
	width: 100%;
}
.sessions-block .view-content > div:first-child a {
	border-bottom: 0px;
}
.sessions-block .view-content > .session-level-2 div a {
	border-right: 0px;
}
.sessions-block .session .session-title {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 20%;
}
.sessions-block .session .session-title > span {
	background: #314A75;
	color: #fff;
	border-radius: 10px;
	padding: 5px 8px;
	font-size: 80%;
}
/*start of media zone style*/
.media-zone {
	float: left;
	position: relative;
	padding: 8px;
}
.media-zone-date {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #314A75;
	color: #fff;
	width: 65px;
	height: 65px;
	font-weight: bold;
}
.media-zone-date-day {
	display: block;
	text-align: center;
	margin-top: 14px;
	font-size: 28px;
}
.media-zone-date-month {
	display: block;
	text-align: center;
	margin-top: 2px;
	font-size: 14px;
}
.media-zone-content {
	width: 235px;
	margin: 10px 0px 40px 10px;
	padding: 65px 20px 30px 20px;
	background: #ECEFF2;
	min-height: 200px;
}
.media-zone-body {
	margin-bottom: 20px;
}
.media-zone-body > a {
	color: #000;
}
.media-zone-image img {
	width: 250px;
	height: 190px;
}
.media-zone-readmore {
	margin-top: 10px;
}
.media-zone-readmore > a {
	color: #314A75;
	font-size: 80%;
}
.media-zone-wrapper .view-content > div:nth-of-type(3n+1) {
	clear: both;
}
.media-zone-year-div {
	clear: both;
	font-size: 28px;
	margin: 20px 0px;
}
.media-zone-search-wrapper {
	clear: both;
	margin-top: 20px;
	float: right;
}
#media-zone-search {
	float: left;
}
#media-zone-search-label {
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
}
/*start of centrepoint style*/
.centrepoint {
	float: left;
	position: relative;/*padding: 8px;*/

}
.centrepoint-date {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #314A75;
	color: #fff;
	width: 65px;
	height: 65px;
	font-weight: bold;
}
.centrepoint-date-month {
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
}
.centrepoint-date-year {
	display: block;
	text-align: center;
	margin-top: 2px;
	font-size: 16px;
}
.centrepoint-content {
	margin: 10px 0px 40px 10px;
	padding: 65px 20px 30px 20px;
	background: #ECEFF2;
	min-height: 200px;
}
.centrepoint-body {
	margin-bottom: 20px;
}
.centrepoint-body > a {
	color: #000;
}
.centrepoint-image {
	text-align: center;
}
.centrepoint-image img {
	width: 150px;
	height: 200px;
}
.centrepoint-readmore {
	margin-top: 10px;
}
.centrepoint-readmore > a {
	color: #314A75;
	font-size: 80%;
}
.centrepoint-wrapper .view-content > div:nth-of-type(3n+1) {
	clear: both;
}
/*start of Useful Material List style*/
.btnpdf {
	display: block;
	height: 28px;
	width: 28px;
	background: url("../img/btnpdf.gif");
}
.useful-materials-table table {
	min-width: 80%;
	color: rgb(102, 102, 102);
	font-size: 80%;
}
.useful-materials-table table td {
	padding: 1em 0.5em;
}
.useful-materials-table table tr > td:first-child ~ td {
	width: 80px;
}
.useful-materials-table table tr.odd {
	background: #F0F0F0;
}
.useful-materials-table table tr.even {
	background: #DDE3FF;
}
/*start of mobile menu style*/
#main-menu-mobile .mm-listview .menu_icon {
	padding-left: 65px;
	vertical-align: middle;
	line-height: 55px;
	margin-left: 20px;
}
#main-menu-mobile.mm-menu.mm-theme-dark {
	background: rgba(64, 95, 145, 1);
	color: rgba(255, 255, 255, 1);
}
#main-menu-mobile.mm-menu.mm-theme-dark .mm-header > a {
	color: #fff;
}
#main-menu-mobile.mm-menu.mm-theme-dark .mm-listview > li > a.mm-prev:after, #main-menu-mobile.mm-menu.mm-theme-dark .mm-listview > li > a.mm-next:before {
	border-left: 0px;
}
#main-menu-mobile .mm-panel .menu{
	font-size: 100%;
}
.fancybox-title-float-wrap .child {
	white-space: normal !important;
}
.venue-list {
	list-style: none;
	margin: 0px;
}
.venue-list > li {
	float: left;
	width: 205px;
	margin: 10px 10px;
	padding: 25px 0px;
	text-align: center;
	background: #ECEFF2;
}
.venue-list img {
	width: 160px;
}
.venue-list .venue-title {
	text-align: center;
	font-size: 90%;
	margin: 10px 10px 0px 10px;
}
[id^=venue-wrapper-].ui-tabs-panel.ui-widget-content {
	padding-left: 0px;
	padding-right: 0px;
}
#protected-pages-enter-password {
	padding-top: 20px;
}
.inline_form input[type="text"] {
	width: 100%;
}

@media (max-width: 1150px) {
.article-navigation {
	display: none;
}
.article-wrapper {
	width: auto;
}
.article-container {
	width: 95%;
	margin: 0px 10px 0px 45px;
}
.section-image .section-image-caption {
	left: 0px;
	font-size: 300%;
}
.related-pages {
	margin-left: 35px;
}
}
/* when width < 979px */
@media (max-width: 979px) {
.mobile_slideshow_block {
	display: block;
}
#block-views-homepage-event-list-block {
	display: none;
}
#slideshow {
	padding-top: 70px;
}
.navbar-static-top {
	margin-right: 0px;
	margin-left: 0px;
}
#first-nav {
	display: none;
}
.navbar .nav {
	float: none;
}
.nav-collapse .nav > li {
	text-align: center;
}
.navbar-inverse .nav-collapse .nav > li > a {
	background: inherit !important;
	color: #fff;
	text-align: center;
	font-weight: normal;
	text-shadow: 1px 1px #000000;
}
.navbar-inverse .nav-collapse .nav > li > a:hover {
	background: #3060AA;
}
.nav-collapse .menu > li {
	text-align: center;
}
.navbar-inverse .nav-collapse .menu > li > a {
	background: inherit !important;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
.navbar-inverse .nav-collapse .menu > li > a:hover {
	background: #3060AA;
}
.nav-collapse {
	background: #3060AA;
}
.nav-collapse, .nav-collapse.collapse {
	position: absolute;
	z-index: 1;
	width: 100%;
	background: rgba(66,132,238,0.7);
	top: 70px;
}
.navbar.transparent.navbar-inverse .navbar-inner {
	padding-left: 0px;
	padding-right: 0px;
}
#main-nav .nav-collapse > .menu {
	display: none;
}
#main-nav .nav-collapse .nav:nth-of-type(1) {
	display: block;
}
.span3.current-events {
	margin-left: 0px;
	width: 100%;
	margin: 0 auto;
}
#footer {
	background: #122951;
}
#footer .container {
	width: 724px !important;
	padding-top: 0px;
}
#footer-menu_list {
	display: none;
}
#footer-app {
	display: none;
}
#footer-hkcec {
	float: none;
	width: 100%;
}
#footer-follow {
	width: 100%;
	float: none;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0;
}
#footer-hr {
	display: none;
}
#footer-follow > div:nth-of-type(1) {
	width: 724px;
	float: none;
	text-align: center;
}
#footer-follow > div:first-child + div {
	width: 724px;
	margin-top: 5px;
	text-align: center;
}
#copyright {
	padding-top: 10px;
	background: #3060AA;
	text-align: center;
	color: #fff;
}
#copyright .container {
	width: 724px;
}
#copyright p {
	float: none;
	margin-right: 0px;
	margin-bottom: 3px;
}
#copyright .container > div > div.span12 {
	padding-left: 0px !important;
}
.nav-collapse .nav, .nav-collapse .menu {
	display: block;
}
.view-home-annoucement {
	width: auto;
	margin: 0px 10px;
}
#block-views-home-annoucement-block > .content, .view-home-annoucement {
	overflow: hidden;
}
.views-slideshow-cycle-main-frame .field-content {
	line-height: 35px;
}
.views-slideshow-cycle-main-frame-row.views_slideshow_cycle_slide.views_slideshow_slide {

}
.views-slideshow-cycle-main-frame {
	width: 100% !important;
}
#block-views-home-annoucement-block .view-footer > div {
	width: 100%;
}
.index-mainbanner-caption {
	top: 50px;
}
.article-container {
}
.article-mainbody {
	width: auto;
	float: none;
}
.article-rhs-wrapper {
	display: table-footer-group;
	float: none;
}
.article-rhs {
	margin: 0 auto;
	float: none;
}
.icon-friendly-print {
	display: none !important;
}
.article-container {
	margin: 0px 10px;
}
.related-pages {
	display: none;
	float: none;
	width: 100%;
	margin: 0px 10px 0px 10px;
	clear: both;
	padding-top: 15px;
}
.article-rhs {
	float: none;
	margin: 0 auto;
}
.related-pages-title {
	clear: both;
	overflow: hidden;
	margin-left: 0px;
}
.related-pages .bxslider-views-slideshow-main-frame-row {
	float: none !important;
	margin: 0 auto !important;
	margin-bottom: 10px !important;
}
.related-pages .bx-prev, .related-pages .bx-next {
	display: none;
}
.article-webform-wrapper {
	padding: 0px 15px;
}
.article-webform {
	width: auto;
	float: none;
}
.webform-list-wrapper {
	width: auto;
	float: none;
}
.webform-list-wrapper .views-row .webform-list {
	float: none;
	width: auto;
	margin-left: 0px !important;
}
.media-zone {
	float: none;
	clear: both;
	width: 277px;
	margin: 0 auto;
}
.media-zone-year-div {
	text-align: center;
}
.media-zone-content {
	margin-bottom: 0px;
	min-height: initial;
}
.centrepoint {
	float: none;
	margin: 0 auto;
}
.centrepoint-year-div {
	text-align: center;
}
.centrepoint-content {
	margin-bottom: 0px;
	min-height: initial;
}
.bx-clone {

}
.announcement-anchor {
	display: block;
	margin-top: -80px;
	height: 80px;
	visibility: hidden;
}
.region-top-bar #block-block-2 {
	display: none;
}
}

@media (min-width: 768px) and (max-width: 979px) {
#footer .container {
	width: 724px !important;
}
#footer-follow > div:nth-of-type(1) {
	width: 100%;
	float: none;
	text-align: center;
}
#footer-follow > div:first-child + div {
	width: 100%;
	margin-top: 5px;
	text-align: center;
}
#copyright .container {
	width: 100%;
}
.venue-list-wrapper {
	width: 730px;
	margin: 0 auto;
}
.venue-list > li:nth-of-type(3n+1) {
	margin-left: 0px;
	clear: both;
}
}

@media (max-width: 767px) {
	.venue-list-wrapper {
		width: 440px;
		margin: 0 auto;
	}
}

@media (max-width: 540px) {
#slideshow {
	padding-top: 65px;
}
#main-nav {
	height: 65px;
}
.brand {
	width: 80%;
}
.article-rhs {
	float: none;
	margin: 0 auto;
	margin-left: 0 auto;
	margin-right: 0 auto;
	width: 215px;
	margin-top: 0px;
}
.section-image .section-image-caption {
	font-size: 150%;
}
.management-team-table {
	float: none;
	width: 100%;
	min-height: initial;
	margin: 0 auto;
}
.management-team-line {
	margin-left: 50%;
}
.achievements-title span {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 70%;
}
.navbar-inner .container a.brand img{
        max-height: 40px;
}

}

@media (max-width: 480px) {
.index-mainbanner-caption {
	top: 45px;
	font-size: 140%;
}
.index-mainbanner img {
	margin-top: 0px;
}
.navbar.transparent.navbar-inverse .navbar-inner {
	background: rgba(66,132,238,1);
}
.navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:hover {
	padding: 6px 6px;
	margin-top: 10px;
}
.icon-bar-blue {
	width: 24px !important;
	height: 5px !important;
	padding-left: 0px !important;
}
.section-image img {
	margin-top: 0px;
}
.section-image .section-image-caption {
	font-size: 120%;
}
.venue-list-wrapper {
	width: 205px;
	margin: 0 auto;
}
.venue-list > li {
	margin-left: 10px !important;
}
}

@media (max-width: 380px) {
#slideshow {
	padding-top: 56px;
}
#main-nav {
	height: 56px;
}
.nav-collapse, .nav-collapse.collapse {
	top: 56px;
}
.brand {
	width: 70%;
}
#main-menu-moble-block .nav-tag, 
#main-menu-moble-block .language-switcher-locale-url > li,
#main-menu-moble-block .contrast_list > li
 {
	margin: 0px;
	font-size: 12px;
}
}

/* fix for forcing a 960px gird with bootstrap-responsive.css */
@media (min-width: 1200px) {
.row {
	/*margin-left: -20px;*/
 *zoom: 1;
}
.row:before, .row:after {
	display: table;
	line-height: 0;
	content: "";
}
.row:after {
	clear: both;
}
[class*="span"] {
	float: left;
	min-height: 1px;
	margin-left: 20px;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
	width: 940px;
}
.span12 {
	width: 940px;
}
.span11 {
	width: 860px;
}
.span10 {
	width: 780px;
}
.span9 {
	width: 700px;
}
.span8 {
	width: 620px;
}
.span7 {
	width: 540px;
}
.span6 {
	width: 460px;
}
.span5 {
	width: 380px;
}
.span4 {
	width: 300px;
}
.span3 {
	width: 220px;
}
.span2 {
	width: 140px;
}
.span1 {
	width: 60px;
}
.offset12 {
	margin-left: 980px;
}
.offset11 {
	margin-left: 900px;
}
.offset10 {
	margin-left: 820px;
}
.offset9 {
	margin-left: 740px;
}
.offset8 {
	margin-left: 660px;
}
.offset7 {
	margin-left: 580px;
}
.offset6 {
	margin-left: 500px;
}
.offset5 {
	margin-left: 420px;
}
.offset4 {
	margin-left: 340px;
}
.offset3 {
	margin-left: 260px;
}
.offset2 {
	margin-left: 180px;
}
.offset1 {
	margin-left: 100px;
}
}
/*start of yahoo weather*/
.ico-weather-temperature {
	display: inline-block;
	background-image: url("../img/ico_weathers_temperature.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	height: 16px;
	width: 16px;
}
[class^=ico-weather-code] {
	display: inline-block;
	background-image: url("../img/ico_weathers.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	transform: scale(0.8, 0.8);
	-ms-transform: scale(0.8, 0.8);
	-moz-transform: scale(0.8, 0.8);
	-webkit-transform: scale(0.8, 0.8);
	-o-transform: scale(0.8, 0.8);
}
.ico-weather-code-0:before {
	content: "\f050";
}
.ico-weather-code-1:before {
	content: "\f046";
}
.ico-weather-code-2:before {
	content: "\f073";
}
.ico-weather-code-3:before, .ico-weather-code-4:before, .ico-weather-code-37:before, .ico-weather-code-38:before, .ico-weather-code-39:before, .ico-weather-code-45:before {
	content: "\f016";
}
.ico-weather-code-5:before, .ico-weather-code-6:before, .ico-weather-code-7:before, .ico-weather-code-8:before, .ico-weather-code-9:before, .ico-weather-code-10:before, .ico-weather-code-11:before, .ico-weather-code-12:before {
	content: "\f01a";
}
.ico-weather-code-13:before, .ico-weather-code-14:before, .ico-weather-code-15:before, .ico-weather-code-16:before, .ico-weather-code-17:before, .ico-weather-code-18:before, .ico-weather-code-42:before, .ico-weather-code-46:before, .ico-weather-code-47:before {
	content: "\f01b";
}
.ico-weather-code-19:before, .ico-weather-code-20:before, .ico-weather-code-21:before, .ico-weather-code-22:before {
	content: "\f014";
}
.ico-weather-code-23:before, .ico-weather-code-24:before {
	content: "\f050";
}
.ico-weather-code-25:before, .ico-weather-code-41:before, .ico-weather-code-43:before {
	content: "\f01b";
}
.ico-weather-code-26:before, .ico-weather-code-28:before, .ico-weather-code-30:before, .ico-weather-code-44:before {
	content: "\f002";
}
.ico-weather-code-27:before, .ico-weather-code-29:before {
	content: "\f031";
}
.ico-weather-code-31:before, .ico-weather-code-33:before {
	content: "\f02e";
}
.ico-weather-code-32:before, .ico-weather-code-34:before, .ico-weather-code-36:before {
	content: "\f00d";
}
.ico-weather-code-35:before, .ico-weather-code-40:before {
	content: "\f01a";
}
.ico-weather-code-3200:before {
	content: "\f054";
}
/* OVERRIDE STYLE START HERE*/
/* Download Table */
.download_table a.button {
  line-height: 15px;
  margin: 5px 0;
  white-space: nowrap;
}
/* Virtual Tour - enhancement*/
.section-visiting em.fa.fa-map-marker,#floorplan_single em.fa-map-marker{
  color: rgb(255, 0, 0);
  -webkit-text-stroke: 2px rgb(255, 255, 255);
  text-shadow: 2px 0px 0 rgb(255, 255, 255);
  font-size: 120%;
}
/* Common Table listing */
.table-listing > .view-content tbody {
	border:0;
}
.table-listing > .view-content tr {
	border-bottom: 1px rgba(128,128,128,.2) dotted;
	background-color: rgba(255,255,255,1);
}
.table-listing > .view-content tr:nth-child(even){
	background-color: rgba(218, 234, 255, 0.3);
}
.table-listing > .view-content tr:hover {
  background-color: rgba(218, 234, 255, 0.1);
}
.table-listing > .view-content tr:nth-child(even):hover{
  background-color: rgba(218, 234, 255, 0.1);
}
.table-listing > .view-content td {
	line-height: 30px;
  padding:0;
  font-size: 90%;
}
.table-listing > .view-content td a {
	padding-left: 10px;
}
.table-listing > .view-content td a:hover {
	text-decoration: none;
}
.table-listing > .view-content td a:before {
	font-family: FontAwesome;
  content: "\f0da";
  padding-right: 10px;
  font-size: 80%;
}
.region.region-top-slideshow {
  background-color: black;
}
.section-image-bg {
  opacity: 0.7;
}
.index-mainbanner-bg, .section-image-bg {
  background-size: cover!important;
  background-position: center center!important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  border-bottom: 2px solid!important;
}
ul.venue-navbar.ui-tabs-nav {
	padding: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
ul.venue-navbar.ui-tabs-nav li {
	border: 0;
	border-bottom: 2px solid #fff !important;
}
ul.venue-navbar.ui-tabs-nav li.ui-state-active {
	border-bottom: 2px rgb(37, 147, 84) solid !important;
}
.ui-widget-content {
	border: 0;
}
.ui-widget-header {
	border: 0 !important;
	background-color: transparent;
	background: none;
}
.traffic-tabs.ui-widget {
	border: 0 !important;
	background-color: transparent;
}
.traffic-tabs .view-header > ul.ui-tabs-nav {
	width: 95%;
	margin: 0 auto;
}
.traffic-tabs .view-header > ul.ui-tabs-nav li {
	border: 0;
}
.traffic-tabs .view-header > ul.ui-tabs-nav li.ui-state-active {
	border-bottom: 2px rgb(37, 147, 84) solid !important;
}
.mainbanner-scroll-down {
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
}
.mainbanner-scroll-down:hover {
	background-color: rgba(255,255,255,0.8);
	color: rgb(0,0,0)
}
.current-events > div:first-child {
	-webkit-transition: border 0.2s ease-in, background-color 0.2s ease-in;
	-moz-transition: border 0.2s ease-in, background-color 0.2s ease-in;
	-o-transition: border 0.2s ease-in, background-color 0.2s ease-in;
	transition: border 0.2s ease-in, background-color 0.2s ease-in;
}
.current-events > div:first-child {
	background-color: rgba(0,0,0,0.0);
	border: 5px #EEEEEE solid;
}
.current-events > div:first-child:hover {
	background-color: rgba(0,0,0,0);
	border: 5px rgba(37, 147, 84,1) solid;
}
#first-nav {
	font-size: 11px;
	padding: 0;
}
.wi {
	font-size: 120%;
	float: left;
	line-height: 20px !important;
}
.wi-thermometer {
	font-size: 170%
}
.region-top-bar #block-block-2 {
	height: 30px;
}
.navbar .nav > li {
	padding: 5px;
}

/* INTERSECTION PAGE MENU */
div.article-navigation li.leaf.level-3 a:after {
	content: " \f0d9";
	font: normal normal normal 14px/1 FontAwesome;
	color: rgba(0,0,0,.3);
	margin-right: -13px;
	margin-left: 5px;
}
div.section-visiting div.article-navigation li.leaf.level-3 a:hover:after,  div.section-visiting div.article-navigation li.leaf.level-3 a.active:after {
	color: rgb(37, 147, 84);
}
div.section-organising div.article-navigation li.leaf.level-3 a:hover:after,  div.section-organising div.article-navigation li.leaf.level-3 a.active:after {
	color: rgb(16, 161, 209);
}
div.section-our-team div.article-navigation li.leaf.level-3 a:hover:after,  div.section-our-team div.article-navigation li.leaf.level-3 a.active:after {
	color: rgb(160, 30, 50);
}
/*EVENT PAGE*/
.section-image-caption .container {
	line-height: 50px;
}
#footer-menu_list > .menu > li > .menu > li > a:link, #footer-menu_list > .menu > li > .menu > li > a:visited, #footer-menu_list > .menu > li > a {
	color: white
}
#footer-menu_list > .menu > li > .menu > li > a {
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}
#footer-menu_list > .menu > li:first-child > .menu > li > a:hover {
	color: rgba(37, 147, 84,1)
}
#footer-menu_list > .menu > li:nth-child(2) > .menu > li > a:hover {
	color: rgba(162, 89, 209,1)
}
#footer-menu_list > .menu > li:nth-child(3) > .menu > li > a:hover {
	color: rgba(16, 161, 209,1)
}
#footer-menu_list > .menu > li:nth-child(4) > .menu > li > a:hover {
	color: rgba(160, 30, 50,1)
}
#footer-follow {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
.announcement-views-wrapper {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
/* Landing - Service Promotion Grid Block */
.views-row > div {
	margin: 0;
}
.view.view-visitor-gallery-image.view-id-visitor_gallery_image.view-display-id-block.container.white-background.visitor-row {
	padding-bottom: 50px;
}
.view.view-organiser-gallery-image.view-id-organiser_gallery_image.view-display-id-block.container.white-background.organiser-row {
	padding-bottom: 50px;
}
/* event calendar page (revamp)*/
.event-table-list-view .event-table .event-title {
	font-size: 180%;
	margin-bottom: 20px;
	line-height: 120%;
}
.breadcrumb {
	background-color: transparent;
	margin: 0;
	padding: 0;
	text-align: right;
}
.event-calendar-header:first-child {
	width: 100%;
	position: relative;
	border-bottom: 1px rgba(0,0,0,0.3) solid;
}
.event-calendar-filter ul {
	margin: 0;
}
.event-calendar-filter ul li {
	padding: 0 20px 0 0;
	color: #666666
}
.event-calendar-filter ul li:hover, .event-calendar-filter ul li.active {
	color: rgb(37, 147, 84)
}
.event-calendar-filter ul li:after {
	content: " \f107";
	font-family: FontAwesome;
}
.event-calendar-filter ul li.active:after {
	content: " \f106";
	font-family: FontAwesome;
}
.event-calendar-header:nth-child(2) {
	height: 50px;
	line-height: 50px;
}
/* Event Calendar - CheckBox */
.event_search_option_menu .event_search_option_nature input{
  display: none;
}
.event_search_option_menu input + a{
  padding: 5px;
  border-radius: 5px;
  border: 1px rgba(37, 147, 84,1) solid;
  background-color: rgba(255, 255, 255,1);
  color: rgba(37, 147, 84,1);
  transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  display:inline-block;
  cursor: pointer;
  text-decoration: none;
  margin-top: 5px;
}
.event_search_option_menu input:checked + a{
  border: 1px rgba(37, 147, 84,1) solid;
  background-color: rgba(37, 147, 84,1);
  color: #FFFFFF;
}
span#format-table, span#format-list {
	padding-top: 1px;
	width: 24px;
	height: 24px;
	overflow: hidden;
	font-size: 150%;
	margin-right: 5%;
	cursor: pointer;
	transition: color 0.5s ease-in-out;
}
span#format-table:hover, span#format-list:hover, span#format-table.active, span#format-list.active {
	color: rgb(37, 147, 84)
}
.event-table .event-img {
	width: 300px;
	height: 220px;
	position: relative;
}
.event-table .event-img img {
	width: 300px;
	height: 220px;
}
.event-date {
	background: rgba(37, 147, 84, 0.9);
	color: #fff;
	padding: 5px 8px;
	white-space: nowrap;
	position: absolute;
	bottom: 20px;
	left: 0px;
	font-size: 120%;
}
/*.event-nature {
	position: absolute;
	right: 10px;
	top: 5px;
	background: rgba(37, 147, 84, 0.9);
	padding: 2px 5px;
}
.event-nature a {
	color: #fff;
	white-space: nowrap;
}*/
.event-phone.event-phone-1st, .event-fax.event-fax-1st {
	margin-top: 2px;
}
.event-detail > div {
	padding-left: 20px;
	margin-top: 5px;
}
.event-organiser a:not([href]):hover{
	text-decoration: none;
}
div.event-organiser, div.event-phone, div.event-fax, div.event-phone, div.event-fax {
	color: rgba(0,0,0,0.6)
}
.event-detail > div > span {
	margin-lefT: 5px;
}
.event-detail > div > span em{
  color:rgba(37, 147, 84, 0.9);
}
.event-table .event-title {
	border-left: 10px solid rgb(37, 147, 84);
	padding-left: 10px;
	font-weight: bold;
	font-size: 117%;
	letter-spacing: -0.06em;
}
.event-phone {
	float: left;
}
.event-fax {
	float: left;
}
.event-phone:after {
	content: '';
	clear: both;
}
.event-fax:after {
	content: '';
	clear: both;
}
.event-email span {
	background: rgb(37, 147, 84);
	color: #fff;
	padding: 0px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.event-email .plus_email {
        background: rgba(255,255,255,0);
}
.views-row:nth-of-type(3n+1) .event-table {
	margin-left: 0px;
	clear: both;
}
#views_infinite_scroll-ajax-loader {
	clear: both;
	padding-bottom: 30px;
}
.event-calendar-display-format, .event-calendar-title, .event-calendar-breadcrumb {
	width: 33%;
}
.event-calendar-filter {
	float: left;
}
.event-calendar-filter ul li {
	list-type-style: none;
	display: inline;
	cursor: pointer;
  line-height:50px;
}
.event_search_menu {
	display: none;
	position: absolute;
	z-index: 100;
	background-color: white;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px rgba(0,0,0,0.2) solid;
}
.event-calendar-search-nature {
	font-size: 90%;
}
.event-calendar-search-nature input[type="checkbox"] {
	margin: 0;
}
div[class^='event_search_option_'] {
  font-size: 90%;
}
div[class^='event_search_option_'] > span {
  color: rgba(37, 147, 84,1);
  width:100%;
  border-bottom: 1px rgba(37, 147, 84,.1) dotted;
  margin-bottom: 10px;
}
.event-table-list-view {
	width: 100%;
	margin-left: 0px;
	margin-bottom: 5%;
}
.event-table-list-view .event-img {
	float: left;
}
.event-table-list-view .event-detail {
	float: left;
}
.event-calendar-search {
	float: left;
}
.event_search_menu > div:first-child {
	width: 200px;
}
div#event_search_date_menu input[type="date"],  div#event_search_date_menu input[type="text"] {
	width: 75%;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	float: left;
}
button.ui-datepicker-trigger {
	height: 30px;
	border: 1px rgba(37, 147, 84,1) solid;
	background-color: rgba(37, 147, 84,1);
	color: rgb(255,255,255);
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	width: 30px;
  margin-bottom: 10px;
}
.event-ticketing, .event-parking{
	float: left;
}
.event-ticketing img{
	width: 80px;
	margin-bottom: 10px;
}
.event-parking img{
	width: 25px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.event-table .fa-caret-down, .event-table .fa-caret-up{
	cursor: pointer;
}
/* Date Search Calendar */
.cal2 div {
	transition: background-color 0.5s ease-in-out;
	color: #666!important;
}
.header-day, .days > div {
	border-right: 1px rgba(0,0,0,0.1) solid;
	border-bottom: 1px rgba(0,0,0,0.1) solid;
}
.cal2 .clndr .clndr-grid .day:nth-child(7n+0) {
	border-right: 0;
}
.cal2 .clndr .clndr-grid .day:nth-last-child(-n+7) {
	border-bottom: 0;
}
.cal2 .clndr .clndr-grid .header-day {
	line-height: 25px;
	border-bottom: 1px rgba(0,0,0,0.1) solid;
	border-right: 1px rgba(0,0,0,0) solid;
}
.cal2 .clndr .clndr-grid .day:hover {
	background-color: rgb(37, 147, 84)!important;
	color: rgb(255,255,255)!important;
}
.clndr-controls {
	line-height: 35px;
	margin: 0!important;
	border-bottom: 1px rgba(0,0,0,0.1) solid;
}
.clndr-previous-button {
	float: left;
	line-height: 32px;
	height: 36px;
	font-size: 200%;
	padding: 0 10px!important;
	text-align: center;
}
.clndr-next-button {
	float: right;
	line-height: 32px;
	height: 36px;
	font-size: 200%;
	padding: 0 10px!important;
	text-align: center;
}
.cal2 .clndr .clndr-controls .month {
	font-size: 100%!important;
	font-weight: normal!important;
	line-height: 36px;
}
.cal2 .adjacent-month {
	visibility: visible!important;
	background-color: rgb(255,255,255)!important;
	color: rgba(0,0,0,0.3)!important;
}
.cal2 .clndr .clndr-grid .day.today {
	background-color: rgb(37, 147, 84)!important;
	color: rgb(255,255,255)!important;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
}
.view-content ul {
	margin: 0;
	padding: 0;
}
.view-content ul li {
	list-style: square outside none;
}
/* inner webform */
.article-inner-webform-wrapper > .node > .content > .field > .field-label {
	color: rgb(48,94,169);
	font-weight: bold;
}
.article-inner-webform-wrapper > .node > .content > .field {
	float: left;
	margin-right: 20px;
}
.article-inner-webform-wrapper > .node > .content > form .form-actions {
	padding: 0px;
	margin-bottom: 0px;
	background: none;
	border: 0px;
}
.article-inner-webform-wrapper > .node > .content > form .grippie {
	display: none;
}
.article-inner-webform-wrapper > .node > .content > form .form-actions > input[type="submit"] {
	border-color: rgb(48,94,169);
	border: 1px solid;
	color: rgb(48,94,169);
	background: none;
	padding: 1px 20px;
}
.article-inner-webform-wrapper > .node > .content label {
	color: rgb(48,94,169);
	font-weight: bold;
}
.article-inner-webform-wrapper input[type="text"], .article-inner-webform-wrapper input[type="email"] {
	width: 97%;
}
.article-inner-webform-wrapper textarea {
	resize: none;
}
/* webform client form */
.webform-client-form ~ .field .field-label {
	color: rgb(48,94,169);
	font-weight: bold;
}
.webform-client-form .form-actions {
	padding: 0px;
	margin-bottom: 0px;
	background: none;
	border: 0px;
}
.webform-client-form .grippie {
	display: none;
}
.webform-client-form label {
	color: rgb(48,94,169);
	font-weight: bold;
}
.webform-container-inline.webform-datepicker div.form-item.form-type-select {
	display: none;
}
/* Search Form */
.search-form {
	margin: 0px;
	display: inline-block;
}
form.search-form .container-inline label {
	line-height: 30px;
	font-size: 100%;
}
h1.search-result-heading {
  line-height:normal;
  margin-top:auto;
  margin:10px 0;
  padding:10px 0;
  border-top:1px rgba(0,0,0,.3) dotted;
  border-bottom:1px rgba(0,0,0,.3) dotted;
  font-size:180%;
}
.search-results{
  margin:0;
}
.search-results .search-snippet-info{
  padding-left:0;
  font-size: 90%;
}
.search-snippet {
  color:#666;
  font-size: 90%;
}
.search-snippet > strong  {
  color:rgba(37, 147, 84,1);
  font-weight: 800;
}
#overlay-container {
	top: 30px;
}
#toolbar.toolbar.overlay-displace-top.toolbar-processed {
	box-shadow: none;
}
.lightbox-img {
	cursor: pointer;
}
.lightbox-title {
	display: none;
}
.custom-breadcrumbs-none {
	color: #0088cc;
	text-decoration: none;
	cursor: pointer;
}
.custom-breadcrumbs-none:hover {
	color: #005580;
	text-decoration: underline;
}
.search-form {
	margin: 0px;
	display: inline-block;
}
.search-advanced.collapsible.form-wrapper{
	clear: both;
}
.search-result-pager .pager .pager-item, .search-result-pager .pager .pager-current{
	display: none;
}
/* RESPONSIVE STYLE START HERE */
/* All Mobile Sizes (devices and browser) */
@media screen and (max-width:767px) {
body {
	padding-left: 0px;
	padding-right: 0px;
}
#top_bar{
  -webkit-backface-visibility: hidden;
  top:0 !important;
}
.section-image-caption h1 {
  font-size: 200%;
}
#block-views-home-annoucement-block, .views-slideshow-cycle-main-frame-row.views_slideshow_cycle_slide.views_slideshow_slide {
  padding:0;
}
#block-views-home-annoucement-block > .content {
  height:40px;
}
.container.current-events-title {
	padding: 30px 0;
}
.container.current-events-title h2 {
  line-height: normal;
}
#block-views-home-annoucement-block .view-footer {
	top: 5px;
}
.index-mainbanner-bg,
.section-image-bg {
  min-height: 330px;
}
.mobile_slideshow_block {
	display: block;
}
#block-views-homepage-event-list-block .bx-prev, .mobile_slideshow_block .bx-prev {
  width: 50px !important;
  height: 50px !important;
  background-image: url("../img/btn_elements.png");
  background-position: 0px -400px!important;
  background-size: 500%;
  left: 0!important;
  position: absolute;
  top: 100px !important;
}
#block-views-homepage-event-list-block .bx-next, .mobile_slideshow_block .bx-next {
  width: 50px !important;
  height: 50px !important;
  background-image: url("../img/btn_elements.png");
  background-position: -50px -400px!important;
  background-size: 500%;
  right: 0!important;
  position: absolute;
  top: 100px !important;
}

.container {
	padding: 0 10px
}

.explore-our-services > div:first-child h3:before,
.explore-our-services > div:first-child h3:after {
    width: 20%;
}


.visitor-row > .view-content > div.views-row:first-of-type, .organiser-row > .view-content > div.views-row:first-of-type {
	margin-left: 0px;
}
.visitor-row .span4, .visitor-row .span8, .organiser-row .span4, .organiser-row .span8 {
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
}
.visitor-row .span4 img, .visitor-row .span8 img, .organiser-row .span4 img, .organiser-row .span8 img {
	width: 100%;
	max-width: 380px;
	height: auto;
}
.visitor-row .visitor-box, .organiser-row .visitor-box {
	width: 100%;
	margin: 0 auto;
}
#footer .container {
	width: auto !important;
}
#footer-follow > div:nth-of-type(1) {
	width: auto;
	float: none;
	text-align: center;
}
#footer-follow > div:first-child + div {
	width: auto;
	margin-top: 5px;
	text-align: center;
}
#copyright .container {
	width: auto;
}
#copyright .container .row .span12 {
	margin-left: 0;
}
#footer-follow > div > div:nth-of-type(1) {
	margin-left: 30px;
	margin-right: 30px;
}
#footer-follow > div > div:nth-of-type(2) {
	margin-left: 30px;
	margin-right: 30px;
}
.index-mainbanner-caption {
	top: 50px;
}
.venue-list > li:nth-of-type(2n+1) {
	margin-left: 0px;
	clear: both;
}

/* BREADCRUMB */
.article-header {
	width: 100%;
	display: inline-table;
	clear: both;
}
.breadcrumb-wrapper {
	float: left;
	line-height: 30px;
	width: 100%;
}
.breadcrumb-wrapper > .breadcrumb {
	margin-top: 0;
}
.breadcrumb-wrapper.event-breadcrumb {
	clear: both;
}
.breadcrumb {
	text-align: left;
	text-transform:uppercase;
}
.event-calendar-header:nth-child(2) {
	height: auto;
	display: inline-block;
  width: 100%;
}
.event-calendar-search {
	width: 100%;
}
.event-calendar-search input[type="text"] {
	width: 96%
}
.event_search_menu {
	width: 100%;
}
.event_search_menu > span, .event_search_menu > div {
	padding-left: 15px
}
.event-calendar-search-label {
	line-height: 50px;
  display:inline-block;
  width:100%;
}
.event-calendar-search-nature {
	line-height: 30px
}
.event_search_option_period div {
  position: relative;
  top: -20px;
}
.event_search_option_period .event-calendar-search-label:nth-child(n+2) {
  line-height:30px;
}
.event_search_option_period input {
  width:calc(100% - 45px);
  margin-bottom: 10px;
  border-radius: 5px 0 0 5px;
}

#calendar_pos {
	padding: 0;
	width: 100%;
}
.cal2 {
	max-width: 100%!important;
	border-left: 1px rgba(0,0,0,0.1) solid;
}
.header-day, .days > div {
	width: 13.952%!important;
}
.event-table {
	width: 100%;
	font-size: 80%;
	margin-bottom:50px;

}
.mainbanner-scroll-down {
	height: 40px;
	width: 40px;
}
.mainbanner-scroll-down > em {
	margin-top: 5px;
}
.index-mainbanner-caption {
  top: 160px !important;
  font-size: 200%;
}
.section-image-caption .container {
	line-height: 50px;
	padding-left: 25px;
}
.event-calendar-title {
	width: auto;
	display: block;
	line-height: 50px;
	position: relative;
	float: left;/* left: 33%; */
}
.event-calendar-breadcrumb {
	width: 100%!important;
	float: left!important;
	clear: both;
	margin-top: -85px;
}
.event-calendar-header {
	border-bottom: 1px rgba(0,0,0,0.3) solid;
}
.event_search_option_nature {
  display: block;
}
.event_search_option_menu input + label {

}
.event-table .event-img {
	width: 100%;
	height: auto;
}
.event-table > .event-img > a {
	display: block
}
.event-table .event-img img {
	width: 100%;
	height: auto;
}
div.event-table-list-view .event-detail {
	width: 100%;
}
div.event-table-list-view .event-img {
	width: 100%;
	height: auto;
}
.event-table-list-view a.event-img {
	width: 100%;
	height: auto;
}
.event-table-list-view a.event-img img, .event-table-list-view div.event-img img {
	width: 100%;
	height: auto;
}
.event-table-list-view div.event-detail div:nth-child(2n) {
	font-size: 110%
}
/* EVENT TYPE CONTROL */
.event-calendar-display-format {
	display: none;
}
.section-image .section-image-caption > div {
  background: rgba(0,0,0,0.7);
  line-height: 1em;
  padding: 0 10px;
  margin: 0;
  display: inline-block;
  width: auto;
}
#copyright {
	font-size: 80%
}
/* Virtual Tour */
.article-maintitle {
	text-align: center;
	border-bottom: 1px rgb(168,168,168) solid;
	padding: 10px 0;
}
.category_select {
	display: table;
	width: 100%;
}
.leftarrow,  .centerword,  .rightarrow {
	display: table-cell;
	vertical-align: middle;
}
.leftarrow, .rightarrow {
	width: 20%;
	text-align: center;
}
.centerword {
	font-size: 90%;
	text-align: center;
	text-transform: uppercase;
	width: 60%;
	line-height: 40px;
}
/* Virtual Tour - Restaurant Listing */
div.left_hand_item {
	width: 100%;
	background: #f9f9f9;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbfbfb), to(#f7f7f7));
	background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#fbfbfb), to(#f7f7f7));
	background: -moz-linear-gradient(center top, #fbfbfb, #f7f7f7);
	background: linear-gradient(#fbfbfb, #f7f7f7);
	border: 1px solid #dedede;
	color: #4c4b4b;
	cursor: pointer;
	margin: 10px 0;
	display: table;
}
div.left_hand_item > a {
  display:inline-block;
  width:100%;
}
div.left_hand_item:hover {
	background: #f2f2f2;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(whitesmoke), to(#efefef));
	background: -webkit-linear-gradient(0% 0%, 0% 100%, from(whitesmoke), to(#efefef));
	background: -moz-linear-gradient(center top, whitesmoke, #efefef);
	background: linear-gradient(#f5f5f5, #efefef);
}
.left_item_logo,  .left_item_title {
	display: table-cell;
}
.left_item_logo {
	float: right;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	padding: 10px;
}
.left_item_logo img {
	width: auto;
	height: auto;
}
.left_item_title {
	vertical-align: middle;
	height: 60px;
	padding-left: 10px;
	font-size: 90%;
}
/* Search Page */
form.search-form .container-inline label {
  display: table;
}
form.search-form input[type="text"] {
  margin: 0;
  width: 65%;
  float: left;
}
form.search-form input[type="submit"] {
  float: right;
  width: 25%;
}
.search-results p {
  word-wrap: break-word;
}
div.page-search .item-list .pager{
    font-size: 12px;
}
div.page-search .item-list .pager > li:not(.pager-item):not(.pager-current){
	margin: 0px 2px;
	padding: 0px;
}
div.page-search .item-list .pager > li:not(.pager-item):not(.pager-current) > a{
	margin-top: 4px;
}

.section-visiting em.fa.fa-map-marker,#floorplan_single em.fa-map-marker{
  font-size: 90%;
  margin-top:-5px;
  display:block;
}


}

/* TABLET DEVICE */
@media screen and (min-width:768px) {
.container {
	max-width: 960px;
	min-width: calc(100% - 20px);
}
.content.container {
	padding-bottom: 30px;
}
.article-container {
	margin: 0px 10px;
	width: calc(100% - 20px);
}
.index-mainbanner-bg{
  min-height: 450px;
}
.section-image-bg {
  min-height: 330px;
}
#copyright .container .row .span12 {
	margin-left: 0;
}
.mobile_slideshow_block {
	display: block;
}
#block-views-homepage-event-list-block .bx-prev, .mobile_slideshow_block .bx-prev {
  width: 50px !important;
  height: 50px !important;
  background-image: url("../img/btn_elements.png");
  background-position: 0px -400px!important;
  background-size: 500%;
  left: 0!important;
  position: absolute;
}
#block-views-homepage-event-list-block .bx-next, .mobile_slideshow_block .bx-next {
  width: 50px !important;
  height: 50px !important;
  background-image: url("../img/btn_elements.png");
  background-position: -50px -400px!important;
  background-size: 500%;
  right: 0!important;
  position: absolute;
}
.explore-our-services > div:first-child h3:before,
.explore-our-services > div:first-child h3:after {
    width: 35%;
}
.index-mainbanner-caption {
  top: 190px !important;
  font-size: 260%;
}
.section-image-caption h1 {
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}
/* Virtual Tour */
.event-calendar-display-format {
	display: none;
}
.article-header {
	margin-bottom: 20px;
}
.article-maintitle {
	margin: 20px 0;
	border-bottom: 1px rgb(180,180,180) solid;/*font-size:120%;*/
}

.breadcrumb {
	margin-top: -14px;
	font-size: 70%;
	text-transform: uppercase;
}
.category_select {
	display: table;
	width: 100%;
}
.leftarrow,  .centerword,  .rightarrow {
	display: table-cell;
	vertical-align: middle;
}
.leftarrow, .rightarrow {
	width: 20%;
	text-align: center;
}
.centerword {
	font-size: 75%;
	text-align: center;
	text-transform: uppercase;
	width: 60%;
	line-height: 20px;
	height: 40px
}
div.left_hand_item {
	width: calc(100% - 2px);
	background: #f9f9f9;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbfbfb), to(#f7f7f7));
	background: -webkit-linear-gradient(0% 0%, 0% 100%, from(#fbfbfb), to(#f7f7f7));
	background: -moz-linear-gradient(center top, #fbfbfb, #f7f7f7);
	background: linear-gradient(#fbfbfb, #f7f7f7);
	border: 1px solid #dedede;
	color: #4c4b4b;
	cursor: pointer;
	margin: 10px 0;
	display: block;
}
div.left_hand_item:hover {
	background: #f2f2f2;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(whitesmoke), to(#efefef));
	background: -webkit-linear-gradient(0% 0%, 0% 100%, from(whitesmoke), to(#efefef));
	background: -moz-linear-gradient(center top, whitesmoke, #efefef);
	background: linear-gradient(#f5f5f5, #efefef);
}
.left_item_logo,  .left_item_title {
	display: table-cell;
}
.left_item_logo {
	float: right;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	padding: 5px;
}
.left_item_logo img {
	width: auto;
	height: auto;
}
.left_item_title {
	vertical-align: middle;
	height: 50px;
	padding-left: 5px;
	font-size: 81%;
	line-height: 15px;
	letter-spacing: -0.04em;
	max-width: 178px;
}
.visitor-row .span8, .organiser-row .span8 {
	width: 66.70212%;
	height: 100%;
	max-height: 470px;
	overflow: hidden
}
.visitor-row .span4, .organiser-row .span4 {
	width: 33.29788%;
	height: 50%;
	max-height: 235px;
	overflow: hidden
}
.visitor-row > a {
	display: block
}
.visitor-row .span8 img, .organiser-row .span8 img {
	width: 100%;
}
.visitor-row .span4 img, .organiser-row .span4 img {
	width: 100%;
}
/* ARTICLE */
.breadcrumb-wrapper {
	display: table;
}
div#event_search_type_menu {
	padding: 15px 20px;
	line-height: 30px;
}
#event_search_date_menu {
	margin-left: 9%;
	width: 215px;
}
div#event_search_date_menu {
	padding-left: 20px;
}
div#event_search_date_menu > div:first-child {
	padding-right: 20px;
}
div#calendar_pos {
	width: 218px;
}
.cal2 {
	max-width: 218px!important;
	border-left: 1px rgba(0,0,0,0.1) solid;
}
.header-day, .days > div {
	width: 30px!important;
}
.event-table {
	width: 100%;
	float: left;
	font-size: 80%;
	margin-bottom: 10px;
}
.event-calendar-header:first-child {
	margin-top: 20px;
}
.event-calendar-header:nth-child(2) {
	margin-top: 0;
}
.event-calendar-title {
	margin: 0 auto;
	line-height: 50px;
	text-align: center;
}

.event-calendar-title {
	margin: 0 auto;
}
.event-calendar-display-format {
	width: 15%;
	float: left;
	height: 20px;
	padding: 15px 0;
}
.event-breadcrumb {
	margin-top: -20px;
	font-size: initial;
	float: right;
	width: 22%;
}
.event-breadcrumb > .breadcrumb {
	float: right
}
.friendly-print {
}
.event-table-list-view div.event-detail {
	margin-left: 5%;
	width: 60%;
}
.event-calendar-breadcrumb {
	background-color: transparent;
	margin: 2% 0;
	padding: 0;
}
 @media screen and (max-width:979px) {
 .view-event-calendar-event-list- > .view-content .views-row {
   float:left;
   width:calc((100% - 5%)/2);
   margin-right:5%;
  }
 .view-event-calendar-event-list- > .view-content .views-row:nth-child(2n) {
   margin-right:0;
  }
}
.event_search_option_menu input + a{
    margin-right: 10px;
    font-size: 85%;
    padding: 2px 5px;
}
.event_search_option_nature {
  clear: both;
  display: table;
  width: 100%;
}
span.event-calendar-search-label {
  display: block;
  line-height: 30px;
}
.event_search_option_period {
  border-bottom: 1px rgba(0,0,0,0.3) solid;
}
.event_search_option_period > div {
  display: table-cell;
  padding-right: 20px;
  position: relative;
  top: -10px;
}
.event_search_option_period input {
  border-radius: 5px 0 0 5px;
}
.event_search_option_period div span.event-calendar-search-label {
  font-size: 90%;
  color: rgba(0, 0, 0, 0.7);
}
.event-table {
	width: 100%;
	margin-right: 4%;
	min-height: 350px;
}
.event-table .event-img {
	width: 100%;
	height: auto;
	background-color: rgb(0,0,0);
}
.event-img > a {
	width: 100%;
	display: block;
}
.event-table .event-img img {
	width: 100%;
	height: auto;
	transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
}
.event-table:hover img {
	opacity: 0.8;
}
.event-table-list-view div.event-img {
	width: 35%;
	height: auto;
}
.event-table-list-view .event-detail {
	margin-left: 30px;
}
.event-table-list-view a.event-img {
	width: 100%;
	height: auto;
}
.event-table-list-view a.event-img img {
	width: 100%;
	height: auto;
}
.event-table-list-view div.event-detail div:nth-child(2n) {
	font-size: 110%
}
div.view-event-calendar-event-list- div.view-content {
	margin-top: 3%;
}
.floorplan.breadcrumb-wrapper {
	margin-top: 0!important;
	float: right;
}
.event-calendar-search > input[type="text"] {
	margin: 10px 0;
}
/* VENUE INTRODUCTION */
.venue-list > li {
	width: calc((720px - 44px) / 3);
}
ul.venue-navbar.ui-tabs-nav li {
	font-size: 80%;
}
ul.venue-navbar.ui-tabs-nav li:first-child {
	margin-left: 17px!important;
}
/* ABOUT  HML */
.centrepoint {
	float: left;
	position: relative;
	margin: 4px;
	width: calc((100% - 24px)/3);
}
/* Footer */
#footer > .container > .row, #copyright > .container > .row {
	margin-left: 0;
}
#copyright > .container > .row > .span12 {
	width: 100%;
	font-size: 80%;
}
/* SEARCH PAGE */
form.search-form .container-inline label {
    display:inline-block;
    width: 100%;
}
form.search-form input[type="text"] {
  margin: 0;
  float: left;
}
form.search-form input[type="submit"] {
  float: left;
}
.item-list .pager li {
  padding: 0.1em;
  margin: 5px;
}
.pager li > a, .pager li > span{
  border-radius:5px;
  -webkit-border-radius:5px;
}
}
/* DESKTOP ONLY */
@media (min-width: 980px) {
.content.container {
	max-width: 960px;
	min-width: inherit;
}
.section-image .section-image-caption {
	left: 0;
}
.breadcrumb {
	margin-right: 20px;
}
.friendly-print {
	margin-top: -18px;
	float: right;
}
.current-events-list .bxslider-views-slideshow-main-frame-row {
	width: 220px !important;
}
#main-nav .nav > li:not(:last-child) > a {
	padding: 0px 15px 0px;
	margin-top: 10px;
	margin-right: 10px;
	border-right: 1px dotted;
}
/* TOP MENU - RESTAURANT SECTION*/
ul.nav-topmenu {
	display: none;
  background-color: rgb(255,255,255);
  border: 1px rgba(0,0,0,.3) solid;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  padding: 0;
  margin: 0;
  width: 500px;
  min-height: 235px;
  text-transform: none;
}
ul.nav-topmenu > li {
	float: left;
	overflow: hidden;
	list-style: none outside none;
	margin:0;
	padding:10px;
}
ul.nav-topmenu li.restaurant-intro {
	width: 260px;
}
.restaurant-intro-content{
	padding-right:10px;
	border-right: 1px rgba(0,0,0,.3) solid;
  height: 210px;
  overflow: hidden;
}
.restaurant-intro-content > ul {
	margin:0;
	padding:0;
	width:100%;
	display:table;
}
.restaurant-intro-content-title,
.restaurant-intro-content-pic {
	list-style: none outside none;
}
.restaurant-intro-content-title > div:first-child{
	width:50px;
	height:50px;
	float:left;
}
.restaurant-intro-content-title > div:last-child{
	line-height: 15px;
  height: 50px;
  vertical-align: middle;
  display: table-cell;
	padding-left: 5px;
  font-size: 100%;
}
.restaurant-intro-content-pic {
	overflow: hidden;
  max-height: 170px;
  max-width: 250px;
  display: block;
}
.restaurant-intro-content-pic > img{
	margin-top: 10px;
}

.restaurant-list {
  padding-left: 0!important;
  overflow-y: auto;
  overflow-x: hidden;
}
.restaurant-list > ul {
	position: absolute;
	margin: 0;
	padding: 0;
	display: table;
}
.restaurant-list > ul > li {
	list-style: none outside none;
  height: calc(215px / 10);
  padding: 0;
  font-size: 95%;
  min-width: 200px;
  vertical-align: middle;
  margin: 0;
}
.restaurant-list > ul > li > a {
	text-decoration: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  display: block;
  height: calc(215px / 10);
  padding: 0 5px;
}
.restaurant-list > ul > li > a:hover {
	color:rgb(255,255,255);
	background-color: rgba(162, 89, 209,1);
}
.related-pages.no-result {
	display: none;
}
.venue-list > li:nth-of-type(3n+1) {
	margin-left: 0px;
	clear: both;
}
.venue-list > li:nth-of-type(3n+0) {
	margin-right: 0px;
}
.current-events > div:first-child + div + div > a {
	font-size: 120%
}
.mobile_slideshow_block {
	display: none;
}
#block-views-homepage-event-list-block .bx-prev, .mobile_slideshow_block .bx-prev {
  width: 50px;
  height: 50px;
  background-image: url("../img/btn_elements.png") !important;
  background-position: 0px -400px!important;
  background-size: 500%;
  left: -2.5%!important;
  position: absolute;
  top: 100px;
}
#block-views-homepage-event-list-block .bx-next, .mobile_slideshow_block .bx-next {
  width: 50px;
  height: 50px;
  background-image: url("../img/btn_elements.png") !important;
  background-position: -50px -400px!important;
  background-size: 500%;
  right: -2.5%!important;
  position: absolute;
  top: 100px;
}
/* ARTICLE */
.article-wrapper {
	max-width: 960px;
	margin: 0 auto;
}
.article-navigation {
	display: block;
	margin-top: 12px;
}
.article-container {
	width: 75%;
	margin: 0 auto;
}
/* EVENT TABLE - GRID VIEW */
.event-calendar-display-format {
	display: block;
}
.view-event-calendar-event-list- > .view-content .views-row {
	width: inherit;
}
.event-table {
	width: calc((100% - 10%)/3);
	margin-right: 5%;
	min-height: 350px;
}
.view-event-calendar-event-list- > .view-content .views-row:nth-child(3n) > .views-field > .field-content > .event-table {
	margin-right: 0;
}
/* EVENT TABLE - LIST VIEW */
.event-table-list-view .event-table {
	width: 100%;
	margin-right: 0;
	margin-bottom: 5%;
	min-height: inherit;
}
.navbar-inner .container a.brand {
	width: 315px;
}
/*
.navbar-inner .container a.brand img {
	width: 100%;
	padding: 7px 0;
}
*/
/* ABOUT  HML */
.centrepoint {
	width: calc((720px - 24px)/3);
}
/* FOOTER */
.container {
	min-width: inherit;
}
#footer > .container > .row, #copyright > .container > .row {
	margin-left: 0;
	max-width: 960px;
	margin: 0 auto;
}
#footer-menu_list {
	margin: 0;
  width: calc(960px - 350px);
}
#footer-right-side {
	width: 350px;
	float: right;
}
div#footer-follow {
	margin-left: 0;
	width: calc(100% - 20px);
}
#copyright > .container > .row > .span12 {
	margin-left: 0;
}
#footer-app{
        width:285px;
        padding: 10px 15px;
        margin-top: 40px;
        float: right;
}
#footer-app > div{
        float: right;
        text-align: right;
}
#footer-app > div > div:first-child{
        font-weight: bold;
        font-size: larger;
        border-bottom: 2px solid #ABB3C0;
        padding-bottom: 2px;
}
#footer-app > div > div:first-child + div{
        margin-top: 7px;
}
}

@media print{
	.node-webform,.views-field-webform-form-body{
		display:none;
	}
}
.lightbox-img{width:100%;display:block;}
.announcement-body .lightbox-img{ display: inline;}
.addthis_toolbox.addthis_default_style.addthis_32x32_style{
	font-size:0px;
}
#popup-text p:first-child{
	margin:10px 0!important;
	display:block!important;
}

/* high-contrast style */

.high_contrast .navbar.transparent.navbar-inverse #main-nav.navbar-inner{background: unset!important;}
/* .high-contrast .navbar.transparent.navbar-inverse #main-nav.navbar-inner, .high-contrast #main-nav.navbar-inner{background: #fff!important;}  */

.high-contrast .icon-remove-circle.annoucement-remove{
	background-image:url(/sites/all/themes/hkcec/templates/img/glyphicons-halflings_white.png)!important;
}

.high_contrast span{color: yellow !important;}


.high_contrast .mm-listview .mm-next{opacity:0!important;}

.high_contrast button{background: yellow !important;color:#000!important;}
.high_contrast .important_announcement, .high_contrast .important_announcement *{background-color:#314567!important;}

.high_contrast .view-event-slider .bx-prev,
.high_contrast .view-event-slider .bx-prev,
.high_contrast .view-service-slider .bx-prev,
.high_contrast .view-service-slider .bx-prev,
.high_contrast .view-event-slider .bx-next,
.high_contrast .view-event-slider .bx-next,
.high_contrast .view-service-slider .bx-next,
.high_contrast .view-service-slider .bx-next,
.high_contrast #block-views-homepage-event-list-block .bx-prev,
.high_contrast .mobile_slideshow_block .bx-prev,
.high_contrast #block-views-homepage-event-list-block .bx-next,
.high_contrast .mobile_slideshow_block .bx-next{background-image: url(../img/btn_elements-1-hc2.png) !important;}
.high_contrast .navbar-inverse .navbar-toggle{background-color:#fff!important;}
.high_contrast .navbar-inverse .navbar-toggle:hover{background-color: #ddd!important;}
.high_contrast.mm-opened #mm-blocker{background-color:unset!important;}
#main-menu-moble-block .contrast_list{margin-bottom:10px!important;}

legend.captcha__title {
  display: none!important;
}
 