.Zedpress__flexbox.Zedpress__parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.Zedpress__flexbox .Zedpress__child {
    flex: 1 1 100%;
}

.Zedpress__standard .Zedpress__child {
    width: 100%;
}

@media (min-width: 35em) {
    .Zedpress__standard .Zedpress__row {
        margin-bottom: 10px
    }
    .Zedpress__standard .Zedpress__row:after {
        content: "";
        clear: both;
        display: block;
    }
    .Zedpress__standard .Zedpress__child {
        float: left;
        width: 50%;
    }
    .Zedpress__flexbox .Zedpress__child {
        flex: 1 1 50%;
    }
}

@media (min-width: 48em) {

    /* Flexbox */
    .Zedpress__container.Zedpress__1_per_row .Zedpress__flexbox .Zedpress__child {
        flex-basis: 100%;
    }

    .Zedpress__container.Zedpress__2_per_row .Zedpress__flexbox .Zedpress__child {
        flex-basis: 50%;
    }

    .Zedpress__container.Zedpress__3_per_row .Zedpress__flexbox .Zedpress__child {
        flex-basis: 33.33%;
    }

    .Zedpress__container.Zedpress__4_per_row .Zedpress__flexbox .Zedpress__child {
        flex-basis: 25%;
    }

    .Zedpress__container.Zedpress__5_per_row .Zedpress__flexbox .Zedpress__child {
        flex-basis: 20%;
    }

    .Zedpress__container.Zedpress__6_per_row .Zedpress__flexbox .Zedpress__child {
        flex-basis: 16.66%;
    }

    .Zedpress__container.Zedpress__7_per_row .Zedpress__flexbox .Zedpress__child {
        flex-basis: 14.284%;
    }

    .Zedpress__container.Zedpress__8_per_row .Zedpress__flexbox .Zedpress__child {
        flex-basis: 12.5%;
    }

    .Zedpress__container.Zedpress__9_per_row .Zedpress__flexbox .Zedpress__child {
        flex-basis: 11.11%;
    }

    .Zedpress__container.Zedpress__10_per_row .Zedpress__flexbox .Zedpress__child {
        flex-basis: 10%;
    }

    .Zedpress__container.Zedpress__11_per_row .Zedpress__flexbox .Zedpress__child {
        flex-basis: 9.09%;
    }

    .Zedpress__container.Zedpress__12_per_row .Zedpress__flexbox .Zedpress__child {
        flex-basis: 8.33%;
    }

    /* Standard Grid */
    .Zedpress__container.Zedpress__1_per_row .Zedpress__standard .Zedpress__child {
        width: 100%;
    }

    .Zedpress__container.Zedpress__2_per_row .Zedpress__standard .Zedpress__child {
        width: 50%;
    }

    .Zedpress__container.Zedpress__3_per_row .Zedpress__standard .Zedpress__child {
        width: 33.33%;
    }

    .Zedpress__container.Zedpress__4_per_row .Zedpress__standard .Zedpress__child {
        width: 25%;
    }

    .Zedpress__container.Zedpress__5_per_row .Zedpress__standard .Zedpress__child {
        width: 20%;
    }

    .Zedpress__container.Zedpress__6_per_row .Zedpress__standard .Zedpress__child {
        width: 16.66%;
    }

    .Zedpress__container.Zedpress__7_per_row .Zedpress__standard .Zedpress__child {
        width: 14.284%;
    }

    .Zedpress__container.Zedpress__8_per_row .Zedpress__standard .Zedpress__child {
        width: 12.5%;
    }

    .Zedpress__container.Zedpress__9_per_row .Zedpress__standard .Zedpress__child {
        width: 11.11%;
    }

    .Zedpress__container.Zedpress__10_per_row .Zedpress__standard .Zedpress__child {
        width: 10%;
    }

    .Zedpress__container.Zedpress__11_per_row .Zedpress__standard .Zedpress__child {
        width: 9.09%;
    }

    .Zedpress__container.Zedpress__12_per_row .Zedpress__standard .Zedpress__child {
        width: 8.33%;
    }
}

.Zedpress__pagination {
    text-align: center;
}

.Zedpress__pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.Zedpress__pagination li {
    display: inline;
}

