.site-nav .menu {
    text-transform: uppercase;
}
.album-sect .title h2,
.service-sect .title h2,
.products-sect .title h2,
.about-sect .title h2 {
    text-transform: uppercase;
}
.site-title .logo {
    color: transparent;
    background: url(../../../images/layout01-2/en/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 175px;
    height: 68px;
    transition: all 0.3s ease;
}
.site-title {
    padding: 50px 0 40px;
}
.site-nav .menu > li > a {
    line-height: 65px;
}
.site-nav {
    margin: 75px 0px 0 0;
    line-height: 50px;
}
.header-fixed .site-title .logo {
    height: 50px;
    width: 128px;
}
.site-nav .menu > li > a {
    letter-spacing: 1.5px;
    padding: 0px 15px;
}
@media screen and (max-width: 1280px) {
    .site-title {
        padding: 40px 0 20px;
        float: none;
        text-align: center;
        position: static;
    }
    .site-title .logo {
        width: 155px;
    }
    .site-nav {
        clear: both;
        position: static;
        text-align: center;
        float: none;
        margin: auto;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 1000px) {
    .header-fixed .site-title, .site-title {
        display: block;
        float: none;
        padding: 15px 0;
    }
}