﻿/**
	Boostrap Icon Fix
*/
[class^="icon-"], [class*=" icon-"] {
	background-image: url("/resources/artscentre/images/icons/glyphicons-halflings.png");
}

.icon-white {
	background-image: url("/resources/artscentre/images/icons/glyphicons-halflings-white.png");
}

/**
	End Boostrap Icon Fix
*/

html {
	overflow-x: hidden !important;
}

#wrapper {
	border: 1px solid #cccccc;
}

form {
	margin: 0;
	position: relative;
}


/* Print Only */
.visible-print {
	display: none !important;
}

/*
	Utility Styles
*/
.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-border {
	border-width: 0 !important;
}

.no-left-right-border {
	border-left-width: 0 !important;
	border-right-width: 0 !important;
}

.no-top-border {
	border-top: 0 !important;
}

.lnk-icon i {
	margin-right: 6px;
}

.tooltip-ico {
	font-size: 20px;
	color: #199091;
	vertical-align: top;
}

/* Typography
================================================================== */

p {
	word-wrap: break-word;
}

p.lead {
	font-size: 1.43em;
}

a,
.btn-link {
	text-decoration: none;
	color: #199091;
}

a:hover,
a:active,
a:focus,
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
	text-decoration: underline;
	color: #22acad;
}

a.grey {
	color: #999;
}

a.grey:hover,
a.grey:focus,
a.grey:active {
	color: #8e8e8e;
}

.btn-link-no-padding {
	padding-left: 0;
	padding-right: 0;
}

.alert, .alert h4 {
	color: #ff8000;
}

.alert a, .alert a:hover
.alert a:visited, .alert a:visited {
	color: #ff8000;
	text-decoration: underline;
}

.alert {
	background-color: #fdf4ed;
	border: 1px solid #ffcd9b;
}

.alert-danger, .alert-danger h4,
.alert-error, .alert-error h4 {
	color: #b94a48;
}

.alert-danger a, .alert-danger a:hover 
.alert-error a, .alert-error a:hover, 
.alert-danger a:visited, .alert-error a:visited {
	color: #b94a48;
	text-decoration: underline;
}

.alert-danger,
.alert-error {
	background-color: #f2dede;
	border: 1px solid #eed3d7;
}

.alert-success, .alert-success h4 {
	color: #468847;
}

.alert-success a, .alert-success a:hover {
	color: #468847;
	text-decoration: underline;
}

.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

/*h1,
h2,
h3,
h4,
h5 {
	-webkit-margin-before: 0px;
}*/

h2,
h3 {
	color: #199091;
}

h3.grey-border-h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	line-height: 25px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	text-transform: uppercase;
}

h3.legend {
	font-size: 21px;
	line-height: 40px;
	color: #199091;
	font-weight: normal;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #199091;
}

h6 {
	background: #000000;
	color: #ffffff;
	line-height: 30px;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 0px;
}

.title,
.page-title-container {
	margin: 20px 0px;
	padding: 5px 10px;
	background-color: #199091;
	color: #ffffff;
	font-weight: 600;
	border: 0;
	position: relative;
}

.page-title-container h1 {
	font-size: 18px;
	line-height: 18px;
	margin: 5px 0px;
}

.date {
	font-weight: bold;
	padding: 7px;
}

.moreBookNow {
	height: 20px;
	bottom: 30px;
}

.moreBookNow ul {
	list-style: none;
	width: 100%;
	float: left;
	margin: 0;
}

.moreBookNow ul li {
	font-size: 13px;
	color: #22acad;
	display: inline-block;
	background: transparent url(/resources/artscentre/images/arrowReadMore.png) no-repeat -4px 0px;
	padding: 0px 15px;
}

.moreBookNow ul li a {
	color: #22acad;
}


.break {
	height: 23px;
}

#_pnlPageContainer {
	background-color: #fff;
	position: relative;
}

/* Forms
================================================================== */

label,
input,
button,
select,
textarea,
.btn,
.btn-group > .btn, 
.btn-group > .dropdown-menu, 
.btn-group > .popover {
	/*font-size: 1em;*/
}

.selectpicker-container button,
.selectpicker-container .btn,
.selectpicker-container .btn-group > .btn,
.selectpicker-container .btn-group > .dropdown-menu {
	font-size: 14px;
}

.form fieldset,
.form-horizontal fieldset {
	padding: 20px 0px 0px;
	border-bottom: 1px dotted #ccc;
	background-color: #f5f5f5;
	margin-bottom: 30px;
}

.form-no-legend {
	border-top: 1px dotted #ccc;
}

.form fieldset legend,
.form-horizontal fieldset legend {
	background-color: #fff;
	margin-bottom: 0;
	color: #199091;
	font-size: 1.5em;
}

.form fieldset .fieldset-inner,
.form-horizontal fieldset .fieldset-inner {
	margin: 0 15px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius: 0;
	padding: 7px 10px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	box-shadow: none;
	border-color: #53acad;
}

textarea {
	resize: none;
}

.textbox-med-height {
	height: 120px;
}

.error-message {
	color: #e9322d;
}

textarea.error,
input[type="text"].error,
input[type="password"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="date"].error,
input[type="month"].error,
input[type="time"].error,
input[type="week"].error,
input[type="number"].error,
input[type="email"].error,
input[type="url"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="color"].error,
.uneditable-input.error {
	border-color: #e9322d;
}

.btn.btn-dark {
	background-image: none;
	box-shadow: none;
	padding: 8px 20px;
	text-shadow: none;
	border-width: 0;
	background-color: #999;
	color: #fff;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
	background-color: #878787;
	color: #fff;
    text-decoration:underline;
}

.btn.btn-primary {
	background-image: none;
	box-shadow: none;
	padding: 8px 20px;
	text-shadow: none;
	border-width: 0;
	background-color: #3faaa4;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background-color: #45b9b2;
    text-decoration:underline;
}

.validation-summary {
	border:  2px solid #e9322d;
	font-weight: bold;
	font-size: 13px;
	padding: 10px;
	margin: 10px 0 10px 0;
	color: #e9322d;
}

legend span {
	/*padding-left: 30px;*/
}

.datefield {
	display: block;
	width: 150px;
	padding: 4px 6px;
	background: #fff;
	color: #555;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

.datefield * {
	display: inline-block;
}

.datefield input {
	width: 1.7em;
	padding: 0 0.4em;
	border: none;
	font-size: 100%;
	background: none;
	color: #555;
	box-shadow: none;
	margin-bottom: 0;
}

.datefield input.year {
	width: 2.5em;
	min-width: 2.5em;
}

.datefield input:focus {

	min-width: 1.7em;
}

.datefield input.year:focus {
	min-width: 2.5em;
}

.hidden-human-check {
	display: none;
}

.form-text {
	font-size: 12px;
	color: #199091;
}

.control-group .txt-other-container {
	margin-top: 10px;
	display: none;
}

.radio-btn-list li {
	margin-bottom: 20px;
}

.radio-btn-list li input {
	vertical-align: top;
	line-height: 35px;
	display: inline-block;
	float: left;
}

.radio-btn-list li label {
	display: block;
	vertical-align: top;
	margin-left: 22px;
}

.radio-btn-list li label.active,
label.radio.active {
	color: #199091;
}

.radio-btn-list li span.active {
	color: #199091;
}

.checkbox-list li {
	width: 33%;
	display: inline-block;
	margin-bottom: 5px;
}

.checkbox-list li input {
	display: inline-block;
	margin-right: 7px;
	margin-top: 0;
}

.checkbox-list li label {
	display: inline-block;
}

.ticket-quanties-table select {
	width: auto;
}

/* Text size change
=================================================================== */

.text-size-change {
	position: absolute;
	height: 26px;
	right: 15px;
	top: 5px;
}

.text-size-change-icon {
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	background: transparent url('/resources/artscentre/images/font-size-change.png') no-repeat center top;
	margin-left: 10px;
	margin-right: 5px;
	cursor: pointer;
}

.text-size-change a {
	color: #fff;
	display: block;
	float: left;
	line-height: 26px;
	font-weight: bold;
}

.text-size-change a:hover,
.text-size-change a:active,
.text-size-change a:focus {
	text-decoration: underline;
}


/* Responsive Videos
=================================================================== */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Skins
=================================================================== */

.skinL {
	position: absolute;
	float: left;
	margin-left: -190px;
	height: 774px !important;
	overflow: none;
}

.skinR {
	position: absolute;
	top: 200px;
	margin-left: 1260px;
	height: 774px !important;
	overflow: none;
}


/* Search
=================================================================== */

.search-form {
	float: right;
	margin-top: 10px;
}

.btn-search {
	display: inline-block;
	margin-bottom: 10px;
}

.search-form input[type=text] {
	height: 14px;
	display: inline-block;
}

.search-bar {
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	padding: 20px;
}

.result-type-list li {
	float: left;
	font-size: 0.91667em;
	text-align: right;
	padding-left: 30px;
}

.result-type-list li div {
	display: inline-block;
	width: 25px;
	height: 18px;
	border: 1px dotted #999;
	margin-right: 0px;
}

.result-type-list li.public-event div {
	background-color: #e8f4f4;
}

.result-type-list li.education-event div {
	background-color: #f0f0f0;
}

.result-type-list li span {
	display: inline-block;
	line-height: 20px;
	vertical-align: top;
	color: #666;
}

.search-results li {
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	margin-bottom: 20px;
	padding: 10px 10px 0px;
}

.search-results li:hover {
	background-color: #fafafa;
}

.search-results li.event-result {
	background-color: #e8f4f4;
}

.search-results li.event-result:hover {
	background-color: #e1f1f1;
}

.search-results li.education-event-result {
	background-color: #f0f0f0;
}

.search-results li.education-event-result:hover {
	background-color: #e8e8e8;
}

.search-results li h4 {
	margin-top: 0px;
}

.load-more-results {
	display: none;
}

.load-more-results-visible {
	display: block;
}

.load-more {
	margin: 40px 0px 20px;
}

.load-more div {
	border: 1px solid #199091;
	background-color: #e8f4f4;
	text-align: center;
}

.load-more div a {
	line-height: 20px;
	display: inline-block;
	padding-top: 4px;
}

.filter-list ul {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-bottom: 12px;
}

.filter-list ul li {
	padding: 8px 12px 0px;
}

.filter-list ul li a {
	display: block;
	border-top: 1px dotted #ccc;
	padding-top: 8px;
}

.filter-list ul li:first-child a {
	border-top-width: 0px;
	padding-top: 0px;
}

.filter-list ul li a span {
	padding-right: 15px;
}

.filter-list ul li a i.fa-check {
	color: #333;
}

.filter-list ul li a i.fa-minus {
	color: #999;
}

.no-results {
	display: none;
	margin-top: 20px;
}

.no-results-visible {
	display: block;
}


/* Header
=================================================================== */

header {
	margin-top: 0;
	background: #000000;
	position: relative;
	z-index: 20;
	padding-bottom: 10px;
}

header .top-bar {
	border-bottom: 1px solid #ccc;
}

header #header-user-controls {
	margin-right: 30px;
}

