
/*
CSSGrid is a Responsive CSS Grid designed to work on web and mobile devices. (www.cssgrid.co)
Please don't steal. Support this grid and buy a license from: http://codecanyon.net/item/responsive-html5-css-grid/4928861

-------------------------------------------------------------
CSS Structure:

01. Default styles for page design (not required for CSS Grid)
02. fixed (f) and percentage (p) column setup
-------------------------------------------------------------
*/


/* 01. Default styles for page design -------------------------- */

/* Generated your own fonts from http://www.fontsquirrel.com/tools/webfont-generator */

@font-face {
    font-family: 'gt_walsheimthin';
    src: url('../fonts/gt-walsheim-thin-webfont.eot');
    src: url('../fonts/gt-walsheim-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gt-walsheim-thin-webfont.woff2') format('woff2'),
         url('../fonts/gt-walsheim-thin-webfont.woff') format('woff'),
         url('../fonts/gt-walsheim-thin-webfont.ttf') format('truetype'),
         url('../fonts/gt-walsheim-thin-webfont.svg#gt_walsheimthin') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gt_walsheim_regularregular';
    src: url('../fonts/gt-walsheim-regular-webfont.eot');
    src: url('../fonts/gt-walsheim-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gt-walsheim-regular-webfont.woff2') format('woff2'),
         url('../fonts/gt-walsheim-regular-webfont.woff') format('woff'),
         url('../fonts/gt-walsheim-regular-webfont.ttf') format('truetype'),
         url('../fonts/gt-walsheim-regular-webfont.svg#gt_walsheim_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gt_walsheimbold';
    src: url('../fonts/gt-walsheim-bold-webfont.eot');
    src: url('../fonts/gt-walsheim-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gt-walsheim-bold-webfont.woff2') format('woff2'),
         url('../fonts/gt-walsheim-bold-webfont.woff') format('woff'),
         url('../fonts/gt-walsheim-bold-webfont.ttf') format('truetype'),
         url('../fonts/gt-walsheim-bold-webfont.svg#gt_walsheimbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.hideme {
	display:none!important;
}
.fixme {
	z-index:100;
	position:absolute;
	height:70px;
}
.fixmeon {
	margin:0 auto;
	width:100%;
	position:fixed;
	top:70px;
	left:0;
	right:0;
}
.space-above {
	/*margin-bottom:60px;
	width:100px;*/
}
.space-above-second {
	/*margin-bottom:59px;
	width:100px;*/
}
body {
	width:100%;
	margin:0 auto;
	color:#000;
	font-family:'gt_walsheimthin', Arial, Helvetica, sans-serif;
	font-weight:normal;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background-color:#fff;
}
html {
	margin:0 auto;
	overflow-x:hidden;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.waypoint-start {
	padding-top:140px;
	margin-bottom:-140px;
}
.waypoint {
	padding-top:70px;
	margin-bottom:-70px;
}
a, .wrapper, .wrapper-push, nav, .stuck, .sticky, .navsticky, h1, h2, h3, h4, h5, ul.nav-buttons li a, a.goto, .social a, input, .m-over, .staff-sml-overbox-m-over, .work-nav ul li a, a.work-section1, a.work-section2, a.work-section3, a.work-section4,
.project1-off, .project1-on, .info-box-off, .pagination a, a.archive-year, a .thought-past .work-nav a, div.archive a, .staff-toggle1 a, .staff-toggle2 a, .staff-toggle3 a, .staff-toggle4 a, .staff-toggle5 a, .staff-toggle6 a, .staff-toggle7 a, .staff-toggle8 a, .share .like a span, .vid-closed {
	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	transition:.4s;
}
.arrow-down, .backtotop a, .totop a, .emailme a, .phone a, .email a, .location a, .location-top a, .sharethis a, .like a, .project-prev a, .project-next a, .submit, .emailme a, .emailus a, .submit-search-results, .project-title div, .pin-map a, .pin-tel a, .pin-email a {
	-o-transition:0s;
	-ms-transition:0s;
	-moz-transition:0s;
	-webkit-transition:0s;
	transition:0s;
}
.logo {
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}
.navclosed {
	-o-transition:0s;
	-ms-transition:0s;
	-moz-transition:0s;
	-webkit-transition:0s;
	transition:0s;
}
.project a img {
	-o-transition:1s;
	-ms-transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
	transition:1s;
}

/* Preloader + bar */
.loading {
	display:block;
	background-color:#6e6e70;
	color:333;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	text-align:center;
	position:fixed;
	z-index:6000;
}
.loading .bar {
	top:50%;
	left:50%;
	margin-top:-32px;
	margin-left:-70px;
	background-color:transparent;
	width:140px;
	color:#333;
	height:64px;
	text-align:center;
	position:absolute;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.loading .percent {
	background-color:#4e4e50;
	width:2px;
	height:64px;
}
.loading span {
	top:63%;
	left:0%;
	width:100%;
	color:#fff;
	font-size:15px;
	text-align:center;
	z-index:6000;
	position:absolute;
}
.logo-preload {
	font-size:14px;
	width:430px;
	height:210px;
	top:50%;
	margin-top:-140px;
	left:50%;
	margin-left:-215px;
	z-index:30;
	position:absolute;
	background-size:240px;
	-moz-background-size:240px;
}
.logo-preload a {
	font-size:14px;
	width:430px;
	height:210px;
	display:block;
}
a {
	text-decoration:none;
}
img,
img a {
	border:0;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
}
img {
	margin-bottom:-6px;
}

/* Home */
.image-new {
	margin-top:90px;
}
/* Home Gallery */
.gallery,
.gallery-image {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}
.gallery-image {
	overflow:hidden;
	width:100%;
	height:auto;
	position:relative;
	background-color:#fff;
}
.gallery-image img {
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:-4px;
	background-color:transparent;
}

.iosSlider {
	position:relative;
	top:0;
	left:0;
	overflow:hidden;
	width:100%;
	height:100%;
}
.iosSlider .slider {
	width:100%;
	height:100%;
}
.iosSlider .slider .item {
	float:left;
	width:100%;
	height:100%;
	margin-top:90px;
}
.fullscreen {
	min-height:100%;
	height:100%;
	width:100%;
	position:absolute;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	background-position:center;
	z-index:0;
}
/*.iosSlider .slider .item .text1 {
	color: #fff;
	font: bold 50px/60px "Helvetica Neue",Helvetica,Arial,sans-serif;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 150px;
	opacity: 0;
	filter: alpha(opacity:0);
	background: #000;
	z-index:2;
}
.iosSlider .slider .item .text2 {
	color: #fff;
	font: normal 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;	
	position: absolute;
	top: 90px;
	right: 0;
	opacity: 0;
	filter: alpha(opacity:0);
	background: #000;
	padding: 5px 7px 7px 7px;
	z-index:2;
}*/

.gallery-overlay {
	position:absolute;
	background-color:rgba(255,255,255,0.8);
	z-index:2;
	top:0;
	bottom:0;
	left:0;
	padding-top:4%;
	padding-left:5%;
	width:20%;
	min-width:320px;
	/*opacity: 0;
	filter: alpha(opacity:0);*/
}
.gallery-overlay-inner {
	position:relative;
}
.gallery-title {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:32px;
	line-height:38px;
	padding-right:30px;
}
.gallery-intro-text {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:56px;
	line-height:60px;
	position:absolute;
	z-index:2;
	max-width:860px;
	top:50%;
	margin-top:-150px;
	left:53%;
	margin-left:-430px;
	/*opacity: 0;
	filter: alpha(opacity:0);*/
}
/*.iosSlider .slider .item .text1 {
	right: 150px;
	opacity: 0;
	filter: alpha(opacity:0);
	background: #000;
	z-index:2;
}*/

.gallery-text {
	font-size:18px;
	line-height:24px;
	padding-top:14px;
	padding-right:30px;
	padding-bottom:10px;
}
.gallery-link {
	padding-top:10px;
}
.gallery-link,
.gallery-link a {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	line-height:28px;
	color:#000;
}
.gallery-link a {
	display:inline-block;
	padding-right:34px;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size:28px;
	-moz-background-size:28px;
}
.gallery-link a:hover {
	padding-right:38px;
}
.switcher {
	position:absolute;
	z-index:5;
	text-align:center;
	height:40px;
	list-style:none;
	margin:0;
	padding:0;
	width:90%;
	text-align:right;
	margin:0 auto;
	left:2%;
	right:2%;
	margin-top:-50px;
}
.switcher li {
	display:inline-block;
	width:28px;
	height:8px;
	border:0;
	margin-left:8px;
}
.switcher li a {
	background-color:transparent;
	display:block;
	width:28px;
	height:8px;
	background-color:#fff;
}
.switcher li a:hover {
	background-color:#ffed00;
}
.switcher li a.active {
	background-color:#ffed00;
}
.gallery .owl-nav {
	position:relative;
	z-index:4;
}
.arrow-left a {
	width:60px;
	height:60px;
	color:transparent;
	display:block;
	background-image: url(../images/arrow-left.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:80%;
	-moz-background-size:80%;
	z-index:5;
	position:absolute;
	margin-left:2%;
	top:50%;
}
.arrow-right a {
	width:60px;
	height:60px;
	color:transparent;
	display:block;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:80%;
	-moz-background-size:80%;
	z-index:5;
	position:absolute;
	right:2%;
	top:50%;
}
.arrow-left a:hover,
.arrow-right a:hover {
	opacity:0.7;
}
.arrow-down {
	position:absolute;
	width:50px;
	height:50px;
	right:4.5%;
	bottom:4%;
	z-index:2;
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: center 8px;
	background-size:34px;
	-moz-background-size:34px;
}
.arrow-down a {
	width:50px;
	height:50px;
	display:block;
}
.arrow-down:hover {
	background-position: center -32px;
}


.touch .arrow-down:hover {
	background-position: right 8px;
}
.push-top {
	padding-top:90px;
}
.block {
	width:100%;
	min-height:100%;
	position:relative;
}
.block-home {
	width:100%;
	min-height:100%;
	position:relative;
}
.height-100 {
	width:100%;
	min-height:100%;
	position:absolute;
}
.bg-fulscreen {
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	background-position:center;
}
.bg-home {
	background-image: url(../images/bg-home.jpg);
}
.bg-home-grey {
	background-image: url(../images/bg-home-grey.jpg);
}
.bg-why2 {
	background-image: url(../images/about/why2.jpg);
}
h1, h2, h3, h4, h5 {
	font-weight:normal;
	margin:0;
	padding:0;
}
h1 {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	color:#000;
	font-size:38px;
	line-height:42px;
	top:50%;
	margin-top:-70px;
	left:45%;
	width:52%;
	z-index:2;
	position:absolute;
	height:230px;
	max-width:560px;
}
h1.yellow {
	color:#feed01;
}

@media screen and (min-width: 1075px) {

h1 {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	color:#000;
	font-size:41px;
	line-height:42px;
}

}

h2 {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	color:#000;
	font-size:29px;
	line-height:35px;
	z-index:2;
	padding-top:0;
	padding-left:10%;
	padding-right:7%;
}
h3 {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	color:#000;
	font-size:30px;
	line-height:36px;
	z-index:2;
	padding-left:10%;
	padding-right:5%;
}
h4 {
	font-family:'gt_walsheimthin', Arial, Helvetica, sans-serif;
	color:#000;
	font-size:17px;
	line-height:23px;
	z-index:2;
	padding-top:15px;
	padding-left:10%;
	padding-right:5%;
}
h5 {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	color:#000;
	font-size:28px;
	line-height:34px;
	text-align:center;
	z-index:2;
	margin-bottom:15px;
}
.address {
	font-size:18px;
	color:#000;
	position:absolute;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:5%;
	bottom:0;
	left:0;
	right:0;
	z-index:1;
	background-color:#fff;
	opacity:1;
}
.location-top {
	float:left;
	margin-right:30px;
}
.location-top a span {
	padding-left:30px;
	display: inline-block;
    vertical-align: top;
}
.location-top a {
	margin-top:20px;
	color:#000;
	background-image: url(../images/icon-pin.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.location-top a:hover {
	color:#feed01;
	background-position: left -25px;
}
.phone {
	float:left;
	margin-right:30px;
	background-image: url(../images/icon-phone.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.phone span {
	color:#000;
	padding-left:30px;
}
.phone span,
.phone span a {
	color:#000;
}
.email {
	float:left;
	margin-right:30px;
}
.email a {
	color:#000;
	padding-left:34px;
	display:inline-block;
	background-image: url(../images/icon-email.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.phone span a:hover {
	background-position: left -15px;
	color:#feed01;
}
.email a:hover {
	background-position: left -22px;
	color:#feed01;
}
.newsfeed {
	font-size:15px;
	float:left;
	width:25%;
	padding-left:35px;
	background-image: url(../images/newsfeed.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:26px;
	-moz-background-size:26px;
}
.newsfeed strong,
.newsfeed a {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
}
.newsfeed a:hover {
	color:#feed01;
}
.scbig {
	width:36%;
	height:340px;
	position:absolute;
	left:5%;
	z-index:1;
	top:50%;
	margin-top:-130px;
	background-image: url(../images/scbig.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:680px;
	-moz-background-size:680px;
}

@media screen and (min-width: 1400px) {

.scbig {
	width:36%;
	height:340px;
	margin-top:-140px;
	background-size:820px;
	-moz-background-size:820px;
}
h1 {
	max-width:770px;
	font-size:48px;
	line-height:52px;
	top:50%;
	margin-top:-70px;
	left:45%;
	width:52%;
	z-index:2;
	position:absolute;
	height:230px;
}

}

@media screen and (max-width: 1340px) {

.newsfeed {
	width:19%;
}
.address {
	font-size:16px;
}
.location-top,
.phone,
.email,
.newsfeed {
	margin-right:15px;
	line-height:22px;
}

}

.line-top {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000;
}
.grey-light {
	background-color:#f2f2f2;
}
.grey-dark {
	background-color:#e5e5e5;
}
a.goto {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#000;
	line-height:60px;
	text-align:center;
	display:block;
}
a.goto.on,
a.goto:hover {
	color:#feed01;
}
.vid-closed {
	background-color:rgba(0,0,0,0.9);
	position:fixed;
	top:-100%;
	height:100%;
	left:0;
	right:0;
	z-index:5;
}
.vid-open {
	background-color:rgba(0,0,0,0.9);
	top:0;
	height:100%;
	left:0;
	right:0;
}
.close-vid a {
	color:transparent;
	margin:0;
	padding:0;
	display:block;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: right -100px;
	background-size:100px;
	-moz-background-size:100px;
	width:72px;
	height:50px;
	background-color:transparent;
	right:5%;
	margin-top:10px;
	position:absolute;
}
iframe.videoplayer {
	position:absolute;
	width:800px;
	height:450px;
	top:50%;
	margin-top:-225px;
	left:50%;
	margin-left:-400px;
}


/* New Bar Bottom */

.bar-bottom {
	height:60px;
	background-color:#f2f2f2;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:2;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000;
}
.icons-bottom {
	padding-left:4%;
	padding-right:4%;
	background-color:#e5e5e5;
	height:60px;
	width:180px;
	float:left;
}
.pin-map a {
	display:block;
	float:left;
	width:60px;
	height:60px;
	background-image: url(../images/pin-map.png);
	background-repeat: no-repeat;
	background-position: center 8px;
	background-size:45px;
	-moz-background-size:45px;
}
.pin-tel a {
	display:block;
	float:left;
	width:60px;
	height:60px;
	background-image: url(../images/pin-tel.png);
	background-repeat: no-repeat;
	background-position: center 9px;
	background-size:43px;
	-moz-background-size:43px;
}
.pin-email a {
	display:block;
	float:left;
	width:60px;
	height:60px;
	background-image: url(../images/pin-email.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	background-size:42px;
	-moz-background-size:42px;
}
.pin-map a:hover {
	background-position: center -37px;
	background-color:#fff;
}
.pin-tel a:hover {
	background-position: center -34px;
	background-color:#fff;
}
.pin-email a:hover {
	background-position: center -32px;
	background-color:#fff;
}
.newsfeed-new {
	float:left;
	padding-top:18px;
	padding-bottom:18px;
	font-size:16px;
	padding-left:55px;
	margin-left:10px;
	background-image: url(../images/pin-feed.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size:50px;
	-moz-background-size:50px;
	width:64%;
}
.newsfeed-new div {
	overflow:hidden;
	height:20px;
	margin-right:60px;
}
.newsfeed-new strong,
.newsfeed-new a,
.rmore a {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
}
.newsfeed-new a:hover,
.rmore a:hover {
	color:#feed01;
}
.rmore {
	padding-left:30px;
	background-color:transparent;
	position:absolute;
	right:11%;
	padding-top:18px;
	padding-bottom:18px;
	background-image: url(../images/readmore.png);
	background-repeat: no-repeat;
	background-position: left center;
}


/* About */

.page-text {
	position:absolute;
	width:50%;
	height: 100%;
}
.page-title {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#000;
	padding-top:5%;
	padding-left:10%;
}
.bullets {
	padding-left:8%;
	padding-right:5%;
}
.bullets ul {
	margin:0;
	padding:0;
	list-style:none;
	color:#000;
}
.bullets li {
	padding-left:16px;
	line-height:17px;
	margin:0;
	margin-bottom:4px;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:8px;
	-moz-background-size:8px;
}
.bg-white {
	background-color:#fff;
}
.circles {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
	text-align:center;
	background-color:#000;
	font-size:20px;
}
.circles img {
	text-align:center;
	width:160px;
	height:auto;
	padding-top:40px;
	margin-bottom:10px;
}
.circle-text {
	padding-bottom:40px;
}
.arrow-circles {
	width:60px;
	height:240px;
	margin-left:-30px;
	position:absolute;
	background-image: url(../images/about/arrow-circles.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:44px;
	-moz-background-size:44px;
}
.heading-text {
	padding:4%;
	margin:0 auto;
	max-width:900px;
}
.square {
	padding-top:5%;
	padding-bottom:5%;
}
.square-black {
	background-color:#000;
}
.square-text {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
	text-align:center;
	font-size:30px;
	padding-top:10%;
	padding-left:10%;
	padding-right:10%;
	width:80%;
}
.square-text-black {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:28px;
	text-align:center;
}
.square-text-black-sml {
	padding-top:0;
	padding-left:30px;
	padding-right:30px;
	font-size:18px;
	text-align:center;
}
.bg-grey {
	background-color:#d9d9d9;
}
.bg-black {
	background-color:#000;
}
.bg-white {
	background-color:#fff;
}
.icon-man {
	margin-bottom:10px;
	width:100%;
	height:60px;
	background-image: url(../images/about/icon-man.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:90px;
	-moz-background-size:90px;
}
.icon-unlimited {
	margin-bottom:10px;
	width:100%;
	height:60px;
	background-image: url(../images/about/icon-unlimited.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:90px;
	-moz-background-size:90px;
}
.icon-dollar {
	margin-bottom:10px;
	width:100%;
	height:60px;
	background-image: url(../images/about/icon-dollar.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:90px;
	-moz-background-size:90px;
}
.padding-bottom {
	padding-bottom:20px;
}
.scroll {
	margin-top:20px;
	margin-right:20px;
	overflow:auto;
	max-height:380px!important;
	background-color:#ccc;
}


/* Vertical align */

.position-relative {
	position: relative;
}
.vert_center {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.vert_center.height-50-percent {
	bottom: 50%;
}
.vert_center .table {
	display: table;
	width: 100%;
	height: 100%;
}
.vert_center .table-cell {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.full_height_col:before {
	content: "";
	display: block;
	padding-top: 93.5%;
}
.show-mobile {
	display:none;
}

@media screen and (min-width: 1250px) {

.scroll {
	max-height:100%;
}
.bullets li {
	font-size:19px;
	line-height:20px;
}

}

@media screen and (max-width: 1023px) {

.gallery-intro-text {
	font-size:44px;
	line-height:48px;
	width:90%;
	top:50%;
	margin-top:-160px;
	left:53%;
	margin-left:-45%;
}

}

@media screen and (max-width: 767px) {

.page-text.mobile-position-absolute {
	position: absolute;
}
.full_height_col:before {
	padding-top:0;
}
.vert_center.relative {
	position:relative!important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.vert_center.height-50-percent {
	bottom:0;
}
.gallery-intro-text {
	font-size:34px;
	line-height:38px;
	width:88%;
	top:50%;
	margin-top:-160px;
	left:53%;
	margin-left:-45%;
}

}

@media screen and (max-width: 479px) {



}


/* People */

.people {
	color:#000;
}
.text-people-left {
	color:#000;
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:44px;
	line-height:50px;
	padding-left:10%;
	padding-right:5%;
	padding-top:4%;
	padding-bottom:4%;
}
.text-people-right {
	color:#000;
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:24px;
	background-color:#d9d9da;
	padding-left:10%;
	padding-right:5%;
	padding-top:10%;
	padding-bottom:10%;
}
.bg-circles {
	background-image: url(../images/people/circles.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:300px;
	-moz-background-size:300px;
}
.intro {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#000;
/*	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000;*/
	width:25%;
	float:left;
}
.intro .intro-text {
	padding-top:10%;
	padding-bottom:10%;
	padding-left:10%;
}
.staff {
	width:25%;
	float:left;
	background-color:#fff;
	display:block;
}
.staff img {
	width:100%;
	z-index:0;
	overflow:hidden;
}
.staff-space {
}
.staff-blank {
	cursor:text;
	opacity:1;
}
.staff-blank a {
	cursor:text;
}
.staff-toggle,
.staff-toggle1,
.staff-toggle2,
.staff-toggle3,
.staff-toggle4,
.staff-toggle5,
.staff-toggle6,
.staff-toggle7,
.staff-toggle8 {
	display:block;
	line-height:44px;
	height:44px;
	margin-top:-44px;
	position:relative;
	width:100%;
	background-image: url(../images/people/plus.png);
	background-repeat: no-repeat;
	background-position: 98% top;
	background-size:44px;
	-moz-background-size:44px;
	background-color:rgba(0,0,0,0.8);
}
.staff-toggled,
.staff-toggled1,
.staff-toggled2,
.staff-toggled3,
.staff-toggled4,
.staff-toggled5,
.staff-toggled6,
.staff-toggled7,
.staff-toggled8 {
	line-height:44px;
	height:44px;
	margin-top:-44px;
	position:relative;
	width:100%;
	background-image: url(../images/people/plus.png);
	background-repeat: no-repeat;
	background-position: 98% -44px;
	background-size:44px;
	-moz-background-size:44px;
	background-color:rgba(0,0,0,0.8);
}
.staff-toggle span,
.staff-toggled span,
.staff-toggle1 span,
.staff-toggled1 span,
.staff-toggle2 span,
.staff-toggled2 span,
.staff-toggle3 span,
.staff-toggled3 span,
.staff-toggle4 span,
.staff-toggled4 span,
.staff-toggle5 span,
.staff-toggled5 span,
.staff-toggle6 span,
.staff-toggled6 span,
.staff-toggle7 span,
.staff-toggled7 span,
.staff-toggle8 span,
.staff-toggled8 span {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	padding-left:5%;
}
.staff-toggle a,
.staff-toggle1 a,
.staff-toggle2 a,
.staff-toggle3 a,
.staff-toggle4 a,
.staff-toggle5 a,
.staff-toggle6 a,
.staff-toggle7 a,
.staff-toggle8 a {
	color:#fff;
}
.staff-toggle a:hover,
.staff-toggle1 a:hover,
.staff-toggle2 a:hover,
.staff-toggle3 a:hover,
.staff-toggle4 a:hover,
.staff-toggle5 a:hover,
.staff-toggle6 a:hover,
.staff-toggle7 a:hover,
.staff-toggle8 a:hover {
	color:#ffed00;
}
.staff-toggled span,
.staff-toggled1 span,
.staff-toggled2 span,
.staff-toggled3 span,
.staff-toggled4 span,
.staff-toggled5 span,
.staff-toggled6 span,
.staff-toggled7 span,
.staff-toggled8 span {
	color:#ffed00;
}
.staff-toggle a,
.staff-toggle1 a,
.staff-toggle2 a,
.staff-toggle3 a,
.staff-toggle4 a,
.staff-toggle5 a,
.staff-toggle6 a,
.staff-toggle7 a,
.staff-toggle8 a {
	display:block;
}
.staff-info-off,
.staff-info-off1,
.staff-info-off2,
.staff-info-off3,
.staff-info-off4,
.staff-info-off5,
.staff-info-off6,
.staff-info-off7,
.staff-info-off8 {
	display:block;
	position:relative;
}
.staff-info-on,
.staff-info-on1,
.staff-info-on2,
.staff-info-on3,
.staff-info-on4,
.staff-info-on5,
.staff-info-on6,
.staff-info-on7,
.staff-info-on8 {
	display:block;
	position:relative;
}
.staff-info-off .m-over,
.staff-info-off1 .m-over,
.staff-info-off2 .m-over,
.staff-info-off3 .m-over,
.staff-info-off4 .m-over,
.staff-info-off5 .m-over,
.staff-info-off6 .m-over,
.staff-info-off7 .m-over,
.staff-info-off8 .m-over {
	opacity:0;
	width:100%;
	position:absolute;
    top:10px;
    bottom:44px;
	left:0;
	margin-top:0;
}
.staff-info-on .m-over,
.staff-info-on1 .m-over,
.staff-info-on2 .m-over,
.staff-info-on3 .m-over,
.staff-info-on4 .m-over,
.staff-info-on5 .m-over,
.staff-info-on6 .m-over,
.staff-info-on7 .m-over,
.staff-info-on8 .m-over {
	background-color:rgba(0,0,0,0.8);
	width:100%;
	position:absolute;
	opacity:1;
    top:0;
    bottom:44px;
	left:0;
}
.m-over {
	overflow-x:hidden;
	overflow-y:auto;
}
.m-over-txt {
	font-family:'gt_walsheim_regularregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	color:#fff;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
}
.m-over-txt p {
	margin-top:0;
}
.m-over-txt a {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff!important;
	font-size:15px!important;
	padding:0!important;
}
.m-over-txt a:hover {
	color:#fff131!important;
}
.emailme a {
	margin-top:10px;
	margin-bottom:2px;
	margin-left:20px;
	width:30px;
	height:28px;
	display:block;
	background-image: url(../images/icon-email-white.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.emailme a:hover {
	color:#feed01;
	background-position: left -30px;
}
.position {
	font-size:12px;
	padding-left:20px;
	color:#fff;
	padding-right:15px;
	margin:0;
	padding-bottom:20px;
}
.bg-yellow {
	background-color:#fff131;
}
.bg-white {
	background-color:#fff;
}
.img-brackets {
	float:right;
	width:auto;
	height:100%;
	max-width:33%;
}
.bg-people {
	background-image: url(../images/people/bg-people.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-size:100%;
	-moz-background-size:100%;
}
.bg-4-squares {
	background-image: url(../images/people/bg-squares.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-size:100%;
	-moz-background-size:100%;
}
.bg-xsxl {
	background-image: url(../images/about/xsxl2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:100%;
	-moz-background-size:100%;
}
.margin-spacer {
	margin-bottom:-2px;
	overflow:hidden;
}
.bg-xsxl-mobile {
}
.staff-spacer {
	position:absolute;
	height:3px;
	width:100%;
	background-color:#fff;
	margin-top:-2px;
	z-index:2;
}
.staff-small {
	padding-left:0.25%;
	padding-right:0.25%;
	background-color:#fff;
	padding-top:2px;
	padding-bottom:2px;
}
.staff-sml {
	width:12%;
	float:left;
	margin:0.25%;
}
.staff-sml-overbox {
	position:relative;
	display:block;
}
.staff-sml-overbox-m-over {
	background-color:rgba(0,0,0,0.8);
	width:100%;
	position:absolute;
	opacity:0;
    top:0;
    bottom:0;
	left:0;
}
.staff-sml-overbox-m-over:hover,
.staff-sml-overbox-m-over.hover {
	background-color:rgba(0,0,0,0.8);
	width:100%;
	position:absolute;
	opacity:1;
    top:0;
    bottom:0;
	left:0;
}
.staff-name {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	color:#ffed00;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}
.staff-title {
	font-weight:normal;
	font-size:13px;
	color:#fff;
	line-height:14px;
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
}



/* Footer */

.footer {
	background-color:#000;
	padding-top:30px;
	padding-bottom:40px;
	min-height:74px;
}
.footer .logo-sc {
	width:90px;
	height:80px;
	position:absolute;
	left:50%;
	margin-left:-45px;
	background-image: url(../images/logo-sc.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:90px;
	-moz-background-size:90px;
}
.footer .logo-sc a {
	width:90px;
	height:80px;
	display:block;
}
.footer .left {
	padding-left:5%;
}
.footer .phone {
	margin:0;
	padding:0;
	margin-top:20px;
	position:relative;
	color:#fff;
	font-size:16px;
}
.footer .phone a {
	margin:0;
	padding:0;
	color:#fff;
	font-size:16px;
}
.footer .location a {
	margin-top:20px;
	color:#fff;
	float:left;
	margin-right:30px;
	padding-left:30px;
	background-image: url(../images/icon-pin-white.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}
.footer .location a:hover {
	color:#feed01;
	background-position: left -43px;
}




.footer .phone {
	float:left;
	margin-right:30px;
	padding-left:30px;
	background-image: url(../images/icon-phone-white.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.social {
	margin-top:20px;
	float:right;
	padding-right:4.8%;
}
.social a {
	width:30px!important;
	height:40px!important;
	display:block;
	float:left;
	margin-left:30px;
	padding:0!important;
	background-color:#fff;
	background-size:40px;
	-moz-background-size:40px;
	background-repeat: no-repeat;
	background-position: center center;
}
.social a:hover {
	background-color:#ffed00;
}
.social a.li {
	background-image: url(../images/li.png);
}
.social a.fb {
	background-image: url(../images/fb.png);
}
.social a.in {
	background-image: url(../images/in.png);
}
.social a.tw {
	background-image: url(../images/tw.png);
}
.social a.pi {
	background-image: url(../images/pi.png);
}


/* Work */

.work {
	z-index:1;
}
.nav-work {
	z-index:6;
}
.work-nav {
	color:#000;
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	line-height:25px;
	background-color:#d9d9da;
	padding-left:9%;
	padding-right:2%;
	padding-top:6%;
	padding-bottom:6%;
}
.work-nav a {
	color:#000;
}
.work-nav a:hover {
	color:#feed01;
}
.work-nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
.work-nav ul li a {
	color:#000;
}
.work-nav ul li a:hover,
.work-nav ul li a.on,
.work-nav ul li.current-cat a {
	color:#feed01;
}

.tax-work-category a.work-section1,
.tax-work-category a.work-section2,
.tax-work-category a.work-section3,
.tax-work-category a.work-section4,
a.work-section1,
a.work-section2,
a.work-section3,
a.work-section4 {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#000;
	line-height:60px;
	text-align:center;
	display:block;
}
a.work-section1:hover,
a.work-section2:hover,
a.work-section3:hover,
a.work-section4:hover {
	color:#feed01;
}
a.work-section1:hover span,
a.work-section2:hover span,
a.work-section3:hover span,
a.work-section4:hover span {
	background-position: right -36px;
	color:#feed01;
}
.tax-work-category a.work-section-btn-on,
.tax-work-category a.work-section1-on,
.tax-work-category a.work-section2-on,
.tax-work-category a.work-section3-on,
.tax-work-category a.work-section4-on,
a.work-section-btn-on,
a.work-section1-on,
a.work-section2-on,
a.work-section3-on,
a.work-section4-on {
	color:#fff;
	z-index:5;
	background-color:rgba(0,0,0,0.9);
}
a.work-section1 span,
a.work-section2 span,
a.work-section3 span,
a.work-section4 span {
	line-height:60px;
	padding-right:42px;
	display:inline-block;
	background-image: url(../images/work/plus-black-work.png);
	background-repeat: no-repeat;
	background-position: right 8px;
	background-size:44px;
	-moz-background-size:44px;
}
a.work-section-btn-on span,
a.work-section1-on span,
a.work-section2-on span,
a.work-section3-on span,
a.work-section4-on span,
a.work-section-btn-on:hover span,
a.work-section1-on:hover span,
a.work-section2-on:hover span,
a.work-section3-on:hover span,
a.work-section4-on:hover span {
	background-position: right -80px;
}

a.work-section-btn {
	color:#000;
}
a.work-section-btn-on {
	color:#feed01;
}
.touch a.work-section-btn span:hover {
	color:#000;
	background-position: right 8px;
}
.touch a.work-section-btn-on span:hover {
	color:#feed01;
	background-position: right -36px;
}


.projects {
}

.project,
.project-blank {
	width:25%;
	float:left;
}
.project-blank a {
}
.project a {
	border:0;
}
.project a img {
	margin-bottom:-6px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */    
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   -webkit-filter: gray;
   filter: gray; /* IE 6-9 */
	-webkit-transition:.4s;
	transition:.4s;

}
.project a img:hover,
.project a img.hover {
	-webkit-filter: none;
   -moz-filter: none;
   -ms-filter: none;
   filter: none;
	-webkit-transition:.4s;
	transition:.4s;
}




/*
.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");

  -webkit-filter: grayscale(1);

  filter: grayscale(1);

  filter: gray;
}

.grayscale.grayscale-fade {
  transition: filter .5s;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter .5s;
    transition:         -webkit-filter .5s;
  }
}

.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter:         grayscale(0);
}

.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter:         none;
}

.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity .5s ease;
  transition:         opacity .5s ease;
  opacity: 1;
}

.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0;
}
*/




.project-toggle1,
.project-toggle2,
.project-toggle3,
.project-toggle4 {
	display:block;
	position:relative;
}
/*
.project1-off {
	opacity:0;
	display:none;
	width:200%;
	position:absolute;
    top:20px;
    bottom:0;
	left:0;
	margin-top:0;
	background-color:rgba(0,0,0,0.8);
}
.project1-on {
	opacity:1;
	display:inline-block;
	z-index:3;
	width:200%;
	position:absolute;
    top:0;
    bottom:0;
	left:0;
	margin-top:0;
	background-color:rgba(0,0,0,0.8);
}
.project2-off {
	opacity:0;
	display:none;
	width:200%;
	position:absolute;
    top:0;
    bottom:0;
	left:0;
	margin-top:0;
}
.project2-on {
	opacity:1;
	display:inline-block;
	z-index:3;
	width:200%;
	position:absolute;
    top:0;
    bottom:0;
	left:0;
	margin-top:0;
	background-color:rgba(0,0,0,0.8);
}
.project3-off {
	opacity:0;
	display:none;
	width:200%;
	position:absolute;
    top:0;
    bottom:0;
	left:0;
	margin-top:0;
}
.project3-on {
	opacity:1;
	display:inline-block;
	z-index:3;
	width:200%;
	position:absolute;
    top:0;
    bottom:0;
	left:0;
	margin-top:0;
	background-color:rgba(0,0,0,0.8);
}
.project4-off {
	opacity:0;
	display:none;
	width:200%;
	position:absolute;
    top:0;
    bottom:0;
	left:-100%;
	margin-top:0;
}
.project4-on {
	opacity:1;
	display:inline-block;
	z-index:3;
	width:200%;
	position:absolute;
    top:0;
    bottom:0;
	left:-100%;
	margin-top:0;
	background-color:rgba(0,0,0,0.8);
}
*/
.project4-off {
	margin-left:-25%;
}
.project_desc {
	background-color:#998;
	position:absolute;
	display:none;
	z-index:6;
}
.project_desc.active {
	opacity:1;
	display:inline-block;
	z-index:6;
	width:50%;
	background-color:rgba(0,0,0,0.8);
}
.project-text {
	font-family:'gt_walsheim_regularregular', Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	padding-top:5%;
	padding-bottom:4%;
	padding-left:5%;
	padding-right:5%;
	text-align: left;
}
.project-text p {
	margin-top:0;
	margin-bottom:10px;
}
.project-title {
	opacity:0;
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	line-height:44px;
	margin-top:-44px;
	position:relative;
	background-color:rgba(0,0,0,0.8);
}
.project-title-work {
	opacity:0;
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	line-height:44px;
	margin-top:-42px;
	position:absolute;
	width:25%;
	background-color:rgba(0,0,0,0.8);
}

.project-title-work div {
	padding-left:5%;
	overflow:hidden;
	height:42px;
}
.project a:hover .project-title-work,
.project a.hover .project-title {
	opacity:1;
}
.hide-title.project-title-work,
.hide-title.project-title-work a:hover,
.hide-title a:hover.project-title-work,
.hide-title a:hover .project-title-work {
	background-color:#333;
	opacity:0.5;
	cursor:default;
	margin-top:-60px;
	position:absolute;
}

.work-selected {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	font-size:20px;
	line-height:60px;
	background-color:#f2f2f2;
}
.work-selected span {
	padding-left:5%;
}
.project-prev {
	width:60px;
	height:60px;
	margin-left:4%;
}
.project-prev a {
	width:60px;
	height:60px;
	display:block;
	background-image: url(../images/arrow-left.png);
	background-repeat: no-repeat;
	background-position: center 6px;
	background-size:47px;
	-moz-background-size:47px;
}
.project-next {
	width:60px;
	height:60px;
	margin-right:4%;
	float:right;
}
.project-next a {
	width:60px;
	height:60px;
	display:block;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center 6px;
	background-size:47px;
	-moz-background-size:47px;
}
.project-prev a:hover,
.project-next a:hover {
	border:0;
	color:transparent;
	background-position: center -40px;
}

.share {
	width:auto;
	height:60px;
	position:absolute;
	right:5%;
	margin-right:55px;
}
.share .info {
	width:60px;
	height:60px;
	float:left;
	margin-right:1px;
}
.share .info a {
	width:60px;
	height:60px;
	display:block;
	text-align:center;
	color:#000;
	font-size:30px;
	line-height:54px;
}
.share .info-on a {
	color:#fff131;
}

.touch .share .info a:hover {
	color:#000;
}
.touch .share .info-on a:hover {
	color:#fff131;
}


.share .sharethis {
	width:60px;
	height:60px;
	float:left;
	margin-right:1px;
}
.share .sharethis a {
	width:60px;
	height:55px;
	display:block;
	text-align:center;
	color:#000;
	font-size:30px;
	background-image: url(../images/icon-share.png);
	background-repeat: no-repeat;
	background-position: center 4px;
	background-size:50px;
	-moz-background-size:50px;
}
.share .sharethis a:hover {
	background-position: center -46px;
}
.share .like {
	width:90px;
	height:60px;
	float:left;
	margin-right:1px;
}
.share .like .simplefavorite-button,
.share .like a {
	line-height:55px;
	width:90px;
	height:60px;
	display:block;
	border: none;
	background-color: transparent;
	background-image: url(../images/icon-like.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	background-size:50px;
	-moz-background-size:50px;
	font-size: 0;
	cursor: pointer;
	font-weight: bold;
	padding: 0;
}
.share .like .simplefavorite-button:hover,
.share .like a:hover {
	background-position: left -46px;
}
.share .like .simplefavorite-button span,
.share .like a span {
	font-size:16px;
	color:#000;
	padding-left:50px;
	font-weight: bold;
	font-family: 'gt_walsheimbold', Arial, Helvetica, sans-serif;
}
.share .like .simplefavorite-button:hover span,
.share .like a:hover span {
	color:#feed01;
}
.share .like .simplefavorite-button img{ display: block; width: 20px; height: auto; margin: 5px auto;
position:absolute;
display:none;
}

.share .info a:hover,
.share .sharethis a:hover,
.share .like a:hover {
	color:#feed01;
}
.project-images {
	margin-bottom:1%;
}
.info-box-off {
	opacity:0;
	z-index:1;
	margin-top:-10px;
	position:absolute;
	width:100%;
	height:auto;
	background-color:rgba(217,217,218,0.9);
}
.info-box-on {
	opacity:1;
	z-index:1;
	margin-top:0;
	position:absolute;
	width:100%;
	height:auto;
	background-color:rgba(217,217,218,0.9);
}
.inner {
	display:block;
	width:75%;
	margin:5%;
	padding-right:3%;
	overflow-x:hidden;
	overflow-y:auto;
	max-height:240px;
}
.inner-hide {
	display:none;
}
.hidden {
	max-height:1px!important;
}
.not-hidden {
	max-height:240px!important;
}
.info-box-off h3,
.info-box-on h3{
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	font-size:20px;
	line-height:28px;
	padding: 0;
	margin: 0;
	margin-bottom:20px;
	-o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}
.info-box-off p,
.info-box-on p{
	font-family:'gt_walsheim_regularregular', Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	padding-top:5px;
	line-height:22px;
	margin: 0;
}
.inner-title {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	font-size:20px;
}
.inner-text {
	font-family:'gt_walsheim_regularregular', Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	padding-top:5px;
	line-height:22px;
}
.backtotop {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	font-size:20px;
	height:60px;
	line-height:60px;
	width:100%;
	background-color:#f2f2f2;
}
.backtotop span {
	margin-left:5%;
}
.backtotop span a {
	color:#000;
	display:inline-block;
}
.backtotop span a:hover {
	color:#feed01;
}
.totop {
	float:right;
	margin-right:5%;
	width:60px;
	height:60px;
}
.totop a {
	width:60px;
	height:60px;
	display:block;
	color:transparent;
	border:0;
	background-image: url(../images/arrow-up.png);
	background-repeat: no-repeat;
	background-position: right 12px;
	background-size:34px;
	-moz-background-size:34px;
}
.totop a:hover {
	background-position: right -37px;
}
.touch .totop a:hover {
	background-position: right 12px;
}


/* Thinking */

.bg-equals {
	background-image: url(../images/thinking/equals.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:300px;
	-moz-background-size:300px;
}
.newsletter {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	height:60px;
	text-align:left;
}
.newsletter span {
	padding-left:20px;
	font-size:16px;
	line-height:56px;
}
.black {
	background-color:#000;
	color:#fff;
}
.thought-quarter {
	width:25%;
	float:left;
}
.thought-half {
	width:50%;
	float:left;
}
.hidethis {
	display:none;
}
.thought-half .project-title {
	opacity:1;
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	width:100%;
	line-height:44px;
	margin-top:-44px;
	position:relative;
	background-color:rgba(0,0,0,0.8);
	background-image: url(../images/people/plus.png);
	background-repeat: no-repeat;
	background-position: 98% top;
	background-size:44px;
	-moz-background-size:44px;
	-o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
	cursor:pointer;
}
.thought-quarter .project-title {
	opacity:1;
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	width:100%;
	line-height:44px;
	margin-top:-44px;
	position:relative;
	background-color:rgba(0,0,0,0.8);
	background-image: url(../images/people/plus.png);
	background-repeat: no-repeat;
	background-position: 98% top;
	background-size:44px;
	-moz-background-size:44px;
	-o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
	cursor:pointer;
}
.blank-white {
	opacity:1;
	color:#fff;
	background-color:#fff!important;
	background-image:none!important;
	cursor:default!important;
}
.blank-yellow {
	opacity:1;
	color:#fff131;
	background-color:#fff131!important;
	background-image:none!important;
	cursor:default!important;
}
.blank-grey {
	opacity:1;
	color:#cfcfcf;
	background-color:#cfcfcf!important;
	background-image:none!important;
	cursor:default!important;
}
.blank-white a,
.blank-yellow a,
.blank-grey a {
	cursor:default!important;
}

.thought-half .project-title div {
	padding-left:0;
	margin-right:44px;
}
.thought-quarter .project-title div {
	padding-left:0;
	margin-right:44px;
}
.thought-half .project-title div a,
.thought-quarter .project-title div a {
	color:#fff;
	padding-left: 20px;
}
.thought-half .project-title-open,
.thought-quarter .project-title-open {
	background-position: 98% -44px;
	color:#ffed00;
}
.thought-half .project-title div a:hover,
.thought-quarter .project-title div a:hover {
	color:#ffed00;
}
.thought-half .project-title-open a,
.thought-quarter .project-title-open a,
.thought-half .project-title-open a,
.thought-quarter .project-title-open a {
	color:#ffed00;
}
.touch .project-title div a:hover {
	color:#fff!important;
}
.touch .project-title-open div a:hover {
	color:#ffed00!important;
}
.touch .staff-toggle a:hover {
	color:#fff!important;
}


.thinking-info-off,
.thinking-info-on  {
	display:block;
	position:relative;
}
.thinking-info-off .m-over {
	opacity:0;
	width:100%;
	position:absolute;
    top:10px;
    bottom:44px;
	left:0;
	margin-top:0;
}
.thinking-info-on .m-over {
	background-color:rgba(0,0,0,0.8);
	width:100%;
	position:absolute;
	opacity:1;
    top:0;
    bottom:44px;
	left:0;
}
.thinking-text {
	padding-left:5%;
	padding-right:5%;
	padding-top:3%;
	padding-bottom:3%;
	font-size:16px;
}
.thinking-text p {
	font-family:'gt_walsheim_regularregular', Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	margin:0;
	margin-bottom:10px;
	margin-right:50px;
	padding:0;
}
.thinking-text strong {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	font-size:18px;
}
.archive-link {
	line-height:60px;
	text-align:left;
	background-color:#e5e5e5;
	font-size:18px;
}
.pagination {
	min-height:60px;
	line-height:60px;
	text-align:left;
	background-color:#f2f2f2;
}
.pagination a {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	font-weight:normal;
	display:inline-block;
}
.archive-link a {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	font-weight:normal;
	text-align:left;
}
.archive-link a span {
	padding-left:20px;
}
.pagination a {
	padding-left:7px;
	padding-right:7px;
}
div.archive a:hover,
.pagination a:hover {
	color:#feed01;
}
.archive .intro-text {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	text-align:left;
	padding-top:5%;
	padding-bottom:0;
	padding-left:5%;
	background-color:#fff;
}
.dates {
	padding-bottom:2%;
}
a.archive-year {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	font-size:50px;
	color:#999;
	text-align:left;
	padding-left:20%;
}
a.archive-year:hover,
a.archive-year.year-selected {
	color:#ffed00;
}

/* Work Archive */
.archive.tax-thinking-category,
.archive.post-type-archive-thinking,
.archive.tax-work-category,
.archive.post-type-archive-work{
/*	line-height:inherit;
	text-align:left;
	background-color:#ffffff;
	font-size:18px;*/
}
.archive.tax-thinking-category .tabs-col,
.archive.post-type-archive-thinking .tabs-col,
.archive.tax-work-category .tabs-cols,
.archive.post-type-archive-work .tabs-cols{
/*	text-align: center;*/
}
.archive.tax-thinking-category .location a,
.archive.post-type-archive-thinking .location a,
.archive.tax-work-category .footer .location a,
.archive.post-type-archive-work .footer .location a{
/*	font-family: 'gt_walsheimthin', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;*/
}
 
.months {
	position:relative;
	margin:0;
	padding:0;
}
.thought-past {
	width:25%;
	float:left;
	position:relative;
	margin:0;
	padding:0;
}
.thought-past .project-title2 {
	opacity:1;
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	height:44px;
	line-height:44px;
	margin-top:-44px;
	position:absolute;
	width:100%;
	background-color:rgba(0,0,0,0.8);
	background-image: url(../images/people/plus.png);
	background-repeat: no-repeat;
	background-position: 98% top;
	background-size:44px;
	-moz-background-size:44px;
}
.thought-past .project-title2 div {
	padding-left:10px;
	margin-right:45px;
	height:40px;
	overflow:hidden;
}
a .thought-past .project-title2 div {
	color:#fff;
}
a .thought-past:hover .project-title2 div {
	color:#ffed00;
}
.date-month {
	font-family:'gt_walsheim_regularregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#666;
	background-color:#f5f5f5;
	padding-top:6px;
	padding-bottom:6px;
}
.date-month div {
	color:#000;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:10px;
	line-height:16px;
}

/* Newsletter Form */

fieldset,
form {
	margin:0;
	padding:0;
	border:0;
	-webkit-appearance:none;
	border-radius:0;
}
input,
textarea {
	-webkit-appearance:none!important;
	border-radius:0!important;
	border:0;
}
.form-news input {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	font-size:16px;
	background-color:transparent;
	border:0;
	padding-top:19px;
	padding-left:20px;
	margin:0;
	width:86%;
}
input:focus {
	outline:none!important;
	border:0!important;
	background-color:transparent!important;
}
.field-news-light input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f2f2f2 inset;
}

.field-news-dark input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #e5e5e5 inset;
}


.form-news input[type="submit"] {
	font-style:normal;
	font-weight:normal;
	font-size:16px;
	background-color:transparent;
	color:#fff;
	cursor:pointer;
	width:60px;
	height:60px;
	padding:0;
	margin:0;
	border:0;
	position:absolute;
	right:0;
	background-image: url(../images/arrow-right-search.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	background-size:37px;
	-moz-background-size:37px;
}
.form-news input[type="submit"]:hover {
	background-position: center -32px;
}
.page-template-page-contact .form-news input[type="submit"]{
	font-size: 0;
}



/* Results */

.form-results input {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	font-size:16px;
	background-color:transparent;
	border:0;
	padding-top:19px;
	padding-left:0;
	margin:0;
	width:46%;
	float:left;
}
.form-results input[type="submit"].submit-search-results {
	font-style:normal;
	font-weight:normal;
	font-size:16px;
	background-color:transparent;
	color:#transparent;
	cursor:pointer;
	width:60px;
	height:58px;
	padding:0;
	margin:0;
	border:0;
	background-image: url(../images/arrow-right-search.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	background-size:37px;
	-moz-background-size:37px;
}
.form-results input[type="submit"]:hover {
	background-position: center -32px;
}

.field-news-light {
	background-color:#f2f2f2;
	height:60px;
}
.field-news-dark {
	background-color:#e5e5e5;
	height:60px;
}

/* Make placeholder text 100% visible */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color:#000;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color:#000;
	opacity:1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color:#000;
	opacity: 1;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color:#000;
	opacity: 1;
}
/* Change colour on hover */
input:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder {
	color:#feed01;
}
input:hover::-moz-placeholder,
textarea:hover::-moz-placeholder {
	color:#feed01;
	opacity:1;
}
input:hover:-moz-placeholder,
textarea:hover:-moz-placeholder {
	color:#feed01;
	opacity: 1;
}
input:hover::-ms-input-placeholder,
textarea:hover::-ms-input-placeholder {
	color:#feed01;
	opacity: 1;
}

/* Error display */
input.error::-webkit-input-placeholder {
	color:#ff0000;
}
input.error::-moz-placeholder {
	color:#ff0000;
	opacity:1;
}
input.error:-moz-placeholder {
	color:#ff0000;
	opacity: 1;
}
input.error::-ms-input-placeholder {
	color:#ff0000;
	opacity: 1;
}


/* Contact */

.bg-x {
	background-image: url(../images/contact/x.png);
	background-repeat: no-repeat;
	background-position: -100px center;
	background-size:340px;
	-moz-background-size:340px;
}
.googlemap,
.map {
	width:100%;
	height:500px;
}
.join-the-team {
	background-color:#ffed00;
}
.join {
	padding:10%;
}
.title-join {
	font-family:'gt_walsheimbold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	font-size:20px;
	padding-bottom:5px;
}
.subtitle-join {
	font-family:'gt_walsheim_regularregular', Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:normal;
	font-size:16px;
}
.bg-contact {
	background-image: url(../images/contact/bg-contact.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-size:100%;
	-moz-background-size:100%;
}
.emailus a {
	margin-top:15px;
	color:#000;
	width:40px;
	height:26px;
	display:inline-block;
	background-image: url(../images/icon-email-black.png);
	background-repeat: no-repeat;
	background-position: left top;
	border:0;
}
.emailus a:hover {
	background-position: left -22px;
	border:0;
}


/* Search */

.work-selected .search-results {
	background-color:#ccc;
	padding-left:5%;
}







/* Warning Sign for Internet Explorer 8 users (This website does not support IE8) */

#warning {
	background-color:#333;
	padding:20px;
	color:#999;
	margin-bottom:10px;
	line-height:21px;
	font-size:16px;
}
#warning strong {
	color:#fff;
}
#warning a {
	color:#fff;
	font-weight:normal;
	padding-bottom:0px;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#warning a:hover {
	color:#fff;
	font-weight:normal;
	padding-bottom:0px;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: .fff;
}



/* 02. fixed (f) and percentage (p) column setup -------------------------- */

/* Add style to columns to make them visible */

.f1,
.f2,
.f3,
.f4,
.f5,
.f6,
.f7,
.f8,
.p1,
.p2,
.p3,
.p4,
.p5,
.p6,
.p7,
.p8
{
	font-weight:normal;
	margin:0 auto;
}

.ajax-loader {
	display: none !important;
}


.tabs-cols {
	position:relative;
	z-index: 9;
}

/*
.tabs-cols > div{ position: relative; }
.tabs-cols .project_desc{ top: 100%; display: none; z-index: -999999; 
	-o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none; }
.tabs-cols .project_desc.active{ z-index: 9999999; display: block; opacity: 1; }

.page-template-page-contact .work-nav p{ margin: 0 0 10px; }
*/






