@font-face {
	font-family: 'kanitlight';
	src: url('fonts/kanit-light-webfont.eot');
	src: url('fonts/kanit-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/kanit-light-webfont.woff2') format('woff2'), url('fonts/kanit-light-webfont.woff') format('woff'), url('fonts/kanit-light-webfont.ttf') format('truetype'), url('fonts/kanit-light-webfont.svg#kanitlight') format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

article, aside, figure, footer, header, main, nav, section {
	display: block;
}

a {
	background-color: transparent;
	color: #337ab7;
	text-decoration: none;
	background-color: transparent;
	text-decoration: none;
	outline: 0;
	color: #f1f1f1;
}

a:active, a:hover {
	outline: 0;
}

b, strong {
	font-weight: 700;
}

img {
	border: 0;
	vertical-align: middle;
	vertical-align: middle;
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 40px;
	margin: 0;
}

button, input, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
	background: #090909;
	border: 1px solid #040404;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

input {
	line-height: normal;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	background-color: transparent;
	border-collapse: collapse;
}

td {
	padding: 0;
	text-align: left;
	font-weight: 400;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a:focus, a:hover {
	color: #23527c;
	text-decoration: underline;
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

ul {
	margin-top: 0;
	margin-bottom: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin: auto;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.col-md-12, .col-md-3, .col-md-4, .col-md-8, .col-md-9, .col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-md-9 {
    padding-right: 5px;
    padding-left: 5px;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	transition: .7s all !important;
	padding: 0 0 0 30px !important;
	color: #000 !important;
	background: #fff url(images/search.svg) 5px 5px no-repeat !important;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:active:focus, .btn:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:focus, .btn:hover {
	color: #333;
	text-decoration: none;
}

.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active {
	color: #333;
	background-color: #e6e6e6;
	background-image: none;
	border-color: #adadad;
}

.btn-default:active:focus, .btn-default:active:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.input-group .form-control:focus {
	z-index: 3;
}

.input-group .form-control, .input-group-btn {
	display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-btn:last-child>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	z-index: 2;
	margin-left: -1px;
}

.input-group-btn>.btn {
	position: relative;
}

.input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
	z-index: 2;
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav>li {
	position: relative;
	display: block;
	padding: 0 .2rem;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
	padding: 10px 3px;
}

.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #eee;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	-webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
	overflow-y: auto;
}

.container>.navbar-collapse, .container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px;
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
	background-color: #1e222b;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-right: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-toggle:focus {
	outline: 0;
}

.navbar-nav {
	margin: 7.5px -15px;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

.navbar-default .navbar-nav>li>a {
	color: #777;
	font-weight: 400;
	margin: 0;
	font-size: 20px;
	color: #fafafa;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent;
	color: #fff !important;
	background-color: var(--vojkudee-accent-strong);
}

.navbar-default .navbar-toggle {
	border-color: #ddd;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #ddd;
}

.navbar-default .navbar-collapse {
	border-color: #e7e7e7;
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: inherit;
	vertical-align: baseline;
	border-radius: .25em;
}

a.label:focus, a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.list-group-item.selected, .list-group-item.selected:hover, .list-group-item.selected:focus {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}

button.list-group-item {
	color: #555;
	width: 100%;
	text-align: left;
}

button.list-group-item:focus, button.list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: var(--vojkudee-accent-strong);
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well-sm {
	padding: 9px;
	border-radius: 3px;
}

.entry-meta:after, .entry-meta:before, .clearfix:after, .clearfix:before, .container:after, .container:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .row:after, .row:before {
	display: table;
	content: " ";
}

.entry-meta:after, .clearfix:after, .container:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .row:after {
	clear: both;
}

.pull-right {
	float: right !important;
	float: right;
}

.pull-left {
	float: left !important;
	float: left;
}

html, body, div, span, iframe, p, a, img, fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	font-family: kanitlight, sans-serif, times new roman, Times, serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	color: #f1f1f1;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
	display: block;
	opacity: 1;
	background-image: linear-gradient(to bottom,#090812,#111520 100vh,#07090e 200vh);
}

.relative {
	position: relative;
}

h1, h2, h3, h4 {
	word-wrap: break-word;
	line-height: 1.2;
	font-weight: 400;
	margin: 15px 0;
}

a:active, a:focus, a:hover {
	color: var(--vojkudee-accent-strong);
}

a * {
	outline: 0;
}

a:active, a:focus, a:hover, a:link, a:visited {
	text-decoration: none;
}

a:active, a:focus, a:hover, a:visited {
	outline: 0;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}

:active, :focus, :hover, :visited {
	outline: 0;
}

p {
	margin-bottom: 1em;
	border: 0;
	outline: 0;
	padding: 0;
}

button:hover, input[type=submit]:hover {
	background: var(--vojkudee-accent-strong);
	border-color: var(--vojkudee-accent-strong);
}

.screen-reader-text {
	position: absolute !important;
	clip: rect(1px,1px,1px,1px);
}

.screen-reader-text:active, .screen-reader-text:focus, .screen-reader-text:hover {
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	display: block;
	clip: auto !important;
	line-height: normal;
	text-decoration: none;
	z-index: 100000;
}

.clear {
	clear: both;
}

.entry-content:before, .entry-footer:before, .entry-header:before, .site-content:before, .site-footer:before, .site-header:before, .story:before {
	content: " ";
	display: table;
}

.entry-content:after, .entry-footer:after, .entry-header:after, .site-content:after, .site-footer:after, .site-header:after, .story:after {
	content: " ";
	display: table;
	clear: both;
}

iframe {
	border: 0;
}

.site-header {
	padding: 10px 0 0;
	border-bottom: 5px solid var(--vojkudee-accent-strong);
}

#header-main {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.tdA img {
	width: 100%;
	height: auto;
	margin: 1px auto;
	display: block;
}

.banner-header {
	margin: 10px 0 0;
}

.banner-header p {
	margin-bottom: unset;
}

.banner-header img {
	vertical-align: middle;
	height: auto;
	max-width: 100%;
}

.site-header .container-logo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: stretch;
    flex-wrap: wrap;
    padding-right: 15px;
    padding-left: 15px;
    justify-content: space-evenly;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.nav.navbar-nav>li:first-child a:before {
	position: relative;
	font: normal normal normal 19px/1 FontAwesome;
	content: "\f015";
	margin: -9px 5px 0 0;
}

.site-content {
	border-bottom: 8px solid #ddd;
}

#breadcrumb {
	margin-top: -1em;
	padding: 0 15px;
	font: 14px/25px 'kanitlight', sans-serif;
	overflow: hidden;
}

#breadcrumb a {
	color: #aaa;
}

