.news-list .news-row {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: nowrap;
	align-items: stretch;
	flex: 1;
}
.news-list .news-row::after {
	display: none;
}
.news-list .news-row > div.col {
	width: 49%;
	flex: 49%;
}
.news-list .news-row > div.col:nth-child(odd) {
	margin-right: 1%;
}
.news-list .news-row > div.col:nth-child(even) {
	margin-left: 1%;
}
.news-list .news-row+.news-row {
	margin-top: 30px;
}
@media only screen and (max-width: 767px) {
	.news-list .news-row {
		flex-wrap: wrap;
	}
	.news-list .news-row > div.col {
		flex: 100%;
		width: 100%;
	}
	.news-list .news-row > div.col:nth-child(even) {
		margin-right: 0;
	}
	.news-list .news-row > div.col:nth-child(odd) {
		margin-left: 0;
	}
	.news-list .news-row > div.col+div.col {
		margin-top: 30px;
	}
}
.news-list .news-row .news-item {
	border-bottom: 6px solid #d2d5dc;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	position: relative;
	height: 100%;
}
.news-list .news-row .news-item::before,
.news-list .news-row .news-item::after {
	display: block;
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
}

.news-list .news-row .news-item::after {
	height: 30px;
	background: rgba(255,255,255,0.7);
	border-top: 1px solid #d5c549;
	bottom: 0;
	z-index: 2;
}
.news-list .news-row .news-item > div > div {
	position: relative;
	min-height: 200px;
}
.news-list .news-row .news-item .datetime {
	margin-bottom: 5px;
	color: rgb(122,0,58);
}
.news-list .news-row .news-item h3 {
	/*font-family: "Lubalin-Demi";*/
	font-family: 'Open Sans', sans-serif;
	color: #a75d77;
	font-size: 18px;
	margin: 0;
}
.news-list .news-row .news-item .news-item-details {
	padding: 15px 10px 30px 0;
}
.news-list .news-row .news-item .goto {
	z-index: 3;
	right: 30px;
}
.news-list .news-row .news-item .news-item-row {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: nowrap;
	align-items: stretch;
	flex: 1;
	height: 100%;
}
.news-list .news-row .news-item .news-item-row::after {
	display: none !important;
}
.news-list .news-row .news-item .news-item-row > div.col {
	width: 49%;
	flex: 49%;
}
.news-list .news-row .news-item .news-item-row > div.col:nth-child(odd) {
	margin-right: 1%;
}
.news-list .news-row .news-item .news-item-row > div.col:nth-child(even) {
	margin-left: 1%;
	/*padding-bottom: 50px;*/
}
.news-list .news-row .news-item .news-item-row > div.col .news-item-image {
	display: inline-block;
	width: 100%;
	height: 90%;
	/*padding-top: 100%;*/
	background-size: cover;
	background-repeat: no-repeat;
}
/*.news-list .news-row .news-item .news-item-row > div.col .news-item-image::after {
	display: block;
	content: "";
	width: 100%;
	height: 40px;
	background: rgba(255,255,255,0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}*/
/* NEWS ITEM PAGE */
article.news-item .item-text {
	font-size: 15px;
	line-height: 19px;
	color: #646363;
}
article.news-item .item-image {
	display: inline-block; 
	float: left; 
	/*width: 44.9%;*/
	padding: 0 30px 30px 0;
	max-width: 50%;
}
article.news-item .item-image img {
	border-bottom: 6px solid #d2d5dc;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	/*max-width: 500px;*/
}
article.news-item .item-details {
	/*width: 55%;*/
	display: inline-block;
	/*float: right;*/
	max-width: 48%;
}
article.news-item .item-details .item-datetime {
	/*display: inline-block;*/
	margin-bottom: 5px;
	color: #a75d77;
	font-size: 15px;
}
article.news-item .item-details .item-title {
	/*display: inline-block;*/
	margin-bottom: 5px;
}
article.news-item .item-details .item-title h1 {
	margin: 0;
	font-size: 19px;
	/*font-family: 'Lubalin-Demi';*/
	font-family: 'Open Sans', sans-serif;
	color: #a75d77;
}
/* NEWS MINI BLOCK */
.news-mini-block .news-item-row {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: nowrap;
	align-items: stretch;
	flex: 1;
	height: 100%;
}
.news-mini-block .news-item-row::after {
	display: none !important;
}
.news-mini-block .news-item-row > div.col {
	width: 50%;
	flex: 50%;
}
.news-mini-block .news-item-row > div.col:nth-child(1) {
	width: 33%;
	flex: 33%;
	margin-right: 3%;
}
.news-mini-block .news-item-row > div.col:nth-child(2) {
	width: 65%;
	flex: 65%;
}

