/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);*/
.clients-carousel-section {
	float:left;
	width:100%;
	padding:10px 0;
	background:#e6f2ff;
	text-align:center;
}
.clients-carousel {
	width:980px;
	margin:0 auto;
}
.clients-carousel-section h2 {
	margin:0;
	padding:0;
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	font-weight:300;
	color:#022d60;
}
.owl-carousel {
	display: none;
	width: 100%;
	margin:10px 0 20px 0;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-controls {
	float:left;
	width:100%;
	margin:0 0 0 0;
	position:absolute;
	top:15px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
	float:left;
	width:25px;
	cursor: pointer;
	padding:5px 0 6px 0;
	background:url(../images/icon-carou-prev2.png) no-repeat;
	text-indent: -9999px;
	position:absolute;
	left:-10px;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
	right:-10px;
	left:auto;
	background:url(../images/icon-carou-next2.png) no-repeat;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	text-align:center;
}
.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}

@media only screen and (max-width:1060px){
.clients-carousel{
	width:96%;
	margin:0 2%;
	position:relative;
}
}
@media only screen and (max-width:768px){
.owl-carousel .owl-controls .owl-nav .owl-next{
	right:0;
}
.owl-carousel .owl-controls .owl-nav .owl-prev{
	left:0;
}
}


