@import url('https://fonts.googleapis.com/css?family=Krub:300,400,400i,500,500i,600,700|Quicksand:300,400,500');

/*!
 * 
 * Copyright (c) Actualise Design Pty Ltd
 *
 * http://actualisedesign.com
 *
 */

@charset "utf-8";

/* ---------------------- GENERAL ---------------------- */
body {
	width:100%;	
	height:100%;
	margin:0 auto;
	padding:0;
	/*overflow-x: hidden;*/
	background-image: url("/images/img_site-bg.jpg");
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

html, body { 
    height:100%;
    font-family: 'Krub', sans-serif;
    font-weight: 400;
    font-size: 18px;
}


a {
	text-decoration:none;
	border:none;
	color:inherit;	
}

p > a {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;	
}

img {
	border:none;	
}

a img {
	border:none;	
}

.uppercase {
	text-transform:uppercase;
}

.no-text-transform {
	text-transform:none !important;	
}

.anchor-link-position {
    position: relative;
    width: 1px;
    height: 1px;
    top: -180px;
	float:left;
}

.top-spacer {
    display: inline-block;
    width: 100%;
    height: 165px;
    margin: 0 0 40px 0;
    padding: 0;
    float: left;
}

.test {
	font-family: 'Quicksand', sans-serif;
	font-family: 'Krub', sans-serif;
}

/* ---------------------- iPhone phone number colour fix ---------------------- */

a[href^=tel] {
	color: inherit;
	text-decoration: none;
}



/* ---------------------- FONTS ---------------------- */



/* ---------------------- Site - Frame ---------------------- */

.site_frame {
	display: inline-block;
	width: 92%;
	margin: 0 2%;
	padding: 0 2%;
	float: left;
	background-color: #fff;	
}

/* ---------------------- Site - Header ---------------------- */

.site_header {
	display: inline-block;
	width: 92%;
	height: 98px;
	margin: 0 0 0 0;
	padding: 47px 0 15px 0;
	/*float: left;*/
	position: fixed;
	background-color: #fff;
	z-index: 100;
	border-bottom: 1px solid #fff;
	transition: height ease-out 0.3s, padding-top ease-out 0.3s;
}

.site_header-min {
	padding-top: 16px;
	border-bottom: 1px solid #d9d9d9;
}


.home_page .site_header {
	/*margin-bottom: 20px;*/
}

	.site_header > .logo {
		margin: 0;
		padding: 0;
		float: left;
		display: inline-block;
	}

		.site_header > .logo > img {
			margin: 0;
			padding: 0;
			float: left;
			display: inline-block;
		}

	.site_header > .quote {
		margin: 11px 0 20px 0;
		padding: 0;
		font-family: 'Krub', sans-serif;
		font-weight: 500;
		font-size: 21px;
		font-style: italic;
		color: #ababab;
		position: absolute;
		right: 0;
		bottom:60px;
	}

		.site_header > .quote > span {
			color: #a32725;
		}

	.site_header > .main-nav {
		margin: 0;
		padding: 0;
		position: absolute;
		right: -10px;
		bottom:5px;
	}

		.site_header > .main-nav li {
			margin: 0 0 0 0;
			padding: 0 5px 15px 5px;
			float: left;
			list-style: none;
			position: relative;
			color: #fff;
		}

		.site_header > .main-nav li:last-of-type {
			margin-right: 0;
		}

			.site_header > .main-nav > li a {
				margin: 0 0 0 0;
				padding: 6px 20px;
				float: left;
				background-color: #000;
				font-family: 'Quicksand', sans-serif;
				font-weight: 500;
				font-size: 20px;
				text-transform: uppercase;
				border-radius: 30px;
			}

			.performances_page .site_header > .main-nav > li:nth-child(1) > a,
			.about_page .site_header > .main-nav > li:nth-child(2) > a,
			.media_page .site_header > .main-nav > li:nth-child(3) > a,
			.feedback_page .site_header > .main-nav > li:nth-child(4) > a,
			.contact_page .site_header > .main-nav > li:nth-child(5) > a {
				background-color: #8e201f;
			}

			.site_header > .main-nav > li > .drop-down {
				display: none;
				position: absolute;
				top: 33px;
				left: 0px;
				width: 230px;
				height: auto;
				background: rgb(255, 255, 255);
				background: rgba(255, 255, 255, 0.95);
				/* background: #FFF; */
				margin: 15px 0 0 0;
				padding: 7px 0 4px 0;
				border-bottom-right-radius: 25px;
				border-bottom-left-radius: 25px;
			}

			.site_header > .main-nav > li:hover > .drop-down {
				display: block;
			}

				.site_header > .main-nav > li > .drop-down > li {
					margin: 0 0 10px 0;
					padding: 0;
					width: 230px;
				}

					.site_header > .main-nav > li > .drop-down > li > a {
						color: #000;
						background-color: transparent;
					}

	.site_header > .mobile-menu {
		display:none;
	}



/* ---------------------- Site - Footer ---------------------- */

.site_footer {
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 55px 0 35px 0;
	float: left;	
}

	.site_footer > nav {
		display: inline-block;
		width: 96%;
		height: auto;
		margin: 0 0 20px 0;
		padding: 0 2%;
		float: left;	
	}

		.site_footer > nav > a {
			display: inline-block;
			margin: 0 40px 0 -10px;
			padding: 5px 10px;
			float: left;	
			font-family: 'Quicksand', sans-serif;
			font-weight: 500;
			font-size: 22px;
			text-transform: uppercase;
			color: #272727;
		}

		.site_footer > nav > a:last-of-type {
			margin-right: 0;
		}
					
	.site_footer > .row {
		display: inline-block;
		width: 96%;
		height: auto;
		margin: 0 2%;
		padding: 0;
		float: left;	
	}

		.site_footer > .row .copyright {
			font-family: 'Krub', sans-serif;
			font-weight: 400;
			font-size: 18px;
			color: #272727;
			float: left;
			opacity: 0.7;
		}


		.site_footer .actualise-link {
			display:inline-block;
			height:auto;
			width:auto;
			padding: 10px 10px;	
			margin:0;
			float:right;
			position:relative;
			right:-10px;
		}
		
			.site_footer .actualise-link > span {
				display:inline-block;
				margin: 0 14px 0 0;
				position: relative;
				top: -8px;
				font-family:'Helvetica_Roman', Arial, Helvetica, sans-serif;
				font-size: 13px;
				color: #c1c1c1;
			}
			
			.site_footer .actualise-link > img {
				display:inline-block;
			}


/* -------------------------------------------------------------------- HOME - Page ------------------------------------------------------------------------------------------- */ 


/* ---------------------- Hero Slider - Container ---------------------- */

.hero-slider_container {
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0 0 93px 0;
	padding: 0;
	float:left;	
}

	.hero-slider_container .hero-slider {
		
	}

		.hero-slider_container .hero-slider .frame {
			display:none;
			/*width: calc(100% - 2px);*/
			height: 786px;
			background-position: top center;
			background-repeat: no-repeat;
			background-size: cover;
			margin: 0;
			padding: 0;
			border-radius: 16px;
			border: #bfbfbf solid 1px;
		}

		.hero-slider_container .hero-slider .frame:first-of-type {
			display:block;
		}
				
			.hero-slider_container .hero-slider .frame > .table {
				display:table;
				width: 100%;
				height: 100%;
				margin: 0;
				padding: 0;
			}

				.hero-slider_container .hero-slider .frame > .table > .inner {
					display:table-cell;
					vertical-align: bottom;
					text-align: center;
				}

					.hero-slider_container .hero-slider .frame > .table > .inner > p {
						font-family: 'Quicksand', sans-serif;
						font-weight: 300;
						font-size: 36px;
						color: #fff;
						background: rgb(0, 0, 0);
						background: rgba(0, 0, 0, 0.75);
						display: inline-block;
						margin: 0 0 50px 0;
						padding: 10px 130px;
						border-radius: 50px;
					}


/* ---------------------- Performances - Container ---------------------- */

.performances_container {
	display: inline-block;
	width: 88%;
	height: auto;
	margin: 0 6%;
	padding: 0;
	float:left;	
}

	.performances_container > header {
		display: inline-block;
		width: 100%;
		height: auto;
		margin: 0 0 60px 0;
		padding: 0 0 10px 0;
		float:left;
		border-bottom: 1px solid #d9d9d9;
	}

		.performances_container > header > h2,
		.performances_container > header > h1 {
			font-family: 'Quicksand', sans-serif;
			font-weight: 400;
			font-size: 36px;
			color: #a32725;
			display: inline-block;
			float:left;
			margin:0;
			padding: 0;
		}

		.performances_container > header > nav {
			display: inline-block;
			float:right;
			width: auto;
			margin:9px 0 0 0;
			padding: 0;
		}

			.performances_container > header > nav > a {
				display: inline-block;
				float:left;
				width: auto;
				margin:0;
				padding: 5px;
				font-family: 'Quicksand', sans-serif;
				font-weight: 500;
				font-size: 20px;
				color: #272727;
			}

			.performances_container > header > nav > span {
				display: inline-block;
				float:left;
				width: auto;
				margin:0;
				padding: 3px 20px;
				font-family: 'Quicksand', sans-serif;
				font-weight: 300;
				font-size: 20px;
				color: #a0a0a0;
			}

	.performances_container > .items-container {
		display: inline-block;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		float:left;
	}

		.performances_container > .items-container > .item {
			display: inline-block;
			width: 30%;
			height: auto;
			margin: 0 5% 30px 0;
			padding: 0;
			float:left;
		}

		.performances_container > .items-container .item:nth-child(3n) {
			margin-right: 0;
		}

		.performances_container > .items-container .item:nth-child(3n+4) {
			clear:both;
		}

			.performances_container > .items-container > .item > .row {
				display: inline-block;
				width: 100%;
				height: auto;
				margin: 0;
				padding: 0;
				float:left;
			}

			.performances_container > .items-container > .item > .row:first-of-type {
				text-align: center;
				margin-bottom: 30px;
			}

				.performances_container > .items-container > .item .img-circle {
					display: inline-block;
					width: 282px;
					height: 282px;
					margin: 0;
					padding: 0;
					border-radius: 50%;
					background-position: top center;
					background-repeat: no-repeat;
					background-size: cover;
				}

				.performances_container > .items-container > .item h3 {
					font-family: 'Krub', sans-serif;
					font-weight: 500;
					font-size: 21px;
					color: #272727;
					margin: 0 0 12px 0;
					padding: 0;
				}

				.performances_container > .items-container > .item p {
					font-family: 'Krub', sans-serif;
					font-weight: 400;
					font-size: 18px;
					color: #272727;
					margin: 0 0 13px 0;
					padding: 0;
					line-height: 1.5em;
				}

					.performances_container > .items-container > .item p > a {
						font-weight: 600;
						color: inherit;
						text-decoration: none;
					}

	.performances_container > footer {
		display: inline-block;
		width: 100%;
		height: auto;
		margin: 10px 0 75px 0;
		padding: 23px 0 0 0;
		float:left;
		border-top: 1px solid #d9d9d9;
	}

		.performances_container > footer > a {
			font-family: 'Krub', sans-serif;
			font-weight: 600;
			font-size: 18px;
			color: #969696;
			margin: 0 0 0 -5px;
			padding: 5px;
		}



/* ---------------------- About - Container ---------------------- */

.about_container {
	display: table;
	width: 100%;
	height: auto;
	min-height: 645px;
	margin: 0;
	padding: 0;
	float:left;	
	background-image: url("/images/img_about-block-bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

	.about_container > .inner {
		display: table-cell;
		vertical-align: middle;
		background: rgb(0, 0, 0);
		background: rgba(0, 0, 0, 0.5);
	}

		.about_container > .inner > .content {
			display:inline-block;
			width: 88%;
			margin: 0;
			padding: 0 6%;
			float: left;			
		}

				.about_container > .inner h2 {
					font-family: 'Quicksand', sans-serif;
					font-weight: 400;
					font-size: 36px;
					color: #fff;
					margin: 40px 0 30px 0;
					padding: 0;
				}

				.about_container > .inner p {
					font-family: 'Krub', sans-serif;
					font-weight: 400;
					font-size: 18px;
					color: #fff;
					margin: 0;
					padding: 0;
				}

					.about_container > .inner p > a {
						font-weight: 600;
						text-decoration: none;
					}

				.about_container > .inner ul {
					margin: 0;
					padding: 0;
					columns: 2;
					column-gap: 100px;
				}

					.about_container > .inner ul > li {
						font-family: 'Krub', sans-serif;
						font-weight: 400;
						font-size: 18px;
						color: #fff;
						margin: 0 0 40px 0;
						padding: 0;
						list-style: none;
						line-height: 1.5em;
					}



/* ---------------------- Enquire Now - Container ---------------------- */

.enquire-now_container {
	display: inline-block;
	width: 88%;
	height: auto;
	min-height: 446px;
	margin: 0;
	padding: 90px 6%;
	float:left;
	background-color: #660000;
	position: relative;
}

	.enquire-now_container > h2 {
		font-family: 'Quicksand', sans-serif;
		font-weight: 400;
		font-size: 36px;
		color: #fff;
		margin: 0 0 30px 0;
		padding: 0;
	}

	.enquire-now_container p {
		color: #fff;
	}

	.enquire-now_container > form {
		display: inline-block;
		width: 50%;
		height: auto;
		margin: 0;
		padding: 0;
		float:left;
	}

		.enquire-now_container .message-div {
			display:none;
		}

		.enquire-now_container > form > textarea {
			font-family: 'Krub', sans-serif;
			font-weight: 400;
			font-size: 18px;
			color: #fff;
			margin: 0 0 20px 0;
			padding: 15px 20px;
			width: calc(100% - 40px);
			resize: none;
			height: 100px;
			border-radius: 15px;
			background-color: #590000;
			border: none;
			display: inline-block;
			float:left;
		}

		.enquire-now_container > form > input[type="text"],
		.enquire-now_container > form > input[type="tel"],
		.enquire-now_container > form > input[type="email"] {
			font-family: 'Krub', sans-serif;
			font-weight: 400;
			font-size: 18px;
			color: #fff;
			margin: 0 20px 20px 0;
			padding: 15px 20px;
			width: calc(50% - 50px);
			border-radius: 15px;
			background-color: #590000;
			border: none;
			display: inline-block;
			float:left;
		}

			.enquire-now_container > form > input[type="text"]:nth-child(even),
			.enquire-now_container > form > input[type="email"] {
				margin-right: 0;
			}

		.enquire-now_container > form > input[type="submit"] {
			font-family: 'Quicksand', sans-serif;
			font-weight: 500;
			font-size: 20px;
			color: #272727;
			text-transform: uppercase;
			text-align: left;
			margin: 0 20px 20px 0;
			padding: 15px 20px;
			width: calc(50% - 10px);
			border-radius: 15px;
			background-color: #fff;
			border: none;
			display: inline-block;
			float:left;
			cursor: pointer;
		}

	.enquire-now_container > .symbol {
		position: absolute;
		left:calc(75% - 130px);
	}
				
				
				
/* -------------------------------------------------------------------- PERFORMANCES - Page ------------------------------------------------------------------------------------------- */ 


/* ---------------------- Performances - Container ---------------------- */


.performances_page .performances_container {
    width: 100%;
    margin: 0 0 30px 0;
}

.performances_page .last-performances_container {
    margin-bottom: 60px;
}



				
/* -------------------------------------------------------------------- ABOUT - Page ------------------------------------------------------------------------------------------- */ 

/* ---------------------- About - Container ---------------------- */

.about_page .about_container {
	display: inline-block;
	width: 100%;
	min-height: 0px;
	padding: 0;
	background-image: none;
	margin-bottom: 60px;
}

	.about_page .about_container > h1 {
		font-family: 'Quicksand', sans-serif;
		font-weight: 400;
		font-size: 36px;
		color: #a32725;
		margin: 0 0 30px 0;
		padding: 0;
	}

	.about_page .about_container > p {
		font-family: 'Krub', sans-serif;
		font-weight: 400;
		font-size: 18px;
		color: #272727;
		margin: 0 0 13px 0;
		padding: 0;
		line-height: 1.5em;
	}

	.about_page .about_container > p > img.hero {
		display:inline-block;
		width: 100%;
		height: auto;
		margin: 0 0 30px 0;
		padding: 0;
		float: left;
		border-radius: 16px;
	}

	.about_page .about_container > p > img.logo {
		display:inline-block;
		height: auto;
		margin:0px 0 22px 40px;
		padding: 0;
		float: right;
	}


/* -------------------------------------------------------------------- Media - Page ------------------------------------------------------------------------------------------- */ 

/* ---------------------- Media - Container ---------------------- */

.media_container {
    display: inline-block;
    width: 100%;
    height: auto;
    margin:0 0 30px 0;
    padding: 0;
    float: left;
}

	.media_container > section {
		display: inline-block;
		width: 100%;
		height: auto;
		margin:0 0 30px 0;
		padding: 0;
		float: left;
	}

		.media_container > section > h2 {
			font-family: 'Quicksand', sans-serif;
			font-weight: 400;
			font-size: 36px;
			color: #a32725;
			margin: 0 0 30px 0;
			padding: 0 0 10px 0;
			border-bottom: 1px solid #d9d9d9;
		}

		.media_container > section > .gallery {
			display: inline-block;
			width: 100%;
			height: auto;
			margin:0 0 0px 0;
			padding: 0;
			float: left;
		}
				
			.media_container > .photos_section > .gallery > a {
				display: inline-block;
				width: 23.5%;
				height: auto;
				margin:0 2% 2% 0;
				padding: 0;
				float: left;
			}

			.media_container > .photos_section > .gallery > a:nth-child(4n) {
				margin-right: 0;
			}

				.media_container > .photos_section > .gallery > a > .thumbnail {
					display: inline-block;
					width: 100%;
					height: auto;
					margin:0;
					padding:0;
					float: left;
					background-position: top center;
					background-repeat: no-repeat;
					background-size: cover;
				}

					.media_container > .photos_section > .gallery > a > .thumbnail > img {
						display: inline-block;
						width: 100%;
						height: auto;
						margin:0;
						padding:0;
						float: left;
					}

/*				.media_container > .photos_section > .gallery > a > img {
					display: inline-block;
					width: 100%;
					height: auto;
					margin:0;
					padding:0;
					float: left;
				}*/


			/* ---------------------- Image Gallery ---------------------- */

			* {
			  /*box-sizing: border-box;*/
			}

			.gallery a img {
			  -webkit-transition: -webkit-transform .15s ease;
			  -moz-transition: -moz-transform .15s ease;
			  -o-transition: -o-transform .15s ease;
			  -ms-transition: -ms-transform .15s ease;
			  transition: transform .15s ease;
			  position: relative;
			}
			
			.gallery a:hover img {
/*			  -webkit-transform: scale(1.05);
			  -moz-transform: scale(1.05);
			  -o-transform: scale(1.05);
			  -ms-transform: scale(1.05);
			  transform: scale(1.05);
			  z-index: 5;*/
			}

			/* ---------------------- / Image Gallery ---------------------- */

			.media_container > .video_section > .gallery > .item {
				display: inline-block;
				width: 48%;				
				margin:0 4% 30px 0;
				float: left;
				position:relative;
				padding-bottom:27.0%;
				padding-top:0px;
				height:0;
				overflow:hidden;
				/*box-sizing: border-box;*/
				/*border:1px solid #CCC;*/	
			}

			.media_container > .video_section > .gallery > .item:nth-child(2n) {
				margin-right: 0;
			}
					
			.media_container > .video_section > .gallery > .item iframe,
			.media_container > .video_section > .gallery > .item object,
			.media_container > .video_section > .gallery > .item embed {
				position:absolute;
				top:0;
				left:0;
				width:100%;
				height:100%;
			}	


/* -------------------------------------------------------------------- Feedback - Page ------------------------------------------------------------------------------------------- */ 

/* ---------------------- Feedback - Container ---------------------- */

.feedback_container {
    display: inline-block;
    width: 100%;
    height: auto;
    margin:0 0 50px 0;
    padding: 0;
    float: left;
}

	.feedback_container > h1 {
		font-family: 'Quicksand', sans-serif;
		font-weight: 400;
		font-size: 36px;
		color: #a32725;
		margin: 0 0 30px 0;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #d9d9d9;
	}

	.feedback_container > p {
		font-family: 'Krub', sans-serif;
		font-weight: 400;
		font-size: 18px;
		color: #272727;
		margin: 0 0 13px 0;
		padding: 0;
		line-height: 1.5em;
	}




































				
				
				
				
				
				