.jazyk .lang_sel_sel {
background-color:#fff !important;
color:#333 !important;
}
.jazyk li a{
color:#fff !important;
}

aside .widget, .side_menu .widget {
    border-bottom: 0px solid #e0dede !important;
}
aside .widget h4, .side_menu .widget h4 {
    color: #8a0000;
}
.sluzby {
margin-top:10px;
}
.sluzby .box_image_shadow {
    background-image:none !important;
}
.sluzby .box_image_with_border {
    border-bottom:0px !important;
}
.sluzby .box_image_holder {
   margin: 0 0 40px;
}
.sluzby_bottom h3 {
word-spacing: 302px;
}

table.tabulka {
    width:100%
}
.table_tlac table {
    width:100%;
    font-size: 14px;
}
.table_tlac th {
    color: #fff;
    border: 1px solid #ccc;
    font-weight: 400;
    vertical-align:middle;
}
.table_tlac td {
    border: 1px solid #ccc;
    color: #333;
}
.table_tlac table tr:nth-child(2n+1) td {
    background-color: #efefef !important;
    color: #333 !important;
}
.tabulka_list {
    list-style-type:none;
}
.tabulka_list i {
    margin:0 15px;
    color:#a80000;
}

.mobile_show {
    display:none;
}
@media only screen and (max-width: 1060px) {
.mobile_show {
    display: block;
}
.mobile_hide {
    display:none;
}
}
