		
/*EU-RIGHTS Cookie Consent Begin*/
#myCookieConsent {
z-index: 999;
min-height: 20px;
font-family: Muli, arial, "sans-serif";
padding: 20px 0px;
background: rgba(62,79,96,0.8);
overflow: hidden;
position: fixed;
color: #FFF;
bottom: 0px;
right: 0px;
display: none;
left: 0;
text-align: center;
font-size: 1.25em;
font-weight: bold;

min-width:830px;
width:70%;
margin: auto;
}
@media(max-device-width: 1280px){
  #myCookieConsent {
    width: 100%;
  }
}



#myCookieConsent div {
padding: 5px 0 0;
margin-right: 150px;
}
#myCookieConsent a {
color: #ffffff;
display: inline-block;
padding: 0 10px;
}

#myCookieConsent div a {
color: #ffffff !important;
text-decoration:underline !important;
padding: 0px 0px 0px 0px;
}

#myCookieConsent a:hover {
color: #ffffff;
}
#myCookieConsent a#cookieButton {
display: inline-block;
color: #ffffff;
font-size: 1.1em;
background: #1fb1c1;
text-decoration: none;
cursor: pointer;
padding: 2px 20px;
float: right;
border-radius: 20px;
margin-right: 20px;
}
#myCookieConsent a#cookieButton:hover {
background: #21bfd1;
color: #ffffff;
}
/*EU-RIGHTS Cookie Consent END*/
