/** COOKIE BAR**/

#footerCookieBar {position:fixed; padding:10px 15px; color:#fff; font-weight:bold; font-size:13px; left:0; bottom:-1000px; right:0;  transition:bottom .5s ease; z-index: 10001;  }
#footerCookieBar p { margin-bottom:0; float:left;}
#footerCookieClose { float:right;}
#footerCookieBar.in { bottom:0; }
#footerCookieBar .btn {     margin: -5px 10px; line-height: 18px; font-size: 13px; padding: 3px 10px; border-radius: 0; color:#fff;}
