/**
 * CUSTOM CSS
 *
 * Here you can add your custom CSS code.
 */

.cookies {
    padding-top: 10px;
    position: fixed;
    padding-bottom: 10px;
    bottom: 0;
    color: #7c7c7c;
    z-index: 100;
    background-color: rgba(0,0,0,.7);
    width: 100%;
    text-align: center;
    display: none
}

.cookies a {
    margin-left: 20px;
    cursor: pointer;
    /*background: #7c7c7c;*/
}