@charset "utf-8";

@import url("/webfonts/verb_regular/stylesheet.css");
@import url("/webfonts/verb_italic/stylesheet.css");
@import url("/webfonts/verb_bold/stylesheet.css");
@import url("/webfonts/verb_bolditalic/stylesheet.css");
@import url("/webfonts/verb_light/stylesheet.css");
@import url("/webfonts/verb_lightitalic/stylesheet.css");
@import url("/webfonts/verb_medium/stylesheet.css");
@import url("/webfonts/verb_mediumitalic/stylesheet.css");


/* Custom reset */
html {
   -ms-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
body {
    margin: 0;
	padding: 0;
    font-size: 100%;
	line-height: 1.6em;
}
h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
div,
ul {
    margin: 0;
    padding: 0;
}
li {
    display: block;
}
h1,
h2,
h3,
h4 {
    font-size: inherit;
}
a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}

.clear {
	content: " "; /* Older browser do not support empty content */
   	display: block;
   	height: 0;
   	clear: both;
}

/* End of Custom Reset */

body {
	font-family: Verb, sans-serif;
	color: #FFFFFF;
	font-weight: 400;
	background-color: #101010;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	/* prevent highligting of links */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: 600;
}
h1 {
	font-size: 2em;
	font-weight: 600;
}
p, li {
	margin-top: 1em;
	margin-bottom: 1em;
}
a {
	color: #FFCC00;
}
.smaller {
	font-size: 80%;
}
#holder {
	width: 80%;
	max-width: 900px;
	/*min-width: 600px;*/
	margin-left: auto;
	margin-right: auto;
}
#header, #richMedia, #mainNav, #mainContent, #footer {
	width: 100%;
	clear: both;
	height: auto;
	float: left;
	position: relative;
}
#header {
	margin-top: 50px;
	margin-bottom: -15px;
}
#header #logo {
	width: 35%;
	margin-right: 15%;
	float: left;
}
#header #logo img {
	max-width: 320px;
}
#header #socialIcons {
	width: 50%;
	margin-left: 0%;
	margin-top: 1%;
	float: right;
	text-align: right;
}
#header #socialIcons img {
	margin-left: 1em;
	padding-left: 1em;
	border-left: 1px solid #333333;
	max-height: 30px;
}
#header #socialIcons img.first {
	margin-left: 0em;
	padding-left: 0em;
	border-left-style: none;
}
#header #socialIcons a {
	opacity: 0.5;
}
#header #socialIcons a:hover {
	opacity: 1.0;
}
#richMedia {
	margin-top: 2.5%;
	overflow: hidden;
	padding-bottom: 0px;
	border-bottom: 1px solid #5E5E5E;
}
#richMedia #info-0 {
	position: absolute;
	top: 16px;
	left: 0;
	width: 50%;
	z-index: 50;
	background-color: rgba(0,0,0,0.00);	/*background-image: url(images/dummy.jpg);
	background-size: cover;*/
}
#richMedia #introText {
	position: absolute;
	bottom: 26px;
	left: 30px;
	width: 90%;
}
#richMedia #introText h1 {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #FF8E00;
}
#richMedia #introText p {
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#richMedia #introText img {
	width: 100%;
	height: auto;
}
#richMedia #introText p, #richMedia #introText h1 {
	text-shadow: 1px 1px 2px #000000;
}
#vidPlayer, #listPhotos {
	position: absolute;
	top: 16px;
	left: 0;
	width: 100%;
	margin-bottom: 18px;
	margin-top: 0px;
	z-index: 10;
}
#vidPlayer #videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
#vidPlayer #videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#richMedia .filmInfoBack {
	position: absolute;
	top: 16px;
	left: 0;
	width: 100%;
	z-index: 99;
}
#richMedia .filmInfoBack img {
	width: 100%;
	height: auto;
} 
#richMedia .filmInfo {
	position: absolute;
	top: 16px;
	left: 0;
	width: 50%;
	background-color:rgba(0, 0, 0, 0.9);
	z-index: 100;
	-webkit-text-size-adjust: 70%;
}
#richMedia .filmInfo #quoteHolder, #richMedia .filmInfo #descHolder, #richMedia .filmInfo #quoteSpacer {
	position: relative;
	float: left;
	width: 80%;
	margin-left: 10%;
	padding-bottom: 7%;
	padding-top: 7%;
	color: #a1a1a1;
}
#richMedia .filmInfo #quoteSpacer {
	width: 100%;
	margin-left: 0%;
	padding-bottom: 10%;
	padding-top: 10%;
	height: 10%;
}
#richMedia .filmInfo #quoteHolder {
	border-bottom: 1px solid #707070;
}
#richMedia .filmInfo #quoteHolder p {
	margin-top: 0em;
	margin-bottom: 0em;
	line-height: 1em;
}
#richMedia .filmInfo #quoteHolder .quote {
	color: #ff8400;
	font-size: 0.9em;
	line-height: 1.3em;
}
#richMedia .filmInfo #quoteHolder .quoteSource {
	color: #ffffff;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: right;
}
#richMedia .filmInfo #quoteHolder .quoteSourceTitle {
	font-size: 0.8em;
	font-style:italic;
	text-align: right;
}
#richMedia .filmInfo #descHolder h1 {
	margin-top: 0em;
	margin-bottom: 0.25em;
	line-height: 1.05em;
	font-weight: normal;
	font-size: 2em;
	color: #FFFFFF;
}
#richMedia .filmInfo #descHolder h2 {
	margin-top: 0em;
	margin-bottom: 0.5em;
	line-height: 1.2em;
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
	color: #ef4023;
}
#richMedia .filmInfo #descHolder p {
	margin-top: 0.5em;
	line-height: 1.4em;
	margin-bottom: 0.5em;
	font-weight: normal;
	font-size: 0.8em;
}
#richMedia .filmInfo #descHolder p.clipLink {
	margin-top: 1em;
	margin-bottom: 0em;
	font-weight: normal;
	font-size: 1.2em;
}
#mainNav {
	margin-top: 15px;
	margin-bottom: 40px;
}
#mainNav table {
	border: 0;
	padding: 0;
}
#mainNav td {
	text-transform: uppercase;
	text-align: center;
	border-left: 1px;
}
#mainNav td a {
	background-color: #b12100;
	display: block;
	padding: 1em;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	font-weight: 500;
}
#mainNav td a.currLink {
	background-color: #c04301;
}
#mainNav td a:hover {
	background-color: #841800;
}
#mainContent {
	color: #ADADAD;
	height: 400px;
	overflow: hidden;
}
.contentSection {
	display: none;
	
}
#mainContent h1 {
	font-weight: 300;
	color: #cf2700;
}
#mainContent h2 {
	font-weight: 300;
	color: #cf2700;
	font-size: 1.3em;
	margin-top: 1.5em;
}
#mainContent h3 {
	font-weight: 400;
	color: #ffffff;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 1.75em;
}
#mainContent p {
	font-weight: 400;
	line-height: 1.4em;
}
#mainContent p.filmList {
	margin-left: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#mainContent strong {
	color: #FFFFFF;
}
#mainContent .contentSection div {
	margin-right: 5%;
	float: left;
}
#mainContent .contentSection .colLeft {
	width: 60%;
}
#mainContent #Team.contentSection .colLeft {
	width: 100%;
	margin-right: 0%;
}
#mainContent #Team.contentSection img {
	width: 15%;
	min-width: 100px;
	margin-right: 1em;
	margin-left: 0em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	float: left;
	padding: 5px;
	background-color: #1E1E1E;
	border-top: 1px solid #2F2F2F;
	border-left: 1px solid #2F2F2F;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#mainContent #Team.contentSection p {
	width: 90%;
	float: left;
	clear: both;
	margin-bottom: 0.5em;
	padding-bottom: 1.25em;
	border-bottom: 1px solid #1F1F1F;
}
#mainContent #Team.contentSection p:first-child {
	width: 90%;
	float: left;
	clear: both;
	margin-bottom: 1.5em;
	padding-bottom: 0em;
	border-bottom: none;
}
#mainContent #ContactThanks.contentSection  {
	margin-top: 3em;
	margin-bottom: 1em;
}
#mainContent .colLeft ul {
	margin-top: 2em;
	margin-bottom: 1em;
	list-style: disc;
}
#mainContent .colLeft ul li {
	margin-left: 0em;
	padding-left: 0em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.3em;
	display: list-item;
	list-style-type: disc;
}
.bullet {
	color: #B49C52;
}
#mainContent .colLeft form {
	margin-top: 1.5em;
}
#mainContent .colLeft form input[type=text], #mainContent .colLeft form textarea {
	width: 100%;
	background-color: #000000;
	border: 1px solid #151515;
	padding: 0.5em;
	font-size: 0.9em;
	font-family: Verb, sans-serif;
	color: #FFFFFF;
	font-weight: 400;
}

