#footer{
    background: #346e0d;
    color: #fff;
    padding: 30px 0 0;
}
.footer ul{
    list-style: none;
    padding-left: 0;
}
.footer a{
    text-decoration: none;
}
.footer hr{
    margin: 0 0 1em;
}
.left-box {
    float: left;
    width: calc(100% - 400px);
    transition: all .7s;
}
.right-box{
    float: left;
    width: 400px;
    padding-bottom: 0;
}
.right-box i {
    width: 15px;
}
.footer .left-box li{
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding-right: 30px;

}
.footer .left-box b{
    display: block;
    font-size: 18px;
    letter-spacing: .05em;
    margin-bottom: 15px;
    color: white;
}
.footer .left-box a{
    display: block;
    color: #9a9a9a;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all .7s;
    font-weight: 500;
    border-bottom: .5px dashed rgb(220, 220, 220);
}
.footer .left-box a:hover{
    color: #eee!important;
}
#footer .copyright li {
    display: block;
    margin-left: 0;
    padding-left: 0;
}

.footer .slogan-wrapper>*{
    color: white;
}


/*Top按鈕-*/
.btn-home{
    position: relative;
}

.btn-home:before{
    content:"\e113";
    font-family: 'Glyphicons Halflings';
    position: absolute;
    top: -28px;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 110%;
    left: 50%;
    transform: translate(-50%,0);
}

/*----*/
.bth-top{
    width: 100%;
    padding: 0 0 35px;
}
.bth-top a {
    color: white!important;
    font-size: 1.1em;
}
.copyright a {
    text-decoration: none;
    color: rgba(255,255,255,.4);
}
.copyright{
    color: rgba(255,255,255,.4);
    width: 100%;
    padding: 0 15px;
}
.copyright > a {
    border-right: grey 1px solid;
    padding-right: 5px;
}
.copyright > p{
    color: #f0f0f0!important;
}
.copyright h5{
    color: #c7c7c7;
}

#footer .copyright li{
    color: #c7c7c7;
}
#footer .copyright {
    margin-top: 0.65em;
    padding: 0 60px 0 0;
}

.contact-box .inline{
    display: inline;
}

.exten-info ul{
    margin: 0;
}

.exten-info .inline{
    display: inline;
    color: rgba(255,255,255,.7);
    margin: 0 12px;
}

.icon.rounded.fa-facebook {
    background-color: #39599f;
}
.icon.rounded.fa-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

ul.icons li {
    padding-right: 12px;
}
#footer .icons {
    text-align: left;
    padding: 15px;
}

#footer a{
    color: #e2e2e2;
}

.fb-page{
    margin-bottom: 60px;
    width: 100%;
}

.fb-page ._2p3a{
    width: 100%;
}

.privacys>li:first-child:after{
    content: '';
    width: 100%;
    height: 100%;
    padding-right: 35px;
    border-right: 1px solid rgba(255,255,255,.2);
}
.privacys a{
    font-size: 16px;
}


#footer .left-box li{
    margin: 10px 0 ;
}
@media (max-width: 992px) {
    .left-box{
        width: 100%;
        padding-bottom: 20px;
    }
    .right-box{
        width: 100%;
    }
}

@media (max-width: 768px) {
    .contact-box .inline{
        display: block;
    }
    /*.exten-info .inline{
        display: block;
    }*/
}