
/* 
    Created on : 22-feb-2020, 14.43.35
    Author     : davide
*/
#header-nav
{
    position: fixed;
    background-color: rgba(255,255,255,0);
    height: 60px;
    width: 100vw;
    padding: 0px 25px;
    z-index: 10;
    box-shadow: none;
    transition: background-color 400ms ease-out,box-shadow400ms ease-out
    
}
#header-nav.fill
{
      background-color: rgba(255,255,255,0.95);
      box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
      transition: background-color 400ms ease-out,box-shadow400ms ease-out
}
#logo-header
{
    width: 110px;
}
#btn-menu-nav
{
    font-size: 1.2rem;
    text-align: right;
    color: #141414;
    margin-top: 0;
    padding: 0;
    vertical-align: middle;
    margin-right: 0;
    cursor: pointer;
    transition: all 300ms ease-out
}
#btn-menu-nav:hover
{
    color: #5537ff;
    transition: all 300ms ease-out
}
#btn-menu-nav.alt
{
    color: #1FFFAA;
}
#nav-v
{
      
}
#nav-v li
{
      display: inline-block;
      list-style: none;
      font-size: 0.8rem;
      margin-right: 30px
}
#nav-v li#li-btn-nav-v
{
      margin-right: 0px
}
#nav-v a
{
      color: #140f2d;
      font-size: 0.9rem;
      vertical-align: middle;
      transition: all 500ms ease-out
}
#nav-v a:hover
{
      color: #5537ff;
      transition: all 500ms ease-out
}
#nav-v li.link-fixed
{
      display: none
}
#line-sep 
{
      position: absolute;
      right: 60px;
      height: 20px;
      width: 2px;
      background-color: #5537ff;
      top: 20px;
}
#ctnr-bg-page-sx
{
      position: fixed;
      z-index: 1;
      left: 0;
      width: 180px;
      height: 60px;
      overflow: hidden;
      border-radius: 0 0 150px;
      top: 0
}
#ctnr-bg-page-sx
{
      position: fixed;
      z-index: 1;
      left: 0;
      width: 180px;
      height: 60px;
      overflow: hidden;
      border-radius: 0 0 150px;
      top: 0
}
#ctnr-bg-page-dx
{
      position: fixed;
      right: 0px;
      width: 80px;
      height: 100px;
      overflow: hidden;
      top: 0;
      opacity: 1;
}
#bg-page-dx
{
      width: 100%
}
#bg-page-sx
{
      width: 370px;
}
#nav-complete
{
      position: fixed;
      height: calc(100vh - 60px);
      background-color: #5537ff;
      width: 100vw;
      right: -100vw;
      top: 60px;
      opacity: 0;
      padding: 50px 30px 0 50px;
      transition: opacity 400ms ease-in,right 200ms ease-in;
      overflow: hidden;
}
#nav-complete.visible
{
      right: 0;
      opacity: 1;
      transition: all 200ms ease-out;
}
#nav-complete ul
{
      text-align: left;
      position: relative;
      z-index: 2
}
#nav-complete li
{
      color: #fff;
      font-size: 1rem;
      list-style: none;
      cursor: pointer;
}
#nav-complete li.prime
{
      margin-bottom: 15px
}
#nav-complete ul.ul-sub
{
      height: 0;
      overflow: hidden;
      opacity: 0;
      transition: all 400ms ease-in-out;
}
#nav-complete ul.ul-sub a
{
      color: #1FFFAA;
      font-size: 0.9rem;
}
#nav-complete ul.ul-sub li
{
      margin-bottom: 3px;
      margin-left: 35px;
}
#nav-complete ul.ul-sub li:first-child
{
      margin-top: 10px;
      
}
#nav-complete ul i
{
      color: #1FFFAA;
      display: inline-block;
      margin-right: 10px;
      width: 25px;
}
#nav-complete ul a
{
      color: #fff;
}
#bg-nav-complete 
{
    width: 580px;
    transform: rotate(-180deg);
    bottom: 0;
    position: absolute;
    right: -100px;
    opacity: 0.3;
    z-index: 1
}
.menu-text
{
      font-size: 1.1rem;
      vertical-align: middle;
      display: inline-block;
      margin-top: -7px;
      margin-right: 7px;
      color: #141414;
      display: none;
}
.sublink
{
      display: none;
      opacity: 0;
      transition: all 400ms ease;
}
.sublink.block
{
      display: block;
}
.sublink.visible
{
      opacity: 1;
      transition: all 400ms ease;
}
@media only screen and (min-width:480px)
{
      #header-nav
      {
          height: 70px;
          padding: 0px 35px;

      }
      #logo-header
      {
          width: 120px;
      }
      #btn-menu-nav
      {
          font-size: 1.3rem;
      }
      #line-sep 
      {
            right: 70px;
            height: 25px;
            top: 23px;
      }
      #nav-v li 
      {
            margin-right: 30px;
      }
      #ctnr-bg-page-sx
      {
            width: 250px;
            height: 70px
      }
      #nav-complete 
      {
            width: 360px;
            right: -360px;
            padding: 60px 30px 0 60px;
            height: calc(100vh - 70px);
            top: 70px;
            box-shadow:-2px 2px 2px rgba(0,0,0,0.3)
      }
      #bg-nav-complete
      {
            width: 640px;
      }
      #ctnr-bg-page-dx
      {
            width: 95px;
      }
      
}
@media only screen and (min-width:840px)
{
      #nav-v li.link-fixed
      {
            display: inline-block;
            
      }
      #nav-v a
      {
            font-size: 1rem;
      }
      #nav-v li#li-btn-nav-v
      {
            margin-left: 30px
      }
      #nav-v li 
      {
            margin-right: 25px;
            
      }
      #line-sep 
      {
            right: 135px;
      }
      #ctnr-bg-page-sx
      {
            width: 400px;
            height: 345px;
            transition: all 600ms ease;
      }
      #ctnr-bg-page-sx.closed
      {
            height: 70px;
            transition: all 600ms ease;
      }
      #bg-page-sx 
      {
            width: 330px;
      }
      #ctnr-bg-page-dx
      {
            opacity: 1;
            width: 120px
      }
      #nav-complete 
      {
            width: 50vw;
            right: -50vw;
            padding: 60px 30px 0 70px;
      }
      #bg-nav-complete
      {
            width: 680px;
      }
      .menu-text
      {
            display: inline-block;
      }
      .sublink
      {
            position: absolute;
            background-color: #5537ff;
            width: 300px;
            text-align: left;
            margin-top: 10px;
            margin-left: -20px;
            padding-left: 20px;
            padding: 15px 20px;
            border-radius: 5px;
      }
      #nav-v .sublink  a
      {
            color: #fff;
      }
      #nav-v .sublink  a:hover
      {
            color: #1FFFAA;
      }
      .sublink li:first-child
      {
            margin-bottom: 5px;
      }
      #ctnr_sublink
      {
            padding: 20px 0px;
      }
      
}
@media only screen and (min-width:1180px)
{
      #header-nav
      {
          height: 90px;
          padding: 0px 40px;

      }
      #logo-header
      {
          width: 130px;
      }
      #btn-menu-nav
      {
          font-size: 1.4rem;
      }
      #line-sep 
      {
            right: 145px;
            top: 32px;
      }
      #bg-page-sx 
      {
            width: 100%;
      }
      #ctnr-bg-page-sx.closed
      {
            height: 90px;
      }
      #nav-complete
      {
            width: 400px;
            right: -400px;
            padding: 70px 30px 0 80px;
            border-radius: 0 0 0 120px;
            top: 90px;
      }
      #bg-nav-complete
      {
            width: 700px;
      }
      .menu-text
      {
            display: inline-block;
            margin-right:10px;
            
      }
      .sublink
      {
            margin-top: 15px;
            padding: 16px 22px;
            border-radius: 5px;
      }
}
@media only screen and (min-width:1460px)
{
      #header-nav
      {
          height: 100px;
          padding: 0px 50px;

      }
      #logo-header
      {
          width: 145px;
      }
      #btn-menu-nav
      {
          font-size: 1.5rem;
      }
      #line-sep 
      {
            right: 178px;
            top: 30px;
            height: 40px;
      }
      #ctnr-bg-page-sx 
      {
            width: 420px;
            height: 400px;
      }
      #ctnr-bg-page-sx.closed
      {
            height: 100px;
      }
      #nav-v li#li-btn-nav-v 
      {
            margin-left: 70px;
      }
      #ctnr-bg-page-dx
      {
            width: 150px;
            height: 130px
      }
      #nav-complete 
      {
            width: 420px;
            right: -420px;
            padding: 90px 30px 0 80px;
            border-radius: 0 0 0 200px;
            top: 100px;
            height: calc(100vh - 100px);
      }
      #bg-nav-complete
      {
            width: 720px;
      }
      .sublink
      {
            width: 320px;
            text-align: left;
            margin-left: -25px;
            padding: 25px 25px;
      }
      .sublink li:first-child
      {
            margin-bottom: 6px;
      }
      #ctnr_sublink
      {
            padding: 25px 0px;
      }
}
@media only screen and (min-width:1780px)
{
      #header-nav
      {
            height: 110px;
      }
      #logo-header 
      {
            width: 180px;
      }
      #nav-v a
      {
            font-size: 1.1rem;
      }
      #nav-v li#li-btn-nav-v
      {
            margin-left: 80px
      }
      #nav-v li
      {
            margin-right: 25px
      }
      #line-sep 
      {
            top: 35px;
            right: 184px;
      }
      #ctnr-bg-page-sx 
      {
            width: 500px;
            height: 440px;
      }
      #ctnr-bg-page-sx.closed
      {
            height: 110px;
      }
      #ctnr-bg-page-dx
      {
            width: 160px;
      }
      #nav-complete 
      {
            width: 460px;
            right: -420px;
            padding: 80px 30px 0 80px;
            border-radius: 0 0 0 280px;
            top: 110px;
            height: calc(90vh - 110px);
      }
      #bg-nav-complete
      {
            width: 780px;
            bottom: -5px;
      }
      #nav-complete li 
      {
            font-size: 1.1rem;
      } 
      #nav-complete li.prime
      {
            margin-bottom: 25px;
      }
      #nav-complete ul.ul-sub a
      {
            font-size: 1rem;
      }
      #nav-complete ul.ul-sub li:first-child 
      {
            margin-top: 12px;
      }
      #nav-complete ul.ul-sub li 
      {
          margin-bottom: 5px;
      }
      #nav-complete ul i
      {
            margin-right: 15px;
      }
      #nav-complete ul.ul-sub
      {
            margin-left: 8px;
      }
      .menu-text
      {
            margin-right:12px;
      }
      .sublink
      {
            width: 400px;
            margin-left: -30px;
            padding: 30px 35px;
      }
      .sublink li:first-child
      {
            margin-bottom: 8px;
      }
      #ctnr_sublink
      {
            padding: 30px 0px;
      }
}
@media only screen and (min-width:1960px)
{
      
}