/*Mobile and up*/

@font-face {
    font-family: 'proxima-nova';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff'),
         url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'league-gothic';
    src: url('../fonts/leaguegothic-regular-webfont.eot');
    src: url('../fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('../fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('../fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Fix for font issues in Chrome */

body
{
    -webkit-animation-duration: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix{
	from{ opacity: 1; }
	to{	opacity: 1; }
}

/* 1. RESET
----------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size:100%;
  font: inherit;
  vertical-align: baseline;
  }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  clear: left;
  }


/* 2. ROOT
----------------------------------------------------------------------------------------*/
html {
  overflow-y: scroll;
  background: #FFF;
  }

/* /ht Ethan Marcotte - http://front.ie/l8rJaA */
img, embed, object, video { max-width: 100%; }
.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video { width: 100%; }


/* 3. CORE TYPOGRAPHY
----------------------------------------------------------------------------------------*/
body {
  font-size: 1em;
  line-height: 1.5em;
  color: #333;
  font-family: "proxima-nova", 'Helvetica Neue', Arial, sans-serif;

}

.body-copy p,
.body-copy li {
	max-width: 37.500em;
}

.body-copy li {
	list-style: disc;
}
.form fieldset > legend,
.award,
.event-list h4,
.featured-event h4,
.for-filmmakers .big-number,
.events a,
.stats .number,
.concept .upcoming,
.event-page .mainstage strong,
.invite strong,
h1, h2, h3 {
  font-family: "league-gothic", 'Arial Narrow','HelveticaNeue-CondensedBold', 'Helvetica Neue', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.25em;
  line-height: 1em;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 5em;
}

h2 {
  font-size: 2.5em;
}

.form fieldset > legend,
.event-list h4,
h3 {
  font-size: 1.75em;
}


p, ul, ol, dl, blockquote {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
  }

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul, nav ol { list-style: none; margin: 0; padding: 0;}

i, em { font-style: italic; }
small { font-size: 80%; }




/* 4. LINKS
----------------------------------------------------------------------------------------*/
a, a:visited { outline: none; color: #00aef1; text-decoration: none; }
a:hover { color: #000; outline: none; text-decoration:none; cursor: pointer;}
a:active, a:focus { color: #000; outline: none; }

a,
.body-text {
	/* Allow long URLs to line break - Doesn't work JF
	-ms-word-break: break-all;
     word-break: break-all; */

     /* Non standard for webkit
     word-break: break-word;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	        hyphens: auto; */
}

a:hover {
	color: #00ccfe;
		-webkit-transition:  0.1s; /* Safari and Chrome */
		   -moz-transition:  0.1s; /* Firefox 4 */
	   		    transition:  0.1s;
}

.button,
a.button,
a:visited.button,
a.button-small {
  padding: 0.75em 1.5em;
  background-color: #00aef1;
  border: none;
  color: #fff !important;
  text-transform: uppercase;
    -webkit-border-radius: 0.25em;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
       -moz-border-radius: 0.25em; /* Firefox 1-3.6 */
            border-radius: 0.25em;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */

-o-transition: width 2s; /* Opera */
  text-align: center;
  display: inline-block;
  letter-spacing: 1px;
  font-size: .875em;
}

a.button-small {
	padding: 0.25em 1em;
	font-size: 0.75em;
}

a.button.positive,
a.button-small.positive {

}

a.button.negative,
a.button-small.negative {
	background-color: #444;
}

.button:hover,
a.button:hover,
a:visited.button:hover,
a.button-small:hover {
	background-color: #00ccfe;
	border: none;
	color: #fff !important;
}


a img {
	opacity: 1;
}

a:hover img {
	opacity: 0.9;
}

/* 5. FORMS
----------------------------------------------------------------------------------------*/

/* add class .form to the parent element to enable these styles */
.form label {
	font-size: 1.25em;
	display: block;
	margin: 1.5em 0 0.5em 0;
}

.form.form-compact label {
	font-size: 1em;
	display: block;
	margin: 0.4em 0 0.4em 0;
}

.form input {
	display: inline-block;
}

.form ul,
.form ol {
	margin: 0 0 1em 0;
	padding: 0;
}

.form li {
	margin-bottom: 1.25em;
	position: relative;
}

.form label,
.form .clear,
.form em {
	display: block;
}

.form em {
	color: #666;
	font-style: normal;
	font-size: 0.875em;
}

.form input[type="text"],
.form input[type="password"],
.form input[type="email"],
.form input[type="text"],
.form input[type="url"],
.form input[type="search"],
.form input[type="tel"],
.form select,
.form textarea {
	border: 1px solid #ccc;
	padding: 0.5em;
	margin-bottom: 0.5em;
	display:block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	 width: 100%;
	 max-width: 100%;

}

.form input[type="submit"] {
	margin-bottom: 1.5em;
 }


.form textarea:focus,
.form input:focus {
	background: #ffffe3;
}

.form textarea{
	height: 5em;
}

.form .button {
	padding: 0.45em 0.66em;
}

.form fieldset fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.form a{
	display: block;
	margin-bottom: 1em;
}

.form .inline{
	display: inline-block;
}

.big-field {
	font-size: 1.5em;
}

.remove {
	padding: 0.25em 0.5em;
	position: absolute;
	top:0;
	right: 0;
	font-size: 1.5em;
}

.checkbox label{
	font-size: 1em;
	display: inline;
	margin-left: 0.25em;
}

.error_list {
  position: absolute;
  right: 0;
  top: 0;
  color: #de6466;
  margin: 0 !important;
  padding: 0 !important;
}

.field-required {
    color: #de6466;
    font-weight: bold;
}


.form fieldset {
        border-top: 1px solid #e9e9e9;
        margin-bottom: 2em;
}

.form fieldset > legend {
    margin-bottom: .5em;
}

/*input[type="file"] {
	background-color: red;
	top: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	height: 2em;
	cursor: pointer;
	margin-top: -2em;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
}
*/

.applyform input[type="text"],
.applyform input[type="password"],
.applyform input[type="email"],
.applyform input[type="text"],
.applyform input[type="url"],
.applyform input[type="search"],
.applyform input[type="tel"],
.applyform select,
.applyform textarea {
	border: 1px solid #ccc;
	padding: 0.5em;
	margin-bottom: 0.5em;
	display:block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	 width: 100%;
	 max-width: 100%;

}

.applyform .help {
	display: block;
        margin-top: 0.5em;
        margin-left: 0.25em;
	font-size: 0.9em;

}

h2.manageInviteBox {
	display: block;
	float: left;
	padding-right: 10px;
}

.form input[type="text"].manageInviteBox {
	display: block;
	max-width: 100%;
	width: 590px;
}

div#searchResults {
	clear: both;
	margin-top: 30px;
}


/* n. UTILITY CLASSES
----------------------------------------------------------------------------------------*/

.edit-profile-form li:before,
.edit-profile-form li:after,
.container:before,
.container:after,
.group:before,
.group:after {
    content: "";
    display: table;
}
.edit-profile-form li:after,
.container:after,
.group:after {
    clear: both;
}
.edit-profile-form li,
.container,
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.notEditable {
	opacity: 0.2;
}

/* 5. GLOBAL LAYOUT & GLOBAL CUSTOM TYPOGRAPHY
----------------------------------------------------------------------------------------*/


/*Slats*/

.mobile-slats {
	border-top: 1px dotted #ddd;
	margin-bottom: 1em;
}

.mobile-slats li {
 	float: left;
 	border-bottom: 1px dotted #ddd;
 	padding: 0.75em 0;
 	width: 100%;
 	position: relative;
 }

.mobile-slats a {
	overflow: hidden;
}

.mobile-slats img {
	float: left;
	height: 72px;
	margin: 0 3% 0.75em 0;
}

.mobile-slats strong {
	font-size: 1.3em;
	color: #333;
	font-weight: normal;
}

.mobile-slats p {
	margin: 0;
}

.mobile-slats .button-group {
	float: right;
}


/*Three column layouts*/

.three-col li {
    display: block;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box;    /* Firefox, other Gecko */
            box-sizing: border-box;         /* Opera/IE 8+ */
}

.three-col img {
	float: right;
	margin: 0 0 0.75em 0.75em;
}

/**/

.col1, .col2, .col3, .col4, .col5, .col6, .col {
	margin-bottom: 3em; /*Add spacing for single column layouts*/
}

.top-button {
	float: right;
	margin-top: 2em;
}

.logos {
	width: 100%;
	text-align: center;
}

	.logos-group .container > ul > li {
		width: 100%;
		display: table;
	}

	.logos h3{
		color: #999;
		letter-spacing: 0.2em;
		font-size: 1.2em;
		margin-bottom: 1em;
		padding-top: 1em;
	}

	.logos li {
		display: inline-block;
		width: 170px;
		height: 160px;
		margin: 0 20px 10px 0;
		line-height: 160px;
		text-align: center;
	}

	.logos img {
		max-width: 100%;
		max-height: 100%;
		vertical-align: middle;
	}

	.logos .major-supporters li {
		height: 9em;
	}

	.logos .supporters li {
		height: 5em;
	}

	.logos .friends li {
		height: 4em;
	}

/* TABLES */

table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
font-size: 0.9em;
}

thead {
display: table-header-group;
vertical-align: middle;
border-color: inherit;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td
{
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
	text-align: left;
}

.table tr:hover td {
	background-color: #f0f0f0 !important;
}

.table tr th {
	text-transform: uppercase;
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
	font-weight: bold;
}

.table-striped > tr:nth-child(odd) > td, .table-striped > tr:nth-child(odd) > th, .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

/* TABS */

.nav-tabs {
border-bottom: 1px solid #ddd;
height: 43px;
}

.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav > li {
position: relative;
display: block;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
color: #555;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default;
}
.nav-tabs>li>a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav>li>a {
position: relative;
display: block;
padding: 10px 15px;
}


/* 6. CUSTOM LAYOUT & TYPOGRAPHY
----------------------------------------------------------------------------------------*/
.container {
    width: 96%;
    max-width: 40em;
    margin: auto;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

section .container {
	padding: 2em 0;
}

.inverted {
	background-color: #2C2C2C;
	color: #fff;
}

	.inverted a img {
		opacity: 1;
	}

	.inverted a:hover img {
		opacity: 0.9;
	}


.mainstage {
	color: #fff;
	text-align: center;
	padding: 2em 0;
	position: relative;
	overflow: hidden;
	background-color: #000;

	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	        background-position:center;
}

div.container.manageEventHeader {
	padding: 0.5em 0;
	margin-top: 0.9em;
}
	div.container.manageEventHeader h1 {
		color: #8acfcc;
	}

	div.container.manageEventHeader h2, div.container.manageEventHeader p {
		display: inline-block;
		padding-right: 0.5em;
		margin-bottom: 0;
	}

section.manageDashboard h5 {
	clear: both;
}

.edit-event-page .mainstage {
	background-color: #dedede;
}

.mainstage h1 {
	margin: 0.1em;
}

.mainstage h2 {
	font-size: 4.6em;
	margin: 0;
}

.mainstage p {
  	max-width: 24em;
  	margin: 0 auto;
  	margin-bottom: 1em;
  	font-size: 1em;
  	color: #ccc;
  	-webkit-font-smoothing: antialiased;
}

.event-page .mainstage p {
	font-size: 1em;
}

.films-list-all .mainstage {
	background: #f78060 url("../images/mainstage-dolls.jpg") center center no-repeat;
		-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	padding: 3em 0 11em 0;
}

.films-list-all .search input {
	padding: 0.4em;
	border: none;
	border-radius: 5px;
	font-size: 1.4em;
}

.films-list-all ul {
	text-align: center;
}

.films-list-all ul li {
	display: inline-block;
	width:350px;
	max-width: 100%;
	vertical-align: top;
	height: 250px;
	background-position: center center;
	background-size: cover;
	background-color: #000;
	transition-duration: 700ms;
	margin: 0 10px 10px 0;
	overflow: hidden;
}

	.films-list-all ul li > a {
		display: block;
		margin: 0;
		padding: 10px;
		background-color: rgba(0,0,0,0.5);
		transition-duration: 700ms;
		height: 50px;
		text-align: left;
		border: 1px solid transparent;
	}
		.films-list-all ul li:hover > a {
			background-color: rgba(255,255,255,0.8);
			height: 228px;
			border: 1px solid rgba(0,0,0,0.2);
		}

	.films-list-all ul li a span.filmTitle {
		display: block;
		font-size: 23px;
		text-transform: uppercase;
		line-height: normal;
		}

		.films-list-all ul li:hover a span.filmTitle {
			color: #0087bc;
		}

	.films-list-all ul li a span.filmInfo {
		opacity: 0;
		transition-duration: 700ms;
		color: #444 !important;
		font-size: 14px;
		line-height: normal;
	}
		.films-list-all ul li:hover a span.filmInfo {
			opacity: 1;
		}

		.films-list-all ul li a span.filmInfo strong {
			color: #000;
			text-decoration: underline;
		}

section.take-part {
	text-align: center;
}

section.apply-list {
	margin-top: 30px;
}

section.apply-list div.container {
	width: 50%;
	margin: 0 auto 0 auto;
	text-align: center;
}

section.apply-list div.container p {
	margin-bottom: 0.2em;
}

section.apply-list h2 {
	text-align: center;
	color: #8acfcc;
}

section.apply-list table {
	width: 50%;
	margin: 20px auto 50px auto;
}

section.apply-list .button {
	display: inline-block;
}

.mainstage .button {
  	display: inline-block;
  	margin: 0 auto;
}

.mainstage .info {
	 font-family: "bebas-neue", "league-gothic", 'Arial Narrow','HelveticaNeue-CondensedBold', 'Helvetica Neue', Arial, sans-serif;
	 font-size: 2em;
	 margin-bottom: 0.5em;
}

.mainstage .date {
	color: #ffc45e;
}

.mainstage .location,
.mainstage .location a {
	color: #de6466;
}

.location {
	padding-bottom: 0;
}
	.location small,
	.location br {
		display: none;
	}

.homepage .social,
footer .social {
	background: #fff;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	display: block;
	text-align: center;
}

	.social strong {
		display: inline-block;
		vertical-align: top;
		padding: 0.74em 0;
		color: #333;
	}

	.social ul {
		display: inline-block;
		margin: 0;
	}

	.social li {
		display: inline-block;
		padding: 0 0 0 1em;
	}

	.social img {
	 	width: 3em;
	 	opacity: 0.7;
	}

	.social a:hover img{
	 	opacity: 0.9;
	}

.overlay {
	background-color: #000;
	opacity: 0.65;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
}

aside {
	width: 100%;
}

.bump {
  width: 100%;
  padding: 0;
  text-align: center;
  color: #fff;
  }

.bump p {
  padding: .5em 0;
  margin: 0;
}

.bump-info {
 background-color: #5ec75a;
}

.alert {
	width: 100%;
	padding: 0;
	text-align: center;
	display: none;
	color: #fff;
	}

.alert p {
  padding: .5em 0;
	margin: 0;
}

.alert-error {
  background-color:  #de6466;
}

.alert-success {
 background-color: #5ec75a;
}

.alert-info {
  background-color: #00aef1;
}

i.alert-error, i.alert-warning {
  color:  #de6466;
  background-color: transparent;
}

i.alert-success {
  color: #5ec75a;
  background-color: transparent;
}

i.alert-info {
  color: #00aef1;
  background-color: transparent;
}

.button-warning {
  background-color: #de6466 !important;
}
	.button-warning:hover {
		background-color: #ff8183 !important;
	}

.image-upload {
	width: 100%;
}

.meta {
	color: #666;
	font-size: .875em;
}

a.dismissable {
  color: #fff;
  text-decoration: underline;
}

.well {
	background-color: #f2f2f2;
	padding: 2.3em;
}

/* NAVIGATION
----------------------------------------------------------------------------------------*/


.nav-admin,
.nav-primary,
.nav-language {
	display: none;
}

.active {
	display: block;
}

.navigation {
 	background: #2c2c2c;
	font-size: 0.85em;
	position: relative;
	-webkit-font-smoothing: antialiased;
	text-align: right;
}

.navigation a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1em;
	margin: 0;
	padding: 2.5em 0.75em;
	display: block;
	position: relative;
	cursor: pointer;
}

.navigation-manage a {
	padding: 1em 1em;
	line-height: 1em;
}

.navigation li:hover, .navigation a:hover {
	background-color:#222;
}
.navigation ul {
	width: 100%;
	margin: 0;
}

.nav-primary li {
	display: block;
}

.nav-primary-event li {
	display: inline-block;
}

.navigation li {
	line-height: 1.5em;
}

.navigation li a {
	border-top: 1px solid rgba(255,255,255,0.1);
}

.navigation .mob-menu {
	display: inline-block;
	height: 40px;
	width: 40px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	line-height: 40px;
}

.navigation .admenu {
	background: transparent url("../images/icon-key.png") no-repeat center;
	background-size: 36px;
	display: inline-block;
	position: relative;
}

.navigation .langmenu {
	display: inline-block;
	position: relative;
	background: transparent url("../images/icon_lang.png") no-repeat center;
	color: #333 !important;
	font-size: 0.9em;
}

.navigation .navmenu {
  background: transparent url("../images/menu-bar.png") no-repeat center;
	background-size: 36px;
	display: inline-block;
	z-index: 100;
}

.navigation ul li ul {
	position: absolute;
	top: 54px;
	display: none;
	z-index: 99999;
}

.navigation ul li:hover ul, .navigation ul li ul:hover {
	display: block;
}

.navigation ul li ul li {
	display: block;
	background-color: #333;
	width: 270px;
	text-align: left;
}

.navigation ul li ul li a {
	display: block;
}

.navigation span.archiveLink a {
	color: #999;
}

.nav-admin li, .nav-language li {
	color: #fff;
}

.admenu:hover {
  cursor: pointer;
}

.navigation-manage {
	background-color: #00AEF1
}

.navigation-manage-event {
	background-color: #f2f2f2;
	margin-bottom: 20px;
	font-size: 0.85em;
	position: relative;
	-webkit-font-smoothing: antialiased;
	text-align: left;
	height: 28px;
}

.navigation-manage-event h2 {
	display: inline-block;
	padding: 0;
	margin: 0 20px;
	line-height: normal;
	font-size: 1.6em;
}

	.navigation-manage-event h2 a {
		padding: 0;
		margin: 0;
		padding: 0 0.3em;
		display: inline-block;
		}

.navigation-manage-event ul {
	margin: 0;
	text-align: right;
	float: right;
}

.navigation-manage-event li {
}

.navigation-manage-event ul li a {
	font-weight: normal;
	line-height: 0.7em;
	margin: 0;
	padding: 10px 0.75em 0;
	text-transform: uppercase;
	display: block;
	position: relative;
	cursor: pointer;
	height: 18px;
}

.navigation-manage-event a:hover, .navigation-manage-event li:hover {
	background-color:#ddd;
}

.admin-home,
.brand {
  float: left;
  width: 8em;
	padding: 0 2em;
	z-index: 100;
}

.brand {
	background-image: url("../images/gp-logo-inverted.png");
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center 5px;
	width: 8em;
	height: 6px;
}

.brand {
	text-indent: -999px;
	text-align: left;
}

.brand a:hover {
	background-color: #fff;
	color: #00AEF1;
}

/* Home */

section.home-news {
	background-color: #00aef3;
}

section.home-news #homeNewsWrapper {
	color: #eee;
	text-align: center;
	min-height: 120px;
}

section #homeNewsWrapper p {
	max-width: 800px;
	margin: 0 auto 0 auto;
}

section #homeNewsWrapper a {
	color: #333 !important;
}

.newsSlider p {display:none; position: absolute; margin: 0 auto; text-align: center; left:0; right:0;}
.newsSlider p:nth-child(1) {display:block;}
.newsSlider p:nth-child(2n) {color:#000 !important;}

.home-gpsquared {
	padding: 3em 0;
}

.home-success-stories {
	background: #f4f4f4;
}

.container.home-britdoc {
	text-align: center;
	color: #999;
	padding: 2em 0 4em;
	background: #111;
	width: 100%;
	max-width: 100%;
}

.home-britdoc img {
	vertical-align: middle;
}

.home-events {
	background-color: #000;
}


.home-events a, .home-events span {
	color: #00aef1;
}

.home-events h2 {
	font-size: 1.75em;
}

.home-events h2, .home-events h3 {
	margin-bottom: 0;
	line-height: 0.8em;
}

.home-events h4 {
	border-bottom: 1px #ccc dotted;
	margin-bottom: 1em;
}

.home-events p {
	margin:0;
}

.home-events p {
	margin: 0.1em 0 0.8em;
}

.home-events ul.event-three-col li {
	display: block;
	min-height: 11.6em;
	background-color: #fff;
	padding: 1em 0.5em 1.3em;
	color: #aaa;
	margin-bottom: 2em;
    font-size: 1em;
    text-align: center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
        background-position:center;
}
	.home-events ul.event-three-col a:hover {
		color: #00AEF1;
	}

	.home-events ul.event-three-col li span {
		color: #aaa;
	}

	.home-events-past h3 {
		padding-bottom: 0.2em;
	}

.homepage .event li {
	border-top: 1px dotted #ccc;
}

.orgs-stats {
	text-align: center;
	background-position: center top;
}

.orgs-stats img {
	width: 45%;
	max-width: 309px;
	padding-right: 25%;
	}

.orgs-stats-circle {
	height: 300px;
	width: 300px;
	margin: -60px 0 60px 70px;
	background-color: #333;
	text-align: center;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
}

.orgs-stats-circle span {
	font-size:5em;
	line-height:0.9;
}

h3.orgs-stats-text {
	font-size: 1.3em;
	padding: 60px;
	color: #fff;
}

.homepage .goodpitchsquared {
	text-align: center;
}

.homepage .goodpitchsquared p {
	max-width: 37.500em;
	margin: 0 auto 1em auto;
}

.homepage .archive li {
	border-top: 1px dotted #ccc;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
        background-position:center;
}

.homepage .archive p {
	color: #666;
	font-size: 0.9em;
}

.homepage .mainstage {
	background-color: #00adef;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
            background-position:center top;
    padding: 5em 0 4em;
    background-attachment: fixed;
}

	.homepage .mainstage img {
		padding-bottom: 1.5em;
	}


	.homepage .mainstage p {
		color: #fff;
		line-height: 1.25em;
		padding-top: 0.5em;
	}

	.homepage .mainstage .button {
		background-color: #fff;
		color: #00acf0;
	}

.featured-event h4 {
	font-size: 2.5em;
}

.event-list h4 {
	margin-bottom: 0;
}

.event-list li {
	margin-bottom: 0.5em;
}

.homepage .news {
	background-color: #00aef1;
}

.homepage .films-highlight {
	background-color: #111;
	color: #8acfcc;
}

.homepage .films-highlight h2 {
	color: #fff !important;
	}

.homepage .films-highlight ul {
	margin-bottom: 0;
	}


	
	.homepage .films-highlight .six-col li:nth-child(6) {
		margin: 0 0 1em 0;
	}

.homepage .films-highlight .film-image {
	display: block;
	width: 100%;
	min-height: 7em;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 1em;
	}
	
	.homepage .films-highlight .film-image:hover {
         -moz-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");
         -o-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");
         -webkit-filter: grayscale(100%);
         filter: gray;
         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");
		}


.big-idea {
	background-color: #eee;
	background-image: url("../images/mainstage-03.jpg");
	text-align: center;
	color: #fff;
	background-attachment: fixed;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
        background-position:center;
}


.big-idea h2 {
	font-size: 2.5em;
	margin: 0;
	padding: 3em 0 0;
}

.big-idea p {
	font-size: 1em;
	max-width: 37.500em;
	margin: 0 auto 1em auto;
}

.big-idea-video {
	background-color: #fff;
	text-align: center;
	color: #fff;
}

.big-idea-video .fitvid{
	max-width: 50.000em;
	margin: 0 auto;
}

.quotes {
	background-color: #fff;
	background-image: url("../images/birds.png");
	color: #000;
    background-position: center top;
    background-repeat: no-repeat;
}

	.quotes h2 {
		padding-top: 4em;
	}

	.quotes li {
		margin-bottom: 0.5em;
	}

	.quotes p {
		font-style: italic;
		margin-bottom: 0.3em;
		-webkit-font-smoothing: antialiased;
		color: #00aef1;
	}

	.quotes .organisation {
		color: #bbb;
		margin: 0;
	}

/*Film Highlights*/

.films-highlight li {
	text-align: center;
}

.films-highlight li p {
	color: #fff;
}


/* View film */
.short-synopsis {
	color: #fff;
	position: relative;
	margin-bottom: 1.5em;
	max-width: 34em;
	margin-top: 3em;
}

.short-synopsis h1 {
  font-size: 3.5em;
}

.long-synopsis {
	max-width: 41.25em;
}

.image-big {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 400px;
	background-color: #000;
	position: relative;
}

.film-page .col2 {
	box-sizing: border-box;
	background: #fff;
}

.production-team {

}


.awards {
	text-align: center;
}

.awards li {
	margin: 0 auto 2em;
	position: relative;
	max-width: 200px;
	width: 100%;
	min-height: 3em;
}

.awards li:before,
.awards li:after {
	width: 20%;
	height: 4.375em;
	content: ' ';
	background-size: 100% 100%;
	position: absolute;
	top: 5%;
}

.awards li:before {
	background: transparent url("../images/laurelleft.png") top left no-repeat;
	left: 0;
	margin-right: 5%;
}

.awards li:after {
	background: transparent url("../images/laurelright.png") top right no-repeat;
	right: 0;
	margin-left: 5%;
}

.awards span {
	display: block;
	position: relative;
	z-index: 10;
	padding: 0 10%;
}

	.awarding-body {
		color: #999;
		line-height: 1.1em;
		margin-bottom: .1em;
	}

	.award {
		font-size: 1.5em;
	}

.trailer {
	text-align: center;
	padding-bottom: 2em;
}

.trailer-embed {
	width: auto;
	line-height: 0;
	border: 1px solid rgba(255,255,255,0.1);
	box-shadow: 0 0 30px 5px rgba(0,0,0,0.3);
	max-width: 720px;
	margin: 0 auto;
}

/*Full width Video*/

.full-width-video {
	background-color: #000;
	color: #fff;
	text-align: center;
}
	.full-width-video h2{
		padding-top: 1em;
	}

	.full-width-video .fitvid {
		max-width: 1200px;
		margin: 0 auto;
	}

.invite {
	padding: 1.5em 0;
	background-color: #eee;
	text-align: center;
}

	.invite strong {
		margin: 0 0.5em 0 0;
		padding: 0;
		line-height: 1em;
		font-size:1.5em;
		vertical-align: middle;
	}

/*ul*/.topics {
	list-style: none outside none;
}

.topics li {
	display: inline;
}

.topics li:after {
	content: " / ";
	color: #bbb;
}

.topics li:last-child:after {
	content: "";
}


/*
 * Events listing
 */

.events-index-page {
	text-align: center;
}

.events-index-page .mainstage {
	background: #00aef1 url("../images/table.jpg") center center no-repeat;
		-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.events {
	border-top: 1px dotted #ddd;
	}
	
	div.container.allEvents ul.events {
		border-top: none;
		}

.events li {
	border-bottom: 1px dotted #ddd;
	padding: 1em 0;
	}

div.container.allEvents ul.events li {
	width: 31%;
	margin: 0 1% 1% 0;
	padding: 0;
	height: 220px;
	display: inline-block;
	background-color: #8acfcc;
	border-bottom: none;
	transition-duration: 300ms;
	vertical-align: bottom;
	}

	div.container.allEvents ul.events li:hover {
		background-color:#00aef1;
		}

	ul.events.manageEventsList li {
		width: 48%;
		margin-right: 1%;
		display: inline-block;
		}
		
.events a {
	font-size: 0.7em;
	display: block;
	line-height: 1em;
	padding: 0.4em 1em;
	}

.events p {
	margin: 0;
	color: #000;
	padding: 0 1em;
	}

.allEvents .events a {
	color: #fff;
	}


/* Edit film */
.title-action {
	opacity: 0.3;
	display: block;
	font-size: .375em;
	line-height: 1em;
	}

.upload-images a {
	display: block;
}

.upload-images li {
	margin-bottom: 1.5em;
}

.default {
	border-bottom: 1px solid #e9e9e9;
}

.schedule li {
	padding: 0 0.5em;
}

.schedule .odd {
	background-color: #eee;
}

.schedule .timespan{
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	letter-spacing: -0.1em;
}

.add-awards,
.add-image {
    border-bottom: 1px solid #e9e9e9;
    margin: 1em 0;
    padding-bottom: 1em;
}

.add-button {

}

/*Event page*/

.event-page .films .container {
	border-top: 1px dotted #ccc;
	padding-top: 2em;
}

.event-page.archived .mainstage {
	background-color: #8acecb;
}

.films .mobile-slats {
    border-top: none;
    margin-bottom: 0;
}

.films p {
    font-size: 0.875em;
}

.films strong {
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
}

.inverted .mobile-slats li {
    border-color: #444;
}

.event-page .mainstage {
	background-color: #00aef1;
	padding: 1.5em 0;
}

.event-page .mainstage strong {
	font-size: 2em;
	color: #2C2C2C;
	border-bottom: 0.1em solid #2c2c2c;
	margin-bottom: 0.5em;
	display:inline-block;
}

.event-page .mainstage p {
	color: #fff;
	margin-bottom: 0;
	color: #2C2C2C;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding: 0.8em;
}

.event-page.archived h1 {
	font-size: 3em;
}

.blurb {
	text-align: center;
}

.blurb h2 {
	font-size: 1.5em;
}

.blurb p {
	margin: 0;
}

.blurb em {
	color: #00aef1;
	font-style: normal;
}

/* Activate Page */

.activate-page .mainstage {
	background-color: #8acecb;
	}

/*Edit event*/

.stats li {
	padding: 1em 0 ;
}


.stats .over-capacity {
	color: #de6466;
}


/*How it works*/

.how-page h1 {
	font-size: 6em; /*Fittext overrides this*/
	text-align: center;
	padding: 0 0 1.8em;
	color: #fff;
	text-shadow: 0 0 15px #000;
}

.how {
	position: relative;
	text-align: center;
}

.how p {
	font-size: 1em;
	overflow: hidden;
	margin: 0 auto;
}

.how .group {
	padding: 2em 2%;
}

.how .odd img {
	float: right;
	margin-left: 2em;
}

.how .even img{
	float: left;
	margin-right: 2em;
}

.how .imageOne {
	padding: 16em 0;
	background: black url("../images/bigidea-01.jpg") center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}

.how .imageTwo {
	padding: 16em 0;
	background: black url("../images/bigidea-02.jpg") center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}

.how .imageThree {
	padding: 16em 0;
	background: black url("../images/bigidea-03.jpg") center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}

.how .imageFour {
	padding: 16em 0;
	background: black url("../images/bigidea-04.jpg") center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}
.how .imageFive {
	padding: 16em 0;
	background: black url("../images/bigidea-05.jpg") center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}
.how .imageSix {
	padding: 16em 0;
	background: black url("../images/bigidea-06.jpg") center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}
.how .imageSeven {
	padding: 11em 0;
	background: black url("../images/bigidea-07.jpg") center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}
.how .imageEight {
	padding: 16em 0;
	background: black url("../images/bigidea-08.jpg") center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}
.how .group {
	background-color: #00aef1;
	color: #fff;
	font-size: 22px;
}

.how .group.even {
	background-color: #f78060;
	color: #fff;
}

.how .group.odd {
	background-color: #8acfcc;
	color: #fff;
}





.case-studies .container{
	max-width: 50em;
	margin: 0 auto;

}

.case-studies h3 {
	font-size: 2em;
}

.case-studies h4 {
	font-size: 1em;
	font-weight: 600;
}

.case-studies .body-copy {
	border-top: 1px dotted #ccc;
	padding-top: 2em;
	position: relative;
}

.case-studies .body-copy p {
	max-width: none;
	}

/*Organisation page*/
.org-profile .mainstage {
	background-color: #8acecb;
	padding: 2em 0 0;
}

.org-profile .logo {
	border: 0.6em solid #fff;
	max-height: 6em;
	background-color: #fff;
	max-height: 6em;
	max-width: 9em;
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	border-radius: 0.25em;
	display: block;
}

.org-profile .mainstage h1 {
	margin: 0;
}

/*Get invited page*/

.invite-page h1 {
	font-size: 10em;
	margin: 0;
	padding: 0;
}

/*Carousel*/

.touchcarousel {
	width: 100% !important;
	background-color: #000;
	height: 200px !important;
}

.touchcarousel img {
	max-height: 100%;
}

/*Profile page*/
.profile-page {
	background-color: #eee;
}

.profile-page h1 {
	margin: 0;
	font-size: 6em;
}

.profile-page ul {
	margin-bottom: 1em;
}

.profile-page .social li:first-child {
	padding: 0;
}

.profile-page .region {
	font-size: 1.25em;
	padding-bottom: 0;
}

.profile-page .avatar{
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	}

.profile-page .orgs {
	margin-bottom: 1em;
}

.profile-page .films {
	border-top: 1px dotted #ccc;
}

.profile-page .films li {
	border-bottom: 1px dotted #ccc;
	padding: 0.5em 0;

}

.profile-page .orgs .comma:last-child {
	display: none;
}

/*
 * Manage account screen
 */

 /* ID selectors are the only way I can target these :( */
/* breaks particpant form */
#sf_guard_user_profile_dob_month,
#sf_guard_user_profile_dob_day,
#sf_guard_user_profile_dob_year,
#participant_profile_dob_month,
#participant_profile_dob_day,
#participant_profile_dob_year,
#user_profile_dob_month,
#user_profile_dob_day,
#user_profile_dob_year {
  float: left;
}

#sf_guard_user_profile_dob_month,
#sf_guard_user_profile_dob_day,
#participant_profile_dob_month,
#participant_profile_dob_day,
#user_profile_dob_month,
#user_profile_dob_day {
   width: 29%;
   margin-right: 3%;
}

#sf_guard_user_profile_dob_year,
#participant_profile_dob_year,
#user_profile_dob_year {
   width: 30%;
}

 /* ID selectors are the only way I can target these :( */
/* breaks particpant form */
#add_goodpitch_schedule_slot_start_year,
#add_goodpitch_schedule_slot_start_month,
#add_goodpitch_schedule_slot_start_hour,
#add_goodpitch_schedule_slot_end_year,
#add_goodpitch_schedule_slot_end_month,
#add_goodpitch_schedule_slot_end_hour,
#goodpitch_schedule_slot_start_year,
#goodpitch_schedule_slot_start_month,
#goodpitch_schedule_slot_start_hour,
#goodpitch_schedule_slot_end_year,
#goodpitch_schedule_slot_end_month,
#goodpitch_schedule_slot_end_hour {
  float: left;
  width: 15%;
  margin-right: 1%;
}

#add_goodpitch_schedule_slot_start_day,
#add_goodpitch_schedule_slot_end_day,
#goodpitch_schedule_slot_start_day,
#goodpitch_schedule_slot_end_day {
  float: left;
  width: 15%;
  margin-right: 10%;
}

