﻿body{
	color:#000;
}
@media (max-width: 991px) {
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
    position: static;
  }
  .open .dropdown-menu {
    display: block;
  }
}
.t3-logo,
.t3-logo-small {
  display: block;
  text-decoration: none;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
}
.t3-logo {
  width:100%;
  height: 62px;
}
.t3-logo-small {
  width: 60px;
  height: 30px;
}
/**網站右下的logo
.t3-logo,
.t3-logo-color {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png");
}
.t3-logo-small,
.t3-logo-small.t3-logo-color {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-color.png");
}
.t3-logo-dark {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-big-dark.png");
}
.t3-logo-small.t3-logo-dark {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-dark.png");
}
.t3-logo-light {
  background-image: url("http://study.good2us.com/images/logo-sangha.png");
}
.t3-logo-small.t3-logo-light {
  background-image: url("http://joomlart.s3.amazonaws.com/images/jat3v3-documents/logo-complete/t3logo-small-light.png");
}**/

@media (min-width: 480px) {
	.t3-logo-light {
	/**  background-image: url("http://cdn1.lrannotations.org/images/logo/logo-footer 20151007.png"); **/
	  background-image: url("https://d3nc5maxwwkvi8.cloudfront.net/images/logo/logo-footer-20160818.svg");
	  height: 134px;
	  margin-bottom: 5px;
	}
}
@media (max-width: 480px) {
	.t3-logo-light {
	 /** background-image: url("http://cdn1.lrannotations.org/images/logo/logo-footer 20151007-s.png");**/
	 background-image: url("https://d3nc5maxwwkvi8.cloudfront.net/images/logo/logo-footer-20160818.svg");
	 height: 85px;
     background-size: 33%;
	}
}
@media (max-width: 390px) {
	.t3-logo-light {
	 background-image: url("https://d3nc5maxwwkvi8.cloudfront.net/images/logo/logo-footer-20160818.svg");
	 height: 85px;
     background-size: 40%;
	}
}
@media (max-width: 350px) {
	.t3-logo-light {
	 background-image: url("https://d3nc5maxwwkvi8.cloudfront.net/images/logo/logo-footer-20160818.svg");
	 height: 85px;
     background-size: 45%;
	}
}

@media (max-width: 991px) {
  .logo-control .logo-img-sm {
    display: block;
  }
  .logo-control .logo-img {
    display: none;
  }
}
@media (min-width: 992px) {
  .logo-control .logo-img-sm {
    display: none;
  }
  .logo-control .logo-img {
    display: block;
  }
}
#community-wrap .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}
.body-data-holder:before {
  display: none;
  content: "grid-float-breakpoint:992px screen-xs:480px screen-sm:768px screen-md:992px screen-lg:1200px";
}
/**藏文字體TibetanFont**/
@font-face{
font-family:'bodyig';
src:local("Microsoft Himalaya"),url("../fonts/TibetanFont/himalaya.eot?#iefix"),url("../fonts/TibetanFont/himalaya.woff") format("woff"),url("../fonts/TibetanFont/himalaya.ttf") format("truetype"),url("../fonts/TibetanFont/himalaya.svg") format("svg");font-weight:normal;font-style:normal;}


input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
 /* color: #646464;*/
 color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
 /*color: #ffffff;*/
  color:#4d3592;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
