/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

body {
	background-color: #222;
	background-image: url(../images/pattern2.png);
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-align: center;
	line-height: 2em;
	color: #fff;		
	margin: 0 auto;
}

p {
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #fff;
	font-weight: 16px;
	margin: 0px auto;
}

a, a:visited, a:hover {
	color: #EBEEF9;
	text-decoration: none;
	outline: 0;
	font-weight: 300;
}

a:hover {
	color: #fff;
}

.button_primary a {
	display: block;
	width: 200px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: rgba(255, 255, 255, .25);
	text-align: center;
	text-decoration: none;
	padding: .625em 3em .625em 3em;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	font-size: .875em;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	margin: 0 auto;
}

.button_primary a:hover {
background-color: rgba(255, 255, 255, .4);
}

.feature {
background: #999;
background-image: url("../images/pattern2.png"), url("../images/hero-el.jpg");
background-position: center center, center center;
background-repeat: repeat, no-repeat;
background-size: 2px 2px, cover;
background-attachment: fixed;
width: 100%;

/* height: 850px; height: 53.125rem; */
margin: 0 auto; 	
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
margin-top: 0;
margin-bottom: 0;
}

#logo h1 a {
display: block;
float: left;
position: absolute;
top: 35px; top: 2.1875rem;
text-indent: -9999px;
width: 32px;
height: 32px;
}

#logo h1 a:hover {
opacity: .5;
}

nav {
width: 100%;
float: left;
border-bottom: 1px solid rgba(255, 255, 255, .3);
}

nav ul {
display: inline-block;
float: right;
}

nav ul li {
list-style: none;
float: right;
margin: 30px 0 30px 50px; margin: 1.875rem 0 1.875rem 3.125rem;
font-family: "Lato", Arial, sans-serif;
font-size: .8125em;
font-weight: 400;
text-transform: uppercase;
}

nav ul li a,
nav ul li a:hover,
nav ul li a:visited {
color: #fff;
text-decoration: none;
}

nav ul li a:hover {
opacity: .5;
}

.headline,
.error {
display: table-cell;
vertical-align: middle;
width: 1140px;
height: 710px; height: 44.375rem;
font-family: "proxima-nova", Helvetica, Arial, sans-serif;
font-size: 11em;
line-height: .9em;
letter-spacing: .05em;
text-transform: uppercase;
text-align: center;
color: rgba(250,250,250,.8);
}

h2 {
margin-bottom: 30px; margin-bottom: 1.875rem;
font-family: "proxima-nova", Helvetica, Arial, sans-serif;
font-size: 3.3em;
font-weight: normal;
line-height: 1.2em;
color: #fff;
text-align: center;
text-transform: uppercase;
}

.who {
background: #000;
background-position-y: 39px;
background-position-y: 2.4375rem;
}

.who .row {
padding: 80px 0 80px 0;	padding: 5rem 0 5rem 0;
text-align: left;
}

.who .eightcol {
font-family: "proxima-nova", Helvetica, Arial, sans-serif;
font-size: 1.2em;
font-weight: 300;
}

.who h2 {
font-family: "proxima-nova", Helvetica, Arial, sans-serif;
font-weight: 200;
color: #FF476A;
}

.how {
background: #0d0d0d url("../images/how_image.jpg") no-repeat center center;
background-size: cover;
background-attachment: fixed;
margin: 0; 	
}

.how .row {
padding: 50px 0 95px 0; 
padding: 6.25rem 0 5.9375rem 0;
}

.how .research {
background: url("../images/research-icon.png") no-repeat center top;\
}

.how .design {
background: url("../images/design-icon.png") no-repeat center top;
}

.how .iterate {
background: url("../images/refine-icon.png") no-repeat center top;
}

.how h2 {
font-family: "proxima-nova", Helvetica, Arial, sans-serif;
font-weight: 300;
color: #FF476A;
text-align: center;
}

.how h3 {
font-family: "proxima-nova", Helvetica, Arial, sans-serif;
font-size: 1.5em;
font-weight: 300;
text-align: center;
margin: 180px 0 20px 0;	margin: 11.25rem 0 1.25rem 0;
color: #fff;
}

.how p {
font-family: "proxima-nova", Helvetica, Arial, sans-serif;
font-size: 1em;
line-height: 1.6em;
text-align: center;
margin: .5em 6.75% .5em 6.75%;
color: rgba(255, 255, 255, 1);
}

.work {
background-color: #f3f3f3;
}

.work .row {
padding: 100px 0 0 0;
}

.work .project,
.work .project1 {
padding: 100px 0 95px 0; padding: 6.25rem 0 5.9375rem 0;
border-bottom: 1px dotted rgba(0, 0, 0, .15);
}

.work .project1 {
padding-top: 0;
}

.work .twelvecol {
text-align: center;
}

.work .twelvecol img {
width: 82.7%;
margin-bottom: 40px;
margin-bottom: 2.5rem;
}

.work h2 {
text-align: center;
color: #999;
}

.work h3 {
font-family: "proxima-nova", Helvetica, Arial, sans-serif;
font-size: 1.75em;
text-transform: uppercase;
font-weight: 300;
text-align: center;
margin: 0;
color: #333;
}

.work p {
font-family: "proxima-nova", Helvetica, Arial, sans-serif;
font-size: 1em;
line-height: 1.6em;
text-align: center;
margin: .5em 13.45% .5em 13.45%;
color: #666;
}

