@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Arapey:400,400italic);



/*---------------*/


/***** colecao *****/


/*---------------*/

figure.effect-colecao figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 0px;
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-colecao h2 {
    float: left;
}

figure.effect-colecao p.icon-links a {
    float: right;
    color: #fff;
    font-size: 1.4em;
}

figure.effect-colecao:hover p.icon-links a:hover,
figure.effect-colecao:hover p.icon-links a:focus {
    color: #fff;
}

figure.effect-colecao p.description {
    position: absolute;
    bottom: 35%;
    padding: 10px;
    color: #000;
    text-align: center;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    width: 61%;
    left: 20%;
    -webkit-backface-visibility: hidden;
    /* Fix for Chrome 37.0.2062.120 (Mac) */
    font-family: 'Arapey', serif;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
}



figure.effect-colecao h2,
figure.effect-colecao p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-colecao p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'feathericons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
    content: '\e000';
}

.icon-paper-clip::before {
    content: '\e001';
}

.icon-heart::before {
    content: '\e024';
}

figure.effect-colecao h2 {
    display: inline-block;
}

figure.effect-colecao:hover p.description {
    opacity: 1;
}

figure.effect-colecao:hover figcaption,
figure.effect-colecao:hover h2,
figure.effect-colecao:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-colecao:hover img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.2;
}

figure.effect-colecao:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-colecao:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-colecao:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-colecao:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

@media screen and (max-width: 768px) {
    figure.effect-colecao p.description {
        position: absolute;
        bottom: 35%;
        padding: 0px;
        color: #000;
        text-align: center;
        text-transform: none;
        opacity: 0;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
        width: 70%;
    	left: 20%;
        -webkit-backface-visibility: hidden;
        font-family: 'Arapey', serif;
        color: #fff;
        font-size: 10px !important;
        letter-spacing: 2px;
        top: 10%;
    }
    figure.effect-colecao:hover p.description {
        font-size: 10px !important;
    }
}