/****************
	Zero
*****************/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,
big,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,
ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
}

a,a:visited { text-decoration: none; }
a:active, a:focus { outline-style: none; }
a img,:link img,:visited img { border:none}

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

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
.clearfix { display:block; }

pre {
	margin: 10px;
	padding: 10px;
	font-family: "Courier New";
	font-size: 14px;
	color: #000000;
	background: #CCCCCC;
}

@font-face {
    font-family: 'TitlingGothicFBCompStandard';
    src: url('./fonts/titlinggothicfbcomp-stand-webfont.eot');
    src: url('./fonts/titlinggothicfbcomp-stand-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/titlinggothicfbcomp-stand-webfont.woff') format('woff'),
         url('./fonts/titlinggothicfbcomp-stand-webfont.ttf') format('truetype'),
         url('./fonts/titlinggothicfbcomp-stand-webfont.svg#TitlingGothicFBCompStandard') format('svg');
    font-weight: normal;
    font-style: normal;
}

/****************
	Generic
*****************/
body {
	/* overflow-y: scroll;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	/* background: #474747;*/
    background: #2f2f2f;
    

  /* So that content underneath footer is visible */
  /* padding-bottom: 300px;*/
  /* padding-bottom: 160px;*/
}


strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	margin: 0px auto;
	width: 1056px;
	height: 100%;
    position: relative;
    z-index: 3;
}

body.project-detail #wrapper {
    width: 100%;
    position: fixed;
    z-index: 12;
    top: 125px;
	background: url(../images/bg_grey.png) repeat;
    height: auto;
}

body.project-detail.nojs #wrapper {
    position: relative;
    top: 0;
}

body.project-detail #footer_wrapper hr {
    margin-top: 0;
}

body.project-detail #content {
    width: 1056px;
    margin: 0 auto 0;
    z-index: 10;
    padding-top: 1px;
    padding-bottom: 15px;
}

/****************
	Header
*****************/

#header_wrapper {
	/* position: fixed;*/
	z-index: 9999;
	top: 0px;
	width: 100%;
	height: auto;
	/* background: #474747;*/
    left: 0;
    overflow: hidden;
}

body.project-detail #header_wrapper {
    position: fixed;
	background: url(../images/bg_grey.png) repeat;
    height: 125px;
}
body.project-detail.nojs #header_wrapper {
    position: relative;
}

#header {
	padding: 15px 0px 5px 0px;
	width: 1056px;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}

#header h1#branding {
	float: left;
	font-size: 36px;
	text-transform: uppercase;
}

#header h2 {
	clear: right;
	float: right;
	margin: 2px 0px;
	font-size: 11px;
}

#nav {
	position: relative;
	margin-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
	height: 34px;
}

#nav ul {
	margin-left: -10px;
	list-style: none;
}

#nav li {
	float: left;
}

#nav li a {
	float: left;
	display: block;
	padding: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#nav li a:hover {
	text-decoration: none;
}

#nav .nav-spot {
	display: block;
	position: absolute;
	bottom: -3px;
	left: 14px;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #FFFFFF;
}

/* work nav @LC */

#project_nav_container {
	position: relative;
	height: 30px;	
	font-size: 12px;
    margin-top: 5px;
    margin-bottom: 13px;
}

#project_links_mask {
	/* position: absolute;*/
	/* left: 0;*/
	width: 1056px;
	height: 25px;
	overflow: hidden;
}

.sub_nav {
	list-style: none;	
	width: 200%;
	margin-top: 7px;
}

.sub_nav li {
	float: left;
	display: inline;
	margin-right: 10px;
}

.sub_nav a {
	color: #FFF;
}

.sub_nav a.active {
	font-weight: bold;
}

#project_nav {
	position: absolute;
	right: 0;
	width: 120px;
	margin-top: 8px;
}

#project_nav a {
	text-decoration: none;
	color: #FFF;
	text-decoration: underline;
}

