/*
Theme Name: Foreground
Theme URI: -
Author: -
Author URI: -
Description: -
Version: 1.2.3.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: foreground
Tags: -
Tested up to: 5.6.2
Requires PHP: 5.6
*/

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#Open Sans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'kanitregular';
    src: url('fonts/kanit-regular-webfont.eot');
    src: url('fonts/kanit-regular-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/kanit-regular-webfont.woff2') format('woff2'),url('fonts/kanit-regular-webfont.woff') format('woff'),url('fonts/kanit-regular-webfont.ttf') format('truetype'),url('fonts/kanit-regular-webfont.svg#kanitregular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@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,body,div,span,applet,object,iframe,p,blockquote,a,abbr,acronym,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,fieldset,form,label,legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline
}

.relative {
    position: relative;
}

:focus {
    outline: 0
}

ol,ul {
    list-style: none;
    padding: 0;
    margin: 0
}

table {
    border-collapse: collapse
}

caption,th,td {
    text-align: left;
    font-weight: 400
}

blockquote:before,blockquote:after,q:before,q:after {
    content: ""
}

blockquote,q {
    quotes: "" ""
}



body {
    font-family: 'open sans',Arial,Verdana,sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	color: #f1f1f1;
	background-color: #313131;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
	display: block;
	opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'kanitlight',Arial,Georgia, sans-serif;
  word-wrap: break-word;
  font-weight: 400;
  margin: 15px 0;
}
a:hover,a:focus,a:active {
    color: #ffeb3b
}

a {
    background-color: transparent;
    text-decoration: none;
    outline: 0;
}

a * {
    outline: 0;
}

a:hover,a:focus,a:link,a:visited,a:active {
  text-decoration: none;
}

a:active,a:hover,a:focus,a:visited {
    outline: 0;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear
}

*:focus,*:active,*:visited,*:hover {
    outline: 0
}
p {
	margin-bottom: 1em;
	border: 0;
	outline: 0;
	padding: 0
}
div,em,fieldset,form,i,iframe,img,label,li,p,span,strong,ul {
	margin: 0;
	padding: 0;
	border: 0;
	background: 0 0
}
button {
	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
}
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px,1px,1px,1px)
}
.screen-reader-text:hover,.screen-reader-text:active,.screen-reader-text:focus {
	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
}

.header-search {
    clear: both;
}

