.carousel {}
.carousel#slider-a {}
section#slider-a h2.section-title {
	font-size: 0;
}

div.sec-slider,
section.sec-slider {
	position: relative;
	max-width: 100%;
	height: auto;
}
section.sec-slider:nth-child(2) {
	border: solid 1px rgba(0, 0, 0, 0.2);
	margin: 1rem auto;
	border-left: none;
	border-right: none;
}
div.sec-slider span.sname,
section.sec-slider span.sname {
	display: none;
}
div.sec-slider#slider-main,
section.sec-slider#slider-main {}

.carousel ul.slick-dots {
	right: 0;
	width: 100%;
	text-align: center;
	z-index: 5000;
}
.carousel .slick-dots li {
	margin: 0 0.2rem;
}
.carousel .slick-dots li button {
	background-color: #000;
	-webkit-box-shadow: 0 0 1px 1px #FFF;
	box-shadow: 0 0 1px 1px #FFF;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	border-radius: 100%;
	/*width: 1.2rem;
	height: 1.2rem;
	margin: 0.1rem;*/
	width: 1.4rem;
	height: 1.4rem;
	-webkit-transform: scale(0.81);
	transform: scale(0.81);
}
.carousel .slick-dots li button:hover,
.carousel .slick-dots li.slick-active button {
	box-shadow: 0 0 1px 1px rgba(255,224,0,1);
	background-color: rgba(255,224,0,1);
	/*width: 1.4rem;
	height: 1.4rem;
	margin: 0;*/
	-webkit-transform: scale(1);
	transform: scale(1);
}
/*ARTICLES*/
section#slider-a {
	/*min-height: 80vh;*/
	overflow: hidden;
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
	/*padding-bottom: 1rem;*/
}
section#slider-a div.slick-slide.slider-page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;flex-wrap: wrap;
}
section#slider-a div.slider-item {
	/*display: inline-block;*/
	-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;
	width: 290px!important;
	background-color: rgba(0,0,0,0.9);
	border-radius: 4px;
	margin: 10px;
	padding: 5px;
}

