html{
    font-size: 100%
}

body {
	color: #2c3e50;
	font-size: 16px;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	background-color: #fff;
	overflow-x: hidden;
	line-height: 1.5;
}

a {
	color: #3498db;
	cursor: pointer;
	text-decoration: none;
	
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
a:hover, a:focus {
	color: #2980b9;
	outline: none;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 0;
}
h1 {font-size: 38px;}
h2 {font-size: 32px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

p.lead {
	font-size: 24px;
	font-weight: 200;
}
p {
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0;
}
ul, ol {
	margin-bottom: 20px;
}
blockquote {
	padding-top: 0;
	padding-bottom: 0;
	border-color: #1ABC9C;
}
blockquote small {
	color: inherit;
}
pre {
	background-color: rgba(255, 255, 255, .5);
	border-color: rgba(0, 0, 0, .1);
	margin-bottom: 20px;
}
/*	Section
	==================================================*/
.section {
	padding: 90px 0;
}
.active-section {
	top: 85px;
}
.navbar.active-section {
	top: 0 !important;
}

/*	Button & Label
	==================================================*/
.alert {
	color: #FFF;
	border: none;
}
[class^="alert-"] .alert-link, [class*=" alert-"] .alert-link {
	color: #FFF;
	font-weight: 400;
	text-decoration: underline;
}
.btn, .label {
	font-weight: 400;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	outline: none;
}
.btn-link {
	color: #1abc9c;
}
.btn-link:hover, .btn-link:focus {
	color: #16a085;
}
.btn-default, .label-default {
	background-color: #34495e;
	border-color: #34495e;
	color: #FFF;
}
.btn-default:hover, .btn-default:focus {
	background-color: #2c3e50;
	border-color: #2c3e50;
	color: #FFF;
}
.btn-success, .label-success, .alert-success {
	background-color: #2ecc71;
	border-color: #2ecc71;
}
.btn-success:hover, .btn-success:focus {
	border-color: #27ae60;
	background-color: #27ae60;
}
.btn-primary, .label-primary {
	background-color: #3498db;
	border-color: #3498db;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #2980b9;
	border-color: #2980b9;
}
.btn-info, .label-info, .alert-info {
	background-color: #3498db;
}
.btn-info:hover, .btn-info:focus {
	background-color: #2980b9;
	border-color: #2980b9;
}
.btn-warning, .label-warning, .alert-warning {
	background-color: #e67e22;
	border-color: #e67e22;
}
.btn-warning:hover, .btn-warning:focus {
	background-color: #d35400;
	border-color: #d35400;
}
.btn-danger, .label-danger, .alert-danger {
	background-color: #e74c3c;
	border-color: #e74c3c;
}
.btn-danger:hover, .btn-danger:focus {
	background-color: #c0392b; 
	border-color: #c0392b; 
}

/*	Tab & Collapse Skin
	==================================================*/
.tab-pane {
	padding: 15px 0;
	margin-bottom: 5px;
}
.nav-tabs {
	border-bottom-color: #ecf0f1;
}
.nav-tabs>li>a {
	padding: 10px 0;
	margin-right: 30px;
	color: inherit;
	font-size: 16px;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #fff;
	border: none;
	border-color: rgba(255, 255, 255, 0);
}
.nav>li>a:hover, .nav>li>a:focus {
	background-color: #ecf0f1;
}
.nav-tabs>li>a:hover,.nav-tabs>li>a:focus {
	color: #1abc9c;
	background: transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background: transparent;
	border: none;
	color: #1abc9c;
	border-bottom: 1px solid #1abc9c;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background-color: #ddd;
	text-align: center;
}
.nav .caret, .nav a:hover .caret {
	border-top-color: #333;
	border-bottom-color: #333;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: #333;
}
.navbar{
	font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #bdc3c7;
}
.navbar-inverse .navbar-toggle {
	background-color: #34495e;
	border-color: #2c3e50;
	margin-top: 23px;
}
.navbar-inverse .navbar-toggle:focus {
	outline: none;
}
.panel {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.panel-default {
	border-color: #ecf0f1;
}
.panel-default:last-child {
	margin-bottom: 25px;
}
.panel-default>.panel-heading {
	background: #ecf0f1;
	color: inherit;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	border-top:none;
}

/*	Form
	==================================================*/
label {
	font-weight: 400;
}
.input-group {
	margin-bottom: 10px;
}
.form-control {
	font-weight: 400;
	border-color: #ddd;
	background-color: #ccc;
	
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #333;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control,
.form-control[disabled]:hover, .form-control[readonly]:hover, fieldset[disabled] .form-control:hover,
.form-control[disabled]:focus, .form-control[readonly]:focus, fieldset[disabled] .form-control:focus {
	background-color: #ecf0f1;
}
.form-control:hover, .form-control:focus {
	outline: none;
	border-color: #ddd;
	background-color: #eee;
	
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	color: #111;
}
.form-control:-moz-placeholder{color:#999; font-weight: 400;}
.form-control::-moz-placeholder{color:#999; font-weight: 400;}
.form-control:-ms-input-placeholder{color:#999; font-weight: 400;}
.form-control::-webkit-input-placeholder{color:#999; font-weight: 400;}
.input-group-addon {
	background-color: #FFF;
	border-color: #ecf0f1;
	color: #ecf0f1;
}
[class^="has-"] .form-control, [class*=" has-"] .form-control {
	color: #FFF;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
	color: #2ecc71;
}
.has-success .form-control {
	border-color: #2ecc71;
	background-color: #2ecc71;
}
.has-success .form-control:hover, .has-success .form-control:focus {
	border-color: #2ecc71;
	background-color: #FFF;
	color: #2ecc71;
	
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
	color: #e67e22;
}
.has-warning .form-control {
	border-color: #e67e22;
	background-color: #e67e22;
}
.has-warning .form-control:hover, .has-warning .form-control:focus {
	background-color: #FFF;
	border-color: #e67e22;
	color: #e67e22;
	
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
	color: #e74c3c;
}
.has-error .form-control {
	border-color: #e74c3c;
	/*background-color: #e74c3c;*/
}
.has-error .form-control:hover, .has-error .form-control:focus {
	background-color: #FFF;
	border-color: #e74c3c;
	color: #e74c3c;
	
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
 /* margin: 0 auto -287px;*/
  /* Pad bottom by footer height */
  padding: 0 0 287px;
}

/*	Header
	==================================================*/
#header {
	box-shadow: 0 0 5px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.05);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.05);
}

/*	Parallax Background
	==================================================*/
#parallax {
	height: 680px;
	width: 100%;
	top: 0;
	position: fixed;
	background: url("../images/1600x1600.png") center center no-repeat; 
	background-size: cover;
	z-index: -100;
}

/*	Navbar
	==================================================*/
.navbar-inverse .navbar-brand {
	padding: 15px 15px;
	margin-right: 30px;
	color: inherit;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #000;
}
.navbar-inverse {
	background-color: rgba(255, 255, 255, .9);
	
	border: none;
}
.navbar-right button {
	margin: 23px 0;
}

.navbar-nav>li>a {
	padding: 30px 0;
	margin: 0 20px;
	padding-left: 0px;
}
@media (min-width: 992px){
	.navbar-nav>li>a {
		padding-left: 0;
	}
}
@media (min-width: 1200px){
	.navbar-nav>li>a {
		/*padding-left: 20px;*/
	}
}


.navbar-inverse .navbar-nav>li>a {
	color: inherit;
	text-transform: uppercase;
	font-size: 14px;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0);
	color: #3498db;
	font-weight: normal;
}
.header-button {
	margin-left: 15px;
}

/*	Hero
	==================================================*/
#hero {
	background: rgba(0, 0, 0, 0);
	color: #000;
	margin-top: 80px;
	padding: 0;
	height: 600px;
}
#hero .lp-element {
	padding: 150px 5px;
	background-color: rgba(255, 255, 255, 0.5);
	text-align: center;
	height: 600px;
}
#hero h1 {
	font-size: 60px;
	
}
#hero p.lead {
	font-size: 1.8em;
	min-height: 100px;
}

