html, body {
  overflow-x: hidden; }

html {
  height: 100%; }

body {
  font-family: Microsoft JhengHei,MingLiU,sans-serif;
  background: url(../images/bg-index.jpg) no-repeat;
  background-size: cover;
  position: relative;
  min-height: 100%; }

h1 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  margin: 0; }

h2 {
  font-size: 18px;
  font-weight: 700;
  color: #8b704b;
  margin: 0 0 5px; }

h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
  color: #666; }

p {
  font-size: 13px;
  color: #333;
  line-height: 21px; }

hr {
  border-top: 1px solid #8b704b;
  margin-top: 0; }

a:focus, a:hover, a:visited, a:link {
  transition: 0.5s all ease;
  text-decoration: none; }

.input {
  border: 1px solid #ce966b;
  border-radius: 0;
  color: #666666; }

audio {
  width: 100%; }

.red {
  color: #e60012; }

/* Select */
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  border: 1px solid #ce966b !important;
  border-radius: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #ce966b;
  border-radius: 0;
  border: 0;
  color: #fff; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  margin-right: 0;
  margin-left: 5px;
  color: #fff; }

/* End Select */
.no-padding-left {
  padding-left: 0; }

.no-padding-right {
  padding-right: 0; }

.breadcrumb {
  margin: 0;
  background: none;
  padding: 7px 0 0; }
  .breadcrumb a {
    color: #fff; }
  .breadcrumb a:hover {
    color: #faac17 !important; }
  .breadcrumb > .active {
    color: #faac17; }
  .breadcrumb > li + li:before {
    color: #fff;
    content: "> ";
    padding: 0; }

.dl-horizontal dt {
  color: #666;
  font-weight: 400; }
.dl-horizontal dd {
  color: #666;
  line-height: 2; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    width: auto; }

  .dl-horizontal dd {
    margin-left: 80px; } }
/* Header Section */
#col-top {
  padding: 3em 15px; }

.top-list {
  list-style: none; }
  .top-list li {
    border-right: 1px solid #000;
    display: inline-block;
    padding: 0 1em;
    font-size: 18px;
    font-weight: 700; }
    .top-list li a:hover {
      color: #faac17 !important; }
  .top-list li:last-child {
    border-right: 0; }

/* Navbar Section */
#main-index #nav-row, #inner-index #nav-row {
  background: #ddd; }
  #main-index #nav-row .navbar-toggle, #inner-index #nav-row .navbar-toggle {
    border: 0;
    border-radius: 0;
    float: left;
    background: #ddd;
    margin: 0;
    padding: 17px; }
    #main-index #nav-row .navbar-toggle .icon-bar, #inner-index #nav-row .navbar-toggle .icon-bar {
      background: #000;
      height: 4px;
      width: 30px; }
  #main-index #nav-row .navbar-toggle:hover, #inner-index #nav-row .navbar-toggle:hover {
    background: #faac17; }
#main-index .navbar, #inner-index .navbar {
  margin-bottom: 0;
  min-height: 1px; }
#main-index .navbar-default, #inner-index .navbar-default {
  background: none;
  border: 0; }
  #main-index .navbar-default .navbar-nav > li > a, #inner-index .navbar-default .navbar-nav > li > a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding: 10px 1.8em; }
    #main-index .navbar-default .navbar-nav > li > a img, #inner-index .navbar-default .navbar-nav > li > a img {
      vertical-align: bottom; }
  #main-index .navbar-default .navbar-nav > li > a:hover, #inner-index .navbar-default .navbar-nav > li > a:hover {
    background: #325f4d;
    color: #faac17 !important; }
  #main-index .navbar-default .navbar-nav, #inner-index .navbar-default .navbar-nav {
    /*li:last-child>a {
    	padding-right: 0;
    }*/ }
    #main-index .navbar-default .navbar-nav > .open > a, #inner-index .navbar-default .navbar-nav > .open > a, #main-index .navbar-default .navbar-nav > .open > a:focus, #inner-index .navbar-default .navbar-nav > .open > a:focus, #main-index .navbar-default .navbar-nav > .open > a:hover, #inner-index .navbar-default .navbar-nav > .open > a:hover {
      background: #325f4d;
      color: #faac17 !important; }
    #main-index .navbar-default .navbar-nav li:first-child > a, #inner-index .navbar-default .navbar-nav li:first-child > a {
      padding-left: 0; }
    #main-index .navbar-default .navbar-nav li:first-child > a:hover, #inner-index .navbar-default .navbar-nav li:first-child > a:hover {
      background: none; }
    #main-index .navbar-default .navbar-nav .dropdown-menu, #inner-index .navbar-default .navbar-nav .dropdown-menu {
      border: 0;
      border-radius: 0;
      box-shadow: none;
      padding: 0; }
      #main-index .navbar-default .navbar-nav .dropdown-menu li > a, #inner-index .navbar-default .navbar-nav .dropdown-menu li > a {
        font-size: 17px;
        color: #000 !important;
        padding: 10px 40px;
        border-bottom: 1px solid #ddd; }
      #main-index .navbar-default .navbar-nav .dropdown-menu li > a:hover, #inner-index .navbar-default .navbar-nav .dropdown-menu li > a:hover {
        background: #faac17 !important;
        color: #fff !important; }
      #main-index .navbar-default .navbar-nav .dropdown-menu li:first-child > a:hover, #inner-index .navbar-default .navbar-nav .dropdown-menu li:first-child > a:hover {
        background: #faac17 !important; }
      #main-index .navbar-default .navbar-nav .dropdown-menu .dropdown-submenu, #inner-index .navbar-default .navbar-nav .dropdown-menu .dropdown-submenu {
        position: relative; }
      #main-index .navbar-default .navbar-nav .dropdown-menu .dropdown-submenu > .dropdown-menu, #inner-index .navbar-default .navbar-nav .dropdown-menu .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%; }
      #main-index .navbar-default .navbar-nav .dropdown-menu .dropdown-submenu:hover > .dropdown-menu, #inner-index .navbar-default .navbar-nav .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
        display: block; }
      #main-index .navbar-default .navbar-nav .dropdown-menu .dropdown-submenu > a:after, #inner-index .navbar-default .navbar-nav .dropdown-menu .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px; }
      #main-index .navbar-default .navbar-nav .dropdown-menu .dropdown-submenu:hover > a:after, #inner-index .navbar-default .navbar-nav .dropdown-menu .dropdown-submenu:hover > a:after {
        border-left-color: #fff; }
      #main-index .navbar-default .navbar-nav .dropdown-menu .dropdown-submenu.pull-left, #inner-index .navbar-default .navbar-nav .dropdown-menu .dropdown-submenu.pull-left {
        float: none; }
      #main-index .navbar-default .navbar-nav .dropdown-menu .dropdown-submenu.pull-left > .dropdown-menu, #inner-index .navbar-default .navbar-nav .dropdown-menu .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        border-radius: 6px 0 6px 6px; }
