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

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}


.owl-theme .owl-dots .owl-dot.active span {
  background: #f58345;
} 



/* contenitore del carousel */
.wrapper-carousel{

}

/* elemento del carousel */
#carousel{
  position:relative;
  padding: 10px 35px;
}


.owl-carousel .item a {
display: block;
color:#343434;
width: 100%;
/*position: relative;*/
/*transition: background-size 0.5s ease-in;
-moz-transition: background-size 0.5s ease-in;
-ms-transition: background-size 0.5s ease-in;
-o-transition: background-size 0.5s ease-in;
-webkit-transition: background-size 0.5s ease-in;*/
}

#carousel a:hover{
    text-decoration: none !important;
    
}


.carousel-container{
  
    padding: 10px 0 0 0;
 
}

.owl-theme .owl-nav{

  margin:0;
}
 
.owl-theme .owl-nav [class*="owl-"] {
    margin:0;
    padding: 0;
    
    position: absolute;
    top: 65px; 
    opacity: 1.0;
       height: 76px;
        width: 23px;
         cursor: pointer;
    /*visibility: hidden;*/
}

.owl-theme .owl-nav [class*='owl-']:hover {
 
 
  opacity: 0.5;
}

.owl-theme .owl-nav .owl-prev{
  left: 0px;
  background: url("../../../../templates/images/vetrina_arrow.png") no-repeat scroll left top transparent;
}
 
.owl-theme .owl-nav .owl-next{
  right: 0px;
  background-image: url("../../../../templates/images/vetrina_arrow.png");
  background-origin: padding-box;
  background-position: right top !important;
  background-repeat: no-repeat;
  background-color: transparent;
}

.owl-theme .owl-item{
    overflow: hidden;
}

.category{
  margin-bottom: 3px; text-transform: uppercase; color: #429FCE; text-align: left; 
  display: block; font-size: 10px; font-family: arial;
}

.owl-theme .item a.equalh{
     display: block;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
line-height: 15px;
}

.owl-theme .item img{
 margin-bottom: 5px;
 
  background: none repeat scroll 0 0 #fafafa;
  border: 1px solid #cdcdcd;
  padding:3px;
  height: auto;
}

.owl-carousel {
   position: initial;
}

.owl-theme .item img:hover {
  opacity:0.8;
}

.owl-theme .item:hover a
{
    color:#990033;
}