/* CSS used here will be applied after bootstrap.css */
*{
    margin: 0;
    padding: 0;
}
body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin-top: 10px;
    background: #eee;
    color: #777;
    font-size: 14px;
}
.wrapper {
    background: #FFF;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    /*margin-top: 20px;*/
    margin-bottom: 20px;
    padding-top:20px;
    padding-bottom:20px;
    font-size: 0.9em;
}
.html{
    background: #fff;
    padding:0;
}
a img {
    border: 0;
}
.topnav {
    margin-top: 5px;
}
.topnav li {
    display: inline-table;
    border-right: 1px solid #ccc;
    padding-right: 5px
}
.topnav li:last-child {
    border-right: none;
}
.logo a {
    background: url(../images/logo.png) no-repeat;
    background-position:  center left;
    height: 65px;
    width: 600px;
    display: block;
    line-height: 888px;
    overflow: hidden;
}
.quicknav,.contactbox{
    margin-bottom:15px;
}
.quicknav .title,.contactbox .title{
    background:#FC3;
    color:#FFF;
    padding:5px 10px;
    font-weight:600;
    -moz-border-radius-topright :10px;
    -webkit-border-top-right-radius:10px;
    border-top-right-radius :10px;
}
.quicknav .title a,.contactbox .title a{
    color:#FFF;
}
.contactbox .title{
    background:#090;
}
.quicknav ul,.contactbox ul{
    margin:0;
    padding:0;
}
.quicknav .list,.contactbox .list{
    background:#DDFCBA;
    padding:5px 10px;
    -moz-border-radius:0 0 10px 10px;
    -webkit-border-radius:0 0 10px 10px;
    border-radius:0 0 10px 10px;
}
.contactbox .list{
    background:#ffffcc;
}
.quicknav .list li{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.quicknav .list li,.contactbox .list li{
    list-style:none;
    background:url(../images/li_blue.gif) no-repeat 0 9px;
    color:#777;
    text-indent:20px;
    padding:2px 5px;
}
.contactbox .list li{
    background:url(../images/li_red.gif) no-repeat 0 8px;
    text-indent:5px;
}
.quicknav .list li a,.contactbox .list li a{
    color:#337cbd;
}
.contactbox b{
    color: #F63;
}
.main-center h1{
    margin: 0;
    padding: 0;
    color: #F93;
    font-size: 18px;
    margin-bottom: 10px;
}
.articles,.article{
    margin-bottom: 10px;
    color: #777;
    font-size: 14px;
}
.article ul{
	margin-left:20px;
}
.article li{
	background:url(../images/li_red.gif) no-repeat 0 6px;
	margin:10px;
	text-indent:10px;
	list-style:none;
}
.articles .article-item {
    font-size: 13px;
    margin-top: 5px;
}
.articles .article-item a{
    text-decoration: none;
}
.articles .article-item span{
    display: block;
    color: #777
}
.servicelist li {
    list-style:none;
    background: url(../images/li_red.gif) no-repeat 2px 3px;
    text-indent: 15px;
    margin: 5px 0;
}
.addon img{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.main-side,.main-side .img-responsive {
    margin-bottom: 10px;
}
.article *{
    line-height: 24px;
}
.article b,.article strong{
    font-size: 14px;
}

.articleinfo {
    border-bottom:  dashed 1px #ccc;
    padding-bottom: 5px;
    text-align: right;
    line-height: 20px;
    margin-bottom: 10px;
}

.article h1, .articles h1 {
    margin-top: 0;
    padding-top: 0;
}

.footer {
    font-size: 10px;
    background: #337cbd;
    color: #FFF;
    padding: 10px;
    border-radius: 5px;
    text-align: center
}
.footer a{
    color: #fff;
}

.totop {
    position: fixed;
    right: 25px;
    bottom: 25px;
    display: none;
    width: 26px;
    height: 62px;
    background: url(../images/rocket.png) no-repeat 0 0;
    -webkit-transition: all 0.2s ease-in-out;
}

.totop:hover {
    background: url(../images/rocket.png) no-repeat 0 -62px;
}

/*diy bootsharp*/
.navbar {
    margin-bottom: 5px;
}

.navbar-nav {
    font-size: 18px;
}

.navbar-brand {
    margin: 0;
    padding: 0
}

@media (min-width: 992px) {
    .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }

    .navbar-nav > li {
        display: table-cell;
        float: none;
        text-align: center;
    }
}
.navbar{
    background: #337cbd;
}
.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus {
    background-color: #1c6db5;
    color: #ffffff;
}
.navbar .dropdown-menu{
    background: #337cbd;
}
.navbar .dropdown-menu > li > a:hover,.navbar .dropdown-menu > li > a:focus {
    background-color: #1c6db5;
}
@media (min-width: 992px) {
    .main-center{
        margin: 0;
        padding:0;
    }
    .navbar-collapse{
        padding:0;
    }
    .navbar{
        border-radius: 5px;
        border:1px solid #1c6db5;
        min-height:30px;
    }
    .navbar-nav > li{
        border-right: 1px solid #1c6db5;
    }
    .navbar-nav > li> a{
        padding: 10px;
        font-size: 14px;
    }
}
.main{
    margin-bottom: 10px;
}
.nav-dropdown-menu>li>a{
    padding: 8px 15px;
}
.nav-dropdown-menu>li{
    border-bottom: 1px solid #1c6db5;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0 0 10px 0;
    padding-bottom: 3px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px dotted #CCC;
}

.pagelist {
    text-align: center;
    margin: 0;
    padding: 0;
    overflow: auto;
    margin-top: 5px;
}

.pagelist li {
    display: inline-table;
    padding: 5px;
    margin: 3px;
    list-style: none;
    border: 1px solid #eee;
    color: #999
}

.pagelist li.active {
    background: #eee;
    color: #999
}

.slider {
    margin-bottom: 10px;
}

.carousel-control {
    opacity: 0.2;
}

.carousel-indicators {
    bottom: 5px;
    margin-bottom: 0;
}

.addon img{
    width: 100%;
}

.prenext,.index-item{
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.disclaimer{
    border-top: 1px dashed #E3E3E3;
    font-size: 10px;
    margin-top: 10px;
    padding: 10px;
    color: #666;
}