header #header-user-controls ul {
	list-style-type: none;
	color: #fff;
	margin-top: 14px;
	margin-left: 0px;
	font-size: 13px;
}

header #header-user-controls ul li {
	display: inline-block;
}

header #header-user-controls ul li.sep {
	font-size: 14px;
	padding: 0px 8px;
}

header #header-user-controls ul li a {
	color: #bbb;
}

header #header-user-controls ul li a:hover {
	color: #999;
}

.header-main {
	position: relative;
}

.brand {
	color: #ddd !important;
	text-shadow: none !important;
	text-decoration: none !important;
	font-size: 28px !important;
	line-height: 60px !important;
	margin-left: -10px !important;
	margin-top: 3px;
	margin-bottom: -3px;
}

.brand span {
	color: #f16529;
}

.brand i {
	margin-top: -10px;
	margin-right: 3px;
	opacity: .2;
	filter: alpha(opacity=20);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}


.logo a {
	width: 255px;
	display: block;
}

.logo img {
	margin-top: 10px;
}


.logo span {
	color: #f16529;
}


header .header-timeout {
	display: inline-block;
	padding-left: 6px;
}

header .header-timeout i {
	font-size: 12px;
}

.nav-collapse.collapse {
	height: auto \9 !important;
	overflow: visible \9 !important;
}



.navbar,
.navbar-inner,
.nav,
.navbar-inverse {
	background: none !important;
	filter: none !important;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0px;
	margin: 0;
}

.navbar .nav {
	margin-right: 0 !important;
}

.navbar-inner {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.navbar .nav > li > a {
	color: #ffffff;
	border-top: 4px solid transparent;
	text-shadow: none;
	padding: 0 20px 0px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover,
.navbar .nav > li > a.active {
	border-top: 4px solid #000000 !important;
	color: #27bebe;
}

.navbar .nav > li.last > a {
	padding-right: 0px;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:focus {
	color: #cccccc !important;
	text-decoration: none;
}

.navbar .nav > .active > a:hover {
	color: #fff !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navbar .nav .active a:hover > .caret {
	border-top-color: #fff !important;
	border-bottom-color: #fff !important;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
	background-color: #000;
}

.navbar .nav > li.sep {
	color: #fff;
	line-height: 28px;
	font-weight: bold;
	padding-right: 20px;
}

.dropdown-menu {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-top: -5px;
	box-shadow: none;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
	color: #ffffff;
	background: #000000 !important;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: #000;
}

.dropdown-menu .active > a {
	color: #ffffff !important;
	background: #000000 !important;
}

.dropdown-menu .active > a:hover {
	color: #ffffff !important;
	background: #000000 !important;
}

.navbar .nav > li.last > .dropdown-menu {
	left: -135px;
}

.navbar .nav > li:last-child > a {
	padding-right: 0;
}

.navbar .nav > li.last > .dropdown-menu:before,
.navbar .nav > li.last > .dropdown-menu:after {
	left: 185px;
}

.navbar .btn-navbar {
	margin-right: 0 !important;
}

.nav .active .dropdown-toggle .caret {
	border-top-color: #000000 !important;
	border-bottom-color: #000000 !important;
}

.navbar-inverse .navbar-inner {
	background-color: #1b1b1b;
	background-image: -moz-linear-gradient(top, #222222, #111111);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
	background-image: -webkit-linear-gradient(top, #222222, #111111);
	background-image: -o-linear-gradient(top, #222222, #111111);
	background-image: linear-gradient(to bottom, #222222, #111111);
	background-repeat: repeat-x;
	border-color: #252525;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
	min-height: 30px;
}

/* Drop down on hover */
ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
}

a.menu:after, .dropdown-toggle:after {
	content: none;
}

#homepage-carousel {
	margin-top: 10px;
	background-color: #fff;
	padding-bottom: 20px;
	margin-bottom: 0;
}

#homepage-carousel .carousel {
	margin-bottom: 20px;
}

#homepage-carousel .carousel-control.left {
	right: 65px;
	left: auto;
}

#homepage-carousel .carousel-caption {
	width: 243px;
	top: 0;
	padding-left: 20px;
	background: #000;
	opacity: 1;
}

#homepage-carousel .carousel-caption h4,
#homepage-carousel .carousel-caption .lead {
	margin-top: 40px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #ffffff;
}

#homepage-carousel .carousel-inner > .item > img,
#homepage-carousel .carousel-inner > .item > a > img {
	margin-left: 278px;
	height: 381px;
}

#homepage-carousel .carousel-control {
	top: auto;
	bottom: 20px;
	opacity: 0.7;
	margin-left: 15px;
}

#whats-on-slider {
	display: none;
}

.jcarousel-container {
	border-width: 0;
}

.jcarousel-prev-horizontal {
	border: 1px solid #ccc;
}

.jcarousel-next-horizontal {
	border: 1px solid #ccc;
}

.presenterSlider {
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #22acad;
	display: block;
}


.span2 img {
	margin: 10px 0;
}


.sponsors {
	max-width: 1000px;
	margin: 50px auto;
}

.bx-wrapper {
	max-width: 100% !important;
}


/* Content boxes
=================================================================== */

.content-box {
	margin-bottom: 20px;
}

.content-box > h3 {
	margin-top: 0px;
}

h3.header-left-bullet {
	position: relative;
	padding-left: 15px;
	border-width: 0px;
	margin: 0px;
}

h3.header-left-bullet .header-bullet {
	background-color: #199091;
	width: 15px;
	height: 100%;
	display: inline-block;
	margin-right: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
}

h3.header-left-bullet .header-text {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-left: 10px;
	font-size: 14px;
	line-height: 25px;
	color: #999;
	text-transform: uppercase;
}

.span3 .right-column-content {
	padding: 10px 15px 10px 25px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.span3 .right-column-content.event-notes {
	padding: 10px;
	font-size: 0.875em;
}

.span3 .right-column-content.event-booking {
	padding: 10px;
}

.span3 .right-column-content.event-booking ul {
	margin: 0;
	padding: 0px 0px 0px 15px;
	list-style: none;
	font-weight: bold;
}

.span3 .right-column-content.event-booking ul li:before {
	content: "";
	border-color: transparent #199091;
	border-style: solid;
	border-width: 0.35em 0 0.35em 0.45em;
	display: block;
	height: 0;
	width: 0;
	left: -1em;
	top: 0.9em;
	position: relative;
}

.span3.right-column .row-fluid:last-child .right-column-content {
	border-bottom: 1px solid #ccc;
}

/* Hero Content
=================================================================== */

.hero-image-content-container {
	margin-bottom: 20px;
}

.hero-image-content-container .single-image img {
	margin-bottom: 20px;
}

.hero-image-content-container #page-hero-carousel a img {
	margin-left: 220px;
}

.hero-image-content-container #page-hero-carousel a .carousel-caption {
	color: #fff !important;
	font-weight: bold;
	font-size: 16px;
	width: 190px;
	float: left;
	height: 340px;
	background: none;
	background-color: #000;
}

.hero-image-content-container #page-hero-carousel .carousel-control {
	margin-top: 10px;
}

/* Feature box: home page 3 col
=================================================================== */

.featureBox {
	border: 1px solid #cccccc;
	padding: 10px;
}

