@charset "utf-8";
/* CSS Document */


.carousel {
	position: relative;
}

.carousel-inner{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
	height: 15%;
    font-size: 2em;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    /*background-color: rgba(0,0,0,0);*/
	background-color: rgba(0,0,0,0.5);
    filter: alpha(opacity=50);
    opacity: .5;
	border: 1px solid #fff;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	width: 30px;
	height: 30px;
	font-size: 1.125rem;
}

.carousel-control.left {
	top: 45%;
	left: 0;
	right: auto;
	background-image: none;
	filter:  none;
}

.carousel-control.right {
	top: 45%;
	right: 0;
	left: auto;
	background-image: none;
	filter:  none;
}

.carousel-control:focus,.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	/*opacity: .9;*/
	background: #c33c70;
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next,.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}



/* // ------------- AA 需求 控制撥放按鈕 CSS START  ------------- // */

/* -- SILDER 控制 START -- */

.carousel-ad-indicators-right {
    position: absolute;
    /*right: 6%;*/
    /*bottom: 15%;*/
    /*left: 0;*/
    z-index: 15;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 0;
    list-style: none;
}

.glyphicon-sp-ad {
    position: relative;
    top: 15%;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
	font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* --------- 播放 -------- */
.start-slide-ad a {
    padding: 10px;
    background-color: rgba(0,0,0,0.25);
	border: 1px solid #fff;
	color: #FFFFFF; /*c33c70*/
}

.start-slide-ad a:hover {    
	text-decoration: none;
	outline: 0;
	opacity: .9;
	color: #FFFFFF;
	background: #c33c70;
}

.start-slide-ad i {
    position: relative;
    font-size: 1.5rem;
    list-style: none;
    font-weight: 400;
    line-height: 1.2;
    vertical-align: middle;
}

/*.pause-slide i:focus {
    color: #ff0000;
}*/

/* --------- 暫停 -------- */
.pause-slide-ad a {
    padding: 10px;
    background-color: rgba(0,0,0,0.25);
	border: 1px solid #fff;
	color: #FFFFFF; /*c33c70*/
}

.pause-slide-ad a:hover {    
	text-decoration: none;
	outline: 0;
	opacity: .9;
	color: #FFFFFF;
	background: #c33c70;
}

.pause-slide-ad i {
    position: relative;
    font-size: 1.5rem;
    list-style: none;
    font-weight: 400;
    line-height: 1.2;
    vertical-align: middle;
}

/*.pause-slide i:focus {
    color: #ff0000;
}*/

@media (max-width: 320px) {
	.carousel-ad-indicators-right {
		position: absolute;
		/*right: 6%;*/
		/*bottom: 15%;*/
}



/* -- SILDER 控制 END -- */


















