
/*NOTIFICATIONS: */
.tab {
    margin-left: 15px;
}
.notification {
    background-color: rgba(79,79,79,0.9);
    padding: 1px 0;
    /*margin: 0 auto;*/
    position: fixed;
    bottom: 0;
    width: 100%;
}

#homepage #cookies.notification { max-width: 980px;}
#homepage #cookies.notification h4{ margin-top: 0px; margin-bottom: 0px; }
.registration #cookies.notification { max-width:650px; }
#cookies.notification {padding-top: 15px; padding-bottom: 10px;}
#cookies.notification img { margin-left: 16px; margin-bottom: -6px; width: 18px; }
#cookies.notification h4 { font-family: Arial; color: white; font-size: 14px}
#cookies.notification a { text-decoration: none;}
#cookies.notification a {color: #e29d32 ;}
#cookies.notification a:hover {color: #00a2ed;}
#confirm {color: #e29d32 ;}
#cookies {display: none;}

/*BUTTONS*/
.btn-cookie-policy {
	-moz-box-shadow:inset 0px 39px 0px -24px #3dc21b;
	-webkit-box-shadow:inset 0px 39px 0px -24px #3dc21b;
	box-shadow:inset 0px 39px 0px -24px #3dc21b;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
	background:-moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a',GradientType=0);
	background-color:#44c767;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #18ab29;
	/*display:inline-block;*/
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:2px 10px;
	text-decoration:none;
}
.btn-cookie-policy:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
	background:-moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767',GradientType=0);
	background-color:#5cbf2a;
}
.btn-cookie-policy:active {
	position:relative;
	top:1px;
}
.btn-cookie-decline {
	-moz-box-shadow:inset 0px 39px 0px -24px #d90000;
	-webkit-box-shadow:inset 0px 39px 0px -24px #d90000;
	box-shadow:inset 0px 39px 0px -24px #d90000;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d90000), color-stop(1, #5cbf2a));
	background:-moz-linear-gradient(top, #FF0000 5%, #d90000 100%);
	background:-webkit-linear-gradient(top, #FF0000 5%, #d90000 100%);
	background:-o-linear-gradient(top, #FF0000 5%, #d90000 100%);
	background:-ms-linear-gradient(top, #FF0000 5%, #d90000 100%);
	background:linear-gradient(to bottom, #FF0000 5%, #d90000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a',GradientType=0);
	background-color:#FF0000;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #FF0000;
	/*display:inline-block;*/
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:2px 10px;
	text-decoration:none;
}
.btn-cookie-decline:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
	background:-moz-linear-gradient(top, #FF0000 5%, #d90000 100%);
	background:-webkit-linear-gradient(top, #FF0000 5%, #d90000 100%);
	background:-o-linear-gradient(top, #FF0000 5%, #d90000 100%);
	background:-ms-linear-gradient(top, #FF0000 5%, #d90000 100%);
	background:linear-gradient(to bottom, #FF0000 5%, #d90000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767',GradientType=0);
	background-color:#FF0000;
}
.btn-cookie-decline:active {
	position:relative;
	top:1px;
}