.calendarium .block-grid{
	text-align: right;
}

[data-c_symbol="w_calendar_events"] .calendarium.calendarium{
	position: initial;
	width: auto;
}

.wce-hover .wce-hide{
	opacity: 1;
	visibility: visible;
}

.wce-wrap:before
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0px;
	margin-right: -4px;
}

.wce-wrap-inner
{
	padding: 5.8% 7.4%;
	padding-right: 0;
	padding-top: 0;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.wce-wrap .wce-title
{
	font-family: "Playfair Display", Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 900;
	color: #82b437;
}

.wce-navi
{
	padding: 0;
	margin: 0;
}

.wce-prev, .wce-next
{
	text-indent: -9999px;
	cursor: pointer;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 11.5px;
	height: 32px;
	font-size: 32px;
	-webkit-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;
}

.wce-prev:hover, .wce-next:hover
{
	color: #82b437;
}

.wce-prev.wce-disabled, .wce-next.wce-disabled, .wce-prev.wce-disabled:hover, .wce-next.wce-disabled:hover
{
	color: #f1f1f1;
}

.wce-prev .fa, .wce-next .fa
{
	position: absolute;
	left: 0;
	right: 0;
	text-indent: 0;
}

.wce-act-info
{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	padding-top: 1px;
	text-align: center;
	margin-right: -15.5px;
}

.wce-prev
{
	margin-right: -15.5px;
}

.wce-act-year-month
{
	font-size: 22px;
	line-height: 30px;
}

.wce-days, .wce-days tbody, .wce-days tr 
{
	display: block;
	white-space: nowrap;
	font-size: 0;
}

.wce-days th
{
	display: inline-block;
	width: 14.2857%;
	box-sizing: border-box;
	padding: 0;
	text-align: center;
	font-size: 16px;
	color: #1b1b1b;
	font-weight: 500;
	line-height: 50px;
}

.wce-days td
{
	border: 1px solid #d6d6d6;
	/*border-bottom: 1px solid #d6d6d6;*/
	/*border-right: 1px solid #d6d6d6;*/
	margin-bottom: -1px;
	margin-right: -1px;
	display: inline-block;
	width: calc(14.2857% + 1px);
	box-sizing: border-box;
	padding: 0;
	text-align: center;
	font-size: 18px;
	color: #000;
	height:0;
	padding-bottom: calc(12.2857% - 1px);
	position: relative;
}

.wce-days tr:nth-child(2) td
{
	border-top: 1px solid #d6d6d6;
	margin-top: -1px;
	padding-bottom: calc(12.2857% - 2px);
}

.wce-days tr td:last-child
{
	border-right: 1px solid #d6d6d6;
}

.wce-days tr:last-child td
{
	border-bottom: 1px solid #d6d6d6;
}

.wce-days tr td:first-child
{
	border-left: 1px solid #d6d6d6;
}

.wce-day-number
{
	position: absolute;
	height: 17px;
	width: 100%;
	text-align: center;
	top: 0;
	bottom: 0;
	line-height: 21px;
	margin: auto;
}

td.wce-event-status-on
{
	position: relative;
	border: 1px solid #ffffff;
	z-index: 1;
}

.wce-days td.wce-event-status-on
{
	background: #82b437;
	color: #fff;
	-webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out;
	-moz-transition: background 300ms ease-in-out, color 300ms ease-in-out;
	-o-transition: background 300ms ease-in-out, color 300ms ease-in-out;
	transition: background 300ms ease-in-out, color 300ms ease-in-out;
}

.wce-days td.wce-event-status-on.wce-hover
{
	background: #6c9a27;
	color: #ffffff;
	z-index: 2;
}

.wce-day-events
{
	position: absolute;
	top: 100%;
	right: -1px;
	background: #ffffff;
	border: 1px solid #d6d6d6;
	list-style: none;
	color: #2f2f2f;
	-webkit-transition: opacity 300ms ease-in-out, visibility 0ms linear;
	-moz-transition: opacity 300ms ease-in-out, visibility 0ms linear;
	-o-transition: opacity 300ms ease-in-out, visibility 0ms linear;
	transition: opacity 300ms ease-in-out, visibility 0ms linear;
	z-index: 2;
	width: 30vw;
}

.wce-day-events .wce-day-events-icon
{
	color: #82b437;
	float: left;
	font-size: 20px;
	margin-right: -25px;
}

.wce-day-events .wce-day-events-info
{
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding-left: 35px;
	text-align:left;
	white-space: normal;
}

.wce-day-events .wce-day-events-inner-wrap:after
{
	content: "";
	display: block;
	clear: both;
}

.wce-day-events .wce-day-events-title
{
	color: #82b437;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	box-sizing: border-box;
	padding-bottom: 5px;
	-webkit-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;
}

.wce-day-events .wce-day-events-title:hover
{
	color: #6c9a27;
	text-decoration: none;
}

.wce-day-events .wce-day-events-text
{
	font-size: 15px;
	line-height: 24px;
}

.wce-day-events ul
{
	padding: 0 20px;
	margin: 0;
	list-style: none;
	max-height: 40vw;
	overflow: auto;
}

.wce-day-events ul li
{
	margin: 0 0 20px 0;
}

.wce-day-events ul li:first-child{
	margin: 20px 0 20px 0;
}

.wce-hide
{
	opacity: 0;
	visibility: hidden;
}

.wce-disabled a
{
	cursor: auto;
	color: grey;
}


div.wce-wrap-inner{
	padding-bottom: 0;
}

.container-event .wce-wrap-inner{
	margin: 0;
	padding-bottom: 0;
}

@media all and (max-width: 1366px){
	.wce-wrap .wce-title
	{
		font-size: 24px;
	}
	
	.wce-act-year-month
	{
		font-size: 24px;
		line-height: 30px;
	}
	
	.wce-act-info
	{
		padding: 16px;
	}
	
	.wce-prev, .wce-next
	{
		font-size: 30px;
		width: 11.5px;
		height: 30px;
	}
	
	.wce-days th
	{
		font-size: 17px;
	}
	
	.wce-days td
	{
		font-size: 15px;
	}
	
	.wce-day-events
	{
		width: 50vw;
	}
}

@media all and (max-width: 1100px){
	.wce-wrap .wce-title
	{
		font-size: 22px;
	}
	
	.wce-act-year-month
	{
		font-size: 22px;
		line-height: 24px;
	}
	
	.wce-act-info
	{
		padding: 12px 16px;
	}
	
	.wce-days th
	{
		font-size: 16px;
	}
	
	.wce-days td
	{
		font-size: 14px;
		line-height: 40px;
	}
	
	.wce-day-events .wce-day-events-title
	{
		padding-bottom: 0;
		line-height: 21px;
	}
	
	.wce-day-events ul
	{
		max-height: 768px;
	}
}

@media all and (max-width: 1023px){
	
	.wce-wrap
	{
		position: relative;
		right: auto;
	}
	
	
	.wce-days tr td .wce-day-events
	{
		width: 50vw;
	}
	
	.wce-days tr td:first-child .wce-day-events,
	.wce-days tr td:first-child + td .wce-day-events,
	.wce-days tr td:first-child + td + td .wce-day-events,
	.wce-days tr td:first-child + td + td + td .wce-day-events
	{
		left: -1px;
		right: auto;
	}
/*	
	.wce-days tr td:first-child + td .wce-day-events
	{
		left: -1px;
		right: auto;
		width: 50vw;
	}*/
	
	.wce-day-events .wce-day-events-text
	{
		font-size: 14px;
	}
}


@media all and (max-width: 767px){
	
	.container-events .stokrotka-divider-with-title:last-child{
		padding-bottom: 0;
		padding-top: 0;
	}
	
	div.wce-wrap-inner , .calendarium [class*="column-"]{
		padding-left: 0;
		padding-right: 0;
	}
	
	.container-events .box:last-child{
		margin-top: 80px;
	}
}

@media all and (max-width: 767px){
	.wce-wrap-inner
	{
		padding: 25px 5%;
		padding-top: 0px;
	}
	
	.wce-days tr td .wce-day-events
	{
		width: 90vw;
		left: -100vw;
		right: -100vw;
		margin: auto;
	}
	
	.wce-days tr td:first-child + td + td + td .wce-day-events
	{
		left: -100vw;
		right: -100vw;
	}
	
	.wce-days tr td:first-child .wce-day-events
	{
		left: calc(-23vw + 2px);
		right: -100vw;
	}
	
	.wce-days tr td:first-child + td .wce-day-events
	{
		left: calc(-49vw + 3px);
		right: -100vw;
	}
	
	.wce-days tr td:first-child + td + td .wce-day-events
	{
		left: calc(-75vw + 5px);
		right: -100vw;
	}
	
	.wce-days tr td:first-child + td + td + td + td .wce-day-events
	{
		right: calc(-75vw + 5px);
		left: -100vw;
	}
	
	.wce-days tr td:first-child + td + td + td + td + td .wce-day-events
	{
		right: calc(-49vw + 3px);
		left: -100vw;
	}
	
	.wce-days tr td:first-child + td + td + td + td + td + td .wce-day-events
	{
		right: calc(-23vw + 2px);
		left: -100vw;
	}
	
	.wce-day-events .wce-day-events-text
	{
		font-size: 13px;
	}
}
