@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{
	background:url("../img/portfolio/nvr/top2.jpg");
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}






/*------------------NVR---------------*/

.ga{
	padding:3% 10% 5%;
	color:#666
}

.ga h1{
	font-weight:200;
	font-size:4em;
	text-align:center
}


table{
	width:100%;
	font-size:1em;
	font-weight:300;
	text-align:center;
}

td{
	border-top:1px solid rgba(0,0,0,.1);
	padding:.75em;
	z-index: -99999999;

}

th{
	padding:.75em 0
}

td:first-child{
	text-align:left
}




.ga a{
	color:#C00;
	text-decoration:none
}

a:hover{
	text-decoration:underline
}


@media only screen and (max-width: 860px){

hr{
	margin:0em auto 2em

}
	
.ga{
	padding:3% 5% 5%
}

.ga h1{
	font-size:2em;
	line-height:.9em
}

table, thead, tbody, th, td, tr{ 
	display:block;
	text-align:left
}

select{
	border-bottom: none; 
	z-index:-98;
	background: none;
	color:#666;
	cursor:pointer
}

th{
	width:100%;
	display:none;
}

td{
	display:block;
	height:100%;
	padding:.75em 0
}

td:first-child{
	font-weight:600
}


tr{
	border-bottom:1px solid #C00;
	z-index:-98;
}

thead tr{ 
	position:absolute;
	top:-9999px;
	left:-9999px;
}
		
td{ 
	border:none;
	border-bottom:1px solid rgba(153,153,153,.3); 
	position:relative;
	padding-left:50%; 
}

td:before{ 
	position:absolute;
	left:6px;
	width:45%; 
	padding-right:0; 
	white-space:nowrap;
	z-index:-98;
}

td:nth-of-type(1):before { content: ""; }
td:nth-of-type(2):before { content: "NR5400-4U"; }
td:nth-of-type(3):before { content: "NR5400-3U"; }
td:nth-of-type(4):before { content: "NR5400-2U"; }
td:nth-of-type(5):before { content: "NR5400-1U"; }
td:nth-of-type(6):before { content: "NR3800-2U"; }
}


