.cookie_bar {
    width: 100%;
    background: #000 repeat-x;
    height: 68px;
    /*display: none;*/
    z-index: 10000;
    position: relative;
    /*top: -16px;*/
    /*margin-bottom: -16px;*/
}
    .cookie_content {
        margin: 0 auto;
        width: 1180px;
        height: 100%;
        background-color: #000;
    }

        .cookie_content .cookie_text {
            float: left;
            line-height: 14px;
            color: #949494;
            font-family: 'lato';
            font-size: 11px;
            text-align: left;
            margin-top: 20px;
        }

        .cookie_close {
            cursor: pointer;
            float: right;
            margin: 0;
            height: 68px;
            line-height: 68px;
        }
        
        .cookie_close img{
            vertical-align: middle;
        }

