/* Navigation */
.navigation {
    z-index: 999;
    width: 45px;
    height: 45px;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
}

.whole-navigation {
    z-index: 999;
    width: 26px;
    height: 21px;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
}

.vertical-navigation-button {
  z-index: 999;
  width: 26px;
  height: 21px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
  padding: 20px;
  position: absolute;
}

.link-section {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 375px;
    padding: 115px 50px 65px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    opacity: 0;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
    -webkit-transition: opacity 150ms ease-in-out, -webkit-transform 200ms ease;
    transition: opacity 150ms ease-in-out, -webkit-transform 200ms ease;
    transition: transform 200ms ease, opacity 150ms ease-in-out;
    transition: transform 200ms ease, opacity 150ms ease-in-out, -webkit-transform 200ms ease;
    text-align: left;
    text-decoration: none;
}

.link-section.visible {
    opacity: 1;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
}

.link-section.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;  
    opacity: 1;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
    -webkit-transition-duration: 100ms, 250ms;
    transition-duration: 100ms, 250ms;
}

.link {
    color: #00ac8a;
    text-decoration: none;
}

.link-section ul {
    padding: 0px;
    list-style-type: none;
}

.navigation-link, .link-section .menu-item a {
    display: block;
    min-width: 320px;
    clear: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-decoration: none;
    text-transform: uppercase;
}

.navigation-link:hover, .link-section .menu-item a:hover{

}

.navigation-button {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 10px;
    float: left;
    -webkit-transition: all 80ms cubic-bezier(.455, .03, .515, .955);
    transition: all 80ms cubic-bezier(.455, .03, .515, .955);
}

.whole-navigation-button {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    float: left;
    -webkit-transition: all 80ms cubic-bezier(.455, .03, .515, .955);
    transition: all 80ms cubic-bezier(.455, .03, .515, .955);
}


.navigation-button:hover, .whole-navigation-button:hover {
    position: absolute;
}

.nav-social {
    padding-top: 0px;
    padding-bottom: 65px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.nav-social-link {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    float: left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.nav-social-link:hover {
    opacity: 0.85;
    text-decoration:none;
}

.nav-social-link:visited {
    color: #00ac8a;
}

.nav-social-link.nav-slack {
    /*background-image: url('../images/icon-nav-slack.svg');*/
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.nav-social-link.nav-irc {
    /*background-image: url('../images/icon-nav-irc.svg');*/
}

.nav-social-link.nav-twitter {
    /*background-image: url('../images/icon-nav-twitter.svg');*/
}

.nav-social-link.nav-forum {
    /*background-image: url('../images/icon-nav-forum.svg');*/
}

.nav-social-link.nav-github {
    /*background-image: url('../images/icon-nav-github.svg');*/
    background-position: 0px 0px;
}

.nav-social-link.nav-reddit {
    /*background-image: url('../images/icon-nav-reddit.svg');*/
}

.nav-social-link.nav-youtube {
    /*background-image: url('../images/icon-nav-youtube.svg');*/
}

.nav-dev-link {
    display: block;
    margin-top: 5px;
    margin-left: 5px;
    float: left;
    clear: left;
    color: #0f4790;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

.nav-dev-link:hover {
    opacity: 0.85;
}

.menu-footer-content img {
    max-width: 100%;
    height: auto;
}

.menu-footer-content .vc_btn3-container {
    margin-bottom: 10px;
}

.vertical-navigation-button {
  box-sizing: content-box;
  padding: 20px;
  z-index: 100000;
}

.nav-icon {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }


  .nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  .nav-icon span:nth-child(even) {
    left: 50%;
  }
  
  .nav-icon span:nth-child(odd) {
    left:0px;
  }

  .nav-icon.rounded-corners span:nth-child(even) {
    border-radius: 0 9px 9px 0;
  }

  .nav-icon.rounded-corners span:nth-child(odd) {
    border-radius: 0 9px 9px 0;
  }
  
  .nav-icon span:nth-child(1), .nav-icon span:nth-child(2) {
    top: 0px;
  }
  
  .nav-icon span:nth-child(3), .nav-icon span:nth-child(4) {
    top: 9px;
  }
  
  .nav-icon span:nth-child(5), .nav-icon span:nth-child(6) {
    top: 18px;
  }
  
  .nav-icon.active span:nth-child(1),.nav-icon.active span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .nav-icon.active span:nth-child(2),.nav-icon.active span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .nav-icon.active span:nth-child(1) {
    left: 0px;
    top: 6px;
  }
  
  .nav-icon.active span:nth-child(2) {
    left: calc(50% - 3px);
    top: 6px;
  }
  
  .nav-icon.active span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  
  .nav-icon.active span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  
  .nav-icon.active span:nth-child(5) {
    left: 0px;
    top: 15px;
  }
  
  .nav-icon.active span:nth-child(6) {
    left: calc(50% - 3px);
    top: 15px;
  }

  .logo_menu {
    width: 190px;
    margin: 0 auto;
  }
  

  .logo_menu img {
    width: 100%;
    height: auto;
  }

  @media screen and (max-width: 767px) {
    .logo_menu {
      width: 110px;
      margin: 0 auto;
    }

  }