@charset "UTF-8";
/* CSS Document */
body {
	background-color: #fff;
}
img {
	max-width: 100%;
}
.container {
	position: relative;
}
#scrollCount {
	position: fixed;
	top: 10px;
	left: 10px;
	background-color: #ccc;
	border: 5px solid #999;
	z-index: 9999999;
	display: none;
}
section {
	height: 100%;
	min-height: 800px;
}
.bg-black {
	background-color: #000;
}
.bg-dark {
	background-color: #202020;
	background-image: url(/images/structure/dirty_old_shirt.png);
}
.bg-white {
	background-color: #fff;
}
h1 {
}
h2 {
	font-family: "raleway", sans-serif;
	font-style: normal;
	font-size: 24px;
	color: #444;
	padding: 50px 0px 30px;
	margin: 0px;
}
h3 {
	    font-family: "raleway", sans-serif;
    font-style: normal;
    font-size: 16px;
    letter-spacing: .25em;
    color:#444444;
    padding: 50px 0px 30px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 300;
}

h3 span {
	font-weight: 700;
}
h4 {
}
section {
	margin-top: 75px;
}
#logo {
	text-align: center;
}
#logo img {
	max-width: 600px;
	margin-top: 50px;
}
#logo-footer {
}
.contactinfo h2 {
	font-family: "museo-sans-condensed", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
}
.contactinfo p, .contactinfo p a, .gc-cs-link {
	font-family: "raleway", sans-serif;
	font-style: normal;
	font-size: 15px;
	color: #000 !important;
	text-decoration: none !important;
}
.contactinfo p a, .gc-cs-link {
	font-weight: 700;
}
article {
	min-height: 250px;
}
article p {
	font-family: Georgia, serif;
	font-size: 15px;
	color: #999;
}
article p span {
	font-family: Georgia, serif;
	font-size: 15px;
	color: #E7417A;
}
article p a, article li a {
	color: #fff;
	font-weight: bold;
}
nav.whitenav {
}
nav.whitenav ul {
	margin: 0;
	width: 100%;
	text-align: center;
	padding: 35px 0;
}
nav.whitenav ul li {
	list-style: none;
	display: inline;
	margin-right: 30px;
}
nav.whitenav ul li:last-child {
	margin-right: 0;
}
nav.whitenav ul li a {
	text-decoration: none;
	color: #000;
	font-family: "museo-sans-condensed", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: .05em;
	text-transform: uppercase;
}
nav.whitenav ul li a.active {
	color: #333;
}




#mobile-nav {
	width:100%;
	height:100%;
	text-align: center;
	background-color:rgba(0,0,0,.9);
	display:none;
	z-index:9999;
	position:fixed;
}

.mobile-nav-btn i {
	color:#fff;
	font-size:30px;
	float:right;
	margin:25px 10px 0 0;
}

.mobile-nav-btn {
	display:none;
}


#mobile-nav ul {
	margin:80px 0 0 0;
	padding:0px;
}

#mobile-nav ul li {
	list-style:none;
	padding:0px;
	margin:0 0 15px 0;
	
}

#mobile-nav ul li a {
	text-decoration: none;
	color: #fff;
	font-family: "museo-sans-condensed", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 35px;
	letter-spacing: .05em;
	text-transform: uppercase;
}