#project_nav a.prev_btn {
	
}

#project_nav a.next_btn {

}

#project_nav span {

}

#project_nav span.current {

}

#project_nav span.count {

}

#project_container {
	position: fixed;
	z-index: -9999;
	top: 0;
    left: 0;
	width: 1680px;
	height: 100%;
}

#project_loader {
	display: none;
	width: 45px;
	height: 38px;
	padding-top: 7px;
	text-align: center;
	position: absolute;
	z-index: 9999;
	top: 50%;
	left: 50%;
	background: #CCC;
	border-radius: 5px 5px 5px 5px;
}

#project_details {
	position: relative;
	z-index: 99;
	top: 45px;	
	width: 100%;
	height: auto;
}

#project_details h1 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 20px;
	padding-top: 14px;
}

#project_details #details #image_navigation {
	position: relative;
	width: 180px;
	text-align: left;
	height: 12px;
	padding: 8px 0px;	
	border-radius: 5px 5px 5px 5px;
}

#project_details #details #image_navigation.bkg {
	background: url(../images/bg_grey.png) repeat;
	text-align: center;
}

#project_details #details #image_navigation span {

}

#project_details #details #image_navigation span.current_image{

}

#project_details #details #image_navigation span.total_image {

}

#project_details #details #image_navigation a {
	display: inline;
	color: #FFF;
	text-decoration: underline;
	margin: 0 3px;
}

#project_details #details a.prev_btn, #project_details #details a.next_btn {
	
}

#project_contents {
	display: none;
	position: absolute;
	z-index: -5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bg_grey.png) repeat;
}

#project_contents .container {
	width: 1056px;
	margin: 0 auto;
	height: auto;

}

#project_contents #top_contents {
	margin-top: 100px;	
}

#project_contents #top_contents #intro p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 16px;
	width: 480px;
	position: relative;
	margin-bottom: 10px;
	font-weight: normal;
	letter-spacing: 0px;
}

#project_contents #top_contents #intro p a, #project_contents #top_contents #intro p a:link {
	color: #fff;
	text-decoration: underline;
}

#project_contents #top_contents #tags {
	font-size: 12px;
	margin: 10px 0;
	position: relative;
}

/****************
	Content
*****************/
#content {
	/* margin-top: 115px;*/
  /* position: relative;*/
}

#content #intro_text {
  position: absolute;
  padding-top: 123px;
  /* left: -25px;*/
  z-index: 10;

  display: block;
  width: 1056px;
  height: 100%;
  margin: 0 auto;
}

#content #intro_text img {
  position: relative;
  left: -13px;
  top: 5px;
}

#intro_text + #portfolio {
  opacity: 0.2;
}

/****************
	Portfolio
*****************/
#refine {
	position: relative;
	margin: -10px auto 25px;
	width: 1056px;
	z-index: 2;
}

#refine strong {
	display: block;
	float: left;
}

#refine label {
	display: block;
	float: left;
	margin: -2px 0px 0px 20px;
	padding: 2px 0px;
	cursor: pointer;
}

#refine label input {
	
}

#refine label span {
	display: block;
	float: left;
	margin: -1px 5px 0px 0px;
	width: 14px;
	height: 14px;
	background: url('../images/bg_refine_unchecked.png') no-repeat center center;
}

#refine label span.checked {
	background: url('../images/bg_refine_checked.png') no-repeat center center;
}

#portfolio {
	padding: 20px 0px 240px;
}

#portfolio .col {
	float: left;
	margin-right: 8px;
	width: 258px;
	min-height: 700px;
}

#portfolio .col-4 {
	margin-right: 0px;
}

#portfolio .row {
	position: relative;
	overflow: hidden;
	margin-bottom: 8px;
	background: #FF0000;
	-moz-box-shadow:    2px 2px 2px 2px #383838;
	-webkit-box-shadow: 2px 2px 2px 2px #383838;
	box-shadow:         2px 2px 2px 2px #383838;	
}

