#ca_banner {
    position: fixed!important;
    z-index: 16777270;
    width: 100%!important;
    height: auto;
    background: url('img/przez.png');
    text-align: center;
	border-top: 1px solid #2DB3E5;
/*
    border-width: 1px 0 1px 0!important;
    border-style: solid!important;
    border-color: #fff!important;
*/
    display: none;
/*
    box-shadow: 0 0 40px #444;
*/
    padding: 10px 0;
    left: 0;
    right: 0;
	float:none!important;
	text-shadow:none;
	border-radius: 0!important;
	margin: 0 auto!important;
}
#ca_info {
    background: #fff;
    height: 50%;
    left: 5%;
	margin: auto;
	position: fixed;
    top: 20%;
    width: 90%;
    box-shadow:0 0 40px #C8EEFB;
    z-index:16777271;
    padding:1.2em;
    box-sizing:border-box;
    display:none;
    border:1px solid #2DB3E5;
	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: #0072B8 url('img/close.png');
    text-align: center;
    line-height: 1.3em;
    font-size: 18px;
    cursor:pointer;
}
#ca_info_plus {
    box-sizing:border-box;
    overflow: auto;
    height: 98%;
	color:#000;
	text-align:left;
	padding: .2em;
}

#ca_info_plus h2{
	font-size: 2em;
	font-weight: 500;
}


#ca_info_plus  p{
	color:#000;
	text-align:left;
	font-size:12px;
}

#ca_info_plus ul li {
	font-size: 13px;
	color: #777;
}

#ca_info_plus a {
	font-size: 13px;
	color: #2DB3E5;
}

#ca_banner p,#ca_banner h2 {
    margin:4px 0;
    padding:0;
    line-height:1.2em;
	color:#000;
	float:none!important;
}
#ca_banner h2 {
    font-size:1em;
    font-weight:bold;
}
#ca_banner p {
    font-size:14px;
	padding: .5em;
}

#ca_banner p span {
    text-decoration:underline;
    color:#2DB3E5;
    cursor: pointer;
    font-weight: bold;
	float:none!important;
}
#ca_banner .accept {
    cursor:pointer;
    font-size:14px;
    margin:5px auto;
    width:120px;
    background: #2DB3E5;
    padding:3px;
    border-radius:3px;
    text-shadow:1px 1px 0 #0072ca;
    color:#fff;
	float:none!important;
}
#ca_banner .accept:hover {
	background: #135;
}

@media only screen and (max-width: 50em) {
	#ca_banner{
		padding: .8em;
	}

	#ca_info_plus h2{
		font-size: 1.8em;
		text-align: center;
	}
}