#cookie-popout {
	position: fixed;
	left: -10000px;
	bottom: 25px;
	z-index: 9999999;
	background-color: white;
	width: 230px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.3);
	-webkit-transition: left 1s ease-in-out; 
	-moz-transition: left 1s ease-in-out;
    transition: left 1s ease-in-out;
}

#cookie-popout.active {
	left: 40px;
}

#cookie-header {
	background-color: #5e6062;
	color: white;
	padding: 10px;
	font-size: 18px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}

#cookie-body {
	padding: 10px 15px;
	font-size: 14px;
	height: auto;
	overflow: hidden;
	overscroll-behavior: contain;
}

#cookie-body p {
	font-size: 14px;
}

#cookie-close, #gdpr_alert .gdpr-close, #cookie-expand {
	float: right;
	color: white;
	font-size: 28px;
	line-height: 18px;
}

#cookie-close:hover, #gdpr_alert .gdpr-close:hover, #cookie-expand {
	text-decoration: none;
}

#cookie-close {
	padding: 10px;
	padding-left: 5px;
	margin-top: -10px;
	margin-right: -10px;
	text-decoration: none !important;
	outline: none !important;
}

#cookie-expand {
	float: none;
	border: 0px !important;
	position: relative;
	top: -3px;
	padding: 10px;
	padding-right: 5px;
	padding-top: 0px;
	margin-top: -10px;
	margin-right: 0px;
	outline: none !important;
}

#cookie-expand.cookie-hide {
	position: relative;
	top: 0px;
}

.cookie-button {
	font-weight: 600;
	font-size: 15px;
	text-align: center;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#cookie-leave {
	border: none;
	background: #08cdae;
	color: white;
}

.cookie-decline, .cookie-accept {
	border: 2px solid #08cdae;
	background: white;
	color: #0abea2;
}

#cookie-more {
	display: none;
}

#cookie-toggle-more {
	color: #e40428;
	font-family: 'NeueHaasUnicaPro-Bold', 'HelveticaNeue', Helvetica, Arial, sans-serif;
}

#cookie-toggle-more:after {
	content: ' \00bb';
}

#cookie-toggle {
	position: fixed;
	bottom: 5px;
	left: 5px;
	background-color: #d5001f;
	padding: 10px;
	z-index: 1000000;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: white;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.3);
	-webkit-transition: bottom 1s ease-in-out; 
	-moz-transition: bottom 1s ease-in-out;
    transition: bottom 1s ease-in-out;
}

#cookie-toggle.active {
	bottom: -10000px;
}

#cookie-toggle.cookie-toggle-on {
	background: #08cdae;
}

.cookie-hidden {
	display: none;
}

@media only screen and (max-width : 767px) {
	#cookie-body.cookie-hide {
		height: 0px;
		padding: 0px;
	}
	
	#cookie-popout {
		width: calc( 100% - 80px );
	}
}

@media only screen and (min-width : 768px) {
	#cookie-body {
		height: auto;
	}
	
	#cookie-expand {
		display: none;
	}
}

#gdpr_alert {
	display: none;
}
