/*!
 * 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:100000000;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%}.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!important;padding:5px 13px 5px 13px!important;text-decoration:none!important;font-weight:bold!important;border-radius:5px 5px 5px 5px!important}
.scnb-buttons a:hover,.scnb-buttons a:focus{text-decoration:underline!important}

#scnb-cookie-bar{background-color: #fff;color: #D44815 !important;font-size: 12px !important;border-top: 1px solid #cccccc;}
.scnb-buttons a{background-color: #ffffff!important;color: #D44815 !important;border: 2px solid #D44815!important;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;}
.scnb-text{ text-align: center; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;}
.scnb-text{ width: 70%; }
.scnb-buttons{ width:  27%; margin-left: 3%;}


.btn-xs-cookies{padding: 8px 8px !important;}
.scnb-cookie-accept, .scnb-cookie-reject {border-color:#d44815 !important;color:#fff !important;background-color: #d44815 !important;cursor: default;}
.scnb-cookie-accept:hover, .scnb-cookie-reject:hover {color:#d44815 !important;background-color: #FFF !important;}
.scnb-cookie-default{border-color:#777777 !important;color:#fff !important;background-color: #888888 !important;cursor: default;}
.scnb-cookie-default:hover{color:#fff !important;background-color: #888888 !important;cursor: default;}