@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

body {
	    /* padding-top: 135px; */
	    padding-top: 0;
}
body.home, body.single-a_apidae {
	    padding-top: 0;
}

.container-menu {
  width: 100%;
  height: auto;
  padding: 0px 5rem 0 8.4rem;
  margin: 0 auto;
}

@media only screen and (max-width: 992px) {
  .container-menu {
    padding: 0 40px;
    margin: 0 auto;
  }
}

.brand img {
  display: block;
  height: 117px;
  width: auto;
	transition: height .4s, opacity .4s;
	opacity: 1
}
.brand img.little {
	width: auto;
    height: 0;
	opacity: 0
}
body.sticky .brand img.little {
	height: 83px;
	opacity: 1
}
body.sticky .brand img.big {
	height: 0;
	opacity: 0
}

.header {
  position: fixed!important;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  z-index: 999;
  border: none;
  outline: none;
  transition: all .3s;
}

body.sticky .header {
	background: #fff;
  border-bottom: 1px solid rgb(31 33 33 / 20%);
}

.admin-bar .header {
	top: 32px;
}

.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12%;
          flex: 0 0 12%;
}

.header-item-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 780px;
    margin: 0 auto;
    padding: 0 15px;
}

.header-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;
  margin-top: 18px;
  transition: margin .3s;
  max-width: 190px;
}

.sticky .header-item-right {
	margin-top: 0px;
}

.header-item-right .menu-icon {
  font-size: 1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  outline: none;
  color: #E2037A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #FFF;
  border-radius: 50%;
      display: block;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    text-align: center;
    line-height: 36px;
	position: relative;
	text-decoration: none;
}
.header-item-right .menu-icon:hover {
	color: #fff;
	background: #E2037A;
}

.header .menu  {
	width: 100%;
}
.header .menu > ul  {
	display: flex;
    justify-content: space-between;
	margin-top: 18px;
	margin-bottom: 0px;
	transition: margin .3s;
}
.sticky .header .menu > ul {
	margin-top: 11px;
    margin-bottom: 11px;
}
.header .menu > ul > li {
  display: inline-block;
}
.header .menu > ul > li.wrap-link-mobile {
	display: none;
}

.header .menu > ul > li > a {
  position: relative;
  font-family: inherit;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.25;
  padding: 20px 0 20px;
  border: none;
  outline: none;
  color: #fff;
  text-rendering: optimizeLegibility;
  display: block;
  text-decoration: none!important;
  transition: all .3s;
}

.home .header .menu > ul > li > a, .single-a_apidae .header .menu > ul > li > a {
	color: #fff;
}
body.sticky .header .menu > ul > li > a,
.home.sticky .header .menu > ul > li > a,
.single-a_apidae.sticky .header .menu > ul > li > a {
	color: #1F2121 !important;
}
.header .menu > ul > li > a > i.fa-chevron-right {
	border: 1px solid rgba(31, 33, 33, 0.8);
	color: rgba(31, 33, 33, 0.8);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    vertical-align: text-bottom;
    line-height: 23px;
    font-size: 12px;
    float: right;
	display: none;
}
.header .menu > ul > li > a:after {
	content: "";
	background: #FFCC00;
	width: calc(100% + 50px);
	bottom: -11px;
	left: -25px;
	height: 0;
	position: absolute;
	transition: height .2s;
}
.header .menu > ul > li:hover > a:after {
	height: 8px;
}

.header .menu > ul > li .menu-subs {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 1.75rem;
  padding: 1rem 2rem;
  border: none;
  outline: none;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header .menu > ul > li .menu-subs > ul > li {
  line-height: 1;
}

.header .menu > ul > li .menu-subs > ul > li > a {
  display: inline-block;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 0.75rem 0;
  border: none;
  outline: none;
  color: #121212;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .menu > ul > li > a.link-home-menu span {
	  display: none;
  }

.header .menu > ul > li .menu-subs.menu-mega {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
  display: block;
  line-height: 1;
      margin-bottom: 15px;
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
  display: inline-block;
  font-family: inherit;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.25;
  padding: 0.5rem 0;
  border: none;
  outline: none;
  color: #1F2121;
  text-rendering: optimizeLegibility;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #FFCC00;
	transition: height .3s;
}

.header .menu > ul > li .menu-subs.menu-column-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 90rem;
  width: 100%;
  padding: 4rem;
}