.work img.hero {
width: 75%;
}

p.metadata {
text-align: center;
font-family: "proxima-nova", Helvetica, Arial, sans-serif;
font-size: 1em;
margin-bottom: 0;
text-transform: uppercase;
color: #cbcbcb;
margin-bottom: 20px;
}

.contact {
background-color: #E1974F;
}

.contact .row {
padding: 160px 0 160px 0; padding: 10rem 0 10rem 0;
}

.contact h2 {
margin-bottom: 20px;
}

.footer {
height: 100px; height: 6.25rem;
background: #222;
font-family: "Lato", Arial, sans-serif;
font-size: .8125em;
font-weight: 400;
text-transform: uppercase;
line-height: 100px; line-height: 6.25rem;
color: #333;
text-align: left;
}

.footer a {
text-decoration: none;
color: #666;
float: right;
}

.footer a:hover {
color: #E1974F;
}





/* ============================= */
/* ! Layout for tablet version   */
/* ============================= */

@media handheld, only screen and (max-width: 1025px) {

.feature{
background-image: url("../images/pattern2.png"), url("../images/hero-el.jpg");
background-position: center center, center center;
background-repeat: repeat, no-repeat;
background-attachment: scroll;
background-attachment: scroll;
height: 650px; height: 40.625rem;
width: 100%;
margin: 0 auto;
padding: 0px;
}

.headline,
.error {
font-size: 9em;
height: 550px; height: 34.375rem;
}

.contact h2 {
font-size: 2.75em;
}

}


/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 768px) {

h2 {
font-size: 2.5em;
}

.button_primary a {
width: inherit;
}

.feature {
background-image: url("../images/pattern2.png"), url("../images/hero-el.jpg");
background-position: center center, center center;
height: 440px; height: 27.5rem;
width: 100%;
margin: 0 auto;
padding: 0px;	 	
}

#logo h1 a {
display: block;
float: left;
position: absolute;
top: 25px;
left: 20px;
background-size: 50%;
margin: 0 auto 0 auto;
}

nav ul li {
font-size: .625em;
margin: 15px;
}

.headline,
.error {
height: 360px; height: 22.5rem;
font-size: 4em;
line-height: 1em;
/* text-align: left; */
}

.who {
background-position: left;
background-position-x: -42px;
background-position-y: 39px;
}

.who .row {
padding: 50px 0 50px 0;
/* 	text-align: left; */
}

.who p {
	padding: 0;
	font-size: .75em;
	line-height: 1.6em;
	text-align: center;
}

.how {
background: #999 url("../images/how_image_1024.jpg") no-repeat center center;
background-size: cover; 
background-attachment: scroll;
height: 100%;
margin: 0; 	 	
}

.how .row {
padding: 50px 0 0 0; padding: 3.125rem 0 0 0;
}	

.how .research, 
.how .design,
.how .iterate {
background-position-y: 20px;
padding-top: 180px; padding-top: 11.25rem;
padding-bottom: 40px; padding-bottom: 2.5rem;
border-bottom: 1px dotted rgba(255, 255, 255, .15);
}

.how .research {
background-position-y: 0;
padding-top: 155px; padding-top: 9.6875rem;
}

.how h2{
/* 	text-align: left; */
margin-bottom: 0;
}

.how h3 {
font-size: 1.5em;
font-weight: 400;
/* 	text-align: left; */
margin: 0 0 20px 0;
color: rgba(255, 255, 255, .9);
}

.how p {
/* 	text-align: left; */
margin: .5em 0 .5em 0;
}

.work {
height: 100%;
}

.work .row {
padding: 50px 0 0 0; padding: 3.125rem 0 0 0;
}	

.work .project,
.work .project1 {
padding: 50px 0 50px 0; padding: 2.5rem 0 2.5rem 0;
border-bottom: 1px dotted rgba(0, 0, 0, .15);
}

.work .project1 {
padding-top: 0;
}

.work .twelvecol img {
width: 82.7%;
margin-bottom: 20px; margin-bottom: 1.25rem;
}

.work h2,
.work h3,
.work p {
/* 	text-align: left; */
}

.work p {
margin: .5em 0 .5em 0;
}

.contact .row {
padding: 50px 0 100px 0; padding: 3.125rem 0 6.25rem 0;
}

.contact h2 {
font-size: 4em;
line-height: 1em;
margin: 1em 0 .5em 0;
/* text-align: left; */
color: #fff;
}

p.metadata {
/* text-align: left; */
margin-bottom: 20px; margin-bottom: 1.25rem;
}
}


/* =============================================== */
/* ! Provide higher res assets for Retina iPhone   */
/* =============================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

.who {
background: #000;
background-size: 81px;
background-position-x: -42px;
background-position-y: 39px;
}

.footer {
background: #272727;
background-size: 360px;
color: #666;
}

.how .research {
background: url("../images/research-icon-2x.jpg") no-repeat center top;
margin: 40px 0 0 0;
background-size: 153px 153px;
}

.how .design {
background: url("../images/design-icon-2x.jpg") no-repeat center top;
margin: 40px 0 0 0;
background-size: 153px 153px;
}

.how .iterate {
background: url("../images/refine-icon-2x.jpg") no-repeat center top;
margin: 40px 0 0 0;
background-size: 153px 153px;
}

.left {
float: left;
}

.right {
float: right;
}

.invisible {
display: none;
}
}