@-webkit-keyframes animation-bar{0%{bottom:-50px}100%{bottom:0}}@keyframes animation-bar{0%{bottom:-50px}100%{bottom:0}}#cookie-msg{position:fixed;z-index:9999;left:0;bottom:0;width:100%;margin:0;padding:30px 2%;color:#fff;background:#2d3e50;-moz-opacity:.95;-khtml-opacity:.95;opacity:.95;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=95);filter:alpha(opacity=95);-webkit-animation-name:animation-bar;-webkit-animation-duration:1s;-webkit-animation-timing-function:ease-out;animation-name:animation-bar;animation-duration:1s;animation-timing-function:ease-out}#cookie-msg p{margin:0 0 10px}#cookie-msg span.link{cursor:pointer;font-weight:700;color:#71c5e8;text-decoration:underline}#cookie-msg button{display:block;cursor:pointer;font-weight:700;border:1px solid transparent;-webkit-border-radius:3;-moz-border-radius:3;border-radius:3px;color:#fff;background:#71c5e8;padding:10px 20px;text-decoration:none;margin:0}#cookie-msg button:hover{border:1px solid #fff;text-decoration:none}@media (min-width:768px){#cookie-msg p{float:left;width:80%;margin:0 10px 0 0}#cookie-msg button{float:left;margin-right:20px}}