
 #promoBand iframe{ /* twitter BT*/
    display:inline;
 }
 #promoBand *{
  cursor:pointer;
 }
  #promoBand{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    height:60px;
    background:#0AC930;
    padding:5px 40px;
    cursor:pointer;
    font-size:40px;
    line-height:1.1;
    display:none;
  }

  #promoBand h1{
    color:white;
    line-height:1.2;
    padding-top:4px;
    font-size:30px;
    margin:0;
    display: inline;
    margin-right:50px;
  }
  #promoBand .fa{
    color:white;
    /*font-size:40px;*/
    float:right;

    line-height:1.2;
  }
  #promoBand img{
    width:50px; opacity:1; height:50px; border-radius:100px; float:left;
     margin-right:20px;
     position:relative;
  }


  #promoBand:hover{
    text-decoration:none;
    background:#2a6299;
  }

  #promoBand .close{
    float:right;
  }

  @media (max-width: 800px) {
  #promoBand  {
    display: none !important;
  }
}
