@charset 'UTF-8';

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		background-color: #222222;
	}

		body.is-loading * {
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-o-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	#homepage, #creatingpage, #newspage, #workshoppage
	{
		background-color: #000000;
	}

	#main.fade {
		display: none;
	}

/*********************************************************************************/
/* Intro                                                                         */
/*********************************************************************************/

	#intro
	{
		display: inline-block;
		margin-bottom: 16px;
	}

	#intro h1 {
		text-align: center;
		font-family: "Century Gothic", Verdana, Geneva, Arial, sans-serif;
		color: #999977;	
		width: 1010px;
		font-size: 32px;
		text-transform: lowercase;
		padding-top: 25px;
	}

/*******************************************
 * Wilderness Films - global CSS
 * 
 * MTJ - 10-2014
 *******************************************/


/***** BODY CSS *****/
.wrapper {
	padding:0;
	margin:0;
}

div.centered
{
	width: 1010px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img { float:left; }

/* header and footer are fixed at top & bottom, and float above the rest of the body */
#header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

#header img
{
	width: 1010px;
	height: 123px;
}


#footer {
	position: fixed;
	bottom: 0px;
	z-index: 100;
	width: 1010px;
	background-color: #000000;
	padding: 10px;
}

#pagebody {
	position: relative;
	width:1010px;
	top:123px;
	z-index:1;
	background-color:#222222;
}

#pagebodyMS {
	position: relative;
	width:1010px;
	top:63px;
	z-index:1;
	background-color:#222222;
}

#hero img {
	width: 1010px;
	height: 196px;
}

#hero .video-embed {
	padding: 0px 85px 0px 85px;
	
}

/**** GALLERY CSS ****/

#gallery {
	padding-bottom: 60px;
}

#gallery_table {
	margin: auto auto;
}

#gallery_table td {
	padding: 10px 20px 10px 20px;
        vertical-align: middle;
}

.gallery-cell {
	background-color: #097C99;
	width: 200px;
	height: 112px;
}

.gallery-cell.news {
	width: 230px;
	height: 129px;
}

.gallery-thumb {
	width: 100%;
	height: 100%;
}

.gallery-cell:hover .gallery-thumb {
	opacity: 0.15;
}

.gallery-cell:hover .gallery-text {
	visibility: visible;
}

.gallery-cell a:active {
	text-decoration: none;
}

.gallery-text {
	font-size: 17px;
	font-weight:normal;
	text-align:center;
	margin: 10px;
	color:white;
	font-family: "Century Gothic", Verdana, Geneva, Arial, sans-serif;
	position: relative;
	bottom: 70px;
	height: 20px;
	visibility: hidden;
	text-transform: uppercase;
}

.gallery-text.three-lines {
	bottom: 85px;
}

.gallery-text.two-lines {
	bottom: 77px;
}

span.lower {
	text-transform: lowercase;
}

/* Trailers */

#trailers {
	display: inline-block;
	text-align: center;
	padding-top: 20px;
	margin: 0 auto;
	width: 100%;
}

#trailers_table {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}

#trailers_table td {
	vertical-align: top;
	padding: 22px 16px 22px 16px;
}

.trailer-blurb {
	min-width: 370px;
	font-family: 'Century Gothic', Questrial, Futura, sans-serif;
	font-size: 12px;
	color: #999977;
	line-height: 14px;
}

.trailer-blurb a {
	text-transform: lowercase;
}

.trailer-title {
	font-size: 14px;
	font-weight: bold;
}

#credit {
	padding: 60px 60px 120px 60px;
	text-align: center;
	font-family: 'Century Gothic', Questrial, Futura, sans-serif;
	font-size: 12px;
	color: #999977;
	line-height: 14px;
}


/**** Home Page Special CSS ****/

#slider_container
{
	width: 1010px;
	height: 196px;
	cursor: move;
	overflow: hidden;
}

#slides
{
	cursor: move;
	width: 1010px; height: 196px;
	overflow: hidden;
}

.intro-text.index
{
	padding: 0 80px 0 93px;
}

