#page-detail {
	z-index: 0;
	/*overflow: hidden;*/
}
#page-detail.loading div.ajax-w {
	/*opacity: 0;*/
}
div.list.list-articles-events div.thumb.event,
#page #content-top:not(:empty),
#page #content-bottom:not(:empty),
#page.page-std:not(.template),
#content aside,
#file-list ul li div.lnk-holder,
div.pagi-holder div.pagi-cnt-holder,
div.pagination .left,
div.pagination .right,
div.pagination .center,
div.ajax-w #filters,
div#gallery,
#article
{
	background-color: rgba(255,255,255,0.5);
}
#page #content-top:not(:empty),
#page #content-bottom:not(:empty) {
	padding: 0.1em 2.5em;
	/*background-color: rgba(255,255,255,0.4);*/
	border-radius: 5px;
	width: auto;
	margin: 0.5em auto;
	/*text-align: justify;*/
}
#page #content-bottom:empty {
	display: none;
}
#page.page-std:not(.template),
#content aside {
	/*background-color: rgba(255,255,255,0.4);*/
	border-radius: 5px;
	margin: 0 5px;
}
#page.page-75 {
	max-width: 720px;
}
#page.page-50:not(.template) {
	/*max-width: 480px;*/
}
div.flex-clr {
	height: 100%;
	width: 100%;
	position: absolute;
}
#page.page-std:not(.template) {
	background-color: rgba(255,255,255,0.0);
	/*-ms-flex: 1 1 100%;*/
	/*flex: 1 1 100%;*/
	-ms-flex: 1 1 480px;
	flex: 1 1 480px;
}
h1.page-title {
	text-align: center;
	color: #545454;
	background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    margin-top: 0;
    
    font-size: 0;
}
h1.page-title em {
	font-style: normal;
	/*border-bottom: solid 2px #999;*/
}

h2.section-title {
	color: #545454;
}
#top-holder.fixed,
#top-holder.scrolling{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/*background-color: rgba(0,0,0,0.9);*/
	/*rgb(47, 88, 102)*/
	/*background-color: rgba(48, 48, 178,1);*/
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
#top-holder.fixed-scrollable {
	/*overflow: hidden;*/
}
#top-holder.scrolling {
	background-color: #222;
	z-index: 20;
}
#top-holder>div,
#top-holder header {
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

#top-holder.scrolling #head {
	margin: 0 auto;
}
#top-holder.scrolling #head>div>div {
}
#top-holder.scrolling #head img.logo {
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
#top-holder.scrolling #head a.lnk-lang {}
#top-holder.scrolling #head div.btn.cform{}
#top-holder.scrolling header {
	-webkit-transition: all 0.3s linear 0.3s;
	transition: all 0.3s linear 0.3s;
	margin: 0 auto;
	padding: 0.5rem 0;
	position: relative;
}

#top-holder.scrolling header ul.page-nav>li>a {
	font-size: 1.4rem;
}


body>div#arrow {
	display: none!important;
}
body > a.back-to-top {
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*ACT POS*/
div#mod-act-pos {
	color: #999;
}
div#mod-act-pos a {
	/*color: #FFF;*/
	text-shadow: none;
	-webkit-transition: all 0s linear 0s;
	transition: all 0s linear 0s;
}
div#mod-act-pos a:hover,
div#mod-act-pos a.highlight {
	color: #000;
	text-decoration: underline;
}
div#mod-act-pos a:hover {}
div#mod-act-pos a.highlight {
	color: #DDD!important;
}
/*END ACT POS*/
/*PANEL*/
#content aside {
	text-align: center;
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 220px;
	
	flex: 0 0 220px;
	max-width: 220px;
	min-width: 220px;
	width: 220px;
	/*min-height: 50vh;*/
	overflow: hidden;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}
#content aside.left {
	-ms-flex-item-align: start;
	align-self: start;
	order: 1;
}
#content aside.right {
	/*align-self: start;*/
	/*min-height: 100vh;*/
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 3;
	order: 3;
}
aside.right div.ajax-w,
aside.right div.ajax-w>div.list {
	height: 100%;
	place-content: start space-between;
}
aside div.holder-title {
	text-align: left;
	padding-top: 0.6rem;
	padding-left: 0.8rem;
}
aside div.holder-title span.title {
	color: #000;
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: bold;
}
aside.right div.list-flex div.list-item.list-item-thumb,
aside.right  div.list div.thumb {
	height: 200px;
	text-align: left;
	margin: 10px 5px;
}
aside.right div.list-flex div.list-item.thumb-link {
	/*display: none;*/
	display: block;
}
aside.right div.thumb-info div.thumb-title {
	font-size: 1rem;
}
aside.right div.list-item.list-item-thumb div.time > div span.fdate,
aside.right div.list-item.list-item-thumb div.time > div span.year {
	font-size: 0.8rem;
}
#nav-left {}