.entry-header, .site-content {
	word-wrap: break-word;
}

#breadcrumb, .entry-header {
	padding-left: 20px;
}

.article-header header.entry-header {
	padding: 10px 10px 0;
}

#main.site-main h1 {
	margin: 10px;
	line-height: 1.3;
	font-size: 30px;
	font-weight: 400;
}

.main-container {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* .entry-header .entry-meta {
	margin: 0 15px;
} */

.entry-meta {
	position: relative;
	border-bottom: 3px solid var(--vojkudee-accent-strong);
	padding-bottom: 1rem;
	display: block;
	font: 14px/25px 'kanitlight', Arial, Verdana, sans-serif;
	line-height: 2.5;
	text-wrap: pretty;
}

.post-title span:after {
	content: " ";
	display: table;
}

.related-post {
	margin: 0 0 3em auto;
	display: block;
	overflow: hidden;
	float: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	width: 100% !important;
}

.entry-header h1.post-title {
	font-size: 26px;
	line-height: 40px;
}

.post-date .updated {
	display: inline;
}

.post-date .updated+.entry-date {
	display: none;
}

time {
	cursor: help !important;
	border: 0 !important;
	border-bottom: 1px dotted #999 !important;
	text-decoration: none !important;
}

.entry-content {
	padding: 0 10px 15px;
}

.entry-content a:hover {
	color: var(--vojkudee-accent-strong);
}

.entry-content a {
	color: #fff;
}

.row2 {
	margin-bottom: 1em;
}

.entry-footer {
	background: #1d1d1d;
	border: 1px solid #323232;
	padding: 6px 8px;
	margin: 10px 0;
	line-height: 1.5;
	color: #ccc;
}

.next-post, .previous {
	position: relative;
	min-height: 20px;
	padding-right: 15px;
	padding-left: 15px;
}

.post-nav-bottom .previous .fa {
	margin-right: 5px;
}

.post-nav-bottom .next-post .fa {
	margin-left: 5px;
}

.post-nav-bottom .next-post {
	text-align: right;
}

.post-nav {
	margin-bottom: 10px;
	padding-top: 10px;
}

.post-nav-bottom {
	border-bottom: 6px solid var(--vojkudee-accent-strong);
	background: #1d1d1d;
	padding: 15px 0;
	margin-bottom: 18px;
	margin-top: 18px;
}

.post-nav-bottom>p {
	line-height: normal;
	color: var(--vojkudee-accent-strong);
	font-size: 14px;
}

.post-nav-bottom a {
	font-size: 14px;
	color: #fff;
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-bars:before {
	content: "\f0c9";
}

.fa-user:before {
	content: "\f007";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-star:before {
	content: "\f005";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-rss:before {
	content: "\f09e";
}

.color-star, .color-trophy {
	color: #f2af19;
}

.reportform select, .reportform textarea {
	margin-bottom: 20px;
	padding: 3%;
	color: #f44336;
}

.reportform {
	float: left;
	width: 100%;
	margin-bottom: 1rem;
	background-color: #1d1d1d;
	font-size: 18px;
}

.reportform .aff, .reportform .bff {
	width: 90%;
	padding: 2%;
	margin: auto;
}

.reportform input[type=text] {
	width: 94%;
	padding: 3%;
	border: 0;
	color: #969dae;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
}

.reportform input[type=submit] {
	border: 0;
	width: 100%;
	padding: 10px 0;
	background-color: #75badd;
	color: #fff;
	cursor: pointer;
}

.reportform textarea {
	width: 100%;
	height: 100px;
	border: 0;
	font-family: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
}

.reportform select {
	width: 100%;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
}

.reportform ::-webkit-input-placeholder {
	color: #969dae;
}

.reportform :-ms-input-placeholder {
	color: #969dae;
}

.tdA {
	padding: 3px 0;
}

.sidebar_tabs .sidebar-tabs-nav li.active a {
    color: #212121 !important;
    background: #FAFAFA;
    border: 0;
}

.post-box .post-image-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(61,55,55,.8);
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: inset 0 0 58px 14px #000;
	opacity: 0;
}

.post-box .post-image-overlay:hover {
	background-image: url(images/hover-icon-play.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: .8;
}

.imdb-rating {
	float: left;
}

.sidebar {
	background-image: url(images/rgba0-0-0_0-2.png);
}

.sidebar.well {
	display: flow-root;
	background-color: transparent;
	border: 1px solid #272727;
	background-image: url(images/rgba0-0-0_0-2.png);
}

.widget-title h3 {
	color: #f1f1f1;
}

.widget_categories li>a, .widget_categories2 li>a {
	display: block;
	font-weight: 400;
	position: relative;
}

.widget_categories li .count {
	float: right;
	margin-top: -21px;
}

.sidebar-widget.widget_categories li, .sidebar-widget.widget_categories2 li {
	border-bottom: 1px solid #333;
	border-bottom: 1px dotted #666;
	padding: 7px 0;
	margin-left: 0;
	/* background: url(images/12x15.png) 0 15px no-repeat;
	background-position: left; */
}

/* .sidebar-widget.widget_categories li:nth-child(2n), .sidebar-widget.widget_categories2 li:nth-child(2n) {
	background: #1d1d1d;
	background-image: url(images/12x15.png);
	background-repeat: no-repeat;
	background-position: left;
} */

.sidebar_tabs .sidebar-tabs-content .tab-pane {
	margin: 0;
	background: 0 0;
	border: none;
	margin: 0;
}

.post-thumbnail-image.thumbnail-content {
	width: 25% !important;
	float: left;
}

.post-thumbnail-image.thumbnail-content img {
	width: auto !important;
	max-width: 100%;
	height: 100% !important;
	max-height: 370px;
	margin: 0 auto;
	display: block;
}

.trailer {
	display: block;
	width: 49% !important;
	float: left;
	height: 360px;
	margin: 5px 0;
}

.trailer iframe {
	width: 100% !important;
	height: 100% !important;
	margin: 0;
	padding: 0;
}

.movie-like-buttons {
	text-align: center;
	margin: .5em;
	overflow: hidden;
	display: block;
}

.movie-like-buttons:before, .movie-like-buttons:after {
	display: table;
	content: " ";
}

.movie-like-buttons:after {
	clear: both;
}

.movie-like-buttons .likeThis {
	border-radius: 5px;
	font-size: 12px;
	display: inline-block;
	font-weight: 400;
	color: #ababab;
	background: url(images/likethis.png) no-repeat;
	height: 30px;
	padding: 5px 10px 30px 40px;
	cursor: pointer;
	background-size: cover;
	letter-spacing: 1px;
}

.movie-like-buttons .likeThis:hover {
	background: url(images/likethisdone.png) no-repeat;
	text-decoration: none;
	background-size: cover;
	letter-spacing: 1px;
}

.movie-like-buttons .likeThis:hover, .movie-like-buttons .likeThis.done {
	background: url(images/likethisdone.png) no-repeat;
	text-decoration: none;
	background-size: cover;
	letter-spacing: 1px;
}

.movie-like-buttons .likeThis.done {
	color: #e2c023;
	cursor: default;
}

.likeThis {
	display: block;
	display: block;
}

.likeThis:hover, .likeThis.done {
	text-decoration: none;
}

.likeThis.done {
	color: #ccc;
	cursor: text;
}

.likeThis:hover {
	text-decoration: none;
}

.social-url li .fa-brands, .social-url li .fa {
	padding: 5px;
	font-size: 27px;
	width: 40px;
	height: 40px;
	text-align: center;
	margin: 5px 2px;
	border-radius: 50%;
}

.social-url li a:hover, .social-url li a:focus, .social-url li a:hover {
	opacity: .7;
	color: #fff;
	text-decoration: none;
}

.social-url li .fa-facebook-f {
	background: #3b5998;
	color: #fff;
}

.social-url li .fa-twitter {
	background: #55acee;
	color: #fff;
}

.social-url li .fa-instagram {
	background: #125688;
	color: #fff;
}

.social-url li .fa-youtube {
	background: #b00;
	color: #fff;
}

.social-url li .fa-rss {
	background: #f60;
	color: #fff;
}

.social-url li {
	display: inline-block;
	margin: 1px;
	padding: 2px;
}

.social-url {
	text-align: left;
	margin: 0 auto;
	padding: 10px;
	list-style: none;
}

.social-share>li {
	padding: 1px;
	margin: 10px 5px;
}

.social-share>li img {
	padding: 0;
}

.social-share {
	box-sizing: border-box;
	list-style: none;
	-webkit-padding-start: 0;
	line-height: 1.4em;
	display: inline-flex;
	padding: 10px;
	margin: 10px 0;
	float: left;
	z-index: 94034;
	flex-wrap: wrap;
}

.social-share img {
	display: inline-block;
	margin-right: 5px;
	padding: 0 5px;
	top: 0;
}

.form-inline .input-group .input-group-btn {
	width: 1%;
}

#header-main .form-inline {
    position: relative;
    overflow: hidden;
    width: 500px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0 10px;
}

.widget {
	line-height: 1.3;
}

.widget ul {
	margin: 0;
}

.widget-title {
    margin: 15px 0px 15px;
    padding: 4px 0;
    border-bottom: 3px solid #333;
}

.widget-title h2, .widget-title h3, .widget.category-group-widget .widget-title {
	padding-right: 15px;
	padding-bottom: 8px;
	letter-spacing: 1px;
	border-bottom: 3px solid #ffc600;
	border-left: 5px solid #ffc600;
	padding-left: 10px;
	display: inline-block;
 font-size: 26px;
 line-height: 1.25;
 font-weight: 700;
}

.sidebar-widget {
    margin: 0 5px 30px
}

.sidebar_tabs .sidebar-tabs-nav li {
	width: 33.3%;
	margin: 0;
	padding: 0;
	text-align: center;
	border: none;
}

.sidebar_tabs .sidebar-tabs-nav li a {
	color: #fff;
	background: #060608;
	margin: 0;
	border: 0;
	font-size: 15px;
}

.sidebar_tabs .tab-pane ul {
	margin: 0;
	padding: 10px;
	list-style: none;
}

.sidebar_tabs .tab-pane li {
	border-bottom: 1px dashed #dfdfdf;
	color: #fff;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

.sidebar_tabs .tab-pane li img {
	width: 100px;
	height: 120px;
	float: left;
	margin: 0 10px 0 0;
	-webkit-transition: opacity .35s ease-in-out;
	-o-transition: opacity .35s ease-in-out;
	transition: opacity .35s ease-in-out;
}

.sidebar_tabs .tab-pane li img:hover {
	opacity: .4;
}

.sidebar_tabs .tab-pane h4 {
	font-size: 15px;
	text-transform: uppercase;
	line-height: 1.3;
	margin: 0;
	max-height: 80px;
	overflow: hidden;
	height: auto;
}

.widget.sidebar-widget.widget_categories2 {
	width: 100%;
	display: inline-block;
}

.widget.sidebar-widget.widget_categories {
	width: 100%;
	display: inline-block;
}

.sidebar-widget.widget_categories ul, .sidebar-widget.widget_categories2 ul {
	padding: 0;
	list-style: none;
}

.sidebar-widget.widget_categories li:first-child, .sidebar-widget.widget_categories2 li:first-child {
	padding-top: 0;
}

.sidebar-widget.widget_categories li:first-child:hover, .sidebar-widget.widget_categories li:hover, .sidebar-widget.widget_categories li:nth-child(2n):hover, .sidebar-widget.widget_categories2 li:first-child:hover, .sidebar-widget.widget_categories2 li:hover, .sidebar-widget.widget_categories2 li:nth-child(2n):hover {
	background: #313131;
	color: var(--vojkudee-accent-strong);
}

.sidebar-widget.widget_categories li span, .sidebar-widget.widget_categories li:first-child span, .sidebar-widget.widget_categories li:nth-child(2n) span {
	float: right;
}

li.cat-item.cat-item-5184 {
	background: url(images/shortcut-star.png) 0 15px no-repeat;
	background-position: left;
}

#page {
	overflow: hidden;
}

.content-site {
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	border-top: 8px solid var(--vojkudee-accent-strong);
    background: url(images/bgmov.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.content-site img {
	max-height: 83px;
	max-width: 250px;
}

.entry-content.page-description {
	text-align: left;
}

footer#colophon a {
	color: #fff;
	font-size: inherit;
}

footer#colophon a:hover {
	color: #eb2626;
	text-decoration: none;
}

footer#colophon {
	border-top: 8px solid var(--vojkudee-accent-strong);
}

.copyright {
	border-color: #080808;
	padding: 15px 0;
}

.image-fit {
	display: block;
	width: 100%;
	height: 100%;
}

.rating-content {
	margin: 1em 0;
	display: inline-block;
}

.rating-content .a {
	float: left;
	width: 45px;
}

.rating-content .a span {
	background-color: #000;
	border-radius: 3px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	height: 39px;
	line-height: 40px;
	text-align: center;
	width: 45px;
	display: inline-block;
	vertical-align: top;
}

.rating-content .b {
	float: left;
	width: calc(100% - 40px);
	margin-left: 5px;
	margin-top: 10px;
    margin-bottom: 10px;
}

.info-ratings-stars {
	font-size: 12px;
	margin: 5px 0 0;
}

.sidebar_tabs .ratingCount {
	display: block;
	margin-top: 5px;
}

.sidebar_tabs .info-ratings-stars {
	font-size: 12px;
	margin: 5px 0 0;
	position: absolute;
}

.main-player {
    display: block;
    width: 100%;
    margin: 5px 0;
}
.ad-box-widget {
    clear: both;
    margin: 1rem 0;
}

.realse #player2 {
	padding: 0 0 2%;
}

#player2 {
	width: 100%;
	float: left;
	padding: 2% 0;
	background: 0 0;
	text-align: center;
	position: relative;
}

