@charset 'UTF-8';



/* STRUCTURE OVERRIDE */
#contentMain {
    position: relative;
}



/* TITLE OVERRIDE */
@media (min-width: 1024px) {
    .titleWrapper {
        margin-top: 0;
    }

    .titleWrapper h1 {
        margin-top: 35px;
    }

    .titleWrapper #backButton {
        position: static;
        margin-top: -3px;
    }
    .titleWrapper.langZh #backButton {
        margin-top: -4px;
    }
}



.servicesText {
    line-height: 18px;
    margin-top: 28px;
    font-size: 14px;
}
@media (min-width: 768px) {
    .servicesText {
        font-size: 18px;
        margin-top: 54px;
        line-height: 32px;
    }
}


/* TOP TEXT @1024px */
@media (min-width: 1024px) {
    #servicesTop {
        margin-top: 60px;
        font-size: 0;
        white-space: nowrap;
        -webkit-transition: margin 0.5s ease 0s;
        -moz-transition: margin 0.5s ease 0s;
        -o-transition: margin 0.5s ease 0s;
        transition: margin 0.5s ease 0s;
    }
    #servicesTop.menuShow {
        margin-left: 250px;
    }

    #servicesTop .textContainer {
        display: inline-block;
        width: 332px;
        margin-left: 50px;
        vertical-align: top;
        white-space: normal;
    }
}


.bannerImage {
    height: 200px;
    margin-top: 25px;
    background-image: url('/binary/img/fashion-rocks-background.jpeg');
}
@media (min-width: 768px) {
    .bannerImage {
        height: 300px;
        margin-top: 43px;
    }
}
@media (min-width: 1024px) {
    .bannerImage {
        display: inline-block;
        height: 430px; width: 578px;
        margin-top: 0;
        vertical-align: top;
    }
}


/* SERVICES LIST */
.servicesList {
    margin-top: 24px;
}
@media (min-width: 768px) {
    .servicesList {
        margin-top: 43px;
    }
}

.servicesList .item {
    margin-bottom: 12px;
    font-size: 0;
    white-space: nowrap;
}
.servicesList .item.last {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .servicesList .item {
        margin-bottom: 22px;
    }
}


.servicesList .item .bull {
    display: inline-block;
    height: 5px; width: 5px;
    margin-right: 10px;
    border-radius: 50%;
    background: #1A1A1A;
    vertical-align: middle;
}
@media (min-width: 768px) {
    .servicesList .item .bull {
        margin-right: 32px;
    }
}

.servicesList .item .text {
    display: inline-block;
    padding: 2px 6px;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
}
.servicesList .item .text:hover {
    background: #CBC5B5;
}

@media (min-width: 768px) {
    .servicesList .item .text {
        padding: 2px 8px;
        font-size: 18px;
    }
}


/* CONTACT LINK */
.contactLinkWrapper {
    margin-top: 51px;
    font-size: 0;
    text-align: right;
}
@media (min-width: 768px) {
    .contactLinkWrapper {
        margin-top: 49px;
    }
}
@media (min-width: 1024px) {
    .contactLinkWrapper {
        position: absolute;
        bottom: 4px; right: 14px;
        margin-top: 0;
    }
}

.contactLinkWrapper .contactLink {
    display: inline-block;
    vertical-align: middle;
    color: #CBC5B5;
    font-size: 12px;
    text-decoration: none;
}
@media (min-width: 768px) {
    .contactLinkWrapper .contactLink {
        font-size: 18px;
    }
}

.contactLinkWrapper .line {
    display: inline-block;
    height: 2px; width: 45px;
    margin-left: 12px;
    vertical-align: middle;
    background: #CBC5B5;
}
@media (min-width: 768px) {
    .contactLinkWrapper .line {
        width: 80px;
        margin-left: 18px;
    }
}