/**** Creating, Consulting, Producing Pages ****/
.intro-text
{
	padding: 15px 70px 15px 70px;
	font-family: "Century Gothic", "Questrial", Verdana, Geneva, Arial, sans-serif;
	line-height: 20px;
	color: #999977;	
	text-align: left;
}

#intro.image
{

}

#intro.image span
{	
	
}

#intro.image img
{
	width: 120px;
	height: 120px;
	padding: 0 15px 0 0;
	float: left;
}

.spacer
{
	clear: both;
}

/**** About Page Special CSS ****/
#bios
{
	/*display: inline-block;*/
	/*padding: 30px 50px 50px 50px;*/
	padding: 20px 10px 20px 10px;
}

.bio-name
{
	text-align: left;
	font-size: 18px;
	color: #29a5bf;
	margin-bottom: 5px;
}

.bio-role
{
	text-align: left;
	font-size: 17px;
	color: #218296;
	font-weight: 100;
	margin-bottom: 15px;
}

.bio-column
{
	width: 47%;
	padding: 20px 8px 50px 8px;
	font-family:'Century Gothic', Questrial, Futura, sans-serif;
	font-size: 14px;
}

.bio-column p
{
	padding: 10px 0 10px 0;
	color: #888866;
	line-height: 18px;
	/*font-family: Helvetica, sans-serif;*/
}

.bio-column em
{
	font-weight: bold;
	font-style: italic;
}

.bio-column i
{
	font-style: italic;
}

.bio-column img
{
	width: 120px;
	height: 120px;
	margin: 0px 10px 0px 0;
}

#bio-one
{
	float: left;
}

#bio-two
{
	display: inline-block;
	padding-left: 20px;
}

#bio-three
{
	float: right;
}

/**** Partners Page Special CSS ****/
#partners_container
{
	width: 100%;
	text-align: center;
}

#partners
{
	width: 100%;
	display: inline-block;
	padding: 30px 0 30px 30px;
	font-family:'Century Gothic', Questrial, Futura, sans-serif
}

#clients
{
	line-height: 115%;
}

.partner-column
{
	width: 28%;
	padding: 0 22px 0 22px;
	float: left;
}

.partner-column.last
{
	padding-left: 0;
}

.partner-title
{
	text-align: center;
	font-size: 20px;
	color: #29a5bf;
	margin-bottom: 20px;
}

.partner-column div
{
	padding: 10px 0 10px 0;
}

.partner-column p, 
.partner-column h2
{
	text-align: center;
	color: #888866;
	font-size: 14px;
}

.partner-column h2 {
	text-decoration: underline;
	text-transform: uppercase;
}

/**** Client Comments CSS ****/

#client_comments
{
	padding: 0 70px 70px 70px;
	font-family: "Century Gothic", "Questrial", Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #999977;	
}

#client_comments div
{
	padding: 10px 0 10px 0;
}

#client_comments_text {
	margin-top: 25px;
}

.client-name
{
	font-style: italic;
}

/*********** Directing Workshops ************/

#workshops
{
	display: inline-block;
	font-family: "Century Gothic", "Questrial", Verdana, Geneva, Arial, sans-serif;
	font-size:14px;
	color: #999977;
	text-align: center;
	padding: 33px 30px 150px 45px;
}

.workshop-title 
{
	text-align: center;
	font-size: 24px;
	text-transform: lowercase;
	color: #29A5BF;
	margin-bottom: 30px;
}

#the_tools
{
	display: flex;
	align-items: center;
}

#the_tools_text
{
	float: left;
	font-size: 16px;
	width: 470px;
	text-align: left;
	padding: 0 25px 0 25px;
}

#the_tools_text p
{
	margin-bottom: 20px
}

#the_tools video 
{
	width: 420px;
	float: left;
	background-color: black;
	padding: 3px;
}

#testimonials
{
	text-align: left;
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-size: 14px;
	line-height: 20px;
}

#testimonials h4
{
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 16px;
	margin: 25px 0 25px 0;
}

