.site-title .logo {
    background: url(../../images/en/logo.png) 50% 50% / contain no-repeat;
    width: 230px;
    height: 131px;
    }
.header-fixed .site-title .logo {
    width: 198px;
    height: 45px;
    text-align: left;
	margin-top: 6px;
	margin-right: 20px;
    background-image: url(../../images/en/logo02.png);
}
.ibtn.fb-fans-page {
    background-image: url(../../images/en/fb_page.png);
}
.about-sect-title {
    text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
    /*------------ site_header 1000 ------------*/
    .site-title .logo {
        width: 220px;
        height: 70px;
        -webkit-transition: height 0.4s ease, width 0.4s ease;
        transition: height 0.4s ease, width 0.4s ease;
    }
}