/*	Features
	==================================================*/ 
#features {
	background-color: #FFF;
}
.overview h1 {
	text-transform: uppercase;
}
.overview, .service-block {
	text-align: center;
}
.overview .lead {
	margin: 40px 10%;
	margin-bottom: 80px;
}
.service-block {
	margin-bottom: 30px;
}
.service-block .glyphicon {
	font-size: 60px;
	margin-bottom: 20px;
}

/*	Image
	==================================================*/
#image {
	background-color: #ecf0f1;
}

/*	Color Override 
	==================================================*/
span.intense{
	color:#3498db;
}

/*	Gallery
	==================================================*/ 
#gallery {
	background-color: #47637F;
	color: #FFF;
	padding-bottom: 70px;
}

#gallery img {
	width: 100%;
	height: auto;
}
#gallery a {
	margin-bottom: 30px;
	display: block;
}
#gallery a:hover {
	opacity: .5;
}

/*	Kickstarter
	==================================================*/ 
#homekickstarter{
	background: #fff;
	padding-bottom: 40px;
}

/*	Home Summary
	==================================================*/ 
#home-summary{
	background: #fff;
	padding-bottom: 90px;
}


/*	About Additional Section
	==================================================*/ 
#about-additional{
	background: #fff;
	padding-bottom: 90px;
}