.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
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
article,aside,details,figcaption,figure,footer,header,main,nav,section,summary {
	display: block
}
a {
	background-color: transparent
}
a:active,a:hover {
	outline: 0
}
strong {
	font-weight: 700
}
img {
	border: 0
}
figure {
	margin: 1em 40px
}
button,input,select {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button,select {
	text-transform: none
}
button {
	-webkit-appearance: button;
	cursor: pointer
}
button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0
}
input {
	line-height: normal
}
.form-control {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    transition: .7s all!important;
    padding: 0px 0px 0px 30px!important;
    color: #000!important;
    background: #fff url(images/search.svg) 5px 5px no-repeat!important;
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
@media print {
	*,*:before,*:after {
		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 {
		content: ""
	}
	img {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	p,h2,h3 {
		orphans: 3;
		widows: 3
	}
	h2,h3 {
		page-break-after: avoid
	}
	.navbar {
		display: none
	}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
input,button,select {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
figure {
	margin: 0
}
img {
	vertical-align: middle
}
.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
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
    line-height: 1.1;
}

.h1,.h2,.h3,h1,h2,h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h4,.h5,.h6,h4,h5,h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4,h4 {
    font-size: 18px
}

.h5,h5 {
    font-size: 14px
}

.h6,h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}
ul {
	margin-top: 0;
	margin-bottom: 10px
}
ul ul {
	margin-bottom: 0
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	margin-right: -15px;
	margin-left: -15px
}
.col-md-3,.col-md-4,.col-md-8,.col-md-9,.col-sm-12,.col-md-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}
.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
}
.movie-section-trailer {
    text-align: center;
}
.movie-title-wrap {
    background: #212121;
    padding: 15px;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: center;
}

.movie-title-wrap .title span {
    color: #ffeb3b
}
.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,-webkit-box-shadow ease-in-out .15s;
	-o-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
}
.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:focus,.btn:active:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.btn:hover,.btn:focus {
	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:hover,.btn-default:active:focus {
	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
}
.fade.in {
	opacity: 1
}
.collapse {
	display: none
}
.collapse.in {
	display: block
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.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-btn,.input-group .form-control {
	display: table-cell
}
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}
.input-group .form-control:first-child {
	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
}
.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}
.input-group-btn>.btn {
	position: relative
}
.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active {
	z-index: 2
}
.input-group-btn:last-child>.btn {
	z-index: 2;
	margin-left: -1px
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.nav>li {
	position: relative;
	display: block;
	padding: 0px .2rem;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px;
}
.nav>li>a:hover,.nav>li>a:focus {
	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:hover,.nav-tabs>li.active>a:focus {
	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 {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

.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
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}
@media (min-width: 768px) {
	.navbar-static-top {
		border-radius:0
	}
}
.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 {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}
.navbar-default .navbar-nav>li>a {
	color: #777
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
	color: #333;
	background-color: transparent
}
.navbar-default .navbar-toggle {
	border-color: #ddd
}
.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none
}
.pager .next>a {
	float: right
}
.pager .previous>a {
	float: left
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}
.embed-responsive iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%
}
.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:before,.clearfix:after,.container:before,.container:after,.row:before,.row:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after {
	display: table;
	content: " "
}
.entry-meta:after,.clearfix:after,.container:after,.row:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after {
	clear: both
}
.pull-right {
	float: right !important
}
.pull-left {
	float: left !important
}


.box-info-movie:before,.entry-content:before,.entry-footer:before,.entry-header:before,.entry:before,.post-item-wrapper:before,.site-content:before,.site-footer:before,.site-header:before,.story:before {
    content: " ";
    display: table
}

.box-info-movie:after,.entry-content:after,.entry-footer:after,.entry-header:after,.entry:after,.post-item-wrapper:after,.site-content:after,.site-footer:after,.site-header:after,.story:after {
    content: " ";
    display: table;
    clear: both
}
iframe {
	border: 0
}
/**********  My Color  **********/
.nav.navbar-nav>li:first-child a:before {
    position: relative;
    font: normal normal normal 19px/1 FontAwesome;
    content: "\f015";
    margin: -9px 5px 0 0;
}
button:hover {
	background: #ffeb3b;
	border-color: #ffeb3b
}
.navbar-default .navbar-nav>.current-menu-item>a {
	color: #ffeb3b;
	background-color: unset
}
.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color: #ffeb3b
}
.entry-header h1 {
	border-left: 5px #ffeb3b solid;
	padding-left: 10px
}
.entry-header .entry-meta {margin: 15px 15px 15px;}
.site-header {
	border-bottom: 5px solid #ffeb3b
}
.logo {
	margin-top: 0
}
a:hover,a:focus,a:active {
	color: #ffeb3b
}
button:hover {
	background: #ffeb3b;
	border-color: #ffeb3b
}
.site-content [class*=navigation] a:hover {
	background: #ffeb3b
}
.sidebar_tabs .sidebar-tabs-nav li.active a {
	background: #ffeb3b
}
.wp-pagenavi span.current {
	border-color: #ffeb3b
}
.page-header {
	margin-top: 20px;
	padding: 15px 20px 5px;
	border: 1px solid #ffeb3b;
	background-image: url(images/rgba0-0-0_0-2.png)
}
.site-content [class*=navigation] a:hover {
	background: #ffeb3b
}

.widget-title {
    margin: 5rem 0 2rem;
    border-bottom: 3px solid #333
}
.widget-title h3 {
    margin: 0 0 -3px;
    padding-left: 10px;
    padding-right: 15px;
    padding-bottom: 8px;
    font-size: 28px;
    letter-spacing: 1px;
    border-bottom: 3px solid #ffeb3b;
    border-left: 5px #ffeb3b solid;
    display: inline-block;
}
.widget-title h2 {
    font-size: 28px;
    margin: 0 0 -3px;
    padding-left: 10px;
    padding-right: 15px;
    padding-bottom: 8px;
    letter-spacing: 1px;
    border-bottom: 3px solid #ffeb3b;
    border-left: 5px solid #ffeb3b;
    display: inline-block
}
.sidebar_tabs .sidebar-tabs-nav li.active a {
	color: #000;
	background: #ffeb3b;
	border: 0
}
.page-title {
	margin: 0 0 10px!important;
	letter-spacing: 1px;
}
.content-site {
    background: #1f1f1f;
    color: #a0a5aa;
    font-size: 14px;
    text-align: center;
    padding: 2em 0;
    overflow: hidden;
    border-top: 8px solid #ffeb3b
}
.content-site img {
    max-height: 83px;
    max-width:250px;
}
.entry-content.page-description {
    text-align: left;
}
a:hover,a:focus,a:active {
	color: #ffeb3b
}
.entry-meta {
	position: relative;
	border-bottom: 3px solid #ffeb3b;
	padding-bottom: 1rem;
	display: block;
	font: 14px/25px 'kanitlight',Arial,sans-serif;
	line-height: 2.5;
}
/**********  END My Color  **********/
a.report {
	float: left;
	width: 100%;
	background: #1c1f28;
	color: #7a8293;
	text-align: center;
	padding: 5px 0;
	margin: 10px 0;
	cursor: pointer;
	font-size: 100%
}

