﻿/*!
 * Flat & Scroll - Multipurpose One Page Theme
 *
 * Copyright 2013 
 * Created by: Carlos Alvarez
 * URL: http://www.basicoh.com
 * Designed and built based on Twitter Bootstrap.
 * Tags: multipurpose, agency theme, one page, single page, responsive, green, flat 
********
Derivations from Flat & Scroll - Mark Blottner Copyright 2015

 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700.css);
/*@import url(http://fonts.googleapis.com/css?family=Montserrat:400);*/
@import url(https://fonts.googleapis.com/css?family=Special+Elite:400);

/* Global */

html {
    font-size: 62.5%;
}

body {
	/*background: #ecf0f1;*/
	/*background: #ff0000;*/
	/*background: #2a2a2a;*/
	background: #000000;
    /*color: #ffffff;*/
    color: #CCCCCC;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px; font-size: 1.5rem;
    /*font-weight: 300;*/
    font-weight: 400;
    line-height: 22px;
    /* margin-top: 60px; */
}

h1, h2, h3, h4, h5, h6 {
	/*font-family: "Montserrat", sans-serif;*/
	font-family: "Special Elite", sans-serif;
    font-weight: 300;
    font-style: normal;
}

p {
    margin: 0 10px 10px 0;
}

a {
	color: #F1F1F1;
	text-decoration: none;
}

a:hover {
	color: #F5F5F5;
	text-decoration: none;
}


/* Navigation */

li.logo {
    filter: alpha(opacity=40);
    opacity: .4;
}

li.logo:hover {
    filter: alpha(opacity=100);
    opacity: 1.0;
}


.nav > li.logo > a:focus {
    filter: alpha(opacity=100);
    opacity: 1.0;
}

.navbar .nav > li > a {
  padding: 10px 10px;
}	

.navbar-fixed-top {
 	margin-bottom: 0px; 
}

.navbar .container {
	padding-left: 20px;
	padding-right: 20px;
}

#nav {
	margin-top: 80px;
}

#nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#nav ul li {
	color: #F1F1F1;
	cursor: pointer;
    display: inline-block;
    line-height: 22px;
    filter: alpha(opacity=40);
    font-size: 16px; font-size: 1.6rem;
    font-style: normal;
    font-weight: 100;
    opacity: .4;
    padding: 8px 0 8px 15px;
    text-transform: uppercase;
    width: 70%;
}

#nav ul li.active {
	filter: alpha(opacity=100);
	opacity: 1;
}

#nav ul li.last {
    padding-right: 0px;
}

#nav li span {
	display: inline-block;
	font-size: 14px; font-size: 1.4rem;
	height: 0;
	opacity: 0;
	overflow: hidden;
	padding-left: 10px;
	width: 0;
}

.btn-navbar {
    cursor: pointer;
    filter: alpha(opacity=40);
    float: left;
    /*margin: 20px 5px 10px;*/
    margin: 5px;
    opacity: .4;
    padding: 7px 10px;
}

.btn-navbar .icon-bar {
	background-color: #F5F5F5;
    border-radius: 1px 1px 1px 1px;
    box-shadow: none;
    display: block;
    height: 2px;
    width: 18px;
}

/* General Styling */ 

/*#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}*/

#container {
	/*Fixed margin issue*/
	/*margin-top: 50px;*/
	/*position: relative;*/
	/*top: 40px;*/
}
/*#container {
	backface-visibility: hidden;
    left: 50px;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
    transition: transform 500ms ease 0s;
    width: 100%;
}*/

.section {
	background-attachment: scroll;
	background-position: center top;
	/*margin-left: -50px;*/
	/*margin: 50px 0px; */
	position: relative;
	padding: 150px 0 170px;
}

.section h2 {
	display: inline-block;
    font-size: 58px; font-size: 5.8rem;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 72px;
}

.section h4 {
    font-size: 23px; font-size: 2.3rem;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 20px;
    padding-bottom: 5px;
}

.section h5 {
    font-size: 19px; font-size: 1.9rem;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 20px;
    padding-bottom: 5px;
}