#add_goodpitch_schedule_slot_start_minute,
#add_goodpitch_schedule_slot_end_minute,
#goodpitch_schedule_slot_start_minute,
#goodpitch_schedule_slot_end_minute {
  float: left;
  width: 15%;
}


.profile-photo-form {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #ccc;
}

.edit-profile-form li {
  float: left;
  width: 100%;
}

.edit-profile-form label {
  margin-top: 0.25em;
}

.edit-profile-form li:nth-child(1),
.edit-profile-form li:nth-child(2) {
  width: 48.5%;
  float: left;
  margin-right: 3%;
}


.edit-profile-form .error_list li {
  width: 100%;
  margin: 0;
  float: none;
}

.edit-profile-form li:nth-child(2) {
  margin-right: 0;
}

.data-dropdown > a{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 0.5em;
	background-color: #2c2c2c;
	color: #fff;
}

#dropdown-1 {
	top: 3em !important;
}


/*
 * Organisation edit
 */
 .primary-org,
 .secondary-org {
   border-bottom: 1px solid #ccc;
   margin-bottom: 1em;
 }

 .secondary-org li {
   border-bottom: 1px dotted #ccc;
   padding: .5em 0;
   position: relative;
 }

 .secondary-org li:last-child {
   border-bottom: none;
 }

 .primary-org li {
    position: relative;
    padding: .5em 0;
 }

  .primary-org ul,
  .secondary-org ul {
      margin-bottom: 0;
  }
  .org-role {
    margin-bottom: 0;
  }

  .org-label {
    text-transform: uppercase;
    font-size: 0.875em;
    margin-bottom: 0;
    color: #999;
    letter-spacing: 1px;
  }

 .actions a {
    display: none;
   color: #999;
   display: inline-block;
   margin-right: 1.5em;
 }

 .actions a:hover {
   color: #000;
   text-decoration: underline;

 }


 /*
  * TODO list
  */
  .rsvp {
      margin-top: 1em;
  }

  .response {
        padding: 0.5em 0;
        margin-bottom: 2em;
  }
  .to-do-list {
    background: #f4f4f4;
    padding: 1.5%;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
  }

  .progress-bar li {
    border-bottom: 1px solid #e9e9e9;
    padding: .33em 0;
  }

  .progress-bar li a {
    display: block;
    color: #333;
  }

  .progress-bar li a:hover {
    color: #00aef1;
  }

  .progress-indicator {
    width: 1em;
    height: 1em;
    display: inline-block;
    text-indent: -9999px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    float: left;
    margin-right: .5em;
    margin-top: .31em;
    box-shadow: inset 0 1px 5px 1px rgba(0,0,0,0.05), 0 1px 1px 0 #fff;
  }

  a:hover .progress-indicator {
    border-color: #aaa;
  }

  .complete {
    background: #fff url('../images/tick.png') top left no-repeat;
  }

  .incomplete {
  }

  .edit {
    display: block;
  }
