/*!
 * 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%;
	z-index: 99999;
	min-height: 70px;
}
#scnb-cookie-bar .wrap {
}
.scnb-text, .scnb-buttons {
	float: left
}
@media only screen and (max-width: 800px) {
	.scnb-text, .scnb-buttons {
		float: none;
		width: 100% !important
	}
}