.client_container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;

}



@media (min-width:400px) {
.client_container {
	width: 380px
}

}



@media (min-width:480px) {
.client_container {
	width: 420px
}

}



@media (min-width:768px) {
.client_container {
	width: 750px
}

}

@media (min-width:860px) {
.client_container {
	width: 800px
}

}
@media (min-width:992px) {
.client_container {
	width: 970px
}
}
@media (min-width:1280px) {
.client_container {
	width: 1280px
}
}




@media (min-width: 1920px) {
.client_container {
	width: 1560px
}


}

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto auto;
	padding: 0 15px 0 15px;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}




/** THEME
===================================*/

.bx-wrapper .bx-viewport {
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	/*background: url(../images/bx_loader.gif) center center no-repeat #fff;*/
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	z-index: 4;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #e8e8e8;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #f1f1f1;
}

.clients .bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent;
	border: 1px solid #fff;
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	outline: 0;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.clients .bx-wrapper .bx-pager.bx-default-pager a:hover,
.clients .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */


.bx-wrapper .bx-controls-direction a {
}

.bx-wrapper .bx-prev {
	left: -1px;
	border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-top-right-radius: 20px;
	-o-border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-bottom-right-radius: 20px;
	-o-border-bottom-right-radius: 20px;
}

.bx-wrapper .bx-next {
	right: -1px;
	border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-top-left-radius: 20px;
	-o-border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-bottom-left-radius: 20px;
	-o-border-bottom-left-radius: 20px;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*--------------------------*/
.client-section {
  background: #fff;
  padding-top: 120px;
  padding-bottom: 120px;

  overflow: hidden;
}
.client-section ul.client-list {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.client-section ul.client-list li {
  list-style: none;
  float: left;  
 text-align: center;
  width: 16.666%;
   
}
.client-section ul.client-list li a {
  vertical-align: middle;
  height: 100%;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.client-section ul.client-list li a img {
  width: 100%;

}
.client-section ul.client-list li a:hover {
  opacity: 0.7;
}
.client-section .bx-wrapper .bx-pager {
  display: none;
}
.client-section .bx-wrapper .bx-controls-direction a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  top: 0;
  width: 45px;
  height: 45px;
 line-height: 45px; 
  color: #999999;
  font-size: 30px;
  font-family: 'Raleway', sans-serif; 
  text-transform: uppercase;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 3px 0 #e5e5e5;
  -webkit-box-shadow: 0 1px 0 #e5e5e5;
  -moz-box-shadow: 0 1px 0 #e5e5e5;
  -o-box-shadow: 0 1px 0 #e5e5e5;
  margin: 0 8px;
  position: absolute;
  margin-top: 15px;
  background: #ffffff;
}
.client-section .bx-wrapper .bx-controls-direction a.bx-prev {
  margin-left: -40px;
}
.client-section .bx-wrapper .bx-controls-direction a.bx-next {
  margin-right: -40px;
}
.client-section .bx-wrapper .bx-controls-direction a.bx-prev:before {
  font-family: 'FontAwesome';
  content: "\f104";
  position: absolute;
  color: #999999;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
}
.client-section .bx-wrapper .bx-controls-direction a.bx-next:before {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  color: #999999;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center; 
  -webkit-backface-visibility: hidden;
}


.client-section .bx-wrapper .bx-controls-direction a:hover {
  border: 1px solid #ffcc00;
  color:#ffcc00;
}

/*----------------------------*/
@media (max-width:480px) {
.client-section .bx-wrapper .bx-controls-direction{
    width: 100px;
    display:block;
    text-align: center; 
    margin: auto;
    }  
.client-section .bx-wrapper .bx-controls-direction a{      
   width:35px;
  height: 35px;
 line-height:35px; 
   font-size: 20px;
    position:relative;
   
    }    

}
     
/*----------------------------------------------------------*/

.team-post {
  padding: 0 10px;
  text-align: center;
}
.team-post img {
 display: inline-block;
  text-decoration: none;
 text-align: center;

}
.team-post a img {
  /*height: 100%;*/

}
.team-post a:hover {
  opacity: 0.7;
}

/*--------------------------------------------------------*/
.team-box .buttons {
  position: absolute;
  width: 100%;
  height: 40px;
  top: 160px;
  left: 0;
}

.team-box .buttons a.owl-prev {
  float: left;
  margin-left: -50px;
    
  font-family: 'FontAwesome';
  content: "\f104";
  position: absolute;
  color: #999999;
 
  text-align: center;
  -webkit-backface-visibility: hidden;  
    
    
    
}
.team-box .buttons a.owl-next {
  float: right;
  margin-right: -50px;
    
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  color: #999999;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center; 
  -webkit-backface-visibility: hidden;  
    
    
}


  .team-box .buttons a.owl-prev {
    margin-left: 0;
  }
  .team-box .buttons a.owl-next {
    margin-right: 0;
  }
  .team-box .buttons {
    width: 90px;
    height: 40px;
    top: -35px;
    left: 10px;
  }