/*--------------    TEXT PAGES SET    --------------*/

.article-section-title {
	padding-bottom: 15px;
	position: relative;
}

.article-title-text {
	color: #060606;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1;
	text-align: left;
}

.articles-wrapper {}

.short-article:first-child {}

.short-article:not(:last-child) {padding-bottom: 40px;}

.short-article:last-child { padding-bottom: 0;}

.short-article.full {padding-bottom: 0;}

.short-article-title-box {}

.text-page .content {
	/*padding-top:85px;*/
}

.short-article h1 {
    margin: 0;
    font-weight: normal;
    text-decoration: none;
    font-size: 23px;
    color: #1E0E00;
}

	/* articles */
.short-article
{
	display: table;
	padding: 0 0 25px;
	width: 100%;
}

.short-article p {
	color: #333;
	font-size: 13px;
	line-height: 1.3;
}

.short-article.full {padding-bottom: 0;}

.short-article .news-short-img
{
	display:block;
	width: 300px;
	height: 200px;
	float:left;
	background-position:center;
	background-size:cover;
	margin-right:20px;
}

.short-new-title {
	display: block;
	padding-bottom: 4px;
}

.short-article h2
{
	margin:0;
	font-weight: normal;
	text-decoration:none;
	font-size:20px;
	color: #1E0E00;
	display: inline-block;
}
.short-article a.short-new-title
{
	color:#000;
	text-decoration:none;
	display: inline-block;
}
.short-article a.short-new-title:hover
{
	text-decoration:underline;
}
.short-article:not(.full) .date
{
	margin-bottom:10px;
}
.short-article .date, .full-article .date
{
	display: inline-block;
	background: #f0d8b2;
	text-align: center;
	padding: 3px 3px 1px;
	font-size: 12px;
	font-weight: normal;
	margin-top: 6px;
	color: #3c3a3a;
}

.article-record-info {
	padding-bottom: 10px;
}

.article-btn {}

.back-to-news-list-btn {
	background: #feee6c;
	color: inherit;
	font-size: 15px;
	line-height: 1;
	padding: 10px 30px 9px;
	border-radius: 3px;
	display: inline-block;
}
.back-to-news-list-btn:hover {
	background-color: #fed38d;
}

.article-read-moore-btn {
	display: inline-block;
	margin-top: 17px;
	color: #868686;
	text-decoration: underline;
}
.article-read-moore-btn:hover {}

	/* articles */

.short-article .btn-wrapper {
	padding: 15px 0 0;
}

.short-article.full .btn-wrapper {}

/*photo gallery content*/
	.content-images-list {
		padding: 30px 0 15px;
	}

	.content-image-item {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;

		width:32%;
		margin-right: 2%;
		display: inline-block;
		float: left;
	}

	.content-image-item:nth-child(3n) {margin-right: 0;}
	.content-image-item:nth-child(n+4) {margin-top: 2%;}
/*photo gallery content*/


/*page-header-new*/
	/* Headers + BG */
	.page-header{
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 285px;
		position: relative;
		margin: 90px 0 0;
	}

	.page-header-overlay {
		background-image: -moz-linear-gradient( -55deg, rgb(3,62,95) 0%, rgb(18,144,8) 100%);
		background-image: -webkit-linear-gradient( -55deg, rgb(3,62,95) 0%, rgb(18,144,8) 100%);
		background-image: -ms-linear-gradient( -55deg, rgb(3,62,95) 0%, rgb(18,144,8) 100%);
		position: absolute;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		z-index: 10;
		opacity: 0.6;
	}

	.page-header-content {
		z-index: 20;
		text-align: center;
		padding: 42px 30px 0;
		position: relative;
	}

	.page-header-decorate {
		display: inline-block;
		width: 90px;
		height: 5px;
		background-color: #5eb48a;
		margin-bottom: 20px;
	}
	.page-header-title {
		color: #fff;
		font-size: 45px;
		font-weight: 500;
		text-transform: uppercase;
		padding-bottom: 20px;
		line-height: 1;
	}

	.page-header-text {
		color: #fff;
		font-size: 16px;
		font-weight: 300;
		line-height: 1.2;
	}
/*page-header-new*/

/*--------------    TEXT PAGES SET    --------------*/

