.map-wrapper
{
    height: 380px;
}

.map-left
{
    float: left;
    height: 380px;
    width: 681px;
}

.map-right
{
    float: left;
    height: 380px;
    width: 184px;
}

.articles
{
    margin-left: -15px;
}

.articles .article:nth-child(3)
{
    border-left: 1px dashed #DEDEDE;
    margin-left: 1%;
    padding-left: 1%;
}

.articles .article
{
    border-bottom: 1px dashed #DEDEDE;
    font-size: 14px;
    line-height: 21px;
    min-height: 175px;
}

.articles .article .article-read-more
{
    position: absolute;
    bottom: 10px;
    right: 5px;
}

.news
{
    margin-top: 5px;
    margin: 10px 0px;
    width: 300px;
}

.news-item,
.article
{
    position: relative;
    margin-bottom: 15px;
    text-align: justify;
}

.news>header,
.article>h1.title
{
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 10px;
    color: #383838;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 18px;
}

.article-admin
{
    width: auto;
    float: right;
}

.article-image
{
    float: left;
    margin-right: 10px;
}

.grey2
{
    color: #383838;
}