.cec-wrap
{
	max-width: 1440px;
	width: 90%;
	margin: auto;
}

.cec-filters
{
	padding: 0 35px;
	background: #9f9f9f;
	/*background: #e8412c;*/
}

.cec-filters > form
{
	margin: 0 -23px;
}

.cec-filter-title
{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	color: #ffffff;
	padding: 23px;
	box-sizing: border-box;
}

.cec-filters-wrap
{
	display: inline-block;
	vertical-align: middle;
	margin: -8px;
	width: calc(100% - 331px);
	padding: 23px;
	box-sizing: border-box;
	text-align: right;
}

.cec-filters-wrap select
{
	width: 100%;
}
.cec-row-place
{
	padding: 0 0 10px;
}
.cec-row-owner
{
	padding: 0 0 30px;
}

.cec-filter
{
	display: inline-block;
	vertical-align: middle;
}

.cec-filters-wrap .cec-filter
{
	width: 25%;
	box-sizing: border-box;
	padding: 8px;
	margin: 0 -2px;
}

.cec-filter-input-wrap
{
	padding: 23px;
	box-sizing: border-box;
}

.cec-filter-input
{
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.cec-event-rows
{
	position: relative;
	margin-top: 65px;
}

.cec-event-circle-line
{
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background: #dbdbdb;
}

.cec-event-row
{
	overflow: hidden;
	position: relative;
}

.cec-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;
}

.cec-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;
}

.cec-event-row:nth-child(2n)
{
	direction: rtl;
}

.cec-event-row-inner
{
	margin: 0 -100px;
}

.cec-event-information
{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	box-sizing: border-box;
	padding: 0 100px;
	direction: ltr;
}

.cec-event-date
{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	box-sizing: border-box;
	padding: 0 100px;
	direction: ltr;
}

.cec-event-row:nth-child(2n) .cec-event-date
{
	text-align: right;
}

.cec-event-picture
{
	float: left;
	width: 25%;
	height: 0;
	padding-bottom: 25%;
	background: #f1f1f1;
	position: relative;
}

.cec-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;
}

.cec-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;
}

.cec-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;
}

.cec-event-picture:hover .cec-event-picture-hover
{
	opacity: 1;
}

.cec-event-picture a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.cec-event-picture a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.cec-event-picture img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.cec-event-picture.empty img
{
	max-width: 60%;
	max-height: 60%;
	width: auto;
	width: auto;
}

.cec-event-information-right-content
{
	float: left;
	width: 75%;
	box-sizing: border-box;
	padding-left: 44px;
}

.cec-event-title
{
	font-size: 22px;
	color: #ad946c;
	font-weight: bold;
	padding-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.cec-event-title-icon
{
	font-size: 26px;
	margin-right: 15px;
}

.cec-event-text
{
	line-height: 28px;
}

.cec-event-art
{
	text-align: right;
	position: relative;
	z-index: 1;
}

.cec-event-date
{
	font-size: 22px;
	font-weight: 600;
	color: #2f2f2f;
}

.cec-event-date .fa
{
	font-size: 28px;
	color: #ad946c;
	vertical-align: middle;
	margin-right: 13px;
}

.cec-event-date p
{
	display: inline-block;
	vertical-align: middle;
}

.cec-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;
}

.cec-event-circle.active
{
	width: 93px;
	height: 123px;
	margin: 0 -51px;
}

.cec-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;
}

.cec-event-circle.active .cec-event-circle-inner
{
	width: 93px;
	height: 93px;
}

.cec-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%;
}

.cec-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;
}

.cec-no-information
{
	margin: 75px 0 0 0;
}

.nrl-bottom-button
{
	text-align: right;
	width: 100%;
	padding-top: 75px;
}

.nrl-art-date
{
	font-weight: 500;
	width: 100%;
	margin-right: -148px;
	padding-right: 180px;
	box-sizing: border-box;
	display: inline-block;
	line-height: 30px;
	vertical-align: bottom;
	text-align: left;
}

