/*Cookie Consent Begin*/
#cookieConsent {
  background-color: rgba(20,20,20,0.8);
  min-height: 26px;
  font-size: 14px;
  color: #ccc;
  line-height: 26px;
  padding: 8px 3px 8px 3px;
  font-family: "Trebuchet MS",Helvetica,sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}
#cookieConsent a {
  color: #4B8EE7; 
  text-decoration: none;
}

#closeCookieConsent:hover {
  color: #FFF;
}
#cookieConsent a.cookieConsentOK {
  background-color: #8CC640;
  color: #FFFFFF;
  display: inline-block;
  border-radius: 5px;
  padding: 0 20px;
  cursor: pointer;
  margin: 0 6px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
  background-color: #5a8a1b;
}
#cookieElemetns {
  text-align: center;
}

@media screen and (max-device-width: 720px) {
  #cookieConsent {
    
    top: 0;
    overflow: hidden;
  }
}


/*Cookie Consent End*/