/*
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 : 8 Oct, 2019, 7:45:05 PM
    Author     : Admin
*/

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0!important;
    z-index: 5555;
    opacity: 0;
    border-radius: 0;
    background: #212327 ;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    padding: 0;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 2000ms
}

.cookiealert a {
    text-decoration: underline;
    margin-top: 20rem;
}

.cookiealert .acceptcookies {
    /*margin-left: 10px;*/
    vertical-align: baseline
}


.cookiealert p{
    font-size: 14px; 
    margin-bottom: 0px;
}

.content-2{
    margin-top:20px;
}


@media (max-width: 1148px){
    .content-2{
        margin-top:30px;
    }
    .content-3{
        margin-top:12px;
    }
}
@media (max-width: 1148px){
    .content-3{
        margin-top:22px;
    }
}
