/* cookies intro top */
.accept_cookies{display:block;padding:.75em 1.5em;text-align:left;background:#0076EC;color:#FFF;font-size:12px;z-index:999991}
.accept_cookies.accepted_cookies{ background:none; padding:0}
.accept_cookies.fixed{ position:fixed; bottom:32px; left:0px; right:0px }
.accept_cookies::after{clear:both;content:""}
.accept_cookies_box{position:relative;margin:0 auto;padding-right:4em; max-width:1000px }
.accept_cookies.fullwidth .accept_cookies_box{ max-width:100% }
.accept_cookies_box a{text-decoration:underline;color:#FFF;font-weight:700;cursor:pointer}
.accept_cookies_box a:hover{text-decoration:none}
.accept_cookies_box_close{position:absolute;top:0;right:0;width:24px;height:24px;}
.accept_cookies_box_close a,.accept_cookies_box_close a::after{display:inline-block;line-height:24px;vertical-align:middle;cursor:pointer}
.accept_cookies_box_close a{ color:#FFF; text-decoration:none; font-size:0}
.accept_cookies_box_close a::after{width:24px;height:24px;background-color:#000;background-image:url(/cookies/close.png);background-repeat:no-repeat;background-position:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin-left:.75em;content:""}
.accept_cookies_inner{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);z-index:999992}
.accept_cookies_inner_box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);
-webkit-border-radius:20px 20px 0 0;-moz-border-radius:20px 20px 0 0;border-radius: 20px 20px 0 0;border:1px solid #333;overflow:hidden;z-index:999993}

/* cookies inner box*/
.accept_cookies_inner_box{ width:100%; max-width: 900px; text-align:left;}
.accept_cookies_inner_box_txt{padding:2em;background:#FFF; }
.accept_cookies_inner_box_txt_scroll{max-height:400px;overflow-x:hidden;overflow-y:scroll;color:#333; padding-right:1em }
.accept_cookies_inner_box_txt_scroll h1, .accept_cookies_inner_box_txt_scroll h2{font-size:1.3333em; font-weight:bold; margin:1em 0 }
.accept_cookies_inner_box_txt_scroll h1{ margin-top:0 }					
.accept_cookies_inner_box_txt_scroll h3{ font-size:1.1em; font-weight:bold; margin:.75em 0 }					
.accept_cookies_inner_box_txt_scroll h4{ font-size:1.0em; font-weight:bold; margin:.25em 0;}					
.accept_cookies_inner_box_txt_scroll a:link, .accept_cookies_inner_box_txt_scroll a:visited{color:#1D66CE ;text-decoration:underline;}
.accept_cookies_inner_box_txt_scroll a:hover, .accept_cookies_inner_box_txt_scroll a:active{color:#1f66cd;text-decoration:none;}	
.accept_cookies_inner_box_txt_scroll hr{ height:1px; width:100%; margin:1em 0; padding:0; clear:both; background:#DDD; border:0 }
.accept_cookies_inner_box_txt_scroll .box_cookies_toogle{}
.accept_cookies_inner_box_txt_scroll .box_cookies_toogle_title{ position:relative; padding:.5em 1em;border: 1px dotted #DDD; cursor:pointer; margin: 1em 0  0 0; }
.accept_cookies_inner_box_txt_scroll .box_cookies_toogle_title::after{  position:absolute; top:50%; margin-top:-8px; right:0px; content:"+"; vertical-align:middle; height:16px; width:16px; }
.accept_cookies_inner_box_txt_scroll .box_cookies_toogle_content{ display:none; border-color:#DDD; border-style:solid; border-width:0 1px 1px 1px; padding:1em }
.box_cookies_toogle.active .box_cookies_toogle_content{ display:block }
.box_cookies_toogle.active .box_cookies_toogle_title::after{ content:"-";  }
.accept_cookies_inner_box_confirm{padding:2em;background:#333; color:#FFF; font-size:.888em;}
.accept_cookies_inner_box_confirm span{ display: inline-block;vertical-align:middle; width:70%}
.accept_cookies_inner_box_confirm a{display:inline-block;margin-left:1em;padding:10px 15px;text-shadow:1px 1px #333;color:#c8d7e4;background:#1D66CE;background:-webkit-linear-gradient(#1f66cd,#1d66ce);background:-o-linear-gradient(#1f66cd,#1d66ce);background:-moz-linear-gradient(#1f66cd,#1d66ce);background:linear-gradient(#1f66cd,#1d66ce);border:1px solid #1d66ce;border-radius:2px;cursor:pointer}
.accept_cookies_inner_box_confirm a:hover{background:#09F}
.accept_cookies_inner_box_close{text-align:right;margin-bottom:1em}
.accept_cookies_inner_box_close a,.accept_cookies_inner_box_close a::before{display:inline-block;line-height:24px;vertical-align:middle;cursor:pointer}
.accept_cookies_inner_box_close a::before{width:24px;height:24px;background-color:#000;background-image:url(/cookies/close.png);background-repeat:no-repeat;background-position:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin-right:.75em;content:""}

@media only screen and (max-width: 1240px){}
@media only screen and (max-width: 991px) {	
	.accept_cookies{ font-size:12px }
	.accept_cookies_box{ padding-right:0 }
	.accept_cookies_box_close{ width:auto }
	.accept_cookies_box_close a{ font-size:11px }
	.accept_cookies_txt{padding:40px 0 0 0; width:100%;}
	
	.accept_cookies_inner_box{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
	.accept_cookies_inner_box_close{ display:none}
	.accept_cookies_inner_box_txt{  padding:1em }
	.accept_cookies_inner_box_confirm{padding:1em;}
	.accept_cookies_inner_box_confirm a{ display:block; clear:both; margin:1em 0 0 0 ; text-align:center}
	} 
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 498px) {
		.accept_cookies{ font-size:11px }
		}
