

.overlay-color {
    /*background-color: rgba(0, 0, 0, 0.75);*/
    background-image: -webkit-linear-gradient(225deg, #3498db 0%, #00C4E1 45%, #3498db 70%);
}

.header-navbar #myNavbar .active > a {
    border-bottom-color: #fff;
}

/***************************************************/
.worldmap {
    position: absolute;
    margin: 0 auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40%;
    width: 40%;
}
.worldmap circle {
    fill: rgba(255,255,255,0.15) !important;
    stroke: none !important;
}

/*************************************************/
#cookie {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgb(0,0,0);
    background:rgba(0,0,0,0.9);
    z-index:9999;
    font-size:60%;
    line-height:190%;
    display:none;
}
#cookie #wrapper {
    padding:20px;
}
#cookie h2 {
    color:#ffffff;
    padding-top:0;
    display:block;
    text-align:center;
    font-family:ariel,sans-serif;
    font-size:1.8em;
}
#cookie p {
    color:rgb(236, 233, 233);
    display:block;
    font-family:ariel,sans-serif;
    
}
#cookie #close {
    text-align:center;
}
#closecookie {
    color:#ffffff;
    font-family:ariel,sans-serif;
    font-size:1.6em;
    text-decoration:none;
}
@media only screen and (min-width: 480px) {
    #cookie {
        height:auto;
    }
    #cookie #wrapper {
        max-width:980px;
        margin-left:auto;
        margin-right:auto;
    }
    #cookie h2 {
        width:18%;
        margin-top:0;
        margin-right:2%;
        text-align:right;
    }
    #cookie p {
        width:68%;
        margin:0 1%;
        float:left;
    }
    #cookie #close {
        width:9%;
        float:right;
    }
}


/**************************************************************/