/*! IE10 viewport */
@-ms-viewport       { width: device-width; }
/* wrap */
.text-wrap {
    word-break:break-all;
    word-wrap:break-word;
    line-height: 1.85714;
}
/*! top fixed nav */
body {
    padding-top: 50px;
}
/**/
.blank10 {
    margin-top: 10px;
}
.blank20 {
    margin-top: 20px;
}
.bg-white {
    background-color: #FFF;
}
.panel {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
}
/*brandpic*/
.navbar-brand-pic {
    float: left;
    height: 50px;
    padding: 3px 5px;
}
.navbar-brand-pic:hover,
.navbar-brand-pic:focus {
    text-decoration: none;
    background-color: transparent;
}
.navbar-brand-pic > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand-pic,
    .navbar > .container-fluid .navbar-brand-pic {
        margin-left: 0px;
    }
    .form-horizontal .control-label1 {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: left;
    }
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
    height: 500px;
    margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 1000px;
    width: 100%;
    min-height: 100%;
}
@media (min-width: 768px) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
}
@media screen and (max-width: 1000px) {
    /* Set the img of the carousel into the center postion */
    .carousel-inner > .item > img {
        left: 50%;    margin-left: -500px;
    }
}
/*footer*/
.footer{color:#777;padding:15px 0;border-top:1px solid #e5e5e5;margin-top:30px}
.footer a{color:#777}.footer-top .about>div{height:110px;margin-bottom:10px}
.footer-top .about>div h4{color:#563d7c;font-size:16px}
.footer-bottom{font-size:13px}
.footer-bottom ul>li{padding:0}
.footer-bottom ul>li+li:before{padding:0 10px;color:#ccc;content:"|"}
/*bc-social*/
.bc-social{
    padding:15px 0;
    text-align:center;
    background-color:#f5f5f5;
    border-top:1px solid #fff;border-bottom:1px solid #ddd
}
.bc-social-buttons{
    margin-left:0;margin-bottom:0;padding-left:0;list-style:none
}
.bc-social-buttons li{display:inline-block;line-height:1;color:#555}
.bc-social-buttons li .fa{font-size:18px;margin-right:3px}
.bc-social-buttons li a{color:#555}
.bc-social-buttons>li+li:before{padding:0 10px;color:#ccc;content:"|"}