#portfolio .hidden {
	display: none;
}

#portfolio .loading {
	display: none;
	padding: 4px 0px;
	text-align: center;
	background: #777777;
}

/*** Heights ***/
#portfolio .height-1 {
	height: 112px;
}
#portfolio .height-2 {
	height: 232px;
}
#portfolio .height-3 {
	height: 352px;
}

/*** Colours ***/
#portfolio .blue {
	background: #00AAB3;
}
#portfolio .orange {
	background: #F7941E;
}
#portfolio .purple {
	background: #662D91;
}

/*** Text ***/
#portfolio h6 {
	padding: 8px 8px 0px 8px;
	font-weight: bold;
	line-height: 16px;
}

#portfolio p {
	padding: 0px 8px;
	line-height: 16px;
}

#portfolio p a {
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
}

#portfolio .blue p a {
	border-color: #40BFC6;
}
#portfolio .orange p a {
	border-color: #F9AF56;
}
#portfolio .purple p a {
	border-color: #8C62AD;
}

#portfolio p a:hover {
	border-color: #FFFFFF;
	text-decoration: none;
}

/*** Twitter ***/
#portfolio p.follow {
	position: absolute;
	bottom: 12px;
	right: 0px;
}

/*** Video ***/
#portfolio .video .overlay {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url('../images/bg_video_overlay.png') repeat center center;
}

#home {
    position: relative;
}

#full-video {
	position: absolute;
    top: 0;
    z-index: 10;
    height: 454px;
    width: 100%;
    background: #000000;
    display: none;
}
#home #hero {
    position: relative;
    z-index: 2;
}

#video-close {
    width: 30px;
    height: 29px;
    background: url('../images/close.png');
    position: absolute;
    top: 2px;
    left: 2px;
}

/*
#portfolio #full-video .nav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 38px;
	background: url('../images/bg_grey.png') repeat;
}

#portfolio #full-video .play, #portfolio #full-video .pause {
	
}

#portfolio #full-video .progress {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 38px;
	background: url('../images/bg_grey.png') repeat;
}
*/

/*** Work ***/
#portfolio .work {
	
}

#portfolio .work .summary {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url('../images/bg_grey_dark.png') repeat;
}

#portfolio .work .summary a {
	border: none;
	font-weight: bold;
}

#portfolio .work .summary p.share {
	position: absolute;
	bottom: 10px;
	left: 0px;
}

#portfolio .work .summary p.share a {
	padding: 0px 3px;
}

/*** Blog ***/
#portfolio .blog .post-image {
/*	height: 112px;*/
}


/****************
	Pages
*****************/

/*** About ***/

body.about-us div#header_wrapper, body.about-us div#footer_wrapper {
	background: none;
}

#about_page {
	padding-top: 16px;	
	height: auto;
}

#about_page #left_col, .content_page .left_col {
	position: relative;
	width: 250px;
	height: 100px;
	float: left;
	display: inline;	
}

#about_page #left_col h1, .content_page .left_col h1 {
	font-size: 22px;
	font-weight: normal;
}

#left_col ul {
	margin-top: 8px;
}

#left_col ul li {
	line-height: 22px;
	list-style: none;
}

#left_col ul li a, #left_col ul li a:link {
	color: #fff;
}

#left_col ul li.current a {
	text-decoration: underline;
}

#about_page #right_col, .content_page .right_col {
	position: relative;
	width: 795px;
	height: auto;
	float: right;
	display: inline;
}

#about_page #right_col h2, .content_page .right_col h2 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
}

#about_page #right_col h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	margin-bottom: 10px;
	width: 535px;
}

#about_page #right_col p {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 18px;
	width: 535px;	
}

#right_col ul {
	clear: both;
}

#right_col ul li {
    list-style: none;
    line-height: 16px;
    margin-bottom: 8px;
    width: 30%;
    float: left;
}

