@charset "utf-8";
/* CSS Document */

.owl-theme .owl-controls{
	text-align:center;
	-webkit-tap-highlight-color:transparent;
	margin-top:8px;
	}
.owl-theme .owl-controls .owl-nav .owl-prev{
	position:absolute; left:-30px; top:43%;
	width:18px; height:50px;
	background:url(prev.png) no-repeat; background-size:18px auto; display:inline-block;
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-indent:-999px;
	
	}
.owl-theme .owl-controls .owl-nav .owl-next{
	position:absolute; right:-30px; top:43%;
	width:18px; height:50px;
	background:url(next.png) no-repeat; background-size:18px auto; display:inline-block;
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-indent:-9999px;
	}	
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
	text-decoration:none
	}
.owl-theme .owl-controls .owl-nav .disabled{
	opacity:.5; cursor:default
	}
	
.owl-theme .owl-dots .owl-dot{
	display:none;
	}
.owl-theme .owl-dots .owl-dot span{
	width:12px;height:12px;margin:0 3px;background:#ccc;
	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:#68bce4;}


/*------手機版型----------------------------------------------------*/
@media screen and (max-width:1199px){

.owl-theme .owl-controls .owl-nav{ display:none;}
.owl-theme .owl-dots .owl-dot{
	display:inline-block; zoom:1; 
	}

}

