@charset "UTF-8";
.home section.projects a.project, .page.detail .next a, header {
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.about .awards:after, .about .awards_number:after {
	clear: both
}
.detail #main, .detail .container, .home .nav {
	text-align: center
}
.page.detail .next a, header {
	-webkit-box-sizing: border-box
}
@font-face {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: 400;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1;
	font-family: andre, helvetica;
	-webkit-font-smoothing: antialiased;
	color: #333;
	background: #fff;
	-webkit-transition: color, background 800ms cubic-bezier(.77, 0, .175, 1);
	-moz-transition: color, background 800ms cubic-bezier(.77, 0, .175, 1);
	-o-transition: color, background 800ms cubic-bezier(.77, 0, .175, 1);
	-ms-transition: color, background 800ms cubic-bezier(.77, 0, .175, 1);
	transition: color, background 800ms cubic-bezier(.77, 0, .175, 1);
	-webkit-tap-highlight-color: transparent;
	outline: 0
}

.halfSheet {
	width: 49%;
	position: absolute;
	padding-bottom: auto; /* 16:9 */
	
	top: 0; bottom: 0; left: 0;
	background: #CCC;
}
.OtherhalfSheet {
	width: 0;
	position: absolute;
	padding-bottom: auto; /* 16:9 */
	
	top: 0; bottom: 0; right: 0;
	background: white;
}

ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
body a {
	text-decoration: none;
	color: inherit
}
.no-touch .about a:hover, .no-touch header .menu ul li a:hover, header .menu ul li a.current {
	text-decoration: underline
}
body.loading .loading-icon {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	z-index: 100000
}
.disable-scroll {
	height: 100%!important;
	overflow: hidden!important
}
.show-when-loaded {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}
.hide-while-loading {
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0)
}
.no-anim {
	-webkit-transition: none!important;
	-moz-transition: none!important;
	-o-transition: none!important;
	-ms-transition: none!important;
	transition: none!important
}
.all-anim {
	-webkit-transition: all 800ms cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all 800ms cubic-bezier(.77, 0, .175, 1);
	-o-transition: all 800ms cubic-bezier(.77, 0, .175, 1);
	-ms-transition: all 800ms cubic-bezier(.77, 0, .175, 1);
	transition: all 800ms cubic-bezier(.77, 0, .175, 1)
}
.borders-anim {
	-webkit-transition: left, right, margin, top, width, height 800ms cubic-bezier(.77, 0, .175, 1);
	-moz-transition: left, right, margin, top, width, height 800ms cubic-bezier(.77, 0, .175, 1);
	-o-transition: left, right, margin, top, width, height 800ms cubic-bezier(.77, 0, .175, 1);
	-ms-transition: left, right, margin, top, width, height 800ms cubic-bezier(.77, 0, .175, 1);
	transition: left, right, margin, top, width, height 800ms cubic-bezier(.77, 0, .175, 1)
}
.opacity-anim {
	-webkit-transition: opacity 800ms cubic-bezier(.77, 0, .175, 1);
	-moz-transition: opacity 800ms cubic-bezier(.77, 0, .175, 1);
	-o-transition: opacity 800ms cubic-bezier(.77, 0, .175, 1);
	-ms-transition: opacity 800ms cubic-bezier(.77, 0, .175, 1);
	transition: opacity 800ms cubic-bezier(.77, 0, .175, 1)
}
.disable-mouse {
	pointer-events: none;
	cursor: default
}
.hide {
	opacity: 0!important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"!important;
	filter: alpha(opacity=0)!important
}
.loading-icon {
	pointer-events: none;
	z-index: 0;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0)
}
.loading-icon img {
	width: 80px;
	height: 80px;
	margin-left: -40px;
	margin-top: -40px
}
div[data-show=on-scroll], img[data-show=on-scroll] {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transform: translate(0, 90px);
	-moz-transform: translate(0, 90px);
	-o-transform: translate(0, 90px);
	-ms-transform: translate(0, 90px);
	transform: translate(0, 90px);
	-webkit-transition: opacity .6s .1s, -webkit-transform .6s ease;
	-moz-transition: opacity .6s .1s, -moz-transform .6s ease;
	-o-transition: opacity .6s .1s, -o-transform .6s ease;
	-ms-transition: opacity .6s .1s, -ms-transform .6s ease;
	transition: opacity .6s .1s, transform .6s ease
}
@media (max-width:599px) {
div[data-show=on-scroll], img[data-show=on-scroll] {
	opacity: 1!important;
	-ms-filter: none;
	filter: none;
	-webkit-transform: translate(0, 0)!important;
	-moz-transform: translate(0, 0)!important;
	-o-transform: translate(0, 0)!important;
	-ms-transform: translate(0, 0)!important;
	transform: translate(0, 0)!important;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none
}
}
.in-view {
	opacity: 1!important;
	-ms-filter: none!important;
	filter: none!important;
	-webkit-transform: translate(0, 0)!important;
	-moz-transform: translate(0, 0)!important;
	-o-transform: translate(0, 0)!important;
	-ms-transform: translate(0, 0)!important;
	transform: translate(0, 0)!important
}
header {
	position: fixed;
	z-index: 1000;
	top: 0;
	padding-left: 7.5%;
	padding-right: 7.5%;
	left: 0;
	right: 0
}
header .brand {
	bottom: 0;
	top: 0;
	position: absolute;
	display: table;
	height: 100%;
	z-index: 1005;
	width: auto
}
header .brand a {
	display: table-cell;
	vertical-align: middle;
	font-size: 38px
}
@media (max-width:979px) {
header .brand a {
	font-size: 30px
}
}
@media (max-width:599px) {
header {
	padding-left: 12%;
	padding-right: 12%
}
header .brand a {
	font-size: 26px
}
}
header .brand a .arrow {
	display: none;
	margin-right: 15px;
	height: 100%;
	position: relative;
	vertical-align: middle
}
header .brand a .text {
	font: 5px!important;
	text-indent: -1000px;
	overflow: hidden;
	/*background: url(../img/brand-light.png)center left no-repeat; */
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
	height: 100%;
	width: 250px
}
.OverTitle {
	margin-top: 0px;
	font: 50px Helvetica;
	font-weight: 700;
	letter-spacing: -4px;
	line-height: 50px;
	margin-left: auto;
	margin-right: auto;
	color: #CCC
}
.OverTitle a {
	margin-left: 50%
}

