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



/*------------------NVR---------------*/

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

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

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

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

.nvr ul{
	float:left;
	width:50%;
	height:1%;
	padding:0
}

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

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

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

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

/*--------------NVR-LIST--------------*/

.nvr-item{
	padding:0 10% 5%;
	height:1%;
	overflow:hidden
}

.nr4{
	float:left;
	width:70%;
	padding:2em 15%;
	background:#EAEAEA;
	text-align:center
}

.nr4 img{
	width:50%;
	padding:2em 0 0 0 
}

.nr3, .nr1{
	position:relative;
	float:left;
	width:38.5%;
	padding:2em 5%;
	background:#EAEAEA;
	text-align:center;
	margin:2em 1.5% 0 0 
}

.nr3 img, .nr1 img{
	position:absolute;
	width:60%;
	bottom:1em;
	left:0;
	right:0;
	margin:0 auto
}

.nr2, .nr38{
	position:relative;
	float:left;
	width:38.5%;
	padding:2em 5%;
	background:#EAEAEA;
	text-align:center;
	margin:2em 0 0 1.5%
}

.nr2 img, .nr38 img{
	position:absolute;
	width:70%;
	bottom:1em;
	left:0;
	right:0;
	margin:0 auto
}

.nr4 h1, .nr3 h1, .nr2 h1, .nr1 h1, .nr38 h1{
	font-size:2.8em;
	font-weight:200
}

.nr4 p{
	height:1%;
	padding-bottom:2em;
	font-size:1.1em;
	font-weight:300;
	line-height:1.5em
}


.nr3 p, .nr2 p, .nr1 p, .nr38 p{
	height:12em;
	padding-bottom:6em;
	font-size:1.1em;
	font-weight:300;
	line-height:1.5em
}

@media only screen and (max-width: 1150px){
	
.nr3 p, .nr2 p, .nr1 p, .nr38 p{
	height:14em
}
}


@media only screen and (max-width: 950px){
	
.nr3 p, .nr2 p, .nr1 p, .nr38 p{
	height:17em
}
}

@media only screen and (max-width: 850px){
	
.nr3 p, .nr2 p, .nr1 p, .nr38 p{
	height:20em
}
}


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

.nvr-item{
	padding:0 5% 5%;
	height:1%;
	overflow:hidden
}

.nr4{
	width:90%;
	padding:2em 5%;
	margin-top:6em
}

.nr4 h1, .nr3 h1, .nr2 h1, .nr1 h1, .nr38 h1{
	font-size:2.5em
}

.nr4 img, .nr3 img, .nr2 img, .nr1 img, .nr38 img{
	width:80%
}

.nr3, .nr2, .nr1, .nr38{
	width:90%;
	height:1%;
	overflow:hidden;
	margin:2em 1.5% 0 0 
}

.nr4 p, .nr2 p, .nr1 p, .nr38 p{
	height:1%;
	margin:0 0 1em 0
}

.nr3 p{
	height:1%;
	margin:0 0 3em 0
}
}

/*--------------COMPARISON---------------*/

.comp{
	background:#C00;
	padding:3% 10% 5%;
	height:1%;
	overflow:hidden;
	color:#FFF
}

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

.comp hr{
	background:#FFF
}

.comp h2{
	text-align:center;
	font-weight:200;
	font-size:2.5em;	
}

table{
	width:100%;
	font-size:1em;
	font-weight:300;
	text-align:center
}

td{
	border-bottom:1px solid rgba(255,255,255,.5);
	padding:1em 0
}

td:first-child{
	text-align:left;
	padding-left:.5em
}

tr:first-child{
	border:none;
	font-weight:500
}

table a{
	color:#FFF;
	text-decoration:none
}

table a:hover{
	text-decoration:underline
}

table i:hover{
	font-size:1.2em
}

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

.comp{
	width:90%;
	padding:2em 5% 4em
}

.comp h1{
	font-size:2.5em
}

.table, thead, tbody, th, td, tr { 
	display:block;
	font-size:600
}

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

.table td {
	text-align:left;
	border:none;
	border-bottom:1px solid rgba(255,255,255,.5); 
	position:relative;
	padding:1em 0 1em 50%;
	width:50%
}

.table td:first-child{
	font-weight:600;
}

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

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

.table td:nth-of-type(1):before { content: ""; }
.table td:nth-of-type(2):before { content: "NR5400-4U"; font-weight:600 }
.table td:nth-of-type(3):before { content: "NR5400-3U"; font-weight:600 }
.table td:nth-of-type(4):before { content: "NR5400-2U"; font-weight:600 }
.table td:nth-of-type(5):before { content: "NR5400-1U"; font-weight:600 }
.table td:nth-of-type(6):before { content: "NR3800-2U"; font-weight:600 }

}


/*---------------FO---------------*/


.fo{
	padding:3% 10% 5%;
	height:1%;
	overflow:hidden
}

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

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

.fo h2{
	display:block;
	text-align:center;
	font-weight:200;
	font-size:2.5em;
}

.fo a{
	display:block;
	font-size:3em;
	color:#C00;
	width:100%;
	padding: 1em 0;
	text-align: center;
}

.fo a:hover{
	color:#666;
	transition:1s
}

.fo img{
	width:90%;
	padding:2em 5%
}

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

.fo{
	padding:3% 5% 5%
}

.fo h1{
	font-size:2.5em
}

.fo h2{
	line-height:.9em;
	font-size:2em
}
}