#eca_banner h2, #eca_banner p, #eca_banner div.accept{
    font-family: 'Open Sans', sans-serif!important;
    color:#333;
    font-size:13px!important;
}
#eca_banner.black{
    background-color: rgba(0,0,0,0.3);
}
#eca_banner.white{
    background-color: rgba(255,255,255,0.3);
}
#eca_banner.black p, #eca_banner.black h4{
  color: #fff!important;
  padding-left: 10px;
  padding-right: 10px;
}
#eca_banner div.accept, #eca_banner .infoplus a{
    color:#fff!important;
    font-size: 13px !important;
line-height: 24px !important;
}
#eca_banner > .row-fluid{
    margin: 0px!important;
}
#eca_banner {
    position: fixed!important;
    z-index: 16777270;
    width: 100%!important;
    /* height: 55px; */
    background: url('img/przez.png');
    text-align: center;
    border-width: 1px 0 1px 0!important;
    border-style: solid!important;
    border-color: #fff;
    display: none;
    box-shadow: 0 0 40px #444;
    padding-top: 10px;
    padding-bottom:10px;
    left: 0;
    right: 0;
    float:none!important;
    text-shadow:none;
    border-radius: 0!important;
    margin: 0 auto!important;
    text-align:center!important;
}
#eca_banner.black{
    border-color: #666;
}
#eca_info {
    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 #444;
    z-index:16777271;
    padding:30px;
    box-sizing:border-box;
    display:none;
    border:1px solid #999999
    text-shadow:none;
}
#eca_banner div[class^="col-md-"].nopadding{
    padding:0px 10px;
}
#eca_banner div.nopadding > p{
    padding: 0px;
}
#eca_info .eca_info_close {
    position: absolute;
    top: -15px;
    right: -15px;
    color: #fff;
    font-weight: bold;
    height: 25px;
    width: 25px;
    border-radius: 16px;
    background: #AA0000 url('img/close.png');
    text-align: center;
    line-height: 1.3em;
    font-size: 18px;
    cursor:pointer;
}
#eca_info_plus {
    box-sizing:border-box;
    overflow: auto;
    height: 254px;
    padding-right:10px;
    color:#333;
    text-align:left;
}
#eca_info_plus  p{
    color:#333;
    text-align:left;
    font-size:12px;
}

#eca_banner p,#eca_banner h2 {
    margin:4px 0;
    padding:0;
    line-height:1.2em;
    color:#000;
    float:none!important;
    text-align:center!important;
}
#eca_banner h2 {
    font-size:20px;
    font-weight:bold;
    text-align:center!important;
}
#eca_banner p {
    font-size:14px;
    text-align:center!important;
}

#eca_banner p span {
    text-decoration:underline;
    color:#0089F2;
    cursor: pointer;
    font-weight: bold;
    float:none!important;
}
#eca_banner .accept, #eca_banner .infoplus {
    display: block;
    cursor:pointer;
    font-size:14px;
    margin:5px auto;
    width:auto;
    background: #0089f2;
    padding:3px;
    border-radius:3px;
    text-shadow:1px 1px 0 #0072ca;
    color:#fff;
    background-image: -webkit-linear-gradient(#0089F2 0%, #0072ca 100%);
    background-image: -moz-linear-gradient(#0089F2 0%, #0072ca 100%);
    background-image: -o-linear-gradient(#0089F2 0%, #0072ca 100%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0089F2), to(#0072ca));
    background-image: linear-gradient(#0089F2 0%, #0072ca 100%);
    float:none!important;
    text-align:center!important;
}
#eca_banner .accept:hover {
    box-shadow:0 0 15px #000;
}
@media screen and (max-width: 600px) {
	#eca_banner p {
		/* width: 75% !important; */
		margin-bottom: 0px;
	}
	#eca_banner .accept {
		/* width: 14% !important; */
	}
	#eca_banner {
		height: auto;
	}
}
