#sliding-popup {
	background: url('../images/gradient.png') center center scroll repeat-y transparent;
}

.sliding-popup-bottom,
.sliding-popup-top {
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 99999;
	left: 0;
	text-align: center;
}

.sliding-popup-bottom {
	position: fixed;
}

.sliding-popup-top {
	position: relative;
}

.eu-cookie-compliance-content {
	margin: 0 auto;
	max-width: 80%;
	display: flex;
	text-align: left;
	width: 100%;
	justify-content: space-between;
}

.eu-cookie-compliance-buttons {
	/*float: right;  LTR 
	margin: 0 0 1em 0;
	max-width: 20%;*/
}

[dir="rtl"] .eu-cookie-compliance-buttons {
	float: left;
}

.eu-cookie-compliance-agree-button,
.eu-cookie-compliance-more-button,
.eu-cookie-compliance-hide-button {
	cursor: pointer;
	margin-right: 5px;
	vertical-align: middle;
	overflow: visible;
	width: auto;
	-moz-box-shadow: inset 0 1px 0 0 #ffffff; /* LTR */
	-webkit-box-shadow: inset 0 1px 0 0 #ffffff; /* LTR */
	box-shadow: inset 0 1px 0 0 #ffffff; /* LTR */
	background-color: #ededed;
	background-image: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf));
	background-image: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background-image: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background-image: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background-image: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	color: #000;
	font-family: "canaro-light", verdana;
	padding: 4px 8px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #ffffff;
}

[dir="rtl"] .eu-cookie-compliance-buttons button {
	-moz-box-shadow: inset 0 0 0 1px #ffffff;
	-webkit-box-shadow: inset 0 0 0 1px #ffffff;
	box-shadow: inset 0 0 0 1px #ffffff;
}

.eu-cookie-compliance-agree-button:hover,
.eu-cookie-compliance-more-button:hover,
.eu-cookie-compliance-hide-button:hover {
	background-color: #dfdfdf;
	background-image: -moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed));
	background-image: -webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background-image: -o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background-image: -ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background-image: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
}

/*.eu-cookie-compliance-agree-button:active,
.eu-cookie-compliance-more-button:active,
.eu-cookie-compliance-hide-button:active {
	position: relative;
	top: 1px;
}*/

.eu-cookie-compliance-message {
	/*float: left;  LTR 
	margin: 5px 0 0;
	max-width: 80%;*/
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

[dir="rtl"] .eu-cookie-compliance-message {
	float: right;
	text-align: right;
}

.eu-cookie-compliance-message h1,
.eu-cookie-compliance-message h2,
.eu-cookie-compliance-message h3,
.eu-cookie-compliance-message p {
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 5px 0;
	font-family: "canaro-light", verdana;
}

.eu-cookie-compliance-message h1 {
	font-size: 1.6rem;
}

.eu-cookie-compliance-message h2 {
	font-size: 1.5rem;
}

.eu-cookie-compliance-message h3 {
	font-size: 1.2rem;
}

.eu-cookie-compliance-message p, .eu-cookie-compliance-message a, .eu-cookie-compliance-message a:visited{
	font-size: 1.5rem;
	font-weight: normal;
}
.eu-cookie-compliance-message a, .eu-cookie-compliance-message a:visited {color: #0071b8;  /*text-shadow: 1px 1px 1px #925904; */ text-decoration: underline}

@media screen and (max-width: 600px) {
	.eu-cookie-compliance-content {
		max-width: 95%;
	}

	.eu-cookie-compliance-message {
		max-width: 100%;
		display: initial;
	}

	.eu-cookie-compliance-buttons {
		clear: both;
		float: none;
		max-width: 100%;
	}
	.eu-cookie-compliance-agree-button{
		margin-bottom: 5px
	}
}
#sliding-popup, .sliding-popup-bottom, .sliding-popup-top {
	background: rgba(254, 178, 65, 1);
	padding: 10px 0px 0px;
}

#sliding-popup h1, #sliding-popup h2, #sliding-popup h3, #sliding-popup p {
	color: #1b1b1b;
}

.eu-cookie-compliance-more-button {
	background: none;
    font-size: 11px;
    content: "\76";
    box-shadow: none;
    text-shadow: none;
    padding: 3px 6px;
    top: 0px;
    right: 0px;
    color: #000000;
	position: absolute;
	margin-top: 5px;
	margin-right: 5px;
}



