.ftr-cwrap{ 
	width: 100%; 
	max-width: 1180px; 
	margin: 0 auto;
}
#gdpr_mask{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #535353B4;
	display: none;
}
#gdpr_popup{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9001;
	width: 1140px;
	max-width: 96%;
	height: 80vh;
	max-height: 800px;
	font-size: 14px;
	line-height: 22px;
	color: #000;

	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #C9C9C9;
	padding:25px 0 25px 25px;
	box-sizing: border-box;
	display: none;
}
.gdpr_hdrfk{ height: 100px; }
.gdpr_header{ 
	position: fixed;
	top: 25px;
	left: 25px;
	width: calc(100% - 50px);
	padding-bottom: 20px;
	border-bottom: solid 1px #BABABA;
}
#cookieico{ float: left; margin-right: 35px; width: 60px; height: 60px; }
.gdpr_header h2{
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	padding: 15px 0;
	float: left;
}
#gdpr_close{
	z-index: 9002;
	position: fixed;
	right: 25px;
	top: 46px;
	height: 24px;
	width: 24px;
	cursor: pointer;
}
.gdpr_buttons{ float: right; padding-right: 60px; padding-top: 15px; }
.gdpr_buttons a{ margin-right: 15px; }
.gdpr_btn{
	background: #000000 0% 0% no-repeat padding-box;
	box-shadow: 0px 2px 4px #00000029;
	border: 1px solid #000;
	border-radius: 5px;
	font-size: 14px;
	line-height: 22px;
	display: inline-block;
	color: #fff;
	padding:4px 25px;
	box-sizing: border-box;
	transition:.3s;
	min-width: 146px;
	text-align: center;
	cursor: pointer;
}
.gdpr_btn:hover{
	background-color: #fff;
	color: #000;
}
.gdrp_scrollable{
	height: calc(100% - 130px);
	overflow-x: auto;
	padding-right: 25px;
	box-sizing: border-box;
}
.gdpr_rows{	padding: 25px 0 15px 0; }
.gdpr_rows:after {
	content: "";
	display: table;
	clear: both;
}
.gdpr_info{ 
	float: left; 
	width: calc(100% - 240px);
}
.gdpr_info strong{ 
	display: inline-block; 
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 5px;
}
.gdpr_opt{ float: right; 
	width: 200px; 
	text-align: right;
}

.gdpr_saveset{ min-width: 100px; }

.gdpr_chk {
	display: block;
	position: relative;
	padding-right: 56px;
	cursor: pointer;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: right;
}
.gdpr_chk input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.gdpr_chkmark {
	position: absolute;
	top: 0;
	right: 0;
	height: 28px;
	width: 28px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 0;
}
.gdpr_chk:hover input ~ .gdpr_chkmark { background-color: #fff; }
.gdpr_chk input:checked ~ .gdpr_chkmark { background-color: #000; border: solid 1px #000; }
.gdpr_chkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.gdpr_chk input:checked ~ .gdpr_chkmark:after { display: block; }
.gdpr_chk .gdpr_chkmark:after {
	left: 9px;
	top: 4px;
	width: 7px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#mobclear{ display: none; }
.gdrp_savebtn{ padding: 10px 0; text-align: right; }

.gdpr_chk input:disabled ~ .gdpr_chkmark { background-color: #999; border: solid 1px #999; }
.gdpr_chk input:disabled ~ .gdpr_chkmark:after{  }



#ftr-cookies{
	position: fixed;
	z-index: 50;
	bottom:0;
	left:0;
	width: 100%;
	/*min-height: 132px;*/
	background:#fff;
	padding: 20px 40px;
	box-sizing: border-box;

	box-shadow: 0px -20px 30px #0000000F;
}

.cookieicon{
	width: 72px;
	float: left;
}
.cookietx{
	float: left;
	font-size: 14px;
	line-height: 22px;
	padding: 0 40px;
	box-sizing: border-box;
	max-width: 640px;
	text-align: left;
}
.cookieopts{
	float: right;
	padding-top: 20px;
}
.cookieopts a{ margin-left: 20px; }

#cookie_settings{
	border:solid 2px #000;
	position: fixed;
	left: 20px;
	bottom:38px;
	background-color: #fff;
	width: 44px;
	height: 44px;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 3px;
	z-index: 400;
}
#cookie_settings img{ width: 30px; height: 30px; }

#ftrcookie_icon{
	border:solid 2px #000;
	position: fixed;
	left: 20px;
	bottom:38px;
	background-color: #fff;
	width: 44px;
	height: 44px;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 3px;
	z-index: 400;
}
#ftrcookie_icon img{ width: 30px; height: 30px; }

@media (max-width: 768px) {
	.gdpr_hdrfk { height: 60px; }
	#gdpr_popup{
		height: 90vh;
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0 15px 15px;
	}
	
	
	.gdpr_header{
		top: 15px;
    	left: 15px;
    	width: calc(100% - 30px);
    	padding-bottom: 10px;
	}
	.gdpr_header h2 {
	    font-size: 18px;
	    line-height: 22px;
	    padding: 9px 0;
	}
	#cookieico {
	    float: left;
	    margin-right: 15px;
	    width: 40px;
	    height: 40px;
	}
	#gdpr_close {
	    right: 15px;
	    top: 26px;
	    font-size: 24px;
	    line-height: 20px;
	    width: 20px;
	}
	
	.gdpr_buttons {
	    padding-right: 30px;
	    padding-top: 7px;
	}
	
	.gdpr_btn{
		font-size: 14px;
		line-height: 18px;
		padding:4px 25px;
	}

	.gdpr_rows{ padding: 15px 0 5px 0; }
	.gdpr_info, .gdpr_opt{ width: 100%; }
	.gdpr_info strong{ font-size: 14px; line-height: 18px; }
	.gdpr_opt{ padding-top: 10px; }

	.gdpr_chk {
	    padding-right: 36px;
	    font-size: 13px;
	    height: 20px;
	    line-height: 20px;
	}
	.gdpr_chkmark {
	    height: 18px;
	    width: 18px;
	}
	.gdpr_chk .gdpr_chkmark:after {
	    left: 6px;
	    top: 1px;
	    width: 3px;
	    height: 9px;
	}

	.gdrp_savebtn{ padding: 20px 0; text-align: center; }
	.gdrp_savebtn a{ width: 200px; font-size: 14px; }

	#ftr-cookies{ 
		padding: 15px;
	}
	.cookieicon{ width: 34px; }
	.cookietx{
		width: calc(100% - 34px);
		padding: 0 0 0 15px;
		font-size: 12px;
		line-height: 16px;
		text-align: left;
	}
	.cookieopts{ width: 100%; text-align: center; padding-top: 10px; }
	.cookieopts a { margin:5px 10px; }

	#cookie_settings{ left: 10px; bottom:10px; }
}
@media (max-width: 620px) {
	.gdpr_hdrfk { height: 100px; }
	#mobclear{ 
		content: "";
	  	display: table;
	  	clear: both;
	}
	.gdpr_buttons{
		padding:0;
		float: unset;
		width: 100%;
		text-align: center;
	}
	.gdpr_buttons a{ margin: 10px 5px 0 5px; min-width: 120px; }
}
@media (max-width: 480px) {
	#gdpr_popup{
		font-size: 12px;
		line-height: 18px;
		max-width: 100%;
		height: 100%;
	}

	.gdpr_header h2 {
	    width:calc(100% - 55px);
	}
}