/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
    font-family: Arial, "宋体";
    background: #f2f2f2;
}

.text-muted {
    color: #737373;
}

.text-primary {
    color: #4b4c6b;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 0.5px;
}

p.left{
    text-align: left;
    text-indent: 2em;
}
p.right{
    text-align: right;
}
p.white{
    color: #e5e3e4;
}
p.whitef{
    color: #fff;
}
p.golden{
    color: #996e1f;
    /*text-shadow:0px 1px 5px #000;*/
}
p.f{padding:0;
    margin: 0;
    line-height: 1.5em;
}
strong{color: #800000;}
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #4b4c6b;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #4b4c6b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Arial,"宋体";
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}

.bg-light {
    background-color: #bba69a;
}

.bg-black {
    background-color: #000;
}

.btn-primary {
    border-color: #996e1f;
    text-transform: uppercase;
    font-family: Arial,"宋体";
    font-weight: 700;
    color: #fff;
    background-color: #996e1f;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #af7900;
    color: #fff;
    background-color: #af7900;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #4b4c6b;
    background-color: #4b4c6b;
}

.btn-primary .badge {
    color: #4b4c6b;
    background-color: #F0AD4C;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #4b4c6b;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Arial,"宋体";
    font-size: 18px;
    font-weight: 700;
    color: #F0AD4C;
    background-color: #4b4c6b;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #818999;
    color: #F0AD4C;
    background-color: #4b4c6b;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #4b4c6b;
    background-color: #4b4c6b;
}

.btn-xl .badge {
    color: #4b4c6b;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: rgba(107,0,0,0.8);
}

.navbar-default .navbar-brand {
    font-family: Arial,"宋体";
    color: #F0AD4C;
    opacity: 0.5;
    font-size: 14px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #F0AD4C;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #996e1f;
    background-color: #996e1f;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #996e1f;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Arial,"宋体";
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #a58b5b;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #a58b5b;
    background-color: rgba(255,255,255,0.8);
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #a58b5b;
    background-color: #rgba(255,255,255,1);
}

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 1em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: rgba(71,0,0,0.8);
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1em;
        opacity: 1;
    }
}

@media(max-width: 767px) {
    .navbar-default .nav > li.weibo{display:none;}
}

.lt-logo{visibility: visible;
        height: 30px;
        width: 30px;
        overflow: hidden;
        margin: 10px 0 0 15px;}
.lt-logo img{width: 100%;}
@media(min-width: 768px){
    .lt-logo{ visibility: hidden;
        }
}

.nav-fist-bg{background: rgba(0,0,0,0);}

#top-slide, #s1-slide{height:100vh;}
#section1-slide{ width: 100%; height:500px;}
.carousel-caption{left: 5%; right: 5%;text-shadow:none;}
.carousel-caption .title-intr{margin-bottom:20px;} 
.carousel-caption>h2{font-size: 24px; color: #e5e3e4;} 
.title-img{max-width: 1300px; width:100%; text-align: center; margin-bottom: 3%;} 
@media(min-width: 768px){
    .title-img{max-width: 800px;margin-bottom: 2%;}
}
@media(min-width: 1400px){
    .title-img{max-width: 1100px;margin-bottom: 5%;}
}
@media(max-width: 767px){ 
    .carousel-caption{padding-left: 10px; padding-right: 10px; }
    .carousel-caption .title-intr{line-height: 1em;margin-bottom: 10px;}
    .title-img{max-width: 1300px; width:100%; text-align: center; margin-bottom: 20px;} 
    .exhi-intr{
        color: #00226d;
        font-size:14px;
        position: absolute;
        bottom: 20px;
        left: 5%;
        z-index: 9999;
        text-indent: 0;
        text-align: left;
        }  }

#section1-slide .carousel-caption{right:5%; left: 5%; padding-left: 10px; padding-right: 10px; padding-bottom: 0px; background: rgba(0,0,0,0.5); display: none;} 
.top-intr{margin-bottom: -40px}

header {     text-align: center;     color: #fff;     /*background: #4b4c6b;
background-image: url(../img/header-bg.jpg);*/     background-position: center
bottom;     background-repeat: none;     background-attachment: fixed;
-webkit-background-size: cover;     -moz-background-size: cover; background-
size: cover;     -o-background-size: cover; }

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 100px;
    margin-top: 10px;
    font-family: Arial,"宋体";
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    text-transform: uppercase;
    font-family: Arial,"宋体";
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

header .intro-text .intro-heading img{
    width: 100%;
    max-width: 600px;
    height: auto;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 200px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 100px;
        font-family: Arial,"宋体";
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        text-transform: uppercase;
        font-family: Arial,"宋体";
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}

@media(min-width:1200px){
    header .intro-text {
        padding-top: 200px;
    }
}

@media(min-width:1500px){
    header .intro-text {
        padding-top: 250px;
    }
}

@media(min-width:1900px){
    header .intro-text {
        padding-top: 300px;
    }
}
.section2{padding: 15% 0;}
/*.main{background: #4b4c6b;
    background-image: url(../img/main-bg.jpg);
    background-position: center bottom;
    background-repeat: none;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;}*/
section {
    padding: 100px 0;
    position: relative;
}

/*section背景*/
.bg-img{background-image: url(../img/img-bg1.jpg);
    background-position: center center;
    background-repeat: none;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 20px;
    letter-spacing: 2px;
}
section h4.section-heading{
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 2px;
    margin-top: 5px;
    text-align: left;
}

/*section h2.section-heading::after {
    background: #f0ad4c none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin: 15px auto;
    position: relative;
    width: 50px;
}*/

section h2.white,section h3.white,section h4.white,section h5.white{
    color: #e5e3e4;
}
section h2.golden,section h3.golden,section h4.golden,section h5.golden{
    color: #B89017;
}
section h3.section-subheading {
    margin-bottom: 20px;
    text-transform: none;
    font-family: Arial,"宋体";
    font-size: 16px;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

section#introduction{

}

section#introduction .whtiebg{
    background-color: fff;
}

