/* Collection
-------------------------------------------------- */

/* Collections top-right */

.wn-collections {
    border: 1px solid #e4e4e4;
    padding-top: 50px;
    position: relative;
}

.wn-collections .collection-year-brands {
    background: #f7f7f7;
    min-height: 145px;
    padding: 20px 60px;
    margin-bottom: 50px;
}

.wn-collections .collection-year {
    font-size: 30px;
    color: #000;
    line-height: 51px;
}

.wn-collections .collection-brands {
    font-size: 14px;
    line-height: 27px;
}

.wn-collections .collection-img {
    position: absolute;
    top: -75px;
    right: 30px;
    width: 44%;
}

.wn-collections .collection-meta {
    padding-left: 60px;
}

.wn-collections .collection-title {
    position: relative;
    padding: 0 60px 20px 0;
    margin: 28px 0;
}

.wn-collections .collection-title h3 {
    font-size: 40px;
    line-height: 51px;
    font-weight: 700;
    color: #000;
}

.wn-collections .collection-content p {
    font-size: 17px;
    font-weight: 300;
    color: #505050;
    line-height: 33px;
    padding: 0 70px 0 0;
}

.wn-collections .collection-title .after,
.collection-title .before {
    z-index: 0;
    -webkit-transition: all 0.88s cubic-bezier(0.13, 0.92, 0.4, 1.04) 0.4s;
    transition: all 0.88s cubic-bezier(0.13, 0.92, 0.4, 1.04) 0.4s;
    content: '';
    position: absolute;
    bottom: 0;
    height: 3px;
    left: 0;
    background-color: #437df9;
    border: none;
    width: 0;
}

.wn-collections .collection-title.wn-done-anim .after {
    width: 60px;
    z-index: 99;
}

.wn-collections .collection-title .before {
    height: 1px;
    background-color: transparent;
}

.wn-collections .collection-title.wn-done-anim .before {
    border: 1px solid transparent;
    border-image-source: url(../../../images/border-related.png);
    border-image-repeat: repeat;
    border-image-slice: 1;
    width: 150px;
}

.wn-collections .collection-link a {
    border: 1px solid #e4e4e4;
    padding: 20px 35px;
    display: inline-block;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 38px 0 80px;
    background: #fff;
    position: relative;
    font-family: inherit;
    border-radius: 0;
}

#wrap .wn-collections .collection-link a:after {
    background-color: #292929;
}

/* Collections top-left */

.wn-collections.type-top-left .collection-img {
    right: inherit;
    left: 30px;
}

.wn-collections.type-top-left .collection-year-brands .clearfix .col-md-6 {
    padding-left: 25px;
}

.wn-collections.type-top-left .collection-meta {
    padding-left: 20px;
}

.wn-collections.type-top-left .collection-content p {
    padding: 0 15px 0 0;
}

.wn-collections.type-top-left .collection-title {
    padding: 0 0px 20px 0;
}

/* Collections bottom-left and bottom-right */

.wn-collections.type-bottom-left .collection-meta,
.wn-collections.type-bottom-right .collection-meta {
    padding: 0 70px;
}

.wn-collections.type-bottom-left .collection-content p,
.wn-collections.type-bottom-right .collection-content p {
    margin-bottom: 70px;
}

.wn-collections.type-bottom-left .collection-link a,
.wn-collections.type-bottom-right .collection-link a {
    margin: 25px 0 58px;
}

/* Collections bottom-left */

.wn-collections.type-bottom-left .collection-img {
    top: inherit;
    bottom: -75px;
    right: inherit;
    left: 30px;
}

.wn-collections.type-bottom-left .collection-link {
    text-align: right;
}

/* Collections bottom-right */

.wn-collections.type-bottom-right .collection-img {
    top: inherit;
    bottom: -75px;
}

