

.artykul .tytul {
font-size: 260%; /**/
color: #6A5596;
line-height: 130%;
margin-top: 0;
margin-bottom: 5px;
font-weight: 1000;
font-family: 'Open Sans', sans-serif;
}

.jedna_trzecia .artykul .tytul {
font-size: 180%;
}

.last  .artykul .tytul {
font-size: 180%;
}

a.artykul .tytul {
background: linear-gradient(to right, rgba(255,200,3,0.8) 0%,rgba(255,200,0,0) 100%);
color: #333333;
padding: 5px 0 10px 15px;
font-family: 'Didact Gothic', sans-serif;
font-size: 160%;
}

a.artykul .tytul:hover {
color: #666666;
background: rgba(250,200,3,0.6);
}


.artykul a {
padding: 0 5px;
background: rgba(255,200,0);
}

.artykul .fotolewe {
display: none; /**/
float:left;
margin-right: 20px;
margin-bottom: 20px;
margin-top: 5px;
width: 200px;
box-shadow: 0px 0px 5px #888888;
}

.podpunkty {
    margin-left: 25px;
    display: inline-block;
}


/**/
.justowane .nazwisko {
font-size: 140%;
font-weight: bold;
}

.jedna_trzecia .artykul .fotolewe {
width: 100%;
float: none;
margin: 0 0 5px 0;
}

.artykul .justowane {
text-align: justify;
line-height: 150%;
position: relative;
top: -8px;
font-size: 120%; /**/
}

.jedna_trzecia .artykul .justowane {
ttext-align:left;
}


/*--------- 959-700 */
@media all and (min-width:700px) and (max-width:959px) {

.jedna_trzecia .artykul {
width: 100%;
}

.jedna_trzecia .artykul .fotolewe {
float:none;
}

.jedna_trzecia.full700 .artykul .fotolewe  {
float:left;
width: 40%;
margin-right: 20px;
margin-bottom: 20px;
}

.jedna_druga .artykul .fotolewe {
width: 100%;
float: none;
margin: 0 0 5px 0;
}

} /*--- 959-700 */


/*--------- ponizej 700 */
@media all and (max-width:699px) {


.jedna_trzecia .artykul {
width: 100%;
}

.full700 .artykul .fotolewe, .artykul .fotolewe  {
float:left;
width: 40%;
margin-right: 20px;
margin-bottom: 20px;
}

p.tytul {
margin-bottom: 10px;
}

}/*--- ponizej 700 */



/*--------- 550 */
@media all and (max-width:550px) {
	
.jedna_trzecia .artykul {
float: left;
width: 98%;
}

.artykul .justowane {
text-align:left;
}

.jedna_trzecia .artykul .fotolewe  {
float:left;
width: 40%;
margin-right: 20px;
margin-bottom: 20px;
}	

} /* ---- 550 */


/* ----------- 350 */
@media all and (max-width:350px) {
.jedna_trzecia .artykul {
float: left;
width: 97%;
}


.artykul .fotolewe , .jedna_trzecia .artykul .fotolewe, .full700 .artykul .fotolewe {
width: 100%;
display: block;
}

} /* ---- 350 */



