@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:'Roboto', sans-serif;
	font-size:1em;
	color:#666
}

hr{
	width:8em;
	border:none;
	height:2px;
	background:#C00;
	margin:-1em auto 2em

}

/*------------------TOP---------------*/

.top{
	height:15em;
	width:100%
}

.top-img{
    min-height:100%; 
    background-repeat:no-repeat;
	background:url(../img/portfolio/io/top.jpg);
	background-position: center;
	background-size: cover;
}

@media only screen and (max-width: 480px){
.top-img{
	margin-left:-55em
}
}

/*------------------IO---------------*/

.io{
	padding:3% 10% 5%;
	color:#666;
	height: 1%;
	overflow: hidden;
}

.io h1{
	font-weight:200;
	font-size:4em;
	text-align:center
}

.io p{
	font-size:1.1em;
	font-weight:300;
	line-height:1.5em
}

.io ul{
	float: left;
	width:100%;
	height:1%;
	padding:0
}

.io li{
	font-size:1.1em;
	font-weight:300;
	margin-left:1em;
	padding-right:1em;
	line-height: 1.8em;
}

.io .blck{
	float: left;
	width: 33.33%;
	height: 52em;
}

.io h3{
	display: block;
	text-align: center;
	font-weight: 300;
	font-size: 2em;
	margin-top: 5em;
}

.io h4{
	font-weight: 200;
	font-size: 1.5em;
}

.io h5{
	font-weight: 200;
	font-size: 1.3em;
	color: rgba(204,0,0,1);
}

.io .blck img{
	display: block;
	width: 40%;
	margin: 0 30%;
	height: auto;
	margin-top: 2em;
}

.io i{
	display: block;
	color: rgba(204,0,0,1);
	font-size: 3em;
	padding: .5em 0;
	text-align: center;
}

.io i:hover{
	color: #666;
}

@media only screen and (max-width: 1000px){
	
.io{
	padding:3% 5% 5%;
	height: 1%;
	overflow: hidden;
}
	
.io .blck{
	width: 100%;
	height: 48em;
}	
	
.io .blck img{
	width: 10em;
	margin: 0 auto;
}	
	
.io i{
	margin-bottom: 3em;
}	
}





