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

body{
	margin:0;
	padding:0;
    font-family: 'IBM Plex Sans Condensed', 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{
	background:url(../img/solution/vr/top.jpg);
	height: 100%;
}

/*------------------I2DP---------------*/

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

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

.vr h2{
	font-weight:300;
	font-size:2em;
	color:#C00
}

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

.vr ul{
	float:left;
	width:50%;
	height:13em;
	padding:0
}

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

.blck{
	float:left;
	width:50%;
	height:22em;
	text-align:center
}

.blck h1{
	font-size:1.5em;
	font-weight:300
}

.blck img{
	width:50%;
	height:auto
}

.vr img{
	width:50%;
	height:auto;
	margin:1em 25% 3em
}

.vr i{
	display:block;
	color:#C00;
	font-size:3em;
	margin:1em auto 0;
	text-align:center;
	width:5%
}

.vr a{
	text-decoration:none
}

.vr i:hover{
	color:#666
}

@media only screen and (max-width: 1200px){


.vr ul{
	width:49%;
	height:18em;
	padding:0 1% 0 0
}
}


@media only screen and (max-width: 850px){


.vr ul{
	float:left;
	width:99%;
	height:1%;
	padding:0 1% 0 0;
	margin:0
}
}

@media only screen and (max-width: 600px){
	
.vr{
	padding:3% 5% 5%
}

.vr h1{
	line-height:.9em
}

.vr ul{
	width:100%;
	height:1%;
	padding:0;
	margin:0
}

.vr li{
	margin-left:1em
}

.blck{
	width:100%;
	height:1%
}

.blck h1{
	font-size:1.5em;
	font-weight:300
}

.blck img{
	width:80%;
	height:auto
}

.vr img{
	width:90%;
	height:auto;
	margin:1em 5% 3em
}

.vr i{
	margin:.75em auto;
	width:50%
}
}