.Zedpress__pagination li a {
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px;
    margin: 1px 2px;
    padding: 5px 10px;
    display: inline-block;
    border-top: 1px solid #fff;
    text-decoration: none;
    color: #717171;
    font-size: smaller;
    font-family: "Helvetica Neueu", Helvetica, Arial, sans-serif;
    text-shadow: white 0 1px 0;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: linear-gradient(top, #f9f9f9, #eaeaea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea');
}

.Zedpress__pagination a:first-child, .Zedpress__pagination a.first {
    margin-left: 2px;
}

.Zedpress__pagination a:last-child, .Zedpress__pagination a.last {
    margin-right: 2px;
}

.Zedpress__pagination a:hover, .Zedpress__pagination a:focus {
    border-color: #fff;
    background-color: #fdfdfd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fafafa));
    background-image: -webkit-linear-gradient(top, #fefefe, #fafafa);
    background-image: -moz-linear-gradient(top, #fefefe, #fafafa);
    background-image: -ms-linear-gradient(top, #fefefe, #fafafa);
    background-image: -o-linear-gradient(top, #fefefe, #fafafa);
    background-image: linear-gradient(top, #fefefe, #fafafa);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#fafafa');
}

.Zedpress__pagination a.more {
    box-shadow: 0 0 0 0 transparent;
    border: 0 none;
    background: transparent;
    margin-left: 0;
    margin-right: 0;
}

.Zedpress__pagination a.active {
    box-shadow: rgba(0, 0, 0, 0.75) 0 0 0 0 inset;
    border-color: #505050;
    color: #f2f2f2;
    text-shadow: black 0 1px 0;
    background-color: #676767;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5f5f5f), to(#5c5c5c));
    background-image: -webkit-linear-gradient(top, #5f5f5f, #5c5c5c);
    background-image: -moz-linear-gradient(top, #5f5f5f, #5c5c5c);
    background-image: -ms-linear-gradient(top, #5f5f5f, #5c5c5c);
    background-image: -o-linear-gradient(top, #5f5f5f, #5c5c5c);
    background-image: linear-gradient(top, #5f5f5f, #5c5c5c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5f5f5f', EndColorStr='#5c5c5c');
}

.Zedpress__pagination-dark a {
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px;
    border-top: 1px solid #62686d;
    text-shadow: rgba(0, 0, 0, 0.75) 0 1px 0;
    color: #fff;
    background-color: #4e5458;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#575e63), to(#3f4347));
    background-image: -webkit-linear-gradient(top, #575e63, #3f4347);
    background-image: -moz-linear-gradient(top, #575e63, #3f4347);
    background-image: -ms-linear-gradient(top, #575e63, #3f4347);
    background-image: -o-linear-gradient(top, #575e63, #3f4347);
    background-image: linear-gradient(top, #575e63, #3f4347);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#575e63', EndColorStr='#3f4347');
}

.Zedpress__pagination-dark a:hover, .Zedpress__pagination-dark a:focus {
    border-color: #61788a;
    background-color: #4d6374;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#566f82), to(#3e505e));
    background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
    background-image: -moz-linear-gradient(top, #566f82, #3e505e);
    background-image: -ms-linear-gradient(top, #566f82, #3e505e);
    background-image: -o-linear-gradient(top, #566f82, #3e505e);
    background-image: linear-gradient(top, #566f82, #3e505e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#566f82', EndColorStr='#3e505e');
}

.Zedpress__pagination-dark a.active {
    box-shadow: rgba(0, 0, 0, 0.75) 0 0 0 0 inset;
    border-color: #2d3035;
    background-color: #303338;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#303338), to(#2d3034));
    background-image: -webkit-linear-gradient(top, #303338, #2d3034);
    background-image: -moz-linear-gradient(top, #303338, #2d3034);
    background-image: -ms-linear-gradient(top, #303338, #2d3034);
    background-image: -o-linear-gradient(top, #303338, #2d3034);
    background-image: linear-gradient(top, #303338, #2d3034);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#303338', EndColorStr='#2d3034');
}

.Zedpress__zoom_icon:after {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../js/zoom/icon.png);
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert-heading {
    color: inherit;
}

.alert-danger, .alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}