#right_col a, #right_col a:link {
    color: white;
    text-decoration: underline;
}


/****************
 * Contact Page
 ***************/
.right_col h3 {
 font-size: 14px;
 font-weight: bold;
}

#contact_page {
  padding-top: 30px;
}

#contact div div {
  float: left;
  line-height: 34px;
  width: 33%;
}
#contact div div p {
    width: 70%;
}

#contact h4 { margin-bottom: -2px; margin-top: 10px; }
#contact #addresses div a { color: white; }

#contact_page #addresses .right_col {
  border-bottom: 1px solid white;
  padding-bottom: 110px;
}

#contact #addresses div h3 {
  line-height: 10px;
  margin-top: 5px;
}

#contact #addresses div address {
  line-height: 1.4em;
  font-size: 14px;
}

#contact #usefullinks {
  padding-top: 50px;
}

#contact_page .right_col h2 {
  background: url('../images/logo_s.png') no-repeat 5px 0;
  line-height: 31px;
  font-size: 18px;
  text-indent: 40px;
  margin-top: -4px;
}

#contact_page .right_col div p {
  padding-right: 40px;
  line-height: 18px;
}

#contact #usefullinks a {
    background: white;
    color: #242424;
    padding: 3px 25px;
    border-radius: 10px;
}

#contact_page .right_col p a, #contact_page .right_col p input.submit {
  display: block;
  width: 75px;
  height: 22px;
  
  background: black;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#221f1f)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #575757, #221f1f); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #575757, #221f1f); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #575757, #221f1f); /* IE10 */
  background-image:      -o-linear-gradient(top, #575757, #221f1f); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #575757, #221f1f);
  
  margin-top: 10px;

  color: white;
  text-align: center;
  line-height: 22px;
  border: none;
}

#contact_page .right_col h3 {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  margin-bottom: 10px;
}

#contact_page .right_col h3 + h3 {
  margin-top: 30px;
}

#contact_page .right_col h4 {
  margin: 13px 0;
  clear: both;
}

#contact dl {
  float: left;
  width: 33%;
}

#contact dt {
  float: left;
  width: 72px;
  line-height: 26px;
}

#contact dt.wide {
  width: 235px;
}

#contact dd {
  height: 26px;
}

#contact form h4 {
    margin-top: 40px;
    margin-bottom: 5px;
}

#contact form ul li {
  width: 25%;
  float: left;
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

#contact form li input { margin-right: 4px; }

#contact form input[type="range"] {
  width: 100%;
}

#contact .slider {
  width: 100%;
  height:2px;
  background: white;
  position: relative;
  margin-bottom: 10px;
  margin-top: 30px;
}

#contact .handle {
  height: 12px;
  width: 12px;
  background: white;
  position: absolute;
  top: -5px;
  left: 67px;
  border-radius: 10px;
}

#contact .label {
  position: absolute;
  top: -25px;
  width: 100px;
  text-align: center;
  display: block;
  font-size: 14px;
  left: 27px;
}

#contact textarea {
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
}

/****************
	Footer
****************/

#footer_wrapper {
	position: relative;
	z-index:999;
	bottom: 0px;
	width: 100%;
	height: auto;
}

body.project-detail #footer_wrapper {
    position: fixed;
	background: url(../images/bg_grey.png) repeat;
}
body.project-detail.nojs #footer_wrapper {
    position: relative;
}

#footer_wrapper.transparent {
	background: url(../images/bg_grey.png) repeat;
}

#footer {
	width: 1056px;
	height: 140px;	
	margin: 0 auto;
	padding-top: 15px;
}

#footer hr {
	height: 1px;
	background: #FFF;
	border: none;
	margin: 17px 0 10px;
}

body.project-detail.nojs #footer hr {
    margin: 0 0 10px;
}

#footer .col {
  width: 25%;
  float: left;
}

