/* cookie */
#cookiebox{position:fixed;bottom:0px;left:0px;width:100%;padding:20px 10% 30px 10%;font-size:14px;color:#fff;font-weight:normal;line-height:20px;background:rgba(0,0,0,0.7);z-index:99999999999;}
a.cookie{color:#ff9900;}
a.cookie:hover{#ff6600;}
#cookiebott {background-color: #3366ff;color: #FFF;text-decoration: none;font-weight: 600;font-size: 16px;padding: 10px 20px;border-radius:3px;cursor:pointer;}
#cookiebott:hover {background-color: #0099ff;}
#cookiebott2 {background-color: #009900;color: #FFF;text-decoration: none;font-weight: 600;font-size: 16px;padding: 10px 20px;border-radius:3px;cursor:pointer;}
#cookiebott2:hover {background-color: #006000;}
#cookiebox{animation: 1s ease-out 0s 1 slideInFromLeft;}