/*全局設定
------------------------------------------*/
body {
	font-family: Microsoft JhengHei, '微軟正黑體', Calibri;
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 1.7;
	color:#444;
	position: relative;
}
.donate-fixed{
	display: inline-block;
	width: 159px;
	height: 108px;
	position: fixed;
	right: 10px;
	top: 65%;
	background: url(../img/donateH2.png) left top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background: url(../img/donateH.png)\0;
	text-indent: -99999px;
	z-index: 9999;
}
.dis-none{
	display: none;
}
button, button a {
	font-family: Microsoft JhengHei, 微軟正黑體, Calibri;
}
.container {
	width: 100%;
	background: url(../img/bg.jpg) no-repeat top;
 *width:100%!important;
}
/* IE8 uses \0 */
@media all\0 {
.container {
	width:100%!important;
}
}
.inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}
.mb10 {
	margin-bottom: 10px;
}
.mb30 {
	margin-bottom: 30px;
}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
a {
	color: #4dac26;
	text-decoration: none;
 -webkit-transition: all .2s linear;
 -moz-transition: all .2s linear;
 transition: all .2s linear;
}
a:hover, a:focus {
	color:#217200;
	text-decoration: none;
 -webkit-transition: all .2s linear;
 -moz-transition: all .2s linear;
 transition: all .2s linear;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h3 {
	font-size: 24px;
	margin-bottom: 15px;
	position: relative;
}
.index-news, .index-about, .index-team, .index-newproduct, .index-product-link, .index-fb-link, {
 margin-bottom: 30px;
}
.btn {
	text-shadow: 0 0px 0px rgba(255, 255, 255, 0);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	margin-top: 10px;
	padding: 6px 15px;
	color: #fff;
	-webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 0px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 0px 0px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2), 0 0px 0px rgba(0, 0, 0, 0.05);
	letter-spacing: 1px;
}
.btn:hover, .btn:focus {
	color: #fff;
	text-decoration: none;
	background-position: 0 -15px;
 -webkit-transition: background-position .1s linear;
 -moz-transition: background-position .1s linear;
 -o-transition: background-position .1s linear;
 transition: background-position .1s linear;
}
/*header
------------------------------------------*/
.header-inner {
	max-width: 960px;
	margin: 0 auto;
}
.header.row-fluid {
	margin-bottom: 0;
}
.logo {
	margin: 0;
	position: relative;
	z-index: 10;
}
.logo img {
	width:204px;
	height:120px;
}
.logo a {
	display: inline-block;
	float: left;
	width:204px;
	height:120px;
}
.logo span {
	color: #427e23;
	font-size: 16px;
	float: left;
	display: inline-block;
	margin-top: 25px;
}
.social {
	float: right;
	margin: 25px 0 0;
}
/* IE8 uses \0 */
@media all\0 {
.social a {
	display:inline-block;
	float:left;
	margin-left:5px;
}
}
/*main menu
------------------------------------------*/
.menu .span12 {
	margin-top: -35px;
}
.navbar .nav {
	margin-left: 30px;
	font-size: 18px;
	letter-spacing: 2px;
}
.navbar {
	border-bottom: 1px rgba(255, 255, 255, 0.7) solid;
	border-top: 1px #487d0c solid;
	background: #4dac26; /* Old browsers */
	background: -moz-linear-gradient(top, #54c74c 0%, #365009 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #54c74c), color-stop(100%, #365009)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #54c74c 0%, #365009 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #54c74c 0%, #365009 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #54c74c 0%, #365009 100%); /* IE10+ */
	background: linear-gradient(to bottom, #54c74c 0%, #365009 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54c74c', endColorstr='#365009', GradientType=0 ); /* IE6-9 */
	margin-bottom: 0;
}
.navbar-inner {
	max-width: 960px;
	margin: 0 auto;
	background: none;
	border: 0;
	filter:none;
	position: relative;
	z-index: 11;
}
.navbar .nav>li>a {
	float: none;
	padding: 16px 20px;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 0px 1px rgba(99, 99, 99, 0.5);
}
.navbar .nav>li {
	background: url(../img/blank.gif) no-repeat bottom;
 -webkit-transition: background .2s linear;
 -moz-transition: background .2s linear;
 transition: background .2s linear;
	position: relative;
}
.navbar .nav>li:after {
	position: absolute;
	content: url(../img/menu-line.gif);
	font-size: 10px;
	padding-left: 2px;
	color: #fff;
	top: 3%;
}
.navbar .nav>li:focus, .navbar .nav>li:hover {
	background: url(../img/menu-hover.png) no-repeat bottom;
 -webkit-transition: background .3s linear;
 -moz-transition: background .3s linear;
 transition: background .3s linear;
}
.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
	color: #fff;
}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
	color: #fff;
	background: url(../img/menu-hover.png) no-repeat bottom;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;/* box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
	/*color: #ff0;
	background: transparent;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.125);
	-moz-box-shadow: inset 0 0px 0px rgba(0,0,0,0.125);
	box-shadow: inset 0 0px 0px rgba(0,0,0,0.125);*/
}
.navbar .btn-navbar {
	background: url(../img/menu-icon.png) no-repeat;
	margin: 0 auto;
	float: none;
	padding-right: 20px;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
	color: #FFF;
	background: url(../img/menu-icon.png) no-repeat;
}
.navbar .btn-navbar .icon-bar-group {
	display: inline-block;
	margin-left: 10px;
}
.navbar li.highlight a,.navbar li.highlight a:hover{
	color: #f7ff76;
}
/*banner
------------------------------------------*/
.index-banner {
	position: relative;
}
.slogan {
	position: absolute;
	top: 32%;
	color: #fff;
	letter-spacing: 1.5px;
	line-height: 2;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.slogan h3 {
	font-size: 40px;
	font-weight: bold;
}
.slogan h4 {
	font-size: 24px;
}
.slogan h4 span {
	font-size: 32px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
	font-weight: bold;
	display: inline-block;
	padding: 0 3px;
 *display:inline;
}
.slogan p {
	font-size: 19px;
}
.slogan .button {
	position: relative;
    z-index: 9;
    display: block;
    margin-bottom: 5px;
    color: #000;
    line-height: normal;
    background: #ddef15;
    font-size: 19px;
    border: 0;
    text-shadow: none;
    width: 250px;
    padding: 10px 5px 10px 20px;
    border-radius: 20px;
 	background: #f1ff0b; /* Old browsers */
 	background: -moz-linear-gradient(top,  #f7ff76 0%, #f1ff0b 100%); /* FF3.6+ */
 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7ff76), color-stop(100%,#f1ff0b)); /* Chrome,Safari4+ */
 	background: -webkit-linear-gradient(top,  #f7ff76 0%,#f1ff0b 100%); /* Chrome10+,Safari5.1+ */
 	background: -o-linear-gradient(top,  #f7ff76 0%,#f1ff0b 100%); /* Opera 11.10+ */
 	background: -ms-linear-gradient(top,  #f7ff76 0%,#f1ff0b 100%); /* IE10+ */
 	background: linear-gradient(to bottom,  #f7ff76 0%,#f1ff0b 100%); /* W3C */
 	-pie-background: linear-gradient(to bottom,  #f7ff76 0%,#f1ff0b 100%); /*ie 6-9 via PIE*/
 	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ff76', endColorstr='#f1ff0b',GradientType=0 ); /* IE6-9 */*/
 	-webkit-transition: all .2s linear;
 	-moz-transition: all .2s linear;
 	transition: all .2s linear;
 	/*border: 1px solid #CAD17A;*/
 	box-shadow: 0 2px 1px rgba(0,0,0,.2), inset 0 -1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.2);
 	behavior: url(PIE.htc);
}

.slogan .button-hover{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 30px;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	transition: all .5s linear;
	background: #e4ed47; /* Old browsers */
	background: -moz-linear-gradient(top,  #e4ed47 0%, #ccea0b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4ed47), color-stop(100%,#ccea0b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e4ed47 0%,#ccea0b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e4ed47 0%,#ccea0b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e4ed47 0%,#ccea0b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e4ed47 0%,#ccea0b 100%); /* W3C */
	-pie-background: linear-gradient(to bottom,  #e4ed47 0%,#ccea0b 100%); /*ie 6-9 via PIE*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4ed47', endColorstr='#ccea0b',GradientType=0 ); /* IE6-9 */*/
	behavior: url(PIE.htc);
}
.slogan .button:hover .button-hover {
	opacity: 1;
}
.slogan .button .icon-chevron-right {
	margin-top: 5px;
	margin-left: 20px;
}
/*首頁上三塊
------------------------------------------*/
.index-product {
	max-width: 910px;
	margin: 0px auto 50px;
	border: 2px solid #e0e0e0;
	padding: 25px 30px 30px;
	-webkit-box-shadow: 0px 0px 6px rgba(158, 158, 158, 0.4);
	-moz-box-shadow: 0px 0px 6px rgba(158, 158, 158, 0.4);
	box-shadow: 0px 0px 6px rgba(158, 158, 158, 0.4);
	position: relative;
	background-color: #fff;
	behavior: url(PIE.htc);
}
.index-product a {
	color: #333;
}
.index-product p {
	letter-spacing: 0px;
	line-height: 1.5;
}
.index-product h2 {
	font-size: 1.6em;
	margin-bottom: 3px;
	margin-top: 0;
	font-weight: normal;
	line-height: none;
}
.index-product1 {
	padding-right: 25px;
	border-right: 1px solid #ddd;
	box-sizing: content-box;
}
.index-product2 {
	padding-right: 25px;
	border-right: 1px solid #ddd;
	box-sizing: content-box;
}
.index-product3 {
	box-sizing: content-box;
}
.index-product4 {
	padding-right: 25px;
	border-right: 1px solid #ddd;
	box-sizing: content-box;
}
.index-product1 .btn {
	color: #fff;
	background: #70963e;
}
.index-product1 .btn:hover {
	color: #fff;
	background: #76AA3C;
}
.index-product1 a:hover {
	color: #70963e;
}
.index-product2 .btn {
	color: #fff;
	background: #0079BD;
}
.index-product2 .btn:hover {
	color: #fff;
	background: #028fde;
}
.index-product2 a:hover {
	color: #028fde;
}
.index-product3 .btn {
	color: #fff;
	background: #844CB0;
}
.index-product3 .btn:hover {
	color: #fff;
	background: #9E48E5;
}
.index-product3 a:hover {
	color: #9E48E5;
}
.index-product4 .btn {
	color: #fff;
	background: #666;
}
.index-product4 .btn:hover {
	color: #fff;
	background: #333;
}
.index-product4 a:hover {
	color: #999;
}

.row-fluid.index-product .span4 {
 *width:29.86%;
}
/*首頁youtube
------------------------------------------*/
.index-youtube {
	padding-bottom: 40px;
}
.index-youtube h3 {
	color: #406117;
	margin-bottom:5px;
}
.mv{margin-top:15px;}
.video-desc {
	padding-right: 20px;
}
/*首頁內容列
------------------------------------------*/
.index-center {
	padding-bottom: 50px;
}
.index-news h3:after {
	position: absolute;
	top: 15px;
	left: 0px;
	content: url(../img/border.png);
}
.title-line {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 22px;
	font-size: 1.8em;
}
.index-news ul {
	margin: 0;
}
.index-news li {
	list-style: none;
	padding: 2px 0 7px;
	font-size: 13px;
	color: #666;
	line-height: 1.7;
	padding-right: 30px;
}
.index-news li a {
	font-size: 15px;
}
.news-date {
	padding-right: 10px;
	font-size: 85%;
	color: #A0B6A6;
	margin-left: 4px;
}
.index-newproduct {
	line-height: 1.7;
}
.media>.pull-left {
	margin-right: 0;
	float: none;
	display: block;
	margin-bottom: 7px;
}
/*勸募專案
------------------------------------------*/
.index-Project {
	background: #d8eec9;
	padding: 50px 0 50px;

}

.index-Project h3{
	border-bottom: 2px solid #4dac26;
	margin-bottom:10px;
}
.index-Project .more {
display: inline-block;
color: #4dac26;
position: absolute;
right: 0px;
top: 0px;
border: 0;
font-size: 8px;
text-align: center;

}
.index-Project .news-date {
	padding-right: 10px;
	font-size: 85%;
	color: #A0B6A6;
	margin-left: 4px;
}
.love-date {
	display: inline-block;
	margin-right: 2%;
	float: left;
	line-height: 26px;
	font-size:11px;
}

#Project-list ul {
	display:block;
}
#Project-list li {
	list-style: none;
	padding: 7px 0;
	padding-left: 5px;
	font-size: 14px;
	overflow: hidden;
	border-bottom: 1px #999 dashed;
}
#Project-list li a {
	display: inline-block;
	float: left;
	color: #c6184d;/* width: 70%; */
}
.fontbig {
	font-size:120%;
}
.index-Project .button {
	display:inline-block;
	color:#fff;
	background: #ff8164;
	border: 0;
	font-size: 16px;
	border-radius: 30px;
	bottom:5%;
	padding: 10px 50px;
	margin-top: 30px;
    -webkit-transition: all .2s linear;
 	-moz-transition: all .2s linear;
 	transition: all .2s linear;
	behavior: url(PIE.htc);
	box-shadow: 0 2px 1px rgba(0,0,0,.2), inset 0 -1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.2);
}
.index-Project .button:hover {
	background: #f75732;
 -webkit-transition: all .2s linear;
 -moz-transition: all .2s linear;
 transition: all .2s linear;
}
/*愛心故事
------------------------------------------*/
.index-story {
	background: #fff;
	padding: 60px 0 60px;
}
.row-fluid.index-story .span4 {
 *width:27.86%;
	min-height: 280px;
}
.index-story .span4 {
	/*background: #fff;
	border: 1px solid #a9a9a9;*/
	padding: 0px 15px 40px;
	position: relative;
}
.index-story .span4 h3 {
	margin: 0 0 20px;
	border-bottom: 2px solid #4dac26;
	padding-bottom: 5px;
}
.index-story .span4 .more {
	display:inline-block;
	color: #fff;
	/* font-family: Arial Black; */
	position: absolute;
	right: 0px;
	bottom: 0px;
	/* font-size: 14px; */
	background: #58cb8e;
	border: 0;
	font-size: 8px;
	border-radius: 15px;
	padding: 2px 8px;
	text-align:center;
	*height:30px;
	behavior: url(PIE.htc);
	box-shadow: 0 2px 1px rgba(0,0,0,.2), inset 0 -1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.2);
}

.index-story .span4 .more:hover {
	color: #fff;
	background: #27b348;
}
.index-story ul {
	margin: 0;
}
.index-story li {
	list-style: none;
	padding: 7px 0;
	padding-left: 5px;
	font-size: 14px;
	letter-spacing: 0;
	overflow: hidden;
	border-bottom: 1px #999 dashed;
}
.index-story li:nth-child(even) {
/*background:#FFFCD8;*/
}
.index-story li a {
	display: inline;
	color: #4dac26;/*width: 70%;*/
}
.story-date {
	display: inline-block;
	margin-right: 2%;
	float: left;
	width: 27%;
	font-size:11px;
}
/*活動照片
------------------------------------------*/
.index-pics {
	background: #bbe486;
	padding: 50px 0 50px;
}
.index-pics h3 span {
	color: #1d9528;
	padding: 0 15px;
	background: #bbe486;
	position: relative;
	z-index: 2;
	font-size:26px;
}
.index-pics h3:after {
	content: '';
	height: 1px;
	width: 100%;
	background: #1d9528;
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 1;
}
.index-pics a.more {
    display: block;
    color: #fff;
    background: #58cb8e;
    border: 0;
    font-size: 20px;
    border-radius: 23px;
    padding: 10px 30px;
    text-align: center;
    width: 150px;
    margin: 0 auto;
}
/*目前捐贈數量
------------------------------------------*/
.index-donated {
	font-size: 19px;
	padding: 60px 0;
	line-height: normal;
	background:#BBE486;
}
.donated-main {
	margin: 0px 0 10px;/*padding-left: 120px;*/
}
.donated-number {
	color: #618400;
	font-size: 80px;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	letter-spacing: -1px;
}
.donated-unit {
	color: #618400;
	font-size: 40px;
}
.donated-thx {
	color: #618400;
	font-size: 26px;
}
.index-pics .button {
	display:inline-block;
	color:#fff;
	background: #58cb8e;
	border: 0;
	font-size: 16px;
	border-radius: 30px;
	padding: 10px 50px;
	margin-top: 30px;
 -webkit-transition: all .2s linear;
 -moz-transition: all .2s linear;
 transition: all .2s linear;
	behavior: url(PIE.htc);
}
.index-donated .button:hover {
	background: #30B970;
 -webkit-transition: all .2s linear;
 -moz-transition: all .2s linear;
 transition: all .2s linear;
}
/*贊助商
------------------------------------------*/
.index-sponsors {
	padding: 50px 0 100px;
	background: #D8EEC9;
	color: #333;
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, .2);
}
.index-sponsors h3 {
	margin-bottom:40px;
}
.index-sponsors h3 span {
	color: #1d9528;
	padding: 0 15px;
	background: #D8EEC9;
	position: relative;
	z-index: 2;
	font-size:26px;
}
.index-sponsors h3:after {
	content: '';
	height: 1px;
	width: 100%;
	background: #1d9528;
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 1;
}
.index-sponsors ul {
	margin: 0;
}
.index-sponsors li {
	list-style: none;
	display: inline-block;
	width: 20%;
 *width:19%;
 *display : inline;
 *zoom : 1;
}
/*google form
------------------------------------------*/
.googleform{
	position: relative;
	width:90%;
	}
	.googleform h3{
	position: relative;
	width:90%;
	}
.googleform .button {
display: inline-block;
color: #fff;
background: #ff8164;
border: 0;
font-size: 16px;
border-radius: 30px;
bottom: 5%;
padding: 10px 50px;
margin-top: 30px;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
transition: all .2s linear;
behavior: url(PIE.htc);
box-shadow: 0 2px 1px rgba(0,0,0,.2), inset 0 -1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.2);
	}
/*footer
------------------------------------------*/
.footer {
	border-top: 2px solid #4dac26;
	padding: 15px 0 0px;
	font-size: 13px;
}
.footer.row-fluid {
	margin-bottom: 0;
}
.footer-inner {
	max-width: 960px;
	margin: 0;
	float: none;
	overflow: hidden;
}
.footer h2 {
	margin: 0;
	font-size: 0;
	/*background: url(../img/footerLogo.png) no-repeat left;*/
	width: 154px;
	height: 91px;
}
.footer h2 img {
	vertical-align: top;
}
.footer address {
	line-height: 1.5;
}
.footer-link {
/*float: right;*/
}
.inline.text-right.footer-link li {
	padding-left: 2px;
	padding-right: 0;
}
.footer-link li a {
 *display:inline-block;
 *border-right:1px solid #4dac26;
 *padding:0 5px;
 *height:15px;
 *line-height:15px;
}
.footer-link li:first-of-type:before {
	content: '|';
	padding-right: 2px;
	color: #4dac26;
}
.footer-link li:after {
	content: '|';
	padding-left: 2px;
	color: #4dac26;
}
.footer-link a {
	color: #4dac26;
}
.footer-link a:hover, .footer-link a:focus {
	color: #3c8b1c;
}
/*內頁
------------------------------------------*/
.gray-line {
	margin:30px 0;
}
input, button, select, textarea {
	font-family: Microsoft JhengHei, 微軟正黑體, Calibri;
	letter-spacing:1px;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: rgba(129, 180, 53, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(120, 207, 39, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(89, 189, 57, 0.6);
}
.inside-wrap {
	padding-bottom:70px;
}
.inside-container {
	background:url(../img/bg-inside.jpg) no-repeat center top;
}
.inside-wrap h2 {
	color:#4dac26;
	margin: 0 0 20px;
	border-bottom: 2px solid #4dac26;
	padding-bottom: 10px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}
.inside-wrap h3 {
	padding-left:20px;
	background:url(../img/arrow-blue.png) no-repeat left 14px;
}
/*內頁-關於我們
------------------------------------------*/
.pitfont {
	font-size:90%;
	color:#6ca203;
	padding:5px;
	width:100%;
	text-align:center;
}
.article {
}
.article ul {
	margin-top:10px;
}
.article li {
	list-style: none;
	background: url(../img/arrow-green.png) no-repeat left 8px;
	padding: 2px 0 5px;
	padding-left: 17px;
	color:#6ca203;
}
/*內頁-簡單捐贈
------------------------------------------*/
.thumbnails li h3 {
	padding-left:16px;
	background:url(../img/arrow-green.png) no-repeat left 18px;
}
.thumbnails li h3 span {
	font-size:75%;
	color:#6ca203;
}
.thumbnails li h4 {
	font-size:120%;
	color:#59a123;
	font-weight:bold;
	display:inline;
}
/*內頁-捐贈表單
------------------------------------------*/
.donate-form {
}
/*--------聯絡資訊----------*/
.donate-form-1 {
	padding:0px 0 30px;
}
.form-float {
	float:left;
	width:50%;
}
.control-group textarea {
	width:100%;
	margin-right: 14px;
	box-sizing: border-box;
}
.control-group input[type=text] {
	margin-top: 0px;
	width: 100%;
	margin-right: 14px;
	box-sizing: border-box;
	height: 30px;
}
INPUT[type='text'] {
 *padding:0;
}
.control-group select {
	width:100%;
}
.control-group .add {
 *margin-left:180px;
 *padding-left:0;
}
.control-group .add input[type=text] {
	margin-top:10px;
 *margin-left:-180px;
}
.city .select, .city select {
	width:18.5%;
	margin-right:12px;
 *float:left;
 *margin-right:15px;
}
.control-label span {
	display:block;
	font-size:13px;
	color:#76AA3C;
}
.control-group.location {
	float:left;
	width:100%;
}
/*.control-group input{
	width:286px;
}
.control-group select{
	width:300px;
}*/
/*--------捐贈品項資料----------*/
.donate-form-2 {
	padding:30px 0;
}
#ctl00_MainContent_gvDonateItems {
 *float:left;
 *margin-bottom:20px;
}
.donate-item {
	table-layout:fixed;
}
.table.donate-item th {
	background:#81B435;
	color:#fff;
	padding:5px 0;
	line-height:normal;
	text-align:center;
	font-weight: normal;
}
.donate-item th:nth-of-type(1) {
 width:10%;
}
.donate-item th:nth-of-type(2) {
 width:22%;
}
.donate-item th:nth-of-type(3) {
 width:10%;
}
.donate-item th:nth-of-type(4) {
 width:15%;
}
.donate-item th:nth-of-type(5) {
 width:47%;
}
.donate-item tr:nth-child(even) {
 background:#f9f9f9;
}
.donate-item td {
	padding:3px 7px;
	vertical-align:middle;
	text-align:center;
}
.donate-item input[type=text], .donate-item select {
	width:100%;
	/*width: 70%\9;*/
	box-sizing: border-box;
	height: 30px;
	margin: 5px 0;
	text-align:center;
}
.donate-item .radio.inline, .donate-item .checkbox.inline {
	padding-top:0;
}
.donate-item input[type=radio] {
	display:inline-block;
	vertical-align:top;
}
.donate-item input[type=radio]+label {
	display:inline-block;
	margin-right:15px;
}
/*--------新的JQ select樣式----------*/
.row-fluid .span2 {
 *width:100%;
}
.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
 *display:inline-block;
 *visibility:visible;
}
.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #81b435;
	width: 100%;
	height: 40px;
	border:1px solid #ddd;
 *border:none;
	display: inline-block;
	height: 30px;
	padding: 4px 6px;
 *padding:0;
	margin: 5px 0;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear .2s, box-shadow linear .2s;
-moz-transition: border linear .2s, box-shadow linear .2s;
-o-transition: border linear .2s, box-shadow linear .2s;
transition: border linear .2s, box-shadow linear .2s;
	box-sizing: border-box;
}
.select-styled {
 *display:none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: white;
	padding:4px 20px 4px 6px;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear .2s, box-shadow linear .2s;
-moz-transition: border linear .2s, box-shadow linear .2s;
-o-transition: border linear .2s, box-shadow linear .2s;
transition: border linear .2s, box-shadow linear .2s;
}
.select-styled:after {
	content: "";
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-color: #81b435 transparent transparent transparent;
	position: absolute;
	top: 12px;
	right: 10px;
}
.select-styled:hover {
	background-color: #fafafa;
}
.select-styled:active, .select-styled.active {
	background-color: #fafafa;
}
.select-styled:active:after, .select-styled.active:after {
	top: 3px;
	border-color: transparent transparent #81b435 transparent;
}
.select-options {
	display: none;
	position: absolute;
	top: 102%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fafafa;
	border-top:1px solid #e6e6e6;
}
.select-options li {
	margin: 0;
	padding: 10px 6px;
	/* text-indent: 15px;*/
  border:1px solid #e6e6e6;
	border-top: none;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.select-options li:hover {
	/*color: white;*/
  background: #F1FFD8;
}
.select-options li[rel="hide"] {
	display: none;
}
/*--------新增品項btn----------*/
.donate-form2 .button, .donate-form-4 .button {
	outline: none;
	color:#fff;
	background: #58cb8e;
	border: 0;
	border-radius:20px;
	padding: 8px 25px;
 	-webkit-transition: all .2s linear;
 	-moz-transition: all .2s linear;
 	transition: all .2s linear;
	behavior: url(PIE.htc);
	box-shadow: 0 2px 1px rgba(0,0,0,.2), inset 0 -1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.2);
}
.donate-form2 .button:hover, .donate-form-4 .button:hover {
	background: #30B970;
 	-webkit-transition: all .2s linear;
 	-moz-transition: all .2s linear;
	 transition: all .2s linear;
}
.donate-form2 .button a, .donate-form-4 .button a {
	color: #fff;
	font-size: 16px;
}
.donate-form-4 .submit {
	margin-right:15px;
}
.donate-form2 h4 a{
	display: inline-block;
	margin: 10px 0;
	line-height: normal;
}
.remove .icon-remove {
	vertical-align:baseline;
}
.form-horizontal .controls {
	position:relative;
}
.red-notice {
	position: absolute;
	top: -4px;
	right: -13px;
}
.add .red-notice {
	position: absolute;
	top: 4px;
	right: -13px;
}
.controls.add p{
	margin: 10px 0;
	color: #4dac26;
}
/*--------愛心分享----------*/
.donate-form-3 {
	padding:30px 0 10px;
}
.donate-form-3 textarea {
	width:100%;
	box-sizing: border-box;
}
/*--內頁表格預設--*/
.table-list {
	
}
.table-list th {
	background: #81B435;
	color: #fff;
	line-height: normal;
}
.table-list td {
	vertical-align:middle;
}
/*--簡單做環保--*/
.helpearth .button {
	outline: none;
	letter-spacing:1.5px;
	display: inline-block;
	color:#fff;
	background: #58cb8e;
	border: 0;
	padding: 6px 15px;
	border-radius:20px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
	behavior: url(PIE.htc);
	box-shadow: 0 2px 1px rgba(0,0,0,.2), inset 0 -1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.2);
}
.helpearth .button:hover {
	background: #30B970;
 -webkit-transition: all .2s linear;
 -moz-transition: all .2s linear;
 transition: all .2s linear;
}
.helpearth .thumbnail{
min-height: 300px;
}
.helpearth a.invisible{
	display: none;
}
/*--捐贈名人榜--*/
.mood-desc {
	color: #888;
}
span#ctl00_MainContent_DataList1 {
	display: inline-table;
}
/*--聯絡我們--*/
.contact {
	width:800px;
	margin:20px 0;
}
.captcha input[type=text] {
	width:50%;
	float:left;
}
.contact .btns, .applyCooperation .btns {
	margin-left:180px;
}
.contact .btns .button, .applyCooperation .btns .button {
	color:#fff;
	background: #58cb8e;
	border: 0;
	border-radius:4px;
	padding: 8px 30px;
 -webkit-transition: all .2s linear;
 -moz-transition: all .2s linear;
 transition: all .2s linear;
	behavior: url(PIE.htc);
}
.contact .btns .button:hover, .applyCooperation .btns .button:hover {
	background: #30B970;
 -webkit-transition: all .2s linear;
 -moz-transition: all .2s linear;
 transition: all .2s linear;
}
.contact .btns .button a, .applyCooperation .btns .button a {
	color: #fff;
	font-size: 16px;
}
.contact .btns .submit, .applyCooperation .btns .submit {
	margin-right:15px;
}
input.remove{
	background: #adadad!important;
}
input.remove:hover{
	background: #ccc!important;
}
.remove .icon-remove {
	vertical-align:baseline;
}
.radio.inline label {
	display:inline-block;
	margin-right: 40px;
	float: left;
}
/*--網站地圖--*/
.siteMap{
	margin-bottom:30px;
}
.siteMap1{
	margin-bottom:30px;
}
.siteMap li {
	list-style: none;
	background: url(../img/icon-orange.gif) no-repeat left 12px;
	padding: 5px 0 5px;
	padding-left: 17px;
	color: #6ca203;
	width:30%;
	float:left;
}
/*--合作提案--*/
.cooperation .float li {
	list-style: none;
	background: url(../img/arrow-blue.png) no-repeat left 8px;
	padding: 5px 0 5px;
	padding-left: 17px;
	color: #6ca203;
	width:40%;
	float:left;
}
.cooperation li {
	list-style: none;
	background: url(../img/arrow-blue.png) no-repeat left 8px;
	padding: 5px 0 5px;
	padding-left: 17px;
	color: #6ca203;
}
.cooperation .button {
	margin:15px 0;
	letter-spacing:1.5px;
	display: inline-block;
	color:#fff;
	background: #58cb8e;
	border: 0;
	padding: 6px 20px;
 -webkit-transition: all .2s linear;
 -moz-transition: all .2s linear;
 transition: all .2s linear;
	behavior: url(PIE.htc);
}
.cooperation .button:hover {
	background: #30B970;
 -webkit-transition: all .2s linear;
 -moz-transition: all .2s linear;
 transition: all .2s linear;
}
.applyCooperation form {
	margin:20px 0;
}
/*--FAQ--*/
.FAQ .Q {
	list-style: none;
	background: url(../img/Q.png) no-repeat left 7px;
	padding: 7px 0 5px;
	padding-left: 30px;
	color: #6ca203;
	font-size:17px;
}
.FAQ .A {
	list-style: none;
	background: url(../img/A.png) no-repeat left 10px;
	padding: 7px 0 5px;
	padding-left: 30px;
	color: #666;
}
.FAQ li li {
	list-style-type: decimal;
}
.FAQ .point{color:#189221;}
/*--捐贈成功頁面--*/
.apply-finish {
	text-align:center;
}
.table-join-fb {
	border:3px solid #DFE4F6;
	width:659px;
	margin:0 auto;
	margin-top: 20px;
}
.stepDiv{background:#e5e5e5;display:inline-block;}
.stepDiv .button,.FAQ .button {
	display:inline-block;
	color:#fff;
	background: #ff8164;
	border: 0;
	font-size: 16px;
	border-radius: 30px;
	bottom:5%;
	padding: 10px 50px;
	margin-top: 30px;
  	behavior: url(PIE.htc);
	box-shadow: 0 2px 1px rgba(0,0,0,.2), inset 0 -1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.2);
}
.FAQ .button:hover {
	background: #f75732;
 -webkit-transition: all .2s linear;
 -moz-transition: all .2s linear;
 transition: all .2s linear;
}

/*-------------------------------------------------
	TRF-banner
-------------------------------------------------*/
.index-product{
	margin-bottom: 15px;
}
.TRF-banner{
	text-align: center;
}
.TRF-banner img{
	max-width: 960px;
	width: 100%;
}
.m-view{
	display: none;
}

.desc{
	background: #fff9f6;
	border: 1px solid #ffc707;
	padding: 15px 20px;
	border-radius: 10px;
	font-size: 14px;
	margin-bottom: 15px;
}
.desc h4{
	color: #e91e1e;
	font-size: 15px;
	font-weight: bold;
}

/*RWD table*/

@media only screen and (max-width: 720px){
	table.responsive, table.responsive thead, table.responsive tbody, table.responsive th, table.responsive td, table.responsive tr {
		display: block;
	}
	table.responsive thead{
		display: none;
	}
	table.responsive tr {
		border: 1px solid #ccc;
		margin-bottom: 10px;
		/* background-color: #ffffff; */
	}
	table.responsive td {
		border: none !important;
		border-bottom: 1px solid #eee !important;
		position: relative;
		padding-left: 90px !important;
		white-space: normal;
		text-align: left;
	}
	table.responsive td:before {
		content: attr(data-title);
		position: absolute;
		top: 8px;
		left: 6px;
		width: 90px;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
		color: #1a1a1a;
	}
	table.responsive td.notitle{
		padding-left: 8px !important;
	}
	table.responsive td.notitle:before {
		display: none;
	}
}