/*
 * footer
 */


footer {
	background: url('../images/logo-reversed.png') no-repeat center 51% / 10em;
	background-color: #2c2c2c;
	color: #fff;
	padding-bottom: 10em;
}
	.concept h2 {
		display:block;
		border-bottom: 1px dotted #ccc;
		padding-bottom: 0.25em;
		margin-bottom: 1em;
	}

	.concept .image-holder {
		text-align: center;
	}

	.concept img {
		float: none;
		margin: inherit;
		max-height: 70px;
	}

	.concept .three-col li {
		margin-bottom: 1em;
	}

	.concept .upcoming {
		text-align: center;
	}

	.concept .upcoming h3 {
		letter-spacing: 0.4em;
		font-size: 1.25em;
		margin-bottom: 1em;

	}

	.concept .upcoming li {
		display: block;
		text-align: center;
		font-size: 1.75em;
		line-height: 1.5em;
		text-transform: uppercase;
	}

.footer_nav {
	text-align: center;
	}
	
	.footer_nav .container ul li {
		padding-top: 15px;
	}
	
	.footer_nav .container ul {
		border-top: 1px dotted rgba(255,255,255,0.4);
		}
		
		.footer_nav .container ul li a {
			display: block;
			background-color: #292929;
			margin: 2px 0 0;
			padding: 14px;
		}
		
		.footer_nav .container ul li a:hover {
			background-color: #222;
			}

