@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/as/top.jpg);
	background-size: auto;
}

/*------------------AS---------------*/

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

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

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

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

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

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

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

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

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

/*--------------AS-LIST--------------*/

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

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

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

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

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

.as4 h1, .as3 h1, .as2 h1, .as1 h1{
	font-size:2.8em;
	font-weight:200;
}

.as4 .hl, .as3 .hl, .as2 .hl, .as1 .hl{
	float:left;
	width:33.33%;
	height:3em;
	font-size:1.1em;
	font-weight:300;
	line-height:1.5em;
	margin:2em 0 13em 0
}

.as4 .lft, .as3 .lft, .as2 .lft, .as1 .lft{
	font-size:2.2em;
	font-weight:600;
	color:#C00
}


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

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

.as4, .as3, .as2, .as1{
	width:90%;
	height:1%;
	overflow:hidden;
	margin:2em 1.5% 0 0 
}

.as4 h1, .as3 h1, .as2 h1, .as1 h1{
	font-size:2.5em
}

.as4 img, .as3 img, .as2 img, .as1 img{
	position:relative;
	width:80%;
	margin-top:3em
}

.as4 .hl, .as3 .hl, .as2 .hl, .as1 .hl{
	width:100%;
	height:1%;
	margin:2em 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: "AS5400-4U"; font-weight:600 }
.table td:nth-of-type(3):before { content: "AS5400-3U"; font-weight:600 }
.table td:nth-of-type(4):before { content: "AS5400-2U"; font-weight:600 }
.table td:nth-of-type(5):before { content: "AS5400-1U"; font-weight:600 }

}

/*      Cookies      */

#eucookielaw{
	position: fixed;
	top: 0;
	background: rgba(0,0,0,.5);
	width: 100%;
	padding: .5em 0;
	z-index: 9999999999;
	color: #FFF;
	text-align: center;
}

#removecookie{
	color: #FFF;
	margin: 0 .5em;
	cursor: pointer;
	padding: .25em 1em;
	background: rgba(204,0,0,1);
}

#more{
	background: rgba(4,140,188,1.00);
	color: #FFF;
	padding: .25em 1em;
	cursor: pointer;
}

#removecookie:hover{
	background: rgba(230,0,0,1);
}

#more:hover{
	background: rgba(30,140,188,1.00);
}

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

#eucookielaw{
	width: 80%;
	padding: 0 10%;
}
	
#removecookie, #more{
	display: inline-block;
	margin-top: .5em;
	}	
}