.featureBoxThumb {
	width: 100%;
	min-height: 116px;
}

.featureBoxCap {
	min-height: 160px;
}

.quote,
.quote-source {
	display: block;
	font-size: 0.91667em;
}

.featureBox .quote {
	color: #199091;
	font-style: italic;
}

.featureBox .quote-source {
	font-weight: bold;
}

/*  Discover box: home page 4 col
=================================================================== */

.discover-box {
	border: 1px solid #cccccc;
	min-height: 224px;
}

.discover-box-thumb {
	width: 100%;
	min-height: 80px;
}

.discover-box-caption {
	padding: 10px 5px;
	min-height: 90px;
}

.discover-box-caption h4 {
	font-weight: normal;
}

.discover-tiles.row-fluid [class*="span"]:nth-child(4n+1) {
	margin-left: 0;
}

.discover-tiles.row-fluid [class*="span"] {
	margin-bottom: 20px;
}



/* Join Now
=================================================================== */

.join-now {
	border: 1px solid #cccccc;
	text-align: center;
	padding: 10px;
}

.join-now p {
	font-size: 12px;
	margin: 0 10px;
	font-weight: 500;
}

.join-now .join-btn {
	margin: 5px auto 3px;
	width: 140px;
}


.join-now .join-btn a {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	background: #3faaa4;
	padding: 5px;
}

.join-now .join-btn a:hover {
	background-color: #27bebe;
}


/* Advert Tiles
=================================================================== */

.advert-tile {
	margin-bottom: 20px;
}


/* What's On Page

================================================================== */

.searchBar {
	width: 77%;
	float: left;
	margin: 0 0 20px 0;
}

.calendar {
	width: 23%;
	float: left;
	margin-top: -7px;
}

.whatsOnFeatCap {
	background: #000000;
	width: 100%;
	bottom: 0;
	color: #ffffff;
	height: 17px;
	padding: 4px 0px;
}

.whatsOnFeatBox {
	width: 19.4% !important;
	float: left;
	display: inline;
	margin: 2px;
}

.whatsOnFeatBox img {
	width: 100%;
}

.searchTitle {
	color: #ffffff;
	background: #000000;
	padding: 5px 7px;
	font-weight: 700;
	margin: 20px 0 0 0 !important;
}

.searchFilter {
	background: #bfcdcd;
	padding: 10px;
	margin: 0 !important;
}

.formCol {
	width: 40%;
	margin-right: 10px;
	float: left;
	display: inline;
}

.eventListTitle {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 10px solid #199091;
	padding: 5px;
	margin-top: 0;
}

/* Event Landing Page
=================================================================== */

.whats-on-hero-container > .span3,
.whats-on-hero-container > .span6 {
	margin-left: 0px;
}

.whats-on-hero-container > .span3 {
	width: 25%;
}

.whats-on-hero-container > .span6 {
	width: 50%;
}

.whats-on-advert a img {
	height: 170px;
}

.whats-on-advert {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 170px;
}

.event-filter-container .event-filter {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	padding: 20px 15px 10px;
	height: 140px;
}

.event-filter-container .event-filter .event-search-box {
	margin-bottom: 0px;
	position: relative;
}

.event-filter-container .event-filter .event-search-box input[type=text] {
	padding-right: 80px;
	width: 95%;
}

.event-filter-container .event-filter .event-search-box input[type=submit] {
	padding: 6px 12px 5px;
	position: absolute;
	right: 0;
	z-index: 10;
}

.event-filter-container .selectpicker-container {
}

.event-filter-container .selectpicker-container .bootstrap-select {
	text-align: left;
}

.event-filter-container .or-divider h2 {
	background: transparent url('/resources/artscentre/images/or-bg.png') no-repeat center center;
	text-align: center;
	margin: 15px 0px;
	color: #bbb;
	line-height: 39px;
}

.event-calendar .ui-datepicker-header {
	background-color: #f5f5f5;
}

.event-calendar .ui-datepicker-header .ui-datepicker-title {
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background-color: #0a0809;
	color: #e0e0e0;
}

.event-calendar .ui-datepicker-header .ui-datepicker-prev,
.event-calendar .ui-datepicker-header .ui-datepicker-next {
	display: inline-block;
	float: left;
	padding: 6px;
	background: transparent url('/resources/artscentre/images/calendar-arrows.png') no-repeat left top;
	text-indent: -9999px;
	width: 18px;
	cursor: pointer;
}

.event-calendar .ui-datepicker-header .ui-datepicker-prev:hover {
	background-position: left bottom;
}

.event-calendar .ui-datepicker-header .ui-datepicker-next {
	float: right;
	background-position: right top;
}

.event-calendar .ui-datepicker-header .ui-datepicker-next:hover {
	background-position: right bottom;
}

.ui-datepicker-calendar {
	width: 100%;
	height: 140px;
}

.event-calendar .ui-datepicker-calendar th,
.event-calendar .ui-datepicker-calendar td {
	width: 14%;
	text-align: center;
	background: #212121 url('/resources/artscentre/images/calendar-day-bg.png') no-repeat left top;
	border: 1px solid #666;
}

.event-calendar .ui-datepicker-calendar th {
	text-transform: uppercase;
	color: #ccc;
	font-weight: normal;
	font-size: 10px;
	background: #0e0e0d url('/resources/artscentre/images/calendar-head-bg.png') repeat-x left top;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top: 1px solid #fff;
	line-height: 15px;
}

.event-calendar .ui-datepicker-calendar td a {
	color: #ddd;
	font-size: 12px;
}

.event-calendar .ui-datepicker-calendar td:first-child {
	border-left-width: 0px;
}

.event-calendar .ui-datepicker-calendar td:last-child {
	border-right-width: 0px;
}

.event-calendar .ui-datepicker-calendar td a:hover {
	text-decoration: underline;
	color: #199091;
}

.event-calendar .ui-datepicker-calendar td.ui-datepicker-other-month {
	background-color: #0b0b0b;
	background-image: none;
}

.event-calendar .ui-datepicker-calendar td.ui-datepicker-selected-day {
	background-color: #199091;
	background-image: none;
}

.event-calendar .ui-datepicker-calendar td.ui-datepicker-other-month a {
	color: #4c4c4c;
}

.event-calendar .ui-datepicker-calendar td.ui-datepicker-other-month a:hover {
	color: #666;
}

.event-calendar .ui-datepicker-calendar td.ui-datepicker-selected-day a,
.event-calendar .ui-datepicker-calendar td.ui-datepicker-selected-day a:hover {
	color: #fff;
}

.event-calendar .ui-datepicker-title .ui-datepicker-month {
	background-color: #0a0809;
	border: 1px solid #0a0809;
	color: #e0e0e0;
	border-radius: 0px;
	width: 130px;
	font-weight: bold;
	margin-bottom: 2px;
}

.event-container-list .span3 {
	border: 1px solid #ccc;
}

.event-container-list .span3 a {
	color: #999;
}

.event-container-list .span3 h3 {
	margin: 0px;
	border-top-width: 0px;
	padding: 0px 10px;
	text-transform: none;
}

.event-container-list .span3 .img-container {
	padding: 10px;
}

.timed-event-list h3 {
	color: #222222;
	margin-top: 40px;
}

.timed-event-list .row-fluid:first-child h3 {
	margin-top: 0px;
}

.event-box {
	margin: 10px 0px 10px;
	border: 1px solid #cccccc;
}

.event-box:nth-child(2n+1) {
	margin-left: 0;
}

.event-box .event-thumb {
	width: 85px;
	height: 85px;
	background: #999999;
	float: left;
	margin: 10px;
}

.event-box .event-desc {
	width: 58%;
	height: 85px;
	float: left;
	padding: 0 4px;
}

.event-box .event-name {
	background: #000000;
	color: #ffffff;
	padding: 4px 8px;
	font-weight: bold;
}

.event-box .event-name a {
	color: #ffffff;
}

.event-box .event-desc p {
	margin-top: 0.5em;
}

.event-box .event-desc p,
.event-box .event-desc h4 {
	padding-left: 8px;
}

.event-box .time-location {
	color: #199091;
	font-weight: bold;
	font-size: 12px;
}

.event-box .time-location .time {
	padding-right: 15px;
}

.event-box .time-location .location {
	padding-left: 15px;
}

.event-box .event-btns {
	width: 20%;
	float: right;
	margin-top: 10px;
}

.event-box .event-btns a {
	text-transform: uppercase;
	color: #199091;
	font-weight: bold;
}

.event-box .event-btns hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px dotted #999;
}

.event-table {
	border-bottom: 1px solid #ccc;
}

.event-table th {
	background-color: #eee;
	border-bottom: 1px solid #ccc;
}

.event-table-image {
	width: 70px;
}

.event-filter-header {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 20px 0px 10px;
	padding: 10px 0px;
	color: #999;
}

.event-filter-header span {
	font-weight: bold;
}

.event-filter-header a {
	margin-left: 15px;
	display: inline-block;
}

.no-events {
	display: none;
}

.no-events p {
	margin-top: 1em;
	text-align: center;
}

.event-date-nav {
	margin: 20px 0px;
}

.event-date-nav .span12 {
	border: 1px solid #ccc;
}

