/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls .owl-pagination{
	/*background: url("../images/slider_line.png") repeat-x scroll 0 center;*/
    text-align: center;
	line-height: 3px;
}

.owl-theme .owl-controls .owl-buttons{
}

.last-block .owl-theme .owl-controls{
	background: none;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 40%;
	width: 100%;
}
.upsells .owl-theme .owl-controls .owl-buttons,
.related .owl-theme .owl-controls .owl-buttons,
.cross-sells .owl-theme .owl-controls .owl-buttons{
	top: -55px;
	right: 0;
	width: auto;
}

.upsells .owl-theme .owl-controls .owl-buttons div:before,
.related .owl-theme .owl-controls .owl-buttons div:before,
.cross-sells .owl-theme .owl-controls .owl-buttons div:before{
	font: 18px/25px FontAwesome;
    height: 25px;
	width: 25px;
}

.upsells .owl-theme .owl-controls .owl-buttons div.owl-prev,
.related .owl-theme .owl-controls .owl-buttons div.owl-prev,
.cross-sells .owl-theme .owl-controls .owl-buttons div.owl-prev{
	 margin-left: 0;
}

.upsells .owl-theme .owl-controls .owl-buttons div.owl-next,
.related .owl-theme .owl-controls .owl-buttons div.owl-next,
.cross-sells .owl-theme .owl-controls .owl-buttons div.owl-next{
	 margin-right: 0;
}

.upsells .owl-theme .owl-controls .owl-buttons div,
.related .owl-controls .owl-buttons div,
.cross-sells .owl-theme .owl-controls .owl-buttons div{
	height: 30px;
    width: 38px;
}

.owl-theme .owl-controls .owl-buttons div{
	position: relative;
	color: transparent;
	display: inline-block;
	width: 45px;
    height: 32px;
	padding: 0 5px;
	background: transparent
	
}

.owl-theme .owl-controls .owl-buttons div:before {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
    border: 2px solid #cccccc;
    border-radius: 50%;
    color: #cccccc;
    cursor: pointer;
    display: inline-block;
    font: 20px/36px FontAwesome;
    height: 32px;
    text-align: center;
    vertical-align: text-bottom;
    width: 32px;
    z-index: 95;
	background-color: #FFF;
	 line-height: 30px;
}
.owl-theme .owl-controls .owl-buttons div:hover:before{
	color: #a4a4a4;
	background-color:#fff;
	border-color: #a4a4a4;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
	content: "\f104";
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover { }
.owl-theme .owl-controls .owl-buttons div.owl-next:before {
	content: "\f105";
}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover { }
.owl-theme .owl-controls .owl-buttons div.owl-prev{
	 text-align: right;	 
	 float: left;
	 margin: 0 0 0 -55px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next{
	text-align: left;	
	float: right;
	margin:0 -55px 0 0;
}

/* Start Brand logo */
.brand-carousel.owl-carousel{width: 90%; margin: 0 auto;}
/*.brand-carousel.owl-theme .owl-controls .owl-buttons{ top: -5px;}*/
.brand-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev {}
.brand-carousel.owl-theme .owl-controls .owl-buttons div.owl-next {}
/* End Brand logo */

/* Start news */
.news-carousel.owl-theme .owl-controls .owl-buttons div{ top: 0; }
/* End news */

/* Start woo products */
.woo-carousel .owl-theme .owl-controls .owl-buttons { position: static; text-align: center; top: 0; width: 100%;}
.woo-carousel .owl-theme .owl-controls .owl-buttons div.owl-prev { float: none; margin-left: 0; }
.woo-carousel .owl-theme .owl-controls .owl-buttons div.owl-next { float: none; margin-right: 0; }
/* End woo products */

/* Clickable class fix problem with hover on touch devices */

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: none repeat scroll 0 0 #D5D5D5;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin-right: 5px;
    width: 14px;
	margin: 0 5px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #D5D5D5;
}
.owl-pagination .owl-page:first-child span{ margin-left: 15px; }
.owl-pagination .owl-page:last-child span{ margin-right: 15px; }

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-pagination {
    margin: 0;
    text-align: center;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../../images/owl/AjaxLoader.gif) no-repeat center center
}

/* 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{
	position: relative;
	width: 100%;
	overflow:hidden;	
}

.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;
	text-align: center;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
	background-color: #FFFFFF;
}
.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(../../images/owl/grabbing.png) 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-carousel{ position: relative; margin: 0;}
.testimonial-content .owl-carousel{ margin: 0; }