/**** Base styles ****/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  margin: 0px 0px 0px 0px;
  font: 11px/17px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  color: #999;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

p {
  padding: 0px 0px 15px 0px;
}

strong {
  color: #474747;
}

em {
  font-family: Georgia, "Times New Roman", Times, serif; font-style: italic;
}

h1, h2, h3 {
  margin-bottom: .5em;
  color: #474747;
  font-weight: normal;
}

h1 {
  font-family: 'GothamMediumRegular', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -1px;
}

h2 {
  font-family: 'GothamBookRegular', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-size: 30px;
  line-height: 33px;
  color: #000;
}

h3 {
  font-family: 'GothamBookRegular', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #000;
}

ul, ol {
  margin-left: 1.5em;
}

a, a > * {
	color: #474747;
	text-decoration: none;
	-webkit-transition: background-color .5s ease, border .5s ease, color .5s ease, opacity .5s ease;
	   -moz-transition: background-color .5s ease, border .5s ease, color .5s ease, opacity .5s ease;
	    -ms-transition: background-color .5s ease, border .5s ease, color .5s ease, opacity .5s ease;
	     -o-transition: background-color .5s ease, border .5s ease, color .5s ease, opacity .5s ease;
	        transition: background-color .5s ease, border .5s ease, color .5s ease, opacity .5s ease;
}

a:hover, a > *:hover { color: #F15A23; }

a img { border: none; }

blockquote {
  padding-left: 1.0em;
  margin-left: 1.0em;
  border-left: 1px solid #333;
  font-style: italic;
}


/* required for containers to inherit vertical size from window */
html,
body {
  height: 100%;
}
.logo {
	margin: 0px 0px 25px 0px;
	z-index: 11001;
	border: none;
}

#content {
  width: 960px;
  height: 100%;
  margin: 0px auto;
  padding: 0px 0px 0px 20px;
}

#content .wrapper {
	float: left;
}

#container {
  width: 960px;
  margin: 0px;
  padding: 0px 0px 20px 0px;
  float: left;
}

#container .media {
	float: left;
	width: 620px;
	margin: 0px 35px 0px 0px;
}

#container .overview {
	float: left;
	width: 285px;
	padding: 0px 20px 0px 0px;
}

#container .format {
	width: 285px;
	float: left;
	margin: 0px 0px 20px 0px;
	color: #474747;
}

#container .format .col1 {
	float: left;
	display: block;
	margin: 0px 15px 0px 0px;
}

#container .format .col2 {
	float: left;
	display: block;
	margin: 0px 15px 0px 0px;
}

#container .format .col3 {
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
}

.pagination {
	float: left;
	margin: 10px 0px 10px 0px;
	display: block;
	width: 620px;
	clear: both;
}

a.prev {
  color: #000;
  display: block;
  width: 56px;
  float: left;
  border-left: 1px solid #E7E7E7;
  background-image: url(../images/btn-next.gif);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 5px 20px 5px 15px;
  margin: 0px;
  opacity: .4;
}

a.prev:hover {
  color: #000;
  opacity: .99;	
}

a.next {
  color: #000;
  display: block;
  float: left;
  background-image: url(../images/btn-previous.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 5px 15px 5px 30px;
  opacity: .4;
}

a.next:hover {
  color: #000;
  opacity: .99;
}

a.launch {
  color: #000;
  display: block;
  float: left;
  border-left: 1px solid #E7E7E7;
  background-image: url(../images/btn-launch.gif);
  background-repeat: no-repeat;
  background-position: right center;
  margin: 0px 20px 0px 20px;
  padding: 5px 30px 5px 15px;
  opacity: .4;
}

a.launch:hover {
  color: #000;
  opacity: .99;
}

a.launch2 {
  color: #000;
  display: block;
  float: left;
  border-left: 1px solid #E7E7E7;
  background-image: url(../images/btn-launch.gif);
  background-repeat: no-repeat;
  background-position: right center;
  margin: 0px 20px 0px 0px;
  padding: 5px 30px 5px 15px;
  opacity: .4;
}

a.launch2:hover {
  color: #000;
  opacity: .99;
}

a.poster {
  color: #000;
  display: block;
  width: 80px;
  float: left;
  border-left: 1px solid #E7E7E7;
  background-image: url(../images/btn-poster.gif);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 5px 20px 5px 15px;
  margin: 0px;
  opacity: .4;
}

a.poster:hover {
  color: #000;
  opacity: .99;
}

.spacer {
  height: 1px;
  background-color: #E7E7E7;
  width: 940px;
  margin: 0px 0px 20px 0px;
}






/**** Menu Options ****/

#options {
  padding-bottom: 20px;
  float: left;
  width: 960px;
}

#options ul {
  margin: 0;
  list-style: none;
}

#options li {
  float: left;
  margin-bottom: 0.2em;
}

#options li a {
  display: block;
  padding: 10px 41px 10px 0px;
  color: #999;
  font-family: 'GothamBookRegular', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-size: 21px;
  text-transform: uppercase;
}

#options li a:hover {
  color: #F15A23;
}

#options li a:active {
  color: #F15A23;
}

#options li a.selected {
  color: #000;
}

#options li a.last {
  display: block;
  padding: 10px 0px;
  color: #999;
  font-family: 'GothamBookRegular', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-size: 21px;
  text-transform: uppercase;
}

