/**
 * home.css
 *
 * 1. General HTML tags
 * 2. Masthead area
 * 3. Main content and sidebar
 * 4. Image and video
 * 5. Footer
 * 6. Media queries for responsive layout
 *
 */

/*********************************************************************
 * 1. General HTML tags
 *
 */

@import url(http://fonts.googleapis.com/css?family=Questrial);
@import url(http://fonts.googleapis.com/css?family=Oxygen);

* {
	box-sizing: border-box;
}

body {
	padding: 1%;
	max-width: 100%;
	margin: 0 auto;
}

body, input[type=text], textarea {
	font-family: 'Oxygen', sans-serif;
	font-size: 100%;
	line-height: 1.3em;
	color: #333;
}

table {
    table-layout: auto; font-size: 50%; line-height: 1em;
}

td { }
td span:after {
		content: " ";
		padding-left: 0.1em;
		padding-right: 0.25em;
	}

th {
    text-align: left; text-transform: uppercase; background: black; color: white;
}

tr:nth-child(even) {background-color: #f2f2f2}
tr:hover {background-color: #fefa83}

img {
	max-width: 100%;
}

h1 {
	font-size: 150%;
	color: #444;
}

h2 {
	font-size: 110%;
	font-weight: normal;
}

h3 {
	border-top: 1px solid #eee;
	padding-top: 1em;
	color: #777;
}

prodyear {
	display:block; float:right;
	clear: both;
	padding-top: 1em;
	padding: 40px;
	font-size: 180%;
}

a {
	color: #ED0000;
	text-decoration: none;
}
	a:hover,
	.nav a:hover {
		color: red;
		border-bottom: 1px solid #ccc;
		border-color: #aaaaaa;
	}
	a:visited,
	.nav a:hover {
		color: #ED0000;
		border-bottom: 1px solid;
		border-color: #cccccc;
	}

blockquote {
	margin-left: 0;
	padding-left: 1.5em;
	padding-right: 2em;
	border-left: 4px solid #ddd;
	font-style: italic;
	color: #777;
}

pre, code {
	background: #eee;
	border: 1px solid #ddd;
}

pre {
	font-size: 14px;
	line-height: 1.4em;
	padding: 1em;
	border-left: 4px solid #ddd;
}

.summary {
	padding-top: 10px;
	padding: 10px;
	font-size: 85%;
	color: #888;
}


/*********************************************************************
 * 2. Masthead area
 *
 */

div #header{

}
 #headerLeft {
   position:relative;
   left:0%;
   background:none;
   height: auto;
   width:20%;
   float: left;

}

 #headerRight {
   position:relative;
   left:20px;
   right:0;
   background: none;
   height: auto;
   padding-top: 25px;
   width:auto;
   overflow-x: hidden;
   overflow-y: hidden;
   white-space: nowrap;
}

.topnav, .topnav li {
	padding: 0;
	margin: 0;
	font-family: 'Oxygen', sans-serif;

	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color:none;
}
	.topnav li {
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 1em;
	}
	.topnav a {
		padding: 0.25em 0.5em;
		text-decoration: none;
		background: none;
		color: black;
	}
	.topnav a:hover {
		border-bottom: 1px solid #aaaaaa;
		color: #00C4FA;
	}
	.topnav li.current a {
		background: none;
		border-color: #000;
		border-bottom: 1px solid #00C4FA;
		color: #00C4FA;
		font-weight: 900;
	}
	.topnav li.edit a {
		background: none;
		color: #aaa;
	}

.breadcrumbs {
	width: 80%;
	float: right;
	padding-top: 1em;
	padding-bottom: 1em;
}
	.breadcrumbs span:after {
		content: ">";
		color: #999;
		padding-left: 0.5em;
		padding-right: 0.25em;
	}

	.breadcrumbs a {
		color: black;
	}

	.breadcrumbs a:hover {
		color: red;
	}

/*********************************************************************
 * 3. Main content and sidebar
 *
 */

#main {
/*	border-top: 1px solid #eee; */
	padding-top: 0em;
	margin-top: 0em;
	clear: both;
	background: none;

}

.content {
	background: none;
	padding-top: 0em;
	margin-top: 0em;
	padding-right: 2em;

}

#content, #sidebar {
	padding-bottom: 2em;
}

#cover {
	padding-top: 5px;
	display:inline-block;
	max-width:100%;
	max-height:100%;
	background: none;
}
.logos img
	{
		margin-top: 35px;
		margin-right: 50px;
		margin-bottom: 50px;

	}

body.has-sidebar #content {
	width: 80%;
	float: right;
	background: none;
	padding-left: 0px;

	overflow-y: auto;
	-ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

body.has-sidebar #sidebar {
	width: 20%;
	padding-left: 0%;
	padding-right: 10px;
	float: left;
	background: none;
	display:block;

	position: fixed;
  top: 110px;
  bottom: 10px;
  margin: 0px;
  overflow-y: auto;
	-ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
body.has-sidebar #sidebar::-webkit-scrollbar {
  display: none;
}

#col1 {
	width: 50%;
	float: left;
	background: none;
}

#col2 {
	width: 50%;
	float: right;
	background: none;
}
#credits {
	font-size: 75%;
	line-height: 100%;
	color: #444;
}

.cell01 {width: 20%; }
.cell02 {width: 10%; }
.cell03 {width: 20%; }
.cell04 {width: 25%; }
.cell05 {width: 25%; }

.commalist {
	clear: both;
	padding-bottom: 1em;
	font-size: 80%;
	line-height: 1.15em;
	color: #444;
}
	.commalist span:after {
		content: " ";
		padding-left: 0em;
		padding-right: 0.1em;
	}
#news {
	width: 640px;
	text-align: justify;
}

