#mainpage-gallery
{
    width: 100%;
    height: 584px;
    border-bottom: solid 1px #ebebeb;
    position: absolute;
    top: 45px;
    left: 0;
}
#mainpage-gallery .item
{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    height: 525px;
    z-index: 0;
    display: none;
}
/*#mainpage-gallery .item.big
{
    width: 100%;
    top: -90px;
    height: 615px;
}*/
#mainpage-gallery .item a
{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#mainpage-gallery .item .image
{
    width: 100%;
    height: 525px;
    background-repeat: no-repeat;
    background-position: bottom center;
}
#mainpage-gallery .item .description
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
#mainpage-gallery .item.big .description
{
    top: 90px;
}
#mainpage-gallery .description .wrapper
{
    position: relative;
    height: 100%;
}
#mainpage-gallery .description h3
{
    font: bold 100px/90px 'CirceRegular', 'PT Sans', 'Arial', sans-serif;
    color: #fdb813;
    padding: 113px 15px;
}
#mainpage-gallery .description-text
{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
#mainpage-gallery .description-text h5
{
    font: bold 24px/24px 'CirceRegular', 'PT Sans', 'Arial', sans-serif;
}
#mainpage-gallery .description-text p
{
    font: 13px/13px 'CirceLight', 'Arial', sans-serif;
    margin-top: 1em;
    color: #999;
}
#mainpage-gallery .controls
{
    position: relative;
    z-index: 3;
    width: 960px;
    margin: 525px auto 0;
    display: none;
}

.mainpage-content
{
    display: block;
    width: 960px;
    margin: 610px auto 30px;
    position: relative;

    margin-top: 0;
    padding-top: 610px;
    overflow: hidden;
}
.mainpage-content .text
{
    font: 16px/20px 'CirceLight', 'Arial', sans-serif;
    width: 505px;
    float: left;
    position: relative;
    top: -7px;
}
.mainpage-content .news-entry
{
    width: 410px;
    float: right;
    margin-top: -6px;
}
.mainpage-content .news-entry a
{  
    /* line-height: -30px; */
}
.mainpage-content .news-entry .date
{
    font-size: 11px;
    color: #000;
    position: relative;
    top: -3px;
    line-height: 25px;
}
.mainpage-content .news-entry p
{
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 25px;
}