.quote-from
{
	font-style: italic;
	margin-bottom: 20px;
}

/*********** News page special CSS ***********/
.newsblock
{
	width:1010px;
	text-align: center;
	padding-bottom: 80px;
	padding-top: 0px;
}

#gallery.news-gallery {
	padding-bottom: 0px;
}

.news-lightbox {
	text-transform: none;
	font-size: 14px;
}

.textStyleNews
{
	font-family: "Century Gothic", "Questrial", Verdana, Geneva, Arial, sans-serif;
	line-height: 20px;
	text-align:center; 
	color: #999977;
}

.bodytextNews
{
	font-family: "Arial Narrow", "Questrial", Verdana, Geneva, Arial, sans-serif;
	line-height: 20px;
	font-size: 15px;
	color: #999977;
	text-align: left;
	margin: 0px 118px 20px 118px;
}

.headertextNews
{
	font-family: "Arial Narrow", "Questrial", Verdana, Geneva, Arial, sans-serif;
	line-height: 20px;
	font-size: 18px;
	color: #999977;
	text-align: left;
	margin: 40px 118px 30px 118px;
	font-weight: bold;
}

.centeredStuffNews
{
	text-align:center;
	font-family: "Century Gothic", "Questrial", Verdana, Geneva, Arial, sans-serif;
	font-size:14px;
	line-height: 16px;
	color: #999977;
	padding-bottom: 20px;
}

.centeredStuffNews p {
	padding: 10px;
}

h1#newsHeader
{
	font-size: 24px;
	text-transform: lowercase;
	color: #29A5BF;
}

.highlightedNews
{
	font-style: italic;
	/* color:#85F6FC; */  /* light aqua */
}

.newsTitle
{
	text-transform: uppercase;
	font-weight: bold;
}

.newsCondensed
{
	letter-spacing: -1px;
}

#readMore {
	text-transform: lowercase;
}


/* Hide/Show CSS */
#hiddenNews {
  display: none;
}

/***** CONTACT PAGE CSS *****/

#contact_body {
	display: inline-block;
	width: 1010px;
	font-family: "Century Gothic", "Questrial", Verdana, Geneva, Arial, sans-serif;
	font-size:14px;
	color: #999977;
	text-align: center;
	padding-top: 33px;
	padding-bottom: 150px;
}

#contact_body h1 {
	font-size: 24px;
	text-transform: lowercase;
	color: #29A5BF;
	margin-bottom: 30px;
}

.contact-section {
	padding: 35px;
}

.contact-section.address {
	padding: 10px;
}

.contact-section.queries {
	font-size: 18px;
	padding: 20px;
}

.contact-section p {
	line-height: 16px;
}

/***** NAV FORMATTING *****/

#logoNavImg {
	width: 1010px;
	height: 122px;
	background: url(../images/creating/inner_header-sprite.jpg);
	background-position: 0 100% !important;
}

#logoNavImgMS {
	width: 1010px;
	height: 63;
	background: url(../movingstories/images/MS_menubar.jpg);
	background-position: 0 100% !important;
}

#logoNavImg:hover {
	background-position: 0 0 !important;
}

/*** Home Page ***/
.homeMainNavImg {
	width: 330px;
	height: 94px;
	background-position: 0 100% !important;
	display:inline-block;
}

.homeMainNavImg:hover {
	background-position: 0 0 !important;
}

.creating {
	background-image: url("../images/nav/home_nav_creating-sprite.jpg");
}

.producing {
	background-image: url("../images/nav/home_nav_producing-sprite.jpg");
}

.consulting {
	background-image: url("../images/nav/home_nav_consulting-sprite.jpg");
}

.movingstories {
	background-image: url("../movingstories/images/MS_menubar.jpg");
}

/*** Inner Pages ***/

#top_nav {
	font-family: "Century Gothic", "Questrial", Verdana, Geneva, Arial, sans-serif;
	position: relative;
	bottom: 35px;
	left: 655px;
	z-index: 100;
	text-transform: lowercase;
	font-size: 21px;
}

