.dropdown-item {
    padding: .25rem 0.5rem;
}

.page-link {
    border: 0;
    color: #000000;
}
.page-item.active .page-link {
    background-color: #000000;
    border-color: #000000;
}

.page-link:hover {
    z-index: 2;
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000
}

b, strong {
    font-weight: bold;
}

ul {
    font-family: 'FuturaPT-Light', sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.d-none {
    display: none;
}

.icon-skk {

    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 90px;
    height: 90px;
    border: solid 0px red;
    background: url('../images/skk5.png'); background-repeat: no-repeat; background-size: 90px auto;
    z-index: 10000;
    opacity: .9;
}