/* 
 * 	Default theme - Owl Carousel CSS File
 */
.loopspeciali  .owl-nav {
  position:absolute;
  margin-top: -202px;
  text-align: center;
  height: 1px;
  width:100%;
  z-index:10;
  -webkit-tap-highlight-color: transparent;
}
.loopmultimedia  .owl-nav {
  height: 1px;
  position:absolute;
  margin-top: -216px;
  text-align: center;
  width:100%;
  z-index:10;
  -webkit-tap-highlight-color: transparent;
}
.static-gallery  .owl-nav {
  position:absolute;
  margin-top: -316px;
  text-align: center;
  width:100%;
  z-index:10;
  -webkit-tap-highlight-color: transparent;
}

#gallery .owl-nav {
  position:absolute;
  margin-top: -248px;
  text-align: center;
  width:100%;
  z-index:10;
  -webkit-tap-highlight-color: transparent;
  opacity: 0.6;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  /*background: none;*/
  color: white;
  text-decoration: none;
}
.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;
   margin-top: 22px;
  -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 1px;
  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: #2c9dd1 ;
}
.static-gallery .owl-dots .owl-dot.active span, .static-gallery .owl-dots .owl-dot:hover span {
  background: #289658 ;
}

.owl-theme .owl-controls .owl-next{
	color: #FFF;
	display: inline-block;
	zoom: 1;
  float:right;
	*display: inline;
	padding:0;
  margin:0 -32px 0 0 ;
	width:68px; height:67px;

	background: url(../img/controls_gallery.png) no-repeat -79px 0px;
	text-indent: 100%;white-space: nowrap;overflow: hidden;
}

.owl-theme .owl-controls .owl-prev{
	color: #FFF;
	display: inline-block;
	zoom: 1;
  float:left;
	*display: inline;
	margin:0 0 0 -32px;
	padding: 0;
	filter: Alpha(Opacity=65);/*IE7 fix*/	
	width:67px; height:67px;
	background:url(../img/controls_gallery.png) no-repeat 0 0px;
	text-indent: 100%;white-space: nowrap;overflow: hidden;
}


#gallery .owl-controls .owl-prev{
	color: #FFF;
	display: inline-block;
	zoom: 1;
  float:left;
	*display: inline;
	margin:0 0 0 0px;
	padding: 0;
	filter: Alpha(Opacity=65);/*IE7 fix*/
	width:80px; height:100px;
	background: url(/sito/img/controls_gallery.png) no-repeat 0 0px;
	text-indent: 100%;white-space: nowrap;overflow: hidden;
}
#gallery .owl-controls .owl-next{
	color: #FFF;
	display: inline-block;
	zoom: 1;
  float:right;
	*display: inline;
	padding:0;
  margin:0 0 0 0 ;
	width:80px; height:100px;
	background: url(/sito/img/controls_gallery.png) no-repeat -79px 0px;
	text-indent: 100%;white-space: nowrap;overflow: hidden;
}
.static-gallery .owl-controls .owl-prev:after{
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  top: -16px;
  left: -46px;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0) 18%,rgba(0,0,0,0.65) 24%,rgba(0,0,0,0.24) 25%,rgba(0,0,0,0) 68%,rgba(0,0,0,0) 100%);
  z-index: -1;
}

.static-gallery .owl-controls .owl-next:after{
  position: absolute;
  content: "";
  float:right;
  width: 100px;
  height: 100px;
  top: -16px;
  right: -46px;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0) 18%,rgba(0,0,0,0.65) 24%,rgba(0,0,0,0.24) 25%,rgba(0,0,0,0) 68%,rgba(0,0,0,0) 100%);
  z-index: -1;
}

#gallery  .owl-nav .disabled {
  opacity: 0.3;
  cursor: default;
}

.loopmultimedia .owl-dots {
  text-align: center;
   margin-top: 16px;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width:980px) and (max-width:1279px) {
 .loopmultimedia .owl-nav{
    margin-top:-207px;
  }
  .static-gallery  .owl-nav {
    margin-top:-287px;
  }
}
@media (min-width:768px) and (max-width:979px) {
   .loopmultimedia .owl-nav{
    margin-top:-179px;
  }
  .static-gallery  .owl-nav {
    margin-top:-237px;
  }
}
@media (max-width:767px){
.loopmultimedia .owl-dots{
    margin-bottom:10px;
  }
   .static-gallery  .owl-nav {
    margin-top:-207px;
  }
}
@media (max-width:479px){
  .owl-theme .owl-dots {
    text-align: left;
    margin-top: 12px;
    -webkit-tap-highlight-color: transparent;
  }
  .loopmultimedia .owl-dots{
    margin-bottom:10px;
  }
  .owl-theme .owl-dots .owl-dot span{
    width:8px;
    height:7px;
  }

}
