div.subCategoryContainer {
    float: left;
    width:50.0%;
}

div.subCategory {
    height: auto;
    background: #fafafa;
    border: 1px solid #ddd;
    margin: 4px;
    padding: 8px;
}
div.subCategory h2 {
    font-size: 22px;
    line-height: 0px;
}
.itemListCategoriesBlock {
    height: auto;
}


ul.allmode-items {
    padding: 11px;
    list-style: none;
    background: none;
}
li.allmode-topitem {
    position: relative;
    padding: 7px 3px 7px 3px !important;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
}
.allmode-info {
    font-size: 12px;
    color: #737373;
    line-height: 17px;
    padding: 0;
}
span.allmode-date {
    background: no-repeat;
    margin-right: 7px;
    padding-right: 10px;
    border-right: 1px solid #dedede;
}
img#allevents {
    float: right;
    margin: 3px 0px 0px 7px;
    border-radius: 7px;
    max-height: 100px;
    max-width: 116px;
}
span.allmode-hits {
    background-repeat: no-repeat;
    padding: 0px 0px 0px 0px;
    background-size: 12px;
    padding-left: 15px;
    padding-right: 10px;
    border-right: 1px solid #dedede;
}
span.allmode-cat {
    margin-left: 0px;
    font-weight: 700;
}
.allmode-text {
    font-size: 14px;
    font-weight: normal;
}
.itemImageBlock {
    float: right;
    margin: 0px 0px 3px 11px;
}
aside.article-aside {
    float: left;
}
.video {
    margin: 25px 11px 11px 11px;
}
span.allmode-print {
    background-repeat: no-repeat;
    padding: 0px 0px 0px 0px;
    background-size: 14px;
    padding-left: 16px;
    padding-right: 9px;
    border-right: 1px solid #dedede;
}
.itemIntroText {
    margin: 11px 0px 11px 0px;
    font-size: 16px;
    text-align: justify;
}
.itemFullText {
    font-size: 16px;
    text-align: justify;
}
.itemFullText a {
    color: #0a6195;
    text-decoration: none;
}
.itemFullText a:hover {
    color: #cd0606;
    text-decoration: none;
}
ul.sigProContainer {
    margin: 8px auto!important;
    padding: 8px 0!important;
    list-style: none;
    clear: both;
    overflow: hidden;
}
a.itemPrintThisPage {
    display: block;
    width: 160px;
    margin: 4px auto 16px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
}
.itemImageGallery {
    border-top: 1px solid #dee2f1;
    overflow: hidden;
}
li.sigProThumb {
    float: left;
    margin: 5px;
}
.container {
    display: grid;
    grid-gap: 11px;
    grid-template-columns: repeat(auto-fit, 475px);
    grid-template-rows: repeat(2, 35px);
    margin: 11px 0px 0px 0px;
}
.allmode-wrapper {
    height: 24px;
    padding: 7px;
}
.container-prod {
    display: grid;
    grid-gap: 11px;
    grid-template-columns: repeat(auto-fit, 315px);
    grid-template-rows: repeat(2, 170px);
    margin: 11px 0px 0px 0px;
}
.subNews {
    box-shadow: 0px 0px 3px 0px rgb(160 158 158);
    border-radius: 3px;
    padding: 10px;
}
@media (max-width: 682px) {
.container {
    display: grid;
    grid-gap: 11px;
    grid-template-columns: repeat(auto-fit, 100%);
    grid-template-rows: repeat(2, 35px);
    margin: 11px 0px 0px 0px;
}
.container-prod {
    display: grid;
    grid-gap: 11px;
    grid-template-columns: repeat(auto-fit, 100%);
    grid-template-rows: repeat(2, 150px);
    margin: 11px 0px 0px 0px;
}

}