.b-header__tb-shadow-line{
  display: none;
}

.b-homepage-banner{
  background: #735544;
  position: relative;
  box-shadow: 0 0px 4px rgba(0,0,0,.3);
}

.b-homepage-banner__inner{
  background: rgba(0,0,0,.3);
  position: relative;
  z-index: 3;
}

@media (min-width: 320px){
  .b-homepage-banner__bg{
    background: url(images/bg.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='7');
    -webkit-transform: scale(1);
    z-index: 2;
    overflow: hidden;
  }
}

@media (max-width: 320px){
  .b-homepage-banner__bg{
    display: none;
  }  
}

.b-homepage-banner__wanttomeet{
  background: rgba(0,0,0,.3);
}