/*	Newsletter
	==================================================*/ 
.faq-block {
	margin: 0 80px;
}

/*	Testimonials Slider
	==================================================*/ 
#slider {
	background-color: #ecf0f1;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.carousel-control {
	color: #3498db;
	opacity: 1;
	text-shadow: none;
}
.carousel-control:hover {
	color: #2980b9;
}
.carousel-indicators li {
	border-color: #34495e;
	margin: 0 2px;
	height: 15px;
	width: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0 2px;
	
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.carousel-indicators .active {
	height: 15px;
	width: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0 2px;
	background-color: #34495e;
	border: 1px solid #34495e;
}
.carousel.slide {
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.carousel-inner blockquote {
	border: none;
	text-align: center;
	padding: 40px 15%;
}
.carousel-inner blockquote small {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
}
.carousel-inner blockquote p {
	font-size: 24px;
}
.carousel-control .glyphicon {
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
	font-size: 20px;
}
.carousel-indicators {
	bottom: -20px;
}
.carousel-control {
	background: transparent;
	position: absolute;
	top: 50%;
	margin-top: 0px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	height: 40px;
	width: 40px;
}
.img-rounded.author.image-responsive.animate.fadeIn.animated{
  border-radius: 50%;
  height: 100px;
  margin-bottom: 14px;
  width: 100px;
}
/*	Newsletter
	==================================================*/ 
#newsletter {
	text-align: center;
}
#newsletter .overview p.lead {
	margin: 30px 10%;
	margin-bottom: 40px;
}
#newsletter form {
	width: 50%;
	margin: 0 25%;
}

/*	Responsive
	==================================================*/ 

@media (max-width: 991px) {
	.service-block  {
		margin-bottom: 30px;
	}
	#image img.img-responsive {
		margin-left: auto;
		margin-right: auto;
	}
	.faq-block {
		margin: 0 60px;
	}
	.navbar-nav>li>a {
		margin: 0 7px;
	}
}
@media (max-width: 767px) {
	.service-block, .img-responsive, .carousel {
		margin-bottom: 30px;
	}
	.overview .lead {
		margin-left: 0;
		margin-right: 0;
	}
	.container {
		max-width: 690px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.faq-block {
		margin: 0 50px;
	}
	.navbar-nav>li>a {
		padding: 10px;
	}
	.header-button {
		margin: 0;
	}
	.navbar-right button {
		margin-top: 0;
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4, .carousel-inner blockquote p {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 14px;
	}
	p.lead {
		font-size: 18px;
	}
	.section {
		padding: 80px 0;
	}
	.overview p.lead {
		margin-bottom: 40px;
	}
	.service-block, .img-responsive, .carousel {
		margin-bottom: 30px;
	}
	.overview .lead {
		margin-left: 0;
		margin-right: 0;
	}
	.container {
		max-width: 690px;
		padding-left: 30px;
		padding-right: 30px;
	}
	#newsletter form {
		width: 100%;
		margin: 0;
	}
	.input-lg, .btn-lg {
		font-size: 12px;
		height: 37px;
	}
	.faq-block {
		margin: 0 40px;
	}
	

}
@media (max-width: 490px) {
	.container {
		max-width: 430px;
		padding-left: 30px;
		padding-right: 30px;
	}
	#hero .lp-element {
		margin-left: -30px;
		margin-right: -30px;
	}
	#hero h1 {
		font-size: 38px;
	}
	#hero p.lead {
		font-size: 1.5em;
	}
	#gallery .col-xs-6 {
		width: 50%;
	}
	.faq-block {
		margin: 0;
	}
}


/** LIMM Overrides **/

/*
.navblur { 
	position: fixed;
	top:0;
	left: 0;
    width: 100%;
	min-height: 50px;
	margin-bottom: 20px;
    background: rgba(0,0,0,.4);
	z-index:1010;
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-o-filter: blur(20px);
	-ms-filter: blur(20px);
	filter: blur(20px);
}
*/)

.navbar{
	z-index: 202020;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	background: rgba(24,61,89,0.90);
	
}


.section-internal{
	padding-top: 100px;
	padding-bottom: 100px;
}

.bg-white{
	background-color: #fff;
}

.bg-lightgray{
	background-color: #ddd;
}

