/* CSS Document */

#ca_banner {
		position: fixed !important;
	    z-index: 16777270;
		display:block;
		width: 100%!important;
		height: 85px;
		/*background: url('../images/cookie/przez_b.png');*/
		background-color:#333333;
		text-align: center;border-width: 1px 0 1px 0!important;
		border-style: solid!important;
		border-color: #fff!important;
		display: none;box-shadow: 0 0 40px #444;
		padding: 6px 0;
		bottom:0;
		/* float:none!important; */
		text-shadow:none;
		border-radius: 0!important;
		margin: 0 auto!important;
	}
	
	#ca_info {  border-radius:12px; 
				background: #fff;
				height: 304px;
				left: 50%;
				margin-left: -350px;
				margin-top: -182px;
				margin-bottom:20px;
				position: fixed;
				top: 50%;
				width: 700px;
				box-shadow:0 0 40px #6a6a6a;
				z-index:16777271;
				padding:30px;
				box-sizing:border-box;
				display:none;
				border:3px solid #F08AA3;text-shadow:none;}
	#ca_info .ca_info_close {position: absolute; top: -15px;right: -15px;color: #fff;font-weight: bold;height: 25px;width: 25px;border-radius: 16px;background: #F08AA3 url('../img/cookie/close.png');text-align: center;line-height: 1.3em;font-size: 18px;cursor:pointer;}
	#ca_info_plus {box-sizing:border-box;overflow: auto;height: 254px;padding-right:10px;color:#000;text-align:left;}
	
	#ca_info_plus  p {color:#6a6a6a;text-align:left;font-size:14px;}
	#ca_info_plus ul    { padding:15px 0; list-style:square; margin-left: 15px;margin-top:0; margin-bottom:0;}
	#ca_info_plus ul li { list-style:square;  line-height:1.3em  !important; padding-left:0;margin:8px 0; color:#6a6a6a; font-size:14px;}
	
	
	#ca_info_plus a {color:#F08AA3; text-decoration:underline; font-weight:bold;}

	
	#ca_banner p,#ca_banner h2 {margin:4px 0;padding:0;line-height:1.2em;color:#fff;float:none!important;}
	#ca_banner h3 {margin-top: 0; margin-bottom:10px; line-height:14px; font-size:14px;font-weight:bold; background:none !important;}
	#ca_banner p {font-size:13px;}
	#ca_banner p span {text-decoration:underline;color:#fff;cursor: pointer;font-weight: bold;float:none!important;}
	#ca_banner .accept {/*height:20px;*/ text-transform:uppercase; cursor:pointer;font-size:12px;margin:8px auto;width:120px;background-color:#F08AA3;padding:4px 6px ;border-radius:0;/*text-shadow:1px 1px 0 #007220; */ color:#fff; font-weight:bold;
	/*background-image: -webkit-linear-gradient(#6f8c26 0%, #007220 100%);background-image: -moz-linear-gradient(#6f8c26 0%, #007220 100%);background-image: -o-linear-gradient(#6f8c26 0%, #007220 100%);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6f8c26), to(#007220));background-image: linear-gradient(#6f8c26 0%, #007220 100%);*/
	float:none!important;}
	#ca_banner .accept:hover {box-shadow:0 0 15px #000;}
	
	@media screen and (max-width: 479px) {
		#ca_banner {
			height: 140px !important;
		}
	}