.event-date-nav-first .span12 {
	border-width: 0px;
}

.event-date-nav a {
	color: #222;
	display: inline-block;
	line-height: 25px;
	padding: 0px 10px;
}

.event-date-nav a:hover {
	color: #666;
}

.event-date-nav a.disabled {
	color: #999 !important;
	cursor: default !important;
	opacity: 1.0 !important;
	background-color: #fff !important;
	text-decoration: none !important;
}

.load-more-events {
	display: none;
}

/* Single Event Page
=================================================================== */

.event-quote {
	color: #199091;
	font-weight: bold;
}

.videos-container,
.credits-container {
	border-top: 1px dotted #cccccc;
}

.credits-container {
	margin-top: 20px;
}

.videos-container {
	margin-top: 20px;
}

.videos-container .span9 {
	margin-left: 0px;
}

.event-page-copy > h2 {
	color: #199091;
}

.captionText {
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	margin: 50px 20px;
	font-weight: bold;
	height: 180px !important;
}

.eventContent {
	width: 71%;
	float: left;
	margin-right: 7px;
	margin-top: 20px;
}

.eventInfoCol {
	width: 27%;
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

.eventDetails {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.eventSliderBox {
	height: 370px;
	margin-left: 30px;
}

.eventCaption {
	width: 27%;
	background: #000000;
	color: #ffffff;
	height: 370px;
	float: left;
	display: inline;
}

.eventSlider {
	width: 71%;
	height: 370px;
	float: left;
	display: inline;
	background: #cccccc;
}

.event-hero {
	height: 370px;
}

.event-hero .event-hero-info {
	background-color: #000;
	width: 220px;
	height: 370px;
	position: absolute;
}

.event-hero .event-hero-info p {
	color: #fff;
	text-align: center;
	padding: 0px 20px;
}

.event-hero .event-hero-info p.quote {
	font-size: 1.25em;
	margin-top: 75px;
	font-style: italic;
}

.event-hero .event-hero-info p.quote-source {
	font-weight: bold;
	margin-top: 20px;
}

.event-hero .event-hero-info .book-now-link {
	width: 167px;
	height: 17px;
	background: transparent url(/resources/artscentre/images/icons/bookNowEventpg.png) no-repeat left top;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.375em;
	margin-left: -21px;
	text-transform: uppercase;
	padding: 27px 0 27px 27px;
	position: absolute;
	bottom: 20px;
}

.event-hero .event-hero-info .book-now-link a {
	color: #fff;
	background: transparent url('/resources/artscentre/images/arrow-book-now-event.png') no-repeat -5px center;
	padding-left: 25px;
	margin-left: 0px;
	display: inline-block;
}

.event-hero .event-hero-image {
	margin-left: 220px;
	height: 370px;
	overflow: hidden;
}

.event-hero .event-hero-image img {
	width: 100%;
}

.event-presenter {
	color: #999;
	font-style: italic;
	margin: 20px 0px;
	font-size: 0.91667em;
}


.eventTextWrap {
	width: 93.2%;
	margin-left: 30px;
	margin-top: 40px;
}

.eventWriteUp {
	width: 100%;
	float: left;
	display: inline;
}


.eventCredits {
	width: 45%;
	float: left;
	display: inline;
	border-top: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
	margin-top: 40px;
	padding: 12px;
}


.eventVideo {
	width: 45%;
	float: left;
	display: inline;
	border-top: 1px dotted #cccccc;
	margin-top: 40px;
	padding: 12px;
}

.event-archived {
	border: 1px solid #ff8000;
	border-left-width: 10px;
	padding: 10px 20px;
	background-color: #fdf4ed;
	margin: 25px 0 30px;
}

.event-archived h4 {
	color: #ff8000;
	font-weight: bold;
	font-size: 16px;
}

.event-archived i {
	color: #9d261d;
	margin-right: 7px;
}

.event-page .left-column h3 {
	font-size: 22px;
	border-width: 0px;
	color: #199091;
}



/* Event grid display
================================================================== */

.event-grid-display ul {
	margin: 0px;
	padding: 0px;
}

.event-grid-display ul li {
	margin-bottom: 20px;
	position: relative;
}

.event-grid-display li.span4:nth-child(3n+1) {
	margin-left: 0;
}

.event-grid-display li.span3:nth-child(4n+1) {
	margin-left: 0;
}

.event-grid-display li.span2:nth-child(6n+1) {
	margin-left: 0;
}

.event-grid-display li .image a {
	display: block;
}

.event-grid-display li .image a img {
	display: block;
	margin: 0px auto;
	max-height: 270px;
}

.event-grid-display li .event-details {
	background-color: #000;
	padding: 3px 6px;
	height: 60px;
	max-height: 60px;
}

.event-grid-display li .event-details .presenter {
	display: block;
	font-size: 11px;
	font-style: italic;
	color: #199091;
	max-height: 20px;
	overflow: hidden;
}

.event-grid-display li .event-details a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	display: block;
}

.event-grid-display li .event-time-venue,
.event-grid-display li .event-suitability {
	border: 1px solid #ccc;
	padding: 5px 10px;
	font-size: 13px;
	min-height: 60px;
	overflow: hidden;
}

.event-grid-display li .event-time-venue,
.event-grid-display li .event-content {
	border: 1px solid #ccc;
	padding: 5px 10px;
	font-size: 13px;
	min-height: 60px;
	overflow: hidden;
}

.event-grid-display li .event-time-venue .pull-left {
	width: 90px;
	height: 40px;
	overflow: hidden;
}

.event-grid-display li .event-suitability {
	min-height: 20px;
	height: 40px;
}

.event-grid-display li .event-content {
	min-height: 20px;
	height: 150px;
}

.event-grid-display li .event-description {
	min-height: 20px;
	height: 75px;
	padding: 5px 10px;
	font-size: 13px;
	min-height: 60px;
	overflow: hidden;
}

.event-grid-display li .event-desc {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 170px;
	background: transparent url('/resources/artscentre/images/event-desc-bg.png') left top;
	color: #fff;
	width: 100%;
	overflow: hidden;
	font-size: 13px;
}

.event-grid-display li .event-desc p {
	margin: 15px 15px;
	height: 140px;
	max-height: 140px;
	overflow: hidden;
}

.event-grid-display li .event-desc-toggle {
	display: block;
	height: 37px;
	width: 37px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: transparent url('/resources/artscentre/images/event-desc-toggle.png') no-repeat left top;
	text-decoration: none !important;
}

.event-grid-display li .event-desc-toggle:active,
.event-grid-display li .event-desc-toggle:focus {
	outline: none !important;
}

.event-grid-display li .event-desc-toggle.toggled {
	background-position: left bottom;
}

.day-section-header {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 7px solid #000;
	padding: 4px 8px;
}


/* Slider box
================================================================== */

.sliderBookNow {
	height: 20px;
	bottom: 30px;
	position: absolute;
}

.sliderBookNow ul {
	list-style: none;
	width: 100%;
	margin: 0px;
}

.sliderBookNow ul li {
	color: #22acad;
	display: inline-block;
	margin-right: 15px;
}


.sliderBookNow ul li a {
	color: #22acad;
	display: inline-block;
	background: transparent url(/resources/artscentre/images/arrowReadMore.png) no-repeat -5px 1px;
	padding-left: 13px;
}


/* Landing Page
================================================================== */

.column-nav-menu {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin: 0 0 20px 0;
	font-family: Arial, Verdana;
	font-size: 12px;
	padding: 0;
	list-style: none;
}

.column-nav-menu li {
	border-bottom: 1px solid #cccccc;
	list-style: none;
	margin-left: 0;
	position: relative;
}

.column-nav-menu li a {
	color: #8e8e8e;
	text-decoration: none;
	font-weight: 600;
	margin: 0;
	padding: 6px 10px;
	display: block;
}

.column-nav-menu > li > a:hover,
.column-nav-menu > li > a.active {
	background-color: #f5f5f5;
	color: #666;
}

.column-nav-menu li.header {
	background-color: #fcfcfc;
}

.column-nav-menu li.header a {
	font-weight: bold;
	color: #666;
}

.column-nav-menu li ul.sub-menu {
	background: #199091;
	margin-left: 0px;
}

.column-nav-menu li ul.sub-menu li a {
	color: #ffffff;
}

.column-nav-menu li ul.sub-menu li a:hover,
.column-nav-menu li ul.sub-menu li a.active {
	text-decoration: underline;
}

.column-nav-menu li ul.sub-menu li {
	background: #199091;
	margin: 0;
	border: 0;
	padding: 0px;
}


.landingContainer {
	width: 76%;
	float: left;
	display: inline;
}

.landingBanner {
	width: 100%;
}

.landingContent {
	width: 100%;
}

.child-grid .child-content {
	margin-bottom: 10px;
	min-height: 370px;
}

.child-grid .child-content:nth-child(3n+1) {
	margin-left: 0px;
}

.child-grid {
	margin-bottom: 40px;
}

.child-content .child-title {
	font-weight: bold;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 2px 0px;
	text-transform: uppercase;
	max-height: 40px;
	overflow: hidden;
}

.child-content .child-thumb {
	margin-bottom: 15px;
	display: block;
}

.child-content .child-thumb img {
	height: 193px;
}

.child-content .child-content-box {
	padding: 10px 0px;
	min-height: 310px;
	position: relative;
}

.child-items-list .child-content .child-content-box {
	min-height: 0px;
}

.child-content .child-content-box .child-description {
	padding-left: 15px;
}

.child-grid .child-content p:last-child {
	margin-bottom: 0px;
	position: absolute;
}

.child-grid .child-content p.read-more {
	bottom: 0px;
	position: absolute;
}

/*portfolio with sidebar*/

.portContent {
	width: 100%;
	margin-top: 30px;
}


.portBoxSide {
	width: 23.7%;
	margin: 5px;
	border: 1px solid #cccccc;
	display: inline;
	float: left;
}

.portBox {
	width: 18.9%;
	margin: 5px;
	border: 1px solid #cccccc;
	display: inline;
	float: left;
}

.portTitle {
	border-bottom: 1px solid #cccccc;
	color: #8e8e8e;
	padding: 5px;
	font-weight: bold;
}

.portThumb {
	width: 89%;
	float: left;
	margin: 10px;
}

.lrgBoxSide {
	width: 23.5%;
	margin: 5px;
	border: 1px solid #cccccc;
	display: inline;
	float: left;
}



/*portfolio no sidebar*/

.portThumb img {
	width: 100%;
}









/* Clients List
=================================================================== */

.clients-carousel {
	background: #fff;
	overflow: hidden;
	margin: 30px 0px;
}

.clients-carousel li {
	float: left;
	overflow: hidden;
	text-align: center;
	margin-left: -30px;
	margin-right: 32px;
}

.clients-carousel ul.clients {
	list-style-type: none;
}

.clients-carousel li img {
	float: none !important;
	margin: 0px auto !important;
}

.clients-carousel li img:hover {
	float: none !important;
	margin: 0px auto !important;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

/*footer
========================================================== */

footer {
	background: #000000;
	width: 100%;
	bottom: 0;
}

.copyright {
	padding-top: 10px;
}

.sitemap {
	color: #ffffff;
}

.copyright p {
	color: #ffffff;
    font-size: 11px;
}

.accessibility p {
	color: #ffffff;
    font-size: 11px;
}

.accessibility a {
    color:#ffffff !important;
}

.sitemap ul {
	float: right;
	list-style: none;
	margin-top: 20px;
}

.sitemap ul li {
	display: inline;
	color: #ffffff;
	padding: 0px 9px 0px 6px;
	border-right: 1px solid #ffffff;
	line-height: 8px;
	font-size: 11px;
}

.sitemap ul li:last-child {
	border-width: 0px;
}

.sitemap ul li a {
	color: #ffffff;
}

.sitemap ul li a:hover {
	color: #ccc;
}

.sitemap-container .row-fluid {
	margin-bottom: 20px;
}

.sitemap-container .row-fluid ul {
	list-style-type: none;
	margin-top: 5px;
}


/* Text size change
=================================================================== */

.faq-items {
	margin-bottom: 30px;
}

.faq-items li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

.faq-items li i {
	color: #199091;
	margin-right: 5px;
}

.faq-items li .faq-item-answer {
	margin-top: 10px;
}


/* Event/Ajax loader
=================================================================== */

.ajax-loader {
	display: none;
}

.ajax-loader img {
	display: block;
	margin: 20px auto;
}


/* Media Centre
=================================================================== */

.release-date {
	color: #199091;
}

.media-release-attachment {
	display: inline-block;
	margin: 10px 0px;
	border: 1px solid #ccc;
	background: #fafafa url('/resources/artscentre/images/icons/pdf-icon.png') no-repeat 7px 50%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.media-release-attachment:hover {
	background-color: #f6f6f6;
}

.media-release-attachment a {
	display: inline-block;
	margin: 10px 10px 10px 45px;
}

/* Venues pages
=================================================================== */

.venue-details-title {
	margin-top: 0px;
}

.venue-details .right-column-group {
	list-style-type: none;
	margin-left: 0px;
	border-top: 1px solid #ccc;
}

.venue-details .right-column-group .group-item {
	border: 1px solid #ccc;
	border-top-width: 0px;
}

.venue-details .right-column-group .group-heading {
	font-weight: bold;
	background-color: #f5f5f5;
	display: block;
	padding: 8px 15px;
	color: #199091;
}

.venue-details .right-column-group .group-inner {
	border-top-color: #ccc;
	border-top: 1px solid #E5E5E5;
	padding: 9px 15px;
}

/*---------------------- Image map styles ----------------------------- */

.imageMap {
	width: 100%;
	position: relative;
	margin-bottom: 200px;
}

.imageMap img {
	display: block;
	width: 100%;
}

.imageMap .hotspots {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.imageMap a {
	display: block;
	position: absolute;
	z-index: 100;
	border: 1px solid transparent;
	border-radius: 10px;
}

.imageMap a + p {
	position: absolute;
	left: 0%;
	top: 102%;
	width: 100%;
	color: #000;
	display: none;
}


/* Ballet Centre */
.imageMap a.p1 {
	left: 15%;
	top: 72%;
	width: 9%;
	height: 14%;
}

/* Theatres Building */
.imageMap a.p2 {
	left: 40%;
	top: 53%;
	width: 14%;
	height: 27.5%;
}

/* Sidney Myer Music Bowl */
.imageMap a.p3 {
	left: 80%;
	top: 37%;
	width: 10%;
	height: 10%;
}

/*Hamer Hall */
.imageMap a.p4 {
	left: 27%;
	top: 15%;
	width: 20%;
	height: 21%;
}

/* carpark */
.imageMap a.p5 {
	left: 28%;
	top: 86%;
	width: 15%;
	height: 14%;
}


.imageMap:hover .hotspots {
	visibility: visible;
}

.imageMap p strong {
	display: block;
	padding: 0;
	margin: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
}

.imageMap p {
	padding: 0;
	margin: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
}

.imageMap b {
	display: block;
	position: absolute;
	background: url(trans.gif);
	z-index: 200;
	padding: 1px;
	font-size: 11px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	visibility: visible !important;
}

/*Ballet Centre */
.imageMap b.b1 {
	left: 13.2%;
	top: 79%;
	width: 13.5%;
	height: 14%;
}

/*Theatres Building */
.imageMap b.b2 {
	left: 37.4%;
	top: 64%;
	width: 26%;
	height: 21%;
	padding: 0;
}

/*Sidney Music */
.imageMap b.b3 {
	left: 82.1%;
	top: 38.5%;
	width: 6%;
	height: 11%;
	padding: 0;
}

/*Hamer Hall */
.imageMap b.b4 {
	left: 31.5%;
	top: 13.5%;
	width: 10%;
	height: 21%;
}

/*Carpark */
.imageMap b.b5 {
	left: 26.7%;
	top: 89%;
	width: 21%;
	height: 11.5%;
	padding: 0;
}


.imageMap b.b6 {
	left: 72%;
	top: 53%;
	width: 25%;
	height: 35%;
}


/*Ballet Centre*/
.imageMap .hotspots div:hover b.b1 {
	left: 13.2%;
	top: 72.4%;
	width: 13.5%;
	height: 24%;
	background: url(img/balletCentre.png);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.3;
	filter: alpha(opacity=30); /* For IE8 and earlier */
}


/*Theatres Building*/
.imageMap .hotspots div:hover b.b2 {
	left: 37.4%;
	top: 52.5%;
	width: 27%;
	height: 27.5%;
	padding: 0;
	background: url(img/theatresBuilding.png);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.3;
	filter: alpha(opacity=30); /* For IE8 and earlier */
}


/*Sidney Music*/
.imageMap .hotspots div:hover b.b3 {
	left: 82.1%;
	top: 38.6%;
	width: 6%;
	height: 11%;
	background: url(img/sidneyMusic.png);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.3;
	filter: alpha(opacity=30); /* For IE8 and earlier */
}


/*Hamer Hall*/
.imageMap .hotspots div:hover b.b4 {
	left: 17.1%;
	top: 13.5%;
	width: 31%;
	height: 25%;
	background: url(img/hamerHall.png);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.3;
	filter: alpha(opacity=30); /* For IE8 and earlier */
}


/*Carpark*/
.imageMap .hotspots div:hover b.b5 {
	left: 26.4%;
	top: 84.5%;
	width: 21%;
	height: 16%;
	padding: 0;
	background: url(img/carpark.png);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.3;
	filter: alpha(opacity=30); /* For IE8 and earlier */
}


.imageMap .hotspots div:hover p {
	display: block;
}

.imageMap .hotspots div:hover a {
	z-index: 100;
}

/* Terms Page Styles */
.terms-content {
}

.terms-content ol {
	margin-left: 0px;
	counter-reset: heading;
	list-style-type: none;
	margin-bottom: 20px;
}

.terms-content ol li:before {
	content: counters(heading, ".") ". ";
	counter-increment: heading;
	font-weight: bold;
}

.terms-content ol li ol {
	margin-top: 5px;
	margin-left: 25px;
}

.terms-content ol.lower-alpha {
	counter-reset: subsectionalpha;
	counter-reset: heading;
}

.terms-content ol.lower-roman {
	counter-reset: subsectionroman;
	counter-reset: heading;
}

.terms-content ol.lower-alpha li {
	counter-increment: subsectionalpha;
}

.terms-content ol.lower-roman li {
	counter-increment: subsectionroman;
}

.terms-content ol.lower-alpha li:before {
	content: counter(subsectionalpha, lower-alpha) ") ";
	font-weight: bold;
}

.terms-content ol.lower-roman li:before {
	content: counter(subsectionroman, lower-roman) ") ";
	font-weight: bold;
}

.terms-content ol li {
	display: block;
	margin-bottom: 10px;
}


/*
	Arts Ambassadors form
*/

.postal-address-container {
	display: none;
}

/* CART REBUILD STYLES
=================================================================== */

.bordered-content {
	border: 1px solid #ccc;
	padding: 15px;
}

.highlight-content {
	border: 1px solid #c9cdce;
	background-color: #ecf6f5;
	padding: 15px;
}

.greylight-content {
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	padding: 15px;
}

.bordered-content h3,
.highlight-content h3,
.greylight-content h3 {
	color: #199091;
	border-top: none;
	border-bottom: none;
	text-transform: none;
}

.content-box-bottom-margin {
	margin-bottom: 20px;
}

/*
	Cart Progress Control
*/

.cart-progress {
	color: #999999;
	padding: 10px 15px;
	margin-bottom: 20px;
}

.cart-progress .step-container,
.cart-progress .sep {
	display: inline-block;
	padding-right: 5px;
}

.cart-progress .step-active {
	font-weight: bold;
	color: #199091;
}

.cart-progress .step-active .step-num {
	color: #000;
}

/*
	Performance selection
*/
.performances-event-details {
	margin-top: 15px;
}

.performances-event-details h2 {
	margin-top: 0;
}

.promo-code-entry {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 30px 0 20px;
	padding-bottom: 20px;
}

.promo-code-entry .form .promocode-text {
	margin-right: 20px;
}

.promo-code-applied {
	margin: 30px 0;
}

/* Performance selection calendar */

.change-date {
	margin-top: -20px;
	margin-bottom: 20px;
}

.change-date a i {
	margin-right: 8px;
}

.performances-cal-container h3,
.performances-list-container h3 {
	margin-bottom: 25px;
}


.performance-select-header-muted {
	color: #999 !important;
}

.performances-list-container .clear-selection {
	margin-top: 30px;
}

#performance-selection-cal .ui-datepicker-header .ui-datepicker-prev,
#performance-selection-cal .ui-datepicker-header .ui-datepicker-next {
	font-size: 22px;
	cursor: pointer;
	float: left;
}

#performance-selection-cal .ui-datepicker-header .ui-datepicker-prev:hover,
#performance-selection-cal .ui-datepicker-header .ui-datepicker-next:hover {
	text-decoration: none;
}

#performance-selection-cal .ui-datepicker-header .ui-datepicker-next {
	float: right;
}

