*:focus {
    outline: none;
}

::-webkit-input-placeholder { color:#000; }
::-moz-placeholder { color:#000; } /* firefox 19+ */
:-ms-input-placeholder { color:#000; } /* ie */
input:-moz-placeholder { color:#000; }

.clear {
    font-size: 0px;
    line-height: 0px;
    clear: both;
}
/**/
.bar.add{margin-bottom: 22px; font-size: 0;}
.bar.add > div > div{
    background: url(../images/icons/reklama.png) center bottom no-repeat;
    padding-bottom: 8px;
    text-align: center;
}
/**/
.ad_300{margin-bottom: 12px; font-size: 0;}
.ad_300 > div > div{
    background: url(../images/icons/reklama.png) center bottom no-repeat;
    padding-bottom: 8px;
    text-align: center;
}

/**/
.ad_full{
    text-align: center;
    width:1015px;
    margin: 0 auto 0 auto;
    padding: 30px 0;
    font-size: 0;
    background-color: #fff;
    
}
.ad_full.test{
    width: 100%;
    padding: 10px 0;
    background-color: #E2E2E2;
    border-bottom: 1px solid #C3C3C3;
    display: block;
}
.ad_full > div > div
{
    background: url(../images/icons/reklama.png) center bottom no-repeat;
    padding-bottom: 8px;
    
}

.ad_full > div > img:after, .ad_300 > div > img:after, .bar.add > div > img:after {
    background: url(../images/icons/reklama.png) center bottom no-repeat;
    margin: 3px auto 0 auto;
    height: 5px;
    display: block;
}
.ad_full > div > table:after, .ad_300 > div > table:after, .bar.add > div > table:after {
    background: url(../images/icons/reklama.png) center bottom no-repeat;
    margin: 3px auto 0 auto;
    height: 5px;
    display: block;
}
/**/
html,body{
    height:100%;
    width:100%;
}
body {
    font-family: 'open_sansregular';
    font-size: 14px;
    color: #000;
    background-color: #DDDDDD;
    position:relative;
}

a {
    text-decoration: none;
    color:inherit;
}

a:hover {
    color: inherit;
    text-decoration: underline;
}
h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover {
}
h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    text-align:left;
    font-size: 1em;
    display: inline;
}
a, p, h1, h2, h3, h4, h5, h6, span{
    line-height: 120%;
}

/**/
.wrapper, footer{
    position:relative;
    width: 1015px;
    height: auto;
    margin: 0 auto;
}
body.zpr_mobile footer {
    width: auto;
}
.wrapper{
    background-color: #fff;
    padding:0 31px 31px 31px;
    width: 955px;
}

section.wrapper > section:first-child{
    margin-top: 0;
    padding-top: 20px;
}

/**/
section.split{
    margin-top: 20px;
}
section.split .l_split > div:first-child,
section.split .r_split > div:first-child
{
    margin-top: 0;
}

section.split .l_split{
    width: 625px;
    float: left;
}

section.split .r_split{
    width: 300px;
    margin-left: 27px;
    float: right;
}
section.split .tr_split:first-child{
    margin-left: 0;
}
section.split .tr_split{
    width: 300px;
    margin-left: 27px;
    float: left;
}
/**/
.paginacja{
    overflow: hidden;
    margin-top: 20px;
    text-align: center;
}
.paginacja ul{
    text-align: center;   
}
.paginacja ul li{
    display: inline-block;
    margin-left: 5px;
    font-size: 10px;
    font-family: 'open_sanssemibold';
    white-space: nowrap;
}
.paginacja ul li .active{
    color: #EC1D23;
}

/**/
.box{
    margin-top: 20px;
}
/**/

.center{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    display: block;
}