.site-bg-overlay {
  background: -webkit-radial-gradient(ellipse at bottom, rgba(107, 121, 138, 0.75) 0%, rgba(19, 20, 23, 0.0) 80%);
  background: -o-radial-gradient(bottom, ellipse, rgba(107, 121, 138, 0.75) 0%, rgba(19, 20, 23, 0.0) 80%);
  background: radial-gradient(ellipse at bottom, rgba(107, 121, 138, 0.3) 0%, rgba(19, 20, 23, 0.0) 80%);
  background-color: rgba(19, 20, 23, 0.0);
}

body {color:#007fa5;}

.img-logo {max-width:300px; width:100%; margin-bottom: 30px;}
#credfoot {width:100%; position: absolute; bottom:5px;  text-align: center; font-size: 10px;}
.c-policy {font-size: 12px;}
.c-policy h2, .c-policy h3 {font-size: 15px;}


#cookie-bar {background:rgba(17,17,17,0.7); height:auto; min-height:24px; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0;}
#cookie-bar.fixed {position:fixed; bottom:0; left:0; width:100%; font-size:10px;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#007fa5;}
#cookie-bar .cb-enable:hover {background:#56bfd5;}
#cookie-bar .cb-disable {background:#007fa5;}
#cookie-bar .cb-disable:hover {background:#56bfd5;}
#cookie-bar .cb-policy {background:#007fa5;}
#cookie-bar .cb-policy:hover {background:#56bfd5;}