@font-face {
  font-family: 'fontawesome';
  src:  url('/css/fonts/font-awesome/fontawesome.eot?85299223loh1');
  src:  url('/css/fonts/font-awesome/fontawesome.eot?87loh1#iefix') format('embedded-opentype'),
  url('/css/fonts/font-awesome/fontawesome.ttf?87loh1') format('truetype'),
  url('/css/fonts/font-awesome/fontawesome.woff?87loh1') format('woff'),
  url('/css/fonts/font-awesome/fontawesome.svg?87loh1') format('svg');
  font-weight: normal;
  font-style: normal;
}

.common-page-tabs.arhiv-page-tabs {
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    justify-content: left;
}
.common-page-tabs.arhiv-page-tabs .w-tabs-list { max-width: 40%;}

.common-page-tabs.arhiv-page-tabs .w-tabs-list .w-tabs-item {line-height:normal; width: 85%; margin-right: 0;}

.common-page-tabs.arhiv-page-tabs .w-tabs-sections { position: relative; width: 100%;}
.common-page-tabs.arhiv-page-tabs .w-tabs-sections .w-tabs-section .w-tabs-section-content {padding-top:0;}

.common-page-tabs.arhiv-page-tabs .w-tabs-sections .arhiv-year-buttons { display: inline-flex;}

.eventsList-container {position:relative;}
.eventsList-container.alist-loader {pointer-events: none; min-height: 150px;}
.eventsList-container.alist-loader:before  {
    content:"";
	position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: var(--color-oposite-opacity40) url(/img/loader.gif) no-repeat 50% 0;
}


@media (max-width: 1050px) {
	.arhiv-page-tabs.common-page-tabs .w-tabs-item .w-tabs-item-title {
		font-size: 14px !important;
	}
}
@media (max-width: 980px) {
	.common-page-tabs.arhiv-page-tabs {flex-flow: column;}
	.common-page-tabs.arhiv-page-tabs .w-tabs-list { max-width: unset;}
	.common-page-tabs.arhiv-page-tabs .w-tabs-list .w-tabs-item {width:auto;margin-right: 10px;}
	.common-page-tabs.arhiv-page-tabs .w-tabs-sections .w-tabs-section .w-tabs-section-content {padding-top:1.5rem;}
}
@media (max-width: 500px) {
	.common-page-tabs.arhiv-page-tabs .w-tabs-list .w-tabs-list-h {
        flex-flow: wrap;
		display: inline-flex;
	}
}

.events-archive-list_table {
	line-height:normal;
}

.events-archive-list_table thead tr{
	font-size: 12px;	
	border-top: 2px solid var(--color-content-border);
	border-bottom: 2px solid var(--color-content-border);
}

.events-archive-list_table tbody tr {	
	background-color: #f2f1f2;
	border-bottom: #fff 20px solid;
}
.events-archive-list_table tbody tr[evid] {
	border-bottom-width: 3px!important;
}


.eal_title {
	text-align:left!important;
}

.events-archive-list_table thead .eal_date,
.events-archive-list_table .eal_title {
	color: #008080!important;	
	text-transform:uppercase!important;
}

.events-archive-list_table tbody .eal_title a {
	text-decoration:underline;
	line-height: 22px!important;
	font-size: 16px!important;
	text-transform: none;
	font-weight: normal;
}
.eal_title p {
	 margin-bottom: 2px;
	 font-size:12px;
	 font-weight: normal;
}
.eal_title p:last-of-type {
	margin-top:3px;
	margin-bottom:0;
	text-transform: none;
}

.events-archive-list_table tbody .eal_date {
	padding: 5px;
	vertical-align: top;
	text-align: center;
	min-height:80px;
}

