/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.html) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
#owl-clients{margin-top:30px;}
.clients{margin: 60px auto;max-width: 1170px; text-align: center;padding:0 20px;box-sizing:border-box;}
#owl-clients .owl-item img{ border:1px solid #c7c7c7;padding:0 10px;}
#owl-clients .owl-item{cursor:pointer;}
#owl-clients .owl-item:hover img{filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%);}
#owl-clients .owl-prev, #owl-clients .owl-next{display:inline-block;position:absolute;top:25px;height:35px;font-size:0px;width:28px;}
#owl-clients .owl-prev{background:url('img/owl-nav.png') no-repeat;left:-15px;}
#owl-clients .owl-next{background:url('img/owl-nav.png') no-repeat;right:-18px;background-position: -32px;}

@media screen and (max-width: 1170px) {
    .clients{max-width:850px;}
}

@media screen and (max-width: 860px) {
    .clients{max-width:649px;}
}

@media screen and (max-width: 679px) {
    .clients{max-width:579px;}
}

@media screen and (max-width: 599px) {
    .clients{max-width:400px;}
}

@media screen and (max-width: 429px) {
    .clients{max-width:310px;}
}