.detail{
    margin-top: 80px;
}
.detail .center{
    display: inline-block;
    text-align: center;
    margin-bottom: 60px;
}
.part{
    height: 100px;
    background: #690001;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.part img{position: absolute;
    width: 100px;
    top: 50px;
    left:50%;
    margin-left: -50px;
}
.part-cont{margin-top: 60px;}
/*#preface{
    background-image: url(../img/preface-bg.jpg);
    background-position: center center;
    background-repeat: none;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;}*/
@media(max-width: 767px){
    #preface {
        background-image: url(../img/preface-bg1.jpg);
    }
    .part{
    height: 50px;
    background: #690001;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
    .part img{position: absolute;
        width: 60px;
        top: 20px;
        left:50%;
        margin-left: -30px;
    }
    .part-cont{margin-top: 30px;}
}
.full-sreen{ height: 100vh; padding-top: 150px;}

#introduction .portfolio-item {
    right: 0;
    margin: 0 0 10px;
}

#introduction .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#introduction .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(153,110,31,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#introduction .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#introduction .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 0 20px;
}

#introduction .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#introduction .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#introduction .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#introduction .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 5px 0;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#introduction .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#introduction .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: Arial,"宋体";
    font-size: 14px;
}

#introduction * {
    z-index: 2;
}

a.text:after{
    content: "";
    background-image: url(../img/text-s.png);
    position: absolute;
    width: 15px;
    height: 19px;
    top: 7px;
    right: 7px;
}

@media(min-width:768px) {
    #introduction .portfolio-item {
        margin: 0 0 10px;
        padding: 0 5px;
    }
    #introduction .portfolio-item .portfolio-caption {
    display: none;
    }
    .col-sm-6{width: 33.3%;}
}

@media(min-width:1200px) {
    .col-sm-6{width: 25%;}
}
@media(max-width: 767px){
    #introduction .portfolio-item .portfolio-link .portfolio-hover{
        display: none;
    }
    .col-sm-6{width: 50%;
        padding: 0 5px;
        float: left;}
    .detail{
        padding: 0 10px;
    }
    a.text:after{
    content: "";
    background-image: url(../img/text-b.png);
    position: absolute;
    width: 12px;
    height: 15px;
    top: 5px;
    right: 5px;
}
}
#zhanting{background: #a68c5b;}
#zhanting .carousel-inner{height: 600px;}
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: #B89017;
    line-height: 1.5em;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
    color: #e5e3e4;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }
    .timeline>li .timeline-panel h4.golden {
        color: #B89017;
    }
    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.code-img{text-align: right;}
.code-img img{max-width: 200px;width: 100%;}
@media(max-width: 767px) {
    .code-img{text-align: center;}
}
#visit p{color: #996e1f; line-height: 2;}
#news ul>li, #visit ul>li{list-style: outside none none;
        border-bottom:#996e1f 1px solid;
        margin-bottom: 30px;
        padding-bottom: 10px; }
        #news ul>li:last-child, #visit ul>li:last-child{border-bottom:none;}
