
#blog-container {
	position: relative;
	overflow: hidden;
}

#blog-container .central {
	float: left;
	width: 655px;
}

#blog-container .right {
	float: right;
	width: 235px;
}

.article-preview {
	position: relative;
	overflow: hidden;
	text-align: justify;
	margin-bottom: 40px;
}

.article-prev-img {
	float: left;
	width: 180px;
	height: 180px;
	background-size: cover;
	background-position: center center;
	border: 1px solid #BDBFBB;
}

.article-prev-date {
	float: left;
	width: 80px;
	height: 80px;
	background-color: #2188EC;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	padding-top: 9px;
	margin-left: 20px;
}

.article-side .article-prev-date {
	margin-left: 0px;
}

.article-prev-info {
	position: relative;
	float: left;
	width: 340px;
	height: 50px;
	margin-left: 20px;
	font-size: 14px;
}

.article-prev-body {
	display: block;
	/*font-size:14px;*/
	margin-top: 10px;
	max-height: 130px;
	position: absolute;
	bottom: 0px;
	font-family: 'Noto Serif', serif;
	font-size: 17px;
	color: #333333;
	/*padding-left: 240px;*/
	left: 200px;

	font-size: 15px;
	line-height: 18px;
}

.article-prev-body a {
	color: #0C3257;
	text-decoration: none;
}

.article-prev-details {
	font-size: 11px;
	text-transform: uppercase;
	color: #363636;
	margin-top: 0px;
}

.article-prev-info h1 {
	font-size: 23px;
	font-family: 'Noto Serif', serif;
	text-align: left;
}

.article-prev-info h1 a {
	text-decoration: none;
	color: #0C3257;
}

.article-prev-date b {
	display: block;
	font-size: 28px;
}

#blog-container .right a {
	text-decoration: none;
	color: #093F78;
	display: inline-block;
	margin: 5px 0px;
}

#blog-container .right a.cat:first-of-type {
	margin-top: 10px;
}

#blog-container .right a.cat {

	background-color: #EBEBEB;
	border: 1px solid #CCCCCC;

	border-radius: 3px;
	padding: 5px;
}

#blog-container .separator {
	width: 100%;
	height: 2px;
	background-color: #093F78;
	margin: 15px 0px;
}

#blog-container .article-details {
	margin: 5px 0px;
	color: #949494;
	font-size: 13px;
	text-transform: uppercase;
}

#article-comments {
	/*border: 1px solid red;*/
}

#new-comment {
	width: 100%;
	height: 100px;
	border-radius: 4px;
	border: 2px solid #CCCCCC;
	margin-top: 10px;
	padding: 10px;
	outline: 0;
}

#comment-username {
	width: 100%;
	border-radius: 4px;
	border: 2px solid #CCCCCC;
	padding: 10px;
}

.comment {
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

.comment p {
	display: block;
	margin-top: 5px;
}

.comment:last-of-type {
	border-bottom: 0px;
}

#container {
	background-color: #FFFFFF !important;
}

#article-tools {
	padding: 10px;
	border: 1px solid #CFD6CF;
	background-color: #F5F5F5;
	margin-bottom: 15px;
}

#article-tools select {
	padding: 5px;
}

.article-body {
	font-size: 19px !important;
	line-height: 31px !important;
}

.article-body p {
	display: block;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 31px;
	font-size: 19px;
	font-family: 'Noto Serif', serif !important;
	color: #333333;
}

.article-body ol li,
.article-body ul li {
}

.article-body ins {
	background-color: #00AA39 !important;
	color: #FFFFFF;
	text-decoration: none;
}

.article-body del {
	color: #FFFFFF !important;
	background-color: #FF2800;
	text-decoration: none;
}

.article-body ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 10px;
	margin-left: 10px;
}

.article-body ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 10px;
	margin-left: 10px;
}

.article-body ul ul, .article-body ol ul {
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 15px;
}

