@charset "utf-8";

/* CSS Document */


/* note:
style dla skrótów galerii w stopce w galeria.css
*/

/* footer styles */


.foot_bg {
    display: block;
    background: url(../images/bg_bottom.png) left top no-repeat #fff;
    bottom: 0px;
    margin-top: 20px;
    padding-bottom: 100px;
    min-height: 200px;
}

#panel-contact {
    border-right: 1px solid #555;
}

#panel-contact {
    display: block;
}
#panel-contact a:hover {
    color: rgb(180, 190, 238)!important;
}

#panel-contact-logo {
    width: 180px;
    height: 30px;
    background: url(../images/elektroservice_logo.png) center center no-repeat;
    background-size: contain;
    margin:0 0 10px 0;
}

#panel-contact strong {
    color: rgb(224, 87, 38, 1);
}

#panel-contact a {
    color: #e05726 !important;
}

#panel-contact a:hover {
    color: #e02626 !important;
}

#panel-contact .ico_phone {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../images/ico_phone.png) center center;
    background-size: cover;
    vertical-align: -2px;;
}
#panel-contact .ico_mail {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../images/ico_mail.png) center center;
    background-size: cover;
    vertical-align: -2px;;
}



#panel-bottommenu {
    text-align: right;
}

#bottom-menu {
    display: block;
}

#bottom-menu .menu-btt{
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    color: #112554;
    /* text-transform: uppercase; */
    padding: 0px 0px 15px 30px; 
    transition: ease 1s;
}

#bottom-menu .menu-btt:hover{
    color: #e05726;
}

#panel-copyright-bottom {
    clear: both;
    width: 100%;
    text-align: right;
    font-size: 12px;
    padding: 10px 0px 20px;
    color: #112554;
}

#bottom-menu #search-btt {
        display: none;
    }

@media (max-width: 1000px) {

    .foot_bg {
        text-align: center;
    }

    #panel-contact {
        width: calc(100% - 22px);
        left: 10px;
        right: 10px;
        text-align: center;
        padding: 25px 0;
        border-right: 0px;
        border-bottom: 1px solid #112554;
    }
    #panel-bottommenu {
        width: calc(100% - 22px);
        left: 10px;
        right: 10px;
        text-align: center;
        padding: 25px 0;
        border-bottom: 1px solid #112554;
    }
    #panel-contact-logo {
        margin: 10px auto 25px;
    }

    #bottom-menu #search-btt {
        display: block;
    }
    
}

@media (max-width: 768px) {
    #panel-copyright-bottom {
        padding-right: 10px;
    }

}

@media (max-width: 576px) {
}