      .theme-fpv .nav-header {
        position: relative;
      }
      .hideDesk{
        display: none;
      }
      @media screen and (max-width:440px){
          .hideDesk {
              display: block !important;
          }
      }
      /*------------------------------------------*/
      /*  HEADER LOGO
      /*------------------------------------------*/
      .theme-fpv .desktoplogo img,
      .theme-fpv .centerlogo img,
      .theme-fpv .smllogo img {
        width: auto;
        max-width: inherit;
        max-height: 45px;
        -webkit-transition: all 450ms ease-in-out;
        -moz-transition: all 450ms ease-in-out;
        -o-transition: all 450ms ease-in-out;
        -ms-transition: all 450ms ease-in-out;
        transition: all 450ms ease-in-out; 
      }
      
      .theme-fpv .mobileheader .smllogo {
        display: block;
        margin-top: 19px;
        padding-left: 0;
      }
      
      .theme-fpv .logo-site {
        position: relative;
        margin: auto;
        padding: 15% 0 3%;
      }
      .theme-fpv .logo-site a {
       color: initial;
      }
      .theme-fpv .logo-site a:hover {
       text-decoration: initial;
      }
      .theme-fpv .logo-site span {
        font-size: 2rem; 
        font-weight: 100;
        font-family: "Great Vibes", cursive !important;
      }
      .theme-fpv .logo-site p,
      .theme-fpv .logo-site a  {
        padding: 0 !important;
        margin: 0 !important;
      }

      .theme-fpv .centerlogo img,
      .theme-fpv .smllogo img {
        max-height: 23px;
        position: relative;
        top: -14px;
        left: 19px;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
      }
      
      .scroll .centerlogo img,
      .scroll .smllogo img,
      .theme-fpv .logo-site a:hover img {
        max-height: 18px;
        position: relative;
        top: -14px;
        left: 19px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
      }
      /*------------------------------------------*/
      /*  LOGO IMAGE
      /*------------------------------------------*/
      .theme-fpv .logo-white, 
      .theme-fpv .logo-black {
        display: block;
      }
      
      .theme-fpv .navbar-light .logo-black,
      .theme-fpv .navbar-dark .logo-white,
      .theme-fpv .tra-menu.navbar-dark .logo-white,
      .theme-fpv .tra-menu.navbar-light .logo-black,
      .theme-fpv .white-menu.navbar-dark .logo-white,
      .theme-fpv .dark-menu.navbar-light .logo-black,
      .theme-fpv .white-menu.navbar-light .logo-black,
      .theme-fpv .tra-menu.navbar-light .scroll .logo-white {
        display: none;
      }
      
      .theme-fpv .tra-menu.navbar-light .scroll .logo-black {
        display: block;
      }
      .theme-fpv .arrow-theme {
        position: absolute;
        top: 4%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        z-index: 10;
      }
      .theme-fpv .arrow-theme p,
      .theme-fpv .arrow-theme a {
        font-family: "Catamaran", sans-serif,'Helvetica Neue',Helvetica,Arial,sans-serif !important;
      }
      .theme-fpv .arrow-theme i,
      .theme-fpv .arrow-theme p {
        font-size: .9rem;
      }
      .theme-fpv .arrow-theme.next-theme {
        right: 2%;
      }
      .theme-fpv .arrow-theme.prev-theme {
        flex-direction: row-reverse;
        left: 2%;
      }
      .theme-fpv .arrow-theme.next-theme i {
        transform: rotate(-90deg);
      }
      .theme-fpv .arrow-theme.prev-theme i {
        transform: rotate(90deg);
      }
      /*------------------------------------------*/
      /*  MEDIA QUERIES
      /*------------------------------------------*/
      @media (min-width: 992px){
        .theme-fpv .logo-site span {
          font-size:2.2rem;
        } 
      }
