/*
 * 	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%;
}
.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%;
}
.owl-controls .owl-buttons .owl-next {
	right: 10px;
	top: 50%;
}
.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(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;
	background: #fff;
	direction: ltr !important;
	z-index: 1;
}
.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: 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;
	top: 20px;
	position: relative;
}
.owl-controls .owl-page {
	display: inline-block;
	margin: 0px 6px;
}
.owl-controls .owl-page span {
	display: block;
	width: 11px;
	height: 11px;
	background: rgba(0, 0, 0, 0.5);
	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);
}
/*-- Home page Slideshow --*/
/*.owl-carousel.slideshow{margin-top:-117px}*/
.owl-carousel.slideshow{background:none;max-width:1380px;margin:-117px auto 0;overflow:hidden;position:relative}
.owl-carousel.slideshow .owl-wrapper-outer{width:1140px;margin:0 auto;background:#fff;position:static}
.owl-carousel.slideshow .owl-buttons div{top:37%;background:#efeeee url(nav.png) no-repeat 0 center;width:72px;height:120px}
.owl-carousel.slideshow .owl-buttons .owl-prev{left:-10px;/*left:-90px*/}
.owl-carousel.slideshow .owl-buttons .owl-next{right:-10px;/*right:-90px*/;background-position:100% center}
.owl-carousel.slideshow .owl-buttons div i{display:none}

/*-- Additional Images slider --*/
.owl-carousel.additional-imgs{padding:0 20px/*;overflow:hidden*/}
.owl-carousel.additional-imgs .owl-buttons div{opacity:1}
.owl-carousel.additional-imgs .owl-buttons .owl-prev{left:3px;top:31%}
.owl-carousel.additional-imgs .owl-buttons .owl-next{right:3px;top:31%}
.owl-carousel.additional-imgs .owl-buttons div i{font-size:17px;color:#0083c1}

/*@media (min-width:640px){.container{width:622px}}
@media (min-width:768px){.container{width:750px}}
@media (min-width:992px){.container{width:970px}}
@media (min-width:1200px){.container{width:1170px}}*/



@media (max-width: 1360px) {
	.owl-carousel.slideshow .owl-buttons div{width:50px;height:84px}
	/*body{ border:2px solid #0f0}*/
}
@media (max-width: 1280px) {
	/*.owl-carousel.slideshow{ border:1px solid #00f}*/
	.owl-carousel.slideshow .owl-buttons .owl-prev{opacity:1 !important;left:8px;background-position:13% center;width:46px;height:96px}.owl-carousel.slideshow .owl-buttons .owl-next{opacity:1 !important;right:7px;width:46px;height:96px;background-position:85% center}
	/*body{ border:2px solid #000}*/
}
@media (max-width: 1199px) {
	.owl-carousel.slideshow .owl-wrapper-outer{width:940px}
	.owl-carousel.slideshow .owl-buttons .owl-prev{left:52px;}.owl-carousel.slideshow .owl-buttons .owl-next{right:51px}
	/*body{ border:2px solid #f00}*/
}
@media (max-width: 991px) {
	.owl-carousel.slideshow .owl-wrapper-outer,.owl-carousel.slideshow .owl-controls{width:720px;margin:0 auto}
	.owl-carousel.slideshow .owl-controls{height:70px;position:relative}.owl-carousel.slideshow .owl-buttons div{top:10px}
	.owl-carousel.slideshow .owl-buttons .owl-prev{left:0;background:#efeeee url(prev.png) no-repeat center center;width:60px;height:50px}
	/*.owl-carousel.slideshow .owl-buttons .owl-prev i:before{content:'Previous'; border:1px solid #0f0;color:#f00;font-size:15px}*/
	.owl-carousel.slideshow .owl-buttons .owl-next{right:0;background:#efeeee url(next.png) no-repeat center center;width:60px;height:50px}
}
@media (max-width: 767px) {
	.owl-carousel.slideshow .owl-wrapper-outer,.owl-carousel.slideshow .owl-controls{width:515px}
}
@media (max-width: 560px) {
	.owl-carousel.slideshow{margin-top:0}
	.owl-carousel.slideshow .owl-wrapper-outer{width:100%}
	.owl-carousel.slideshow .owl-controls{width:94%}
}
@media (max-width: 480px) {
	.owl-carousel.slideshow .owl-buttons .owl-prev{width:36px;height:42px}
	.owl-carousel.slideshow .owl-buttons .owl-next{width:36px;height:42px}
}