/*ART from c_descriptive_page*/
.cdp-rows-wrap
{
	margin: -30px 0;
}

.responsive-table
{
	overflow-x: auto;
}

.cdp-row-date
{
	padding: 0 0 10px;
}
.date-divider
{
	color: #e8412c;
}

@media all and (max-width: 1600px){
	
	.cec-event-date
	{
		font-size: 20px;
	}
	
	.cec-event-picture
	{
		width: 35%;
		padding-bottom: 35%;
	}
	
	.cec-event-information-right-content
	{
		padding-left: 34px;
		width: 65%;
	}
	
}

@media all and (max-width: 1280px){
	.cec-event-rows-inner
	{
		margin: -10px 0;
	}
	
	.cec-event-row
	{
		padding: 10px 0;
	}
	
	.cec-event-title
	{
		font-size: 20px;
		padding-bottom: 10px;
	}
	
	.cec-event-text
	{
		line-height: 24px;
	}
	
	.cec-filters-wrap .cec-filter{
		width: 33.33%;
	}
}

@media all and (min-width: 320px) and (max-width: 1024px){
	.cdp-row
	{
		padding: 20px 0;
	}
	
	.cdp-rows-wrap
	{
		margin: -20px 0;
	}
	
	.cdp-row h2
	{
		font-size: 20px;
	}
	
	.cdp-row .IMAGES_TR
	{
		padding-left: 20px;
	}
	
	.cdp-row .IMAGES_TL
	{
		padding-right: 20px;
	}
	
	.cec-event-circle
	{
		width: 65px;
		margin: 0 -36px;
	}
	
	.cec-event-circle-inner
	{
		width: 65px;
		height: 65px;
	}
	
	.cec-event-circle-inner-inside
	{
		width: 25px;
		height: 25px;
	}
	
	.cec-event-circle-fill
	{
		width: 25px;
		height: 25px;
	}
	
	.cec-event-circle.active
	{
		width: 74px;
		margin: 0 -40px;
		height: 113px;
	}
	
	.cec-event-circle.active .cec-event-circle-inner
	{
		width: 73px;
		height: 73px;
	}
	
	.cec-event-date
	{
		font-size: 18px;
	}
	
	.cec-event-information
	{
		padding: 0 30px;
	}
	
	.cec-event-row-inner
	{
		margin: 0 -65px;
	}
	
	.cec-event-information, .cec-event-date {
		padding: 0 65px;
	}
	
	.cdp-row .cdp-row-date
	{
		font-size: 16px;
	}
	
}

@media all and (min-width: 320px) and (max-width: 1023px){
	.cec-event-row-inner
	{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row-reverse wrap;
		flex-flow: row-reverse wrap;
		position: relative;
	}
	
	.cec-event-information
	{
		order: 1;
		width: calc(100% - 100px);
		margin-right: 100px;
	}
	
	.cec-event-picture
	{
		width: 20%;
		padding-bottom: 20%;
	}
	
	.cec-event-information-right-content
	{
		width: 80%;
	}
	
	.cec-event-date
	{
		order: 2;
		width: calc(100% - 100px);
		margin-right: 100px;
		padding-left: calc(65px + 19%);
		height: 26px;
		top: -30px;
		position: relative;
		font-size: 15px;
	}
	
	.cec-event-circle
	{
		order: 3;
		position: absolute;
		right: 105px;
		margin-top: auto !important;
		margin-bottom: auto !important;
		top: 0;
		bottom: 0;
	}
	
	.cec-event-circle-fill
	{
		left: auto;
		right: 25px;
	}
	
	.cec-event-circle-line
	{
		left: auto;
		right: 35px;
	}
	
	.cec-event-row:first-child:before
	{
		left: auto;
		right: 34px;
	}
	
	.cec-event-row:last-child:before
	{
		left: auto;
		right: 34px;
	}
	
	.cec-event-row:nth-child(2n) .cec-event-date
	{
		text-align: left;
	}
	
	.cec-filters-wrap .cec-filter{
		width: 33.33%;
	}
	
	.cec-filters-wrap
	{
		width: 100%;
	}
}

