
.footer {
    /*background: #f5f4f2;*/
    border-top: 10px solid #004a29;
    color: #6f7274;
}
.footer a:hover {
    color: #004A29;
}
    
@media (min-width:992px) {
    .footer-inner {
        /*background: url(images/footer_bg.png) bottom center repeat-x;*/

    }
}

.footer .footer-inner {
    margin: 30px 0 0;
    padding-bottom: 40px;
}

.footer .box-title {
    color: #6f7274;
    font-family: "PT Serif", Georgia, serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.kapcsolat-box {
    text-align: right;
}

.copyright {
    font-size: 12px;
    color: #adafb0;
    text-align: right;
    margin-top: 60px;
}

@media (max-width: 767px) {
    .footer .box-title, .footer .box-content {
        text-align: center;
    }
    
    .footer .box-content {
        margin-bottom: 40px;
    }
    
    .copyright {
        text-align: center;
        margin-top: 0;
    }
}