img {
    max-width: 100%;
}

.main_header.header_over_bg {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

/*.site-home .header-menu a.nav-link:hover {
	background-color: #4c4c4c6b;
}*/

.header-menu .navbar-toggler-icon i {
    color: #000;
}

/*.site-home .header-menu .navbar-toggler-icon i {
    color: #fff;
}*/

.header-menu a.nav-link:hover, .header-menu a.nav-link .dropdown-item:active {
    background-color: #f3f3f3;
}

.header-menu #navbarBottomHeader, .header-menu .navbar-nav {
    height: 100%;
}

.header-menu .navbar-nav .nav-link {
    height: 100%;
    display: flex;
    align-items: center;
}

.top_header_wrapper .nav-link:hover {
	color: var(--top-header-hover);
}

.header-menu .dropdown-item:active {
	background-color: #747474;
}

.header-menu {
	font-size: 15px;
}

.header-menu .dropdown-menu {
	font-size: 14px;
	border-radius: 0;
}

.main_header .top_header_wrapper {
	background: var(--top-header-bg);
	border: none !important;
}

.bottom_header_wrapper {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

/*body.site-home .bottom_header_wrapper {
    background: rgba(0, 0, 0, 0.8);
    box-shadow: none;
}*/

.main_header .top_header_wrapper {
	font-size: 14px;
}

.main_header .top-header-right {
	font-size: 13px;
}

/*body.site-home .main_header .nav-link,
body.site-home .main_header .main_header .ui-commandlink.ui-widget.nav-link {
	color: #fff;
	font-size: 15px;
}*/

.main_header .header-menu .nav-link,
.main_header .main_header .header-menu .ui-commandlink.ui-widget.nav-link {
	color: #000;
	font-size: 15px;
}

.top-menu-right .nav-link {
    color: #fff;
}

.main_header .top_header_wrapper .nav-link,
.main_header .top_header_wrapper .ui-commandlink.ui-widget.nav-link {
	font-size: 13px;
}

.header-home-box {
	background-color: var(--home-top-box-bg);
	flex: 1 1 0;
	word-break: break-all;
}

.header-home-box.header-home-box-news {
	background-color: var(--home-top-box-bg-news);
}

.header-home-box.header-home-box-events {
	background-color: var(--home-top-box-bg-events);
}

.header-home-box.header-home-box-flash-news {
	background-color: var(--home-top-box-bg-flash-news);
}

.home-box-title {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	font-weight: 200;
}

body .ui-widget.site-page-title,
.site-page-title {
	font-family: 'Bree Serif', sans-serif;
	font-size: 36px;
	color: #fff;
	text-align: center;
}

footer {
	background-color: var(--footer-bg);
}

footer hr {
	background-color: var(--footer-hr);
}

.site-breadcrumb a {
	color: #fff;
}

.site-breadcrumb a:hover {
	color: var(--top-header-hover);
}

.section-title {
	font-family: 'Bree Serif', sans-serif;
	text-align: center;
	font-weight: 700;
	margin-bottom: 2rem;
}

.stat-counter {
	font-size: 42px;
	font-weight: 700;
}

/*body {
    --top-header-bg: #1857af;*/
/*#af181d;*/
/*
    --top-header-hover: #bccfea;*/
/*#ffa7a7;*/
/*
    --footer-bg: #00214f;
    --footer-hr: #004762;
    --home-top-box-bg: #0b518dbd;*/
/*#ffffff36;*/
/*
}*/

.site-home .page-header-bg {
	min-height: auto;
}

.page-header-bg {
	min-height: 150px;
}

.top-header-left {
	font-size: 0.7rem;
	color: var(--top-header-left-color);
}

.top_header_wrapper .container {
	padding-left: 0;
	padding-right: 0;
}

.site-slogan {
	font-family: Oswald;
	font-size: 32px;
	color: #fff;
	font-weight: 200;
	/*letter-spacing: 5px;*/
}

.site-subslogan {
	color: #ffffff;
	font-family: PT Serif;
	font-weight: 400;
	font-style: italic;
	font-size: 20px;
	line-height: 133%;
}

li {
	word-break: break-word;
}

body .ui-tabs.ui-tabs-left>.ui-tabs-nav li.ui-tabs-header {
	white-space: normal;
}

.bottom_header_wrapper .dropdown-menu {
    background-color: transparent;
}

/*.bottom_header_wrapper .dropdown-item {
    color: #fff;
}*/

@media (min-width:992px) {

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.bottom_header_wrapper {
        background: #fff;
    }

	.site-home .bottom_header_wrapper {
        box-shadow: none;
    }

	/*.main_header.header_over_bg {
		position: absolute;
	}

	body.site-home .bottom_header_wrapper {
		background: rgba(0, 0, 0, 0.5);
		box-shadow: none;
	}

	body.site-home.hide-bg-header .bottom_header_wrapper {
		background: rgba(0, 0, 0, 0.8);
		box-shadow: none;
	}*/

	.page-header-bg {
		min-height: 150px;
		padding-top: 25px;
	}

	.site-home .page-header-bg {
		min-height: calc(100vh - 140px);
	}

	.top-header-left {
		font-size: 0.8rem;
		color: var(--top-header-left-color);
	}

	.top_header_wrapper .container {
		padding-left: 25px;
		padding-right: 25px;
	}

	.site-slogan {
		font-size: 42px;
		letter-spacing: 5px;
		color: #fff;
	}

	.site-subslogan {
		font-size: 30px;
		color: #fff;
	}

    .bottom_header_wrapper .dropdown-menu {
        background-color: #fff;
    }

    .bottom_header_wrapper .dropdown-item {
        color: #181c32;
    }

    .bottom_header_wrapper .dropdown-item:active {
        color: #fff;
    }

}

.loader-wrapper {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #fff;
      display:flex;
      justify-content: center;
      align-items: center;
      z-index: 1001;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #1f1f1f;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.banner-image {
    width: 100%;
    height: 225px;
    position: relative;
    border-left: 1px solid #ffffff;
}

.banner-image img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    object-fit: cover;
}

