body {
    min-height: 1148px;
}

#main {
    padding-bottom: 0px;
}

#body-wrap {
/*    min-height: 100%;
    background-image: url("/bundles/dmcelektrony/images/footer-background.png");
    background-repeat: repeat-x;
    background-position: 0 bottom;*/
}

#footer {
    clear: both;
    bottom: 0;
    margin-top: 0px;
    overflow: hidden;
}

#footer-top {
    padding-top: 0px;
    font-size: 18px;
    line-height: 50px;
}

.footer-copyright {
    display: block;
    float: left;
    margin-left: 10px;
    padding-left: 55px;
    background-image: url('/bundles/dmcelektrony/images/elektrony-logo-dolni.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 0px 10px;
}

.footer-link {
    display: block;
    float: left;
    margin-left: 25px;
}

.panel-phone {
    background-image: url("/bundles/dmcelektrony/images/icon-phone2.png");
    background-position: 0px 16px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-left: 20px;
    display: inline-block;
    float: left;
    margin-left: 30px;
    font-size: 18px;
    line-height: 50px;
    color: #1d1d1f;
    -webkit-text-fill-color: #1d1d1f;
}

#envelope, #envelope-hover {
    margin-right: 4px;
    vertical-align: middle;
}

#envelope-hover {
    display: none;
}

a:hover #envelope {
    display: none;
}

a:hover #envelope-hover {
    display: inline;
}
#footer-link a:hover {
    text-decoration: none;
}    
