#cookies {
    position: fixed;
    bottom: 0;
    z-index: 20;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.8em;
    background-color: #000
    }
#cookies_int {
    font-family: Arial, sans-serif;
    width: 980px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    color: #666
    }
#cookies_int p {
    color: #666;
    font-size: 1.15em;
    line-height: 1.4em;
    margin: 20px 0
    }
#cookies_int .title_cook {
    display: block;
    line-height: 1em;
    margin-bottom: 20px;
    font-size: 2em;
    text-transform: uppercase
    }
#cookies_int .left {
    width: 950px
    }
#cookies_int .left a {
    font-weight: bold;
    color: #666;
    text-decoration: underline
    }
#cookies_int .left a:hover {
    color: #fff
    }
#cookies_int .right {
    padding-top: 20px
    }
#cookies_int .right a {
    float: right;
    color: #666;
    text-transform: uppercase;
    font-weight: bold;
    padding: 1px 7px;
    margin-left: 5px;
    font-size: 1em;
    border: 1px solid #666
    }
#cookies_int .right a:hover {
    color: #fff
    }
#cookies_em {
    display: none
    }
#cookies_em .em_int {
    position: absolute;
    width: 600px;
    height: 460px;
    text-align: justify;
    top: 50%;
    left: 50%;
    margin-top: -260px;
    margin-left: -300px;
    background-color: #fff;
    font-size: 1.3em;
    z-index: 2;
    padding: 30px;
    overflow: auto
    }
#cookies_em .em_int p {
    font-size: 0.85em;
    margin-bottom: 0
    }
#cookies_em .em_int h2 {
    font-size: 1.2em;
    margin-bottom: 16px;
    color: #EB6B08;
    text-transform: uppercase
    }
#cookies_em .em_int a {
    color: #003e23
    }
#cookies_em .em_int a.close {
    background-color: #a91111;
    border-radius: 8px;
    color: #FFF;
    font-size: 0.8em;
    font-weight: bold;
    margin: 0 auto;
    padding: 3px 9px;
    position: absolute;
    right: 10px;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    z-index: 2;
    cursor: pointer
    }
footer.cook_active {
    padding-bottom: 80px
    }