@media screen and (min-width:1px){

.background {
background-color: #161616;
	}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top:40px;
	font-weight: 300;
	color:#333;
	}

h1 {
	font-size:32px;
	text-transform: none;
	margin-top:60px;
	margin-bottom:50px;
	text-align: center;
	letter-spacing:0.1rem;
	}
	
h4 {
	letter-spacing:0.1rem;
	}
	
a:link {
text-decoration: none;
color: #00b5cc;
font-weight: normal;
}

a:visited {
text-decoration: none;
color: #00b5cc;
font-weight:bold;
}

a:hover {
text-decoration: none;
color: grey;
}

a:active {
outline: none;
}

a:focus {
outline: none;
}	
p {
	font-weight:200;
	color:#333;
	font-size:13px;
	line-height:1.6em;
	letter-spacing:0.1rem;
	}
		
.container {
	padding: 0px 0 60px;
	max-width:1140px;
}
.section-bb {
	padding: 20px 0 30px;
	margin:0;
}
.col-xs-9 {
margin-left:0 !important;
}

/*** HEADER ***/
div#header {
	position: fixed;
	top:0;
	height:40px;
	background-color: #000000;
	border:0px solid orange;
	width: 100%;
	z-index: 3;
	}

div#logo {
	position: relative;
	margin-top: 8px;
	display: inline;
	float: left;
}
div#logo a{
	border: 0px solid red;		
	color:#fff;
	text-transform: uppercase;
	font-size:1.2em;
	font-weight:500 !important;
	margin-left:0px;
	letter-spacing: 0.15rem;
	
	}
	
div#main_nav {
	display: inline;
	float: right;
	border: 0px solid blue;
	margin-top:1px;
	}
	
	 ul.main_nav {
		
		 margin: 0 auto;
		 list-style-type: none;
	 	}
		
		 ul.main_nav li {
			border: solid 0px pink;
			float: right;
			height: 23px;
			padding: 0px 2px 0px 2px;
			margin: 10px 0px 0 15px;
			}

					
		 ul.main_nav li:hover {
			border-bottom: solid 3px #00b5cc;
			}

		 ul.main_nav li.nav_active{
			border-bottom: solid 3px #00b5cc;
			}		
		
		 ul.main_nav li.last_child {
			padding: 0;
			}
		
		div#main_nav li a {
			color: #fff;
			font-weight: 600;
			text-transform: uppercase;
			font-size: 11px;
			letter-spacing: 0.15rem;
			text-decoration:none;
			}

		div#main_nav li a:hover {

		}
		
#nav-btn {
	display: none;
}
	
			
/*** Billboard ***/
		
.billboard {
	padding-top: 30px;
}

.billboard h1 {
	color:#fff;
	text-transform:uppercase;
	font-size:4em;
	margin:0;
	padding:0; 
	line-height:1em;
}

.author {
	color:#efefef;
	text-transform: titlecase;
	font-size:.35em;
	margin:0;
	padding:0;
	line-height:1em;
}

.billboard p {
	font-weight:600; 
	font-size:1.25em; 
	line-height:1.5em; 
	color:#000;
}


/*** Containers Misc ***/
	
div#container {
	width: 96%;
	max-width: 960px;
	margin: 50px auto 0;
	position: relative;
	background-image: url(../img/12_col.gif);
	\****	box-shadow: 0px 0px 15px 0px #9f9f9f; ****/
	}
	
img.full_width {
	width:100%;
	}
	
div#container_wide {
	margin: 0;
	border: 0px solid red;
	}
	
	img.img2 {
		margin-top: 20px;
	}

div.thumb_container_1 {
	height: 120px;
	width: 200px;
	border: solid 0px red;
	margin: 0 20px 20px 0;
	float: left;
	}

div.thumb_container_2 {
	height: 90px;
	width: 144px;
	text-align: center;
	border: solid 0px purple;
	margin: 0 35px 0 0;
	float: left;
	}

div.thumb_container_1 img {
	float: left;
	margin: 15px 10px 20px 0;
	}
	
div.thumb_container_2 img {
	float: left;
	margin: 15px 0 5px 0;
	}
		
div.thumb_container_1 p {
	margin-top: 65px;
	}
		
ul.work_sidenav {
	list-style-type: none;
	margin-left: 0px;
	}

table.tbl_contact td { 
	padding: 5px;
	}
	
