@charset "utf-8";

/* CSS Document */


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


/* footer styles */

footer {
    width: 100% !important;
    background-color: rgb(226, 151, 11);
}

footer>section {
    /* background-color: rgb(73, 68, 68); */
    background-image: url(../images/footer_background_n.png);
    color: #fff;
    position: relative;
}

#panel-contact {
    margin-top: 20px;
    padding: 0px 10px;
    /* border-right: 3px dotted #666; */
}

#panel-bottommenu {
    padding: 20px 10px 0 0;
    text-align: center;
    color: #fff;
}

#panel-bottommenu>a {
    display: block;
    float: right;
    padding: 0px 15px 10px 15px;
    color: #000;
    font-size: 13px;
}

#panel-bottommenu>a:hover {
    text-decoration: none;
    transition: ease 0.5s;
    color: rgb(117, 79, 7);
}

#panel-copyright-bottom {
    clear: both;
    width: 100%;
    text-align: right;
    font-size: 12px;
    padding: 25px 25px;
    color: #fff;
}

#panel-bottom-socjalmedia {
    border-top: 1px solid #fff;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding-top: 5px;
    margin-bottom: -30px;
}

.med-ico {
    height: 25px;
    width: 25px;
    display: inline-block;
    margin: 5px;
}

.med-ico2 {
    height: 25px;
    width: 50px;
    display: inline-block;
    margin: 5px;
}

#social-gosc {
    background: url(../images/socjal_ico2.png) 0px 0px no-repeat;
}

#social-gosc:hover {
    background: url(../images/socjal_ico2.png) 0px -25px no-repeat;
}

#social-facebook {
    background: url(../images/socjal_ico2.png) -50px 0px no-repeat;
}

#social-facebook:hover {
    background: url(../images/socjal_ico2.png) -50px -25px no-repeat;
}

#social-youtube {
    background: url(../images/socjal_ico2.png) -75px 0px no-repeat;
}

#social-youtube:hover {
    background: url(../images/socjal_ico2.png) -75px -25px no-repeat;
}

#panel-galleries {
    padding: 15px 0 0 0;
}

#gallery-desc {
    top: 0;
    left: 0;
    position: absolute;
    background: #fff;
    border: 1px solid #000;
    height: auto;
    width: auto;
    padding: 5px;
    display: none;
    z-index: 30000;
    width: 230px;
}

@media (max-width: 768px) {
    #panel-bottommenu {
        display: block;
        padding: 20px 0 0 0;
        text-align: center;
        clear: both;
        float: none;
    }
    #panel-bottommenu>a {
        display: inline-block;
        float: none;
        padding: 10px;
        color: #000;
        font-size: 15px;
        cursor: pointer'

    }
    #panel-bottom-socjalmedia {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        margin-bottom: 0px;
    }
    #panel-copyright-bottom {
        clear: both;
        width: 100%;
        text-align: center;
        font-size: 12px;
        padding: 35px 0 25px;
        color: #fff;
    }
}

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