/**
    Стили для плиточных блоков. В процессе создания.
*/
.metro-style {
    width: auto;
    margin: 20px auto 0px;
}
.metro-style:before {
    content: " ";
    display: table;
}
.metro-style:after {
    content: " ";
    display: table;
    clear: both;
}
.metro-style .item {
    width: 100%;
    min-height: 365px;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
    vertical-align: top;
}
.metro-style .item img {
    max-width: 90%;
    min-width: 90%;
    margin: 0px auto;
    height: auto;
}
.metro-style .item .title, .metro-style .item .time, .metro-style .item .desc {
    margin: 0px 5px;
    padding: 0px;
    text-align: left;
    margin-left: 5%;
    margin-right: 5%;
}
.metro-style .item .title {
    margin-top: 6px;
    margin-bottom: 5px;
}
.metro-style .item .title a {
    font-weight: 700;
    text-decoration: none;
}
.metro-style .item .title a:hover {
    text-decoration: underline;
}
.metro-style .item .time {
    margin-bottom: 5px;
}
.metro-style .item .desc {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .metro-style .item {
        width: 33%;
    }
}