/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}
.owl-carousel {
    display: none;
    width: 100%
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item,
.owl-carousel-k2 .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}


.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.owl-height {
    transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}
.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
.mod_jshopping_manufacturers_slider.owl-carousel.owl-drag .owl-item {
    margin-bottom: 3px;
}

 .owl-carousel-k2 .item-owl-internal {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 5px 5px 5px 0px grey;
    border: 1px solid #d0d0d0;
	border-right-color: black;
	border-bottom-color: black;
    margin: 0;
    padding: 70% 5px 5px 5px;
}

.owl-carousel-k2 .item-owl-start {
padding: 0;
background:none;
margin: 0px 10px 5px 0;
border: none;
}


.owl-carousel-k2 .item-owl-internal.moduleCustomLink{
    background-image: url(../images/more400x320.jpg);
}

.owl-carousel-k2 {
	position: relative;
	text-align: center;
}



.owl-carousel-k2 .item_info {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
	color: white;
    text-shadow: 1px 1px 2px black;
	visibility: hidden;
    padding: 0;
	padding-bottom: 6px;
	background: rgba(0, 0, 0, 0.6);
    background: -moz-linear-gradient(left, rgba(47,61,29,0.2) 0%, rgba(47,61,29,0.7) 20%, rgba(47,61,29,0.7) 80%, rgba(47,61,29,0.2) 100%);
    background: -webkit-linear-gradient(left, rgba(47,61,29,0.2) 0%,rgba(47,61,29,0.7) 20%,rgba(47,61,29,0.7) 80%,rgba(47,61,29,0.2) 100%);
    background: linear-gradient(to right, rgba(47,61,29,0.2) 0%,rgba(47,61,29,0.7) 20%,rgba(47,61,29,0.7) 80%,rgba(47,61,29,0.2) 100%);	
	}	

.owl-carousel-k2 .item_info .moduleItemReadMore
{
	text-shadow: none;
}
	
.owl-item:hover .item_info {
	 visibility:visible;
 }
	 
 

 