p.contact {
	margin-top: 0px;
	}

h5.contact {
	font-size: 16px;
	color: #000000;
	line-height: 14pt;
	font-weight: bold;
	margin-top: 20px;
	}
	
/*** ABOUT ***/

.about {
	margin-top:100px;
	}

.bio_left {
	display: inline;
	float: left;
	width:48%;
	margin-right:2%;
	}

.bio_right {
	display: inline;
	float: left;
	width: 48%;
	}

.bio p {
	column-count:2;
	column-gap: 20px;
    column-rule-style: none;
    column-rule-width: 0;
    hyphens: auto;
    -webkit-column-count:2;   
    -moz-column-gap: 20px;
    -moz-column-rule-style: none;
    -moz-column-rule-width: 0;
    -moz-columns: 2 auto;
    -moz-hyphens: auto;
    text-align: left;
    }	
       		
.about-photo {
	float: right;
	}

.about-photo img {
	width:60%; 
	float: right;
	margin: 0 1em 0 0;
	border:2px solid #efefef;
	border-radius: 50%;
	margin-top: -10px;
	-webkit-perspective: 0 8px 6px -6px #f1f1f1;
    -moz-perspective: 0 8px 6px -6px #f1f1f1;
    box-shadow: 0 8px 6px -6px #f1f1f1; 
}
.skills h1 {
	color:#fff; 
	}

.about-skills {
}

.about-skills p {
	line-height:1.55em;
	font-weight:200;
	color:#e8e8e8;
	
}

.about-skills h4 {
	font-size:14px;
	color:#fff;
	}


		
/*** WORK ***/
.thumbs {
	text-align:center;
	}

@media screen and (max-width:990px){
	.thumbs {
		width:600px;
		text-align: center;
		margin: auto;
		}
} 
	
.portfolio_thumb {
border:0px solid #efefef;
display: inline-block;
font-size: 20px;
line-height: 24px;
text-align: center;
text-decoration: none;
width: 100%;
height:auto;
margin: 0;
padding:1px;
position: relative;
}

.portfolio_thumb:hover {
/*background: rgb(131,197,229);*/
color: #fff;
}


		
/*.portfolio_thumb {
	background: #000000;
	height: 100px;
	margin-top: 20px;
	border: none;

	}
*/

.portfolio_thumb h4{
	padding-top: 0px;
	padding-bottom: 0px;
	text-align:center;
	color: #fff;
	text-transform: uppercase;	
	letter-spacing: .1rem;
	font-weight: 600;
	font-size: 14px;
	border: none;
}

.portfolio_thumb h4:hover {
	color: #fff;
	font-weight:bold;
	
}


.portfolio_thumb a:active{
	outline: none;
}

.portfolio_thumb a:focus{
	outline: none;
}

.portfolio_thumb img {
	width:100%;
	margin-top:0px;
}

.teaser {
background: rgba(0,0,0,0);
overflow:hidden;
height:100%;
width:100%;
z-index:2;
position: absolute;
top:0%;
left:0%;;
}

.teaser:hover {
background: rgba(16,16,16,.9);
overflow:hidden;
height:99%;
width:99%;
z-index:2;
position: absolute;
top:1px;
left:1px;
}

.teaser img{
}

.teaser:hover img{
	opacity:1.0;
	width:98%;
	position:absolute;
	top:0px;
	left:0;
	border:1px solid pink;
}

.teaser h3 {
	opacity:0;
	}

.teaser:hover h3 {
	color:#fff;
	opacity:1.0;
	margin:50px 30px 0;
	font-size:18px;
	border-bottom:1px solid #d9d9d9;
	padding-bottom:10px;
	}
	
.teaser h4 {
	opacity:0;
	}

.teaser:hover h4 {
	color:#fff;
	opacity:1.0;
	margin:10px 30px 0;
	font-size:13px;
	padding-bottom:30px;
	font-weight:200;
	text-transform: none;
	line-height:1.4em;
	}	
	
.teaser p {
	opacity:0;
	}

.teaser:hover p {
	color:#00b5cc;
	opacity:1.0;
	margin-top:10px;
	font-size:11px;
	letter-spacing:2px;
	font-weight:400;
	text-transform:uppercase;
	}

.portfolio_thumb .brancusi img {
	margin-top:-32%;
	width:65%
	}

.portfolio_thumb .cb img {
	margin-top:-58%;
	width:65%
	}

