/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel, .owl-carousel .owl-item {
    position: static;
    z-index: 100;
}
.owl-carousel .owl-item img {
    width: auto;
    display: inline;
}
.owl-carousel .owl-item .hidden {
    display: none !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.active span, 
#dot_hpcarousel .owl-dot:hover span {
    background: #252c34; 
}

.carousel-loader {
    z-index: 5555;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #e5e5e5;
    
}
.carousel-loader img {
    position: absolute;
    width: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    display: block;
}
.owl-nav-carousel {
    height: 0px;
    position: relative;
}
.owl-nav-carousel a {
    position: absolute;
    z-index: 15;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 20px;
    background-color: transparent;
/*     border: 1px solid white; */
    box-sizing: border-box;
/*     color: white;     */
}
#nav-slider-hp a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    line-height: 38px;
    height: 40px;
    text-align: center;
    color: white;
/*     background-color: #fff;     */
    font-size: 15px;
    box-sizing: border-box;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;       
    color: #008B9F;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;            
    background-size: 400% 100%;
    background-image: -moz-linear-gradient(-25deg,  rgba(44, 94, 168, 1) 0%, rgba(98, 186, 156, 1) 33.333%, rgba(255,255,255,1) 66.6666%,  rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background-image: -webkit-linear-gradient(-25deg,  rgba(44, 94, 168, 1) 0%, rgba(98, 186, 156, 1) 33.333%, rgba(255,255,255,1) 66.6666%,  rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background-image: linear-gradient(115deg, rgba(44, 94, 168, 1) 0%, rgba(98, 186, 156, 1) 33.333%, rgba(255,255,255,1) 66.6666%,  rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-position: top right;
}
#nav-slider-hp .owl-prev {
    left: calc(50% - 45px);
    right: auto;
    opacity: 0;
}
#nav-slider-hp .owl-next {
    right: calc(50% - 45px);
    left: auto;
    opacity: 0;
}
/* Abilita l'hover per device non touch */
@media only screen and (min-width:1025px) and (max-width:10000px) {
    #nav-slider-hp a:hover  {
        color: white;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;        
        background-position: 0px 0px;
    }
}
@media only screen and (min-width:320px) and (max-width:767px) { 
    .owl-nav-carousel a {
        height: 20px;
        line-height: 20px;
        width: 20px;
        font-size: 12px; 
    }
}
