
@font-face {
	font-family: 'Wb_Opens';
	src: url('/font/wbv_opensans.ttf') format('truetype');
	font-weight: 300 800;
	font-stretch: 75% 100%;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: 'Wb_Opens';
	src: url('/font/wbv_opensans_italic.ttf') format('truetype');
	font-weight: 300 800;
	font-stretch: 75% 100%;
	font-style: italic;
	font-display: block;
}


/* layout /////////////////////////////////////////////////////////// */

:root {

  --maincolor: #0288b4;
  --subcolor: #428600;
  --textcolor: #333333;
  
  --lighttextcolor: #f9f9f9;
  --backgroundcolor: #ffffff;
  --lightbackgroundcolor: #212121;

  --radius-menu: 0.4rem;
  --radius-box:  0.35rem;
  --radius-button: 0.1rem;
  --radius-element: 0.3rem;
  --radius-gamestrip: 0.4rem;
  --radius-small: 3px;

  --gap: 1.6rem;
  --halfgap: 0.8rem;
  --halfgap-negative: -0.8rem;
  --space: 1.8rem;

  --shadow1: 0px 1px 3px rgba(0,0,0,0.2);
  --shadow2: 0px 1px 6px rgba(0,0,0,0.2);
  --shadow3: 0px 2px 4px rgba(0,0,0,0.3);

  --fontfamily: "Wb_Opens", "Segoe UI", Roboto, Helvetica, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --fontfamily2: serif;

  --maxpagewidth: 1664px;
}
@media (max-width:767px){
	:root {
	  --space: 1.5rem;
	}
}

html{
	width: 100%;
	height:100%;
	padding:0;
	margin:0;
	font-size: 3.8vw;
	background-color:#fafafa;
	color:#444444;
}
html.darktheme{
	background-color:#171717;
	color:#f9f9f9;
	scrollbar-color: #959595 #323234;
	
	--maincolor: #37cafa;
	--textcolor: #ffffff;
}

@media (orientation: landscape) and (max-width:767px){
	html{
		font-size: 1.8vw;
	}
}
.container {
	width: 100%;
	max-width: var(--maxpagewidth);
}
.container-half {
	max-width: calc(var(--maxpagewidth) / 2);
}
.container-onethird {
	max-width: calc(var(--maxpagewidth) / 3);
}
.container-twothird {
	max-width: calc(var(--maxpagewidth) / 3 * 2);
}




@media (min-width: 768px){
	html{
		font-size: 1.1vw;
	}
	.container {
		width: 100%;
	}
}
@media (min-width: 992px){
	html{
		font-size: 1.1vw;
	}
	.container {
		width: 100%;
	}
}
@media (min-width: 1290px){
	.container {
		width: 100%;
	}
}
@media (min-width: 1455px){
	html{
		font-size: 16px;
	}
}
.container-fluid{
	width:100%;
	max-width: 100rem;
}
body{
	background-color:#fafafa;
	padding:0;
	margin:0;
	color:#333333;
	font-family: var(--fontfamily);
	font-weight: 400;
	font-style: normal;
    font-size: 1.03rem;
    line-height: 1.44;
	text-align: left;
	vertical-align: baseline;
	word-break: normal;
	width: 100%;
}
body.darktheme{
	background-color:#171717;
	color:#f9f9f9;
}



.theme-change > span{
	display:block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 1.1rem;
	line-height: 1;
	width: 2.2rem;
	height: 1.15rem;
	padding: 0 !important;
	overflow: hidden;
	background: #fe9141;
	position: relative;
	border: none !important;
	border-radius: 0.6rem !important;
}
.theme-change > span > span{
	position:absolute;
	display: block;
	transition: all 0.25s ease;
}
.theme-change .day:before {
    content: "\f0a3";
    font-size: 0.8em;
    font-weight: 900;
}
.theme-change .night:before {
    content: "\f186";
}
.theme-change .day {
	top: 0.01em;
	left: 0.13em;
	color: #ffffff;
	font-size: 0.91em;
	font-weight: 400;
	opacity: 1;
}
.theme-change .night {
	top: 0.15em;
	right: 50%;
	font-size: 0.85em;
	color: #5da0ff;
	opacity: 0;
	transform: rotate(242deg);
}


body.darktheme .theme-change > span{
    background:#0d3f89;
}
body.darktheme .theme-change .day {
    left: 50%;
    opacity: 0;
}
body.darktheme .theme-change .night {
    right: 0.16em;
    opacity: 1;
}
@media (max-width:767px){
	.theme-change > span {
		width: 3.5rem;
		height: 1.8rem;
		font-size: 1.8rem;
		border-radius: 0.9rem !important;
	}
	.theme-change .day {
		top: 0.0em;
	}
	.theme-change .night {
		top: 0.23rem;
	}
}







@media (max-width:767px){
	body{
		font-size: 0.95rem;
		line-height: 1.4;
	}
}


font[class]{
	background-color: transparent !important;
	box-shadow: none !important;
}

/* /////////////////////////////////////////////////////////// */

@keyframes blink-animation {
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
}
@keyframes nextdown{
	0% {transform: translateY(0px);}
	10%{transform: translateY(10px);}
	20%{transform: translateY(0px);}
	30%{transform: translateY(10px);}
	40%{transform: translateY(0px);}
	100%{transform: translateY(0px);}
}
@keyframes point-right-animation{
	0% {left: 0.3em;}
	60%{left: 0.3em;}
	70%{left: 1em;}
	80%{left: 0.3em;}
	90%{left: 1em;}
	100%{left: 0.3em;}
}
@keyframes point-down-animation{
	0% {top: 0em;}
	60%{top: 0em;}
	70%{top: 0.4em;}
	80%{top: -0.4em;}
	90%{top: 0.4rem;}
	100%{top: 0em;}
}

@keyframes point-pulse-animation{
	0% {scale: 1;}
	60%{scale: 1;}
	70%{scale: 1.2;}
	80%{scale: 0.8;}
	90%{scale: 1.2;}
	100%{scale: 1;}
}

/* /////////////////////////////////////////////////////////// */

.tooltip-icon{
	cursor: help;
}
.game-date .tooltip-icon{
	font-size: 0.8em;
	line-height: 1;
	display: inline-block;
	position: relative;
	top: -0.1em;
	opacity: 0.7;

}

scriptconfiguration {
    display: none;
}
.container {
	position:relative;
	padding-left: 2rem;
	padding-right: 2rem;
}
.container:before,
.container:after{
	content: "";
	display: none;
}

@media (max-width:767px){
	.container {
		padding-left: 1.1rem;
		padding-right: 1.1rem;
	}
}

.flex{
	display:flex;
}
.flex-middle{
	align-items: center;
}
.flex-center{
	justify-content: center;
}
.row {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items:stretch;
	align-content:stretch;
	margin-left: -0.75rem;
	margin-right: -0.75rem;
	margin-left: -1rem;
	margin-right: -1rem;
}

