/* 
 * 	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;
    -o-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
    -webkit-transform: translate3d(0px,0px,0px);
    -moz-transform: translate3d(0px,0px,0px);
    -ms-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 .owl-buttons div {
  /* position: absolute; */
}
 
.owl-controls {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(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;
  -o-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
  -webkit-transform: translate3d(0px,0px,0px);
  -moz-transform: translate3d(0px,0px,0px);
  -ms-transform: translate3d(0px,0px,0px);
}

/* OpenCart Code */
.owl-carousel {
	margin: 0 0 30px; 
	direction: ltr !important;
	overflow: hidden;
	z-index:1;
}
.owl-carousel .owl-buttons div {
}
.owl-carousel:hover .owl-buttons div {
}
.owl-carousel .owl-buttons div i {
}
.owl-carousel .owl-buttons .owl-next {
   right: 10px
}
.owl-buttons {
	text-decoration: none;
	display: block;
	margin: -35px 0 0;
	position: absolute;
	top: 52.5%;
	z-index: 2;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: 0px;
	line-height: 1;
	border-radius: 50%;
	height: 45px;
	width: 45px;
	background: #000;
	display: none;
}
/* blog */
.blogs .owl-buttons {
	display: block;
	background: none;
	margin: 0;
	right: 0;
	width: 100%;
	height: auto;
	position: inherit;
}
/* end of blog */
/* slider */
.main-slider .owl-buttons {
	display: block;
	margin: 0;
	right: 0;
	position: inherit;
	background: none;
	width: auto;
	height: auto;
	text-align: center;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}
.main-slider:hover .owl-buttons {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.main-slider .owl-carousel .owl-buttons .owl-prev {
	left: 10px;
	right: auto;
	border-radius: 50%;
	height: 45px;
	width: 45px;
	background: #000;
	margin: -35px 0 0;
	position: absolute;
	top: 52.5%;
	line-height: 60px;
}
.main-slider .fa.fa-chevron-left.fa-5x {
	font-size: 17px;
}
.main-slider .fa.fa-chevron-right.fa-5x {
	font-size: 17px;
}
.main-slider .owl-carousel .owl-buttons .owl-prev:hover {
	background: #fdd42e;
}
.main-slider .owl-carousel .owl-buttons .owl-next:hover {
	background: #fdd42e;
}

.main-slider .owl-carousel .owl-buttons .owl-next {
	right: 10px;
	left: auto;
	border-radius: 50%;
	height: 45px;
	width: 45px;
	background: #000;
	position: absolute;
	top: 52.5%;
	margin: -35px 0 0;
	line-height: 60px;
}
/* end of slider */
.owl-carousel .owl-buttons .owl-prev {
	left: 10px;
}
#slideshow0 .owl-pagination {
	bottom: 15px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	/* display: none; */
}
.owl-pagination {
	text-align: center;
	bottom: 30px;
	position: relative;
}
.owl-controls .owl-page {
	display: inline-block;
	cursor: pointer;
    height: 12px;
    margin: 0 3px;
    position: relative;
    width: 12px;
	text-align:center;
}

.owl-controls .owl-page span {
	/*background: transparent none repeat scroll 0 0;
    border: 2px solid #000;
    cursor: pointer;
    display: block;
    height: 12px;
    text-indent: -9999px;
    width: 12px;*/
	
	background-color:#242424;
    overflow: hidden;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
    cursor: pointer;
    height: 100%;
    left: 0;
    outline: medium none;
    position: absolute;
    text-indent: -999em;
    top: 0;
    width: 100%;
}
.owl-controls .owl-page.active span, .owl-controls .owl-page:hover span {
	background: #fff;
	border: 1px solid #fdd42e;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
}
@media only screen and (max-width: 479px) {
	.main-slider .owl-buttons {
		display: none;
	}
}