#performance-selection-cal .ui-datepicker-title {
	color: #199091;
	text-align: center;
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#performance-selection-cal thead tr th {
	width: 14.28%;
}

#performance-selection-cal tbody tr td {
	text-align: center;
	background-color: #e4e4e4;
	color: #333;
	padding: 0;
	border: 10px solid #fff;
}

#performance-selection-cal tbody tr td a {
	
	text-align: center;
	background-color: #e4e4e4;
	color: #333;
	padding: 10px 0;
	display: inline-block;
	width: 100%;
}

#performance-selection-cal tbody tr td span.ui-state-default {
	padding: 10px 0;
	display: inline-block;
}

#performance-selection-cal tbody tr td.ui-datepicker-other-month,
#performance-selection-cal tbody tr td.ui-datepicker-other-month a {
	background-color: #e4e4e4;
	color: #989898;
}

#performance-selection-cal tbody tr td.ui-datepicker-today.ui-state-disabled,
#performance-selection-cal tbody tr td.ui-datepicker-today.ui-state-disabled a {
	background-color: #bbb;
	color: #333;
}

#performance-selection-cal tbody tr td.ui-datepicker-selected-day,
#performance-selection-cal tbody tr td.ui-datepicker-selected-day a {
	background-color: #7ccbcc;
	color: #173f3e;
    font-weight: bold !important;
}

