/* ==========================================================================
   CSS Reset
   ========================================================================== */
/*
YUI 3.11.0 (build d549e5c)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html {
    color: #fff;
    background: #000
}

img { -ms-interpolation-mode: bicubic; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset,
legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, images {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

input, textarea, select {
    *font-size: 100%
}

legend {
    color: #000
}

#yui3-css-stamp.cssreset {
    display: none
}

/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
    font-family: BlenderProBook;
    src: url("../fonts/BlenderPro-BookWeb.eot");
}

@font-face {
    font-family: BlenderProBook;
    src: url("../fonts/BlenderPro-BookWeb.woff") format("woff");
}

@font-face {
    font-family: BlenderProBold;
    src: url("../fonts/BlenderPro-BoldWeb.eot");
}

@font-face {
    font-family: BlenderProBold;
    src: url("../fonts/BlenderPro-BoldWeb.woff") format("woff");
}

/* ==========================================================================
   Global CSS
   ========================================================================== */
*,
*:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: BlenderProBook, sans-serif;
    font-size: 16px;
}

.clear {}

.clear:before, .clear:after {
    display: table;
    content: "";
    line-height: 0;
}

.clear:after {
    clear: both;
}

.inner {
    width: 1030px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.inner:before, .inner:after {
    display: table;
    content: "";
    line-height: 0;
}

.inner:after {
    clear: both;
}

a > img {
    border: none;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    text-decoration: none;
}

.red {
    color: #ff2b06;
}

.bold {
    font-family: BlenderProBold, sans-serif;
}

/* ==========================================================================
   Triangles
   ========================================================================== */

.triangle_top {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    position: fixed;
    top: 0;
    z-index: 99;
    margin-left: -12px;
}

.triangle_bottom {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    position: fixed;
    bottom: 0;
    z-index: 99;
    margin-left: -12px;
}

.triangle_left {
    width: 0;
    height: 0;
    border-left: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: fixed;
    left: 0;
    z-index: 99;
    margin-top: -12px;
}

.triangle_right {
    width: 0;
    height: 0;
    border-right: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: fixed;
    right: 0;
    z-index: 99;
    margin-top: -12px;
}

/* ==========================================================================
   Header
   ========================================================================== */
#header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #000;
    z-index: 99999999999;
}

#header .logo {
    width: 140px;
    height: 12px;
    background: url(../images/logo.png) center no-repeat;
    float: left;
    margin: 50px 0;
    text-indent: -9999px;
}

#header .menu {
    float: left;
    margin: 50px 0 50px 85px;
}

#header .menu li {
    float: left;
    margin-left: 30px;
}

#header .menu a {
    display: block;
    font-size: 13px;
    line-height: 1;
}

#header .menu li a:hover,
#header .menu li.active a {
    color: #ff2b06;
}

#header .coordinates {
    float: right;
    color: #ff2b06;
    font-size: 18px;
    font-weight: bold;
    margin-top: 45px;
    font-family: BlenderProBold, sans-serif;
    max-width: 200px;
    overflow: hidden;
}

#header .menu .switcher {
    width: 100px !important;
    padding: 0;
    margin-top: -3px;
}

#header .menu .switcher .left {
    padding-right: 10px;
}

#header .menu .switcher .right {
    padding-left: 10px;
}

#header .menu .switcher a {
    width: 45px !important;
    display: inline;
}

/* ==========================================================================
   Section
   ========================================================================== */
.section {
    position: relative;
}

.section .inner {}

.section .inner.content_center {
    display: table;
}

.section .inner.content_center > div {
    display: table-cell;
    vertical-align: middle;
}

.section .arrow_down {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    bottom: 50px;
    background: url(../images/arrow-down.png) center no-repeat;
    border: 2px solid #ff2b06;
    border-radius: 18px;
}

.arrow_down_projects {
    display: block;
    width: 36px;
    height: 36px;
    position: fixed;
    left: 50%;
    margin-left: -9px;
    bottom: 50px;
    background: url(../images/arrow-down.png) center no-repeat;
    border: 2px solid #ff2b06;
    border-radius: 18px;
    z-index: 9999 !important;
}

h1.title {
    text-align: center;
    font-size: 60px;
    color: #ff2b06;
    font-weight: bold;
    font-family: BlenderProBold, sans-serif;
}

.section.fixed .inner {
    position: fixed;
    width: 100%;
}

