
/*
 * theLIFT.net
 */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  background-color: #000;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * Fonts
 */


@font-face {
    font-family: 'Calibri';
    src: url('calibri.eot');
    src: url('calibri.eot?#iefix') format('embedded-opentype'),
         url('calibri.woff') format('woff'),
         url('calibri.ttf') format('truetype'),
         url('calibri.svg#calibri') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('calibribold.eot');
    src: url('calibribold.eot?#iefix') format('embedded-opentype'),
         url('calibribold.woff') format('woff'),
         url('calibribold.ttf') format('truetype'),
         url('calibribold.svg#calibribold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'advent-Lt1';
    src: url('advent-lt1.eot');
    src: url('advent-lt1.eot?#iefix') format('embedded-opentype'),
         url('advent-lt1.woff') format('woff'),
         url('advent-lt1.ttf') format('truetype'),
         url('advent-lt1.svg#advent-lt1') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamMedium';
    src: url('gotham-medium.eot');
    src: url('gotham-medium.eot?#iefix') format('embedded-opentype'),
         url('gotham-medium.woff') format('woff'),
         url('gotham-medium.ttf') format('truetype'),
         url('gotham-medium.svg#gotham-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

h2 {
  font-family: 'GothamMedium';
}

h3 {
  font-family: 'advent-Lt1'
}

a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*
 * Base
 */

body {
	padding-top: 60px;
  background: #fff url(../images/bg.jpg) no-repeat top center;
  font-size: 1em;
  font-family: 'Calibri', sans-serif;
}

body.internal { padding-top: 135px; }

.container {
  width: 960px;
  margin: 0 auto;
  margin-bottom: 50px;
}

h1, h3, h4 {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #7d7d7d;
}

li.current a {
  color: #fff;
}

p a {
	color: #252525;
	text-decoration: underline;
}

p strong {
	color: #252525;
}

/*
 * isotope
 */

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/*
 * Navigation
 */

.nav {
  list-style: none;
}

.nav li {
  display: inline;
}

.rightNav {
  float: right;
}

.leftNav {
  float: left;
}

/*
 * Header
 */

.header{
  background: #181818;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

.header ul li {
  font-size: 1.125em !important;
  font-weight: bold !important;
  padding: 0 !important;
}

.header .logo {
  float: left;
  display: inline-block;
  width: 120px;
  height: 26px;
  padding: 16px 0 0 0;
  margin: 0;
}

.header .logo a {
  background: url('../images/logo.png') no-repeat 0 0;
  display: inline-block;
  text-indent: -1000em;
  width: 120px;
  height: 26px;
  margin: 0 auto;
  padding: 0;
}

.header .nav {
  padding-top: 23px;
}

.header .nav li {
  margin-left: 10px;
}

/*
 * footer
 */

.footer {
  background: #000;
  height: 140px;
  margin-top: 50px;
  clear: both;
}

.footer .nav, .footer .social {
  margin-top: 30px;
  font-weight: bold;
  font-size: 1.125em;
}

.footer .nav li {
  margin-right: 10px;
}

.footer .social li {
  margin-left: 5px;
  display: inline;
}

.footer .social li a {
  opacity: 0.5;
}

.footer .social li a:hover {
  opacity: 1;
}

.footer .copyright {
  font-size: 0.688em;
  color: #7d7d7d;
  clear: both;
  margin-top: 20px;
  float: left;
  font-weight: bold;
}

/*
 * Overlay
 */

.overlay {
  background: #fff;
  margin-top: 90px;
}

.overlay ul li{
  font-weight: bold;
  font-size: 0.875em;
  color: #666;
  padding: 5px;
  padding-left: 0;
}

.overlay .close {
  float: right;
  width: 37px;
  height: 48px;
  background: url(../images/close.png);
  text-indent: -1000em;
  overflow: hidden;
}

.overlay .close:hover {
  background: url(../images/close_over.png);
}

.overlay p {
	margin-bottom: 20px;
  color: #7d7d7d;
  font-family: 'Calibri';
  font-size: 1.000em;
  font-weight: normal;
  line-height: 23px;
}

.overlay .projectCtrl {
  font-weight: bold;
  font-size: 0.688em;
  text-align: center;
  clear: both;
  width: 960px;
  height: 45px;
}

.share {
  margin-bottom: 50px;
  width: 155px;
}

.overlay .share li{
  line-height: 20px;
  border-bottom: 1px solid #b3b3b3;
  padding: 7px;
  padding-left: 20px;
}

.share .last {
  border-bottom: none !important;
}

.share .facebook {
  background: url(../images/icons/facebook.png) no-repeat 0 50%;
}

.overlayBlack .share .facebook {
  background: url(../images/icons/facebook_white.png) no-repeat 0 50%;
}

.share .twitter {
  background: url(../images/icons/twitter.png) no-repeat 0  50%;
}

.overlayBlack .share .twitter {
  background: url(../images/icons/twitter_white.png) no-repeat 0 50%;
}

.share .email {
  background: url(../images/icons/email.png) no-repeat 0 50%;
}

.overlayBlack .share .email {
  background: url(../images/icons/email_white.png) no-repeat 0 50%;
}

.overlayBlack .nivo-directionNav {
  display: none;
}

/*
 * Overlay Black
 */

.overlayBlack {
  background: #000;
  color: #fff;
}

.overlayProj .nivoSlider {
  height: 500px;
}

.overlayProj.overlayBlack h2 {
  border-bottom: 1px solid #4c4c4c;
}

.overlayBlack .close {
  background: url(../images/close_black.png);
}

.overlayBlack .nivo-line {
  background: #4c4c4c;
}

.overlayBlack .nivoSlider .nivo-controlNav .nivo-control {
  background: url(../images/projects/slider/off_black.png) no-repeat 0 0;
}

.overlayBlack .nivoSlider .nivo-controlNav .nivo-control:hover, .overlayBlack .nivoSlider .nivo-controlNav .active {
  background: url(../images/projects/slider/on_black.png) no-repeat 0 0;
}

.overlayBlack .nivoSlider .nivo-controlNav {
  background: #000;
}

/*
 * Project page
 */

.overlayProj {
  margin-top: 100px;
  display: none;
}

.overlayProj .projectCtrl {
}

.overlayProj .slider-wrapper {
  position: relative;
  z-index: 50;
}


.overlayProj h2 {
  margin-top: 10px;
  font-weight: normal;
  font-family: 'Calibri';
  font-size: 3.000em;
  border-bottom: 1px solid #b3b3b3;
  padding: 5px;
  padding-bottom: 20px;
}

.overlayProj h4 {
  font-size: 1.345em;
  font-weight: normal;
  margin-bottom: 5px;
}

.overlayProj .projectCtrl .keyboard {
  width: 80px;
  float: left;
}

.overlayProj .projectCtrl .keyboard p {
  margin-top: 5px;
}

.overlayProj #thumbs {
  text-align: center;
}

.overlayProj .col {
  float: left;
  width: 155px;
  margin-right  : 10px;
}

.overlayProj .colb {
  width: 525px;
  margin-right: 115px;
}

.overlayProj .last {
  margin-right: 0;
}


.overlayProj .projectCtrl h2 {
  text-align: left;
}

.overlayProj .projectCtrl .close {
  float: right;
}


/*
 * Internal page
 */

.internal h2 {
  font-family: 'advent-Lt1';
  font-size: 3.000em;
  text-align: center;
  color: #000;
  font-weight: normal;
  border-bottom: none;
}

.internal h2 span {
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}

.internal.overlayBlack h2 {
  color: #fff; 
}

.internal.overlayBlack h2 span{
  background: #000;
}

.internal h2+hr {    
	border: 0;
  background-color: #474747;
  color: #474747;
  height: 1px;
  margin-top: -1.5em;
} 

.internal h4 {
  font-family: 'Calibri';
  font-size: 1.500em;
  font-weight: normal;
}

.internal .nivoSlider {
  height: 460px;
}

/*
 * Hero
 */

.hero {
  padding-top: 85px;
}

.hero h2 {
  font-size: 4.688em;
  letter-spacing: -5px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'GothamMedium';
  font-weight: normal;
  line-height: 75px;
}

.hero h2.line {
  background: url(../images/line.png) no-repeat 65.5px;
}
 
.hero .circles {
  width: 690px;
  margin: 0 auto;
  padding-left: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  height: 287px;
}


.hero .hero-circle {
  float: left;
  display: block;
  width: 287px;
  height: 287px;
  text-align: center;
  color: #fff;
  background: url(../images/black-circle.png) 0 0 no-repeat;
} 

.hero .hero-circle:hover {
	background-position: 0 -287px;
}

.hero .hero-circle em {
  position: relative;
  top: 120px;
}

.hero .hero-circle strong {
  position: relative;
  top: 122px;
  font-size: 1.563em;
}

#start-ups, #start-ups-back {
  margin-left: 100px;
}

.hero .subtitle {
  font-size: 1.875em;
  line-height:40px;
  text-align: center;
}

/*
 * work
 */

.work {
  padding-top: 20px;
}

.work h3+hr {    
	border: 0;
  background-color: #474747;
  color: #474747;
  height: 1px;
  margin-top: -1.5em;
}

.work .workBar {
  width: 960px;
  height: 50px;
  margin-top: 78px;
  font-size: 0.875em;
}

.work .workBar,
.work .workTitle {
  margin-bottom:20px;
}

.work .capabilities {
  background: url(../images/capabilities.png) no-repeat;
  float: left;
  color: #000;
  padding-left: 40px;
  height: 32px;
}

.work .capabilities span {
  color: #7d7d7d;
  font-size: 1.143em;
}

.work .rightNav {
  padding-top:6px;
}

.work .rightNav h4 {
  text-align: right;
  padding-bottom: 10px;
  padding-top: 8px;
}

.work .rightNav .nav li {
  font-size: 1.143em;
  margin-left: 10px;
}


.work .rightNav .nav li.current a {
  background: #000;
  color: #fff;
}

.work .rightNav .nav li a {
  font-weight: bold;
  padding: 4px 10px;
  color: #7d7d7d;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
}


.work h3 {
  font-family: 'advent-Lt1';
  text-align: center;
  font-weight: normal;
  font-size: 3.000em;
  color: #333;
}

.work h3 span {
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}

.work .projects {
  min-height: 860px;
}

.work .project {
  width: 300px;
  float: left;
  margin: 10px;
  border-bottom: 1px solid #aeaeae;
  font-size: 1.875em; 
  display: inline-block;
  cursor: pointer;
}

.work .project:hover h4 {
  color: #7d7d7d;
}

.work .last {
  margin-right: 0;
}

.work .project h4 {
  font-weight: normal;
  line-height: 30px;
  color: #000;
}

.work .project img {
  margin: 0 auto;
  display: block;
}

.work .tags {
  margin-top: 7px;
  color: #676767;
  font-size: 0.467em;
  font-weight: bold;
  padding-bottom: 30px;
}

.work .tags li  {
  display: inline;
}


/*
 * Slider
 */

.slider-wrapper {
  width: 940px;
  height: 530px;
  padding: 25px 0 65px 0;
  margin: 0 auto;
}

.internal .slider-wrapper {
  width: 460px; 
  height: 500px;
  float: left;
  padding: 0;
}

.overlayProj .prev, .overlayProj .next {
  display: inline-block;
  position: absolute;
  top: 40%;
  z-index: 100;
}

.overlayProj .next {
  right: -20px !important;
}


.nivoSlider .nivo-nextNav, .nivoSlider .nivo-prevNav, 
.overlayProj .prev, .overlayProj .next {
  text-indent: -1000em;
  width: 19px;
  height: 36px;
  font-size: 0;
}

.nivoSlider .nivo-prevNav,
.overlayProj .prev {
  background: url(../images/projects/slider/nav-left.png);
  left: 0;
}


.nivoSlider .nivo-nextNav,
.overlayProj .next {
  background: url(../images/projects/slider/nav-right.png);
  right: 0;
}

.nivoSlider .nivo-controlNav, .slider-controlNav {
  position: absolute;
  left: 50%;
  top: 525px;
  height: 40px;
  background: #fff;
}

.internal .nivoSlider .nivo-controlNav {
	top: 480px;
}

.nivoSlider .nivo-controlNav .nivo-control {
  width: 14px;
  display: inline-block;
  text-indent: -1000em;
  height: 13px;
  margin-left: 5px;
  margin-right: 5px;
  background: url(../images/projects/slider/off.png) no-repeat 0 0;
}

.nivo-line, .slider-bottom-line {
  width: 960px;
  top: 525px;
  left: -10px;
  position: absolute;
  height: 1px;
  margin-top: 7px;
  background: #b3b3b3;
}


.slider-controlNav { 
  text-align: center;
  background: #fff;
  z-index: 999;
}

.slider-controlNav a {
  margin-left: 5px;
  margin-right: 5px;
  width: 14px;
  height: 13px;
  display: inline-block;
  text-indent: -999em;
  background: url(../images/projects/slider/off.png) no-repeat 0 0;
}

.nivoSlider .nivo-controlNav .nivo-control:hover, .nivoSlider .nivo-controlNav .active,
.slider-controlNav a:hover, 
.slider-controlNav a.activeSlide {
  background: url(../images/projects/slider/on.png) no-repeat 0 0;
}


/*
 * About
 */

.about .intro {
  width: 960px;
  margin-top: 40px;
}

.about .slider-wrapper {
  width: 460px;
  height: 460px;
  margin: 10px auto;
  float: left;
}

.about .nivoSlider .nivo-controlNav {
  top: 470px;
  left: 50%;
}

.about .aboutDesc {
  float: right;
  width: 475px;
  font-size: 4.375em;
  font-weight: normal;
  font-family: 'GothamMedium';
  text-align: right;
  color: #fff;
  letter-spacing: -3px;
  margin-right: 8px;
  line-height: 80px;
}

.about .descLeft {
  margin-top: 10px;
  line-height: 24px;
  float: left;
  width: 475px;
}

.about .descRight {
  margin-top: 10px;
  line-height: 24px;
  float: right;
  width: 475px;
}

.about .clients {
  margin-bottom: 48px;
}

.about .clients .brands {
  list-style: none;
  margin-top: 15px;
  width: 950px;
  padding-left: 20px;
}

.about .clients .brands li {
  display: inline-block;
  margin: 3px;
}

.about .otherTitle {
  margin-bottom: 25px;
}

.about .otherTitle h4{
  margin-left: 20px;
}

.about .other {
  width: 960px;
  padding-left: 15px;
}

.about .other ul {
  height: 220px;
  width: 200px;
  margin: 15px 10px;
  float: left;
}

.about .other li {
  padding-left: 0;
}

/*
 * Contact
 */


.contact .slider-wrapper {
  width: 460px;
  margin-left: 10px;
}

.contact #slidew2 {
  margin-left: 0;
  margin-left: 20px;
}

.contact .offices {
  overflow: hidden;
}

.contact .office {
  width: 460px;
  margin: 0;
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  margin-bottom: 60px;
}

.contact .place, .contact .info {
  float: left;
  width: 225px;
  padding-top: 10px;
}

.contact strong {
  font-weight: bold;
  color: #000;
}

.contact a, .contact a:hover {
  color: #000;
}

.contact .connect {
  margin-bottom: 100px;
  clear: both;
}


.contact .desc, .contact .left {
  float: left;
  margin-top: 30px;
}

.contact .desc h4, .contact .share h4 {
  margin-bottom: 5px;
}

.contact .desc {
  width: 450px;
  margin-left: 20px;
  margin-top: 27px;
}

.contact .share {
  float: left;
  margin-left: 10px;
}

.contact form {
  font-family: 'Calibri';
  font-size: 1.000em;
  border-bottom: 1px solid #b3b3b3;
  padding-left: 0;
  margin-bottom: 30px;
  margin-top: 10px;
  overflow: hidden;
  display: block;
}

.contact form div {
  width:  450px;
  float: left;
  margin: 0; 
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 0;
}


.contact form .textarea {
  width: 450px;
  height: 100px;
}

.contact form textarea {
  width: 450px;
  height: 100px;
}

.contact form .last {
  margin-right: 0;
}

.contact form label{
  float: left;
  clear: both;
  margin-bottom: 10px;
}

.contact form select {
}

.contact form input, .contact textarea,.contact  select{
  float: left;
  width: 450px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 1px solid #acacac;
  background: #b2b2b2;
  color: #333;
  clear: both;
  font-size: 1.000em;
}

.contact form button {
  text-indent: -1000em;
  width: 143px;
  height: 40px;
  background: url(../images/submit.png);
  margin: 0;
  padding: 0;
  border: 0;
  margin-top: 30px;
}

/*
 * Join
 */

.join .introHolder {
  width: 950px;
  margin: 20px auto;
  overflow: hidden;
  padding-bottom: 50px;
}

.join .intro {
  width: 460px;
  margin: 0;
  margin-top: 10px;
  float: left;
}

.join strong {
  font-size: 1.125em;
}

.join .introHolder .row2 {
  margin-top: 45px;
  clear:both;
}

.join #slidew2 {
  margin-top: 45px; 
}

