/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	width: 100%;
	text-align: center;
	
}

/* Styling Next and Prev buttons NAV 箭頭 START */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 0;
	padding: 0; 
	width: 50px;
	height: 50px; line-height: 55px;
	font-size: 2em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	text-shadow: rgba(0,0,0,0.5) 0 1px 5px;
	transition: 0.3s;

}
.owl-theme .owl-controls .owl-buttons div:hover { font-size: 3.5em; transition: 0.3s; opacity: 1; filter: Alpha(Opacity=100);/*IE7 fix*/ }
.owl-buttons .owl-prev{ float: left; position: absolute; left: 0px;}
.owl-buttons .owl-next{ float: right; position: absolute; right: 0px;}
.owl-buttons .owl-prev , .owl-buttons .owl-next { bottom: 45%; }

	@media (max-width: 1440px) {
		.owl-buttons .owl-prev , .owl-buttons .owl-next {  }
	}
	@media (max-width: 1280px) {
		.owl-buttons .owl-prev , .owl-buttons .owl-next { bottom: 40%; }
	}
	@media (max-width: 1200px) {
		.owl-buttons .owl-prev , .owl-buttons .owl-next {bottom: 50%; }
	}
	@media (max-width: 1160px) {
		.owl-buttons .owl-prev , .owl-buttons .owl-next {  }
	}

	@media (max-width: 800px) {
		.owl-theme .owl-controls .owl-buttons div{ display: none; }
	}



/* Styling Next and Prev buttons NAV 箭頭 END */




/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	display: none;
	position: relative; top: -30px;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #FFF;
	box-shadow: rgba(0,0,0,0.5) 0 1px 5px;

}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	width: 13px;
	height: 13px;
}

	



/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}