.reportform select,
.reportform textarea {
	margin-bottom: 20px;
	padding: 3%;
	color: #f44336
}

a.report:hover {
	background: #000;
	color: #fff
}

.reportform {
	float: left;
	width: 100%;
	padding: 0;
	background-color: #e9eaed;
	font-size: 18px
}

.reportform .aff,
.reportform .bff {
	width: 49%;
	padding: 2%;
	float: left
}

.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 :-moz-placeholder {
	color: #969dae
}

.reportform ::-moz-placeholder {
	color: #969dae
}

.reportform :-ms-input-placeholder {
	color: #969dae
}

.sbox .aviso2 {
    width: 94%;
    float: left;
    padding: 10px 3%;
    margin: 20px 0;
    position: relative;
    border-radius: 3px
}

.sbox .aviso2 .icon {
    float: left;
    position: absolute;
    color: rgba(255,255,255,.8)
}

.sbox .aviso2 .icon b {
    font-size: 40px
}

.sbox .aviso2 .contenido32 {
    color: rgba(255,255,255,.51);
    margin-left: 50px
}

.sbox .aviso2 .contenido32 span {
    font-size: 19px;
    line-height: 26px;
    color: #fff;
    width: 100%;
    float: left;
    font-weight: 300
}
#header-main {
	padding: 5px 0 10px;
	max-width: 1170px;
	margin: 0 auto;
}
.banner-header img {
	max-width: 100%;
	height: auto;
	margin: 0 auto
}
.quality-HD {
	height: 19px;
	float: left;
	width: 26px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(images/quality.png) no-repeat 0 -1px;
}
.quality-SD {
	height: 21px;
	float: left;
	width: 35px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(images/quality.png) no-repeat 0 -19px;
}
.quality-ZM {
	height: 21px;
	float: left;
	width: 42px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(images/quality.png) no-repeat 0 -38px
}
.quality-V1 {
	height: 21px;
	float: left;
	width: 35px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(images/quality.png) no-repeat 0 -55px
}
.quality-V2 {
	height: 21px;
	float: left;
	width: 35px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(images/quality.png) no-repeat 0 -73px
}
.navbar-default {
	background-color: #060608;
	border-color: #121212;
	margin-bottom: 0
}
.navbar-default .navbar-nav>li>a {
	font-family: 'kanitlight',Arial,Georgia, sans-serif;
	font-weight: 400;
	margin: 0;
	font-size: 20px;
	color: #fafafa;
}
.navbar-default .navbar-toggle {
	font-size: 18px
}
body .container-fluid {
	padding-left: 5px;
	padding-right: 5px;
}