#main-index .top-list li a, #inner-index .top-list li a {
  color: #0d4261; }

#inner-index #nav-row {
  background: rgba(0, 0, 0, 0.4); }
#inner-index .navbar-nav > li > a {
  color: #fff !important; }
#inner-index .navbar-nav li:first-child > a {
  padding-left: 2em !important; }
#inner-index .navbar-nav li:first-child > a:hover {
  background: #325f4d !important; }
#inner-index .navbar-nav li:last-child > a {
  padding-right: 2em !important; }
#inner-index .navbar-nav .dropdown-menu li:first-child > a {
  padding-left: 40px !important; }

/* End Navbar Section */
/* End Header Section */
/* Index section */
#index-caro {
  margin: 30px 0; }
  #index-caro .carousel-control {
    width: 6%;
    height: 25%;
    margin: auto;
    font-size: 6em;
    opacity: 1;
    text-shadow: none; }
  #index-caro .carousel-control.left,
  #index-caro .carousel-control.right {
    background: none; }
  #index-caro .carousel-indicators .active {
    width: 15px;
    height: 15px;
    background: #325f4d;
    border-radius: 0;
    border: 1px solid #fff; }
  #index-caro .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 0;
    border: 0;
    background: rgba(255, 255, 255, 0.5); }
  #index-caro .carousel-caption, #index-caro .carousel-caption-2 {
    right: auto;
    left: 0;
    bottom: 75px;
    text-shadow: none;
    background: rgba(50, 95, 77, 0.9);
    padding: 15px 30px; }
  #index-caro .carousel-caption-2 {
    right: 0;
    left: auto;
    background: rgba(255, 255, 255, 0.5);
    color: #333;
    font-size: 20px; }
    #index-caro .carousel-caption-2 a {
      color: #333; }
  #index-caro .carousel-caption-2:hover {
    background: rgba(250, 172, 23, 0.8); }

/* vertical carousel */
#slide {
  margin-bottom: 5px; }
  #slide .carousel-inner {
    width: 85%; }
  #slide .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 0;
    border: 0;
    background: rgba(255, 255, 255, 0.5); }
  #slide .carousel-indicators .active {
    width: 15px;
    height: 15px;
    background: #90b0dc;
    border-radius: 0;
    border: 0; }

.inner-slide .carousel-control {
  top: auto;
  bottom: auto;
  width: 100%; }

.inner-slide .carousel-control.left {
  top: 0;
  background: rgba(114, 105, 156, 0.7); }

.inner-slide .carousel-control.right {
  bottom: 0;
  background: rgba(114, 105, 156, 0.7); }

.inner-slide.vertical .carousel-inner {
  height: 100%; }

.inner-slide.carousel.vertical .item {
  transition: 0.6s ease-in-out top; }

.inner-slide.carousel.vertical .active {
  top: 0; }

.inner-slide.carousel.vertical .next {
  top: 100%; }

.inner-slide.carousel.vertical .prev {
  top: -100%; }

