/* public */
body {
	font-family:\5FAE\8EDF\6B63\9ED1\9AD4, Microsoft JhengHei, MingLiU, sans-serif;
	letter-spacing: 1px;
    font-size: 14px;
    line-height: 24px;
    background: url(../image/new-bg.jpg) center center fixed;
    background-size: cover;
}
h1, h2, h3, h4, h5, h6 {
	font-family:\5FAE\8EDF\6B63\9ED1\9AD4, Microsoft JhengHei, MingLiU, sans-serif;
}
h1, h2 {
    font-size: 34px;
    font-weight: bold;
    line-height: 32px;
}
h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}
a, a:hover {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

/* container */
.container {
    background-color: rgba(255,255,255,0.93);
    -webkit-box-shadow: #666 0px 0px 16px;
    -moz-box-shadow: #666 0px 0px 16px;
    box-shadow: #666 0px 0px 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}
@media (min-width: 768px) {
    .container {
        max-width: 960px;
    }
}

/* nav-main */
ul.nav-main-list {
    list-style: none;
    padding-left: 24px;
}
ul.nav-main-list li.active, ul.nav-main-list li:hover {
    list-style: circle;
}
ul.nav-main-list li.active a {
    font-weight: bold;
    color: #317eac;
}
.panel-info > .panel-heading {
    border-color: rgba(3, 60, 115, 0.87);
    background-color: rgba(3, 60, 115, 0.87);
}
.panel-info {
    border-color: rgba(3, 60, 115, 0.87);
}
.panel-primary>.panel-heading {
    border-color: #428bca;
}
.panel-primary {
    border-color: #2fa4e7;
}

/* mind */
.mind-content-text {
    padding: 16px;
}

/* list */
.list-group-item img {
    max-height: 70px;
    margin-right: 8px;
}
a.list-group-item:visited {
	background-color: #eceff1;
}
a.list-group-item:hover, a.list-group-item:focus {
    background-color: #FFFFCC;
}

/* well */
.well {
    background-color: rgba(41, 182, 246, 0.54);
    border: 0;
    padding: 16px;
    margin: 16px;
    -webkit-box-shadow: #666 2px 2px 3px;
    -moz-box-shadow: #666 2px 2px 3px;
    box-shadow: #666 2px 2px 3px;
}

/* buttom */
.btn-link:hover {
    border: 1px solid #2fa4e7;
    text-decoration: none;
}

/* pager */
.pager .finger {
    cursor: pointer;
}

/* emb */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* fb-like */
.fb-like {
	overflow:hidden;
}