.bg-gray{
	background-color: #aaa;
}

#hero .btn{
	min-width: 110px;
	margin-top: 15px;
}

#homewatch{
	width: 100%; 
	min-height: 150px; 	
	background-size: cover;
}

#homewatch .btn{
	background: #fff;
	color: #0288D1;
}


#footer{
	padding-top: 20px;
	color: #ddd;
	position: relative;
	bottom: 0;
}

.footer-social-media-links{
	text-align: center;
	margin-bottom: 20px;
}

.footer-social-media-links a{
	padding: 60px;
}

.footer-links li{
	padding: 8px;
}

.footer-bottom-row{
	background: rgba(0,0,0,0.4);
	padding: 15px;
	margin-left: 0;
	margin-right: 0;
	color: #ddd;
}

.footer-dgo-logo{
	margin-top: 20px;
}

#homequotes{
	min-height: 200px;
	background-color: #fff;
}

#homequotes blockquote{
	border: none;
}

#homereviews{
	min-height: 217px;
	background-color: #fff;
}

.review-text{
	font-family: 'Droid Serif', 'serif';
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	text-align: center;
	font-style: italic;
	padding: 20px;
	padding-top: 15px;
}

#homecontact{
	background-color: #fff;
}

#homecontact h1{
	text-align: center;
}


.page-title-header{
	text-align: center;
}

#hero>limm-video-wrapper{
	padding-top:90px;
}

.btn, .label {
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
}


#parallax-darken{
	width: 100%;
	height: 100%;
	background:  linear-gradient(rgba(0,0,0, 0.75), rgba(0,0,0, 0.75));
}

.filter-blur{
	 -webkit-filter: blur(5px);     
    filter: blur(5px);
}

#about-lead,
#about,
#donate-lead,
#watch-videos-page,
#affiliates-signup{
	width: 100%;
	background-color: #fff;
	padding-top: 130px;
}

#about-interviewees{
	 width: 100%;
    min-height: 300px;
	color: #fff;
}

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

#about-interviewees h1,
#about-filmmakers h1,
#about-filmmakers-statement h1,
#about-additional h1,
#email-signup-modal h1,
#screenings-map-view h1,
#blog-list h1{
	text-align: center;
	text-transform:uppercase;
	font-size: 20px;
	padding-bottom: 20px;
}

#about-filmmakers{
	background-color: #fff;
}

.bio-social-media-links {
	padding-top: 15px;
	margin-bottom: 25px;
}

.bio-social-media-links a{
	padding: 20px;
}


.internal-nav{
	list-style: none;
}

.internal-nav li{
	list-style: none;
	padding: 10px;
	width: 250px;
	font-size: 16px;
	line-height: 24px;
}

.btn-internal-nav{
	margin-top: 20px;
	margin-bottom: 20px;
	min-width: 150px;
	min-height: 40px;
}

#about-interviewees h1{
	font-size: 20px;
	color: #FFFFFF;
	line-height: 30px;
}

#about-interviewees h4{
		font-size: 16px;
}

#about-interviewees h3{
	font-size: 18px;
	line-height: 27px;
	font-weight: 800;
}

.img-spotlight{
	transition: 600ms ease-in-out all;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.img-spotlight:hover{
	-webkit-filter: grayscale(0);
	filter: grayscale(0.2);
}

.img-spotlight-detail{
	
}

.img-filmmaker{
	transition: 600ms ease-in-out all;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	 margin: 0 auto;
	 width: 240px;
	 height: 240px;
}


#about-filmmakers h1{
	font-size: 20px;
	color: #333333;
	line-height: 30px;
}

#about-filmmakers h4{
	font-size: 16px;
}

#about-filmmakers h3{
	font-size: 18px;
	color: #333333;
	line-height: 27px;
	font-weight: 800;
}

#hero-ident-img{
	width: 300px;
}


/** Watch The Movie **/
#watch-the-movie-nav{
	background-color: #fff;
	width: 100%;
	min-height: 120px;
	padding-bottom: 15px;
}

#watch-the-movie-buy{
	background-color: #fff;
	width: 100%;
	
}

#watch-the-movie-page .thumbnail{
	border: none;
}

#watch-the-movie-page h2{
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	font-style: normal;
}


#watch-the-movie-page h3{
	font-size: 18px;
	color: #333333;
	line-height: 27px;
	font-weight: 700;
}

#watch-the-movie-page .caption{
	font-style: bold;
	font-size: 18px;
	color: #333333;
	line-height: 27px;
}

#watch-the-movie-page .price{
	font-style: normal;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}