.banner-overlay {
    width: 100%;
    height: 160px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: url("/javax.faces.resource/img/banner-img-overlay.png.faces") left bottom no-repeat;
    background-size: 100% 134px;
}

.site-page-title-1 {
    font-weight: 700;
    font-size: 2.7rem;
    line-height: 2.7rem;
    text-transform: uppercase;
    color: #000;
    font-family: Futura,Poppins,Arial, Helvetica, sans-serif;
}

.site-page-title-2 {
    font-weight: 200;
    font-size: 2.2rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    color: #000;
    font-family: Futura,Poppins,Arial, Helvetica, sans-serif;
}

@media (max-width:991px) {
    #navbarBottomHeader {
        position: absolute;
        top: 80px;
        background-color: #fff;
        width: calc(100% + 30px);
        z-index: 11;
        padding-left: 20px;
        padding-right: 20px;
        height: fit-content !important;
        margin-left: -15px;
        border-top: 2px solid #e0e0e0;
        border-bottom: 2px solid #000;
    }

    .bottom_header_wrapper .dropdown-menu {
        width: 100%;
    }

    .header-menu a.nav-link:hover {
        background-color: #fff;
    }

    .header-menu .nav-link.dropdown-toggle {
        justify-content: space-between;

    }

    .header-menu .nav-item, nav-link {
        padding: 2px 8px;
    }

    .header-menu .dropdown-menu {
        box-shadow: none;
    }

    /*.header-menu .dropdown-item {
        padding: 0.5rem 1.25rem;
    }*/

    /*.nav-link {
        padding-left: 16px;
    }*/
}

.nav-item.dropdown:hover>.dropdown-menu {
 display: block;
}

img {
    max-width: 100%;
}

[direction=rtl] .header-menu .dropdown-toggle.nav-link:after, [direction=rtl] .header-menu .dropdown-toggle.btn:after {
    margin-left: 0.255em;
    margin-right: 0.5rem;
}

[direction=rtl] .header-menu .dropdown-toggle::after {
    margin-right: 0.5rem;
    margin-left: 0.255em;
}

.public-widget-header {
    background-color: var(--public-widget-header-bg);/*#0086be;*/
    border-left: 5px solid var(--public-widget-border-color);
    padding: .5rem;
    margin-bottom: 1.25rem;
    color: #fff;
    text-transform: uppercase;
}