.join .introHolder .desc p {
  line-height: 30px;
}

.join .desc h3 {
  font-family: 'Calibri';
  font-size: 3.125em;
}

.join .introHolder .desc h4 {
  margin-top: -5px;
  margin-bottom: 10px;
}


.join .introHolder .last {
  margin-left: 20px;
  margin-top: 0px;
  padding-top: 5px;
}

.join .introHolder .last h4 {
  margin-top: 0px;
}

.join .openings {
  margin-bottom: 30px;
  clear: both;
}

.join .openings h4 {
  margin: 5px 0;
}

.join .openings .desc, .join .share {
  float: left;
  margin-top: 30px;
  height: 170px;
}

.join .openings .desc h4, .join .share h4 {
  margin-bottom: 5px;
}

.join .openings .desc, .join .openings .job .brief {
  width: 705px;
  margin-left: 10px;
  float: left;
}

.join .share, .join .openings .job .details {
  float: left;
  margin-left: 10px;
}

.join .openingIntro {
  height: 182px;
  padding-bottom: 60px;
}

.join .job {
  border-top: 1px solid #b3b3b3;
  padding-top: 15px;
  position: relative;
  padding-bottom: 60px;
  overflow: hidden;
}

.join .job .details {
  margin-top: 33px;
  width: 150px;
}

