.mh-container article > h1 {
    font-family: 'Merriweather', serif;
    font-size: 50px;
    margin-top: 10px;
    padding-top: 0;
}
.mh-container article table {
    width: auto;
}
.mh-container .mh-community-floating-ctr-top,
.mh-container .mh-community-floating-ctr-bottom {
    height: 1px;
    margin: 0;
    padding: 0;
    clear: both;
}
.mh-container article > .abstract {
    font-size: 20px;
}

.mh-details > .abstract > p {
    font-size: 20px;
    font-weight:300;
}


.mh-container article > .author > span {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.mh-container article > .author > span.publish-date {
    font-weight: 400;
    color: #999999;
}
.mh-container article > .body {
    font-size: 16px;
    
}
.mh-container article .opener {
    margin: 10px 0;
    text-align: center;
}
.mh-container article .opener > .image-description {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #999999;
}
.mh-container article .opener > img {
    width: 740px;
}
.mh-container article .opener > .gallery {
    margin: 5px 0;
    height: 90px;
    overflow: hidden;
}
.mh-container article .opener > .gallery > div.images-list {
    margin: 0;
    padding: 0;
    width: 630px;
    height: 90px;
    overflow: hidden;
    float: left;
    text-align: left;
}
.mh-container article .opener > .gallery > div.images-list > ul {
    margin: 0;
    padding: 0;
    width: 740px;
    height: 90px;
    overflow: hidden;
}
.mh-container article .opener > .gallery > div.images-list > ul > li {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
}
.mh-container article .opener > .gallery > div.images-list > ul > li img {
    height: 90px;
}
.mh-container article .opener > .gallery > a > span.more {
    display: block;
    float: right;
    width: 100px;
    height: 90px;
    background: #343434 url('/i/new-aparat.png') center 20px no-repeat;
    color: #fff;
    padding-top: 59px;
    font-weight: 700;
}
.mh-container article > .mh-related {
    border-top: 1px solid #999999;
    margin: 10px 0 0;
}
.mh-container article > .mh-related > h3 {
    margin: 10px 0;
    padding: 0;
    font-weight: 700;
    font-size: 40px;
}

.mh-container article > .mh-related > .item {
    width: 740px;
    height: 213px;
    /*border-bottom: 1px solid #E9E9E9;*/
    border-bottom: 1px solid #CCCCCC;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0;
}
.mh-container article > .mh-related > .item > a > img {
    width: 270px;
    height: 203px;
    float: left;
}
.mh-container article > .mh-related > .item > div.details {
    width: 460px;
    height: 203px;
    overflow: hidden;
    float: right;    
}
.mh-container article > .mh-related > .item > div.details > a  {
    display: block;
    margin: 10px 0 0;
    padding: 0;
    text-decoration: none;
    color: #C91820;
    font-size: 14px;
    font-weight: 700;
}
.mh-container article > .mh-related > .item > div.details > .title {
    height: 135px;
    overflow: hidden;
}
.mh-container article > .mh-related > .item > div.details > .title > h4 {
    margin: 10px 0 0;
    padding: 0;
}
.mh-container article > .mh-related > .item > div.details > .title > h4 > a {
    text-decoration: none;
    color: #333333;
    font-size: 20px;
    font-weight: 700;
}
.mh-container .mh-details-related > ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 720px;
}
.mh-container .mh-details-related > ul > li {
    text-align: left;
    display: inline-block;
    float: left;
    width: 170px;
    height: 128px;
    margin: 0px 5px 20px;
}
.mh-container .mh-details-related > ul > li a {
    color: #333333;
    text-decoration: none;
}
.mh-container .mh-details-related > ul > li span.title {
    font-size: 14px;
    font-weight: 700;
    display: block;
    position: relative;
    color: #ffffff;
    background-color:rgba(0, 0, 0, 0.6);
    width: 170px;
    height: 65px;
    padding: 3px 5px;
    top: -65px;
}

