/* Cookie Dialog */
#gdpr-cookie-message {
	display: none;
    position: fixed;
    right: 214px;
    bottom: 214px;
    background-color: #000;
    padding: 45px 60px;
    border-radius: 0px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    font-family: "DIN", sans-serif;
    border: solid 9px #808080;
    width: 620px;
	z-index: 99999;
	padding-bottom: 75px;
	padding-top: 30px;
}
#gdpr-cookie-message h4 {
	display: none;
}
#gdpr-cookie-message h5 {
	display: none;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
	color: #808080;
	font-size: 15px;
	line-height: 1.5em;
	margin: 0;
}
#gdpr-cookie-message p:last-child {
	margin-bottom: 0;
	text-align: right;
}
#gdpr-cookie-message li {
	width: 49%;
	display: inline-block;
}
#gdpr-cookie-message a {
    position: absolute;
    bottom: 40px;
    left: 60px;
    color: #808080;
    text-decoration: underline;
    border: none;
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
	color: #808080;
	opacity: 0.7;
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message button {
	border: none;
	color: white;
	font-family: "DIN", sans-serif;
	font-size: 15px;
	padding: 7px;
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message #gdpr-cookie-accept {
    background: #fff;
    color: #000;
    border-radius: 0;
    float: left;
    margin: 0;
    margin-top: 30px;
    padding: 10px 20px;
}
#gdpr-cookie-message #gdpr-cookie-accept:hover {
	background: #808080;
	color: #fff;
	transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
	background: white;
}
#gdpr-cookie-message button:disabled {
	opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
	float: none;
	margin-top: 0;
	margin-right: 5px;
}
#gdpr-cookie-advanced {
    display: none;
}
#gdpr-cookie-message .close-mess {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    right: -30px;
    top: -30px;
    font-weight: 700;
    text-align: center;
    font-size: 25px;
	cursor: pointer;
}
#gdpr-cookie-message .close-mess:before {
    content: '\2716';
    position: absolute;
    left: 17px;
    top: 15px;
    color: #000;
    font-size: 20px;
    font-weight: 900;
}
#gdpr-cookie-message #gdpr-cookie-noaccept {
    background: #818181;
    color: #000;
    border-radius: 0;
    float: right;
    margin: 0;
    margin-top: 30px;
    padding: 10px 20px;
}
#gdpr-cookie-message #gdpr-cookie-noaccept:hover {
    background: #808080;
    color: #fff;
}
@media only screen and (min-width : 320px) and (max-width : 450px) {
#gdpr-cookie-message {
    right: 0;
    left: 0;
    bottom: 30px;
    width: 85%;
    padding: 20px;
    padding-bottom: 75px;
    margin: 0 auto;
}
#gdpr-cookie-message a {
    left: 20px;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
#gdpr-cookie-message #gdpr-cookie-accept {
    float: initial;
}
#gdpr-cookie-message #gdpr-cookie-noaccept {
    background: #818181;
    color: #000;
    border-radius: 0;
    float: initial;
    margin: 0;
    margin-top: 15px;
    padding: 10px 20px;
}
}
@media only screen and (min-width : 451px) and (max-width : 767px) {
#gdpr-cookie-message {
    right: 0;
    left: 0;
    bottom: 30px;
    width: 85%;
    padding: 20px;
    padding-bottom: 75px;
    margin: 0 auto;
}
#gdpr-cookie-message a {
    left: 20px;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: initial;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}
#gdpr-cookie-message #gdpr-cookie-accept {
    float: left;
}
#gdpr-cookie-message #gdpr-cookie-noaccept {
    background: #818181;
    color: #000;
    border-radius: 0;
    float: right;
    margin: 0;
    margin-top: 30px;
    padding: 10px 20px;
}
}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
#gdpr-cookie-message {
    right: 30px;
    bottom: 30px;
}
}