.section.upcoming {}

.section.upcoming .inner {
    background: #000;
}

/* ==========================================================================
   Home
   ========================================================================== */
.logo_big {
    width: 418px;
    height: 36px;
    background: url(../images/logo_big.png) center no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.ddc {
    float: right;
    width: 765px;
    border-top: 1px solid #ff2b06;
    padding-top: 25px;
}

.ddc .left_col {
    width: 235px;
    float: left;
}

.ddc .right_col {
    width: 505px;
    float: right;
}

.ddc p {
    margin-bottom: 15px;
}

.ddc ul {
    margin-bottom: 15px;
}

.ddc li {
    position: relative;
    padding-left: 12px;
}

.ddc li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}

/* ==========================================================================
   Company
   ========================================================================== */
#company {}

#company .one_four {
    width: 238px;
    float: left;
    margin-left: 23px;
    position: relative;
    height: 100%;
}

#company .one_four:first-child {
    margin-left: 0;
}

#company .one_four .text {
    position: absolute;
    height: 100%;
    padding-top: 35px;
}

#company h2 {
    color: #ff2b06;
    text-align: center;
    font-family: BlenderProBold, sans-serif;
    font-size: 16px;
}

#company hr {
    border: none;
    border-top: 1px solid #ff2b06;
}

#company p {
    margin-bottom: 15px;
}

#company.upcoming .inner {
    background: transparent;
}

#company .black {
    overflow: hidden;
    background: black;
    height: 100%;
}

#company .stuck {
    position: fixed;
    background: #000;
    height: 100% !important;
    margin-top: 40px;
}

#company .sticky-wrapper {
    height: 100% !important;
}

#company .inner > div {
    height: 100%;
}

/* ==========================================================================
   Services
   ========================================================================== */
#services {}

#services .one_four {
    width: 240px;
    float: left;
    margin-left: 23px;
    position: relative;
    height: 100%;
}

#services .one_four:first-child {
    margin-left: 0;
}

#services .one_four .text {
    position: absolute;
    height: 100%;
    padding-top: 55px;
}

#services h2 {
    color: #ff2b06;
    text-align: center;
    font-family: BlenderProBold, sans-serif;
    font-size: 16px;
}

#services hr {
    border: none;
    border-top: 1px solid #ff2b06;
}

#services li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 12px;
    line-height: 18px;
}

#services li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}

#services.upcoming .inner {
    background: transparent;
}

#services .black {
    overflow: hidden;
    background: black;
    height: 100%;
}

#services .stuck {
    position: fixed;
    background: #000;
    height: 100% !important;
    margin-top: 40px;
}

#services .sticky-wrapper {
    height: 100% !important;
}

#services .inner > div {
    height: 100%;
}

/* ==========================================================================
   Team
   ========================================================================== */
#team {}

.people_filler {
    height: 500px;
}

#team div.inner.content_center div div.black div.one_four img {
    max-height: 220px;
    max-width: 240px;
}

#team .one_four {
    width: 238px;
    float: left;
    margin-left: 23px;
}

#team .one_four:first-child {
    margin-left: 0;
}

#team h2 {
    color: #fff;
    text-align: center;
    font-family: BlenderProBold, sans-serif;
    font-size: 18px;
}

#team h3 {
    color: #fff;
    text-align: center;
    font-size: 16px;
}

#team hr {
    border: none;
    border-top: 1px solid #ff2b06;
    margin: 10px 0 25px;
}

#team .media {
    margin-bottom: 25px;
}

#team.upcoming .inner {
    background: transparent;
}

#team .black {
    overflow: hidden;
    background: black;
    padding-bottom: 60px;
    z-index: 9999999 !important;
}

/*
	#team .svc_1 { top: 1000px; margin-top: 660px;}	
	#team .svc_2 { top: 1750px; position:absolute; margin-top: 660px;}
	#team .svc_3 { top: 2900px; position:absolute;  margin-bottom:500px; margin-top: 660px;}
*/


.people-detail h2 {
color: #ff2b06;
text-align: left;
font-family: BlenderProBold, sans-serif;
font-size: 16px;
margin-top: 1.3em;
margin-bottom: .1em;
}

.people-detail  p {margin-bottom: 1em; line-height: 19px; font-size: 16px;}
.people-detail table p {margin-bottom: 0;}
/* ==========================================================================
   Contact
   ========================================================================== */