#footer .col, #footer p, #footer li {
  line-height: 1.5em;
}

#footer ul {
  list-style: none;
}

#footer a {
  color: white;
}

#ss_fb, #ss_tw, #ss_li {
  /* display: inline-block;*/
  display: block;
  float: left;
  margin-right: 4px;
  width: 26px;
  height: 26px;
  background: url('../images/social_networks.png') -1px -1px;
  text-indent: -9999px;
}

#ss_tw {
  background-position: -36px -1px;
}

#ss_li {
  background-position: -70px -1px;
}

p.subtitle {
	font-style: italic;
}


/*
 * Sub Menu
 */

#submenu {
    border-bottom: 1px solid white;
    margin-top: 5px;
    margin-bottom: 15px;
}

#submenu h2 {
    font-size: 48px;
    font-family: 'TitlingGothicFBCompStandard';
    text-transform: uppercase;
}
#submenu h2 a { color: white; }

#submenu p {
    margin: 16px 0 20px;
}


/*
 * HOME PAGE
 */

.scroller {
    position: relative;
    overflow: hidden;
}
.scroller .items {
    width: 4000px;
    position: relative;
    z-index: 10;
}
.scroller .back, .scroller .forward {
    width: 20px;
    padding-top: 3px;
    height: 37px;
    background: #2f2f2f;
    position: absolute;
    top: 43%;
    z-index: 11;
    color: white;
    font-size: 28px;
    font-family: arial;
}

div#clients .scroller .back, div#clients .scroller .forward {
    width: 20px;
    padding-top: 3px;
    height: 37px;
    background: #2f2f2f;
    position: absolute;
    top: 37%;
    z-index: 11;
    color: white;
    font-size: 28px;
    font-family: arial;
}

.scroller .back { 
    left: 0; 
    border-radius: 0 20px 20px 0;
}
.scroller .forward { 
    right: 0; 
    border-radius: 20px 0 0 20px;
    text-align: right;
}

.scroller .back:hover, .scroller .forward:hover { text-decoration: none; }

/* .scroller .active { color: red; }*/


#home .featured-item {
    width: 780px;
    float: left;
    position: relative;
    /* display: inline-block;*/
    /* font-size: 0px;*/
    /* letter-spacing: 0;*/
    /* word-spacing: 0;*/
}

#home .featured-item img {
    width: 780px;
}

#home .featured-item .box {
    background: black;
    background: rgba(0, 0, 0, 0.7);
    width: 200px;
    padding: 16px;

    position: absolute;
    left: 45px;
    top: 45px;
}

#features .pagination li {
    text-indent: -9999px;
    /* display: inline-block;*/
    float: left;
    width: 10px;
    height: 10px;
    margin-top: 5px;
    margin-right: 3px;
    border: none;
    border-radius: 100px;
    background: white;
    color: white;
    list-style: none;
    -webkit-transition: background 1s linear;
    moz-transition: background 1s linear;
    -o-transition: background 1s linear;
    -ms-transition: background 1s linear;
    transition: background 1s linear;
}

#features .pagination li.active {
    background: #242424;
    color: #242424;
}


#home .featured-item .box h4 {
    font-family: 'TitlingGothicFBCompStandard';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
    margin-bottom: 15px;
}

#home .featured-item .box p {
    padding: 5px 0 10px;
    line-height: 1.4em;
}

#home .featured-item .box a {
    color: white;
    text-decoration: underline;
}

#home h3 {
    font-size: 24px;
    font-family: 'TitlingGothicFBCompStandard';
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#home #features {
    width: 780px;
    float: left;
}

#home #selected, #home #clients {
    width: 240px;
    margin-left: 36px;
    float: left;
}


#home #selected a {
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
}

#clientlist { margin-left: 0; }