@media all and (min-width: 320px) and (max-width: 768px){
	.cdp-row h2
	{
		font-size: 22px;
	}
	
	.cec-filters-wrap .cec-filter{
		width: 50%;
	}
	
	.cdp-row .cdp-row-date
	{
		font-size: 15px;
	}
}

@media all and (min-width: 320px) and (max-width: 767px){
	
	.cec-event-circle, .cec-event-circle-line, .cec-event-circle-fill, .cec-event-row:last-child:before, .cec-event-row:first-child:before
	{
		display: none;
	}
	
	.cec-event-information
	{
		width: 100%;
		margin-right: 0;
	}
	
	.cec-event-picture
	{
		width: 30%;
		padding-bottom: 30%;
	}
	
	.cec-event-information-right-content
	{
		padding-left: 22px;
		width: 70%;
	}
	
	.cec-event-date
	{
		padding-left: calc(65px + 29%);
		font-size: 13px;
	}
	
	.cec-filters
	{
		padding: 0 25px;
	}
	
	.cec-filter-title
	{
		padding: 17px;
	}
	
		/*	BOXES START*/
	.cdpl-2-boxes
	{
		margin: -20px 0;
	}
	
	.cdpl-2-boxes .cdpl-box-wrap
	{
		float: none;
		width: 100%;
		padding: 0;
		margin: 20px 0;
	}
	
	.cdpl-2-boxes .cdpl-box-wrap .cdpl-box.last
	{
		left: 0px;
		right: 20px;
	}
	
	.cdpl-2-boxes .cdpl-box-wrap:first-child + .cdpl-box-wrap .cdpl-box-name
	{
		margin: 0;
	}
/*	BOXES END*/
/*	BOXES START*/
	.cdpl-3-boxes
	{
		margin: -20px 0;
	}
	
	.cdpl-3-boxes .cdpl-box-wrap, .cdpl-3-boxes .cdpl-box-wrap:first-child + .cdpl-box-wrap, .cdpl-3-boxes .cdpl-box-wrap:first-child + .cdpl-box-wrap + .cdpl-box-wrap
	{
		float: none;
		width: 100%;
		padding: 0;
		margin: 20px 0;
	}
	
	.cdpl-3-boxes .cdpl-box-wrap:first-child + .cdpl-box-wrap .cdpl-box-name,
	.cdpl-3-boxes .cdpl-box-wrap:first-child + .cdpl-box-wrap + .cdpl-box-wrap .cdpl-box-name
	{
		margin: 0;
	}
	
	.cdpl-3-boxes .cdpl-box-wrap .cdpl-box.last
	{
		left:0;
	}
/*	BOXES END*/
	
	.cdp-row h2
	{
		font-size: 18px;
	}
	
	.cdp-row .IMAGES_TL
	{
		width: auto;
		float: none;
		max-width: none;
		text-align: center;
		padding-right: 0;
		margin:-15px;
	}
	
	.cdp-row .IMAGES_TR
	{
		width: auto;
		float: none;
		max-width: none;
		text-align: center;
		padding-left: 0;
		margin:-15px;
	}
	
	.cdp-row .IMAGES_TL .IMAGE, .cdp-row .IMAGES_TR .IMAGE
	{
		text-align:center;
		display: inline-block;
		vertical-align: top;
		padding: 15px;
		width: 50%;
		margin: 0 -2px;
	}
	
	.cdp-row .IMAGES_T .IMAGE,
	.cdp-row .IMAGES_B .IMAGE
	{
		width: 50%;
		text-align: center !important;
	}
	
	.cdp-row .IMAGES_T .IMAGE:nth-child(odd),
	.cdp-row .IMAGES_B .IMAGE:nth-child(odd)
	{
		text-align: left;
	}
	
	.cdp-row .IMAGES_T .IMAGE:nth-child(even),
	.cdp-row .IMAGES_B .IMAGE:nth-child(even)
	{
		text-align: right;
	}
	
	.cdpl-2-cols > div.cdpl-col
	{
		width: 100%;
		float: none;
	}
	
	.cdpl-2-cols-2st-big > div.cdpl-col .images-s
	{
		padding: 15px 0 0 0;
	}
	
	.cdpl-2-cols > div.cdpl-col:first-child + div.cdpl-col
	{
		margin-top: 20px;
	}
	
	.cdpl-3-cols
	{
		margin: 0;
	}
	
	.cdpl-3-cols > div.cdpl-col
	{
		width: 100%;
		float: none;
		padding: 10px 0;
	}
	
	.cdpl-3-cols > div.cdpl-col.last
	{
		width: 100%;
	}
	
	.cdpl-2-cols-1st-big > div.cdpl-col.first,
	.cdpl-2-cols-1st-big > div.cdpl-col.last
	{
		width: 100%;
		float: none;
	}
	
	.cdpl-2-cols-2st-big > div.cdpl-col.first,
	.cdpl-2-cols-2st-big > div.cdpl-col.last
	{
		width: 100%;
		float: none;
	}
	
	.cdpl-2-cols-2st-big > div.cdpl-col.last
	{
		padding-top: 15px;
	}

	fieldset.cdp-row-annexes legend
	{
		/*padding: 3px 20px 4px 20px;*/
	}
	
	.cdpl-3-cols > div.cdpl-col:first-child .IMAGE
	{
		text-align: center;
	}
	
	.cdpl-3-cols > div.cdpl-col:first-child + div.cdpl-col .IMAGE
	{
		text-align: center;
	}

	.cdpl-3-cols > div.cdpl-col:first-child + div.cdpl-col + div.cdpl-col .IMAGE
	{
		text-align: center;
	}
	
	.cdpl-3-cols > div.cdpl-col .images-col .IMAGE
	{
		width: 50%;
		margin: 0 -2px;
		display: inline-block;
	}
	
	fieldset.cdp-row-annexes ul li > a.cdp-arow-name{
		width:100%;
	}

	fieldset.cdp-row-annexes ul li > span.cdp-arow-desc
	{
		width:100%;
		margin-bottom: 5px;
	}
	
	fieldset.cdp-row-annexes ul li > span.cdp-arow-size,
	fieldset.cdp-row-annexes ul li > span.cdp-arow-ext
	{
		min-width: 80px;
	}
}