.manage-footer {
  background-position: center 50%;
}



/*Expander*/

.hidden-post {
	display: none;
}

.collapsed-list {
	border-top: 1px dotted #ccc;
}

.collapsed-list h2 {
	margin: 0;
}

.collapsed-list > li{
	border-bottom: 1px dotted #ccc;
	padding: 1em 0;
}


/* login message */

div#loginhelp {
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}


/* For Filmmakers */

.for-filmmakers .mainstage {
}

.for-filmmakers span.big-number {
	display: block;
	font-size: 3em;
	text-transform: uppercase;
	line-height: 1;
	color: #0099ca;
}

.filmmaker-intro, .filmmaker-results {
/* 	text-align: center; */
}

.filmmaker-results {
	background-color: #eee;
}

.filmmaker-intro .intro p {
	font-size: 1.25em;
	}

.filmmaker-intro p {
	max-width: 37.5em;
	margin: 1em auto;
}


.facts-figures {
	padding: 2em 0 7em 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
        background-position: center;
}

.facts-figures h2 {
	text-align: center;
}

.facts-figures h3 {
	color: #0099ca;
}

.how-page .facts-figures h3 {
	color: #76cccb;
}


.filmmaker-info .container {
	max-width: 50em;
	margin: 0 auto;
}

.filmmaker-info .container p {
	max-width: none;
}




