body {
    margin: auto;
    width:  1100px;
	background: #0B0B0B url(/images/backgrounds/main_background.jpg) no-repeat center top;
}

/* 
	content
*/
.top-paper {
	margin-bottom: -5px;
	margin-left: -2px;
}

.page {
	background: url(/images/backgrounds/content_mid_bg.jpg) repeat-y center 78px;
	min-height: 136px;
	display: flex;
}

/* 
	main
*/
.main {
    width: 75%;
	padding-right: 30px;
    box-sizing: border-box;
}

/* 
	left_block
*/
.left_block {
    width: 25%;
	box-sizing: border-box;
    padding-left: 30px;
    padding-right: 20px;
}

.custom img {
	width: 100%;
}

.main-nav {
	display: flex;
	justify-content: center;
	margin-top: 355px;
	margin-bottom: 15px;
}

.footer_menu {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

.main-nav ul,
.left_block ul,
.footer_menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.left_block ul {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.main-nav ul li {
	position: relative;
    display: inline-block;
    height: 35px;
	margin-right: 25px;
    background: url(/images/backgrounds/main_nav_bg.png) repeat-x center;
}

.main-nav ul li:last-of-type,
.footer_menu ul li:last-of-type {
	margin-right: 0;
}

.main-nav ul a::before,
.main-nav ul a::after  {
	content: "";
    position: absolute;
    width: 10px;
    height: 35px;
    margin-left: -20px;
    background: url(/images/backgrounds/main_nav_bg-before.png) no-repeat center;
}

.main-nav ul a::after {
	right: -10px;
    background: url(/images/backgrounds/main_nav_bg-after.png) no-repeat center;
}

.left_block ul li {
	background: url(/images/backgrounds/page_nav_bg.png) no-repeat center;
    width: 212px;
    height: 35px;
	margin-bottom: 5px;
}

.left_block ul li:last-of-type {
	margin-bottom: 0;
}

.main-nav ul a,
.left_block ul a {
	color: #543b2e;
    text-decoration: none;
    display: block;
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    padding-left: 12px;
    text-shadow: 0 0 2px #fff;
}

.main-nav ul a {
	display: inline-block;
	margin-left: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.footer_menu ul li {
    display: inline-block;
	margin-right: 20px;
}

.footer_menu ul a {
	color: #eed397;
    text-decoration: none;
	font-size: 12px;
}

.footer .container {
	position: relative;
}

.footer .pull-right {
	position: absolute;
    right: 0;
    font-size: 0;
    height: 30px;
    width: 30px;
	margin-top: -50px;
    background-color: #9a282d;
    border-radius: 50%;
}

.pull-right::before,
.pull-right::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    margin-top: 15px;
    margin-left: 3px;
    background-color: #c7c002;
    transform: rotate(-45deg);
}

.pull-right::after {
	margin-left: 12px;
    transform: rotate(45deg);
}

.copyright {
	color: #fff;
    text-align: center;
}

.bottom-paper {
	margin-left: -2px;
}

/*
	News
*/

.newsflash {
	display: flex;
    flex-wrap: wrap;
}

.news-block {
	display: flex;
    flex-wrap: wrap;
	padding-bottom: 15px;
	width: 48%;
    padding-right: 4%;
}

.news-block:nth-child(2n) {
	padding-right: 0;
}

.newsflash-title {
    width: 100%;
    text-align: start;
    margin: 0;
	margin-bottom: 5px;
}

.news-img {
    width: 40%;
    padding-right: 15px;
    box-sizing: border-box;
}

.news-img img {
	width: 100%;
}

.news-desc {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.news-desc a {
    align-self: flex-end;
    margin-top: 25px;
}

.news-desc button {
	background-color: #edd399;
    border: 2px solid #fff;
    border-radius: 15px;
    padding: 5px 9px;
}