@font-face {
    font-family: 'Signika';
    src: url('/fonts/Signika-Regular-webfont.eot');
    src: url('/fonts/Signika-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Signika-Regular-webfont.woff') format('woff'),
        url('/fonts/Signika-Regular-webfont.ttf') format('truetype'),
        url('/fonts/Signika-Regular-webfont.svg#SignikaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SignikaSemibold';
    src: url('/fonts/Signika-Semibold-webfont.eot');
    src: url('/fonts/Signika-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Signika-Semibold-webfont.woff') format('woff'),
        url('/fonts/Signika-Semibold-webfont.ttf') format('truetype'),
        url('/fonts/Signika-Semibold-webfont.svg#SignikaSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SignikaBold';
    src: url('/fonts/Signika-Bold-webfont.eot');
    src: url('/fonts/Signika-Bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Signika-Bold-webfont.woff') format('woff'),
        url('/fonts/Signika-Bold-webfont.ttf') format('truetype'),
        url('/fonts/Signika-Bold-webfont.svg#SignikaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Oswald Stencil';
	src: url('/fonts/subset-OswaldStencil-Bold.eot');
	src: url('/fonts/subset-OswaldStencil-Bold.eot?#iefix') format('embedded-opentype'),
		url('/fonts/subset-OswaldStencil-Bold.woff2') format('woff2'),
		url('/fonts/subset-OswaldStencil-Bold.woff') format('woff'),
		url('/fonts/subset-OswaldStencil-Bold.ttf') format('truetype'),
		url('/fonts/subset-OswaldStencil-Bold.svg#OswaldStencil-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
    font-family: 'OpenSansLight';
    src: url('/fonts/OpenSans-Light-webfont.eot');
    src: url('/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/OpenSans-Light-webfont.woff') format('woff'),
        url('/fonts/OpenSans-Light-webfont.ttf') format('truetype'),
        url('/fonts/OpenSans-Light-webfont.svg#SignikaBold') format('svg');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansLightItalic';
    src: url('/fonts/OpenSans-LightItalic-webfont.eot');
    src: url('/fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
        url('/fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
        url('/fonts/OpenSans-LightItalic-webfont.svg#SignikaBold') format('svg');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'OpenSans';
    src: url('/fonts/OpenSans-Regular-webfont.eot');
    src: url('/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/OpenSans-Regular-webfont.woff') format('woff'),
        url('/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
        url('/fonts/OpenSans-Regular-webfont.svg#SignikaBold') format('svg');
    font-weight: normal;
    font-weight: 400;
    font-style: normal;
}

* {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #333333;
    font-size: 15px;
}

.specialcode { 
    display:none;
}

.art-body {
    font-size: 16px;
    line-height: 24px; 
}


.privacy-policy {
    background-color: #808080;
    font: Arial, Tahoma, Verdana;
    color: #FFF;
    margin-top: 2px;
    padding: 10px;
    font-size: 13px;
    text-align: center;
}

.privacy-policy a {
    font: Arial, Tahoma, Verdana;
    font-weight: bold;
    color: #FFF
}

article b, article b span, article strong, article strong span {
    font-weight: 700;
}

button.modal-btn-normal {
    border: none;
    border-radius: 0;
    min-width: 75px;
}
.mh-button, .modal-btn-normal,
.mh-button:hover, .modal-btn-normal:hover {
    width: fit-content;
    background-color: #004066;
    font-size: 15px;
    text-decoration: none;
    color: #ffffff;
    padding: 10px;
    border-radius: 0;
}
.mh-button.red, .modal-btn-normal.red,
.mh-button.red:hover, .modal-btn-normal.red:hover {
    background-color: #C91820;
}

.bt-yellow  {
    background: #fff700; /* Old browsers */
    background: -moz-linear-gradient(top,  #fff700 0%, #ffe900 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff700), color-stop(100%,#ffe900)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fff700 0%,#ffe900 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fff700 0%,#ffe900 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fff700 0%,#ffe900 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fff700 0%,#ffe900 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#ffe900',GradientType=0 ); /* IE6-9 */

    border: 1px solid #fffc80;
    border-right-color: #f3e200;
    border-bottom-color: #9a8d00;
    border-left-color: #f3e600;

    font: 12px SignikaSemibold;
    text-transform: uppercase;
    cursor: pointer;
}
a.bt-yellow {
    display: inline-block;
    padding: 4px 6px;
}
a.bt-yellow:hover {text-decoration: none;}

.bt-red {
    background: #C91820; /* Old browsers */
    background: -moz-linear-gradient(top,  #e60f2b 0%, #b8050f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e60f2b), color-stop(100%,#b8050f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e60f2b 0%,#b8050f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e60f2b 0%,#b8050f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e60f2b 0%,#b8050f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e60f2b 0%,#b8050f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60f2b', endColorstr='#b8050f',GradientType=0 ); /* IE6-9 */

    border: none;

    text-transform: uppercase;
    color: #FFF;
    cursor: pointer;
    
    margin: 10px;
}
.bt-red {
    display: inline-block;
    padding: 6px 8px;
}
a.bt-red:hover {text-decoration: none;}

.bt-grey {
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefefe 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */

    border: 1px solid #DDD;
    border-right-color: #b2b2b2;
    border-bottom-color: #999;
    border-left-color: #DDD;

    font: 12px SignikaSemibold;
    text-transform: uppercase;
    cursor: pointer;
}
a.bt-grey {
    display: inline-block;
    padding: 6px 8px;
    color: #333
}
a.bt-grey:hover {text-decoration: none;}

.bt-white {
    background: #FFF; /* Old browsers */
    border: 1px solid #FFF;

    font: 12px SignikaSemibold;
    text-transform: uppercase;
    color: #cf0a1d;
    -moz-box-shadow: 1px 1px 1px #a60817;
    -webkit-box-shadow: 1px 1px 1px #a60817;
    box-shadow: 1px 1px 1px #a60817;
    cursor: pointer;
}
.bt-white {
    display: inline-block;
    padding: 4px 6px;
}
a.bt-white:hover {text-decoration: none;}

/* ------ adverts ------ */
.mh-advert > .adv-box {
    margin: 0 0 10px;
    padding: 0;
    background-color: #E9E9E9;
    overflow: hidden;
}
.mh-advert > .adv-box > span {
    font-size: 14px;
    font-weight: 700;
    color: #999999;
}
.mh-advert > .adv-box > .rectangle {
    min-height: 1px;
    width: 300px;
}
.mh-advert > .adv-box > .half-page {
    width: 300px;
    height: 600px;
}
.mh-advert > .adv-box {
    width: 559px;
}
.mh-advert > .adv-box > .rectangle {
    margin: 60px auto 0;
}
.mh-advert > .adv-box > .half-page {
    margin: 5px auto 0;
}
.mh-advert > .wideboard {
    margin: 10px 0px;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #E9E9E9;*/
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
}
.mh-advert.billboard {
    margin: 10px 0;
    text-align: center;
    z-index: 999;
}
.mh-advert.billboard.glued {
    position: fixed;
    top: 0;
    margin-top: 0;
    width: 100%;
}
.mh-advert.sky {
    width: 160px;
    height: 600px;
    position: absolute;
    margin-left: 1125px;
}
.mh-advert.sky.glued {
    position: fixed;
    top: 10px;
}
.mh-home > .mh-advert > .adv-box > .rectangle {
    margin: 40px auto 0;
}
.mh-home > .mh-advert > .adv-box.rectangle-height {
    height: 380px;
}
.mh-home > .mh-advert > .adv-box.halfpage-height {
    height: 770px;
}
.mh-home > .mh-advert > .adv-box > .half-page {
    margin: 60px auto 0;
}
/* ------ adverts ------ */

/* ------ mh-container header ------ */
.mh-pre-container {
    background-color: #FFFFFF;
    width: 1130px;
    margin: 0 auto;
    padding-top: 5px;
}
.mh-container {
    width: 1120px;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
}
.mh-container > header {
    /*background-color: #0A5796;*/
    background-color: #0077c8;
    height: 60px;
    margin: 0;
    padding: 0;
    width: 1120px;
    overflow: hidden;
}
.mh-container > header.glued {
    position: fixed;
    top: 0;
    z-index: 1049;
}
.mh-container > header > button.hamburger {
    background-color: #004066;
    border: none;
    display: block;
    width: 60px;
    height: 60px;
    float: left;
    margin: 0 10px 0 0;
    padding: 5px 0 0 6px;
}
.mh-container > header > button.hamburger:focus {
    outline: none;
}
.mh-container > header > button.hamburger:hover {
    opacity: 1.0;
}
.mh-container > header > button.hamburger .hamburger-inner, 
.mh-container > header > button.hamburger .hamburger-inner::before, 
.mh-container > header > button.hamburger .hamburger-inner::after {
    background-color: #fff;
    border-radius: 0px;
    width: 34px;
    height: 6px;
}
/*
.mh-container > header > button.hamburger.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-6px, -10px, 0) rotate(-46deg) scale(0.7, 1);
    transform: translate3d(-6px, -10px, 0) rotate(-46deg) scale(0.7, 1);
}
.mh-container > header > button.hamburger.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-6px, 10px, 0) rotate(46deg) scale(0.7, 1);
    transform: translate3d(-6px, 10px, 0) rotate(46deg) scale(0.7, 1);
}
*/
.mh-container > header > h1 {
    width: 197px;
    height: 42px;
    display: block;
    float: left;
    margin: 0;
    padding: 2px 0 0;
}
.mh-container > header > .menu-container {
    margin: 0;
    padding: 0 10px;
    width: auto;
    float: left;
    width: 770px;
    height: 60px;
}
.mh-container > header > .menu-container.is-inactive {
    display: none;
}
.mh-container > header > .menu-container > ul {
    margin-top: 0;
    margin-bottom: 0;
    height: 60px;
}
.mh-container > header > .menu-container > ul > li {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0;    
    line-height: 60px;
    margin: 0 10px;
}
.mh-container > header > .menu-container > ul > li > a {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    position: relative;
}
.mh-container > header > .menu-container > ul > li > a > span {
    color: #F7E40B;
    position: absolute;
    top: -38px;
}
.mh-container > header > .search-container {
    margin: 0;
    width: auto;
    float: left;
    width: 770px;
    height: 60px;
    display: none;
}
.mh-container > header > .search-container input {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    margin: 12px 0 0 60px;
    width: 676px;
    padding: 5px 10px;
    border: none;
}
.mh-container > header > .search-container button {
    margin-top: 12px;
    height: 35px;
    border-bottom: none;
    border-top: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.mh-container > header > .search-container.is-active {
    display: block;
}
.mh-container > header > button.search {
    background-color: #004066!important;
    float: right;
    margin: 0;
    border: none;
    width: 70px;
    height: 60px;
    display: block;
    background-color: transparent;
}
.mh-container > header > button.search:focus {
    outline: none;
}
.mh-container > header > button.search > span {
    font-size: xx-large;
    color: #fff;
}
/* ------ mh-container header ------ */

/* ------ mh-container content ------ */
.mh-container > .content {
    margin: 5px 0;
    padding: 0;
    width: 100%;
}
.mh-container > .content .box {
    width: 270px;
    height: 370px;
    background-color: #E9E9E9;
}
.mh-container > .content .box.double {
    width: 553px;
}
.mh-container > .content .box.marker-red {
    background-color: #C91820;
}
.mh-container > .content .box.marker-blue {
    /*background-color: #0A5796;*/
    background-color: #004066;
}
.mh-container > .content span.box-separator {
    /*background-color: #E9E9E9;*/
    background-color: #CCCCCC;
    display: block;
}
.mh-container > .content span.box-separator.vertical {
    width: 1px;
    height: 370px;
    margin: 0 6px;
}
.mh-container > .content span.box-separator.horizontal {
    width: 100%;
    height: 1px;
    margin: 6px 0;
}
.mh-container > .content > .linker {
    width: 100%;
    padding: 0 15px 15px;
    margin-bottom: 10px;
    border-bottom: 3px solid #004066;
    overflow: hidden;
}
.mh-container > .content > .linker > .title {
    font-size: 15px;
    font-weight: 700;
}
.mh-container > .content > .linker > .container {
    width: 100%;
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 128px;
}
.mh-container > .content > .linker > .container > .item {
    position: absolute;
}
.mh-container > .content > .linker > .container > .item a {
    text-decoration: none;
}
.mh-container > .content > .linker > .container > .item 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-container > .content > .linker > .container > .item span.category {
    background-color: #C91820;
    display: block;
    font-size: 11px;
    max-width: 161px;
    padding: 3px 4px 2px;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
}
.mh-container > .content > .linker > .container > .next {
    display: none; 
    height: 68px; 
    width:34px; 
    top: 28px;
    z-index: 4;
    position: absolute; 
    right: 0;  
    margin: auto; 
    cursor: pointer; 
    background: url("/i/round-arr-right.png") no-repeat scroll 0 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.mh-container > .content > .linker > .container > .prev {
    display: none; 
    height: 68px; 
    width:34px; 
    top: 28px;
    z-index: 4;
    position: absolute; 
    cursor: pointer; 
    background: url("/i/round-arr-left.png") no-repeat scroll 0 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.mh-container > .content > ul.mh-breadcrumb {
    margin: 5px 0;
    padding: 0;
    text-transform: uppercase;
}
.mh-container > .content > ul.mh-breadcrumb > li {
    list-style-type: none;
    display: inline-block;
    width: auto;
    padding: 0 5px;
    margin: 0;
}
.mh-container > .content > ul.mh-breadcrumb > li.home {
    padding-left: 0;
}
.mh-container > .content > ul.mh-breadcrumb > li:nth-child(n+2) {
    border-left: 1px solid #999999;
}
.mh-container > .content > ul.mh-breadcrumb > li > h2,
.mh-container > .content > ul.mh-breadcrumb > li > h3 {
    margin: 0;
    padding: 0;
    width: inherit;
}
.mh-container > .content > ul.mh-breadcrumb > li > h2,
.mh-container > .content > ul.mh-breadcrumb > li > h2 > a, 
.mh-container > .content > ul.mh-breadcrumb > li > h3,
.mh-container > .content > ul.mh-breadcrumb > li > h3 > a {
    color: #999999;
    font-size: 14px;
}
.mh-container > .content > ul.mh-breadcrumb > li.home > h3 > a {
    font-weight: 700;
}
.mh-container > .content section {
    margin: 10px 0;
}
.mh-container > .content section.mh-home.mh-newest-items {
    border-top: 3px solid #0A5796;
    padding-top: 10px;
}
.mh-container > .content section.mh-home.mh-hitbox {
    height: 380px;
    overflow: hidden;
    /*border-bottom: 1px solid #E9E9E9;*/
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 10px;
}
.mh-container > .content section.mh-home.mh-hitbox > .item {
    position: relative;
    width: 270px;
    height: 370px;
    overflow: hidden;
    background-color: #E9E9E9;
    border-bottom: none;
    margin: 0;
}
.mh-container > .content section.mh-home.mh-hitbox > .item.part-3-4 {
    width: 837px;
}
.mh-container > .content section.mh-home.mh-hitbox > .item.full {
    width: 100%;
}
.mh-container > .content section.mh-home.mh-hitbox > .item > div {
    width: 270px;
    height: 370px;
    overflow: hidden;
}
.mh-container > .content section.mh-home.mh-hitbox > .item.part-3-4 > a > img {
    width: 560px;
    height: 370px;
    overflow: hidden;
}
.mh-container > .content section.mh-home.mh-hitbox > .item.full > a > img {
    width: 845px;
    height: 370px;
    overflow: hidden;
}
.mh-container > .content section.mh-home > .item {
    position: relative;
    width: 270px;
    height: 380px;
    /*border-bottom: 1px solid #E9E9E9;*/
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 10px;
}
.mh-container > .content section.mh-home > .item.double {
    width: 553px;
}
.mh-container > .content section.mh-home > .item.no-border {
    border-bottom: none;
    margin: 0;
}
.mh-container > .content section.mh-home > .item > .content-box {
    width: 100%;
    height: 370px;
    background-color: #E9E9E9;
    margin: 0;
}
.mh-container > .content section.mh-home > .item > .content-box.marker-red {
    background-color: #C91820;
}
.mh-container > .content section.mh-home > .item > .content-box.marker-blue {
    /*background-color: #0A5796;*/
    background-color: #004066; 
}
.mh-container > .content section.mh-home > .item > .content-box > .details {
    height: 333px;
    padding: 10px 10px 0;
    overflow: hidden;
}
.mh-container > .content section.mh-home > .item > .content-box > .details.photo-1-3 {
    height: 208px;
}
.mh-container > .content section.mh-home > .item > .content-box > .details.photo-2-3 {
    height: 85px;
}
.mh-container > .content section.mh-home > .item > .content-box > .details > h4  {
    margin: 0;
    padding: 0;
}
.mh-container > .content section.mh-home > .item > .content-box > .details > h4,
.mh-container > .content section.mh-home > .item > .content-box > .details > h4 > a {
    text-decoration: none;
    color: #C91820;
    font-size: 13px;
    font-weight: 700;
}
.mh-container > .content section.mh-home > .item > .content-box.marker-red > .details > h4,
.mh-container > .content section.mh-home > .item > .content-box.marker-red > .details > h4 > a,
.mh-container > .content section.mh-home > .item > .content-box.marker-blue > .details > h4,
.mh-container > .content section.mh-home > .item > .content-box.marker-blue > .details > h4 > a {
    color: #ffffff;
}
.mh-container > .content section.mh-home.mh-hitbox > .item > div > .details > h2.title {
    font-size: 28px;
    margin: 10px 0;
    padding: 0;
}
.mh-container > .content section.mh-home.mh-hitbox > .item > div > .details > h2.title > a {
    text-decoration: none;
    color: #333333;
    font-family: 'Merriweather', serif;
    font-size: 28px;
    font-weight: 700;
}
.mh-container > .content section.mh-home > .item > .content-box > .details > h3.title {
    font-size: 20px;
    margin: 12px 0;
    padding: 0;
}
.mh-container > .content section.mh-home > .item > .content-box > .details > h3.title > a {
    text-decoration: none;
    color: #333333;
    font-family: 'Merriweather', serif;
    font-size: 20px;
    font-weight: 700;
}
.mh-container > .content section.mh-home > .item > .content-box.marker-red > .details > h3.title > a,
.mh-container > .content section.mh-home > .item > .content-box.marker-blue > .details > h3.title > a {
    color: #ffffff;
}
.mh-container > .content section.mh-home > .item > .content-box > .details > .abstract,
.mh-container > .content section.mh-home > .item > .content-box > .details > .abstract > a {
    font-size: 15px;
    color: #333333;
    text-decoration: none;
    letter-spacing: 0.3px;
}
.mh-container > .content section.mh-home > .item > .content-box.marker-red > .details > .abstract,
.mh-container > .content section.mh-home > .item > .content-box.marker-red > .details > .abstract > a, 
.mh-container > .content section.mh-home > .item > .content-box.marker-blue > .details > .abstract,
.mh-container > .content section.mh-home > .item > .content-box.marker-blue > .details > .abstract > a {
    color: #ffffff;
}
.mh-container > .content section.mh-home > .item > div > .community {
    padding: 5px 10px 0;
}
.mh-container > .content section.mh-home > .item > div > .community > span.separator {
    background-color: #cccccc;
}
.mh-container > .content section.mh-home > .item > .content-box > .mh-quotation {
    display: table-row;
    color: #ffffff;
}
.mh-container > .content section.mh-home > .item > .content-box > .mh-quotation > .quot-header {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 62px;
}
.mh-container > .content section.mh-home > .item > .content-box > .mh-quotation > .quot-text {
    color: #ffffff;
    font-family: 'Merriweather', serif;
    font-weight: 700;
    font-size: 16px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 258px;
    padding-left: 5px;
    padding-right: 5px;
}
.mh-container > .content section.mh-home > .item > .content-box > .mh-quotation > .quot-author {
    color: #ffffff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    height: 50px;
}

.mh-container > .content section.mh-home.mh-others-webs {
    /*border-bottom: 1px solid #E9E9E9;*/
    border-bottom: 1px solid #CCCCCC;
}
.mh-container > .content section.mh-home.mh-others-webs > .box-header {
    background-color: #004066;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 20px;
}
.mh-container > .content section.mh-home.mh-others-webs > ul {
    list-style-type: none;
    margin: 10px 0;
    padding: 0 10px;
    width: 25%;
    float: left;
}
.mh-container > .content section.mh-home.mh-others-webs > ul.amis-web,
.mh-container > .content section.mh-home.mh-others-webs > ul.mo-web,
.mh-container > .content section.mh-home.mh-others-webs > ul.rw-web {
    border-right: 1px solid #cccccc;
}
.mh-container > .content section.mh-home.mh-others-webs > ul > li {
    border-bottom: 1px solid #cccccc;
    height: 100px;
    overflow: hidden;
}
.mh-container > .content section.mh-home.mh-others-webs > ul > li:last-child {
    border-bottom: none;
}
.mh-container > .content section.mh-home.mh-others-webs > ul > li > h4 {
    margin: 5px 0 0;
}
.mh-container > .content section.mh-home.mh-others-webs > ul > li > h4 > a {
    text-decoration: none;
    font-size: 14px;
    color: #999999;
}
.mh-container > .content section.mh-home.mh-others-webs > ul > li > h4 > a > .mpp-category {
    font-size: 14px;
    font-weight: 700;
    color: #C91820;
}
.mh-container > .content section.mh-home.mh-others-webs > ul > li > h3 {
    margin-top: 0;
}
.mh-container > .content section.mh-home.mh-others-webs > ul > li > h3 > a {
    text-decoration: none;
    color: #333333;
    font-family: 'Merriweather', serif;
    font-size: 16px;
    font-weight: 700;
}

.mh-container > .content section > .group > .item > .content-box > a > img {
    width: 270px;
    height: 203px;
    float: left;
}

.mh-container > .content section > .category-description {
    margin: 10px 0;
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 24px;
}
.mh-container > .content section > h1.page-name,
.mh-container > .content .side-left > section > h1.page-name {
    font-size: 40px;
    font-weight: 700;
    /*border-bottom: 2px solid #E9E9E9;*/
    border-bottom: 2px solid #CCCCCC;
    margin: 0;
    padding: 0 0 10px;
}
.mh-container > .content section > .group {
    margin: 10px 0;
}
.mh-container > .content section > .group > span.separator {
    /*background-color: #E9E9E9;*/
    background-color: #CCCCCC;
    height: 203px;
    width: 1px;
    margin: 0 6px;
}
.mh-container > .content section > .group > .item {
    width: 553px;
    height: 213px;
    /*border-bottom: 1px solid #E9E9E9;*/
    border-bottom: 1px solid #CCCCCC;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0;
}
.mh-container > .content section > .group > .item > .content-box {
    width: 100%;
    height: 203px;
    background: #E9E9E9;
    overflow: hidden;
}
.mh-container > .content section > .group > .item > .content-box > a > img {
    width: 270px;
    height: 203px;
    float: left;
}
.mh-container > .content section > .group > .item > .content-box > div {
    width: 270px;
    height: 203px;
    overflow: hidden;
    padding: 0 5px 0 0;
    float: right;    
}
.mh-container > .content section > .group > .item > .content-box > div > h4  {
    margin: 10px 0 0;
    padding: 0;
}
.mh-container > .content section > .group > .item > .content-box > div > h4 > a {
    text-decoration: none;
    color: #C91820;
    font-size: 14px;
    font-weight: 700;
}
.mh-container > .content section > .group > .item > .content-box > div > .title {
    height: 135px;
    overflow: hidden;
}
.mh-container > .content section > .group.md > .item > .content-box > div > .title {
    height: 65px;
    margin-bottom: 25px;
}
.mh-container > .content section > .group > .item > .content-box > div > .title > h3 {
    margin: 10px 0 0;
    padding: 0;
}
.mh-container > .content section > .group > .item > .content-box > div > .title > h3 > a {
    text-decoration: none;
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Merriweather', serif;
}
.mh-container > .content section.mh-home > .group > .item > .content-box > div > .title > h3 > a {
    font-family: 'Merriweather', serif;
}
.mh-container > .content .community > span {
    display: block;
    height: 24px;
    width: auto;
    font-size: 14px;
    color: #666666;
    padding: 2px 5px;
}
.mh-container > .content .marker-red .community > span,
.mh-container > .content .marker-blue .community > span {
    color: #ffffff;
}
.mh-container > .content .community > span.likes {
    background: url('/i/new-sm-sprite.png') -24px 0 no-repeat;
    width: 24px;
}
.mh-container > .content .community > span.comments {
    background: url('/i/new-sm-sprite.png') 0 0 no-repeat;
    width: 24px;
}
.mh-container > .content .marker-red .community > span.comments,
.mh-container > .content .marker-blue .community > span.comments {
    background: url('/i/new-sm-sprite-white.png') 0 0 no-repeat;
    width: 24px;
}
.mh-container > .content .marker-red .community > span.likes,
.mh-container > .content .marker-blue .community > span.likes{
    background: url('/i/new-sm-sprite-white.png') -24px 0 no-repeat;
    width: 24px;
}

.mh-container > .content .community > span.separator {
    width: 1px;
    background-color: #cccccc;
    margin: 0 6px;
    padding: 0;
}
.mh-container .mh-pagination {
    margin: 0 0 20px;
    text-align: center;
}
.mh-container .mh-pagination > a {
    display: block;
    background-color: #004066;
    font-size: 15px;
    text-decoration: none;
    color: #ffffff;
    padding: 10px;
}
.mh-container .mh-pagination > a > span {
    color: #ffffff;
    font-size: 13px;
}
.mh-container .mh-pagination > span {
    display: inline-block;
    margin: 8px auto;
    font-size: 15px;
    width: 70px;
    text-align: center;
}

.mh-paginator {
    height: 96px;
    margin: 10px 0;
    padding: 0;
}
.mh-paginator > .tab-paginator {
    display: table;
    width: 100%;
    height: 52px;
    margin: 22px 0;
}
.mh-paginator > .tab-paginator > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}   
.mh-paginator > .tab-paginator > div:first-child,
.mh-paginator > .tab-paginator > div:last-child {
    width: 50px;
}
.mh-paginator > .tab-paginator > div i {
    font-size: 30px;
    color: #095795;
}
.mh-paginator > .tab-paginator > div.tab-paginator-pages span {
    display: inline-block;
    margin: 0 18px;
    font-size: 22px;
    color: #085794;
}
.mh-paginator > .tab-paginator > div.tab-paginator-pages span.active {
    font-weight: 700;
    color: #004066;
}
.mh-paginator > .tab-paginator > div.tab-paginator-pages.tab-vs-xs {
    display: none;
}
.mh-paginator > .tab-paginator > div.tab-paginator-pages.tab-hd-xs {
    display: table-cell;
}

.mh-container > .content .side-left {
    width: 740px;
    float: left;
}
.mh-container > .content .side-right {
    width: 320px;
    float: right;
    text-align: center;
}
.mh-container > .content > .mh-popular {
    border-top: 4px solid #C91820;
    margin: 10px 0 0;
}
.mh-container > .content > .mh-popular > h3 {
    margin: 10px 0;
    padding: 0;
    font-weight: 700;
    font-size: 40px;
}

.mh-container > .content .mh-top-5,
.mh-container > .content .mh-see-also {
    text-align: left;
    margin: 10px 0;
}
.mh-container > .content .mh-top-5 > div {
    font-size: 40px;
    font-weight: 900;
    color: #C9181F;
    /*border-bottom: 1px solid #E9E9E9;*/
    border-bottom: 1px solid #CCCCCC;
}
.mh-container > .content .mh-see-also > div {
    font-size: 28px;
    font-weight: 900;
    color: #C9181F;
    /*border-bottom: 1px solid #E9E9E9;*/
    border-bottom: 1px solid #CCCCCC;
}
.mh-container > .content .mh-top-5 > ul,
.mh-container > .content .mh-see-also > ul {
    list-style-type: none;
    margin: 0;
    padding: 10px;
}
.mh-container > .content .mh-top-5 > ul > li,
.mh-container > .content .mh-see-also > ul > li {
    padding: 5px 0;
    /*border-bottom: 1px solid #E9E9E9;*/
    border-bottom: 1px solid #CCCCCC;
}
.mh-container > .content .mh-top-5 > ul > li > a,
.mh-container > .content .mh-see-also > ul > li > a {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    font-family: 'Merriweather', serif; 
    text-decoration: none;
}
.mh-container > .content .mh-top-5 > ul > li > a > span,
.mh-container > .content .mh-see-also > ul > li > a > span {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #C9181F;
    font-family: 'Lato', sans-serif; 
}
.mh-container > .content > section.mh-home > .mh-top-5 {
    width: 270px;
    height: 380px;
    /*border-bottom: 1px solid #E9E9E9;*/
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 10px;
    overflow: hidden;
}
.mh-container > .content > section.mh-home > .mh-top-5 > ul {
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    height: 370px;
    overflow: hidden
}
.mh-container > .content > section.mh-home > .mh-top-5 > ul > li {
    padding: 5px 0;
    /*border-bottom: 1px solid #E9E9E9;*/
    border-bottom: 1px solid #CCCCCC;
}
.mh-container > .content > section.mh-home > .mh-top-5 > ul > li:first-child {
    padding: 0 0 5px;
}
.mh-container > .content > section.mh-home > .mh-top-5 > ul > li:last-child {
    padding: 5px 0 0;
    border-bottom: none;
}
.mh-container > .content > section.mh-home > .mh-top-5 > ul > li > a {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    font-family: 'Merriweather', serif; 
    text-decoration: none;
}
.mh-container > .content > section.mh-home > .mh-top-5 > ul > li > a > span {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #C9181F;
    font-family: 'Lato', sans-serif; 
}

ul.mh-posts-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*border-top: 1px solid #E9E9E9;*/
    border-top: 1px solid #CCCCCC;
}
ul.mh-posts-list > li {
    /*border-bottom: 1px solid #E9E9E9;*/
    border-bottom: 1px solid #CCCCCC;
    padding: 10px;    
}
ul.mh-posts-list > li:last-child {
    border-bottom: none;
}
ul.mh-posts-list > li > .post-avatar {
    width: 40px;
    float: left;
}
ul.mh-posts-list > li > .post-title {
    width: 650px;
    float: right;
    word-wrap: break-word;
}
ul.mh-posts-list > li > .post-title a {
    color: #333;
    font-weight: bold;
}
ul.mh-posts-list > li > .post-title.admin {
    width: 580px;
}
ul.mh-posts-list > li > .post-comment {
    width: 650px;
    float: right;    
}
ul.mh-posts-list > li > .post-comment.admin {
    width: 580px;
}
ul.mh-posts-list > li > .post-comment > .comment-details {
    font-size: 11px;
    color: #999999;
}
ul.mh-posts-list > li > .post-violation {
    width: 23px;
    float: right;
    text-align: right;
}
ul.mh-posts-list > li > .post-violation.admin {
    width: 80px;
    min-height: 24px;
    background: url('/i/forum/zgloszono.png') right 0 no-repeat;
}

table.table-condensed {
    margin: 20px auto;
}

.article-text table {
    margin: 20px 0 0 20px;
    clear: left;
}

.article-text table[cellpadding="5"], .article-text table[cellpadding="3"]  {
    margin-left: 0;
    margin-bottom: -30px
}

.article-text table td {
    font: 12px Arial
}

.paginator .selected  {
    background: #fff700; /* Old browsers */
    background: -moz-linear-gradient(top,  #fff700 0%, #ffe900 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff700), color-stop(100%,#ffe900)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fff700 0%,#ffe900 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fff700 0%,#ffe900 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fff700 0%,#ffe900 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fff700 0%,#ffe900 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#ffe900',GradientType=0 ); /* IE6-9 */

    border: 1px solid #fffc80;
    border-right-color: #f3e200;
    border-bottom-color: #9a8d00;
    border-left-color: #f3e600;

    font: 12px SignikaSemibold;
    text-transform: uppercase;
    cursor: pointer;
}
.paginator a {
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefefe 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */

    border: 1px solid #DDD;
    border-right-color: #b2b2b2;
    border-bottom-color: #999;
    border-left-color: #DDD;

    font: 12px SignikaSemibold;
    text-transform: uppercase;
    cursor: pointer;
}
.paginator a {
    display: inline-block;
    padding: 6px 8px;
    color: #333
}
.paginator a:hover {text-decoration: none;}
.paginator {
    border: 1px solid #e6e6e6;
    background-color: #f3f3f3;
    padding: 10px;
    margin: 10px 0;
    font-size: 13px;
    clear: both
}
.paginator p {
    text-align: center;
}
.paginator .short-text {
    display: none;
}
.paginator .first {padding-left: 10px}
.paginator .first span:before, .paginator .prev span:before  {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #333;
    margin-right: 4px
}

.paginator .first span:before {
    -moz-box-shadow: -2px 0px 0px #333;
    -webkit-box-shadow: -2px 0px 0px #333;
    box-shadow: -2px 0px 0px #333;
}

.paginator .last {padding-right: 10px}
.paginator .next span:after, .paginator .last span:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    margin-left: 4px;
}

.paginator .last span:after {
    -moz-box-shadow: 2px 0px 0px #333;
    -webkit-box-shadow: 2px 0px 0px #333;
    box-shadow: 2px 0px 0px #333;
}
.paginator span.full-text {    
    font: 12px SignikaSemibold;
}
/* ------ mh-container content ------ */

/* ------ mh-container footer ------ */
.mh-container > footer {
    /*background-color: #0A5796;*/
    background-color: #0077c8;
    margin: 0;
    padding: 0;
    width: 100%;
}
.mh-container > footer > img {
    float: right;
    margin: 20px 30px;
}
.mh-container > footer > ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
    overflow: hidden;
}
.mh-container > footer > ul > li {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0;    
    line-height: 40px;
    margin: 0 10px;
}
.mh-container > footer > ul > li > a {
    font-size: 15px;
    color: #fff;
}
.mh-container > footer > span.copy {
    font-size: 14px;
    float: right;
    display: block;
    color: #fff;
    margin-right: 30px;
    margin-top: 10px;
}

.mh-comments {
    border-top: 4px solid #999999;
    margin: 10px 0 0;
}
.mh-comments > h3 {
    margin: 10px 0;
    padding: 0;
    font-weight: 700;
    font-size: 40px;
}
.mh-comments > form button {
    background-color: #004066;
    font-size: 15px;
    text-decoration: none;
    color: #ffffff;
    padding: 10px;
    border-radius: 0;
    border: none;
}
.mh-comments > form input[type=text] {
    border-radius: 0;
    width: 200px;
    height: 38px;
}
.mh-comments > form textarea {
    width: 100%;
    height: 100px;
    resize: none;
}
.mh-comments > form .area-label {
    width: 40px;
    float: left;
}
.mh-comments > form .area-comment,
.mh-comments > form .area-captcha {
    width: 675px;
    float: right;
}
.mh-comments > form .area-comment a.area-comment-link {
    margin-top: 18px;
    padding: 0 10px;
    font-size: 13px;
    font-weight: bold;
    color: #337ab7;
}
.mh-comments > form .area-comment a.area-comment-link.register {
    border-left: 1px solid #337ab7;
}
.mh-comments > form .form-group {
    margin: 10px;
}
/* ------ mh-container footer ------ */

/* ------ pdr ------ */
.pdr {
    position: fixed;  
    bottom: 20px; 
    right: -600px; 
    background-color: #FFF; 
    display: block; 
    width: 320px;
    z-index: 10;
    border-bottom: 1px solid #efefef;
}
.pdr_bar {
    background-color: #004066; 
    width:100%; 
    height: 28px; 
    font-size:15px; 
    color: #FFF; 
    font-weight: bold; 
    padding-top: 5px; 
    padding-left: 5px; 
}
.pdr_close {
    float: right; 
    padding-right:10px; 
    cursor: pointer;
    margin-top:-2px;
}
.pdr_content {
    border-left: 1px solid #efefef;
}
.pdr-img {
    width: 30%; 
    float: left;
}
.pdr_desc {
    width: 70%; 
    float:left; 
    padding-left:5px;
    font-size: 14px;
}
.pdr_title {
    font-size: 15px; 
    font-weight: bold; 
    width: 100%;
}
.pdr {
    width: 600px!important;
}
.pdr-img {
    width: 30%!important; 
}
.pdr_desc {
    width: 70%!important; 
}
.pdr_text {
    display: block!important;
}
/* ------ pdr ------ */

/* ------ inf pages ------ */
.mh-info-advertisment .ui-widget-content {
    border: none;
}
/* ------ inf pages ------ */

/* ------ RWD ------ */
@media all and (min-width:1120px) {
    .group > .mh-advert > .adv-box.rectangle-height {
        height: 436px;
    }
    .group > .mh-advert > .adv-box.halfpage-height {
        height: 660px;
    }
}
@media all and (max-width:1119px) {
    .mh-container > .content > section > .group.lg {
        display: none;
    }    
    
    .mh-container > .content > .linker > .container > .next,
    .mh-container > .content > .linker > .container > .prev {
        display: block;
    }
    
}
@media all and (min-width:836px) and (max-width:1119px) {
    .mh-pre-container {
        width: 846px;
    }
    .mh-container, .mh-container > header {
        width: 836px;
    }
    .mh-container > header > .search-container,
    .mh-container > header > .menu-container {
        width: 490px;
    }
    .mh-container > header > .search-container input {
        width: 390px;
    }
    .mh-container > .content > section > .group.md {
        display: block;
    }    
    .group > .mh-advert > .adv-box {
        width: 419px;
    }
    .group > .mh-advert > .adv-box.rectangle-height {
        height: 330px;
    }
    .group > .mh-advert > .adv-box.halfpage-height {
        height: 670px;
    }
    .group > .mh-advert > .adv-box > .rectangle {
        margin: 20px auto 0;
    }
    .group > .mh-advert > .adv-box > .half-page {
        margin: 12px auto 0;
    }    
    .mh-container > .content > section > .group > .item {
        width: 411px;
        height: 160px;
    }
    .mh-container > .content > section > .group > .item > .content-box {
        height: 150px;
    }
    .mh-container > .content > section > .group > .item > .content-box > img {
        width: 200px;
        height: 150px;
    }
    .mh-container > .content > section > .group > .item > .content-box > div {
        width: 200px;
        height: 150px;
    }
    .mh-container > .content > section > .group > span.separator {
        height: 150px;
    }
    .mh-container > .content .side-left {
        width: 500px;
        float: left;
    }
    .mh-container > .content .side-right {
        width: 320px;
        float: right;
        text-align: center;
    }
    .mh-container > .content > section.mh-home.mh-hitbox > .item.full > a > img {
        width: 560px;
    }
    .mh-container > .content > section.mh-home.mh-hitbox > .item.part-3-4 {
        width: 553px;
    }
    .mh-container > .content > section.mh-home.mh-hitbox > .item.part-3-4 > a > img {
        width: 270px;
    }
    ul.mh-posts-list > li > .post-title {
        width: 388px;
    }
    ul.mh-posts-list > li > .post-title.admin {
        width: 340px;
    }
    ul.mh-posts-list > li > .post-comment {
        width: 410px;
    }
    ul.mh-posts-list > li > .post-comment.admin {
        width: 340px;
    }
    .mh-comments > form .area-comment,
    .mh-comments > form .area-captcha {
        width: 410px;
    }
}
@media all and (min-width:553px) and (max-width:1119px) {
    .mh-container > .content > section.mh-home.mh-others-webs > ul {
        width: 50%;
        float: left;
    }
    .mh-container > .content > section.mh-home.mh-others-webs > ul.mo-web {
        border-right: none;
    }
    .mh-container > .content > section.mh-home.mh-others-webs > ul.amis-web,
    .mh-container > .content > section.mh-home.mh-others-webs > ul.mo-web {
        margin-bottom: 0;
    }
    .mh-container > .content > section.mh-home.mh-others-webs > ul.rw-web,
    .mh-container > .content > section.mh-home.mh-others-webs > ul.wh-web {
        margin-top: 0;
    }
    .mh-container > .content > section.mh-home.mh-others-webs > ul.mo-web > li:last-child,
    .mh-container > .content > section.mh-home.mh-others-webs > ul.amis-web > li:last-child {
        border-bottom: 1px solid #cccccc;
    }
}
@media all and (max-width:835px) {
    .mh-container > .content > section.mh-home.mh-hitbox > .item.part-3-4 > div > .community {
        padding-top: 5px;
        padding-bottom: 0;
    }
/*    .mh-container > .content > section.mh-home.mh-hitbox > .item.part-3-4 > div > .details {
        height: auto;
    }*/
    .mh-container > .content > section.mh-home.mh-hitbox > .item.part-3-4 > div > .details > h2.title {
        font-size: 20px;
        margin: 12px 0;
        padding: 0;
    }
    .mh-container > .content > section.mh-home.mh-hitbox > .item.part-3-4 > div > .details > h2.title > a {
        font-size: 20px;
    }    
    .mh-container > .content > section.mh-home.mh-hitbox > .item.part-3-4 {
        width: 270px;
    }
    .mh-container > .content > section.mh-home.mh-hitbox > .item.part-3-4 > a > img {
        width: 270px;
        height: 248px;
    }
}
@media all and (min-width:553px) and (max-width:835px) {
    .mh-pre-container {
        width: 563px;
    }
    .mh-container, .mh-container > header {
        width: 553px;
    }
    .mh-container > header > .search-container {
        width: 205px;
    }
    .mh-container > header > .search-container input {
        width: 150px;
        margin-left: 15px;
    }
    .mh-container > header > .menu-container {
        display: none;
    }
    
   .mh-container > .content .side-left {
        width: 553px;
        float: none;
    }
    .mh-container > .content .side-right {
        width: 553px;
        float: none;
        text-align: center;
    }
    .mh-container > .content > section.mh-home.mh-hitbox > .item.full > a > img {
        width: 270px;
    }
    ul.mh-posts-list > li > .post-title {
        width: 443px;
    }
    ul.mh-posts-list > li > .post-title.admin {
        width: 395px;
    }
    ul.mh-posts-list > li > .post-comment {
        width: 465px;
    }
    ul.mh-posts-list > li > .post-comment.admin {
        width: 395px;
    }
    .mh-comments > form .area-comment,
    .mh-comments > form .area-captcha {
        width: 465px;
    }
    .mh-paginator > .tab-paginator > div.tab-paginator-pages span {
        margin: 0 9px;
    }
}
@media all and (max-width:552px) {
    .mh-pre-container {
        /*width: 330px;*/
        width: 100%;
    }
    .mh-container, .mh-container > header {
        /*width: 320px;*/
        width: 100%;
    }
    .mh-container > header > .search-container,
    .mh-container > header > .menu-container,
    .mh-container > header > button.search {
        display: none;
    }
    .mh-container > header > button.hamburger {
        width: 60px;
    }
    .mh-container > footer > ul {
        display: none;
    }
    .mh-container > footer > span.copy {
        margin-right: 15px;
        margin-bottom: 20px;
    }
    .mh-container > .content {
        margin: 5px auto;
        width: 320px;
    }
    .mh-container > .content > section > .group > .item {
        width: 270px;
        height: auto;
        margin-left: 25px;
        margin-right: 25px;
        padding-bottom: 10px;
    }
    .mh-container > .content > section > .group > .item > .content-box {
        height: auto;
    }
    .mh-container > .content > section > .group > .item > .content-box > div {
        height: auto;
        float: none;
        padding: 0 10px;
    }
    .mh-container > .content > section > .group > .item > .content-box > div > .title {
        height: auto;
        margin-bottom: 15px;
    }
    .mh-container > .content > section > .group > .item > .content-box > img {
        float: none;
    }
    .mh-container > .content > section > .group > .item > .content-box > div > .community {
        margin-bottom: 10px;
    }
    .mh-container > .content .side-left {
        width: 320px;
        float: none;
    }
    .mh-container > .content .side-right {
        width: 320px;
        float: none;
        text-align: center;
    }
    .mh-container > .content > section.mh-home.mh-hitbox, 
    .mh-container > .content > section.mh-home.mh-special {
        width: 270px;
        margin-left: auto;
        margin-right: auto;
    }
    .mh-container > .content > section.mh-home.mh-hitbox.separated {
        height: auto;
        padding-bottom: 10px;
    }
    .mh-container > .content > section.mh-home.mh-hitbox > .item.full > div > .community {
        padding-top: 5px;
        padding-bottom: 0;
    }
    .mh-container > .content > section.mh-home.mh-hitbox > .item.full > div > .details {
        height: auto;
    }
    .mh-container > .content > section.mh-home.mh-hitbox > .item.full > div > .details > h2.title {
        font-size: 20px;
        margin: 12px 0;
        padding: 0;
    }
    .mh-container > .content > section.mh-home.mh-hitbox > .item.full > div > .details > h2.title > a {
        font-size: 20px;
    }
    .mh-container > .content > section.mh-home.mh-hitbox > .item.full > a > img {
        width: 270px;
        height: 248px;
    }
    .mh-container > .content > section.mh-home.mh-hitbox > .item.part-3-4,
    .mh-container > .content > section.mh-home.mh-hitbox > .item.part-1-4 {
        float: none;
    }
    .mh-container > .content > section.mh-home.mh-others-webs > ul {
        width: 100%;
        float: none;
    }
    .mh-container > .content > section.mh-home.mh-others-webs > ul.amis-web,
    .mh-container > .content > section.mh-home.mh-others-webs > ul.mo-web,
    .mh-container > .content > section.mh-home.mh-others-webs > ul.rw-web,
    .mh-container > .content > section.mh-home.mh-others-webs > ul.wh-web {
        border-right: none;
    }
    .mh-container > .content > section.mh-home.mh-others-webs > ul > li {
        height: auto;
    }
    .mh-container > .content > section.mh-home.mh-others-webs > ul.amis-web,
    .mh-container > .content > section.mh-home.mh-others-webs > ul.mo-web,
    .mh-container > .content > section.mh-home.mh-others-webs > ul.rw-web {
        margin-bottom: 0;
    }
    .mh-container > .content > section.mh-home.mh-others-webs > ul.mo-web,
    .mh-container > .content > section.mh-home.mh-others-webs > ul.rw-web,
    .mh-container > .content > section.mh-home.mh-others-webs > ul.wh-web {
        margin-top: 0;
    }
    .mh-container > .content > section.mh-home.mh-others-webs > ul.mo-web > li:last-child,
    .mh-container > .content > section.mh-home.mh-others-webs > ul.amis-web > li:last-child,
    .mh-container > .content > section.mh-home.mh-others-webs > ul.rw-web > li:last-child {
        border-bottom: 1px solid #cccccc;
    }
    ul.mh-posts-list > li > .post-title {
        width: 207px;
    }
    ul.mh-posts-list > li > .post-title.admin {
        width: 160px;
    }
    ul.mh-posts-list > li > .post-comment {
        width: 230px;
    }
    ul.mh-posts-list > li > .post-comment.admin {
        width: 160px;
    }
    .mh-comments > form .area-comment {
        width: 230px;
    }
    .mh-comments > form .area-captcha {
        width: 100%;
        float: none;
    }
    
    .pdr {
        width: 320px!important; 
    }
    .pdr-img {
        width: 40%!important; 
    }
    .pdr_desc {
        width: 60%!important; 
    }
    .pdr_text {
        display: none!important;
    }
    .mh-paginator > .tab-paginator > div.tab-paginator-pages.tab-vs-xs {
        display: table-cell;
    }
    .mh-paginator > .tab-paginator > div.tab-paginator-pages.tab-hd-xs {
        display: none;
    }
    .mh-paginator > .tab-paginator > div.tab-paginator-pages span {
        margin: 0 3px;
    }
    .mh-paginator > .tab-paginator > div:first-child,
    .mh-paginator > .tab-paginator > div:last-child {
        width: 30px;
    }
}
/* ------ RWD ------ */
