div.middle {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

div.content {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    text-align: center;
}


ul.images li {
    list-style: none;
    float: left;
    background: #fff;
    padding: 10px;
    width: 200px;
    position: relative;
    margin-right: 10px;
}

ul.sites {
    margin-left: 130px;
}

    ul.sites li {
        list-style: none;
        float: left;
        background: #fff;
        padding: 10px;
        width: 120px;
        position: relative;
        margin-right: 10px;
        padding-bottom: 0px;
    }

ul.links {
    margin-left: 130px;
    display: inline-block;
    width: 450px;
}

    ul.links li {
        list-style: none;
        float: left;
        background: #fff;
        padding: 10px;
        position: relative;
        margin-right: 10px;
        padding-top: 0px;
        margin-top: 0px;
    }

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url('img/logo/preloader.gif') no-repeat center center;
}

li#easysoft {
    margin-top: 100px;
}

li#edentisti {
    margin-top: 125px;
}

li#niculitel {
    margin-top: 115px;
}

/*----------------------------------------*/
/*  31.	Cockie consent  CSS
/*----------------------------------------*/
.cookie-overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    padding: 16px;
    background: rgba(0,0,0,0.75); /* overlay backdrop */
    backdrop-filter: blur(2px); /* optional (nice) */

    display: none; /* shown via jQuery fadeIn */
}

.cookie-box {
    max-width: 1100px;
    margin: 0 auto;
    background: #212529; /* Bootstrap dark vibe */
    color: #fff;
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}

.cookie-text a {
    color: #fff;
    text-decoration: underline;
}

.cookie-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* "Cookie settings" floating button */
.cookie-manage {
    position: fixed;
    left: 16px;
    bottom: 16px;
    z-index: 99998;
}

.cookie-bar {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    z-index: 9999;
    background: rgba(255,255,255,0.9);
    padding: 6px 12px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.cookie-bar .legal-links a {
    color: #666;
    text-decoration: none;
    margin: 0 3px;
}

.cookie-bar .legal-links a:hover {
    text-decoration: underline;
}