


* { margin:0; padding:0; }
  html, body {height:100%;}



#header {
    position: absolute;
    top:12px;
    left:12px;
    z-index:10000;
    width: 72px;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
}

.nav, ::after, ::before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}



.alt-nav a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #181818;
    text-decoration: none;
    -webkit-transition: .35s;
    transition: .35s
}

.alt-nav a:visited {
    color: #727272
}

.alt-nav a:hover {
    color: #727272;
    outline: 0
}

.alt-nav a:focus {
    color: #727272;
    outline: 0!important
}

.alt-nav a:active {
    color: #727272;
    outline: 0
}




.site-header {
    height: 70px;
    /*border: 1px solid #ffffff;*/
}

@media (min-width:320px) and (max-width:779px) {
    .site-header {
        width: 100%;
        display: flex
    }
}

.site-header::after {
    clear: both
}




.alt-nav {
    z-index: 21;
    width: 285px;
    position: absolute;
    left: 0;
    top: 75px;
    margin: 5px 0 0!important;
    padding: 0!important;
    letter-spacing: 3px;
    font-family: LatoWeb,Akkurat,Verdana,sans-serif;
}

.alt-nav li {
    float: none;
    margin: 0;
    position: relative;
    height: 50px;
    line-height: 50px;
    width: 100%;
    z-index: 9999;
    background-color: #000000;
    background:rgba(0,0,0,0.71);
    display: none;
    overflow: hidden;
    /*border-right: 1px solid #ffffff;*/
}

.alt-nav li:after {
    width: 100%;
    height: 2px;
    content: "";
    display: block;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    opacity: 0
}

.alt-nav li.openmenu:after {
    width: 100%;
    height: 2px;
    content: "";
    display: block;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    opacity: 1
}

.alt-nav li a {
    /*text-transform: uppercase;*/
    font-size: 13px;
    display: inline-block;
    color: #ffffff!important;
    padding: 0 20px;
    width:100%;
    height: 50px;
    line-height: 50px
}

@media (min-width:320px) and (max-width:779px) {
    .alt-nav li a {
        /*font-size: 27px*/
        font-size: 13px
    }
}

.alt-nav li:hover {
    background-color: #ffffff;
    -webkit-transition: .05s;
    transition: .05s
}

.alt-nav li:hover a {
    color: #000000!important;
    text-decoration: none;
    -webkit-transition: .05s;
    transition: .05s
}

.alt-nav li:hover>ul {
    left: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity .05s ease-in-out, transform .05s ease-in-out
}

.alt-nav ul {
    background: #ffffff;
    border-radius: 3px;
    font-size: 16px;
    opacity: 0;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    left: -9999px;
    top: calc(100% + 15px);
    transform: translateY(10px);
    transition: opacity .05s ease-in-out, transform .05s ease-in-out, left 0s .05s, top 0s .05s;
    width: 200px
}

.alt-nav ul li:hover {
    background: rgba(255, 255, 255, .2)
}

.alt-nav ul li:hover a {
    color: #000000!important;
    text-decoration: none
}

.alt-nav ul li:hover>ul {
    left: calc(100% + 15px);
    top: -8px
}

.alt-nav ul a {
    color: #000000;
    display: block;
    padding: 12px 20px
}

.alt-nav ul a:hover {
    text-decoration: none!important
}

.alt-nav ul ul:before {
    bottom: 0;
    height: 100%;
    left: auto;
    right: 100%;
    top: 0;
    width: 15px
}

.alt-nav ul ul:after {
    border-color: transparent;
    border-right-color: #ffffff;
    left: -10px;
    top: 22px
}



.no-js, .alt-nav {
    position: absolute;
    left: 0;
    top: 75px;
    margin: 5px 0 0!important;
    padding: 0!important;
    width: 285px
}

@media (min-width:320px) and (max-width:779px) {
    .no-js, .alt-nav {
        width: 101%
    }
}

.nav {
    height: 68px;
    width: 72px;
    /*border-right: 1px solid #ffffff;*/
    float: left;
    /*background-color: #000000;*/
    position: relative;
    display: block;
    z-index: 10000;
}

.nav:hover {
    background-color: #ffffff;
}

.nav:hover .nav-toggle .bar {
    background-color: #000000;
}
/*
@media (min-width:320px) and (max-width:779px) {
    .nav:hover {
        background-color: #000000;
    }
    .nav:hover .nav-toggle .bar {
        background-color: #ffffff;
    }
}
*/
.nav-toggle {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 68px;
    height: 68px
}

.nav-toggle .bar {
    display: block;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    right: 22px;
    top: calc(50% - 1px);
    transform: rotate(0deg);
    transition: transform .2s ease-in 0s, margin .2s ease-in .2s, opacity 0s ease-in .25s;
    width: 22px;
    height: 2px;
    z-index: 1;
    background-color: #ffffff;
}

.nav-toggle .bar:nth-child(1) {
    margin-top: -7px
}

.nav-toggle .bar:nth-child(2) {
    margin-top: 0
}

.nav-toggle .bar:nth-child(3) {
    margin-top: 7px
}

.nav-toggle.active .bar {
    transition: margin .2s ease-in, opacity 0s ease-in .2s, transform .2s ease-out .25s
}

.nav-toggle.active .bar:nth-child(1) {
    margin-top: -1px;
    transform: rotate(45deg)
}

.nav-toggle.active .bar:nth-child(2) {
    opacity: 0
}

.nav-toggle.active .bar:nth-child(3) {
    margin-top: -1px;
    transform: rotate(-45deg)
}

@media (min-width:826px){
/*
  #header {
      top:12px;
      left:12px;
  }
  .nav {
      height: 68px;
      width: 72px;
  }
  .nav-toggle .bar {
      right: 22px;
      top: calc(50% - 1px);
  }
*/
  #header {
      top:26px;
      left:26px;
  }
  .nav {
      height: 40px;
      width: 40px;
  }
  .nav-toggle .bar {
      right: 37px;
      top: 19px;
  }
  .no-js, .alt-nav {
      top: 86px;
  }
}

@media all and (max-width:825px){
  #header {
      top:10px;
      left:10px;
  }
  .nav {
      height: 40px;
      width: 40px;
  }
  .nav-toggle .bar {
      right: 37px;
      top: 19px;
  }
  .no-js, .alt-nav {
      top: 55px;
  }
}