.site-content {
	border-bottom: 8px solid #ddd
}
#breadcrumb {
	margin-top: -1em;
	margin-bottom: 3em;
	padding: 0 15px;
	font: 13px/25px 'kanitlight',Arial,sans-serif;
	overflow: hidden;
}
#breadcrumb a {
	color: #aaa;
}
.comment-content a,.entry-header,.main-title,.site-content {
	word-wrap: break-word
}
.article-header header.entry-header {
    padding: 10px 10px 0;
}
#main.site-main h1 {
    margin: 10px;
    line-height: 1.25;
    font-size: 30px;
    font-weight: 400;
}
#main .header-movie h2 {
    background: #282828;
    color: #fff;
    padding: .4em .8em;
    font-weight: 400;
    border-left-width: 6px;
    border-left-style: solid
}
.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;
}
.post-details .entry-header {
	margin: 0;
	padding: 0
}
.post-title span:after {
	content: " ";
	display: table
}
.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-footer {
	background: #1d1d1d;
	border: 1px solid #323232;
	padding: 6px 8px;
	margin: 10px 0;
	line-height: 1.5;
	color: #ccc
}
.previous,.next-post {
    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-bottom {
    border-bottom: 6px solid #ffeb3b;
    background: #1d1d1d;
    margin-bottom: 18px;
    padding: 10px;
}
.post-nav.post-nav-bottom.clearfix a {
    font-size: 16px;
}
.post-nav-bottom > p {
    line-height: normal;
    color: #ffeb3b;
    font-size: 14px;
}
.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;
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.post-quality {
    font-size: 1em;
    position: absolute;
    left: 0px;
    line-height: 1.5;
    height: 20px;
    padding: 0 5px;
    border-radius: 3px;
    color: #eeeeee;
    font-weight: bold;
}
.post-quality {
    top: 0px;
    background: #000;
    background: rgb(0 0 0/88%);
}
.post-quality span {
    vertical-align: middle;
    white-space: nowrap
}
.post-thumbnail-image.thumbnail-portrait:hover .post-quality,.post-thumbnail-image.thumbnail-portrait:hover .post-tag-primary {
    background: #424242
}
.fa-eye:before {
    content: "\f06e"
}
.fa-thumbs-o-up:before {
    content: "\f087"
}
.fa-thumbs-o-down:before {
    content: "\f088"
}
.fa-thumbs-up:before {
    content: "\f164"
}
.fa-thumbs-down:before {
    content: "\f165"
}
.fa-eye:before {
	content: "\f06e"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-bars:before {
	content: "\f0c9"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-user:before {
	content: "\f007"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-star:before {
	content: "\f005"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}
.color-star,.color-trophy {
    color: #f2af19;
}
.tag-primary a,.post-tags a, .tag-cloud-link {
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	margin: 0 2px 5px;
	padding: 3px 12px;
	text-align: center;
	text-transform: uppercase;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.populartags {
		line-height: 2.5;
		display: block;
}
.entry-footer>.post-tags {
    line-height: 2.5;
    overflow: hidden;
}
.tag-primary a:hover,.post-tags a:hover {
	background-color: #ffeb3b;
	color: #fff
}
article .post-tags span.heading {
	background-color: #000;
	color: #FFF;
	border: 1px solid #000;
	border-radius: 2px;
	font-size: 12px;
	margin: 0 2px 5px;
	padding: 3px 12px;
	text-align: center;
	text-transform: uppercase;
}
.post-item-wrapper .post-thumbnail-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-item-wrapper .post-thumbnail-image-overlay:hover {
    background-image: url(images/hover-icon-play.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: .8
}
.container.main-container {
    margin-top: 1rem;
}
.imdb-rating {
	float: left;
}
a {
	color: #f1f1f1;
}
.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_categories2 li,.sidebar-widget.widget_categories li,.sidebar-widget.widget_meta li {
	border-bottom: 1px solid #333
}
.sidebar-widget.widget_categories2 li:nth-child(2n),.sidebar-widget.widget_categories li:nth-child(2n),.sidebar-widget.widget_meta li:nth-child(2n) {
	background: #1d1d1d;
	background-image: url(images/shortcut-icon.png);
	background-repeat: no-repeat;
	background-position: left
}
.sidebar_tabs .sidebar-tabs-content .tab-pane {
	margin: 0;
	background: 0 0;
	border: none
}
.widget.sidebar-widget.widget_categories2 {
	width: 100%;
	display: inline-block
}
.widget.sidebar-widget.widget_categories {
	width: 100%;
	display: inline-block
}
li.cat-item {
    font-family: sans-serif
}
.sidebar-widget.widget_categories ul,.sidebar-widget.widget_categories2 ul,.sidebar-widget.widget_meta ul {
	padding: 0;
	list-style: none
}
.sidebar-widget.widget_categories li,.sidebar-widget.widget_categories2 li,.sidebar-widget.widget_meta li {
	border-bottom: 1px dotted #666;
	padding: 7px 0;
	padding-left: 25px;
	margin-left: 0px;
	background: url(images/shortcut-icon.png) 0 15px no-repeat;
	background-position: left
}
.sidebar-widget.widget_categories li:first-child,.sidebar-widget.widget_categories2 li:first-child,.sidebar-widget.widget_meta li:first-child {
	padding-top: 0
}
.sidebar-widget.widget_meta li:first-child:hover,.sidebar-widget.widget_categories li:first-child:hover,.sidebar-widget.widget_categories2 li:first-child:hover,.sidebar-widget.widget_categories li:nth-child(2n):hover,.sidebar-widget.widget_categories2 li:nth-child(2n):hover,.sidebar-widget.widget_categories li:hover,.sidebar-widget.widget_categories2 li:hover {
	background: #313131;
	color: #ffc600
}
.sidebar-widget.widget_categories li:first-child span,.sidebar-widget.widget_categories li:nth-child(2n) span,.sidebar-widget.widget_categories li span {
	float: right;
}
li.cat-item.cat-item-5184 {
    background: url(images/shortcut-star.png) 0 15px no-repeat;
    background-position: left;
}
.button_style {
	margin: 1em 0;
	display: block;
	text-align: center;
}
.list-group.idTabs {
	text-align: center;
	margin: 1em 0;
}
.da {
	text-align: center;
	padding: 5px;
	float: none;
}
.da ul.social-share {
	float: none;
}
.da a {
	display: inline-block
}
.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_choice_server {
	font-size: 14px;
	padding: 8px 16px;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 600;
	border: 2px solid #9a9a9a;
	display: inline-flex;
	margin: 5px;
	color: #fafafa;
	background-color: darkred
}
.button_choice_server.selected {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.post-thumbnail-image.thumbnail-content {
    width: 25%!important;
    height: auto !important;
    float: left;
    position: relative;
}
.post-thumbnail-image.thumbnail-content img {
    width: auto!important;
    max-width: 100%;
    height: 100%!important;
    margin: 0 auto;
    display: block
}
.trailer {
    display: block;
    width: 75%!important;
    float: left;
    height: 345px;
    padding: 0 5px 0;
}
.trailer iframe {
    width: 100%!important;
    height: 100%!important;
    margin: 0;
    padding: 0;
}
.trailer .movie-section-title {
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0;
    border-left: unset;
}
.story {
    height: 380px!important;
    display: flex!important;
    margin: 5px;
    overflow: hidden;
    position: relative;
}
.entry-content {
    padding: 0 10px 15px 10px;
}
.row2 {
    margin-bottom: 1em;
}
.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 {
	color: #f2af19;
	margin: 20px 0;
	padding: 10px 0;
	text-align: center;
}
.post_vdo p {
    margin: 10px 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
}
.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 {
	overflow: hidden;
	width: 500px;
	max-width: 90%;
	margin: 0 auto;
	padding: 10px 0 10px
}
.site-content [class*=navigation] {
	margin: 5px 0 15px;
	overflow: hidden;
	font-size: 16px
}
.site-content [class*=navigation] a {
	display: inline-block;
	padding: 5px 15px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 26px;
	background: #060608
}
.wp-pagenavi {
	margin: 20px 0 30px;
	padding-top: 15px
}

.wp-pagenavi {
	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
}
.wp-pagenavi span.current {
	font-weight: 700
}
span.extend:after {
	content: "..."
}
.widget {
	line-height: 1.3
}
.widget ul {
	margin: 0
}
.widget-title {
	margin: 10px 0 15px;
	border-bottom: 3px solid #333
}
.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
}
.sidebar_tabs .tab-pane li img {
	-moz-transition: opacity .35s ease-in-out;
	-webkit-transition: opacity .35s ease-in-out;
	-o-transition: opacity .35s ease-in-out;
	-ms-transition: opacity .35s ease-in-out;
	transition: opacity .35s ease-in-out
}
.sidebar_tabs .tab-pane li img:hover {
	opacity: .4;
	filter: alpha(opacity=40)
}
.sidebar_tabs .tab-pane h4 {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0;
    max-height: 80px;
    overflow: hidden;
    height: auto;
}
.sidebar_tabs .tab-pane span.tab-date {
    font-size: 12px;
    display: block;
    margin: 3px 0;
    font-style: italic;
    color: #999;
    overflow: hidden;
}
.sidebar_tabs .tab-pane span.tab-excerpt {
    max-height: 50px;
    font-size: 13px;
    display: block;
    overflow: hidden;
    color: #999;
    line-height: 1.4;
}
.go_top {
	position: absolute;
	width: 60px;
	left: 50%;
	text-align: center;
	color: #fff;
	background-color: #444855;
	border-top-left-radius: 80px;
	border-top-right-radius: 80px;
	margin: -35px 0 0 -25px;
	font-size: 1em
}
summary {
	text-align: center;
	outline: 0 !important;
	font-weight: 700;
	font-size: 14px;
	list-style: none;
	cursor: pointer
}
details {
	display: block
}
summary {
	display: list-item
}
footer#colophon a {
	color: #fff;
	font-size: inherit;
}
footer#colophon a:hover {
    color: #eb2626;
    text-decoration: none
}
footer#colophon {
    color: #d7dce0;
	background: #313131;
	border-top: 8px solid #ffeb3b
}
.copyright {
	background-color: #222;
	border-color: #080808;
	padding: 15px 0
}
.aligncenter,div.aligncenter {
	display: block;
	margin: 5px auto
}
.aligncenter {
	display: block;
	margin: 5px auto
}
.wp-caption {
	background: 0 0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto
}
.image-fit {
	display: block;
	width: 100%;
	height: 100%
}
.rating-content {
    margin: 3em 0;
    display: 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;
}
.b .bar-full {
	margin-bottom: 7px;
	overflow: hidden;
	width: 130px;
	height: 13px;
	background: url(images/star-rating.png);
	display: inline-block
}
.b .bar-full span {
	display: inline-block
}
.b .star {
	float: left;
	font-size: 0px;
	height: 13px!important;
	width: 13px!important;
	background: url(images/star.png) 0px 13px
}
.imdb-box {
	padding: 10px 5px 0;
	width: 300px !important;
	margin-top: 0 !important
}
.info-ratings-stars {
	font-size: 12px;
	margin: 5px 0 0;
}
.info-ratings-stars .stars-score {
	margin: 0px;
}
.imdb-box .RatedValue {
	background: #000 !important
}
.sidebar_tabs .ratingCount {
    display: block;
	margin-top: 5px;
}
.sidebar_tabs .info-ratings-stars {
    font-size: 12px;
    margin: 5px 0 0;
    position: absolute;
}
li,ul {
	margin: 0;
	list-style: none;
	-webkit-padding-start: 0
}
.searches {
    padding: 10px;
}
/*  Thumbs-Rating
----------------------------------------------- */
.thumbs-rating-container .thumbs-rating-already-voted {
    display: none;
    font-size: .9em;
    padding-top: 1em
}
.thumbs-rating-container .thumbs-rating-already-voted.thumbs-rating-show {
    display: block
}
.thumbs-rating-container {
    position: relative;
    font-size: inherit;
    line-height: 30px;
    margin-left: 10px;
    text-align: center;
}
.thumbs-rating-container .thumbs-rating-up,.thumbs-rating-container .thumbs-rating-down {
    background-color: #f5f5f5;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.thumbs-rating-container .thumbs-rating-up i,.thumbs-rating-container .thumbs-rating-down i {
    color: #4a90e2;
    margin-right: 5px;
}
.thumbs-rating-container button,
.thumbs-rating-container a {
    display: inline;
    padding: 5px 5px;
    color: #4a90e2;
}
.thumbs-rating-container i fa {
    color: #4a90e2;
    margin-right: 5px;
}
.thumbs-rating-container button,
.thumbs-rating-container a {
    padding: 5px 5px;
    color: #525252;
}
.thumbs-rating-container button:hover,
.thumbs-rating-container a:hover {
    background-color: #4a90e2;
    color: #FFF;
}
.thumbs-rating-container button:hover i,
.thumbs-rating-container a:hover i {
    color: #FFF;
    background-color: #4a90e2;
}
.label-thumbs-rating {
    margin: 10px auto;
    font-weight: 600;
    text-align: center;
}
#like-icon,#dislike-icon {
    font-size: 26px;
}
.dislike:hover, .likeThis:hover {
	color: #f44336;
	transition: all .2s ease-in-out;
	transform: scale(1.1);
}
.main-player {
    display: block;
    width: 100%;
    margin: 1em 0;
}
.realse #player2 {
	padding: 0
}
#player2 {
	width: 100%
}
#player2 {
	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: 14px
}
.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;
}
.comments iframe {
    width: 100%!important;
    margin: 0;
    padding: 0;
}
span.post-ratings {
  font-size: 16px;
  position: relative;
  overflow: hidden;
}
span.ratings-wrap {
  display: inline-block;
  position: relative;
  height: 19px;
}
.post-ratings .stars-active {
  color: orange;
  position: relative;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1;
}
.fa-star-o::before {
	content: "\f006";
}
.fa-star::before {
	content: "\f005";
}
.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
}

