/* pexo test */
body{
    margin: 0;
}

.wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 0px;
}

.containter{
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    height: auto;
    text-align: center;
}

.banner_top{
    position: relative;
    display: block;
    width: 100%;
    height: 15em;
    border-bottom: 1px solid #D0D0D0;
    visibility: visible;
    background-image: url("../images/bck_osnova2.jpg");
}

.layout_banner{
    position: relative;
    width: 100%;
    height: 100px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 0px;
}

.layout_menu{
    position: relative;
    display: block;
    width: 100%;
    /*height: 80px;*/
    text-align: center;
    text-transform: uppercase;
    padding: 0px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.containter_middle{
    position: relative;
    display: block;
    min-height: 400px;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    padding: 0px;
    text-align: center;
}

.layout_article{
    padding: 0px;
    margin-bottom: 10px;
    text-align: center;
}

.description{
    text-align: left;
    position:relative;
    width: 600px;
    display: inline-block;
    font-size: 120%;
}
.containter_foot{
    position: relative;
    display: block;
    margin-bottom: 10px;
    background-color: #444444;
    overflow: auto;
}

.foot_social{
    position: relative;
    display: inline-block;
    width: 0%;
    height: 64px;
    text-align: right;
    vertical-align: top;
    padding: 25px 0px 0px;
}

.foot_social_icon{
    position: relative;
    display: inline-block;
    padding: 5px 60px 0px 0px;
}

.layout_foot{
    position: relative;
    display: inline-block;
    overflow: hidden;
    float: right;
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

.layout_credit{
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 6px;
    font-size: 0.8em;
}

.category{
    width: 100%;
    max-width: 260px;
    background-color: #F6F6F6;
    margin: 10px;
    text-align: center;
    display: inline-flex;
    border-radius: 6px;
}

.category:hover{
    background-color: #f69600;
}

.all_categories{
    width: 100%;
    /*background-color: #F6F6F6;*/
    display: block;
    text-align: center;
}

.all_categories:hover{
    /*background-color: #f69600;*/
}


.post{
    font-size: 100%;
    margin-bottom: 20px;
    font-family: tahoma;
    padding: 0px 40px 0px 40px;
}

#home{
    text-align: center;
}

table{
    width: 100%;
}

tr{
    height: 80px;
    background-color: #f0f0f0;
    text-align: left;
}
td{
    padding-left: 5px;
}

table tr:nth-of-type(odd) {
    background-color:#e2e2e2
}


img{
    width: 80px;
    height: 80px;
}

.group{
    min-width: 5px;
}

.name{


}

.author{
    font-size: 80%;
    color: #888888;
    font-family: sans-serif;
}

.categories{
    font-size: 80%;
    color: #888888;
    font-family: sans-serif;
}

.wrapper_accord{
    position: relative;
    display: block;
    text-align: center;
}
.accord{
    position: relative;
    display: inline-block;
    text-align: left;
    font-family: Tahoma ;
    font-size: 200%;
}


/*  MEDIA od 1024px *********************************************************** */
/* *************************************************************************** */


@media (min-width: 1024px) {
    .layout_menu{
        height: 70px;
    }
    .description{
        font-size: 100%;
    }

    .category{
        margin: 5px;
    }

    .all_categories{
        margin-bottom: 10px;
    }

    table{
        max-width: 1270px;
        align-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    tr{
        height: 40px;
        background-color: #f0f0f0;
    }

    img{
        width: 28px;
        height: 28px;
    }


}
