.header {
  background-color: #1D1D1D;
/*  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);*/
  position: fixed;
  width: 100%;
  height: 54px;
  z-index: 3;
  top: 0;
}
 

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background: rgb(29, 29, 29); /* Fall-back */
  background: rgba(29, 29, 29, .93);
  position: relative;
  top: -45px;
  height: 600px;
}


.header li a {
/*  display: block;
  padding: 20px 20px;
  text-decoration: none;*/
}
 
.header li a:hover {
  /*background-color: #f4f4f4;*/
}
 
.header .logo {
  display: block;
  float: left;
  padding: 0.925rem 1.250rem;
  text-decoration: none;
}
 
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .5s ease-in-out, opacity .7s ease-in-out;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
}






/* ICON STYLES ==================================*/
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
  top: -2.5rem;
}
 
.header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 1px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}
 
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
 
.header .menu-icon .navicon:before {
  top: 0.438rem;
}
 
.header .menu-icon .navicon:after {
  top: -0.438rem;
}
/* END ICON STYLES ==========================*/







/* ICON STYLES ANIMATION==================================*/

.header .menu-btn {
  display: none;
}
 
.header .menu-btn:checked ~ .menu {
  max-height: 700px;
  opacity: 1;
  position: relative;
  top: -45px;
}
 
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
 
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
 
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
 
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* END ICON STYLES ANIMATION==================================*/


.menu div li img{
  /*margin-bottom: 1.313em;*/
}

.menu div li {
  border: 0px;
}

.menu div a li{
  width: 100%;
  border-bottom: 1px #FFF solid;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.200em;
  

}

.menu a div li {
  border: none;
  box-sizing:border-box;
  color: #FFF;
  padding: 1.313em 0em 0em 0em;
  font-weight: 100;
}

.menu a img {
  padding:1.313em;
}

.menu div li a img {
  padding:0px; 
  margin-top: 1.313em;
}

.menu li span {
    top: 1.500em;
    position: absolute;
    text-transform: uppercase;
    left: 6.625em;
    text-align: left;
    letter-spacing: 0.200em;
    color: #FFF;
    font-weight: 100;
}

.search-icon{
    position: fixed;
    top: 1.163rem;
    right: 5.188rem;
}

.back-btn {
    position: fixed;
    left: 1.3rem;
    top: .8rem;
}

.smoochr-home {
  width: 100px;
  margin: 1rem auto 0;
}

.inbox-icon{
    position: fixed;
    top: 1.1rem;
    right: 4.775rem;
}

.notifications {
    display: block;
    border-radius: 25%;
    position: absolute;
    left: 2.125em;
    top: 0.813em;
    background-color: #AF4C4C;
    color: #EDF3F9;
    /* border: 1px #FFF solid; */
    text-align: center;
    font-weight: 600;
    padding: 0.188em;
    letter-spacing: normal;
}

.inbox-notification {
    display: block;
    border-radius: 25%;
    position: absolute;
    right: 5.9em;
    top: 0.813em;
    background-color: #AF4C4C;
    color: #EDF3F9;
    /* border: 1px #FFF solid; */
    text-align: center;
    font-weight: 600;
    padding: 0.188em;
    letter-spacing: normal;
    z-index: 1;
}

.usernames-big {
    font-size: 1.313em;
    letter-spacing: 0.341em;
    font-weight: 600;
    position: absolute;
    top: 2.1em;
    left: 5.333em;
    text-transform: uppercase;
}

#inner-menu-container {
  width: 90%;
  margin: 0 auto;
}