@charset "utf-8";
/* CSS Document */
#services-1{
	background:url(../images/bg-services.jpg) no-repeat;
	background-size:cover;
}
#services-1 h1{
	width:auto;
	font-family:'Geomanist Bold';
	font-size:150px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	opacity:.2;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:480px;
}
#services-1 h2{
	width:auto;
	font-family:'Geomanist Bold';
	font-size:30px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	margin:5px;
}
#services-1 .services-img{
	width:162px;
	height:166px;
	background:url(../images/img-services-1.png) no-repeat;
	position:absolute;
	top:50px;
	left:310px;
}
#services-1 .services-col-left, #services-1 .services-col-right, #services-1 .services-col-center{
	width:32%;
	height:400px;
	position:absolute;
	bottom:50px;
}
#services-1 .services-col-left{
	left:1%;	
}
#services-1 .services-col-right{
	right:1%;
}
#services-1 .services-col-center{
	width:31%;
	right:0;
	left:0;
	margin:0 auto;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}
#services-1 ul{
	font-family:'Geomanist Light';
	list-style-image:url(../images/ul-liststyle-white.png);
	font-size:20px;
	color:#fff;
	margin:0;
}
#services-1 ul li{
	margin:20px 0;
}
@media handheld, only screen and (max-width: 1000px) {
	#services-1{
		height:1100px;
	}
	#services-1 h1{
		font-size:60px;
		top:20px;
		left:0;
		right:0;
	}
	#services-1 h2{
		font-size:20px;
	}
	#services-1 .services-img{
		position:absolute;
		top:200px;
		left:0;
		right:0;
		margin:0 auto;
	}
	#services-1 .services-col-left, #services-1 .services-col-right, #services-1 .services-col-center{
		width:auto;
		margin:10px;
		height:auto;
		position:relative;
		border-bottom:2px solid #fff;
	}
	#services-1 .services-col-left{
		left:auto;
		margin-top:450px;	
	}
	#services-1 .services-col-right{
		right:auto;
		border:none;
	}
	#services-1 .services-col-center{
		width:auto;
		right:0;
		left:0;
		margin:10px;
		border-left:none;
		border-right:none;
	}
	#services-1 ul{		
		font-size:14px;
	}
	#services-1 ul li{
		margin:20px 0;
	}
}
#services-2{
	height:600px;
	background:url(../images/bg-graybar.jpg) no-repeat;
	background-size:cover; 
}
#services-2 h2{
	width:auto;
	font-family:'Geomanist Bold';
	font-size:30px;
	font-weight:bold;
	text-align:center;
	color:#000;
	margin:5px;
}
#services-2 .services-col-left,  #services-2 .services-col-center{
	width:32%;
	height:350px;
	position:absolute;
	bottom:100px;
}
#services-2 .services-col-left{
	left:1%;	
}
#services-2 .services-col-center{
	width:32%;
	right:0;
	left:0;
	margin:0 auto;
	border-left:2px solid #000;
}
#services-2 ul{
	font-family:'Geomanist Light';
	list-style-image:url(../images/ul-liststyle-black.png);
	font-size:20px;
	color:#000;
	margin:0;
}
#services-2 ul li{
	margin:20px 0;
}
@media handheld, only screen and (max-width: 1000px) {
	#services-2{
		height:400px;
	}
	#services-2 h2{
		font-size:20px;
	}
	#services-2 .services-col-left,  #services-2 .services-col-center{
		width:auto;
		margin:10px;
		height:auto;
		position:relative;
		bottom:auto;
		border-bottom:2px solid #000;
	}
	#services-2 .services-col-left{
		left:auto;	
	}
	#services-2 .services-col-center{
		border:none;
	}
	#services-2 ul{
		font-size:14px;
	}
	#services-2 ul li{
		margin:20px 0;
	}
}