.all-bg{
    /*background: url("../images/square_bg.png");*/
    /*background: url("../images/square_bg.png") repeat;*/
    background: url("../images/straws.png") repeat;
}

.hr01{
    padding: 0;
    margin: 0 0 20px;
    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    border: none;
    background: #FFCC00;
}

.section-center-bg{
 /*   background-image:url("../images/section-bg.jpg");
    background-repeat : no-repeat;
    background-position: center bottom;

    background: cover;*/

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e0e0+0,ffffff+6 */
    background: #e0e0e0; /* Old browsers */
    background: -moz-linear-gradient(top,  #e0e0e0 0%, #ffffff 6%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e0e0e0 0%,#ffffff 6%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e0e0e0 0%,#ffffff 6%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}


.whitebg{
    /*background-color: rgba(255,255,255,.4);*/
}

.text-yellow{
    /*color:#FAC800;*/
    /*font-weight: bold;*/
    border-bottom: 2px solid #FAC800;
    display: block;
    width: 150px;
    font-size: 22px;
}


/*輪播淡入淡出特效*/
/* 接下?我?添加一些CSS，修改幻?效果?淡入淡出 */

.carousel-fade .carousel-inner .item{
    opacity:0;
    -webkit-transition-property:opacity ;
    -moz-transition-property:opacity ;
    -ms-transition-property:opacity ;
    -o-transition-property:opacity ;
    transition-property:opacity ;
}

.carousel-fade .carousel-inner .active{
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right{
    left: 0;
    opacity: 0;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}


.carousel-caption h3{

}


.text-white{
    color: white;
}


/*banner_pose*/
@media (max-width: 768px){
    .imgpose {
        height: 500px !important;
        max-width: none !important;
        padding:0px !important;
        /*overflow: hidden;*/
        background-position: center center;
    }
}