﻿.jumbotron {
    background-color: white;
    border: solid 1px #e5e5e5;
}

.row-feature h3 {
    font-size: 27.6px;
}

.row-feature h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.fancypantsaccordionholder {
    max-width: 100%;
    margin: 0 auto;
}

    .fancypantsaccordionholder .accordion {
        margin: 0 !important;
        padding: 0 !important;
    }

        .fancypantsaccordionholder .accordion .accordion-item {
            height: 30px;
            border-bottom: 1px solid #ccc;
            border-top: 1px solid #fff;
            overflow: hidden;
        }

            .fancypantsaccordionholder .accordion .accordion-item .headerlink {
                line-height: 51px;
                font-size: 24px;
            }

            .fancypantsaccordionholder .accordion .accordion-item .acc-content {
                padding: 5px 0px 30px 0px;
                max-width: 100%;
            }

.acc-content .row {
    padding-left: 20px;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}

.col-md-7 {
    width: 58.33333333%;
}

.col-md-5 {
    width: 41.66666667%;
}

.acc-open .headerlink {
    background: #6799d1;
}

.accordion-item .headerlink {
    background: #ccdcf0 !important;
    padding-left: 15px;
    width: 100%;
    display: block;
}

.row-feature {
    border-top: 0px;
}

.jumbotron p {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 200;
    color: #666666;
    font-family: 'Roboto', sans-serif !important;
}

.center, .table td.center, .table th.center {
    text-align: center;
}

    .center h2 {
        font-size: 42px;
    }

.col-md-6 {
    width: 50%;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.col-md-6 p {
    font-size: 18px;
    line-height: 26px;
    color: #666666;
}

.btn-actions .btn-lg {
    font-size: 24px;
    padding: 10px 30px;
    border-radius: 30px;
    margin-top: 50px;
}

.accordion-item:hover .headerlink {
    background: #6799d1 !important;
    color: white !important;
}

.accordion-item .acc-content {
    /* display: none !important; */
}

.accordion-item {
    height: 50px !important;
}

    .accordion-item:hover .acc-content {
        display: block !important;
    }

/* .accordion-item:hover {
        height: 100% !important;
        min-height: 400px;
    }*/

.acc-content p {
    font-size: 16px;
    color: #666666;
}


.jumbotron-primary2 {
    background-image: linear-gradient( rgba(0, 85, 183, 0.45), rgba(0, 85, 183, 0.45) ), url(/skin/shuntai/Images/header1.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.container2 {
    text-align: center;
    margin: auto;
    margin-top: 12%;
    margin-bottom: 12%;
}


/*.accordion li {
    height: 50px !important;
}*/

.accordion .acc-open {
    height: 100% !important;
    min-height: 400px;
}
    .accordion .acc-open .acc-content {
        display: block !important;
    }
    