form.feedback__form .result {
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    color: #d16d4f;
    font: bold 14px/40px "Fontatigo 4F", sans-serif;
}

.news__title a, .projects__header a {
    font: normal 24px/31px "Fontatigo 4F", sans-serif;
    color: #6C6964;
    text-decoration: none;
}

.projects__header h2 a {
	    color: #9ca9b4;
}

.news__title a:hover, .projects__header a:hover {
	text-decoration: underline;
}

.article-withoutBG.first {
    padding-top: 30px;
}

.show_more {
	text-align: center;
}

a.pagination {
    display: inline-block;
}

a.pagination.hover {
    transform: rotate(
	-360deg
	);
    transition: 1s;
}