@charset "utf-8";
/* CSS Document */

.cookie_alert {
    background: rgba(1,28,1,0.5)!important;
    position: fixed;
    bottom: -300px;
    left: 0;
    right: 0;
    z-index: 99999;
    padding: 7px 20px;
    transition: all 1s ease-out 0.22s;
    font-family: 'Roboto Condensed', sans-serif;
}
	
	.cookie_alert_show {
    bottom: 0;
}
.cookie_alert p, .cookie_alert label {
    font-size: 12px !important;
    letter-spacing: 0.4pt;
    word-spacing: 1pt;
    margin: 3px 0px;
        margin-bottom: 3px;
    font-weight: 300;
}
.cookie_alert h2, .cookie_alert p {
    color: #ffffff;
}
.cookie_alert p {
    margin-bottom: 10px;
}
.cookie_alert .cookie_inner {
    max-width: 700px;
    margin: 0 auto;
}
.cookie_alert .btn {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
}