* {
	border: 0;
	margin: 0;
	padding: 0;
	}

body {
	font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	-webkit-font-smoothing:antialiased;	
	color: #333;
	}
	
#bg {
	position: fixed;
	width:100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 0.3;
	}

body #bg {background: url(../../images/design/page_fallback.jpg) no-repeat center center fixed;}
	
#top {
	height: 34px;
	width: 100%;
	float: left;
	margin: 0;
	position: absolute;
	}
	
ul#mainnav {
	list-style: none;
	float: left;
	margin: 0;
	line-height: 34px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
ul#mainnav li {
	float: left;
	font-size: 13px;
	}
	
ul#mainnav li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	height: 34px;
	padding: 0 15px;
	float: left;
	}
	
ul#mainnav li a:hover {
	color: #941925;
	}
	
ul#mainnav li a.active:hover {
	background: transparent;
	}
	
ul#mainnav li:last-child a {
	color: #3b5998;
	}
	
ul#mainnav li a.return {
	font-weight: normal;
	}
	
h1#top-logo a {
	text-indent: -9999px;
	background: url(../../images/design/top_logo.png) no-repeat;
	width: 166px;
	height: 31px;
	float: right;
	margin: 4px 8px 0 0;
	display: block;
	text-decoration: none;
	line-height: 34px;
	}

#home-box {
	width: 900px;
	position: absolute;
	top: 32%;
	left: 50%;
	margin: -50px 0 0 -450px;
	text-align: center;
	}

.logo {
	background: url(../../images/design/logo.png) no-repeat;
	width:774px;
	height: 206px;
	text-indent: -9999px; 
	margin: 0 0 0 63px;
	text-transform: uppercase;
	}

#home-box .worknav {
	margin: 80px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	width: 900px;
	font-size: 24px;
	line-height:64px;
	text-transform: uppercase;
	}
	
#home-box .worknav a {
	margin: 0 10px;
	text-decoration: none;
	color: #2f2f2f;
	transition:color .15s ease-out;
	-moz-transition:color .15s ease-out;
	-webkit-transition:color .15s ease-out;
	-o-transition:color .15s ease-out;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
	line-height: 30px;
	}
	
#home-box .worknav a:hover {
	color: #941925;
	transition:color .15s ease-in;
	-moz-transition:color .15s ease-in;
	-webkit-transition:color .15s ease-in;
	-o-transition:color .15s ease-in;
	}

/* --- ABOUT --- */
#content-box {
	width: 570px;
	height: auto;
	position: absolute;
	top: 46%;
	left: 50%;
	margin: -200px 0 0 -300px;
	padding: 15px;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.6);
	}
	
#content-box h1 {
	margin: 0 0 -10px 0;
	}
	
#content-box img.hs {
	margin: 0 0 10px 10px;
	float: right;
	}
	
/* --- CONTACT --- */
#contact-box {
	width: 400px;
	height: 550px;
	position: absolute;
	top: 46%;
	left: 50%;
	margin: -225px 0 0 -200px;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.6);
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	}

#contact-box .name {
	text-indent: -9999px;
	background: url(../../images/design/contact_logo.png) no-repeat;
	width: 257px;
	height: 35px;
	margin: 0 0 30px 75px;
	}
	
#contact-box .facebook {
	margin: 0 0 40px 0;
	}
	
#contact-box .rep-by {
	margin: 0 0 10px 0;
	font-weight: bold;
	}

#contact-box .rep-web {
	margin: 0 0 10px 0;
	}
	
#contact-box a {
	color: #575757;
	}

#contact-box a:hover {
	color: #941925;
	}
	
.second-agent-address {
	font-weight: bold;
	margin: 0 0 15px 0;
}

.second-rep-email {
	margin: 10px 0;
}

.rep-by-second {
	margin: 15px 0;
	font-weight: bold;
}
	
/* --- CATEGORY PROJECTS --- */
body#category h1#title {
	margin: 6.5% 0 0 10%;
	position: absolute;
	font-weight: normal;
	}

ul#projects {
	position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    list-style: none;
    }
    
ul#projects li {
	float: left;
	height: 120px;
	margin:  0 5px 5px 0;
	position: relative;
	} 
	