.mh-gallery > .mh-gallery-image {
    width: 100%;
    text-align: center;
}
.mh-gallery > .mh-gallery-thumbnails {
    margin: 10px;
}
.mh-gallery > .mh-gallery-thumbnails > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.mh-gallery > .mh-gallery-thumbnails > ul > li {
    margin: 10px;
    width: 100px;
    height: 100px;
    display: inline-block;
}
.mh-gallery > .mh-gallery-image .img-responsive {
    display: inline-block;
}
.mh-gallery > .gallery-link {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    float: right;
}
.mh-gallery > .gallery-link > i {
    margin-left: 5px;
    font-size: 16px;
}

article blockquote {
    float: right;
    width: 170px;
    margin: 10px 0 10px 10px;
    border-left: 1px solid #e6e6e6;
    padding: 10px;
    font: 18px/21px 'Merriweather', serif;
}
article blockquote:before, article blockquote:after {
    content: '';
    background: url('/i/quote.png') no-repeat;
    height: 30px;
    width: 40px;
    display: block;
    float: left;
}
article blockquote:after {
    background: url('/i/quote2.png') no-repeat;
    float: right;
}

article > .mh-tags {
    margin: 5px 0;
    padding: 5px 0;
    border-top: 1px solid #cccccc;
}
article > .mh-tags > ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: auto;
}
article > .mh-tags > ul > li {
    width: fit-content;
    padding: 0 5px;
    border-right: 1px solid #cccccc;
    float: left;
}
article > .mh-tags > ul > li:first-child,
article > .mh-tags > ul > li:last-child {
    border-right: none;
}
article > .mh-tags > ul > li > a {
    color: #C91820;
    font-weight: 700;
}

.mh-community-floating {
    border: 1px solid #cccccc;
/*    width: 110px;*/
    position: absolute;
    margin-left: -125px;
    background-color: #ffffff;
    padding:7px;
}
.mh-community-floating.glued {
    position: fixed;
    top: 10px;
}
.mh-community-floating > .title {
    margin: 5px;
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px solid #cccccc;
}
.mh-community-floating > .rate {
    width: 80px;
    margin: 5px auto;
    text-align: center;
    color: #c91820;
    font-weight: 700;
    font-size: 20px;
}
.mh-community-floating > .rate > strong {
    color: #c91820;
    font-weight: 900;
    font-size: 20px;
}
.mh-community-floating > .chips {
    margin: 5px;
    text-align: center;
}
.mh-community-floating > .chips > .chip {
    border-radius: 32px;
    cursor: pointer;
    margin: 5px auto 0;
    display: inline-block;
}
.mh-community-floating > .chips > .chip > .icon {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 45px;
    border-radius: 32px;
    vertical-align: middle;
    text-align: center;
}
.mh-community-floating > .chips > .chip > .icon > i {
    color: #ffffff;
    font-size: 20px;
}
.mh-community-floating > .chips > .chip > .counter {
    padding: 0px 10px 0 5px;
    display: inline-block;
    width: auto;
    font-weight: 700;
    font-size: 15px;
}
.mh-community-floating > .chips > .chip.fb {
    background-color: #AFB9D2;
}
.mh-community-floating > .chips > .chip.fb > .icon {
    background-color: #3b5998;
}
.mh-community-floating > .chips > .chip.fb > .counter {
    color: #3b5998;
}
.mh-community-floating > .chips > .chip.gp {
    background-color: #FFB6AD;
}
.mh-community-floating > .chips > .chip.gp > .icon {
    background-color: #db4437;
}
.mh-community-floating > .chips > .chip.gp > .counter {
    color: #db4437;
}
.mh-community-floating > .chips > .chip.tw {
    background-color: #9FD4FC;
}
.mh-community-floating > .chips > .chip.tw > .icon {
    background-color: #1da1f2;
}
.mh-community-floating > .chips > .chip.tw > .counter {
    color: #1da1f2;
}

