@charset "utf-8";
/* CSS Document */

body {
	background:url(../img/background.png) repeat;
	font-family: 'Josefin Sans', sans-serif;
	font-size:62.5%;
	
	font-weight:300;
}

#body-wrap {
	width:97.5%;
	margin-left:2%;
}

h1 {
	font-weight:300;
	font-size:7.5em;
	margin-top:40px;
	margin-bottom:300px;
	width:90%;
	line-height:140%;
}

h2 {
	font-size:6.8em;
	font-weight:300;
	line-height:130%;
	margin-bottom:30px;
	clear:left;
	margin-top:0;
}

nav {
	font-size:2.7em;
	font-weight: 600;
	text-transform: uppercase;
	position:fixed;
	bottom:15px;
	z-index:3;
}

nav li {
	float:left;
	margin-right:40px;
	text-shadow:1px 1px #ccc;
}

.nav-indent {
	display: block;
	margin-top: 16px;
}

.h2-body {
	margin-bottom:180px;
	padding-top:30px;
}

.work-image {
	width:22.5%;
	margin-right:2%;
	margin-bottom:20px;
	float:left;
}

.work-image img {
	width:100%;
	max-width:315x;
}

.work-image a {
	opacity:.9;
}
.work-image a:hover {
	opacity:1;
}

p {
	font-size:1.5em;
	margin-top:0;
	font-weight:400;
	
}

.about-body {
	width:34%;
	float:left;
	font-size: 1.5em;
	margin-right:2%;
	letter-spacing:.5px;
	font-weight:500;
	line-height:140%;
}

.about-body a {
	text-decoration: underline;
}

.about-photo {
	text-align:-50px;
	background:url(../img/about-portrait.jpg) no-repeat;
	background-position:center;
	background-size:auto 100%;
	height:400px;
	float:right;
	width:25%;
}

.contacticons {
	margin-right:10px;
	margin-bottom:20px;
}

.bottomspace {
	margin-bottom:130px;
}

.contact-body {
	font-size:2.2em;
}





.work-main-div {
	width:100%;
	z-index:1;
	height:600px;
}

.work-bottom-div {
	width:100%;
	z-index:1;
	height:600px;
	clear:both;
}

.work-bottom-div img {
	width:98%;
}

img.work-main-image {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.work-sub {
	width:65%;
	max-width:1000px;
	float:right;
}

.work-head {
	margin-left:2%;
	display:block;
	z-index:2;
	position:fixed;
	top:0px;
}

#work-body {
	width:31%;
	margin-right:2%;
	float:left;
	margin-left:2%;
	display:block;
	z-index:-2;
	position:fixed;
	top:120px;
}

#work-body-top {
	width:31%;
	margin-right:2%;
	float:left;
	margin-left:2%;
	display:block;
	z-index:-2;
	position:fixed;
	top:40px;
}

.padding-bottom {
	padding-bottom:200px;
}

.display-small-mobile {
	display: none;
}




h6 {
	font-size:1.6em;
	margin:5px;
}

h3 {
	font-size:2.4em;
}

article {
	width:31%;
	float:left;
	margin-right:2%;
}

article img {
	width:100%;
}

article p a {
	text-decoration:underline;
}







.bcloser-main {
	background:url(../img/bcloser-1-back.png) repeat;
}

.bcloser-sub {
	background-color:#00b5a7;
	display:block;
	z-index:-1;
}

.bcloser-sub img {
	max-width:867px;
}

.crane-main {
	background:url(../img/crane-4.jpg);
}

.snow-main {
	background:url(../img/snow-1.jpg);
}

.soogar-main {
	background:url(../img/soogar-1-back.jpg) repeat;
}

.soogar-sub {
	background:url(../img/soogar-4-back.png);
}

.soogar-sub img {
	width:100%;
}

.curio-main {
	background:url(../img/curio-1.jpg) repeat;
}

.threshold-main {
	background:url(../img/threshold-1.jpg) repeat;
}

.black-sub {
	background:#000;
}

.tonik-main {
	background:url(../img/tonik-1.jpg);
}

.tonik-sub {
	background:url(../img/tonik-5.jpg);
	background-size:cover; 
}

.mummy-main {
	background:url(../img/mummy-0.jpg);
}

.mummy-sub {
	background-color:#ffffee;
}

.creativ-main {
	background-image:url(../img/creativ-0.jpg);
	background-size:cover;
}

.ux-main {
	background-image:url(../img/ux-0.jpg);
	background-size:cover;
}

.weeks-main {
	background-image:url(../img/52weeks-1.jpg);
	background-size:cover;
}

.work-main {
	width:100%;
	max-height:780px;
	background-size:cover; 
}

/* CHOP SHOP */

/* Header */
/* HEADER */
.header-unit-logo {
	margin-top:5%;
	display:block;
	width:50%;
	max-width:360px;
	z-index:999;
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
	
}
	.header-unit-mobile {
		display:block;
		z-index:950;
		width: 100%;
		background-image:url(http://elssan.com/hosting/chopshop/img/houl-small.jpg);
		position:absolute;
		height:80%;
		top:0;
		background-repeat:no-repeat;
		background-size:100%;
	}
	
	.header-unit {
		display:none;
	}
	
	video {
		display:none;
	}