#logoHeader #sign-in-panel span #sign-in-btn { font-size: 0.875em; }


#mobile-app-popup{
  display:none;
}

#mobile-app-banner{ display:none !important}

@media only screen and (max-width: 767px){


 
  
  #mobile-app-popup{
  display: block;
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  background:#ed0722;
  border-top:2px solid #ed0722;
  z-index:99999;

 }

  #mobile-app-popup .mobile-app-banner-wrapper {
      width: 94%;
      max-width: 660px;
      margin: 0 auto;
      padding: 16px 2%;
  }

  #mobile-app-popup .mobile-app-banner-content {
    display: table-row;
  }

  #mobile-app-popup .mobile-app-banner-icon {
    width: 20%;
    padding-right: 10px;
    display: table-cell;
  }

  #mobile-app-popup .mobile-app-banner-content>* {
    vertical-align: top;
  }

  #mobile-app-popup .mobile-app-banner-icon img {
    width: 100%;
    max-width: 78px;
    min-width: 60px;
    display: block;
  }

  #mobile-app-popup .mobile-app-banner-description {
    padding-right: 8px;
    display: table-cell;
  }

  #mobile-app-popup .mobile-app-banner-buttons {
    text-align: center;
    width: 18%;
    display: table-cell;
  }

  #mobile-app-popup .mobile-app-banner-buttons a.red-btn {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1;
    height: auto;
    margin: 0 auto 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid white;
    background: white;
    margin-top: 10px;
    color:  #ed0722;
    text-shadow: initial !important;
  }

  #mobile-app-popup  .mobile-app-banner-buttons a.close-btn {
    color: #515151;
    font-size: .8125rem;
    line-height: 1;
    text-decoration: underline;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right:9px;
    margin-top: -12px;
  }

  #mobile-app-popup .mobile-app-banner-description h2 {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.0625;
    color: white;
    margin: 0 0 8px;
  }
  #mobile-app-popup .mobile-app-banner-description p {
    font-size: .70rem;
    line-height: 1.125;
    margin: 0;
    color: white;
}

#mobile-app-popup .mobile-app-banner-buttons a.red-btn span {
    display: block;
    padding: .5em 0 .375em;
}

.bottomFooterMobile{ margin-bottom:80px !important;}

.fadeIn{
  -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;


}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.fadeOut{
  -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeout 1s; /* Firefox < 16 */
        -ms-animation: fadeout 1s; /* Internet Explorer */
         -o-animation: fadeout 1s; /* Opera < 12.1 */
            animation: fadeout 1s;


}

@keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Firefox < 16 */
@-moz-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Internet Explorer */
@-ms-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Opera < 12.1 */
@-o-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}


}