.info-item {
    display: block;
    margin: 5px 10px;
    vertical-align: top
}

.info-movie-item div {
    display: inline-flex
}

.info-movie-item {
    font-size: 100%;
    line-height: 1.2;
    margin: 10px 0
}

.info-movie-item p {
    font-weight: 700;
    display: inline-flex;
    flex-direction: row;
    margin: 0 0 10px 10px
}

.info-movie-item>p span {
    font-weight: 400;
    margin: 0 0 5px 10px
}

li.movie-item {
    padding: 3px;
    border-bottom: 1px solid #e6e6e6;
    height: auto;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    margin: 10px;
}

.movie-item p {
    width: 100%;
    display: inherit;
    font-weight: inherit;
    font-size: inherit
}

.movie-item span {
    margin: 5px 5px;
    float: left;
}
img.hand-point-right {
    height: auto;
    width: 75px;
    margin-right: 10px;
}
.box-info-movie {
	float: left;
	width: 100%;
    min-height: 90px;
	margin: 10px 0;
	font-size: inherit;
	background-color: #222;
	border-radius: 5px;
	overflow: hidden;
	line-height: 1.24;
	direction: ltr;
	padding: 10px
}
.box-info-movie .info-heading {
	font-size: 1.3em;
	margin: -14px -14px 5px;
	border: 1px solid #0a0a0a;
	border-radius: 5px;
	color: #cecece;
	background: #222 url(images/subC.png) repeat-x center;
	padding: 9px
}
main {
	display: block
}
strong {
	font-weight: bolder
}
img {
	border-style: none
}
button,input,select {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button,input {
	overflow: visible
}
button,select {
	text-transform: none
}
[type=button],[type=submit],button {
	-webkit-appearance: button
}
[type=button]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	border-style: none;
	padding: 0
}
[type=button]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
	outline: 1px dotted ButtonText
}
fieldset {
	padding: .35em .75em .625em
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
details {
	display: block
}
summary {
	display: list-item
}
/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
.bx-wrapper {
	position: relative;
	margin-top: 1px;
	margin-bottom: .75em;
	height: 250px
}
.bx-viewport {
	box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 6px 0 rgba(0,0,0,.19);
	border-bottom: 1px solid #151515;
	height: 250px!important
}
.bx-viewport .slide {
	position: relative;
	border-right: 1px solid #151515
}
.bx-viewport .slide a {
	display: block
}
.bx-viewport .slide img {
	cursor: pointer;
	width: 100%;
	height: 250px
}
.bx-viewport .slide .no-thumb {
	height: 180px
}
.bx-caption {
	position: absolute;
	bottom: 4px;
	background: rgba(0,0,0,.7);
	width: 100%;
	text-align: center;
	font-size: .875em;
	height: 30px;
	line-height: 26px;
	padding: 0 5px
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	outline: 0;
	z-index: 499;
	font-size: 2em;
	color: #fff;
	display: block;
	height: 250px;
	width: 35px;
	opacity: .5;
}
.bx-wrapper .bx-controls-direction a:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}
.bx-wrapper .bx-controls-direction a.bx-prev {
	left: 0
}
.bx-wrapper .bx-controls-direction a.bx-next {
	right: 0
}
.bx-wrapper .bx-controls-direction a, .featured-carousel {
	background-color: transparent!important;
}
.bx-wrapper .bx-controls-direction a.bx-prev:before {
	content: "\f053";
	font-family: fontAwesome;
	position: relative;
	top: 100px;
	left: 3px;
}
.bx-wrapper .bx-controls-direction a.bx-next:before {
	content: "\f054";
	font-family: fontAwesome;
	position: relative;
	top: 100px;
	right: -8px;
}
.slide .post-thumbnail-image.thumbnail-portrait {
	width: 100%;
	position: relative;
	margin: 0;
	background-color: #ddd;
}
/* post-item-wrapper */
.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
}
.main-container .post-item-wrapper .post-thumbnail-image img,.top-container .post-item-wrapper .post-thumbnail-image img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.top-container .post-item-wrapper .post-thumbnail-image,.main-container .post-item-wrapper .post-thumbnail-image {
	overflow: hidden;
	width: 100%;
	position: relative;
	margin: 0;
	padding-top: 140%;
	background-color: #ddd;
}
.container.top-container,.site-main.col-md-8 {
    padding-right: 10px!important;
    padding-left: 10px!important;
    margin-right: auto;
    margin-left: auto;
}
.post-title h3 {
	border: unset;
	padding-left: unset
}
.post-item-wrapper .post-title {
	box-shadow: 0 0 3px #666
}
.post-item-wrapper .post-title {
    overflow: hidden;
    width: 100%;
    height: 60px;
    min-height: 40px;
    max-width: 100%;
    margin: 0;
    padding-top: 5px;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    padding-left: unset;
    box-sizing: border-box;
}
.post-item-wrapper {
    background: #1d1d1d url(images/burried02.png);
	position: relative;
}
span.post-like {
	margin: 0 10px
}
.post-title-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.post-item-wrapper .entry-header .post-title {
    font-size: 16px;
    font-style: inherit;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    text-shadow: none
}
.post-item-wrapper .post-details-bottom {
    background: 0 0;
    border-top: 1px solid #222
}