.owl-carousel-k2 .moduleItemTitle	{ 
    display: block;
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
    padding: 3px 0 3px 0;
    margin: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    font-style: italic;
	font-weight: normal;
    line-height: 110%;
	color: white;
	text-shadow: 2px 2px 4px black;
	background: rgba(0, 0, 0, 0.6);
	background: -moz-linear-gradient(left, rgba(47,61,29,0.2) 0%, rgba(47,61,29,0.7) 20%, rgba(47,61,29,0.7) 80%, rgba(47,61,29,0.2) 100%);
    background: -webkit-linear-gradient(left, rgba(47,61,29,0.2) 0%,rgba(47,61,29,0.7) 20%,rgba(47,61,29,0.7) 80%,rgba(47,61,29,0.2) 100%);
    background: linear-gradient(to right, rgba(47,61,29,0.2) 0%,rgba(47,61,29,0.7) 20%,rgba(47,61,29,0.7) 80%,rgba(47,61,29,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#401f2d38', endColorstr='#401f2d38',GradientType=1 );
	
    }
	
	
	.owl-carousel-k2 .moduleItemTitle:after	{ 
	width: 100%;
    height: 1px;
    position: absolute;
    content: "";
    background: -moz-linear-gradient(left, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.5) 20%, rgba(255,255,255,0.5) 80%, rgba(255,255,255,0.1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.5) 20%,rgba(255,255,255,0.5) 80%,rgba(255,255,255,0.1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.5) 20%,rgba(255,255,255,0.5) 80%,rgba(255,255,255,0.1) 100%);
    bottom: 0;
	left:0;
	}
	
	
.owl-carousel-k2 .moduleItemCategory { 	
	color: white;
}

.k2_owl_partners.owl-carousel-k2 .moduleItemCategory { 	
	color: black;
}

.owl-carousel-k2 .moduleItemCategory_span { 	
	position: absolute;
    right: 0px;
    bottom: 0px;
    color: white;
    font-size: 16px;
    text-shadow: 1px 1px 2px black;
    background: rgba(0, 0, 0, 0.6);
    padding: 4px 8px;
    background: -moz-linear-gradient(left, rgba(47,61,29,0.4) 0%, rgba(47,61,29,0.9) 100%);
    background: -webkit-linear-gradient(left, rgba(47,61,29,0.4) 0%,rgba(47,61,29,0.9) 100%);
    background: linear-gradient(to right, rgba(47,61,29,0.4) 0%,rgba(47,61,29,0.9) 100%);
    }

.k2_owl_partners.owl-carousel-k2 .moduleItemCategory_span {
	margin: 0;
    padding: 0;
    width: 100%;
	background: rgba(255, 255, 255, 0.6);
    background: -moz-linear-gradient(left, rgba(47,61,29,0.2) 0%, rgba(255,255,255,0.5) 20%, rgba(255,255,255,0.5) 80%, rgba(47,61,29,0.2) 100%);
    background: -webkit-linear-gradient(left, rgba(47,61,29,0.2) 0%,rgba(255,255,255,0.5) 20%,rgba(255,255,255,0.5) 80%,rgba(47,61,29,0.2) 100%);
    background: linear-gradient(to right, rgba(47,61,29,0.2) 0%,rgba(255,255,255,0.5) 20%,rgba(255,255,255,0.5) 80%,rgba(47,61,29,0.2) 100%);
	color: black;
    text-shadow: 2px 2px 4px #9e9e9e;
	}
	
	
.owl-carousel-k2 .moduleItemDateCreated { 	
	position: absolute;
    left: 1px;
    bottom: 0px;
    color: white;
    font-size: 16px;
    text-shadow: 1px 1px 2px black;
    background: rgba(0, 0, 0, 0.6);
    padding: 4px 8px;
    background: -moz-linear-gradient(left, rgba(47,61,29,0.9) 0%, rgba(47,61,29,0.4) 100%);
    background: -webkit-linear-gradient(left, rgba(47,61,29,0.9) 0%,rgba(47,61,29,0.4) 100%);
    background: linear-gradient(to right, rgba(47,61,29,0.9) 0%,rgba(47,61,29,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#401f2d38', endColorstr='#401f2d38',GradientType=1 );
    }

.owl-carousel-k2 .moduleItemExtraFields {
margin: 3px 8px 8px 8px;
}

.owl-carousel-k2 .owl-stage-outer{
	overflow:hidden;
	
}

div.k2ItemsBlock.owl-carousel-k2 .moduleCustomLink a
{
	position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.k2_owl_partners.owl-carousel-k2 .item-owl-internal.moduleCustomLink  {
    background-size: cover;
}


div.k2ItemsBlock.owl-carousel-k2 .moduleCustomLink a div
{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: white;
    background: rgba(0, 0, 0, 0.50);
    padding: 5px 10px;
    border-radius: 10px;
    text-shadow: 2px 2px 2px black;
}
	
	
.k2_owl_experts.owl-carousel-k2 .item-owl-internal {
    padding: 100% 5px 5px 5px;
	border-radius:50%;
	border:none;
	box-shadow: inset -1px -1px 4px 0px rgba(0, 0, 0, 0.51), 5px 5px 5px 0px grey;
	}

.k2_owl_partners.owl-carousel-k2 .item-owl-internal {
    padding: 100% 0px 0px 0px;
    background-size: contain;
    background-color: white;
    border: none;
	}
.
.k2_owl_partners.owl-carousel-k2 .item-owl-internal.moduleCustomLink {
    background-size: cover;
}


.k2_owl_experts.owl-carousel-k2 .item_info,
.k2_owl_partners.owl-carousel-k2 .item_info
{
	display:none;	
}

.k2_owl_experts.owl-carousel-k2 .moduleItemTitle {
	position: relative;
    background: none;
    border: none;
    color: rgb(0, 0, 0);
    text-shadow: 1px 1px 2px #ffffff;
    font-size: 24px;
    margin-top: 5px;
	}
.k2_owl_experts.owl-carousel-k2 .moduleItemTitle:after {
	content:none;
}

.k2_owl_partners.owl-carousel-k2 .moduleItemTitle {
	}
	
.owl-carousel-k2 .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 14px 7px;
    background: rgb(236, 236, 236);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    box-shadow: 1px 1px 2px black;
}

.owl-carousel-k2 .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-carousel-k2 .owl-dots .owl-dot.active span,
.owl-carousel-k2 .owl-dots .owl-dot:hover span {
    background: #869791;
}

.owl-nav {

    width: 100%;
    height: 100%;
}

.owl-nav div {
    position: absolute;
}

.owl-prev {
    left: 0;
    top: 50%;
}

.owl-next {
    right: 0;
    top: 50%;
}

.item-owl-bg-flag{
background-size: contain;
    background-color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
    filter: alpha(opacity=20);	
}

.item-owl-cat-flag {
display: inline;
    height: 22px;
    padding: 5px 0 5px 0;	
	
}