﻿/* <<-- Lábléc -->> */
footer {
    text-align: left;
    width: 100%;
    color: white !important;
    /*text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px 1px black, -2px 0 1px black, 0 2px 1px black, 2px 0 1px black, 0 -2px 1px black;*/
    min-height: 30px;
    height: 500px;
    left: 0;
    bottom: 0;
    z-index: 1;
    position: relative;
    overflow-y: hidden;
}

footer a, footer a:link, footer a:visited, footer a:active {
    color: #ffffff;
    text-decoration: none;
}

footer a:hover {
    font-weight: bold;
}

footer .navbar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

footer .navbar * {
    line-height: 100%;
}

footer .navbar-header {
    height: 100%;
}

footer .navbar-header * {
    height: 100%;
}

.footer-menu ul {
    padding: 0;
}

.footer-menu li {
    list-style-type: none;
}

.footer-menu li.fomenu {
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 150%;
}

.footer-menu li.almenu {
    text-transform: capitalize;
    padding-bottom: 10px;
    font-size: 120%;
}

.footer-menu li.contact {
    text-transform: none;
    padding-bottom: 10px;
    font-size: 120%;
    overflow-y: visible;
}

.footer-menu li h3 {
    padding-bottom: 20px;
    margin: 0;
    text-transform: capitalize;
    color: white !important;
}

.social-links {
    height: 50px;
}

.social-links img {
    height: 50px;
}

.social-links-align {
    text-align: right;
}

.footer_rights {
    float: left;
    text-align: left;
}


/*              <<==--   RESPONSIVE   --==>>              */
/* Tablet fekvő nézet, 1024px (1024-1279px) */
@media only screen
and (max-width: 1279px) {
    .footer-menu li.contact {font-size: 110%;}
}

/* Tablet nézet, 768px (768-1023px) */
@media only screen
and (max-width: 1023px) {
    .footer-menu li.fomenu {font-size: 120%;}
    .footer-menu li.almenu {font-size: 100%;}
    #footer-menu {-webkit-box-ordinal-group: 2; -moz-box-ordinal-group: 2; -ms-flex-order: 2; -webkit-order: 2; order: 2;}
    #footer-contact {-webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; -ms-flex-order: 1; -webkit-order: 1; order: 1; text-align: center; margin-bottom: 30px;}
    /*#footer-contact {position: absolute; left: 0; top: 0; width: 100%;}*/
}

/* Mobil nézet, 300px (300-767px) */
@media only screen
and (max-width: 767px) {
    #footer_creator {display: none;}
    .social-links img {height: 40px; padding: 0 10px;}
    .social-links-align {text-align: center; display: block;}
}

@media only screen
and (max-width: 575px) {
    footer {height: 810px;}
    #footer-menu .row div, #footer-menu .row li {text-align: center;}
    .social-links {height: auto;}
    .social-links img {height: 30px; padding: 0 5px;}
    .footer_rights {float: none; text-align: center;}
    .social-links-align {margin: 30px 0 50px 0; }
    .social-links-align a {margin: 0 10px; }
}
