/***	CSS RESET	***/
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;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/***	GLOBAL CSS	***/
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

.serif
{
	font-family: 'GFS Didot', serif;
}

.section
{
	font-size:30px;
}

.global_wrapper
{
	width:100%;
	display:table-cell;
	vertical-align:middle;
	overflow:hidden;
	position:relative;
}

.home video
{
	height:100%;
	width:100%;
}

video
{
	height:95%;
	width:100%;
}

/***	INTRO	***/
.intro_video
{
	width:100%;
	height:100%;
	background:transparent;
	z-index:99;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
}

.intro_transition
{
	width:100%;
	height:100%;
	background:transparent;
	z-index:98;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
}

.intro_top
{
	width:100%;
	height:50%;
	background:url(../images/nav/grad.png) repeat-x #d1d1d1;
	position:relative;
	top:-1px;
	z-index:10;
}

.intro_bottom
{
	width:100%;
	height:50%;
	background:#d1d1d1;
	position:relative;
	bottom:0px;
	z-index:10;
}

.div_left
{
	width:51%;
	height:100%;
	background:#d1d1d1;
	position:absolute;
	top:0%;
	left:0px;
	z-index:9;
}

.div_right
{
	width:51%;
	height:100%;
	background:#d1d1d1;
	position:absolute;
	top:0%;
	right:0px;
	z-index:9;
}

.intro_top_logo
{
	width:900px;
	height:52px;
	position:absolute;
	bottom:0px;
	display:none;
	text-align:center;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}

.intro_bottom_logo
{
	width:900px;
	height:52px;
	position:absolute;
	top:0px;
	display:none;
	text-align:center;
	overflow:hidden;
}

.intro_top_logo div,
.intro_bottom_logo div
{
	display:inline-block;
	float:left;
}

.intro_top_logo div img,
.intro_bottom_logo div img
{
	display:none;
}

/***	GLOBAL IFRAME	***/
.global_iframe
{
	width:100%;

}


/***	NAV	***/
.nav
{
	height:133px;
	position:relative;
}

.nav .m
{
	display:block;
	width:500px;
	height:328px;
	position:absolute;
	bottom:0px;
	left:0px;
	pointer-events:none;
	z-index:2;
	overflow:visible;
}

.nav .m_red
{
	background:url(/images/nav/m_red.png) bottom left no-repeat;
	background-size:contain;
}

.nav .m_gray
{
	background:url(/images/nav/m_red.png) bottom left no-repeat;
	background-size:contain;
}

.nav .nav_points
{
	vertical-align:top;
	height:24px;
	margin-top:12px;
}

.nav .nav_points a
{
	display:inline-block;
	height:24px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	font-size:14px;
	margin:0px 0px 0px 8px;
	line-height:24px;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
	overflow:hidden;
	vertical-align:top;
}

.nav .nav_points a.sexy,
.nav .nav_points a.crazy,
.nav .nav_points a.cool
{
	width:48px;
	height:24px;
	display:inline-block;
	vertical-align:top;
}

.nav .nav_points a:hover
{
	color:#840008;
}

.nav .nav_points a.sound
{
	background:url(/images/nav/sound.jpg) no-repeat;
	width:24px;
	height:24px;
	text-indent:900px;
}

.nav .logo_carousel
{
	width:100%;
	height:84px;
	overflow:hidden;
	pointer-events:none;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:1;	
}

.nav .logo_carousel ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	height:84px;
}
.nav .logo_carousel li {
	height: 84px;
	width:2276px;
	overflow:hidden;
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	background:url(/images/nav/bg_gray.png) no-repeat;
}

.nav .logo_carousel .clearfix {
	float: none;
	clear: both;
}

.btn_skip
{
	position:absolute;
	top:0px;
	right:20px;
	z-index:199;
	width:75px;
	height:30px;
	background:#c5c5c5;
	border:1px solid #8D8D8D;
	text-align:center;
	line-height:30px;
	text-decoration:none;
	color:#000;
	box-shadow: 5px 5px 10px #888888;
	font-family: 'GFS Didot', serif;
	transition:background 0.2s;
}

.btn_skip:hover
{
	background:#BFBFBF;
}

