html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

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;
}

strong {
	font-weight: 700;
}

img {
	border: 0;
	vertical-align: middle;
	vertical-align: middle;
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 40px;
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

button, input {
	color: inherit;
	font: inherit;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button {
	overflow: visible;
	text-transform: none;
	-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;
	color: inherit;
	font: inherit;
	margin: 0;
}

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;
}

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;
}

.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;
}

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;
}

.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.collapse {
	display: none;
}

.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 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;
}

.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-toggle {
	border-color: #ddd;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #ddd;
}

.navbar-default .navbar-collapse {
	border-color: #e7e7e7;
}

.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;
}

.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: " ";
}

.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, 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: #ffc600;
}

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 {
	background: #ffc600;
	border-color: #ffc600;
}

.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-header:before, .site-content:before, .site-footer:before, .site-header:before {
	content: " ";
	display: table;
}

.entry-content:after, .entry-header:after, .site-content:after, .site-footer:after, .site-header:after {
	content: " ";
	display: table;
	clear: both;
}

.site-header {
	padding: 10px 0 0;
	border-bottom: 5px solid #ffc600;
}

#header-main {
	padding: 5px 0 10px;
	max-width: 1170px;
	margin: 0 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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
	flex-wrap: wrap;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.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;
}

.navbar-default .navbar-nav>.current-menu-item>a {
	color: #ffc600;
	background-color: unset;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff !important;
	background-color: #ffc600;
}

nav {
	display: block;
}

.collapse.in {
	display: block;
}

.navbar-collapse.in {
	overflow-y: auto;
}

.container:after, .container:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before {
	display: table;
	content: " ";
}

.container:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after {
	clear: both;
}

.site-content {
	border-bottom: 8px solid #ddd;
}

.entry-header, .site-content {
	word-wrap: break-word;
}

.entry-header {
	text-align: center;
}

.main-container, .top-container {
	margin-top: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.ad-box-widget {
	clear: both;
	margin: 3rem 0;
}

.post-title span:after {
	content: " ";
	display: table;
}

.entry-content {
	padding: 0 10px 15px;
}

.entry-content a:hover {
	color: #ffc600;
}

.entry-content a {
	color: #fff;
}

hr.section-divider {
	border-color: #e8e8e8;
	margin-top: 20px;
	margin-bottom: 0;
	border-color: #333;
}

.fa-eye:before {
	content: "\f06e";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-bars:before {
	content: "\f0c9";
}

.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;
}

.tdA {
	padding: 3px 0;
}

.sidebar_tabs .sidebar-tabs-nav li.active a {
	background: #424242;
	color: #000;
	background: #424242;
	border: 0;
}

.post-box a:hover {
	opacity: .7;
	color: unset !important;
}

span.extend:after {
	content: "...";
}

.wp-pagenavi span.current {
	border-color: #ffc600;
	font-weight: 700;
}

.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;
	padding: 0 8px;
	margin-right: 10px;
	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;
	padding-left: 25px;
	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;
}

.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;
}

.form-inline .input-group .input-group-btn {
	width: 1%;
}

#header-main .form-inline {
	overflow: hidden;
	width: 500px;
	max-width: 90%;
	margin: 0 auto;
	padding: 30px 0 10px;
}

.wp-pagenavi {
	margin: 20px 0 30px;
	padding-top: 15px;
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #bfbfbf;
	padding: 5px 10px;
	margin: 1px;
	flex-grow: 1 !important;
	display: inline-flex;
}

.widget {
	line-height: 1.3;
}

.widget ul {
	margin: 0;
}

.widget-title {
	margin: 10px 0 15px;
	border-bottom: 3px solid #333;
}

.widget-title h2, .widget-title h3 {
	margin: 0 0 -3px;
	padding-right: 15px;
	padding-bottom: 8px;
	font-size: 1.5em;
	letter-spacing: 1px;
	border-bottom: 3px solid #ffc600;
	border-left: 5px solid #ffc600;
	padding-left: 10px;
	display: inline;
}

.widget-title .see-all {
	padding: 0 15px;
}

.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: #ffc600;
}

.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 #ffc600;
    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 #ffc600;
}

.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;
}

.copyright {
	border-color: #080808;
	padding: 15px 0;
}

.image-fit {
	display: block;
	width: 100%;
	height: 100%;
}

.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;
}

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;
}

.header-search {
	clear: both;
}

#fr:before {
	Content: "เรียงโดย: ";
}

.page-title {
    margin: 0;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1.6em;
}

.page-header {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.filters-select {
    min-width: 160px;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    background-color: #060608!important;
    position: relative;
    cursor: pointer;
    height: auto;
    padding: 0.55em 1em;
}
#filters .filters-select:before {
    content: "\f0b0";
    font-family: fontAwesome;
    margin-right: 5px
}

#filters .filters-select:after {
    content:"\f0d7";
    font-family: fontAwesome;
    margin-left: .3em;
	float: right;
}


#filters .filters-options {
    display: none;
    background-color: #222!important;
    border-top: 8px solid #282828!important;
    border-color: #282828!important;
    border-width: 1px;
    position: absolute;
    z-index: 99999;
    right: 1px;
    top: 100%;
    height: auto;
    font-size: inherit;
    box-shadow: none
}
#filters .filters-options span a:hover {
    color: #fff!important
}
#filters .filters-options span:hover {
    background-color: #000!important
}
#filters .filters-options span,#filters .filters-select:hover .filters-options {
    display: block;
    width: 160px;
}
#filters .filters-options span a {
    color: #eee;
    padding: .75em 1em;
    display: block
}

@media screen and (max-width: 485px) {
    .page-header h1,h2 {
        width:100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin: 2px 0;
    }

    .page-header {
        -ms-flex-wrap: wrap;
        align=center: center;
        display: flex;
        align-content: center;
        flex-direction: column;
        align-items: normal;
        text-align: center;
    }
}