.join .job .details p {
  color: #000;
}

.join .job .details strong {
  color: #7d7d7d;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 23px;
}

.join .job .brief strong {
  color: #000;
  font-weight: bold;
  line-height: 40px;
}

.join .job .collapse {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url(../images/uncollapse.png);
}

.join .min {
  max-height: 180px;
  overflow: hidden;
}

.join .max {
  height: 100%;
}

.join .job .uncollapse {
  background: url(../images/collapse.png);
}

.join .job .more {
  display: none;
}

.join .job ul {
  list-style: url(../images/bullet.png);
  margin-bottom: 10px;
}

.join .job ul li {
  font-weight: normal;
  font-size: 1.000em;
  margin-left: 30px;
}

.join .job .apply {
  display: block;
  width: 63px;
  height: 40px;
  text-indent: -1000em;
  background: url(../images/apply.png) no-repeat 0 0;
  margin-top: 15px;
}

.join .emailus {
  margin-top: 15px;
}

.join .emailus a {
  color: #000;
  font-weight: normal;
  text-decoration: underline;
}

.overlay{
  margin-top: 0;
}


.projectCtrl {
  padding-top: 50px;
}


.container:before, .container:after,
.clearfix:before, .clearfix:after { content: ""; display: table; }

.container:after,
.clearfix:after { clear: both; }

.container,
.clearfix { zoom: 1; }