.header .menu > ul > li .menu-subs.menu-column-3 > .list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63%;
          flex: 0 0 63%;
  padding: 0 20px 0 2rem;
      columns: 2;
    margin-top: 20px;
    column-gap: 4rem;
}
.header .menu > ul > li .menu-subs.menu-column-3 > .list-item:last-child {
	padding-right: 0;
}
.header .menu > ul > li .menu-subs.menu-column-3 > .list-item-image {
	-webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
	padding-left: 0;
	columns: 1;
	margin-top: 0;
}


.header .menu > ul > li .menu-subs.menu-column-3 > .list-item img.responsive {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover:after,
.header .menu > ul > li .menu-subs > ul > li > a:hover:after {
  height: 3px;
}

.header-item-right a:hover {
  color: #e91e63;
}

.header .menu > ul > li:hover > a {
	
}

@media only screen and (min-width: 993px) {
  .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
    margin-top: 1.1rem;
    opacity: 1;
    visibility: visible;
	box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 15%);
  }
}

.menu-mobile-header,
.menu-mobile-close,
.menu-mobile-trigger {
  display: none;
}

@media only screen and (max-width: 992px) {
	
	body {
		/* padding-top: 75px!important; */
		padding-top: 75px;
	}
	body.home, body.single-a_apidae {
		padding-top: 0px!important;
		
	}
	.brand img.little {
		height: 100px!important;
		opacity: 1!important;
	}
	.brand img.big {
		height: 0!important;
		opacity: 0!important
	}
	.header {
		background: #fff!important;
	  border-bottom: 1px solid #D2D3D3!important;
	}
	.header-item-right {
		margin-top: 0px!important;
		max-width: none;
		z-index: 9999;
	}
	.header .menu > ul {
		margin-top: 10px!important;
		margin-bottom: 10px!important;
	}
	.header .menu > ul > li > a {
		color: #1F2121!important;
	}
	
  .header-item-center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header-item-left, .header-item-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .menu-mobile-trigger {
    position: relative;
    display: block;
    cursor: pointer;    
    border: none;
    outline: none;
    margin-left: 1.25rem;
    background: none;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
	font-size: 3.6rem;
  }
  .header .menu {
    position: fixed;
    top: 69px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1099;
    overflow: hidden;
    background: #fff;
    -webkit-transform: translate(100%);
        -ms-transform: translate(100%);
            transform: translate(100%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .admin-bar .header .menu {
	  top:83px;
	  height: calc(100% - 83px);
  }
  .header .menu.active {
    -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
            transform: translate(0%);
  }
  .header .menu > ul > li {
    display: block;
    line-height: 1;
    margin: 0;
  }
  .header .menu > ul > li > a.link-home-menu span {
	  display: inline-block;
	      margin-left: 8px;
  }
  .header .menu > ul > li > a {
    display: block;
    padding: 16px;
    border-bottom: 1px solid rgba(31, 33, 33, 0.1);
    font-size: 1.8rem;
    margin: 0 40px;
  }
  .header .menu > ul > li > a > i.fa-chevron-right {
	  display: block;
  }
  
  .header-item-right .menu-icon {
	  margin: 0 12px;
	  background: #E2037A;
	  color: #fff;
	  width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .header .menu .menu-mobile-header {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    z-index: 501;
    background: #FFCC00;
	padding: 32px 40px;
    overflow: hidden;
	transition: transform .3s;
	width: 100%;
	-webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .header .menu .menu-mobile-header.active {
	  -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  .header .menu .menu-mobile-header .menu-mobile-arrow {
    display: none;    
    cursor: pointer;
    border: 0;
    color: #1F2121;
    text-align: center;
	background: transparent;
  }
  .header .menu .menu-mobile-header.active .menu-mobile-arrow i {
	  border: 1px solid #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: text-bottom;
    line-height: 18px;
    font-size: 10px;
  }
  .header .menu .menu-mobile-header.active .menu-mobile-arrow {
    display: block;
  }
  .header .menu .menu-mobile-header .menu-mobile-title {
    font-family: inherit;
    font-size: 2.4rem;
    line-height: inherit;
    color: #1F2121;
    text-rendering: optimizeLegibility;
    font-weight: bold;
	margin-left: 10px;
  }
  .header .header-item-right .menu-mobile-close {
    font-size: 3.9rem;
    cursor: pointer;
    border: 0;
    color: #1F2121;
    text-align: center;
    background: transparent;
    margin-left: 1.95rem;
  }
  .header .menu .menu-section {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
	display: block;
  }
  .header .menu > ul > li .menu-subs {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    
  }
  .header .menu > ul > li .menu-subs.menu-mega {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: calc(100% - 7.1rem);
    margin: 0;
    padding: 0;
    padding-top: 8.2rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .menu > ul > li .menu-subs.active {
    display: block;
  }
  .header .menu > ul > li .menu-subs.menu-column-3 > .list-item-image {
	  display: none;
  }
  .header .menu > ul > li .menu-subs.menu-column-3 > .list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0rem;
	columns: 1;
  }
  .header .menu > ul > li .menu-subs.menu-column-3 > .list-item img.responsive {
    margin-top: 0;
  }
  .header .menu > ul > li .menu-subs.menu-column-3 > .list-item.text-center .title {
    margin-bottom: 1.25rem;
  }
  .header .menu > ul > li .menu-subs.menu-column-3 > .list-item.text-center:last-child .title {
    margin-bottom: 0rem;
  }
  .header .menu > ul > li .menu-subs > ul > li > a {
    display: block;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
    margin-bottom: 1rem;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
	  margin-bottom: 0;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
    display: block;
	    padding: 12px 1rem 13px 1rem;
    margin: 0 40px;
	font-size: 1.6rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	    font-weight: normal;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:after {
	  display: none;
  }
  .header .menu > ul > li > a:after {
	  display: none;
  }
}

@media only screen and (max-width: 580px) {
	.brand img.little {
		height: 70px!important;
	}
	.header .menu > ul > li > a {
		margin: 0 30px;
	}
	.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
		margin: 0 30px;
	}
	.header-item-right .menu-icon-lang,
	.header-item-right .menu-icon-favorite {
		display: none;
	}
	.header .menu > ul > li.wrap-link-mobile {
		display: block;
		    padding-top: 26px;
	}
	.header .menu > ul > li.wrap-link-mobile a {
		border: 0;
		font-size: 1.4rem;
		font-weight: normal;
		padding: 8px 1rem 8px 1rem
	}
	.header .menu > ul > li.wrap-link-mobile a > i {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 1.8rem;
		background: #E2037A;
		color: #fff;
		margin-right: 5px;
		border-radius: 50%;
		text-align: center;
		display: inline-block;
	}
	.container-menu {
		padding: 0 30px;
	}
	.header .menu .menu-mobile-header {
		padding: 32px 30px;
	}
	.header-item-right .menu-icon {
		margin: 0 8px;
	}
}

/* Searchbar by ESBE */
.menu-searchbar.hidden {
	display:none;
	transform:scale(0);
	transition: all 0.3s;
}
.menu-searchbar {
	position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100vh;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
	background-color: #1F2121EB;
	transform:scale(1);
	transition: all 0.3s;
	z-index: 9999;
}
.menu-searchbar input {
	font-family: "Lato", Sans-serif;
    font-size: 3rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.6em;
	text-align: center;
    border: solid #fff;
	color: #FFFFFF;
    fill: #FFFFFF;
	border-color: #FFFFFF;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
	padding: 0 15%;
    background-color: transparent;
	outline-width: 0 !important;
}
.menu-searchbar__close {
	position: absolute;
    top: 20px;
    right: 20px;
    font-size: 18px;
    color: #fff;
	cursor:pointer;
}

header .menu-mobile-trigger {
	color: black !important;
}