#performance-selection-cal tbody tr td.ui-datepicker-current-day.ui-datepicker-selected-day,
#performance-selection-cal tbody tr td.ui-datepicker-current-day.ui-datepicker-selected-day a {
	background-color: #7ccbcc;
	color: #333;
	font-weight: bold;
}

#performance-selection-cal tbody tr td.ui-datepicker-current-day.ui-datepicker-selected-day i {
	position: absolute;
	color: #333;
	top: 3px;
	right: 2px;
}

#performance-selection-cal tbody tr td.ui-datepicker-today.ui-datepicker-selected-day,
#performance-selection-cal tbody tr td.ui-datepicker-today.ui-datepicker-selected-day a {
	background-color: #22acad;
	color: #173f3e;
	font-weight: normal;
}

#performance-selection-cal tbody tr td.ui-datepicker-today.ui-datepicker-selected-day.ui-datepicker-current-day,
#performance-selection-cal tbody tr td.ui-datepicker-today.ui-datepicker-selected-day.ui-datepicker-current-day a {
	font-weight: bold;
}

#performance-selection-cal tbody tr td.ui-datepicker-current-day.cal-tick,
#performance-selection-cal tbody tr td.ui-datepicker-current-day.cal-tick a {
	background: #7ccbcc url('/resources/artscentre/images/cal-tick.png') no-repeat right top;
}

#performance-selection-cal tbody tr td.ui-datepicker-today.ui-datepicker-current-day.cal-tick,
#performance-selection-cal tbody tr td.ui-datepicker-today.ui-datepicker-current-day.cal-tick a {
	background: #22acad url('/resources/artscentre/images/cal-tick-today.png') no-repeat right top;
}

.performance-warning {
	margin-top: 30px;
}

.performance-warning .alert {
	margin-bottom: 0;
}

.no-performances-available {
	border-top: 1px solid #ccc;
	margin: 30px 0;
	padding-top:15px;
	padding-bottom: 30px;
}

.ticket-selection {
	margin-top: 30px;
}

.ticket-select-val {
	text-align: right;
	margin-bottom: 15px;
	font-weight: bold;
}

.processing-icon {
	padding-top: 8px;
	margin: 0 15px;
	display: inline-block;
	font-size: 18px;
}

/* Performance times */

.performance-times {
	display: none;
}

.performance-date {
	color: #199091;
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	display: block;
	padding-bottom: 10px;
}

.performance-times .selected-performances {
	margin-top: 30px;
}

.performance-times .selected-performances li {
	margin-top: 15px;
}

.performance-times .selected-performances li .time-venue {
	float: left;
	width: 50%;
}

.performance-times .selected-performances li .time-venue span {
	display: block;
}

.performance-times .selected-performances li .time-venue .time {
	font-weight: bold;
}

.performance-times .selected-performances li .find-tickets {
	float: right;
	width: 50%;
}

/*
	Best Available Styles
*/

.best-avail-header {
	background-color: #199091;
	padding: 6px 12px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 15px;
}

table th.cell-section-name,
table td.cell-section-name {
	width: 200px;
}

table th.cell-section-price,
table td.cell-section-price {
	text-align: right;
}

#mobile-ticket-select .section-price-types {
	overflow: hidden;
}

#mobile-ticket-select .section-heading {
	padding: 6px 12px;
	font-weight: bold;
}

#mobile-ticket-select .section-heading label {
	font-weight: bold;
}

#mobile-ticket-select .mobile-price-types {
	height: 0;
	overflow: hidden;
}

#mobile-ticket-select .mobile-price-types.active-section {
	height: auto;
}

#mobile-ticket-select .ticket-quantities select {
	width: auto;
}

#mobile-ticket-select .mobile-section-price {
	padding: 5px 12px 5px 33px;
}

.mobile-ticket-error {
	font-weight: bold;
	text-align: center;
	margin: 15px 0;
}


/*
	Shopping Cart Styles
*/

.cart-actions {
	margin-top: 30px;
	margin-bottom: 20px;
}

/* Gift with Tickets */
.cart-donation-container {
	margin-bottom: 20px;
}

.cart-donation-container .donation-header {
	margin: 10px 0;
}

.cart-donation-container .donation-header a i {
	padding-left: 5px;
}

.cart-donation-container .donation-header p {
	margin-bottom: 0;
}

.cart-donation-container .donation-body {
	margin-top: 30px;
}

.cart-donation-container .preset-donation-values {
	margin-top: 20px;
}

.cart-timer {
	border: 1px solid #199091;
	color: #333;
	background-color: #ecf6f5;
	padding: 15px;
}

.cart-timer .minutes {
	font-size: 20px;
	color: #199091;
}

/* Checkout */

.primary-address-display {
	padding-left: 20px;
}

.payment-page h2,
.delivery-page h2 {
	font-size: 22px;
	line-height: 30px;
}

.payment-page h3,
.delivery-page h3 {
	font-size: 16px;
	line-height: 24px;
}

