@media only screen and (max-width: 500px){

/*__________________________________________________________________________________________ PRAVÁ STRANA___*/
.prava_strana table {
 width: 100%;
}

/*__________________________________________________________________________________________ OBSAH___*/
.obsah {
 padding: 0px 0px 0px 0px;
 width: 100%;
}
.box_obsah {
 padding: 0px 0px 0px 0px;
}

/*__________________________________________________________________________________________ ČLÁNKY___*/
.clanek_anotace {
 position: relative;
 padding: 0px 0px 0px 0px;
 width: 100%;
}
.clanek_anotace span {
 color: #dddddd;
 font-size: 13px;
 font-weight: 400;
 text-shadow: #000000 2px 2px 2px;
}
.clanek_anotace span strong {
 color: #ffffff;
 font-size: 20px;
 font-weight: 700;
 text-shadow: #000000 3px 3px 3px;
}

/*____________________________________________________________________________________________________________________________ FOTOGALERIE___*/
.fotogalerie_anotace {
 display: block;
 margin-bottom: 40px;
 width: 100%;
 vertical-align: top;
}
/*_____________________________________________________________________ FOOTER___*/
.bottom_cast {
 padding: 0px 0px 40px 0px;
 width: 100%;
 color: #505050;
 font-size: 15px;
 font-weight: normal;
 text-align: center;
 float: none;
}

}
