/* popup */
.gatherer-popup 
{
    position:absolute;
    bottom:0;
    width:100%;
   z-index: 10001;
    background-color:#fff;
    display:none;
}
.gatherer-popup > div 
{
    margin: 20px 0;
    padding: 0 10px;
    overflow: auto;
    text-align: center;
    }
.gatherer-popup p
{
  color: #000;
  font-size:13px;
}
.play-store-btn 
{
    background-image: url( '/Images/google-play-badge.png');
    background-position: 0px -60px;
    width: 140px;
    width: 176px;
    height: 56px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    display:none;
 }
 .app-store-btn 
{
    background-image: url( '/Images/app-store-badge.png');
    background-position: 0px -60px;
    width: 140px;
    width: 176px;
    height: 56px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    display:none;
 }
 .overly 
 {
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    position: fixed;
    display:none;
 }
 .back-store-btn
 {
     width: 140px;
    display: inline-block;
    padding: 15px 5px;
    background: #000;
    color:#fff;
    margin-left: 10px;
    vertical-align:top;
}