@import url(http://fonts.googleapis.com/css?family=Roboto:400,300);

html,body{
	height: 100%;
	min-height: 100%;
	overflow-x:hidden;
	text-rendering: auto;
}

@font-face{
	font-family: "AvantGarde-Demi";
	src: url('../fonts/avantgarde.ttf') format('truetype'); 
}

@font-face{
	font-family: "ZapfDingbats";
	src: url('../fonts/ZapfDingbats.ttf');
}

@font-face{
	font-family: "AvantGarde Bk BT";
	src: url('../fonts/avantgarde-bkbt.ttf');
}

#container{
	height: 100%;
}

.slicknav_menu {
	display:none;
}

#logo{
	height:25%;
	background-image: url('../images/background/menu-top.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	min-height: 175px;
}

#logo img{
	width: 65%;
	height: auto;
	max-width: 350px;
	max-height: 200px;
	margin-top: -5px;
	position: relative;
}

#menu{
	background: rgb(245,169,28); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(245,169,28,1) 0%, rgba(249,236,49,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(245,169,28,1)), color-stop(100%,rgba(249,236,49,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  rgba(245,169,28,1) 0%,rgba(249,236,49,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  rgba(245,169,28,1) 0%,rgba(249,236,49,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  rgba(245,169,28,1) 0%,rgba(249,236,49,1) 100%); /* IE10+ */
	background: linear-gradient(45deg,  rgba(245,169,28,1) 0%,rgba(249,236,49,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a91c', endColorstr='#f9ec31',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	min-height: 300px;
	height: 0;
}

#menu ul li.current{
	background-color: rgba(192,192,192, 0.6);
	color: #272627;
	text-decoration: none;
}

#menu ul{
	padding: 20px 0 0 0;
	margin: 0;
	width: 100%
}

#menuBottom{
	height: 15%;
	background-image: url('../images/background/menu-bottom.png');
	background-size: 100% 60%;
	background-repeat: no-repeat;
	background-position: top;
	margin: 0;
	padding: 20% 0 0 0;
	font-size: 6.4pt;
	text-align: center;
}

#menuBottom .copyright{
	width:100%;
}

#menuBottom .number{
	width:80%;
	margin: 0 10%;
	margin-top: -8px;
	margin-bottom: 5px;
	float: left;
}

#links .box{
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	color: #525355;
}

#links .box:hover{
	color: #000;
}

#links .title{
	margin-bottom: 0px;
	font-size: 10px;
}

#links{
	margin-bottom: 15px;

}

#links .icon-newsletter{
	height: 35px;
	width: 35px;
	margin: 0 20%; 
	background-image: url("../images/icons/icons-news-white.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#links .icon-newsletter:hover{
	height:35px;
	width: 35px;
	margin: 0 20%;
	background-image: url("../images/icons/icons-news-black.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#links .icon-email{
	height:35px;
	width: 35px;
	margin: 0 15%;
	background-image: url("../images/icons/icons-email-white.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#links .icon-email:hover{
	height:35px;
	width: 35px;
	margin: 0 15%;
	background-image: url("../images/icons/icons-email-black.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#links .icon-venues{
	height:35px;
	width: 35px;
	margin: 0 20%;
	background-image: url("../images/icons/icons-venue-white.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#links .icon-venues:hover{
	height:35px;
	width: 35px;
	margin: 0 20%;
	background-image: url("../images/icons/icons-venue-black.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


#menu ul li{
	list-style: none;
	text-align: center;
	width: 100%;
}

#menu ul li a{
	width:100%; 
	padding: 7px 0px;
	display: block;
	color: #272627;
	font-size: 14px;
	font-family: "AvantGarde Bk BT";
}

#menu ul li a:hover{
	background-color: rgba(192,192,192, 0.6);
	color: #272627;
	text-decoration: none;
}

#menuContainer{
	height: 100%;
	padding-right: 0px;
	font-family: "AvantGarde-Demi";
	color: #000000;
	z-index: 999;
	background: rgb(130, 132, 133);
	background: -moz-linear-gradient(315deg, rgb(130, 132, 133) 19%, rgb(255, 255, 255) 100%);
	background: -webkit-linear-gradient(315deg, rgb(130, 132, 133) 19%, rgb(255, 255, 255) 100%);
	background: -o-linear-gradient(315deg, rgb(130, 132, 133) 19%, rgb(255, 255, 255) 100%);
	background: -ms-linear-gradient(315deg, rgb(130, 132, 133) 19%, rgb(255, 255, 255) 100%);
	background: linear-gradient(45deg, rgb(130, 132, 133) 19%, rgb(255, 255, 255) 100%);
	-webkit-box-shadow: 10px 0px 18px rgba(50, 50, 50, 0.89);
	-moz-box-shadow:    10px 0px 18px rgba(50, 50, 50, 0.89);
	box-shadow:         10px 0px 18px rgba(50, 50, 50, 0.89);
	min-height: 200px;
}

#responsiveMenuBottom{
	display: none;
	font-family: "AvantGarde-Demi";
}

#content{
	background-color: rgba(142, 140, 141, 0.8);
	height: 100%;
	font-family: "AvantGarde-Demi";
	min-width: 27%;
}

