@charset "utf8";

html {
  filter: grayscale(100%) !important;
  -webkit-filter: grayscale(100%) !important; /* for older Safari/Chrome */
}

a, a:hover, a:active {
  text-decoration: none;
}

body {
  background: #ebefc4;
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial, "新細明體", "細明體", sans-serif;
  font-size: 16px;
  color: #555555;
}

.TopBar {
  background: #b7c726;
}

.LanguageSwitch {
  display: inline-block;
  color: #737373;
  font-size: 12px;
  padding: 0 4px 0 8px;
  font-weight: bold;
  border-left: 1px solid #737373;
  text-decoration: none;
}

.LanguageSwitch:hover, .LanguageSwitch.active {
  color: #faa519;
}

.TopBar input {
  background: #ebefc4;
  height: 20px;
  padding: 3px 12px;
  border-radius: 0;
  margin-top: 2px;
  border: 0 solid #5c5c5c;
  width: 85%;
}

.TopBar .btn-toolbar {
  background: #d8e089;
  border-left: 3px solid #faa519;
  padding: 5px 10px;
}

.SearchIcon {
  position: relative;
  display: inline-block;
  background: url(../images/searchIcon.png) no-repeat 0 0;
  width: 22px;
  height: 22px;
  vertical-align: text-top;
  top: 1px;
  right: 1px;
}

#SiteMenu {
  border-radius: 0;
  margin-bottom: 0;
  border: 0 solid #fff;
}

#SiteMenu .navbar-nav>li {
  float: none;
}

#SiteMenu .navbar-nav>li>a {
  padding-bottom: 6px;
  border-bottom: 4px solid transparent;
  font-size: 18px;
}

#SiteMenu .navbar-nav>li.active>a, #SiteMenu .navbar-nav>li>a:hover {
  color: #faa519;
  border-bottom: 4px solid #faa519;
}

#SiteMenu .navbar-collapse {
  border-top: 2px solid #fcdeac;
}

#SiteMenu .navbar-toggle {
  background: #d8e089;
  border-color: #d8e089;
}

.SectionBlockWrap {
  background: #fff;
  padding: 50px 80px;
  color: #555555;
  border-bottom: 2px solid #b7c726;
}

.SectionBlockWrap h1 {
  font-size: 33px;
  color: #007423;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
}

