#pros-cons, #photo-albums {
    margin-bottom: 44px;
}

.filters {
    margin-bottom: 25px;
}
.filter-select-wrapper {
    line-height: 32px;
    display: inline-block;
    color: #434c53;
    font: 13px/32px "PT Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
    vertical-align: middle;
}
#filter-type {
    width: 150px;
    margin-right: 10px;
    margin-left: 4px;
}

.fancybox-title-over-top {
    position: absolute;
    left: 40px;
    top: 40px;
    width: auto !important;
}

.fancybox-title-over-top h2 {
    color: #041727;
    white-space: nowrap;
    font: 700 16px/24px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
    margin: 0;
}
#photo-albums .album-photos {
    overflow: hidden;
}

#photo-albums .album-photos a {
    float: left;
    overflow: hidden;
    margin: 0 0 8px 0;
    position: relative;
}

#photo-albums .album-photos a .photo-item {
    width: 100%;
}

#photo-albums .album-photos a:nth-child(5n+1),
#photo-albums .album-photos a:nth-child(5n+2) {
    width: 49%;
    height: auto;
    margin-right: 8px;
    margin-bottom: 8px;
}
#photo-albums .album-photos a:nth-child(5n+2) {
    margin-right: 0;
}
#photo-albums .album-photos a:nth-child(5n+3),
#photo-albums .album-photos a:nth-child(5n+4),
#photo-albums .album-photos a:nth-child(5n+5) {
    width: 32%;
    height: auto;
    margin-right: 8px;
    margin-bottom: 8px;
}
#photo-albums .album-photos a:nth-child(5n+5) {
    margin-right: 0;
}

.photo-item:hover {
    opacity: .8;
}
