body {
	background: #f8f8f8 url(../images/background/gray_pattern.gif);
	color: black;
}

.jumbotron-content {
	color: black;
}

.jumbotron__control {
	background-color: rgba(0, 0, 0, 0.1);
}

.widget_categories ul li.active>a {
	color: #3f498f;
}

.widget-title.big {
	font-size: 28px;
}

.red-span {
	color: #eb1d65;
}

.main-srl {
	padding-right: 20px;
}

.main-pfa {
	padding-left: 20px;
}

@media (min-width: 1200px) {
	.header__navigation {
		width: calc(100% - 300px);
		margin-left: 300px;
		margin-top: -30px;
	}
}

@media (min-width: 992px) {
	.header__navigation {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		width: 100%;
	}
}