#header.header-digest .wrapper, #footer.footer-digest .wrapper {
    width: 960px;
    margin: 0 auto;
    height: 100%;
}
.digest-wrapper {
    min-width: 960px;
    max-width: 1285px;
    margin: 0 auto;
}
.digest {
    margin: 20px auto 80px;
    background-color: #f2f2f2;
    position: relative;
    z-index: 0;
}
.digest h1 {
    margin-bottom: .5em;
}
.digest-item {
    float: left;
    /*margin-right: 15px;*/
    margin-bottom: 15px;
}
.digest-item.col-1 {
    width: 310px;
}
.digest-item.col-2 {
    width: 635px;
}
.digest-item-content {
    position: relative;
    margin: 15px;
    line-height: 14px;
}
.digest-item-content .bigger {
    font: 700 29px/34px 'CirceRegular', 'PT Sans', sans-serif;
}
.digest-item-content .link {
    color: #808285;
}
.digest-item-content .link:hover {
    text-decoration: none;
    border: none;
}
.digest-item-content.photo_top, .digest-item-content.photo_left, .digest-item-content.gallery {
    text-align: center;
    color: #808285;
}
.digest-item-content.photo_left img {
    display: block;
    float: left;
    margin-right: 15px;
}
.digest-item-content.photo_left {
    text-align: left;
}
.digest-item-content .title {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: .3em;
    margin-bottom: 1em;
    color: #808285;
}
.digest-gallery {
    position: relative;
    margin-bottom: 1em;
}
.digest .gallery-link{
    color: #808285;
}
.digest .gallery-link:hover {
    text-decoration: none;
    border: none;
    color: #808285;
}
.digest-gallery img {
    position: absolute;
    top: 0;
    left: 0;
}
.digest-gallery .controls {
    position: absolute;
    width: 100%;
    height: 40px;
}
.digest-gallery .next {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
}
.digest-gallery .previous {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
}
.digest-gallery .next:hover, .digest-gallery .previous:hover {
    background-color: #34b233;
}


.masonry,
.masonry .masonry-brick {
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -ms-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

.masonry {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.masonry .masonry-brick {
    -webkit-transition-property: left, right, top;
    -moz-transition-property: left, right, top;
    -ms-transition-property: left, right, top;
    -o-transition-property: left, right, top;
    transition-property: left, right, top;
}