#watch-the-movie-watch-now{
	background-color: #ddd;
	width: 100%;
}


#limm-contact-page h1,
#limm-contact-page h2,
#limm-contact-page h3,
#limm-affiliates-page h1,
#limm-affiliates-page h2,
#limm-affiliates-page h3,
#limm-mailinglist-page h1,
#limm-mailinglist-page h2,
#limm-mailinglist-page h3,
#limm-store-page h1,
#limm-store-page h2,
#limm-store-page h3,
#limm-screening-page h1,
#limm-screening-page h2,
#limm-screening-page h3,
#screenings-list-view h1,
#screenings-list-view h2,
#screenings-list-view h3,
#partners-signup h1,
#partners-signup h2,
#partners-signup h3,
#screening-wizard-success h1,
#screening-wizard-success h2,
#screening-wizard-success h3,
#screening-kit h1,
#screening-kit h2,
#screening-kit h3,
.acc-wizard h1{
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 27px;
	font-weight: 700;
	color: #333;
}

.wizard-setting-row,
.wizard-exhibition-row{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

#buy .store-list-prod-title{
	font-size: 18px;
	color: #333333;
	line-height: 27px;
	text-align: center;
	margin-bottom: 5px;
}

#buy .store-list-prod-variant{
	text-align: center;
}

#buy .store-list-prod-price{
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	text-align: center;
}

.btn-product{
	margin: 10px;
    min-width: 200px;
}

#limm-store-details-page h2{
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
}

#store_checkout_form .cart-item-link:hover,
#store_checkout_form .cart-item-link:active,
#store_checkout_form .cart-item-link:focus{
	color: #333;
}
#store_checkout_form .cart-item-link:link,
#store_checkout_form .cart-item-link{
	color: #000;
}

.store-list-prod-desc p{
	text-align: left;
	font-size:  14px;
}

#limm-contact-page .well,
#limm-mailinglist-page .well{
	background: none;
	border: none;
	min-height: 400px;
}

#limm-contact-page hr,
#limm-mailinglist-page hr,
#limm-store-page hr,
#limm-contact-page legend,
#limm-mailinglist-page legend{
	display: none;
}


#limm-press-page h4,
#limm-article-page h4{
	font-size: 16px;
	color: #B8B8B8;
	line-height: 24px;
	font-style: normal;
	text-align: left;
}

#limm-press-page h3,
#limm-article-page h4{
	font-size: 18px;
	color: #333333;
	line-height: 27px;
	font-style: bold;
	margin-bottom: 5px;
	text-align: left;
}

#limm-press-page h2,
#limm-article-page h2{
	font-size: 18px;
	color: #333333;
	line-height: 27px;
	font-weight: bold;
}

#limm-article-page h1{
	font-size: 22px;
	color: #333333;
	line-height: 27px;
	font-weight: bold;
	text-transform: uppercase;
}

#limm-article-page .caption{
	font-style: italic;
	font-size: 14px;
	padding:
}

.size-medium{
	padding: 20px;
}

.press-list-view-tags{
	margin-left: 30px;
}

.press-filter-menu>li{
	padding-top: 16px;
}
.press-filter-menu>li>a{
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}
.press-filter-menu>li> .active{
	color: #0288D1;
}

.press-types-menu-holder, 
.press-facebook-holder,
.press-twitter-holder{
	border: 1px solid #E4E4E4;
	padding: 30px;
}


.press-pagination-links a{
	padding: 10px;
	border: 1px solid #0288D1;
	margin: 10px;
}


.bloglist-a-item{
	margin-top: 50px;
}

.blog-a-list-article-title{
	text-align: center;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
}

.blog-a-list-article-date,
.blog-a-read-article-date{
	line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 9px;
	text-align: center;
}

.blog-a-list-article-read-more{
	margin-bottom: 43px;
	text-align: center;
}

.blog-a-read-article-title{
	font-size: 30px;
    text-align: center;
    margin-bottom: 3px;
	text-transform: uppercase;
	margin-left: 0;
	margin-right: 0;
}

.blog-a-list-header-logo{
	margin-bottom: 30px;
}


.btn-hero-buynow{
	background: #fff;
	color: #0288D1;
}

.btn-hero-readmore{
	background: none;
	border: 1px solid #0288D1;
	color: #0288D1;
}

#widget-twitter h3,
#widget-facebook h3{
	font-size: 16px;
	font-weight: 700;
}

#widget-twitter h4,
#widget-facebook h4{
	font-size: 15px;
}

#widget-twitter p,
#widget-facebook p{
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

 .widget-date{
	font-size: 12px;
	padding-top: 10px;
	color: #999;
}