.payment-page .delivery-container {
	margin-bottom: 25px;
}

.payment-page .gift-voucher-container {
	margin-bottom: 30px;
}

.credit-card-type-icon img {
	height: 30px;
}

.credit-card-type-icon span {
	padding-left: 15px;
	color: #3c763d;
	font-weight: bold;
	font-size: 12px;
}

.order-confirmation-detail {
	margin-bottom: 15px;
}

.order-confirmation-detail span {
	display: block;
}

#order-item-table {
	border-width: 0;
	margin-top: 30px;
}

#order-item-table thead th,
#order-item-table tr.header-row td {
	background-color: #f2f2f2;
	color: #333;
	border-left-width: 0;
	border-top: 1px solid #ddd;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	font-weight: bold;
}

#order-item-table tbody td {
	color: #333;
	border-left-width: 0;
}

#order-item-table tbody td.muted {
	color: #999;
}

#order-item-table .empty-cart {
	padding: 20px 0;
}

#order-item-table .cart-items-cell-item {
	width: 350px;
}

#order-item-table .cart-items-item-title {
	font-weight: bold;
	color: #199091;
	display: block;
}

#order-item-table .cart-items-item-info {
	display: block;
}

#order-item-table .cart-items-sli-value {
	display: block;
}

#order-item-table .cart-items-cell-subtotal {
	text-align: right;
	width: 80px;
}

#order-item-table .cart-items-cell-item-price {
	width: 60px;
	text-align: right;
}

#order-item-table .cart-items-cell-type {
	width: 110px;
	text-align: center;
}

#order-item-table .cell-remove {
	width: 12px;
}

#order-item-table .aud {
	font-size: 11px;
}

#order-item-table .cell-amount {
	text-align: right;
}

#order-item-table .cell-no-border td {
	border-width: 0;
}

#order-item-table .cell-top-border td {
	border-top: 1px solid #ddd;
}

#order-item-table a.gc-remove {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}

#order-item-table .gc-info {
	display: inline-block;
}

.fee-no-padding {
	padding: 0 8px !important;
}

.fees-gst-note {
	margin: 6px 0;
}

.finalise-payment {
	margin-top: 30px;
}

#order-totals {
	padding-top: 20px;
}

#order-totals .order-total {
	font-weight: bold;
	font-size: 1em;
	padding-top: 20px;
}

#order-totals .order-total-dark {
	color: #333;
}

#order-totals .amount-value {
	min-width: 100px;
	display: inline-block;
	margin-left: 20px;
	text-align: right;
	padding-right: 10px;
}

#order-totals .gc-header {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #f2f2f2;
	padding: 8px 10px;
}

#order-totals .gc-info .gc-remove {
	display: inline-block;
	padding-right: 4px;
	padding-left: 10px;
}

#order-totals .gc-info .gc-balance {
	padding-left: 30px;
}

#order-totals .gc-info.non-removable .gc-balance {
	padding-left: 0;
}

.payment-terms-container {
	margin-top: 20px;
}

.here-from-container {
	margin-bottom: 30px;
}

.here-from-presenter-title {
	margin-top: 20px;
	margin-bottom: 5px;
}

/*
	Account Management styles
*/

.address-list {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.address {
	margin-bottom: 20px;
}

.address-actions a {
	margin-right: 20px;
}

.address-actions a i {
	margin-right: 5px;
}

.membership-info .membership-detail {
	margin-bottom: 20px;
	padding-bottom: 0;
	border-bottom: 1px solid #cccccc;
}

.membership-detail:first-child {
	border-bottom-width: 0 !important;
}

/* View Details Form
=================================================================== */
.view-details-form .control-label {
	text-align: left;
	cursor: default;
	font-weight: bold;
}

.view-details-form .controls {
	padding: 5px 0;
}

.view-details-form fieldset {
	padding-top: 0;
}

.view-details-form .control-group {
	margin-bottom: 0;
}

.view-details-form .form-actions {
	padding: 0;
	margin: 10px 0 20px 0;
	border-width: 0;
	background-color: #fff;
}

.view-details-form .form-actions .controls {
	margin-left: 0;
}

.view-details-form .form-actions .controls i {
	margin-right: 6px;
}

.double-member-info {
	margin-top: 30px;
	margin-bottom: 0 !important;
}

/*
	PHONE HEADER
*/

#phone-header {
	background: #000;
	min-height: 80px;
}

#phone-header .cart-menu {
	position: relative;
}

#phone-header .cart-menu .btn-cart {
	position: absolute;
	right: 67px;
	top: 15px;
}

#phone-header .cart-menu .btn-cart a {
	color: #fff;
}

#phone-header .cart-menu .btn-cart a:active,
#phone-header .cart-menu .btn-cart a:focus {
	color: #ccc;
}

#phone-header .cart-menu .btn-cart a i {
	font-size: 20px;
}

#phone-header .cart-menu .btn-cart a span {
	display: inline-block;
	margin-top: 0;
	vertical-align: top;
	padding-left: 7px;
	font-size: 12px;
	font-weight: bold;
}

#phone-header .nav-collapse {
	margin-top: 40px;
}

#phone-header .top-bar {
	padding: 10px 0;
	width: 100%;
}

#phone-header .top-bar .login-account-links {
	color: #fff;
	margin-right: 20px;
	float: right;
}

#phone-header .top-bar .login-account-links .sep {
	display: inline-block;
	padding: 0 5px;
}

#phone-header .top-bar .login-account-links a {
	color: #bbb;
	font-size: 13px;
}

#phone-header .top-bar .login-account-links a:hover,
#phone-header .top-bar .login-account-links a:active,
#phone-header .top-bar .login-account-links a:focus {
	color: #999;
}

#phone-header .top-bar .btn-cart {
	float: right;
	margin-right: 60px;
}

#phone-header .top-bar .btn-cart a {
	color: #fff;
}

#phone-header .mobile-search {
	position: absolute;
	right: 10px;
	top: 5px;
	width: 100%;
}

#phone-header .mobile-search .btn-mobile-search {
	display: inline-block;
	margin-left: 10px;
	margin-right: 5px;
	position: absolute;
	right: 5px;
	top: 2px;
}

#phone-header .mobile-search .mobile-search-box-container {
	float: right;
	margin-right: 45px;
	width: 100%;
}

#phone-header .mobile-search .search-box {
	padding: 4px 8px;
	float: right;
}

#phone-header .navbar .nav {
	border-top: 1px solid #252525;
}

#phone-header .navbar .nav li {
	padding: 10px 0;
	border-bottom: 1px solid #252525;
}

#phone-header .navbar .nav > li > a {
	padding-left: 15px;
}

#phone-header .header-main {
	display: block;
	overflow: hidden;
	padding-top: 10px;
}

#phone-header .header-main .mobile-logo {
	float: left;
	width: 31.914893617021278%;
	padding-left: 10px;
}

#phone-header .header-main .mobile-logo a {
	display: block;
}

#phone-header .header-main .mobile-logo img{
	width: 64px;
}

#phone-header .header-main .right-content {
	float: left;
	width: 65.95744680851064%;
	position: relative;
}

#phone-header .header-main .right-content .bom-logo {
	position: absolute;
	top: 12px;
    right: 75px;
	width: 76px;
}

#phone-header .header-main .right-content .navbar .nav  {
    margin-top: 40px;
}

#phone-header .header-main .right-content .navbar .btn-navbar {
    position: relative;
	float: right;
}

/*
	MHM Prompt Styles
*/

#mhm-prompt-container {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: transparent url('../images/mhm/mhm-container-bg.png') repeat left top;
	z-index: 10000;
}

#mhm-prompt-container #mhm-prompt-content {
	width: 425px;
	background-color: #fff;
	margin: 115px auto;
	font-size: 14px !important;
	color: #333;
}

#mhm-prompt-container #mhm-prompt-content .mhm-header {
	background-color: #199091;
	font-size: 18px !important;
	margin-bottom: 20px;
	position: relative;
	min-height: 25px;
	padding: 10px 20px 0;
}

#mhm-prompt-container #mhm-prompt-content .mhm-header a.mhm-close {
	float: right;
	margin-right: -6px;
}

#mhm-prompt-container #mhm-prompt-content .mhm-content {
	padding: 20px;
}

#mhm-prompt-container #mhm-prompt-content .mhm-content p {
	font-size: 14px !important;
	text-align: center;
}

#mhm-prompt-container #mhm-prompt-content .mhm-footer {
	min-height: 35px;
	padding-bottom: 30px;
}

#mhm-prompt-container #mhm-prompt-content .mhm-footer ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	width: 292px;
	height: 35px;
}

#mhm-prompt-container #mhm-prompt-content .mhm-footer ul li {
	display: block;
	margin-left: 0;
	float: left;
	margin-right: 20px;
	height: 35px;
	width: 84px;
	padding-bottom: 0;
}

#mhm-prompt-container #mhm-prompt-content .mhm-footer ul li.last {
	margin-right: 0;
}

#mhm-prompt-container #mhm-prompt-content .mhm-footer ul li a {
	background-color: #999;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px !important;
	display: block;
	padding: 0;
	line-height: 35px;
	color: #fff;
	height: 35px;
	text-align: center;
}