#contact {}

#contact .one_four {
    width: 238px;
    float: left;
    margin-left: 23px;
}

#contact .one_four:first-child {
    margin-left: 0;
}

#contact h2 {
    color: #ff2b06;
    text-align: center;
    font-family: BlenderProBold, sans-serif;
    font-size: 16px;
}

#contact hr {
    border: none;
    border-top: 1px solid #ff2b06;
    margin-bottom: 25px;
}

#contact li {
    margin-bottom: 0;
    position: relative;
    line-height: 19px;
}

#contact.upcoming .inner {
    background: transparent;
    padding-bottom: 20px;
}

#contact .black {
    overflow: hidden;
    background: black; /* padding-top: 100px; */
    height: 400px;
}

/* ==========================================================================
   Projects
   ========================================================================== */
#projects {}

#projects .inner {}

#projects .inner > div {
    overflow: hidden;
    background: #000;
}

/* 	#projects .category{width: 240px;float: left;margin-left: 23px;}    */
#projects .category {
    width: 100%;
    margin-left: 23px;
    height: 330px;
    display: inline-block;
}

/* 	#projects .category:nth-child(4n+1){margin-left: 0;}  */
#projects .category_header {
    top: 113px;
    width: 240px;
    background: #000;
    z-index: 99;
}

#projects .category_header.stuck {
    position: fixed;
    padding-top: 70px;
}

#projects .project {
    width: 240px;
    margin-bottom: 45px;
    position: relative;
    float: left;
    margin-right: 15px;
}

.category_header hr {
    margin-top: 0;
    border: none;
    border-top: 1px solid #fff;
}

.category_header h5 {
    font-size: 14px;
    margin: 15px 0;
    color: #fff;
}

.project hr {
    margin-top: 0;
    border: none;
    border-top: 1px solid #fff;
}

.project h5 {
    font-size: 14px;
    margin: 15px 0;
    color: #fff;
    display: block;
    min-height: 28px;
}

.project h5 a {
    color: #fff;
    line-height: 16px;
}

.project:hover hr {
    border-color: #ff2b06;
}

.project:hover h5 a {
    color: #ff2b06;
}

.project.fixed > div {
    position: fixed;
}

.project.fixed .image {
    margin-top: 70px;
    display: block;
}

/* ==========================================================================
   Individual Project
   ========================================================================== */
#project_ind {}

#project_ind .inner > .top {
    margin-top: 125px !important;
}

.project_header {
    overflow: hidden;
    margin-bottom: 25px;
    font-size: 14px;
}

.project_header hr {
    border: none;
    border-top: 1px solid #fff;
    margin-bottom: 15px;
    margin-top: 0;
}

.project_header > div {
    float: left;
}

.project_header .name {
    width: 240px;
    color: #ff2b06;
}

.project_header .name hr {
    border-color: #ff2b06;
}

.project_header .description {
    width: 500px;
    margin-left: 25px;
}

.project_header .year {
    width: 240px;
    margin-left: 25px;
}

.images_excerpt {
    padding-bottom: 100px;
}

.images_excerpt img {
    max-width: 100%;
}

.project_footer {
    color: #fff;
    font-size: 14px;
    height: 100px;
    line-height: 100px;
    position: fixed;
    bottom: 0;
    background: #000;
    width: 1030px;
}

.project_footer a {
    color: #fff;
}

.description .lhs_desc {
    display: inline-block;
    width: 110px;
}

.addr_ ul li {
    display: inline-block;
    width: 400px;
}

.addr_ .lhs_desc_contact {
    display: inline-block;
    width: 20px;
}

ul.footer_links {
}

ul.footer_links li {
    list-style: none;
    height: 20px;
}

.upcoming {
    visibility: hidden;
}

.addr_ ul {
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 200px;
    left: 0;
    right: 0;
    padding-top: 150px;
}

.addr_ {
    width: 100% !important;
    position: relative;
    height: 50px;
}

.svc_people {
    display: block;
    height: 270px;
    position: relative;
    width: 100%;
}

body {
	overflow-y: visible!important;
}

.svc_people{
	display:block; height:170px; position:relative;width:100%; 
}

.svc_company {
	height:1000px; display:block; position:relative;
}
.svc_services{
	height:1000px; display:block; position:relative;
}
#svc {
	display:block; height:120px; position:relative;
}	