#footer-button-it,#footer-button-en{display:none}html.lang-it #footer-button-it{display:inline-block}html.lang-en #footer-button-en{display:inline-block}#logo{max-height:100%!important}.et_pb_svg_logo #logo{height:75%!important}#rataran .et_pb_image_wrap{margin-left: calc((100% - 83%) / 2);margin-right: calc((100% - 83%) / 2)}#royalfid .et_pb_image_wrap{margin-left: calc((100% - 86.5%) / 2);margin-right: calc((100% - 86.5%) / 2)}#of-services .et_pb_image_wrap{margin-left: calc((100% - 122%) / 2);margin-right: calc((100% - 122%) / 2)}#top-menu li li a{padding:6px 10px;width:143px;margin-left:-16px}.sub-menu li{list-style:none;position:relative;padding-left:1.2em}.sub-menu li::before{content:'';position:absolute;left:5px;top:50%;transform:translateY(-50%);font-size:1em}.sub-menu li a{display:inline-block;padding-left:1.5em;white-space:normal;word-wrap:break-word}.page-template-default #page-container{overflow-x:unset!important;overflow-y:unset!important}li.menu-item-has-children:not(.pll-parent-menu-item) ul.sub-menu {width:150px!important;padding:0!important}li.menu-item-has-children:not(.pll-parent-menu-item) ul.sub-menu li {padding:6px 10px!important;width:inherit}li.pll-parent-menu-item ul.sub-menu{width:50px!important;padding:0!important}li.pll-parent-menu-item ul.sub-menu li{padding:0 0!important;width:inherit;margin-left:-2px!important}@media (max-width:768px){#fh-header-img{}}@media only screen and (max-width:760px){.et_pb_fullscreen,.et_pb_fullscreen .et_pb_fullwidth_header_container{min-height:0!important}.et_pb_section_0{padding-top:100px}.et_pb_module.et_pb_text_align_left{text-align:center!important;margin-left:-20!important}.et_pb_button_module_wrapper.et_pb_button_alignment_tablet_left{text-align:center!important;margin-left:-20!important}}.word-rotating{display:inline-block}.word-rotating span{display:inline-block;opacity:0;transform:translateY(100%);animation:letterFadeIn 1.5s ease-in-out forwards;margin-right:10px}.word-rotating span:nth-child(1) {animation-delay:0s}.word-rotating span:nth-child(2) {animation-delay:1.25s}.word-rotating span:nth-child(3) {animation-delay:2.5s}@keyframes letterFadeIn {
    0% {
      opacity: 0;
      /*transform: translateY(100%);*/
      transform: translateX(100%);

    }
    100% {
      opacity: 1;
      /*transform: translateY(0);*/
      transform: translateX(0);

    }
  }@keyframes buttonFadeIn {
    0% {
      opacity: 0;
      transform: translateY(100%);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }.no-link-color{color:inherit}.glowIn span{color:#fff;animation:glow-in .5s both}.glowIn span.highlight{color:#ddccb8;animation:glow-in .5s both}@keyframes glow-in {
    from {
      opacity: 0;
    }
    65% {
      opacity: 1;
      text-shadow: 0 0 20px white; /*#ddccb8;*/
    }
    75% {
      opacity: 1;
    }
    to {
      opacity: 1;
    }
  }@media (max-width:768px){.glowIn{font-size:46px}}