#home #selected a div,
#clientlist a div {
    position: absolute;
    top: 0;
    right: -240px;
    width: 210px;
    height: 130px;
    background: black;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 15px;
    -webkit-transition: right 0.25s ease-out;
    moz-transition: right 0.25s ease-out;
    -o-transition: right 0.25s ease-out;
    -msie-transition: right 0.25s ease-out;
    transition: right 0.25s ease-out;
    text-decoration: none;
}

#clientlist li {
    width: 252px;
    height: 160px;
    float: left;
    list-style: none;
    margin: 16px 16px 0 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#clientlist li h4 { margin-top: 0; }

#clientlist li a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    padding-top: 42px;
}
#clientlist li a:hover { text-decoration: none; }
#clientlist li a div { width: 222px; right: -252px;  }

#clientlist li.i3 { margin-right: 0; }

#home #selected a:hover div,
#clientlist a:hover div {
    top: 0;
    right: 0;
    text-align: left;
}

#home #selected a div h4,
#work #projects a div h4,
#clientlist a div h4 {
    font-family: 'TitlingGothicFBCompStandard';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
}

#home #selected a div p,
#work #projects a div p,
#clientlist a div p {
    padding: 6px 0 10px;
    font-style: oblique;
    line-height: 1.3em;
}

#home #selected a div .more,
#work #projects a div .more,
#clientlist a div .more {
    position: absolute;
    bottom: 10px;
    text-decoration: underline;
    font-style: normal;
}

#home #clients {
    margin-top: 33px;
}

#home #clients .items {
    background: #242424;
    height: 165px;
}

#home #clients .items img {
    margin-left: 30px;
    margin-right: 31px;
    margin-top: 45px;
    margin-bottom: 45px;
    float: left;
}

#home .column {
    width: 22%;
    margin-right: 3%;
    float: left;
    padding-top: 21px;
}

#home .column li {
    list-style: none;
    line-height: 1.4em;
}

#home .column p {
    margin-bottom: 10px;
    line-height: 1.4em;
    width: 90%;
}

#home .column a {
    color: white;
    text-decoration: underline;
}

#home .column a.news {
	text-decoration: none;
}

#home .column a.news:hover {
	text-decoration: underline;
}

#home .column ul a { text-decoration: none; }
#home .column ul a:hover { text-decoration: underline; }

#home .column.last {
    width: 25%;
    margin-right: 0;
    padding-top: 0;
    float: none;
    position: absolute;
    right: 0;
}

#home .column.last a {
    text-decoration: none;
}

#home .column.last h3 {
    border-bottom: 1px solid #FFF;
    padding: 19px 0;
    margin-bottom: 0;
    position: relative;
}

#home .column.last h3 span {
    position: absolute;
    right: 0;
}

#home .column.last h3.last {
    border-bottom: 0;
    padding-bottom: 0;
}



/*
 * Work
 */


#work #filter a {
    font-size: 24px;
    font-family: 'TitlingGothicFBCompStandard';
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 15px;
    color: #5D5D5D;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition:  color 0.5s ease-out;
    -ms-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}
#work #filter a.active,
#work #filter a:hover {
    color: white;
    text-decoration: none;
}

#work #projects li {
    background: #AAA;
    width: 252px;
    height: 170px;
    list-style: none;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 16px 16px 0 0;
}
#work #projects li img {
    position: relative;
    z-index: 2;
}
#work #projects li.i3 {
    margin-right: 0;
}
#work #projects li a div {
    position: absolute;
    right: 0px;
    top: 0;
    width: 228px;
    height: 20px;
    padding: 15px;
    color: white;
    text-decoration: none;
    background: black;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: right 0.25s ease-out;
    -moz-transition: right 0.25s ease-out;
    -o-transition: right 0.25s ease-out;
    -ms-transition: right 0.25s ease-out;
    transition:  right 0.25s ease-out;
    z-index: 3;
}
#work #projects li a:hover div {
    right: 0;
    text-decoration: none;
}



#work #projects li a:hover { text-decoration: none; }