#event {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	background-color: white;
	list-style: none;
	line-height: 100%;
	border-top: 1px solid #eee;
	font-family: 'Questrial', sans-serif;
	color: #333;
}
	.event a {
		line-height: 100%;
		font-weight: normal;
		}
	.title {
		font-size: 100%;
		line-height: 100%;
		font-weight: normal;
		color: #00C4FA;
		}
	.title a {
		color: #00C4FA;
		}
	.type {
		position: relative;
		bottom: 0.25em;
		color: grey;
		font-size: 50%;
		font-weight: bold;
		border: 1px solid #bbb;
		padding: 2px 5px 2px;
		width: auto;
		}
	.location {
		font-weight: 500;

		}
	.address {
		font-size: 70%;
		font-weight: 200;
		color: grey;
		}
	.production {
		line-height: 130%;
		font-weight: 100;
		}
	.times {
		font-weight: 100;
		font-size: 78%;
		line-height: 120%;
		}
	.cancelled {
		text-decoration: line-through;
		}

.nav {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-family: 'Oxygen', sans-serif;
	font-size: 90%;
	line-height: 1.2em;
	background: none;
	color: #777;
}
	.nav .nav {
		padding-left: 1.5em;
		list-style: none;
	}
	.nav li {
		list-style: none;
		margin: 0em 0em;
		color: #777;
	}
	.nav-focus li a {
		background: none;
		padding: 1px;
		color: #777;
	}
	.nav-cal li a {
		line-height: 1.7em;
		font-size: 100%;
		font-weight: normal;
		color: #777;
	}
	.nav-tree li {
		margin-top: 0;
		margin-bottom: 0;
		color: #777;
	}
	.nav-focus li {
		background: none;
		padding: 1px;
		color: #777;
	}
	.nav a {
		font-weight: normal;
		color: #777;
	}
	.nav-just a {
		line-height: 1.7em;
		margin-left: 2.5em;
		font-size: 150%;
		font-weight: normal;
		color: black;
	}
	.nav-just .current > a {
		margin-left: 0.5em;
		color: black;
		border-bottom: 1px solid #00C4FA;
	}
	.nav a:hover {
		color: #00C4FA;
		border-bottom: 1px solid #aaa;
	}
	.nav-tree li a {
		color: #777;
	}
	.nav .current > a {
		color: #00C4FA;
		border-bottom: 1px solid #00C4FA;
	}

.align_left {
	/* for images placed in rich text editor */
	float: left;
	margin: 0 1em 0.5em 0;
	position: relative;
	top: 0.5em;
	max-width: 50%;
}

.align_right {
	/* for images placed in rich text editor */
	float: right;
	margin: 0 0 0.5em 1em;
	max-width: 50%;
}

.align_center {
	/* for images placed in rich text editor */
	display: block;
	margin: 1em auto;
	position: relative;
	top: 0.5em;
}

form.search {
	padding: 2em 0em;
	float: left;
	margin: 0;
	width: 40%;

}
	form.search input {
		padding: 0.25em 0.5em;
		border: 1px solid #ccc;
		width: 200%;
	}
	form.search button {
		display: none;
	}
/*********************************************************************
 * 4. Image and video
 *
 */

#mosaic, .mosaic {
	background: none;
	position:relative;
	top:0px;
	padding: 0px;
	margin: 0px;
	display: block;
	float:left; clear;
}
	.mosaic a {
		border: none;
	}

.gallery {
	border: none;
}

.video {
	margin-left: 2em;
	padding-right: 2em;
}

.box {
  cursor: pointer;
  height: 112px;
  position: relative; float:left;
  overflow: hidden;
  width: 300px;
}

.box img {
  position: absolute; float:left;
  float:left;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.box .overbox {
  background-color: #444;
  position: relative;
  top: 0px;
  left: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  width: 300px;
  height: 112px;
  padding: 15px 15px;
}

.box:hover .overbox { opacity: 0.83; }

.box .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.box .title {
  font-size: 1em;
  text-transform: uppercase;
  opacity: 1;
  transition-delay: 0.1s;
  transition-duration: 0.2s;
}


.box:hover .title,
.box:focus .title {
  opacity: 1;
  color: #00C4FA;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.box .tagline {
  font-size: 0.8em;
  color: #fff;
  opacity: 1;
	text-transform: capitalize;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
}

.box:hover .tagline,
.box:focus .tagline {
  opacity: 1; color: white;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.label {
  position: relative;
  float: right;
  font-size: 0.8em;
  background: #00C4FA;
  color: white;
  padding: 0px;
  opacity: 1;
  transition-delay: 0.1s;
  transition-duration: 0.2s; opacity: 1;
	text-transform: lowercase;
}
/*********************************************************************
 * 5. Footer
 *
 */

.footer {
	clear: both;
	border-top: 1px solid #eee;
	font-size: 60%;
	float: right;
}
	.footer a {
		color: #ccc;
		text-decoration: none;

	}
	.footer a:hover {
		border-bottom: 1px solid #ccc;
	}

/*********************************************************************
 * 6. Media queries for responsive layout
 *
 */

@media only screen and (max-width: 767px) {
	/* mobile layout */

	body, td, textarea {
		font-size: 100%;
	}
	body.has-sidebar #content,
	body.has-sidebar #sidebar {
		float: none;
		width: 100%;
		padding: 0;
	}
	form.search {
		float: none;
		width: 100%;
	}
	#content {
		width: 100%;
	}
	#sidebar {
		border-top: 1px solid #eee;
		padding-top: 1em;
	}
	.align_left, .align_right, .align_center {
		display: block;
		float: none;
		margin: 1em auto;
		max-width: 100%;
	}


}

@media only screen and (min-width: 1200px) {
	/* extra-wide desktop layout */

	body, td, textarea {
		font-size: 115%;
	}
}