@media screen and (max-width: 992px) {
	/* #menu is the original menu */
	#logo{
		height:100%;
		text-align: center;
		vertical-align: center;
		background-image: url('../images/background/menu-top.png');
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}

	#logo img{
		width: 280px;
		height: auto;
		margin:auto auto;
	}

	#menu ul{
		display:none;
	}

	#menu {
		min-height: 120px;
		background: none;
	}

	#menuContainer{
		height: 50%;
		z-index: -1;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	#mobileMenu{
		height: 0px;
	}
	
	.slicknav_menu {
		display:block;
		margin-top: 0px;
	}

	#menuBottom{
		display: none;
	}

	#responsiveMenuBottom{
		display: block;
		font-family: "AvantGarde-Demi";
	}

	#contentContainer, #responsiveMenuBottom{
		background-color: rgba(142, 140, 141);
		font-family: "AvantGarde-Demi";
	}

	#content{
		background-color: grey;
		height: 100%;
		font-family: "AvantGarde-Demi";
		min-width: 27%;
	}

	#responsiveMenuBottom #links, #responsiveMenuBottom .number, #responsiveMenuBottom .copyright{
		background-color: grey;
		text-align:center;
		font-size:10px;
		font-family: "AvantGarde-Demi";
		padding: 15px 30px 0 30px;
		margin: 0;
		display: block;
	}
}

#contentContainer{
	height: 100%;
	padding-left: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background: no-repeat left center fixed;
}



.circular {
	width: 40%;
	height: 40%;
	margin-top: 40px;
	margin-bottom: 20px;
	display: inline-block;
	max-height: 135px;
	max-width: 135px;
	/*border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border: 1.5px solid black;
	background: url(http://link-to-your/image.jpg) no-repeat;*/
}

.studio_link {
	width: 100%;
	height: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
	max-height: 200px;
	max-width: 200px;
}


#top-images{
	text-align: center;
}

#contentContainer #title{
	font-size: 33px;
	color: #F9E530;
	font-family: "AvantGarde Bk BT";
	line-height: 1.05em;
	font-weight: 300;
	word-spacing: 2px;
	margin-bottom: 20px;
	/*margin-left:10px;*/
	padding: 0 10px;
}

#contentContainer .mainText{
	color: white;
	font-weight: 100;
	font-family: "AvantGarde Bk BT";
	font-size: 12px;
	padding: 0 10px;
	word-spacing: 0.01em;
}

#contentContainer .mainText span.title{
	color: #F9E530;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}

#contentContainer .mainText span.question{
	color: #F9E530;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
	font-weight: normal;
}

#contentContainer .mainText span.answer{
	margin-bottom: 20px;
	display: block;
	font-weight: normal;
}

#contentContainer .mainText ul.zapfList li{
	list-style-image: url('../images/icons/dot.png');
	margin-bottom: 10px;
	font-size: 12.5px
}

#contentContainer .quote{
	color:white;
	font-size: 18px;
	font-family: "AvantGarde Bk BT";
	font-weight: 100;
	margin: 40px 0px;
	padding: 0 10px;
	font-style: italic;
}

#contentContainer .timetable{
	padding: 0 10px;
	font-family: "AvantGarde Bk BT"
}

#contentContainer table{
	width:100%;
	table-layout: fixed;
}

#contentContainer table tbody tr td {
	color: white;
	padding-bottom: 15px;
	font-size: 12px;
}

#contentContainer table tbody tr td:first-child a {
	color:#F9E530;
	display: block;
}

#contentContainer table tbody tr td:first-child a:hover {
	text-decoration: none;
}

#contentContainer table tfoot tr {
	width:100%;
}

#contentContainer table tfoot td{
	font-size: 12px;
	color:white;
}

#contentContainer table tbody .tableHeader{
	color:#F9E530;
}

#content a {
	color: #F9E530;
	text-decoration: none;
}

/* Clearfix */
.clfx:before,
.clfx:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clfx:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clfx {
    *zoom: 1;
}