/* PRESENTATION MODE */

html#presBody {
	background-color: #eee;
}

body#presMode {
	min-height: 800px;
	min-width: 100%;
}

body#presMode p {
	font-size: 16px;
}

div.backgroundPad {
	background-color: #eee;
	position: absolute;
	bottom:0; right:0; top:0; left:0;
	z-index:-999;
}

form.presSearch, div.presSearch {
	display: block;
	position: fixed;
	background: url(../images/topBar.png) #ebebeb -40px top no-repeat;
	color: #0099ca;
	top:0;
	right:0;
	left:0;
	height: 60px;
	margin-bottom: 8px;
	z-index: 999;
}

div.presSearch {
	background: url(../images/topBarSearch.png) #ebebeb left top no-repeat;
}

div.presSearch a {
	display: inline-block;
	text-indent: -999em;
	width: 120px;
	height: 60px;
}

a.topBarProfile, a#closeLink {
	background-image: url(../images/topBarProfile.png);
	display: inline-block;
	text-indent: -999em;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
}

a#closeLink {
	background-image: url(../images/topBarBack.png);
	left: 0;
	right: auto;
}

form.presSearch input {
	display: block;
	position: absolute;
	background-color: transparent;
	color: #0099ca;
	font-size: 1.2em;
	top:0;
	right:0;
	left: 15px;
	height: 50px;
	padding: 4px 4px 4px 80px;
	border: 0;
}