.widget-feeds-entry{
	border-bottom: 1px solid #ddd;
}


.multi-item-carousel{
  .carousel-inner{
    > .item{
      transition: 500ms ease-in-out left;
    }
    .active{
      &.left{
        left:-33%;
      }
      &.right{
        left:33%;
      }
    }
    .next{
      left: 33%;
    }
    .prev{
      left: -33%;
    }
    @media all and (transform-3d), (-webkit-transform-3d) {
      > .item{
        // use your favourite prefixer here
        transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none!important;
      }
    }
  }
  .carousel-control{
    &.left, &.right{
      background-image: none;
    }
  }
  
  .item:not(.prev) {visibility: visible;}
.item.right:not(.prev) {visibility: hidden;}
.rightest{ visibility: visible;}
}

.input-group-addon{
	color: #666;
}
.form-control{
	color: #666;
}

.bootstrap-datetimepicker-widget{
	z-index: 900;
}


.hero-trailer-btn-bar{
	background: none;
	padding: 150px 5px;
	text-align: center;
}

.hero-e-portfolio-text{
	color: #fff;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}

.hero-portfolio-title-selector img{
	border: 1px solid #444;
}

.container-store-details-view h1,
.container-store-details-view h2,
.container-store-details-view h3,
.container-store-details-view h4,
#store-detail-prod-name,
#store-detail-prod-variant{
	text-align: left;
}

.about-lead-trailer{
	margin-bottom: 40px;
}

#about-carousel-interviewees,
#about-carousel-filmmakers {
  margin-left: 50px;
  margin-right: 50px;
}
#about-carousel-interviewees .carousel-control .glyphicon,
#about-carousel-filmmakers .carousel-control .glyphicon{
	font-size: 30px;
}
#about-carousel-interviewees .carousel-control.left,
#about-carousel-filmmakers .carousel-control.left {
  margin-left: -45px;
  
}

#about-carousel-interviewees .carousel-control.right,
#about-carousel-filmmakers .carousel-control.right {
  margin-right: -45px;
}

.carousel-desc{
	min-height: 95px;
}

#about-filmmakers .filmmaker-wrapper p{
	text-align: center;
	margin-bottom: 60px;
}

#about-interviewees .interviewee-wrapper p{
	text-align: center;
	margin-bottom: 60px;
}

.hero-a #hero-video-wrapper{
	height: 600px;
	padding-top: 30px;
}

.hero-b #hero-video-wrapper{
	height: 600px;
	padding-top: 65px;
}

.hero-a #hero-text-wrapper{
	min-height: 600px;
    padding-top: 140px;
    padding-bottom: 150px;
}

.hero-b #hero-text-wrapper{
	height: 600px;
	color: #ddd;
} 

.hero-c #hero-text-wrapper{
	height: 600px;
	color: #ddd;
	padding-top: 140px;
    padding-bottom: 150px;
} 

.hero-c h1{
	font-size: 26px;
	color: #eee;
	line-height: 30px;
	text-align: left;
	text-transform: uppercase;
	font-style: normal;
} 


#gallery .container{
	padding: 0;
}

.form-group{
	margin-bottom: 25px;
}


#hero .has-kickstarter{
	padding-top: 50px;
	margin-bottom: 20px;
}

#hero .has-kickstarter p.lead{
	min-height: 80px;
}

#hero-kickstarter p{
	padding-top: 20px;
	color: #333;
	font-size: 16px;
}

#hero .has-alt-cta{
	padding-top: 50px;
	margin-bottom: 20px;
}

#hero .has-alt-cta p.lead{
	min-height: 80px;
}

#hero-alt-cta p{
	color: #eee;
	font-size: 16px;
}

#hero-alt-cta .well{
	background-color: rgba(0, 0, 0, .3);
	border: none;
}

#home-titles-portfolio{
	background: #fff;
}

#titles-portfolio h2{
	font-size: 21px;
	color: #333333;
	line-height: 27px;
	font-weight: 700;
	text-transform: uppercase;
}

#titles-portfolio .content-name{
	padding-top: 8px;
	text-align: center;
}

#titles-portfolio .content-name h3{
	min-height: 55px;
}

#titles-portfolio .content-action{
	margin-top: 10px;
	margin-bottom: 50px;
}
#titles-portfolio .content-desc{
	text-align: left;
	padding: 8px;
	padding-top: 0;
	min-height: 120px;
	font-size: 14px;
}


.titles-portfolio-category{
	margin-bottom: 100px;
}

