/*HEADER
-----------------------*/

header {
    float: left;
    width: 100%;
    height: 100px;
    background-color: #000000;
}

.main-content-open header {
    padding-right: 64px;
    -webkit-transition: padding-right .5s!important;
    transition: padding-right .5s!important;
}

.main-menu-container {
    float: left;
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.header-main-menu {
    float: right;
    height: 50px;
    margin: 0 20px;
}

#side-menu {
	display: none;
}

#logo {
    float: left;
    width: 200px;
    height: 60px;
    text-align: center;
    background-color: #3279a0;
    color: #ffffff;
    text-decoration: none;
}

#logo img {
    height: 54px;
}

.site-name {
    float: left;
    width: 100%;
    font-size: 35px;
    line-height: 35px;
}

.slogan {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
}

img.logo-img-mobile {
    display: none;
}

h1 {
    font-size: 26px;
    margin: 0px;
    font-weight: normal;
}

#title h1 {
	line-height: 64px;
}

#title {
    float: right;
    display: inline-block;
    height: 64px;
    width: 50%;
    line-height: 64px;
    color: white;
    margin-right: 60px;
}
.mobile-header-toggles-container {
    width: 80px;
    height: 80px;
    padding: 20px;
    position: relative;
    z-index: 999999;
}
.menu-toggle {
    width: 40px;
    height: 40px;
    cursor: pointer;
	z-index: 99999;
}

.menu-toggle i svg {
    fill: var(--header_mobile_menu_toggle_color);
}

.close-side-menu {
    display: none;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.close-side-menu i svg {
	fill: #ffffff;
}

.mobile-header-container {
	display: none;
}

/*SEARCH
-----------------------*/

.lf-search-container {
    width: 100%;
    max-width: none;
    height: 36px;
    margin: 7px 0;
    border: 2px solid #ffffff;
    border-radius: 10px;
    background-color: white;
}

.logo-area {
    float: left;
    z-index: 9;
}

.logo-area img {
    width: 110px;
}


/*MENU
-----------------------*/

header nav {
    width: 100%;
}

header nav a, #side-menu nav a, header nav span, #side-menu nav span {
    float: left;
    font-size: 16px;
    min-height: 50px;
    line-height: 50px;
	padding: 0 14px;
    color: #ffffff;
    text-decoration: none;
    outline: 0;
}

header nav li {
    float: left;
    line-height: 50px;
}

header nav li span:hover,
header nav li span:hover i,
header nav li a:hover,
header nav li a:hover i,
header nav li i:hover,
header nav li span:hover i.md-icons svg,
header nav li a:hover i.md-icons svg {
	/* background-color: var(--header_hover_select_background_color); */
	/* color: var(--header_hover_select_color); */
	/* fill: var(--header_hover_select_color); */
}

header li.menu-item, #side-menu li.menu-item {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9;
}

header nav li i.md-icons {
    width: 30px;
    height: 50px;
    padding: 5px 2px;
}

header nav li i.md-icons {
    width: 30px;
    height: 50px;
    padding: 5px 2px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.header-main-menu ul:not(.sub-menu) > li[class*="current"] {
    border-bottom: 5px solid;
	border-bottom-color: var(--header_hover_select_background_color);
}

.header-main-menu ul.menu > li[class*="current"] > span,
.header-main-menu ul.menu > li[class*="current"] > span i,
.header-main-menu ul.menu > li[class*="current"] > a,
.header-main-menu ul.menu > li[class*="current"] > a i {
    margin-bottom: -5px;
}

.header-main-menu li[class*="current"] .sub-menu li[class*="current"] > a,
.header-main-menu li[class*="current"] .sub-menu li[class*="current"] > i {
	background-color: var(--header_hover_select_background_color);
	color: var(--header_hover_select_color);
}

header .menu > li > .sub-menu {
    display: none;
    position: absolute;
    top: 50px;
    width: 250px;
    border-top: 5px solid transparent;
}

header li > .sub-menu .sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    border-top: 0;
}

header .sub-menu li {
    float: right;
    width: 100%;
	background-color: white;
}