.portfolio_thumb .hp img {
	margin-top:-55%;
	width:45%
	}

.teaser .hojf {
	background-image: url('../img/work/thumbs/hojf.jpg');
	}

.portfolio_thumb .laratte img {
	margin-top:-25%;
	width:50%
	}

.portfolio_thumb .ooyala img {
	margin-top:-32%;
	width:60%
	}

.portfolio_thumb .overland img {
	margin-top:-32%;
	width:65%
	}

.portfolio_thumb .scae img {
	margin-top:-18%;
	width:25%
	}

.portfolio_thumb .tvpc img {
	margin-top:-50%;
	width:45%
	}

.portfolio_thumb .transporter img {
	margin-top:-25%;
	width:70%
	}

.portfolio_thumb .vita img {
	margin-top:-40%;
	width:60%
	}

.project_images_old {
	border-right: 1px solid #000000; 
	min-height:300px;  
	margin-left:0; 
	padding-right:5px;
	margin-bottom: 20px;
	
	}

.project_image_border {
	border-right: 1px solid #000000; 
	min-height:300px;  
	margin-left:0; 
	margin-bottom: 20px; 
	padding-right:10px;

	}

.project_image_background {
	background: #efefef;
	margin-right:15px;
	padding:0;
	}

img.project_image_quarter, img.project_image_25 {
	width: 25%;
	margin:0 0 5% 0; 
	padding:0; 
	background:#fff; 
	border:0px solid blue;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	}

img.project_image_quarter_last, img.project_image_25_last {
	width: 25%;
	margin:0 0 5%; 
	padding:0; 
	background:#fff; 
	border:0px solid blue;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	}


img.project_image_bc {
	width: 40%;
	margin: 0 3% 5% 0; 
	padding:0; 
	background:#fff; 
	border:0px solid green;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	}

img.project_image_mobile, img.project_image_40 {
	width: 40%;
	margin: 0 3% 5% 0; 
	padding:0; 
	background:none; 
	border:0px solid green;
	}

img.project_image_half, img.project_image_50 {
	width: 50%;
	margin:0 3% 5% 0; 
	padding:0; 
	background:#fff; 
	border:0px solid blue;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	}

img.project_image_half_last, img.project_image_50_last {
	width: 50%;
	margin:0 0 5%; 
	padding:0; 
	background:#fff; 
	border:0px solid blue;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	}

img.project_image_logo {
	width: 60%;
	margin:0 auto 5%; 
	padding:10%; 
	background:#fff; 
	border:0px solid red;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	}

img.project_image_book, img.project_image_65 {
	width: 65%;
	margin:0 3% 5% 0; 
	padding:0; 
	background:#fff; 
	border:0px solid blue;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	}

img.project_image_book, img.project_image_72 {
	width: 72%;
	margin:0 3% 5% 0; 
	padding:0; 
	background:#fff; 
	border:0px solid blue;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	}

img.project_image_book, img.project_image_80 {
	width: 80%;
	margin:0 3% 5% 0; 
	padding:0; 
	background:#fff; 
	border:0px solid blue;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	}

img.project_image, img.project_image_90 {
	width: 90%;
	margin: 0 3% 5% 0; 
	padding:0; 
	background:#fff; 
	border:0px solid green;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	}

img.project_image, img.project_image_100 {
	width: 100%;
	margin: 0 auto 5%; 
	padding:0; 
	background:#fff; 
	border:0px solid green;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	}

img.project_image_bar {
	width: 100%;
	margin: 0 auto; 
	padding:0; 
	background:#fff; 
	border:0px solid green;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.25);
	}

.project {
	margin-top:0px;
	margin-left: 0px;
	}
	
.project h3 {
	letter-spacing: .1rem;
	font-size:14px;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:0px;
	font-weight:600;
	}

.project h5 {
	font-size: 1.5em;
	letter-spacing: 0.05rem;
	margin-bottom:10px;
	margin-left:20px;
	font-weight:400;
	}

.project a{
	font-weight:400;
	font-size:13px;
	}

.hiddendiv {visibility:hidden;}

.visiblediv {visibility:visible;}

.details {
	float:right;
	margin-left:0px;
	}
	
div#project_details {
	vertical-align: top;
	position: relative;
	}

.company, .client_type, .services, .website, .note, .projects p {
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
	margin-left: 20px;
	}