.video-gallery-item,
.poster-gallery-item{
	margin-bottom: 40px;
}

.video-gallery-item img,
.poster-gallery-item img{
	filter: grayscale(.8);
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
}

.video-gallery-item img:hover,
.poster-gallery-item img:hover{
	filter: none;
}

.video-gallery-item-img:after {
    content: "";
	display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    z-index: 100;
	margin-top: -33%;
	margin-left: 35%;
	background: url('../img/video_play_button.png') no-repeat center;
    pointer-events: none;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.video-gallery-item-img:hover:after { 
    background: url('../img/video_play_button_hover.png') no-repeat center;
}

.titles-portfolio-see-more{
	font-size: 18px;
}

.no-bg{
	background: none;
	background-color: none;
}

#limm-screening-kit #gallery{
	background: none;
	padding-bottom: 20px;
}

#screening-kit{
	padding-bottom: 15px;
}

.center-pills { 
    display: flex;
    justify-content: center;
}

.nav-internal{
	padding-top: 140px;
	padding-bottom: 0px;
}

.bottomaligned {position:absolute; bottom:0;  margin-bottom:7px; left: 0;}
.bottomright {position:absolute; bottom:0;  margin-bottom:7px; margin:7px; right: 0;}
.bottomleft {position:absolute; bottom:0;  margin-bottom:7px; left: 100px;}


.partner-level-desc{
	padding-bottom: 20px;
}

/** For Drop Down Menu Items **/
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	background: none;
	color: #333;
}

@media (max-width: 991px) {
   .clear-gallery-3:nth-child(4n):before,
   .clear-portfolio:nth-child(1n):before,
   .clear-portfolio-3:nth-child(1n):before,
   .clear-portfolio-2:nth-child(6n):before,
   .clear-portfolio-4:nth-child(2n):before,
   .clear-interviewee:nth-child(1n):before,
   .clear-interviewee-4:nth-child(2n):before,
   .clear-interviewee-3:nth-child(1n):before,
   .clear-interviewee-2:nth-child(6n):before,
   .clear-filmmaker:nth-child(1n):before  {
    content: '';
    display: table;
    clear: both;
  }
}

@media (min-width: 992px) {
  .clear-gallery-3:nth-child(8n):before,
  .clear-portfolio:nth-child(3n):before,
  .clear-portfolio-3:nth-child(8n):before,
  .clear-portfolio-2:nth-child(12n):before,
  .clear-portfolio-4:nth-child(3n):before, 
  .clear-portfolio-6:nth-child(16n):before, 
  .clear-bloglist:nth-child(4n):before,
  .clear-bloglist-3:nth-child(3n+1):before,
  .clear-bloglist-2:nth-child(12n):before,
  .clear-bloglist-4:nth-child(3n+1):before,  
  .clear-interviewee:nth-child(4n):before,
  .clear-interviewee-3:nth-child(3n+1):before,
  .clear-interviewee-2:nth-child(12n):before,
  .clear-interviewee-4:nth-child(3n+1):before,
  .clear-filmmaker:nth-child(4n):before {
    content: '';
    display: table;
    clear: both;
  } 
}

#about-trailer {
	color: #FFF;
	padding-bottom: 70px;
}

#about-filmmakers-statement{
	background: #fff;
	padding-bottom: 70px;
}


.screening-map-info-window h1 {
   font-size: 16px;
   font-weight: 600;
   color: #333;
   margin: 1px;
   text-align: center;
   
}

.screening-map-info-window{
	color: #333;
	font-size: 14px;
	width: 300px;
}

.screening-map-list-row{
	min-height:90px;
	border-bottom: 1px solid #ddd;
	margin-top: 20px;
	margin-bpttom: 20px;
}

.screening-map-list-row .btn{
	margin: 10px;
}

.playa section, .playa active-section{
	top: 0px;
}

.portfolio-action-button{
	margin: 5px;
	min-width: 140px;
}

@media (max-width: 767px){
	.hero-a #hero-text-wrapper{
		padding-top: 10px;
		text-align: center;
	}
	
	.hero-a #hero-text-wrapper p{
		text-align: justify;
	}
	
	.hero-a #hero-text-wrapper img{
		margin-left: auto;
		margin-right: auto;
	}
	
	.hero-c #hero-text-wrapper{
		padding-top: 10px;
	}
	
	.hero-c #hero-text-wrapper .hero-copy{
		display: none;
		visibility: hidden;
	}
	
	.navbar-inverse .navbar-nav>li>a{
		font-size: 16px;

		margin-left: 0;
		text-align: left;
	}
	
	.video-gallery-item-img:after {
		margin-top: -40%;
		margin-left: 38%;
	}
	
	#homereviews .col-sm-12,
	#homewatch .col-sm-12{
		padding-bottom: 40px;
	}
	
	#homereviews .col-sm-12:last-child,
	#homewatch .col-sm-12:last-child{
			padding-bottom: 0;
	}
	
	#gallery{
		padding: 40px;
	}
  
  	
	.navbar-brand > img{
		display: block;
	}

}