.OverTitle a:hover {
	
	color: #000
}
.login {
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 20px;
  width: 310px;
}
.tagline {
	margin-top: -9px;
	font: 30px Helvetica;
	font-weight: 700;
	letter-spacing: -2px;
	margin-left: auto;
	margin-right: 1%;
	color: #000;
	text-align: right
}
header .menu {
	white-space: nowrap;
	top: 0;
	bottom: 0;
	left: 300px;
	right: 7.5%;
	position: absolute;
	-webkit-transition: color 800ms cubic-bezier(.77, 0, .175, 1);
	-moz-transition: color 800ms cubic-bezier(.77, 0, .175, 1);
	-o-transition: color 800ms cubic-bezier(.77, 0, .175, 1);
	-ms-transition: color 800ms cubic-bezier(.77, 0, .175, 1);
	transition: color 800ms cubic-bezier(.77, 0, .175, 1)
}
@media (max-width:599px) {
header .brand a .text {
	background-image: url(../img/-brand.png);
	width: 40px;
	height: 43px;
	-webkit-background-size: 40px 43px;
	-moz-background-size: 40px 43px;
	background-size: 40px 43px
}
header .menu {
	left: 12%;
	right: 12%
}
}
header .menu ul {
	margin: 0;
	display: table;
	float: right;
	height: 100%;
	
}
header .menu ul li {
	display: table-cell;
	vertical-align: middle;
	padding-left: 120px
}
@media (max-width:979px) {
header .menu ul li {
	padding-left: 55px
}
}
header .menu ul li a {
	line-height: 38px;
	font-size: 14px;
	color: inherit;
	position: relative;
	white-space: nowrap;
	display: block
}
.home .projects-frame {
	position: fixed;
	top: 0;
	left: 0;
	right: 7.5%;
	bottom: 0;
	overflow: hidden
}
@media (max-width:599px) {
header .menu ul li {
	padding-left: 20px;
	width: auto
}
.home .projects-frame {
	top: 20%;
	left: 12%;
	right: 12%
}
}
.home section.projects a.project {
	display: block;
	-webkit-box-sizing: border-box;
	padding: 0;
	background: top center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-o-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: -webkit-transform 800ms cubic-bezier(.77, 0, .175, 1);
	-moz-transition: -moz-transform 800ms cubic-bezier(.77, 0, .175, 1);
	-o-transition: -o-transform 800ms cubic-bezier(.77, 0, .175, 1);
	-ms-transition: -ms-transform 800ms cubic-bezier(.77, 0, .175, 1);
	transition: transform 800ms cubic-bezier(.77, 0, .175, 1)
}
.home section.projects a.project img {
	width: 100%;
	height: auto;
	display: block
}
.home section.projects a.project.scroll-prev {
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-o-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	z-index: 10
}
.home section.projects a.project.scroll-current {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 20
}
.home section.projects a.project.scroll-next {
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	z-index: 10
}
.home .title {
	font: 100px helvetica;
	line-height: 180px;
	height: 190px;
	font-weight: 700;
	color: #CCC;
	letter-spacing: -.04em;
	position: absolute;
	top: 50%;
	left: 50%;
	white-space: nowrap;
	vertical-align: middle;
	padding: 0
}
.home .title .blurb {
	margin-top: 0px
}

 @media (max-width:1279px) {
.home .title {
	height: 140px;
	font-size: 70px;
	line-height: 130px
}
}
@media (max-width:979px) {
.home .title {
	height: 100px;
	font-size: 50px;
	line-height: 90px
}
}
@media (max-width:599px) {
.home .title {
	height: 82px;
	font-size: 38px;
	line-height: 75px
}
}
.home .year {
	font-family:Verdana, Geneva, sans-serif;
	line-height: 140%;
	font-size: 16px;
	display: block;
	letter-spacing: 0;
	font-weight: 400;
	margin-bottom: 20px;
	margin-left: 10px
}
.home section.text-scroll {
	pointer-events: none;
	position: fixed;
	top: 0%;
	left: 0;
	right: 7.5%;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 110
}
.home section.text-scroll .frame {
	position: relative;
	overflow: hidden
}
.home section.text-scroll .frame .scroll {
	position: relative
}
.home section.titles .title-wrapper {
	position: relative;
	margin-left: 0;
	height: 190px
}
@media (max-width:1279px) {
.home section.titles .title-wrapper {
	height: 140px
}
}
@media (max-width:979px) {
.home section.titles .title-wrapper {
	height: 100px
}
}
@media (max-width:599px) {
.home .year {
	font-size: 12px
}

.home section.titles {
	display: none
}
.home section.titles .title-wrapper {
	height: 78px
}
}
.home section.titles .title {
	position: relative;
	display: block;
	top: auto;
	margin-top: 0;
	margin-bottom: 0
}
.home section.years {
	margin-top: 95px
}
@media (max-width:979px) {
.home section.years {
	margin-top: 95px
}
}
@media (max-width:599px) {
.home section.years {
	display: none
}
}
.home section.years .year-wrapper {
	position: relative;
	margin-left: 7.5%;
	height: 18px
}
.home .nav ul li a .active-line, .home .nav ul li a:after {
	height: 1px;
	display: block;
	position: absolute;
	margin-left: 15px
}
.home section.years .year {
	position: relative;
	left: -3.75%;
	line-height: 18px
}
.home .nav {
	position: fixed;
	z-index: 10000;
	width: 7.5%;
	top: 100%;
	right: 0
}
@media (max-width:599px) {
.home .nav {
	width: 12%
}
}
.home .nav ul li a {
	width: 44px;
	height: 20px;
	display: inline-block;
	zoom: 1
}
.home .nav ul li a .active-line {
	width: 0;
	margin-top: 11px;
	border-top: 9px solid #000;
	border-radius: 20%;
	-webkit-transition: width 800ms cubic-bezier(.77, 0, .175, 1);
	-moz-transition: width 800ms cubic-bezier(.77, 0, .175, 1);
	-o-transition: width 800ms cubic-bezier(.77, 0, .175, 1);
	-ms-transition: width 800ms cubic-bezier(.77, 0, .175, 1);
	transition: width 800ms cubic-bezier(.77, 0, .175, 1);
	z-index: 100
}
.home .nav ul li a:after {
	content: " ";
	width: 13px;
	margin-top: 9px;
	border-top: 13px solid #bbb;
	border-radius: 20%;
	-webkit-transition: border 300ms ease;
	-moz-transition: border 300ms ease;
	-o-transition: border 300ms ease;
	-ms-transition: border 300ms ease;
	transition: border 300ms ease
}
.home.full .projects-frame section.projects a.project .scroll-next, .home.full .projects-frame section.projects a.project.scroll-prev, .home.only-current-project .projects-frame a.project {
	display: none
}
.no-touch .home .nav ul li a:hover:after {
	border-top-color: #999
}
.home .nav ul li.active a .active-line {
	width: 13px
}
.home.full .projects-frame {
	left: 0;
	right: 0;
	top: 0!important;
	bottom: 0!important;
	width: auto!important;
	height: auto!important
}
.home.full.out-from-right .projects-frame {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
.home.full.out-from-left .projects-frame {
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
.home.text-out-left section.text-scroll {
	-webkit-transform: translate3d(-105%, 0, 0)!important;
	-moz-transform: translate3d(-105%, 0, 0)!important;
	-o-transform: translate3d(-105%, 0, 0)!important;
	-ms-transform: translate3d(-105%, 0, 0)!important;
	transform: translate3d(-105%, 0, 0)!important
}
.home.text-out-right section.text-scroll {
	-webkit-transform: translate3d(105%, 0, 0)!important;
	-moz-transform: translate3d(105%, 0, 0)!important;
	-o-transform: translate3d(105%, 0, 0)!important;
	-ms-transform: translate3d(105%, 0, 0)!important;
	transform: translate3d(105%, 0, 0)!important
}
.home.out .nav {
	opacity: 0!important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"!important;
	filter: alpha(opacity=0)!important
}
.home.out-from-right .projects-frame {
	-webkit-transform: translate3d(-115%, 0, 0);
	-moz-transform: translate3d(-115%, 0, 0);
	-o-transform: translate3d(-115%, 0, 0);
	-ms-transform: translate3d(-115%, 0, 0);
	transform: translate3d(-115%, 0, 0)
}
.home.out-from-left .projects-frame {
	-webkit-transform: translate3d(115%, 0, 0);
	-moz-transform: translate3d(115%, 0, 0);
	-o-transform: translate3d(115%, 0, 0);
	-ms-transform: translate3d(115%, 0, 0);
	transform: translate3d(115%, 0, 0)
}
.home.only-current-project .projects-frame a.project.scroll-current {
	display: block
}
.page.page-left {
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
.page.page-right {
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
.page.page-up {
	-webkit-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
	-o-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}
.page.page-down {
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}
.page.detail .next {
	margin-top: 200px
}
@media (max-width:599px) {
.page.detail .next {
	margin-top: 0
}
}
.page.detail .next a {
	font-size: 60px;
	font-weight: 700;
	color: #CCC;
	display: block;
	position: relative;
	margin: auto;
	width: 100%;
	height: 400px;
	line-height: 400px;
	letter-spacing: -5px;
	-webkit-transition: all 800ms cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all 800ms cubic-bezier(.77, 0, .175, 1);
	-o-transition: all 800ms cubic-bezier(.77, 0, .175, 1);
	-ms-transition: all 800ms cubic-bezier(.77, 0, .175, 1);
	transition: all 800ms cubic-bezier(.77, 0, .175, 1)
}
.no-touch .page.detail .next a:hover {
	color: #000
}
/*.page.detail .next a .bg {
	background: center center no-repeat silver;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	-webkit-transition: opacity 800ms cubic-bezier(.77, 0, .175, 1);
	-moz-transition: opacity 800ms cubic-bezier(.77, 0, .175, 1);
	-o-transition: opacity 800ms cubic-bezier(.77, 0, .175, 1);
	-ms-transition: opacity 800ms cubic-bezier(.77, 0, .175, 1);
	transition: opacity 800ms cubic-bezier(.77, 0, .175, 1);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	z-index: 10
}*/
.page.detail .next a .label {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 50
}
.no-touch .page.detail .next a:hover .bg {
	opacity: 1;
	-ms-filter: none;
	filter: none
}


.section-inverted {
	background: #000;
	color: #fff
}

.detail h1 {
	font-size: 72px;
	line-height: 1.5;
	color: #2c3e50;
	font-weight: 100
}
.detail #container {
	width: 980px;
	margin: 0 auto
}
.detail section {
	height: 300px;
	margin: 60px 0
}
.detail .section--purple {
	background-color: #9b59b6
}
.detail .section--blue {
	background-color: #3498db
}
.detail .section--green {
	background-color: #2ecc71
}
.detail #more {
	margin: 20px auto 48px
}
.detail .img_center {
	display: inline-table;
	width: 80%;
	height: auto;
	margin-top: 150px;
	max-width: 1600px
}
.detail .img_full {
	width: 100%;
	margin-top: 150px;
	padding-top: 150px;
	padding-bottom: 150px;
	background: #fff
}
@media (max-width:599px) {
.detail .img_full {
	padding: 0
}
}
.detail .video_full {
	display: inline-table;
	width: 80%;
	height: auto;
	min-width: 100%;
	margin-top: 150px;
	background: #000;
	padding-top: 200px;
	padding-bottom: 200px
}
.detail .video_full video {
	display: block;
	width: 100%;
	max-width: 1280px;
	margin: auto;
	height: auto
}
.detail .video_full.video_full_white {
	background: #fff
}
.detail .img_center img, .detail .img_full img {
	max-width: 1600px;
	margin: auto;
	width: 100%;
	height: auto
}
.detail .img_full img {
	max-width: 1200px
}
.detail .project_about {
	position: relative;
	display: inline-table;
	margin-top: 100px;
	font-family: Helvetica;
	text-align: left;
	line-height: 48px;
	font-weight: 700;
	color: #999;
	padding-right: 80px;
	vertical-align: middle;
	letter-spacing: -1px;
	font-size: 40px;
	margin-left: 7.5%;
	margin-right: 7.5%;
	max-width: 1500px
}
@media (max-width:599px) {
.detail .project_about {
	margin-left: 12%;
	margin-right: 12%;
	padding-right: 10px;
	font-size: 30px;
	line-height: 38px
}
}
.detail .project_title_copy {
	font-size: 22px;
	line-height: 10px
}
.detail .project_team {
	font: 26px Helvetica;
	font-weight: 700;
	color: #dadada;
	vertical-align: middle;
	letter-spacing: -1px;
	line-height: 40px;
	text-align: center;
	margin: 200px auto 0
}
.detail .project_team a:hover{
	color:#666}
.detail .img_fixed {
	margin-top: 200px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 1000px
}
@media (max-width:979px) {
.detail .project_team {
	font-size: 20px;
	padding-left: 7.5%;
	padding-right: 7.5%
}
.detail .img_fixed {
	height: 600px
}
}
.about {
	font: 70px Helvetica;
	font-weight: 700;
	letter-spacing: -4px;
	line-height: 130px;
	margin-top: 350px;
	padding-left: 7.5%;
	padding-right: 7.5%;
	margin-left: auto;
	margin-right: auto;
	color: #000
}
.about .awards, .about .talk {
	margin-top: 150px;
	font-weight: 700
}
@media (max-width:1279px) {
.about {
	margin-top: 200px
}
}
@media (max-width:979px) {
.about {
	font-size: 80px;
	line-height: 80px;
	margin-top: 200px
}
}
@media (max-width:599px) {
.detail .img_fixed {
	height: 400px
}
.about {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -2px;
	margin-top: 100px;
	padding-left: 12%;
	padding-right: 12%
}
}
.about .awards {
	zoom: 1
}
.about .awards:after, .about .awards:before {
	content: "";
	display: table
}
.about .talk {
	height: 200px;
	clear: both
}
.about .links_about {
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 400;
	margin-bottom: 100px
}
@media (max-width:599px) {
.about .talk {
	margin-top: 80px;
	height: 60px
}
.about .links_about a {
	display: block;
	margin-bottom: -40px
}
}
.about .awards_number {
	float: left;
	zoom: 1
}
.about .awards_number:after, .about .awards_number:before {
	content: "";
	display: table
}
.about .awards_number .big {
	font-size: 420px;
	line-height: 420px;
	font-weight: 700
}
@media (max-width:979px) {
.about .awards_number .big {
	font-size: 300px;
	line-height: 340px
}
}
@media (max-width:599px) {
.about .awards_number .big {
	font-size: 150px;
	line-height: 220px
}
}
.about .awards_number .counting {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	margin-left: 17px;
	letter-spacing: -1px;
	float: left;
	position: relative;
	margin-top: -30px
}
.about .awards_title {
	max-width: 600px;
	height: 300px
}
@media (max-width:979px) {
.about .awards_number .counting {
	font-size: 20px;
	margin-left: 10px
}
.about .awards_title {
	height: 200px
}
}
@media (max-width:599px) {
.about .awards_number .counting {
	margin-left: 2px;
	margin-top: -45px
}
.about .awards_title {
	height: 60px
}
}
.about .awards_list {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: -.4px;
	line-height: 30px;
	margin-top: 52px;
	margin-left: 110px;
	float: left;
	position: relative
}
@media (max-width:1279px) {
.about .awards_list {
	margin-left: 17px
}
}
@media (max-width:599px) {
.about .awards_list {
	font-size: 10px;
	letter-spacing: -.2px;
	line-height: 24px;
	margin-left: 0;
	margin-top: 30px
}
}
.almost .c1 img, .almost .c1 video, .almost .c2 img, .almost .c2 video, .almost .c3 img, .almost .c3 video {
	display: block;
	width: 100%;
	height: auto;
	min-width: 100%
}
.almost .video_almost video {
	width: 100%;
	height: auto
}
.almost .c1 {
	width: 33%;
	float: left
}
.almost .c2 {
	width: 34%;
	float: left
}
.almost .c3 {
	width: 33%;
	float: left
}
@media (max-width:640px) {
.almost .c1, .almost .c2, .almost .c3 {
	width: 100%
}
}
.almost .almost_copy {
	position: relative;
	margin: 320px 7.5% 150px;
	font-family: Helvetica;
	text-align: left;
	line-height: 52px;
	font-weight: 700;
	color: #000;
	vertical-align: middle;
	letter-spacing: -1.5px;
	font-size: 40px;
	max-width: 1800px
}
@media (max-width:599px) {
.almost .almost_copy {
	margin-top: 180px
}
}
