/* mixins */
/* sprite */
/* clearfix */
/* list_ib */
/* list_jst */
/* reset */
/* hold-center */
/* core-justify */
/* placeholder */
/* triangle */
.neklo-instagram-title {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    /*text-transform: uppercase;*/
}
@media screen and (max-width: 48em) {
    .neklo-instagram-title {
        font-size: 16px;
    }
}

.neklo-instagram-description {
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
}
@media screen and (max-width: 48em) {
    .neklo-instagram-description {
        font-size: 12px;
    }
}

.neklo-instagram-list {
    margin: 20px auto;
    width: 100%;
    text-align: center;
    font-size: 0;
}
.neklo-instagram-list:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
@media screen and (max-width: 48em) {

}
.neklo-instagram-list li {
    display: inline-block;
    vertical-align: top;
}
.neklo-instagram-list li:hover .neklo-instagram-over {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.neklo-instagram-list li:hover .action-instagram {
    opacity: 1;
}
.neklo-instagram-list a {
    position: relative;
    overflow: hidden;
    display: block;
}
.neklo-instagram-list img {
}

.neklo-instagram-over {

}