header .sub-menu li a,
header .sub-menu li span {
    float: right;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

header .sub-menu li i {
    float: right;
	font-size: 22px;
	line-height: 30px;
}

.sub-menu li + li {
    border-top: 1px solid #f9f9f9;
}

.open-sub-menu, .close-sub-menu {
    display: none;
}

.header-nav {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.pll-parent-menu-item img {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50px;
}

span.md-parent-tooltip.header-action-icon {
    float: left;
    /* width: 28px; */
    height: 28px;
    padding: 0 10px;
    border-radius: 50px;
    margin: 0;
    background-color: #86BC25;
    z-index: 9;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.custom-lang-switcher i.md-icons {
    float: left;
    width: 20px;
    height: 28px;
    padding: 0;
}
.custom-lang-switcher i.md-icons svg {
    float: right;
    width: 20px;
    height: 28px;
}
.header-switcher .md-tooltip {
    top: 0px;
    left: 0;
    width: 100%;
    padding: 24px 0 0 0;
    margin-top: 10px;
    font-size: 16px;
    background-color: transparent;
}
.header-switcher .md-tooltip:before {
    /* top: 18px; */
    /* right: calc(50% - 3px); */
    display: none;
}
.md-parent-tooltip:hover .md-tooltip ul {
    float: left;
    width: 100%;
    background-color: transparent;
}
.header-switcher a {
    float: left;
    width: 100%;
    height: 28px;
    color: var(--main_text_color);
    padding: 0 10px;
    border: 1px solid #000000;
    border-radius: 50px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    margin: 0;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*----------------------------------responsive------------------------------------*/

@media screen and (min-width: 950px) {

.lf-mega-menu-container {
	top: 50px!important;
}

}

@media screen and (max-width: 950px) {

header {
    background-color: #000000;
    height: 75px;
}

.mobile-header-container {
    float: left;
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-header-center {
    z-index: 999999;
}

.logo-area {
    padding: 0 30px;
}

.header-right {
    width: 30%;
    height: 50px;
    overflow: hidden;
}

.image-logo {
    max-height: 40px;
}

#logo {
    position: absolute;
    top: 0;
    left: calc(50% - 90px);
    width: 180px;
    height: 50px;
}

.site-name {
    font-size: 25px;
    line-height: 30px;
}

.slogan {
    font-size: 16px;
    line-height: 20px;
}

#side-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100vh;
    border-radius: 0 0 30px 30px;
    background-color: #292929;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    z-index: 999999;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.customize-support #side-menu {
    top: 0;
}

.side-menu-open {
    -webkit-transition: transform 0.5s!important;
    transition: transform 0.5s!important;
    -ms-transform: translateX(0px)!important;
    -webkit-transform: translateX(0px)!important;
    transform: translateX(0px)!important;
}

.open-sub-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    width: 40px;
    height: 40px;
    background-color: var(--header_mobile_sub_menu_toggle_background_color);
    cursor: pointer;
}

.close-sub-menu {
    display: none;
    position: absolute;
    top: 0;
    right: 0px;
    width: 40px;
    height: 40px;
    background-color: var(--header_mobile_sub_menu_toggle_background_color);
    cursor: pointer;
}

.open-sub-menu i svg,
.close-sub-menu i svg {
    fill: var(--header_mobile_sub_menu_toggle_color);
}

#side-menu ul.sub-menu {
    float: right;
    width: 100%;
}
#side-menu .sub-menu li a {
	padding: 0 10px;
}
#side-menu nav {
    width: auto;
    height: 100%;
    overflow: auto;
    padding: 80px 20px 40px 20px;
}
#side-menu nav ul {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
#side-menu nav a, #side-menu nav span {
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    padding: 10px;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
}

#side-menu nav li {
	float: left;
	width: 100%;
}

#side-menu i {
    line-height: unset;
}

#side-menu .sub-menu {
    background-color: white;
}

#side-menu .sub-menu a {
    font-size: 16px;
}

.lf-menu-side-bottom {
    border-top: 0;
}
.languages-container {
    float: left;
    width: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.languages-container li {
    height: 28px;
    margin: 0 6px !important;
    border: 1px solid #86BC25;
    color: #86BC25;
    text-decoration: none;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.languages-container li a {
    padding: 0 10px;
    line-height: 24px;
    color: #86BC25;
    text-decoration: none;
    text-transform: uppercase;
}
.languages-container li.current-lang {
    background-color: #86BC25;
    border: 1px solid #86BC25;
    color: #ffffff;
}
.languages-container li.current-lang a {
    color: var(--main_text_color);
}

}
