/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Rizzoli Custom Theme theme - Owl Carousel CSS File
 */
.owl-carousel .owl-item img {
    display: inline !important;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;     
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; 
}
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;     
}
.owl-dot {
    cursor:pointer;
}
#dot_hpcarousel .owl-dot {
    width: block;
    float: left;
    box-sizing: border-box;
    border-right: 3px solid #F7F7F7;
    
}
#dot_hpcarousel .owl-dot span {
    width: 100%;
    height: 5px;
    margin-top: 10px;
    float: left;    
    display: block;
    background: #c9c9c9;    
    transition: opacity 200ms ease;
    border-radius: 0px;     
    -webkit-backface-visibility: visible;
}
#dot_hpcarousel .owl-dot.active span, #dot_hpcarousel .owl-dot:hover span {
    background: #252c34; 
}
#nav_hpcarousel a,
.slider-standard-cont .owl-prev,
.slider-standard-cont .owl-next {
    display: block;
    float: left; 
    position: absolute;
    top: 50%;
    width: auto;
    z-index: 1002;
    height: 42.5px;
    margin-top: -21px;
    opacity: 0.5;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}
/* Brutto e amaro ma devo farlo così causa css della libreria che impone un */
.owl-prev img,
.owl-next img {
    height: 100%;
}
#nav_hpcarousel .owl-next {
    right: 20px;
}
.slider-standard-cont .owl-next {
    right: 0px;
}
#nav_hpcarousel .owl-prev {
    left: 20px;
}
.slider-standard-cont .owl-prev {
    left: 0px;
}
/* Abilita l'hover per device non touch */
@media only screen and (min-width:1025px) and (max-width:10000px) {
    #nav_hpcarousel a:hover,
    .slider-standard-cont a:hover {
        opacity: 1;
        transition: opacity 0.2s;
        -webkit-transition: opacity 0.2s;
    }
}
@media only screen and (min-width:320px) and (max-width:767px) { 
    #nav_hpcarousel a,
    .slider-standard-cont .owl-prev,
    .slider-standard-cont .owl-next {
        height: 21px;
        margin-top: -10.5px;
    }    
}
