/*
Author: Loaf Creative
*/
@import url("reset.css");
	@font-face {
	font-family:'HelveticaNeueBold';
	src:url('fonts/helveticaneue-webfont.eot');
	src:url('fonts/helveticaneue-webfont.eot?iefix') format('eot'), url('fonts/helveticaneue-webfont.woff') format('woff'), url('fonts/helveticaneue-webfont.ttf') format('truetype'), url('fonts/helveticaneue-webfont.svg#webfontqiLLBMD3') format('svg');
	font-weight:bold;
	font-style:normal;
}

@font-face {
	font-family:'PlantinItalic';
	src:url('fonts/plantita-webfont.eot');
	src:url('fonts/plantita-webfont.eot?iefix') format('eot'), url('fonts/plantita-webfont.woff') format('woff'), url('fonts/plantita-webfont.ttf') format('truetype'), url('fonts/plantita-webfont.svg#webfontEguH1rjJ') format('svg');
	font-weight:normal;
	font-style:normal;
}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
	-webkit-text-size-adjust:none;
}

h2 {
	font-size:17px;
}

h3 {
	font-size:13px;
}

p {
	font-size:13px;
	line-height:1.2em;
}

a {
	text-decoration:none;
}

#list ul {
	list-style:none;
}

#list ul li a {
	text-decoration:none;
	font-size:12px;
}

#list ul li a:hover {
	text-decoration:underline;
}

#logo_light {
	display:none;
}

#logo {
	float:left;
	height:50px;
	width:170px;
	margin-bottom:40px;
	text-indent:-9999px;
}

.logo_dark, .logo_light {
	height:50px;
	width:170px;
	position:absolute;
	background-repeat:no-repeat;
}

.logo_dark {
	background-image:url('/imgs/logo_dark.png');
}

.logo_light {
	background-image:url('/imgs/logo_light.png');
}

#leftHolder {
	float:left;
	width:330px;
}

#ie {
	float:right;
}

#logo img {
	position:absolute;
}

#enterBtn {
	margin-top:40px;
	cursor:pointer;
}

#comingsoon {
	clear:left;
	font-size:9px;
	color:white;
	font-family:'HelveticaNeueBold';
}

html {
	padding:0;
	margin:0;
}

body {
	font-family:'PlantinItalic';
	font-size:12px;
	color:white;
	padding:0;
	background:white;
	overflow:hidden;
}

img {
	border:none;
}

.clearit {
	clear:left;
}

#wrapper {
	margin:55px 40px 40px 40px;
	min-width:600px;
}

#wrapper h2 {
	padding:9px 0 9px 0;
}

#footer_wrap {
	position:absolute;
	height:78px;
	bottom:20px;
	left:40px;
	margin:-78px 0 0 0;
}

#footer p {
	color:white;
}

a {
	color:white;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#footer img {
	margin-bottom:10px;
}

#menu {
	padding:0;
	float:right;
}

#menu h3 {
	font-family:'HelveticaNeueBold';
	color:#808080;
	font-size:37px;
	line-height:30px;
}

#menuItems {
	opacity:.7;
}

#menu h3 a {
	color:#808080;
}

#menu h3 a:hover {
	color:white;
}

#social {
	float:right;
	clear:right;
	margin-top:5px;
}

.linebreak {
	clear:left;
	float:left;
	width:40px;
	border-top:1px solid white;
}

.tab {
	position:absolute;
	top:50%;
	left:0;
	height:36px;
	margin-top:-18px;
	background:#ffef00;
	color:black;
	line-height:40px;
	padding:0 10px 0 10px;
	cursor:pointer;
}

#about {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:white;
}

#about img {
	margin: 0 0 0 40px;
}
#about .clients h2 {
	margin:20px 0 10px 10px;
	font-size:11px;
}
#about h2 {
	color:black;
	margin:20px 0 0 40px;
	width:450px;
}

#projectCopy {
	position:absolute;
	width:250px;
	background:black;
	right:0;
	bottom:0;
	padding:20px;
}

#projectCopy p {
	font-size:11px;
	color:#808080;
}

.client, .campaign {
	color:white;
}

#projectCopy a {
	color:#ffef00;
}

#supersized {
	position:fixed;
	left:0;
	top:0;
	overflow:hidden;
	z-index:-999;
	height:100%;
	width:100%;
}

#supersized img {
	height:auto;
	width:auto;
	position:relative;
	outline:none;
	border:none;
	-ms-interpolation-mode:bicubic;
	image-rendering:optimizeQuality;
	display:block;
}

#imageNav {
	position:absolute;
	right:0;
	top:50%;
	height:66px;
	margin-top:-33px;
}

.navBtn {
	cursor:pointer;
}

#preloader {
	clear:left;
	float:left;
}

.openSignup {
	float:right;
	cursor:pointer;
}

#signup {
	background:white;
	padding:45px 5px 5px 5px;
	font-size:12px;
	color:white;
	position:absolute;
	right:190px;
	top:0;
}

.contactForm input[type=text] {
	height:16px;
	width:130px;
	color:#ffef00;
}

.contactForm input[type=text], .contactForm textarea {
	background:none;
	border:none;
	border-bottom:1px solid black;
	color:black;
	font-family:'PlantinItalic';
	padding:3px;
	font-size:12px;
	margin:3px 0 3px 0;
}

.contactForm textarea {
	width:220px;
	height:100px;
}

.signupBtn {
	background:white;
	color:black;
	font-size:12px;
	margin-top:10px;
	padding:5px;
	width:60px;
	cursor:pointer;
}

.white {
	color:white;
}

.yellow {
	color:#ffef00;
}

a[href^=tel] {
	color:white;
}

@media only screen and (max-width:480px) and (-webkit-min-device-pixel-ratio:1) {
	#projectCopy, #menu, #signup, #comingsoon {
	display:none;
}

#wrapper {
	margin:25px 5px 5px 10px;
	min-width:0;
}

#footer_wrap {
	left:10px;
	bottom:10px;
}

#footer_wrap img {
	width:80%;
}

#about h2 {
	margin:70px 0 0 10px;
	width:270px;
	font-size:13px;
}
#about .clients h2 {
	margin:10px 0 15px 10px;
	font-size:11px;
}
#about img {
	margin: 0 0 10px 10px;
	width: 270px;
	height: auto;
}

#leftHolder {
	width:280px;
}

#ie h2 {
	font-size:13px;
}

#ie {
	margin:0;
}

#portfolio img {
	width:auto;
	height:auto;
}

}@media only screen and (max-width:480px) and (orientation:landscape) {
	#projectCopy, #menu, #signup, #comingsoon {
	display:none;
}

#wrapper {
	margin:15px 5px 5px 10px;
	min-width:0;
}

#footer_wrap {
	left:10px;
	bottom:5px;
	height:58px;
	margin:-58px 0 0 0;
}

#footer_wrap img {
	width:60%;
	margin:0;
}

#about h2 {
	margin:70px 0 0 10px;
	width:270px;
	font-size:13px;
}
#about .clients h2 {
	margin:10px 0 15px 10px;
	font-size:11px;
}
#about img {
	margin: 0 0 10px 10px;
	width: 270px;
	height: auto;
}

#leftHolder {
	width:280px;
}

#ie h2 {
	font-size:13px;
}

#ie {
	margin:0;
}

#portfolio img {
	width:auto;
	height:auto;
}

}@media only screen and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
	#portfolio img {
	width:320px;
	height:360px;
}

}@media only screen and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
	#portfolio img {
	width:480px;
	height:210px;
}

}

