#owl-demo .item {
	background: #444444;
	padding: 10px;
	margin: 0px 10px;
	color: #FFF;
	text-align: center;
	border: 1px dotted #B2B2B2;
}
#owl-demo .item img {
	margin-bottom: 20px;
	border: 1px solid #FFF;
    vertical-align: bottom;
}
#owl-demo .item h2 {
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 120%;
	text-align: center;
	font-weight: bold;
	margin-bottom:10px;
	padding-bottom:0;
}
#owl-demo .item a{color:#62BE3A; font-family: 'Open Sans', sans-serif; font-size:12px; margin-bottom:5px;line-height:18px; padding:0px 5px;  display: inline-block;}
#owl-demo .item a:hover{color:#FFF; background:#4B932D; border-radius:5px;}
.customNavigation {
	text-align: center;
}
.customNavigation a {
	-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);
}
.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);
}
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
.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);
}
#demo1{background:#E3E3E3; padding:30px 30px 24px 52px; width:918px; margin:0 auto; position:relative; margin-bottom:25px;}
#owl-demo1.owl-theme .owl-controls{display:none !important;}
#demo1 .customNavigation{}
.btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f3f3f3;
  color: #3fbf79;
  border: 0px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#demo1 .customNavigation a{position:absolute;top:55px; background-image:url(../images/client-arrow.png); background-repeat:no-repeat; width:20px; height:20px; white-space:nowrap; text-indent:-9999px; overflow:hidden; padding:0;}
#demo1 .customNavigation a.next{left:20px; background-position: left top;}
#demo1 .customNavigation a.prev{right:20px; background-position:right top;}
#demo1 .customNavigation a.next:hover{background-position: left bottom;}
#demo1 .customNavigation a.prev:hover{background-position:right bottom;}