th,
td {
  line-height: 1.75;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: bold;
}
@media screen and (max-width:768px) {
	th {
	  font-weight: 400;
	}
}
td,
tr td {
  border-top: 1px solid #dddddd;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #f5f5f5;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #f9f9f9;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
  margin:0 auto;
}
.service-page table.category{
	margin-top:30px;
}
@media (min-width: 992px){
	 .announcements-page table.category,
	 .service-page table.category{
		width: 85%; /**網站服務、公告頁面列表**/
	}
}
table.contentpaneopen {
  border: 0;
}
.star {
  color: #e74c3c;
  font-size:20px;
  position:relative;
  left:-6px;
}
.red {
  color: #e74c3c;
}
hr {
  margin-top: 28px;
  margin-bottom: 28px;
  border: 0;
  border-top: 1px solid #d9d9d9;
}
.wrap {
  width: auto;
  clear: both;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 28px;
  margin-bottom: 14px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 14px;
  margin-bottom: 14px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 50px;
}
h2,
.h2 {
 /*font-size: 44px;*/
  
  /**20150421 for 公告的標題--因獨立寫那頁的h2 style失敗，因此寫在這**/
  color: #000000;
  line-height: 1;
  margin: 0;
  font-size: 35px;
  padding-bottom: 13px;
}
h3,
.h3 {
  font-size: 32px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 14px;
  text-align: justify; 
  color:#000;
  line-height:1.8em;
  letter-spacing:1px;
}
@media screen and (max-width:768px) {
	p {
		font-weight:400;
	}
}
.study_body p
{
	line-height:1.8em;
	margin: 0 0 1.5em 0;
	font-size:17px;
}
.custom-footer-about p
{
	line-height: 1.8em;
}
.lead {
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.box-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.box-center .btn {
  margin-right: 14px;
  margin-bottom: 14px;
}
.box-center + .box-center {
  margin-top: 56px !important;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #1bbc9b;
}
a.text-primary:hover {
  color: #158f76;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover {
  color: #953b39;
}
.bg-primary {
  color: #fff;
  background-color: #1bbc9b;
}
a.bg-primary:hover {
  background-color: #158f76;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
.page-header {
  padding-bottom: 13px;
  margin: 56px 0 28px;
  border-bottom: 1px solid #d9d9d9;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 14px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 28px;
}
dt,
dd {
  line-height: 1.75;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
  .dl-horizontal dt {
    float: left;
    width: auto;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 90px;
  }

@media (min-width: 768px) {
  .dl-horizontal dt {width: 160px;}
  .dl-horizontal dd {margin-left: 180px;}
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 14px 28px;
  margin: 0 0 0px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.75;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 28px;
  font-style: normal;
  line-height: 1.75;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 84px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 48px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 84px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 84px;
}
.features-list .feature-row h3 {
  font-size: 32px;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 48px;
}
.jumbotron iframe {
  margin-top: 28px;
}
@-webkit-keyframes popUp {
  70% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transform: scale(1.1);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes popUp {
  70% {
    -moz-transform: scale(1.1);
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes popUp {
  70% {
    transform: scale(1.1);
    opacity: 0.8;
    filter: alpha(opacity=80);
    animation-timing-function: ease-out;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes moveFromLeft {
  50% {
    left: -10%;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes moveFromLeft {
  50% {
    left: -10%;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes moveFromLeft {
  50% {
    left: -10%;
    animation-timing-function: ease-out;
  }
  100% {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes moveFromRight {
  50% {
    right: -10%;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes moveFromRight {
  50% {
    right: -10%;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes moveFromRight {
  50% {
    right: -10%;
    animation-timing-function: ease-out;
  }
  100% {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes fadeIn {
  100% {
    -webkit-animation-timing-function: ease-out;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes fadeIn {
  100% {
    -moz-animation-timing-function: ease-out;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes fadeIn {
  100% {
    animation-timing-function: ease-out;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media (min-width: 992px) {
  .ja-animate {
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .ja-animate[data-animation="move-from-left"] {
    left: -20%;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .ja-animate[data-animation="move-from-right"] {
    right: -20%;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .ja-animate[data-animation="fadeIn"] {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .inview .ja-animate[data-animation="pop-up"] {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: popUp 300ms ease-in-out forwards;
    -moz-animation: popUp 300ms ease-in-out forwards;
    animation: popUp 300ms ease-in-out forwards;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
  }
  .inview .ja-animate[data-animation="move-from-left"] {
    -webkit-animation: moveFromLeft 300ms ease-in-out forwards;
    -moz-animation: moveFromLeft 300ms ease-in-out forwards;
    animation: moveFromLeft 300ms ease-in-out forwards;
  }
  .inview .ja-animate[data-animation="move-from-right"] {
    -webkit-animation: moveFromRight 300ms ease-in-out forwards;
    -moz-animation: moveFromRight 300ms ease-in-out forwards;
    animation: moveFromRight 300ms ease-in-out forwards;
  }
  .inview .ja-animate[data-animation="fadeIn"] {
    -webkit-animation: fadeIn 300ms ease-in-out forwards;
    -moz-animation: fadeIn 300ms ease-in-out forwards;
    animation: fadeIn 300ms ease-in-out forwards;
  }
  .inview .ja-animate[data-delay="200"] {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
  }
  .inview .ja-animate[data-delay="400"] {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
  }
  .inview .ja-animate[data-delay="600"] {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
  }
  .inview .ja-animate[data-delay="800"] {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
  }
  .inview .ja-animate[data-delay="1000"] {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
  }
}

label {
  border: 0;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 0;
  line-height: inherit;
}
label.invalid {
  color: #e74c3c;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
  border: 2px solid #d9d9d9;
  border-radius: 0;
  box-shadow: none;
  height: 44px;
}
select:hover,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover,
.inputbox:hover,
select:active,
textarea:active,
input[type="text"]:active,
input[type="password"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="date"]:active,
input[type="month"]:active,
input[type="time"]:active,
input[type="week"]:active,
input[type="number"]:active,
input[type="email"]:active,
input[type="url"]:active,
input[type="search"]:active,
input[type="tel"]:active,
input[type="color"]:active,
.inputbox:active,
select:focus,
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,
.inputbox:focus {
  border-color: #820050;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #999999;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
@media screen and (min-width: 768px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .inputbox {
    width: auto;
  }
}
.form-control {
  border-color: #d9d9d9;
  box-shadow: none;
  border-radius: 3px;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 28px;
}

.radio label,
.checkbox label {
  display: inline;
}
.form-control-static {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: -5px;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .control-label input[type="radio"],
.form-horizontal .radio input[type="radio"],
.form-horizontal .checkbox input[type="radio"],
.form-horizontal .radio-inline input[type="radio"],
.form-horizontal .checkbox-inline input[type="radio"],
.form-horizontal .control-label input[type="checkbox"],
.form-horizontal .radio input[type="checkbox"],
.form-horizontal .checkbox input[type="checkbox"],
.form-horizontal .radio-inline input[type="checkbox"],
.form-horizontal .checkbox-inline input[type="checkbox"] {
  margin-top: 5px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.form-horizontal .control-label {
  padding-right: 0;
}
.form-horizontal .control-group .controls {
  margin-left: 150px;
}
@media (min-width: 992px) {
  .form-horizontal .control-group .controls {
    margin-left: 180px;
  }
}
.btn {
  background: none;
  border-radius: 0;
  /*border-width: 2px;
  font-weight: 700;*/
  border-width: 1px;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 1;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  background: #eeeeee;
  border-color: #cccccc;
  color: #999999;
}
.btn:after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.btn-default {
  background: #ffffff;
  /*color: #4d3592;
  border-color: #4d3592;  紫*/
  color: #820050;
  border-color: #820050; 
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background: none;
  border-color: #4d3592;
  color: #ffffff;
}
.btn-default:hover:after,
.btn-default:focus:after,
.btn-default:active:after {
  width: 100%;
}
.btn-default:after {
  /*background: #4d3592; 紫*/
  background: #820050;
}
input.btn-default:hover,
button.btn-default:hover,
input.btn-default:focus,
button.btn-default:focus,
input.btn-default:active,
button.btn-default:active {
  background: #4d3592;
}
.btn-primary {
  color: #820050;
  background:#ffffff;
  border:1px solid #820050;
}
#back-to-top .btn-primary {
	 border:none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: none;
  border-color: #820050;
}
.btn-primary:hover:after,
.btn-primary:focus:after,
.btn-primary:active:after {
  width: 100%;
}
.btn-primary:after {
  background: #820050;
}
input.btn-primary:hover,
button.btn-primary:hover,
input.btn-primary:focus,
button.btn-primary:focus,
input.btn-primary:active,
button.btn-primary:active {
  background: #820050;
}
.btn-warning {
  color: #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: none;
  border-color: #f0ad4e;
}
.btn-warning:hover:after,
.btn-warning:focus:after,
.btn-warning:active:after {
  width: 100%;
}
.btn-warning:after {
  background: #f0ad4e;
}
input.btn-warning:hover,
input.btn-warning:focus,
input.btn-warning:active {
  background: #f0ad4e;
}
.btn-danger {
  color: #d9534f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: none;
  border-color: #d9534f;
}
.btn-danger:hover:after,
.btn-danger:focus:after,
.btn-danger:active:after {
  width: 100%;
}
.btn-danger:after {
  background: #d9534f;
}
input.btn-danger:hover,
input.btn-danger:focus,
input.btn-danger:active {
  background: #d9534f;
}
.btn-success {
  color: #5cb85c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: none;
  border-color: #5cb85c;
}
.btn-success:hover:after,
.btn-success:focus:after,
.btn-success:active:after {
  width: 100%;
}
.btn-success:after {
  background: #5cb85c;
}
input.btn-success:hover,
input.btn-success:focus,
input.btn-success:active {
  background: #5cb85c;
}
.btn-info {
  color: #5bc0de;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: none;
  border-color: #5bc0de;
}
.btn-info:hover:after,
.btn-info:focus:after,
.btn-info:active:after {
  width: 100%;
}
.btn-info:after {
  background: #5bc0de;
}
input.btn-info:hover,
input.btn-info:focus,
input.btn-info:active {
  background: #5bc0de;
}
.btn-inverse {
  color: #ffffff;
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #080808;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse .badge {
  color: #333333;
  background-color: #ffffff;
}
.btn-icon {
  padding: 0;
}
.btn-icon i {
  border-right: 1px solid #16987e;
  padding: 14px;
}
.btn-icon span {
  padding: 14px;
}
.btn-icon:hover i,
.btn-icon:focus i,
.btn-icon:active i {
  border-right: 1px solid #13866f;
}
.btn-border {
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  position: relative;
  z-index: 0;
}
.btn-border:hover,
.btn-border:focus,
.btn-border:active {
  background: none;
  color: #1bbc9b;
}
.btn-border:hover:after,
.btn-border:focus:after,
.btn-border:active:after {
  width: 100%;
}
.btn-border:after {
  background: #ffffff;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .btn-lg {
    padding: 14px 40px;
    font-size: 16px;
  }
}
.btn-block + .btn-block {
  margin-top: 5px;
}
select,
select.form-control,
select.inputbox,
select.input {
  padding-right: 5px;
}
.input-append .add-on,
.input-prepend .add-on {
  border-width: 2px;
  height: 44px;
}
.input-append .active,
.input-prepend .active {
  background-color: #a8ebc4;
  border-color: #2ecc71;
}
.invalid {
  border-color: #e74c3c;
}
label.invalid {
  color: #e74c3c;
}
input.invalid {
  border: 1px solid #e74c3c;
}
.t3onoff label {
  margin-bottom: 0;
  min-height: 35px;
}
.t3onoff label:before {
  padding-left: 14px;
  padding-right: 14px;
}
.com_config #templates-form .input-append .btn,
.com_config #templates-form .input-prepend .btn {
  border-width: 2px;
}

@media screen and (max-width: 991px) {
  .navbar-nav .dropdown.open .mega-group a {
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 9.33333333px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown.open .mega-group .dropdown-menu li > a {
    text-transform: none;
    font-weight: normal;
    padding-left: 14px;
  }
}
.dropdown-menu {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  min-width: 200px;
  border-radius: 0;
  font-size: 14px;
}
.dropdown-menu > li > a {
  color: #333333;
  padding: 7px 28px;
}
.ie8 .dropdown-menu,
.old-ie .dropdown-menu {
  border: 1px solid #f2f2f2;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #4d3592;
}
.dropdown-menu > li.open > a {
  background: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: none;
  color: #1bbc9b;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 16px;
}
.dropdown-header a {
  color: #999999;
}
.dropdown-submenu > a:after {
  border-left-color: #333333;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #262626;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .nav > li > .separator {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: none;
}
.nav-tabs > li {
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .nav-tabs > li {
    margin-bottom: -1px;
    width: auto;
  }
}
.nav-tabs > li > a {
  background: #f7f7f7;
  border-radius: 0;
}
@media (min-width: 768px) {
  .nav-tabs > li > a {
    background: none;
  }
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:active,
.nav-tabs > li > a:focus {
  background: none;
}
.nav-tabs > li.open > a,
.nav-tabs > li.open > a:hover,
.nav-tabs > li.open > a:active,
.nav-tabs > li.open > a:focus {
  background: none;
  border: 1px solid transparent;
  color: #1bbc9b;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #1bbc9b;
  border-color: #1bbc9b;
  color: #ffffff;
}
@media (min-width: 768px) {
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    background: none;
    border-color: #dddddd;
    border-bottom-color: #ffffff;
    color: #555555;
  }
}
.nav-tabs > li.active.open > a,
.nav-tabs > li.active.open > a:hover,
.nav-tabs > li.active.open > a:focus {
  background: #1bbc9b;
  border-color: #1bbc9b;
  color: #ffffff;
}
@media (min-width: 768px) {
  .nav-tabs > li.active.open > a,
  .nav-tabs > li.active.open > a:hover,
  .nav-tabs > li.active.open > a:focus {
    background: none;
    border-color: #dddddd;
    border-bottom-color: #ffffff;
    color: #555555;
  }
}
.nav-pills > li > a {
  border-radius: 0;
  padding: 8px 20px;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  background: none;
}
.nav-pills > li.open > a,
.nav-pills > li.open > a:hover,
.nav-pills > li.open > a:focus {
  background: none;
  color: #1bbc9b;
}
.nav-pills > li.active > a,
.nav-pills > li.active.open > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active.open > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li.active.open > a:focus {
  background: #1bbc9b;
  color: #ffffff;
  text-transform: uppercase;
}
.nav-pills > li.active > a .caret,
.nav-pills > li.active.open > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active.open > a:hover .caret,
.nav-pills > li.active > a:focus .caret,
.nav-pills > li.active.open > a:focus .caret {
  border-top-color: #1bbc9b;
}
.nav-pills > li .dropdown-menu {
  border-color: #eeeeee;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  padding: 28px;
  margin: 0;
}
.nav-pills > li .dropdown-menu > li > a:after {
  margin-top: 10px;
}
.nav-pills > li .dropdown-menu > li > a:hover,
.nav-pills > li .dropdown-menu > li > a:focus {
  background: none;
  color: #1bbc9b;
}
.nav-pills > li .dropdown-menu > li > a:hover:after,
.nav-pills > li .dropdown-menu > li > a:focus:after {
  border-left-color: #1bbc9b;
}
.nav-pills > li .dropdown-menu > li.open > a {
  background: none;
  color: #1bbc9b;
}
.nav-pills > li .dropdown-menu > li.open > a:after {
  border-left-color: #1bbc9b;
}
.nav-pills > li .dropdown-menu > li.active.open > a,
.nav-pills > li .dropdown-menu > li.active > a {
  background: none;
  color: #1bbc9b;
}
.nav-pills > li > .dropdown-menu:before {
  border-bottom: 10px solid #ddd;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  position: absolute;
  left: 30px;
  top: -10px;
}
.nav-pills > li > .dropdown-menu:after {
  border-bottom: 9px solid #ffffff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: "";
  position: absolute;
  left: 31px;
  top: -9px;
}
.nav .caret {
  border-top-color: #1bbc9b;
  border-bottom-color: #1bbc9b;
}
.nav a:hover .caret {
  border-top-color: #1bbc9b;
  border-bottom-color: #1bbc9b;
}
.t3-navhelper {
  background: #f5f5f5;
  border-top: 1px solid #d9d9d9;
  color: #555555;
  padding: 5px 0;
}
.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 14px;
}
.breadcrumb .divider {
  display: none;
}
.pagination > li > a,
.pagination > li > span {
  margin-bottom: 5px;
}
.pagination {
  display: block;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .pagination {
    float: left;
  }
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  display: block;
  margin-bottom: 6px;
  padding: 0;
  background-color: #ffffff;
  float: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .counter {
    display: inline-block;
    float: right;
    margin-top: 28px;
    padding: 6px 12px;
    width: auto;
  }
}

.navbar-header {
  top: 21px;
  -webkit-transition: top 300ms ease-in-out;
  -o-transition: top 300ms ease-in-out;
  transition: top 300ms ease-in-out;
}
.navbar-toggle {
  background-color: #333333;
  border-radius: 0;
  height: 42px;
  line-height: 42px;
  margin: 0 0 0 40px;
  padding: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 42px;
}
.navbar-toggle:hover {
  background-color: #1bbc9b;
  color: #ffffff;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggle {
    margin: 0;
  }
}
.navbar-nav {
 /* margin: 0px -40px;*/
  float: right;
}
.navbar-nav > li {
  margin-left: 7px;
}
.navbar-nav > li > a {
  padding: 7px 14px;
  border-radius: 4px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .navbar-nav {
    margin: 0;
  }
}
.ie8 .navbar-nav,
.ie9 .navbar-nav {
  float: right;
}
.navbar-default {
  background-color: transparent;
  border-color: #333333;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li {
 margin-right: 22px;
 margin-left: 22px;
 letter-spacing:1px;
}
.navbar-default .navbar-nav > li > a {
  font-family: 微軟正黑體;
  border-radius: 0;
  color: #000;/**ffc800 -> #646464**/
  font-size: 14px;
 /* font-weight: 700;*/

  padding: 3px 0px 0px 0px;
  outline: none;
  text-transform: uppercase;
   border-bottom:3px solid #ffffff;
}
@media screen and (max-width:768px) {
	.navbar-default .navbar-nav > li > a {
		font-family: "Noto Sans TC", 微軟正黑體;
		font-weight: 300;
	}
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #4d3592;
  background-color: transparent;
  border-bottom:3px solid #4d3592;
}
.navbar-default .navbar-nav > li > a:hover:before,
.navbar-default .navbar-nav > li > a:focus:before {
  /*border-top: 2px solid #ffffff;*/
  content: "";
  position: absolute;
  left: 0;
  top: -7px;
  width: 100%;
}
.navbar-default .navbar-nav > li.open > a {
  color: #ffffff;
  background-color: transparent;
}
.navbar-default .navbar-nav > li.open > a:before {
  border-top: 2px solid #ffffff;
  content: "";
  position: absolute;
  left: 0;
  top: -7px;
  width: 100%;
}
.navbar-default .navbar-nav > li > .nav-header {
  color: #ffffff;
  display: inline-block;
  padding-top: 21px;
  padding-bottom: 21px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:before,
.navbar-default .navbar-nav > .active > a:hover:before,
.navbar-default .navbar-nav > .active > a:focus:before {
 /* border-top: 2px solid #ffffff;*/
  content: "";
  position: absolute;
  left: 0;
  top: -7px;
  width: 100%;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > li.nav-search > a,
.navbar-default .navbar-nav a.nav-search {
  background: none;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  height: 42px;
  padding: 0 14px;
  margin-top: 14px;
  overflow: hidden;
  width: 42px;
}
.navbar-default .navbar-nav > li.nav-search > a:hover,
.navbar-default .navbar-nav a.nav-search:hover,
.navbar-default .navbar-nav > li.nav-search > a:focus,
.navbar-default .navbar-nav a.nav-search:focus {
  border-color: transparent;
  background: #18a689;
  color: #ffffff;
}
.navbar-default .navbar-nav > li.nav-search > a:hover:before,
.navbar-default .navbar-nav a.nav-search:hover:before,
.navbar-default .navbar-nav > li.nav-search > a:focus:before,
.navbar-default .navbar-nav a.nav-search:focus:before {
  display: none;
}
.navbar-default .navbar-nav > li.nav-search > a i.fa,
.navbar-default .navbar-nav a.nav-search i.fa {
  margin-top: 14px;
}
.navbar-default .navbar-nav > li.nav-search.open > a {
  border-color: transparent;
  background: #18a689;
  color: #ffffff;
}
.navbar-default .navbar-nav > li.nav-search.open > a:before {
  display: none;
}
.navbar-default .navbar-nav > li.nav-search.active > a:before {
  display: none;
}
.navbar-default .navbar-nav > li.nav-search .dropdown-menu {
  margin-top: 21px;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #333333;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #ffffff;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}

.t3-mainnav {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
}

@media (max-width: 991px) {
  .t3-mainnav {
    width: 100%;
    min-height: 0;
  }
}
.t3-mainnav .t3-navbar {
  padding: 7px 0 0 0;
}
.t3-mainnav .ie8,
.t3-mainnav .ie9 {
  float: right;
}
.t3-mainnav .t3-navbar-collapse {
  padding: 0;
}

@media screen and (min-width: 1200px) {
  .t3-mainnav {
     padding-right:80px;
  }
}

.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0 0 0 -22px;
}

@media  screen and (max-width: 680px) {
/**原 992px 隱藏，改成 480px，再改680px，因為menu變長了**/
  .navbar-collapse.collapse {
    display: none !important;
  }
   .t3-mainnav{
	 display: none !important;
  }
  
  .logo a{margin:0;}
}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
  margin: 0;
  width: 100%;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa {
  margin-right: 5px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
  border-top: 1px solid #333333;
  padding: 14px 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a:hover:before,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a:active:before,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a:focus:before {
  display: none;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li {
  margin: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.active > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.open > a {
  color: #1bbc9b;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.active > a:before,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.open > a:before {
  display: none;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li.open > a .caret {
  border-top-color: #1bbc9b;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a {
  border-top: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu > li > a:hover,
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu > li > a:focus {
  background: none;
  color: #1bbc9b;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu > li.active > a {
  color: #1bbc9b;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
  position: absolute;
  top: 40%;
  right: 12px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .nav-search {
  display: none;
}
/*
@media (min-width: 992px) {
  .head-right + .t3-mainnav {
    padding-right: 168px;
  }
}*/


.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .t3-module {
    margin-bottom: 56px;
  }
}
.t3-module .module-inner {
  padding: 0;
}
.t3-sidebar .t3-module:last-child {
  margin-bottom: 0;
}
.t3-sidebar .nav.nav-pills li > a {
  color: #999999;
  border-bottom: 1px solid #d9d9d9;
  padding: 7px 0;
}
.t3-sidebar .nav.nav-pills li:last-child > a {
  border-bottom: 0;
}
.t3-sidebar .nav.nav-pills li.active > a,
.t3-sidebar .nav.nav-pills li > a:hover,
.t3-sidebar .nav.nav-pills li > a:focus {
  background: none;
  color: #1bbc9b;
}
.module-title {
  background: transparent;
  color: #111111;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 14px 0;
  padding: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 14px;
  }
}
.module-ct {
  background: transparent;
  color: inherit;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  content: " ";
  display: table;
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module-ct .nav.nav-pills li.active a,
.module-ct .custom .nav.nav-pills li.active a {
  text-transform: none;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form {
  padding-top: 14px;
}
#login-form .input-group-addon {
  background: none;
  border-radius: 0;
  border-width: 2px;
  color: #999999;
}
#login-form .input-group-addon i.fa {
  width: 16px;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  border-radius: 0;
  width: 100%;
}
#login-form .form-group {
  margin-bottom: 14px;
}
#login-form #form-login-remember {
  font-size: 15px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
#login-form #form-login-remember #modlgn-remember {
  margin-top: 7px;
}
#login-form ul.unstyled {
  margin-top: 14px;
  font-size: 15px;
  padding-left: 0;
}
#login-form ul.unstyled li {
  list-style: none;
}
#login-form ul.unstyled li a {
  color: #555555;
  font-size: 14px;
}
#login-form ul.unstyled li a:hover,
#login-form ul.unstyled li a:focus,
#login-form ul.unstyled li a:active {
  color: #1bbc9b;
}
.bannergroup {
  margin: -28px -40px;
}
.banneritem a {
  font-weight: bold;
}
.banneritem img {
  max-width: 100%;
}
.bannerfooter {
  border-top: 1px solid #d9d9d9;
  font-size: 14px;
  padding-top: 14px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 14px 0;
  border-top: 1px dashed #d9d9d9;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.categories-module h4 a,
ul.categories-module h4 a,
.category-module h4 a,
ul.category-module h4 a {
  color: #999999;
}
.categories-module h4 a:hover,
ul.categories-module h4 a:hover,
.category-module h4 a:hover,
ul.category-module h4 a:hover,
.categories-module h4 a:focus,
ul.categories-module h4 a:focus,
.category-module h4 a:focus,
ul.category-module h4 a:focus,
.categories-module h4 a:active,
ul.categories-module h4 a:active,
.category-module h4 a:active,
ul.category-module h4 a:active {
  color: #1bbc9b;
  text-decoration: none;
  outline: none;
}
.categories-module h4 i,
ul.categories-module h4 i,
.category-module h4 i,
ul.category-module h4 i {
  margin-right: 5px;
}
.categories-module li.active a,
ul.categories-module li.active a,
.category-module li.active a,
ul.category-module li.active a {
  color: #1bbc9b;
}
.categories-module .article-img,
ul.categories-module .article-img,
.category-module .article-img,
ul.category-module .article-img {
  margin-bottom: 42px;
  text-align: center;
}
.categories-module .article-img img,
ul.categories-module .article-img img,
.category-module .article-img img,
ul.category-module .article-img img {
  max-width: 100%;
}
.categories-module .mod-articles-readmore:hover,
ul.categories-module .mod-articles-readmore:hover,
.category-module .mod-articles-readmore:hover,
ul.category-module .mod-articles-readmore:hover,
.categories-module .mod-articles-readmore:focus,
ul.categories-module .mod-articles-readmore:focus,
.category-module .mod-articles-readmore:focus,
ul.category-module .mod-articles-readmore:focus,
.categories-module .mod-articles-readmore:active,
ul.categories-module .mod-articles-readmore:active,
.category-module .mod-articles-readmore:active,
ul.category-module .mod-articles-readmore:active {
  color: #1bbc9b;
  text-decoration: none;
  outline: none;
  border-bottom: 1px solid #1bbc9b;
}
.categories-module .project-item,
ul.categories-module .project-item,
.category-module .project-item,
ul.category-module .project-item {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .categories-module .project-item,
  ul.categories-module .project-item,
  .category-module .project-item,
  ul.category-module .project-item {
    width: 33.3%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .categories-module .project-item,
  ul.categories-module .project-item,
  .category-module .project-item,
  ul.category-module .project-item {
    width: 20%;
    margin-bottom: 0;
  }
}
.categories-module .project-item.project-item-more h3,
ul.categories-module .project-item.project-item-more h3,
.category-module .project-item.project-item-more h3,
ul.category-module .project-item.project-item-more h3 {
  font-size: 30px;
}
.categories-module .project-item .article-img,
ul.categories-module .project-item .article-img,
.category-module .project-item .article-img,
ul.category-module .project-item .article-img {
  margin-bottom: 0;
  transition: transform 300ms ease-in-out;
  -moz-transition: -moz-transform 300ms ease-in-out;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
}
.categories-module .project-item .article-img img,
ul.categories-module .project-item .article-img img,
.category-module .project-item .article-img img,
ul.category-module .project-item .article-img img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .categories-module .project-item .article-img img,
  ul.categories-module .project-item .article-img img,
  .category-module .project-item .article-img img,
  ul.category-module .project-item .article-img img {
    width: 100%;
  }
}
.categories-module .project-item .article-content,
ul.categories-module .project-item .article-content,
.category-module .project-item .article-content,
ul.category-module .project-item .article-content {
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  transition: transform 300ms ease-in-out;
  -moz-transition: -moz-transform 300ms ease-in-out;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  -webkit-transform: translate3d(0px, -50px, 0px);
  transform: translate3d(0px, -50px, 0px);
}
@media screen and (min-width: 992px) {
  .categories-module .project-item .article-content,
  ul.categories-module .project-item .article-content,
  .category-module .project-item .article-content,
  ul.category-module .project-item .article-content {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}
.categories-module .project-item .article-content h4,
ul.categories-module .project-item .article-content h4,
.category-module .project-item .article-content h4,
ul.category-module .project-item .article-content h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 56px;
}
.categories-module .project-item .article-content h4 a,
ul.categories-module .project-item .article-content h4 a,
.category-module .project-item .article-content h4 a,
ul.category-module .project-item .article-content h4 a {
  color: #666666;
}
.categories-module .project-item .article-content h4 a:hover,
ul.categories-module .project-item .article-content h4 a:hover,
.category-module .project-item .article-content h4 a:hover,
ul.category-module .project-item .article-content h4 a:hover,
.categories-module .project-item .article-content h4 a:focus,
ul.categories-module .project-item .article-content h4 a:focus,
.category-module .project-item .article-content h4 a:focus,
ul.category-module .project-item .article-content h4 a:focus,
.categories-module .project-item .article-content h4 a:active,
ul.categories-module .project-item .article-content h4 a:active,
.category-module .project-item .article-content h4 a:active,
ul.category-module .project-item .article-content h4 a:active {
  color: #1bbc9b;
}
.categories-module .project-item:hover .article-img,
ul.categories-module .project-item:hover .article-img,
.category-module .project-item:hover .article-img,
ul.category-module .project-item:hover .article-img {
  -webkit-transform: translate3d(0px, -50px, 0px);
  transform: translate3d(0px, -50px, 0px);
}
.categories-module .project-item:hover .article-content,
ul.categories-module .project-item:hover .article-content,
.category-module .project-item:hover .article-content,
ul.category-module .project-item:hover .article-content {
  -webkit-transform: translate3d(0px, -50px, 0px);
  transform: translate3d(0px, -50px, 0px);
}
.categories-module .project-item.project-item-more,
ul.categories-module .project-item.project-item-more,
.category-module .project-item.project-item-more,
ul.category-module .project-item.project-item-more {
  padding: 28px 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .categories-module .project-item.project-item-more,
  ul.categories-module .project-item.project-item-more,
  .category-module .project-item.project-item-more,
  ul.category-module .project-item.project-item-more {
    padding: 28px;
  }
}
@media (max-width: 992px) {
  .categories-module .project-item.project-item-more,
  ul.categories-module .project-item.project-item-more,
  .category-module .project-item.project-item-more,
  ul.category-module .project-item.project-item-more {
    padding-top: 56px;
  }
}
.categories-module .project-item.project-item-more > h3,
ul.categories-module .project-item.project-item-more > h3,
.category-module .project-item.project-item-more > h3,
ul.category-module .project-item.project-item-more > h3 {
  color: #ffffff;
  margin: 0;
}
@media (min-width: 992px) {
  .categories-module .project-item.project-item-more > h3,
  ul.categories-module .project-item.project-item-more > h3,
  .category-module .project-item.project-item-more > h3,
  ul.category-module .project-item.project-item-more > h3 {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .categories-module .project-item.project-item-more > h3,
  ul.categories-module .project-item.project-item-more > h3,
  .category-module .project-item.project-item-more > h3,
  ul.category-module .project-item.project-item-more > h3 {
    margin-top: 28px;
  }
}
@media (min-width: 1600px) {
  .categories-module .project-item.project-item-more > h3,
  ul.categories-module .project-item.project-item-more > h3,
  .category-module .project-item.project-item-more > h3,
  ul.category-module .project-item.project-item-more > h3 {
    margin-top: 84px;
  }
}
.category-module .ja-animate {
  margin-bottom: 56px;
}
.category-module .ja-animate:last-child {
  margin-bottom: 0;
}
.category-module .ja-animate .article-img {
  margin-bottom: 28px;
}
@media screen and (min-width: 992px) {
  .category-module .ja-animate {
    margin-bottom: 0;
  }
  .category-module .ja-animate div.article-img {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .category-module .ja-animate {
    margin-bottom: 56px;
  }
  .category-module .ja-animate .article-img {
    float: left;
    display: inline-block;
    margin-right: 28px;
    text-align: left;
  }
  .category-module .ja-animate .mod-articles-readmore {
    display: inline-block;
    margin-left: 130px;
    clear: both;
    float: left;
  }
}
.category-module-grid {
  text-align: center;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .category-module-grid {
    text-align: left;
  }
}
.category-module-grid h4 {
  font-size: 24px;
  margin-bottom: 21px;
  text-align: center;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .category-module-grid h4 {
    text-align: left;
  }
}
.category-module-grid h4 a {
  color: #292929;
}
.t3-spotlight div.featured {
  margin: 112px 0;
}
@media screen and (max-width: 767px) {
  .t3-spotlight div.featured {
    margin-top: 42px;
    margin-bottom: 42px;
  }
}
.t3-spotlight div.featured .module-title {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 56px;
  text-align: center;
  text-transform: none;
}
@media (min-width: 767px) {
  .t3-spotlight div.featured .module-title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .t3-spotlight div.featured .module-intro {
    width: 100%;
  }
}
ul.category-module-list {
  margin: 0 -40px;
}
@media screen and (max-width: 992px) {
  ul.category-module-list {
    margin-left: 0;
    margin-right: 0;
  }
}
ul.category-module-list .ja-animation {
  border-top: 0;
}
ul.category-module-list .ja-animation:before,
ul.category-module-list .ja-animation:after {
  content: " ";
  display: table;
}
ul.category-module-list .ja-animation:after {
  clear: both;
}
ul.category-module-list .ja-animation.ja-animate[data-animation="move-from-right"] {
  right: 0 !important;
}
@media screen and (max-width: 767px) {
  ul.category-module-list .ja-animation {
    margin: 0 auto;
    width: 100%;
    right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  ul.category-module-list .ja-animation {
    padding: 0;
  }
  ul.category-module-list .ja-animation:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  ul.category-module-list .ja-animation {
    float: left;
    padding: 0 40px;
    width: 33.3%;
  }
}
ul.category-module-list .ja-animation h4 {
  font-size: 23px;
  line-height: 1;
  margin-bottom: 28px;
}
ul.category-module-list .ja-animation .article-img {
  margin-bottom: 0;
  position: relative;
  margin-bottom: 28px;
  overflow: hidden;
  float: none;
  width: 100%;
}
@media screen and (min-width: 480px) {
  ul.category-module-list .ja-animation .article-img {
    float: left;
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  ul.category-module-list .ja-animation .article-img {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  ul.category-module-list .ja-animation .article-img {
    height: 224px;
    margin-bottom: 28px;
    text-align: left;
    width: 100%;
  }
}
ul.category-module-list .ja-animation .article-img + div {
  display: block;
  float: none;
  width: 100%;
}
@media screen and (min-width: 480px) {
  ul.category-module-list .ja-animation .article-img + div {
    display: inline-block;
    float: right;
    width: 75%;
  }
}
@media screen and (min-width: 992px) {
  ul.category-module-list .ja-animation .article-img + div {
    width: 100%;
  }
}
ul.category-module-list .ja-animation .article-img img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  ul.category-module-list .ja-animation .article-img img {
    margin-right: 14px;
  }
}
ul.category-module h4 {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 7px;
}
ul.category-module h4 a {
  color: #292929;
}
ul.category-module h4 a:hover,
ul.category-module h4 a:focus,
ul.category-module h4 a:active {
  color: #1bbc9b;
}
ul.category-module .article-meta {
  color: #999999;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 7px;
}
ul.category-module .article-meta span {
  margin-right: 6px;
}
ul.category-module .article-meta i {
  color: #bfbfbf;
  margin: 0 5px 0 0;
}
ul.category-module .article-meta a {
  color: #999999;
}
ul.category-module .article-meta a:hover,
ul.category-module .article-meta a:focus,
ul.category-module .article-meta a:active {
  color: #1bbc9b;
}
ul.category-module .mod-articles-category-readmore {
  font-size: 14px;
  margin: 14px 0 0 0;
  text-align: right;
}
ul.category-module .mod-articles-category-readmore a {
  color: #999999;
}
ul.category-module .mod-articles-category-readmore a:hover,
ul.category-module .mod-articles-category-readmore a:focus,
ul.category-module .mod-articles-category-readmore a:active {
  color: #1bbc9b;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #d9d9d9;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #555555;
  display: inline-block;
  margin: 0 3px 7px 0;
}
.tagspopular ul > li > a {
  background: #ffffff;
  border: 1px solid #1bbc9b;
  display: block;
  font-size: 15px;
  padding: 5px 14px;
  transition: 0.3s;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #1bbc9b;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #555555;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #1bbc9b;
}
.module-ct > ul.archive-module {
  list-style: none;
  margin: 0;
  padding: 0;
}
.module-ct > ul.archive-module li {
  border-bottom: 1px solid #d9d9d9;
  line-height: 1;
  padding: 14px 0;
}
.module-ct > ul.archive-module li a {
  color: #555555;
  font-size: 16px;
}
.module-ct > ul.archive-module li a i {
  color: #999999;
  font-size: 13px;
  margin-right: 7px;
}
.module-ct > ul.archive-module li a:hover,
.module-ct > ul.archive-module li a:focus,
.module-ct > ul.archive-module li a:active {
  color: #1bbc9b;
  text-decoration: none;
}
.module-ct > ul.archive-module li a:hover i,
.module-ct > ul.archive-module li a:focus i,
.module-ct > ul.archive-module li a:active i {
  color: #1bbc9b;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
/*article line break*/
.line_break{display:block;}
.line_link{display:inline;}
@media screen and (max-width: 768px) {
	.line_break{display:inline;}
	.line_link{display:block;}
}

.ja-twitter {
  background: url("../images/ico/twitter-big.png") no-repeat left top;
  padding-top: 120px;
  margin-top: 28px;
  color: #ffffff;
}
.ja-twitter center {
  text-align: left;
}
.ja-twitter .ja-twitter-tweets .ja-twitter-item {
  padding: 56px 0 0 !important;
  border-bottom: 0;
}
.ja-twitter .ja-twitter-tweets .ja-twitter-date {
  color: #ffffff !important;
}
.about-us .ja-animate > h3 {
  margin-top: 0;
  font-size: 40px;
}
.about-us h4 {
  margin-bottom: 28px;
  color: #ffffff;
}
.about-us .btn {
  margin-top: 28px;
}
.about-img {
  margin-bottom: -112px;
}
@media screen and (max-width: 1200px) {
  .about-img {
    bottom: 0;
    right: 0;
    position: absolute;
  }
}
@media screen and (max-width: 992px) {
  .about-img {
    bottom: -55px;
    margin-bottom: 0;
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-img {
    bottom: -55px;
    margin-top: 28px;
    position: inherit;
  }
}
@media screen and (max-width: 1200px) {
  .about-img img {
    width: 100%;
  }
}
.funfacts-content i {
  color: #1bbc9b;
  border: 1px solid #d9d9d9;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 80px;
  font-size: 24px;
}
.funfacts-content .count-number {
  font-size: 50px;
  color: #000000;
  font-family: sans-serif;
}
.funfacts-content .count-subject {
  margin-top: 0;
}
.box-video {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
  z-index: 999;
}
.box-video .close-video {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 32px;
  height: 32px;
  background-image: url("../images/ico/icon-close.png");
  text-indent: -23em;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
.box-video iframe {
  float: left;
  width: 100%;
  height: 100%;
}
.ja-video-background .video-shuffle-wrap {
  position: relative;
  padding-bottom: 56.25%;
  
  height: 0;
}
.ja-video-background .video-shuffle-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ja-video-background .video-shuffle-wrap .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 2;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.ja-video-background .video-shuffle-wrap .content {
  color: #ffffff;
  left: 0;
  padding-top: 28px;
  position: absolute;
  width: 100%;
  z-index: 3;
  text-align: center;
}
@media (min-width: 768px) {
  .ja-video-background .video-shuffle-wrap .content {
    top: 10%;
  }
}
@media (min-width: 992px) {
  .ja-video-background .video-shuffle-wrap .content {
    left: 50%;
    margin-left: -40%;
    width: 80%;
    top: 20%;
  }
}
@media (min-width: 1200px) {
  .ja-video-background .video-shuffle-wrap .content {
    margin-left: -30%;
    width: 60%;
    left: 50%;
    padding-top: 84px;
    padding-bottom: 56px;
  }
}
.ja-video-background .video-shuffle-wrap .content .inner {
  padding: 0 28px;
}
@media (min-width: 1200px) {
  .ja-video-background .video-shuffle-wrap .content .inner {
    padding: 0 84px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .ja-video-background .video-shuffle-wrap .content .inner {
    padding: 0 28px;
  }
}
.ja-video-background .video-shuffle-wrap .content h3 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .ja-video-background .video-shuffle-wrap .content h3 {
    font-size: 50px;
  }
}
.ja-video-background .video-shuffle-wrap .content p {
  display: none;
}
@media screen and (min-width: 768px) {
  .ja-video-background .video-shuffle-wrap .content p {
    display: block;
    margin-bottom: 56px;
  }
}
@media (min-width: 1200px) {
  .ja-video-background .video-shuffle-wrap .content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: popUp 900ms ease-in-out forwards;
    -moz-animation: popUp 900ms ease-in-out forwards;
    animation: popUp 900ms ease-in-out forwards;
    top: 30%;
  }
}
.ja-client-list {
  margin-top: 56px;
}
.ja-client-list:before,
.ja-client-list:after {
  content: " ";
  display: table;
}
.ja-client-list:after {
  clear: both;
}
.ja-client {
  float: left;
  margin-bottom: 14px;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .ja-client {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .ja-client {
    width: 20%;
  }
}
.ja-client img {
  max-height: 60px;
  max-width: 100%;
}
.ja-client:hover,
.ja-client:focus,
.ja-client:active {
  outline: none;
}
.ja-client:hover img,
.ja-client:focus img,
.ja-client:active img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.ja-testimonial-wrap {
  min-height: 260px;
  max-height: 300px;
}
@media (min-width: 992px) {
  .ja-testimonial-wrap {
    min-height: auto;
  }
}
#ja-testimonial-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 100px 0 0;
  position: relative;
  text-align: center;
}
#ja-testimonial-list:before,
#ja-testimonial-list:after {
  content: " ";
  display: table;
}
#ja-testimonial-list:after {
  clear: both;
}
@media (min-width: 992px) {
  #ja-testimonial-list {
    margin: 0 0 42px;
    padding: 0;
  }
}
#ja-testimonial-list li {
  float: none;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 6px;
  padding: 0 3px;
  position: relative;
}
#ja-testimonial-list li span {
  background: #1bbc9b;
  display: block;
}
#ja-testimonial-list li span img {
  max-width: 100%;
  width: 100%;
  background: #1bbc9b;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
#ja-testimonial-list li i {
  color: #ffffff;
  display: none;
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  margin: -25px 0 0 -25px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
}
@media (max-width: 991px) {
  #ja-testimonial-list li {
    display: block;
    height: 100px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  #ja-testimonial-list li span {
    background: transparent;
  }
  #ja-testimonial-list li span img {
    border-radius: 5px;
    width: auto;
  }
  #ja-testimonial-list li:hover {
    cursor: normal;
  }
  #ja-testimonial-list li.active {
    display: block;
    text-align: center;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #ja-testimonial-list li.active span img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #ja-testimonial-list li.active i.fa {
    display: none;
  }
}
#ja-testimonial-list li:hover img,
#ja-testimonial-list li.active img {
  opacity: 0.5;
}
#ja-testimonial-list li:hover i,
#ja-testimonial-list li.active i {
  display: block;
}
#ja-testimonial {
  border-left: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8em;
  margin-bottom: 0;
  min-height: 100px;
  padding: 0;
  color:#282828;
  letter-spacing:1px;
}
@media (max-width: 768px) {
  #ja-testimonial,#ja-testimonial small {
    font-size: 15px;
  }
}
@media (min-width: 769px) {
  #ja-testimonial {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #ja-testimonial,#ja-testimonial small  {
    margin-left: 40px;
    margin-right: 40px;
    width: auto !important;
  }
}
@media (min-width: 992px) {
  #ja-testimonial {
    margin-top: 0;
  }
}
#ja-testimonial small {
  font-weight: 400;
  padding-top: 0px;
}
.ezb-mod div.mod-item + .mod-item {
  border-top: solid 1px #d9d9d9 !important;
  margin: 0 !important;
  padding: 14px 0 !important;
}
.ezb-mod .mod-post-title {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.5;
  margin-bottom: 0;
}
.ezb-mod .mod-post-title a {
  color: #555555;
}
.ezb-mod .mod-post-title a:hover,
.ezb-mod .mod-post-title a:focus,
.ezb-mod .mod-post-title a:active {
  color: #1bbc9b;
}
.ezb-mod .small {
  font-size: 12px !important;
}
.ezb-mod .mod-post-author {
  font-weight: 500;
  line-height: normal !important;
  overflow: visible !important;
  margin-top: 10px !important;
  text-transform: uppercase;
}
.ezb-mod .mod-post-author.at-bottom {
  border: none !important;
  display: block !important;
  margin-top: 10px !important;
  padding-top: 0 !important;
}
.ezb-mod .mod-post-type {
  background-position: left top !important;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
  padding-left: 18px !important;
}
.ezb-mod .mod-post-content,
.ezb-mod .mod-post-meta,
.ezb-mod .mod-post-rating {
  width: auto !important;
}
.ezb-mod .mod-post-meta > span + span {
  margin-left: 0 !important;
  padding-left: 5px !important;
}
.ezb-mod .mod-comment-head {
  border: none;
  margin: 0 !important;
  padding: 0 !important;
}
.ezb-mod div.mod-post-image {
  margin-right: 10px !important;
  width: auto !important;
}
.ezb-mod div.mod-post-image a {
  display: inline-block !important;
}
.ezb-mod div.mod-post-image img {
  background: #ffffff;
  border: solid 1px #f0f0f0 !important;
  padding: 0;
}
.mod_easyblogarchive .mod-months .mod-month {
  border-bottom: 1px solid #eeeeee;
  color: #555555;
  font-size: 16px;
  padding: 7px 0 !important;
}
.mod_easyblogarchive .mod-months .mod-month i {
  color: #999999;
  font-size: 14px;
  margin-right: 4px;
}
.mod_easyblogarchive .mod-months .mod-month a {
  color: #555555;
}
.mod_easyblogarchive .mod-months .mod-month a i {
  color: #999999;
}
.mod_easyblogarchive .mod-months .mod-month a:hover,
.mod_easyblogarchive .mod-months .mod-month a:focus,
.mod_easyblogarchive .mod-months .mod-month a:active {
  color: #1bbc9b;
}
.mod_easyblogarchive .mod-months .mod-month a:hover i,
.mod_easyblogarchive .mod-months .mod-month a:focus i,
.mod_easyblogarchive .mod-months .mod-month a:active i {
  color: #1bbc9b;
}
.mod_easyblogarchive .mod-months .empty-month,
.mod_easyblogarchive .mod-months .mod-month.empty-month i {
  color: #999999;
}
#ezblog-categories.ezb-mod .mod-item + .mod-item {
  border-top: solid 1px #eeeeee;
  margin-top: 0 !important;
}
#ezblog-categories .mod-category-name i {
  color: #999999;
  margin-right: 3px;
}
#ezblog-categories .mod-category-name a {
  color: #555555;
}
#ezblog-categories .mod-category-name a:hover,
#ezblog-categories .mod-category-name a:focus,
#ezblog-categories .mod-category-name a:active {
  color: #1bbc9b;
  text-decoration: none;
}
.ezblog-latestpost.ezb-mod .mod-post-type {
  background: none !important;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
  padding-left: 0 !important;
  top: 0 !important;
}
.ezblog-latestpost.ezb-mod .post-author > span {
  display: inline-block;
  margin-right: 5px;
}
.ezblog-latestpost.ezb-mod .mod-avatar {
  margin-right: 10px;
}
.ezblog-latestpost.ezb-mod .mod-post-rating,
.ezblog-latestpost.ezb-mod .post-hit {
  float: left;
}
.ezblog-latestpost.ezb-mod .post-hit {
  border-right: 1px dotted #CCC;
  padding-right: 10px;
}
.ezblog-latestpost.ezb-mod .post-hit a {
  color: #999999;
}
.ezblog-latestpost.ezb-mod .post-hit a:hover,
.ezblog-latestpost.ezb-mod .post-hit a:focus,
.ezblog-latestpost.ezb-mod .post-hit a:active {
  color: #1bbc9b;
}
#ezblog-latestcomment .mod-item {
  border-top: 1px solid #d9d9d9;
  margin: 0 !important;
  padding: 14px 0 !important;
}
#ezblog-latestcomment .mod-item .mod-comment-content {
  line-height: 1.5;
  margin-bottom: 7px;
}
#ezblog-latestcomment .mod-item .mod-comment-content i {
  color: #bfbfbf;
}
#ezblog-latestcomment .mod-item .mod-comment-meta {
  color: #999999;
  font-size: 14px !important;
}
.ja-masthead {
  background: #1bbc9b;
  color: #ffffff;
  margin-bottom: 28px;
  overflow: hidden;
}
.ja-masthead .container {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .ja-masthead .container {
    padding: 28px;
  }
}
.ja-masthead .container h3 {
  font-weight: 500;
  line-height: 1;
  margin: 0 0 28px;
}
.ja-masthead .container .jamasshead-description {
  line-height: 1;
  font-size: 20px;
}

.items-leading .leading {
  margin-bottom: 56px;
}
.items-row .item {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 42px;
  padding-bottom: 42px;
}
@media screen and (max-width: 992px) {
  .items-row .item {
    margin-bottom: 28px;
    padding-bottom: 28px;
  }
}
.items-row .item .img-responsive {
  margin-top: 8px;
}
@media screen and (max-width: 992px) {
  .items-row .item .img-responsive {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .article-intro .item-image.article-image.article-image-intro {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .item-image.article-image.article-image-full {
    margin-left: 0;
    margin-right: 0;
  }
}
.item-image.article-image.article-image-full img {
  margin-bottom: 14px;
  width: 100%;
}
.divider-vertical {
  margin: 0 0 28px;
  border: 0;
  border-top: 1px solid #d9d9d9;
}
.article-header .article-title {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0px;
  line-height:1.5em;
}
@media screen and (max-width: 767px) {
  .article-header .article-title {
    font-size: 18px;
    margin-bottom: 0px;
  }
}
.article-header .article-title a {
  color: #000;
}
.article-header .article-title a:hover,
.article-header .article-title a:focus,
.article-header .article-title a:active {
  color: #4d3592;
  text-decoration: none;
}
.article-aside {
  color: #999999;
  font-size: 15px;
  margin-bottom: 28px;
}
.article-header .article-title a.fa-gear:before,.article-header .article-title a .fa-cog:before{color:#4d3592;}
.article-header .article-title a:hover .fa-gear:before,
.article-header .article-title a:hover .fa-cog:before,
.article-header .article-title a:focus .fa-gear:before,
.article-header .article-title a:focus .fa-cog:before,
.article-header .article-title a:active .fa-gear:before,
.article-header .article-title a:active .fa-cog:before
{color:white;}
.article-header .article-title a:hover .caret{color:white;}

.btn-default:hover, .btn-default:focus, 
.btn-default:active, .btn-default.active, 
.open > .dropdown-toggle.btn-default{color: #fff;/**background-color: #4d3592 紫**/ background-color: #820050;border-color: #fff;}

.article-aside .btn-default {
  border: 0;
  border-radius: 0;
}
.article-aside .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.article-aside .btn-group.open .dropdown-toggle:after {
  display: none;
}
.article-aside .btn-group.open > .dropdown-menu {
  border: 1px solid #eeeeee;
  margin-top: 8px;
  min-width: 120px;
  padding: 10px 0;
}
.article-aside .btn-group.open > .dropdown-menu:before {
  border-bottom: 10px solid #ddd;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  position: absolute;
  right: 15px;
  top: -10px;
}
.article-aside .btn-group.open > .dropdown-menu:after {
  border-bottom: 9px solid #ffffff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: "";
  position: absolute;
  right: 16px;
  top: -9px;
}
.article-aside .btn-group.open > .dropdown-menu > li > a {
  padding: 5px 28px;
}
.article-aside .btn-group.open > .dropdown-menu > li > a:hover,
.article-aside .btn-group.open > .dropdown-menu > li > a:active,
.article-aside .btn-group.open > .dropdown-menu > li > a:focus {
  background: none;
}
.article-info {
  font-size: 14px;
  margin: 0;
  width: 84%;
}
.article-info a {
  color: #999999;
}
.article-info a:hover,
.article-info a:focus,
.article-info a:active {
  color: #4d3592;
}
.article-info i {
  color: #bfbfbf;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info dd strong {
  font-weight: bold;
}
.article-footer {
  color: #999999;
  font-size: 14px;
  padding-bottom: 28px;
  display:none;
}
.study-page .article-footer{display:block;}
@media screen and (max-width: 992px) {
  .article-intro img,
  .article-content img {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
  margin: 0 0 28px 0;
}
@media screen and (min-width: 768px) {
  .article-intro img[align=left],
  .article-content img[align=left],
  .article-intro .img_caption.left,
  .article-content .img_caption.left,
  .article-intro .pull-left.item-image,
  .article-content .pull-left.item-image {
    margin: 0 42px 28px 0;
  }
}
.article-intro img[align=right],
.article-content img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
  margin: 0 0 28px 0;
}
@media screen and (min-width: 768px) {
  .article-intro img[align=right],
  .article-content img[align=right],
  .article-intro .img_caption.right,
  .article-content .img_caption.right,
  .article-intro .pull-right.item-image,
  .article-content .pull-right.item-image {
    margin: 0 0 28px 42px;
  }
}
@media screen and (max-width: 992px) {
  .article-intro .img-responsive,
  .article-content .img-responsive {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .article-content iframe {
    /*width: 100% !important;
    height: auto;*/
  }
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 28px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 28px;
}
.img-fulltext-right {
  float: right;
  margin-left: 28px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eeeeee;
  color: #555555;
  font-size: 14px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 767px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 2px 5px;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
/*.blog .blog-item .readmore a.btn-default,
.readmore a.btn-default {
  border-color: #4d3592;
  color: #4d3592;
}
.blog .blog-item .readmore a.btn-default:after,
.readmore a.btn-default:after {
  background: #4d3592;
}*/
.blog .blog-item .readmore a.btn-default:hover,
.readmore a.btn-default:hover,
.blog .blog-item .readmore a.btn-default:focus,
.readmore a.btn-default:focus,
.blog .blog-item .readmore a.btn-default:active,
.readmore a.btn-default:active {
  color: #ffffff;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #dddddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 28px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #dddddd;
}
#adminForm .category .badge {
  margin-top: 5px;
}
.login-wrap {
  /*background-color: #1bbc9b;*/
  margin: 0 auto;
  width: 100%;
  margin-bottom:20px;
}
@media (min-width: 992px) {
  .login-wrap {
    /*width: 800px;*/
	max-width:840px;
  }
}
@media (min-width: 620px) {
  .view-login .login-wrap {
    /*width: 800px;*/
	margin-left: auto;
    margin-right: auto;
    width: 480px;
  }
}
.login-wrap .login-left {
  /*background: #ffffff;
  border: 2px solid #eeeeee;*/
  border-bottom: 0;
  padding-top: 24px;
  padding-bottom: 26px;
}
@media (min-width: 767px) {
  .login-wrap .login-left {
    border-right: 0;
    /*border-bottom: 3px solid #eeeeee;*/
  }
}
.login-wrap .login-right {
  color: #ffffff;
  min-height: 250px;
}
.login-wrap .login-right .inner {
  padding: 40px 0;
  text-align: center;
}
.login-wrap .login-right .inner .login-image {
  margin-bottom: 14px;
}
.login-wrap .login-right .inner p {
  font-size: 17px;
  line-height: 1.5;
}
.login-wrap .login-right .inner a {
  color: #820050;
}
.login-wrap .login-right .inner a:hover,
.login-wrap .login-right .inner a:focus,
.login-wrap .login-right .inner a:active {
  color: #ffffff;
}
.login-wrap form label {
  display: block;
}
.login-wrap form .form-group {
  margin: 0 0 14px;
}
.login-wrap form .form-group .control-label {
  text-align: left;
}
.login-wrap form .form-group input[type="text"],
.login-wrap form .form-group input[type="password"] {
  border-radius: 0;
  box-shadow: none;
  width: 100%;
}
.login-wrap form .form-group input[type="text"]:focus,
.login-wrap form .form-group input[type="password"]:focus {
  border-color: #820050;
}
.login-wrap form .form-group .checkbox {
  margin: 0;
  padding: 0;
}
.login-wrap form .form-group .checkbox #remember {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
  position: relative;
}
.login-wrap form .form-group .checkbox label {
  margin-bottom: 0;
  padding-left: 0;
}
.login-wrap form .form-group .btn {
  background-color: #ffffff;
  border: 2px solid #820050;
  color: #820050;
}
.login-wrap form .form-group .btn:hover {
  background: #820050;
  color: #ffffff;
}
.login-wrap .other-links {
  margin-bottom: 0;
}
.login-wrap .other-links ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.login-wrap .other-links ul li {
  display: inline-block;
  margin-right: 10px;
}
.login-wrap .other-links ul li:last-child {
  margin-right: 0;
}
.login-wrap .other-links ul li a {
  color: #999999;
  font-size: 14px;
}
.login-wrap .other-links ul li a:hover,
.login-wrap .other-links ul li a:focus,
.login-wrap .other-links ul li a:active {
  color: #1bbc9b;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.registration form h1 {
  color: #222222;
  font-size: 30px;
  margin-bottom: 25px;
}
.registration form .form-actions {
  background: none;
  border-top: 0;
  padding: 0;
}
.registration form input {
  display: inline-block;
}
.registration form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.registration form label {
  display: block;
}
.registration form .calendar {
  border-width: 2px;
  margin-left: 0;
  padding: 12px;
  vertical-align: top;
  border-left: 0;
}
.registration form .optional {
  color: #999999;
  display: block;
  margin: -8px 0 8px;
  font-size: 14px;
}
.registration form fieldset .form-input {
  margin: 14px 0;
}
.registration form fieldset .form-input:first-child {
  display: block;
}
@media (max-width: 767px) {
  .registration {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
.profile-edit fieldset legend {
  float: left;
}
.profile-edit fieldset select {
  height: auto;
}
.component.window .window-mainbody article img[align="left"],
.component.window .window-mainbody .img_caption.left,
.component.window .window-mainbody article img[align="right"],
.component.window .window-mainbody .img_caption.right,
.component.window .window-mainbody .img-fulltext-left,
.component.window .window-mainbody .img-fulltext-right {
  margin: 0 0 14px;
}
.com_mailto body {
  padding: 14px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
}
#mailto-window .mailto-close {
  background: #eeeeee;
  padding: 3px 8px;
  text-shadow: none;
}
#mailto-window .mailto-close:hover,
#mailto-window .mailto-close:focus,
#mailto-window .mailto-close:active {
  background: #1bbc9b;
  color: #ffffff !important;
}
#mailtoForm .form-group {
  margin-bottom: 10px;
}
#mailtoForm .form-group > div {
  float: left;
  padding: 0;
}
#mailtoForm .form-group .col-sm-offset-2 {
  margin-top: 10px;
  margin-left: 170px;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .control-label,
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: normal;
  vertical-align: middle;
  width: 170px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox,
#mailtoForm .form-control {
  width: 75%;
  border-radius: 0;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset-confirm .form-validate p,
.reset-complete .form-validate p,
.reset .form-validate p,
.remind .form-validate p {
  /*忘記密碼頁面上方訊息
  background: #eeeeee;
  border: 1px solid #d9d9d9;
  */
  margin-bottom: 28px;
  padding: 14px 0px;
  border-radius: 4px;
}
.reset .form-validate dl,
.remind .form-validate dl {
  margin: 0;
}
.reset .form-validate dt,
.remind .form-validate dt {
  margin: 4px 0 0 0;
}
.reset .form-group,
.remind .form-group {
  margin-bottom: 10px;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
#searchForm:before,
#searchForm:after {
  content: " ";
  display: table;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 28px 0;
}
#searchForm legend {
  margin-bottom: 14px;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 28px;
}
#searchForm .form-limit .counter {
  margin-top: 0;
}
#search-form ul#finder-filter-select-list {
  margin-left: 0;
  padding-left: 0;
}
#search-form ul#finder-filter-select-list li {
  list-style: none;
  padding: 14px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 200px;
}
#search-form .word .form-group {
  margin-bottom: 14px;
  vertical-align: top;
}
#search-form #smartsearch-btn {
  margin-bottom: 14px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 28px;
  margin-left: 0;
  padding-left: 0;
}
.search-results .result-title {
  font-size: 18px;
  margin-top: 28px;
}
.search-results .result-category {
  font-size: 14px;
  color: #999999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #555555;
  margin-top: 28px;
}
.search-results .result-created {
  font-size: 14px;
  color: #999999;
}
div.finder {
  margin-bottom: 28px;
}
div.finder #finder-filter-window .filter-branch select {
  height: auto;
}
div.finder .blog .article-image img {
  width: 100%;
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 3px;
}
#publishing .form-group label {
  display: block;
}
#publishing .form-group .inputbox {
  display: inline-block;
}
#publishing .form-group .calendar {
  display: inline-block;
}
@media (max-width: 768px) {
  .contact .thumbnail {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contact .dl-horizontal > dt {
    float: left;
    margin-right: 5px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .contact .dl-horizontal > dd {
    margin-left: 0;
  }
}
.contact-left h3 {
  margin-top: 0;
}
.contact-misc,
.contact-address {
  color: #ffffff;
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .contact-form #jform_captcha-lbl {
    display: none;
  }
  .contact-form #recaptcha_image {
    width: 220px;
  }
  .contact-form #recaptcha_image img {
    max-width: 220px;
  }
  .contact-form #recaptcha_response_field {
    max-width: 220px;
  }
}
.contact-form legend {
  font-size: 16px;
  padding-bottom: 7px;
}
.contact-form textarea {
  max-height: 230px;
}
.contact-form .checkbox {
  padding-top: 0;
}
.contact-form .checkbox #jform_contact_email_copy {
  margin-top: 9px;
  margin-left:2px;
}
#jform_contact_email_copy-lbl{padding-left: 28px;}

