@charset "UTF-8";
/* CSS Document */


	div.clients {
		padding:0;
		margin:0;
		top:55px;
		bottom:40px;
		left:0;
		right:0;
		overflow:hidden;
        height: 450px;
		
	}
	
	div.background {
        position: absolute;
		top:160px;
        height: 400px;
		bottom:0;
		width:100%;
		z-index:-1000;
		background-repeat:no-repeat;
		background-size:contain;
		background-position:center;
		opacity:0.05;
	}
	
	p.clients {
		margin-top:150px;
		text-align:center;
		line-height:30px;
		font-size:15px;
		font-weight:100;
		color:rgba(0,0,0,1.00);
		letter-spacing:2px;
		width:70%;
		margin-left:auto;
		margin-right:auto;
		height:100%;
		box-sizing:border-box;
	}
	
	div.footer {
		background-color:white;
	}
	
	div.header {
		background-color:white;
	}

	.mobileclients {
		display:none;
	}