.SectionBlockWrap h2 {
  color: #faa519;
  font-size: 26px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.SectionBlockWrap a {
  color: inherit;
}

.SectionBlockWrap p {
  font-size: 20px;
  height: 115px;
  overflow: hidden;
}

.Footer {
  font-size: 13px;
  padding: 5px 20px 0;
}

.Footer>div {
  padding-bottom: 5px;
}

.Footer, .Footer a {
  color: #fff;
}

.FooterMenu {
  padding: 5px 16px 8px;
  font-size: 14px;
}

ul.FooterMenuItem {
  padding: 0 15px;
  margin: 0;
  padding-top: 23px;
}

.FooterMenuItem {
  color: #fff;
  border-left: 1px solid #fff;
  padding: 0 15px;
}

.FooterMenuItem li {
  list-style: none;
}

.FooterMenuItem li a {
  text-decoration: none;
}

.FooterMenuItem a {
  color: #fff;
}

.PhoneNoLabel {
  display: inline-block;
  background: url(../images/phoneLabel.png) no-repeat 0 0;
  font-weight: bold;
  padding-left: 33px;
  font-size: 26px;
  margin-top: 25px;
  margin-bottom: 0;
}

div.FooterMenuEmail {
  padding-top: 45px;
  padding-right: 0;
}

div.FooterMenuEmail a {
  display: inline-block;
  background: url(../images/email_icon.png) no-repeat 0 bottom;
  padding-left: 30px;
}

.SocialIcon {
  margin-bottom: 0;
  padding: 0;
  text-align: right;
  padding-top: 20px;
}

.SocialIcon li {
  display: inline-block;
  margin: 0 5px;
}

.MediaIcon {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 10px;
}

.MediaIcon li {
  list-style: none;
  height: 180px;
  margin-bottom: 20px;
}

.MediaIcon div {
  margin-bottom: 26px;
}

.MediaIcon h3 {
  color: #faa519;
  font-size: 26px;
}

.FirstSectionBlockWrap {
  padding: 40px 0 0;
}

.LatestNewsWrap {
  padding: 0 80px 20px;
}

.LatestNewsWrap p {
  margin-bottom: 30px;
}

.LatestNewsLabel {
  color: #007423;
  font-size: 18px;
  height: 70px;
  text-align: center;
}

.LatestNewsLabel:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.LatestNewsLabel span {
  display: inline-block;
  vertical-align: middle;
}

.LeftRightContent p {
  min-height: 130px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}

.GreenExampleImg {
  margin-bottom: 15px;
  height: 123px;
  overflow: hidden;
}

.GreenExampleImg img {
  margin-bottom: 7px;
  width: auto !important;
  display: inline-block !important;
}

.GreenExampleWrap h2 {
  color: #b7c726;
  font-size: 19px;
}

.BannerWrap {
  position: relative;
  min-height: 115px;
}

.BannerGreenersLogo {
  background: url(../images/bannerGreenersLogoBG.png) no-repeat 0 0;
  position: absolute;
  z-index: 999;
  left: 0;
  bottom: 0;
  width: 403px;
  padding: 13px 30px;
}

.BannerSlogan {
  position: absolute;
  z-index: 999;
  right: 0;
  bottom: 0;
  width: 72%;
  background: url(../images/bannerGreenersSloganBG.png) no-repeat 0 0;
  color: #fff;
  padding-left: 95px;
  padding-bottom: 0;
  padding-top: 0;
  z-index: 998;
  font-size: 14px;
  font-weight: bold;
  left: auto;
  text-align: left;
  text-shadow: 0 1px 2px #724C0F;
}

.BannerSlogan h4 {
  font-size: 16px;
  margin: 8px 0 5px;
  font-weight: bold;
}

.BannerSlogan p {
  margin-bottom: 0;
  padding-bottom: 5px;
}

.BannerSlogan a {
  color: #fff !important;
}

.BannerWrap .carousel-indicators {
  bottom: 80px;
  left: auto;
  right: 5%;
  width: auto;
  margin-left: 0;
}

.BannerWrap .carousel-indicators li {
  border: 1px solid #007423;
  background: #fff;
  width: 13px;
  height: 13px;
}

.BannerWrap .carousel-indicators li.active {
  background: #007423;
  width: 13px;
  height: 13px;
}

.BannerWrap .carousel-control.left, .BannerWrap .carousel-control.right {
  width: 30px;
  height: 80px;
  top: 30%;
}

.BannerWrap .carousel-control.left {
  background: url(../images/slideLeftBtn.png) no-repeat 0 0;
  left: 3%;
}

.BannerWrap .carousel-control.right {
  background: url(../images/slideRightBtn.png) no-repeat 0 0;
  right: 3%;
}

.InnerPage {
  background: #fff;
  padding: 20px 20px 50px;
}

.InnerBannerSlogan {
  /*	min-height: 75px;*/
  text-align: right;
  font-size: 33px;
  /*  padding-top: 10px;*/
  /*  padding-right: 35px;*/
  padding-right: 10px;
}

.InnerBannerSlogan img {
  vertical-align: text-top;
}

.PageLeftMenu {
  padding: 0;
  margin-bottom: 30px;
}

.PageLeftMenu li {
  list-style: none;
}

.PageLeftMenu li.active, .PageLeftMenu li:hover {
  background: #fdebcc;
}

.PageLeftMenu a {
  display: block;
  color: #b2a9a3;
  padding: 15px 25px;
  border-bottom: 1px solid #a3a3a3;
  text-decoration: none !important;
  font-size: 18px;
}

.PageTitle {
  color: #007423;
  font-size: 36px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.Content {
  line-height: 30px;
}

.Content h1 {
  color: #faa519;
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 28px;
}

.Content img {
  max-width: 100%;
}

.LatestNewsList {
  margin-bottom: 15px;
}

.LatestNewsList h2 {
  color: #faa519;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 26px;
}

.LatestNewsList span {
  color: #b2a9a3;
  font-size: 16px;
  display: block;
  padding-bottom: 15px;
}

.MyPading, .MyPading li, .MyPading a {
  border-radius: 0 !important;
}

.MyPading>li>a {
  font-size: 15px;
  color: #555;
  background-color: transparent;
  border-color: transparent;
  padding-left: 7px;
  padding-right: 7px;
}

.MyPading>li>a:hover, .MyPading>li>span:hover, .MyPading>li>a:focus, .MyPading>li>span:focus {
  color: #555;
  border-color: transparent;
  background-color: transparent;
}

.MyPading>li.active a {
  background-color: transparent;
  border-color: transparent;
  color: #faa519;
}

.GreenerWorkWrap {
  margin-bottom: 35px;
}

.GreenerWorkWrap h2 {
  color: #007423;
  font-size: 32px;
  margin-bottom: 10px;
}

.GreenerWorkWrap span {
  color: #b2a9a3;
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
}

.GreenerWorkWrap h3 {
  font-size: 20px;
  margin-top: 0;
  padding-top: 15px;
  margin-bottom: 15px;
}

.GreenerWorkWrap h3 a {
  color: #555555;
}

.GreenerDesc, .GreenerDesc a {
  padding-top: 20px;
  font-size: 18px;
  line-height: 30px;
  color: #555555;
}

.MyAccordion .panel-title {
  color: #007423;
  font-size: 36px;
  margin-top: 27px;
  margin-bottom: 27px;
}

.MyAccordion .panel-title:hover {
  color: #b7c726 !important;
}

.MyAccordion .panel-heading a {
  text-decoration: none !important;
}

.MyAccordion .panel-heading a.collapsed .panel-title {
  background: url(../images/accordionHead.png) no-repeat right 0;
}

.MyAccordion .panel-heading a .panel-title {
  background: url(../images/accordionHeadActive.png) no-repeat right 0;
}

.MyAccordion .panel-default>.panel-heading {
  background: transparent;
  border-color: transparent;
}

.MyAccordion .panel-heading a.collapsed:hover .panel-title {
  background: url(../images/accordionHeadActiveHover.png) no-repeat right 0;
}

.MyAccordion .panel-heading a:hover .panel-title {
  background: url(../images/accordionHeadHover.png) no-repeat right 0;
}

.MediaInfoWrap {
  margin-bottom: 60px;
}

.MediaInfoWrap h2 {
  color: #007423;
  font-size: 32px;
  margin-bottom: 10px;
}

.MediaInfoWrap h2 a {
  color: #007423;
}

.TagFormWrap {
  position: relative;
}

.TagFormWrap .nav-tabs {
  padding: 0 50px;
  border-bottom: 3px solid #faa519;
}

.TagFormWrap .nav-tabs>li {
  margin: 0 8px;
}

.TagFormWrap .nav-tabs>li>a {
  background: #fcd28c;
  border: 1px solid #fcd28c;
  font-size: 20px;
  padding: 12px 20px 5px;
  color: #555555 !important;
}

.TagFormWrap p {
  font-size: 20px;
}

.TagFormNote {
  position: absolute;
  top: 18px;
  right: 0;
  font-size: 14px;
}

.TagFormNote.TagFormNoteStatic {
  position: static;
  padding: 0 0 15px;
  text-align: right;
  display: block;
}

.FormStyle {
  background: url(../images/formBG.png) repeat-x 0 0;
  padding: 40px;
}

.FormStyle .checkbox {
  font-size: 13px;
}

.FormStyle .checkbox span {
  font-weight: bold;
}

.FormStyle .help-block {
  font-size: 13px;
}

.TagFormWrap .nav-tabs>li.active>a, .TagFormWrap .nav-tabs>li.active>a:hover, .TagFormWrap .nav-tabs>li.active>a:focus {
  color: #fff !important;
  background-color: #faa519;
  border: 1px solid #faa519;
  border-bottom-color: transparent;
}

.FormBtn {
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
  background: #faa519;
  margin-right: 20px;
  padding: 5px 20px;
  border-radius: 8px;
  font-weight: bold;
}

.PageSubTitle {
  color: #faa519;
  font-size: 23px;
  padding: 3px 0;
  border-bottom: 1px solid #faa519;
  margin: 0 0 20px;
}

.YearFilter {
  padding: 0;
  margin-bottom: 20px;
}

.YearFilter li {
  display: inline-block;
  list-style: none;
  border-right: 1px solid #b2a9a3;
  padding: 0 8px;
  margin-bottom: 5px;
}

.YearFilter li:first-child {
  border-left: 1px solid #b2a9a3;
}

.YearFilter a {
  color: #555555;
  text-decoration: none;
  font-weight: bold;
}

.YearFilter a:hover {
  color: #b7c726;
}

.YearFilter li.active a {
  color: #007423;
}

.NewsList {
  color: #faa519;
  font-size: 23px;
  padding: 0 8px;
}

.NewsList a {
  color: #faa519;
}

.NewsList>.row {
  margin-bottom: 15px;
}

.NewsNav {
  display: inline-block;
  width: 19px;
  height: 19px;
  line-height: 19px;
  background: #faa519;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.NewsNav.disabled, .NewsNav:hover {
  background: #ccc;
  color: #fff;
  opacity: 1 !important;
  cursor: default;
}

label.error, .error {
  color: #ff0000;
  font-size: 12px;
  padding: 0;
}

.FormSmallText {
  font-size: 13px;
}

.form-control[readonly].JSDatePicker {
  background: #fff;
}

.ui-datepicker table {
  font-size: 12px;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 14px;
}

#SiteMenu .dropdown-menu {
  background-color: #fdebcc;
  color: #736357;
  border: 1px solid #fdebcc;
}

#SiteMenu .dropdown-menu a {
  padding: 6px 20px;
}