.post-item-wrapper .post-details-bottom {
    width: 100%;
    height: 20px;
    font-size: 12px;
    line-height: 1.5;
    color: #aaa;
    margin-top: 2px;
    font-family: inherit;
}

.post-item-wrapper .post-details-bottom .item-details {
    margin-right: 5px !important;
    display: inline-block;
}

.post-item-wrapper .post-details-bottom {
    border-top: 1px solid #222;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-around;
    justify-content: center;
    align-items: baseline
}

.post-item-wrapper .post-details-bottom>:last-child {
    margin-right: 0
}

.post-item-wrapper .post-details-bottom>* i.fa {
    padding-right: 1px
}

p {
    margin: 0 0 10px
}

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;
}
video::-webkit-media-controls {
    display: none !important
}
.ad-box-widget img,.ad-box-widget video {
    height: auto!important;
    max-width: 100%;
    margin: 0px auto;
}
.ad-box-widget p, .row2 .co {
    margin: 0 0 5px
}
.ad-box-widget {
    clear: both;
    margin: 3rem 0;
}

.co-full video,.co-full img {
    float: left;
    width: 100%;
    padding: 0;
    height: auto
}

.co video, .co img {
    width: 62%;
    padding: 0;
    margin: 0 auto;
    height: auto;
}

