/*
Theme Name: Movie2free
Description: Next Generation Movie2free
Version: 2.0
Author: MX_2014T
*/

body {
    background: #000;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
    padding: 0;
    margin: 0;
    min-width: 1200px;
    overflow-x: auto;
}

a, a:visited {
    color: #585858;
    text-decoration: none;
}

a:hover {
    color: #c6e633;
    text-decoration: underline;
}

a img {
    border: none;
}


img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: bicubic;
    backface-visibility: hidden;
    transform: translateZ(0);
}

a:focus, a:hover, a:active {
    outline: none;
}

li {
    list-style: none;
}

ul {
    list-style: none;
}

ul a {
    color: #ccc;
}

.clear {
    clear: both;
    display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#wrap {
    width: 1200px;
    margin: 0 auto;
    background-color: #000;
}

.content-main, .content-left, .content-right {
    padding: 4px;
    box-sizing: border-box;
}

.content-main {
    float: left;
    width: 65%;
    padding-left: 0;
    padding-right: 0;
}

.content-left {
    float: left;
    width: 17.5%;
    padding-left: 0;
}

.content-right {
    float: left;
    width: 17.5%;
    padding-right: 0;
}

#content {
    margin: 0 auto;
    color: #fff;
    width: 1200px;
    overflow: hidden;
}


.header {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAL0lEQVQYV2NUVlb+z4AE+Pn5GRiRBUECHz9+RAjCBECawCqRBcCCRkZG/0FakAEAnN4TOyNqMA4AAAAASUVORK5CYII=) repeat;
}