@media (min-width: 768px){
	.hero-a #hero-text-wrapper{
		padding-top: 10px;
		text-align: center;
	}
	
	.hero-a #hero-text-wrapper p{
		text-align: justify;
	}
	
	.hero-a #hero-text-wrapper img{
		margin-left: auto;
		margin-right: auto;
	}
	
	.hero-c #hero-text-wrapper{
		padding-top: 20px;
	}
	
	.navbar-inverse .navbar-nav>li>a{
		font-size: 14px;
		margin-left: 25px;
	}
	
	.hero-c #hero-text-wrapper .hero-copy{
		display: none;
		visibility: hidden;
	}
	
	.video-gallery-item-img:after {
		margin-top: -33%;
		margin-left: 42%;
	}
	
	.video-gallery-item-img:after {
		margin-top: -40%;
		margin-left: 38%;
	}
	
	#homereviews .col-sm-12,
	#homewatch .col-sm-12{
		padding-bottom: 60px;
	}
	
	#homereviews .col-sm-12:last-child,
	#homewatch .col-sm-12:last-child{
			padding-bottom: 0;
	}
	
	#gallery{
		padding: 40px;
	}
	.navbar-brand > img{
		display: none;
	}

}

@media (min-width: 992px){
	.hero-a #hero-text-wrapper{
		padding-top: 120px;
	}
	.hero-c #hero-text-wrapper{
		padding-top: 60px;
	}
	
	.hero-e #hero-portfolio-wrapper{
		padding-top: 40px;
	}
	
	.navbar-inverse .navbar-nav>li>a{
		font-size: 14px;
		margin-left: 20px;
	}
	
	.navbar-header{
		display: none;
	}
	
	.hero-c #hero-text-wrapper .hero-copy{
		display: block;
		visibility: visible;
	}
	
	.video-gallery-item-img:after {
		margin-top: -35%;
		margin-left: 38%;
	}
	
	.navbar-brand > img{
		display: none;
	}
	
}

@media (min-width: 1200px){
	.hero-a #hero-text-wrapper{
		padding-top: 150px;
	}
	.hero-c #hero-text-wrapper{
		padding-top: 100px;
	}
	.navbar-inverse .navbar-nav>li>a{
		margin-left: 20px;
	}
	
	.navbar-inverse .navbar-nav>li>a{
		font-size: 16px;
		margin-left: 20px;
	}
	
	.navbar-header{
		display: inline;
	}
	
	.navbar-brand > img{
		display: block;
	}
}

/*

@media (max-width: 767px){
	#hero-text-wrapper{
		padding-top: 20px;
	}
}

@media (min-width: 768px){
	#header .container{
		margin-left: 10px;
		margin-right: 10px;
		width: auto;
	}
	
	#hero-text-wrapper{
		padding-top: 40px;
	}
	
	.container{
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.navbar-inverse .navbar-nav>li>a{
		font-size: 14px;
	}
	
	.navbar-brand img,
	.navbar-header{
		display: none;
		visibility: hidden;
	}
	
	.navbar-nav>li>a{
		margin-right: 5px;
		margin-left: 5px;
	}
}

@media (min-width: 992px){
	#header .container{
		margin-left: 10px;
		margin-right: 10px;
		width: auto;
	}
	
	#hero-text-wrapper{
		padding-top: 150px;
	}
	
	.navbar-inverse .navbar-nav>li>a{
		font-size: 17px;
	}
	
	
	#hero-text-wrapper{
		min-height: 532px;
		padding-top: 140px;
		padding-bottom: 150px;
	} 
	.navbar-nav>li>a{
		margin-right: 10px;
		margin-left: 10px;
	}
}

@media (min-width: 1200px){
	#header .container{
		margin-left: 0px;
		margin-right: 0px;
		width: auto;
	}
	
	.navbar-brand img,
	.navbar-header{
		display: block;
		visibility: visible;
		padding-top: 5px;
	}
	
	.navbar-inverse .navbar-nav>li>a{
		font-size: 17px;
	}
	
	#hero-text-wrapper{
		padding-top: 150px;
	}
	
	
}

*/