.video{text-align: center;}
.video-img{max-width:600px; width: 100%;}
.video-title{color: #690001;line-height: 1.3;}
.news-descr{border-left: #996e1f 3px solid;
        padding-left: 14px;
        margin-bottom: 18px;}
.news-time{color: #996e1f;line-height: 1;}
h4.visit-title, h4.news-title{color: #690001;line-height: 1;}
.news-abstract{color: #996e1f;font-size: 13px;line-height: 1.75;}
#visit>a,.news-abstract>a{text-decoration: underline;color: #690001;}
.news-detail{color:#690001; margin-left: 20px; }
section#weibo{
    background-color: #e5e3e4;
}

@media(max-width: 767px) {
    section#weibo{display:none;}
}

footer {
    padding: 60px 0;
    text-align: center;
    background-color: #996e1f;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"microsoft-yahei";
    line-height: 40px;
    color: #fff;
}

footer ul {text-align: left;padding:0;}
footer li {color:#e5e3e4;list-style:none;}
footer li>a {color:#e5e3e4}
footer li>a:hover {color:#fff}
footer .left{text-indent: 0;}
.f-logo{margin-bottom: 20px; text-align: left;}
.logo{width:100%; max-width: 363px; }
@media(max-width: 767px) {
    .logo{width:100%; max-width: 363px; }
}
.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.link{
    padding: 60px 0;
    text-align: center;
    background-color: #000;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 1.5em;
    color: #996e1f;
    font-family: "宋体";
    padding:0 20px;
}

.portfolio-modal .modal-content p.last {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: Arial,"宋体";
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: left;
}
.portfolio-modal .modal-content ul.list-inline>li{
    display: block;
    color: #633000;
    font-size: 12px;}

.portfolio-modal .modal-content img {
    margin: 30px auto;box-shadow: 3px 3px 3px #c3c3c3;border-top: 1px #f1f1f1 solid;border-left: 1px #f1f1f1 solid;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}
@media(max-width: 767px) {
    .portfolio-modal .modal-content{padding: 20px 0 50px; }
    .portfolio-modal .close-modal{display: none;}
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-control.right,
.carousel-control.left{
    background: none;
}

::-moz-selection {
    text-shadow: none;
    background: #3399ff;
    color: #ffffff;
}

::selection {
    text-shadow: none;
    background: #3399ff;
    color: #ffffff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

.modal-body p{
    text-align: left;
    color: #777777;
}

.video1{
    display: block;
    margin-bottom: 60px;
}
.video2{
    display: none;
    margin-bottom: 60px;
}
@media(max-width: 767px) {
    .video1{
    display: none;
    margin-bottom: 60px;
}
    .video2{
    display: block;
    margin-bottom: 60px;
}
}

#accordion .panel{
    box-shadow: none;
    border: none;
    border-radius:0;
    margin-bottom: 6px;
    border-left:5px solid #B89017;
    display: inline-block;
}
#accordion .panel-heading{
    padding:0;
    background-color:#e5e3e4;
}
#accordion .panel-title a{
    display: block;
    color: #B89017;
    font-size: 15px;
    font-weight: bold;
    padding: 14px 40px;
    background: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #d3d3d3;
    position: relative;
}
#accordion .panel-title a.collapsed{
    border-top: 0;
    color: #B89017;
    background: #000;
    border-bottom:1px solid transparent;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f068";
    font-family: FontAwesome;
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #B89017;
}
#accordion .panel-title a.collapsed:before{
    content: "\f067";
}
#accordion .panel-body{
    color: #666464;
    font-size: 14px;
    line-height: 20px;
    border-top: 0 none;
    background: #000;
    padding: 15px;
}    
#accordion .panel-body>p{
    color: #B89017;
    text-align: left;
}    

/* these styles are for the demo, but are not required for the plugin */
        .zoom {
            display:inline-block;
            position: relative;
        }
        
        /* magnifying glass icon */
        .zoom:after {
            content:'';
            display:block; 
            width:33px; 
            height:33px; 
            position:absolute; 
            top:0;
            right:0;
            background:url(img/icon.png);
        }
        .zoom:hover>.zoom:after{display: none;}

        .zoom img {
            display: block;width: 100%; max-width: 400px;height: auto;
        }

        .zoom img::selection { background-color: transparent; }

        .zoom-img{width: 100%; max-width: 640px;height: auto;}

        #ex1 img:hover { cursor: url(img/grab.cur), default; }
        #ex1 img:active { cursor: url(img/grabbed.cur), default; }


.fast{  -moz-animation-duration:1s;
        -moz-animation-delay:0s;
        -webkit-animation-duration:1s;
        -webkit-animation-delay:0s}
.slow{  -moz-animation-duration:3s;
        -moz-animation-delay:0.3s;
        -webkit-animation-duration:3s;
        -webkit-animation-delay:0.3s}
.reallyslow{-moz-animation-duration:6s;
            -moz-animation-delay:3s;
            -webkit-animation-duration:6s;
            -webkit-animation-delay:3s}