.menu {
  height: 94px;
}
.menu .logo img{
  height: 15px !important;
  width: 72px !important;
  display: block !important;
}
.menu .logo1 img{
  height: 15px !important;
  width: 55px !important;
  display: block !important;
  opacity: 0.5 !important;
} 
.menu.compact.burger {
  cursor: pointer;
  padding: 0;
  z-index: 1000;
  opacity: 1;
  top: 52px !important;
  right: 20px;
  width: 20px;
  height: 14px;
}
.menu .burger {
  -webkit-transition: opacity 0.5s, color 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, color 0.5s, -moz-transform 0.5s;
  -o-transition: opacity 0.5s, color 0.5s, -o-transform 0.5s;
  transition: opacity 0.5s, color 0.5s, transform 0.5s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 1;
  font-size: 16px;
  height: 61px;
  padding: 14px 24px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 0;
  z-index: 1000;
  opacity: 1;
  top: 52px;
  right: 20px;
  width: 20px;
  height: 14px;
}
.menu .items li{
  visibility: hidden;
}
.compactMenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  display: block;
  width: 100%;
  height: 100%;
  padding: 82px 6% 16px;
  background: rgba(0,0,0,0.95) !important;
  text-align: center;
  line-height: 36px;
  font-size: 33px;
  font-weight: 700;
  letter-spacing: -1.2px;
  padding-top: 65px;
  box-shadow: inset 0 0 100px rgba(36, 40, 44, 1);
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  transform: translateY(-150%);
  opacity: 0;
  -webkit-transition: opacity 0.75s, background 0.75s, box-shadow 0.75s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.75s, background 0.75s, box-shadow 0.75s, -moz-transform 0.5s;
  -o-transition: opacity 0.75s, background 0.75s, box-shadow 0.75s, -o-transform 0.5s;
  transition: opacity 0.75s, background 0.75s, box-shadow 0.75s, transform 0.5s;
  overflow-y: scroll;
} 
.menu.compact .burger {
  cursor: pointer;
  padding: 0;
  z-index: 1000;
  opacity: 1;
  top: 52px;
  right: 20px;
  width: 20px;
  height: 14px;
} 
.compactMenu .items a {
  color: #fff;
  padding: 5px 0 !important;
  margin: 0px
    display: block;
  font-family: "Circular", Arial, Helvetica !important;
  letter-spacing: 0.1em !important;
}
.footer .container{
  padding: 20px !important;
}
.footer.top-padding-0{
  padding-top: 0px !important;
}