#SiteMenu .dropdown-menu>li>a:hover, #SiteMenu .dropdown-menu>li>a:focus {
  background-color: #faa519;
}

.SocietyLandingWrap {
  margin: 0 -20px;
}

.SocietyLandingWrap .panel-default {
  border: 1px solid transparent;
  border-bottom: 2px solid #b7c726;
}

.SocietyLandingWrap .panel-body {
  border-top-color: transparent !important;
}

.AlbumMediaList {
  padding: 5px 0 30px;
}

.AlbumMediaList img {
  height: 120px;
}

.AlbumMediaList li {
  margin: 0 3px 5px;
  float: left;
  list-style: none;
}

.WasteReductNewsList {
  padding: 0 0 20px;
}

.WasteReductNewsList h1, .WasteReductNewsList a {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-size: 24px;
  color: #faa519;
}

.WasteReductNewsList h1:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.WasteReductDate {
  color: #b2a9a3;
  font-size: 16px;
  margin-bottom: 20px;
}

.WasteReductLandingImg {
  height: 120px;
  overflow: hidden;
  margin-bottom: 15px;
}

.WasteReductLandingImg img {
  float: left;
  height: 120px;
  margin-right: 5px;
}

.LayoutNewsDetailNav, .LayoutNewsDetailNav a {
  font-size: 13px;
  color: #b2a9a3;
  margin-bottom: 15px;
}


