.cn-wrap
{
	width: 90%;
	max-width: 1440px;
	margin: auto;
}

.cn-rows-wrap
{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

}

.news-title
{
	font-weight: 600;
    font-size: 2.25rem;
    text-transform: uppercase;
    line-height: 40px;
    position: relative;
    text-align: left;
}
.news-title:before {
    content: '';
    width: 160px;
    position: absolute;
    display: inline-block;
    height: 4px;
    top: -24px;
    background-color: #e8412c;
}
.cn-row
{
	max-width: 23.4%;
	margin:10px 5px 15px;
	border: 1px solid #e5e5e5;
	position: relative;
	flex: auto;

	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.cn-row:hover
{
	box-shadow: 0 0 25px 0px #7d7474;
	transform:scale(1.1);
}

.cn-row-read-more.button
{
	position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
	background-color: transparent;
	border: 1px solid #fff;
    transform: translate(-50%, -50%);
}
.cn-row-read-more.button:hover
{
	color: #e8412c;
	background-color: #fff;
}

.cn-row-image
{
	max-width: 340px;
	width: 100%;
	overflow: hidden;
	/*padding: 20px;*/
	box-sizing: border-box;
	position: relative;

	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.cn-row-hover-content
{
	display:none;
	/*display: inline-block;*/
	vertical-align: middle;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity: 0;

	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
.cn-row:hover .cn-row-hover-content:before
{
	opacity: 0.85;
}
.cn-row:hover .cn-row-hover-content
{
	opacity: 1;
}
.cn-row-hover-content:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	overflow: hidden;
	background: #e8412c;
	opacity: 0;
	visibility: visible;
}


.cn-row-image .icon-wrapper{
	font-size: 75px;
	text-align: center;
	padding: 56px 0;
	background: #e8412c;
    color: #fff;
}

.cn-row-image a 
{
	display: block;
}

.cn-row-image img
{
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}

.cn-row-right
{
	background-color: #eee;

	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 100 100 auto;
    -ms-flex: 100 100 auto;
    flex: 100 100 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	padding: 30px 20px;
	box-sizing: border-box;
	display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch	;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.cn-bottom-link
{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
}

.cn-row-right-wrap
{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	width: 100%;
}

.cn-row-title
{
	font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;

	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 3 auto;
    -ms-flex: 0 3 auto;
    flex: 0 3 auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
	width: 100%;
}
.cn-row-title a{
	color: #000;
}

.cn-row-text
{
	font-size: 16px;
	padding-bottom: 12px;
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 3 auto;
    -ms-flex: 0 3 auto;
    flex: 0 3 auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
	width: 100%;
}

.cn-row-bottom
{
/*    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 3 auto;
    -ms-flex: 0 3 auto;
    flex: 0 3 auto;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
	width: 100%;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;*/
}

.cn-row-date
{
	display: inline-block;
	font-size: 1rem;
    color: #e8412c;
}

.RSS-wrap
{
	text-align: right;
}

/* TIMELINE */

.cn-news-event-rows
{
	position: relative;
	margin-top: 65px;
}

.cn-news-event-circle-line
{
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background: #dbdbdb;
}

.cn-news-event-row
{
	overflow: hidden;
	position: relative;
}

.cn-news-event-row:first-child:before
{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #ffffff;
	height: 50%;
	z-index: 1;
	width: 5px;
}

.cn-news-event-row:last-child:before
{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #ffffff;
	height: 50%;
	z-index: 1;
	width: 5px;
}

.cn-news-event-row:nth-child(2n)
{
	direction: rtl;
}

.cn-news-event-row-inner
{
	margin: 0 -100px;
}

.cn-news-event-information
{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	box-sizing: border-box;
	padding: 0 100px;
	direction: ltr;
}

.cn-news-event-date
{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	box-sizing: border-box;
	padding: 0 100px;
	direction: ltr;
}

.cn-news-event-row:nth-child(2n) .cn-news-event-date
{
	text-align: right;
}

.cn-news-event-picture
{
	float: left;
	width: 25%;
	height: 0;
	padding-bottom: 25%;
	background: #f1f1f1;
	position: relative;
}

.cn-news-event-picture-hover
{
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	color: #ffffff;
	text-align: center;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}

.cn-news-event-picture-hover:before
{
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	opacity: 0.5;
	background: #e8412c;
	z-index: 1;
}

.cn-news-event-picture-hover i
{
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	height: 60px;
	font-size: 60px;
	z-index: 1;
}

.cn-news-event-picture:hover .cn-news-event-picture-hover
{
	opacity: 1;
}

.cn-news-event-picture a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.cn-news-event-picture a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.cn-news-event-picture img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.cn-news-event-picture.empty img
{
	max-width: 60%;
	max-height: 60%;
	width: auto;
	width: auto;
}

.cn-news-event-information-right-content
{
	float: left;
	width: 75%;
	box-sizing: border-box;
	padding-left: 44px;
}

.cn-news-event-title
{
	font-size: 22px;
	color: #ad946c;
	font-weight: bold;
	padding-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.cn-news-event-title-icon
{
	font-size: 26px;
	margin-right: 15px;
}

.cn-news-event-text
{
	line-height: 28px;
}

.cn-news-event-art
{
	text-align: right;
	position: relative;
	z-index: 1;
}

.cn-news-event-date
{
	font-size: 22px;
	font-weight: 600;
	color: #2f2f2f;
}

.cn-news-event-date .fa
{
	font-size: 28px;
	color: #ad946c;
	vertical-align: middle;
	margin-right: 13px;
}

.cn-news-event-date p
{
	display: inline-block;
	vertical-align: middle;
}

.cn-news-event-circle
{
	width: 75px;
	height: 105px;
	margin: 0 -42px;
	display: inline-block;
	vertical-align: middle;
	direction: ltr;
	position: relative;
	z-index: 1;
	background: #ffffff;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.cn-news-event-circle.active
{
	width: 93px;
	height: 123px;
	margin: 0 -51px;
}

.cn-news-event-circle-inner
{
	width: 75px;
	height: 75px;
	border: 2px solid #dbdbdb;
	box-sizing: border-box;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: relative;
	margin: 15px 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.cn-news-event-circle.active .cn-news-event-circle-inner
{
	width: 93px;
	height: 93px;
}

.cn-news-event-circle-inner-inside
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 29px;
	height: 29px;
	border: 2px solid #7c7c7c;
	box-sizing: border-box;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.cn-news-event-circle-fill
{
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	width: 29px;
	height: 29px;
	/*background: #e8412c;*/
	background: #488CCB;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin: auto;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	z-index: 1;
}

.cn-news-no-information
{
	margin: 75px 0 0 0;
}
.wdwl--3-cols
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.cr-slider-prev
{
	position: absolute;
	left: 0;
	top: 0;
	height: 20px;
	bottom: 0;
	margin:auto;
	transform: translate(0%, 50%);
}
.cr-slider-next
{
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
	bottom: 0;
	margin:auto;
	transform: translate(0%, 50%);
}
.cr-slider-next:hover i,
.cr-slider-prev:hover i
{
	color: #494949;
}
.wdwl--col
{
	width: 33.333%;
	padding: 0 15px;
	box-sizing: border-box;
}
.cr-profile-wrapper
{
	padding: 0 25px;
	position: relative;
}
.cr-profile-slider
{
	margin: 25px 0;
}
/* TIMELINE END */

@media all and (max-width: 1200px)
{
	.cn-row
	{
		max-width: 31%;
	}
}

@media all and (max-width: 992px)
{
	.wdwl--col{
		width: 50%;
		padding: 0 15px 15px 15px;
		align-items: center;
	}
}

@media all and (max-width: 768px)
{
	.cn-row
	{
		max-width: 48%;
	}
	.cn-row-image
	{
		/*padding: 10px;*/
		width: 100%;
		text-align: center;
	}


	.cn-row
	{
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;		
	}

	.cn-rows-wrap
	{
		margin: -20px -10px;
		justify-content: center;
	}

	.cn-row-right
	{
		padding: 10px;
		
	}
}
@media all and (max-width: 680px)
{
	.wdwl--col{
		width: 100%;
		align-items: center;
	}
}

@media all and (max-width: 440px)
{
	.cn-row
	{
		max-width: 81%;
	}
}
@media all and (max-width: 350px)
{
	.cn-row
	{
		max-width: 100%;
	}
}