/*END ARTICLES*/
section.sec-slider div.holder-link {
	text-align: right;
	margin-top: 0.8rem;
}
section.sec-slider div.holder-link a {
	color: rgba(255,255,255,1);
	text-decoration: none;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	position: relative;
	display: inline-block;
	padding: 0.5em 1em;
	background-color: rgba(0,0,0,0.4);
	border-radius: 4px;
	overflow: hidden;
}
section.sec-slider div.holder-link a:hover {
	color: rgba(255,224,0,1);
	background-color: rgba(0,0,0,0.8);
}
section.sec-slider div.holder-link a:after,
section.sec-slider div.holder-link a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,0.8);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
section.sec-slider div.holder-link a:before {
	top: 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
section.sec-slider div.holder-link a:hover:after,
section.sec-slider div.holder-link a:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/*ARTICLE THUMBS*/
.list {
	margin: 0 auto;
}
.list-flex,
.list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;flex-wrap: wrap;
}
.list-articles {}
div.list div.list-item {}
div.list div.list-item div.inner {}
div.list div.list-item-thumb div.inner {
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
div.list-flex div.list-item.list-item-thumb,
div.list div.thumb {
	-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;
	width: 300px;
	height: 300px;
	border-radius: 10px;
	margin: 5px;
	padding: 2.5px;
	position: relative;
	overflow: hidden;
	/*transform: scale(0.96) translateZ(0) translate3d(0,0,0);*/
	-webkit-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
	-webkit-backface-visibility: hidden;backface-visibility: hidden;
	-webkit-transform-origin: center;
	transform-origin: center;
	outline: 1px solid transparent;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	/*background-color: rgba(0,0,0,0.9);*/
	background-color: rgba(255,255,255,0.6);
}
div.list-item.list-item-thumb a.a-fill,
div.list-item.list-item-thumb div.thumb-bg,
div.list div.thumb a.a-fill,
div.list div.thumb div.thumb-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	z-index: 3;
}
div.list-item.list-item-thumb a.a-fill {}
div.list-item.list-item-thumb div.thumb-bg,
div.list div.thumb div.thumb-bg {
	z-index: -1;
	background: none!important;
}
div.list-item.list-item-thumb div.thumb-bg img,
div.list div.thumb div.thumb-bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
div.list-item.list-item-thumb div.detail {
	background-color: rgba(0,0,0,0.9);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 36%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
div.list-item.list-item-thumb div.time {
	color: #FFF;
	text-align: left;
	left: 0;
	font-size: 0;
	width: 98%;
	height: 20%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding-left: 1.1rem;
}
div.list-item.list-item-thumb div.time div {
	display: inline-block;
	padding: 2px 0;
	
	vertical-align: top;
}
div.list-item.list-item-thumb div.time div.to:before {
	content: " - ";
	display: inline-block;
	/*font-size: 1.2rem;*/
	font-size: 0.8rem;
	font-weight: bold;
	padding: 0 0.3em;
}
div.list-item.list-item-thumb div.time>div span.fdate,
div.list-item.list-item-thumb div.time>div span.year {
	font-size: 1rem;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
div.list-item.list-item-thumb div.time>div span.fdate {
	/*font-weight: bold;*/
}
div.list-item.list-item-thumb div.time>div span.year {
	color: #999;
}
div.thumb-info {
	position: relative;
	height: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;-ms-flex-align: center;align-items: center;
	text-align: center;
}
div.thumb-info.ellipsis>div {
	/*margin: 0 auto!important;*/
}
div.thumb-info div.holder-thumb-text {}
div.thumb-info div.holder-thumb-title {
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

div.thumb-info div.thumb-text,
div.thumb-info div.thumb-title {}

div.thumb-info div.thumb-text {
	display: none;
}
div.thumb-info div.thumb-title {
	color: #FFF;
	font-size: 1.6rem;
	/*font-weight: bold;*/
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	padding: 2px 1.1rem;
}
div.thumb-info div.thumb-title em {
	font-style: normal;
}
div.list-articles {}
div.list-articles div.list-item-thumb {
	/*color: rgb(255,224,0);*/
}
div.list-articles div.list-item-thumb div.inner {}
div.list-articles div.list-item-thumb:after,
div.list-articles div.list-item-thumb:before {}

div.list-articles div.list-item-thumb:hover {
	/*transform: scale(1)translateZ(0) translate3d(0,0,0);*/
}
div.list-articles div.list-item-thumb:hover div.inner {}
div.list-articles div.list-item-thumb:highlight {
	
}
div.list-articles div.list-item-thumb:hover:after,
div.list-articles div.list-item-thumb:hover:before {}

/*div.list div.thumb:hover div.thumb-info .thumb-title,*/
div.list-articles div.list-item-thumb:hover div.thumb-title {
	/*color: #FFF;*/
	color: rgb(255,224,0);
}
div.list-articles div.list-item-thumb.thumb-link:hover {
	/*opacity: 0.8;*/
	/*background-color: rgba(255,224,0,1);*/
}
div.list-articles div.list-item-thumb.thumb-link:hover div.inner {
	/*opacity: 0.9;*/
}
/*div.list-articles div.list-item-thumb:hover div.thumb-title em,
div.list-articles div.list-item-thumb:hover div.time span {
	transform: rotate(-1deg) translate3d(0,0,0);
	display: inline-block;
}*/

/*ARTICLE THUMBS*/

/*PAGI AJAX*/
div.pagination div.btn-wrp.page_nr,
div.pagination a.page_nr {
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
div.pagination div.btn-wrp.page_nr {
	font-size: 0;
	border-radius: 100%;
	padding: 1px;
	/*background-color: rgb(255,224,0);*/
	-webkit-transition-delay: 0;
	transition-delay: 0;
}
div.xhr-carousel div.pagi-holder,
div.xhr-carousel div.pagination,
div.xhr-carousel div.pagination>div {
	background-color: transparent;
}
div.xhr-carousel div.pagination a.page_nr {
	width: 1rem;
	height: 1rem;
	background-color: black;
}
div.xhr-carousel div.pagination a.page_nr {
	font-size: 0;
}
div.xhr-carousel div.pagination div.btn-wrp.page_nr:hover,
div.xhr-carousel div.pagination div.btn-wrp.page_nr.highlight {
	-webkit-box-shadow: 0 0 1px 1px rgba(255,224,0,1);
	box-shadow: 0 0 1px 1px rgba(255,224,0,1);
	border-color: rgba(255,224,0,1);
	background-color: rgba(255,224,0,1);
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
div.xhr-carousel div.pagination a.page_nr:hover,
div.xhr-carousel div.pagination a.page_nr.highlight  {
	background-color: rgba(255,224,0,1);
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

/*MP TEMPLATE*/
#page section:not(:last-of-type) {
	/*margin-bottom: 2rem;*/
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
}
/*END MP TEMPLATE*/

/*EVENT CALENDAR*/
.carousel.scroller div.slides.iscroll div.scrollableArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;
	overflow-y: visible;
	/*padding: 0 0.8rem;*/
	/*margin: 0 0.8rem;*/
}
/*
.carousel.scroller div.slides.iscroll div.scrollWrapper-v {
	height: 100%;
    overflow-x: hidden;
    position: relative;
    width: 100%;
}
*/
.carousel.scroller div.slides.iscroll div.scrollWrapper {
	/*overflow: visible;*/
	/*padding: 0 2rem;*/
	padding: 0.8rem 0;
}
div.scrollingHotSpotRight,
div.scrollingHotSpotLeft {
	width: 5%!important;
	left: -3%!important;
	right: auto!important;
	opacity: 0.4;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
div.scrollingHotSpotRight {
	right: -3%!important;
	left: auto!important;
}

div.scrollingHotSpotRight:before,
div.scrollingHotSpotLeft:before {
	content: "";
	background-image: url('../images/tpl/icons/buttons/arr_v_r.png');
	background-repeat: no-repeat;
	background-position: 100% top;
	background-size: 50% 200%;
	display: block;
	width: 100%;
	height: 5rem;
	/*background-color: rgba(0,0,0,1);*/
	display: block;
	top: 50%;
	margin-top: -2.5rem;
	position: relative;
	position: absolute;
	/*right: -25%;*/
	/*opacity: 0.4;*/
}
div.scrollingHotSpotLeft:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.carousel.scroller:hover div.scrollingHotSpotRight,
.carousel.scroller:hover div.scrollingHotSpotLeft {
	opacity: 0.6;
}
.carousel.scroller div.scrollingHotSpotRight:hover,
.carousel.scroller div.scrollingHotSpotLeft:hover {
	opacity: 0.8;
}
section#slider-c {
	/*margin-top: 0;*/
}
section#slider-c div.carousel {
	overflow: visible;
}
section#slider-c div.slides {
	height: 100%;
}

.slider-item  {}

.slider-item.ev-cal {
	font-size: initial;
	min-width: 186px;
	max-width: 186px;
	width: 186px;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	/*margin: 0 5px;*/
	border-radius: 4px;
	text-align: center;
	padding: 2.5px;
	position: relative;
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	height: 280px;
}
.slider-item.ev-cal:hover {
	-webkit-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);

	z-index: 2;
	/*box-shadow: 0 0 1px 1px #FFF;*/
	/*background-color: rgba(255,0,0,0.8);*/
	background-color: rgba(0,0,0,1);
		
}
.slider-item.ev-cal:last-of-type {
	/*margin-right: 0.8rem;*/
	margin-right: 5px;
}
.slider-item.ev-cal:first-of-type {
	/*margin-left: 0.8rem;*/
	margin-left: 5px;
}
/*.second*/

.slider-item.ev-cal div.wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	padding: 0 1em;
}
.slider-item.ev-cal div.wrap p {
	margin: 0 auto;
}
.slider-item.ev-cal div.wrap div.detail {
	-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;
	border-top: solid 1px rgba(255,224,0,1);
	border-bottom: solid 1px rgba(255,224,0,1);
	/*max-height: 65%;*/
	height: 65%;
	font-size: 1.2em;
	/*font-weight: bold;*/
}
.slider-item.ev-cal div.wrap div.detail>div {
	display: table;
	height: 100%;
}
.slider-item.ev-cal div.wrap div.detail>div>div {
	display: table-cell;
	vertical-align: middle;
}
.slider-item.ev-cal div.wrap div.time {
	font-size: 1.3em;
	color: rgba(255,224,0,1);
	font-weight: bold;
	/*max-height: 15%;*/
	height: 15%;
}
.slider-item.ev-cal div.wrap div.time.to {
	height: 20%;
}
.slider-item.ev-cal div.wrap div.cal-prew {
	font-size: 0.75em;
	font-weight: normal;
	color: #FFF;
}
.slider-item.ev-cal a.cal-lnk.slider-item-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 0;
}
/*END EVENT CALENDAR*/