.cookiePopup_wrapper {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    max-width: 546px;
    min-width: 250px;
    background-color: rgba(0, 87, 135, 0.9);
    position: fixed;
    bottom: 0;
    overflow: hidden;
    color: white;
    padding: 20px;
    z-index: 9999;
    font-size: 12px;
	-webkit-transform: translateZ(0)
}
.cookiePopup_wrapper {
display: none;
}
.cookie_img {
    width: 20%;
    display: inline-block;
}
.cookie_img>img {
    width: 80%;
    vertical-align: baseline;
}

.cookiePopup {
    width: 79%;
    display: inline-block;
	box-sizing: border-box;
}
.btn_cookie_deny {
    background-color: #D3D3D2;
    color: #505050;
}
.btn_cookie {
    height: 31px;
    padding-left: 20px;
    padding-right: 20px;
    float: right;
    border-radius: 20px;
    line-height: 31px;
    cursor: pointer;
}
.btn_cookie_allow {
    background-color: #a46f3e;
    color: #fff;
    margin-right: 20px;
}
.btn_cookie_allow:hover {
 background-color: #6a3311;
}