h1 {
	text-align: center;
	margin: 0;
}

.presList {
	padding: 65px 15px 0 15px;
	background-color: #eee;
	}

div.contentWrapper {
	width: 100%;
	background-color: #eee;
	bottom: 0;
	right: 0;
	left: 0;
	position: absolute;
	z-index: 9;
}

.presDisplay.person {
	padding: 60px 15px 0 40px;
	min-height: 800px;
	}

.presDisplay.person h1 {
	margin: 0;
	padding: 0;
	text-align: left;
}

div.personImageWrapper {
	width: 35%;
	min-width: 340px;
	margin: 60px 0 0 60px;
	float: left;
	height: 350px;
	background: center center no-repeat;
	background-size: cover;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	z-index: -1;
}

.presDisplay.person #presLeft {
	width: 100%;
	margin: 0;
	padding: 0 20px;
	min-height: 800px;
	text-align: left;
	float: left;
	background-color: #eee;
}

.presDisplay.person #presRight {
	width: 30%;
	float: right;
	padding-right: 5%;
	text-align: center;
}

.presDisplay.orgs {
	padding: 15px 25px 0 25px;
	text-align: center;
	min-height: 800px;
	background-color: #eee;
	}

.presDisplay.orgs p, .presDisplay.orgs h3 {
	text-align: left;
}