.article-body ol ol, .article-body ul ol {
	list-style-type: lower-latin;
	list-style-position: inside;
	margin-left: 15px;
}

.article-body a {
	color: #093F78;
}

.article-body strong {
	font-weight: bold;
}

.article-body em {
	font-style: italic;
}

.blog-gallery {
	position: relative;
	width: 100%;
	background-color: #333333;
	padding-bottom: 10px;
}

.blog-gallery .g-img {
	position: relative;
	display: none;
	width: 100%;
	text-align: center;
	height: 300px;
}

.blog-gallery .g-img[data-visible='1'] {
	display: block;
}

.blog-gallery .g-img p {
	display: block;
	width: 100%;
	color: #CACACE;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;

	position: absolute;
	bottom: 0px;
	margin-bottom: 0 !important;
}

.blog-gallery .g-img img {
	display: block;
	border: 1px solid #252525;
	max-width: 90%;
	max-height: 260px;
	margin-bottom: 5px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */

	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
}

.gallery-arrow-dx,
.gallery-arrow-sx {
	position: absolute;
	/*top: 110px;*/
	color: #FFFFFF;
	font-size: 60px;
	cursor: pointer;

	top: 50%;
	transform: translateY(-50%);
	padding: 60px 0px;
	z-index: 99;
}

.gallery-arrow-dx:hover,
.gallery-arrow-sx:hover {
	color: yellow;
}

.gallery-arrow-dx {
	display: none;
	right: 20px;
}

.gallery-arrow-sx {
	display: none;
	left: 20px;
}

.blog-gallery h4 {
	color: #FFFFFF;
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 15px;
}

.blog-gallery > p {
	display: block;
	color: #FFFFFF;
	font-size: 13px;
	margin: 0px 20px;
	margin-top: 20px;
	text-align: center;
}

.blog-image {
	border: 1px solid #000000;
	max-width: 100%;
	max-height: 600px;
}

.blog-img-txt {
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	margin-left: 3px;
}

.blog-title a {
	display: block;
	color: #FFFFFF;
	font-size: 27px;
	padding: 8px 15px;
	text-decoration: none;
	font-family: 'Noto Serif', serif;
}

a.blog-navigator {
	color: #093F78;
	text-decoration: none;
	font-size: 14px;
}

.latest-article {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.latest-img {
	float: left;
	width: 80px;
	height: 80px;
	background-size: cover;
	background-position: center center;
}

.latest-title {
	float: left;
	margin-left: 10px;
	width: 140px;
	font-family: 'Noto Serif', serif;
	font-size: 14px;
}

.article-preview > h1 {
	font-family: 'Noto Serif', serif;
	color: #093F78;
}

.article-body-text h1 {
	font-family: 'Noto Serif', serif;
	margin-bottom: 5px;
	text-align: left;
	font-size: 32px;
}

.article-body-text h1 a {
	color: #093F78;
	text-decoration: none;
}

.article-full-cover {
	max-width: 100%;
	max-height: 300px;
	margin-bottom: 5px;
	border: 1px solid #CACACE;
}

.article-side {
	display: inline-block;
	width: 80px;
	vertical-align: top;
	margin-top:0px;
}

.article-body-text {
	display: inline-block;
	vertical-align: top;
	width: 650px;

	font-family: 'Noto Serif', serif;
}

.article-body-text.split {
	width: 570px;
	padding-left: 15px;
}

.article-share {
	width: 100%;

	text-align: center;
	padding: 5px 0px;
	margin-top: 10px;
	color: #FFFFFF;
	cursor: pointer;
}

.share-fb {
	background-color: #3B5998;
}

.share-fb:hover {
	background-color: #486CB8;
}

.share-twitter {
	background-color: #00ACED;
}

.share-twitter:hover {
	background-color: #22D3FF;
}

.share-gplus {
	background-color: #D34836;
}

.share-gplus:hover {
	background-color: #EB4F3B;
}

.comment > p {
	text-align: left;
}