/***	HOME PAGE	***/
body.home_page
 {
 	margin:0px;
 	padding:0px;
 	text-align:left;
 	background:url(/images/nav/grad.png) top center repeat-x #cacac9;
 }
 
 .home_page #myCanvasContainer
 {
 	position:relative;
	overflow:hidden;
 	width:100%;
 }
 
.r
 {
	 position:absolute;
	 width:247px;
	 height:393px;
	 bottom:0px;
	 right:0px;
	 background:url(/images/nav/r_01.png) bottom right no-repeat;
	 background-size:contain;
	 pointer-events:none;
	 z-index:999;
 }
 
 /***	CATEGORY HOMEPAGE	***/
 body.category_homepage
 {
 	margin:0px;
 	padding:0px;
 	text-align:left;
 	background:url(/images/nav/grad.png) top center repeat-x #cacac9;
 }
 
 .category_homepage .wrapper
 {
	display:table-cell;
	width:100%;
	height:645px;
	vertical-align:middle;
 }
 
 .category_homepage .floating_r
 {
	width:202px;
	height:258px;
	background:url(/images/nav/r_bw.png) top right no-repeat;
	background-size:contain;
	position:absolute;
	top:0px;
	right:0px;
	pointer-events:none;
 }
 
 .category_homepage .header
 {
	position:absolute;
	top:20px;
	left:20px;
	letter-spacing:1px;
	font-size:16px;
 }
 
 .category_homepage .header .mid
 {
	font-size:20px;
 }

.list_carousel_wrapper
{
	margin-top:90px;
	position:relative;
}
 
.list_carousel {
	position: relative;
	height:500px;
	box-shadow: 0px 10px 15px #888888;
	overflow:hidden;
}
.list_carousel ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	height:500px;
}
.list_carousel li {
	height: 500px;
	width:735px;
	overflow:hidden;
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	background:#FFF;
}

.list_carousel li img
{
	min-width:735px;
	min-hieght:500px;
}

#forward
{
	position:absolute;
	top:-30px;
	right:35%;
	width:25px;
	height:25px;
	background:url(/images/nav/forward.png) no-repeat;
	background-size:contain;
	text-indent:999px;
	overflow:hidden;
	z-index:99;
}

#backward
{
	position:absolute;
	top:-30px;
	left:35%;
	width:25px;
	height:25px;
	background:url(/images/nav/backward.png) no-repeat;
	background-size:contain;
	text-indent:999px;
	overflow:hidden;
	z-index:99;
}

.clearfix {
	float: none;
	clear: both;
}

.click_image
{
	width:135px;
	text-align:left;
	color:#ccc;
	font-size:18px;
	margin-left:auto;
	margin-right:auto;
}

/***	Projects	**/

body.work_pages
{
	margin:0px;
 	padding:0px;
 	text-align:left;
 	background:url(/images/nav/grad.png) top center repeat-x #cacac9;
	vertical-align:top;
}

.work_pages .info_table
{
	width:346px;
	height:645px;
	display:inline-block;
	vertical-align:top;
	margin:0px;
	padding:0px;
	position:relative;
}

.work_pages .project_wrapper
{
	height:645px;
	display:inline-block;
	vertical-align:top;
	margin:0px;
	padding:0px;
}

.work_pages .project_container
{
	display:table-cell;
	height:645px;
	vertical-align:top;
	text-align:right;
	overflow:hidden;
	position:relative;
	vertical-align:middle;
}

.work_pages .info_copy
{
	text-align:left;
	width:257px;
	height:350px;
	overflow:auto;
	margin-top:60px;
	margin-left:70px;
	padding-right:10px;
	position:relative;
}

.work_pages .info_copy h
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	text-transform:uppercase;
}

.work_pages .info_copy p
{
	margin-top:20px;
	margin-bottom:30px;
	text-align:left;
	font-size:15px;
	line-height:23px;
	letter-spacing:1px;
	font-family: 'GFS Didot', serif;
}

.work_pages .info_copy .grad
{
	width:100%;
	height:30px;
	position:fixed;
	background:url(../images/nav/work_grad.png) bottom center repeat-x;
}

.work_pages .info_copy p span
{
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}

.work_pages .mini_nav
{
	position:absolute;
	top:0px;
	right:20px;
}

.work_pages .mini_nav a
{
	text-decoration:none;
	outline:none;
	color:#000;
}