.contact-fax a[href^=tel],
.contact-telephone a[href^=tel] {
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 767px) {
  .contact-fax,
  .contact-telephone {
    color: #ffffff !important;
    font-size: 16px !important;
    text-indent: 0 !important;
  }
  .contact-fax a,
  .contact-telephone a {
    color: #ffffff;
  }
}
.contact .accordion-toggle {
  font-weight: bold;
}
.contact-information .inner {
  background: #1bbc9b;
  color: rgba(255, 255, 255, 0.8);
  padding: 28px;
}
@media (max-width: 992px) {
  .contact-information .inner {
    margin-left: -40px;
    margin-right: -40px;
  }
}
.contact-information .inner .contact-image {
  margin-bottom: 28px;
}
.contact-information .inner .contact-image img {
  width: 100%;
}
.contact-information .inner h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
}
.contact-information .inner .dl-horizontal dt {
  width: auto;
}
.contact-information .inner .dl-horizontal dt i {
  margin-right: 5px;
}
.contact-information .inner .dl-horizontal dd {
  margin-left: 0;
}
.contact-information .inner .contact-links ul li {
  display: inline-block;
}
.contact-information .inner .contact-links ul li a {
  border: 2px solid #ffffff;
  border-radius: 3px;
  color: #ffffff;
  margin-bottom: 5px;
  padding: 5px 10px;
}
.contact-information .inner .contact-links ul li a:hover,
.contact-information .inner .contact-links ul li a:focus,
.contact-information .inner .contact-links ul li a:active {
  background: #ffffff;
  color: #1bbc9b;
}
.archive .filters select {
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .archive .filters select {
    margin-bottom: 0;
  }
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .item-title {
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  #archive-items .item-title {
    font-size: 32px;
  }
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-bottom: 28px;
  margin-left: -40px;
  margin-right: -40px;
  overflow: hidden;
}
.categories-list h1 {
  border-bottom: 1px solid #d9d9d9;
  margin: 0 40px 56px;
  padding-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .categories-list h1 {
    font-size: 34px;
  }
}
.categories-list .category-item {
  float: left;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .categories-list .category-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .categories-list .category-item {
    width: 33.3%;
  }
}
@media (max-width: 768px) {
  .categories-list .category-item:nth-child(2n) {
    clear: both;
  }
}
.categories-list .category-item .category-inner {
  padding: 0 40px;
}
.categories-list .category-item .category-image {
  position: relative;
  overflow: hidden;
}
.categories-list .category-item .category-image img {
  width: 100%;
  transition: all 0.25s;
}
.categories-list .category-item .category-image a {
  background: #555555;
  border-radius: 50%;
  color: #ffffff;
  display: none;
  height: 56px;
  text-align: center;
  line-height: 70px;
  position: absolute;
  margin: -28px 0 0 -28px;
  left: 50%;
  top: 50%;
  width: 56px;
}
.categories-list .category-item .category-image a i {
  font-size: 30px;
}
.categories-list .category-item .category-image:hover img {
  opacity: 0.6;
  transform: scale(1.1);
}
.categories-list .category-item .category-image:hover a {
  display: block;
}
.categories-list .category-item .category-image:hover a:hover,
.categories-list .category-item .category-image:hover a:focus,
.categories-list .category-item .category-image:hover a:active {
  background-color: #1bbc9b;
}
.categories-list .category-item .item-title {
  margin-bottom: 14px;
}
.categories-list .category-item .item-title a {
  color: #555555;
  font-weight: 500;
}
.categories-list .category-item .item-title a:hover,
.categories-list .category-item .item-title a:focus,
.categories-list .category-item .item-title a:active {
  color: #1bbc9b;
}
.category-list .cat-items fieldset.filters {
  padding-top: 7px;
  padding-bottom: 7px;
}
.category-list .cat-items fieldset.filters select {
  padding: 3px;
}
/*  拿掉公告標題的底色；設定標題的顏色*/
.category-list table.category th {
 /* background: #999999;*/
  color:#000;
}
.category-list table.category th a { color: #ffffff;}
.category-list table.category td {
  background: #ffffff;
   color:#000; /**設定公告內容的顏色**/
}
.service-page .category-list table.category td ,
.announcements-page .category-list table.category td {width:90%;}
@media (max-width: 549px) {
	.category-list table.category td {
		font-size:12px;
	}
}
.category-list table.category td a {
 /* color: #666666;*/
  color:#000; /**設定公告內容的顏色**/
}
.category-list table.category td a:hover,
.category-list table.category td a:focus,
.category-list table.category td a:active {
  color:#4d3592;
}

.category-desc {
  overflow: hidden;
}
.category-desc img {
  float: left;
  margin-right: 28px;
}
.category-item:before,
.category-item:after {
  content: " ";
  display: table;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 14px 5px;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 80px;
}
.category-item .category-item .page-header {
  font-size: 16px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 14px 5px;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  color: #000000;
  padding-bottom: 28px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .newsfeed-category > h2,
  .newsfeed > h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .newsfeed-category .category-desc,
  .newsfeed .category-desc {
    margin-bottom: 28px;
  }
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  content: " ";
  display: table;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed-category .category li .list,
.newsfeed .category li .list {
  font-size: 15px;
  clear: both;
  max-width: 100%;
  word-wrap: break-word;
}
.newsfeed-category .category li .list .list-title,
.newsfeed .category li .list .list-title {
  font-size: 16px;
}
.newsfeed-category .category li a,
.newsfeed .category li a {
  word-break: break-all;
}
@media screen and (max-width: 480px) {
  .newsfeed-category input#filter-search,
  .newsfeed input#filter-search {
    margin-bottom: 14px;
  }
}
.newsfeed > h2 {
  padding-bottom: 28px;
  margin-bottom: 28px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 28px;
  font-size: 18px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 16px;
}
@media (max-width: 767px) {
  .newsfeed ol {
    margin-left: 0 !important;
    padding: 0 !important;
  }
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 767px) {
  .newsfeed ol li h3 {
    font-size: 28px;
  }
}
.weblink-category > h2 {
  color: #000000;
  padding-bottom: 14px;
  margin-bottom: 28px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .weblink-category > h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
}
.weblink-category > p {
  color: #999999;
}
.weblink-category .cat-children > h3 {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
}
.weblink-category .cat-children li {
  font-size: 13px;
}
.weblink-category .cat-children li .item-title {
  font-size: 16px;
  font-weight: normal;
}
.article-content .pagination ul {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.article-content .pagination li {
  border: 1px solid #d9d9d9;
  border-left: 0;
  line-height: normal;
  list-style: none;
  float: left;
  padding: 14px 28px;
}
.article-content .pagination li:first-child {
  border-left: 1px solid #d9d9d9;
}
.article-content .pagination li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 28px;
  font-weight: bold;
}
#article-index,
.article-index {
  padding: 10px;
  border: 2px solid #d9d9d9;
  line-height: 1.5;
  width: 100%;
}
@media (min-width: 992px) {
  #article-index,
  .article-index {
    float: right;
    margin: 0 0 28px 28px;
    width: 30%;
  }
}
#article-index ul,
.article-index ul {
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul > li,
.article-index ul > li {
  border-bottom: 1px solid #eeeeee;
  list-style: none;
  margin: 0;
  padding: 5px 0;
}
#article-index ul > li:last-child,
.article-index ul > li:last-child {
  border: 0;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  border-radius: 0;
  display: block;
  font-size: 14px;
  padding: 5px;
}
#article-index ul > li > a:hover,
.article-index ul > li > a:hover,
#article-index ul > li > a:active,
.article-index ul > li > a:active,
#article-index ul > li > a:focus,
.article-index ul > li > a:focus {
  color: #1bbc9b;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #1bbc9b;
  color: #ffffff;
}
#article-index ul > .active > a:hover,
.article-index ul > .active > a:hover,
#article-index ul > .active > a:active,
.article-index ul > .active > a:active,
#article-index ul > .active > a:focus,
.article-index ul > .active > a:focus {
  border: 0;
  background: #1bbc9b;
  color: #ffffff;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 8px 5px 0 5px;
  padding: 0;
  float: left;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav li > a {
  border: 1px solid #820050;
  border-radius: 0;
  padding: 7px 28px;
  line-height: normal;
  background:#ffffff;
  color: #820050;
  transition: all 0.3s ease-out 0s;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
 /* background-color: #76699b;*/
  background-color: #820050;
  border-color: #820050;
  text-decoration: none;
  color:#ffffff;
}

.items-more h3 {
  margin: 0 0 28px;
}
.items-more .nav > li {
  border-top: 1px solid #d9d9d9;
}
.items-more .nav > li > a {
  padding: 6px 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 14px 0;
}
.display-limit {
  margin: 14px 0 5px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message {
  margin-bottom: 28px;
  margin-top: 0;
}
#system-message .alert {
  margin-bottom: 21px;
  padding: 14px;
  background: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}

#system-message .alert p:last-child {
  margin-bottom: 0;
}
#system-message .alert.alert- .alert-heading {
  display: none;
}
#system-message dt {
  margin-bottom: 14px;
}
#system-message dd {
  margin-left: 0;
}
#system-message > dd > ul {
  border-width: 2px;
  border-style: solid;
  padding: 14px;
  border-radius: 0;
  font-weight: normal;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 7px;
  font-size: 16px;
  font-weight: normal;
  text-indent: 0;
}
#system-message .info.message ul,
#system-message .message ul {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
#system-message .info.message ul li,
#system-message .message ul li {
  font-weight: normal;
  text-indent: 0;
}
#system-message .success.message ul {
  background: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
