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


/*----------------PD---------------*/

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

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

.pd h2{
	text-align:center;
	padding:.25em 0;
	font-size:2.5em;
	font-weight:200;
	color:#333
}

.pd h3{
	font-weight:300;
	font-size:1.8em;
	color:#C00;
	padding-top:1em;
	text-align:center
}

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

.pd ul{
	height:1%;
	overflow:hidden;
	padding:0;
	margin-bottom:4em
}

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

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

.pd a:hover{
	color:#666
}

video{
	width:50%;
	margin:2em 25% 0
}

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

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

.pd h2{
	font-size:2em
}

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

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

video{
	width:90%;
	margin:2em 5% 2em
}

}

/*-----------------------SYSTEM--------------------------*/

.sys{
	background:#444;
	color:#FFF;
	font-size:1.1em;
	font-weight:200;
	line-height:1.5em;
	padding:2em 10%
}

.sys h1{
	font-weight:300;
}

.sys h2{
	font-weight:200;
}

.sys table{
	width:100%;
	margin-bottom:4em
}

.sys td{
	border:none;
	border-bottom:1px solid #FFF;
	padding:1em .5em
}