ul#projects li .overlay {
	width:100%;
	height: 120px;
	position: absolute;
	top:0;
	left: 0;
	opacity: 0;
	}
	
ul#projects li .overlay:hover {
	background: rgba(0,0,0,0.7);
	opacity: 1;
	transition:background .25s ease-in, ;
	-moz-transition:background .25s ease-in;
	-webkit-transition:background .25s ease-in;
	-o-transition:background .25s ease-in;
	}
	
ul#projects li .overlay .title {
	color: #fff;
	float: left;
	margin: 15px;
	font-size: 14px;
	text-transform: uppercase;
	opacity: 0;
	}
	
ul#projects li .overlay:hover .title {
	opacity: 1;
	transition:opacity .25s ease-in, ;
	-moz-transition:opacity .25s ease-in;
	-webkit-transition:opacity .25s ease-in;
	-o-transition:opacity .25s ease-in;
	}
	
#categories {
	position: absolute;
	bottom: 2%;
	text-align: center;
	width: 100%;
	word-spacing: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#categories a {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	}
	
#categories a:hover,
#categories a.active {
	color: #941925;
	}
	
/* --- SINGLE PROJECT --- */
#supersized-loader {
	position:absolute; 
	top:50%; 
	left:50%; 
	z-index:0; 
	width:220px; 
	height:19px; 
	margin:-19px 0 0 -110px; 
	text-indent:-9999px; 
	background:url(../../images/design/loader.gif) no-repeat center center;
	}
	
#supersized {  
	display:block; 
	position:absolute; 
	left:7%; 
	top:7%; 
	overflow:hidden; 
	z-index:-999; 
	height:86%; 
	width:86%; 
	}
	
#supersized img { 
	width:auto; 
	height:auto; 
	position:relative; 
	display:none; 
	outline:none; 
	border:none; 
	}
	
#supersized.speed img { 
	-ms-interpolation-mode:nearest-neighbor; 
	image-rendering: -moz-crisp-edges; 
	}	

#supersized.quality img { 
	-ms-interpolation-mode:bicubic; 
	image-rendering: optimizeQuality;
	}
		
#supersized li { 
	display:block; 
	list-style:none;
	z-index:-30; 
	position:absolute; 
	overflow:hidden; 
	top:0;
	left:0; 
	width:100%;
	height:100%;
	background:#fff;
	}

#supersized a {
	width:100%; 
	height:100%;
 	display:block;
 	}

#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:url(../../images/design/loader.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }

#controls-wrapper { 
	margin:0 auto; 
	height:42px; 
	width:100%; 
	bottom:0px; 
	left:0; 
	z-index:4; 
	position:absolute;
	}

#controls { 
	overflow:hidden; 
	height:100%; 
	position:relative; 
	text-align:left; z-index:5; 
	}
			
#navigation { 
	float:right; 
	margin:0px 20px 0 0; 
	}
			
#prevslide, #nextslide{ position:absolute; height:52px; width:52px; top:50%; margin-top:-25px;opacity: 0.3;}
#prevslide{ left:20px; background:url(../../images/design/back.png); }
#nextslide{ right:20px; background:url(../../images/design/forward.png); }
#prevslide:hover, #nextslide:hover{ cursor:pointer; }
#prevslide:active, #nextslide:active {opacity: 1;}
				
ul#slide-list{ padding:15px 0; float:left; position:absolute; left:50%; }
ul#slide-list li{ list-style:none; width:12px; height:12px; float:left; margin:0 5px 0 0; }
ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover{ background: #bbb;}
ul#slide-list li a{ display:block; width:12px; height:12px;background: #eee; border-radius: 50%; }
ul#slide-list li a:hover{ cursor:pointer; background: #ddd;}
#thumb-tray{ position:fixed; z-index:3; bottom:0; left:0;height:150px; width:100%; overflow:hidden; text-align:center;}

	
/* --- TYPOGRAPHY --- */
h1, h2 {
	color: #333;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.6);
	}

h1 {
	font-size: 17px;
	text-transform: uppercase;
	}
	
h2 {
	font-size: 14px;
	margin: 0 0 -15px 0;
	}
	
p {
	margin: 15px 0;
	color: #333;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.6);
	}