/*LEFT NAV*/
div#nav-side {
	width: 100%;
	text-align: left;
}

div#nav-side ul {
	padding: 0!important;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style-type: none;
}
div#nav-side>ul>li {
	font-size: 0.5rem;
}
div#nav-side>ul>li>div {}
div#nav-side ul li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	
}
div#nav-side ul ul li {
	font-size: 2em;
}

div#nav-side ul li>div {
	padding: 0 0 0 2em;
	font-size: 0.5em;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: center;
	/*align-items: flex-start;*/
	box-shadow: 0 0 0 1px rgba(0,0,0,0);
}
div#nav-side ul>li/*:not(:last-child)*/>div {
	border-bottom: solid 1px transparent;
	border-top: solid 1px transparent;
	-webkit-box-shadow: 0 0 0 0.5px #FFF;
	box-shadow: 0 0 0 0.5px #FFF;
}
div#nav-side li a {
	font-size: initial;
	color: #000;
	font-weight: 500;
	text-decoration: none;
	/*display: inline-block;*/
	/*width: 84%;*/
	vertical-align: top;
	cursor: pointer;
	padding: 5px 0;
}
div#nav-side div.wrap.highlightA {}
div#nav-side ul li:hover>div,
div#nav-side div.wrap.highlight,
div#nav-side div.wrap.highlightA {
	background-color: rgba(255,255,255,0.2);
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.9);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.9);
}
div#nav-side div.wrap.highlight,
div#nav-side div.wrap.highlightA {
	background-color: rgba(255,255,255,0.4);
}
div#nav-side div.wrap.highlightA {
	background-color: rgba(255,255,255,0.6);
}
div#nav-side ul li:hover>div:hover {
	background-color: rgba(255,255,255,1);
	/*border-color: rgba(0,0,0,0.9);*/
}
div#nav-side li a.lnk {
	-webkit-box-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}
div#nav-side li a.lnk:hover,
div#nav-side li a.lnk.highlight {
	color: #545454;
}

div#nav-side li a.lnk span {}

div#nav-side a.lnk.highlightA span {
	text-decoration: underline;
}

div#nav-side li a.lnk-exp {
	/*width: 2rem;*/
	/*height: 2rem;*/
	-webkit-flex: 0 0 2rem;
	-ms-flex: 0 0 2rem;
	flex: 0 0 2rem;
	/*background-color: rgba(0,0,0,0.5);*/
	/*background: transparent url('../images/tpl/icons/buttons/arr_v_r.png') center top/50% 200% no-repeat fixed; */	
	opacity: 0.6;
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	margin-right: 0.5rem;
	position: relative;
	display: inline-block;
}
div#nav-side li a.lnk-exp:after {
	background: transparent url('../images/tpl/icons/buttons/arr_r-gs.png') left bottom/200% 200% no-repeat;
	background-size: 200% 200%;
	background-position: left bottom;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	/*transform: rotateZ(90deg);*/
	content: "";
	width: 80%;
	height: 80%;
	left: 10%;
	top: 10%;
	position: absolute;
	display: inline-block;
}
div#nav-side li div:hover a.lnk-exp:after{
	background-position-x: right;
	/*transform: rotateZ(-90deg);*/
}
div#nav-side ul li:hover a.lnk-exp {
	opacity: 0.8;
}
div#nav-side li div:hover a.lnk-exp {
	opacity: 0.5!important;
}
div#nav-side li div:hover a.lnk-exp:hover {
	/*background-position-x: right;*/
	opacity: 1!important;
}
div#nav-side li a.lnk-exp-t {
	-webkit-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
/*END LEFT NAV*/

/*FILE LIST*/
#file-list ul {
	list-style-type: none;
	padding: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}