.presDisplay.orgs h1 {
	clear: both;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 90%;
}

.presDisplay.orgs #presLeft {
	text-align: left;
}

.presDisplay.orgs #presLeft.wide {
	width:97%;
	float: left;
}

.presDisplay.orgs #presRight {
	width: 47%;
	float: right;
	text-align: left;
	margin-left: 5%;
}

.presDisplay.orgs #presLeft div.logoFrame img {
	margin: 0 20px 10px 0;
	float: left;
	max-width: 40%;
	max-height: 100px;
	background-color: #fff;
	padding: 1% 1%;
	margin-bottom: 1%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.presDisplay.orgs ul.peopleList {
	clear: left;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #eee;
	padding-top: 5px;
}


.presDisplay.orgs ul.peopleList li {
	width: 20%;
	display: inline-block;
	margin: 0;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
}

.presDisplay.orgs ul.peopleList li.peopleList5 {
	width: 19%;
}

.presDisplay.orgs ul.peopleList li.peopleList6 {
	width: 15%;
}

.presDisplay.orgs ul.peopleList li a {
	display: block;
	width: 100%;
	line-height: 1;
}

.presDisplay.orgs ul.peopleList li p {
	margin: 0;
	line-height: 1;
	text-align: center;
	font-size: 14px;
}

.presDisplay.orgs ul.peopleList li a img {
	max-width: 90%;
	max-height: 100px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.presDisplay.film {
	padding: 0;
	}

.presDisplay.film h1 {
	text-align: left;
	margin: 0;
	width: 50%;
	min-width: 80%;
	clear: both;
	margin: 70px 0 0 60px;
	padding: 0;
	color: #fff;
}

.presDisplay.film h1 span {
	background-color: rgba(0,0,0,0.3);
	padding: 0 10px;
	margin: 0;
	display: inline-block;
}

.presDisplay.film p.synopsis {
	width: 46%;
	padding: 2%;
	float: left;
}

.presDisplay.film ul.peopleList {
	width: 46%;
	right: 0;
	padding: 2%;
	float: right;
}

.presDisplay.film ul.peopleList li {
	width: 49%;
	display: inline-block;
	margin: 0;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
}

.presDisplay.film ul.peopleList li.peopleList3 {
	width: 32%;
}

.presDisplay.film ul.peopleList li.peopleList4 {
	width: 24%;
}

.presDisplay.film ul.peopleList li a {
	display: block;
	width: 100%;
	line-height: 1;
}

.presDisplay.film ul.peopleList li p {
	margin: 0;
	line-height: 1;
}

.presDisplay.film ul.peopleList li a img {
	max-width: 90%;
	max-height: 120px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


div.presBackground {
	position: absolute;
	right: 0;
	left:0;
	top:0;
	bottom: 20%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: -1;
}


	.logos li {

	}

	.logos img {

	}


ul#films, ul#people, ul#orgs {
	display: inline-block;
	width: 100%;
	text-align: left;
}

ul#films li, ul#people li, ul#orgs li {
	display: inline-block;
	width: 155px;
	height: 155px;
	margin: 5px;
	text-align: center;
	line-height: 1em;
	vertical-align: top;
	padding: 10px;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}