#top_nav span {
	padding: 6px;
	color: #999977;
}

#top_nav span a {
	color: #29A5BF;
}

#top_nav span a:hover {
	color: #85F6FC;
}

#secondaryNav {
	font-family: "Century Gothic", "Questrial", Verdana, Geneva, Arial, sans-serif;
	text-transform: lowercase;
	float: right;
	padding: 13px 45px;
}

#secondaryNav a {
	margin-left: 20px;
}

.secondaryNavImg {
	width: 87px;
	height: 28px;
	background-position: 0 100% !important;
}

.secondaryNavImg:hover {
	background-position: 0 0 !important;
}

/*** Global Footer ***/

#footer-locations {
	float: left;
	display: inline;
	font-family: "Century Gothic", "Questrial", Verdana, Geneva, Arial, sans-serif;
	font-size: 15px;
	color: #999977;
}

#footer-locations span {
	padding: 7px;
}

#footer-nav {
	float: right;
	display: inline;
	font-family: "Century Gothic", "Questrial", Verdana, Geneva, Arial, sans-serif;
	text-transform: lowercase;
	font-size: 15px;
	padding-right: 10px;
}

.footer-nav-link img {
    width: 15px;
    margin-left: 10px;
}

.sub-nav.spread {
    text-align: center;
    font-family: "Century Gothic", "Questrial", Verdana, Geneva, Arial, sans-serif;
    color: #29A5BF;
}

.sub-nav.spread>a:link {
    color: #29A5BF;
}

.sub-nav.spread>a:hover {
    color: #85F6FC;
}


.sub-nav.spread li {
    display: inline-block;
    width: 20%;
}

.sub-nav.spread li.left {
    float: left;
}

.sub-nav.spread li.active {
    color: #999977;
}


#ourstory_body {
	font-family: "Century Gothic", "Questrial", Verdana, Geneva, Arial, sans-serif;
	color: #999977;
        padding: 25px;
}

#ourstory_body p {
	margin-bottom: 30px;
}

#ourstory_body p.year {
	margin-top: 50px;
}

#featured-projects {
    margin: 25px;
    text-align: center;
}

/* #featured-projects>table.featured-table>tbody>tr { */
/*     text-align: center; */
/* }; */

#featured-projects>table.featured-table>tbody>tr>td>a>img {
    width: 300px;
    margin: 10px;
};

/***** LINK FORMATTING *****/

/* normal link */
a {
	color: #29A5BF;	/* medium aqua */
        font-family: "Century Gothic", Verdana, Geneva, Arial, sans-serif;
}

a:link {
	color: #29A5BF;	/* medium aqua */
}

/* visited link */
a:visited {
	color: #29A5BF;
}

/* mouse over link */
a:hover {
	color: #85F6FC;	/* light aqua */
}

/* selected link */
a:active {
	color: #85F6FC;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}		

/* remove dotted outlines on links in Firefox */
a {
   outline: 0;
}

video {
   outline: 0;
}

/** Script samples **/

#scriptsamples_body {
    text-align: center;
    font-family: "Century Gothic", Verdana, Geneva, Arial, sans-serif;
}

#scriptsamples_body h1 {
    color: #999977;
    text-transform: lowercase;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 24px;
    display: block;
}

#scriptsamples_body div.script-sample {
    text-transform: lowercase;
    margin: 45px;
    font-size: 20px;
}

#scriptsamples_body div.contact-section {
    color: #999977;
    padding-bottom: 260px;
}

#scriptsamples_body div.contact-section>p>a {
    color: #999977;
}

#featured-subnav {
    display: inline-block;
    width: 1010px;
    margin-top: 10px;
}

#featured-subnav span {
    float: right;
    font-family: "Century Gothic", Verdana, Geneva, Arial, sans-serif;
    margin: 0 45px;
}

#featured-subnav span>a {
    margin: 0 10px;
}

#featured-subnav span.home {
    float: left;
    font-family: "Century Gothic", Verdana, Geneva, Arial, sans-serif;
}