#mainContent .colLeft form p {
	margin-top: 0em;
	margin-bottom: 1em;
}
#mainContent .colLeft form p label {
	font-size: 0.7em;
	color: #9C9C9C;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
#mainContent .contentSection .colRight {
	width: 32.5%;
	margin-right: 2.5%;
	color: #b49c52;
	font-size: 0.9em;
	line-height: 1.4em;
}
#mainContent .contentSection .colRight h1 {
	font-size: 1.5em;
	color: #FFFFFF;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
#mainContent .contentSection .colRight p.quote {
	font-size: 1.75em;
	margin-top: 0em;
	margin-bottom: 1em;
	font-weight: 300;
	line-height: 1.2em;
}
#mainContent .contentSection .colRight p.quoteSource {
	font-weight: bold;
	color: #727272;
	text-align: right;
	margin-top: 0em;
	margin-bottom: 0.25em;
	line-height: 1.2em;
}
#mainContent .contentSection .colRight p.quoteSourceTitle {
	font-size: 0.9em; 
	font-style: italic;
	color: #727272;
	text-align: right;
	margin-top: 0em;
	margin-bottom: 0em;
	line-height: 1.2em;
}

#footer {
	margin-top: 40px;
	padding-top: 5px;
	margin-bottom: 60px;
	border-top: 1px solid #5E5E5E;
	color: #727272;
}
#footer p {
	font-size: 0.8em;
}
#footer a {
	color: #CCC;
}
/* ----- Media Queries ----- */

