section.footer{
    background: #ffffff;
    border-top: 2px solid #DEDEDE;
    position: absolute;
    padding-bottom: 0px !important;
    background-color: #303030;
    flex: 0;
}

#mobile-footer{
    text-align: center;
}

#call-to-action{
    width:100%; 
    text-align: left;
    font-size: 1.5rem;
    display: block;
    color: #ffffff;
    margin: 1.5em 0;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#call-to-action-follow{
    width:100%; 
    text-align: left;
    font-size: 1.5rem;
    display: block;
    color: #ffffff;
    margin: 1em 0;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
}

.rights p{
    font-size: 1.25rem;
    color: #ffffff;
}

.rights img{
    width: 262px;
    padding-left: 0px;
    padding-bottom: 15px;
}

.footer-content a{
    display: block;
    color: #ffffff;
    margin: 1.5em 36px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem;
}

#playstore{
    height: 44px;
}

.footer-text{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}


.site-footer, .site-footer a {
    color: #fff;
}

.navbar-brand img {
    height: 50px;
}

.uppercase {
    text-transform: uppercase;
}

.site-footer .store-badge a{
    padding: 0 0 5px 15px;
}

.site-footer .social-badge a{
    padding: 10px 25px 5px 15px;
}

.site-footer .store-badge img {
    height: 40px;
}

.site-footer .social-badge img {
    height: 35px;
}

.site-footer site-info{
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}

.site-footer .site-info a {
    color: #188DCE;;
}

.content a {
    display: block;
    color: #696969;
    margin: 1.5em 0;
}

.row-footer{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
 
}

#app-store{
   height: 40px; 
   margin-right: 1em; 
}

#play-store{
    height: 40px;
}

.row-footer a{
    max-width:100%;
    height:auto;
}

.nav-link {
    text-transform: uppercase;
    font-weight: 700;
}

.footer-content.icons a.padleft  {
    padding-left: 0.75em;
}

.footer-content.icons a.padright {
    padding-right: 0.75em;;
}

.footer-content.icons a {
    display: inline-block;
    margin: 1.75em 0;
    color: #212529;
}

.footer-content.icons a .fa {
    font-size: 1.5em;
    color: #ffffff;
}


.footer .row-footer.rights-reserved p {
    font-size: .8em;
    margin: 0 auto;
    color: #ffffff;
    text-align: left;
}

.get-app {
    margin-top: -2em;
}

.get-app h6 {
    margin-bottom: 1em;
}

.ticket2me-details-header {
    display: block;
    color: #696969;
    margin-bottom: .5em;
}

.ticket2me-details-content {
    display: block;
    color: #212529;
    font-weight: 400;
    font-style: italic;
    font-size: .8em;
    margin-bottom: .8em;
}

@media (max-width: 2560px){
    #mobile-footer{
        display:none;
    }
}

@media (max-width: 1441px){
    .rights{
        padding-top: 29px;
    }
}

@media (max-width: 1025px){
    .rights{
        padding-top: 27px;
    }
    
    .rights p{
        font-size: 13px;
    }

    #download-images{
        width: 100%;
        margin: 0 0;
        padding-left: 0;
        height: 82px;
    }
    
    #app-store{
        height: 30px;
    }
    
    #play-store{
        height: 30px;
    }

}

@media (min-width: 767px)and (max-width: 769px) {
    .site-footer .social-badge a{
        padding: 10px 23px 5px 15px;
    }
}

@media (max-width: 769px) {
    #call-to-action, #call-to-action-follow {
        font-size: larger;
    }
    
    .rights p{
        font-size: 10px;
    }

    .footer-content a {
        font-size: larger;
    }

    .rights img{
        width: 160px;
        padding-left: 0px;
        padding-bottom: 10px;
    }

    .footer-content.icons a.padleft {
        padding-left: 0.50em;
    }
    
    .footer-content.icons a.padright {
        padding-right: 0.50em;;
    }

    #download-images{
        width: 100%;
        margin: 0 0;
        padding-left: 0;
        height: 73px;
    }
    
    #app-store{
        height: 20px;
    }
    
    #play-store{
        height: 20px;
    }

}


@media (max-width: 767px){
    .site-footer .store-badge, .site-footer .social-badge {
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 426px) {

  #mobile-footer{
      display: block;
  }
    

  #white-logo{
      display:none;
  }

  .footer-content a{
      font-size: 1.5rem;
      text-align: center;
  }

  #call-to-action,  #call-to-action-follow{
    text-align: center;
    font-size: 1.5rem;
  }

  #download-images{
    width: 100%;
    margin: 0 20px;
    padding-left: 0;
    height: 100px;
  }

    #app-store{
        height: 45px;
    }

    #play-store{
        height: 44px;
    }

  #follow-images{
    width: 80%; 
    margin: 0 103px;
  }
}

.get-app-imgs{
    padding-left: 17px;
}



@media (max-width: 376px) {

    #download-images{
        width: 100%;
        margin: 0 7px;
        padding-left:0;
    }

    #app-store{
        height: 40px;
    }

    #play-store{
        height: 40px;
    }
  

     #follow-images{
        width: 80%;
        margin: 0 74px;
    }

    .rights{
        padding-top: 0;
    }

}

@media (max-width: 320px) {
   #download-images{
        width: 100%;
        margin: 0 2px;
        padding-left: 0;
    }

    #app-store{
        height: 33px;
    }

    #play-store{
        height: 33px;
    }

    #follow-images{
        width: 80%;
        margin: 0 50px;
    }

}