/*
 * 	Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav {
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav button.owl-next,
.owl-theme .owl-nav button.owl-prev{
	margin-top: -20px;
	position: absolute;
	top: 50%;
	color: #FFF;
	background: rgba(0,0,0,.7);
	font-size: 28px;
	line-height: 1.4;
	display: block;
	cursor: pointer;
	border-radius: 3px;
	border: 0;
}
.owl-theme .owl-nav button.owl-prev {
	left: 10px;
	padding-right: 10px !important;
	padding-left: 8px !important;
}
.owl-theme .owl-nav button.owl-next {
	right: 10px;
	padding-left: 10px !important;
	padding-right: 8px !important;
}
.owl-theme .owl-nav button.owl-next:hover,
.owl-theme .owl-nav button.owl-prev:hover {
	background: rgba(0,0,0,1);
	color: #FFF;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px; }

.owl-theme .owl-dots {
	text-align: center;
	position: relative;
	overflow: hidden;
}
.owl-theme .owl-dots .owl-dot {
	border: 2px solid transparent;
	display: block;
	float: left;
	zoom: 1;
}
.owl-theme .owl-dots .owl-dot.active {
	border-color: #eb751f;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span {
	background: #869791;
}
.owl-theme {
	position: relative;
	overflow: hidden;
}
.owl-theme .owl-items-counter {
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #FFF;
	background: rgba(0,0,0,.7);
	padding: 6px 8px 6px 8px;
	border-radius: 3px;
	font-weight: 400;
	font-size: 14px;
	font-family: "Museo", sans-serif;
	line-height: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-theme .owl-items-counter:before {
	content: "\f030";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 8px;
}
.owl-theme .owl-item {
	float: left;
}
.owl-theme .item a[data-fancybox]
{
	display: block; /*flex*/
	align-items: center;
	overflow: hidden;
	/*height: 172px;*/
}
@media (min-width:576px){
/*	.owl-carousel .item a[data-fancybox]
	{
		height: 380px;
	}*/
}
@media (min-width:768px){
/*	.owl-carousel .item a[data-fancybox]
	{
		height: 380px;
	}*/
}
@media (min-width:992px){
/*	.owl-carousel .item a[data-fancybox]
	{
		height: 340px;
	}*/
}
@media (min-width:1200px){
/*	.owl-carousel .item a[data-fancybox]
	{
		height: 220px;
	}*/
}