@charset "UTF-8";
/* CUSTOM STYLE */
/* Hong Kong Learning Activity Promotion Society */
/* CUSTOM COLORS */
/* Hong Kong Learning Activity Promotion Society */
/* Default */
/* Navbar */
/* Footer */
/* Content */
/**/
/* Site Default */
html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Arial","Helvetica","微軟正黑體","Microsoft JhengHei","黑體","SimHei","儷黑 Pro","LiHei Pro Medium","蘋果儷中黑","Apple LiGothic Medium","新細明體","PMingLiU","細明體","MingLiU","標楷體","DFKai-sb","sans-serif" !important;
  font-size: 16px;
  /* preset browser font size */
  color: #333333;
  background-color: #fbf6eb;
  margin-bottom: 40px;
}

/**/
/* Hyperlinks */
a,
a:link,
a:active,
a:visited {
  color: #3399bb;
  text-decoration: none;
}

a:hover {
  color: #ff6633;
  text-decoration: underline;
}

a.btn {
  color: #333333;
}

/* Text */
.text-highlight {
  color: #ff6633;
}

/**/
/* Navbar */
nav {
  border-top: 5px solid #71d8a6;
  border-radius: 0;
}

.navbar {
  position: relative;
  margin: 0 auto;
  border: 0px solid;
}

.navbar-brand {
  height: auto;
  padding: 0;
  margin: 10px 0;
  line-height: 1em;
  font-size: 1.25em;
}
.navbar-brand .brand-eng {
  line-height: 1.5em;
  font-size: 0.563em;
}
.navbar-brand a {
  color: #71d8a6;
}

.navbar-menu {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.125em;
}
.navbar-menu .navbar-toggle {
  margin: 0;
  margin-top: 5px;
  margin-right: -5px;
  float: right;
}
.navbar-menu .navbar-collapse {
  width: 100%;
  text-align: center;
}
.navbar-menu .navbar-collapse a {
  color: #000000;
}
.navbar-menu .navbar-collapse a:hover {
  color: #ffffff;
  background-color: #71d8a6;
}
.navbar-menu .navbar-collapse a:focus,
.navbar-menu .navbar-collapse a.active {
  color: #ffffff;
  background-color: #71d8a6;
}

/**/
/* Burger Icon */
#burger-toggle .icon-bar {
  background-color: #71d8a6;
  width: 22px;
}

#burger-toggle .bar-top, #burger-toggle .bar-middle, #burger-toggle .bar-bottom {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

#burger-toggle .bar-top {
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -moz-transform: rotate(45deg);
  -moz-transform-origin: 10% 10%;
  -o-transform: rotate(45deg);
  -o-transform-origin: 10% 10%;
  -ms-transform: rotate(45deg);
  -ms-transform-origin: 10% 10%;
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

#burger-toggle .bar-middle {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
}

#burger-toggle .bar-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -moz-transform: rotate(-45deg);
  -moz-transform-origin: 10% 90%;
  -o-transform: rotate(-45deg);
  -o-transform-origin: 10% 90%;
  -ms-transform: rotate(-45deg);
  -ms-transform-origin: 10% 90%;
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

#burger-toggle.collapsed .bar-top {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

#burger-toggle.collapsed .bar-middle {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
}

#burger-toggle.collapsed .bar-bottom {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

/**/
/* Header */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  background: url("../img/bg_header.png") no-repeat;
  height: 235px;
}

/**/
/* Footer */
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  border-bottom: 5px solid #a673b4;
  background-color: #ffffff;
}

.footer {
  padding: 0;
}

.footer-copyright {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  word-break: keep-all;
  text-align: center;
  font-size: 0.75em;
  color: #999999;
}

/**/
/* Content */
.content-header {
  text-align: center;
  font-size: 2.5em;
  color: #333333;
  border-bottom: 1px solid #dddddd;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}

.content-subheader {
  text-align: right;
  line-height: 1.25em;
  font-size: 1.75em;
  color: #666666;
  border-bottom: 1px solid #dddddd;
  margin-top: 10px;
  margin-bottom: 20px;
}

.content-title {
  font-size: 1.5em;
  color: #a673b4;
  margin-bottom: 10px;
}

.content-btn {
  margin-bottom: 20px;
}
.content-btn hr {
  margin-bottom: 10px;
}

/* Activity */
.content-activity .panel-heading a {
  line-height: 1.25em;
  font-size: 1.125em;
  color: #3399bb;
}
.content-activity .panel-heading a:hover {
  color: #ff6633;
  text-decoration: none;
}
.content-activity .panel-body .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.125em;
}
.content-activity .panel-body .subtitle {
  font-weight: bold;
}
.content-activity table {
  margin-bottom: 10px;
}
.content-activity table thead {
  text-align: center;
  font-weight: bold;
  color: #71d8a6;
  background-color: #eeeeee;
}
.content-activity table tbody td:first-child {
  font-weight: bold;
}
.content-activity .alert {
  padding: 5px 10px;
  font-size: 0.875em;
}
.content-activity iframe {
  margin-bottom: 10px;
}

