﻿/*
==============================================
   breadCrumbHolder
==============================================
*/
.breadCrumbHolder { margin:20px 0 0 0; }
.breadCrumbHolder .wrapper { width: 980px; }
.header .row.top + .row .breadCrumbHolder { margin:0px 0 0 0; }
.breadCrumbHolder.module::after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
/* float clearing for IE6 */
* html .breadCrumbHolder.module {
	height:1%;
	overflow:visible;
}
/* float clearing for IE7 */
* + html .breadCrumbHolder.module {
	min-height:1%;
}
.breadCrumb {
	margin:0 auto;
	padding:0;
	display:block;
	height:21px;
	overflow:hidden;
	width:100%;
	padding:12px 0 0;
	position:relative;
}
.breadCrumb ul {
	margin:0;
	padding:0;
	height:21px;
	display:block;
}
.breadCrumb ul li {
	color: #ffffff;
	display:block;
	float:left;
	position:relative;
	height:21px;
	overflow:hidden;
	line-height:21px;
	margin:0px 10px 0px 0;
	padding:0px 14px 0px 0;
	font-size:16px;
	font-size:1.6rem;
	background:url(../../../images/icon/Chevron.png) no-repeat 100% 0;
}
.breadCrumb ul li::after {
	content: '\f3d3';
	font-family: 'Ionicons';
	display: block;
	overflow: visible;
	visibility: visible;
	color: #ffffff;
	position: absolute;
    right: 0;
    top: 0;
}
.breadCrumb ul li:last-child::after { overflow: hidden; }
.breadCrumb ul li div.chevronOverlay {
	position:absolute;
	right:0;
	top:0;
	z-index:2;
}
.breadCrumb ul li span {
	display:block;
	overflow:hidden;
}
.breadCrumb ul li a {
	color:#ffffff;
	display:block;
	position:relative;
	height:21px;
	line-height:21px;
	overflow:hidden;
	float:left;
}
.breadCrumb ul li a i { font-size: 18px; }
/*.breadCrumb ul li.first a {
	height:16px;
	text-indent:-1000em;
	width:16px;
	padding:0;
	margin-top:2px;
	overflow:hidden;
	background:url(../../../images/icon/IconHome.gif) no-repeat 0 0;
}*/
.breadCrumb ul li.first a:hover {
	background-position:0 -16px;
}
.breadCrumb ul li.last {
	background:none;
	margin-right:0;
	padding-right:0;
}
.chevronOverlay {
	display:none;
	background: url(../../../images/icon/Chevron.png) no-repeat 100% 0;
	width:13px;
	height:20px;
}
.breadCrumbHolder .ctrl-right { position:absolute; margin-top:16px;}
.breadCrumbHolder.bread-box { padding:0 12px; background-color:#f5f5f5; border:1px solid #dedede; border-width:1px 0; }
.header .row.top + .row .breadCrumbHolder.bread-box { border-top: none; }
.bread-box .breadCrumb  { padding:10px 0; }


/*
==============================================
   header shrink
==============================================
*/
.header-shrink .breadCrumbHolder {
	background: rgba(255,255,255,.8);
}
.header-shrink .breadCrumb {
	padding: 10px 0;
}


/*
==============================================
   responsive
==============================================
*/
@media screen and (min-width : 1136px) {
}
@media screen and (max-width : 1024px) {
	.breadCrumbHolder .wrapper {
		width:95% !important;
	}
}
@media screen and (max-width : 979px) {
	.breadCrumbHolder .wrapper {
		width:92% !important;
	}
	.breadCrumb { width:90%; padding:10px 0; margin:0;}

	.breadCrumbHolder.module { background-color: #333333; }
}
@media screen and (max-width : 800px) {
}
@media screen and (max-width : 680px) {
	.breadCrumb ul li + li + li { display: none; }/* 手機板只帶出到節目類別 20160826 Gabby */
	.breadCrumb ul li + li::after { display: none; }}/* 手機板只帶出到節目類別 20160826 Gabby */
}