/* FITNESSITALY HOME STYLE */
/* Cookie Bar (EU Cookie Law) */
#cookieBar {
  background-color: rgba(139, 138, 138, 0.8);
  color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  padding: 5px 10px;
  font-size: 12px;
  z-index: 1030;
  text-align: center;
}
#cookieBar.position-bottom {
  bottom: 0;
}
#cookieBar.position-top {
  top: 0;
}
#cookieBar .cb-info {
  color: #fff;
  text-decoration: underline;
}
#cookieBar .cb-ok {
  background-color: rgba(255, 255, 255, 0.8);
  color: #717171;
  display: inline-block;
  padding: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-left: 7px;
  line-height: 100%;
}
#cookieBar .cb-ok:hover,
#cookieBar .cb-ok:focus {
  background-color: #fff;
}
#cookieBar .cb-close {
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  float: right;
  font-size: 20px;
  text-decoration: none;
  line-height: 100%;
  margin-left: 7px;
}
#cookieBar .cb-close:hover,
#cookieBar .cb-close:focus {
  color: #fff;
}
