@charset "utf-8";
/* CSS Document */
.owl-carousel {margin-bottom:-5px;}
.owl-theme .owl-controls{
	opacity: 0.8;filter: alpha(opacity=80);margin:0px auto;padding:8px 0;text-align:center;
	text-align:center;-webkit-tap-highlight-color:transparent;position:absolute;bottom:70px;left:48%;
background:transparent;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;margin-left:-140px;}

.owl-theme .owl-controls:hover {opacity: 1;filter: alpha(opacity=100);}


.owl-theme .owl-controls .owl-pagination {margin:0 70px;}

.owl-theme .owl-controls .owl-pagination .owl-page {display:block;border:1px solid #fff;height:20px;width:20px;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;float:left;margin:0px 5px;}
.owl-theme .owl-controls .owl-pagination .owl-page:hover, .owl-theme .owl-controls .owl-pagination .active {background:#fff;}

.owl-theme .owl-controls .owl-pagination .owl-page:after {visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;}

.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;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-controls .owl-nav [class*=owl-]:hover{background:#869791;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}

.owl-theme .owl-dots .owl-dot span{	  text-decoration: none;
	  color: transparent;
	  height: 14px;
	  width: 14px;
	  margin-top: 0;
	  margin-bottom: 0;
	  margin-right: 5px;
	  margin-left: 5px;
	  background-repeat: no-repeat;
	  font-size: 0px;
	  border-radius: 100px;
	  border:solid 1px white;
	  padding:13px;}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#fff}

.owl-item img {width:100%}

.owl-item img {-webkit-transition: none;; /* Safari and Chrome */-moz-transition: none;; /* Firefox */-ms-transition: none;; /* IE 9 */-o-transition: none;; /* Opera */transition: none;;
}

.owl-item:hover img {-webkit-transform:scale(1); /* Safari and Chrome */-moz-transform:scale(1); /* Firefox */-ms-transform:scale(1); /* IE 9 */-o-transform:scale(1); /* Opera */
transform:scale(1);
}

@media (max-width: 30em) {
		.owl-theme .owl-controls {left:40%;top:15px;}
 }

 @media (min-width: 30em) and (max-width: 60em) {
					.owl-theme .owl-controls {left:45%;}
 }

 @media (min-width: 60em) and (max-width: 89em) {

 }
