body, html {
	font-size: 12pt;
	font-weight: 300;
	font-family: 'Toboro', sans-serif;
	background-color: #fff;
	color: #333;
}

.bgr {
	background-image: url('img/bgr.jpg');
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	height: 100%;
	padding-top: 50px;
	margin-top: -20px;
}

header {
	background-color: #20455c;
	margin-bottom: 20px;
}

header .topbar {
	background-color: #ef4323;
	height: 10px;
	width: 100%;
}

header .logo {
	max-height: 80px;
}

header .container {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

header .container .row {
	padding-top: 10px;
	padding-bottom: 10px;
}

header .topMainMenu .list-inline-item a {
	color: #fff;
}

.side-menu {
	background-color: #20455c;
}

.side-menu .card-body {
	padding: 5px;
}

.menubar {
	background-color: #ef4323;
	width: 100%;
	min-height: 40px;
}

.menubar .navbar {
	margin: 0px;
	padding: 0px;
}

.menubar .navbar .navbar-nav .nav-item .nav-link {
	color: #fff;
	margin: 0px;
}

.menubar .navbar .navbar-nav .nav-item .nav-link:hover {
	background-color: #d2381b;
}

.btn-coi {
	background-color: #ef4323;
	color: #fff;
}

.mainsite {
	background-color: #fff;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.mainsite .mainpage .visual-adverts .visual-adverts-item  {
	display: inline;
}

.mainsite .mainpage .visual-adverts .visual-adverts-item img {
	width: 200px;
	height: 150px;
}

.mainsite .page-title {
	color: #20455c;
	font-size: 24pt;
}

.page-content .post-item a {
	color: #ef4323;
	font-weight: bold;
	font-size: 12pt;
}

.page-content .post-item small {
	color: #666;
}

.page-content h2 {
	font-size: 14pt;
	margin-bottom: 20px;
}

.category-header {
	border-bottom: solid 1px #20455c;
	height: 34px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.category-header span {
	background-color: #20455c;
	padding: 8px;
	font-weight: normal;
	font-size: 14pt;
	font-family: impact;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	height: 50px;
	min-width: 150px;
}

.category-header span .last {
	background-image: url('img/title_right_side.png');
	height: 39px;
	width: 39px;
	position: absolute;
	right: -39px;
	top: 0px;
}

.category-body a {
	font-weight: bold;
	color: #ef4323;
}

.category-body .description {
	height: 40px;
	overflow: hidden;
}

.category-body .datetime {
	font-size: 8pt;
	color: #ccc;
}

.category-body hr {
	border:none;
	border-top: solid 1px #ccc;
}

/* FOOTER */

.footer {
	background-color: #20455c;
	width: 100%;
	min-height: 100px;
	color: #fff;
}

.footer-menu li a {
	color: #fff;
}

.footer-menu li a:hover {
	background-color: #418bca;
}

.footer-menu li:active a {
	background-color: #418bca;
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 768px) {
	.important-bar {
		font-size: 9pt;
	}
}