.news-mini-block .news-item-row > div.col:nth-child(2) {
	width: 49%;
	flex: 49%;
}

.news-mini-block .news-item-row > div.col .news-item-image {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.cms-home .news-mini-block .news-item-row > div.col .news-item-image{

	background-size:contain;
	
}

.news-mini-block .news-item-row > div.col .news-item-details {
	height: 100%;
	overflow: hidden;
}
.news-mini-block .news-item-row > div.col .news-item-details .short-description::first-line,
.news-mini-block .news-item-row > div.col .news-item-details h3 {
	margin: 0;
	color: #a75d77;
	font-size: 20px;
	/*font-family: 'Lubalin-Demi';*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: 28px;
}

.news-mini-block .news-item-row > div.col .news-item-details .short-description::first-line,
.news-mini-block .news-item-row > div.col .news-item-details h3 {
	font-size: 16px;
	white-space: normal;
    line-height: 21px;
}

.news-mini-block .news-item-row > div.col .news-item-details .datetime {
	font-size: 16px;
	/*font-family: 'Lubalin-Demi';*/
	font-family: 'Open Sans', sans-serif;
	color: rgb(122,0,58);
	margin-bottom: 5px;
	border-bottom: 1px solid #d0d4dc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-mini-block .news-item-row > div.col .news-item-details .short-description {
	line-height: 18px;
	max-height: 82px;
	overflow: hidden;
}
.news-mini-block .news-item-row > div.col .news-item-details .short-description::first-line {

}
/*.news-mini-block .news-item-row > div.col .news-item-details .short-description span {
	display: inline-block;
	margin-top: -18px;
}*/
/* NEWS BLOCK AND LIST */
.news-block-and-list .news-row > div.col .news-item.news-item-list .news-item-list-element,
.news-block-and-list .news-row > div.col .news-item.news-item-fieldset,
.news-block-and-list .news-row {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: nowrap;
	align-items: stretch;
	flex: 1;
}
.news-block-and-list .news-row > div.col .news-item.news-item-list .news-item-list-element::after,
.news-block-and-list .news-row > div.col .news-item.news-item-fieldset::after,
.news-block-and-list .news-row::after {
	display: none !important;
}
.news-block-and-list .news-row > div.col .news-item.news-item-fieldset > div,
.news-block-and-list .news-row > div.col {
	position: relative;
	flex: 49%;
	/* width: 49%; */
}

.news-item.news-item-fieldset .news-item-image {
	background-position: inherit !important;
}

.news-block-and-list .news-row > div.col {
	border-bottom: 6px solid #d2d5dc;
}
.news-block-and-list .news-row > div.col.shadow {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.news-block-and-list .news-row > div.col .news-item.news-item-fieldset > div:nth-child(odd),
.news-block-and-list .news-row > div.col:nth-child(odd) {
	margin-right: 1%;
}
.news-block-and-list .news-row > div.col .goto,
.news-block-and-list .news-row > div.col .goto-with-text {
	z-index: 3;
}
.news-block-and-list .news-row > div.col .goto-with-text {
	background: #fff;
}
.news-block-and-list .news-row > div.col .goto-with-text .text {
	line-height: 40px;
}
.news-block-and-list .news-row > div.col::after {
	display: block;
	content: "";
	width: 100%;
	height: 30px;
	background: rgba(255,255,255,0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #d5c549;
	z-index: 2;
}
.news-block-and-list .news-row > div.col:nth-child(odd) .news-item.news-item-fieldset .news-item-image::after {
	display: block;
	content: "";
	width: 100%;
	height: 40px;
	background: rgba(255,255,255,0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.news-block-and-list .news-row > div.col:nth-child(odd) .news-item.news-item-fieldset .news-item-image::after {
	display: none;
}

.news-block-and-list .news-row > div.col .news-item.news-item-fieldset > div:nth-child(even),
.news-block-and-list .news-row > div.col:nth-child(even) {
	margin-left: 1%;
	padding-bottom: 50px;
}
.news-block-and-list .news-row > div.col .news-item {
	height: 100%;
}
.news-block-and-list .news-row > div.col .news-item .news-item-image {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.news-block-and-list .news-row > div.col .news-item .news-item-image {
	
	height:89%;
}

.news-block-and-list .news-row > div.col .news-item.news-item-list .goto {
	height: 24px;
	/*bottom: 0;*/
	/*right: 22px;*/

	position: relative;
    right: auto;
    bottom: auto;
}
.news-block-and-list .news-row > div.col .news-item.news-item-list .goto::before {
	color: #878787;
	font-size: 24px;
	line-height: 24px;
	height: 24px;
}
.news-block-and-list .news-row > div.col .news-item.news-item-list {
	padding-top: 15px;
	padding-left: 20px;
}
.news-block-and-list .news-row > div.col .news-item.news-item-list .news-item-list-element {
	padding: 5px 0;
}
.news-block-and-list .news-row > div.col .news-item.news-item-list .news-item-list-element .col.col-datetime {
	/*width: 25%;*/
	/*flex: 25%;*/
	flex:0 0 auto;
	text-align: center;
}
.news-block-and-list .news-row > div.col .news-item.news-item-list .news-item-list-element .col.col-datetime::after {
	display: block;
	content: "";
	width: 2px;
	height: 60%;
	position: absolute;
	right: 0;
	top: 20%;
	background: #d2d5dc;
}
.news-block-and-list .news-row > div.col .news-item.news-item-list .news-item-list-element .col.col-title {
	width: 65%;
	flex: 65%;
}
.news-block-and-list .news-row > div.col .news-item.news-item-list .news-item-list-element .col.col-title span {
	color: #646363;
	overflow: hidden;
	text-overflow:ellipsis;
}
.news-block-and-list .news-row > div.col .news-item.news-item-list .news-item-list-element .col.col-action {
	width: 10%;
	flex: 10%;
	padding: 0;
	text-align: right;
}
.news-block-and-list .news-row > div.col .news-item.news-item-list .news-item-list-element .col {
	position: relative;
	padding: 0 15px;
	font-size: 15px;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.news-block-and-list .news-row > div.col .news-item.news-item-list ul li+li .news-item-list-element {
	border-top: 1px solid #d2d5dc;
}
.news-block-and-list .news-row > div.col .news-item.news-item-fieldset .news-item-details {
	padding: 10px 0 25px;
}
.news-block-and-list .news-row > div.col .news-item.news-item-fieldset .news-item-details h3 {
	/*font-family: 'Lubalin-Demi';*/
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin: 0;
}
.news-block-and-list .news-row > div.col .news-item.news-item-fieldset .news-item-details .datetime {
	font-size: 15px;
	margin-bottom: 3px;
}
.news-block-and-list .news-row > div.col .news-item.news-item-fieldset .news-item-details h3,
.news-block-and-list .news-row > div.col .news-item.news-item-fieldset .news-item-details .datetime {
	color: #a75d77;
}
.news-block-and-list .news-row > div.col .news-item.news-item-fieldset .news-item-details .short-description {
	color: #646363;
}
@media only screen and (max-width: 767px) {
	.news-block-and-list .news-row > div.col .news-item.news-item-list {
		padding-left: 0;
	}
	.news-mini-block .news-item-row,
	.news-block-and-list .news-row {
		flex-wrap: wrap;
	}
	.news-mini-block .news-item-row > div.col,
	.news-block-and-list .news-row > div.col {
		flex: 100%;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.news-mini-block .news-item-row > div.col .news-item-details h3 {
		white-space: inherit;
	}
	.news-mini-block .news-item-row > div.col .news-item-image {
		height: 150px;
		background-size: contain;
		background-position: center center;
	}
}

/*========================*/

.news-list .news-row .news-item .news-item-details {
    padding-bottom:40px;
}
.news-list .news-row .news-item .news-item-details h3{
    margin-bottom:10px;
}
.news-list .news-item .short-description {
    overflow: hidden;
    height: 180px;
}
@media (max-width:479px) {
    .news-block-and-list .news-row > div.col .news-item.news-item-fieldset,
    .news-list .news-row .news-item .news-item-row {
        display: block;
    }
    .news-block-and-list .news-row > div.col .news-item.news-item-fieldset > div,
    .news-list .news-row .news-item .news-item-row > div.col {
        width:100%;
    }
    .news-block-and-list .news-row > div.col:nth-child(odd) .news-item.news-item-fieldset .news-item-image::after {
        display: none;
    }
    .news-block-and-list .news-row > div.col .news-item.news-item-fieldset .news-item-image,
    .news-list .news-row .news-item .news-item-row > div.col .news-item-image {
        background-size: contain;
        background-position: 50% 50%;
        height:200px;
    }
    .news-list .news-item .short-description {
        height:auto;
    }
}
.news-mini-block .news-item-row > div.col .news-item-details .datetime {
    font-size:12px;
    text-align: right;
    border-bottom: none;
    margin-bottom:0;
}