@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{
    height:100%; 
	background:url(../img/portfolio/es/top.jpg);
	background-position: center;
	background-repeat: no-repeat;
}





/*------------------AS---------------*/

.es{
	padding:3% 10% 5%;
	color:#666;
	height:1%;
	overflow:hidden
}

.es h1{
	font-weight:200;
	font-size:4em;
	text-align:center
}

.es h2{
	font-weight:300;
	color:#C00;
	padding-top:1em
}

.es p{
	font-size:1.1em;
	font-weight:300;
	line-height:1.5em
}

.es ul{
	float:left;
	width:50%;
	height:1%;
	overflow:hidden;
	padding:0;
	margin-bottom:-2em
}

.es 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){
	
.es{
	padding:3% 5% 5%
}

.es h1{
	line-height:.9em;
	font-size:3em
}

.es ul{
	width:100%;
	height:1%;
	padding:0;
	margin:0
}
}

/*--------------AS-LIST--------------*/

.es-item{
	padding:0 10% 5%;
	height:1%;
	overflow:hidden
}

.es1{
	position:relative;
	float:left;
	width:22%;
	height: 32em;
	padding:2em 5%;
	background:#EAEAEA;
	text-align:center;
	margin:2em 1% 0 0 
}

.es2{
	position:relative;
	float:left;
	width:22%;
	height: 32em;
	padding:2em 5%;
	background:#EAEAEA;
	text-align:center;
	margin:2em 1% 0 1%
}

.es1 img, .es3 img{
	position:absolute;
	width:60%;
	bottom:1em;
	left:0;
	right:0;
	margin:0 auto
}

.es4{
	position:relative;
	float:left;
	width:22%;
	height: 32em;
	padding:2em 5%;
	background:#EAEAEA;
	text-align:center;
	margin:2em 0 0 1%
}

.es2 img, .es4 img{
	position:absolute;
	width:70%;
	bottom:1em;
	left:0;
	right:0;
	margin:0 auto
}

.es1 h1, .es2 h1, .es3 h1, .es4 h1{
	font-size:2.8em;
	font-weight:200;
}

.es1 p, .es2 p, .es3 p, .es4 p{
	font-size:1.1em;
	font-weight:300;
	line-height:1.5em;
	height:18em
}



@media only screen and (max-width: 900px){

.es-item{
	padding:0 5% 5%;
	height:1%;
	overflow:hidden
}

.es1, .es2, .es3, .es4{
	width:90%;
	height:1%;
	overflow:hidden;
	margin:2em 1.5% 0 0 
}

.es1 h1, .es2 h1, .es3 h1, .es4 h1{
	font-size:2.5em
}

.es1 img, .es2 img, .es3 img, .es4 img{
	position:relative;
	width:90%;
	margin-top:3em
}

.es1 p, .es2 p, .es3 p, .es4 p{
	height:1%
}



}

/*--------------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;
	margin-bottom: 2em;
}

td{
	border-bottom:1px solid rgba(255,255,255,.5);
	padding:1em
}

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, .table2 thead, tbody, th, td, tr { 
	display:block;
	font-size:600
}

.table th, .table2 th{
	width:100%;
	display:none;
}

.table td, .table2 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, .table2 td:first-child{
	font-weight:600;
}

.table tr, .table2 tr{
	border-bottom:1px solid #C00;
	z-index:-98;
}

.table td:before, .table2 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: "DS2200-IP"; font-weight:600 }
.table td:nth-of-type(3):before { content: "DS2300-IP"; font-weight:600 }
.table td:nth-of-type(4):before { content: "DS2300-JB"; font-weight:600 }
.table td:nth-of-type(5):before { content: "DS3200-SA"; font-weight:600 }
.table td:nth-of-type(6):before { content: "DS3100-JB"; font-weight:600 }
.table td:nth-of-type(7):before { content: "DS3200-JB"; font-weight:600 }
}

.table2 td:nth-of-type(1):before { content: ""; }
.table2 td:nth-of-type(2):before { content: "DS2400-IP"; font-weight:600 }
.table2 td:nth-of-type(3):before { content: "DS2400-IP"; font-weight:600 }
}


/*      ARCH     */

.arch{
	height: 1%;
	margin: 5em 0;
}

.arch h1{
	text-align:center;
	font-weight:200;
	font-size:4em;	
}

.arch p{
	font-size:1.1em;
	font-weight:300;
	line-height:1.5em;
	padding: 0 10%;
}

.arch h3{
	padding: 1em 10% 0;
}

.arch .blck{
	margin: 0 10%;
	padding: 2em 0 4em 0;
	height: 1%;
	overflow: hidden;
	border-bottom: 1px solid rgba(0,0,0,.3);	
}

.arch .blckb{
	width: 33.33%;
	height: 1%;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
}

.arch .blckb img{
	display: block;
	width: 23em;
	height: auto;
}

@media only screen and (max-width: 1400px){

.arch .blckb img{
	width: 18em;
}	
	
}

@media only screen and (max-width: 1000px){

.arch .blckb img{
	width: 14em;
}

}

@media only screen and (max-width: 800px){

.arch .blckb{
	width: 100%;
	float: none;
}	

.arch .blckb img{
	margin: 2em 0;
	width: 18em;	
}

}

@media only screen and (max-width: 480px){

.arch h1{
	font-size: 2.3em;
}	
	
.arch p{
	padding: 0 5%;
}
	
.arch h3{
	padding: 1em 5% 0;
}	
	
.arch .blck{
	margin: 0 5%;	
}	
	
.arch .blckb img{
	width: 13em;	
}

}