#file-list ul li {
	-webkit-box-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
	border-bottom: solid 1px #333;
	padding: 2px 0;
}
#file-list ul li:first-of-type{
	border-top: solid 1px #333;
}
#file-list ul li div.lnk-holder {
	position: relative;
	/*border-radius: 4px;*/
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	word-wrap: break-word;
}
#file-list ul li div.lnk-holder:hover {
	background-color: rgba(255,255,255,0.8);
}
#file-list ul li div.lnk-holder>div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#file-list ul li div.lnk-holder>div>div{
	-webkit-box-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
	font-size: 1rem;
	width: 10%;
	text-align: center;
	display: flex;
	align-items: center;
}
#file-list ul li div.lnk-holder>div>div:first-of-type{
	width: 90%;
	text-align: left;
}
#file-list ul li div.lnk-holder>div>div:last-of-type{
	text-align: right;
}
#file-list ul li div.lnk-holder span.small-txt {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 100%;
	font-size: 0.75em;
	color: #666;
	text-align: right;
	display: none;
}

/*#file-list ul li a.btn-file,*/
div.list.articles-events div.thumb.event div.lnk-wrapper  {
	/*color: rgba(255,224,0,1);*/
	/*color: #FFF;*/
	/*padding: 0.5em 1em;*/
	/*background-color: #545454;*/
	font-weight: normal;
	position: relative;
	top: 50%;
	margin-top: -25%;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
#file-list ul li a.btn-file {
	color: #fff;
	text-decoration: none;
	font-size: initial;
	padding: 0.5em 1.5em;
	margin: 0.5rem;
}
#file-list ul li a.btn-file:hover {
	/*color: #FFF;*/
	color: rgba(255,224,0,1);
}
#file-list ul li div.lnk-holder h3,
#file-list ul li div.lnk-holder p {
	margin: 0;
}
#file-list ul li div.lnk-holder > div > div:first-of-type > p,
#file-list ul li div.lnk-holder > div > div:first-of-type > h3 {
	/*display: inline-block;*/
	max-width: 16%;
	/*vertical-align: middle;*/
	height: 100%;
	flex-grow: 1;
}
/*END FILE LIST*/

/*PAGI*/
/*div.pagi-holder,*/
hr.pagi {
	display: none;
}
div.pagi-holder {
	border-collapse: separate;
}
div.pagi-holder div.pagination {
	border-collapse: separate;
	border-spacing: 0;
}
div.pagi-holder div.pagi-cnt-holder {
	/*background-color: rgba(255,255,255,0.4);*/
	border-radius: 0 0 4px 4px;
	display: table;
	border-top: solid 1px transparent;
	white-space: nowrap;
}
p.act-page {
	font-style: italic;
	text-align: right;
	width: 99%;
	right: 1%;
	position: relative;
	color: #666;
}
div.pagination .left,
div.pagination .right,
div.pagination .center {
	/*background-color: rgba(255,255,255,0.4);*/
	padding: 0;
}
div.pagination .right,
div.pagination .left {
	white-space: nowrap;
	width: 15%;
	/*vertical-align: top;*/
}
div.pagination .right {
	border-radius: 0 4px 4px 0;
}
div.pagination .left {
	border-radius: 4px 0 0 0;
}
div.pagination .right > div,
div.pagination .left > div {
	border-color: transparent;
}
div.pagination .center>div.center-wrap {
	/*display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;*/
}
div.pagination .center div.btn-wrp.page_nr {
	/*flex: 2 0 auto;*/
}
div.pagination .center div.btn-wrp.page_nr:hover {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
}
div.pagination a.page_nr {
	color: #000;
	/*width: auto;*/
	/*height: auto;*/
	vertical-align: middle;
	/*background-color: black;*/
	padding: 0;
	border-radius: 100%;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	text-shadow: none;
}
div.pagination a.page_nr:hover,
div.pagination a.page_nr.highlight {
	background-color: transparent;
	color: #545454;	
	box-shadow: none;
}
div.pagination a.page_nr.highlight {
	color: #888;
}
div.pagination a.page_nr:hover {
	/*color: #000;*/
}
div.pagination div.btn-wrp {
	background: none;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}
