/* Default */
* {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  margin:0px
}
html{
	min-height: 100%;
	position: relative;
	height: 100%;
}
body,textarea{
	font-family: sans-serif,Verdana, Geneva;
	margin:0px
}
a, a:visited, a:hover, a:focus{
	color:#222;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
header a{
	color:#eee !important;
	font-size:20px;
}
header a:hover{
	color:#fff !important;
}
header{
	z-index:10;
background: #111;
position: fixed;
width: 100%;
top: 0;
}
section{
	margin-top:50px;
	position:relative
}
.logo, .labs{
	float: left;
}
.labs{
	margin:14px 40px;
}
.logo img{
	height:40px;
	margin:5px;
}
.lab-main{
	margin-top:100px;
}
.lab-main article{

	border: 2px solid #fff;
margin: 20px;
padding-left: 21px;
border-left: #999 2px solid;
}
#social{
	position: absolute;
right: 0;
margin: 8px;
}
nav{

	position:relative;
}
nav  ul{
	list-style:none;
}
nav li {
float: left;
width: 30px;
height: 30px;
margin: 5px;
}

.social{
	display:block;
	background-image: url(../img/social.png);
	opacity:0.7;
	position: absolute;
float: left;
}
.social:hover{
	opacity:1;
}
.social.behance{
	height: 27px;
width: 29px;
background-position: 56px 0px;
}
.social.facebook{
	height: 31px;
width: 20px;
background-position:0px 0px;
}
.social.deviantart{
	height: 25px;
width: 27px;
background-position: 80px 28px;
}
.social.linkedin{
	height: 28px;
width: 26px;
background-position: 47px 28px;

}
.social.skype{
	height: 31px;
width: 27px;
background-position: 25px 1px;
}
@media screen and (max-width:400px){
	#social{
		display:inline-table;
		position:relative;
	}
}