ul#gmina-facilitate-icons {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#gmina-facilitate-icons li {

}
ul#gmina-facilitate-icons li img {
    height: 18px;
    opacity: 0.6;
    transition: opacity .3s ease;
}
ul#gmina-facilitate-icons li a:hover img {
    opacity: 1;
}
ul#gmina-facilitate-icons li a.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.accept_cookie, .remind_later{
	float: right;
	margin-left: 5px;
} 
#baner-pop-up-overlay,
#accept_cookie_overlay {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #00000099;
    z-index: 10000;
    transition: opacity 0.5s ease;
    visibility: hidden;
}
#baner-pop-up-overlay {
    z-index: 9998;
}
#baner-pop-up-overlay.active,
#accept_cookie_overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
}
#accept_cookie_wrapper {
    position: fixed;
    left: 0;
    bottom: -100vh;
    width: 100%;
    background: #fff;
    padding: 5px;
    border-top: 1px solid #ccc;
    z-index: 10002;
    transition: bottom 0.5s ease;
}
#accept_cookie_wrapper .logo {
    margin: 20px 0;
}
#accept_cookie_wrapper.active {
    bottom: 0;
}
#accept_cookie_wrapper h5 {
    font-size: 2.5em;
    font-weight: bold;
}
#accept_cookie_wrapper a.more {
    color: #000;
    font-weight: bold;
}
#accept_cookie_wrapper a.close_cookie {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    background: #000;
    color: #fff;
    border-radius: 10px;
    text-align: center;
}

.after_content_buttons_wrapper {
}
.after_content_buttons_wrapper ul.after_content_buttons {
    display: block;
    padding: 0;
    margin: 0;
}
.after_content_buttons_wrapper ul li {
    display: inline-block;
}

.after_content_buttons_wrapper ul li #fb-share-button,
.after_content_buttons_wrapper ul li a {
    display: block;
    width: 25px;
    line-height: 25px;
    text-align: center;
    background: #ddd;
    border: 1px solid #cacaca;
    color: #888;
    font-size: 14px !important;
}
.after_content_buttons_wrapper ul li #fb-share-button {
    background: #3b5998;
    font-weight: 600;
    display: block;
    position: static;
    border-color: #3b5998;
}

.after_content_buttons_wrapper ul li #fb-share-button:hover {
    cursor: pointer;
    background: #213A6F
}

.after_content_buttons_wrapper ul li #fb-share-button svg {
    width: 18px;
    vertical-align: middle;
    margin-top: -2px;
}

#baner-pop-up {
    position: absolute;
    top: 100px;
    width: 50%;
    left: 50%;
    padding: 15px 20px;
    transform: translateX(-50%);
    background: #fff;
    z-index: 9999;
}
#baner-normal h3,
#baner-pop-up h3 {
    margin-top: 0;
}

#baner-normal  a.close_baner,
#baner-pop-up a.close_baner {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    line-height: 20px;
    background: #000;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}
#baner-pop-up .more {
    text-align: right;
    margin-top: 10px;
}
#baner-normal .more {
    text-align: center;
    margin-top: 10px;
}
#baner-normal .more a,
#baner-pop-up .more a {
    padding: 5px 15px;
    background: #3a3a3a;
    color: #eee;
    transition: all ease 0.3s;
    border-radius: 2px;
}
#baner-normal .more a:hover,
#baner-pop-up .more a:hover {
    background: #000;
    color: #fff;
}
#baner-normal {
    padding: 20px 0;
    background: #f1f1f1;
}
#baner-normal .baner-normal-wrapper {
    position: relative;
    padding: 5px 20px 20px;
    border: 2px dashed #e0e0e0;
    background: #fff;
}
#baner-normal .baner-info {
    font-size: 2em;
    color: #8a8a8a;
    padding-bottom: 0;
    margin-bottom: 0;
}