ul#films li img, ul#people li img, ul#orgs li img {
		max-width: 100%;
		max-height: 100px;
		vertical-align: middle;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
}

ul#films li a, ul#people li a, ul#orgs li a {
	clear: both;
	display: block;
	margin-bottom: 5px;
	height: 200px;
	vertical-align: bottom;
	line-height: normal;
}

ul#films li a.imgLink, ul#people li a.imgLink, ul#orgs li a.imgLink {
	line-height: 90px;
	height: 100px;
	overflow: hidden;
}

ul#films li {
	height: 135px;
}

ul#films li a.imgLink, ul#people li a.imgLink {
	line-height: 110px;
	height: 110px;
}

ul#people li {
	padding-top: 20px;
	height: 145px;
}

.stats_progress {
 width: 100%;
 border: 1px solid #ddd;
 position: relative;
 padding: 0;
 margin: 10px 0;
 text-align: left;
 vertical-align: middle;
}

.stats_percent {
 position: absolute;
 height: 40px;
 line-height: 2.5;
 padding-left: 10px;
}

.stats_bar {
 height: 40px;
 background-color: #c3d1da;
}


/* Timeline */

#timelineWrapper h1, #timelineWrapper h2,#timelineWrapper h4,#timelineWrapper h5,#timelineWrapper h6 {
	text-align: center;
	color: #000;
	font-family: 'league-gothic';
	margin-bottom: 5px;
}
	#timelineWrapper h1 {
		font-size: 18px;
	}
	#timelineWrapper h2 {
		font-size: 14px;
	}
#timelineWrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	right: 0;
	left: 0;
	background: url('../images/timeline/dot.gif') left 55px repeat-x #111;
	position: relative;
}

	#timeline {
		width: 400px;
		max-width: 100%;
		height: 350px;
		overflow: visible;
		margin: 20px auto;
		position: relative;
		}
		#dates {
			width: 100%;
			height: 40px;
			overflow: hidden;
			}
			#dates li {
				list-style: none;
				float: left;
				width: 157px;
				height: 40px;
				font-size: 14px;
				text-align: center;
				background: url('../images/timeline/biggerdot.png') center bottom no-repeat;
				}
				#dates a {
					line-height: 30px;
					padding-bottom: 5px;
					font-family: 'league-gothic';
					text-transform: uppercase;
					}
				#dates a.upcoming {
					color: #fff !important;
					}

				#dates .selected {
			        font-size: 17px;
					}
		
		ul#links {
			position: absolute;
			list-style: none;
			}
			ul#links li {
				float: left;
				margin: 0 10px 25px 10px;
				color: #000;
				overflow: visible;
				transition-duration: 300ms;
				background: transparent;
				height: 1px;
				}
			
			ul#links li a {
				display: block;
				width: 350px;
				height: 250px;
				text-indent: -999em;
				}
			ul#links li a.selected {
				display: none;
				}
		#issues {
			width: 370px;
			height: 350px;
			margin: 0 auto;
			}	
			#issues li a {
				width: 350px;
				height: 250px;
				list-style: none;
				display: block;
				float: left;
				background-color: #666;
				margin: 0 10px 25px 10px;
				color: #000;
				overflow: hidden;
				transition-duration: 300ms;
				border-radius: 3px 3px;
				background-size: cover;
				background-position: center top;
				background-size: 100%;
				opacity: 0.6;
				}
			
			#issues li.selected a {
				height: 300px;
				background-size: 120%;
				opacity: 1;
				}
			#issues li a.past {
				-moz-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");
				-o-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");
				-webkit-filter: grayscale(100%);
				filter: gray;
				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");
				}
				#issues li a.past.selected {
					-moz-filter: none;
					-o-filter: none;
					-webkit-filter: none;
					filter: gray;
					filter: none;
					}
			#issues li:hover a {
				opacity: 1;
				background-size: 105%;
				}
			#issues li.selected:hover a {
				background-size: 120%;
				}				
				#issues li a span.title {
					font-family: 'league-gothic';
					text-transform: uppercase;
					text-align: center;
					color: #00aeef;
					font-size: 28px;
					margin: 210px 0 0 0;
					padding: 15px 5px 5px;
					background-color: rgba(0,0,0,0.6);
					text-shadow: #000 1px 1px 2px;
					border-bottom: none;
					transition-duration: 300ms;
					display: block;
					}
				
				#issues li.selected a span.title {
					font-size: 36px;
					margin: 150px 0 0 0;
					border-bottom: #aaa dotted 1px;
					}
				
				#issues li a span.issueContent {
					color: #fff;
					font-size: 14px;
					}
				
				#issues li div.issueContent, #issues li span.issueContent {
					padding: 10px;
					text-align: center;
					background-color: rgba(0,0,0,0.6);
					height: 200px;
					display: block;
					transition-duration: 300ms;
					}
		
		#grad_left,
		#grad_right {
			width: 100px;
			height: 400px;
			position: absolute;
			top: 54px;
			transition-duration: 300ms;
		}
			#grad_left {
		        left: 0;
 		        background: url('../images/timeline/grad_left.png') repeat-y;
			}
			#grad_right {
		        right: 0;
 		        background: url('../images/timeline/grad_right.png') repeat-y;
			}
		
		#next,
		#prev {
			display: none;
/*			opacity: 0.4;
			position: absolute;
			top: 0;
			font-size: 70px;
			top: 170px;
			width: 22px;
			height: 38px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden; */
		}
			#next:hover,
			#prev:hover {
				opacity: 1;
			}
			#next {
				right: 20px;
				background-image: url('../images/timeline/next.png');
			}
			#prev {
				left: 20px;
				background-image: url('../images/timeline/prev.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}
				
@media (max-width: 768px) {
	
#grad_left, #grad_right { opacity: 0; }

}