.events-archive-list_table tbody .eal_date > div {
	position:relative;
	min-height: 80px;
}
.eal_date .eal_date_view {
	position: absolute;
	top: 0;
	left: 0;
	font-size: .7em;
	border: 1px solid #c2c2c2;
	border-top: none;
	border-radius: 5px;
	box-sizing: border-box;
	color: #525252;
	float: left;
	font-weight: 700 !important;
	background-image: -webkit-linear-gradient(#fff,#fff 1em,#e7e7e7);
	background-image: linear-gradient(#fff,#fff 1em,#e7e7e7);
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: none \9;
	line-height: 1.2em;
	margin: 5px 0 0 5px;;
	overflow: hidden;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	width: 4em;
}

.eal_date .eal_date_view .ev-month {
	background: #870000;
	border-radius: 4px 4px 0 0;
	color: #fff;
	font-size: .8em;
	letter-spacing: .2em;
	padding: 0 0.2em;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}
.eal_date .eal_date_view .ev-day {
	font-size: 2em;
	padding: 0.35em 0 0.22em;
}
.eal_date .eal_date_view .ev-weekday {
	font-size: .8em;
	padding: 0 0 0.2em;
}

.eal_video {
	text-align: center;
}
.eal_video.notAuthorized {
	text-transform: none;
    color: #333;
    font-size: 18px;
	font-weight:normal;
}
.eal_video.notAuthorized a {
	text-decoration:underline;
}

.eal-separate-year {
	background-color:transparent!important;
	border-bottom-width:10px!important;
	text-transform:uppercase!important;
	color: #008080!important;
}
.eal-separate-year td,	.eal-separate-year th {
	text-align:center;
}

.eal_video_ya {
	position: relative;
	width: 644px;
	height: 362px;
	display: inline-block;
}
.eal_video_ya_holder {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.eal_video_ya_holder .play-arrow {
	outline: none;
	color: #fff;
	cursor: pointer;
	position: absolute;
	z-index: 2;
	padding-left: 5px;
	display:inline-block;
}
.eal_video_ya_holder:before,
.eal_video_ya_holder:hover:before {
	content: "";
	height: 124px;
	width: 124px;
	border-radius: 62px;
	background: rgba(0,0,0,.3);
	border: none;
	outline: none;
	color: #fff;
	cursor: pointer;
	position: absolute;
	z-index: 1;
}
.eal_video_ya_holder:hover:before {
	background: rgba(0,0,0,.5);
}
.eal_video_ya_textLink {
	height: 50px;
	width: 240px;
	border-radius: 0 3px 3px 0;
	background: rgba(23,23,23,0.8);
	border: none;
	outline: none;
	color: #fff;
	cursor: pointer;
	position: absolute;
	z-index: 2;
	bottom: 5px;
	left: 0;
	text-transform: none;
	font-weight: 500;
	font-size: 16px;
	padding: 14px 0 12px 12px;
	white-space: nowrap;
	text-align: left;

}

.eal_video_ya_topShadow {
	height: 40px;
	padding-bottom: 90px;
	top: 0;
	background-position: top;
	width: 100%;
	position: absolute;
	background-repeat: repeat-x;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
	-webkit-transition: opacity .25s cubic-bezier(0,0,0.2,1);
	transition: opacity .25s cubic-bezier(0,0,0.2,1);
	pointer-events: none;
}

.eal_video_poster {
	display:inline-block;
	position:relative;
}
.eal_video_poster img {
	display:none;
}
.eal_video_poster.prepareVideoStream img {
	display:inline-block;
}
.eal_video_poster.prepareVideoStream:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 10;
    opacity: 0.4;
}
.eal_video_poster.prepareVideoStream:after {
    font: normal normal normal 16px/1 fontawesome; 
    font-size: 70px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f16a";
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	display: inline-block;
    color: #870000;
    z-index: 1000;
    background: #fff;
    line-height: 30px;
	letter-spacing: -15px;
	cursor: pointer;
}

.eal_video_views {
	text-transform: none;
    color: #333;
    font-size: 14px;
}

.eventArchiveList-block .athiv-empty-list {
	color: var(--color-content-text);
    text-transform: initial;
    background-color: transparent;
    font-weight: 200;
    font-size: 14px;
	padding-top:1em;
}
.eventArchiveList-block .events-archive-list_table tr:has(.athiv-empty-list) {background:transparent;border:0 none;}

.eventArchiveList-block .athiv-empty-list p { margin-bottom:10px;}