.inner-slide.carousel.vertical .next.left,
.inner-slide.carousel.vertical .prev.right {
  top: 0; }

.inner-slide.carousel.vertical .active.left {
  top: -100%; }

.inner-slide.carousel.vertical .active.right {
  top: 100%; }

/* End vertical carousel */
/* flex slider */
.flexslider {
  margin: 30px 0 !important; }

.flex-caption {
  position: absolute;
  right: auto;
  left: 0;
  bottom: 75px;
  text-shadow: none;
  background: rgba(50, 95, 77, 0.9);
  padding: 15px 30px;
  color: #fff;
  text-align: center; }

.flex-caption-2 {
  position: absolute;
  bottom: 75px;
  text-shadow: none;
  right: 0;
  left: auto;
  background: rgba(255, 255, 255, 0.5);
  color: #333;
  font-size: 20px;
  padding: 15px 30px; }
  .flex-caption-2 a {
    color: #333; }
  .flex-caption-2:hover {
    background: rgba(250, 172, 23, 0.8); }

.flex-prev, .flex-next {
  position: absolute;
  top: 43%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 999; }

.flex-next {
  right: 0; }

.flex-controls-container {
  position: absolute;
  bottom: 55px;
  width: 100%;
  z-index: 10; }
  .flex-controls-container .flex-control-paging li a {
    width: 12px;
    height: 12px;
    border-radius: 0;
    border: 0;
    background: rgba(255, 255, 255, 0.5); }
    .flex-controls-container .flex-control-paging li a.flex-active {
      width: 15px;
      height: 15px;
      background: #325f4d;
      border-radius: 0;
      border: 1px solid #fff; }

/* end flex slider */
.index-col {
  background: #faac17;
  height: auto; }

.index-special-col {
  overflow-y: scroll;
  max-height: 160px;
  background: none; }
  .index-special-col img {
    margin-bottom: 15px; }

.index-col-2 {
  background: #ffe7d0;
  margin-top: 30px;
  padding: 15px 30px 0; }
  .index-col-2 h1 {
    color: #000;
    font-size: 33px;
    font-weight: 700; }
  .index-col-2 h2 {
    font-size: 17px;
    color: #000; }
  .index-col-2 hr {
    border-top: 1px solid #000;
    margin: 10px 0; }
  .index-col-2 p {
    color: #000;
    line-height: 24px;
    font-size: 15px;
    font-weight: 700;
    padding-left: 15px; }
  .index-col-2 i {
    font-size: 30px;
    color: #000;
    margin-right: 10px; }
  .index-col-2 a {
    color: #000; }
  .index-col-2 i:hover {
    color: #faac17 !important; }

.alert-index {
  border-radius: 0;
  border: 0;
  background: #faac17;
  margin: 0; }
  .alert-index h1 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    display: inline;
    vertical-align: middle;
    margin: 0 0.5em; }
  .alert-index h2 {
    color: #fff;
    font-size: 18px;
    display: inline;
    vertical-align: bottom; }

#special-memo .modal-content, #history .modal-content {
  border-radius: 0; }
#special-memo .modal-header, #history .modal-header {
  border: 0;
  padding: 0 0 0 30px; }
#special-memo .close, #history .close {
  background: #7f7f7f;
  color: #fff;
  font-size: 1.5em;
  padding: 0.5em;
  opacity: 1;
  margin: 0; }
#special-memo h1, #history h1 {
  font-size: 25px;
  color: #faac17;
  font-weight: 700; }
#special-memo h2, #history h2 {
  font-size: 18px;
  color: #372c6c; }
#special-memo p, #history p {
  font-size: 16px;
  color: #000; }
#special-memo hr, #history hr {
  border-top: 1px solid #faac17;
  margin-top: .5em; }
#special-memo .modal-body, #history .modal-body {
  padding: 0 30px 30px; }

#history .modal-header {
  padding: 0; }
  #history .modal-header .history-box-head {
    background: #fff;
    overflow-y: hidden;
    margin-bottom: 20px; }
    #history .modal-header .history-box-head .slash-2 {
      border-top: 80px solid transparent;
      border-right: 34px solid #fff; }
    #history .modal-header .history-box-head .list-title-left {
      background: #CF966B;
      padding: 7px 19px;
      color: #fff;
      font-size: 20px; }
    #history .modal-header .history-box-head .list-title-right {
      background: #fff;
      color: #333;
      font-weight: 700; }

