.owl-theme .owl-controls {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  z-index: 1000;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	cursor: pointer;
	text-indent:-9999px;
	width:70px;
	height:70px;
	  background-color: #192327;
  background-position: center center;
  background-size: 15px;
  background-repeat: no-repeat;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background-color: #414d51;
	color: #fff;
	text-decoration: none
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	/*display:inline;
	display:none;*/
}
.owl-dots{
	position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  }
.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-controls .owl-nav {
  position: absolute;
  height:70px;
  top:50%;
  margin-top:-35px;
  width:100%;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
	position:absolute;
	left:0px;
	background-image:url(/images/ico/arrowleft.svg);
	background-size:auto 50%;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
	position:absolute;
	right:0px;
	background-image:url(/images/ico/arrowright.svg);
	background-size:auto 50%;
}
/**/
/*********MEDIA QUERY Tablet landscape e portrait *************/

@media only screen and (min-width: 250px) and (max-width:1500px) {	
/*.owl-theme .owl-controls .owl-nav [class*=owl-] {
	width:50px;
	height:50px;
  background-size: 15px;
}
.owl-theme .owl-controls .owl-nav {
  position: absolute;
  height:50px;
  top:50%;
  margin-top:-25px;
}*/
}
 @media only screen and (min-width: 250px) and (max-width:1099px) {
/*.owl-theme .owl-controls {
  position: absolute;
  bottom: 0px;
  top:auto;
  width: 100%;
  height: 50px;
}*/
 }
 @media only screen and (min-width: 320px) and (max-width:480px) {
.owl-theme .owl-controls {
  position: absolute;
  bottom: 0px;
  top:auto;
  width: 100%;
  height: 30px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	width:30px;
	height:30px;
  background-size: 10px;
}
.owl-theme .owl-controls .owl-nav {
  position: absolute;
  height:30px;
  top:50%;
  margin-top:-15px;
}
 }

