#cookie-bar {background:#111111; height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:20px 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;z-index: 9999;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;z-index: 99999;}
#cookie-bar p {margin:0; padding:0;font-weight: bold;line-height: 11px;}
#cookie-bar a {color:#eee;text-decoration: underline;}
#cookie-bar .cb-enable {width: 20px;height: 20px;color: #FFF;position: absolute;right: 25px;top: 30px;text-decoration: none;background: url(../js/venobox/close.gif) no-repeat;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar iframe{margin-left: 10px !important;position: relative !important;top: 7px !important;}
@media (max-width: 1124px) {
	#cookie-bar p{line-height: 18px;text-align: left;padding-left: 12px;padding-right: 55px;}
}