#owl, #ow2 {
	overflow: hidden;
	z-index: 0;
	padding: 0px 0 5px;
	position: relative;
	/*margin: -100px 0 0 -20px;*/
	margin-top:0px;
}

#ow2 {
	margin-top:-75px;
	padding-bottom:0px;
}

#owl .owl-item, #ow2 .owl-item  {
	float: left;
	width: 100%;
}

#owl .item{
	position: relative;
	text-align: left;
	margin-left: 20px;
	overflow: hidden;
	/*border:1px solid #CCC;
	border-radius:5px;*/
	padding:7px 10px;
	padding-bottom:0px;
	margin-bottom:15px;
}

#owl .item .person{
	margin-top:10px;
}
#owl .item .person .stars{
	display:inline-block;
}

#ow2 .item{
	position: relative;
	text-align: left;
	margin-left: 0px;
	overflow: hidden;
	border:none;
	padding:0px;
}

#ow2 .item img{
	width:100%;
}
	
#ow2 .item .captionCarousel{	
	transition: all 0.2s ease-in 0s;
	background-color: rgba(0, 0, 0, 0.4);
	display: block;
	padding: 5px 5px 5px 20px;
	font-size: 1.5em;
	color: #FFF;
	margin-top: -38px;
	position: relative;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	height: 25px;
}

#ow2 .item .captionCarousel span{
    display: block;
    font-size: 0.9em;
    margin-top: 2px;
}

#ow2 .item:hover .captionCarousel{	
    margin-top: -70px;
	height: 60px;
}


#owl .item .count {
	color: #e3e3e3;
	letter-spacing: -1px;
	margin-bottom: 24px;
	padding-top: 32px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	font: bold  40px/40px 'Roboto', sans-serif;
}

#owl .item:hover .count {
	color: #ff6f53;
}

#owl .item .tx {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	min-height: 60px;
	padding-right: 5px;
}

#owl .item a.btn {
	margin-top: 23px;
}

.owl-wrapper-outer {
	overflow: hidden;
}

/* Owl content */

.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}


.owl-pagination{
    text-align: right;
	bottom: 30px;
    display: inline-block;
	right: 40%;
    position: absolute;
}
.owl-controls{
	text-align: center;
}
.owl-page{
	display: inline-block;
	/*background: url(../images/pagination.png) 0 0 no-repeat;*/
	background: url(../images/paginationTestimonials.png) 0 0 no-repeat;
	width: 17px;
	height: 19px;
	cursor: pointer;
}
.owl-page+.owl-page{
	margin-left: 5px;
}
.owl-page:hover{
	background-position: right 0;
}
.owl-page.active{
	background-position: right 0;
}



.owl-prev,.owl-next {
	cursor: pointer;
	right: 0px;
	position: absolute;
	height: 30px;
	background: url(../../Images/img/prevnext.jpg) 0 bottom no-repeat;
	display: block;
	bottom:0;
	z-index:1111;
	width: 27px;
	overflow: hidden;
	text-indent: -999px;
}
.owl-prev{
	right: 27px;
}

.owl-next {
	right: 0px;
	background-position: right bottom;
}
.owl-prev:hover {
	background-position: 0 top;
}
.owl-next:hover {
	background-position: right top;
}