#system-message .warning.message ul,
#system-message .notice.message ul {
  background: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
#system-message .error.message ul {
  background: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.tip-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 2px solid #ccc;
  border: 2px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.tip-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.tip-text {
  padding: 9px 14px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
.tag-category > h2 {
  margin-top: 0;
}
.tag-category .category {
  border-color: #eeeeee;
}
.tag-category .category li {
  border-color: #eeeeee;
  padding: 28px 14px;
}
.tag-category .category li > h3 {
  font-size: 28px;
  margin-bottom: 28px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .tag-category .category li > h3 {
    font-size: 35px;
  }
}
.tag-category .tag-body {
  display: block;
}
.tag-category .tag-body img {
  margin-bottom: 14px;
  width: 100%;
}
@media (min-width: 768px) {
  .tag-category .tag-body img {
    width: 35%;
    margin-left: 28px;
  }
}
.t3-content .tags {
  margin: 28px 0;
}
.t3-content .tags span {
  display: inline-block;
  margin-bottom: 7px;
}
.t3-content .tags span > a {
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #999999;
  display: block;
  font-size: 15px;
  font-weight: normal;
  padding: 7px 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.t3-content .tags span > a:hover,
.t3-content .tags span > a:active,
.t3-content .tags span > a:focus {
  background: #1bbc9b;
  border-color: #1bbc9b;
  color: #ffffff;
}
.languageswitcherload {
  display: inline-block;
  float: none;
  /*為了讓三條線的menu position:fix後，相對位置也是無誤的*/
  margin-right:35px;
}
.languageswitcherload .mod-languages {
  text-align: right;
}
.languageswitcherload .mod-languages a.dropdown-toggle {
  width: 50px;
  height: 42px;
  line-height: 38px;
  display: block;
  text-align: left;
  background: none;
  position: relative;
  z-index: 100;
  padding: 0 10px;
  border: 0;
  background: #18a689;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
@media screen and (max-width: 991px) {
  .languageswitcherload .mod-languages a.dropdown-toggle {
    background: #1c1c1c;
  }
}
.languageswitcherload .mod-languages a.dropdown-toggle:before {
  content: "\f0d7";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 2px;
  right: 8px;
  font-size: 11px;
  color: #ffffff;
}
.languageswitcherload .mod-languages a.dropdown-toggle:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: -1;
  background: #158f76;
}
.languageswitcherload .mod-languages a.dropdown-toggle:hover,
.languageswitcherload .mod-languages a.dropdown-toggle:focus {
  border-color: #158f76;
}
.languageswitcherload .mod-languages a.dropdown-toggle:hover:after,
.languageswitcherload .mod-languages a.dropdown-toggle:focus:after {
  width: 100%;
}
.languageswitcherload .mod-languages a.dropdown-toggle:hover:before,
.languageswitcherload .mod-languages a.dropdown-toggle:focus:before {
  color: #ffffff;
}
.languageswitcherload .mod-languages a.dropdown-toggle:active {
  border-color: #158f76;
}
.languageswitcherload .mod-languages a.dropdown-toggle:active:after {
  width: 100%;
}
.languageswitcherload .mod-languages.open .dropdown-menu:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  content: "";
  top: -10px;
  right: 15px;
  z-index: 1010;
  position: absolute;
}
.languageswitcherload .mod-languages .dropdown-menu {
  left: auto;
  right: 0;
  top: 65px;
  padding: 14px;
}
.languageswitcherload .mod-languages .dropdown-menu li {
  margin: 0;
  display: block;
}
.languageswitcherload .mod-languages .dropdown-menu li > a {
  display: block;
  width: auto;
  float: none;
  height: auto;
  line-height: 1;
  text-align: left;
  padding: 14px;
}
.languageswitcherload .mod-languages .dropdown-menu li > a img {
  margin-top: -2px;
}
.languageswitcherload .mod-languages .dropdown-menu li > a:hover {
  background: none;
}
.scrollDown .t3-header .languageswitcherload .mod-languages a.dropdown-toggle,
.scrollUp .t3-header .languageswitcherload .mod-languages a.dropdown-toggle {
  background: #1c1c1c;
}
.scrollDown .t3-header .languageswitcherload .mod-languages a.dropdown-toggle:after,
.scrollUp .t3-header .languageswitcherload .mod-languages a.dropdown-toggle:after {
  background: #030303;
}
.scrollDown .t3-header .languageswitcherload .mod-languages a.dropdown-toggle:hover,
.scrollUp .t3-header .languageswitcherload .mod-languages a.dropdown-toggle:hover,
.scrollDown .t3-header .languageswitcherload .mod-languages a.dropdown-toggle:focus,
.scrollUp .t3-header .languageswitcherload .mod-languages a.dropdown-toggle:focus,
.scrollDown .t3-header .languageswitcherload .mod-languages a.dropdown-toggle:active,
.scrollUp .t3-header .languageswitcherload .mod-languages a.dropdown-toggle:active {
  background: #101010;
}
div.calendar {
  width: 187px;
}
.inputbox + .calendar {
  border-width: 2px;
  margin-left: 0;
  padding: 12px;
  vertical-align: top;
  border-left: 0;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 14px;
}
.edit.item-page .input-append .btn {
  border-width: 2px;
}
.edit.item-page a.modal.btn {
  border-width: 2px;
}
.edit.item-page #jform_images_image_fulltext,
.edit.item-page #jform_images_image_intro {
  display: inline-block;
  width: 40%;
}
@media (min-width: 768px) {
  .edit.item-page #jform_images_image_fulltext,
  .edit.item-page #jform_images_image_intro {
    width: auto;
  }
}
#editor-xtd-buttons {
  margin: 0;
  margin-top: 28px;
}
@media (min-width: 768px) {
  #editor-xtd-buttons {
    margin-right: 84px;
  }
}
#editor-xtd-buttons .btn {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 7px;
  padding: 2px 7px;
  text-transform: none;
  border-color: #1bbc9b;
  text-shadow: none;
}
#editor-xtd-buttons .btn:first-child {
  margin-left: 0;
}
#editor-xtd-buttons .btn:hover {
  color: #ffffff;
}
#editor-xtd-buttons .btn:hover:after {
  width: 100%;
  background: #1bbc9b;
}
#window-mainbody {
  font-size: 14px;
}
#window-mainbody .filter .btn-group {
  line-height: 38px;
}
#window-mainbody .filter .btn-group button.btn {
  border: 2px solid #1bbc9b;
  background: #ffffff;
  color: #1bbc9b;
}
#window-mainbody .filter .btn-group button.btn:hover {
  color: #ffffff;
}
#window-mainbody .filter .btn-group button.btn:hover:after {
  background: #1bbc9b;
  width: 100%;
}
#window-mainbody #filter_search,
#window-mainbody .input-medium {
  height: 35px;
}
#window-mainbody #imageForm .pull-right {
  margin: 28px 28px 0 0;
}
#window-mainbody #imageForm .pull-right .btn {
  padding: 2px 5px;
  font-size: 12px;
  border: 2px solid #999999;
}
#window-mainbody #imageForm .pull-right .btn:hover:after {
  width: 100%;
  background: #999999;
}
#window-mainbody #imageForm .pull-right .btn:hover {
  border-color: #999999;
  color: #ffffff;
}
#window-mainbody #imageForm .pull-right .btn.btn-primary {
  border-color: #1bbc9b;
}
#window-mainbody #imageForm .pull-right .btn.btn-primary:hover:after {
  background: #1bbc9b;
}
#window-mainbody input {
  height: 35px;
  width: 100%;
}
#window-mainbody #upbutton.btn {
  padding: 0 14px;
  font-size: 12px;
  border: 2px solid #1bbc9b;
  color: #1bbc9b;
}
#window-mainbody #upbutton.btn:hover {
  color: #ffffff;
}
#window-mainbody #upbutton.btn:hover:after {
  width: 100%;
  background: #1bbc9b;
}
#window-mainbody #upload-submit {
  margin-left: 25px;
}
#window-mainbody #upload-submit:hover {
  border-width: 2px;
}
#window-mainbody #upload-file {
  padding-left: 14px;
}
#window-mainbody .icon-folder-2 {
  font-size: 45px;
}
.iframe-bordered {
  border: 1px solid #dddddd;
}
.chzn-container {
  display: block;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
  height: 26px;
}
.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: auto !important;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #cccccc;
  height: 26px;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #cccccc;
}
.btn-group .chzn-results {
  white-space: normal;
}
.portfolio-item {
  padding: 0 40px;
}
.portfolio-item .row-feature-header {
  border-bottom: 2px solid #d9d9d9;
}
.portfolio-item .row-feature-header img {
  max-width: 100%;
}
.portfolio-item .row-feature-footer {
  margin-top: 56px;
}
.portfolio-item .row-feature-header-info {
  padding-top: 56px;
}
.portfolio-item .portfolio-intro {
  margin-bottom: 28px;
}
.portfolio-item .row-feature-heading {
  background: #1bbc9b;
  color: #ffffff;
  text-align: center;
  margin-top: 84px;
  padding: 56px;
  font-size: 24px;
}
.portfolio-item .row-feature-heading h2 {
  margin-top: 0;
  font-weight: 500;
}
.portfolio-item .portfolio-title {
  font-weight: 500;
  color: #555555;
}
.portfolio-item .row-feature-border {
  padding: 84px 0;
}
.portfolio-item .portfolio-list-info {
  padding-left: 0;
  margin-bottom: 28px;
}
.portfolio-item .portfolio-list-info li {
  list-style: none;
  font-size: 15px;
  padding: 7px 0;
  line-height: 1;
}
.portfolio-item p > .btn {
  margin-right: 14px;
}
.portfolio-item .media {
  margin-top: 28px;
  font-size: 16px;
}
.portfolio-item .media .media-heading {
  font-size: 24px;
  font-weight: 500;
  color: #555555;
}
.portfolio-item .media .media-icon {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 28px;
  border-radius: 50%;
  border: 2px solid;
  margin-right: 28px;
}
.mod-preview-info {
  z-index: 2;
}
@media screen and (min-width: 768px) {.report-page .contact-left {padding-left:40px;}}