.co1 video,.co1 img {
    float: left;
    width: 15%;
    padding: 0;
    height: auto
}

.co2 video,.co2 img {
    float: right;
    width: 15%;
    padding: 0;
    height: auto
}

.row2:after {
    content: "";
    display: table;
    clear: both
}

@media (max-width:991px) {
    .ad-box-widget img,.ad-box-widget video {
        max-width: 90%;
    }
    .co video, .co img {
        width: 85%;
    }
}

#fr:before {
    Content: "เรียงโดย: "
}
#filters .filters-options span:hover {
    background-color: #ad1700 !important
}
#filters .filters-select,#filters .filters-options {
    background-color: #333!important;
    border: 1px solid #333;
    text-align: center;
    font-size: 75%;
    color: #fff;
    height: 1.5em
}

#filters .filters-select {
    background-color: #060608 !important;
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: auto;
    padding: .25em 1em;
    float: right;
    margin-bottom: 2rem;
}

#filters .filters-select:after {
    content: "\f0d7";
    font-family: fontAwesome;
    margin-left: .3em
}

#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: -9px;
    top: 100%;
    height: auto;
    font-size: inherit;
    box-shadow: none
}

#filters .filters-options span,#filters .filters-select:hover .filters-options {
    display: block
}

#filters .filters-options span {
    width: 160px;
    text-align: right
}