.company h5 {
	margin-left:0;
	margin-top:0px;
	}
	
.company p, .client_type p, .services p, .website p, .note p, .projects p {
	text-transform: normal;
	font-size:12px;
	margin-bottom:10px;
	}		
.projects h3 {
	margin-left:20px;
	}
	
.projects p {
	padding-bottom:20px;
	}

.nav_work_mobile {
	display: none;
	}
	
.nav_prev {
	display:inline;
	float:left;
	font-size:12px;
	margin-left:20px;
	}

.nav_next {
	display:inline;
	float:right;
	font-size:12px;
	}

.nav_work_arrow {
	font-size:18px; 
	vertical-align:bottom;
	line-height:18px;
	}



/*** CONTACT ***/
.contact h3 {
	 text-transform:none; 
	 font-weight:400; 
	 margin-top:20px; 
	 color:#00b5cc;
	 text-align: center;
	 font-size: 1.2em;
	}	
	
form    {
	background: none;
	position:relative;
	height:425px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 2em;
	letter-spacing: 0.15rem;
	font-weight: 400;
	color: #333;
	text-decoration: none;
	border: none !important;
	border: inset 0px solid #333;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}

input    {
	display:inline;
	background: #fff;
	border: none !important;
	height: 50px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 15px;
	padding: 1%;
	color:#00b5cc;
	font-weight:400;
	margin-top: 20px;
	}

input.text1, input.text2	{
	width: 49%;
	float: left;
	}

input.text2  {
	float: right;
	}

input.text3   {
	display: block;
	width: 100%;
	}

#message {
	display:block;
	background: #fff;
	height: 200px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #00b5cc;
	margin-top: 20px;
	font-size: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	width: 100%;
	border: none !important;
	padding: 1%;
	font-weight:400;
	}

#send   {
	width:100px;
	display:block;
	background: #00b5cc;
	/*border: 5px solid #fff;*/
	border: none;
	height: 50px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
	padding:1%;
	margin: 0 auto;
	font-size: 13px;
	position: relative;
	bottom: 25px;
	font-weight: 600;
	letter-spacing: 0.15rem;
	}

#send:hover{
    background: #333;
    color: #fff;
	} 



/***** PRIVACY *****/
div#terms h2 {
	font-size:1em;
	}

/***** FOOTER *****/
div#footer {
	width: 100%;
	height: 100px;
	margin: 50px 0 0;
	border-bottom: solid 0px #fff;
	}
	
#footer p{
	line-height:1.3em;
	color: #fff;
	font-weight: 200;
	}

#footer a{
	font-size: 1em;
	color: #fff;
	font-family: helvetica, verdana, arial, san-serif;
	line-height: 1em;
	font-weight: 200;
	text-align: left;
	margin: 5px 0 5px 10px;
	}

#footer a:hover {	
	/*color: #01A9DB;*/
	text-decoration: underline;
	}	
	
div#footer_left {
	float: left;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	width:100%;
	height: 135px;	
	}
	
	
div#twitter_div {
	margin: 3px 10px 0;
	overflow: hidden;
	height:100px;
	}
	
div#footer_middle {
	float: right;
	border: 1px solid #ffffff;
	width:100%;
	height: 135px;
	text-align: center;
	}	
	
div#footer_middle img {
	margin: 40px 8px 0 8px;	
	}
	
div#footer_right {
	float: right;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	width:100%;
	height: 135px;
	text-align:left;
	}
	
div#footer_right p{	
	margin: 15px 0 0px 20px;
	}	

.footer_intro h1{
	font-size: .8em;
	color: #fff;
	line-height: 1.8em;
	text-align: center;
	background: #161616;
	width: 60%;
	margin:-10px auto 0;
	padding: 0 5px;
	letter-spacing: 0.1rem;
	font-weight: 600;
	text-transform:uppercase;
	}

div#footer_legal {
	margin: 30px 1%; 
	text-align: right; 
	float: right;
	}
	
div#footer_legal p {
	color:#A0A0A0; 
	font-family: Helvetica, Arial, san-serif; 
	font-size: 12px;
	}	
		
div#footer_legal a {
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.1rem;
	}			

div#footer_legal a:hover {
	color: rgb(0, 181,208);
	font-weight: 400;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.1rem;
	text-decoration: none;
	}	
	
/* Twitter */



.p-name .customisable-highlight {
	color:#fff;
	text-decoration: none;
	}



}