body {
	background-image: url(../images/bg.png);
	font-family: /*"Helvetica Neue",Helvetica,Arial,*/sans-serif,'微軟正黑體';
}
.is-menus>div>.active {
	background-color: #285d28;
}
a {
	color: #1BB0AD;
}

.is-signin {
	margin: 20% 0 30% 0;
}
.nav-tabs>li>a:hover {
	color: #3354a1;
}

.is-nav_bg {
	height: 20px;
	background-color:#008857;
	border-bottom: 1px solid #ddd;
	box-shadow: 0px 2px 2px #111 ;

}
.is-logo a {
	display: block;
}
.is-logo {
	margin: 15px 0 ;
}
.is-listbar .breadcrumb {

	background-color: transparent;
	text-align: right;
	margin-bottom: 0px;
	padding-top: 12px;
}

.breadcrumb li a,.is-listbar .breadcrumb li a{
	color: #16928E;
	text-decoration: none; 

}
.is-footer {
	margin-top:20px; 
	padding-top: 10px;
	border-top: 3px solid #1BB0AD;
}
.is-menus {
	padding:20px 0;
}

.is-triangle {
	background-color: #cadcc2;
	width: 15px;
	height: 15px;

	-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
	color: #008857;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle {
    background-color:  #1BB0AD;
}
.navbar-default .navbar-toggle .icon-bar {
	 background-color:  #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color:  #16928E;
}
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 ;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}
.pd-rest_l {
	padding-left: 0px;
}
.pd-rest_lr {
	padding-left: 5px;
	padding-right: 5px;
}
.pd-rest_r {
	padding-right: 0px;
}
/* Common style */
.grid figure {
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	max-height: 120px;
	background: #3085a3;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	font-size:18px ;
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
	font-weight: 500;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
.is-product {
	text-align: center;
}
.is-product img {
	width: 100px;
}
.progress:first-child {
	margin-top: 10px;
}
.progress:last-child {
	margin-bottom: 0px;
}

.is-title h3 {
	margin-top: 0px;
	font-weight: 600;
}
 .progress.is-ele {
 	margin-top:20px; 
	height: 40px;

}
 .progress.is-ele .progress-bar {
 	animation: progress-bar-stripes 2s linear infinite;
 }
/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
	background: #42b078;
}

figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.pd-rest_l {
	padding-left: 15px;
}
.pd-rest_r {
	padding-right: 15px;
}
.panel h4 {
	color: #008857;
	font-weight: 500;
}
.is-overbox {
	max-height: 80px;
	overflow-y: auto;
}

.is-overbox label {
	margin-left: 10px;
}
.is-norm h4{
	margin: 0px;
	margin-top:55px; 
	font-weight: 600;
}
@media (min-width:767px) {

.is-logo img {
	width: 100%;
}
.pd-rest_l {
	padding-left: 0px;
}
.pd-rest_r {
	padding-right: 0px;
}
figure.effect-sarah:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
	text-align: left;
}

figure.effect-sarah h2 {
	position: relative;
	overflow: hidden;
	padding: 0.1em 0;
	text-shadow: 3px 2px 2px black;
	-webkit-text-shadow: 3px 2px 2px black;
	-moz-text-shadow: 3px 2px 2px black;
	-ms-text-shadow: 3px 2px 2px black;
	-o-text-shadow: 3px 2px 2px black;
	
}

figure.effect-sarah h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}


.effect-sarah.active img {
	opacity: 0.4;
}
figure.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

}
@media (min-width:1199px) {
	.is-norm h4{
	margin: 0px;
	margin-top:40px; 
}

.grid figure h2 {
	font-size:24px ;
	}
}
@media (max-width:767px) {
	.is-signin {
		margin:0; 
	}
	.is-logo {
		text-align: center;
	}
	.is-listbar .breadcrumb {
		padding-top: 0px;
		text-align: center;
	}
	.is-menus a {
		width: 100%;
		display:inline-block; 
		margin-top: 5px;
	}
	.grid figure {
		    max-height: 90px;
	}

	.is-norm h4{
	text-align: center;
	margin: 0px;
}
}