.section .title hr {
	border-color: #f1f1f1;
	border-width: 1px 0 0;
	margin-top: 50px;
	margin-left: 10%;
	width: 90%;
}

.section .title .alt hr {
	border-color: #F1F1F1;
}

.section .desc {
	margin-top: 20px;
}

.section .content {
	margin-top: 75px;
}

.container-fluid {
	margin: 0 auto;
    padding-right: 80px;
    padding-left: 80px;
}

.control-group .controls input, .control-group .controls textarea {
	background: #F1F1F1;
	border-radius: 0px;
	min-height: 36px;
}

.control-group .controls input:focus, .control-group .controls textarea:focus {
	border-color: rgba(144, 144, 144, 0.9);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(144, 144, 144, 0.9);
}

.alert, .alert-error {
	border-radius: 0px;
}

.btn-default {
	background: none #F1F1F1;
    color: #151515;
    margin-top: 75px;
}

.btn-inverse {
	background: none #c0392b;
    /*color: #F1F1F1;*/
    /*margin-top: 25px;*/
    margin-top: 100px;
}

.btn-default, .btn-inverse {
	border: medium none;
    cursor: pointer;
    display: inline-block;
    /*font-family: "Montserrat",sans-serif;*/
    font-family: "Open Sans",sans-serif;
    font-size: 14px; font-size: 1.4rem;
    font-weight: 300;
    line-height: 20px;
    padding: 8px 14px;
    text-align: left;
    text-transform: uppercase;
    width: 180px;
}

.btn-inverse span, .btn-default span {
	font-weight: 700;
}

.btn-inverse.alt, .btn-default.alt {
	text-align: right;
}

.btn-inverse i, .btn-default i {
	float: right;
	line-height: 20px;
}

.btn-inverse.alt i, .btn-default.alt i {
	float: left;
}

/* SPECIAL SECTIONS*/

/*Welcome*/
#welcome {
	background-position: center top;
	/*margin-left: -50px;*/
	position: relative;
	padding:40px;
	background:#000;
	color: #fff;
	text-align:center;
}

#welcome h2 {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Special Elite', sans-serif;
	font-size:40px;
	font-weight:300;
}

/* Section 1 */ 

#section1 {
	/*background:#7f8c8d;*/
	/*background:#ffffff;*/
	background:#000;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

#section1 .intro {
	/*default*/
	/*margin: 130px 0;*/
	margin: 150px 0;
	/*margin: 320px 0 -61px 0;*/
	text-align:center
}

#section1 .thumb {
	display: none;
}

#section1 .intro h1 {
	/*color: #ff0000;*/
	color: #cc2027;
	/*color: #F1F1F1;*/
    font-size: 85px; font-size: 8.5rem;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 85px;
    margin-left: -5px;
    margin-top:10px;
}

#section1 .intro h2 {
	/*color: #cc2027;*/
	/*color: #777777;*/
	color: #f7ece4;
}

#section1 .intro h3 {
	color: #F1F1F1;
    font-size: 26px; font-size: 2.6rem;
    font-weight: 100;
    line-height: 28px;
    margin: 0px;
    /*width: 80%;*/
    text-align:center
}

#section1 .intro h3 a {
	color: #cc2027;
}

#section1 .thumbnail {
	background: rgba(153, 153, 153); /* For IE8 and earlier */
	background: rgba(0, 0, 0, 0.6);
	height: 260px;
	padding: 10px;
}

#section1 .thumbnail:hover,
#section1 .thumbnail:focus {
  border-color: #cc2027;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

#section1 .thumbnail h3 {
	text-align: left;
}

#section1 .thumbnail p {
	text-align: left;
}

#section1 .thumbnail:hover span.news-link,
#section1 .thumbnail:focus span.news-link {
	color: #cc2027;
	font-weight: 700;
}

#section1 .thumbnail:hover,
#section1 .thumbnail:focus {
	text-decoration: none;
}


#section1 .thumbnail p {
	color: #ffffff;
	margin: 0px;
}

#section1 .thumbnails li:nth-of-type(3) .thumbnail img {
	margin-top: 20px;
}

