@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/portfolio/cube/top.jpg);
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}



/*----------------HD CUBE---------------*/

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

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

.cube h2{
	text-align:center;
	padding:.25em 0;
	font-size:2.5em;
	font-weight:300;
	color:#C00
}

.cube h3{
	font-weight:300;
	color:#C00;
	padding-top:1em
}

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

.cube ul{
	float:left;
	width:50%;
	height:1%;
	overflow:hidden;
	padding:0;
	margin-bottom:4em
}

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

.cube a{
	display:block;
	text-align:center;
	color:#C00;
	font-size:4em;
	margin:0 48% 1em
}

.cube a:hover{
	color:#666
}

.cube-img{
	width:40%;
	margin:0 30%
}


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

.cube h1{
	line-height:.9em;
	font-size:3em
}

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

.cube a{
	display:inline-block;
	margin:.5em 40% .5em
}

.cube-img{
	width:90%;
	margin:0 5%
}
}

/*-------------------------FEATURE-------------------------*/

.ftr{
	width:80%;
	height:1%;
	overflow:hidden;
	padding:5% 10%;
	background:#C00;
	color:#FFF
}

.ftr h1{
	text-align:center;
	font-weight:200;
	font-size:3em
}

.ftr .blck{
	float:left;
	width:23.33%;
	height:15em;
	padding:2em 5%;
	text-align:center;
}

.ftr .blck i{
	display: block;
	font-size:2em;
}



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

.ftr hr{
	background:#FFF
}

@media only screen and (max-width: 1500px){
	
.ftr .blck{
	float:left;
	width:23.33%;
	height:19em;
	padding:2em 5%;
	text-align:center
}

.ftr .blck h2{
	font-size:1.2em;
	font-weight:400;
	height:2em
}

.ftr .blck p{
	height:7em
}
}


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

.ftr .blck{
	width:40%;
}
}


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

.ftr{
	width:90%;
	padding:5%
}

.ftr .blck{
	height:1%
}

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

.ftr .blck{
	width:100%;
	padding:2em 0
}
}

/*-------------------------BENCHMARK-------------------------*/

.bm{
	width:80%;
	height:1%;
	overflow:hidden;
	padding:5% 10%;
}

.bm h1{
	text-align:center;
	font-weight:200;
	font-size:3em	
}

.bm table{
	width:100%;
	margin:0 0 5%
}

.bm td{
	height:100%;
	padding:.5em 0 .5em .5em;
	border-bottom:1px solid rgba(0,0,0,.2);
	font-size:1em;
	text-align:center
}

.bm td:first-child{
	text-align:left
}

.bm tr:first-child{
	font-weight:600
}

.remark{
	margin:0%;
	font-size:.7em
}

@media only screen and (max-width: 480px){
	
.bm{
	width:90%;
	padding:5% 5%;
}

.bm h1{
	font-size:2.2em	
}

.prf tbody{
	margin-bottom:4em
}

.prf, .prf thead, .prf tbody, .prf th, .prf td, .prf tr { 
	display:block
}

.prf th {
	width:100%;
	display:none;
}

.prf td {
	height:2.5em;
	line-height:2.5em;
	text-align:left;
	border-bottom:1px solid rgba(0,0,0,.2);
	position:relative;
	padding:.5em 0 0 50%;
	width:50%
}

.prf td:first-child{
	font-weight:600;
	height:2.5em
}

.prf tr{
	border-bottom:1px solid #C00;
	z-index:-98;
}

.prf tr:first-child{
	display:none
}

.prf td:before{ 
	position:absolute;
	left:6px;
	white-space:nowrap
}

.prf td:nth-of-type(1):before { content: ""; }
.prf td:nth-of-type(2):before { content: "Frame rate"; font-weight:600 }
.prf td:nth-of-type(3):before { content: "Throughput"; font-weight:600 }
.prf td:nth-of-type(4):before { content: "Recording"; font-weight:600 }
.prf td:nth-of-type(5):before { content: "Local live"; font-weight:600 }
.prf td:nth-of-type(6):before { content: "Remote live"; font-weight:600 }
.prf td:nth-of-type(7):before { content: "Remote pb"; font-weight:600 }

}