.work header.fashionally {
    background-image: url("../img/fas-hero.jpg"/*tpa=http://www.creativeworks.com.hk/img/fas-hero.jpg*/);
}
.fashionally .image-content {
    margin-bottom: -300px;
    max-height: 1200px;
    width: 100%;
    overflow: hidden;
}
.fashionally .image-content img:nth-child(1) {
    -webkit-transform: translate3d(25%, -40%, 0);
            transform: translate3d(25%, -40%, 0);
    opacity: 0;
}
.fashionally .image-content img:nth-child(2) {
    -webkit-transform: translate3d(0, -140%, 0);
            transform: translate3d(0, -140%, 0);
    opacity: 0;
}
.fashionally .image-content img:nth-child(1).show {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
    -webkit-transition: all 0.6s ease-in;
            transition: all 0.6s ease-in;
    opacity: 1;
}
.fashionally .image-content img:nth-child(2).show {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    -webkit-transition: all 0.6s ease-in;
            transition: all 0.6s ease-in;
    opacity: 1;
}
.fashionally #sliderbar-1 {
    background-image: url("../img/fas-scene.jpg"/*tpa=http://www.creativeworks.com.hk/img/fas-scene.jpg*/);
}
.fashionally #sliderbar-2 {
    background-image: url("../img/fas-highlight.jpg"/*tpa=http://www.creativeworks.com.hk/img/fas-highlight.jpg*/);
}
.fashionally #sliderbar-2 img {
    width: 25%;
}
.fashionally #sliderbar-2 img.phone1 {
    margin-top: 20px;
    margin-right: 20%;
}
.fashionally .sliderbar p {
    width: 60%;
    margin: 100px auto;
    line-height: 1.5em;
    color: white;
    font-size: 1.2em;
}
/*h4,*/

.fashionally .sliderbar a {
    font-family: 'nexabold';
    font-size: 0.8em;
    letter-spacing: 0.1em;
    display: block;
    color: #F79329;
    text-decoration: none;
    text-transform: uppercase;
}
.fashionally .sliderbar span {
    font-family: 'nexabold';
    display: block;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    margin-top: 5px;
}
.work .fashionally .siteshow {
    background-image: url("../img/fas-grid.jpg"/*tpa=http://www.creativeworks.com.hk/img/fas-grid.jpg*/);
    background-size: cover;
    background-position: center center;
    width: 100%;
    min-height: 300px;
    padding: 0;
}
.work .fashionally .siteshow .text-content {
    padding-bottom: 0;
}
.work .fashionally.content article {
    width: 100%;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
#figure1 {
    background: #363636;
}
#figure2 {
    background: #323232;
}
#figure3 {
    background: #2F2F2F;
}
#figure4 {
    background: #2B2B2B;
}
.work .fashionally.content article h1 {
    float: left;
    font-family: 'nexabold';
    text-transform: uppercase;
    font-size: .8em;
    color: #F79329;
    /*margin-left:80px;*/
    margin-left: 10%;
    margin-top: 20px;
    margin-bottom: 60px;
    letter-spacing: 0.1em;
    text-align: left;
    width: 100%;
}
.work .fashionally.content article h1:after {
    position: absolute;
    display: block;
    width: 80px;
    height: 3px;
    background: #9D9C9A;
    content: "";
    margin-top: 5px;
    left: auto;
    margin-left: 0;
}
.work .fashionally.content article p {
    position: relative;
    width: 40%;
    margin-top: 10px;
    margin-bottom: 20px;
    /*margin-left: 80px;*/
    margin-left: 10%;
    float: left;
    text-align: left;
    line-height: 1.5em;
}
.work .fashionally.content article p.right {
    left: 50%;
}
.work .fashionally.content article img {
    width: 40%;
    margin-right: 5%;
}
.work .fashionally .left {
    float: left;
}
.work .fashionally .right {
    float: right;
}
.work footer.fashionally {
    background-image: url("../img/lux-hero-dark.jpg"/*tpa=http://www.creativeworks.com.hk/img/lux-hero-dark.jpg*/);
}
@media (min-width: 601px) and (max-width: 770px) {
    .fashionally .image-content {
        margin-bottom: -500px;
    }
}
@media (min-width: 771px) {
    .work .fashionally.content .article {
        width: 100%;
        /*border: 23px transparent solid;*/
    }
    .work .fashionally.content article {
        display: block;
        float: left;
        width: 50%;
        height: 400px;
        position: relative;
    }
    .work .fashionally.content article p {
        width: 35%;
        margin-left: 10%;
        text-align: left;
        line-height: 1.5em;
    }
    .work .fashionally.content article p.right {
        left: 50%;
    }
    .work .fashionally.content article img {
        max-width: 200px;
        margin-right: 5%;
        position: absolute;
        top: 120px;
        right: 0;
    }
    .work .fashionally .siteshow {
        min-height: 340px;
    }
}