/* Section 2 */ 
/*Film*/


/* Section 3 */ 
/*Trailer*/

#section3 {
	background-image:url(../img/czarBar_1600x1067.jpg);
	/*color: #F1F1F1;*/
}

#section3 h2 {
	margin-left: -5px;
}


#section3 .content img {
	max-width: 96%;
	padding: 2%;
	background-color: #F1F1F1;
}

#section3 h6 {
	color:#bdc3c7;
	font-size:16px;
	padding-top:12px;
}


#section3 .center {
	text-align:center
}

/* Section 5 */
/* Screenings */
ul.screenings {
	margin: 10px 0px;
}

ul.screenings li:first-child {
	font-weight: 700;
}

ul.screenings li > a:active,
ul.screenings li > a:focus,
ul.screenings li > a:visited
 {
    filter: alpha(opacity=100);
    opacity: 1.0;
    color: #f00;
    text-decoration:none;
}

p.screenings > a:active,
p.screenings > a:focus,
p.screenings > a:visited
 {
    filter: alpha(opacity=100);
    opacity: 1.0;
    color: #f00;
    text-decoration:none;
}


/* Section 6 */
/* Study Guide */

/* Section 7 */
/* Links */
/*ul.links li:first-child {
	font-weight: 700;
}*/

ul.links {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 20px; font-size: 2.0rem;
}

ul.links li {
	margin: 20px 10px;
}

ul.links li > a > img {
	margin: 0 10px 0 0;
}

li.logo-link {
    filter: alpha(opacity=80);
    opacity: .8;
}

li.logo-link:hover {
    filter: alpha(opacity=100);
    opacity: 1.0;
}


/*li.logo-link > a:focus {
    filter: alpha(opacity=100);
    opacity: 1.0;
    color: #f00;
}*/

li.logo-link > a:active,
li.logo-link > a:focus,
li.logo-link > a:visited
 {
    filter: alpha(opacity=100);
    opacity: 1.0;
    color: #f00;
    text-decoration:none;
}

#section7 .thumbnail {
	background: rgba(153, 153, 153); /* For IE8 and earlier */
	background: rgba(0, 0, 0, 0.6);
	/*height: 260px;*/
	padding: 10px;
}

#section7 .thumbnail:hover,
#section7 .thumbnail:focus {
  border-color: #cc2027;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

#section7 .thumbnail h3 {
	color: #fff;
	margin: 0;
	text-align: left;
}

#section7 .thumbnail p {
	text-align: left;
}

#section7 .thumbnail:hover span.news-link,
#section7 .thumbnail:focus span.news-link {
	color: #cc2027;
	font-weight: 700;
}


#section7 .thumbnail p {
	color: #ffffff;
	margin: 0px;
}

/* Section 8 */
/* Team */

#section8  h2 {
	margin-left: -4px;
}

#section8 .read-more a, #section6 .read-more a:hover {
	color: #151515;
}

#section8 .content .span4, #section6 .content .span6 {
	padding-right: 20px;
}

#section8 .content {
	min-height: 300px;
}

#section8 .content .span8 {
	display: none;
}

#section8 .content .span8.current {
	display: block;
}

#section8 ul.article-tags {
    border-top: 1px solid #151515;
    margin: 40px 0 0;
}

#section8 ul.article-tags li {
    border-bottom: 1px solid #151515;
    cursor: pointer;
    display: block;
    font-size: 17px; font-size: 1.7rem;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    padding-left: 45px;
    position: relative;
}

#section8 ul.article-tags li:hover, #section6 ul.article-tags li.current {
    background-color: #c0392b;
    color:#ecf0f1;
}

#section8 ul.article-tags i {
    left: 15px;
    font-size: 16px; font-size: 1.6rem;
    position: absolute;
    top: 10px;
}

#section8 h4 {
	border-bottom: 1px solid #151515;
    height: 35px;
    margin-bottom: 18px;
}

/* Section 9 */
/* Donors */
ul.no-bullet {
	list-style-type: none;
}

.donation-thumbnail {
	text-align: center;
}

