*: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;
    font-size: 0;
    /*background-color: #fff;*/
    /*overflow: hidden;*/
    
}
.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;*/
    margin: 20px 0 10px 0;
    text-align: center;
}
.ad_full div, .ad_300 div, .bar.add > div{
    display: inline-block;
}
.ad_468{
    text-align: center;
}
.sky_full {
    width: 1017px;
    margin: 0px auto;
    position: relative;
}
.sky_full > div {
    position: absolute !important;
    top: 0px !important;
    left: -130px !important;
    overflow: visible;
}
.sky_full > div > div {
    /*background: url(../images/icons/reklama.png) center bottom no-repeat;
    padding-bottom: 2px;*/
}
.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 {
    content:"";
    background: url(../images/icons/reklama.png) center bottom no-repeat;
    margin: 3px auto 0 auto;
    height: 5px;
    display: block;
}
.ad_full > div > table,
.bar.add > div > table,
.ad_300 > div > table{
    width: 100%;
    margin: 30px 0;
}
.wrapper.partner_bar {
    width: 955px;
    padding: 0px !important;
    min-height: 1px;
}
.wrapper.partner_bar > div > div, .wrapper.partner_bar > div > img {
    padding: 0 0 5px 0;
}
.wrapper.short{
    padding: 0 31px;
}
.ad_2x300 {
    overflow: hidden;
}
.ad_2x300 div[id^=bmone2n] {
    float: left;
    margin: 10px 10px 10px 0px;
}
.ad_2x300 div[id^=bmone2n] > div  {
    /*background: url(../images/icons/reklama.png) left bottom no-repeat;
    padding-bottom: 8px;*/
}
.ad_468 div[id^=bmone2t] {
    /*margin: 20px auto;
    background: url(../images/icons/reklama.png) left bottom no-repeat;
    padding-bottom: 8px;*/
}
html,body{
    height:100%;
    width:100%;
}
body {
    font-family: 'open_sansregular';
    font-size: 14px;
    color: #000;
    background-color: #ededed;
    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;
}
.wrapper{
    background-color: #fff;
    padding:1px 31px 31px 31px;
    width: 955px;
}


/**/
section.split{
    margin-top: 20px;
}
section.split.special_section:before {
    content: " ";
    display: block;
    /*background: url(../images/icons/reklama.png) right top no-repeat;
    height: 8px;*/
    border-bottom: #ccc 1px solid;
}
section.split.special_section {
    border-bottom: #ccc 1px solid;
    padding-bottom: 4px;
}

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;
    position: relative;
}
section.split .l_split #extra_layer {
    position: absolute;
    top:0px;
    left: 0px;
}
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;
}
.border_wide {
    background-color: #ccc;
    width: 100%;
    height: 1px;
    text-align: center;
    font-size: 0;
}
/*.border_wide:before {
    content:url("../images/icons/reklama.png");
    display: inline-block;
    background-color: #fff;
    padding: 0 3px;
    margin: -2px auto 0 auto;
}*/
.row_blocks {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.row_blocks .img_row {
    font-size: 0;
    margin-left: -25px;
   
}
.row_blocks .img_row .img_item {
    display: inline-block;
    width: 25%;
    padding-left: 25px;
     box-sizing: border-box;
}
.row_blocks .img_row .img_item > div > div{
    margin-top: 25px;
}
article figure .sas-btn-play-pause a, article figure .sas-btn-play-pause a:before,
article figure .sas-btn-volume a, article figure .sas-btn-volume a:before {
    font-size: 15px !important;
}