.header-left {
    width: 40%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.header-logo {
    float: left;
    padding: 10px;
}

.header-logo img {
    border: none;
    margin: 0;
    padding: 0;
}

.header-social {
    width: 40%;
    float: left;
    padding: 15px 10px 10px;
}

.header-right {
    width: 60%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    text-align: right;
}

.header-search {
    float: right;
    background: #333;
    border-radius: 3px;
    max-width: 300px;
    padding: 2px;
}

.header-search-icon {
    float: left;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 3px 0 0 3px;
    background: #fff;
    width: 20px;
    height: 20px;
    padding: 4px;
    color: #555;
    text-align: center;
}

.header-search-icon i.fa {
    margin-top: 1px;
    font-size: 18px;
}

.header-search-input {
    float: left;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 14px;
    height: 20px;
    outline: none;
    padding: 4px;
}

.header-search-button {
    color: #fff;
    float: left;
    border: 1px solid #ccc;
    border-left: none;
    border-radius: 0 3px 3px 0;
    font-size: 14px;
    height: 20px;
    padding: 4px 10px;
    box-sizing: content-box;
    background: #568800;
    background-image: -webkit-linear-gradient(top, #568800, #007403);
    background-image: -moz-linear-gradient(top, #568800, #007403);
    background-image: -ms-linear-gradient(top, #568800, #007403);
    background-image: -o-linear-gradient(top, #568800, #007403);
    background-image: linear-gradient(to bottom, #568800, #007403);
    outline: none;
}

.header-title {
    float: right;
    font-size: 16px;
    margin-bottom: 5px;
}

.header-title a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.header-title a:hover {
    color: #bdbd8c;
}


.navbar {
    color: #fff;
    width: 100%;
    position: relative;
    min-height: 50px;
    background: #232323;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    margin-bottom: 4px;
}

.nav {
    box-sizing: border-box;
    background: #232323;
    padding: 0;
    margin: 0;
    overflow: hidden;
    -webkit-box-shadow: inset 0 20px 10px -20px rgba(0,0,0,.8);
    -moz-box-shadow: inset 0 20px 10px -20px rgba(0,0,0,.8);
    box-shadow: inset 0 20px 10px -20px rgba(0,0,0,.8);
}

.nav li {
    float: left;
    display: block;
    position: relative;
}

.nav li a {
    position: relative;
    display: block;
    padding: 14px 20px;
    color: #fff;
    border-right: 1px solid #181818;
    border-left: 1px solid #333;
    background: #232323;
    font-size: 20px;
    text-decoration: none;
    font-weight: 500;
    transition: .3s;
    -webkit-box-shadow: inset 0 20px 10px -20px rgba(0,0,0,.8);
    -moz-box-shadow: inset 0 20px 10px -20px rgba(0,0,0,.8);
    box-shadow: inset 0 20px 10px -20px rgba(0,0,0,.8);
}

.nav li:first-child a {
    border-left: none;
}

.nav li:last-child a {
    border-right: none;
}

.nav li a:hover, .nav li a:active {
    color: #ccc;
    background: #333;
}

.nav li li a, .nav li li a:link, .nav li li a:visited {
    background: #333;
    color: #ccc;
    font-size: 11px;
    font-family: oswald, arial, serif;
    font-weight: 400;
    text-transform: uppercase;
    float: none;
    margin: 0;
    padding: 3px 5px;
    border-bottom: 1px solid #242424;
    border-left: 1px solid #161616;
    border-right: 1px solid #242424;
    border-top: 1px solid #414141;
}

.nav li li a:hover, .nav li li a:active {
    background: #333;
    color: #ccc;
    padding: 3px 5px;
    border-bottom: 1px solid #242424;
    border-left: 1px solid #191919;
    border-right: 2px solid #97c000;
    border-top: 1px solid #414141;
}

.nav li ul.sub-menu {
    float: left;
    margin-left: -2px;
    padding: 0;
    border: 1px solid #0e0e0e;
    width: 142px;
    box-shadow: 0 0 2px 2px #111;
}

.box {
    width: 100%;
    float: left;
    padding: 0;
    background: #191919;
    border: 1px solid #333;
    box-sizing: border-box;
    margin-bottom: 4px;
}

.box-header, .box h3 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 8px;
    border-bottom: 1px solid #333;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    box-sizing: border-box;
}

.box-header ul {
    float: left;
    list-style: none;
    margin: -6px 0 0 -3px;
    padding: 0;
}

.box-header li.menu-item {
    background: url(images/tam-nav.png) no-repeat right;
    margin: -2px -11px 0 0;
    padding: 0 11px 0 0;
    float: left;
    list-style: none;
}

.box-header li.menu-item a {
    background: url(images/sprite.png) 0 -133px no-repeat;
    color: #929292;
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    text-transform: uppercase;
    padding: 5px 20px 4px 29px;
}

.box-header li.menu-item a:hover,
.box-header li.current-menu-item a:active {
    background: url(images/sprite.png) 0 -103px no-repeat;
    color: #ccc;
    margin: 0 10px 0 0;
    padding: 5px 10px 2px 29px;
    text-decoration: none;
}

.box-header li.current-menu-item {
    background: url(images/tam-nav.png) no-repeat right;
    margin: -2px -11px 0 0;
    padding: 0 11px 0 0;
    float: left;
    list-style: none;
}

.box-header li.current-menu-item a {
    background: url(images/sprite.png) 0 -103px no-repeat;
    color: #ccc;
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    text-transform: uppercase;
    padding: 5px 20px 4px 29px;
}

.box-header li.current-menu-item a:hover,
.box-header li.current-menu-item a:active {
    background: url(images/sprite.png) 0 -103px no-repeat;
    color: #ccc;
    margin: 0 10px 0 0;
    padding: 5px 10px 2px 29px;
    text-decoration: none;
}

.box-content {
    padding: 4px;
}


.movie {
    position: relative;
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 4px;
}

.movie-box {
    position: relative;
    width: auto;
    height: 260px;
    background: #242424;
    color: #005baa;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding: 4px;
    border: 1px solid #444;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.movie-box:hover {
    border-color: #f88b00;
    transition: all .3s linear;
}

.movie-box .movie-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.movie-box .movie-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 4px;

    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: bicubic;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.movie-box .movie-title {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    padding: 4px;
    box-sizing: border-box;
    z-index: 3;
}

.movie-box .movie-title > a {
    word-wrap: break-word;
    color: #ffcb00;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    text-decoration: none;
}

.movie-box .movie-title > a > span {
    color: #ffcb00;
}

.movie-imdb {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    background: rgba(0, 0, 0, .9);
    margin: 4px;
    padding: 2px 6px;
    color: rgba(255, 255, 255, .9);
    border-radius: 0 0 2px 0;
    z-index: 3;
}

.movie-imdb b {
    position: relative;
}

.movie-imdb b:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    background: url(images/icon-star.png) no-repeat;
    background-size: 12px 12px;
}

.movie-imdb b span {
    margin-left: 14px;
}

.movie-corner, .movie-quality {
    width: 80px;
    position: absolute;
    text-align: center;
    line-height: 20px;
    letter-spacing: 1px;
    color: #f0f0f0;
    top: 10px;
    right: -20px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    font-weight: 700;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    text-shadow: 1px 1px 1px #222;
    z-index: 3;
    background: #666;
}

.movie-rating {
    position: absolute;
    top: 5px;
    left: 5px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    z-index: 3;
}


.movie-HD {
    background: #dc0603;
}

.movie-SD {
    background: #dc5419;
}

.movie-ZM, .movie-ZOOM {
    background: #0e9f00;
}

.movie-4K-HDR, .movie-4K {
    background: #E91E63;
}

.movie-UHD {
    background: #9C27B0;
}

.movie-FHD {
    background: #2196F3;
}

.movie-1080p {
    background: #00BCD4;
}

.movie-720p {
    background: #FF9800;
}


.movie-updating-banner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    background: rgba(255, 193, 7, 0.95);
    color: #fff;
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    z-index: 3;
    letter-spacing: 1px;
}

.movie-480p {
    background: #795548;
}


.featured-movies-section {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 4px;
}

.featured-movies-section .featured-movie-item {
    width: 14.285%;
    float: left;
    box-sizing: border-box;
    padding: 4px;
}


.featured-movies-section .movie-box {
    position: relative;
    height: 0;
    padding: 4px;
    padding-bottom: calc(150% + 4px);
}

.featured-movies-section .movie-box:hover {
    border-color: #f88b00;
}

.featured-movies-section .movie-box .movie-image {
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
}

.featured-movies-section .movie-box .movie-title,
.featured-movies-section .movie-box .movie-imdb,
.featured-movies-section .movie-box .movie-corner {
    position: absolute;
    z-index: 3;
}


.skeleton-box {
    background: linear-gradient(90deg, #2a2a2a 25%, #333 50%, #2a2a2a 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
}

.skeleton-footer {
    background: #444;
    color: transparent;
}

.skeleton-footer::after {
    content: '\00a0';
}


@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}











.empty-message {
    text-align: center;
    padding: 40px;
    color: #ccc;
}




#content h1 {
    color: #fff;
    font-size: 14px;
    font-family: oswald, arial, serif;
    font-weight: 400;
    margin: 0;
}


.title {
    float: left;
    width: 70%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-height: 24px;
}

.title .google-search {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.title .google-search img {
    width: 16px;
    height: 16px;
    display: block;
}

.title h1 {
    margin: 0;
    padding: 0;
    line-height: 1;
    display: inline-block;
}

.title h1 a {
    font-size: 16px;
    margin-left: 4px;
    color: #fff;
    text-decoration: none;
    line-height: 1;
}

.title h1 a:hover {
    color: #fff;
    text-decoration: none;
}


.filmicerik {
    margin: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    color: #818181;
    font-weight: 400;
    padding: 4px 0;
    box-sizing: border-box;
}
.movie-content {
    width: 100%;
    float: left;
    padding: 4px;
    background: #060606;
    border: 1px solid #333;
    box-sizing: border-box;
    margin-bottom: 2px;
    overflow: hidden;
    min-height: auto;
    position: relative;
}

.movie-header {
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
    display: table;
}

.movie-thumbnail {
    position: relative;
    float: left;
    width: 30%;
    height: 300px;
    box-sizing: border-box;
}

.movie-thumbnail img {
    border-radius: 4px 0 0 4px;
    width: 100%;
    height: 100%;
    border: 2px solid #222;
    box-sizing: border-box;
}

.movie-trailer {
    position: relative;
    float: left;
    width: 70%;
    height: 300px;
    box-sizing: border-box;
}

.movie-trailer iframe {
    width: 100%;
    height: 100%;
    border: 2px solid #222;
    border-left: none;
    border-radius: 0 4px 4px 0;
    box-sizing: border-box;
}


.movie-description {
    text-align: center;
}


.imdb-rating {
    background: url(images/IMDb.png) no-repeat;
    background-size: 100% 100%;
    width: 160px;
    height: 36px;
    vertical-align: top;
    display: inline-block;
}

.imdb-rating-content {
    margin: 1px 0 0 69px;
    font-size: 18px;
    color: #888;
}

.imdb-rating-content > span {
    font-size: 24px;
    color: #333;
}




.content-tags {
    float: left;
    padding: 4px;
    width: 100%;
    font-size: 12px;
}




.breadcrumb {
    float: right;
    width: 30%;
    font-size: 12px;
    color: #888;
    text-align: right;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 24px;
    line-height: 1;
}

.breadcrumb a {
    color: #888;
    text-decoration: none;
    line-height: 1;
}

.breadcrumb a:hover {
    color: #fff;
}

.breadcrumb span {
    margin: 0 5px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}


.movie-header:after,
.title:after {
    content: "";
    display: table;
    clear: both;
}




.featured-movie {
    position: relative;
}

.featured-movie::before {
    content: "🌟";
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 10;
    background: rgba(255, 203, 0, 0.9);
    color: #000;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: bold;
    text-shadow: none;
}

.featured-movie .movie-box {
    border: 2px solid #ffcb00;
    box-shadow: 0 0 10px rgba(255, 203, 0, 0.3);
}



.zmdb-player-container {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.zmdb-player-container iframe {
    width: 100%;
    height: 500px;
    border: none;
    border-radius: 4px;
    background: #000;
}



.no-player-message {
    width: 100%;
    height: 500px;
    background: #1a1a1a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
    border: 2px dashed #444;
    text-align: center;
}

.no-player-message h3 {
    color: #ff6b6b;
    margin-bottom: 10px;
    font-size: 18px;
}

.no-player-message p {
    margin-bottom: 15px;
    font-size: 14px;
}

.no-player-message .info-box {
    background: #2a2a2a;
    padding: 15px;
    border-radius: 4px;
    margin-top: 10px;
    max-width: 400px;
}

.no-player-message .info-box p {
    margin: 0;
    font-size: 14px;
    color: #ccc;
    line-height: 1.5;
}


@media (max-width: 768px) {
    .zmdb-player-container iframe {
        height: 300px;
    }
    
    .no-player-message {
        height: 300px;
        padding: 20px;
    }
}


.sidebar .count {
    font-size: 11px;
    color: #888;
    font-weight: normal;
}

.current-cat a {
    color: #c6e633 !important;
    background-image: url(images/nav-bullet-hov.gif) !important;
    background-color: #282828 !important;
}

.movie-footer {
    float: left;
    width: 100%;
    padding: 4px;
    color: #ccc;
    font-size: x-small;
    text-align: center;
    background: #444;
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
}

.movie-footer a {
    color: #fff;
}


.sidebar {
    width: 100%;
    overflow: hidden;
    float: left;
    background: #1d2729;
    border: 1px solid #333;
    box-sizing: border-box;
    margin-bottom: 4px;
}

.sidebar-header {
    width: 100%;
    background: #141414;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    color: #fafafa;
    text-align: center;
    text-transform: none;
}

.sidebar ul {
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
    color: #e0e0c8;
}

.sidebar ul li {
    float: left;
    text-align: left;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #e0e0c8;
    width: 100%;
}

.sidebar ul li a {
    display: block;
    font-size: 12px;
    padding: 6px 6px 6px 18px;
    text-decoration: none;
    overflow: hidden;
    text-align: left;
    border-top: 1px solid #494848;
    font-family: oswald, arial, sans-serif;
    background-image: url(images/nav-bullet.gif);
    background-position: left center;
    background-repeat: no-repeat;
    color: #bdbd8c;
}

.sidebar ul li a:hover {
    display: block;
    overflow: hidden;
    text-align: left;
    color: #fff;
    background-image: url(images/nav-bullet-hov.gif);
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #282828;
}

.content-left .sidebar ul li {
    width: 33.333%;
}


.navigation {
    display: block;
    color: #ccc;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.navigation li a {
    color: #fff;
    text-decoration: none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li span {
    background-color: #303030;
    border-radius: 3px;
    cursor: pointer;
    padding: 8px;
    margin: 0 2px;
    display: inline-block;
}

.navigation li a:hover, 
.navigation li.active a,
.navigation li a.current,
.navigation li.active span,
.navigation li span.current {
    background-color: #006705;
}

.navigation .page-numbers.current {
    background-color: #006705 !important;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    padding: 8px;
}


#footer {
    width: 1200px;
    margin: 0 auto;
    background: #161616;
    min-height: 60px;
    padding: 0;
    border-top: 1px solid #292929;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    padding: 10px;
    overflow: hidden;
}

.footeright {
    float: right;
    width: 60px;
    color: #ccc;
}

.footerleft {
    float: left;
    color: #ccc;
}

#footer a, #footer a:visited {
    color: #ccc;
    text-decoration: none;
}

#footer a:hover {
    color: #fff;
    text-decoration: underline;
}


.filmborder {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}


.rss-icon {
    background: url(images/html-icon.png) 0 0 no-repeat;
    width: 60px;
    height: 60px;
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.rss-icon:hover {
    background: url(images/html-icon.png) 0 -68px no-repeat;
}

.fb-icon {
    background: url(images/html-icon.png) -146px 0 no-repeat;
    width: 60px;
    height: 60px;
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.fb-icon:hover {
    background: url(images/html-icon.png) -146px -68px no-repeat;
}






.zmdb-player-container {
    position: relative;
    margin-bottom: 20px;
}

.no-player-message {
    color: #ccc;
    text-align: center;
    padding: 40px;
    background: #1a1a1a;
    border-radius: 4px;
    border: 2px dashed #444;
}




.notice {
    width: 100%;
    float: left;
    padding: 4px;
    background: #060606;
    border: 1px solid #333;
    box-sizing: border-box;
    color: #d60000;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 4px;
    overflow: hidden;
    min-height: auto;
    position: relative;
}


.notice img {
    max-width: 100%;
    height: auto;
    display: block;
}


.notice > div {
    min-height: auto;
}


.notice .center-content {
    margin-left: 15%;
    margin-right: 15%;
    padding: 0;
}


.notice .center-content a {
    display: block;
    margin: 2px 0;
    width: 100%;
}


.notice .center-content a img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
}


.notice .banner-footer-text {
    clear: both;
    text-align: center;
    padding-top: 10px;
    width: 100%;
}

.notice .banner-footer-text h2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.notice .banner-footer-text div {
    color: #d60000;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    line-height: 1.3;
}


.notice > div[style*="float: left"],
.notice > div[style*="float: right"] {
    box-sizing: border-box;
}



.page-content-banner {
    width: 100%;
    float: left;
    clear: both;
    padding: 15px 20px;
    background: #060606;
    border: 1px solid #333;
    box-sizing: border-box;
    margin-bottom: 4px;
}


.page-content-inner,
.page-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    color: #ccc;
}

.page-content {
    padding: 15px;
    font-size: 14px;
    line-height: 1.8;
}


.page-content-inner h1,
.page-content-inner h2,
.page-content-inner h3,
.page-content h1,
.page-content h2,
.page-content h3 {
    font-weight: bold;
    line-height: 1.3;
}

.page-content-inner h1 { font-size: 20px; margin: 0 0 10px 0; }
.page-content-inner h2 { font-size: 18px; margin: 0 0 10px 0; }
.page-content-inner h3 { font-size: 18px; margin: 0 0 10px 0; }

.page-content h1 { font-size: 24px; margin: 20px 0 10px 0; }
.page-content h2 { font-size: 20px; margin: 20px 0 10px 0; }
.page-content h3 { font-size: 18px; margin: 20px 0 10px 0; }
.page-content h4,
.page-content h5,
.page-content h6 { margin: 20px 0 10px 0; font-weight: bold; line-height: 1.3; }


.page-content-inner p { margin: 8px 0; }
.page-content p { margin: 10px 0; line-height: 1.8; }
.page-content-inner > p:first-child { margin-top: 0; }
.page-content-inner > p:last-child { margin-bottom: 0; }


.page-content-inner a,
.page-content a { text-decoration: underline; }


.page-content-inner strong,
.page-content-inner b,
.page-content strong,
.page-content b { font-weight: bold; }


.page-content-inner ul,
.page-content-inner ol {
    margin: 10px 0;
    padding-left: 20px;
}

.page-content ul,
.page-content ol {
    margin: 15px 0;
    padding-left: 30px;
}

.page-content-inner ul { list-style: disc; }
.page-content-inner ol { list-style: decimal; }
.page-content ul { list-style: disc; }
.page-content ol { list-style: decimal; }

.page-content-inner li { margin: 5px 0; list-style: inherit; }
.page-content li { margin: 8px 0; line-height: 1.6; list-style: inherit; }


.page-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 15px auto;
    border-radius: 4px;

    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: bicubic;
}

.page-content blockquote {
    margin: 20px 0;
    padding: 15px 20px;
    background: #1a1a1a;
    border-left: 4px solid #c6e633;
    font-style: italic;
}

.page-content table {
    width: 100%;
    margin: 15px 0;
    border-collapse: collapse;
}

.page-content table th,
.page-content table td {
    padding: 10px;
    border: 1px solid #333;
    text-align: left;
}

.page-content table th {
    background: #1a1a1a;
    font-weight: bold;
}

.page-content code {
    background: #1a1a1a;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: monospace;
    font-size: 13px;
}

.page-content pre {
    background: #1a1a1a;
    padding: 15px;
    border-radius: 4px;
    overflow-x: auto;
    margin: 15px 0;
}

.page-content pre code {
    background: none;
    padding: 0;
}
