.mobile-header{
    display: none;
    position: fixed;
    width: 100%;
    background: #000;
    z-index: 800;
     -webkit-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.34);
    box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.34); 
}
.mobile-header .mobile-nav-button-div{
  width: 12%;
  float: left;
  margin-top: 10px;
  text-align: center;
}
.mobile-header .mobile-nav-button-div a{
  color: #fff;
  font-weight: 100;
  font-size: 20px;mobile-menu-main
}
.mobile-header .mobile-header-search{
  width: 70%;
  float: left;
}
.mobile-header .mobile-logo{
  text-align: left;
  width: 18%;
  padding: 0 4%;
  float: right;
  margin-top: 10px;
}
.mobile-header .mobile-logo p{
  line-height: 15px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 15px;
}

#close-mobile-nav-main{
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer !important;
  top: 15px;
  right: 40px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 100;
  color: #fff;
  z-index: 2000;
}
#close-mobile-nav-main a{
  color: #fff;
}
#close-mobile-nav-main a:hover{
  color: #ED4951;
}

#mobile-nav-container-outer{
  position: fixed;
  background: #000;
  opacity: .7;
  top: 0;
  bottom: 0;
  /*left: 0;*/
  right: -100%;
  width: 100%;
  z-index: 999;
}
#mobile-nav-container{
  /*display: none;*/
  position: fixed;
  z-index: 1000;
  background: #000;
  top: 0;
  bottom: 0;
  left: -70%;
  width: 70%;
}



div.mobile-menu-main nav.main-nav {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 2em;
  /* -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0; */
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
div.mobile-menu-main nav.main-nav.toggled {
  display: block;
  z-index: 2200 !important;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
div.mobile-menu-main nav.main-nav ul {
  padding: 2em 0 0 0;
}
div.mobile-menu-main nav.main-nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
div.mobile-menu-main nav.main-nav ul li a {
  font-size: 1.25em;
  font-size: 22px;
  color: #000;
  color: #fff;
  padding: 1em 0;
  font-weight: 300;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
div.mobile-menu-main nav.main-nav ul li a:last-child {
  border: none;
}
div.mobile-menu-main nav.main-nav ul li a:hover {
  -webkit-opacity: 0.45;
  -moz-opacity: 0.45;
  opacity: 0.45;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 1em;
}