/**
 * cookiebar - It is a pure JS code, that warns the visitors in the notification bar, the page saves cookies. This is Compliant with the new EU cookie law.
 * Date 2017-08-08T12:26:15Z
 * 
 * @author Tamás András Horváth <htomy92@gmail.com> (http://icetee.hu)
 * @version v0.9.7
 * @link https://github.com/icetee/cookiebar#readme
 * @license MIT
 */

div.cookieoverlay {width:100vw;height:100vh;position:fixed;left:0;top:0;right:0;bottom:0;background-color:rgba(0,0,0,0.6);z-index:9998;align-items:center;justify-content:center;}

.cookiebar{z-index:9999;background-color:#008f35;bottom:0;box-sizing:initial;color:#fff;min-height:50px;left:10%;right:10%;text-align:center;position:fixed;  -webkit-transition-duration: 0.4s;transition-duration: 0.4s; box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);}.cookiebar-wrapper{height:100%;overflow:hidden;padding:14px;width:85%}.cookiebar-desciption{display:inline;font-size:1.0em;font-weight:bold;}.cookiebar-link{display:inline;padding-left:5px}.cookiebar-link a{color:#ffffff;text-decoration:underline}.cookiebar-link a:hover{text-decoration:underline}.cookiebar-btn{background:#e74c3c none repeat scroll 0 0;border:0 none;color:#fff;cursor:pointer;font-size:.875em;width:58px;height:58px;padding:0 10px 2px;position:absolute;right:5px;text-transform:uppercase;margin:auto;top:0;bottom:0}.cookiebar-btn:hover{background:#d34c37 none repeat scroll 0 0;}
