@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
#menu-bar .menu-dropdown.menu-dropdown-0{
	display: none;
}
#menu-bar .level-1 > a {
    color: white !important;
    font-family: var(--font) !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    padding: 0 5px !important;
    text-decoration: none !important;
	cursor: pointer !important;
	    line-height: 40px !important;
}
#menu-bar .level-1 > span {
    color: white;
    font-family: var(--font);
    font-size: 1rem;
    font-weight: 400;
    padding: 5px;
    text-decoration: none;
	cursor: pointer;
	line-height: 30px;
	display: block;
}
#menu-bar .level-1 {
        background-color: var(--maincolor);
    min-width: 145px;
    text-align: center;
	/*-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);*/
}
/*
#menu-bar .level-1:hover {
     -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}*/
#menu-bar ul.menu-level-0 {
    display: flex;
	justify-content: flex-end;
	gap: 20px;
}
.extra-sites{
	font-size: .8em;
	line-height: 20px;
	cursor: pointer;
}
.topbarwrap ul.menu{
	display: flex;
	gap: 30px;
	align-items: center;
}
.topbarwrap ul.menu li a{
	line-height: 21px;
	font-size: .8em;
	position: relative;
}
.topbarwrap ul.menu li span{
	position: relative;
	line-height: 21px;
	display: block;
	color: var(--secondcolor);
}
.topbarwrap ul.menu li a:hover{
	color: var(--secondcolor);
}
.topbarwrap ul.menu li a.facebook{
	font-size: 0px;
	color: transparent;
	width: 20px;
	height: 20px;
	background-image: url("../images/facebook.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	line-height: 20px;
}
.topbarwrap ul.menu li a.facebook::before, .topbarwrap ul.menu li a.twitter::before{
	content: none;
}
.topbarwrap ul.menu li a.twitter{
	font-size: 0px;
	color: transparent;
	width: 20px;
	height: 20px;
	background-image: url("../images/x-logo.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	line-height: 20px;
}
.topbarwrap ul.menu li a::before,.topbarwrap ul.menu li span::before{
	content: "";
    position: absolute;
    z-index: 0;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: var(--secondcolor);
    height: 1px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.topbarwrap ul.menu li a:hover::before,.topbarwrap ul.menu li span:hover::before{
	    left: 0;
    right: 0;
}
#main-menu a.active, #main-menu a:active, #main-menu a:focus, #main-menu a:hover, #main-menu span:hover {
    background: rgba(19,68,94,1);
    color: #fff;	
}
#main-menu .dropdown a:hover {
    background: #f7f7f7;
    color: var(--maincolor);	
}

#main-menu .level-1 ul .drop-list .dropdown .no-drop a{
	font-size: 16px;
	font-weight: normal;
	padding: 5px;
	transition: ease-in-out .3s;
}
#main-menu .level-1 ul .drop-list .dropdown .no-drop a:hover{
	font-size: 16px;
	font-weight: normal;
	padding: 5px;
	background-color: var(--light-maincolor);
	transition: ease-in-out .3s;
}
#main-menu .level-1 > .dropdown > ul > li > a{
	font-size: 20px;
	font-weight: 400;
	color: var(--secondcolor);
	padding: 10px 5px
}
#main-menu a {
    color: #333;
    font-family: var(--font);
    line-height: 140%;
    padding: 0.2em 0;
    text-decoration: none;
}
.level-1 > .dropdown {
    display: none;
    position: absolute;
    z-index: 9;
    background-color: white;
    left: 0;
    right: 0;
	padding: 40px 50px;
}
.level-1 > .show-more{
	display: none;
}
.dropdown .dropdown{
	display: block;
}
.level-1 > .dropdown > ul{
	column-count: 3;
}

.level-1 > .dropdown > ul > li{
	padding: 0 20px 30px;
    width: calc(100% - 40px) !important;
}
.level-1 > .dropdown > ul > li.drop-list{
	padding-bottom: 30px;
}
.level-1 > .dropdown > ul > li.no-drop{
	padding-bottom: 0px;
}
.level-1 > .dropdown > ul > li .show-more{
	font-size: 18px !important;
    font-weight: bold !important;
    display: block;
    text-align: right;
    border-top: 1px solid var(--secondcolor);
    margin-top: 15px;
}
.level-1 > .dropdown > ul > li.no-drop + li.drop-list{
	padding-top: 30px;
}
#main-menu .inline-menu ul.menu li {
    display: inline-block;
    width: 100%;
	text-align: left;
}
/*#main-menu .dropdown .dropdown .menu li:nth-of-type(1n+6) {
    display: none;
}*/