.inner-branch-news {
  background: #96027f;
  padding: 15px;
  overflow-y: scroll;
  max-height: 460px; }
  .inner-branch-news h1 {
    font-size: 18px;
    color: #fff; }
  .inner-branch-news hr {
    border-top: 1px solid #fff;
    margin: 3px 0 10px; }
  .inner-branch-news a {
    color: #999;
    font-size: 14px; }
  .inner-branch-news table {
    color: #fff;
    font-size: 13px; }
    .inner-branch-news table tbody td {
      border: 0; }
    .inner-branch-news table tbody tr:nth-of-type(odd) {
      background: #690159; }
    .inner-branch-news table tbody .more {
      background: #B64EA5; }
  .inner-branch-news .table-hover.rowlink tr:hover td,
  .inner-branch-news .table-hover .rowlink tr:hover td {
    background-color: #faac17; }

.overlay {
  background: rgba(0, 153, 68, 0.8);
  background-attachment: fixed;
  width: 100%;
  /*height: 300px;*/
  position: relative;
  overflow: hidden; }
  .overlay > header {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding: 15px 30px;
    background: inherit;
    background-attachment: fixed; }
    .overlay > header h1 {
      margin: 0;
      color: white;
      position: relative;
      z-index: 1; }

/* End index section */
/* Content Section */
.content {
  background: #e5c8b2;
  padding: 0 30px 30px; }

.content-2 {
  background: #ffe7d0;
  padding: 30px 30px; }

.content-3 {
  background: #fff;
  padding: 30px; }
  .content-3 .thumbnail {
    background: #f1dac8;
    border: 0;
    border-radius: 0;
    padding: 15px; }
    .content-3 .thumbnail .caption {
      text-align: center;
      color: #333;
      font-size: 15px;
      font-weight: 700; }
      .content-3 .thumbnail .caption a {
        color: #000; }

@media (min-width: 768px) {
  .library .col-sm-3:nth-child(4n+1) {
    clear: left; } }
.library h2 {
  color: #372c6c; }
.library hr {
  border-top: 1px solid #372c6c; }
.library .title-row {
  background: #372c6c; }
.library .btn-inner-search {
  background: #72699c !important; }
.library .content {
  background: #cac6dc !important; }
.library .inner-branch-news, .library .pray-nav-row {
  background: #4631aa !important; }
.library .inner-branch-news table tbody tr:nth-of-type(odd) {
  background: #372c6c !important; }
.library .library-login {
  background: #372c6c;
  padding: 15px;
  margin-bottom: 15px; }
  .library .library-login h1 {
    font-size: 18px;
    color: #fff; }
  .library .library-login h5 {
    color: #fff;
    margin: 15px 0; }
  .library .library-login hr {
    border-top: 1px solid #fff;
    margin: 3px 0 10px; }
  .library .library-login .input {
    border: 0; }
.library .thumbnail {
  background: #cac6dc;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0 -8px 15px; }
  .library .thumbnail .image {
    background: url("../images/library-preview.png") no-repeat center;
    height: 190px;
    overflow: hidden; }
    .library .thumbnail .image img {
      width: 100%; }
  .library .thumbnail .caption {
    background: #efecff;
    padding: 10px; }
    .library .thumbnail .caption h1 {
      font-size: 14px;
      color: #666;
      word-wrap: break-word; }
    .library .thumbnail .caption p {
      font-size: 11px;
      color: #999;
      line-height: 1.5;
      margin: 5px 0 0; }
    .library .thumbnail .caption .desc {
      margin-right: -10px; }
    .library .thumbnail .caption .tags {
      margin: 0 -15px; }
.library a:hover > .thumbnail {
  opacity: 0.5; }
  .library a:hover > .thumbnail h1, .library a:hover > .thumbnail p {
    color: #faac17 !important; }
@media (min-width: 992px) {
  .library .left {
    width: 29%; } }
@media (min-width: 992px) {
  .library .right {
    width: 71%; } }
.library .right thead, .library .right tfoot {
  background: #8975ea !important;
  color: #fff; }
  .library .right thead td, .library .right tfoot td {
    vertical-align: middle; }
.library .right tbody tr:nth-of-type(odd) {
  background: #efecff !important; }
.library .right tbody tr:nth-of-type(even) {
  background: #f9f9f9; }
.library .right td {
  vertical-align: middle; }
.library .right .table-hover .rowlink tr:hover td {
  background: #cac6dc !important; }
.library .right .input2 {
  border-color: #372c6c;
  height: 24px;
  text-align: center; }
.library .right .input {
  border-color: #372c6c; }

.registration p {
  color: #666; }

.content-m-top {
  background: #ffe7d0;
  padding: 15px 40px 5px; }
  .content-m-top p {
    font-size: 17px;
    color: #666;
    font-weight: 700; }

.pray-nav-row {
  background: #8b704b;
  padding: 15px 10px; }
  .pray-nav-row .pray-nav {
    display: inline-block;
    padding: 0;
    margin: 0; }
    .pray-nav-row .pray-nav li {
      color: #FFF;
      display: inline-block;
      padding: 0 15px;
      font-size: 15px;
      font-weight: 700;
      border-right: 1px solid #FFF; }
      .pray-nav-row .pray-nav li a {
        color: #fff; }
      .pray-nav-row .pray-nav li a:hover {
        color: #faac17; }
    .pray-nav-row .pray-nav li:last-child {
      border-right: 0; }
    .pray-nav-row .pray-nav li.active a {
      color: #faac17; }
  .pray-nav-row .navbar-collapse {
    padding: 0; }

.inner-main-content, .inner-main-content-2 {
  background: #fff;
  padding: 30px; }

.inner-main-content-2 {
  padding: 0 30px 30px !important; }

.inner-title {
  padding: 15px 30px; }

.inner-title-2 {
  padding: 15px 40px;
  background: #fff; }

.mobile-title {
  padding: 13px 10px;
  color: #fff;
  font-size: 17px; }

.slash, .slash-2 {
  width: 100%;
  height: auto;
  border-top: 50px solid #ce966b;
  border-right: 34px solid #fff;
  z-index: 100; }

.slash-2 {
  width: 0;
  border-top: 95px solid #ce966b;
  border-right: 34px solid #A2724E;
  position: absolute;
  right: 0;
  top: 0; }

.inner-sub-title, .tag {
  display: block;
  padding: 0;
  margin: 0; }
  .inner-sub-title li, .tag li {
    display: inline-block;
    color: #666;
    border-right: 1px solid #666;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 700; }
  .inner-sub-title li:first-child, .tag li:first-child {
    padding-left: 0; }
  .inner-sub-title li:last-child, .tag li:last-child {
    border-right: 0; }

.inner-top-purple {
  background: #372c6c;
  padding: 30px; }
  .inner-top-purple img.center-block {
    min-width: 100%; }

.inner-row-light-orange {
  background: #ffe7d0;
  padding: 10px 15px;
  color: #000;
  font-size: 13px; }

.btn-branch, .btn-pray {
  width: 60px;
  background: #ce966b;
  height: 57px;
  color: #fff;
  font-size: 30px;
  border-radius: 0;
  border: 0; }
  .btn-branch .icon-bar, .btn-pray .icon-bar {
    background: #fff;
    height: 5px;
    width: 30px;
    display: block;
    margin-bottom: 5px; }

.btn-branch-label {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding: 15px 5px; }

.label-orange, .label-purple {
  border-radius: 0;
  background: #ec6941;
  margin-bottom: 5px;
  display: inline-block;
  width: 40px; }

.label-purple {
  background: #601986; }

#branch-menu, #pray-menu {
  background: #ce966b; }
  #branch-menu .dropdown-menu, #pray-menu .dropdown-menu {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0; }
    #branch-menu .dropdown-menu > li, #pray-menu .dropdown-menu > li {
      border-bottom: 1px solid #e8e8e8; }
      #branch-menu .dropdown-menu > li > a, #pray-menu .dropdown-menu > li > a {
        padding: 15px 45px;
        font-size: 18px;
        color: #666; }
    #branch-menu .dropdown-menu li > a:hover, #pray-menu .dropdown-menu li > a:hover {
      background: #ce966b;
      color: #fff !important; }
    #branch-menu .dropdown-menu .dropdown-submenu, #pray-menu .dropdown-menu .dropdown-submenu {
      position: relative; }
    #branch-menu .dropdown-menu .dropdown-submenu > .dropdown-menu, #pray-menu .dropdown-menu .dropdown-submenu > .dropdown-menu {
      top: 100%;
      width: 100%;
      border-radius: 0;
      background: #ce966b; }
      #branch-menu .dropdown-menu .dropdown-submenu > .dropdown-menu li, #pray-menu .dropdown-menu .dropdown-submenu > .dropdown-menu li {
        border: 0; }
      #branch-menu .dropdown-menu .dropdown-submenu > .dropdown-menu li a, #pray-menu .dropdown-menu .dropdown-submenu > .dropdown-menu li a {
        color: #fff;
        padding: 5px 0;
        text-align: center; }
      #branch-menu .dropdown-menu .dropdown-submenu > .dropdown-menu li a:hover, #pray-menu .dropdown-menu .dropdown-submenu > .dropdown-menu li a:hover {
        background: #faac17; }
    #branch-menu .dropdown-menu .dropdown-submenu:hover > .dropdown-menu, #pray-menu .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
      display: block; }
    #branch-menu .dropdown-menu .dropdown-submenu:hover > a:after, #pray-menu .dropdown-menu .dropdown-submenu:hover > a:after {
      border-left-color: #ffffff; }
    #branch-menu .dropdown-menu .dropdown-submenu.pull-left, #pray-menu .dropdown-menu .dropdown-submenu.pull-left {
      float: none; }
    #branch-menu .dropdown-menu .dropdown-submenu.pull-left > .dropdown-menu, #pray-menu .dropdown-menu .dropdown-submenu.pull-left > .dropdown-menu {
      left: -100%;
      margin-left: 10px;
      border-radius: 0; }

.btn-branch:hover, .btn-pray:hover {
  background: #faac17;
  color: #fff; }

.btn-pray {
  width: auto;
  height: 55px;
  background: none;
  margin: 0; }

#pray-menu {
  background: #ae883c; }
  #pray-menu .dropdown-menu {
    left: auto;
    right: 0; }
    #pray-menu .dropdown-menu li > a:hover {
      background: #5c90d6; }

.tag li {
  color: #999;
  border-right: 1px solid #999;
  font-size: 15px;
  font-weight: 400; }
  .tag li a {
    color: #999; }

#inner-search-area {
  padding: 30px 25px;
  background: #fff; }
  #inner-search-area h2 {
    color: #666666; }

.btn-inner-search {
  background: #ce966b;
  color: #fff;
  line-height: 0;
  border-radius: 0;
  font-size: 25px;
  padding: 5px 0 0;
  margin-left: 1em;
  width: 60px; }

.btn-inner-search:hover,
.btn-inner-search:focus {
  color: #fff;
  background: #faac17; }

.btn-inner-back, .btn-inner-brown, .btn-back, .btn-back-mobile {
  margin-top: 1em;
  margin-left: 1em;
  background: #999999;
  color: #fff;
  border-radius: 0; }

.btn-inner-back:hover, .btn-inner-brown:hover, .btn-back:hover, .btn-back-mobile:hover,
.btn-inner-back:focus,
.btn-inner-brown:focus,
.btn-back:focus,
.btn-back-mobile:focus,
.btn-inner-brown:hover,
.btn-inner-brown:focus,
.btn-brown:hover,
.btn-brown-lg:hover,
.btn-brown-sm:hover,
.btn-purple:hover,
.btn-light-purple:hover,
.btn-white:hover,
.btn-brown:focus,
.btn-brown-lg:focus,
.btn-brown-sm:focus,
.btn-purple:focus,
.btn-light-purple:focus,
.btn-white:focus {
  color: #fff;
  background: #faac17;
  transition: 0.5s all ease; }

.btn-inner-brown {
  background: #ce966b; }

.btn-brown, .btn-brown-lg, .btn-brown-sm, .btn-purple, .btn-light-purple, .btn-white {
  background: #ce966b;
  color: #fff;
  border-radius: 0; }
  .btn-brown img, .btn-brown-lg img, .btn-brown-sm img, .btn-purple img, .btn-light-purple img, .btn-white img {
    margin-right: 10px; }

.btn-brown-lg {
  width: 100%; }

.btn-brown-sm {
  padding: 0 10px;
  margin: 0 0 0 15px; }

.btn-purple {
  background: #72699c; }

.btn-light-purple {
  background: #8975ea; }

.btn-white {
  background: #fff;
  color: #666; }

.btn-back, .btn-back-mobile {
  margin: 0; }

.btn-back-mobile {
  height: 57px;
  width: 57px; }

.btn-readmore {
  background: #CF966B;
  color: #fff;
  padding: 0.5em; }

.btn-readmore:hover {
  background: #faac17; }

.btn-full {
  width: 100%;
  padding: 6px 0; }

.channel, .boardcast {
  padding: 15px 0;
  background: #fff; }
  .channel h2, .boardcast h2 {
    color: #666; }
  .channel hr, .boardcast hr {
    border-top: 1px solid #907259; }
  .channel .more, .boardcast .more {
    color: #999; }
  .channel a:hover.more, .boardcast a:hover.more {
    color: #faac17 !important; }
  .channel .thumbnail, .boardcast .thumbnail {
    background: #fff6ed;
    border: 0;
    border-radius: 0;
    padding: 0 0 4px;
    margin: 0; }
    .channel .thumbnail .caption h1, .boardcast .thumbnail .caption h1 {
      font-size: 14px;
      color: #666; }
    .channel .thumbnail .caption p, .boardcast .thumbnail .caption p {
      font-size: 11px;
      color: #999;
      line-height: 1.5;
      margin: 5px 0 0; }
    .channel .thumbnail ul, .boardcast .thumbnail ul {
      margin-top: -1em; }
      .channel .thumbnail ul li a, .boardcast .thumbnail ul li a {
        color: #A2724D; }
  .channel a:hover > .thumbnail, .boardcast a:hover > .thumbnail {
    opacity: 0.5; }
    .channel a:hover > .thumbnail h1, .boardcast a:hover > .thumbnail h1, .channel a:hover > .thumbnail p, .boardcast a:hover > .thumbnail p {
      color: #faac17 !important; }

.pagination {
  margin: 0; }
  .pagination > li > a,
  .pagination > li > span {
    background: none;
    border: 0;
    color: #333; }
  .pagination > li > a:hover,
  .pagination > li > span:hover {
    background: none;
    border: 0;
    color: #faac17; }

.pagination > .active > a, .pagination > .active > a:focus,
.pagination > .active > a:hover, .pagination > .active > span,
.pagination > .active > span:focus, .pagination > .active > span:hover,
.pagination > li > a:focus, .pagination > li > a:hover,
.pagination > li > span:focus, .pagination > li > span:hover {
  background: #eee;
  color: #333;
  border: 0; }

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0; }

.search-list table thead, .library .right table thead, .search-list-m table thead {
  background: #a2724d;
  font-weight: 700;
  font-size: 15px;
  color: #fff; }
  .search-list table thead td, .library .right table thead td, .search-list-m table thead td {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff; }
  .search-list table thead td:last-child, .library .right table thead td:last-child, .search-list-m table thead td:last-child {
    border-right: 0; }
.search-list table tbody td, .library .right table tbody td, .search-list-m table tbody td {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff; }
.search-list table tbody td:last-child, .library .right table tbody td:last-child, .search-list-m table tbody td:last-child {
  border-right: 0; }
.search-list table tbody tr:nth-of-type(odd), .library .right table tbody tr:nth-of-type(odd), .search-list-m table tbody tr:nth-of-type(odd) {
  background: #fff8f1; }
.search-list .table-hover.rowlink tr:hover td, .library .right .table-hover.rowlink tr:hover td, .search-list-m .table-hover.rowlink tr:hover td,
.search-list .table-hover .rowlink tr:hover td,
.library .right .table-hover .rowlink tr:hover td,
.search-list-m .table-hover .rowlink tr:hover td {
  background-color: #faac17; }

.search-list-m tbody td {
  padding: 30px 15px 0 !important;
  border: 0 !important; }
.search-list-m tbody tr {
  border-bottom: 2px solid #a2724d; }
.search-list-m tbody .list-content {
  padding: 30px 15px; }
  .search-list-m tbody .list-content p {
    font-size: 18px;
    color: #000; }
  .search-list-m tbody .list-content p:last-child {
    margin-bottom: 0; }
.search-list-m tbody tr:nth-of-type(odd) .list-content {
  background: #fff8f1; }

.list-title {
  width: 0;
  height: 0;
  border-top: 115px solid #CF966B;
  border-right: 36px solid #A2724E;
  display: inline-block; }

.list-title-left {
  background: #CF966B;
  padding: 10px 15px 0;
  color: #fff;
  font-size: 18px; }

.list-title-right {
  background: #A2724E;
  padding: 10px 15px;
  color: #fff;
  font-size: 18px;
  overflow-wrap: break-word;
  max-height: 95px;
  overflow-y: hidden; }

table.search-list-m td .row:first-child {
  background: #CF966B;
  overflow-y: hidden; }

/* Tabs Section */
#content-tabs .tab-content {
  padding-top: 2em; }
#content-tabs .nav-tabs.nav-justified > li > a {
  border: 0;
  border-radius: 0;
  background: #fff6ed;
  font-size: 13px;
  font-weight: 700;
  color: #999; }
#content-tabs .nav-tabs > li.active > a,
#content-tabs .nav-tabs > li.active > a:focus {
  background: #fff;
  color: #a2724d; }
#content-tabs .nav-tabs > li > a:focus,
#content-tabs .nav-tabs > li > a:hover {
  color: #faac17 !important; }

.page-select {
  padding: 15px; }
  .page-select .pagination > li > a, .page-select .pagination > li > span {
    background: #ffe7d0;
    border-radius: 0;
    margin: 2px;
    padding: 5px 10px;
    min-width: 36px;
    text-align: center; }

/* End Content Section */
/* Back to top button */
#top-link-block.affix-top {
  position: absolute;
  /* allows it to "slide" up into view */
  bottom: -82px;
  /* negative of the offset - height of link element */
  right: 0;
  /* padding from the left side of the window */ }

#top-link-block.affix {
  position: fixed;
  /* keeps it on the bottom once in view */
  bottom: 89px;
  /* height of link element */
  right: 0;
  /* padding from the left side of the window */ }

.btn-top, .btn-top:focus {
  border-radius: 0;
  line-height: 0;
  font-size: 40px;
  padding: 0;
  width: 50px;
  height: 50px;
  color: #fff; }

.btn-top:hover {
  background: #faac17;
  color: #fff;
  transition: 0.5s all ease; }

.blue {
  background: rgba(92, 144, 214, 0.7); }

/* End Back to top button */
/* Footer Section */
footer, #inner-footer {
  background: #faac17;
  padding: 1em 0;
  position: relative;
  bottom: 0;
  width: 100%;
  margin-top: 30px; }
  footer p, #inner-footer p {
    font-size: 12px; }
  footer a, #inner-footer a {
    color: #000; }
  footer a:hover, #inner-footer a:hover {
    color: #325f4d !important; }
  footer .footer-left, #inner-footer .footer-left {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    padding: 0; }
    footer .footer-left li, #inner-footer .footer-left li {
      list-style: none;
      display: inline-block;
      border-right: 1px solid #000;
      padding: 0 1em; }
      footer .footer-left li a, #inner-footer .footer-left li a {
        color: #000; }
      footer .footer-left li a:hover, #inner-footer .footer-left li a:hover {
        color: #325f4d !important; }
    footer .footer-left li:last-child, #inner-footer .footer-left li:last-child {
      border-right: 0 !important; }

#inner-footer {
  background: #1e2c4f;
  margin: 0; }
  #inner-footer .footer-left li {
    border-right: 1px solid #fff !important; }
  #inner-footer .footer-left a {
    color: #fff !important; }
  #inner-footer p {
    color: #fff !important; }
  #inner-footer a {
    color: #fff !important; }

/* End Footer Section */
.box, .box2 {
  cursor: pointer;
  position: relative;
  overflow: hidden; }

/* Caption Common Style */
.box .caption, .box2 .caption {
  background-color: rgba(206, 150, 107, 0.8);
  position: absolute;
  color: #fff;
  z-index: 100;
  transition: all 300ms ease-out;
  left: 0;
  top: 0; }
  .box .caption p, .box2 .caption p {
    color: #fff;
    font-size: 15px;
    line-height: 0.5; }
    .box .caption p a, .box2 .caption p a {
      color: #fff; }
    .box .caption p a:hover, .box2 .caption p a:hover {
      color: #faac17 !important; }

/** Fade Caption :hover Behaviour **/
.box:hover .fade-caption, .box2:hover .fade-caption, .box:hover .scale-caption, .box2:hover .scale-caption {
  opacity: 1; }

/** Caption 3: Fade **/
.box .fade-caption, .box2 .fade-caption, .box .scale-caption, .box2 .scale-caption {
  opacity: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 12px 15px; }

.box2 .caption {
  background: #f3fff8; }
  .box2 .caption p, .box2 .caption a {
    color: #000 !important; }

.clndr, .inner-calendar .clndr {
  background: #8fc31f;
  padding: 10px;
  width: 282px;
  height: auto;
  text-align: center;
  margin: auto; }
  .clndr .clndr-controls {
    width: 100%;
    margin-bottom: 5px;
    text-align: left; }
    .clndr .clndr-controls .clndr-control-button {
      display: inline-block;
      color: #fff;
      background: #648816;
      padding: 10px;
      font-size: 18px;
      width: 35px;
      height: 35px;
      line-height: 0;
      text-align: center;
      cursor: pointer; }
    .clndr .clndr-controls .month {
      display: inline-block;
      color: #fff;
      text-align: center;
      font-size: 18px;
      width: 192px; }
  .clndr .clndr-table {
    font-size: 18px;
    color: #fff;
    width: 100%; }
    .clndr .clndr-table thead td:first-child {
      color: #ff0000; }
    .clndr .clndr-table .header-day {
      width: 34px;
      height: 33px;
      padding: 4px;
      background: #648816;
      font-weight: 700; }
    .clndr .clndr-table .day-contents {
      width: 34px;
      height: 33px;
      padding: 4px;
      background: #c7e18f;
      color: #333;
      margin-top: 5px;
      margin-right: 4px;
      font-weight: 700; }
    .clndr .clndr-table .last-month .day-contents, .clndr .clndr-table .next-month .day-contents {
      color: #999 !important; }
    .clndr .clndr-table .event .day-contents {
      background: url(../images/cal-highlight.jpg) no-repeat center;
      color: #fff;
      cursor: pointer; }

.inner-calendar .clndr {
  background: #ffe7d0 !important;
  margin: 0; }
  .inner-calendar .clndr .clndr-controls .clndr-control-button {
    background: #8b704b !important; }
  .inner-calendar .clndr .clndr-controls .month {
    color: #8b704b; }
  .inner-calendar .clndr .clndr-table .header-day {
    background: #8b704b !important; }
  .inner-calendar .clndr .clndr-table .day-contents {
    background: #f9c99a !important; }
  .inner-calendar .clndr .clndr-table .event .day-contents {
    background: url(../images/cal2-highlight.jpg) no-repeat center !important; }

.calendar-list h2 a {
  color: inherit; }
.calendar-list h2 .cal-date {
  font-size: 13px;
  color: #666;
  margin-left: 15px; }
.calendar-list hr {
  border-top: 1px solid #d4d4c7;
  margin: 15px 0 20px; }

.slide-play {
  width: 100%;
  font-size: 7em;
  text-align: center;
  line-height: 0;
  padding: 20% 0;
  position: absolute;
  top: 0;
  opacity: .7; }
  .slide-play a {
    color: #777; }
    .slide-play a:hover {
      color: #C3181E; }

#branch-top-bar {
  background: #cc5900; }

.book img {
  max-height: 100px; }
.book .thumbnail {
  min-height: 235px;
  margin-bottom: 10px; }



.one_page_float_left_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.one_page_float_left_list li {
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}

.one_page_float_left_list li img {
	max-width: 150px;
	width: 150px !important;
	height: auto !important;
}



@media (max-width: 620px) {

	.one_page_float_left_list li {
		float: left;
		margin-left: 20px !important;
		margin-bottom: 20px;
	}

	.one_page_float_left_list li img {
		max-width: 300px !important;
		width: 100% !important;
	}
}

@media (max-width: 500px) {
	.one_page_float_left_list li {
		float: left;
		margin-left: 0px !important;
		margin-bottom: 20px;
	}

	.one_page_float_left_list li img {
		max-width: 500px !important;
		width: 100% !important;
	}
}

.img-responsive {
    width: 100%!important;
}

