@import url('reset.css');
@import url(http://fonts.googleapis.com/css?family=Quicksand);

.clr{
	clear:both;
}
a{
	text-decoration:none;
}
a.more_link{
	color: #3cc7db;
	text-decoration:none;
	display: block;
	padding: 10px 10px 10px 0;
	font-family: 12px , 'Questrial', sans-serif;
}
a.more_link:hover{
	color: gray;
}
.clr{
	clear:both;
}
.container {
	position:relative;
	margin:40px 0px 0px 0px;
		font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
}

h1{
	font-size:80px;
	text-transform:uppercase;
	text-shadow:0px 0px 1px rgba(0,0,0,0.8);
}
.overlay{
	background-color:#000;
	opacity:0;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1000000;
	display:none;
}
.bg-img{
	position:fixed;
	width:100%;
	top:0px;
	left:0px;
	z-index:100;
}
.full-view-elements{
	display:none;
}
.full-view{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index: 5000009;
}
.header{
	position:relative;
	padding:20px 30px;
	float:left;
	color:#fff;
	margin:0 30px 20px 20px;
	height: 1500px;
}

div.bio {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.52em; float: left;
}

}
.header .fancy{
	font-size:30px;
}

.header h1 span{
	line-height:60px;
	float: left;
	color:#ef1010;
	
}
.header h2{
	font-size: 24px;
	text-transform:uppercase;
	width:300px;
	background-color: white;
	padding: 30px;
	color: black;
}
p.subline{
	font-family:'Questrial', sans-serif;
	line-height:20px;
	font-size:11px;
	text-transform: uppercase;
	font-style:normal;
}
.block{
	float:left;
	margin:20px;
	padding:0px;
	width:260px;
	height: 310px;display: block;
	background-color: white;
}
.block-small{
	width:160px;
} 
.block-medium{
	width:174px;
}
.block h2{
	font-size: 15px;
	text-transform: uppercase;
	color: white;
	padding: 2px 5px;
	background-color: white;display: none;
}
.block p{
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	color: gray;
	background-color: white;
	padding: 0px 15px 0px 15px;
	font-size: 13px;
}
.block p.subline{
	margin:00px 0px;
	font-style: normal;
	background-color: white;
	padding: 10px 10px 10px 15px;
	color: #3cc7db;
}
.block img{
	border:none;
	display:block;
}
.project-descr{
	display:none;
}
.project-descr-full{
	height:200px;
	padding:0;
	position:fixed;
	top:50%;
	width:500px;
	opacity:0.9;
	left:0px;
	
	background-color: black;
}
.project-descr-full-wrapper{
	margin:20px;
	height:170px;
	overflow:hidden;
}
.project-descr-full-content p{
	color: white;
	margin-left: 30px;
	width: 200px;
	float: left;
	font: normal normal 13px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.project-descr-full-content strong{
		font: normal bold 11px/2px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		background-color: gray;
		padding: 4px;
	}
.full-view .thumbs-wrapper{
	margin:5px 5px 5px 20px;
	float:left;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 2px 3px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.thumbs-wrapper{
	overflow:hidden;
	position:relative;
}
.thumbs img{
	float:left;
}
.thumbs-nav span{
	position:absolute;
	width:22px;
	height:40px;
	background:transparent url(../images/nav.png) no-repeat top left;
	top:50%;
	left:5px;
	margin-top:-20px;
	cursor:pointer;
	text-indent:-9000px;
	display:none;
}
.thumbs-nav span.thumbs-nav-next{
	left:auto;
	right:5px;
	background-position:top right;
}
.thumbs-nav span.thumbs-nav-prev:hover{
	background-position:bottom left;
}
.thumbs-nav span.thumbs-nav-next:hover{
	background-position:bottom right;
}
.full-view-exit{
	background:#222 url(../images/cross.png) no-repeat 10px 50%;
	position:absolute;
	top:5px;
	right:0px;
	cursor:pointer;
	width:50px;
	height:46px;
	text-indent:-9000px;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 2px 3px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-transition: width 0.2s ease-in-out;
	-moz-transition: width 0.2s ease-in-out;
	-o-transition: width 0.2s ease-in-out;
	-ms-transition: width 0.2s ease-in-out;
	transition: width 0.2s ease-in-out;
}
.full-view-exit:hover{
	width:60px;
}
.full-nav{
	float:left;
	background-color: #dddddd;
	padding: 62px;
}
.full-nav-prev,
.full-nav-next{
	float:left;
	width:22px;
	height:40px;
	background:transparent url(../images/nav.png) no-repeat bottom left;
	cursor:pointer;
	text-indent:-9000px;
}
.full-nav-next{
	background-position:bottom right;
}
.full-nav-pages{
	float:left;
	line-height: 40px;
	font-size: 18px;
	padding:0 10px;
	font-style: italic;
	color: black;
}
.intro-loading{
	background: transparent url(../images/loading.gif) no-repeat center center;
	opacity:0.6;
}
.loading-small{
	position:absolute;
	top:20px;
	right:20px;
	width:16px;
	height:16px;
	background: transparent url(../images/loading-small.gif) no-repeat center center;
	display:none;
}
/* Footer Style */
.reference{
	position:relative;
	width:100%;
	height:25px;
	line-height:24px;
	font-size:13px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	z-index:4;
}
.reference a{
	padding:5px 10px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	text-align:right;
}
.reference a:hover{
	color:#fff;
}
.reference a span{
	font-weight:bold;
}
.reference span.right_ab{
	position:absolute;
	right:4px;
}