/**.report-page .contact-left h3 ->網路錯誤訊息回報**/
.page-header,.report-page .contact-left h3{
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 13px;
  margin: 0 0 13px;
}
@media screen and (min-width: 1200px) {
	.view-article.study-page .page-header{
		 margin: 0 28px 13px 28px;
	}
}
.page-title,
.page-header h1,.report-page .contact-left h3 {
  color: #000000;
  line-height: 1;
  margin: 0;
  font-size:32px;
}
@media screen and (max-width: 767px) {
  /**文章頁面標題**/
  .page-title,
  .page-header h1,.report-page .contact-left h3 {
    font-size: 22px;
  }
}
.page-subheader {
  border-bottom: 1px solid #d9d9d9;
  margin: 0 0 28px;
}
.page-subheader:before,
.page-subheader:after {
  content: " ";
  display: table;
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -28px;
}
.article-title,
.article-header h1 {
  margin: 0 0 28px 0;
}
.item-title {
  font-weight: bold;
}
.row-feature {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media screen and (min-width: 992px) {
  .row-feature {
   /* padding-top: 112px;
    padding-bottom: 112px;*/
	padding-top:90px;
    padding-bottom: 90px;
  }
}
.row-feature.row-feature-primary {
  background: #1bbc9b;
  color: #dcfaf4;
  padding-top: 0;
  padding-bottom: 0;
}
.row-feature.row-feature-primary .row-feature-title {
  color: #ffffff;
}
.row-feature.row-feature-secondary {
  background: #2d3e50;
  color: #a0adbb;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .row-feature.row-feature-secondary {
    position: relative;
  }
}
.row-feature.row-feature-secondary .row-feature-secondary {
  position: relative;
}
.row-feature.row-feature-secondary .row-feature-title,
.row-feature.row-feature-secondary .about-us h3 {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .row-feature.row-feature-secondary .btn-lg {
    padding: 14px 28px;
    font-size: 15px;
  }
}
.row-feature.row-feature-graydark {
  background: #333333;
  color: #ffffff;
}
.row-feature.row-feature-graydark .row-feature-title {
  color: #ffffff;
}
.row-feature.row-feature-full {
  text-align: center;
  padding-bottom: 0;
  padding-top: 0;
}
.row-feature.row-feature-full .row-feature-full {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .row-feature.row-feature-full .row-feature-full {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.row-feature.row-feature-full .container > .row {
  margin-left: 0;
  margin-right: 0;
}
.row-feature.row-feature-full .container {
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
.row-feature.row-feature-full .btn {
  margin-top: 28px;
}
.row-feature.row-feature-highlight-title {
  position: relative;
  padding-top: 168px;
}
.row-feature.row-feature-highlight-title .row-feature-title {
  background: #1bbc9b;
  color: #ffffff;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  padding: 28px 0;
  margin: 0;
}
.row-feature.row-feature-highlight-title .row-feature-title:before {
  border-top: 10px solid #1bbc9b;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-bottom: -10px;
  position: absolute;
  width: 0;
}
.row-feature.row-feature-video {
  padding: 0;
  padding-bottom: 0;
}
.row-feature.row-feature-video .row-feature-video {
  padding-left: 0;
  padding-right: 0;
}
.row-feature.row-feature-video .video-shuffle-wrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.row-feature.row-feature-video .video-shuffle-wrap .mask {
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  filter: alpha(opacity=75);
  z-index: 2;
}
.row-feature.row-feature-video .video-shuffle-wrap .poster {
  width: auto;
  height: 100%;
  min-height: 300px;
}
@media (min-width: 768px) {
  .row-feature.row-feature-video .video-shuffle-wrap .poster {
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  .row-feature.row-feature-video .video-shuffle-wrap .poster {
    width: 100%;
    height: auto;
    min-height: 400px;
  }
}
.row-feature.row-feature-video .video-shuffle-wrap .video-shuffle iframe {
  min-width: 100% !important;
  min-height: 100% !important;
  width: auto !important;
  height: auto !important;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.row-feature.row-feature-video .video-shuffle-wrap .content {
  color: #ffffff;
  left: 0;
  padding-top: 56px;
  position: absolute;
  width: 100%;
  z-index: 3;
}
@media (min-width: 992px) {
  .row-feature.row-feature-video .video-shuffle-wrap .content {
    left: 50%;
    margin-left: -40%;
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .row-feature.row-feature-video .video-shuffle-wrap .content {
    margin-left: -30%;
    width: 60%;
    left: 50%;
    padding-top: 84px;
    padding-bottom: 56px;
  }
}
.row-feature.row-feature-video .video-shuffle-wrap .content .inner {
  padding: 0 28px;
}
@media (min-width: 1200px) {
  .row-feature.row-feature-video .video-shuffle-wrap .content .inner {
    padding: 0 84px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .row-feature.row-feature-video .video-shuffle-wrap .content .inner {
    padding: 0 28px;
  }
}
.row-feature.row-feature-video .video-shuffle-wrap .content h3 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .row-feature.row-feature-video .video-shuffle-wrap .content h3 {
    font-size: 50px;
  }
}
.row-feature.row-feature-video .video-shuffle-wrap .content p {
  display: none;
}
@media screen and (min-width: 768px) {
  .row-feature.row-feature-video .video-shuffle-wrap .content p {
    display: block;
    margin-bottom: 56px;
  }
}
.row-feature.row-feature-video .video-shuffle-wrap .content a {
  background: url("../images/play-icon.png") no-repeat left top;
  display: block;
  height: 74px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -999em;
  width: 74px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.row-feature.row-feature-video .video-shuffle-wrap .content a:hover,
.row-feature.row-feature-video .video-shuffle-wrap .content a:focus,
.row-feature.row-feature-video .video-shuffle-wrap .content a:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.row-feature.row-feature-border {
  border-bottom: 2px solid #e7e7e7;
}
.row-feature.row-feature-border .container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.row-feature.row-feature-border .container .row .container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .row-feature.row-feature-border .container .row .container h3 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .row-feature.row-feature-border .container .row .container h3 {
    font-size: 32px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.row-feature.row-feature-bg {
  background: url("../images/custom-bg.png") no-repeat bottom right;
}
@media screen and (max-width: 767px) {
  .row-feature.row-feature-bg .container .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row-feature.row-feature-bg .container .row h3 {
    font-size: 32px;
  }
}
.row-feature.row-feature-bg .row-feature-bg {
  background: none;
}
@media screen and (max-width: 480px) {
  .row-feature.row-feature-bg .row-feature-bg p {
    padding: 0;
  }
}
.row-feature .row-feature-title {
  text-align: center;
  margin-bottom: 56px;
  margin-top: 0;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .row-feature .row-feature-title {
    font-size: 32px;
    margin-left: 0;
    margin-right: 0;
  }
}
.row-feature .row-feature-title .fa-heart {
  color: #e74c3c;
}
.row-feature .module-intro {
  display: block;
  margin: -28px auto 28px !important;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .row-feature .module-intro {
    margin: -28px auto 84px !important;
  }
}
@media (max-width: 991px) {
  .row-feature .row-feature-ct .module-intro {
    margin-bottom: 56px !important;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  margin-top: 0;
  word-wrap: break-word;
}
.jumbotron p {
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .jumbotron p {
    font-size: 24px;
  }
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.jumbotron h1 {
  font-size: 36px;
}
@media screen and (min-width: 992px) {
  .jumbotron h1 {
    font-size: 50px;
  }
}
.jumbotron h2 {
  font-size: 32px;
}
@media screen and (min-width: 992px) {
  .jumbotron h2 {
    font-size: 44px;
  }
}
.jumbotron h3 {
  font-size: 28px;
}
@media screen and (min-width: 992px) {
  .jumbotron h3 {
    font-size: 40px;
  }
}
.container .jumbotron {
  border-radius: 6px;
}
.masthead {
  padding: 56px 30px;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .masthead {
    padding: 112px 0;
  }
  .masthead h1 {
    font-size: 112px;
  }
  .masthead p {
    font-size: 32px;
  }
  .masthead .btn-lg {
    margin-top: 28px;
    padding: 18px 42px;
    font-size: 24px;
  }
}
.jumbotron-primary {
  background-color: #1bbc9b;
  color: #dcfaf4;
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
  color: #ffffff;
}
.jumbotron-primary p {
  color: #ffffff;
}
.jumbotron-primary .btn-primary {
  border-color: #fff;
  color: #ffffff;
}
.jumbotron-primary .btn-primary:hover,
.jumbotron-primary .btn-primary:active,
.jumbotron-primary .btn-primary:focus {
  border-color: #1bbc9b;
}
.jumbotron-primary .btn-primary:hover:after,
.jumbotron-primary .btn-primary:active:after,
.jumbotron-primary .btn-primary:focus:after {
  width: 100%;
}
.jumbotron-primary .btn-primary:after {
  background: #1bbc9b;
}
.media .media-body {
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .media .media-body {
    font-size: 16px;
  }
}
.label:empty {
  display: none;
}
.badge {
  font-size: 11px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
.alert h4 {
  color: inherit;
}
.alert-success,
.alert-message {
  background: #d9edf7;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr,
.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link,
.alert-message .alert-link {
  color: #356635;
}
.alert-info,
.alert-notice {
  background: #d9edf7;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr,
.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link,
.alert-notice .alert-link {
  color: #2d6987;
}
.alert-warning {
  background: #fcf8e3;
}
.alert-danger,
.alert-error {
  background: #fcf8e3;	/*#f2dede*/	
  background-color: #fcf8e3;	/*#f2dede*/
  border-color: #faebcc;
  color: #c09853;	/*#b94a48*/
}
.alert-danger hr,
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link,
.alert-error .alert-link {
  color: #953b39;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #aff4e6;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.ezb-mod .mod-post-meta > span + span {
  background: none !important;
}
.ezb-mod .mod-item + .mod-item {
  border-color: #eee;
}
#eblog-wrapper .list-form.tight li > label,
#eblog-dialog .list-form.tight li > label {
  font-size: 10px !important;
}
body #ezblog-dashboard a {
  color: #1bbc9b;
}
body #ezblog-dashboard a:hover,
body #ezblog-dashboard a:focus,
body #ezblog-dashboard a:active {
  color: #1bbc9b;
}
body #ezblog-dashboard .ui-toolbar li.settings form a.buttons {
  background: #1bbc9b;
  border-color: #18a689;
  color: #ffffff !important;
}
body #ezblog-dashboard .ui-toolbar li.settings form a.buttons:hover,
body #ezblog-dashboard .ui-toolbar li.settings form a.buttons focus,
body #ezblog-dashboard .ui-toolbar li.settings form a.buttons:active {
  background: #18a689;
  border-color: #18a689;
  color: #ffffff !important;
}
body #ezblog-dashboard .buttons {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
body #ezblog-dashboard select#entries-action {
  display: inline-block;
  height: auto !important;
  float: left;
  margin-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}
body #ezblog-dashboard #blog-login #form-login-username input,
body #ezblog-dashboard #blog-login #form-login-password input {
  font-weight: normal !important;
}
body #ezblog-dashboard #blog-login form input.button {
  background: none;
  border: solid 2px #1bbc9b;
  color: #1bbc9b;
  line-height: 1.75;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 12px;
}
body #ezblog-dashboard #blog-login form input.button:hover,
body #ezblog-dashboard #blog-login form input.button:focus,
body #ezblog-dashboard #blog-login form input.button:active {
  color: #ffffff;
  background: #1bbc9b;
}
@media screen and (max-width: 992px) {
  .ui-modbody .list-form.reset-ul li {
    padding-top: 0 !important;
    word-wrap: inherit;
  }
  .ui-modbody .list-form.reset-ul li > div {
    display: inline-block;
    margin-top: -10px;
  }
  #eblog-wrapper .list-form > li + li,
  #eblog-wrapper .list-form > li + li {
    padding-top: 0 !important;
    word-wrap: inherit;
  }
  #eblog-wrapper .list-form.reset-ul .si-optiontap {
    margin-top: -13px !important;
  }
  #eblog-wrapper .list-form.reset-ul input.width-300 {
    width: 90%;
  }
  #eblog-wrapper .list-form.reset-ul input.width-250 {
    width: 95%;
    margin-bottom: 7px;
  }
  #ezblog-dashboard .input.publish-location {
    margin-bottom: 14px;
  }
  #ezblog-dashboard .ui-modbody .blogImage {
    margin-bottom: 14px !important;
  }
  #ezblog-dashboard .dashboard-option #save_post_button {
    margin-top: 0;
  }
  #ezblog-dashboard .dashboard-option .has-tooltip {
    margin-top: 14px;
  }
  #ezblog-dashboard .dashboard-option .media_manager_button {
    display: inline-block;
    margin-top: 14px;
  }
  #ezblog-dashboard #write_container #category_id {
    margin-bottom: 14px;
  }
  #ezblog-dashboard #comment-form li .ui-avatar {
    float: left !important;
  }
  #ezblog-dashboard #comment-form .ui-button-option:before,
  #ezblog-dashboard #comment-form .ui-button-option:after {
    content: " ";
    display: table;
  }
  #ezblog-dashboard #comment-form .ui-button-option:after {
    clear: both;
  }
  #ezblog-dashboard #comment-form .ui-button-option li {
    margin-bottom: 7px;
  }
  #ezblog-dashboard .dashboard-head .head-option .search-head {
    width: 90%;
  }
  #ezblog-dashboard .dashboard-head .head-option .search-head:hover,
  #ezblog-dashboard .dashboard-head .head-option .search-head:focus,
  #ezblog-dashboard .dashboard-head .head-option .search-head:active {
    width: 90%;
  }
  #ezblog-dashboard #eb-topbar.narrow .ui-toolbar li.settings form {
    background: none;
    border: none !important;
    padding: 0;
  }
  #ezblog-dashboard #eb-topbar.narrow .ui-toolbar li.settings form a {
    box-shadow: none !important;
  }
}
@media screen and (max-width: 767px) {
  #blog-login #form-login-username input,
  #blog-login #form-login-password input {
    width: 90% !important;
  }
  #ezblog-dashboard .dashboard-avatar {
    float: left !important;
  }
}
@media screen and (max-width: 360px) {
  body #mailtoForm .control-label,
  body #mailtoForm .formelm label {
    float: none;
    width: auto;
  }
  body #mailtoForm .form-group > div {
    float: none;
    padding-left: 40px;
    padding-right: 40px;
  }
  body #mailtoForm .form-group .col-sm-offset-2 {
    margin-left: 0;
  }
  body .blog-login-helper li {
    float: none !important;
    display: block !important;
    width: 100%;
  }
  body .blog-login-helper li + li {
    margin-left: 0 !important;
  }
  body #ezblog-dashboard .dashboard-head .head-option .search-head {
    margin-bottom: 5px !important;
    width: 150px !important;
  }
  body #ezblog-dashboard .dashboard-head .head-option .search-head:hover,
  body #ezblog-dashboard .dashboard-head .head-option .search-head:focus,
  body #ezblog-dashboard .dashboard-head .head-option .search-head:active {
    width: 150px !important;
  }
  body #ezblog-dashboard .dashboard-head .head-option a.buttons {
    margin-bottom: 10px !important;
  }
  body #eblog-wrapper.w320 #ezblog-dashboard #private,
  body #eblog-wrapper.w320 #microblog-video .input {
    width: 90% !important;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .about-us .text-center > p {
    font-size: 20px;
  }
}
.about-us .section {
  margin-top: 28px;
  margin-bottom: 28px;
}
@media screen and (min-width: 992px) {
  .about-us .section {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 992px) {
  .about-us .section.member > .col-md-3:nth-child(2n+1) {
    clear: both;
  }
}
.about-us .show-team {
  border: solid 1px #eeeeee;
  border-left: 3px solid #1bbc9b;
  margin: 0 40px;
  padding: 28px;
}
@media screen and (min-width: 768px) {
  .about-us .show-team .info-team {
    float: left;
    width: 65%;
  }
}
.about-us .show-team a.btn-block {
  display: inline-block;
  margin-top: 14px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .about-us .show-team a.btn-block {
    float: right;
    margin-top: 0;
  }
}
.about-us h3 {
  color: #333333;
  font-size: 28px;
}
.about-us .member-info a.btn {
  background: none;
  border: none;
  height: 36px;
  line-height: 36px;
  margin: 0 3px;
  padding: 0;
  text-align: center;
  width: 36px;
}
.about-us .member-info a.btn i {
  color: #333333;
  font-size: 16px;
  line-height: 36px;
  display: block;
  position: relative;
  transition: top 0.35s ease 0s;
}
.about-us .member-info a.btn:hover,
.about-us .member-info a.btn:focus,
.about-us .member-info a.btn:active {
  background: #1bbc9b;
}
.about-us .member-info a.btn:hover i,
.about-us .member-info a.btn:focus i,
.about-us .member-info a.btn:active i {
  color: #ffffff;
}
.about-us .member-info a.btn.btn-facebook:hover,
.about-us .member-info a.btn.btn-facebook:focus,
.about-us .member-info a.btn.btn-facebook:active {
  background: #3B5998;
}
.about-us .member-info a.btn.btn-twitter:hover,
.about-us .member-info a.btn.btn-twitter:focus,
.about-us .member-info a.btn.btn-twitter:active {
  background: #00ACED;
}
.about-us .member-info a.btn.btn-linkedin:hover,
.about-us .member-info a.btn.btn-linkedin:focus,
.about-us .member-info a.btn.btn-linkedin:active {
  background: #007BB6;
}
.about-us .member-info a.btn.btn-google-plus:hover,
.about-us .member-info a.btn.btn-google-plus:focus,
.about-us .member-info a.btn.btn-google-plus:active {
  background: #DD4B39;
}
.about-us .member-info a.btn.btn-instagram:hover,
.about-us .member-info a.btn.btn-instagram:focus,
.about-us .member-info a.btn.btn-instagram:active {
  background: #517FA4;
}
.about-us .member-info a.btn.btn-skype:hover,
.about-us .member-info a.btn.btn-skype:focus,
.about-us .member-info a.btn.btn-skype:active {
  background: #0078CA;
}
.about-us .thumbnail {
  border: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  padding: 0;
  z-index: 1;
}
.about-us .thumbnail .caption h5 {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.about-us .thumbnail .caption p {
  color: #999999;
  font-size: 15px;
}
.about-us .thumbnail .caption .member-detail {
  color: #666666;
  font-size: 16px;
}
.about-us .member .thumbnail {
  margin: 0 0 14px;
}
@media screen and (min-width: 768px) {
  .about-us .member .thumbnail {
    margin-bottom: 0;
  }
}
.about-us .member .thumbnail img {
  width: 100%;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -webkit-transition: -webkit-transform 0.6s, opacity 0.1s 0.2s;
  transition: transform 0.6s, opacity 0.1s 0.2s;
}
.about-us .member .thumbnail .member-follow {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.about-us .member .thumbnail .member-follow > div {
  bottom: -50%;
  opacity: 0;
  filter: alpha(opacity=0);
  margin: 0;
  position: absolute;
  width: 100%;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.6s, opacity 0.1s 0.2s;
  transition: transform 0.6s, opacity 0.1s 0.2s;
}
.about-us .member .thumbnail .member-follow > div .member-info {
  float: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .about-us .member .thumbnail .member-follow > div .member-info {
    float: right;
    margin: 0;
  }
}
.about-us .member .thumbnail .member-follow > div span {
  color: #333333;
  display: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 35px;
  margin: 0 0 0 14px;
  padding: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .about-us .member .thumbnail .member-follow > div span {
    display: inline-block;
  }
}
.about-us .member .thumbnail .member-follow > div a.btn {
  height: 35px;
  line-height: 35px;
  margin: 0;
  vertical-align: top;
  width: 35px;
}
@media screen and (min-width: 992px) {
  .about-us .member .thumbnail .member-follow > div a.btn {
    float: left;
  }
}
.about-us .member .thumbnail .member-follow > div a.btn i {
  line-height: 35px;
}
.about-us .member .thumbnail .member-follow:hover > div,
.about-us .member .thumbnail .member-follow:focus > div,
.about-us .member .thumbnail .member-follow:active > div {
  opacity: 100;
  filter: alpha(opacity=10000);
  bottom: 0;
  background: #f7f7f7;
  opacity: 1;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.about-us .member .thumbnail .member-follow:hover img,
.about-us .member .thumbnail .member-follow:focus img,
.about-us .member .thumbnail .member-follow:active img {
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.ie8 .blog-2 .blog-item .item-image,
.ie9 .blog-2 .blog-item .item-image,
.old-ie .blog-2 .blog-item .item-image,
.ie8 .blog-detail .blog-item .item-image,
.ie9 .blog-detail .blog-item .item-image,
.old-ie .blog-detail .blog-item .item-image {
  display: block;
  min-height: auto !important;
}
.ie8 .blog-2 .blog-item .item-image:before,
.ie9 .blog-2 .blog-item .item-image:before,
.old-ie .blog-2 .blog-item .item-image:before,
.ie8 .blog-detail .blog-item .item-image:before,
.ie9 .blog-detail .blog-item .item-image:before,
.old-ie .blog-detail .blog-item .item-image:before,
.ie8 .blog-2 .blog-item .item-image:after,
.ie9 .blog-2 .blog-item .item-image:after,
.old-ie .blog-2 .blog-item .item-image:after,
.ie8 .blog-detail .blog-item .item-image:after,
.ie9 .blog-detail .blog-item .item-image:after,
.old-ie .blog-detail .blog-item .item-image:after {
  content: " ";
  display: table;
}
.ie8 .blog-2 .blog-item .item-image:after,
.ie9 .blog-2 .blog-item .item-image:after,
.old-ie .blog-2 .blog-item .item-image:after,
.ie8 .blog-detail .blog-item .item-image:after,
.ie9 .blog-detail .blog-item .item-image:after,
.old-ie .blog-detail .blog-item .item-image:after {
  clear: both;
}
.ie8 .blog-2 .article-image-intro,
.ie9 .blog-2 .article-image-intro,
.old-ie .blog-2 .article-image-intro,
.ie8 .blog-detail .article-image-intro,
.ie9 .blog-detail .article-image-intro,
.old-ie .blog-detail .article-image-intro {
  max-height: auto !important;
}
.ie8 .blog-2 .article-image-intro:before,
.ie9 .blog-2 .article-image-intro:before,
.old-ie .blog-2 .article-image-intro:before,
.ie8 .blog-detail .article-image-intro:before,
.ie9 .blog-detail .article-image-intro:before,
.old-ie .blog-detail .article-image-intro:before,
.ie8 .blog-2 .article-image-intro:after,
.ie9 .blog-2 .article-image-intro:after,
.old-ie .blog-2 .article-image-intro:after,
.ie8 .blog-detail .article-image-intro:after,
.ie9 .blog-detail .article-image-intro:after,
.old-ie .blog-detail .article-image-intro:after {
  content: " ";
  display: table;
}
.ie8 .blog-2 .article-image-intro:after,
.ie9 .blog-2 .article-image-intro:after,
.old-ie .blog-2 .article-image-intro:after,
.ie8 .blog-detail .article-image-intro:after,
.ie9 .blog-detail .article-image-intro:after,
.old-ie .blog-detail .article-image-intro:after {
  clear: both;
}
.ie8 .blog-2 .article-image-intro img,
.ie9 .blog-2 .article-image-intro img,
.old-ie .blog-2 .article-image-intro img,
.ie8 .blog-detail .article-image-intro img,
.ie9 .blog-detail .article-image-intro img,
.old-ie .blog-detail .article-image-intro img {
  width: 100% !important;
}
.ie8 .box-center,
.ie9 .box-center,
.old-ie .box-center,
.ie8 #ja-testimonial,
.ie9 #ja-testimonial,
.old-ie #ja-testimonial {
  margin: 0 auto;
  text-align: center;
  float: none;
}
.ie8 .ja-client-list,
.ie9 .ja-client-list,
.old-ie .ja-client-list {
  width: 100% !important;
  clear: both;
}
.ie8 .ja-client-list .ja-client,
.ie9 .ja-client-list .ja-client,
.old-ie .ja-client-list .ja-client {
  width: 19.8%;
}
.ie8 .ja-animate,
.ie9 .ja-animate,
.old-ie .ja-animate {
  perspective: 0 !important;
  filter: alpha(opacity=100) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
  filter: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: transparent !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.ie8 .inview .ja-animate[data-animation="pop-up"],
.ie9 .inview .ja-animate[data-animation="pop-up"],
.old-ie .inview .ja-animate[data-animation="pop-up"] {
  animation: none;
  transform-style: none;
  filter: alpha(opacity=100) !important;
}
.ie8 .inview .ja-animate[data-delay="200"],
.ie9 .inview .ja-animate[data-delay="200"],
.old-ie .inview .ja-animate[data-delay="200"],
.ie8 .inview .ja-animate[data-delay="400"],
.ie9 .inview .ja-animate[data-delay="400"],
.old-ie .inview .ja-animate[data-delay="400"],
.ie8 .inview .ja-animate[data-delay="600"],
.ie9 .inview .ja-animate[data-delay="600"],
.old-ie .inview .ja-animate[data-delay="600"],
.ie8 .inview .ja-animate[data-delay="800"],
.ie9 .inview .ja-animate[data-delay="800"],
.old-ie .inview .ja-animate[data-delay="800"],
.ie8 .inview .ja-animate[data-delay="1000"],
.ie9 .inview .ja-animate[data-delay="1000"],
.old-ie .inview .ja-animate[data-delay="1000"] {
  animation-delay: 0 !important;
  transform-style: none !important;
  filter: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.ie8 .ja-animate[data-animation="move-from-right"],
.ie9 .ja-animate[data-animation="move-from-right"],
.old-ie .ja-animate[data-animation="move-from-right"] {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.ie8 .ja-animate[data-animation="move-from-left"],
.ie9 .ja-animate[data-animation="move-from-left"],
.old-ie .ja-animate[data-animation="move-from-left"] {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.ie8 .login-wrap .login-right .inner a,
.ie9 .login-wrap .login-right .inner a,
.old-ie .login-wrap .login-right .inner a {
  color: #ffffff;
}
.ie8 .footer-info .container .custom,
.ie9 .footer-info .container .custom,
.old-ie .footer-info .container .custom {
  border-bottom: solid 1px #384859;
}
.ie8 .t3-copyright,
.ie9 .t3-copyright,
.old-ie .t3-copyright {
  border-top: solid 1px #384859;
}
.ie8 .ja-masonry-wrap .item article .item-image img,
.ie9 .ja-masonry-wrap .item article .item-image img,
.old-ie .ja-masonry-wrap .item article .item-image img {
  height: 100%;
  width: 100% !important;
}
.ie8 .ja-masonry-wrap .item article .article-header,
.ie9 .ja-masonry-wrap .item article .article-header,
.old-ie .ja-masonry-wrap .item article .article-header {
  margin-top: 0 !important;
}
.ie8 .categories-module .project-item .article-content,
.ie9 .categories-module .project-item .article-content,
.old-ie .categories-module .project-item .article-content,
.ie8 ul.categories-module .project-item .article-content,
.ie9 ul.categories-module .project-item .article-content,
.old-ie ul.categories-module .project-item .article-content,
.ie8 .category-module .project-item .article-content,
.ie9 .category-module .project-item .article-content,
.old-ie .category-module .project-item .article-content,
.ie8 ul.category-module .project-item .article-content,
.ie9 ul.category-module .project-item .article-content,
.old-ie ul.category-module .project-item .article-content {
  bottom: 0;
  background: #ffffff;
}
.ie8 #eblog-wrapper .blog-topheader .blog-header > .blog-image,
.ie9 #eblog-wrapper .blog-topheader .blog-header > .blog-image,
.old-ie #eblog-wrapper .blog-topheader .blog-header > .blog-image {
  float: none;
  display: block;
}
.ie8 #eblog-wrapper .blog-topheader .blog-header > .blog-image img,
.ie9 #eblog-wrapper .blog-topheader .blog-header > .blog-image img,
.old-ie #eblog-wrapper .blog-topheader .blog-header > .blog-image img {
  max-width: auto !important;
  display: block;
}

.t3-header {
  top: 0;
  width: 100%;
  z-index: 100;
  background: #ffffff; /**76699b ->ffffff**/
}
.animating .t3-header {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.has-slideshow .t3-header {
  position: static;
}
@media (min-width: 992px) {
  .has-slideshow .t3-header {
  /*  background: none;*/
    position: fixed;
	background: #ffffff;
  }
}
.scrollDown .t3-header,
.scrollUp .t3-header {
  top: 0;
  background: #76699b;
  position: static;
}
@media (min-width: 992px) {
  .scrollDown .t3-header,
  .scrollUp .t3-header {
    position: static;
  }
}
.scrollDown .t3-header {
  top: -300px;
}
.off-canvas-open .t3-header {
  background: #ffffff;
}

@media screen and (max-width: 1199px) {
  .logo {
    padding-right: 0;
  }
  
}
 @media screen and (min-width: 540px) {
  .logo {
    text-align: center;
  }
}

  
.logo-image span,
.logo-image small {
  display: none;
}
.logo-image img {
  /*-webkit-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;*/
}
.logo-image a:hover img {
 /* -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);*/
}
.logo-text {
  padding: 14px 0 14px 74px;
  padding-left: 0;
  height: 84px;
  background: none;
}
@media (max-width: 767px) {
  .logo-text {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0;
    background: none;
  }
}
.logo-text a {
  text-decoration: none;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3;
  color: #ffffff;
}
@media (max-width: 767px) {
  .logo-text a {
    font-size: 26px;
  }
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 0;
  line-height: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 991px) {
  .logo-text .site-slogan {
    display: none;
  }
}
.head-right {
  padding: 0;
 /** position: fixed; 隨捲軸移動**/
  position: absolute;
  right: 0px;
  top: 7px;
  text-align: right;
  z-index:99999;
}
.head-right:before,
.head-right:after {
  content: " ";
  display: table;
}
.head-right:after {
  clear: both;
}
.head-search {
  margin-top: 0;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.head-search:before,
.head-search:after {
  content: " ";
  display: table;
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search .dropdown {
  float: right;
}
.head-search .dropdown-menu {
  left: auto;
  right: 0;
  padding: 28px;
  margin-top: 21px;
  min-width: 200px;
}
.head-search .dropdown-menu div.finder {
  margin-bottom: 0;
}
.head-search .dropdown-menu:after {
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  content: "";
  right: 20px;
  position: absolute;
  top: -10px;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 200px;
  }
}
.head-search #head-search {
  border-radius: 0;
  border: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.1);
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
}
.head-search #head-search:after {
  background: rgba(0, 0, 0, 0.2);
}
.head-search #head-search:focus,
.head-search #head-search:hover,
.head-search #head-search:active {
  outline: none;
  color: #ffffff;
}
.head-search #head-search:focus:after,
.head-search #head-search:hover:after,
.head-search #head-search:active:after {
  background: rgba(0, 0, 0, 0.2);
}
.head-right .navbar-header {
  display: block;	/*為了讓三條線的menu position:fixed，原本inline-block*/
  vertical-align: middle;
  float: none;
  /*為了讓三條線的menu position:fixed*/
  position: fixed;
  right: 0;
  top: 52px;  
}
.t3-sl {
  padding-bottom: 56px;
  padding-top: 56px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 84px;
    padding-top: 84px;
  }
}
.t3-sl-1 {
  padding-top: 0;
  padding-bottom: 0;
}
.t3-sl-1 .container {
  position: relative;
}
.t3-sl-1 .t3-module {
  margin: 56px 0;
}
.ja-slideshow {
  position: relative;
  z-index: 2;
  background: #1bbc9b;
}
.t3-mainbody {
  padding-top: 0px; /*28px->0px*/
  padding-bottom: 28px;
}
.t3-content {
  padding-top: 13px;
  padding-bottom: 28px;
}
@media (min-width: 992px) and (max-width: 1040px) {
	.view-article.study-page .t3-content {padding-right:40px; }
}
.t3-sidebar {
  background-color: #f6f6f6;
  margin-top: 28px;
  padding-top: 28px;
  padding-bottom: 28px;
}
.t3-footer {
  background: #2d3e50;
  color: #838b99;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
	.t3-footer {
	  font-size: 15px;
	}
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.footer-info {
  padding: 56px 0 0;
}
.footer-info .container {
  position: relative;
}
.footer-info .container .custom {
  border-bottom: 0;
  padding-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .footer-info .container .custom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
}
.footer-info ul {
  margin: 28px 0 0;
  list-style: none;
  padding: 0;
}
.footer-info .addthis-wrap {
  padding-top: 28px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .footer-info .addthis-wrap {
    bottom: 85px;
    position: absolute;
    right: 0;
    text-align: right;
  }
}
.footer-info .addthis_32x32_style .at15nc.at300bs,
.footer-info .addthis_32x32_style .at15nc.at15t {
  background-image: url("../images/ico/social-small.png") !important;
  clear: none;
  height: 60px !important;
  line-height: 60px !important;
  width: 60px !important;
  -webkit-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
@media (min-with: 768px) {
  .footer-info .addthis_32x32_style .at15nc.at300bs,
  .footer-info .addthis_32x32_style .at15nc.at15t {
    background-image: url("../images/ico/social.png") !important;
    height: 75px !important;
    line-height: 75px !important;
    width: 75px !important;
  }
}
.footer-info .addthis_32x32_style .at15nc.at15t_twitter {
  background-position: 0px -60px !important;
}
.footer-info .addthis_32x32_style .at15nc.at15t_twitter:hover {
  background-position: -60px -60px !important;
}
.footer-info .addthis_32x32_style .at15nc.at15t_facebook {
  background-position: 0px 0px !important;
}
.footer-info .addthis_32x32_style .at15nc.at15t_facebook:hover {
  background-position: -60px 0px !important;
}
.footer-info .addthis_32x32_style .at15nc.at15t_google_follow {
  background-position: 0px -120px !important;
}
.footer-info .addthis_32x32_style .at15nc.at15t_google_follow:hover {
  background-position: -60px -120px !important;
}
.footer-info .addthis_32x32_style .at15nc.at15t_linkedin {
  background-position: 0px -180px !important;
}
.footer-info .addthis_32x32_style .at15nc.at15t_linkedin:hover {
  background-position: -60px -180px !important;
}
@media (min-with: 768px) {
  .footer-info .addthis_32x32_style .at15nc.at15t_twitter {
    background-position: 0px -75px !important;
  }
  .footer-info .addthis_32x32_style .at15nc.at15t_twitter:hover {
    background-position: -75px -75px !important;
  }
  .footer-info .addthis_32x32_style .at15nc.at15t_facebook {
    background-position: 0px 0px !important;
  }
  .footer-info .addthis_32x32_style .at15nc.at15t_facebook:hover {
    background-position: -75px 0px !important;
  }
  .footer-info .addthis_32x32_style .at15nc.at15t_google_follow {
    background-position: 0px -150px !important;
  }
  .footer-info .addthis_32x32_style .at15nc.at15t_google_follow:hover {
    background-position: -75px -150px !important;
  }
  .footer-info .addthis_32x32_style .at15nc.at15t_linkedin {
    background-position: 0px -225px !important;
  }
  .footer-info .addthis_32x32_style .at15nc.at15t_linkedin:hover {
    background-position: -75px -225px !important;
  }
}
.footer-info .addthis_toolbox {
  float: right;
  padding: 0;
  min-width: 240px;
}
.footer-info .addthis_default_style .addthis_separator,
.footer-info .addthis_default_style .at300b,
.footer-info .addthis_default_style .at300bo,
.footer-info .addthis_default_style .at300m,
.footer-info .addthis_default_style .at300bs {
  padding: 0;
  float: right;
}
.t3-footnav {
  padding: 0;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 56px 0 20px 0;
  }
}
.t3-footnav .t3-module {
  background: #2d3e50;
  color: #838b99;
  margin-top: 14px;
  margin-bottom: 14px;
}
.t3-footnav .t3-module .module-title {
  color: #ffffff;
  font-size: 15px; /**14px->18px**/
  font-weight: 400;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing:1px;
}

.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
  margin-top: 0;
}
.t3-footnav .t3-module ul > li.active a {
  background: none;
  color: #ffffff;
}
.t3-footnav .t3-module ul > li > a {
  color: #838b99;
  padding: 0 0 14px;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  background: none;
  color: #ffffff;
  outline: none;
}
#back-to-top {
  position: fixed;
/*  right: 28px;*/
  right: 20px;
  top: auto;
  z-index: 300;
}
#back-to-top.affix {
  /*bottom: 56px;*/
  bottom:56px;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  font-size: 30px;
}
.t3-copyright {
  font-size: 14px;
  padding: 20px 0 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
/*  background:#76699b;*/
  background-image: url('https://d3nc5maxwwkvi8.cloudfront.net/templates/ja_sugite/images/lrannotations_icons/lr-footer-bg.png');
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
@media screen and (max-width: 992px) {
  .t3-copyright {
    padding: 28px 0;
  }
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright a:hover,
.copyright a:focus,
.copyright a:active {
  color: #ffffff;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: 0.8;
  display: inline-block;
}
.ja-masonry-wrap .categories-list {
  overflow: hidden;
  margin: 0;
  text-align: center;
}
.ja-masonry-wrap .categories-list li {
  display: inline-block;
  padding: 0 7px;
  width: 100%;
}
@media (min-width: 480px) {
  .ja-masonry-wrap .categories-list li {
    width: 33.3%;
  }
}
@media (min-width: 768px) {
  .ja-masonry-wrap .categories-list li {
    width: auto;
  }
}
.ja-masonry-wrap .categories-list li a {
  display: block;
  color: #555555;
  padding: 7px 14px;
  outline: none;
}
.ja-masonry-wrap .categories-list li a:hover,
.ja-masonry-wrap .categories-list li a:focus,
.ja-masonry-wrap .categories-list li a:active {
  color: #1bbc9b;
  text-decoration: none;
}
.ja-masonry-wrap .categories-list li.active > a {
  background-color: transparent;
  border: 2px solid #1bbc9b;
  color: #1bbc9b;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
}
.ja-masonry-wrap .item article {
  background: #eeeeee;
  position: relative;
  overflow: hidden;
}
.ja-masonry-wrap .item article .item-image,
.ja-masonry-wrap .item article .item-image div {
  height: 100%;
  width: 100%;
}
.ja-masonry-wrap .item article .item-image img,
.ja-masonry-wrap .item article .item-image div img {
  transition: transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  width: 100%;
}
.ja-masonry-wrap .item article .item-desc {
  background: #eeeeee;
  height: 42px;
  position: absolute;
  bottom: 42px;
  top: auto;
  left: 0;
  text-align: center;
  width: 100%;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateY(100%);
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: transform 0.45s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.45s, opacity 0.1s 0.3s;
  -webkit-transition: -webkit-transform 0.45s, opacity 0.1s 0.3s;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (min-width: 992px) {
  .ja-masonry-wrap .item article .item-desc {
    bottom: 0;
    height: 56px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.ja-masonry-wrap .item article .item-desc .article-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 42px;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .ja-masonry-wrap .item article .item-desc .article-title {
    line-height: 56px;
  }
}
@media (min-width: 992px) {
  .ja-masonry-wrap .item:hover .item-image img {
    transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
  }
}
@media (min-width: 992px) {
  .ja-masonry-wrap .item:hover .item-desc {
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: transform 0.45s,opacity 0.1s;
    -moz-transition: transform 0.45s,opacity 0.1s;
    -webkit-transition: transform 0.45s,opacity 0.1s;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.ja-masonry-wrap div.btn-primary:after {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.ja-masonry-wrap .pagination {
  float: none;
}
.ja-masonry-wrap .pagination li > a {
  border-radius: 0;
}
.services .items-row {
  margin-bottom: 28px;
}
@media (min-width: 992px) {
  .services .items-row > div {
    border: 2px solid #ffffff;
    -webkit-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
  }
  .services .items-row > div:hover {
    border-color: #1bbc9b;
  }
}
.services .items-row .item {
  border-bottom: 1px solid #d9d9d9;
  margin: 0 0 28px;
  text-align: center;
}
@media (min-width: 992px) {
  .services .items-row .item {
    border: 0;
    margin: 0;
    min-height: 500px;
    padding: 28px 0;
  }
}
@media (min-width: 1200px) {
  .services .items-row .item {
    min-height: 480px;
  }
}
.services .items-row .item .article-title {
  font-size: 26px;
}
@media (min-width: 992px) {
  .services .items-row .item .article-title {
    font-size: 30px;
  }
}
.services .items-row .item .article-title a:hover {
  text-decoration: none;
}
.services .items-row .item .item-image {
  margin-bottom: 28px;
}
.services .items-row .item .item-image img {
  max-width: none;
  width: auto;
}
@media (min-width: 992px) {
  .services .items-row .item .item-image {
    min-height: 112px;
    -webkit-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
  }
  .services .items-row .item .item-image img {
    -webkit-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
  }
}
.services .items-row .item .readmore {
  margin-top: 20px;
  display: none;
  -webkit-transition: all 0.45s;
  -o-transition: all 0.45s;
  transition: all 0.45s;
}
@media (min-width: 992px) {
  .services .items-row .item:hover .readmore {
    display: block;
  }
}
.bonus-pages .bn-item {
  padding-top: 28px;
  padding-bottom: 28px;
  border: 2px solid transparent;
  text-align: center;
  min-height: 340px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
@media screen and (min-width: 1200px) {
  .bonus-pages .bn-item:hover {
    border-color: #1bbc9b;
  }
}
.bonus-pages .bn-item .article-header {
  font-size: 24px;
  color: #555555;
}
.bonus-pages .bn-item .readmore .btn {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.bonus-pages .bn-item .text-intro {
  min-height: 100px;
}
.bonus-pages .bn-item .fa {
  border: 2px solid;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 32px;
  color: #999999;
  margin-bottom: 28px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .com_easyblog #eblog-wrapper #ezblog-head .component-links {
    float: none !important;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .com_easyblog #eblog-wrapper #ezblog-head .component-links a {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .com_easyblog #eblog-wrapper .comment-avatar.float-l {
    float: none !important;
  }
}
@media screen and (max-width: 480px) {
  .com_easyblog #eblog-wrapper .comment-avatar + .comment-content {
    margin: 0;
  }
}
.com_easyblog #eblog-wrapper .blog-info:before,
.com_easyblog #eblog-wrapper .blog-info:after {
  content: " ";
  display: table;
}
.com_easyblog #eblog-wrapper .blog-info:after {
  clear: both;
}
@media (min-width: 768px) and (max-width: 991px) {
  .com_easyblog #eblog-wrapper .blog-info .blog-created {
    width: 100px;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .com_easyblog #eblog-wrapper .blog-info .blog-meta {
    float: left;
    margin-left: 28px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .com_easyblog #eblog-wrapper .blog-info .blog-meta .blog-author,
  .com_easyblog #eblog-wrapper .blog-info .blog-meta .blog-comments a,
  .com_easyblog #eblog-wrapper .blog-info .blog-meta .in .blog-category {
    padding-left: 0;
    background: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .com_easyblog #eblog-wrapper .blog-read .blog-header .blog-cap .blog-title {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .com_easyblog #eblog-wrapper .author-info .author-about {
    line-height: 1.3;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .com_easyblog #eblog-wrapper #ezblog-body .profile-connect .connect-links li,
  .com_easyblog #eblog-wrapper #ezblog-body .profile-connect .connect-links li + li {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    display: block;
    float: none;
    margin-bottom: 7px;
  }
}
@media (max-width: 991px) {
  .com_easyblog #eblog-wrapper #ezblog-body .blog-text {
    text-align: justify;
  }
}
.pricing-table {
  padding-top: 28px;
  padding-bottom: 56px;
}
@media (min-width: 992px) {
  .pricing-table {
    padding-top: 56px;
    padding-bottom: 140px;
  }
}
.pricing-table .col {
  margin-bottom: 56px;
}
@media (min-width: 992px) {
  .pricing-table .col {
    margin-bottom: 0;
  }
}
.pricing-table .col.no-padding {
  padding: 0;
}
.pricing-table .col.no-header {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .pricing-table .col.shadow {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
  }
}
.pricing-table .col .big-number {
  display: inline-block;
  font-size: 80px;
}
@media (max-width: 1200px) {
  .pricing-table .col .big-number {
    font-size: 64px;
  }
}
.pricing-table .col .big-number sup {
  font-size: 32px;
  top: -1em;
}
.pricing-table .col .btn {
  font-size: 22px;
  padding: 14px 28px;
}
.pricing-table .col .col-header {
  background: #555555;
  color: #ffffff;
  padding: 14px 28px;
}
.pricing-table .col .col-header > h2 {
  font-size: 38px;
  word-wrap: break-word;
}
@media (max-width: 1200px) {
  .pricing-table .col .col-header > h2 {
    font-size: 30px;
  }
}
.pricing-table .col ul {
  border: 1px solid #eeeeee;
  border-bottom: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing-table .col ul li {
  border-bottom: 1px solid #eeeeee;
  font-size: 18px;
  padding: 14px 28px;
  text-align: center;
}
.pricing-table .col ul li.row1 {
  background: #f7f7f7;
}
.pricing-table .col ul li i {
  color: #2ecc71;
  font-size: 20px;
}
.pricing-table .col ul li.no i {
  color: #e74c3c;
}
.pricing-table .col ul li.no {
  color: #999999;
  text-decoration: line-through;
}
.pricing-table .col .col-footer {
  background: #eeeeee;
  border: 1px solid #d5d5d5;
  padding: 28px;
}
.pricing-table .col-feature {
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .pricing-table .col-feature {
    margin-top: -28px;
  }
}
.pricing-table .col-feature .col-header {
  background: #1bbc9b;
  padding: 28px 28px;
}
.pricing-table.style2 .col:first-child .col-header {
  border-radius: 5px 0 0 0;
}
.pricing-table.style2 .col:first-child .col-footer {
  border-radius: 0 0 0 5px;
}
.pricing-table.style2 .col:last-child .col-header {
  border-radius: 0 5px 0 0;
}
.pricing-table.style2 .col:last-child .col-footer {
  border-radius: 0 0 5px 0;
}
.pricing-table.style2 .col-feature {
  border-radius: 5px;
}
.pricing-table.style2 .col-feature .col-header {
  border-radius: 5px 5px 0 0;
}
.pricing-table.style2 .col-feature .col-footer {
  border-radius: 0 0 5px 5px;
}
.content-title {
  font-size: 30px;
  color: #333333;
}
.clear {
  clear: both;
}

.has-slideshow .t3-header {
	position: static;
/*	border-top:9px solid #76699b;*/
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
{
	color:#4d3592 !important; /**ffffff->4d3592**/
	border-bottom:3px solid #4d3592;/**ffffff->4d3592**/
}

.navbar-default .navbar-nav > li > a:focus {
	color:#4d3592;/**ffffff->4d3592**/
}

.logo-image a:hover img{
	transform: none;
}

.scrollDown .t3-header, .scrollUp .t3-header {
	/*background: #b5c0ba !important;*/
	opacity:1;
	
	/*background: #ffffff !important;
	box-shadow: 0 0 5px 3px #b5c0ba;*/
	background: #ffffff; /**76699b -> ffffff**/
}

/**主選單被選取的選單**/
/*.navbar-default .navbar-nav > .active > a:before, 
.navbar-default .navbar-nav > .active > a:hover:before, 
.navbar-default .navbar-nav > .active > a:focus:before 
{
	  border-top: 2px solid #ffffff;
}*/
.navbar-default .navbar-nav > li.open > a{
	color:#1bbc9b;
}
.navbar-default .navbar-nav > li.open > a:before{
	border-top: 4px solid #1bbc9b;
}

/**小箭頭**/
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret{
border-top-color:#1bbc9b;
border-bottom-color:#1bbc9b;
}

/**選單三槓**/
.off-canvas-toggle {
	/*background: #8a968f;*/
}

.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover,.navbar-default .navbar-nav > .open > a:focus{
background-color:transparent;
color: #1bbc9b;
}

.ja-slideshow{
	background:#ffffff;
}
.intro .row-feature-title{
	font-weight:bold;
	font-size:20px;
	color:#282828;
	font-family:微軟正黑體;
}

.row-feature.row-feature-secondary {
	background:#8a968f;
}
#Mod128{padding-top:0px;}
.t3-footer{
	background:#76699b;
}
/*
.custom{
	color: #282828;
}*/

.t3-footnav .t3-module {
/*	background:#8a968f;*/
	background:transparent;
}
@media  (min-width: 768px) and (max-width: 830px){
	.t3-footer .container {padding-left:30px;}
}

@media (min-width: 768px) {
 .t3-footnav div:nth-child(2){padding-right:30px;}/**關於我們**/
}

/***主選單上的LOGO在手機版時大小**/
@media (max-width: 480px) {
.logo-image img { width:75%;	/*230px->100%*/ }
}

/**footer**/
/*@media (max-width: 480px) {
	.footer-right-logo {
		width:230px;
	}
}*/

/**分類頁**/
.intro-btn {	margin-bottom:10px;margin-right:10px;}
.article-info { width:auto; } 
.article-aside {	margin-top:0px;	margin-bottom:1em;}
.study_body .article-aside {	margin-top:0px;	margin-bottom:1.5em;}

.items-row .item {padding-bottom:60px;}

.mejs-container {float:left;}
/* 20150914
.navbar-nav > li > a {
	line-height:65px;
}*/

.navbar-default .navbar-nav > li > a {	font-size:16px;}

/**首頁 feature intro、會員登入頁、網站錯誤訊息回報、其他內頁**/
.view-profile .t3-wrapper,.com_users .t3-wrapper,.view-article .t3-wrapper ,.view-category .t3-wrapper,.homepage .features-intro, .report-page .t3-wrapper {
    background-image:url('https://d3nc5maxwwkvi8.cloudfront.net/templates/ja_sugite/images/lrannotations_icons/intro-bg.png');
}
/***四家合註內頁***/
.study-page.view-article .t3-wrapper{background: #f7eede;}

.view-article .study-page .btn-default {
    /*background: transparent;*/
}
@media (max-width: 768px) {.view-article div.study-page { margin: 0 -10px;}}


.study_body
{
	background-image: url("https://d3nc5maxwwkvi8.cloudfront.net/templates/ja_sugite/images/study-bg-2.png");
	background-repeat: repeat-y;
	background-position: 50%;
	padding-left: 7%;
    padding-right: 7%;	
}
.view-article .study-page .article-header {
	/*background: url(../images/study-top.jpg) repeat-x top;*/
}
.study_header_decoration
{    
	background-image: url("https://d3nc5maxwwkvi8.cloudfront.net/templates/ja_sugite/images/study-top-2.png");
	background-repeat: no-repeat;
	background-position: 50%;
}
#gotorevision{text-align: center;}
article{padding-left: 0%;  padding-right: 0%;}
.view-article .study-page  .article-header .article-title {
	/*margin-top:56px;*/
}
.view-article .study-page .article-title {
	/*padding-left:60px;*/
}
.view-article .study-page ul.pagenav {margin-left:40px;}

.view-article .study_footer_decoration {
	/*background: url(../images/study-bottom.jpg) repeat-x top;
	height: 56px;*/
	background-image: url("https://d3nc5maxwwkvi8.cloudfront.net/templates/ja_sugite/images/study-bottom-2.png");
	background-repeat: no-repeat;
	background-position: 50%;
}

.study_body{padding:0 9% 0 9%;}
/***讓四家合註內頁的捲軸縮小***/
@media screen and (max-width: 1200px){
  .study_header_decoration{background-size: 100% 100%;background-position:0;}
  .study_header_decoration img{width:100%;}
  .study_body{background-size: 100%;background-position:0;}
  .study_footer_decoration{background-size: 100% 100%;background-position:0;}
  .study_footer_decoration img{width:100%;}	
}

#intro-left{padding-right: 20px;}
#intro-middle{padding-left: 20px;padding-right: 20px;}
#intro-right{padding-left: 10px;padding-right: 10px;}
@media screen and (max-width: 991px){
	#intro-left{padding-right: 10px;}
	#intro-middle{padding-left: 10px;padding-right: 10px;}
	#intro-right{padding-left: 0px;padding-right: 0px;}
}

#intro-left p,#intro-middle p,#intro-right p{color: #000000;  font-family: 'cwTeXKai',微軟正黑體;line-height: 1.5em;letter-spacing:0.3px;margin: 0 0 12px;}
.zh-cn #intro-left p,.zh-cn #intro-middle p,.zh-cn #intro-right p{font-family:微軟正黑體;}
@media (min-width: 768px) {
	#intro-left p,#intro-middle p,#intro-right p{font-size:18px;}
	.zh-cn #intro-left p,.zh-cn #intro-middle p,.zh-cn #intro-right p{font-size:16px; font-weight:normal;}
}
@media (max-width: 767px) {
	.zh-cn #intro-left p,.zh-cn #intro-middle p,.zh-cn #intro-right p{font-size:15px;font-weight:400;font-family: "Noto Sans SC";}
}
#intro-left:first-letter,#intro-middle:first-letter,#intro-right:first-letter{font-size:40px;padding-top:17px;float:left;}
.zh-cn #intro-left:first-letter,.zh-cn #intro-middle:first-letter,.zh-cn #intro-right:first-letter {padding-top:9px;}
#letter-intro-left:first-letter{font-size:40px;padding-top:15px;float:left;}

#letter-intro-left.oneline:first-letter{padding-top:10px;}

#letter-intro-left a,#letter-intro-right a,.letter_extendlink a{color: #4d3592;}
#letter-intro-left a:hover,#letter-intro-right a:hover,.letter_extendlink a:hover,
.letter_extendlink a:hover span.fourhidden{color: #820050;text-decoration: underline;}


@media (max-width: 991px) and (min-width: 653px){
	#letter-intro-left.oneline:first-letter{padding-top:0px;line-height:24px;}
	#letter-intro-left.oneline{margin-top:8px;}
}

.letter_extendlink{margin-top:60px;}
@media (max-width: 767px){
	#letter-intro-right .signaturemargin{margin-bottom:30px;}
	.letter_extendlink{margin-top:10px;}
	#letter-intro-left.oneline:first-letter{font-size:30px;}
}

.letter_extendlink span.fourhidden{display:inline-block;}
@media (max-width: 414px){
	.letter_extendlink span.fourhidden{display:none;}
}

.customhp_intro .tt{margin-top: 20px;}
.customhp_intro .title ,.customhp_intro .subtitle{font-size:20px;}

.article-lr{padding-left: 0px;}
.article-rr{padding-right: 0px;}
	
@media (min-width: 992px) {
	.hp_intro  {	padding-top:10px;	padding-bottom:50px;}
}

@media screen and (max-width: 991px){
	.hp_intro  {
		padding-top:10px;
		padding-bottom:25px;
	}	
	.article-lr{padding-right: 0px;}
	.article-rr{padding-left: 0px;}		
}

@media  (min-width: 992px) and (max-width: 1300px){
	.customhp_intro  {margin-left: 58px;margin-right: 58px;}
}

/**首頁簡介**/
@media  screen and (max-width: 992px){
	.customhp_intro  {
		margin-left: 10px;
		margin-right: 10px;
	}	
	.customhp_intro .tt{margin: 0px 0px 3px 0px;}
	.customhp_intro .row{margin-top: 0px;}	
	#letter-intro-right {padding-left:0px;}
	#letter-intro-left {padding-right:0px;}
}

.hp-about-translate {padding-top:50px;}

.customhp-about-translate {	padding-left:20px;	padding-right:20px;}

@media  screen and (max-width: 480px){
	.customhp-about-translate img  {
		width:100%;
		padding-bottom:10px;
	}
}

/**footer 網站錯誤訊息回報**/
.custom.module-footer-about {
	font-weight:400;
}
.contact_info a {
	color: #0f0f0f;
}
.contact_info a:hover,
.contact_info a:focus{
	color:#ffffff;
}

.contact_info {	text-align:left;	font-size:15px;}

@media  screen and (max-width: 768px){
	.contact_info{	font-size:15px;	font-weight:400;}
}


@media  screen and (max-width: 767px){
	.module-footer-sitemap{	margin-top:50px !important;	}
}

.module-footer-sitemap .module-title {
		font-size:15px !important;
		font-weight:600;
}
.module-footer-about .module-title {
		font-size:15px !important;
		font-weight:600;
}

.footer_hp , .footer_study , .footer_helper {
		font-size:15px;
		vertical-align:top;
		line-height:2.2em;
		font-weight:400;
}
.footer_helper a{
	color: #fff;
	font-weight:bold;
	letter-spacing:1px;
}
.footer_helper a:before{
	content: "\f105";
	position: absolute;
	left: 0;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: bold;
	line-height: 1;
	font-size: 1em;
	width: 16px;
	height: 16px;
	webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #820050;
    color: #fff;
	margin: 5px 0 0 18px;
	padding: 0px 0 0 6px;
}

.t3-footnav .module-title span:before{
	/*background: url('../images/lrannotations_icons/footer-icon.png') no-repeat 0px 2px;
    padding-left: 22px;
    width: 16px;
    margin-left: -22px;*/
	content: "\f105";
	position: absolute;
	left: 0;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: bold;
	line-height: 1;
	font-size: 1em;
	width: 16px;
	height: 16px;
	webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #820050;
    color: #fff;
	margin: 0px 0 0 -10px;
	padding: 0px 0 0 6px;
}

@media  screen and (max-width: 768px){
	.footer_helper a:before{
		margin: 5px 0 0 8px;
	}
	.t3-footnav .module-title span:before{
		margin: 0px 0 0 8px;
	}
}

#t3-content .item-page article {
    color: #333333;
    line-height: 2em;
}

.link-logo {
	padding-bottom:0px;
}
.hp-testimonials {
	padding-top:60px;
}

.insidetool {
	padding-right:10px;
	padding-top:4px;
	padding-bottom:3px;
}

/**工具書標籤的底色**/
.mb2panel-138 {
	background-color:#76699b!important;
}
.mb2panel-138 {
	padding-bottom:10px;
}

/**下載按鈕**/
.insidetool a.tool-btn {
	background:#ffffff;
	border-color:#505050;
	color:#42230e;
	margin-bottom:5px;
	margin-left:10px;
	padding: 0px 5px;
	font-size:15px;
}

.insidetool a.tool-btn:first-child{
	margin-top:5px;
}
.insidetool a.tool-btn:hover,
.insidetool a.tool-btn:focus,
.insidetool a.tool-btn:active{
	background:#ffb927;
}
/**延伸內容連結**/
.morestudylink a { 
	color:#ffffff;
	text-decoration:none;
	padding-left:15px;
}
.morestudylink a:hover,
.morestudylink a:focus,
.morestudylink a:active{ 
	color:#ffffff;
}
.morestudylink:hover{
	/*background-color:rgba(75,75,75,0.6);*/
	background-color:#4D3592;
}

.mb2panel-138 .mb2panel-content {padding:0px;}

/**工具標籤區塊**/
.toolTitle {
	background:#ffffff;
	padding-left:10px;
	color:#4D3592;
	margin-bottom:5px;
	line-height: 1.8em;
	padding-top:4px;
	padding-bottom:3px;
}
/**手機版選單:為了壓在mb2 panel上**/
.off-canvas-effect-2.t3-off-canvas {
	z-index:10000 !important;
}

/**音檔播放器標籤 底色**/
.mb2panel-131 {
	background-color:rgba(0, 0, 0, 0.55) !important;
}

.mb2panel-131 .mb2panel-title {
	padding-left:3px;
}

.mb2panel-131.bl {
	left:0px !important;
}
/**首頁slideshow PC與行動版***/
@media screen and (max-width: 650px){
	.pc-slide{
		display:none;
	}
}
@media screen and (min-width: 651px){
	.mobile-slide{
		display:none;
	}
}

.addtoany_container {
    margin-top: 64px; /*15px -> 64px*/
    margin-bottom: 20px;
}
/**分類頁 分享按鈕**/
.view-category .addtoany_container {
	 margin-top: 0px;
}

.lrfeedback .addtoany_container {
    margin-top: 0px; 
    margin-bottom: 20px;
}

.footer-copyright{
	color:#0f0f0f;
	text-align:center
}


/***首頁選單顏色**/
.has-slideshow .navbar-default .navbar-nav > li > a { 
	color:#000;
}

.has-slideshow .navbar-default .navbar-nav > .active > a,.has-slideshow .navbar-default .navbar-nav > .active > a:hover,.has-slideshow .navbar-default .navbar-nav > .active > a:focus{
	color:#4d3592 !important;
	border-bottom:3px solid #4d3592;
}

.has-slideshow .navbar-default .navbar-nav > li > a:focus {
	color:#4d3592;
}
.has-slideshow .navbar-default .navbar-nav > li > a:hover,
.has-slideshow .navbar-default .navbar-nav > li > a:focus {
  color: #4d3592;
  background-color: transparent;
  border-bottom:3px solid #4d3592;
}
.off-canvas-open.has-slideshow .t3-header {
  background: #ffffff;  
}
.scrollDown .has-slideshow .t3-header,
.scrollUp .has-slideshow .t3-header {
  background: #ffffff !important;
}
.has-slideshow .t3-header {
  background: #ffffff;
}

/***複習題綱***/
/***字***/
.nn_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle{color: #000;}
.nn_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle:hover{
	color:#820050;
	text-decoration:underline;
}
.nn_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle{color:#820050;}
.nn_sliders.accordion>.accordion-group.active>div>a:focus, .nn_sliders.accordion>.accordion-group>div>a:focus
{
    outline: 0;
    -webkit-box-shadow: inset 0 0 2px #820050;
    box-shadow: inset 0 0 2px #820050;
}

a.footer-link{
	color: #ffc800;
}
a.footer-link:hover{
	color:#ffffff;
}
.module-footer-about p {
	margin:0;
}
.module-footer-sitemap a{
	color:#ffffff;
}



@media screen and (max-width: 768px){
	.hp_intro p {
	 font-size:17px;  
	 line-height:1.8em;  
	  letter-spacing: 1px;
	}

	.t3-footnav  .col-lg-3 ,.t3-footnav  .col-md-3 ,.t3-footnav  .col-sm-3,.t3-footnav  .col-xs-12{
		padding-left:30px;
		padding-right:10px;
	}
	.footer-copyright {
		font-size:10px;
		text-align:center;
	}
	/***上師開示、小工具、複習題綱題目、答案**/
	.study_body p, .morestudylink a,.nn_sliders-toggle-inner , .accordion-inner p {
		font-size:15px;
		font-weight:400;
	}
	.report-page .t3-content{
		padding-left:10px;
		padding-right:10px;
	}
	.checkbox input[type="checkbox"]{
		margin-left:0px;
	}
	/**錯誤訊息回報-發副本**/
	.form-group:nth-child(6){
		margin-bottom:0px;
		text-align:center;
	}
	.form-group:nth-child(7){
		text-align:center;
	}
	.article-aside {
		margin-top:0px;
		margin-bottom:0em;
	}
	.study_body .article-aside {
		margin-top:0px;
		margin-bottom:0em;
	}
	.letters-page .article-aside{margin-bottom: 1em;}
	p {
		font-size:15px;
	}
	/*四家合註內頁的複習題綱button*/
	#gotorevision{text-align: left;}
	#gotorevision .btn{display:block;}
	.customhp_intro .title {font-size:18px;}
	.customhp_intro .subtitle{font-size:17px;}
}

.top-bar
{
    border-top: 0;
    background: #76699b;
	height:9px;
}
.fixed-layer{
	background-color: #F5F5F5;
	/*border-top: 1px solid #76699B;*/
	border-top: 1px solid #820050;
    position: fixed; 
    bottom: 0;
    left: 0;
	width:100%;
	height:35px;
	 -webkit-backface-visibility:hidden; 
	 backface-visibility: hidden;
	 z-index:1;
}

.download-audio {
	background: url('https://d3nc5maxwwkvi8.cloudfront.net/templates/ja_sugite/images/lrannotations_icons/audio-download1-pc.png') no-repeat 0px 0px;
	width:150px;
	height:43px;
	float:left;
	/**position: relative;20151011**/
	margin-top:2px;
	margin-left:2px; 
	margin-bottom:2px;
	margin-right:15px;
}
.download-audio:hover {
	background: url('https://d3nc5maxwwkvi8.cloudfront.net/templates/ja_sugite/images/lrannotations_icons/audio-download1h-pc.png') no-repeat 0px 0px;

	float:left;
	/**position: relative;20151011**/
	margin-top:2px;
	margin-left:2px; 
	margin-bottom:2px;
}

/***簡體版 音檔下載***/
.zh-cn .download-audio {
	background: url('https://d3nc5maxwwkvi8.cloudfront.net/templates/ja_sugite/images/lrannotations_icons/audio-download1-pc-simplified.png') no-repeat 0px 0px;
}
.zh-cn .download-audio:hover {
	background: url('https://d3nc5maxwwkvi8.cloudfront.net/templates/ja_sugite/images/lrannotations_icons/audio-download1h-pc-simplified.png') no-repeat 0px 0px;
}
/***簡體版 音檔下載 END***/

.download-audio .pase{width: 150px;height:0;}

.download-audio:hover .pase
{
    width: 150px;
  /*  background: #76699B;*/
	background:#820050;
    height: 30px;
    position: absolute;
    z-index: -99;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;	
}
/**音檔播放器**/
.lrplayer {
	/*margin:0 0 0 157px;*/
	margin:0 0 0 190px;
	height:45px;
	left:0;
	padding-top: 2px;
}
/** 分類頁 音檔播放器**/
.category_lrplayer {
	margin:0 0 0 167px;
	height:34px;
	left:0;
	padding-top: 2px;
	background: #f5f5f5;
}

.fixed-layer .fa-arrow-down{display:none;}

@media screen and (max-width: 823px){
	.download-audio .pase{display:none;}
	.fixed-layer .fa-arrow-down{display: inline-block;width: 30.4375px;}
	.fixed-layer .fa-arrow-down:before{    
		content: url(https://d3nc5maxwwkvi8.cloudfront.net/templates/ja_sugite/images/lrannotations_icons/download-icon.svg);
		padding: 0 1px 0 1px;
	}
	.download-audio {
		display:inline-block;
		background: transparent;
		width:32px;
		height:0px;
		margin-left:2px;
		margin-top:2px;
		/**color:#76699B;**/
		color:#820050;
		margin-right:18px;
	/**	position: relative; 20151011**/
	}
	.download-audio span
	{
		font-size:22px;
		padding: 4px 3px 2px 3px;
		/*border: 2px solid #76699B;	*/
		border: 2px solid #820050;
	}
	.zh-cn .download-audio:hover, .download-audio:hover{
		/**background:#76699B;**/
		background:#820050;
		/*border: 2px solid #white;	*/
		width:29px;
		height:30px;
		-webkit-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;		
	}
	.download-audio:hover span {		
		color:#white;
	}
	.download-audio:hover .fa-arrow-down:before{		
		content: url(https://d3nc5maxwwkvi8.cloudfront.net/templates/ja_sugite/images/lrannotations_icons/download-icon-white.svg);
	}	
	/*.download-audio:after {
		height: 100%;
		left: 0;
		top: 0;
		width: 0;
		content: "";
		position: absolute;
		z-index: -1;
		
	}*/
	
	.lrplayer {
		margin:2px 0 0 80px;
		padding-top: 0px;
	}
	.category_lrplayer {
		margin:2px 0 0 43px;
		padding-top: 0px;
	}
	.fixed-layer{
		height:35px;
	}
}
@media (min-width: 501px) and (max-width: 823px){

	.lrplayer {
		height:35px;
		left:0;
	}
	.category_lrplayer {
		height:35px;
		left:0;
	}
}

@media screen and (max-width: 500px){
	.fixed-layer{
		height:35px;
	}
}

/**麵包屑下的連結**/
.breadcrumb a:hover, .breadcrumb a:focus{
	color:#4d3592;
}
.off-canvas-toggle:hover,.off-canvas-toggle:focus,.off-canvas-toggle:after{
background:#4d3592 !important;
border:#4d3592 !important;
}

.top-decoration {
	height:41px;
	background: url('https://d3nc5maxwwkvi8.cloudfront.net/images/logo/header-decoration.png') repeat-x;
    background-position: top center;
}
.side-top-decoration {
	height:41px;
	background: url('https://d3nc5maxwwkvi8.cloudfront.net/images/logo/side-header-decoration.jpg') repeat-x;
    background-position: top center;
	border-top: 7px solid #76699b;
}
#s1,#s2,#s3,#s4,#s5,#s6{
    position:absolute;
}
.hp-intro-title {
	background: url('https://d3nc5maxwwkvi8.cloudfront.net/templates/ja_sugite/images/lrannotations_icons/intro-title-bg.png') no-repeat;
  /*  background-position: 90% 100%;
	padding-bottom: 40px;
	background-size:100px; 20151020*/
	background-position: top center;
	background-size:contain;
}

@media screen and (min-width: 992px){	.logo-image {margin-top:5px; margin-bottom:5px;}}
@media screen and (max-width:540px){ .logo-image { margin-bottom:10px;}}
/**講記 音檔播放列的跳轉時間欄位**/
.time_field{display: inline-block !important;width:50px !important; height:30px !important; border-color:#820050 !important; padding: 0px 3px !important;}
@media screen and (max-width: 444px){
	.time_field{width:36px !important; }
}
/***語言切換***/
div.mod-languages a {
	border: 1px solid;
    color: #4D3592;
}
div.mod-languages a:nth-child(1){
	padding: 5px 2px 5px 5px;
	margin-right: 8px;
}
div.mod-languages a:nth-child(2){
	padding: 5px;
}
.module.language-switch {
	background: #ffffff;
    text-align: right;
    padding: 10px 26px 0px 0px;
	margin-bottom:0px !important;
}
@media screen and (max-width:500px){.head-right .mod-languages{	display:none;	}}

.footerlg{color:#4d3592;text-align:center;}
.mod-languages.footerlg a{color:white;border:none;font-size:14px;}
.mod-languages.footerlg a:hover{text-decoration:underline;}
.mod-languages.footerlg a:nth-child(2){
	padding: 5px;
	margin-left:5px;
}

@media screen and (max-width: 768px){.mod-languages.footerlg a{font-size:10px;}}

/**簡體版 側選單logo**/
.zh-cn .t3-off-canvas .t3-off-canvas-header {
	background-image: url("https://d3nc5maxwwkvi8.cloudfront.net/images/logo/bw-rightlogo20160818-simplified.svg");
}
/**簡體版 footer logo**/
@media (min-width: 480px) {
	.zh-cn .t3-logo-light {
	  background-image: url("https://d3nc5maxwwkvi8.cloudfront.net/images/logo/logo-footer-20160818-simplified.svg");
	  height: 134px;
	  margin-bottom: 5px;
	}
}
@media (max-width: 480px) {
	.zh-cn .t3-logo-light {
	 background-image: url("https://d3nc5maxwwkvi8.cloudfront.net/images/logo/logo-footer-20160818-simplified.svg");
	  height: 85px;
      background-size: 33%;
	}
}
@media (max-width: 390px) {
	.zh-cn .t3-logo-light {
	 background-image: url("https://d3nc5maxwwkvi8.cloudfront.net/images/logo/logo-footer-20160818-simplified.svg");
	  height: 85px;
     background-size: 40%;
	}
}
@media (max-width: 350px) {
	.zh-cn .t3-logo-light {
	 background-image: url("https://d3nc5maxwwkvi8.cloudfront.net/images/logo/logo-footer-20160818-simplified.svg");
	  height: 85px;
     background-size: 45%;
	}
}



/**回饋模組 單筆留言按讚與reply的位置**/
#section-kmt .kmt-control-user {
	left:0px;
}

/**回饋模組最底下，若有問題請問管理員**/
.askqa span{color:#646464;font-size:14px;}
.askqa:hover span{color:#4d3592;text-decoration:underline;}
.icon-ask::before{content:"\f059";}

/**回饋講次頁面-登入表單**/
.studylogin #form-login-username label,.studylogin #form-login-password label,.view-login .control-label{width: 16%;}
.studylogin #modlgn-passwd,.studylogin #modlgn-username{width:100%!important;}
.studylogin #modlgn-remember{height: 13px;width: 13px;float: left;position: relative;display: inline;margin-right:10px;}
.studylogin #form-login-remember{width: 50%;margin-top:-25px;display: inline-block;}
.studylogin .login-right label {margin-bottom:0px;}
.studylogin .login-left{padding-top:10px;padding-right:30px;}
.studylogin .login-left p,.view-login .login-left p{width:84%;text-align:center;margin-bottom:10px;}
.studylogin .login-left a,.view-login .login-left a{width: 84%;margin:0;}
.studylogin .btn-primary,.view-login button{width:100%;float:right;}
.studylogin .private-feedback{border-bottom:1px solid #d9d9d9;padding-bottom:30px;}
.feedback-content{max-width:977px;width:100%;margin:0 auto;padding:0 10px;}
.feedback-content .feedback-content-inner{background:transparent;padding:15px 20px 30px 20px;}
.feedback-content .username{text-decoration:none;}
#form-login-password a{font-size:15px;line-height:1.2em;color:#646464;}
#form-login-password a:hover{color:#4d3592;}
/*目錄頁回饋icon隱藏*/
.view-category .kmt-readon{display:none;}
/**講次列表**/
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th ,.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th{
	background-color:#ffffff;
}
.category-list table.category th {background-color:#ffffff;}
.studylogin #form-login-submit .fa-key {font-size:26px;float:left;}
.studylogin #form-login-submit .fa-angle-right { float: right; font-size: 28px;}
.studylogin #form-login-submit{margin-bottom: 52px;}
.studylogin #form-login-username{margin-bottom: 5px;}
.studylogin #login-form{width:420px;margin:0 auto;}

/**單一頁面登入表單**/
/*.view-login .login-right,.view-login .control-label*/
.view-login .control-input input{height:34px;}
.view-login .form-group:nth-child(2){margin:0;}
.view-login .form-group:nth-child(3) label{display:inline;float:left;}
.view-login .form-group:nth-child(3) #form-login-password{float:right;margin-top: -5px;}
.view-login .form-group:nth-child(3){margin-bottom:9px;}
.view-login #username-lbl .star,.view-login #password-lbl .star{display:none;}
.view-login .login-wrap{margin-top:40px;}
/*.view-login .login-left{padding-top:75px;}*/

/**註冊頁面**/
.view-registration .alert-error > p + p{margin-top:0;}
.view-registration #profile_tabs{display:none;}
.view-registration #jform_spacer_default-lbl .required-info{float:left;}
.view-registration #jform_spacer_default-lbl strong,.required-info strong{color: #e74c3c;font-size:24px;}
.view-registration .form-group:nth-child(1){margin-left:27px;margin-right:25px;}
.view-registration .clearfix button{float: left!important;width: 100%;}
.view-registration form input{width:420px;height:34px;}
.view-registration .form-group,.layout-edit .form-group{margin-bottom:22px;}
.view-registration form #jform_showclass input,.view-registration form #jform_showregion input,.view-registration form #jform_service input{width:auto;height:auto;}
.view-registration form #jform_service input{margin-left:-20px;position: relative;margin-right: 6px;}
.view-registration form #recaptcha_area input{height:auto;}
.view-registration #jform_spacer_default-lbl a,#jform_service a{color:#820050;}
.view-registration #jform_spacer_default-lbl a:hover,#jform_service a:hover{color:#4d3592;}
.view-registration #jform_spacer_default-lbl a{margin-bottom:-22px;}
.view-registration #jform_spacer_default-lbl span{position:relative;bottom:-20px;margin-left:-7px;}
.view-login .page-header, .view-registration .page-header,.layout-edit .page-header,.view-reset .page-header,.view-reset #user-registration{width:620px;margin-left:auto;margin-right:auto;}
.view-registration .form-group:nth-child(8),.view-registration .form-group:nth-child(10),.layout-edit .form-group:nth-child(11),.layout-edit .form-group:nth-child(9){margin-bottom:0;}
.view-registration .form-group:nth-child(11) .control-label,.view-registration .form-group:nth-child(9) .control-label,.layout-edit .form-group:nth-child(12) .control-label,.layout-edit .form-group:nth-child(10) .control-label{display:none;}
.view-registration .form-group:nth-child(11),.view-registration .form-group:nth-child(9){margin-left:170px;}
.layout-edit .form-group:nth-child(12),.layout-edit .form-group:nth-child(10){margin-left:150px;}
.view-registration .form-group:last-child{margin-left:-20px;margin-right:-20px;}
.view-registration .form-group:last-child label span,.view-reset .control-group:nth-child(4) .control-label span{float:left;}
.view-registration .form-group:last-child label .line_break,.view-reset .control-group:nth-child(4) .control-label .line_break{float:none;top:0px;}
/*.view-registration .form-group:nth-child(11) .controls,.view-registration .form-group:nth-child(9) .controls,.layout-edit .form-group:nth-child(12) .controls,.layout-edit .form-group:nth-child(10) .controls{margin-top:-5px;}*/
.view-registration label{position:relative;top:3px;}
.modal{display: inline;overflow: auto;position: inherit;}/**for彈跳視窗**/
#sbox-window.iagree #sbox-btn-close{display:none;}
.view-registration .form-horizontal .control-label,.layout-edit .form-horizontal .control-label{padding-top:0;}
#jform_captcha-lbl{display: flex;flex-direction: row-reverse;}
/*註冊頁面-同意條款*/
#jform_service-box{display: flex;justify-content: center;padding-left: 0px;}
.view-registration .form-group .service{padding-left: 23%;}
.view-registration #jform_service-lbl{display: inline;float: left;}
.view-registration #jform_service-lbl .star{position: relative;left:-7px;top:-3px;}
.view-registration #jform_service{padding-left: 10px;margin-right: 0px;float: left;}
#window-mainbody .article-content p.popuphidden{display:none;}
.article-content p.popupdisplay{display:none;}	/**文章頁面隱藏**/
#window-mainbody .article-content p.popupdisplay{display:block;}
#window-mainbody .article-content a.agreebtn{width:45%;}
#window-mainbody .article-content a.agreebtn:nth-child(1){margin-left:10px;}

#window-mainbody .article-content .addtoany_container{display:none;}
#window-mainbody ul.pagenav{display:none;}
.required-info{font-size:14px;} /**忘記密碼、錯誤訊息回報**/

.view-registration .askqa{margin-left:15px;}
@media (max-width: 619px) {.view-registration .askqa{margin-left:-10px;}}

/**修改會員個人資料頁面**/
/*.layout-edit .page-header*/

.layout-edit #profile_tabs{display:none;}
.layout-edit .form-group:nth-child(6),
.layout-edit .form-group:nth-child(13),
.layout-edit .form-group:nth-child(14),.view-profile .form-group:nth-child(15){display:none;}
.layout-edit .form-actions{background-color:transparent;padding:0;}
.layout-edit .form-actions button,.layout-edit .form-actions a{width:46%;}
.layout-edit .form-actions a{margin-left:3%;}
.layout-edit form input{width:400px;height:34px;}
.layout-edit form #jform_showclass input,.layout-edit form #jform_showregion input,.view-profile form #jform_sex input{width:auto;height: auto;}
.layout-edit .editpage-top-info {margin-right:9px;}
.layout-edit .form-group:nth-child(2){margin-left:23px;}
.layout-edit .form-group:nth-child(2) label{margin-bottom:-22px;margin-left:62px;}
.layout-edit #profile_content{margin-left:10px;margin-right:10px;}
.layout-edit .form-actions .col-xs-12{padding:0;}
.com_jsn.view-profile .t3-mainbody .row {max-width: 630px; margin: 0 auto;}
.layout-edit #jform_realname-lbl,.layout-edit #jform_firstname-lbl,.layout-edit #jform_region-lbl,.layout-edit #jform_classname-lbl{position:relative;left:15px;}
@media (min-width: 768px) {.view-profile .t3-mainbody .btn-toolbar {margin-left: 53px;}}


/***回饋列表頁***/
#feedbackTB tbody > tr > td{border:none;border-top:1px solid #dddddd;}
#feedbackTB.table-bordered{border-left: 1px solid #dddddd;border-right: none;border-bottom: 1px solid #dddddd;}
.category-list table#feedbackTB.category td a:before {	content: "";}
.list-icon {
	width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #000000;
    display: inline-block;
}

#feedbackTB td.feedbacklink a::before{content:"\f044";}

/***個人資料瀏覽頁面***/
.icon-goto::before{content:"\f112";}
.jsn_profilehead h1{font-size:28px;}
.view-profile #jsn_default legend{border-bottom: 1px solid #d9d9d9;}
.view-profile .title{text-align:right;}
.view-profile .value{margin-bottom:22px;}
.view-profile input{height:34px;}
.view-profile .btnfb a,.view-profile .btnpro a{width:100%;}
.view-profile .btnfb,.view-profile .btnpro{width:38%;}

/**忘記密碼**/
.view-reset .recaptcha_input_area{height:auto!important;}
.view-reset input{height:34px;}
.view-reset button{margin-top:10px;}
.view-reset .reset,.view-reset .reset-confirm,.view-reset .reset-complete{margin:0 10px 0 10px;}
.view-reset .form-horizontal .control-group .controls{margin-left:160px;}
.view-reset .control-group:nth-child(2),.view-reset .control-group:nth-child(3){width:100%;}
.view-reset .reset-confirm form,.view-reset .reset-complete form{max-width:620px;margin: 0 auto;}
.view-reset .reset-confirm .control-group,.view-reset .reset-complete .control-group{ margin: 0 0 14px 0px;}
.view-reset .page-header{margin-bottom:0;}
.layout-edit #jform_showregion,.layout-edit #jform_showclass{margin-left:-6px;}

@media (min-width: 620px) {
/**註冊頁面**/
.view-registration #member-registration #profile_content,.layout-edit #profile_content{margin-left:auto;margin-right:auto;width:580px;}
.view-reset .control-group:nth-child(2),.view-reset .control-group:nth-child(3),.view-reset .control-group:nth-child(4){margin-left:auto;margin-right:auto;}
.view-reset .control-group input{width: 313px;margin-left: 1px;}
.view-registration #system-message-container,.layout-edit  #system-message-container,.view-reset #system-message-container,.view-login #system-message-container{margin-left:auto;margin-right:auto;width:620px;}
.view-registration .clearfix{margin-left:15px;margin-right: 10px;}

/**修改會員個人資料頁面**/
/*.layout-edit #profile_content*/
}

@media (min-width:549px) and (max-width:599px) {
.studylogin #form-login-username label ,.studylogin #form-login-password label,.view-login .control-label{width:30%;}
.studylogin #form-login-remember {margin-left:0%;}
}
@media (min-width:549px) and (max-width:663px) {
	.studylogin .login-right{padding-left:20px;padding-right:20px;}
}

@media (max-width: 767px) {
	.feedback-content .article-header .article-title p{font-size:18px;}
	/**回饋講次頁面-登入表單**/
	.feedback-pc-banner{display:none;}

	/**回饋講次頁面-登入表單**/
	.view-login .control-label{width:100%;}
	.view-login .control-input input{width:100%!important;}
/*	.view-login .login-left{border-left:0;min-height: 162px;}
	.view-login .login-left p{width:100%;margin-bottom:20px;}
	.view-login .login-left a{width:100%;}	
	.view-login .login-left{border-bottom:1px solid #d9d9d9;}*/
	.view-login button{width:100%;float:none;}
	.view-login .form-group:nth-child(3) label{margin-left:0;}
	
	/**單一登入頁面表單**/
	.view-login .form-group:nth-child(3) #form-login-password{margin-top:-5px;}
	.view-login .form-group:nth-child(3) label{margin-top:8px;}
	.view-login .login-wrap{margin-top:0px;padding-left:10px;padding-right:10px;}
	.view-login .login-wrap form .form-group {margin-bottom:0px;}
	.view-login .login-submit-btn {margin-top: 25px;}
/*	.view-login .login-left{padding-top:40px;}
	.view-login .login-right{padding-top:16px;}*/
		
	/**註冊頁面**/
	.view-registration #member-registration .row{margin-left:0px;margin-right:0px;}
	.view-registration .form-group:nth-child(6){text-align:left;}
	.view-registration .form-group:nth-child(7){text-align:left;}
	.view-registration .form-group:nth-child(1){margin-left:0px;margin-right:0px;}
	.view-registration form input{width:100%;}
	.view-login .page-header,.view-registration .page-header,.layout-edit .page-header,.view-reset .page-header,.view-reset #user-registration{width:100%;margin-left:auto;margin-right:auto;}
	.view-registration .form-group:nth-child(11) .controls,.view-registration .form-group:nth-child(9) .controls,.layout-edit .form-group:nth-child(12) .controls,.layout-edit .form-group:nth-child(10) .controls{padding-left: 0px;}
	.view-registration label{position:relative;top:0px;}
	.view-registration .form-group:nth-child(11),.view-registration .form-group:nth-child(9),.layout-edit .form-group:nth-child(12),.layout-edit .form-group:nth-child(10){margin-left:0px;}
	#jform_captcha-lbl{justify-content: flex-end;}
	/*註冊頁面-同意條款*/
	#jform_service .str{position:relative;top:-2px;}
	#jform_service a.sec{display:inline-block;}	
	#jform_service-box{justify-content: flex-start;}
	.view-registration .form-group .service{padding-left: 10px;}
	.view-registration #jform_service{float: none;padding-left: 0;position: relative;left: -10px;}
	.view-registration #system-message-container,.layout-edit  #system-message-container,.view-reset #system-message-container,.view-login #system-message-container{width:100%;margin-left:auto;margin-right:auto;}
	.registration form .form-actions{margin-left:-10px;margin-right:-10px;}
		
	/**修改會員個人資料頁面**/
	.layout-edit form input{width:100%;}
	.layout-edit .form-group:nth-child(7){text-align:left;}
	.layout-edit .form-group:nth-child(2){margin-left:-9px;margin-right:-9px;}
	.layout-edit .editpage-top-info {margin-right:0px;}
	.layout-edit .form-actions button,.layout-edit .form-actions a{width:48%;}
	.layout-edit .form-group:nth-child(2) label{margin-left:0px;}
	.layout-edit #jform_realname-lbl,.layout-edit #jform_firstname-lbl,.layout-edit #jform_region-lbl,.layout-edit #jform_classname-lbl{left:0px;}
	
	/**會員個人資料瀏覽頁面**/
	.jsn_profile{margin:0 -10px 0 -10px;}
	.jsn_profile ul{padding: 0;float: none!important;}
	.jsn_profile ul li{width:48%;}
	.jsn_profile ul li a{width:100%;}	
	.view-profile .dl-horizontal dd{margin-left: 110px;}
	.view-profile .title{text-align:left;}
	.view-profile .value{margin-bottom:0px;padding-left:0;padding-right:0;}
	.view-profile .btnfb,.view-profile .btnpro{width:48%;}
	
	/**忘記密碼**/
	.view-reset .form-horizontal .control-group .controls{margin-left:0px;}
	.view-reset .control-group input{width:100%;}	
	.view-reset .reset-confirm .control-group,.view-reset .reset-complete .control-group { margin: 0px;}
	.reset-confirm .form-validate p,.reset-complete .form-validate p, .reset .form-validate p, .remind .form-validate p {margin-bottom:0px;}
	.view-reset .control-group:nth-child(2){margin-bottom:0px;}
	
}
/**會員個人資料瀏覽頁面 按鈕**/
@media (min-width: 360px) and (max-width: 767px) {.jsn_profile ul li:nth-child(2){float:right;}}
@media (max-width: 360px) {
	.jsn_profile ul li {width:100%;}
	.view-profile .jsn_profile .btn-toolbar > .btn-group:nth-child(1) {margin-bottom:10px;}
	.view-profile .jsn_profile .btn-toolbar > .btn-group{margin-left:0px;}
	.view-reset .control-group:nth-child(3){margin-left:-15px;width:110%;}
	.view-reset .control-group:nth-child(4){margin-left:-10px;}
	.view-reset .control-group:nth-child(4) .control-label {margin-left:-5px;}
	
	.view-profile .btnfb,.view-profile .btnpro{width:100%;}
}
@media (max-width: 340px) {
	.view-reset .control-group:nth-child(3){margin-left:-25px;width:118%;}
	.view-reset .control-group:nth-child(3) .control-label {margin-left:-3px;}
	.view-reset .control-group:nth-child(4){margin-left:-28px;}
	.view-reset .control-group:nth-child(4) .control-label{width:118%;}
}

@media(max-width:549px){
	.feedback-pc-banner {display:none;}
	/**回饋講次頁面-登入表單**/
	.studylogin #form-login-username label,.studylogin #form-login-password label{width:100%;font-size:15px;}
	#login-form #form-login-remember label {font-size:15px;}
	.studylogin #modlgn-passwd,.studylogin #modlgn-username{width:100%!important;}
	.studylogin .login-left{border-left:0;min-height: 120px;width:100%}
	.login-wrap .login-left {padding-bottom:0px;}
	.studylogin .login-left p{width:100%;margin-bottom:20px;}
	.studylogin .login-left a{width:100%;}	
	.studylogin .login-right{width:100%}
	.studylogin .login-right.login-txt{font-size:15px;}
	.studylogin .login-left{border-bottom:1px solid #d9d9d9;padding-left:0px;padding-right:0px;}
	.studylogin .btn-primary{width:100%;float:none;}
	.studylogin #form-login-submit{margin-bottom: 8px;}
	.studylogin #form-login-remember{margin-left:0;}
	.studylogin #login-form{padding-top: 23px;padding-bottom: 16px;width:100%;}
	.feedback-content .feedback-content-inner{background:transparent;padding:0;}
	.studylogin .login-right {border-left: none;padding-left:0px;padding-right:0px;border-top: 1px solid #d9d9d9;border-bottom: 1px solid #d9d9d9;}
	.category-list table.category td a ,.category-list table.category th{font-size:14px;line-height:1.4em}
	.studylogin #form-login-remember{margin-bottom: 0px;}

	.feedback-list-info {font-size:15px;}
	
	/**修改會員個人資料頁面**/
	.layout-edit .form-actions button,.layout-edit .form-actions a{width:100%;}
	.layout-edit .form-actions a{margin-left:0;margin-top:3%;}
}

@media (min-width: 768px) {
	.view-registration #profile_content .col-sm-4,.layout-edit #profile_content .col-sm-4{width:28%;}
	.view-registration #profile_content .col-xs-4,.layout-edit #profile_content .col-xs-4{width:28%;}
	.view-registration #profile_content .col-sm-8{padding-left:0px;}
	.layout-edit #profile_content .col-sm-8{padding-left:16px;}
	.layout-edit #jform_showregion,.layout-edit #jform_showclass{padding-left:5px;margin-left:0px;}
	.view-registration .form-group:last-child .col-sm-8{margin-left:-10px;}
	.view-registration #profile_content .col-xs-8,.layout-edit #profile_content .col-xs-8{padding-left:0px;}	
	.view-registration .form-group:last-child{margin-left:8%;}
	.view-registration .form-group:last-child label span,.view-reset .control-group:nth-child(4) .control-label span{float:right;}
	.view-registration .form-group:last-child label .line_break,.view-reset .control-group:nth-child(4) .control-label .line_break{position:relative;top:-5px;}	
	.view-registration #jform_spacer_default-lbl span{margin-left:44px;}
	
	.view-profile .dl-horizontal dd {line-height:2;}
}
/**回饋頁面 的tab:最新回饋、熱門回饋**/
.feedback-list #section-kmt .kmt-fame-tabs li .navs {margin-bottom:15px;}
.feedback-list #section-kmt .kmt-fame-tabs li .navs:hover{border-bottom: 1px solid #da1900;}
.feedback-list #section-kmt .kmt-fame-tabs li .navs.active{
	border-bottom: 3px solid #777 !important;
}

#section-kmt #kmt-fame {border:none;}
/**回饋模組　送出按鈕**/
body div#section-kmt button.kmt-btn-submit, body div#section-kmt button.kmt-btn-cancel {
	background: #ffffff;
    border: 2px solid #820050;
    border-bottom-color: #820050;
	color: #820050;
	text-shadow:none;
	transition: all 0.3s ease-out 0s;
}
/**還未輸入回饋時的按鈕**/
body div#section-kmt button.kmt-btn-submit.disabled:hover,body div#section-kmt button.kmt-btn-submit.disabled:active,body div#section-kmt button.kmt-btn-submit.disabled:focus{
	background: #eee;
    color: #999;
    text-shadow: 0 1px 0 #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 #fff inset;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -webkit-box-shadow: 0 1px 0 #fff inset;
	cursor:default;
}
/**已輸入回饋時的按鈕**/
body div#section-kmt button.kmt-btn-submit {padding:0 60px;font-size:16px;font-family:"微軟正黑體";float:left;}
body div#section-kmt button.kmt-btn-submit:hover,body div#section-kmt button.kmt-btn-submit:active,body div#section-kmt button.kmt-btn-submit:focus,body div#section-kmt button.kmt-btn-submit:hover,
body div#section-kmt button.kmt-btn-submit:active,body div#section-kmt button.kmt-btn-submit:focus {
	background: #820050;
    border: 2px solid #820050;
    border-bottom-color: #820050;
	color: #ffffff;
	text-shadow:none;
}

/**回饋框**/
#section-kmt .kmt-form-editor > div {	padding: 0 0 0 0;}
#section-kmt .kmt-form-editor > div > .input.textarea {height:180px;}
#section-kmt #kmt-fame .kmt-fame-tabs {
	text-align:left;
	margin: -10px 0px 0;
}
#section-kmt .kmt-form-submit > span label {
	margin:5px 0 0 3px;
}
.letters-page #section-kmt{margin-top: 70px;}
/**大頭圖**/
.custom-avatar {	width:30px;}
.small-custom-avatar {width:20px;}
.kmt-child-0 .kmt-head {margin-top:5px;}

#section-kmt #kmt-fame .kmt-fame-tabs li a{ font-size:14px; padding-left:10px;padding-right:10px;}
#section-kmt .kmt-avatar + .kmt-content {    margin-left: 36px;} /**第一層回饋的大頭照**/
#section-kmt .kmt-control-user > span { margin:0 0 0 0;}
#section-kmt .kmt-toolbar li.kmt-sort-latest a {border-left: 1px solid #aaa;}

/**過長的回饋-展開/收合按鈕**/
.morelink,.morelink:active,.morelink:focus{
	background:#fff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );/* IE6-9 */

	color:#555;
	display:inline-block;
	font:bold 12px/25px Arial,sans-serif;
	text-decoration:none;
	padding:2px 10px;

	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border: 1px solid #aaa;
	margin-top: 15px;
}
.morelink:hover{text-decoration:none;color:#555;}
.morelink.less {
	background: #ddd;
    box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
}
/**reply button**/
#section-kmt .kmt-control-user .kmt-btn span {
	display:inline;
}
#section-kmt .kmt-control-user .kmt-reply span {
	background:none;
}
.white-link a{color:#ffffff;}
.purple-link a{color:#820050;font-weight:400;}
.purple-link a:hover,.purple-link a:focus,.purple-link a:active{color:#4d3592;text-decoration:underline;}
.black-line {color:#0f0f0f;}

.mobilemenu li>a{width:70%;}
/**分類頁的音檔**/
.categorypage-download .fa-arrow-down {
    display: none;
}
@media screen and (max-width: 823px){
.categorypage-download .fa-arrow-down {
    display: inline-block;
	width:30.4375px;
}
.categorypage-download .fa-arrow-down:before{
	content: url(https://d3nc5maxwwkvi8.cloudfront.net/templates/ja_sugite/images/lrannotations_icons/download-icon.svg);
	padding:0 1px 0 1px;
}


.categorypage-download a:hover,.categorypage-download a:focus,.categorypage-download a:active{
	color:#ffffff;
}
}
.mobilemenu.nav li span {padding:0px;}
#section-kmt .float-li > li a {font-size:14px;}
/**回饋留言區每一則**/
#section-kmt .kmt-list > li > div {padding: 10px 0;}
#section-kmt.w320 .kmt-list > li > div  {padding: 10px 0;}

/***延伸工具_書籤***/
/*.mb2panel .icon-toggle::before{content:"\f104";font-size: 35px;padding-left: 12px;color:#4D3592;}
.mb2panel:hover .icon-toggle::before{content:"\f105";padding-left: 12px;}*/
/*.mb2panel:hover .mb2panel-title{background:#4d3592;}*/

/*延伸工具_書籤位置調整*/
.mb2panel-138.rc{margin-top:0!important;top:151px!important;}
@media (max-width:992px){.mb2panel-138.rc{margin-top:0!important;top:141px!important;}}
@media (max-width:680px){.mb2panel-138.rc{margin-top:0!important;top:100px!important;}}
@media (max-width:540px){.mb2panel-138.rc{margin-top:0!important;top:110px!important;}}
@media (max-width:480px){.mb2panel-138.rc{margin-top:0!important;top:97px!important;}}
/*三條線的menu*/
.off-canvas-toggle{width:35px!important;height:35px!important;line-height:35px!important;}

/**回饋頁面 送出回饋按鈕**/
body div#section-kmt .custom-submitButton {
	padding: 5px 60px;
    font-size: 16px;
    font-family: "微軟正黑體";
    float: left;
	text-decoration:none;
	font-weight: bold;
	 background: #ffffff;
    border: 2px solid #820050;
    border-bottom-color: #820050;
    color: #820050;
    text-shadow: none;
    transition: all 0.3s ease-out 0s;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
body div#section-kmt .custom-submitButton:hover,body div#section-kmt .custom-submitButton:focus,body div#section-kmt .custom-submitButton:active{
	background: #820050;
    border: 2px solid #820050;
    border-bottom-color: #820050;
    color: #ffffff;
    text-shadow: none;
}
body div#section-kmt .custom-submitButton.disabled ,body div#section-kmt .custom-submitButton.disabled:hover,body div#section-kmt .custom-submitButton.disabled:focus,body div#section-kmt .custom-submitButton.disabled:active{
	background: #eee;
    color: #999;
    text-shadow: 0 1px 0 #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 #fff inset;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -webkit-box-shadow: 0 1px 0 #fff inset;
	cursor:default;
}
@media (max-width: 360px) {
	body div#section-kmt .custom-submitButton{
	width:100%;
	background: #820050;
    border: 2px solid #820050;
    border-bottom-color: #820050;
    color: #ffffff;
	text-align:center;}
	#section-kmt .kmt-form-submit {margin: 0;}
	/***忘記密碼***/
	.view-reset .reset-confirm .validate,.view-reset .reset-complete .validate,.view-reset .reset .validate{ width: 100%; margin-top: 30px;}
	.view-reset .reset-confirm .control-group,.view-reset .reset-complete .control-group,.view-reset .reset .control-group  {padding: 0px 10px;}
	.view-reset .reset-confirm .control-group .star,.view-reset .reset-complete .control-group .star {margin-left:-5px;}
}

/***分頁按鈕的箭頭符號 可點選***/
.arrow-left{
	border-top: 6px solid rgba(0,0,0,0);      
    border-right: 10px solid #4d3592;      
    border-bottom: 6px solid rgba(0,0,0,0);      
	display: inline-block;
}
.arrow-left:hover,.arrow-left:focus{
	border-top: 6px solid #dddddd;      
    border-right: 10px solid #4d3592;      
    border-bottom: 6px solid #dddddd;      
	display: inline-block;
}
.arrow-right{
	border-top: 6px solid rgba(0,0,0,0);      
    border-left: 10px solid #4d3592;      
    border-bottom: 6px solid rgba(0,0,0,0);      
	display: inline-block;
}
.arrow-right:hover,.arrow-right:focus{
	border-top: 6px solid #dddddd;      
    border-left: 10px solid #4d3592;      
    border-bottom: 6px solid #dddddd;    
	display: inline-block;
}
.line-left{
	border-left: 2px solid #4d3592;
	display: inline;
}
.line-right{
	border-right: 2px solid #4d3592;
	display: inline;
}
/***分頁按鈕的箭頭符號 不可點選的***/
.arrow-left-disabled{
	border-top: 6px solid white;      
    border-right: 10px solid #999999;      
    border-bottom: 6px solid white;      
	display: inline-block;
}

.arrow-right-disabled{
	border-top: 6px solid white;      
    border-left: 10px solid #999999;      
    border-bottom: 6px solid white;      
	display: inline-block;
}
.line-left-disabled{
	border-left: 2px solid #999999;
	display: inline;
}

.line-right-disabled{
	border-right: 2px solid #999999;
	display: inline;
}

.homepage .customhp_intro .row{
	margin-top:20px;
}
@media (min-width: 992px) {
    .homepage .intro-border{
		border-left: 1px solid #cecece;
		border-right: 1px solid #cecece;
	}
}
.homepage .intro{padding-top:5px;}
@media (max-width: 991px) {
	.homepage .intro:nth-child(n+2) {
		margin-top:20px;
	}
	.homepage .intro:nth-child(1),.homepage .intro:nth-child(2) {
	    padding-bottom: 30px;
		border-bottom: 1px solid #cecece;
	}
}
.homepage .intro-title {
    font-family: 'cwTeXKai', 微軟正黑體;
    font-size: 21px;
    margin-top: 5px;
	/*text-align:left;*/
	text-align:center;
	font-weight:bold;
}
.homepage .intro-subtitle {
	font-family: 'cwTeXKai', 微軟正黑體;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 18px;
	/*text-align:right;*/
	text-align:center;
	font-weight:bold;
	letter-spacing:-0.05em;
}
.zh-cn.homepage .intro-subtitle {
	font-family: 微軟正黑體;
	font-size: 14px;
	letter-spacing:0em;
}
.homepage .intro-btn{
	border-width:1px;
	margin-bottom: 15px;
}
.intro-middle-content {
    background-image: url('https://d3nc5maxwwkvi8.cloudfront.net/templates/ja_sugite/images/lrannotations_icons/intro-middle-bg6.jpg');
	background-size: cover;
}
.homepage .intro-btn.btn {
	font-size:14px;
	font-family: 微軟正黑體;
}
@media screen and (max-width:768px) {
	.homepage .intro-btn.btn {
		font-size:14px;
		font-family: "Noto Sans TC", 微軟正黑體;
	}
}
/**簡體版選單**/
.zh-cn .navbar-default .navbar-nav > li > a {
	font-family: 微軟正黑體;
}
@media screen and (max-width:768px) {
	.zh-cn .navbar-default .navbar-nav > li > a {
		font-family: "Noto Sans SC";
	}
}
/**簡體版首頁按鈕**/
.zh-cn.homepage .intro-btn.btn {
	font-family: 微軟正黑體;
}
@media screen and (min-width:769px) {
	.pad-article-with-mobile{ display:none;	}
}
@media screen and (max-width:768px) {
	.zh-cn.homepage .intro-btn.btn {
		font-family: "Noto Sans SC";
		font-weight: 500;
	}
	
	.pc-article-with-pad{display:none;}	
}

.study_body p.book-text-zhtw{ /**繁體原文**/
	margin:0 0 5px 0;
	line-height:2em;
	font-size:18px;
	font-family: 'cwTeXKai';
}

.study_body p.book-text-zhch{ /**簡體原文**/
	margin:0 0 5px 0;
	line-height:2em;
	font-size:18px;
	font-family: "標楷體";
}
.study_body p.book-text-zhtw sup , .study_body p.book-text-zhch sup, .book-text-zhtw sup , .book-text-zhch sup { /**原文註解**/
    border-radius: 50px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
    text-indent: 0pt;
    top: -0.5em;
}

.book-text-ref-zhtw{color: #323232;font-family: 'cwTeXKai';} /**繁體原文參考**/
.book-text-ref-zhch{color: #323232;font-family: "標楷體";} /**簡體原文參考**/

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 2800px)  { 
	/* STYLES GO HERE */	
	.study_body p.book-text-zhtw,.book-text-ref-zhtw{ /**繁體原文及繁體原文參考**/
		font-family: "標楷體";
	}
}

@media screen and (max-width: 650px){
	.pc-article{ display:none;	}
	.pad-article-with-mobile{ display:none;	} 
	.mobile-article{display:block;}
}
@media screen and (min-width: 651px){
	.mobile-article{ display:none; }
}
.supannotation-miao {
	background: #00639e;
	color:#ffffff;
	width: 18px;
    height: 18px;	
}
.supannotation-yu {
	background: #007f3c;
	color:#ffffff;
	width: 18px;
    height: 18px;	
}
.supannotation-ba {
	background: #950d43;
	color:#ffffff;
	width: 18px;
    height: 18px;	
}
.time{color: #4D3592;} /**上師開示時間碼**/