#filters .filters-options span a {
    color: #eee;
    padding: .75em 1em;
    display: block
}

.breadcrumb {
	margin-top: 0.3rem;
	padding: 0 15px;
	font: 13px/25px 'kanitlight', Arial, sans-serif;
	overflow: hidden
}

.breadcrumb a {
	color: #aaa
}

.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;
}
.post-item-wrapper {
    display: -ms-inline-grid;
    display: inline-grid;
}
.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-thumbnail-image:hover .post-tag-primary {
    background: #424242
}
.post-tag-primary {
    font-weight: 400;
    font-size: 12px;
    line-height: .8;
    border-radius: 0;
    -webkit-border-radius: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    background-color: rgb(0 0 0/60%);
    color: #eee;
    padding: 5px;
    text-align: center;
}
.post-tag-primary span {
    vertical-align: middle;
    white-space: nowrap
}
span.post-published.updated.date {
    width: 100%;
    height: auto;
    line-height: 1.5;
    color: #f1f1f1;
    font-family: inherit;
    text-align: center;
    letter-spacing: 1px;
    background-color: #616161;
    font-size: 0.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;
}
.container {
    position: relative;
    margin: auto;
    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
    }
}

img {
    vertical-align: middle;
    height: auto;
    max-width: 100%;
}
img.img-secondary.img-thumbnail.attachment-large.size-large.wp-post-image {
    display: flex;
    justify-content: center;
    margin: 10px auto;
    height: auto;
    max-width: 100%;
}

.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;
}

@keyframes slide-in {
  from {
    translate: 25px;

  }
}