.container.content-text-start, .container.content-text-full {
	margin-top: 1.5em;
	text-align: center !important;
	font-size: 14px;
}

.site-content .container.content-text-start {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

a.button-expand-text {
	cursor: pointer;
	position: relative;
	width: 20px;
	left: 50%;
	text-align: center;
	color: #fff;
	font-size: 1em;
	margin-top: 5px;
}

a.button-expand-text:after {
	content: '';
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	transform: rotate(45deg);
	width: 7px;
	height: 7px;
	margin-top: -5px;
}

.ribbon-quality {
  position: absolute;
  top: 5px;
  left: -25px;
  width: 80px;
  text-align: center;
  transform: rotate(-45deg);
  line-height: 15px;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  color: #FFFFFF;
  box-shadow: 0 5px 10px rgba(0,0,0,0.15);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.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;
	background: #252525;
	border-top: 1px solid #222;
	width: 100%;
	height: 20px;
	font-size: 12px;
	line-height: 1.5;
	color: #aaa;
	margin-top: 2px;
	font-family: inherit;
	border-top: 1px solid #222;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: space-around;
	justify-content: center;
	align-items: baseline;
}

.main-container .post-box .post-image img,.top-container .post-box .post-image img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.main-container .post-box .post-image,.top-container .post-box .post-image {
	overflow: hidden;
	width: 100%;
	position: relative;
	margin: 0;
	padding-top: 140%;
	background-color: #ddd;
}

.post-box .post-title {
	font-size: 14px;
	margin: 0;
	padding: 5px 0 0;
	text-align: center;
	height: 42px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.3;
}

.post-box .post-details .item-details {
	margin-right: 5px !important;
	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;
    display: -ms-inline-grid;
    margin-bottom: 15px;
}
.page-header .page-title {
    margin: 10px;
    line-height: 1.3;
    font-size: 30px;
    font-weight: 400
}
.page-header {
	background: #1e222b;
	border: 1px solid #ffc600;
	margin-bottom: 1em;
}

.post-list-main-container, .entry-movie-container {
	margin: auto .5rem;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(4, minmax(0,1fr));
	gap: 1rem;
}

.post-list-top-container {
	margin-bottom: 3rem !important;
	margin: auto .5rem;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(5, minmax(0,1fr));
	gap: 1rem;
}

.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 7rem;
	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;
}

.post-image:hover .post-tag-primary {
	background: #424242;
}

.post-tag-primary {
    font-weight: 400;
    font-size: 12px;
    line-height: .8;
    -webkit-border-radius: 0;
    background-color: #424242;
    color: #eee;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

span.post-published.updated.date {
	width: 100%;
	height: auto;
	display: block;
	line-height: 1.5;
	color: #f1f1f1;
	font-family: inherit;
	text-align: center;
	letter-spacing: 1px;
	background-color: #333;
	font-size: .8rem;
	margin: auto 0;
	white-space: nowrap;
}

.container.main-container {
	padding-bottom: 4rem;
}

.container.top-container {
	padding-right: 10px !important;
	padding-left: 10px !important;
	margin-right: auto;
	margin-left: auto;
}

.badge {
	background-color: red;
	color: white;
	padding: 0px 8px;
	text-align: center;
	border-radius: 5px;
	margin: 0 10px;
}

.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;
	}
}

@media(min-width: 768px) {
	.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;
	}

	.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%;
	}
}

@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 screen and (max-width: 680px) {
	a.larger.page, a.page.larger, span.extend {
		display: inline-table;
	}
}

@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, .entry-movie-container {
		margin: auto .5rem;
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(4, minmax(0,1fr));
		gap: 1rem;
	}

	.post-list-top-container {
		margin: auto .5rem;
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(4, minmax(0,1fr));
		gap: 1rem;
	}
}

@media only screen and (max-width: 767px) {
	.copyright .site-info span {
		display: block;
		width: 100%;
		padding: 3px 0;
		text-align: center;
	}
}

@media only screen and (max-width: 610px) {
	.post-list-main-container, .entry-movie-container {
		margin: auto .5rem;
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(3, minmax(0,1fr));
		gap: 1rem;
	}

	.post-list-top-container {
		margin: auto .5rem;
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(3, minmax(0,1fr));
		gap: 1rem;
	}

	.related-post .post-box .post-details {
		height: 20px !important;
	}

	.post-box .post-details .item-details {
		margin-right: 3px !important;
	}

	.post-box .post-details {
		height: 41px !important;
	}

	.ribbon-quality {
		width: 85px;
		left: -30px;
		line-height: 15px;
	}
}

@media only screen and (max-width: 479px) {
	.site-content .container.content-text-start {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 7;
	}

	.post-list-main-container, .entry-movie-container {
		margin: auto .5rem;
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(3, minmax(0,1fr));
		gap: 1rem;
	}

	.post-list-top-container {
		margin: auto .5rem;
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(3, minmax(0,1fr));
		gap: 1rem;
	}

	.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;
	}

}

@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(max-width:490px) {

    .post-list-top-container article:nth-last-child(-n+2) {
        display: none;
    }
    .post-list-main-container article:nth-last-child(-n+1) {
        display: none
    }

}

@media(min-width: 498px) and (max-width:640px) {

    .post-list-top-container article:nth-last-child(-n+2) {
        display: none;
    }
    .entry-movie-container article:nth-last-child(-n+2) {
        display: none;
    }
    .post-list-main-container article:nth-last-child(-n+2) {
        display: none;
    }

}

@media(min-width: 631px) and (max-width:1195px) {

    .post-list-top-container article:nth-last-child(-n+3) {
        display: none;
    }

}