.player_nav {
	width: 100%;
	padding: 0;
	float: left;
	background: #333;
}

.player_nav ul li {
	float: left;
	width: 17.1%;
}

.player_nav ul li a {
	float: left;
	width: 100%;
	margin: 0;
	text-align: center;
	background: #262b36;
	color: #fff;
	padding: 10px 0;
	font-size: 18px;
	font-weight: 600;
}

.player_nav ul li a:hover {
	color: #0cb5ff;
}

.player_nav ul li a.selected {
	background: #000;
	color: #0cb5ff;
}

.comments {
	width: 100% !important;
	border: none;
	visibility: visible;
	min-height: 280px;
	background-color: #ddd;
	margin: 20px 0 10px !important;
	display: flex;
	align-items: baseline;
}

.text-secondary {
	display: block;
	margin: 0 0 10px;
}

.stars-score {
	display: inline-flex;
	position: relative;
	overflow: hidden;
	margin: 10px;
}

.rating-content .bar {
	margin-bottom: 7px;
	overflow: hidden;
	width: 130px;
	font-size: 0;
	height: 13px;
	background: url(images/star-rating-sprite.png);
}

.rating-content .bar span {
	float: left;
	display: block;
	height: 13px;
	background: url(images/star-rating-sprite.png) 0 -13px;
}

