/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
  .owl-nav [class*='owl-'] {color: #FFF; display: inline-block; cursor: pointer; pointer-events: auto}
    .owl-nav [class*='owl-'] span {position:absolute; top:-99999px; left:-99999px }
    .owl-nav [class*='owl-'] {width:40px}
    
    .owl-nav {display: flex; justify-content: space-between}

    .mercatisol .owl-nav {position: absolute;top: 45%;left: -20px;	transform: translateY(-50%);width: 95%;pointer-events: none;}
    .slidertestimonianze .owl-nav {position: absolute;top: -90px;right: 100px}
    #homenews .owl-nav {margin: 30px 30px 30px 0}
    /*#homemercati .owl-nav {justify-content: flex-end; margin:0 30px;  padding-bottom: 30px; border-bottom: 1px solid #707070}
    .page-id-28 #homemercati .owl-nav {border-bottom: 0}
    #homemercati .owl-nav [class*='owl-'], .slidertestimonianze .owl-nav [class*='owl-'] {margin-left: 10px}*/

    .owl-nav [class*='owl-']:after {font-family:sysdat; content:'A'; font-size:18px; display:block; text-align: center; border-radius: 50%; width:40px; height:40px}
    .mercatisol .owl-nav [class*='owl-']:after {color:#fff; background: #E20613; line-height:40px}
    #homenews .owl-nav [class*='owl-']:after/*, #homemercati .owl-nav [class*='owl-']:after*/, .slidertestimonianze .owl-nav [class*='owl-']:after {color:#000; border: 1px solid #000; line-height:38px}

  .sliderimgtext .owl-nav {position: absolute;top: 45%;left: -50px;	transform: translateY(-50%);width: calc(100% + 100px);pointer-events: none}
  .sliderimgtext .owl-nav [class*='owl-']:after {color:#000; line-height:38px; font-size: 25px;}


    .owl-nav .owl-prev:after {transform: rotate(-180deg)}
  .owl-nav .disabled {
    opacity: 0;
    cursor: default; }

.owl-nav.disabled + .owl-dots {
   }

.owl-dots {
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  display: block;
  margin: 0 auto;
height: 40px}
#homenews .owl-dots {
    position: absolute;
    bottom: 0;
left: 80px;
right: 80px;
display: flex;
}

  .owl-dots .owl-dot {
    display: flex;
margin: 0;
width: 100%;
align-items: center}
    .owl-dots .owl-dot span {
      height: 40px;
      margin: 0;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease}
      .owl-dots .owl-dot span {width:100%;height: 1px;	background: #000}
      .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {height:5px}
@media screen and (min-width: 640px) {
#homenews .owl-nav {margin: 30px}
}

 @media screen and (min-width: 1200px) {   
     #homenews .owl-nav {position: absolute;top: 50%;transform: translateY(-50%);width: calc(100% - 60px);	pointer-events: none;
	margin: 0;	left: 30px;	right: 30px}
     #homenews .owl-dots {
	bottom: 0;
	left: calc(10% + 25px);
	right: auto;
	width: calc(80% - 650px)
}
    }