* {
    font-family:"微軟正黑體", "新細明體";
}
h1, h2, h3, h4, h5, h6 {
    font-family: "微軟正黑體", "新細明體";
}
body {
    font-size: 16px;
    line-height: 1.4666666667;
    color: #000000;
    background-color: #ffffff;
    font-weight: 400;
}
.header-top.colored {
    background-color: #DAB751;
    border-bottom: 1px solid #DAB751;
}
.navbar-toggle-text{
    float:right;
}
.navbar-toggle-text span{
    color:#757575;
    display: inline;
}
.navbar-toggle-icon{
    float:left;
    padding-top: 5px;
    padding-right: 5px; 
}
.header {
    border-top: 1px solid #ffffff;
    border-bottom: 2px solid #f1f1f1;
    background-image: linear-gradient(225deg,#f4750e , #ed3626);
}
.btn-default {
    color: #ffffff;
    background-color: #00529B;
    border-color: #00529B;
}
.dropdown-menu > li > a {
    padding: 8px 20px;
    font-size: 14px;
    color: #333333;
    border-bottom: 1px solid #f7f7f7;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
}
.blue-bg{
    background-image: linear-gradient(225deg,#f4750e , #ed3626);
    color: #cdcdcd;

}
.color-white{
    color:#fff;
}
.btn-yellow{
    color: #fff;;
    background-color: #DAB751;
    border-color: #DAB751;
}
.btn-yellow:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.hr-1{
    margin-top: 5px;
    margin-bottom: 5px;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #cecece;
    border-color: #ddd;
}
.panel-default > .sidebar-active{
    color: #fff;
    background-color: #a40000;
    border-color: #ddd;
}
.panel-heading:hover{
    color: #fff;
    background-color: #a40000;
    border-color: #ddd;
}
.panel-heading .panel-title a{
    -webkit-transition:none;
    transition:none;
    background: #DAB751;
}
.separator-1 {
    width: 100%;
    margin: 5px auto 5px;
    position: relative;
    height: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}
.separator-1:after {
    height: 1px;
    background: #e8e8e8;
    background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    position: absolute;
    bottom: -1px;
    content: "";
    width: 100%;
    left: 0;
}
.team-member div{
    /*background-color: #FFC107;*/
    background: linear-gradient(#ffca28, #ffde7b);
}
.team-member img{
    box-shadow: 0px 0px 5px #757575;
}

.team-member-group img{
    box-shadow: 0px 0px 0px #757575;
}
.light-gray-bg.team-member-group {
    background-color: #fff;
}
.light-gray-bg.team-member-group:before {
    background-color: #fff;
}
.group_title_icon{
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #ffffff;
    border-radius: 100%;    
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 3px;
}
.group_title{
    font-weight: 700;
    color: #545454
}
.form-control-group{
    border-radius:0px;
    line-height:10px; 
    padding:0px;
    padding-top:0px;
    padding-left:6px;
    height:31px;
}
.form-control-group-btn{
    border-radius:0px;
    line-height:10px; 
    padding:0px;
    padding-top:0px;
    padding-left:10px;
    padding-right: 10px;
    height:31px;
}
.news_title{
    font-size: 25px;
    background-color: darkcyan;
    padding: 5px;padding-left: 10px;
    color: #fff;
}
.news_date{
    margin: 5px;
    color: #795548;
    text-align: right;
}
 .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #3697d9;
    color:#fff;
}
.blogpost header {
    padding: 5px 10px 20px;
}
.site-title{
    font-size: 30px;
    color:#039be5;
}

@media (min-width: 768px){
    .header.centered .navbar-default .navbar-nav > li > a { 
        color:#fff;
    }
    .header.centered .navbar-default .navbar-nav > li > a:hover {
        background: #DAB751;
    }  
}

.panel-heading a:hover {
    color: #DAB751;
}