.row:before,
.row:after{
	display:none !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	float:none;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (min-width: 768px){
	.col-sm-9 {
		xxwidth: 74.8%;
	}
	.col-sm-3 {
		xxwidth: 25.2%;
	}
}
.row-0{
	margin-left: 0rem;
	margin-right: 0rem;
}
.row-0 > *{
	padding-left: 0rem;
	padding-right: 0rem;
}

/* /////////////////////////////////////////////////////////// */


p{
	margin:0;
	position:relative;
	color: inherit;
}
* + p{
	margin-top:2rem;
}
p + *{
	margin-top:2rem;
}
p + p{
	margin-top:1rem;
}

.big{
	font-size: 1.2em;
}

.content p{
	text-align: justify;
	word-break: break-word;
}
@media (max-width:767px){
	.content p{
		text-align: left;
	}
}

h1,h2,h3,h4,h5,h6{
	font-style: normal;
	color: inherit;
	padding: 0;
	margin: 0;
	text-align: inherit;
	position: relative;
	line-height: 1.2;
	font-weight: 380;
	font-stretch: 99%;
}
h1{
	font-size: 2.1rem;
	line-height:1.1;
}
h2{
	font-size: 1.9rem;
}
h3{
	font-size: 1.7rem;
}
h4{
	font-size: 1.5rem;
}
h5{
    font-size: 1.3rem;
    font-weight: 400;
}
h6 {
	font-size: 1.17rem;
	font-weight: 400;
}
h1 + *,
h2 + *,
h3 + *,
h4 + *,
h5 + *,
h6 + *{
	margin-top: 1rem;
}

* + h2,
* + h3,
* + h4,
* + h5,
* + h6{
	margin-top:2rem;
}

h3.small{
	font-size: 1.3rem;
}

.circled{
	background:var(--maincolor);
	color:#ffffff;
	border-radius:50%;
	box-shadow: var(--shadow1);
	display: inline-block;
	padding: 1.35rem 1rem;
    margin: 1rem;
	min-width: 4.5rem;
	text-align: center;
}
h3.circled{
	position:relative;
	z-index:2;
}

.col-center{
	position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow:hidden;
}
.col-center:before{
	position:absolute;
	z-index:1;
	content:"";
	top:0;
	left:50%;
	bottom:0;
	border-left:dotted 1px rgba(100,100,100,0.3);
}

*.title{
	line-height: 1.2;
}
*.title.normal{
    text-transform: none;
}
*.narrow{
	font-stretch: 75%;
	font-weight: 500;
}
*.inherit{
	color: inherit !important;
}
.relative{
	position:relative;
}
h2.title{
	font-weight: 540;
}
h2.subtitle{
	font-size: 2.1rem;
	font-weight: 400;
	font-family: var(--fontfamily);
}

@media (max-width:767px){
	h2.title{
		font-size: 1.35rem;
		font-stretch: 90%;
	}
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}


blockquote {
    font-size: 1.25rem;
    line-height: 1.4;
    font-style: italic;
    font-weight: 300;
    xxborder: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 0.2rem solid var(--maincolor);
    box-shadow: 0px 1px 2rem rgba(0, 0, 0, 0.08);
    margin: 0;
    padding: 2.5rem 1rem 1.5rem 3.5rem;
    background: #ffffff;
    position: relative;
    border-radius: 0.06rem 0 0 0rem;
    border-radius: 0.2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
* + blockquote {
	margin-top: 2rem;
}
blockquote + *{
	margin-top: 2rem;
}
blockquote:before {
    font-family: "Noto Serif", "Georgia", "Times New Roman", "Times", serif;
    font-weight: 500;
    content: "“";
    position: absolute;
    top: 1.5rem;
    left: 0.5rem;
    color: var(--maincolor);
    opacity: 0.93;
    font-size: 4rem;
    line-height: 0.5;
}
blockquote footer{
    display: block;
    font-size: 80%;
    line-height: 1.4;
    color: inherit;
    background: none;
}
blockquote footer:before{
    content: '';
}
blockquote cite{
	text-align: left;
	font-weight: 600;
	font-size: 0.85rem;
	font-style: normal;
	line-height: 1.2;
	opacity: 0.95;
}
blockquote cite:before {
    content: "— ";
}


code, kbd, pre, samp {
    font-family: var(--fontfamily);
}
code {
    display: block;
    padding: 1rem;
    font-size: 95%;
    color:inherit;
    background: #f7f7f7;
    border-radius: var(--radius-menu);
}
pre {
    display: block;
    padding: 1rem;
    font-size: 100%;
    line-height: inherit;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
    color:inherit;
    background: #f7f7f7;
    border: none;
    border-radius: var(--radius-menu);
    font-size: 0.85em;
	font-weight: 500;
	line-height: 1.3;
}

.box-link {
    font-size: inherit;
    border-left: 4px solid var(--maincolor);
    margin: 2rem 0;
    padding: 1rem 1.5rem 1rem 3.5rem;
    background: #f7f7f7;
    position: relative;
    border-radius: var(--radius-menu);
}
.box-link a{
	font-weight: 600;
	font-size:1em;
}
.box-link:before {
    font-family: var(--fontfamily);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f06a";
    position: absolute;
    top: 1rem;
    left: 0.9rem;
    color: var(--maincolor);
    font-size: 1.5rem;
    line-height: 1;
}

body.darktheme .box-link,
body.darktheme blockquote,
body.darktheme code,
body.darktheme pre{
    background: #262626;
}
.headline{
	font-family: var(--fontfamily);
    font-weight: 500;
    font-size: 1.2rem;
    color: var(--maincolor);
}

small, .small {
	font-size: 85%;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small,
h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small,
.h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: inherit;
    opacity: 0.8;
}

p.desc{
	margin-top: 0.5rem !important;
	font-size: 0.8rem;
    font-weight: 500;
}

@media screen and (max-width:767px){
	h1{
		font-size: 1.7rem;
	}
	h2{
		font-size: 1.5rem;
	}
	h3{
		font-size: 1.35rem;
	}
	h4{
		font-size: 1.2rem;
	}
	h5{
		font-size: 1.1rem;
	}
	h6 {
		font-size: 1rem;
	}
}

* + *.sub-title {
	margin-top: 0.4rem;
    font-size: 1rem;
}

img[style*="float"] + p{
	margin-top:0;
}

:focus {
	outline: 0;
}
a,
a.box-link *,
body .ui-widget-content .ui-datepicker-buttonpane > button,
.btn{
	transition: color 0.25s ease,
				background-color 0.25s ease,
				border-color 0.25s ease,
				text-decoration 0.25s ease,
				outline-color 0.25s ease;
}
a,
a:focus{
	color: var(--maincolor);
    outline: none;
    text-decoration: underline;
    text-decoration-thickness: 2px;
	text-decoration-color: transparent;
}
a:hover{
	color:var(--maincolor);
    text-decoration: underline;
    text-decoration-thickness: 2px;
	text-decoration-color: var(--maincolor);
}
a:focus{
    color: var(--maincolor);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: var(--maincolor);
}
a.more,
a.back{
    text-decoration:none;
    border-bottom: 2px solid transparent;
}
a.more:hover,
a.more:focus,
a.back:hover,
a.back:focus{
    border-color: var(--maincolor);
}

h1 a:not(:focus):not(:hover),
h2 a:not(:focus):not(:hover),
h3 a:not(:focus):not(:hover),
h4 a:not(:focus):not(:hover),
h5 a:not(:focus):not(:hover),
h6 a:not(:focus):not(:hover){
    color: inherit;
}
.content p a{
	font-weight:500;
}
a[id]:empty,
a[name]:empty{
	height:20px;
	position:absolute;
	left:0;
	top:-15vw;
}

.button-link{
	padding: 0.4rem 0.5rem;
    font-size: 1rem;
    line-height: 1;
    border: solid 2px transparent;
    border-radius: var(--radius-element);
    display: inline-block;
    overflow: hidden;
}
.button-link img{
	vertical-align:unset;
	width: 2.05rem;
}
.button-link:hover{
	border-color: var(--maincolor);
}
.button-link:focus{
	border: solid 2px var(--maincolor);
	color:var(--maincolor);
}
.button-white:hover{
	border-color: #ffffff;
}
.button-white:focus{
	border: solid 2px #ffffff;
	color:#ffffff;
}

button{
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
.anchor {
    position: absolute;
    top: 0rem;
    font-size: 0;
    line-height: 0;
    height: 0;
    display: block;
}
a.anchorlink:empty {
    position: absolute;
    top: -2.6rem;
    font-size: 0;
    line-height: 0;
    height: 0;
    display: block;
}

sub, sup {
	font-size: 87%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.45em;
}

i,em{
	font-weight: normal;
	font-style: italic;
}
.bold,b,strong{
	font-weight: 660;
	font-style: normal;
}
b i,b em
strong i,strong em,
i b,em b,
i strong,em strong{
	font-weight: 660;
	font-style: italic;
}

dl{
	margin:0;
	line-height:inherit;
}
dt {
    font-weight: 660;
}
dt, dd {
    line-height: inherit;
}
* + dl{
	margin:2rem 0 0 0;
}
* + dt{
	margin:1rem 0 0 0;
}

ul,ol{
	margin:0;
	padding:0;
}
li{
	margin:0;
	padding:0;
}

.content ul:not([class]),
.content ol:not([class]){
	padding:0 0 0 1.5rem;
	position:relative;
}

.content ul:not([class]):not([style]) > li::marker {
    letter-spacing: -0.01rem;
    font-weight: 600;
    color: var(--maincolor);
}
.content ol:not([class]):not([style]) > li::marker {
    letter-spacing: -0.01rem;
    font-stretch: 90%;
    font-weight: 600;
    color: var(--maincolor);
}
.content ol[type="I"]:not([class]):not([style]) > li::marker {
	font-weight: 700;
	font-size: 1.23rem;
}
.content ul:not([class]) > li,
.content ol:not([class]) > li{
	margin:0 0 1rem 0;
	position:relative;
}
.content ul:not([class]) > li:last-child,
.content ol:not([class]) > li:last-child{
	margin-bottom: 1rem;
}
.content * + ul:not([class]),
.content * + ol:not([class]){
	margin-top:2rem;
}
.content ul:not([class]) ul:not([class]),
.content ul:not([class]) ol:not([class]),
.content ol:not([class]) ol:not([class]),
.content ol:not([class]) ul:not([class]){
	margin-top:1rem;
	padding:0 0 0 1rem;
}
.content ul:not([class]) + ul:not([class]),
.content ul:not([class]) + ol:not([class]),
.content ol:not([class]) + ol:not([class]),
.content ol:not([class]) + ul:not([class]){
	margin-top:1rem;
}

.container.content .embed-responsive{
	clear:both;
	margin-bottom: 1.2rem;
    border-radius: var(--radius-box);
    box-shadow: var(--shadow1);
    background: rgba(180,180,190,0.2);

}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.nowrap {
    white-space: nowrap;
}


.max-embed .embed-responsive.embed-responsive-16by9{
	display: flex;
	flex-direction: row;
	position: relative;
	width: 100%;
	height: 53vw;
	max-height: calc(100vh - 10rem);
	min-height: 22rem;
	overflow-x: clip;
	background: #000;
	padding: 0 !important;
}

.clr {
	font-size: 0px;
	line-height: 0;
	height: 0px;
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
}

hr{
	border-top: dotted 1px rgba(100,100,100,0.3);
}
.hr{
	border-top: dotted 1px rgba(100,100,100,0.3);
	line-height:0;
	margin:var(--space) 0 !important;
	position: relative;
}
.hr.medium{
	margin:1rem 0 !important;
}
.hr.small{
	margin:0.5rem 0 !important;
}
.hr.color{
	border-top-color: var(--maincolor);
}

.full{
	width:100%;
}
.no-margin{
	margin:0 !important;
}
.no-margin-top{
	margin-top:0 !important;
}
.upper-case{
	text-transform:uppercase;
}
.no-padding{
	padding:0 !important;
}

.space{
	height:3rem;
	font-size: 0px;
	line-height: 0;
	margin: 0 !important;
}
.space-tiny{
	height:1rem;
}
.space-small{
	height:1.5rem;
}
.space-medium{
	height:2rem;
}
.space-big{
	height:5rem;
}
.space + *{
	margin-top:0;
}
@media screen and (max-width:767px){
	.space{
		height:2rem;
	}
	.space-tiny{
		height:0.5rem;
	}
	.space-small{
		height:1rem;
	}
	.space-medium{
		height:1.5rem;
	}
	.space-big{
		height:3rem;
	}
}

figure {
	display:inline-block;
	padding: 0px;
	position:relative;
	line-height:0;
	max-width:100% !important;
	height:auto  !important;
	z-index:2;
}
figure img {
	width:100%;
	height:auto  !important;
	line-height:0;
	display:inline-block !important;
	border-radius: 0.1rem;
}
figure.img-responsive img{
	box-shadow: var(--shadow1);
	background: rgba(180,180,190,0.2);
}

figure figcaption{
    font-size: 0.73rem;
    line-height: 1.25;
    font-weight: 500;
    opacity: 0.8;
    padding: 0.5rem 0;
}
figure aside{
    display: block;
    font-size: 0.68rem;
    line-height: 1.25;
    font-weight: 600;
    position: absolute;
    bottom: 0.5rem;
    z-index: 3;
    padding: 0.34rem 0.5rem;
    background: rgba(0,0,0,0.6);
    text-shadow: 0 1px 3px rgb(0 0 0 / 80%);
    color: #ffffff;
    border-radius: var(--radius-element);
    right: 0.5rem;
    max-width: calc(100% - 1rem);
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.content figure{
	margin-bottom: 1.2rem;
}
.content p figure {
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.content figure aside{
	bottom:auto;
    margin-top: -2rem;
}

@media (max-width: 767px) {
	figure figcaption,
	figure aside{
		font-size: 0.5rem;
		font-weight: 500;
		max-width:calc(100% - 1rem);
	}
	figure figcaption {
		bottom:auto;
		top:0.5rem;
	}
	figure aside{
		right: auto;
		left: 0.5rem;
	}
	.content figure aside {
		bottom: auto;
		margin-top: -1.7rem;
	}

}
figure[style*="float:right"] figcaption,
figure[style*="float: right"] figcaption{
	text-align:right;
}
figure[style*="float:left"] figcaption,
figure[style*="float: left"] figcaption{
	text-align:left;
}
.wysiwygmap,
.wgimage{
	max-width:99.99%;
	xxmargin-bottom:2rem;
}
.wgimage.wgimage-right{width:40% !important;float:right;margin-left: 2rem;}
.wgimage.wgimage-left{width:40% !important;float:left;margin-right: 2rem;}
.wgimage.wgimage-full{width:100% !important;}


.wgimage.wgimage-right + *,
.wgimage.wgimage-left + *{
	margin-top:0;
}

@media (max-width: 767px) {
	.wgimage.wgimage-right,
	.wgimage.wgimage-left,
	.wgimage,
	figure{
		width:100% !important;
		max-width: 100% !important;
		height:auto !important;
		margin-left:0 !important;
		margin-right:0 !important;
		padding:0 !important;
		float:none  !important;
	}

}


/* form ///////////////////////////////////////////////////////////*/

label{
	font-size: 0.84rem;
    line-height: 1.3;
    color: inherit;
    font-weight: 550;
    margin: 0.2rem 0 0.2rem 0;
    padding: 0;
    display: flex;
}
label .small{
	line-height:1.4;
}
.radio, .checkbox {
    position: relative;
    display: block;
    margin: 0;
}
.radio + .radio, .checkbox + .checkbox {
    margin-top: 0.5rem;
}

.radio label,
.checkbox-inline label,
.checkbox label {
	min-height: 0rem;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: 550;
    cursor: pointer;
}

input[type='radio'],
input[type='checkbox'],
.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox']{
    -webkit-appearance: none;
    -moz-appearance: none;

	position: relative;
    margin: 0 0.4rem;
    vertical-align: top;
    width: 1rem;
    min-width:1rem;
    height: 1rem;
    line-height: 1.2;
    border: 2px solid var(--maincolor);
    background: transparent;
    border-radius: var(--radius-small);
	outline: 1px solid transparent;
    outline-offset: 1px;
    cursor:pointer;
    transition: color 0.25s ease,
				background-color 0.25s ease,
				border-color 0.25s ease,
				outline-color 0.25s ease;

}
input[type='radio'],
.radio input[type='radio'],
.radio-inline input[type='radio']{
	border-radius: 50%;
}
.btn input[type='checkbox']{
	border-color:#ffffff;
	margin: 0 0.6rem 0 0;
}

input[type='radio']{
	border-radius:50%;
}
input[type='checkbox']:checked:after {
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 0;
    font-size: 0.6rem;
    position: absolute;
    color: #ffffff;
    top: 0.12rem;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    transform: scaleX(0.8);
    content: "\f00c";
    align-items: center;
    justify-content: center;
}
input[type='radio']:checked,
input[type='checkbox']:checked{
	background: var(--maincolor);
}
input[type='radio']:focus,
input[type='checkbox']:focus,
input[type='radio']:active,
input[type='checkbox']:active {
    outline: 1px solid var(--maincolor);
    outline-offset: 1px;
}

.checkbox.agree label {
	font-size:0.8em;
}


label > div,
label > p{
	margin:0 !important;
	display: inline;
}
label h5{
	top: -0.2rem;
}

label p + p {
    margin-top: 0.5rem;
}

fieldset{
    border: solid 1px rgba(100,100,100,0.3);
    border-radius: var(--radius-element);
    margin: 1.5rem 0;
    padding: 0.4rem 0.7rem 0.7rem 0.7rem;
}
legend {
    display: inline;
    width: auto;
    padding: 0 0.2rem;
    margin-bottom: 0;
    font-size: 0.84rem;
    line-height: 1.3;
    color: inherit;
    font-weight: 550;
    border: 0;
}


.legend{
	font-family: var(--fontfamily);
	font-weight: 500;
    font-size: 0.8rem;
    line-height: 1.1;
    margin-top: 0.5rem !important;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}
.legend > p {
    margin: 0;
    padding: 0.3rem 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.legend > p + p{
	border-top: dotted 1px rgba(140,140,140,0.3);
}
.legend > p > span {
	display: block;
    width: 0.9rem;
    height: 0.9rem;
    border: solid 0px rgba(0, 0, 0, 0.1);
    border-radius: var(--radius-small);
    margin-right: 0.5rem;
    box-shadow: var(--shadow1);
}



.required{
	color:#da1017;
}
.form-control {
	border-radius: var(--radius-element);
    display: block;
    color: inherit;
    background: rgba(255,255,255,0.9);
    border: 2px solid rgba(210,210,210,0.2);
    border: 2px solid #f9f9f9;
    width: 100%;
    height: auto;
    padding: 0.5rem 1rem;
    font-size: 0.91rem;
    line-height: 1.4;
    font-weight: 450;
    min-height: 2.62rem;
    transition: background-color ease-in-out 0.01s, border-color ease-in-out 0.3s, box-shadow ease-in-out 0.3s;
    outline: 0;
    box-shadow: var(--shadow1);

    border: 1px solid rgba(180,180,180,0.8);
    box-shadow: none;
}
.darktheme .form-control {
    background: rgba(30,30,30,0.7);
    border-color: rgba(255,255,255,0.2);
    border-color: #4a4a4a;
}




select.form-control option {
    white-space: nowrap;
    font-size: 0.9rem;
    font-weight: 600;
}
textarea.form-control{
	min-height: 8rem;
    max-width: 100%;
    min-width: 100%;
}
.form-control::placeholder {
    color: inherit;
    opacity: 0.4;
    font-size: 0.91rem;
    font-weight: 450;
}

.form-control:focus {
    outline: 0;
    box-shadow: var(--shadow1);
    border-color: var(--maincolor);
}

input.form-control:autofill{
	box-shadow: inset 0 0 0 1000px #ffffff;
    -webkit-text-fill-color: #555555;
    transition: background-color 5000s ease-in-out 0s, border-color ease-in-out 0.3s, box-shadow ease-in-out 0.3s;
}
.darktheme input.form-control:autofill{
	box-shadow: inset 0 0 0 1000px #1f1f1f;
    -webkit-text-fill-color: #eeeeee;
}

input.form-control:autofill:focus {
	outline: 0;
	box-shadow: var(--shadow1);
	border-color: var(--maincolor);
}


.form-control:not(:required):invalid{
	box-shadow: var(--shadow1);
    border-color: #eb1526;
}
.form-control.formErrorMark,
.form-control.formErrorMark:required {
	box-shadow: var(--shadow1);
	border-color: #eb1526;
}
.checkbox input.formErrorMark{
	box-shadow: var(--shadow1);
    background: #eb1526;
}

.special-input{
	position:relative;
	flex-grow: 1;
}
.special-input input {
    padding-right: 0.3rem;
}
.special-input span {
    pointer-events: none;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 1.2rem;
    color: var(--maincolor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    line-height: 1.1;
    font-weight: 600;
    margin: 3px;
    border-radius: var(--radius-element);
}


.special-select{
	position:relative;
	flex-grow: 1;
}
.special-select select[style*="none"]{
	position: relative;
	z-index: 2;
	display: block !important;
	box-shadow: none;
	border: none;
	font-size: 0;
	line-height: 0;
	background: #ffffff;
	pointer-events: none;
	appearance: none;
}
.special-select .form-control{
	padding-right: 1rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor:pointer;
}
.special-select:after{
	content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    pointer-events: none;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    line-height: 1;
    border-radius: 0 var(--radius-element) var(--radius-element) 0;
}
.special-radio + .special-radio{
	margin-top:1.5rem;
}
.special-radio label{
	font-size: 1.1rem;
    line-height: 1.3rem;
    padding-left: 0;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
}
.special-radio label span{
	display: flex;
    align-items: center;
}
.special-radio input[type=radio]{
	position:absolute;
	opacity:0;
}
.special-radio input[type=radio] + span:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 500;
    content: "\f111";
    margin-right: 1.5rem;
    font-size: 1rem;
}
.special-radio input[type=radio]:checked + span:before {
    content: "\f192";
}
@media screen and (max-width:767px){
	.special-radio label{
		font-size: 0.95rem;
		line-height: 1.2;
		font-weight: 400;
	}
}
.form-group {
    margin-bottom: 1.258rem;
}
.invalid-check {
	line-height:24px;
	color:#ec3f41;
}
.valid-check {
	line-height:24px;
	color:#3a7d34;
}


/* gmap ///////////////////////////////////////////////////////////*/


.gmap{
	overflow: hidden; 
	resize: none; 
	max-width: 100%; 
	width: 100%; 
	height:20rem;
	max-height: 60vh;

	border-radius: 0.2rem;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}
.gmap > #gmap-canvas{
	position:relative;
	height: calc(100% + 6px);
	width: calc(100% + 6px);
	max-width: calc(100% + 6px);
	margin:-3px;
}
.gmap iframe{
	height: 100%; 
	width: 100%; 
	border: 0;
}

/* recaptcha ///////////////////////////////////////////////////////////*/

.g-recaptcha {
	position: relative;
    width: 185px;
    height: 45px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: var(--radius-element);
    border: solid 1px #dcdcdc;
}
.g-recaptcha > div {
	position: relative;
    transform: translateZ(0) scale(0.85);
    transform-origin: -6px -66px;
    backface-visibility: hidden;
}
@media screen and (max-width:767px){
	.g-recaptcha {
		width: 200px;
		height: 72px;
	}
	.g-recaptcha > div {
		transform: translateZ(0) scale(1);
		transform-origin: 0px 0px;
	}
}

/* button ///////////////////////////////////////////////////////////*/

.btn{
    white-space: normal;
}
.input-group-btn .btn{
    white-space: nowrap;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: 0px;
}

.btn-group > .btn {
    float: none;
    flex-grow:1;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: flex;
    vertical-align: middle;
}
.caret{
	border: none;
    display: block;
}
.caret:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 2px;
    bottom: 0px;
    right: 0px;
    width: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    line-height: 1.2;
}
.btn .caret {
    margin-left: 1.2rem;
}

.btn.btn-default{
    border-radius: var(--radius-button);
}

.btn.btn-default:focus:active,
.btn.btn-default:active,
.btn.btn-default{
	background: var(--maincolor);
    color: #ffffff;
    border: solid 0px var(--maincolor);
    font-family: var(--fontfamily);
    outline: none;
    text-decoration: none;
    text-shadow: none;
    position: relative;
    height: auto;
    padding: 0.5rem 1rem;
    font-size: 0.91rem;
    line-height: 1.2;
    font-weight: 500;
    min-height: 2.62rem;
    letter-spacing: 0.01rem;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;	
    text-align: left;
    box-shadow: var(--shadow1);
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:focus,
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:focus:active,
.btn.btn-default:hover:active{
    background: rgba(240,240,240,0.8);
    color: #000000;
    border-style: solid;
    outline: none;
    text-decoration: none;
    box-shadow: var(--shadow1);
}

.btn.btn-default.btn-sm:focus:active,
.btn.btn-default.btn-sm:active,
.btn.btn-default.btn-sm{
    padding: 0.5rem 1.2rem;
    font-size: 0.8rem;
    min-height: 2.1rem;
}

.btn-link {
	color: var(--maincolor) !important;
}
.btn-link:after {
	top: -0.14em !important;
}
.check-age {
	width: 100% !important;
}
.check-age > div{
	padding-left: 1.85rem;
	font-size: 0.8rem;
}

.btn.btn-light:focus:active,
.btn.btn-light:active,
.btn.btn-light{
    background: rgba(190,190,190,0.3);
    background: rgba(180,180,190,0.2);
    color: inherit;
    border-color: transparent;
}
.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:focus:active,
.btn.btn-light:hover:active{
    background: var(--maincolor);
    color: #ffffff;
    border-color: transparent;
}

.btn.btn-invert:focus:active,
.btn.btn-invert:active,
.btn.btn-invert{
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}
.btn.btn-invert:hover,
.btn.btn-invert:focus,
.btn.btn-invert:focus:active,
.btn.btn-invert:hover:active{
    background: rgba(180,180,190,0.2);
    color: inherit;
}
.btn.btn-invert:focus,
.btn.btn-invert:focus:active{
	border-color: #ffffff;
}



.btn.btn-invert2:focus:active,
.btn.btn-invert2:active,
.btn.btn-invert2{
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}
.btn.btn-invert2:hover,
.btn.btn-invert2:focus,
.btn.btn-invert2:focus:active,
.btn.btn-invert2:hover:active{
    background: rgba(160,160,180,0.5);
    color: inherit;
}
.btn.btn-invert2:focus,
.btn.btn-invert2:focus:active{
	border-color: #ffffff;
}




.btn.btn-disabled,
.btn.btn-disabled:hover,
.btn.btn-disabled:focus,
.btn.btn-disabled:focus:active,
.btn.btn-disabled:hover:active{
	opacity: 1;
    cursor: default;
    background: rgba(180,180,190,0.2);
    color: rgba(180,180,190,0.6);
    border-color: transparent;
    box-shadow: none;

}

.more,
.back{
	font-weight: 500;
    align-items: baseline;
}
.more:after,
.back:before,
.btn-vote:after,
.btn-ball:before,
.btn-register:before,
.btn-login:before,
.btn-more:after,
.btn-show:after,
.btn-back:before{
	position: relative;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transform: scaleX(0.6);
    top: -0.01rem;
    font-size: 0.94em;
    line-height: 0;
	display: inline-block;
}
.more:after,
.back:before{
    color: var(--maincolor);
}

.more:after,
.btn-more:after{
    left: 0.3em;
    content: "\f054";
}
.btn-show:after{
	transform: none;
    left: 0.5em;
    top: 0.02em;
    content: "\f077";
    transition: transform ease 0.25s;
}

.btn-show.collapsed:after{
    transform: rotate(180deg);
}


.btn-show .text-show-list{display:none;}
.btn-show .text-hide-list{display:block;}
.btn-show.collapsed .text-show-list{display:block;}
.btn-show.collapsed .text-hide-list{display:none;}


.back:before,
.btn-back:before{
    right: 0.3em;
    content: "\f053";
}
.btn-vote:after{
	transform: none;
	top: -0.01rem;
	font-size: 1.2em;
	line-height: 1;
	left: 0;
	margin-left: 0.6rem;
	content: "\f00c";
}
[disabled].btn.btn-vote:after{
	transform: none;
	top: -0.01rem;
	font-size: 1.2em;
	line-height: 1;
	left: 0;
	margin-left: 0.8rem;
	content: "\f071";
}

.btn-ball:before{
	transform: none;
	top: -0.05rem;
	font-size: 1.4em;
	left: 0;
	margin-right: 0.5rem;
	content: "\f45f";
}
.btn-register:before,
.btn-login:before{
	transform: none;
	top: -0.0rem;
	font-size: 1.4em;
	left: -0.2em;
	margin-right: 0.5rem;
	content: "\f2bd";
}
.btn-register:before{
	top: -0.05em;
	font-size: 1.2em;
	content: "\f234";
}
.btn-register.btn-more span,
.btn-login.btn-more span,
.btn-ball.btn-more span{
	flex-grow: 1;
	text-align: left;
	padding-right: 0.9rem;
}


.title a:after,
.title a:before{
    font-size: 0.82em;
	line-height: 1.2;
	top: -0.065em;
}


.btn.btn-bigger {
	padding: 0.9rem 1.4rem !important;
	font-size: 1.1rem !important;
	font-weight: 600 !important;
}
@media screen and (min-width:768px){
}


.btn-download:after{
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f019";
    display:inline-block;
    margin: 0.12rem 0rem 0 0.9rem;
    position: relative;
}


.btn-ico {
    width: 1.5rem;
    margin: -0.3rem 0.8rem -0.4rem -0.8rem;
}
.btn-min{
	min-width:14.3125rem;
}



@media screen and (min-width:768px){
	.btn.btn-big{
		padding-top: 5.3rem !important;
		padding-bottom: 1.5rem !important;
		font-size: 0.97rem !important;
	}
	.btn-big .btn-ico{
		position:absolute;
		top:1.5rem;
		left:1.5rem;
		margin:0;
		width: 1.9rem;
	}
}
.btn.btn-full{
	width:100%;
}
.btn.btn-center{
    justify-content: center !important;
}

.btn.disabled,
[disabled].btn{
	cursor: not-allowed;
	opacity: 0.65;
	box-shadow: none;
}
.btn + .btn{
	xxmargin-left:-2px;
}
.separate-buttons{
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.inline-buttons{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 1rem;
}
.inline-buttons a:nth-of-type(3n-2){--maincolor: #529610;}
.inline-buttons a:nth-of-type(3n-1){--maincolor: #c51700;}
.inline-buttons a:nth-of-type(3n-0){--maincolor: #13a1d0;}



.section-button{
	 margin-top: var(--space);
}
.section-button .btn-full:focus:active,
.section-button .btn-full:active,
.section-button .btn-full{
	padding: 1.3rem 1rem;
    font-size: 0.9rem;
    font-weight: 600;
}
.section-button .btn-full:after{
	animation: point-right-animation 3s infinite;
}
.section-button .btn-show:after {
    animation: point-pulse-animation 3s infinite;
}

@media screen and (max-width:767px){
	.separate-buttons{
		xxalign-items: center;
		xxflex-direction: column;
	}
	.btn.btn-full-xs {
		width: 100%;
		justify-content: space-around;
	}
}

/* //////////////////////////////////////////////////////////////// */

.tooltip {
	font-family: var(--fontfamily);
    font-size: 0.78rem;
    line-height: 1.1;
    font-weight: 550;
    position: fixed;
}
.tooltip.top {
	padding: 0.4rem 0;
	margin-top: -1px;
}
.tooltip.top .tooltip-arrow {
	bottom: 1px;
	left: 50%;
	margin-left: -0.4rem;
	border-width: 0.4rem 0.4rem 0;
	border-top-color: #3e78c9;
}
.tooltip.right .tooltip-arrow{
	border-right-color: #3e78c9;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #3e78c9;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #3e78c9;
}
.tooltip-inner {
	max-width: 16rem;
	min-width: 7rem;
	padding: 0.7rem 1rem;
	color: #ffffff;
	text-align: center;
	background-color: #3e78c9;
	border-radius: var(--radius-element);
	box-shadow: var(--shadow1);
	display: inline-block;
}
.tooltip.in {
	opacity: 1;
}

.info-tooltip.required{
    color: inherit;
    display: inline-block;
    margin: 0 0 0 0;
    line-height: 1.3;
}
.info-tooltip.required:before {
	content: "\f621";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    background: transparent;
    color: #EB1526;
    width: auto;
    height: auto;
    font-size: 0.44rem;
    line-height: 1;
    display: inline;
    vertical-align: super;
    padding: 0 0.15rem 0 0;
}

/* panel ///////////////////////////////////////////////////////////*/

.panel {
    margin-bottom: 1.5rem;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: var(--radius-box);
    box-shadow: var(--shadow1);
}
.panel-default {
    border-color: rgba(255,255,255,0.2);
}
.panel-heading {
	padding: 0.6rem 1.2rem;
    border-bottom: 2px solid transparent;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.panel-default > .panel-heading {
    color: inherit;
    background-color: rgba(180,180,190,0.2);
    border-color: transparent;
}
.panel-body {
    padding: 1.2rem;
}

.well {
    min-height: 2rem;
    padding: 1.5rem 1.2rem;
    margin-bottom: 1.5rem;

    background-color: rgba(180,180,190,0.05);

    border: 2px solid transparent;
    border-color: rgba(255,255,255,0.2);

    border-radius: var(--radius-box);
    box-shadow: var(--shadow1);
}


/* alert ///////////////////////////////////////////////////////////*/

.close {
    font-size: 2rem;
}
.alert-dismissable .close, .alert-dismissible .close {
    top: -0.5rem;
    right: -0.2rem;
}
.alert{
    padding: 0.5rem 0.4rem;
    margin: 0.5rem 0;
    border: none;
    border-radius: var(--radius-box);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
    color: #ffffff;
}
.alert > *{
	padding: 0.5rem;
    flex-grow: 1;
}
.alert:before {
	padding: 0.3rem 0.5rem;
    color: #ffffff;
    font-size: 1.3rem;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.alert p + p{
	margin-top: 0.5rem;
	padding-top: 0.5rem;
	border-top: solid 1px rgba(255, 255, 255, 0.42);
}
.alert span{
	font-style: italic;
}
.alert-negative,.alert-danger {
    color: #ffffff;
    background-color: #b70d40;
}

.alert-negative:before,.alert-danger:before{
    content: "\f06a";
}
.alert-positive,.alert-success {
	background-color: #2aa900;
}
.alert-positive:before,.alert-success:before{
    content: "\f058";
}
.alert-neutral,.alert-primary {
	background-color: #335cb1;
}
.alert-neutral:before,.alert-primary:before{
    content: "\f05a";
}
.alert-warning{
    color: #ffffff;
    background-color: var(--maincolor);
    xxalign-items: flex-start;
}
.alert a{
    color: #ffffff !important;	
}
.alert p a {
	font-weight: 700;
}
.alert-warning:before{
	font-size: 2.3rem;
    content: "\f05a";
}
.alert-warning h3 + *{
	margin-top: 0.4rem;
}


.form-info{
	display:flex;
    align-items: center;
    font-size:	0.8125rem;
    margin-top: 0.2rem;
}
.form-info:before {
    margin-right: 0.3rem;
    font-size: 0.75rem;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.form-info-error {
    color: #EB1526;
}
.form-info-error:before{
    color: #EB1526;
    content: "\f06a";
}

/* //////////////////////////////////////////////////////////////// */

.blueimp-gallery{
	display:none;
	font-family: inherit;
	background: rgba(0,0,0,0.95);
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
    font-size: 0;
    font-weight: normal;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    border-color: transparent;
    border-width: 2px;
    color: #ffffff;
    background: rgba(0,0,0,0.4);
    text-shadow: none;
    border-radius: var(--radius-button);
}
.blueimp-gallery > .prev:after,
.blueimp-gallery > .next:after{
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f053";
    padding: 0 0rem 0 0;
}
.blueimp-gallery > .next:after{
    content: "\f054";
    padding: 0 0 0 0rem;
}
.blueimp-gallery-single>.prev,
.blueimp-gallery-left>.prev,
.blueimp-gallery-single>.next,
.blueimp-gallery-right>.next,
.blueimp-gallery-single>.play-pause {
    display: none;
}
.blueimp-gallery>.prev:hover,
.blueimp-gallery>.next:hover{
	color: #ffffff;
	background: var(--maincolor);
}
.blueimp-gallery-controls > .indicator {
	xxbackground: rgba(0,0,0,0.5);
	margin: 0;
}
.blueimp-gallery > .indicator {
	padding: 0.5rem;
    bottom: 0.2rem;
    left: 1rem;
    right: 1rem;
    line-height: 0.5rem;
}
.blueimp-gallery > .indicator > li {
	display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    margin: 2px;
    border: none;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    
	xxwidth: 1rem;
	xxheight: 0.45rem;    
    xxborder-radius: 1px;
    
    background-image: none!important;
    box-shadow: none;
    opacity: 1;
    cursor: pointer;
    transition: background-color 0.25s ease, border-color 0.25s ease;
}
.blueimp-gallery > .indicator > li:hover,
.blueimp-gallery > .indicator > .active {
	background-color: var(--maincolor);
    border-color: transparent;
    opacity: 1;
}
.blueimp-gallery > .close, .blueimp-gallery > .title {
    position: absolute;
    top: 1rem;
    left: 2rem;
    margin: 0 3rem 0 0;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #fff;
}
.blueimp-gallery>.close {
	padding: 1rem;
    border: none;
    top: 0;
    right: 0;
    left: auto;
    line-height: 0.5;
    margin: 0;
    font-size: 2.4rem;
    color: rgba(255,255,255,0.5);
}
.blueimp-gallery > .slides > .slide > .slide-content {
    padding-top: 1.5rem;
    padding-bottom: 4rem;
}

@media all and (max-width:767px){
	.blueimp-gallery > .indicator > li {
		width: 0.5rem;
		height: 0.5rem;
	}
	.blueimp-gallery > .slides > .slide > .slide-content {
		padding-top: 0.4rem;
		padding-bottom: 4rem;
	}

}


/* //////////////////////////////////////////////////////////////// */

.ui-widget {
    font-family: var(--fontfamily);
    font-size: 0.8rem;
}
.ui-widget.ui-widget-content {
	border: 0px solid #c5c5c5;
}
.elfinder-button-search-menu{
	border: 1px solid #c5c5c5;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0px;
}
.ui-widget-header {
	border: none;
	border-bottom: solid 0px #c5c5c5;
	font-weight: bold;
	background: #f5f5f5;
	color: #000000;
}
.ui-widget-header.elfinder-statusbar{
	border:none;
	padding: .2em 1.5em .2em .5em;
}
.ui-dialog .ui-widget-header {
	background: #f5f5f5;
	color: #000000;
}
.ui-dialog .ui-widget-header a {
	color: #ffffff;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	outline: 0;
}
.ui-widget-content {
	border: 0px solid #dddddd;
	background: #ffffff;
	color: #222222;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front{
	background-color: #f5f5f5;
	border-radius: 0;
	border: solid 2px #ffffff;
	box-shadow: 0 0rem 0px 1px rgba(0,0,0,0.1), 0 8px 20px 8px rgba(0,0,0,0.15);
}
.elfinder{
	background-color: #f5f5f5;
	border-radius: 0;
}
.mce-window,
.dialogelfinder {
	background-color: #f5f5f5;
	border-radius: 0;
	border: solid 2px #ffffff !important;
	box-shadow: 0 0rem 0px 1px rgba(0,0,0,0.1), 0 8px 20px 8px rgba(0,0,0,0.15);
}
.ui-dialog .fileEditor.ui-dialog-content {
	position: relative;
	border: 0;
	padding: 0;
	overflow: auto;
}
.ui-dialog .ui-dialog-content {
	background: #fff;
}
.ui-tabs {
	position: relative;
	padding: 0 0 .2em 0;
}
.ui-widget-overlay {
	background: #000000;
	opacity: 0.5;
}
body #mce-modal-block.mce-in {
	opacity: 0.5;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: 0;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-state-default,
.ui-dialog .ui-widget-content .ui-state-default,
.ui-dialog .ui-widget-header .ui-state-default {
	background: var(--maincolor);
	font-weight: normal;
	color: #ffffff;
}
.ui-dialog .ui-state-default a,
.ui-dialog .ui-state-default a:link,
.ui-dialog .ui-state-default a:visited {
	color: #ffffff;
	text-decoration: none;
}
.ui-dialog .ui-state-active,
.ui-dialog .ui-widget-content .ui-state-active,
.ui-dialog .ui-widget-header .ui-state-active {
	background: #ffffff;
	font-weight: normal;
	color: #212121;
}
.ui-dialog .ui-state-active a,
.ui-dialog .ui-state-active a:link,
.ui-dialog .ui-state-active a:visited {
	color: #555555;
	text-decoration: none;
	border: 0px !important;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .2;
    background: #f6f6f6;
    background-image: none;
}
.ui-dialog .ui-dialog-titlebar-close:before{content:"\f00d"}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 0px;
	height: 20px;
	font:normal normal normal 14px/1 FontAwesome;
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	transform:translate(0, 0);
	font-size:18px;
	background:transparent !important;
	border:0;
	color:#ffffff;
}
.ui-dialog.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons{
	min-width:250px;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}
.ui-tabs .ui-tabs-nav li {
	margin: 0px 1px 0 0;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	border-radius: var(--radius-element) var(--radius-element) 0 0;
	font-size: 0.9rem;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    margin: 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    margin: 0;
    padding: 0.4rem 0.2rem;
    display: flex;
    justify-content: space-between;
}
.ui-timepicker-div dl {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0.25rem 0.5rem 0.25rem;
    font-size: 0.9rem;
}
.ui-timepicker-div .ui-slider{
	background: #d6d6d6;
	height:0.4rem;
	margin: 0.3rem;
}
.ui-timepicker-div .ui-slider-handle{
    border: none;
    background: var(--maincolor);
    border-radius: var(--radius-element);
    cursor: pointer;
    top: -0.3rem;
    margin-left: -0.25rem;
    width: 0.5rem;
    height: 1rem;
}
.ui-datepicker{
	box-shadow:0px 3px 13px rgba(0,0,0,0.4);
	z-index: 210 !important;
}
.ui-datepicker.ui-widget-content {
    border: 1px solid #fffffe;
    border-radius: 0;
    background: #ffffff;
    color: #222222;
}
.ui-datepicker .ui-widget-content {
	border: 0px solid #aaaaaa;
}
.ui-datepicker-calendar .ui-state-default{
	border: 2px solid #f6f6f7;
	background: #f6f6f6;
	font-weight: normal;
	color: #000000;
}
.ui-datepicker-calendar .ui-state-hover{
	border: 2px solid #cccccd;
	background: #cccccc;
	font-weight: normal;
	color: #ffffff;
}
.ui-datepicker-calendar .ui-state-active {
	border: 2px solid #006cb5;
	background: var(--maincolor);
	font-weight: normal;
	color: #ffffff;
}
.ui-datepicker-calendar .ui-state-highlight{
	border: 2px solid #006cb5;
	background: #f6f6f6;
	color: #000000;
}
.ui-datepicker-calendar .ui-priority-secondary{
	opacity: .5;
	border: 2px solid #fffffe;
	background: #ffffff;
	color: #666666;
}
.ui-state-disabled,
.ui-state-disabled > * {
	cursor: default !important;
}

/* //////////////////////////////////////////////////////////////// */

.elevator-wrapper{
	min-height:0;
}
.elevator {
	position: fixed;
	right: 0rem;
	bottom: 1.3rem;
	display: flex;
	align-items: center;
    justify-content: center;
	width: 3rem;
	height: 3rem;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
	visibility: hidden;
	background: var(--maincolor);
	color:#ffffff;
	background-image: none;
	opacity: 0;
	transition: all 0.3s ease;
	border:solid 0px var(--maincolor);
	border-radius: var(--radius-element) 0 0 var(--radius-element);
	box-shadow: var(--shadow1);
}
.elevator.elevator-is-visible {
	visibility: visible;
	opacity: 1;
	z-index: 999;
}
.elevator:focus,
.elevator:hover {
    background: rgba(230,230,230,0.5);
    background: rgba(180,180,190,0.2);
    color: inherit;
    border-style: solid;
    outline: none;
    text-decoration: none;
    box-shadow: var(--shadow1);
}

/* //////////////////////////////////////////////////////////////// */

.gallery{
	display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.gallery:after {
    content: '';
    flex-grow: 1000000000;
}
.gallery-thumb {
	flex-grow: 1;
    background: rgba(200,200,210,0.2);
    box-shadow: var(--shadow1);
    position: relative;
    border-radius: var(--radius-element);
    overflow: hidden;
    height: 7.5rem;
}
.gallery-thumb a{
    display: block;
    position: relative;
    height: 100%;
    text-decoration: none;
    overflow: hidden;
}
.gallery-thumb a span{
    line-height: 0;
    padding: 0.2rem 0.5rem;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: skew(0.96turn);
    transform-origin: bottom;
    border-radius: var(--radius-element) 0 0 0;
    border: none;
    background-color: rgba(0,0,0,0);
    color: transparent;
    transition: background 0.25s ease, color 0.25s ease;
}
.gallery-thumb a:hover span,
.gallery-thumb a:focus span{
    background-color: var(--maincolor);
    color:#ffffff;
}
.gallery-thumb a span:before{
	font-size: 0.7rem;
    line-height: 1.2;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f002";
    display: inline-block;
    transform: skew(-0.96turn) scaleX(-1);
}
.gallery-thumb img{
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}
@media screen and (max-width:767px){
	.gallery {
		display: block;
		gap: 1rem;
		column-count: 2;
	}
	.gallery-thumb {
		margin-bottom: 1rem;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid-column;
		height: auto;
	}
	.gallery-thumb a {
		height: auto;
	}
}


.thumbnail {
	display: block;
	padding: 0;
	margin: 0;
	line-height: 1;
	border: none;
	box-shadow: none;
    background:transparent;
    border-radius: 0;
    overflow: hidden;
	position: relative;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
}

.thumbnail-fixed{
	max-width:17rem;
	margin-top:0;
}
.thumbnail > div,
.thumbnail > a{
	position: relative;
	display:block;
	padding:0;
	margin: 0;
	border-radius: 0;
	overflow: hidden;
}
.thumbnail > a{
	border-width:1px;
}
.thumbnail > a:hover{
    border-color: var(--maincolor);
}
.thumbnail > a:focus{
    border-style: solid;
}
.thumbnail > div{
	border: solid 2px transparent;
}
.thumbnail img {
	background-size: cover;
	background-position: 50% 50%;
	transform: scale(1.01);
	transition: all 0.5s ease;
}
.thumbnail:hover img{
	transform: scale(1.03);
}
.thumbnail .person-info,
.thumbnail[data-description]:after{
	display: block;
    width: auto;
    position: absolute;
    right: 1px;
    bottom: 1px;
    z-index: 2;
    color: #ffffff;
    background: var(--maincolor);
    font-family: var(--fontfamily);
    font-weight: 400;
    font-size: 0.7rem;
    line-height: 1.1;
    padding: 0.61rem 1rem;
    transition: background 0.5s ease;
    pointer-events: none;
}
.thumbnail .person-info span{
	display:block;
}
.thumbnail .person-info span + span{
	margin-top: 0.5rem;
}
.thumbnail .person-info span:first-child{
	font-size:1.1rem;
	font-weight: 600;
}
.thumbnail:not([data-description=""]):after{
	content: attr(data-description);
}
.thumbnail[data-description=""]:after{
	font-size: 0.71rem;
	line-height: 1;
    width: 2.3rem;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f002";
    padding: 0.6rem 0.8rem 0.6rem 0.8rem;
}


/* //////////////////////////////////////////////////////////////// */

div.attachmentslist {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(2, calc(50% - 0.55rem));
}
.main-section-full div.attachmentslist {
    grid-template-columns: repeat(3, calc(33.33% - 0.7rem));
}

div.attachmentslist > div {
	min-height:3.5rem;
}
div.attachmentslist a,
div.attachmentslist a:focus{
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
	position: relative;
	text-decoration: none;
	border-radius: 0.1rem;
	overflow: hidden;
	background-color: rgba(180,180,190,0.05);
	color: inherit;
	border: none;
	font-family: var(--fontfamily);
	font-size: 0.92rem;
	font-stretch: 95%;
	line-height: 1.15;
	font-weight: 500;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

div.attachmentslist a span {
	overflow: hidden;
    word-wrap: break-word;
    padding: 0.5rem 0.5rem;
    flex-grow:1;
    position: relative;
	z-index: 3;
}
div.attachmentslist a i.fa {
   	padding: 0.5rem 0.9rem;
	flex-grow: 0;
	word-break: normal;
	white-space: nowrap;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	height: 100%;
	opacity: 0.6;
}
div.attachmentslist a span.date {
	flex-grow: 0;
    word-break: normal;
    white-space: nowrap;
    font-weight: 600;
    overflow: visible;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    height: 100%;
    border-left: 0px solid rgba(128,128,128,0.2);
}

div.attachmentslist-full{
	grid-template-columns: 100% !important;
}

@media screen and (max-width:767px){
	div.attachmentslist {
		grid-template-columns: 100% !important;
    }
}

div.attachmentslist a.file{
	--icon: "\f15b";
	--bgcolor: #9e9e9e;
	transition: background 0.35s ease,color 0.35s ease;
}

.attachmentslist a.file[href$=".PDF"],.attachmentslist a.file[href$=".pdf"]{--icon:"\f1c1";--bgcolor:#dc3941;}
.attachmentslist a.file[href$=".odt"],.attachmentslist a.file[href$=".ODT"],
.attachmentslist a.file[href$=".txt"],.attachmentslist a.file[href$=".TXT"],
.attachmentslist a.file[href$=".doc"],.attachmentslist a.file[href$=".DOC"],
.attachmentslist a.file[href$=".docx"],.attachmentslist a.file[href$=".DOCX"],
.attachmentslist a.file[href$=".RTF"],.attachmentslist a.file[href$=".rtf"]{--icon:"\f1c2";--bgcolor:#3f76cc;}
.attachmentslist a.file[href$=".ods"],.attachmentslist a.file[href$=".ODS"],
.attachmentslist a.file[href$=".xls"],.attachmentslist a.file[href$=".XLS"],
.attachmentslist a.file[href$=".XLSX"],.attachmentslist a.file[href$=".xlsx"]{--icon:"\f1c3";--bgcolor:#6d9d4f;}
.attachmentslist a.file[href$=".odp"],.attachmentslist a.file[href$=".ODP"],
.attachmentslist a.file[href$=".ppt"],.attachmentslist a.file[href$=".PPT"],
.attachmentslist a.file[href$=".PPTX"],.attachmentslist a.file[href$=".pptx"]{--icon:"\f1c4";--bgcolor:#d87a41;}

.attachmentslist a.file[href$=".bmp"],.attachmentslist a.file[href$=".BMP"],
.attachmentslist a.file[href$=".gif"],.attachmentslist a.file[href$=".GIF"],
.attachmentslist a.file[href$=".jfif"],.attachmentslist a.file[href$=".JFIF"],
.attachmentslist a.file[href$=".jpeg"],.attachmentslist a.file[href$=".JPEG"],
.attachmentslist a.file[href$=".jpg"],.attachmentslist a.file[href$=".JPG"],
.attachmentslist a.file[href$=".png"],.attachmentslist a.file[href$=".PNG"],
.attachmentslist a.file[href$=".psd"],.attachmentslist a.file[href$=".PSD"],
.attachmentslist a.file[href$=".tif"],.attachmentslist a.file[href$=".TIF"],
.attachmentslist a.file[href$=".tiff"],.attachmentslist a.file[href$=".TIFF"]{--icon:"\f1c5";--bgcolor:#2c9ea7;}

.attachmentslist a.file[href$=".ai"],.attachmentslist a.file[href$=".AI"],
.attachmentslist a.file[href$=".dwg"],.attachmentslist a.file[href$=".DWG"],
.attachmentslist a.file[href$=".emf"],.attachmentslist a.file[href$=".EMF"],
.attachmentslist a.file[href$=".svg"],.attachmentslist a.file[href$=".SVG"],
.attachmentslist a.file[href$=".cdr"],.attachmentslist a.file[href$=".cdr"]{--icon:"\f1c5";--bgcolor:#41749d;}

.attachmentslist a.file[href$=".cab"],.attachmentslist a.file[href$=".CAB"],
.attachmentslist a.file[href$=".rar"],.attachmentslist a.file[href$=".RAR"],
.attachmentslist a.file[href$=".zip"],.attachmentslist a.file[href$=".ZIP"],
.attachmentslist a.file[href$=".7z"],.attachmentslist a.file[href$=".7Z"]{--icon:"\f1c6";--bgcolor:#b49b73;}
.attachmentslist a.file[href$=".ac3"],.attachmentslist a.file[href$=".AC3"],
.attachmentslist a.file[href$=".aiff"],.attachmentslist a.file[href$=".AIFF"],
.attachmentslist a.file[href$=".au"],.attachmentslist a.file[href$=".AU"],
.attachmentslist a.file[href$=".mid"],.attachmentslist a.file[href$=".MID"],
.attachmentslist a.file[href$=".mp2"],.attachmentslist a.file[href$=".MP2"],
.attachmentslist a.file[href$=".mp3"],.attachmentslist a.file[href$=".MP3"],
.attachmentslist a.file[href$=".wav"],.attachmentslist a.file[href$=".WAV"],
.attachmentslist a.file[href$=".wma"],.attachmentslist a.file[href$=".WMA"]{--icon:"\f1c7";--bgcolor:#b4ad55;}
.attachmentslist a.file[href$=".avi"],.attachmentslist a.file[href$=".AVI"],
.attachmentslist a.file[href$=".divx"],.attachmentslist a.file[href$=".DIVX"],
.attachmentslist a.file[href$=".mov"],.attachmentslist a.file[href$=".MOV"],
.attachmentslist a.file[href$=".movie"],.attachmentslist a.file[href$=".MOVIE"],
.attachmentslist a.file[href$=".mp4"],.attachmentslist a.file[href$=".MP4"],
.attachmentslist a.file[href$=".mpe"],.attachmentslist a.file[href$=".MPE"],
.attachmentslist a.file[href$=".mpeg"],.attachmentslist a.file[href$=".MPEG"],
.attachmentslist a.file[href$=".mpg"],.attachmentslist a.file[href$=".MPG"],
.attachmentslist a.file[href$=".wmv"],.attachmentslist a.file[href$=".WMV"]{--icon:"\f1c8";--bgcolor:#8665a2;}
.attachmentslist a.file[href$=".css"],.attachmentslist a.file[href$=".CSS"],
.attachmentslist a.file[href$=".csv"],.attachmentslist a.file[href$=".CSV"],
.attachmentslist a.file[href$=".htm"],.attachmentslist a.file[href$=".HTM"],
.attachmentslist a.file[href$=".inf"],.attachmentslist a.file[href$=".INF"],
.attachmentslist a.file[href$=".ini"],.attachmentslist a.file[href$=".INI"],
.attachmentslist a.file[href$=".log"],.attachmentslist a.file[href$=".LOG"],
.attachmentslist a.file[href$=".nfo"],.attachmentslist a.file[href$=".NFO"],
.attachmentslist a.file[href$=".php"],.attachmentslist a.file[href$=".PHP"],
.attachmentslist a.file[href$=".xml"],.attachmentslist a.file[href$=".XML"],
.attachmentslist a.file[href$=".html"],.attachmentslist a.file[href$=".HTML"]{--icon:"\f1c9";--bgcolor:#7487a7;}

div.attachmentslist a.file:before {
    font-size: 2.2rem;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: var(--icon);
    color: var(--bgcolor);
    min-width: 3rem;
	width: 3rem;
	padding: 0 0 0 0.7rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;    
    height: 100%;
    position: relative;
    z-index: 2;
    transition: color 0.35s ease;
}

div.attachmentslist a.file:hover,
div.attachmentslist a.file:focus{
	background-color: var(--bgcolor);
    color: #ffffff;
}
div.attachmentslist a.file:hover:before,
div.attachmentslist a.file:focus:before{
	color: #ffffff;
}

/* //////////////////////////////////////////////////////////////// */

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: "";
	}
	abbr[title]:after {
		content: "";
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}
	div.copyright{
		border-top:solid 1px #000000;
	}
	div.headcontainer > .container{
		border-bottom:solid 1px #000000;
	}
	.breadcrumb{
		margin:5px 0 20px 0;
		padding:0;
	}
	h1{margin-top:20px;}
	h3,.h3{margin:20px 0 10px;}
	.tags a{
		padding:0px 5px;
		margin:0 5px;
	}
	div.space{height:15px;}
	div.hr{margin:15px 0;}
	.navbar,
	.core-og-sm,
	.coreVote,
	#actions-btns,
	.elevator,
	.left-menu,
	.author-photo,
	a[href*="javascript"].btn{
		display: none;
	}
	.article-author .author-fullname,.article-author .author-header{
		display:inline-block;
		margin-right:5px;
	}
	.article-author .author{
		height:auto;
	}
	.headcontainer a img{
		max-height:70px;
	}
	.page-content{
		padding:0;
	}
	.right-content{
		width:100%;
	}
	figcaption{
		position:relative;
		background:rgba(250,250,250,0.8);
		color:#333333;
		border-bottom:solid 1px #bbbbbb;
		padding:8px 6px 6px 6px;
		text-align:right;
	}
	#gallerycontainer > div > div{
		width:16.6666%;
	}
	.container{
		width:100%;
	}
	body{
		padding:0;
		min-width: 800px;
	}
}

/*  ///////////////////////////////////////////////////////////*/

section.path{
	margin: 0;
	padding: 1rem 0 2rem 0;
	display: flex;
	justify-content: flex-end;
}
section.path .breadcrumb {
	width: 50%;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	display: flex;
	gap: 0.5rem 0;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px){
	section.path{
		padding: 1rem 1.1rem 1.5rem 1.1rem;
	}
	section.path .breadcrumb {
		width: 100%;
		border-bottom: solid 5px rgba(150, 150, 150, 0.25);
		padding: 0 0 0.8rem 0;
	}
}
.breadcrumb > li {
	display: block;
	font-size: 0.82rem;
	line-height: 1;
}
.breadcrumb > li a{
	display: inline-block;
}
.breadcrumb > .active {
	color: inherit;
}
.breadcrumb > li + li:before {
	content: "»";
	display: inline-block;
	padding: 0 0.3rem;
	color: inherit;
	opacity: 0.7;
}

/*  ///////////////////////////////////////////////////////////*/

.background-bg{
	background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}
.center-bg{
    background-position: 50% 50% !important;
}

/*  home header ///////////////////////////////////////////////////////////*/

.home-header.slick-slider{
    z-index: 3;
    background: transparent;
    width: 100%;
    margin: 0 0 0.5rem 0;
}
.home-header .slick-list {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}
.home-header .slick-track {
	min-width: 100%;
    position: relative;
    display: flex;
}
.home-header .slick-slide {
    display: none;
    float: none;
    width: 100%;
    position: relative;
    height: auto;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 70% 50%;
	background-size: cover;
}
.home-header.slick-initialized .slick-slide {
    display: flex;
	max-height: 90vh;
	overflow: hidden;
}
.home-header.slick-initialized .home-header-slide-container {
    display: block;
    position:relative;
    width:100%;
    font-size: 0;
    line-height: 0;
    padding-bottom: 40.6%;
}


.home-header.slick-initialized .slick-slide .slick-container{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}





.home-header-info {
    max-width: 60rem;
    color: #ffffff;
    padding: 2rem 3rem;
    margin: 2rem;
    border-radius: var(--radius-box);
    background: rgba(0,0,0,0.3);
}
.home-header-info h1 span{
	color:#ffffff;
}
.home-header-info h2{
	font-size: 4rem;
	font-weight: 500;
	text-transform: none;
	margin-top:0;
}
@media screen and (max-width: 767px){
	.home-header-info {
		max-width: 100%;
		width: 100%;
		padding: 2rem 2rem 6rem 2rem;
		margin: 0;
		border-radius: 0;
	}
	.home-header-info h1 {
		font-size: 2rem;
		color: #ffffff;
	}

	.home-header-info h2 {
		font-size: 2rem;
		color: #ffffff;
	}
}

/*  slick ///////////////////////////////////////////////////////////*/

[class*="slick-carousel"] .item{
	display: none;
}
.slick-initialized .slick-slide {
    display: block;
}

.slick-dots{
	position: absolute;
	right: 0;
	bottom: 0;
	list-style: none;
	margin: 0;
	padding: 1rem 1rem 0.5rem 1rem;
	display: flex;
	gap: 0;
	width: auto;
	z-index: 6;
}
.slick-dots li{
    position: relative;
	margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    cursor: pointer;
    display: flex;
    flex-grow:1;
    padding: 1rem 0.5rem;
    transition: all 0.5s ease;
}
.slick-dots li button{
	display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    position: relative;
    padding: 0;
    font-size: 0;
    line-height: 0;
    background-color: rgba(255,255,255,0.35);
	transition: background-color 0.5s ease;    
}
.slick-dots li button:before {
	display: none;
}
.slick-dots li.slick-active button {
	background-color: var(--maincolor);
	opacity: 1;
}
.slick-dots li button:hover:before{
	background-color: var(--maincolor);
}
.slick-dots li button:focus:before{
	background-color: var(--maincolor);
}

@media screen and (max-width:767px){

.slick-dots{
	padding: 0.5rem 0.5rem 0.25rem 0.5rem;
}
.slick-dots li{
    padding: 0.5rem 0.25rem;
}
.slick-dots li button{
    width: 0.5rem;
    height: 0.5rem;
}

}

/*  ///////////////////////////////////////////////////////////*/

.slick-prev,
.slick-next {
	font-size: 0px;
	line-height: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	align-items: center;
	z-index: 5;
	width: 4rem;
	height: 100%;
	padding: 0;
	pointer-events: all;
	transform: none;
	color: rgba(255,255,255,0.35);
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-prev:before,
.slick-next:before{
	content: "";
	width: 100%;
	height: 4rem;
	display: block;
	position: relative;
	opacity: 1;
	transition: all 0.25s ease;
	grid-column: 1;
	grid-row: 1;
}
.slick-prev:after,
.slick-next:after{
	content: "";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 2rem;
	transform: scaleX(0.8);
	display: flex;
	height: 3rem;
	grid-column: 1;
	grid-row: 1;
	justify-content: center;
	align-items: center;
}
.slick-prev:after {
	content: "\f053";
}
.slick-next:after {
    content: "\f054";
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: rgba(0,0,0,0.2);
    color: #ffffff;
}

@media screen and (max-width:767px){
	.slick-prev,
	.slick-next {
		width: 2.5rem;
	}
	.slick-prev:before,
	.slick-next:before{
		height: 2.5rem;
	}
	.slick-prev:after,
	.slick-next:after{
		font-size: 1.5rem;
		transform: scaleX(0.8);
		height: 2rem;
	}
}

/*  ///////////////////////////////////////////////////////////*/

.section-scroll {
	text-align: center;
	position: absolute;
	z-index: 4;
	bottom: 2rem;
	left: 2rem;
	right: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-scroll a{
	width: 2.1rem;
    height: 3.2rem;
    border: solid 2px #000000;
    border-radius: 1rem;
    pointer-events: all;
	opacity: 0.3;
}
.section-scroll a span{
	display: inline-block;
    position: relative;
    color: inherit;
    border-radius: 0.2rem;
    width: 0.25rem;
    height: 0.67em;
    margin-top: 0.61rem;
    background: #000000;
    animation: nextdown;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    transition: background-color 0.25s ease;
}
.section-scroll a:focus,
.section-scroll a:hover{
	border-color: var(--maincolor);
	opacity: 1;
}
.section-scroll a:focus{
	border-style:dotted;
}
.section-scroll a:focus span,
.section-scroll a:hover span{
	background-color: var(--maincolor);
}

@media all and (max-width:767px){
	.home-header .slick-slide {
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
	}
	.home-header.slick-initialized .slick-slide .slick-container {
		padding: 0rem;
		align-items: flex-end;
	}
	.section-scroll {
		bottom: 1rem;
		left: auto;
		right: 1rem;
    }

}

/*  page main ///////////////////////////////////////////////////////////*/


main{
	padding:0;
	position:relative;
	min-height: 5rem;
	background: #ffffff;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width:767px){
	main{
		padding:0;
	}
	main.home-body{
		padding:0;
	}
}

body.darktheme main{
	background: #212121;
}


.section-navigation + main > section:first-child{
	padding-top:0;
}
.section-navigation + main > section:first-child > .container{
	padding-top: var(--space);
}
.section-navigation + main > section:first-child > .container:before{
	content: " ";
	display: block;
	position: absolute;
	left: 2rem;
	right: 2rem;
	top: 0;
	border-top: dotted 1px rgba(100,100,100,0.3);
}
@media (max-width: 767px){
	.section-navigation + script + main > section:first-child > .container:before{
		left: 1.1rem;
		right: 1.1rem;
	}
}

/*  page sections ///////////////////////////////////////////////////////////*/

section{
	position:relative;
	padding: var(--space) 0;
}
section.no-top{
	padding-top: 0;
}
section.no-bottom{
	padding-bottom: 0;
}

main section:last-child{
	padding-bottom: 3rem;
}

main section:not([class]) + section:not([class]):nth-child(even){
    background: rgba(180,180,180,0.15);
}

main section.section-baner {
	background-color: #f7f7f7;
}

body.darktheme main section:not([class]) + section:not([class]):nth-child(odd){
    background: rgba(0,0,0,0.35);
}
body.darktheme main section.section-baner {
	background-color: #242424;
}
body.darktheme main section.section-baner + section:not([class]),
main section.section-baner + section:not([class]){
	background-color: unset;
}
body.darktheme section.top-baner,
section.top-baner{
	padding-bottom:0;
	background-color: unset !important;
}

/*  tables ///////////////////////////////////////////////////////////*/

.table {
	width: auto;
    max-width: calc(100% - 4px);
    margin: 2px 2px 2rem 2px;
    border-radius: var(--radius-box);
    box-shadow: var(--shadow1);
    border-collapse: separate;
    border: solid 2px rgba(255,255,255,0.2);
    font-size: 0.94rem;
    overflow:hidden;

	background:#ffffff;
}
body.darktheme .table{
	background:#232323;
}


.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 0.5rem 0.6rem;
    line-height: 1.1;
    vertical-align: top;
    border-top-color: rgba(140,140,140,0.3);
    word-break: normal;
}
.table > thead > tr > th{
    line-height: 1;
}
.table > thead + tbody > tr > td,
.table > thead + tbody > tr > th{

}
.table > tbody > tr:first-child > th,
.table > tbody > tr:first-child > td{
	border-top-color: transparent;
}


.table > thead {
	font-family: var(--fontfamily);
    font-weight: 600;
    box-shadow: 0 1px 0 1px var(--maincolor);
    font-size: 1.1rem;
    position:relative;
    z-index:2;
}
.table > thead > tr > th,
.table > thead > tr > td {
    vertical-align: bottom;
    font-weight: inherit;
    border-width: 0 0 1px 0;
    border-color: rgba(140,140,140,0.3);
    padding: 0.5rem 0.6rem 0.35rem 0.6rem;
}
.table > tbody + thead{
	box-shadow: 0 1px 0 1px var(--maincolor),inset 0 2px 0px var(--maincolor);
}

table tr > *.short-10{
	width:10rem;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}
.table-striped > tbody > tr:nth-of-type(even) {
    background-color: rgba(180,180,180,0.15);
}

.table > tfoot > tr > * {
	border-top: solid 2px var(--maincolor) !important;
}


.table-responsive > .table-full, .table-full {
    width: calc(100% - 4px);
    overflow: hidden;
}

.table-responsive > .table-bordered,
.table-bordered{
	width: calc(100% - 4px);
    overflow:hidden;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td{
    border-color: rgba(140,140,140,0.3);
    border-width: 0 1px 1px 0;
}
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border-color: rgba(140,140,140,0.3);
    border-width: 1px 1px 0px 0;
}
.table-bordered tr > *:last-child{
    border-right-width: 0;
}


.table.table-condensed {
    font-size: 0.87rem;
    font-weight: 480;
    font-family: var(--fontfamily);
}
.table.table-condensed > thead > tr > th,
.table.table-condensed > thead > tr > td {
    padding: 0.4rem 0.2rem 0.3rem 0.2rem;
    font-size:0.85rem;
}
.table.table-condensed th,
.table.table-condensed td {
    padding: 0.32rem 0.2rem 0.3rem 0.2rem;
}
@media screen and (max-width:767px){
	.table.table-condensed th,
	.table.table-condensed td {
		padding: 0.3rem 0.2rem 0.28rem 0.2rem;
	}
}

.table.table-colored thead {
    background: var(--maincolor);
    color: #ffffff;
}
.table.table-colored thead a {
    color: #ffffff;
}
.table.table-colored thead a:hover {
    text-decoration-color: #ffffff;
}
.table.table-colored > thead > tr > th,
.table.table-colored > thead > tr > td{
    border-color: rgba(250,250,250,0.35);
}
.table.table-colored thead tr + tr > *{
    background-color: rgba(0, 0, 0, 0.1);
}
.table.table-colored > thead{
    box-shadow: none;
}

.table.table-hover{
    overflow: hidden;
    position: relative;
    z-index: 3;
}
.table.table-hover thead{
	position: relative;
    z-index: 1;
}
.table.table-hover tbody{
    position: relative;
    z-index: 2;
}
.table.table-hover tr > *{
    position: relative;
}
.table.table-hover > tbody > tr:hover {
    background-color: rgba(160, 160, 160, 0.1) !important;
}
.table.table-hover th:not(:first-child):hover:after,
.table.table-hover td:not([class]):not(:first-child):hover:after {
    content: "";
    position: absolute;
    left: 0;
    top: -5000px;
    height: 10000px;
    width: 100%;
    z-index: -1;
    background-color: rgba(160, 160, 160, 0.1) !important;
    user-select: none;
    pointer-events: none;
}

.table.table-centered tr > *{
    text-align:center;
}
.table.table-centered tr > *.text-left{
    text-align:left;
}


.table.table-middle tr > td{
    vertical-align:middle;
}
.table.table-middle tbody tr > th{
    vertical-align:middle;
}
.table.table-middle tfoot tr > th{
    vertical-align:middle;
}

.table.table-small {
    font-size: 0.7rem;
    font-weight: 450;
    font-family: var(--fontfamily);
    box-shadow: none;
}
.table.table-small  > thead > tr > th,
.table.table-small  > thead > tr > td {
	padding: 0.4rem 0.5rem 0.25rem 0.5rem;
	font-size: 1.05rem;
	line-height: 1;
	font-weight: 600;
}
.table.table-small th,
.table.table-small td {
    padding: 0.4rem 0.5rem 0.4rem 0.5rem;
    line-height: 1;
}
.table.table-small > thead {
	font-family: var(--fontfamily);
	font-weight: 600;
	box-shadow: 0 0px 0 0px var(--maincolor),inset 0 -1px 0px var(--maincolor);
	font-size: 1.1rem;
	position: relative;
	z-index: 2;
}
.table.table-small > tbody + thead {
	box-shadow: 0 -1px 0 0px var(--maincolor),inset 0 -1px 0px var(--maincolor);
}

.table col.darkbg{
	background-color: rgba(160, 160, 160, 0.15)
}

.text-center {
    text-align: center !important;
}


caption {
    color: var(--maincolor);
    text-align: left;
    border: 1px solid #ddd;
    border-bottom: none;
    padding: 0.5rem 1rem;
}
.table-responsive{
	position:relative;
	top: -4px;
	margin-bottom: -4px;
}
.table-responsive + *:not(:empty){
	margin-top: 1.7rem;
}

.table-responsive .table{
	margin-bottom: 4px;
}

@media screen and (max-width:767px){
	.table-responsive {
		width: 100%;
		overflow-y: hidden;
		border: none;
		position:relative;
	}
	.table-responsive.table-responsive-scroll{
		border-right: 2px dotted var(--maincolor);
	}
	.table-responsive > .table{
		width:100%;
		margin-bottom: 10px;
	}
	.table-responsive>.table>thead>tr>th,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tfoot>tr>td {
		white-space: normal;

		font-size: 0.7rem;
		line-height: 1.25;
	}
}

.table p{
	word-break: normal;
}

/* //////////////////////////////////////////////////////////////// */

.paging{
    display: flex;
    gap: 0.3rem;
	margin-top: 5rem;
	margin-bottom: 1rem;
	justify-content: space-between;
}
.paging .btn{
	border-radius: 0.2rem;
    white-space: nowrap;
    min-height: 2.2rem;
    padding: 0.5rem 0.8rem;
}
.paging-section{
	font-family: var(--fontfamily);
    background-color: rgba(180,180,180,0.12);
    border-radius: 0.2rem;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1;
    overflow: hidden;
    display: flex;
    letter-spacing: 0;
    justify-content: space-between;
}
.paging-section a{
    border: none;
    text-decoration: none;
    padding: 0.4rem 0.4rem;
    display: flex;
    min-width: 2rem;
    align-items: center;
    justify-content: center;
}
.paging-section a:not(:focus):not(:hover):not(.active) {
    color: inherit;
}
.paging-section a.page.active{
    background-color: var(--maincolor);
    color:#ffffff;
}
@media screen and (min-width: 768px){
	.paging{
		justify-content: center;
		gap: 1rem;
	}
	.paging .btn{
		min-width: 2.5rem;
		min-height: 3rem;
		display: flex;
	    font-size: 1rem !important;
		align-items: center !important;
		justify-content: center !important;
	}
	.paging-section{
		font-size: 1.1rem;
	    letter-spacing: -0.05rem;
	}
	.paging-section a{
		padding: 0.4rem 0.6rem;
		min-width: 2.5rem;
	}
	.paging-section > *:last-child{
		padding-right:0.8rem;
	}
}

/* //////////////////////////////////////////////////////////////// */

.pop-up{
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}
.pop-up-content{
	position: relative;
    background: #ffffff;
    border-radius: var(--radius-box);
    padding: 2rem 1.5rem 2rem 2rem;
    box-shadow: var(--shadow3);
    min-width: 3rem;
    min-height: 3rem;
}
.pop-up-inner{
	max-width: 90vw;
    max-height: 75vh;
    overflow: auto;
    padding-right: 1rem;
}
.close.pop-up-close{
	float: none;
    position: absolute;
    top: 0;
    right: 0.5rem;
}

/* /// accordion ////////////////////////////////////////////////////////////*/

.panel-accordion{
	padding: 0;
    margin: 0;
    position: relative;
    border-radius: 0;
    box-shadow: var(--shadow1);
    background: #ffffff;
    border: none;
}
.panel-accordion + .panel-accordion{
	border-top: none;
    margin-top: 0rem;
}
.panel-accordion-header{
	padding: 0;
	background:#f5f5f5;
	cursor: pointer;
	display:flex;
}
.panel-accordion-content{
	display: none;
    margin: 0;
    padding: 2rem;
}

.panel-accordion-header h3 {
	padding: 1.5rem 2rem;
	margin: 0;
    font-size: 1.4rem;
    line-height: 1.2;
    transition: all 0.3s ease;
 	flex-grow:1;
	color:inherit;
}
.panel-accordion-header span{
	padding: 1.5rem 2rem;
	margin:0;
	display:flex;
	align-items: center;
	transition: all 0.3s ease;
}
.panel-accordion-header:hover h3 {
	color:var(--maincolor);
}
.panel-accordion-header:hover span {
	background:var(--maincolor);
	color:#ffffff;
}
.panel-accordion.toggled .panel-accordion-header h3{
	color:var(--maincolor);
}
.panel-accordion.toggled .panel-accordion-header span{
	background:var(--maincolor);
	color:#ffffff;
}
.panel-accordion-header span:after{
	transition: transform 0.3s ease;
    font-size: 1.1rem;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f078";
    transform: rotate(0deg);
}

.panel-accordion.toggled .panel-accordion-header span:after{
	transform: rotate(-180deg);
}

.panel-accordion a.anchor{
	position:absolute;
	top:-7rem;
	left:0;
	height:1px;
	width:1px;
}



/*  footer ///////////////////////////////////////////////////////////*/

footer{
	padding:0rem;
	position:relative;
	line-height: 1.2;
	margin: 0.55rem 0 0 0;
}
footer > .container{

}
footer ul{
	list-style:none;
}


.footer-box{
	padding:2rem 0;
    background-color: rgba(160,160,170,0.2);	
}


.footer-boxes{
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin:0 -1rem;
}
.footer-boxes > *{
	padding:1rem;
	flex-grow: 1;
}
.footer-box-main{
	min-width: 20rem;
	max-width: 60rem;
}
.footer-box-main a{
	display:block;
}
.footer-box-main img{
	max-width: 100%;
}

.footer-box-menu{
	display: flex;
	gap: 3rem;
	flex-wrap: wrap;
}
.footer-menu {
    display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	font-family: var(--fontfamily);
	font-weight: 400;
	font-size: 1rem;
	line-height: 1;
	margin: 0;
	padding: 0;
}
.footer-box a:not(:focus):not(:hover):not(.active){
  color: inherit;
}
.footer-menu a{
	display: block;
    padding: 0rem 0rem;
    margin: 0.4rem 0.6rem;
}


.footer-copyright{
    padding: 0.5rem 0rem 5rem 0rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    align-items: center;
    font-weight: 350;
    font-family: var(--fontfamily);
    line-height: 1;
}
.footer-copyright p{
	margin:0;
	padding: 0;
}
.footer-copyright > *{
	padding: 0.5rem 0rem 0rem 0rem;
}




@media screen and (max-width:767px){
	.footer-box {
		padding: 1rem 0;
	}
	.footer-boxes {
		flex-wrap: wrap;
    }
	.footer-box-main > *{
		padding:0.5rem 0;
	}
	
	.footer-box-menu{
		justify-content: center;
	}
	
	.footer-menu {
		flex-direction: column;
		align-items: center;
		margin-bottom: 0.5rem;
		padding:0rem;
	}
	.footer-copyright {
		flex-direction: column;
	}
}


/* //////////////////////////////////////////////////////////////// */

.scroll-column {
    position: relative;
    display: flex;
    align-self: stretch;
}
.scroll-column > * {
	width:100%;
    position: sticky;
    bottom: 6rem;
    align-self: flex-end;
}
.scroll-column-top > * {
	width:100%;
    position: sticky;
    top: 3.5rem;
    bottom: unset;
    align-self: flex-start;
}

@media screen and (max-width:767px){
	.scroll-column{
		padding-top: 4rem;
	}
	.section-home .scroll-column{
		padding-top: 0rem;
	}

}

/* //////////////////////////////////////////////////////////////// */


.caption-date{
    font-family: var(--fontfamily);
    font-size: 0.9rem;
    line-height: 1;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.caption-date time{
	position:relative;
    opacity: 0.5;
}
.caption-date time + *{
	display: flex;
    position: relative;
    align-items: center;
}


.label{
	font-family: var(--fontfamily);
	font-size: 0.9rem;
	line-height: 1;
	font-weight: 500;
	display: flex;
	align-items: center;
	color: inherit;
	padding: 0;
	opacity: 0.5;
	text-align: left;
	white-space: wrap;
	vertical-align: baseline;
	border-radius: 0;
}
.label + *{ margin-top:0.25rem;}
* + .label{ margin-top:1.5rem;}

.label + .share-bar{margin:0;}



.article-info{
	display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 0;
    padding: 0 0 1rem 0;
    font-size: 0.9rem;
}
.embed-responsive + .article-info,
figure + .article-info{

}

.article-info .message-badge{
    position: relative;
    top: 0;
    border: none;
    font-weight: 700;
    font-size: 0.7rem;
    line-height: 1;
    height: auto;
    margin: 0 0.3rem 0 0;
    align-self: center;
}
.article-info .message-badge span{
    position: relative;
    top: 0rem;
    left: 0;
    border-radius: var(--radius-element) 0 0 var(--radius-element);
    padding: 0.3rem 1.2rem 0.3rem 0.6rem;
    height: auto;
}
@media screen and (max-width:767px){
	.article-info .message-badge {
		margin: -0.3rem 0 0.5rem 0;
		align-self: flex-start;
	}
}


.author{
    display: flex;
    align-items: center;
    flex-grow: 1;
}
.caption-date time + *:before,
.author:before{
    content: "❯";
    transform: scaleX(0.7);
    display: inline-block;
    width: 0.5rem;
    color: var(--maincolor);
    font-weight: 600;
    margin: 0 0.5rem;
}
.author img{
    width: 2rem;
    border-radius: 50%;
    margin: 0 0 0 0.5rem;
    display:none;
}
.author p {
    font-size: 0.7rem;
    font-family: var(--fontfamily);
    text-align: left;
}
.author p span{
	font-size: 0.9rem;
	font-weight:500;
}

.modal-backdrop{
	display:none !important;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.3);
}
.share-bar p{
	font-size: 0.875rem;
    font-family: var(--fontfamily);
}
.share-bar .share-bar-content{
	margin: 0;
	display:flex;
	align-items: center;

}
.share-bar a{
    font-size: 0.8rem;
    line-height: 1.3;
    margin: 0;
    padding: 0.3rem 0.6rem 0.2rem 0.6rem;
    min-width: 3rem;
    position: relative;
    z-index: 2;
    text-decoration: none;
    color: #ffffff;
	box-shadow: var(--shadow1);
}

.share-facebook{background:#39548d;}
.share-twitter{background:#0fa3de;}
.share-linkedin{background:#1381bc;}
.share-mail{background:#fea231;}
.share-copy{background:#555555;}

.share-bar .share-facebook{
	border-radius: var(--radius-small) 0 0 var(--radius-small);
}
.share-bar .share-copy{
	border-radius:  0 var(--radius-small) var(--radius-small) 0;
}

.share-bar a:hover,
.share-bar a:focus{
	background:var(--maincolor);
}
.share-bar .modal-dialog{
	color:#333333;
}


@media screen and (max-width:767px){

	.article-info{
		display: flex;

		margin: 0rem 0 0rem 0 !important;
		padding: 0 0 1rem 0;

		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;

	}
	.share-bar {
		margin: 0 0 1rem 0 !important;
	}

	.author:before{
		display:none;
	}
	.article-info .share-bar{order:1;}
	.article-info .caption-date{order:2;}
	.article-info .author{order:3;}

}



.social_menu{
	display: flex;
    align-items: center;
    justify-content: center;
}
.social_menu a{
	margin: 0.1rem;
    padding: 0.4rem;
    min-width: 2.4rem;
    border-width: 1px;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width:767px){
	.share-bar{
		flex-wrap:wrap;
	}
	.share-bar p {
		margin-bottom: 0.5rem;
	}
	.share-bar a{
		min-width: 3.5rem;
	}
	.social_menu {
		justify-content: center;
		margin:0.5rem 0;
	}
}

/* layouts //////////////////////////////////////////////////////////////// */

.page-layout{
	display: grid;
	align-items: start;
	gap: var(--gap) 0rem;
	grid-template-columns: 100%;
	margin-left: var(--halfgap-negative);
	margin-right: var(--halfgap-negative);
}
.page-layout > *{
	margin-left: var(--halfgap);
	margin-right: var(--halfgap);
}

@media screen and (min-width:768px){
	.page-layout-3-1 {
	  grid-auto-flow: row;
	  grid-template-columns: 3fr 1fr;
	}
}


.messages-layout{
	display: grid;
	gap: var(--gap) 0rem;
	grid-auto-flow: row;
	grid-template-columns: 100%;
	margin-left: var(--halfgap-negative);
	margin-right: var(--halfgap-negative);
}
.messages-layout > *{
	margin-left: var(--halfgap);
	margin-right: var(--halfgap);
}

.messages-layout-9 {
	grid-template-columns: repeat(2, 50%);
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.messages-layout-9 > * {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

@media (orientation: landscape) and (max-width: 767px){
	.messages-layout,
	.messages-layout-6,
	.messages-layout-5,
	.messages-layout-4,
	.messages-layout-3 {
	  grid-template-columns: repeat(2, 50%);
	}
}

@media screen and (min-width:768px){

	.message-box-big {
		grid-area: message-box-big;
	}

	.messages-layout-9 {
		grid-template-columns: repeat(9, 11.1111%);
		margin-left: -0.5rem;
		margin-right: -0.5rem;
	}

	.messages-layout-9 {
		grid-template-columns: repeat(9, 11.1111%);
		margin-left: -0.5rem;
		margin-right: -0.5rem;
	}
	.messages-layout-9 > * {
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}

	.messages-layout-6 {
	  grid-template-columns: repeat(6, 16.66666667%);
	}

	.messages-layout-5 {
	  grid-template-columns: repeat(5, 20%);
	}

	.messages-layout-4 {
	  grid-template-columns: repeat(4, 25%);
	}

	.messages-layout-3 {
	  grid-template-columns: repeat(3, 33.333%);
	}

	.messages-layout-2-1 {
	  grid-template-columns: repeat(3, 33.333%);
	}
	.messages-layout-2-1 .message-box-big {
		grid-column: 1 / span 2;
		grid-row: 1 / span 2;
	}

	.messages-layout-1-3-3 {
	  grid-template-columns: repeat(3, 33.333%);
	}
	.messages-layout-1-3-3 .message-box-big {
		grid-column: 1 / span 3;
		grid-row: 1;
	}

	.messages-layout-3-1 {
	  grid-template-columns: repeat(4, 25%);
	}
	.messages-layout-3-1 .message-box-big {
		grid-column: 1 / span 3;
		grid-row: 1 / span 2;
	}

	.messages-layout-1-3 {
	  grid-template-columns: repeat(4, 25%);
	}
	.messages-layout-1-3 .message-box-big {
		grid-column: 2 / span 3;
		grid-row: 1 / span 2;
	}

	.messages-layout-2-1-1 {
	  grid-template-columns: repeat(4, 25%);
	}
	.messages-layout-2-1-1 .message-box-big {
		grid-column: 1 / span 2;
		grid-row: 1 / span 2;
	}

	.messages-layout-1-1-2 {
	  grid-template-columns: repeat(4, 25%);
	}
	.messages-layout-1-1-2 .message-box-big {
		grid-column: 3 / span 2;
		grid-row: 1 / span 2;
	}

	.messages-layout-1-2-1 {
	  grid-template-columns: repeat(4, 25%);
	}
	.messages-layout-1-2-1 .message-box-big {
		grid-column: 2 / span 2;
		grid-row: 1 / span 2;
	}


	.messages-layout-2-2-4 {
	  grid-template-columns: repeat(4, 25%);
	}
	.messages-layout-2-2-4 .message-box-big {
		grid-column: 1 / span 2;
		grid-row: 1 / span 2;
	}
	.messages-layout-2-2-4 .message-box-big2 {
		grid-column: 3 / span 2;
		grid-row: 1 / span 2;
	}


}
.messages-layout > .baner-box {
    width: calc(100% - var(--gap));
    padding-bottom: calc(100% - var(--gap));
    margin-bottom:0;
}



/* //////////////////////////////////////////////////////////////// */

.message-box{
	position:relative;
}

.message-box .caption{
    padding-top: 0.65rem;
    padding-bottom: 0rem;
    font-size: 1.0rem;
	line-height: 1.4;
}
.message-box .caption-date{
	font-size: 0.8rem;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.message-image{
	position:relative;
}
.message-image .caption-date{
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 400;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,154,204,0.8);
	color: #ffffff;
	margin: 0;
	padding: 0.3rem 0.5rem;
}
.message-image .caption-date time {
	position: relative;
	opacity: 1;
}


.message-box * + h3,
.message-box * + h4{
	margin-top:0.1rem;
}

.message-box h3 + *,
.message-box h4 + *{
    margin-top: 0.6rem;
}
.message-box h3 + *{
    margin-top: 0.8rem;
}
.message-box h3,
.message-box h4{
	word-wrap: break-word;
	line-height: 1.3;
}

.message-box h3{
	font-size: 1.4rem;
}
.message-box h4{
	font-size: 1.1rem;
}

@media screen and (max-width:767px){
	.message-box h3 + *,
	.message-box h4 + *{
		margin-top: 0.6rem;
	}
	.message-box h3,
	.message-box h4{
		font-size: 1.23rem;
		line-height: 1.15;
	}
}

.message-box > a{
	display: block;
	border:none;
	position:relative;
	border-radius: 0.1rem;
    box-shadow: var(--shadow1);
}
.message-box figure{
	margin:0;
	width: 100% !important;
}
.message-box img{
	width:100%;
	height:auto;
    border-radius: 0.1rem;
    box-shadow:none;
    background: rgba(180,180,190,0.2);
}



/* //////////////////////////////////////////////////////////////// */

@media screen and (min-width:768px){
	.article-content {
		hyphens: auto;
	}
}
.article-content * {
	hyphens: auto;
    page-break-inside: avoid;
    break-inside: avoid-column;
}
.article-content h1{
	margin-bottom: 2rem;
	font-weight: 330;

}
.article-content h1 + *{
	margin-top: 2rem;
}

/* //////////////////////////////////////////////////////////////// */

.gallery-thumb a:after,
.gamesbox .gamesbox-body:after,
.gallery-slider .dc-slider-item a:after,
.message-box > a:after,
.event-baner > a:after,
.section-baner a:after,
.baner-box a:after {
    position: absolute;
    z-index: 3;
    bottom: 0px;
    left: 50%;
    right: 50%;
    content: "";
    height: 50%;
    border-bottom: solid 0px transparent;
    border-radius: 0.1rem;
    background: transparent;
    transition: left 0.25s ease,
				right 0.25s ease,
				border 0.25s ease;

}
.gallery-thumb a:hover:after,
.gallery-thumb a:focus:after,
.gamesbox:hover .gamesbox-body:after,
.gamesbox:focus .gamesbox-body:after,
.gamesbox.open .gamesbox-body:after,
.gallery-slider .dc-slider-item a:hover:after,
.gallery-slider .dc-slider-item a:focus:after,
.message-box > a:hover:after,
.message-box > a:focus:after,
.event-baner > a:hover:after,
.event-baner > a:focus:after,
.section-baner a:hover:after,
.section-baner a:focus:after,
.baner-box a:hover:after,
.baner-box a:focus:after{
    border-color: var(--maincolor);
    left: 0;
    right: 0;
}
.messages-boxes-inset .message-box > a:after{
	border-radius:0;
}

/* //////////////////////////////////////////////////////////////// */

.googlemap{
	width:100%;
	height:100%;
	position:relative;
	border-radius: var(--radius-box);
    box-shadow: var(--shadow1);
    overflow:hidden;
}
.googlemap > div{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.googlemap-height{
	min-height:30rem;
}

/* //////////////////////////////////////////////////////////////// */

.og-side-view{
	position:fixed;
	bottom:4rem;
	left:0;
	width:18rem;
	padding:0.6rem;
	background:#ffffff;
	box-shadow: var(--shadow1);
	z-index:100;
	opacity:0.5;
	transform: scale(0.2);
	transform-origin: left bottom;
	display:none;
	opacity:1;
}
.og-side-view h4{font-size:0.9rem;margin-top:0.6rem;}
.og-side-view p{font-size:0.7rem;margin-top:0.2rem !important;}
.og-side-view img{
	max-width:100%;
	border:solid 1px #eeeeee;
}
.og-side-view:hover{
	opacity:1;
	transform: scale(1.2);
}
@media screen and (max-width:767px){
	.og-side-view{
		display:none;
	}
}
.overflow-hidden {
    overflow: hidden !important;
}

/* side-menu ///////////////////////////////////////////////////////////*/

.side-menu{
	list-style: none;
}
.side-menu{
	display: flex;
	gap: 0.8rem;
	line-height: 1.2;
	font-size: 1.1rem;
	font-weight: 300;
	margin: 0;
	flex-direction: column;
}

.side-menu a:not(:focus):not(:hover):not(.active) {
    color: inherit;
}
.side-menu a{
	padding: 0rem 0 0.2rem 0;
    margin: 0;
    display: block;
	text-decoration:none;
    border-bottom: 1px solid transparent;
    border-radius: 0;
}
.side-menu a.active{
	border-color: var(--maincolor);
}
.side-menu i.fas{
    font-size: 0.7em;
    width: 1.6rem;
    position: relative;
    top: -1px;
}


@media (max-width: 767px){
	.side-menu-container.scroll-column{
		padding-top: 0;
	}
	.side-menu{
		margin:0 0 1rem 0;
	}
}








/* hamburger ///////////////////////////////////////////////////////////*/

.navbar-toggle {
	position: relative;
	float: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	width: 2.8rem;
	height: 2.8rem;
	z-index: 901;
	cursor: pointer;
	font-size: 1.7rem;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
	background-color: transparent;
	border-color: var(--maincolor);
}
.navbar-toggle:focus{
	border-style: dotted;
}
.navbar-toggle .fas{
	transition: color 0.25s ease, opacity 0.25s ease;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:flex;
	align-items: center;
	justify-content: center;
}

.navbar-toggle .opened{opacity:1;}
.navbar-toggle .closed{opacity:0;}
.navbar-toggle.collapsed .opened{opacity:0;}
.navbar-toggle.collapsed .closed{opacity:1;}




/* //////////////////////////////////////////////////////////////// */

body > .skiptranslate:first-child {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
	z-index: 1201;
	background: #ababab;
	box-shadow: var(--shadow3);
}
body > .skiptranslate:first-child > iframe {
	position: relative;
	border: none;
	box-shadow: none;
	float: left;
	mix-blend-mode: overlay;
}
#goog-gt-tt + div,
#goog-gt-tt + iframe + div{
	right: 40%;
	left: 50%;
	z-index:1300;
	z-index: 0;
}
#goog-gt-tt {
	display: none !important;
}
#goog-gt-tt ~ iframe{
	box-shadow: var(--shadow1);
	border: none;
}
body > .skiptranslate > iframe body{
	background:#ff00ff !important;
}
@media screen and (max-width:767px){
	body > .skiptranslate:first-child {
		top: 4rem;
	}
}
.gtranslate-menu  .goog-te-gadget-icon{
	display:none;
}
.gtranslate-menu .goog-te-gadget-simple{
	font-size: inherit;
	border: none;
	padding: 0;
	background-color: transparent;
}
.gtranslate-menu .goog-te-gadget-simple *{
	color: var(--textcolor);
}
.gtranslate-menu .goog-te-gadget-simple a:hover,
.gtranslate-menu .goog-te-gadget-simple a:focus{
	color: var(--maincolor);
}
.gtranslate-menu .goog-te-gadget {
	font-family: var(--fontfamily);
	font-size: inherit;
	color: var(--textcolor);
	white-space: nowrap;
}




/*  header ///////////////////////////////////////////////////////////*/

body > header{
	
	position:sticky;
	xposition:fixed;
	
	top: 0px;
	left: 0px;

	width: 100%;
	z-index: 1200;
	transition: box-shadow 0.2s ease, top 0.25s ease;
	
	border-bottom: solid 5px rgba(150, 150, 150, 0.25);
	box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.17);
	
	font-size:1rem;
    background-color: #ffffff;

    color: inherit;
}


body.darktheme > header{
    background-color: #121212;
}

body > header > .container{
	display:flex;
	xxheight: 2.6rem;
}

.head {
	display:flex;
	align-items: center;
}
.head .text-right{
	flex-grow:1
}

header .logo {
	display: inline-block;
    height: 4rem;
    border: solid 2px transparent;
    border-width: 0 0 2px 0;
	position:relative;
	padding: 0 0 2px 0;
	margin: 2px 0 0 0;
	transition: margin 0.25s ease, height 0.25s ease;
}
body.darktheme header .logo img{
	filter: grayscale(1) invert(1) contrast(0.2) brightness(1.5);
}

@media all and (max-width:767px){
	header	.logo {
		height: 3rem;
	}
}
.logo img{
	height:100%;
	width: auto;
}
.logo:hover {
    border-color: var(--maincolor);
}
.logo:focus {
    border-color: var(--maincolor);
    border-style: solid;
}




header .navbar-collapse {
	overflow-x: visible;
	flex-grow: 1;
}

@media all and (max-width:767px){
	body > header{
		xxposition: fixed;
	}
	.head {
		padding: 0rem 0;
		position:relative;
		z-index:10;
		width:100%;
	}
	body > header > .container {
		height: 4rem;
	}
	.navbar-collapse{
		position: absolute;
		top: 4rem;
		left: 0px;
		right: 0px;
		max-height: calc(100vh - 4rem);
		margin: 0 !important;
		padding: 0;
	}
	.navbar-collapse.collapsing,
	.navbar-collapse.collapse.in{
		background: #fefefe;
		box-shadow: 0px 1.5rem 1.5rem rgba(0,0,0,0.3);
		padding: 0.6rem 1.1rem 1.1rem 1.1rem;
	}
	body.darktheme 	.navbar-collapse.collapsing,
	body.darktheme 	.navbar-collapse.collapse.in{
		background: #0b0b0b;
		box-shadow: 0px 1.5rem 1.5rem rgba(0,0,0,0.3);
	}
}


@media screen and (min-width:768px){
	header .navbar-collapse {
		position:relative;
	}
	.navbar-collapse.collapse {
		display: flex !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
		flex-direction: column-reverse;
	}
}




.top-menu.lang-menu{
	text-transform: uppercase;
}

@media screen and (min-width:768px){


	.top-menu{
		list-style: none;
		display: flex;
		align-items: center;
	}
	
	.top-menu > li {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		margin: 0;
	}
	
	
	.top-menu a:not(:focus):not(:hover):not(.active) {
		color: inherit;
	}
	.top-menu a{
		padding: 0.6rem 0 0.6rem 0;
		margin: 0 0.2rem;
		display: block;
		text-decoration:none;
		border: none;
	}

	.top-menu.account-menu {
		flex-grow: 1;
	}
	.top-menu.ico-menu{
		font-size: 1.1rem;
		line-height: 1;
	}
	.top-menu.ico-menu .fa-tiktok,
	.top-menu.ico-menu .fa-volleyball-ball{
		position:relative;
		top:-1px;
		font-size: 0.95rem;
	}


	.navbar-mainmenu{
		position: relative;
		margin-bottom: -5px;
	}
	.navbar-mainmenu .dropdown-parent {
		text-align: right;
	}
	.navbar-mainmenu .top-menu{
		line-height: 1.2;
		font-stretch: 95%;
		font-size: 1.05rem;
		font-weight: 330;
		gap: 1rem;
		display: inline-flex;
	}
	.navbar-mainmenu .top-menu a{
		margin: 0 0rem;
		display: block;
		text-decoration:none;
		border-bottom: 5px solid transparent;
	}
	.navbar-mainmenu .top-menu a.active,
	.navbar-mainmenu .top-menu a:hover,
	.navbar-mainmenu .top-menu a:focus{
		border-color: var(--maincolor);
	}


	.top-menu.dropdown-parent > li{
		position:relative;
	}
	.top-menu .dropdown-menu{
		font-family: var(--fontfamily);
		position: absolute;
		left: auto;
		right: auto;
		z-index: 1000;
		float: none;

		margin:	-5px 0 0 0;
		padding: 1rem;
		
		overflow: hidden;
		min-width: 10rem;
		width: 10rem;
		height: 1px;		
		top: -100vh;
		display: block;
		opacity:0;
		transition: opacity 0.3s;	
		
		font-size: inherit;		
		line-height: 1.1;			
		text-align: left;
		background-color: #ffffff;
		border: none;
		border-radius: 0;
		box-shadow: var(--shadow3);
		border-top: solid 5px var(--maincolor);

	}

	.top-menu .open > .dropdown-menu{
		display: block;
		width: auto;
		height: auto;
		min-width: 10rem;
		opacity: 1;
		top: 100%;
	}
	.top-menu .dropdown-menu > li > a{
		white-space: nowrap;
		padding: 0.25rem 0;
		margin: 0.25rem 0.4rem;
		text-transform: none;
		line-height: 1.1;
		color: var(--maincolor);
		font-weight: 350;
		border: none;
	}
	.top-menu .dropdown-menu i.fas {
		font-size: 0.7em;
		width: 1.2rem;
		position: relative;
		top: -1px;
	}
	.top-menu .dropdown-menu a:not(:focus):not(:hover):not(.active){
		color: #333333;
	}
	.top-menu .dropdown-menu a:hover,
	.top-menu .dropdown-menu a:focus{
		background: inherit;
		color: var(--maincolor);
		border-color: var(--maincolor);
	}



	.navbar-overmenu{
		position:relative;
		transition: opacity 0.25s ease;
		display: flex;
		justify-content: flex-end;
		gap: 1rem;
	}
	.navbar-overmenu .top-menu{
		line-height: 1.2;
		font-stretch: 95%;
		font-size: 0.9rem;
		font-weight: 400;
		
	}	


	
	body.scrolled > header{
		top: -2.2rem;
		box-shadow: 0px 0.8rem 2rem rgba(0,0,0,0.07);
		
	}
	body > .skiptranslate:not([style*='none']) ~ header{
		top: 40px;
	}
	body.scrolled > .skiptranslate:not([style*='none']) ~ header{
		top: calc(-2.2rem + 40px);
	}	
	body.scrolled > header .logo {
		height: 2.2rem;
		margin-top: 2.4rem;
	}


}



@media all and (max-width:767px){
	.top-menu{
		display: flex;
		align-items: stretch;
		gap:1rem;
		list-style: none;
		padding: 0;
		margin: 0;
		width:100%;
		font-size: 1.1rem;
		border-top: solid 1px rgba(130, 130, 130, 0.3);
	}

	.top-menu li{
		padding: 0.2rem 0rem 0.2rem 0rem;
	}
	.top-menu a{
		display: block;
		padding: 0.2rem 0;
		margin: 0;
		text-decoration: none;
		color: var(--textcolor);
	}
	.top-menu a:hover,
	.top-menu a:focus,
	.top-menu a.active{
		color: var(--maincolor);
	}
	
	.top-menu.ico-menu li{
		font-size: 1.7rem;
	}
	.top-menu.theme-menu li{
		padding: 0.8rem 0rem;		
	}	

	.top-menu.vertical-xs{
		flex-direction: column;
		border: none;
		gap:0;		
	}
	.top-menu.vertical-xs li{
		border-top: solid 1px rgba(130, 130, 130, 0.3);
	}
	
	.navbar-mainmenu .top-menu.vertical-xs li:first-child {
		border-top: 0;
	}






	.top-menu .dropdown-menu{
		position: relative;
		top: 0;
		left: 0;
		z-index: 1000;
		float: none;
		min-width: 0;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: left;
		background-color: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		margin-left: 1rem;
		margin-top: 0;
		transition: all 0.5s;
		max-height: 0vh;
		display: block;
		overflow: hidden;
		opacity: 0;		
		font-size: 1.05rem;
	}
	.top-menu .drop-down.open > .dropdown-menu {
		max-height: 100vh;
		opacity: 1;
	}	
	
	
	.top-menu .dropdown-menu li{
		padding: 0.35rem 0;
		border:none;
		display: flex;
		justify-content: flex-start;
		align-items: center;		
	}
	.top-menu .dropdown-menu li:first-child{
		padding-top: 0.5rem;
	}
	.top-menu .dropdown-menu li:last-child{
		padding-bottom: 0.5rem;
	}	
	

	.top-menu > .dropdown-menu li:before{
		content: "-";
		padding: 0 0rem 0rem 0;
		font-size: 1.1rem;
		line-height: 1;
		color: var(--textcolor);
	}
	.top-menu .dropdown-menu ul li:before{
		content: "";
	}	


	.top-menu .dropdown-menu li a,
	.top-menu .dropdown-menu li a:hover,
	.top-menu .dropdown-menu li a:focus{
		display: flex;
		width: 100%;
		padding: 0.2rem 0;
		margin: 0 0.2rem;
		white-space: normal;
		line-height: 1;
		background-color: transparent;
		text-decoration: none;
		background: none;			
	}
	.top-menu .dropdown-menu li a{
		color: var(--textcolor);	
	}
	.top-menu .dropdown-menu li a:hover,
	.top-menu .dropdown-menu li a:focus,
	.top-menu .dropdown-menu li a.active{
		color: var(--maincolor);			
	}

}








a.drop-carret:after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f107";
	display: inline-block;
	font-size: 0.83rem;
	line-height: 1;
	margin: 0 0 0 0.22rem;
	color: inherit;
	transition: transform ease 0.25s;
	transform-origin: 50% 40%;
	transform: rotate(0deg);
}
.open > a.drop-carret:after{
	transform: rotate(180deg);
}


.dropdown-backdrop{
	display:none;
}



/* //////////////////////////////////////////////////////////////// */

.wide-box{
	display:flex;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	margin-bottom: 0.5rem;
}
.wide-box h2{
	font-size: 2rem;
	font-weight: 400;

	color: var(--maincolor);
}
.wide-box .wide-box-image{
	width:50%;
	min-height: 30rem;
}
.wide-box .wide-box-content{
	width:50%;
	padding: var(--space) 0;
}

.book-box .wide-box-image{
	width:33%;
	min-height: 30rem;
}
.book-box .wide-box-content{
	width:66%;
	padding: var(--space) 0;
}


.wide-box-text{
	flex-grow: 1;
}
.wide-box-text + *{
	margin-top: 2rem;
}
.wide-box-content .container-half{
	margin-left:0;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

@media screen and (max-width:767px){
	.wide-box{
		display:flex;
		flex-direction: column;
		margin-bottom: 0.5rem;
	}
	.wide-box .wide-box-image{
		width: calc(100% - 2.2rem);
		min-height: auto;
		height: 40svh;
		max-height: 16rem;
		margin: 0 1.1rem;
	}
	.wide-box .wide-box-content{
		width:100%;
		padding: var(--space) 0;
	}
}

.home-box{
	padding: 0.1rem 0;
}
.home-box:nth-of-type(3n-2){
	--maincolor: #529610;
}
.home-box:nth-of-type(3n-2) .inline-buttons a:nth-of-type(3n-2){--maincolor: #529610;}
.home-box:nth-of-type(3n-2) .inline-buttons a:nth-of-type(3n-1){--maincolor: #c51700;}
.home-box:nth-of-type(3n-2) .inline-buttons a:nth-of-type(3n-0){--maincolor: #13a1d0;}

.home-box:nth-of-type(3n-1){
	--maincolor: #13a1d0;
}
.home-box:nth-of-type(3n-1) .inline-buttons a:nth-of-type(3n-2){--maincolor: #13a1d0;}
.home-box:nth-of-type(3n-1) .inline-buttons a:nth-of-type(3n-1){--maincolor: #529610;}
.home-box:nth-of-type(3n-1) .inline-buttons a:nth-of-type(3n-0){--maincolor: #c51700;}

.home-box:nth-of-type(3n-0){
	--maincolor: #c51700;
}
.home-box:nth-of-type(3n-0) .inline-buttons a:nth-of-type(3n-2){--maincolor: #c51700;}
.home-box:nth-of-type(3n-0) .inline-buttons a:nth-of-type(3n-1){--maincolor: #13a1d0;}
.home-box:nth-of-type(3n-0) .inline-buttons a:nth-of-type(3n-0){--maincolor: #529610;}

@media screen and (min-width:768px){
	.home-box:nth-of-type(1) .wide-box{
		flex-direction: row-reverse;
	}
	.home-box:nth-of-type(1) .wide-box-content .container-half{
		margin-left: auto;
		margin-right: 0;
	}	

	.home-box ~ .home-box:nth-of-type(odd) .wide-box{
		flex-direction: row-reverse;
	}
	.home-box ~ .home-box:nth-of-type(odd) .wide-box-content .container-half{
		margin-left: auto;
		margin-right: 0;
	}
}

/* //////////////////////////////////////////////////////////////// */

section.home-section{
	margin-bottom: 0.5rem;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}
.home-info-boxes{
	display: grid;
	gap: var(--gap);
	grid-auto-flow: row;
	grid-template-columns: repeat(3, 1fr);
	text-align: center;
	margin: 2rem 0;
}
.home-info-boxes > div h3{
	font-size: 1.5rem;
	font-weight: 500;
	font-stretch: 94%;
}
.home-info-boxes > div:nth-child(1) h3{color: #c51700;}
.home-info-boxes > div:nth-child(2) h3{color: #13a1d0;}
.home-info-boxes > div:nth-child(3) h3{color: #529610;}


.home-big-info-box{
	margin: 2rem 0;
	padding: 2rem 0;
	text-align: center;
	font-size:1.8rem;
	font-weight: 300;
}
.home-big-info-box strong{color: #ec7600;}

@media screen and (max-width:767px){
	.home-info-boxes{
		grid-template-columns: repeat(1, 100%);
		margin: 0rem 0;
	}
	.home-big-info-box{
		margin: 2rem 0 0 0;
		padding: 1rem 0;
		font-size:1.45rem;		
	}
}


/* //////////////////////////////////////////////////////////////// */

.section-title{
	background-color: #eeeeee;
	position: relative;
	background-image: url(/_images/common/sbbg.jpg);
	background-position: center center;
	background-repeat: repeat;
	z-index: 1;
	margin: 0 0 0.55rem 0;
	padding: 0.7rem 0 0.4rem 0;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
body.darktheme .section-title{
	background-color: #2c2c2c;
	background-blend-mode: color-burn;
}

.section-title-content{
	position: relative;
	width: 50%;
	background: rgba(82, 150, 16, 0.8);
	color: #ffffff;
	padding: 2rem 1.5rem;
}
.section-title-content h1{
	font-size: 1.55rem;
	line-height: 1.1;
	font-weight: 300;
	font-stretch: 96%;
}
@media screen and (max-width:767px){
	.section-title-content{
		width: 100%;
	}
}

/* //////////////////////////////////////////////////////////////// */


.main-section {
	display: grid;
	width: 100%;
	grid-auto-flow: row;
	grid-template-columns: 20% 60% 20%;
}
.main-section-full{
	grid-template-columns: 80% 20%;
}

@media screen and (max-width:767px){
	.main-section {
		display: grid;
		width: 100%;
		grid-auto-flow: row;
		grid-template-columns: 100%;
	}

}

.main-section-menu{
	margin:0 3rem 0 0;
}
@media (max-width: 767px){
	.main-section-menu{
		margin:0 0 2rem 0;
		border-bottom: solid 5px rgba(150, 150, 150, 0.25);
	}
}

.main-section-contact{
	padding: 0 0 0 3rem;
}
@media screen and (max-width:767px){
	.main-section-contact {
		padding: 1.5rem 0 0 0;
		margin: 1rem 0 0 0;
		border-top: solid 5px rgba(150, 150, 150, 0.25);
	}

}

.short-block{
	max-width: 50rem;
}
.block-center{
	margin-left: auto;
	margin-right: auto;
}


/* //////////////////////////////////////////////////////////////// */

@media screen and (min-width:768px){
}
@media screen and (min-width:992px){
}
@media screen and (min-width:1290px){
}
@media screen and (min-width:1400px){
}
@media screen and (max-width:1399px){
}
@media screen and (max-width:1289px){
}
@media screen and (max-width:991px){
}
@media screen and (max-width:767px){
}