@media all and (min-width: 320px) and (max-width: 600px){
	.cec-event-picture
	{
		width: 100%;
		padding-bottom: 100%;
	}
	
	.cec-event-information-right-content
	{
		padding-top: 20px;
		padding-left: 0;
		width: 100%;
	}
	
	.cec-event-date
	{
		padding-left: 65px;
		top: -65px;
		margin-right: 0;
		width: 100%;
	}
	
	.cec-event-art
	{
		padding-top: 35px;
	}
	
	.cec-filters-wrap .cec-filter
	{
		width: 100%;
	}
	
	.cdp-row .cdp-row-date
	{
		font-size: 14px;
	}
}

@media all and (min-width: 320px) and (max-width: 480px){
	
	.cdp-row .IMAGES_T,
	.cdp-row .IMAGES_B
	{
		margin: -15px 0;
	}
	
	.cdp-row .IMAGES_TL .IMAGE, .cdp-row .IMAGES_TR .IMAGE
	{
		width: 100%;
		margin: 0;
	}
	
	.cdp-row .IMAGES_T .IMAGE,
	.cdp-row .IMAGES_B .IMAGE
	{
		width: 100%;
		padding: 15px 0;
		text-align: center !important;
	}
	
	.cdpl-3-cols > div.cdpl-col .images-col .IMAGE
	{
		width: 100%;
	}
}