/***	PRESS	***/
#press {
	position: relative;
	margin-top:0px;
	height:3000px;
}

#press div {
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	height:100%;
	text-align:center;
}

#next
{
	position:absolute;
	top:0px;
	right:25px;
	width:24px;
	height:150px;
	overflow:hidden;
	text-indent:999px;
	z-index:99;
	background:url(/images/nav/next.png) top center no-repeat;
}

#prev
{
	position:absolute;
	top:0px;
	left:25px;
	width:24px;
	height:150px;
	overflow:hidden;
	text-indent:999px;
	z-index:99;
	background:url(/images/nav/prev.png) top center no-repeat;
}

/***	VIDEO	***/
.video .project_container
{
	background:#transparent;
}

.film video
{
	width:640px;
	height:360px;
	background:#000;
	box-shadow: 10px 10px 15px #888888;
}

.film .project_container
{
	vertical-align:middle;
	text-align:center;
}

/***	BIOGRAPHY	***/

body.bio_pages
{
	margin:0px;
 	padding:0px;
 	text-align:left;
 	background:url(/images/nav/grad.png) top center repeat-x #cacac9;
	vertical-align:top;
}

.bio_pages .info_table
{
	width:100%;
	height:645px;
	display:inline-block;
	vertical-align:top;
	margin:0px;
	padding:0px;
	position:relative;
}

.bio_pages .scroll_container
{
	width:500px;
	height:100%;
	margin-top:50px;
}
.bio_pages .info_copy
{
	width:100%;
	text-align:right;
	overflow:auto;
	padding-right:10px;
}

.bio_pages .header
{
	position:relative;
	top:20px;
	left:20px;
	font-size:30px;
}

.bio_pages .info_copy p
{
	margin-bottom:20px;
	text-align:justify;
	font-size:15px;
	line-height:25px;
	font-family: 'GFS Didot', serif;
}

.bio_pages .info_copy p span
{
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}

.bio_pages .floating_r
 {
	width:202px;
	height:258px;
	background:url(/images/nav/r_bw.png) top right no-repeat;
	background-size:contain;
	position:absolute;
	top:0px;
	right:0px;
	pointer-events:none;
 }
 
.bio_pages .pdf
 {
	width:120px;
	height:80px;
	position:absolute;
	bottom:50px;
	right:50px;
 }
 
 .bio_pages .pdf a
 {
	 width:120px;
	 height:80px;
	 display:block;
	 text-align:center;
	 text-decoration:none;
	 outline:none;
	 color:#666;	 
 }
 
 /***	CONTACTS	***/

body.contact_pages
{
	margin:0px;
 	padding:0px;
 	text-align:left;
 	background:url(/images/nav/grad.png) top center repeat-x #cacac9;
	vertical-align:top;
}

.contact_pages .header
 {
	position:absolute;
	top:20px;
	left:20px; 
 }
 
.contact_pages .r
 {
	 position:absolute;
	 width:202px;
	 height:258px;
	 top:0px;
	 right:0px;
	 background:url(/images/nav/r_bw.png) top right no-repeat;
	 background-size:contain;
	 pointer-events:none;
 }
 
.contact_pages .contact_list
 {
	 margin-top:80px;
	 overflow:hidden;
	 position:relative;
 }
 
 .contact_pages .contact_list li
 {
	 width:600px;
	 display:block;
	 margin-bottom:20px;
	 background: url(/images/nav/bullet.png) 0px 5px no-repeat;
	 text-indent:20px;
 }
 
.contact_pages .contact_list .contact_header
{
	  font-family:Arial, Helvetica, sans-serif;
	  font-size:20px;
	  width:500px;
	  cursor:pointer;
	  text-transform:uppercase;
}
  
.contact_pages .contact_list .subheader
{
	font-family: 'GFS Didot', serif;
	font-size:15px;
	line-height:30px;
}

.title
{
	font-size:15px;
}

.contact_info
{
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	margin-top:50px;
	margin-left:50px;
	line-height:25px;
	background:#dadad9;
	color:#000;
	text-transform:uppercase;
	width:500px;
	height:300px;
}

.contact_info a
{
	color:#000;
	text-decoration:underline;
	outline:none;
	text-transform:none;
}