@charset "utf-8";


#clients{
	background-image:url(../assets/imgclient.jpg);
	color:#fff;
	padding-bottom:80px;
		border-top:2px solid #000;
	border-bottom:2px solid #000;
	
}

#clients .title{
	color:#fff;
	padding:0;
	border-bottom:3px solid #fff;
	text-align:left;
}



.clientCategories{
	width:100%;
	text-align:center;
	overflow:hidden;
	position:absolute;
	left:0;
	top:40px;
	border:1px solid #fff;	
	background-color:#000000;
	padding:5px 10px;
	color:#fff;	
	font-size:14px;
	font-weight:700;
	border-radius:3px;
	text-align:center;
	margin-top:5px;
}

option{
	margin:5px 0;
	color:#fff;	
}


.clientSection{
	display:none;
	overflow:hidden;
	
}

.clientSectionOn{
	display:block;	
}

.clientRight{
	width:100%;
	float:right;
	overflow:hidden;	
	margin-top:20px;
	
}

.clientLeft{
	width:100%;
	float:left;
	overflow:hidden;	
	margin-top:50px;
	text-align:justify;
	height:170px;
		
}

.clients{
	width:240px;
	padding:0 20px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	
}

.clientsInner{
	display: block;
	width:100%;
	overflow:hidden;
	position:relative;
	box-sizing:border-box;
	background-clip:content-box;
	height:100%;
	border-radius:50%;
	margin:0 auto;
	background-color:#fff;
	border:2px solid #000000;
}

.clients ul{
	display: block;
	overflow: hidden;
	text-align:center;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	background-color:transparent;
}

.clients li {
  width: 200px;
  height: 200px;
  display:block;
  float:left;
  
  
}

.clients li img {
	display:inline-block;
	width:100%;
	margin-top:25px;
	overflow:hidden;
}

.clientNav{
	display:block;
	width:100%;
	height:40px;
	margin-top:20px;
	text-align:center;
	
	
}

.clientBtn{
	width:20px;
	height:40px;
	background-image:url(../assets/left.png);
	cursor:pointer;
	background-size:70%;
	background-position:center;	
	position:absolute;
	background-repeat:no-repeat;
	top:50%;
	margin-top:-20px;
}

.clientBtnLeft{
	 left:0;	
}

.clientBtnRight{
	right:0;
	 -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);	
}

.btnEnd{
	opacity:.5;	
}

.clientInfo{
	display:none;
	
}

.clientInfoOn{
	display:block;
}

.clientInfo span{
	font-size:24px;
	font-weight:700;
	display:block;
		
	
}

.clientInfo p{
	margin-top:0;
	
	
}

.clientLeft a{
	font-weight:700;
	color:#fff;
	text-decoration:underline;
	
}



@media (min-width: 700px) {


.clientCategories{
	width:300px;
}


.clientLeft{
	width:300px;
	margin-top:50px;
	height:240px;
}
.clientRight{
	width:300px;
	margin-top:20px;
}


	
}

@media (min-width: 800px) {


.clientCategories{
	top:50px;
}

.clientLeft{
	width:350px;
		
}
.clientRight{
	width:300px;
}



}



@media (min-width: 900px) {

.clientCategories{
	top:0;
	right:0;
	left:auto;
}
.clientLeft{
	width:450px;
	margin-top:20px;
		
}
.clientRight{
}



}




@media (min-width: 1000px) {

.clientLeft{
	width:550px;
		
}
.clientRight{
}



}

















