
/** ADD YOUR AWESOME CODES HERE **/
/*Cookies policy*/
.cookies-notification {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    min-height: 50px;
    width: 100%;
    background: none repeat scroll 0 0 #0ca5a0;
    color: #fff;
    padding: 1.25em 20px;
    z-index: 10000;
    text-align: center;
}

    .cookies-notification .wrapper {
        margin: 0 auto;
        padding: 0px;
    }

        .cookies-notification .wrapper .button {
            margin: 0 0 10px 1em;
        }

        .cookies-notification .wrapper .link {
            color: black;
        }

        .cookies-notification .wrapper p {
            color: #c2c2c2;
            font-size: 0.9375em;
            margin: 0;
        }