.mh-community-docked {
    border: 1px solid #cccccc;
    padding: 0;
    margin: 5px 0;
}
.mh-community-docked > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin: 5px 0;
}
.mh-community-docked > ul > li:last-child {
    border-right: none;
}
.mh-community-docked > ul > li {
    border-right: 1px solid #cccccc;
    display: table-cell;
    width: auto;
    vertical-align: middle;
    font-weight: 700;
    font-size: 15px;
    padding: 5px;
}
.mh-community-docked > ul > li .chips {
    border-radius: 32px;
    cursor: pointer;
    margin: 5px;
    float: left;
}
.mh-community-docked > ul > li .chips > .icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    vertical-align: middle;
    text-align: center;
    padding-top: 1px;
}
.mh-community-docked > ul > li .chips > .icon > i {
    color: #ffffff;
    font-size: 18px;
}
.mh-community-docked > ul > li .chips > .counter {
    padding: 0px 10px 0 5px;
    display: inline-block;
    width: auto;
    font-weight: 700;
    font-size: 15px;
}
.mh-community-docked > ul > li .chips.fb {
    background-color: #AFB9D2;    
}
.mh-community-docked > ul > li .chips.fb > .icon {
    background-color: #3b5998;
}
.mh-community-docked > ul > li .chips.gp {
    background-color: #FFB6AD;    
}
.mh-community-docked > ul > li .chips.gp > .icon {
    background-color: #db4437;
}
.mh-community-docked > ul > li .chips.tw {
    background-color: #9FD4FC;    
}
.mh-community-docked > ul > li .chips.tw > .icon {
    background-color: #1da1f2;
}
.mh-community-docked > ul.mh-rate .rate,
.mh-community-docked > ul.mh-rate .rate strong {
    color: #c91820;
    font-weight: 700;
    font-size: 20px;
}

@media all and (min-width:1200px) {
    .mh-community-docked > ul {
        display: table;
    }
    .mh-community-docked > ul > li {
        height: 55px;
    }
    .mh-community-docked > ul.mh-community {
        float: left;
    } 
    .mh-community-docked > ul.mh-rate {
        float: right;
    }
}
@media all and (min-width:836px) and (max-width:1119px) {
    .mh-container article .opener > img{
        width: 500px;
    }
    .mh-container article > .mh-related > .item {
        width: 500px;
        height: 175px
    }
    .mh-container article > .mh-related > .item > a > img {
        width: 220px;
        height: 165px;
    }
    .mh-container article > .mh-related > .item > div.details {
        width: 270px;
        height: 165px;
    }
    .mh-container article > .mh-related > .item > div.details > .title {
        height: 97px;
    }
    .mh-container article .opener > .gallery > div.images-list {
        width: 390px;
    }
    .mh-container .mh-details-related > ul {
        width: 360px;
    }
}
@media all and (min-width:553px) and (max-width:835px) {
    .mh-container article > h1 {
        font-size: 40px;
    }
    .mh-container article .opener > img,
    .mh-container article > .mh-related > .item {
        width: 553px;
    }
    .mh-container article > .mh-related > .item > div.details {
        width: 270px;
    }
    .mh-container article .opener > .gallery > div.images-list {
        width: 443px;
    }
    .mh-container .mh-details-related > ul {
        width: 360px;
    }
}
@media all and (max-width:552px) {
    .mh-container article > h1 {
        font-size: 30px;
    }
    .mh-container article .opener > img {
        width: 320px;
    }
    .mh-container article > .mh-related > .item,
    .mh-container article > .mh-related > .item > div.details,
    .mh-container article > .mh-related > .item > div > .title {
        height: auto;
        float: none;
    }
    .mh-container article > .mh-related > .item,
    .mh-container article > .mh-related > .item > div.details,
    .mh-container article > .mh-related > .item > a > img {
        width: 270px;
        margin: 0 auto 10px;
    }
    .mh-container article > .mh-related > .item > div > .title {
        margin-bottom: 15px;
    }
    .mh-container article .opener > .gallery > div.images-list {
        width: 210px;
    }
    .mh-container .mh-details-related > ul {
        width: 190px;
    }
}