div.pagination div.btn-wrp:not(.pagi-hidden-prv):not(.pagi-hidden-nxt):not(.page_nr) {
	background: #545454;
	border-color: #747474;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 6px;
	padding: 2px 5px;
}
div.pagination div.btn-wrp:hover {}
div.pagination .btn {
	background-image: url('../images/tpl/icons/buttons/pagi_nav-gs.png');
	background-size: 200% 400%;
	background-position-x: right;
	background-position-y: top;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	opacity: 0.5;
	border-radius: 0;
}
div.pagination:hover .btn {
	opacity: 0.9;
}
div.pagination .btn.btn-up {
	/*background-position-x: 80%;*/
	background-position-y: 33%;
	background-position-x: left;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
div.pagination .btn.btn-down {
	background-position-x: left;
	background-position-y: top;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
div.pagination .btn.btn-first {
	background-position-y: top;
	background-position-x: left;
}
div.pagination .btn.btn-last {
	background-position-y: 100%;
	background-position-x: right;
}
div.pagination .btn.btn-left {
	/*background-position-x: 21%;*/
	background-position-y: 33%;
	background-position-x: left;
}
div.pagination .btn.btn-right {
	background-position-x: right;
	background-position-y: 67%;
}
div.pagination .btn.btn-left:hover,
div.pagination .btn.btn-first:hover,
div.pagination .btn.btn-up:hover {
	background-position-x: right;
}

div.pagination .btn-wrp.btn-left,
div.pagination .btn-wrp.btn-first,
div.pagination .btn-wrp.btn-up {
	background-position-x: left;
}
div.pagination .btn-wrp.btn-left:hover,
div.pagination .btn-wrp.btn-first:hover,
div.pagination .btn-wrp.btn-up:hover {
	background-position-x: left;
}
div.pagination .btn:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-position-x: left;
	opacity: 0.65;
}
/*END PAGI*/

/*ART EVENTS*/
div.ajax-w #filters {
	/*background-color: rgba(255,255,255,0.4);*/
	border-radius: 4px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	margin-bottom: 6px;
}
div.ajax-w #filters a {
	-webkit-box-flex: 1 0 20%;
	-ms-flex: 1 0 20%;
	flex: 1 0 20%;
	text-decoration: none;
	color: #000;
	padding: 0.2em 0;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	text-transform: lowercase;
}
div.ajax-w #filters a:not(:last-child) {
	border-right: solid 1px #000;
}
div.ajax-w #filters a:hover,
div.ajax-w #filters a.highlight {
	color: #545454;
	background-color: #FFF;
	/*border-color: #d7242a;*/
}
div.list.list-articles-events {
	flex-direction: column;
}
div.list.list-articles-events div.thumb.event {
	/*background-color: rgba(255,255,255,0.4);*/
	width: 100%;
	height: 6rem;
	min-height: 6rem;
	max-height: 6rem;
	margin: 5px auto;
	-webkit-box-flex: 1 0 100%;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	
}
div.list.list-articles-events div.thumb.event:hover {
	background-color: rgba(255,255,255,0.9);
}
div.list.list-articles-events div.thumb.event:hover>div.thumb-info {
	border-color: #999;
}
div.list.list-articles-events div.thumb.event>div {
	-webkit-box-flex: 0 1 15%;
	-ms-flex: 0 1 15%;
	flex: 0 1 15%;
	margin: 5px;
}
div.list.list-articles-events div.thumb.event>div:first-of-type,
div.list.list-articles-events div.thumb.event>div.time {
	border-radius: 4px;
	background-color: rgba(0,0,0,0.6);
	padding: 5px;
	text-align: center;
	-ms-flex-preferred-size: 15%;
	flex-basis: 15%;
	color: #FFF;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
div.list.list-articles-events div.thumb.event:hover>div.time {
	background-color: rgba(0,0,0,0.8);
}
div.list.list-articles-events div.thumb.event>div.time>div {
	height: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
}
div.list.list-articles-events div.thumb.event>div.time>div.to:not(.to-p):before {
	content: "";
	width: 20%;
	margin: 0 auto;
	height: 1px;
	top: 1px;
	background-color: #aaa;
	position: relative;
	display: block;
	
	position: absolute;
	left: 50%;
	margin-left: -10%;
}
div.list.list-articles-events div.thumb.event>div.time span:not(.perm) {
	display: none;
}
div.list.list-articles-events div.thumb.event>div.time span {
	/*vertical-align: middle;*/
	-ms-flex-item-align: center;
	align-self: center;
}
div.list.list-articles-events div.thumb.event>div.time span.fdate {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4em;
	-ms-flex-item-align: center;
	align-self: center;
}
div.list.list-articles-events div.thumb.event>div.time span.title {
	display: none;
}
div.list.list-articles-events div.thumb.event>div:last-of-type {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
}
div.list.list-articles-events div.thumb.event>div.thumb-info {
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
	margin: 5px 0;
	border-left: solid 1px transparent;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	padding: 0;
	text-align: left;
	-ms-flex-line-pack: center;
	align-content: center;
	/*align-items: left;*/
	/*text-align: left;*/
}
div.list.list-articles-events div.thumb.event>div.thumb-info>div {
	width: 100%;
}
div.list.list-articles-events div.thumb.event>div.thumb-info h2 {
	margin: 0;
	font-size: 1.4rem;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	font-weight: bold;
	padding-left: 0.5em;
}
div.list.list-articles-events div.thumb.event:hover>div.thumb-info h2 {
	padding-left: 0.3em;
}
div.list.list-articles-events div.thumb.event>div.thumb-info h2 em {
	font-style: normal;
}
div.list.list-articles-events div.thumb.event div.thumb-bg {
	display: none;
}
div.list.list-articles-events div.thumb.event div.lnk-wrapper {
	font-size: initial;
	position: relative;
	border-radius: 4px;
	/*height: 1rem;*/
	margin-top: -1.5rem;
	top: 50%;
	text-align: center;
	/*padding: 0;*/
	/*display: inline-block;*/
}
div.list.list-articles-events div.thumb.event div.lnk-wrapper:hover span.btn-ttl-detail {
	color: rgba(255,224,0,1);
}
.btn.btn-detail {
	width: auto;
	height: auto;
	font-size: 0;
	color: #FFF;
	text-decoration: none;
	text-transform: lowercase;
	padding: 0.5rem 1.5rem;
	display: inline-block;
	/*width: 100%;*/
	background-color: #545454;
}
.btn.btn-detail,
.btn.btn-detail * {
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.btn.btn-detail:hover {
	color: rgba(255,224,0,1);
}
.btn.btn-detail span.btn-ttl {
	font-size: initial;
	/*padding: 0.5em 1em;*/
	/*display: inline-block;*/
}


div.list.articles-events div.thumb.event a.a-fill {
	/*font-size: 0;*/
}
div.list.articles-events div.thumb.event a.a-fill span {
	vertical-align: middle;
	
	color: #FFF;
	display: inline-block;
}
div.list.articles-events div.thumb.event a.a-fill span.btn-ttl-detail {
	font-size: initial;
}
/*END ART EVENTS*/

/*GALLERIES*/
div.list#gallery-list {}
div.list#gallery-list div.thumb {
	position: relative;
	/*transform: scale(0.95);*/
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
div.list#gallery-list div.thumb:hover {
	/*transform: scale(1);*/
}
div.list#gallery-list div.thumb div.thumb-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 32%;
	left: 0;
	background-color: rgba(0,0,0,0.9);
	text-align: center;
	display: table;
}
div.list#gallery-list div.thumb div.thumb-info .thumb-title {
	margin: 0;
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	font-weight: normal;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	padding: 2px 1.1rem;
	font-size: 1.6rem;
}
div.list#gallery-list div.thumb:hover div.thumb-info .thumb-title {
	color: rgba(255,224,0,1);
}
div.list#gallery-list div.thumb div.thumb-info .thumb-title em {
	font-style: normal;
}
div#gallery {
	/*background-color: rgba(255,255,255,0.4);*/
	border-radius: 4px;
	overflow: hidden;
}
div#gallery-pics {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
div#gallery-pics div.image-thumb {
	-webkit-box-flex: 0 0 150px;
	-ms-flex: 0 0 150px;
	flex: 0 0 150px;
	/*flex: 1 1 auto;*/
	margin: 2px;
	overflow: hidden;
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
div#gallery-pics div.image-thumb:hover {
	-webkit-transform: scale(1);
	transform: scale(1);
}
div#gallery-pics div.image-thumb a {
	width: 100%;
	height: 100%;
	font-size: 0;
}
div#gallery-pics div.image-thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 4px;
}
div#gallery_content {
	padding: 0 5px;
}
/*END GALLERIES*/
/*VIDEOS*/
div.list#video-list {}
div.list#video-list div.thumb {
	position: relative;
	/*transform: scale(0.95);*/
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
div.list#video-list div.thumb:hover {
	/*transform: scale(1);*/
}
div.list#video-list div.thumb div.thumb-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 32%;
	left: 0;
	background-color: rgba(0,0,0,0.9);
	text-align: center;
	display: table;
}
div.list#video-list div.thumb div.thumb-info .thumb-title {
	margin: 0;
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
	font-weight: normal;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	padding: 2px 1.1rem;
	font-size: 1.6rem;
}
div.list#video-list div.thumb:hover div.thumb-info .thumb-title {
	color: rgba(255,224,0,1);
}
div.list#video-list div.thumb div.thumb-info .thumb-title em {
	font-style: normal;
}
div#video {
	/*background-color: rgba(255,255,255,0.4);*/
	border-radius: 4px;
	overflow: hidden;
}
/*END VIDEOS*/
/*CONTACT FORM*/
div.form_container {
	height: 100%;
}
div#popup-container hr {
	opacity: 0.8;
	width: 100%;
}
#form_contact {
	text-align: center;
}
#form_contact div.table {
	border-spacing: 0;
}
#form_contact input,
#form_contact textarea {
	margin: 0.5%;
	padding: 0.5%;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	font-family: 'Open Sans', sans-serif;
}
#form_contact input {
	border-radius: 4px;
}
#form_contact input[type=text],
#form_contact input[type=email],
#form_contact textarea {
	width: 97.5%;
	min-height: 2.2rem;
	font-size: 1.4rem;
	border: solid 1px #545454;
}
#form_contact textarea {
	resize: vertical;
	min-height: 10rem;
	width: 98%;
	margin: 2% 0.5%;
	border-radius: 4px;
}
#form_contact span.chb-txt {
	margin-left: 1em;
}
#form_contact div.holder-submit {
	text-align: right;
}
#form_contact input[type=submit] {
	border-color: transparent;
	display: inline-block;
	background-color: #545454;
	color: #FFF;
	font-size: 1.4em;
	padding: 2% 1%;
	width: 80%;
	border-radius: 4px;
}
#form_contact input[type=submit]:hover {
	color: rgba(255,224,0,1);
}
#form_contact input:hover:not([type=submit]),
#form_contact textarea:hover,
#form_contact input:focus:not([type=submit]),
#form_contact textarea:focus {
	/*box-shadow: 0 0 1px 1px rgba(255,255,255,0.4);*/
	/*box-shadow: 0 0 1px 1px rgba(0,0,0,0.4);*/
	border-color: rgba(0,0,0,0.3);
}
/*END CONTACT FORM*/
/*PARTNER IMAGE LINKS*/
a.partner_logo {
	text-decoration: none;
}
#page a.partner_logo>img {
	display: inline-block;
	max-width: 150px;
	max-height: 150px;
	vertical-align: middle;
	margin: 0.6em;
}
/*PARTNER IMAGE LINKS*/
/*STD PAGE*/
div#page-thumb div.overlay {
	z-index: -1;
}
div#page-thumb div.p_thumb {
	background: none!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