/*.TagFixSlideShowWrap {
	position: relative;
}
.TagFixSlideShowWrap .nav {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	z-index: 1;
	text-align: right;
}
.TagFixSlideShowWrap .nav li {
	display: inline-block;
	float: none;
}
.TagFixSlideShowWrap .nav a {
	padding: 0;
	border-radius: 50px;
	width: 14px;
	height: 14px;
	border: 1px solid #007423;
	margin: 0 5px;
}
.TagFixSlideShowWrap .nav-pills>li.active>a, 
.TagFixSlideShowWrap .nav-pills>li.active>a:hover, 
.TagFixSlideShowWrap .nav-pills>li.active>a:focus {
	background: #007423;
}*/

.SocietyAttentNewsList {
  padding: 20px 0;
}

.SocietyAttentNewsList li {
  list-style: none;
  margin-bottom: 10px;
}

.SocietyAttentNewsList a {
  color: #faa519;
  font-size: 20px;
}

#rc-imageselect {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

@media screen and (max-height: 575px) {
  #rc-imageselect, .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

.NewsPageDesc {
  padding-bottom: 20px;
}

.morecontent {
  display: none;
}

.morelink {
  display: block;
  margin: 0 auto;
  max-width: 60px;
  color: #b2a9a3 !important;
  padding: 10px 0;
  font-size: 16px;
  text-decoration: none !important;
}

.NewsList a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.MediaInfoWrap a:hover {
  color: #d8e089;
}

.GreenerWorkWrap a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.GreenerWorkWrap h2 a {
  color: #007423;
}

.GreenerWorkWrap h2 a:hover {
  color: #d8e089;
}

.NewsNav:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.Footer a:hover, .FooterMenu a:hover, .LatestNewsWrap a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.MediaExtentWrap {
  height: 129px;
  overflow: hidden;
  margin-bottom: 20px;
}

.MediaExtentBtn {
  display: block;
  max-width: 100px;
  margin: 0 auto;
  color: #555555 !important;
}

.MediaExtentBtn i {
  font-size: 20px;
}

.mfp-image-holder .mfp-content {
  padding: 3%;
}

.mfp-figure:after {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
  border-radius: 15px;
}

.mfp-bg {
  background: none;
}

button.mfp-close {
  background: url(../images/NewsImagePopupClose.png) no-repeat right center;
  width: 32px;
  height: 32px;
  top: 50px;
}

.mfp-close:active {
  top: 50px;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: 10px;
}

.mfp-arrow:before, .mfp-arrow:after {
  display: none;
}

.mfp-arrow-left {
  background: url(../images/NewsImagePopupLeft.png) no-repeat center 0 !important;
}

.mfp-arrow-right {
  background: url(../images/NewsImagePopupRight.png) no-repeat center 0 !important;
}

.carousel .next, .carousel .prev {
  bottom: 45px;
  width: 35px;
}

.carousel .prev {
  left: 75px;
  background: url(../images/NewsImagePopupLeft.png) no-repeat center 0 !important;
}

.carousel .next {
  left: auto;
  right: 75px;
  background: url(../images/NewsImagePopupRight.png) no-repeat center 0 !important;
}

.SiteMap a {
  color: #faa519;
}

.SiteMap a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.FolderMediaPageWrap {
  padding-top: 60px;
}

.bx-wrapper {
  box-shadow: 0 0 0 #ccc;
  border: 5px solid #fff;
  background: none;
  margin-left: auto;
  margin-right: auto;
}

.bx-wrapper .bx-controls-direction a {
  top: 65%;
  width: 35px;
  height: 56px;
  z-index: 999;
}

.bx-wrapper .bx-prev {
  background: url(../images/NewsImagePopupLeft.png) no-repeat center 0 !important;
}

.bx-wrapper .bx-next {
  background: url(../images/NewsImagePopupRight.png) no-repeat center 0 !important;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: right;
}

.owl-theme .owl-dots .owl-dot span {
  border-radius: 50px;
  width: 14px;
  height: 14px;
  border: 1px solid #007423;
  background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #007423;
}

.layoutNewsSocial {
  display: inline-block !important;
  margin-left: -5px;
}

.addthis_inline_follow_toolbox.layoutNewsSocial svg, .addthis_inline_follow_toolbox.layoutNewsSocial span {
  width: 42px !important;
  height: 42px !important;
  vertical-align: text-bottom;
}

.albumDesc {
  padding-top: 10px;
  margin-bottom: 20px;
}

.InnerPageBanner {
  height: 285px;
}

.newsPhotoNoticeStyle {
  color: #0000ff;
  font-size: 10pt;
}