#mhm-prompt-container #mhm-prompt-content .mhm-footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#mhm-prompt-container #mhm-prompt-content .mhm-footer ul li.primary {
	background-color: #199091;
}

#mhm-prompt-container #mhm-prompt-content .mhm-footer ul li.primary a {
	background-color: #199091;
}

#mhm-iframe-container {
    padding: 0 7px;
	margin: 0 auto;
	max-width: 740px;
}

#mhm-iframe-container > iframe {
	height: 1390px;
	overflow: hidden;
	width: 100%;
	border: none;
}

#mhm-title {
	max-width: 740px;
	border: none;
	margin: 0 auto;
}

/*
	HOMEPAGE SKINS
*/

.homepage-skin {
	width: 100%;
	position: absolute;
	left: 0;
}

.homepage-skin a,
.homepage-skin a img {
	margin: 0 auto;
	display: block;
}

.skin-top {
	top: 148px;
}

.skin-bottom {
	bottom: 70px;
	z-index: -10;
}

/* Education Tabs */
.edu-page-tabs {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

/* RESPONSIVE WORK
=================================================================== */

/* DESKTOP DEVICES */
@media (min-width: 979px) {

	.navbar {
		float: right;
	}
	
	.header-main .right-content {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	.main-nav-span {
		margin-bottom: -10px;
	}
	
	.bom-logo {
		float: right;
		margin-bottom: 15px;
	}
}

@media (min-width: 979px) and (max-width: 1199px) {

	#homepage-carousel .carousel-inner > .item > img,
	#homepage-carousel .carousel-inner > .item > a > img {
		height: 306px;
	}

	.navbar {
		float: right;
	}

	.event-filter-container .bootstrap-select:not([class*="span"]) {
		width: 200px;
	}

	.event-grid-display li .event-time-venue .pull-left {
		width: 120px;
	}

	.event-grid-display li .event-time-venue .venue.pull-right {
		float: left !important;
	}

	.event-grid-display li .event-desc,
	.event-grid-display li .event-desc-toggle {
		display: none !important;
	}

	.child-grid .child-content {
		min-height: 390px;
	}

	.discover-box {
		height: 225px;
	}

	.featureBox {
		height: 350px;
	}

	.homepage-skin {
		display: none;
	}

	.checkbox-list li {
		width: 49%;
	}

	.event-hero,
	.event-hero .event-hero-info {
		height: 273px;
	}

	.event-hero .event-hero-info p.quote {
		margin-top: 20px;
	}


}

@media (min-width: 768px) and (max-width: 979px) {
	
	.header-main .right-content {
		position: relative;
		min-height: 114px;
		padding-top: 15px;
	}

	.bom-logo {
		float: right;
	}
	
	.navbar .btn-navbar {
		margin-top: 0px;
	}
	
	.nav-collapse, .nav-collapse.collapse {
		margin-left: -35% !important;
	}
	
	.main-nav-span {
		margin-top: 50px;
	}

	.event-grid-display li .event-details .presenter {
		display: none;
	}

	.event-grid-display li .event-time-venue .venue.pull-right {
		float: left !important;
	}

	.event-filter-container .bootstrap-select:not([class*="span"]) {
		width: 100%;
	}

	.child-content .child-thumb img {
		max-height: 140px;
	}

	.child-grid .child-content {
		min-height: 340px;
	}

	.child-content .child-content-box {
		min-height: 280px;
	}

	.child-content .child-title {
		max-height: 20px;
	}

	.discover-box {
		height: 300px;
	}

	.featureBox {
		height: 380px;
	}

	.homepage-skin {
		display: none;
	}

	.checkbox-list li {
		width: 49%;
	}

	.input-xxlarge {
		width: 510px !important;
	}

	.fieldset-inner .input-xxlarge {
		width: 480px !important;
	}


}

/* MOBILE & TABLET DEVICES */
@media (max-width: 979px) {

	.navbar .nav {
		border-top: 1px dotted #666;
		margin-top: 15px;
	}

	.navbar .nav li {
		padding: 10px 0px;
		border-bottom: 1px dotted #666;
	}
	
	.nav-collapse, .nav-collapse.collapse {
		margin-left: -46%;
	}

	.navbar-inverse .nav-collapse .nav > li > a:hover,
	.navbar-inverse .nav-collapse .nav > li > a:focus,
	.navbar-inverse .nav-collapse .dropdown-menu a:hover,
	.navbar-inverse .nav-collapse .dropdown-menu a:focus {
		background-color: #000;
	}

	/* Home Page */
	#homepage-carousel .carousel-inner > .item > img,
	#homepage-carousel .carousel-inner > .item > a > img {
		height: 236px;
	}

	#homepage-carousel .carousel-caption h4,
	#homepage-carousel .carousel-caption .lead {
		margin-top: 10px;
	}

	#homepage-carousel .presenterSlider {
		margin-top: 0px;
	}

	#homepage-carousel .carousel-caption .lead {
		font-size: 14px;
		max-height: 100px;
		overflow: hidden;
	}

	/* Event Page */
	.event-hero {
		height: auto;
	}

	.event-hero .event-hero-image {
		margin-left: 0px;
		height: auto;
	}

	.event-hero .event-hero-book-now {
		background-color: #000;
		text-align: center;
	}

	.event-hero .event-hero-book-now a {
		padding: 10px 0px;
		font-weight: bold;
		color: #fff;
		text-transform: uppercase;
		display: block;
		font-size: 1.1em;
	}

	.hero-image-content-container #page-hero-carousel a .carousel-caption {
		background: #000000;
		padding-left: 20px;
		position: relative;
		width: 100%;
		height: auto;
	}

	.hero-image-content-container #page-hero-carousel a img {
		margin-left: 0px;
	}

	.homepage-skin {
		display: none;
	}
}

/* MOBILE DEVICES */
@media (max-width: 767px) {

	body {
		padding: 0px;
	}

	body > form .content-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.discover-box {
		padding-top: 10px;
	}

	.featureBox {
		margin-bottom: 20px;
	}

	.discover-box .discover-box-thumb a,
	.featureBox .featureBoxThumb a {
		display: block;
	}

	.discover-box .discover-box-thumb img,
	.featureBox .featureBoxThumb img {
		margin: 0px auto;
		width: auto;
		display: block;
	}

	/* header & search box */

	.logo a {
		margin: 0 auto;
	}

	.search-form {
		float: none;
		width: 260px;
		margin: 0px auto;
		margin-top: 10px;
	}
	.bom-logo-container {
		width: 190px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
	}

	header #header-user-controls {
		margin: 0 auto 5px !important;
		float: none !important;
		display: block !important;
		width: 185px !important;
	}

	header #header-user-controls ul {
		margin: 0px;
		float: none !important;
	}

	.navbar .btn-navbar {
		margin-top: 10px;
		margin-right: 10px !important;
	}

	/* Homepage hero carousel captions */
	.carousel-caption,
	.hero-image-content-container #page-hero-carousel a .carousel-caption {
		background: #000000;
		padding-left: 20px;
		position: relative;
		width: 100%;
	}

	.hero-image-content-container #page-hero-carousel a img {
		margin-left: 0px;
	}

	#homepage-carousel .carousel-inner > .item > img,
	#homepage-carousel .carousel-inner > .item > a > img {
		margin-left: 0px;
		width: 100%;
		height: auto;
	}

	#homepage-carousel .carousel-caption {
		width: auto;
	}

	#homepage-carousel .carousel-caption h4,
	#homepage-carousel .carousel-caption .lead {
		margin-right: 110px;
		font-size: 15px;
	}

	.hero-image-content-container #page-hero-carousel a .carousel-caption {
		height: auto;
	}

	.carousel-caption .presenterSlider,
	.carousel-caption .lead {
		margin-top: 0px;
	}

	.carousel-caption h4 {
		margin-top: 10px;
	}

	.carousel-caption .lead {
		font-size: 16px;
	}

	.carousel-caption .sliderBookNow {
		position: static;
		margin-top: 10px;
	}


	.media-release-attachment {
		display: block;
	}

	.form-horizontal .control-group {
		margin-left: 20px;
		margin-right: 20px;
	}

	.whats-on-hero-container .span3,
	.whats-on-hero-container .span6 {
		width: 100%;
	}

	.event-filter-container .event-filter {
		height: auto;
	}

	.event-filter-container .bootstrap-select:not([class*="span"]) {
		width: 100%;
	}

	.child-grid .child-content,
	.child-content .child-content-box {
		min-height: 0px;
	}

	.event-skip-to ul {
		clear: both;
		float: none;
	}

	.event-skip-to ul li.skip-to {
		display: block;
		text-align: center;
		font-size: 14px;
	}
	
	.form-text {
		padding: 0px 20px;
	}
}

/* STACKTABLE */
.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }



/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

/*
	Google Chrome Autofil color fix
*/
input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill {

  background-color: #fff !important;
  color: rgb(0, 0, 0);

	}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

/* Accessibility skip to main content changes */
.skip {
        position: absolute;
        top: -50px;
        text-align: left;
        overflow: hidden;
    }

a.skip:active, 
    a.skip:focus, 
    a.skip:hover {
        overflow: visible;     
        top: 0;
    }