@media (min-width: 1681px) {
    .wn-collections.type-bottom-left .collection-link {
        margin-right: 36px;
    }
    .wn-collections .collection-brands {
        font-size: 15pX;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .wn-collections .collection-title h3 {
        font-size: 38px;
        line-height: 45px;
    }
    .wn-collections.type-top-left .collection-content p {
        padding: 0 10px 0 0;
    }
    .wn-collections.type-top-left .collection-year-brands {
        padding: 20px 40px;
    }
    .wn-collections.type-bottom-right .collection-link a,
    .wn-collections.type-bottom-left .collection-link a {
        font-size: 13px;
        margin: 25px 0 35px;
    }
    .wn-collections.type-bottom-right .collection-img,
    .wn-collections.type-bottom-left .collection-img {
        bottom: -40px;
    }
}

@media (min-width: 1201px) and (max-width: 1365px) {
    .wn-collections.type-top-right .collection-img,
    .wn-collections.type-top-left .collection-img {
        top: -40px;
    }
    .wn-collections.type-bottom-right .collection-link a,
    .wn-collections.type-bottom-left .collection-link a {
        padding: 10px 16px 7px;
    }
}

@media (max-width: 1200px) {
    .wn-collections.type-top-right .collection-img {
        top: 0;
        right: 0;
    }
    .wn-collections.type-top-right .collection-meta .clearfix>.col-md-6 {
        width: 100%;
    }
    .wn-collections.type-top-left .collection-img {
        top: 0;
        left: 0;
    }
    .wn-collections.type-top-left .collection-year-brands {
        padding: 20px 7px;
    }
    .wn-collections.type-top-left .collection-year-brands .clearfix .col-md-6 {
        padding-left: 5px;
    }
    .wn-collections .collection-title h3 {
        font-size: 41px;
        line-height: 41px;
    }
    .wn-collections.type-bottom-left .collection-img {
        bottom: 0;
        left: 0;
    }
    .wn-collections.type-bottom-right .collection-img {
        bottom: 0;
        right: 0;
    }
    .wn-collections.type-bottom-left .collection-year-brands,
    .wn-collections.type-bottom-right .collection-year-brands {
        padding: 20px 15px 20px 29px;
        margin-bottom: 0;
    }
    .wn-collections.type-bottom-left .collection-link a,
    .wn-collections.type-bottom-right .collection-link a {
        margin: 0 0 95px;
    }
}

@media (max-width: 991px) {
    .wn-collections {
        padding-top: 0;
    }
    .wn-collections .collection-year-brands {
        padding: 20px 60px 20px 10px;
        min-height: 180px;
    }
    .wn-collections.type-top-right .collection-meta {
        padding-left: 30px;
        padding-top: 120px;
    }
    .wn-collections.type-top-left .collection-year-brands {
        padding: 20px 0;
    }
    .wn-collections .collection-content p {
        padding: 0 30px 0 0;
    }
    .wn-collections.type-bottom-left .collection-link a,
    .wn-collections.type-bottom-right .collection-link a {
        font-size: 13px;
    }
    .wn-collections.type-bottom-left .collection-meta,
    .wn-collections.type-bottom-right .collection-meta {
        padding: 0 35px;
    }
    .wn-collections.type-bottom-left .collection-year-brands,
    .wn-collections.type-bottom-right .collection-year-brands {
        padding: 0;
    }
    .wn-collections.type-bottom-left .collection-year-brands .col-sm-7,
    .wn-collections.type-bottom-right .collection-year-brands .col-sm-7 {
        padding: 10px 25px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .wn-collections.type-top-left .collection-year-brands .clearfix .col-md-6 {
        padding-left: 0;
        padding-right: 0;
        width: 47%;
    }
    .wn-collections.type-top-left .collection-year-brands .clearfix .col-md-6:last-child {
        width: 53%;
    }
}

@media (max-width:767px) {
    .wn-collections.type-top-right .collection-year-brands {
        padding-left: 30px;
    }
    .wn-collections.type-top-left .collection-meta {
        padding-top: 120px;
    }
    .wn-collections.type-top-left .collection-content p {
        padding: 0 10px 0 0;
    }
    .wn-collections.type-bottom-left .collection-year-brands .col-sm-7,
    .wn-collections.type-bottom-right .collection-year-brands .col-sm-7 {
        padding: 25px;
    }
    .wn-collections.type-bottom-left .collection-content p,
    .wn-collections.type-bottom-right .collection-content p {
        padding: 0;
    }
}

@media (min-width: 481px) and (max-width:767px) {
    .wn-collections.type-top-left .collection-title h3 {
        font-size: 35px;
        line-height: 35px;
    }
    .wn-collections .collection-link a {
        padding: 16px 18px;
        font-size: 12px;
    }
    .wn-collections.type-top-left .collection-year-brands .clearfix .col-md-6 {
        padding-left: 10px;
    }
    .wn-collections.type-bottom-left .collection-link a,
    .wn-collections.type-bottom-right .collection-link a {
        padding: 16px 18px;
    }
    .wn-collections.type-top-right .collection-meta {
        padding-top: 100px;
    }
}

@media (max-width:479px) {
    .wn-collections.type-top-right .collection-meta,
    .wn-collections.type-top-left .collection-meta {
        padding-top: 0;
    }
    .wn-collections .collection-img,
    .wn-collections .collection-img img {
        width: 100%;
        position: relative;
    }
    #wrap .wn-collections .collection-meta {
        padding-left: 10px;
        padding-right: 10px;
    }
    .wn-collections .collection-year-brands .clearfix .col-xs-6 {
        width: 100%;
    }
    .wn-collections.type-top-right .collection-year-brands {
        padding-right: 10px;
        padding-left: 10px;
    }
    .wn-collections .collection-title h3 {
        font-size: 26px;
        line-height: 26px;
    }
    .wn-collections .collection-link a {
        padding: 13px 16px;
        font-size: 12px;
        margin: 10px 0 35px;
    }
    .wn-collections .collection-content p {
        font-size: 16px;
        line-height: 30px;
        padding: 0;
    }
    .wn-collections.type-top-left .collection-year-brands .clearfix .col-md-6 {
        padding-left: 20px;
    }
    .wn-collections.type-top-left .collection-meta .clearfix .col-md-6 {
        width: 100%;
    }
    #wrap .wn-collections.type-bottom-left .collection-meta,
    #wrap .wn-collections.type-bottom-right .collection-meta {
        padding-left: 30px;
        padding-right: 30px;
    }
    #wrap .wn-collections.type-bottom-left .collection-year-brands,
    #wrap .wn-collections.type-bottom-right .collection-year-brands {
        padding: 20px 0 20px 10px;
        min-height: 155px;
    }
    .wn-collections.type-bottom-left .collection-link a,
    .wn-collections.type-bottom-right .collection-link a {
        margin: 0 0 25px;
    }
}

@media (max-width: 320px) {
    .wn-collections.type-bottom-left .collection-link a,
    .wn-collections.type-bottom-right .collection-link a {
        padding: 12px 10px;
        font-size: 11px;
    }
}