.ribbon-quality {
	width: 80px;
	background: #dc0603;
	position: absolute;
	text-align: center;
	line-height: 20px;
	letter-spacing: 1px;
	color: #f0f0f0;
	top: 5px;
	left: -28px;
	right: auto;
	transform: rotate(-45deg);
	-webkit-transform: rotate(310deg);
	font-weight: 700;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	text-shadow: 1px 1px 1px #222;
}

.ribbon-soundsub {
	width: auto;
	background: #dc0603;
	position: absolute;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	line-height: 20px;
	color: #f0f0f0;
	top: 0px;
	right: 0px;
	left: auto;
	font-weight: 700;
	font-size: 13px;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	text-shadow: 1px 1px 1px #222;
}

.post-box .post-details {
	background: 0 0;
	border-top: 1px solid #222;
	width: 100%;
	height: 20px;
	font-size: 13px;
	line-height: 1.5;
	color: #aaa;
	margin-top: 2px;
	font-family: inherit;
	overflow: hidden;
	border-top: 1px solid #222;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
}

.main-container .post-box .post-image,.top-container .post-box .post-image {
    width: 100%;
    position: relative;
    margin: 0;
    /* padding-top:140%; */
    overflow: hidden;
}

.main-container .post-box .post-image img,.top-container .post-box .post-image img {
    /* width:100%; */
    /* position:absolute; */
    /* top:0; */
    /* right:0; */
    vertical-align: middle;
    width: 100%;
    border: 1px solid #131313;
}