/* Section 10 */
/* Contact */

#section10 {
	/*background:#2a2a2a;*/
	/*color: #F1F1F1;*/
	padding-bottom: 0px;
}

#section10 h4.intro {
	border-bottom: 1px solid #F1F1F1;
    height: 35px;
    margin-bottom: 18px;
}

#section10 .content {
	position: relative;
}

#section10 .content .alt {
	margin-top: 20px;
}

#section10 .content .alt h4 {
	line-height: 24px;
	margin: 0;
	padding-right: 20px;
}

#section10 .content .alt h4, 
#section10 .content .alt span {
	display: inline-block;
}

#section10 .content .alt h5 {
	display: inline;
    line-height: 20px;
    margin: 0;
    padding-right: 10px;
}

#section10 .content .span4 {
	padding-right: 25px;
}

#section10 .btn-default {
    margin-top: 15px;
}

#section10 #footer {
	/*margin: 200px 100px;*/
	margin: 0px 50px 150px 50px;
}

#section10 #footer p {
	font-size: 14px; font-size: 1.4rem;
}





/* Media Queries */
/*
sections:
1: home
2: film
3: trailer
4: news
5: screenings
6: study guides
7: links
8: team
9: donors
10: contact
11: facebook
12: twitter
13: vimeo
*/


@media screen and (min-width: 1800px) {
	
	#section1 {
		padding: 300px 0 0 0 !important;
	}
}


@media screen and (max-width: 1320px) {
	
	#section1 {
		background-size: 1320px auto;
	}
}

@media screen and (min-width: 1200px) {
	
	
	#section1 {
		padding: 170px 0 0 0;
	}

	#section1 .intro {
		margin-top: 190px;
	}
	
	#section1 .intro h1 {
	    font-size: 90px; font-size: 9.0rem;
	    line-height: 100px;
	    letter-spacing: -4px;
	}

	#section1 .intro h3 {
	    font-size: 28px; font-size: 2.8rem;
	    line-height: 34px;
	    /*width: 90%;*/
	}

	#section2 .desc p {
	    font-size: 24px; font-size: 2.4rem;
	    line-height: 32px;
	}
	
	.section h2 {
	    font-size: 67px; font-size: 6.7rem;
	}
			
	.container-fluid {
	    width: 1024px;
	}
}


@media screen and (max-width: 1199px) {

	.section {
		/*margin-left: -50px;*/
		/*padding: 135px 0;*/
		/*padding: 135px 0 120px 0;*/
		padding: 135px 0 0 0;
	}
	
	#section1 {
		background-size: 1200px auto;
	}
	
	#section1 .intro {
		/*max-width: 1199px*/
		margin: 100px 0;
		/*margin: 200px 0 -61px 0px;*/
	}		
	
	#section1 .intro h3 {
		font-size: 24px; font-size: 2.4rem;
		line-height: 24px;
	}

	#section2 .desc p {
	    font-size: 24px; font-size: 2.4rem;
	    line-height: 32px;
	}
	
	.section .content {
	    margin-top: 50px;
	}
	
	.container-fluid {
	    padding-left: 105px;
	    padding-right: 105px;
    }
	

}

@media screen and (min-width: 980px) {
	#container {
		margin-top: 40px;
		/*position: relative;*/
		/*top: 40px;*/
	}

}

@media screen and (max-width: 979px) {
	.navbar-fixed-top {
		/*position: fixed;*/
		/*Fixed navbar width issue*/
	}
	
	.section {
		/*padding: 100px 0 0 0;*/
	}
	
	.section h2 {
	    font-size: 48px; font-size: 4.8rem;
	    line-height: 58px;
	}
	
	.section .title hr {
	    margin-top: 40px;
	}
	
	.section .desc .span8 {
    	width: 100%;
	}
	
	#section1 .intro h1 {
		font-size: 70px; font-size: 7.0rem;
		line-height: 70px;
	}	
	
	#section1 .intro h3 {
		font-size: 22px; font-size: 2.2rem;
		line-height: 22px;
	}

	#section8 .content .span4 {
		padding-right: 0px;
	}
	
	.container-fluid {
	    /*padding-left: 75px;*/
	    padding-left: 50px;
	    /*padding-right: 75px;*/
	    padding-right: 50px;
	}	
		
}

