/*
 * 	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;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
        z-index: 1;
}
.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 .owl-buttons .owl-prev {
	left: 10px;
	/*top: 50%;*/
        top: -160px;
        width: 60px;
        height: 61px;
        background: url('../../../theme/default/image/left.png');
}
.owl-controls .owl-buttons .owl-next {
	right: 10px;
	/*top: 50%;*/
        top: -160px;
        width: 60px;
        height: 61px;
        background: url('../../../theme/default/image/right.png');
}
@media(max-width: 1170px){
    .owl-controls .owl-buttons .owl-prev{
        top: -120px;
    }
    .owl-controls .owl-buttons .owl-next{
        top: -120px;
    }
}
@media (min-width: 992px){
    .owl-controls .owl-buttons .owl-prev{
        top: -160px;
    }
    .owl-controls .owl-buttons .owl-next{
        top: -160px;
    }
}
@media(max-width: 767px){
    .owl-controls .owl-buttons .owl-prev{
        top: -90px;
        width: 30px;
        height: 31px;
        background-size: 30px 31px;
    }
    .owl-controls .owl-buttons .owl-next{
        top: -90px;
        width: 30px;
        height: 31px;
        background-size: 30px 31px;
    }
}
@media(max-width: 479px){
    .owl-controls .owl-buttons .owl-prev{
        top: -62px;
    }
    .owl-controls .owl-buttons .owl-next{
        top: -62px;
    }
}
@media(max-width: 300px){
    .owl-controls .owl-buttons .owl-prev{
        top: -50px;
    }
    .owl-controls .owl-buttons .owl-next{
        top: -50px;
    }
}
.owl-controls i {
	display: none;
}
.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);
        position: relative;
        z-index: 2;
}
/* 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;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/* OpenCart Code */
.owl-carousel {
	//margin: 0 0 20px;
        margin: 0;
	//background: #fff;
	direction: ltr !important;
	z-index: 1;
        background-color: #e9e3e9;
        /* IE9, iOS 3.2+ */
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZGNkNmRjIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNkYmQ1ZGIiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjAxIi8+PHN0b3Agc3RvcC1jb2xvcj0iI2RiZDVkYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMDEiLz48c3RvcCBzdG9wLWNvbG9yPSIjZjZmMWY2IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC41Ii8+PHN0b3Agc3RvcC1jb2xvcj0iI2RiZDVkYiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
        background-image: -webkit-gradient(linear, 0% 0%, 100% 0%,color-stop(0, rgb(220, 214, 220)),color-stop(0.01, rgb(219, 213, 219)),color-stop(0.01, rgb(219, 213, 219)),color-stop(0.5, rgb(246, 241, 246)),color-stop(1, rgb(219, 213, 219)));
        /* Android 2.3 */
        background-image: -webkit-repeating-linear-gradient(left,rgb(219, 213, 219) 1%,rgb(246, 241, 246) 50%,rgb(219, 213, 219) 100%);
        /* IE10+ */
        background-image: repeating-linear-gradient(to right,rgb(219, 213, 219) 1%,rgb(246, 241, 246) 50%,rgb(219, 213, 219) 100%);
        background-image: -ms-repeating-linear-gradient(left,rgb(219, 213, 219) 1%,rgb(246, 241, 246) 50%,rgb(219, 213, 219) 100%);
}
.owl-wrapper-outer {
	//border: 4px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	//border-radius: 4px;
	//-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	//-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	//-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	//box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.owl-carousel .owl-buttons div {
	opacity: 0;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	transition: all .3s ease;
}
.owl-carousel:hover .owl-buttons div {
        opacity: 1;
	/*opacity: 0.7;*/
}
.owl-carousel .owl-buttons .owl-prev {
	left: 10px;
}
.owl-carousel .owl-buttons .owl-next {
	right: 10px;
}
.owl-carousel .owl-buttons div i {
	font-size: 40px;
	margin: -20px 0 0;
}
.owl-pagination {
	text-align: center;
        margin-top: -22px;
	//top: 20px;
	//position: relative;
}
.owl-controls .owl-page {
	display: inline-block;
	margin: 0px 6px;
}
.owl-controls .owl-page span {
	display: block;
	width: 15px;
	height: 15px;
	//background: rgba(0, 0, 0, 0.5);
        background: #bc203a;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.owl-controls .owl-page.active span {
	background: rgba(0, 0, 0, 0.9);
        width: 17px;
	height: 17px;
}