/* Constitution and Contact Us */
.content-constitution .content-table,
.content-contactus .content-table {
  padding: 0;
  color: #666666;
}
.content-constitution .content-table .table-title,
.content-contactus .content-table .table-title {
  font-size: 1.25em;
  color: #a673b4;
  border-right: 1px solid #71d8a6;
}
.content-constitution .content-table .table-title1,
.content-contactus .content-table .table-title1 {
  font-weight: bold;
  font-size:1.8em;
  color: #a673b4;
  padding: 0px 15px;
  
}
.content-constitution .content-table .row,
.content-contactus .content-table .row {
  padding-bottom: 10px;
}

.content-constitution {
  padding-bottom: 20px;
}

.content-contactus .form {
  color: #666666;
}

/**/
/* Modal */
.modal-pic .modal-dialog {
  width: 100%;
  max-width: 960px;
}
.modal-pic .modal-dialog .modal-body {
  padding: 5px;
}
.modal-pic .modal-dialog .modal-body img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.modal-pic .modal-dialog .modal-footer {
  padding: 10px;
}

.modal-map .modal-dialog {
  width: 100%;
  max-width: 960px;
}
.modal-map .modal-dialog .modal-body {
  padding: 5px;
  overflow: auto;
}
.modal-map .modal-dialog .modal-body img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-width: 600px;
}
.modal-map .modal-dialog .modal-footer {
  padding: 10px;
}

/* Bootstrap 3 MEDIA QUARY */
/**/
/* Mobile First Method */
/* Custom, iPhone Retina */
/* Extra Small Devices XS and Up, Phones */
/* Extra Small Devices XS Only, Phones */
/* Small Devices SM and Up, Tablets */
/* Small Devices SM Only, Tablets */
/* Medium Devices MD and Up, Desktops */
/* Medium Devices MD Only, Desktops */
/* Large Devices LG and Up, Wide Screens */
/**/
/* Non-Mobile First Method */
/* Large Devices LG and Down, Wide Screens */
/* Medium Devices MD Only, Wide Screens */
/* Medium Devices MD and Down, Desktops */
/* Small Devices MD Only, Desktops */
/* Small Devices SM and Down, Tablets */
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }

  .navbar {
    padding: 0;
  }

  .navbar-menu {
    position: relative;
  }
}
/* Extra small Devices SM Only, Tablets */
/* Extra Small Devices XS and Down, Phones */
@media only screen and (max-width: 480px) {
  body {
    margin-bottom: 60px;
  }

  footer {
    height: 60px;
  }
}
/* Custom, iPhone Retina */
/**/
/* Media Quary Targets High Resolution Screens, Retina */

/* 修改条款列表样式 */
.constitution-list {
    padding-left: 1em;  /* 增加基础缩进量 */
}
.constitution-list .clause-item1 {             /*1*/
    text-indent: -1.4em;  /* 調整負縮进 */
    padding-left: 1.5em;  /* 增加整體縮進量 */
    margin-bottom: 0.2em;
}
.constitution-list .clause-item11 {             /*1*/
    text-indent: -2.0em;  /* 調整負縮进 */
    padding-left: 2.0em;  /* 增加整體縮進量 */
    margin-bottom: 0.2em;
}
.constitution-list .clause-item2 {             /*1.1*/
    text-indent: -2.0em;  /* 調整負縮进 */
    padding-left: 3.5em;  /* 增加整體縮進量 */
    margin-bottom: 0.2em;
}
.constitution-list .clause-item22 {             /*1.1*/
    text-indent: -2.6em;  /* 調整負縮进 */
    padding-left: 4.6em;  /* 增加整體縮進量 */
    margin-bottom: 0.2em;
}
.constitution-list .clause-item3 {             /*1.1.1*/
    text-indent: -2.8em;  /* 調整負縮进 */
    padding-left: 6.3em;  /* 增加整體縮進量 */
    margin-bottom: 0.2em;
}
.constitution-list .clause-item33 {             /*1.1.1*/
    text-indent: -2.8em;  /* 調整負縮进 */
    padding-left: 4.8em;  /* 增加整體縮進量 */
    margin-bottom: 0.2em;
}
.constitution-list .clause-item4 {             /*11.1*/
    text-indent: -2.5em;  /* 調整負縮进 */
    padding-left: 4.5em;  /* 增加整體縮進量 */
    margin-bottom: 0.2em;
}
/*# sourceMappingURL=custom.css.map */