div#page-thumb div.p_thumb img {
	width: 100%;
	/*height: 100%;*/
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px;
}
/*END STD PAGE*/

/*ARTICLE DETAIL*/
#article {
	/*background-color: rgba(255,255,255,0.4);*/
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	flex-direction: column;
	/*align-content: center;*/
	padding: 1rem 2rem;
}
#article h1 {
	margin-top: 0;
	font-size: 1.6rem;
}
#article>div {
	-webkit-box-flex: 1 1 auto;
	-ms-flex:  1 1 auto;
	flex: 1 1 auto;
}
#article_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: solid 1px rgba(0,0,0,0.2);
}
#article_header>div {
	-webkit-box-flex: 0 1 33%;
	-ms-flex:  0 1 33%;
	flex: 0 1 33%;
	-ms-flex-item-align: start;
	align-self: start;
}
#article_header #article_preview {
	-webkit-box-flex: 0 1 66%;
	-ms-flex:  0 1 66%;
	flex: 0 1 66%;
/**/
}
#article_header #article_preview div.time {
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
#article_header #article_preview div.time span:not(.title) {
	font-weight: bold;
}
#article_header #article_preview div.time span.event-info {
	/*position: absolute;
	top: 4px;
	right: 4px;*/
	margin-top: 0.5rem;
	display: inline-block;
}
#article_header #article_preview div.time span.event-info span {
	display: block;
	text-transform: lowercase;
}
#article_header #article_preview div.time span.event-info span.event-act {
	text-decoration: underline;
	text-transform: uppercase;
}
#article_header #article_preview div.time span.title {}
#article_header #article_preview div.time span.title:after {
	content: ":";
	
}
#article_header div#page-thumb {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex: 0 0 300px;
	float: none;
	/*height: 300px;*/
}
div#article_header div.p_thumb {
	display: block;
	height: 100%;
}
#article_header div#page-thumb div.p_thumb img {
	width: 300px;
	/*object-fit: contain;*/
	transition: all 0.3s linear 0s;
	max-width: 100%;
	
	height: 300px;
	object-fit: cover;
}
#article div.content-top,
#article div.content-bottom {
	/*padding-left: 1rem;
	margin-left: 300px;
	border-left: solid 1px rgba(0,0,0,0.2); */
	word-wrap: break-word;
}
.stickem {
	/*position: relative;*/
}
.stickem.stickit {
	position: fixed;
}
/*END ARTICLE DETAIL*/