@media screen and (min-width: 768px) and (max-width: 979px) {

	#section1 .intro h3 {
		/*width: 85%;*/
	}
	
	#section2 .content .expand {
		width: 48.6188%;
	}


	#section2 .desc p {
	    font-size: 24px; font-size: 2.4rem;
	    line-height: 32px;
	}
	
	#section8 .content .expand {
		width: 100%;
	}

}


@media (max-width: 767px) {
	
	body {
		padding: 0px;
	}

/*#container {
	position: relative;
	top: 50px;
}*/
		
	.section {
		/*padding: 130px 0 0 0;*/
		/*padding: 0;*/
	}
	
	.section .content {
	    margin-top: 0;
	}
	
	.section .content .pull-right {
    	float:left;
    }
	
	.section h4 {
		margin-top: 30px;
	}
	
	.section .title hr {
		margin-left: 0px;
	}
		
	#section1 {
		background-size: 920px auto;
	}
	
	#section1 .intro {
		/*max-width: 767px*/
		/*margin: 100px 0;*/
		margin: 190px 0 50px 0;
	}
	
	#section2 .desc p {
	    font-size: 18px; font-size: 1.8rem;
	    line-height: 24px;
	}	

	/*#section2 .desc p {
	    font-size: 24px; font-size: 2.4rem;
	    line-height: 24px;
	}*/

	#section1 .intro h3 {
		/*width: 55%;*/
	}
	
	#section3 .content img {
    	margin-top: 30px;
    	padding: 1.5%;
    }
        
    #section9 .span8 {
	    margin-top: 30px;
    }
    
	
}

@media screen and (min-width: 481px) and (max-width: 649px) {

	#section1 .intro h1 {
		font-size: 60px; font-size: 6rem;
		line-height: 60px;
	}

	#section2 .desc p {
	    font-size: 18px; font-size: 1.8rem;
	    line-height: 24px;
	}	

	/*#section2 .desc p {
	    font-size: 24px; font-size: 2.4rem;
	    line-height: 24px;
	}*/
	
	#section1 .intro h3 {
		font-size: 20px; font-size: 2rem;
	}

}

@media screen and (min-width: 481px) {
	
	#section1 {
		background-image:url(../img/Algren_viaduct_1600x1067.jpg);
	}
	
}


@media screen and (max-width: 480px) {

/*#container {
	position: relative;
	top: 50px;
}*/
	 
	.section {
		padding: 100px 0 0 0;
	}
	
	#section1 {
	    background-size: 1024px auto;
	    /*padding: 60px 0;*/
	    padding: 0;
	}
	
	#section1 .intro {
		margin: 0 0 50px 0;
	}

	#section1 .intro h1 {
		font-size: 50px; font-size: 5rem;
		line-height: 50px;
	}
	
	#section1 .intro h2 {
		color: #666666;
		margin-top: 220px;
	}

	#section1 .intro h3 {
		font-size: 22px; font-size: 2.2rem;
		line-height: 24px;
		width: 100%;
		color: #c0392b;
		/*color: #666666;*/
	}
	
	#section1 .intro button.btn-inverse {
		margin-top: 10px;
	}

	#section1 .thumb {
		/*background-image:url(../img/nelsonAlgrenCaricature_480x640.png);*/
		background-image: url(../img/nelsonAlgrenCaricature_480x746.png);
		background-repeat: no-repeat;
		/*width: 480px;*/
		/*height: 640px;*/
		/*background: #ff0000;*/
	    display: block;
	    /*margin-left: 3%;*/
	    /*max-width: 80%;*/
	    /*padding: 3%;*/
	}

	#section1 .non-thumb {
		display: none;
	}
	
	
	#section7 h4 {
	    height: auto;
	}    

	#welcome h2 {
		/*font-family: 'Open Sans', sans-serif;*/
		font-size:28px;
		font-weight:300;
	}


}




