.lookbook-banner {
    padding-bottom: 50px;
    text-align: center;
}
.lookbook-banner .container {
    padding: 0;
    max-width: 1830px;
}
.top-btns {
    max-width: 1730px;
    margin: 0 auto;
    padding: 0 15px 30px;
    text-align: right;
    border-bottom: 2px solid #000;
}
.top-btns .btn {
    font-size: 23px;
    padding: 0 15px;
}
.top-btns .btn:hover {
    text-decoration: underline;
}

.lookbook-content {
    padding: 80px 0 40px;
}
.lookbook-content .container {
    max-width: 1700px;
}
.lookbook-list {
    margin: 0 -10px;
}
.lookbook-list .item {
    width: 33.33%;
    padding: 0 10px;
    text-align: center;
}
.lookbook-list .box {
    position: relative;
    max-width: 554px;
    margin: 0 auto 20px;
}
.lookbook-list .cover {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    background: rgba(0,0,0,0.54);
    height: 0;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
}
.lookbook-list .box:hover .cover {
    height: 100%;
}
.lookbook-list .cover:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.lookbook-list .txt {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.7;
    color: #F8FFB2;
    font-size: 16px;
    max-width: 94%;
}

body .fancybox-skin {
    background: none;
    margin: 60px 80px 0;
}
body .fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
body .fancybox-close {
    background: url(../images/products/lightbox_close.png) no-repeat;
    width: 60px;
    height: 60px;
    right: -80px;
    top: -60px;
}
body .fancybox-nav span {
    background: url(../images/slider_arrow.png) no-repeat;
    width: 80px;
    height: 160px;
    margin-top: -80px;
    visibility: visible;
}
body .fancybox-prev span {
    background-position: 0 0;
    left: -80px;
}
body .fancybox-next span {
    background-position: 100% 0;
    right: -80px;
}
body .fancybox-title {
    margin: 30px -60px 0;
    padding: 30px 60px;
    border-top: 2px solid #000;
    text-align: center;
    font-size: 22px;
    color: #000;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .site-main {
        padding-bottom: 0;
    }
    .top-btns .btn {
        font-size: 16px;
    }
    .lookbook-content {
        padding: 20px 0 10px;
    }
    .lookbook-list {
        margin: 0 -5px;
    }
    .lookbook-list .item {
        padding: 0 5px;
    }
    .lookbook-list .box {
        margin-bottom: 10px;
    }
    body .fancybox-skin {
        margin: 40px 50px 0;
    }
    body .fancybox-close {
        width: 40px;
        height: 40px;
        background-size: 40px auto;
        top: -40px;
        right: -50px;
    }
    body .fancybox-nav span {
        margin-top: -40px;
        width: 40px;
        height: 80px;
        background-size: 80px auto;
    }
    body .fancybox-prev span {
        left: -50px;
    }
    body .fancybox-next span {
        right: -50px;
    }
    body .fancybox-title {
        margin: 30px -15px 0;
        padding: 30px 15px;
    }
}
@media screen and (max-width: 500px) {
    .lookbook-list .item {
        width: 100%;
    }
    body .fancybox-skin {
        margin: 70px 0 0;
    }
    body .fancybox-close {
        right: 50%;
        margin-right: -20px;
        top: -60px;
    }
    body .fancybox-nav span {
        margin: 0;
        top: -78px;
    }
    body .fancybox-prev span {
        left: 0;
    }
    body .fancybox-next span {
        right: 0;
    }
    body .fancybox-title {
        font-size: 18px;
        margin: 30px -5px 0;
        padding: 30px 5px;
    }
}