body{
    background: url("../../font-end/img/bg_main.gif") repeat-y scroll center top rgba(0, 0, 0, 0);
}
#wrapper{
    background: #fff;
    overflow: hidden;
}
.top_bar{
    padding: 5px 5px;
    overflow: hidden;
    /*background: linear-gradient(90deg, rgba(9,131,70,1) 0%, rgba(255,0,0,1) 100%);*/
    background: rgba(9,131,70,0.6);
    color:#fff;
}
.top_bar button,.top_bar a{
    padding: 1px 5px;
    font-size: 12px;
}
.top_bar select{
    color:#000;
}
.top_bar .fb{
    background:#4267B2;
    border-color:#4267B2 ;
    color:#fff;
}
.top_bar .navbar-right{
   margin: 0;
}
.about_cpi{
    display: block;
    margin-bottom: 20px;
    background: #f7f6f6;
}
.about_cpi p{
    padding: 5px;
}
.about_cpi .msg_title{
    padding-left: 10px;
}
.msg_block{
    display: block;
    text-align: center;
    margin-bottom: 20px;
    background: #f7f6f6;
}
.msg_block:last-child{
    margin-bottom: 0;
}
.msg_block .msg_img{
   text-align: center;
    padding: 10px 0 0;
}
.msg_title{
    background-color: #609513 !important;
    color: #fff;
    margin: 0;
    padding: 5px 0;
    border-radius: 5px 5px 0 0;
    font-size: 15px;
    font-weight: normal;
}
.msg_link{
    background-image: linear-gradient(to bottom, #666, #a6a6a6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2;
    padding: 0 5px;
    color: #fff !important;
    background-color: #a6a6a6;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 0 0 5px 5px ;
}
a.msg_link:hover{
    color: #fff;
    text-decoration: none;
}
.scroll_alert h3{
    MARGIN: 0;
    padding: 5px 0;
    background: #E6E7E8;
    font-size: 18px;
    font-weight: bold;
}
#notice-board{
    border: 1px solid #dddddd;
}
.notice-board-bg {
     background: url(../img/welcome_grad.png) repeat-x scroll left top transparent;
     background-image: url(../img/bg_notice_board.png);
     background-repeat: no-repeat;
     padding: 10px 0 20px 120px;
 }
#notice-board ul a {
    margin-left: 20px;
    border-bottom: 1px dotted #666;
}
#notice-board ul a:hover {
    text-decoration: none !important;
    border-bottom: 1px solid #666;
}
#notice-board-ticker ul li {
    list-style: none;
}
#left-content ul li {
    margin-left: 20px;
}
#notice-board-ticker li {
    margin-bottom: 5px;
}
#notice-board-ticker li {
    background: url(../img/bullet_tick.png) no-repeat center left;
}
#notice-board ul a {
    font-size: 12px;
}
.all-btn{
    background-image: linear-gradient(to bottom, #666, #a6a6a6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2;
    color: #000;
    padding: 3px 5px;
    margin-right: 10px;
    border-radius: 2px;
    font-size: 12px;
}
.mb-10{
    margin-bottom:10px
}
.mt-10{
    margin-top:10px
}
.mb-20{
    margin-bottom:20px
}
.mt-20{
    margin-top:20px
}

.box {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 0;
}
.box:last-child {
    padding-right: 0;
}
.box .col-md-12{
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    cursor: pointer;
    height: 157px;
    padding: 10px 0 0 10px;
    position: relative;
    overflow: hidden;
    color: #000;
    -webkit-box-shadow: 1px 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px 1px #ccc;
}
.box h4{
    margin-top:0;
}
.box img{
    position: relative;
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    float: left;
}
 .box .caption {
    position: relative;
    color: #000;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    left: 0;
    padding: 0;
    margin: 0;
    float: left;
    width: 66%;
}
.box .caption li {
    margin: 2px 0 0 20px;
    font-size: 1.2em;
    list-style-image: url(../../font-end/img/bullet_arrow.png);
    line-height: 19px;
}
.box .caption li a {
    font-size: 0.9em;
    text-decoration: none;
    display: block;
    color:#333;
}
.navigation .navbar-default .navbar-collapse{
    padding:0!important;
}
.navigation .navbar{
   border-radius: 0!important;
    margin-bottom: 0 !important;
}
.navigation .navbar-default{
    background-color: #FAFAFA !important;
}
.navigation .navbar-default .navbar-nav>li>a:hover{
    background-color: #098346;
    color:#fff;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.navigation .navbar-default .navbar-nav>li>a{
    background-color: transparent;
    color:#000;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.navigation .navbar-default .navbar-nav>li{
    border-right: 1px solid #e7e7e7;
}
.navigation .navbar-default .navbar-nav>li:last-child{
    border-right: 0;
}
.dropdown:hover .dropdown-menu {
    display: block;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
/*.navigation .navbar-header:before{*/
    /*display: table;*/
    /*content: 'select menu';*/
    /*float: left;*/
    /*padding-left:15px;*/
    /*padding-top:15px;*/
    /*display: none;*/
/*}*/

.callbacks_container {
    min-height: 220px;
}
.callbacks_container {
    /* margin-bottom: 50px; */
    position: relative;
    float: left;
    width: 100%;
}
#header-site-info {
    left: 20px;
    margin-bottom: 0;
    padding: 10px;
    position: absolute;
    top: 30%;
    z-index: 100;
}
#logo {
    display: inline-block !important;
    float: left;
}
#logo {
    display: block;
    margin: 0 0 10px 15px;
}
#site-name-wrapper {
    line-height: 2;
}
#site-name-wrapper {
    float: left;
    padding: 10px 20px;
}
#site-name, #slogan {
    display: block;
}

#site-name a, #slogan {
    color: #ffffff;
}

#site-name a:hover, #slogan {
    text-decoration: none;
}
#site-name {
    font-size: 2vw;
    font-weight: bold;
    text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
}
#slogan {
     font-size: 1.5em;
     text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
     line-height: 1;
 }

.footer-artwork {
    background: url(../images/footer_top_bg.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 84px;
    margin: 0 auto;
    width: 1020px;
    clear: both;
}