/*!
 * Simple Cookie Notification Bar
 * Front
 * @since 1.0
 * @athor Lucy Tomás
 */#scnb-cookie-bar{display:none;position:fixed;left:0px;right:0px;bottom:0px;width:100%;min-height:40px;z-index:99999;padding-bottom:10px}#scnb-cookie-bar .wrap{padding:10px 15px 10px 15px}@media only screen and (max-width: 1023px){#scnb-cookie-bar .wrap{padding-left:6%;padding-right:6%}}.scnb-text,.scnb-buttons{float:left}@media only screen and (max-width: 800px){.scnb-text,.scnb-buttons{float:none;width:100% !important}}.scnb-text{ width:80%; margin-top: 5px; margin-bottom: 5px; }.scnb-buttons{width:17%;margin-left:3%}@media only screen and (max-width: 800px){.scnb-buttons{margin-left:0px !important;margin-top:20px;text-align:center}}.scnb-buttons a{ display:inline-block; padding:0 30px 0; text-decoration:none; font-weight:normal; margin: 5px; border: solid 1px #bababa; border-radius:3px 3px 3px 3px       }.scnb-buttons a:hover,.scnb-buttons a:focus{ border: solid 1px #d5d5d5; }