.post-box .post-title {
	box-shadow: 0 0 3px #666;
	font-size: 14px;
	margin: 0;
	padding: 5px 0 0;
	color: #fff;
	background: #252525;
	text-align: center;
	height: 42px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.3;
}

.movie-title-wrap .title {
	font-size: 24px;
	background: #2b2b2b;
	padding: 15px;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.5;
}

.movie-title-wrap .title span {
	color: var(--vojkudee-accent-strong);
}

.post-box a:hover {
	color: unset !important;
}

.post-details span {
	margin-right: 9% !important;
	margin-top: 1px;
	display: inline-block;
}

.post-box .post-details>:last-child {
	margin-right: 0;
}

.post-box .post-details>* i.fa {
	padding-right: 1px;
}

.post-box {
    background: #1d1d1d;
    position: relative;
    margin-bottom: 10px;
}

.post-story {
	text-align: center;
	padding: 5px;
	float: none;
}

.post-story ul.social-share {
	float: none;
}

.post-story a {
	display: inline-block;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto;
}

.wp-caption {
	max-width: 40%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption img {
	border: 0;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.navplayer, .navplayer button {
	text-align: center;
	margin-top: 5px;
}

.box-info-movie:before {
	content: " ";
	display: table;
}

.box-info-movie:after {
	content: " ";
	display: table;
	clear: both;
}

.fa-list-ul:before {
	content: "\f0ca";
}

.color-star {
	color: #f2af19;
}

.post_vdo a:link, .post_vdo a:visited {
	border-radius: 6px;
	cursor: pointer;
	font-size: 20px;
	font-weight: 600;
	border: 2px solid #9a9a9a;
	display: inline-block;
	color: #fafafa;
	background-color: #8b0000;
	line-height: 35px;
	width: 95%;
	max-width: 100%;
	margin-top: 20px;
	padding: 5px 20px 5px 0px;
}

.post_vdo a:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.post_vdo {
	width: 100%;
	color: #f2af19;
	margin: 20px 0;
	padding: 10px 0;
	text-align: center;
}

.post_vdo p {
	margin: 10px 0;
}

.info-movie-item {
	font-size: 100%;
	line-height: 1.2;
	margin: 10px 0;
}

li.movie-item {
	padding: 3px;
	border-bottom: 1px solid #e6e6e6;
	height: auto;
	width: 100%;
	display: inline-block;
	overflow: hidden;
	margin: 10px;
}

.movie-item span {
	margin: 5px;
	float: left;
}

img.hand-point-right {
	height: auto;
	width: 75px;
	margin-right: 10px;
}

.box-info-movie {
    margin: 10px 0;
    font-size: inherit;
    background-color: #222;
    border-radius: 5px;
    overflow: hidden;
    line-height: 1.24;
    direction: ltr;
    padding: 10px;
    clear: both;
}

.box-info-movie .info-heading {
    font-size: 1.3em;
    margin: -17px -17px -5px;
    color: #cecece;
    background: #222 url(images/subC.png) repeat-x center;
    padding: 0px 15px;
}

img[data-lazyloaded] {
	opacity: 0;
	-webkit-transition: opacity 30ms ease-in-out;
	-moz-transition: opacity 30ms ease-in-out;
	-ms-transition: opacity 30ms ease-in-out;
	-o-transition: opacity 30ms ease-in-out;
	transition: opacity 30ms ease-in-out;
}

img.media-loaded {
	opacity: 1;
}

.ad-box-widget img {
	height: auto !important;
	max-width: 100%;
	margin: 0px auto;
}

.ad-box-widget p, .row2 .co {
	margin: 0 0 5px;
}

.co img {
	width: 62%;
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.row2:after {
	content: "";
	display: table;
	clear: both;
}

.header-search {
	clear: both;
}

.post-list-main-container {
	margin: auto .5rem;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(4, minmax(0,1fr));
	gap: 1.25rem;
}

.searches a, .post-tags-in a {
	color: #fff;
	font-size: 14px;
	margin: 0 5px 5px;
	padding: 5px;
	text-transform: uppercase;
	display: inline-block;
}

.post-tags-in {
	padding: 5px;
	margin: 10px 0;
	line-height: 1.5;
	color: #ccc;
	display: inline-block;
}

.story {
	height: auto !important;
	max-height: 950px;
	display: flex !important;
	margin: 5px;
	overflow: hidden;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.movie-title-wrap {
	text-align: center;
}

.wprc-container {
	display: block;
	float: right;
	width: 100%;
	margin: 20px 0;
}

.wprc-container.red-colorscheme .wprc-content {
	border-top: 4px solid #eb652e;
}

.wprc-container .wprc-content {
	background: #f6f6f6;
	border-top: 4px solid #fdce3a;
	width: 100%;
	padding: 20px;
	clear: both;
	box-shadow: 0 3px 3px #b8b8b8;
}

.wprc-content .left-section, .wprc-content .right-section {
	width: 50%;
}

.wprc-content .left-section {
	float: left;
}

.wprc-content .right-section {
	float: right;
	padding-left: 20px;
}

.wprc-content .right-section li {
	height: 100%;
}

div.wprc-content li {
	list-style: none outside none;
	margin: 0;
}

.wprc-content textarea, .wprc-content input[type=text], .wprc-content select {
	resize: none;
	width: 100%;
	padding: 5px;
}

.wprc-content, .wprc-content textarea, .wprc-content input, .wprc-content select, .wprc-content .left-section, .wprc-content .right-section {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}

.wprc-content .input-details {
	height: 135px;
}

.wprc-container.red-colorscheme button.wprc-submit, .wprc-container.red-colorscheme button.wprc-submit:hover, .wprc-container.red-colorscheme button.wprc-submit:active {
	background: #eb652e;
	border: 1px solid #eb652e;
	color: #fff;
}

.wprc-submit {
	padding: 1% !important;
	font-size: 128% !important;
	width: 100% !important;
}

.wprc-content .wprc-submit {
	margin-top: 10px;
}

.wprc-content button.wprc-submit, .wprc-content button.wprc-submit:hover, .wprc-content button.wprc-submit:active {
	background: #fdce3a;
	border: 1px solid #fdce3a;
	border-radius: 0;
	color: #946501;
	box-shadow: none;
}

span.post-like {
	margin: 0 10px;
}

.top-scroll {
    position: fixed;
    bottom: 30px;
    right: 2%;
    z-index: 10000;
    width: 50px;
    height: 50px;
    line-height: 38px;
    font-size: 34px;
    color: #0bb8e8;
    text-align: center;
    border: 5px solid #0bb8e8;
    cursor: pointer;
    opacity: .5;
    font-weight: 700;
    border-radius: 50%
}

.top-scroll:hover {
    opacity: 1
}

.top-scroll,.top-scroll:hover {
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in
}

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 5rem;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	margin-left: -50px;
	opacity: 0;
	transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.fa-hand-point-right.color-hand-point-right {
	animation: .5s linear 1s infinite alternate none running slidein;
	animation-duration: .5s;
	animation-name: slide-in;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	margin-right: 35px;
	color: gold;
	font-size: 24px;
}

.slide-in {
	animation-duration: 0.5s;
	animation-name: slide-in;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@media print {
	*, :after, :before {
		color: #000 !important;
		text-shadow: none !important;
		background: 0 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	a, a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	a[href^="#"]:after, a[href^="javascript:"]:after {
		content: "";
	}

	img, tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	.navbar {
		display: none;
	}

	.label {
		border: 1px solid #000;
	}
}

@media(min-width: 768px) {
	/* .container {
		width: 750px;
	} */

	.col-sm-12 {
		float: left;
		width: 100%;
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}

	.form-inline .input-group>.form-control {
		width: 100%;
	}

	.navbar {
		border-radius: 4px;
	}

	.navbar-header {
		float: left;
	}

	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-collapse.collapse {
		display: flex !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-collapse.in {
		overflow-y: visible;
	}

	.navbar-static-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}

	.container>.navbar-collapse, .container>.navbar-header {
		margin-right: 0;
		margin-left: 0;
	}

	.navbar-static-top {
		border-radius: 0;
	}

	.navbar-toggle {
		display: none;
	}

	.navbar-nav {
		float: left;
		margin: 0 auto;
	}

	.navbar-nav>li {
		float: left;
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.next-post, .previous {
		float: left;
		width: 50%;
	}
}

@media(min-width: 992px) {
	/* .container {
		width: 970px;
	} */

	.col-md-12, .col-md-3, .col-md-4, .col-md-8, .col-md-9 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}
}

@media(min-width: 1200px) {
	/* .container {
		width: 1170px;
		max-width: 1170px;
		width: 100%;
		margin: 0 auto;
	} */
}

@media(max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}

	.post-nav-bottom .next-post, .post-nav-bottom .previous {
		text-align: center;
		padding: 10px 15px;
	}
}

@media(max-width: 991px) {
	.ad-box-widget img {
		max-width: 90%;
	}

	.co video, .co img {
		width: 85%;
	}
}

@media only screen and (max-width: 1199px) {
	.post-list-main-container {
		margin: auto .5rem;
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(4, minmax(0,1fr));
		gap: 1.25rem;
	}
}

@media only screen and (max-width: 1199px) and (min-width:992px) {
	.post-thumbnail-image.thumbnail-content {
		display: block;
		width: 30% !important;
	}

	.trailer {
		display: block;
		width: 45% !important;
	}
    #toc-container {
    
        width: 24%!important;
    }
}

@media only screen and (max-width: 991px) {
	.post-thumbnail-image.thumbnail-content {
		display: block;
		width: 40% !important;
	}

	.trailer {
		display: block;
		width: 60% !important;
	}
    #toc-container {
    
        width: 100%!important;
    }
}

@media only screen and (max-width: 767px) {
	.copyright .site-info span {
		display: block;
		width: 100%;
		padding: 3px 0;
		text-align: center;
	}

	.realse {
		width: 100%;
		margin-right: 0;
	}
}

@media only screen and (max-width: 610px) {
	.post-box .post-details {
		height: 40px !important;
	}

	.story {
		display: block !important;
		height: auto !important;
		max-height: none;
	}

	.trailer {
		display: block !important;
		width: 100% !important;
		height: 260px !important;
	}

	.post-thumbnail-image.thumbnail-content {
		display: block !important;
		width: 70% !important;
		height: auto !important;
		float: none;
		margin: auto;
	}

	.player_nav {
		width: 100%;
		padding: 2%;
	}

	.player_nav ul li {
		width: 50%;
	}

	.player_nav ul li a {
		width: 98%;
		margin-bottom: 1.5%;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	.post-list-main-container {
		margin: auto .5rem;
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(3, minmax(0,1fr));
		gap: 1.25rem;
	}
}

@media only screen and (max-width: 479px) {
	.post-tag-primary {
		font-size: 11px;
		line-height: .5;
	}

	.entry iframe, .post_vdo iframe {
		max-height: 100%;
	}

	.post-box .post-title {
		font-size: 13px;
		height: 55px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.entry-content .post-image {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.post-list-main-container {
		margin: auto .5rem;
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(2, minmax(0,1fr));
		gap: 1.25rem;
	}

	.col-in1 {
		font-size: 14px !important;
	}
}

/* @media(max-width: 359px) {
	.container {
		width: 320px;
	}
}

@media(min-width: 360px) and (max-width:374px) {
	.container {
		width: 350px;
	}
}

@media(min-width: 375px) and (max-width:411px) {
	.container {
		width: 375px;
	}
}

@media(min-width: 412px) and (max-width:479px) {
	.container {
		width: 412px;
	}
}

@media(min-width: 480px) and (max-width:639px) {
	.container {
		width: 480px;
	}
}

@media(min-width: 640px) and (max-width:767px) {
	.container {
		width: 623px;
	}
}

@media(min-width: 768px) and (max-width:799px) {
	.container {
		width: 750px;
	}
}

@media(min-width: 800px) and (max-width:1023px) {
	.container {
		width: 790px;
	}
}

@media(min-width: 1024px) and (max-width:1279px) {
	.container {
		width: 990px;
	}
}

@media(min-width: 1280px) and (max-width:1365px) {
	.container {
		width: 1270px;
	}
}

@media(min-width: 1366px) {
	.container {
		width: 1350px;
	}
} */

@keyframes slide-in {
	from {
		translate: 25px;
	}
}

    @media (min-width: 640px) {
        .container {
            width: 100%
        }
    }

	@media (min-width: 400px) {
		.container {
			max-width: 400px
		}
	}

	@media (min-width: 640px) {
		.container {
			max-width: 640px
		}
	}

	@media (min-width: 768px) {
		.container {
			max-width: 768px
		}
	}

	@media (min-width: 1024px) {
		.container {
			max-width: 1024px
		}
	}

	@media (min-width: 1280px) {
		.container {
			max-width: 1280px
		}
	}

.container {
    padding-left: 15px;
    padding-right: 15px;
}
.container {
    margin-left: auto;
    margin-right: auto;
}

    .widget.sidebar-widget.widget_categories2 li:nth-last-child(11) {
    background: url(https://testym.mmmaq.com/wp-content/themes/doonung/images/shortcut-star.png) 0 15px no-repeat;
    background-position: left
    }

/* ===== 2026 theme refresh: stronger contrast, calmer premium blue palette ===== */
:root{
    --vojkudee-bg: #0b1220;
    --vojkudee-surface: #111a2e;
    --vojkudee-surface-2: #17233d;
    --vojkudee-surface-3: #1d2b4a;
    --vojkudee-border: rgba(148, 163, 184, 0.18);
    --vojkudee-text: #e5edf8;
    --vojkudee-muted: #9eb0ca;
    --vojkudee-accent: #60a5fa;
    --vojkudee-accent-strong: #3b82f6;
    --vojkudee-accent-soft: rgba(96, 165, 250, 0.18);
    --vojkudee-highlight: var(--vojkudee-accent-strong);
    --vojkudee-card-shadow: 0 14px 32px rgba(2, 8, 23, 0.38);
}

body{
    background:
        radial-gradient(circle at top, rgba(59,130,246,0.08), transparent 32%),
        linear-gradient(180deg, #0b1220 0%, #0f172a 45%, #0b1220 100%);
    color: var(--vojkudee-text);
}

a{
    color: var(--vojkudee-text);
    transition: color .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
a:focus, a:hover{
    color: var(--vojkudee-accent)!important;
    text-decoration: none;
}
::selection{
    background: var(--vojkudee-accent)!important;
    color: #08111f;
}

.site-header{
    border-bottom: 4px solid var(--vojkudee-accent-strong);
    background: linear-gradient(180deg, rgba(9,14,28,0.94), rgba(9,14,28,0.84));
    backdrop-filter: blur(8px);
}

.navbar-default{
    background: #101a2e;
    border-color: rgba(96,165,250,0.18);
}
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text{
    color: #dbe8ff;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.current-menu-item>a,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover{
    color: var(--vojkudee-accent);
    background: transparent;
}
.navbar-default .navbar-toggle{
    border-color: rgba(96,165,250,0.28);
    color: #dbe8ff;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover{
    background: rgba(96,165,250,0.12);
}

#header-main .form-control,
#header-main input[type="text"],
#header-main input[type="search"]{
    background: #0f172a;
    border: 1px solid rgba(96,165,250,0.18);
    color: var(--vojkudee-text);
    box-shadow: none;
}
#header-main .btn,
#searchformsubmit,
.btn.btn-default,
.see-all .btn{
    background: linear-gradient(135deg, var(--vojkudee-accent-strong), var(--vojkudee-highlight));
    border: 1px solid transparent;
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(59,130,246,0.22);
}
#header-main .btn:hover,
#searchformsubmit:hover,
.btn.btn-default:hover,
.see-all .btn:hover{
    color: #fff;
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.breadcrumb{
    color: var(--vojkudee-muted);
}
.breadcrumb a{
    color: var(--vojkudee-muted);
}
.breadcrumb a:hover{
    color: var(--vojkudee-accent);
}

.page-header{
    background: linear-gradient(180deg, rgba(17,26,46,0.9), rgba(17,26,46,0.5));
    border: 1px solid var(--vojkudee-border);
    border-radius: 18px;
    padding: 18px 18px 8px;
    margin-bottom: 18px;
    box-shadow: var(--vojkudee-card-shadow);
}
.page-title{
    color: #f8fbff;
}
.category-intro{
    margin: 10px 0 8px;
    padding: 12px 14px;
    background: rgba(96,165,250,0.08);
    border-left: 4px solid var(--vojkudee-accent-strong);
    border-radius: 12px;
    color: var(--vojkudee-text);
}
.category-intro p{
    margin: 0;
    line-height: 1.8;
    color: var(--vojkudee-text);
}

.widget-title h2,
.widget-title h3,
.widget.category-group-widget .widget-title{
    border-bottom-color: var(--vojkudee-accent-strong);
    border-left-color: var(--vojkudee-accent-strong);
    color: #f8fbff;
}
.main-container .post-box h2 a:hover,
.top-container .post-box h2 a:hover{
    color: var(--vojkudee-accent);
}

.post-box{
    background: linear-gradient(180deg, rgba(17,26,46,0.96), rgba(13,20,36,0.96));
    border: 1px solid var(--vojkudee-border);
    border-radius: 14px;
    box-shadow: var(--vojkudee-card-shadow);
}
.post-box .post-details{
    border-top-color: rgba(148,163,184,0.14);
    color: var(--vojkudee-muted);
	border-radius: 14px;
}
.post-box .entry-header .post-title{
    color: #f4f8ff;
}
.post-box .post-image{
    background-color: #0f172a;
}
.post-box .post-image-overlay{
    background: linear-gradient(180deg, rgba(15,23,42,0.1), rgba(15,23,42,0.72));
    box-shadow: inset 0 0 58px 14px rgba(2,8,23,0.78);
}
.post-box .post-image-overlay:hover{
    opacity: .9;
}
.ribbon-quality,
.ribbon-soundsub{
    background: linear-gradient(135deg, var(--vojkudee-accent-strong), var(--vojkudee-highlight));
}

.sidebar.well,
.sidebar{
    background-image: none;
    background-color: rgba(15,23,42,0.6);
    border-color: var(--vojkudee-border);
    border-radius: 18px;
}
.sidebar-widget.widget_categories li,
.sidebar-widget.widget_categories2 li,
.sidebar-widget.widget_meta li{
    border-bottom-color: rgba(148,163,184,0.12);
}

.entry-summary-lead{
    margin: 14px 0 16px;
    padding: 14px 16px;
    background: linear-gradient(180deg, rgba(96,165,250,0.1), rgba(167,139,250,0.08));
    border: 1px solid rgba(96,165,250,0.16);
    border-left: 4px solid var(--vojkudee-accent-strong);
    border-radius: 14px;
    box-shadow: var(--vojkudee-card-shadow);
}
.entry-summary-lead p{
    margin: 0;
    color: #edf4ff;
    line-height: 1.85;
}

.movie-box{
    background: linear-gradient(180deg, rgba(17,26,46,0.95), rgba(12,19,33,0.95));
    border: 1px solid var(--vojkudee-border);
    border-radius: 18px;
    box-shadow: var(--vojkudee-card-shadow);
}
.movie-box h2{
    color: #f8fbff;
}
.movie-box h3{
    color: #eaf2ff;
}
.movie-box p{
    color: #dbe7f8;
}
.movie-short-story{
    border-left-color: var(--vojkudee-accent-strong) !important;
    background: linear-gradient(180deg, rgba(96,165,250,0.1), rgba(17,26,46,0.92)) !important;
}

#table-of-contents{
    border-color: rgba(96,165,250,0.16);
    box-shadow: var(--vojkudee-card-shadow);
}

.site-content [class*=navigation] a,
.wp-pagenavi a,
.wp-pagenavi span{
    background: #101a2e;
    border-color: rgba(96,165,250,0.18);
    color: #eaf2ff;
    border-radius: 10px;
}
.site-content [class*=navigation] a:hover,
.wp-pagenavi a:hover,
.wp-pagenavi span.current{
    background: var(--vojkudee-accent-strong);
    border-color: var(--vojkudee-accent-strong);
    color: #fff;
}

@media (max-width: 767px){
    .page-header{
        padding: 16px 14px 8px;
        border-radius: 14px;
    }
    .category-intro,
    .entry-summary-lead{
        padding: 12px 14px;
        border-radius: 12px;
    }
    .post-box{
        border-radius: 12px;
    }
}


/* hub-link-box */
.vojku-hub-link-box {
    width: 30%;
    position: relative;
    padding: 18px 18px 16px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 14px;
    background: rgba(255,255,255,.03);
    transition: all .2s ease;
}

.vojku-hub-link-box:hover {
    border-color: rgba(225,27,34,.35);
    background: rgba(255,255,255,.05);
    transform: translateY(-2px);
}

.vojku-hub-link-box__label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(225,27,34,.12);
    color: #ff6b6b;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .02em;
}

.vojku-hub-link-box__title {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
}

.vojku-hub-link-box__title a {
    color: #fff;
    text-decoration: none;
    transition: color .2s ease;
}

.vojku-hub-link-box__title a:hover {
    color: #ff4d4d;
}

.vojku-hub-link-box__desc {
    margin: 0 0 14px;
    color: rgba(255,255,255,.78);
    font-size: 14px;
    line-height: 1.6;
}

.vojku-hub-link-box__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 10px;
    background: rgba(255,255,255,.04);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s ease;
}

.vojku-hub-link-box__button:hover {
    border-color: #e11b22;
    background: #e11b22;
    color: #fff;
}

@media (max-width: 767px) {
    .vojku-hub-link-box {
        padding: 16px 14px 14px;
								width: 100%;
    }

    .vojku-hub-link-box__title {
        font-size: 19px;
    }

    .vojku-hub-link-box__desc {
        font-size: 13px;
    }

    .vojku-hub-link-box__button {
        width: 100%;
    }
}
/* hub-link-box */