.cookie-bar{position:fixed;top:0;left:0;right:0;width:100%;text-align: center;background: #525252;color: #fff;font-size:12px;z-index:999999;padding:0;overflow:hidden;height:0;transition:padding 2s,height 2s;}
.show-cookie-bar .cookie-bar{height:60px;padding:10px 0;}
.cookie-bar .btn-default{margin:0 10px 10px;font-size:12px;float:none;background: #d11814;color: #fff!important;padding: 5px 10px;}
.cookie-bar .btn-default:hover{background-color:#e6e6e6;border-color:#adadad;color:525252!important;}
.fixed-header{transition:top 2s;}
.cookie-text {display:inline-block;}
body{transition:padding-top 2s;}
@media (min-width: 1200px){body.show-cookie-bar{padding-top:60px;}
}
@media (min-width: 992px){body.show-cookie-bar{padding-top:60px;}
}
@media (min-width: 769px){body.show-cookie-bar{padding-top:60px;}
}
@media (max-width: 1024px){.show-cookie-bar .cookie-bar{height: auto;}
body.show-cookie-bar{padding-top:0px;}
}