div.instagram-placeholder{
    float: left;
    /*margin: 5px;*/
    text-align: center;
}




.instamore {

    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;

    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);

    background-color:#ededed;

    border:1px solid #dcdcdc;

    display:inline-block;
    color:#777777;
    font-family:arial;
    font-size:13px;
    font-weight:bold;
    padding:4px 24px;
    text-decoration:none;

    text-shadow:0px 1px 0px #ffffff;
    display: block;   margin-left: auto;   margin-right: auto;
    width: 120px;
    height: 28px;
    text-align: center;
}
.instamore:hover {

    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
    background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);

    background-color:#dfdfdf;
}
.instamore:active {
    position:relative;
    top:1px;
}

.instagram-image {
    width: 100%;
    height:100%;
}

.block_instagram div {
    float: left;
}

.instaInfoBlock {
    height: 60px;
}

.instaDate{
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    padding-right: 15px;
    color: rgba(180, 180, 180, 0.71);
}
.instaDate .year,
.instaDate .mounth{
    display: block;
    line-height: 1;

}
.instaDate .day {
    font-size: 30px;
    font-weight: 600;
    display: block;
    line-height: 0.8;
    color: rgba(14, 26, 70, 0.38);
}

.instaInfoBlock .caption {
    display: inline-block;
    padding-left: 50px
}