/*!
 * Fantastic Fest 2015
 *
 * Copyright 2015 Fantastic Fest
 *
 * Designed and built by tinch.co
 */
    
body {
	background: #000 url('https://s3.amazonaws.com/s3.fantasticfest.com/assets/img/background-2015-art_1.jpg') top center no-repeat; 
}

p img {
	width: inherit;
}

.modal-body {
	max-height: 400px;
	padding: 4px;
	overflow-y: auto;
}

.modal-footer {
	background-color: #1F1F1F;
	border-top: 1px solid #363636;
	padding: 4px;
	box-shadow: inset 0 1px 0 #000;
		-webkit-box-shadow: inset 0 1px 0 #000;
		-moz-box-shadow: inset 0 1px 0 #000;
}

.modal {
	background-color: #1F1F1F;
	width: 640px;
}

/* Fonts */
.fontFaceLight {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.fontFaceRegular {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
.fontFaceBold {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}
.fontFaceStencil {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}
h1.fontFaceLight, h2.fontFaceLight, h3.fontFaceLight, h4.fontFaceLight, h5.fontFaceLight, h6.fontFaceLight, h1.fontFaceRegular, h2.fontFaceRegular, h3.fontFaceRegular, h4.fontFaceRegular, h5.fontFaceRegular, h6.fontFaceRegular, h1.fontFaceBold, h2.fontFaceBold, h3.fontFaceBold, h4.fontFaceBold, h5.fontFaceBold, h6.fontFaceBold, h1.fontFaceStencil, h2.fontFaceStencil, h3.fontFaceStencil, h4.fontFaceStencil {
	font-weight: normal;
}
h6.fontFaceLight, h6.fontFaceRegular {
	letter-spacing: 1px;
}
.redFont {
	color: #fe0000;
}
.purpleFont {
	color: #ee8838;	
}
.whiteFont, .whiteFont a {
	color: #ffffff;
}
a:hover.whiteFont  {
	color: #ee8838;	
}
.padding {
	padding: 10px;
}
.upperCase {
	text-transform: uppercase;
}
.letterSpace {
	letter-spacing: 1px;
}
.textCenter {
	text-align: center;
}
.push-right {
	text-align: right;
}
article blockquote {
	border-left: 5px solid #e2dfd6;
}
.alert p {
	margin: 0;
}
.alert-error a {
	color: #B94A48;
}

.btn-primary {
  background-color: #97382e;
  *background-color: #a6432d;
  background-image: -ms-linear-gradient(top, #c8552a, #a6432d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c8552a), to(#a6432d));
  background-image: -webkit-linear-gradient(top, #c8552a, #a6432d);
  background-image: -o-linear-gradient(top, #c8552a, #a6432d);
  background-image: -moz-linear-gradient(top, #c8552a, #a6432d);
  background-image: linear-gradient(top, #c8552a, #a6432d);
  background-repeat: repeat-x;
  border-color: #a6432d #a6432d #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#c8552a', endColorstr='#a6432d', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #a6432d;
  *background-color: #004ab3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #97382e;
}

/* Structure */
.masthead {
	text-align: center;
	position: relative;
	z-index: -1;
}

.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  background-color: #ee8838;
}

.sectionHeader {
	color: white;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
	background-color: #2c2c2c;
	background-image: -moz-linear-gradient(top, #222222, #000000);
	background-image: -ms-linear-gradient(top, #222222, #000000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#000000));
	background-image: -webkit-linear-gradient(top, #222222, #000000);
	background-image: -o-linear-gradient(top, #222222, #000000);
	background-image: linear-gradient(top, #222222, #000000);
	background-repeat: repeat-x;
	  -webkit-border-radius: 4px;
	     -moz-border-radius: 4px;
	          border-radius: 4px;
	  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#222222', endColorstr='#000000', GradientType=0);
	  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.sectionHeader [class^="icon-"],
.sectionHeaderInline [class^="icon-"] {
	margin-right: 2px;
	margin-top: 6px;
}

h3.sectionHeader {
	line-height: 20px;	
}

.whiteBg {
	background-color: #FFFFFF;	
}

.container hr {
	border-top: 1px solid #e4dec3;
	border-bottom: 1px solid #bb701c;
}

.container article hr {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #E2DFD6;
}

.sidebar .sectionHeader {
	margin-bottom: 5px;
}
.sidebar .nav-pills > li > a {
  color: #000000;
  background-color: #fcf8e4;
}
.sidebar .nav-pills > li > a:hover {
  color: #ffffff;
  background-color: #ee8838;
}
.sidebar .nav-tabs > li > a {
  background-color: #FFFFFF;
  color: #333;
}
.sidebar .nav-tabs > .active > a,
.sidebar .nav-tabs > li > a:hover {
  background-color: #ee8838;
  color: #fff;
}
.sidebar .nav-list > .active > a,
.sidebar .nav-list > li > a:hover {
  background-color: #ee8838;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.sidebar .thumbnail {
	background-color: #f5d290;
}

.sidebar .thumbnail {
	margin-bottom: 18px;
}
.sidebar .thumbnail h3 {
	color: #bb701c;
	margin-bottom: 10px;
}

.sidebar #countdown {
	color: #000;
	padding: 10px;
	margin-bottom: 18px;
	background-color: #e60000;
	border: 1px solid #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	text-align: center;
}

.sidebar #countdown span {
	font-family: 'OswaldBook', Arial, sans-serif;
	text-transform: uppercase;
}

.adBlockContainer {
	display: block;
	margin-bottom: 18px;
	text-align: center;
}

.carousel-caption a {
	color: #E8E1D0;
}

.newsIndex article h3 {
	font-size: 22px;
	line-height: 31px;
}

.pageEntry article a,
.newsEntry article a,
.eventEntry article p a {
	color: #ee8838;
}

.filmEntry article h6 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.filmEntry article h6 ul li {
	float: left;
}

.pageEntry article,
.newsIndex article,
.newsEntry article,
.pressIndex article,
.videoEntry article,
.searchIndex article,
.filmEntry article,
.gameEntry article,
.eventEntry article,
.programEntry article,
.projectEntry article {
	display: block;
	padding: 10px;
	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
		-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
			box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 18px;
}

section.pressIndex {
	margin-bottom: 18px;
}
.pressIndex article,
.searchIndex article {
	margin-bottom: 5px;
}

.pressIndex h4 {
	color: #fff;
	background-color: #e4dec3;
	padding: 8px;
	margin-bottom: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.newsIndex article img.main,
.pageEntry article img.main,
.newsEntry article img.main,
.searchIndex article img.main {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}

.videoEntry article .fluid-width-video-wrapper {
	margin-bottom: 10px;
}

.pageEntry article p img,
.newsEntry article p img {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 10px;
	height: auto !important;
}

.pageEntry article header,
.videoEntry article header {
	margin-bottom: 10px;
}

.pageEntry .pressIndex a {
	color: #4F4F4F;
}
.pageEntry .pressIndex header,
.videoEntry ul.thumbnails .span3 {
	margin-bottom: 0;
}

.newsEntry p.lead, .filmEnry p.lead {
	font-size: 18px;
	line-height: 25px;	
}

ul.shareBox {
	background: #f5f5f5;
	list-style: none;
	margin-left: 0;
	padding: 5px;	
	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
			border-radius: 4px;
}
ul.shareBox li {
	float: left;
}

.popSourceBlock {
    display:none;
}

.newsIndex .span8 ul.shareBox.well {
	margin-bottom: 0;
}

.span8 .pagination {
	margin-top: 0;
}
.pagination ul {
	background-color: #3A001C;
}
.pagination a {
	color: #FFFFFF;
}

footer ul {
	float: right;
	list-style: none;
	margin: 0;
}
footer ul li {
	float: left;
	margin-left: 15px;
	margin-bottom: 18px;
}
footer ul li a {
	color: #fff;
}
footer ul li a:hover {
	color: #ee8838;
}

#disqus_thread #layout h4 {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.2;
}


/* Arcade Section */
body.arcadeSection {
	background: #a65bc9 url('https://s3.amazonaws.com/fantasticfest-site/images/backgroundArcade2014-bg.png') top center no-repeat;
}

.arcadeSection .sectionHeader {
	background-color: #2C2C2C;
	background-image: -moz-linear-gradient(top, #666, #333);
	background-image: -ms-linear-gradient(top, #666, #333);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(#333));
	background-image: -webkit-linear-gradient(top, #666, #333);
	background-image: -o-linear-gradient(top, #666, #333);
	background-image: linear-gradient(top, #666, #333);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#666666', endColorstr='#333333', GradientType=0);
}

.arcadeSection .sidebar .nav-pills > li > a {
	color: #fff;
	background-color: #666;
}

.arcadeSection .sidebar .nav-pills > li > a:hover {
  color: #fff;
  background-color: #333;
}

.arcadeSection .sidebar .nav-list > .active > a,
.arcadeSection .sidebar .nav-list > li > a:hover {
  background-color: #f9581d;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.arcadeSection .sidebar .nav-tabs > .active > a,
.arcadeSection .sidebar .nav-tabs > li > a:hover {
  background-color: #f9581d;
  color: #fff;
}

.arcadeSection .whiteBg {
	background-color: #fff;
}

.arcadeSection .purpleFont {
	color: #fff;
}

.arcadeSection .container hr {
	border-top: 1px solid #666;
	border-bottom: 1px solid #333;
}

body.pageEntry.arcadeSection article a,
body.newsEntry.arcadeSection article a {
	color: #f9581d;
}

.arcadeSection .pagination a:hover,
.arcadeSection .pagination .active a {
	background-color: #333;
}

.arcadeSection .pagination ul {
	background-color: #666;
}


/* Market Section */
body.marketSection {
	background: #000 url('https://s3.amazonaws.com/fantasticfest-site/assets/background-2014-4.jpg') top center no-repeat; 
}

.marketSection .sectionHeader {
	background-color: #2C2C2C;
	background-image: -moz-linear-gradient(top, #666, #333);
	background-image: -ms-linear-gradient(top, #666, #333);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(#333));
	background-image: -webkit-linear-gradient(top, #666, #333);
	background-image: -o-linear-gradient(top, #666, #333);
	background-image: linear-gradient(top, #666, #333);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#666666', endColorstr='#333333', GradientType=0);
}

.marketSection .sidebar .nav-pills > li > a {
	color: #fff;
	background-color: #666;
}

.marketSection .sidebar .nav-pills > li > a:hover {
  color: #fff;
  background-color: #333;
}

.marketSection .sidebar .nav-list > .active > a,
.marketSection .sidebar .nav-list > li > a:hover {
  background-color: #f9581d;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.marketSection .sidebar .nav-tabs > .active > a,
.marketSection .sidebar .nav-tabs > li > a:hover {
  background-color: #f9581d;
  color: #fff;
}

.marketSection .e2ma_signup_form,
.marketSection .sidebar .thumbnail {
	background-color: #cccccc;
}

.marketSection .whiteBg {
	background-color: #fff;
}

.marketSection .purpleFont {
	color: #fff;
}

.marketSection .container hr {
	border-top: 1px solid #666;
	border-bottom: 1px solid #333;
}

body.pageEntry.marketSection article a,
body.newsEntry.marketSection article a {
	color: #f9581d;
}

.marketSection .pagination a:hover,
.marketSection .pagination .active a {
	background-color: #333;
}

.marketSection .pagination ul {
	background-color: #666;
}


article header.carousel-caption h4 {
	color: #999;
}


/* Emma Signup Form */
.e2ma_signup_image_container, .e2ma_signup_form_required_asterix, .e2ma_signup_form_required_footnote, #e2ma_signup_reset_button {
	display: none !important;
}

form#e2ma_signup {
	margin-bottom: 0;
}

/* Controls width of your form */
.e2ma_signup_form {
	min-height: 20px;
	padding: 8px 10px 15px 10px;
	margin-bottom: 18px;
	background-color: #ecc987;
	border: 1px solid #EEE;
	border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.e2ma_signup_form_container {
	text-align: center;
}

/* Controls the style, width, and font style of the text input, select and textarea fields */
.e2ma_signup_form input[type=text] {
	display: inline-block !important;
	margin-bottom: 0;
	height: 18px;
	padding: 4px;
	font-size: 13px;
	line-height: 18px;
	color: #555;
	width: 120px;
}
.e2ma_signup_form textarea,
.e2ma_signup_form select { 
	background-color: white;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
		-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
			-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
				-o-transition: border linear 0.2s, box-shadow linear 0.2s;
					transition: border linear 0.2s, box-shadow linear 0.2s;
}

/* Controls width, style, and padding of the table border outlines around individual member fields */
.e2ma_signup_form_row {
	display: inline-block;
	border: 0;
	margin-bottom: 5px;
	padding: 0;
}

/* Controls alignment and display of image in welcome message */
.e2ma_signup_image_container {
    text-align:center;
    display: inline;
}

/* Controls border around signup image (when image is linked) */
.e2ma_signup_image {
    border:0;
}

/* Controls style and formatting of welcome message */
.e2ma_signup_message {
	font-family:Verdana, sans-serif;
	font-size:12px;
	color:#333333;
	margin-bottom: 5px;
}

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
	padding-left: 0;
	margin-bottom: 0;
	vertical-align: middle;
	display: inline-block;
	min-height: 18px;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}

/* Controls spacing and style for any text used to list options under multiple choice fields) */
.e2ma_signup_form_element {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#333333;
}

/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style for "Select your interests..." text */
.e2ma_signup_form_group_label {
	font-family:Verdana, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:normal;
}

/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style and spacing for groups displayed as options */
.e2ma_signup_form_groups {
	font-family:Verdana, sans-serif;
	font-size:12px;
	color:#333333;
	border:1px solid #dddddd;
	padding:5px;
	margin-bottom:5px;
}

/* Controls the style and spacing of the word "required" and border surrounding that text */
.e2ma_signup_form_required_footnote {
	font-family:Verdana, sans-serif;
	font-size:12px;
	color:#333333;
	border:1px solid #dddddd;
	padding:5px;
	margin-bottom:5px;
}


/* Controls the alignment of "submit" and "clear" buttons */
.e2ma_signup_form_button_row {
	float: none;
	display: inline-block;
}

/* Controls display of the "clear" button */
.e2ma_signup_form_button_row #e2ma_signup_reset_button {
	display: inline;
}

/*Overrides browser default settings for button styles (for additional control of "submit" and "clear" buttons) */
.e2ma_signup_form_button { 
	display: inline-block;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	      border-radius: 4px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

 /* Landscape phones and down */
@media (max-width: 480px) {
	.masthead {
		margin-bottom: -25px !important;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.masthead {
			margin-bottom: -40px;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.homepage article h3,
	.videoIndex article h3,
	.videoEntry article h3,
	.sidebar .thumbnail h3 {
		font-size: 15px;
		line-height: 23px;
	}
	.container.main {
		margin-top: 27px;
	}
	article.thumbnail {
		min-height: 200px;
	}
	.thumbnail.iconBox {
		min-height: 120px;
	}
	.masthead {
			margin-bottom: -70px;
	}
	.homepage .span8 li.span4 article {
		min-height: 200px;
	}
}

/* Large desktop */
@media (min-width: 1200px) {
	.eventsIndex.arcadeSection article.thumbnail {
		min-height: 290px !important;
	}
	article.thumbnail {
		min-height: 240px !important;
	}
	.thumbnail.iconBox {
		min-height: 100px !important;
	}
	.homepage .span8 li.span4 article {
		min-height: 220px;
	}
	.videoIndex article h3,
	.videoEntry article h3 {
		font-size: 18px;
		line-height: 27px;
	}
}

@media (min-width: 980px) {
	.videoIndex article h3,
	.videoEntry article h3 {
		font-size: 15px;
		line-height: 23px;
	}
	.container.main {
		margin-top: 27px;
	}
	.programsIndex article.thumbnail,
	.eventsIndex article.thumbnail {
		min-height: 230px;
	}
	.eventsIndex.arcadeSection article.thumbnail {
		min-height: 250px;
	}
	article.thumbnail {
		min-height: 200px;
	}
	.thumbnail.iconBox {
		min-height: 100px;
	}
	.masthead {
			margin-bottom: -90px;
	}
}