/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 11 mai 2018, 10:42:51
    Author     : GeniousCommunications
*/


.cookies-agree {
    background: #1c4f7fdb;
    padding: 14px 10px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 100001;
    z-index: 2147483639 !important;
}

.cookies-agree p {
    color: #fff;
    font-size: 14px;
    font-family: 'brandon_textbold';
    display: inline-block;
    margin-bottom:  0;
    margin-top: 6px;
    padding-left: 14px;
}

.cookies-agree a.more {
    color: #fff;
    margin-left: 10px;
    text-decoration: underline;
    font-family: 'brandon_textbold';
}

.cookies-agree a.agree {
    border: 2px solid #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'brandon_textbold';
    font-size: 12px;
    float: right;
}

@media (max-width: 991px) {
    .cookies-agree a.agree {
        display: inline-block;
        margin-top: 10px;
        float: none;
        margin-left: 14px;
    }
}