@charset "UTF-8";
.bordered {
    background-color: var(--spn-bg);
    border: 1px solid var(--gray-400);
}
.to-all-link .icms-svg-icon {
    padding: 5px;
	margin-left: 5px;
	fill: red;
    border: 1px solid red;
    border-radius: 50%;
	vertical-align: -.63em;
}
.card-header.no-border {
	border-color: transparent;
} 
.card-header.text-center span {
	text-align: center;
	width: 100%;
}
#header .nav .text-white span {
	color: var(--body-color);
}
#header .icms-user-menu .dropdown-toggle::after {
	border-top-color: var(--body-color);
}
.btn.icms-btn-tag {
    margin-top: 2px;
    margin-bottom: 2px;
}
.attendance-counter {
	padding: .5rem;
}
/* #logos ################################################################################################################ */
#logos {
	background-color: var(--blue-light-bg);
	border-color: var(--blue-border-color);
	border-style: solid;
	border-width: 1px 0;
	color: var(--blue-dark);
	position: relative;
	z-index: 10;
	font-size: 40px;
	font-weight: 700;
}
#logos .logo-logo,
#logos .logo-slogan {
	text-transform: uppercase;
}
#logos .logo-logo a {
	color: var(--blue-dark);
	text-decoration: none;
	position: relative;
	font-size: 2em;
}
#logos .logo-logo a span {
	transition: .6s;
}
#logos .logo-slogan span {
	color: var(--primary);
}
#logos {
	padding: 10px 0 20px;
}
#logos .logo-logo a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 220px;
    height: 95px;
}
#logos .logo-logo a .logo-domain-zone {
    display: flex;
    justify-content: space-between;
    align-items: start;
    height: 80px;
    align-items: center;
}
#logos .logo-logo a .logo-domain {
    height: 80px;
    line-height: 80px;
    font-size: 80px;
    transform: translateY(-3px);
}
#logos .logo-logo a .logo-zone {
    color: var(--white);
    background: var(--blue);
    font-size: 30px;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    border-radius: 50%;
}
#logos .logo-logo a:hover .logo-zone {
    background: var(--blue-dark);
}
#logos .logo-logo a .logo-hint {
    font-size: 13px;
    line-height: 1.1;
    display: block;
    text-align: center;
}
.trigger_search.active {
	color: var(--primary-hover);
}
.panel_search {
    position: absolute;
	z-index: 11;
	top: 69px;
	right: var(--base-indent);
	visibility: hidden;
	opacity: .8;
	transition: .3s;
	background-color: var(--blue-dark);
	width: 290px;
	margin: 0;
	box-sizing: border-box;
	padding: 0;
	border-radius: .25rem;
}
.logo-search.active .panel_search {
	top: 70px;
	visibility: visible;
	padding: 0 0 3px;
	opacity: 1;

}
.header_search {
    overflow: hidden;
	padding: 8px 10px 1px;
}
#search_text_r {
    border: 0 none;
    box-sizing: border-box;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 13px;
	font-weight: 400;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    width: 77%;
	background-color: var(--white);
}
#search_button_r {
    border: 0 none;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: right;
    font-family: Arial;
    font-size: 13px;
	font-weight: 400;
    height: 26px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 23%;
	transition: .3s;
	background-color: var(--blue);
	color: var(--white);
}
#search_button_r:hover {
    background-color: var(--link-hover);
}
.advanced-search {
	padding: 2px 5px 2px 10px;
	font-size: 13px;
	font-weight: 400;
}
.advanced-search a {
	color: var(--white-50);
}
.advanced-search a:hover {
	color: var(--white-75);
}
/* menu-top-line ################################################################################################################ */
#menu-top {
	background-color: var(--blue-light2-bg);
    border-color: var(--blue-border-color);
	border-style: solid;
	border-width: 0 0 1px;
	margin-bottom: 1.5rem;
	padding: .25rem 0;
}
.menu-top-line .navbar-light .navbar-nav .nav-link {
    color: var(--blue-dark);
}
.menu-top-line .navbar-expand-lg .navbar-nav .nav-link {
	font-size: 1.2em;
	font-weight: 600;
	padding-right: 1rem;
	padding-left: 1rem;
	text-transform: uppercase;
}
.menu-top-line .dropdown-toggle::after {
    margin-left: 0.2em;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
}
.menu-top-line .navbar-light .navbar-nav .nav-link:hover,
.menu-top-line .navbar-light .navbar-nav .nav-link.active {
    color: var(--link-hover);
}
/* breadcrumbs ########################################################################################################## */
@media (min-width:768px) {
	.breadcrumb + .dropdown {
		min-width: 88px;
	}
	.breadcrumb {
		padding-right: 20px;	
	}
	.breadcrumb li:last-child {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
/* #trio ################################################################################################################ */
.trio-col::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: var(--base-indent);
	right: var(--base-indent);
	z-index: -1;
}
.trio-col.trio-col-l::before {
	background-color: var(--alert-warning-bg);
}
.trio-col.trio-col-c::before {
	background-color: var(--alert-info-bg);
}
.trio-col.trio-col-r::before {
	background-color: var(--alert-success-bg);
}
/* .trio-col > div:last-child {
	margin-top: auto;
} */
#trio .icms-widget__compact {
	margin-bottom: 0 !important;
}
#trio .icms-widget__compact > .card-header {
    font-weight: 600;
	position: relative;
	justify-content: center;
	border-bottom: 1rem solid #fff;
	margin-bottom: 0 !important;
}
#trio .icms-widget__compact > .card-header::before {
    content: "";
	position: absolute;
	top: calc(50% + 1px);
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: var(--gray-200);
}
#trio .icms-widget__compact > .card-header .title-value {
    display: inline-block;
    padding: 3px 10px;
    background-color: var(--white);
    position: relative;
}
#trio .ft_caption a {
    color: var(--gray-800);
}
#trio .ft_caption a:hover {
    color: var(--link-hover);
}
#trio .ft_caption h3 {
	font-size: 1em;
	font-weight: 700;
}
/* footer  ################################################################################################################ */
#footer a {
	color: var(--white-75);
	text-decoration: none;
}
#footer a:hover {
	color: var(--white);
	text-decoration: underline;
}
#footer .copyright-link {
	color: var(--white-50);
}
#footer .copyright-link:hover {
	color: var(--white-75);
}
/* wd-list ################################################################################################################ */
/* wd-list-basic ############################ */
.wd-basic-list-tiled {
	
}
.wd-basic-list .content_list_item .field.ft_image.left_field {
    float: left;
    margin-right: 1rem;
}
.wd-basic-list .content_list_item .ft_caption h3 {
	font-size: var(--wd-title-fs);
    font-weight: 700;
}
.wd-basic-list .content_list_item .ft_caption h3 a {
	color: var(--gray-800);
}
.wd-basic-list .content_list_item .ft_caption h3 a:hover {
    color: var(--blue);
}
.for-list-bordered .content_list_item {
	padding: 1rem;
	border: 1px solid var(--gray-400);
}
.for-items-bg-white .content_list_item {
	background-color: var(--white);
}
.for-items-bg-white-25 .content_list_item {
	background-color: var(--white-25);
}
.for-items-bg-white-50 .content_list_item {
	background-color: var(--white-50);
}
.for-items-bg-white-75 .content_list_item {
	background-color: var(--white-75);
}
@media (min-width:768px) {
	.basic-two-col .content_list,
	.basic-three-col .content_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.basic-two-col .content_list .content_list_item,
	.basic-three-col .content_list .content_list_item {
		flex: 0 0 calc(50% - var(--base-indent));
		max-width: calc(50% - var(--base-indent));
	}
	.basic-two-col .content_list .content_list_item:nth-child(2),
	.basic-three-col .content_list .content_list_item:nth-child(2) {
		margin-top: 0;
	}
}
@media (min-width:1200px) {
	.basic-three-col .content_list .content_list_item {
		flex: 0 0 calc(33.3333333333% - var(--base-indent));
		max-width: calc(33.3333333333% - var(--base-indent));
	}
	.basic-three-col .content_list .content_list_item:nth-child(2),
	.basic-three-col .content_list .content_list_item:nth-child(3){
		margin-top: 0;
	}
}
/* wd-list-featured ############################ */
.wd-list-featured .title {
    font-size: var(--wd-title-fs);
    font-weight: 700;
}
.wd-list-featured .title a {
	color: var(--gray-800);
}
.wd-list-featured .title a:hover {
	color: var(--blue);
}
.featured-first-col .photo {
	position: relative;
	background-color: var(--black-25);
}
.featured-first-col .photo img {
    object-fit: contain;
    max-height: 300px;
    width: 100%;
}
.featured-second-col .photo img {
    max-width: 32px;
}
.featured-first-col .photo .details {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px 1rem;
	background-color: var(--white-75);
}
.featured-second-col .item {
	width: 100%;
}
/* wd-content_list big-tiled-bg ############################ */
.border-line .content_list_item + .content_list_item {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px dashed var(--gray-400);
}
.big-tiled-bg .content_list_item,
.big-tiled-bg .icms-content-fields {
	position: relative;
	overflow: hidden;
}
.big-tiled-bg .ft_image {
	margin: 0 !important;
	background-color: var(--blue-dark);
}
.big-tiled-bg .ft_image img {
    object-fit: contain;
    max-height: 300px;
    width: 100%;
}
.big-tiled-bg .ft_caption {
    position: absolute;
    bottom: 0;
	left: 0;
	right: 0;
    padding: 10px 10px 20px;
    background-color: var(--white-75);
}
.big-tiled-bg .info_bar {
    position: absolute;
    bottom: 5px;
    left: 10px;
}
.list-default-flex .icms-content-fields {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.list-default-flex .ft_image {
    width: 64px;
    margin-bottom: 0 !important;
}
.list-default-flex .ft_caption {
    width: calc(100% - 80px);
}
/* content_list tiled ############################ */
.icms-widget__content_list.tiled .ft_image,
.icms-widget__content_list.tiled .ft_image .value,
.icms-widget__content_list.tiled .ft_image .value a {
	display: block;
    max-height: 250px;
}
.icms-widget__content_list.tiled .ft_image img {
    object-fit: cover;
    max-height: 250px;
    width: 100%;
}
/* content_list table ############################ */
.content_list.table.board_list img {
    max-width: 64px;
}
.content_list.table.board_list .second_type_images {
    display: none;
}
/* wd-slider ################################################################################################################ */
.small-slider .h2 {
	font-size: 1rem !important;
	font-weight: 700;
	margin-bottom: 0 !important;
	text-shadow: 0 0 2px #000;
}
.small-slider .btn {
    padding: 5px 7px 7px !important;
    line-height: 1.1;
    font-size: .8em;
    margin: 0 0 .5rem!important;
}
.no-cats-link  .btn {
	display: none;
}
@media (max-width:1400px) {
	#logos {
		font-size: 36px;
	}
	.menu-top-line .navbar-expand-lg .navbar-nav .nav-link {
		font-size: 1.1em;
	}
}
@media (max-width:1280px) {
	.menu-top-line .navbar-expand-lg .navbar-nav .nav-link {
		font-size: .9em;
	}
}
@media (max-width:1199px) {
	#logos {
		font-size: 30px;
	}
}
@media (max-width:991px) {
	#logos {
		font-size: 28px;
	}
}
@media (min-width:1200px) {
	.featured-second-col .item {
		width: calc(50% - var(--base-indent));
	}
	.featured-second-col .photo img {
		max-width: 64px;
	}
}
@media (min-width:992px) {
	.featured-first-right .wd-list-featured .featured-first-col {
		order: 1;
	}
}
/* content_list ################################################################################################################ */
@media (max-width:1199px) {
	#page-content .icms-body-toolbox {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#page-content h1 {
		width: 100%;
	}
	#page-content .icms-body-toolbox > div {
		margin-top: .5rem;
		margin-left: 0 !important;
	}
}
/* content_list default_list ############################# */
.category_description {
	background-color: var(--light);
	padding: var(--base-indent);
	margin-bottom: 1.5rem;
	box-shadow: 0 0 .5rem rgba(0,0,0,.05) inset;
}
.category_description > *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.content_list.default_list .content_list_item .icms-content-fields {
	overflow: hidden !important;
}
.content_list.default_list .content_list_item .icms-content-fields > .ft_image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	float: left;
	margin-right: 1rem;
	margin-bottom: 0;
	background-color: var(--light);
}
.content_list.default_list .content_list_item .icms-content-fields > .ft_caption,
.content_list.default_list .content_list_item .icms-content-fields > .ft_string,
.content_list.default_list .content_list_item .icms-content-fields > .ft_html {
	float: left;
	width: calc(100% - 250px - 1rem);
}
.content_list.default_list .content_list_item .icms-content-fields .ft_caption h3 {
    font-size: 1.2em;
    font-weight: 600;
}
.content_list.default_list .content_list_item .icms-content-fields .ft_caption h3 a {
    color: var(--gray-800);
}
.content_list.default_list .content_list_item .icms-content-fields .ft_caption h3 a:hover {
    color: var(--link-hover);
}
@media (max-width:576px) {
	.content_list.default_list .content_list_item .icms-content-fields {
		display: flex;
		flex-direction: column;
	}
	.content_list.default_list .content_list_item .icms-content-fields > * {
		float: none !important;
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.content_list.default_list .content_list_item .icms-content-fields > .ft_image {
		margin-bottom: .75rem;
	}
	.content_list.default_list .content_list_item .icms-content-fields > .ft_caption {
		order: -1;	
	}
}
/* content_list tiled ############################# */
.content_list.tiled .tile .ft_image .value {
    height: 200px;
    overflow: hidden;
}
.content_list.tiled .tile .ft_image .img-fluid {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}
/* zau4man */
.pagination{
	overflow-x: auto;
}