.footer-explore-section {
    background-image:url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    min-height:280px;
    padding:70px 0;
    background-size: cover;
    text-align:center;
    }
    .footer-explore-section img{
        margin: 0 auto;
        max-width:500px;
        width:100%;
        padding:0px 15px;
    }
    .footer-explore-section img:hover{
    opacity:0.95;
    }
    .footer-prelogin {
        /* margin: 25px 0; */
        padding: 15px 15px;
        position: relative;
        /* border-top: 1px solid #161616; */
        font-size: 14px;
        display: block;
        clear: both;
        float: left;
        width: 100%;
    }
    .footer-prelogin .left {
    float:left;
    color: #5D5353;
    }
    .footer-prelogin .right {
    float:right;
    }
    .footer-prelogin .right ul, .footer-logos-section ul {
     margin:0;
     padding:0;
     list-style-type: none;
    }
    .footer-prelogin .right ul li {
     float:left;
     border-right: 1px solid #5D5353;
     padding: 0 10px;
     color: #5D5353;
    }
    .footer-prelogin .right ul li:last-of-type {
     border-right: 0 none;
     padding: 0 0 0 10px;   
    }
    .footer-prelogin .right ul li a {     
     color: #5D5353;   
    }
    .elgg-page-default .elgg-page-footer > .elgg-inner {
    border-top:0 none;
    }    
    .newsletter {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 60%;
    padding: 25px 30px;
    border: 1px solid #2B2B2B;
    margin: 40px 0 0;
    overflow: hidden;
    text-align: center;
    float:left;
    }
    .newsletter h2 {      
    color: #8E8585;
    font-family: 'Lato', sans-serif;
    font-weight:800;
    font-size:24px;
    text-align: center;
    }
    .newsletter p, .footer-logos-section p {   
    color: #8E8585;
    margin: 15px 4px;
    font-size: 18px;
    text-align: left;
    }
    .newsletter .subscription-box input[type="text"], .newsletter input[type="submit"] {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 48%;
    padding: 15px 20px;
    border: 1px solid #2B2B2B;
    background: #000000;
    float:left;
    font-size: 14px;
    margin: 10px 0;
    }
    .newsletter .subscription-box input[type="text"]:last-of-type {
    float: right;
    }
    .newsletter input[type="submit"] {
    margin: 2% auto;
    text-align: center;
    color: #8E8585;
    font-family: 'Lato', sans-serif;
    font-weight:800;
    font-size:18px;
    width: 40%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 20px;
    float:none;
    cursor:pointer;
    }
    .footer-logos-section {    
    border-left: 1px solid #2B2B2B;
    float:right;
    width: 38%;
    margin:0 0 0 2%;
    min-height:290px;
    margin: 25px 0 0;
    padding:30px 0 30px 10px;
    }
    .footer-logos-section p {
    font-size:inherit;
    clear: both;
    margin-top:50px;
    display: inline-block;
    }    
    .footer-logos-section ul li {
    float:left;
    margin: 10px 0;   
    }
    .footer-logos-section ul:last-of-type li {
    margin:10px 10px 0 0;        
    }
    .footer-logos-section ul:last-of-type li a {
    display:block;
     background-position:left top;
     width:67px;
     height:67px;
    }
    .footer-logos-section ul:last-of-type li a:hover {
    opacity:0.90;
    }
    
    .elgg-page-footer{
        background-color:#000;
    }
    
    
    