div#page-detail div.scroller {
	/*box-shadow: 0 9px 0 0 transparent, 0 -9px 0 0 transparent, 9px 0 4px -6px rgb(0, 0, 0), -9px 0 4px -6px rgb(0, 0, 0);*/
    max-height: 230px;
    min-height: 200px;
    /*overflow: hidden;*/
    position: relative;
    height: 230px;
    border: solid 1px rgba(0,0,0,0.2);
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 4px;
}
div#page-detail div.scroller>div {
	height: 100%;
	position: absolute;
	width: 100%;
}
.scroller.incl-gallery div.scrollableArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
}
.scroller.incl-gallery .slider-item {
    display: inline-block;
    margin: 5px;
    position: relative;
    vertical-align: middle;
    /*transform: scale(0.95);*/
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    border-radius: 4px;
    /*box-shadow: 1px 1px 2px 2px #545454;*/
    overflow: hidden;
    text-decoration: none;
    color: #FFF;
    -webkit-box-flex: 0 0 180px;
	-ms-flex: 0 0 180px;
    flex: 0 0 180px;
    
    width: 220px;
    height: 220px;
    overflow: hidden;
}
.scroller.incl-gallery .slider-item.gal-thumb.thumb-dflt-gal {
	font-size: initial;
	display: inline-block;
	width: 220px;
	height: 220px;
	line-height: 220px;
	font-size: 2rem;
	background-color: rgba(0,0,0,0.75);
	text-align: center;
	/*background-image: url('../images/tpl/bg-pattern_tp.png');*/
	font-weight: bold;
}
.scroller.incl-gallery .slider-item:hover {
	/*transform: scale(1);*/
	color: rgba(255,224,0,1);
}

