.top-footer {
    border: 1px solid #dddddd;
    margin-top: 80px;
    margin-bottom: 10px;
    padding: 10px;
}
    .top-footer h3 {
        margin-top: 5px;
    }
    .top-footer .col {
        text-align: center;
    }
        .top-footer .wrap {
            background-color: #ddd;
            height: 150px;
            margin-bottom: 10px;
            overflow: hidden;
            position: relative;
        }
            .top-footer img {
                margin: 0;
                max-height: none;
                max-width: none;
                position: absolute;
            }
        .top-footer p {
            margin: 0;
            font-size: 12px;
            line-height: 1.3em;
        }
        .top-footer p strong {
            font-size: 14px;
            line-height: 1.3em;
        }
        .top-footer p strong .bigger {
            font-size: 24px;
            line-height: 1.3em;
        }

#footer {
    background-color: #595959;
    margin-top: 50px;
    overflow: auto;
}
    #footer .trustbar-payment {
        background-color: #f2f2f2 !important;
        margin-bottom: 40px !important;
        padding: 20px;
    }
        #footer .trustbar-payment p {
            font-size: 24px;
            line-height: 1.3em;
            color: #505050;
            margin-bottom: 15px;
        }
    #footer .icon-phone:before,
    #footer .icon-mail-alt:before {
        margin-left: 0;
    }
    #footer strong.green {
        line-height: 1.6em;
    }
    #footer p {
        color: #e0e0e0;
    }
    #footer .menu-item a {
        color: #e0e0e0;
        font-size: 14px;
        line-height: 1.6em;
        text-decoration: none;
    }
        #footer .menu-item a:hover {
            text-decoration: underline;
        }
    #footer a {
        color: #e0e0e0;
        text-decoration: underline;
    }
    #footer li > ul {
		display: inline-block;
    }
    	#footer li > ul > li::before {
		    content: "| ";
		    color: #e0e0e0;
		}
    #footer .social-icons {
        color: #e0e0e0;
    }
        #footer .social-icons li {
            cursor: pointer;
            display: inline-block;
            font-size: 36px;
            line-height: 1em;
            margin: 0;
        }
        #footer .social-icons li *:hover {
            color: #82b338;
        }
        #footer .social-icons li {
            overflow: hidden;
            transition-duration: 0.5s;
            transition-property: transform;
        }
        #footer .social-icons li:hover {
            transform: translateY(-5px);
            -webkit-transform: translateY(-5px);
        }
    #footer .footer-languages a {
        text-decoration: none;
    }
    #footer .footer-languages a:hover {
        text-decoration: underline;
    }
    #footer .wrap-full-grid .row:first-child .col:last-child p:first-child {
        font-size: 38px;
        margin-bottom: 0;
        line-height: 1em;
    }
    #footer .wrap-full-grid .row:first-child .col:last-child p:first-child + p {
        font-size: 38px;
        margin-bottom: 0;
        line-height: 1.3em;
    }