.logo-menu {
  position: absolute;
  bottom: -72px;
  left: 82px;
  z-index: 1;
  /**/
  height: 144px;
  width: 144px;
}
.logo-menu .logo {
  /*height: 134px;
    width: 134px;*/
  height: 92.4342%;
  width: 92.4342%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  /*bottom: -72px;
    left: 77px;*/
  border-radius: 50%;
  background: transparent url("../../assets/images/header-logo.png") no-repeat 0px 0px;
  background-size: 100% 100%;
}
.logo-menu .logo-outer {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  z-index: 4;
}
.logo-menu .logo-shadow {
  opacity: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  z-index: 5;
  box-shadow: 0px 10px 7px rgba(0, 0, 0, 0.35);
}
.body.fontResizable a {
  color: blue;
  text-decoration: underline;
}
/*

.logo-menu .logo-lighting{
    opacity: 1;
    position: absolute;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    z-index: 3;
    background: linear-gradient(120deg,rgba(255,222,59,1) 20%, rgba(219,189,84,1) 40%, rgba(255,255,255,1) 60%, rgba(230,202,102,1) 80%, rgba(232,193,0,1) 100%);

    */
/*rgba(255, 222, 59, 1), rgba(219, 189, 84, 1), rgba(0, 0, 0, 1), rgba(230, 202, 102, 1), rgba(232, 193, 0, 1),*/
/*

}


*/
/* Chrome, Safari, Opera */
/*

@-webkit-keyframes animateLogoLightRotation {
    from {background: linear-gradient(120deg, rgba(255,222,59,1) 20%, rgba(219,189,84,1) 40%, rgba(255,255,255,1) 60%, rgba(230,202,102,1) 80%, rgba(232,193,0,1) 100%);}
    to {background: linear-gradient(300deg, rgba(255,222,59,1) 20%, rgba(219,189,84,1) 40%, rgba(255,255,255,1) 60%, rgba(230,202,102,1) 80%, rgba(232,193,0,1) 100%);}
}

*/
/* Standard syntax */
/*

@keyframes animateLogoLightRotation {
    from {background: linear-gradient(120deg, rgba(255,222,59,1) 20%, rgba(219,189,84,1) 40%, rgba(255,255,255,1) 60%, rgba(230,202,102,1) 80%, rgba(232,193,0,1) 100%);}
    to {background: linear-gradient(300deg, rgba(255,222,59,1) 20%, rgba(219,189,84,1) 40%, rgba(255,255,255,1) 60%, rgba(230,202,102,1) 80%, rgba(232,193,0,1) 100%);}
}
*/
.logo-menu .menu.vertical {
  /*display: none;*/
  /*display: table;*/
  /*opacity: 0;*/
  height: 0px;
  cursor: default;
  overflow: hidden;
  background-color: #233039;
  width: 313px;
  /*    position: absolute;
        left: -77px;
        top: 77px;*/
  color: #588aab;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: caps;
  /*height: 379px;*/
}
.logo-menu .menu.active {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 313px;
}
.logo-menu .menu-outer {
  height: 0px;
  cursor: default;
  overflow: hidden;
  background-color: #233039;
  width: 313px;
  position: absolute;
  left: -77px;
  top: 77px;
  color: #588aab;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: caps;
  /*height: 500px;*/
}
.logo-menu .menu::-webkit-scrollbar {
  background-color: transparent;
  width: 6px;
}
.logo-menu .menu::-webkit-scrollbar-button {
  height: 0px;
}
.logo-menu .menu::-webkit-scrollbar-track {
  background-color: transparent;
}
.logo-menu .menu::-webkit-scrollbar-track-piece {
  width: 3px;
  background-color: transparent;
}
.logo-menu .menu::-webkit-scrollbar-thumb {
  height: 16px;
  width: 16px;
  border-radius: 2px;
  background-color: #1B272F;
}
/*.logo-menu .menu.vertical>.menu-distance:first-child{
    height: 100px;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.35);
}

.logo-menu .menu.vertical>.menu-distance:last-child{
    height: 21px;
    box-shadow: 0px -3px 3px rgba(0,0,0,0.35);
    position: absolute;
    bottom: 0px;
    width: 100%;
}*/
.logo-menu .menu-outer .menu-top-edge {
  height: 100px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
  position: relative;
}
.logo-menu .menu-outer .menu-bottom-edge {
  height: 21px;
  box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.35);
  position: relative;
}
.logo-menu .menu.vertical .menu-item {
  opacity: 0;
  /*padding-top: 15px;*/
  /*padding-bottom: 10px;*/
  /*line-height: 16px;*/
  line-height: 0px;
  color: #588aab;
  padding: 0px 20px 0px 25px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  /*display: table;*/
}
.logo-menu .menu.vertical .menu-item:hover {
  background-color: #1b262e;
}
.logo-menu .menu.vertical .menu-item-outer {
  /*display: table;*/
  /*overflow: hidden;*/
  position: relative;
  width: 100%;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.35);
}
.logo-menu .menu.vertical > .menu-item-outer > .menu {
  opacity: 0;
}
.logo-menu .menu-item-outer .menu.active {
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
}
.logo-menu .menu-item-outer .menu.active > .menu-item-outer {
  width: 313px;
}
.logo-menu .menu-item-outer .menu.active > .menu-item-outer > a > .menu-item {
  opacity: 1;
  /*width: 313px;*/
}
.logo-menu .menu.active > .menu-item-outer > a > .menu-item > .menu-item-value {
  z-index: 1;
  position: relative;
  /*width: 313px;*/
}
/*Absolute vertical and horizontal centering*/
.nie .aco {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}
.nie .acm {
  display: table-cell;
  vertical-align: middle;
}
.nie .aci {
  margin-left: auto;
  margin-right: auto;
}
.ie .aco {
  display: inline;
  top: 0;
}
.ie .acm {
  display: inline;
  top: 50%;
  position: relative;
}
.ie .aci {
  display: inline;
  top: -50%;
  position: relative;
}
/*End of Absolute vertical and horizontal centering*/