.scroller.incl-gallery .slider-item img {
	width: 110%;
	height: 110%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	position: relative;
	top: -5%;
	left: -5%;
}
.scroller.incl-gallery .slider-item:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.scroller.incl-gallery:hover div.scrollingHotSpotRight,
.scroller.incl-gallery:hover div.scrollingHotSpotLeft {
	opacity: 0.8;
}

.scroller.incl-gallery div.scrollingHotSpotRight:hover,
.scroller.incl-gallery div.scrollingHotSpotLeft:hover {
	opacity: 1;
}
.scroller.incl-gallery div.scrollingHotSpotRight:before,
.scroller.incl-gallery div.scrollingHotSpotLeft:before {
	background-position-y: bottom;
	opacity: 1;
}

#content aside.fx-banner {
	position: absolute;
	width: 160px;
	min-width: 160px;
	overflow: hidden;
	height: 100%;
	background: transparent;
}

#content aside.fx-banner.banner-left{
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: 0;
	order: 0;
	right: 105%;
}
#content aside.fx-banner.banner-right{
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 4;
	order: 4;
	left: 105%;
}
#content aside.fx-banner>div {
	top: auto!important;
}
#content aside.fx-banner>div.stickem.stickit {
	position: fixed;
}
#content aside.fx-banner>div.stickem.stickit-end {
	position: absolute;
	bottom: 0;
}

#content aside.fx-banner section.slider-side {
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	height: 600px;
	max-height: 65vh;
	/*border-radius: 4px;*/
	overflow: hidden;
}
#main.template #content aside.fx-banner {
	margin-top: 5px;
	border-radius: 0;
}
section.sec-slider.slider-side {
	max-width: 160px;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: none;
	transform: none;
}

#page.template section#text-content * {
	font-size: 0!important;
}