#options li a.last:hover {
  color: #F15A23;
}

#options li a.last:active {
  color: #F15A23;
}

#options li a.last.selected {
  color: #000;
}






/**** Projects ****/

.element {
  width: 220px;
  height: 155px;
  margin: 0px 20px 20px 0px;
  float: left;
  overflow: hidden;
  position: relative;
  border-bottom: solid 1px #E7E7E7;
}

.element * {
  position: absolute;
  margin: 0;
}

.element a.project-image {
  border: none;
}

.element .project-meta {
  display: block;
  width: 220px;
  height: 50px;
  margin: 100px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  text-align: left;
}

.element .categories {
 color: #909090;
 display: block;
 width: 220px;
 margin: 16px 0 10px;
}

.element:hover {
  background-image: url(../images/zoom.png);
  background-repeat: no-repeat;
  background-position: center 25px;
}

.element:hover img {
  filter: alpha(opacity=70); /* Fallback for old IE */
  opacity: .7;
}

.element a:hover .title, .element:hover .title { 
  color: #F15A23;
}






/**** Footer ****/

#footer {
  margin-top: 50px;
  padding: 35px 0px;
  text-align: left;
  float: left;
  width: 100%;
}
#footer .container {
  width: 960px;
  margin: 0px auto;
  padding: 0px 0px 0px 20px;
	
}
#footer, #footer a, #footer-bottom, #footer-bottom a { 
  color: #868686;
}

#footer a:hover, #footer-bottom a:hover { 
  color: #f15a23;
}

#footer .title {
  display: block;
  margin: 0;
  padding: 0 0 10px;
  font-family: 'GothamBookRegular', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.jt {
	width: 400px;
}

.social-links { 
  margin: 0; 
}

.social-links li {
  display: inline-block;
  list-style: none;
  margin: 0px;
  text-indent: -9999px;
}

.social-links a {
  background-repeat: no-repeat;
  background-position: 0 -20px;
  display: block;
  height: 20px;
  width: 20px;
  margin: 0px 5px 0px 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.social-links li.bio a { 
  background-image: url(../images/icon-bio.png); 
}

.social-links li.email a { 
  background-image: url(../images/icon-email.png); 
}

.social-links li.facebook a { 
  background-image: url(../images/icon-facebook.png); 
}

.social-links li.google a { 
  background-image: url(../images/icon-google.png); 
}

.social-links li.googleplus a { 
  background-image: url(../images/icon-googleplus.png); 
}

.social-links li.imdb a {
  background-image: url(../images/icon-imdb.png); 
}

.social-links li.twitter a {
  background-image: url(../images/icon-twitter.png);
}
			
.social-links li.vimeo a {
  background-image: url(../images/icon-vimeo.png);
}

.social-links li.youtube a {
  background-image: url(../images/icon-youtube.png);
}

.social-links li a:hover { 
  background-position: 0 0;
}
			
#footer .button:hover, #footer input[type="submit"]:hover #footer input[type="reset"]:hover, #footer button:hover {
  background: #ddd;
  color: #3a3a3a;
}

#footer .button.no-bg { 
  color: #ddd;
}

#footer .button .arrow { 
  background-color: #3a3a3a;
}

#footer-bottom {
  background: #000;
  line-height: 17px;
  padding: 10px 0;
  text-align: left;
  height: 25px;
  float: left;
  width: 100%;
}
#footer-bottom .container {
  width: 960px;
  margin: 0px auto;
  padding: 0px 0px 0px 20px;
}





/**** Pre Loader ****/

#preloader {
  background: #FFF;
  position: fixed;
  left: 0px; 
  top: 0px; 
  width: 100%; 
  height: 100%; 
  z-index: 11000;
}
#preloader div {
  margin: auto;
  overflow: hidden;
}

#slide {
  display: none;
  height: 100%;
}







/*	Scroll to Top  */

#toTop {
	width: 50px;
	height: 50px;
	position: fixed; /* this is the magic */
	bottom: 25px; /* together with this to put the div at the bottom*/
	right: 25px;
	cursor: pointer;
	display: none;
	opacity: .7;
	background-color: #C7C7C7;
	background-image: url(../images/arrow-up-large.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#toTop:hover {
  background-color: #F15A23;
}




/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }





/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}






/* Font-face */
@font-face {
	font-family:'GothamBookRegular';
	src:url('../fonts/gotham-book-webfont.eot');
	src:url('../fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/gotham-book-webfont.woff') format('woff'),
	url('../fonts/gotham-book-webfont.ttf') format('truetype'),
	url('../fonts/gotham-book-webfont.svg#GothamBookRegular') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:'GothamLightRegular';
	src:url('../fonts/gotham-light-webfont.eot');
	src:url('../fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/gotham-light-webfont.woff') format('woff'),
	url('../fonts/gotham-light-webfont.ttf') format('truetype'),
	url('../fonts/gotham-light-webfont.svg#GothamLightRegular') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:'GothamMediumRegular';
	src:url('../fonts/gotham-medium-webfont.eot');
	src:url('../fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/gotham-medium-webfont.woff') format('woff'),
	url('../fonts/gotham-medium-webfont.ttf') format('truetype'),
	url('../fonts/gotham-medium-webfont.svg#GothamMediumRegular') format('svg');
	font-weight:normal;
	font-style:normal;
}