#project_links { margin-top: 10px; margin-bottom: 10px; }

#project_links a {
    color: #B3B3B3;
}

#project_links a.active {
    color: white;
}

#project { position: relative; }

#project h1 {
    font-size: 26px;
    font-family: 'TitlingGothicFBCompStandard';
    text-transform: uppercase;
    letter-spacing: 1px;
}

#project .show_text { margin-top: 8px; }
#project .show_text a {
    color: white;
    text-decoration: underline;
}

#project div {
    display: none;
}
#project div div {
    display: block;
}
#project div .col {
    float: left;
}
body.nojs .show_text {
    display: none;
}
body.nojs #project div {
    display: block;
}

#project div p {
    font-size: 14px;
    line-height: 1.4em;
    width: 470px;
    margin-top: 15px;
}

#project div a {
    color: white;
    text-decoration: underline;
}

#project #image_position {
    width: 150px;
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'TitlingGothicFBCompStandard';
    font-size: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: right;
}

#project #image_position em {
    font-size: 18px;
    font-style: normal;
}

#images, #background_image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#background_image { height: auto; }
#background_image { opacity: 0.1; z-index: 1; }

#background_image #bg_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

#images .longscroll {
    width: 25000px;
    position: absolute;
    -webkit-transition: left 1s ease-out;
    -moz-transition: left 1s ease-out;
    -o-transition: left 1s ease-out;
    -ms-transition: left 1s ease-out;
    transition: left 1s ease-out;
}

#images img {
    float: left;
}

#images a {
    position: absolute;
    z-index: 20;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    top: 420px;
    font-size: 24px;
    font-family: 'Arial';
    color: white;
    text-align: center;
    background: black;
    background: rgba(0, 0, 0, 0.8);
    line-height: 24px;
    text-indent: -2px;
}
#images a:hover { text-decoration: none; }

#images a.back {
    left: -30px;
}

#images a.forward {
    right: -30px;
    text-indent: 2px;
}

.content {
    margin-bottom: 10px;
}

.content h3, .content h4 {
    font-family: 'TitlingGothicFBCompStandard';
    font-size: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 10px;
}

.content h4 {
    font-size: 20px;
    margin-top: 45px;
    margin-bottom: -13px;
}

.content p, .content li {
    width: 470px;
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 20px;
}
.content h4 { width: 470px; }

.content ul { margin-left: 15px; margin-top: 10px; }
.content li { margin-top: 3px; }

.content a {
    color: white;
    text-decoration: underline;
}

/* TOUCH ENABLED */
.touch-enabled #work #projects li a div {
    right: 0;
    height: auto;
}
.touch-enabled #work #projects li a div p { display: none; }

#header a { color: white; }


/****************
	Media Queries
****************/

/* 76px smaller */
/*
 * Now in 1024.css
@media screen and (max-width: 1056px) {
	#wrapper, #header, #footer, #refine, #project_contents .container, #content #intro_text,
    #project_links_mask {
		width: 980px;
	}

    #work #projects li {
        width: 236px;
        margin: 12px 12px 0 0;
    }
    #work #projects li a div { width: 206px; }

    #home #features { width: 730px }
    #home .featured-item { width: 730px; }
    #home #selected, #home #clients { margin-left: 10px; }
    
    body.project-detail #content { width: 980px; }


  #about_page #left_col, .content_page .left_col {
    width: 220px;
  }

  #about_page #right_col, .content_page .right_col {
    width: 749px; 
  }
	
	#portfolio .col {
		width: 239px;
	}
}
*/

/*
@media screen and (max-width: 480px) {
	#wrapper, #content #intro_text,
    #project_links_mask {
		width: 452px;
	}
	
	#portfolio .col {
		width: 222px;
	}

  #portfolio .col-2, #portfolio .col-4 {
    margin-right: 0;
  }

  #footer_wrapper {
    display: none;
  }
}
    */

