@media screen and (max-width: 991px) {
.menu-open {
    transform: translateX(0vw);z-index: 99999999;
}
.flexitem {
    display: flex;
    margin-left: 30px;
}
.flexinfo {
    display: flex;
    flex-wrap: nowrap;
}
#menu-toggle span {
    display: block;
    background: #fff;
}
#menu-toggle #hamburger {
  position: absolute;
  height: 23px;
  width: 30px;
  top: 25px;
}
#menu-toggle #hamburger span {
  width: 30px;
  height: 2px;
  position: relative;
  top: 0px;
  margin: 0px auto;
  margin-bottom: 8px;
}
#menu-toggle #hamburger span:nth-child(1) {
  transition-delay: .5s;
}
#menu-toggle #hamburger span:nth-child(2) {
  transition-delay: .625s;
}
#menu-toggle #hamburger span:nth-child(3) {
  transition-delay: .75s;
}
.menu {
    width: 100vw;
    /* background: #ffffff; */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#272f71+0,3a70b7+100 */
    background: #272f71; /* Old browsers */
    background: -moz-linear-gradient(top, #272f71 0%, #3a70b7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #272f71 0%,#3a70b7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #272f71 0%,#3a70b7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272f71', endColorstr='#3a70b7',GradientType=0 ); /* IE6-9 */
    height: 100vh;
    position: fixed;
    right: 0px;
    z-index: 99999;
    transition: 0.7s ease transform;
    transform: translateX(-200vw);
    transition-delay: 0.5s;
    overflow: auto;
    top: 0;
    padding: 0;
}
.menu-open {
    transform: translateX(0vw);
    z-index: 99;
}

#menu-toggle span {
    display: block;
    background: #fff;
    border-radius: 2px;
}
#menu-toggle {
  width: 35px;
  height: 70px;
  position: relative;
  cursor: pointer;
  padding-right: 135px;
}
#menu-toggle #hamburger {
  position: absolute;
  height: 23px;
  width: 35px;
}
#menu-toggle #hamburger span {
  width: 35px;
  height: 2px;
  position: relative;
  top: 0px;
  margin: 0px auto;
  margin-bottom: 8px;
}
#menu-toggle #hamburger span:nth-child(1) {
  transition-delay: .5s;
}
#menu-toggle #hamburger span:nth-child(2) {
  transition-delay: .625s;
}
#menu-toggle #hamburger span:nth-child(3) {
  transition-delay: .75s;
}
#menu-toggle #cross {
  position: absolute;
  height: 35px;
  width: 35px;
  transform: rotate(45deg);
  top: 30px;
}
#menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 16px;
  transition-delay: 0s;
}
#menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 15px;
  transition-delay: .25s;
}

#menu-toggle.open #hamburger span {
  width: 0%;
}
#menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
#menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: .125s;
}
#menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: .25s;
}
#menu-toggle.open #cross span:nth-child(1) {
  height: 100%;
  transition-delay: .625s;
}
#menu-toggle.open #cross span:nth-child(2) {
  width: 100%;
  transition-delay: .375s;
}

body.fixed {overflow: hidden;}
footer .link {
    color: #fff !important;
    font-size: 14px !important;
}
.logo img {
    max-width: 100px;
}
.nav-right {
    display: flex;
    justify-content: flex-end;
}
}