@media screen and (max-width:900px){
	#holder {
		width: 96%;
	}
	#header #logo {
		width: 42.5%;
		margin-right: 7.5%;
		float: left;
	}
	#header #logo img {
		max-width: 100%;
	}
	#header #socialIcons img {
		max-height: 25px;
	}
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
#richMedia #introText {
	-ms-text-size-adjust: 60%;
    -webkit-text-size-adjust: 60%;
}
#richMedia .filmInfo #quoteHolder, #richMedia .filmInfo #quoteSpacer {
	display: none;
}
#richMedia .filmInfo #descHolder h1 {
	line-height: 1.4em;
	font-size: 1.2em;
}
#richMedia .filmInfo #descHolder h2 {
	margin-top: 1em;
	font-size: 1em;
	line-height: 1.3em;
}
#richMedia .filmInfo #descHolder p {
	display: none;
}
#richMedia .filmInfo #descHolder p.clipLink {
	font-size: 1em;
	display: block;
}
#mainNav {
	-ms-text-size-adjust: 50%;
    -webkit-text-size-adjust: 50%;
}
#mainContent {
	-ms-text-size-adjust: 80%;
    -webkit-text-size-adjust: 80%;
}
#mainContent .contentSection .colRight p.quote {
	font-size: 1.25em;
	line-height: 1.4em;
}
#mainContent .contentSection p {
	line-height: 1.5em;
}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
	
/*#richMedia .filmInfo #descHolder h1 {
	margin-top: 2em;
	line-height: 1.4em;
	font-size: 1.4em;
}
#richMedia .filmInfo #descHolder p.clipLink {
	font-size: 1.1em;
}*/

}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {

#header #socialIcons img {
	max-height: 20px;
	margin-left: 5px;
	padding-left: 5px;
}

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
#richMedia .filmInfo #descHolder h1 {
	line-height: 1.5em;
}
#richMedia .filmInfo #descHolder h2 {
	margin-top: 1em;
	line-height: 1.4em;
}
#richMedia .filmInfo #descHolder p {
	margin-top: 0.5em;
	line-height: 1.6em;
	margin-bottom: 0.5em;
}
#richMedia .filmInfo #quoteHolder p {
	margin-top: 0em;
	margin-bottom: 0em;
	line-height: 1em;
}
#richMedia .filmInfo #quoteHolder .quote {
	line-height: 1.7em;
}
#richMedia .filmInfo #quoteHolder .quoteSource {
	line-height: 1.3em;
	margin-top: 1em;
}
#richMedia .filmInfo #quoteHolder .quoteSourceTitle {
	line-height: 1.3em;
}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
}