#darklogo {
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -28px;
}
nav.darknav {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 75px;
	background-color: #000;
	z-index: 1;
}
nav.darknav ul {
	margin: 0;
	width: 100%;
	text-align: right;
	padding: 0;
}
nav.darknav ul li {
	list-style: none;
	display: inline;
	margin-right: 30px;
}
nav.darknav ul li:last-child {
	margin-right: 0;
}
nav.darknav ul li a {
	text-decoration: none;
	color: #aaa;
	font-family: "museo-sans-condensed", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 80px;
	text-transform: uppercase;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
nav.darknav ul li a.active {
	color: #fff;
}
.darklogo {
	width: 56px;
	margin: 10px auto 0;
}








#welcome {
}
.padding {
	padding-top: 50px
}
.biopic img {
	width: 100%;
	height: auto;
}
article {
}
#team h2, #accolades h2 {
	font-family: "raleway", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 15px;
	padding:0px;
	color: #ccc;
}
#team p {
	font-family: "raleway", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 15px;
	color: #ccc;
}
p.biolinks a {
	margin-left: 10px;
}
#team p a {
	color: #fff;
	font-weight: 700;
}
.texture {
	background-image: url(/images/structure/dark_Tire.png);
}
.shadow {
	background-image: url(/images/structure/shadow.png);
	background-size: cover;
	background-position: center;
	height: 100%;
}
.fancybox-skin {
	padding: 3px !important;
}
.movie img, .dropshadow {
	max-width: 100%;
	height: auto;
	-moz-box-shadow: 0 15px 20px -5px #000;
	-webkit-box-shadow: 0 15px 20px -5px #000;
	box-shadow: 0 15px 20px -5px #000;
}
.movie {
	margin-bottom: 50px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.movie .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	opacity: 0;
	border: 1px solid #777777;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.movie:hover .overlay {
/*opacity:1;*/
	
}
.movie:hover {
}
.overlay h2 {
	color: #fff;
	font-family: "raleway", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	margin: 0;
	padding: 0;
	line-height: 22px;
}
.overlay h3 {
	color: #fff;
	font-family: "raleway", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
.overlay p {
	color: #fff;
	font-family: "raleway", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
}
.credits {
	position: absolute;
	left: 15px;
	bottom: 15px;
}
.overlay p strong {
	font-weight: 700;
}
.overlay p.filmdate {
	font-style: italic;
	margin: 0 0 15px;
}
#player {
	padding: 50px 0px;
	background-color: #000;
}
#reel {
	margin-top: 75px;
	text-align: center;
}
#reelnav {
	margin: 30px 0px 0px;
}
#reelnav span {
	color: #4a4a4a;
    font-family: "raleway", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 40px;
    letter-spacing: .15em;
    text-transform: uppercase;
    cursor: pointer;
}
#reelnav img {
	cursor: pointer;
}
#reelnav span.active {
	color: #A0A0A0;
}
#idmaui {
	bottom: 0;
	width: 100%;
	position: absolute;
	bottom: 15px;
}
.idmaui {
	width: 119px;
	margin: 0 auto;
}
#idmaui p {
	text-align: center;
	font-size: 11px;
	color: #999999;
	font-family: "raleway", sans-serif;
	font-weight: 400;
}
.buzz-headline {
	font-family: "raleway", sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 34px;
	color: #fff;
	margin-top: 40px;
}
.buzz-more {
	font-family: "raleway", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #666;
}
.buzz-more span {
	font-style: italic;
}
.accolade {
	font-family: "raleway", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	margin-bottom:15px;
}
.accolade-source {
	font-family: "raleway", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #666;
	text-align: center;
}
.accolade-source span {
	font-style: italic;
	font-size:16px;
	font-weight:400;
}
.shadow-top {
	background-image: url(/images/structure/top-shadow.png);
	background-repeat: repeat-x;
	min-height: 250px;
}
.shadow-long {
	background-image: url(/images/structure/long-shadow.png);
	background-repeat: repeat-x;
	min-height: 400px;
}



.toggle-film .toggle-left {
	display: inline;
}
.toggle-film .toggle-right {
	display: none;
}
.toggle-tv .toggle-left {
	display: none;
}
.toggle-tv .toggle-right {
	display: inline;
}
footer {
	border-top: 1px solid #010101;
	background-color: #000;
}
p.copyright {
	font-family: verdana;
	font-size: 11px;
	line-height: 12px;
	padding: 15px 0px;
	color: #222;
	text-align: center;
	margin: 0px;
}
p.copyright a {
	color: #444;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-50 {
	margin-bottom: 50px;
}
.pt-30 {
	padding-top: 30px;
}
/*****************************************
	PLUGINS
*****************************************/

.flex-direction-nav {
	padding-top: 40px;
}
.flex-direction-nav .flex-prev {
	left: 10px;
	text-align: left;
	padding-left: 10px;
}
.flex-direction-nav .flex-next {
	right: 10px;
	text-align: right;
	padding-right: 10px;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	background-color: none;
	border-radius: 50%;
	border: 2px solid #e6437a;
	width: 50px;
	margin: 0 auto;
	height: 50px;
	color: #e6437a;
	position: absolute;
	top: 30%;
	text-shadow: none;
	z-index: 99999;
	overflow: hidden;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.flex-direction-nav a:before {
	font-size: 35px;
}
