<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: Muffmuffie24
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: muffmuffie24
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Muffmuffie24 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
div#page {
    min-width: 1220px;
} 
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
    font-family: 'kanit';
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-family: 'kanitregular';*/
	clear: both;
	color: #fff;
}

p {
	/*font-family: 'kanitlight';*/
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #060a14;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li &gt; ul,
li &gt; ol {
	margin-bottom: 0;
	margin-left:0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
	text-decoration: none;
	outline: 0 !important;
}


a:hover,
a:focus,
a:active {
	color: #191970;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.menu-main-menu-container {
    width: 100%;
    text-align: center;
}
	.main-navigation ul {
		text-align: center;
		list-style: none;
		margin: 0;
		padding: 0;
}
	.main-navigation li {
    position: relative;
    display: inline-flex;
	padding: 0 2%;
}
.main-navigation li a {
    display: block;
    text-decoration: none;
    color: #9b9fab;
   /* font-family: 'kanitregular';*/
    padding: 10px 0 5px;
    outline: 0;
    border-bottom: 3px solid #000b27;
    font-size: 18px;
}
.main-navigation li a:hover {
	color:#fff;
    border-bottom: 3px solid #00a0ff;
}

.main-navigation .current-menu-item&gt;a, .main-navigation .current-menu-ancestor&gt;a, .main-navigation .current_page_item&gt;a, .main-navigation .current_page_ancestor&gt;a {
	color:#fff;
	border-bottom: 3px solid #00a0ff;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background: #000d2a;
}
.main-navigation ul ul li {
    padding: 0;
    text-align: start;
    text-indent: 10%;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover &gt; ul,
.main-navigation ul ul li.focus &gt; ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 175px;
}

.main-navigation ul li:hover &gt; ul,
.main-navigation ul li.focus &gt; ul {
	left: auto;
}

/*
.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
*/

/* Small menu. */

/* .menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}
*/

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	overflow:hidden;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.site-header {
	width: 1220px;
}
.site-branding {
	 background: url(https://nikoganda.com/wp-content/uploads/2022/03/header-bg.jpg) no-repeat;
    width: 100%;
    background-size: cover;
}
.site-logo {
    width: 1220px;
    margin: 0 auto;
    display: grid;
    -ms-grid-columns: 206px 618px 396px;
    grid-template-columns: 206px 618px 396px;
}
.site-logo ul {
    margin: 0;
    padding: 0;
	overflow:hidden;
}
.site-logo .custom-logo-link {
    padding: 30px 0 10px;
}
.site-logo h1 {
    font-size: 20px;
    color: #868a8e;
    text-align: center;
    margin-top: 45px;
}
form#searchform {
    margin-top: 40px;
	text-align: right;
}
input#input-ser {
    width: 45%;
    padding: 7px 5px;
    border: none;
    background: #3b3d45;
	outline: 0 !important;
	color: #868a8e;
}
input#input-ser::placeholder {
    font-size: 13px;
    padding: 0 5px;
    color: #707070;
}
button#searchsubmit {
    background: #3b3d45;
    border: none;
    color: #868a8e;
    padding: 13px 14px 11px;
    font-size: 13px;
    margin-right: -10px;
}
.box-social {
    float: left;
    margin-top: 45px;
}
.box-social li {
    display: inline-block;
    margin: 0 15px;
}
nav#site-navigation {
    width: 100%;
	padding-bottom: 10px;
}
.width-main{
    width: 1220px;
	margin: 0 auto;
}
.head-bg {
	background: url(https://nikoganda.com/wp-content/uploads/2022/03/header-bg.jpg) no-repeat center;
	border-radius: 10px;
}
h1.header-top , h2.header-top  {
    font-size: 24px;
    padding: 11px 25px;
	margin-bottom: 0;
}
.content-top {
    overflow: hidden;
    /* height: 82px; */
    border-bottom: 1px solid #11171f;
}
.content-top p {
    color: #9b9fab;
    font-size: 16px;
    padding: 0px 20px;
    margin: 15px 0;
}
.content-top a {
    color: #9b9fab;
}
#more {display: none;}
button#myBtn {
    background: none;
    border: none;
    color: #4bb0dd;
	padding: 0;
	outline: 0;
}
.recommend {
    margin: 20px 0;
    overflow: hidden;
}
.movies-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(6, 190px);
    grid-template-columns: repeat(6, 190px);
    grid-gap: 16px;
    margin-top: 1rem;
    margin-bottom: 10px;
}
.movies_box {
    color: #fff;
    border-radius: 5px;
	overflow: hidden;
}
.movies_box .figure-box {
    position: absolute;
    width: 190px;
    height: 35px;
    overflow: hidden;
	font-size: 16px;
	margin-top: 10px;
}
.movies_box a {
    font-size: 14px;
    color: #00a0ff;
/*	font-family: 'kanitregular';*/
}
.movies_box span {
    font-size: 14px;
    color: #c5cade;
	text-align:center;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	background: #3b3d45;
}
.movies_box p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 3px 5px;
    height: 47px;
	 /*   font-family: 'kanitregular'; */
}
/* à¸›à¹‰à¸²à¸¢à¹‚à¸†à¸©à¸“à¸² */
img.image.wp-image-26169.attachment-full.size-full.lazy.loaded {
    height: 304px;
    width: 100%;
}

img.image.wp-image-25160.attachment-full.size-full.lazy.loaded {
    height: 304px !important;
}
/* à¸›à¹‰à¸²à¸¢à¹‚à¸†à¸©à¸“à¸² */
.movies_box a img {
    height: 281px;
    vertical-align: middle;
	border-radius: 5px;
}

.movies-pix {
    display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    height: 281px;
    width: 100%;
}
.movies-pix img {
    height: 281px;
	-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.movies-descript {
    margin-top: 0px;
    display: grid;
}
.movies_box .ys-lg {
    padding: 4px 10px;
}
.movies_box .ys-lg .ys {
    float: left;
}
.movies_box .ys-lg .lg {
    float: right;
    color: #00a0ff;
    font-size: 14px;
	/*font-family: 'kanitregular';*/
}
.movies_box .movies-descript p {
    padding: 5px 0;
    text-align: center;
    margin-bottom: 5px;
    overflow: hidden;
    clear: both;
}
span.info1 {
    background: url(https://nikoganda.com/wp-content/uploads/2022/04/star-12x.png) no-repeat left center;
    float: left;
    background-color: #050505;
    padding: 0px 8px 0 20px;
    border-radius: 0 5px 5px 0;
    background-position-x: 5px;
    background-position-y: 3px;
}
span.info2-1 {
    float: right;
    margin-right: 8px;
    padding: 0px 10px;
    background: url(https://nikoganda.com/wp-content/uploads/2022/04/bg-hd.jpg) repeat-y;
    border-radius: 5px;
    color: #fff;
}
span.info2-2 {
    float: right;
    margin-right: 8px;
    padding: 0px 10px;
    background: url(https://nikoganda.com/wp-content/uploads/2022/04/bg-zoom.jpg) repeat-y;
	background-size: contain;
    border-radius: 5px;
    color: #fff;
}
span.info2-3 {
    float: right;
    margin-right: 8px;
    padding: 0px 11px;
    background: url(https://nikoganda.com/wp-content/uploads/2022/04/bg-4k.jpg) repeat-y;
    border-radius: 5px;
    color: #fff;
}
.coming {
    position: absolute;
    margin-top: -35px;
    /* padding: 6.5px 0; */
    background: #007bc4ad;
    color: #fff;
    font-weight: 300;
    width: 190px;
    font-size: 14px;
    text-align: center;
    border-radius: 0 0 5px 5px;
    line-height: 2.5;
}
.movies_box .season-des {
    position: absolute;
    margin-top: -58px;
    overflow: hidden;
    width: 190px;
}
.season-des span {
    background: #a30000;
    padding: 1px 11px;
    float: right;
    overflow: hidden;
	color: #fff;
}
.pagination-x {
    text-align: center;
    overflow: hidden;
    padding: 30px 0;
}
.nav-links a {
    color: #8c8c8c;
   /* font-family: 'kanitregular'; */
}
.nav-links a.page-numbers, .nav-links span.page-numbers.current {
    color: #8c8c8c;
    text-decoration: none;
    display: inline-block;
    width: 40px;
    padding: 5px 10px;
    margin: 10px;
    font-size: 22px;
}
.nav-links span.page-numbers.current {
    color: #fff;
    border-bottom: 3px solid #007bc4;
}
.nav-links a.next.page-numbers , .nav-links a.prev.page-numbers{
	    background: inherit;
	color:#c9cdd6;
}
.nav-links a.next.page-numbers:hover , .nav-links a.prev.page-numbers:hover {
		    background: inherit;
}
.nav-links a.page-numbers:hover {
	color:#fff;
}
footer#colophon {
    background: url(https://nikoganda.com/wp-content/uploads/2023/08/footer-bg.webp) no-repeat top center;
	overflow:hidden;
	background-size: cover;
}
.content-footer {
    width: 1220px;
    margin: 50px auto;
    color: #7790a8;
    font-size: 16px;
	overflow: hidden;
}
.content-footer h2 , .content-footer h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
    color: #6f9ecb;
}
.content-footer a {
    color: #7790a8;
}
.foot-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(6,190px);
    grid-template-columns: repeat(6,190px);
    grid-gap: 16px;
    margin: 50px auto;
    max-width: 1220px;
}
.foot-grid ul li {
    padding: 4px 0;
}
.site-info {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.site-info p {
    color: #868a8e;
    font-size: 14px;
    padding: 20px 0;
    margin: 0;
}
.foot-grid ul li a {
    color: #7790a8;
}
.carousel.slide {
    width: 100%;
	margin: 0 auto;
}
.carousel-inner {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}
.alitem-center {
	align-items: center;
}
.carousel-item {
    transition: 1s !important;
}
.slider {
    background-size: cover !important;
    background-position: center !important;
    position: relative;
	display: grid;
	min-height: 500px;
}
.slider-detail {
    color: #fff;
	left: 8%;
}

.slider-detail h3 {
	font-size: 40px;
	margin-bottom: 20px;
}

.detail-1 {
    display: flex;
	margin-bottom: 10px;
}

.detail-1 img, .detail-2 img {
    margin: 0 5px 7px 0;
}
.detail-1 div {
    padding: 0 5px;
}
.detail-1 span {
    font-size: 16px;
  /*  font-family: 'kanitsemibold';*/
}

.rate span , .season-slide span , .sound span{
    padding-top: 4.5px;
}
.times {
   margin-right: 30px;
}

.detail-2 span {
	font-size: 18px;
}

.btn-slide {
    margin-top: 70px;
}

.btn-slide a {
    background: #007bc4;
    padding: 18px 52px;
    font-size: 20px;
    color: #fff;
    border-radius: 10px;
}
.btn-slide a:hover {
	transition-delay: 0.1s;
	transition-duration: 0.1s;
	text-decoration: none;
}
i.fas.fa-play {
    padding-right: 5px;
}
.title {
    width: 655px;
}
.categ {
    margin-bottom: 5px;
    border-left: 1px solid #fff;
    margin-left: 10px;
    padding-left: 5px;
}
.exc-slide {
    width: 470px;
}
.exc-slide p {
    font-size: 16px;
    /*font-family: 'kanitregular';*/
}
.detail-0 {
    font-size: 18px;
    display: flex;
}
.categ a {
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    padding: 0px;
    text-decoration: none;
}
.categ a:after {
    content: ', ';
    margin-left: 5px;
}
.categ a:last-child:after {
    content: '';
}
.categ a:hover {
    color: #00a0ff;
}
.kind-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(5,232px);
    grid-template-columns: repeat(5,232px);
    grid-gap: 15px;
    margin-top: 1rem;
    margin-bottom: 10px;
}
.kind {
	height: 131px;
	width: 100%;
	border-radius: 5px;
}
.kind a {
    font-size: 20px;
    /*font-family: 'kanitregular';*/
    color: #fff;
    text-decoration: none;
    text-align: center;
    height: inherit;
    display: block;
}
.kind span {
    display: block;
}
.kind img {
    margin: 30px 0 5px 0;
}
div#action {
    background: url(https://nikoganda.com/wp-content/uploads/2023/08/action-bg.jpg) no-repeat;
}
div#adventure {
    background: url(https://nikoganda.com/wp-content/uploads/2023/08/Adventure-bg.jpg) no-repeat;
}
div#drama {
    background: url(https://nikoganda.com/wp-content/uploads/2023/08/Drama-bg.jpg) no-repeat;
}
div#thriller {
    background: url(https://nikoganda.com/wp-content/uploads/2023/08/Thriller-bg.jpg) no-repeat;
}
div#horror {
    background: url(https://nikoganda.com/wp-content/uploads/2023/08/Horror-bg.jpg) no-repeat;
}
div#comedy {
    background: url(https://nikoganda.com/wp-content/uploads/2023/08/Comedy-bg.jpg) no-repeat;
}
div#fantasy {
    background: url(https://nikoganda.com/wp-content/uploads/2023/08/Fantasy-bg.jpg) no-repeat;
}
div#animation {
    background: url(https://nikoganda.com/wp-content/uploads/2023/08/Anime-bg.jpg) no-repeat;
}
div#romance {
    background: url(https://nikoganda.com/wp-content/uploads/2023/08/Romance-bg.jpg) no-repeat;
}
div#scifi {
    background: url(https://nikoganda.com/wp-content/uploads/2023/08/Sci-fi-bg.jpg) no-repeat;
}
div#war {
    background: url(https://nikoganda.com/wp-content/uploads/2023/08/war-bg.jpg) no-repeat;
}
div#mystery {
    background: url(https://nikoganda.com/wp-content/uploads/2023/08/mystery-bg.jpg) no-repeat;
}
div#crime {
    background: url(https://nikoganda.com/wp-content/uploads/2023/08/Crime-bg.jpg) no-repeat;
}
div#documentary {
    background: url(https://nikoganda.com/wp-content/uploads/2023/08/documentary-bg.jpg) no-repeat;
}
div#musical {
    background: url(https://nikoganda.com/wp-content/uploads/2023/08/musical-bg.jpg) no-repeat;
}
div#sports {
    background: url(https://nikoganda5.com/wp-content/uploads/2023/08/sport-bg.jpg) no-repeat;
}
div#history {
    background: url(https://nikoganda.com/wp-content/uploads/2023/08/history-bg.jpg) no-repeat;
}


.box-triler {
    text-align: center;
}
.box-triler iframe {
    max-width: 100%;
    width: 808px;
    height: 454px;
}
.informs-movie {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 360px 860px;
    grid-template-columns: 360px 860px;
    grid-gap: 0;
	margin-top: 28px;
}
.thumb-img {
    text-align: center;
}
.info-blog h4 {
    margin: 20px 0;
    border-top: 1px solid #10161d;
    padding-top: 14px;
}
ul.details-series {
    display: inline-flex;
    width: 100%;
    background: #1c252f;
    border-radius: 5px;
    padding: 21px 0;
    font-size: 16px;
   /* font-family: 'kanitregular';*/
    color: #fff;
	text-align: center;
}
ul.excerpt p {
    color: #9b9fab;
}
ul.excerpt a {
    color: #9b9fab;
}
ul.details-series li {
    width: 20%;
}
li.star img {
    vertical-align: top;
}
li.year a {
    color: #9b9fab;
    font-size: 16px;
    text-decoration: none;
    background: #0d0d0c;
    padding: 5px 10px;
    border-radius: 20px;
    margin-left: 5px;
}
span.genre {
    font-size: 18px;
    color: #fff;
   /* font-family: 'kanitregular';*/
}
span.genre a {
    font-size: 14px;
    color: #9b9fab;
    background: #1c252f;
    padding: 10px 20px;
    border-radius: 25px;
	margin: 3px 5px;
    display: inline-block;
}
span.genre a:hover {
    background: #343a44;
    color: #fff;
}
.show-movie {
	position: relative;
    margin: 0;
}
iframe.res-iframe.lazy {
    width: 100%;
    height: 620px;
}

sequel-movies ul {
    padding-inline-start: 0;
    list-style: none;
    margin: 0 0 20px;
}

.sequel-movies li {
    display: grid;
    grid-template-columns: 80% 10% 10%;
    padding: 20px 0 16px 15px;
	line-height: 2.5;
}

.sequel-movies li:nth-child(even) {
}

.sequel-movies li:nth-child(odd) {
    border-top: 1px solid #10161d;
    border-bottom: 1px solid #10161d;
}

.sequel-movies li.bold {
    padding: 15px 0 10px 15px;
    padding-bottom: 10px;
    border-top: none;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    background: url(https://nikoganda.com/wp-content/uploads/2022/03/header-bg.jpg) no-repeat center;
}

.sequel-movies li.bold span {
    font-size: 24px;
    color: #fff;
  /*  font-family: 'kanitregular';*/
}
.sequel-star {
    color: #ffc917 !important;
	background: url(https://nikoganda.com/wp-content/uploads/2022/05/play-butt.png) no-repeat right;
}
.sequel-star:hover {
	background: url(https://nikoganda.com/wp-content/uploads/2022/05/play-butt-hover.png) no-repeat right;
}

.sequel-movies h4 {
    font-size: 22px;
}
.sequel-movies a, .sequel-movies span {
    font-size: 16px;
    color: #d5d5d5;
 /*   font-family: 'kanitregular';*/
}
.sequel-movies a:hover, .sequel-movies span {
    color: #ffc917;
}
.other-movie {
    margin: 50px 0;
}
.content-cate p {
    color: #9b9fab;
    margin: 15px 0;
}
.baned-top , .baned-mid {
    display: grid;
    grid-template-columns: 190px 824px 190px;
    grid-gap: 8px;
    ms-grid-columns: 190px 824px 190px;
    margin-top: 32px;
	margin-bottom: 20px;
}
.banner-mid li {
	    list-style: none;
}
.top_left li, .top_right li, .top_cen li {
    list-style: none;
    margin-bottom: 3px;
}

.ad-float {
    position: fixed;
    z-index: 1;
}
.ad_left_top {
    position: fixed;
    top: 10%;
    left: 15px;
    list-style: none;
}
.ad_left_bottom {
    position: fixed;
    top: 56%;
    left: 15px;
    list-style: none;
}
.ad_right_top {
    position: fixed;
    top: 10%;
    right: 15px;
    list-style: none;
}
.ad_right_bottom {
    position: fixed;
    top: 56%;
    right: 15px;
    list-style: none;
}
.ad-float-bottom {
    position: fixed;
    bottom: 200px;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    list-style: none;
    width: 950px;
    height: 170px;
    text-align: center;
}
.ad-float-bottom2 {
    position: fixed;
    bottom: 210px;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    list-style: none;
    width: 950px;
    height: 170px;
    text-align: center;
}
.ad-float-bottom li {
    position: relative;
    margin-bottom: 15px;
}
.close-ad {
    color: #fff;
    background: #717171;
    position: absolute;
    top: -20px;
    left: 0px;
    cursor: pointer;
    width: 33px;
    opacity: .8;
    height: 20px;
    font-size: 12px;
    text-align: center;
}
.banner-player {
    position: absolute;
    top: 9%;
    left: 22px;
    display: flex;
}
.banner-player li {
    list-style: none;
    line-height: 0;
	margin: 0 5px;
}
.close-ads {
    color: #fff;
    background: #ff0000;
    position: absolute;
    bottom: -22px;
    left: 0px;
    cursor: pointer;
    width: 35px;
    opacity: .8;
    height: 22px;
    font-size: 16px;
    text-align: center;
    padding: 10px;
}
.site-footer {
	width: 1220px;
}
.backg404 {
    background: url(https://nikoganda.com/wp-content/uploads/2022/05/404error_bg.jpg) no-repeat bottom;
}
header.page-404 {
    text-align: center;
    margin: 20px 0;
    overflow: hidden;
    color: #fff;
    font-size: 40px;
}
header.page-404 h1 {
    font-size: 72px;
    margin: 20px 0;
}
form#search-form {
    text-align: center;
    margin: 20px 0;
}
input#input-search {
    height: 64px;
    width: 576px;
    background: #1e202a;
    border: 2px solid #393943;
    border-radius: 5px;
	color:#fff;
}
input#input-search::placeholder {
    font-size: 24px;
    padding: 0 15px;
    color: #fff;
}
.not-found-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(3,245px);
    grid-template-columns: repeat(3,245px);
    grid-gap: 10px;
    margin: 50px auto;
    width: 755px;
	overflow: hidden;
}
.found-box {
    padding: 20px 20px;
    overflow: hidden;
}
.found-box:hover {
    background: #21222d;
    padding: 18px;
    border: 1px solid #373842;
    border-radius: 5px;
}
.found-box a {
    text-align: center;
    display: block;
    color: #a0aec0;
}
.found-box img {
    display: block;
    text-align: center;
    margin: 0 auto;
    background: #1e1f2a;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #353740;
}
.found-box a span {
    font-size: 20px;
    color: #ffffff;
    margin: 10px 0;
    display: block;
}

/********************* Review Series ******************/
.content-review-movies {
    margin: 50px 0;
}

.rw-content {
    display: grid;
    grid-template-columns: repeat(3,396px);
    grid-gap: 16px;
	margin: 20px 0;
}
.rw-content-single {
    display: grid;
    grid-template-columns: repeat(3,300px);
    grid-gap: 18px;
	margin: 20px 0;
}


.rw-detail {
    display: grid;
}

.last-rw-content {
	display: grid;
    grid-template-columns: repeat(4,372px);
    grid-gap: 18px;
}

.last-rw-content .rw-detail {
	margin-top: 0;
}

.box-rw-movies {
    border-radius: 10px;
}

.box-rw-series a {
    color: #fff;
}


.box-rw-movies .top-rw-detail {
    justify-content: space-between;
    padding: 5px 10px;
    font-size: 14px;
    position: absolute;
    width: 396px;
    height: 35px;
    overflow: hidden;
    font-size: 16px;
    margin-top: 10px;
}
.box-rw-movies-single .top-rw-detail-single {
	justify-content: space-between;
    padding: 5px 10px;
    font-size: 14px;
    position: absolute;
    width: 300px;
    height: 35px;
    overflow: hidden;
    font-size: 16px;
	margin-top: 10px;
}
.tw-title a {
    color: #fff;
    /*font-family: 'kanitregular';*/
}
.box-rw-movies .img {
    height: 200px;
    overflow: hidden;
}

.box-rw-movies .img img {
    width: 100%;
    /* height: 200px; */
}

.main-rw-detail {
    padding: 15px 0;
}
.rw-date {
    float: right;
    margin-right: 8px;
    padding: 0 11px;
    border-radius: 5px;
    color: #fff;
    background: #050505;
}
.tw-title {
    font-size: 18px;
}

.rw-exc {
    color: #d6d6d6;
  /*  font-family: 'kanitlight';*/
}

.rw-cate {
    color: #fb6614;
}

.content-review-series .btn-slide {
    margin-top: 45px;
    text-align: center;
}
.grid-single {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 936px 206px;
    grid-template-columns: 936px 206px;
    grid-gap: 78px;
    margin: 50px auto;
	overflow: hidden;
}
.movie-description {
    background: #fff;
	padding-bottom: 20px;
}
.main-reviews h1 {
    font-size: 34px;
}
.movie-description p {
    padding: 0 90px;
    margin-bottom: 15px;
}
.wp-block-embed {
    margin: 0 !important;
    overflow-wrap: break-word;
    text-align: center !important;
    padding: 20px 0 !important;
}
h3.reccom-head {
    font-size: 22px;
    background-color: #0a151f;
    border-radius: 10px;
    padding: 16px 0;
    margin: 0 0 18px;
}

h3.reccom-head span.kindhead {
    background: url(https://nikoganda.com/wp-content/uploads/2022/06/bg-kind.png) no-repeat center;
    padding: 18px 33px 18px 25px;
    background-color: #1f2832;
    border-radius: 10px 0 0 10px;
    margin-right: 20px;
}
h3.reccom-head span.catehead {
    background: url(https://nikoganda.com/wp-content/uploads/2022/06/bg-cate.png) no-repeat center;
    padding: 18px 33px 18px 25px;
    background-color: #1f2832;
    border-radius: 10px 0 0 10px;
    margin-right: 20px;
}
.sidebar-cate {
    background: #0a151f;
    padding: 0px 0;
}


.widget_wp_categories_widget ul li a, .widget_wpcategorieswidget ul li a {
    display: inherit !important;
    color: #ced0d7 !important;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    font-size: 16px !important;
    float: left !important;
   /* font-family: 'kanitregular';*/
	padding-left: 30px;
}
.widget_wp_categories_widget ul li, .widget_wpcategorieswidget ul li {
    font-size: 16px;
    margin: 0;
    border-bottom: 0 !important;
    position: relative;
    list-style-type: none;
    line-height: 35px !important;
    display: flow-root;
    padding: 6.5px 0 !important;
	text-align:right;
	color:#ced0d7 !important;
}
.widget_wpcategorieswidget ul li:hover {
	    background: #1f2832 !important;
}
.widget_wp_categories_widget ul li, .widget_wpcategorieswidget ul li:hover&gt;a { 
	color: #fff !important;
}
.widget_wpcategorieswidget ul li span.post-count {
    height: auto !important;
    min-width: 35px;
    text-align: center;
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    float: right;
    margin-top: 2px;
    font-size: 16px;
	color: #ced0d7 !important;
}
.widget_wpcategorieswidget li:hover&gt;span.post-count {
	color: #00a0ff !important;
}

li.cat-item.cat-item-28 a {
    background: url(https://nikoganda.com/wp-content/uploads/2022/05/01-action.png) no-repeat left;
    background-size: 25%;
    background-position: 0px;
    margin-left: 15px;
}
li.cat-item.cat-item-27 a {
	background: url(https://nikoganda.com/wp-content/uploads/2022/05/07-fantasy.png) no-repeat left;
    background-size: 20%;
    background-position: 0px;
    margin-left: 15px;
}
li.cat-item.cat-item-14 a {
	background: url(https://nikoganda.com/wp-content/uploads/2022/05/02-adventure.png) no-repeat left;
    background-size: 20%;
    background-position: 0px;
    margin-left: 15px;
}
li.cat-item.cat-item-12 a {
	background: url(https://nikoganda.com/wp-content/uploads/2022/05/06-comedy.png) no-repeat left;
	background-size: 25%;
	background-position: 0px;
	margin-left: 15px;
}
li.cat-item.cat-item-20 a {
	background: url(https://nikoganda.com/wp-content/uploads/2022/05/03-drama.png) no-repeat left;
	background-size: 25%;
	background-position: 0px;
	margin-left: 15px;
}
li.cat-item.cat-item-31 a {
	background: url(https://nikoganda.com/wp-content/uploads/2022/05/10-sci-fi.png) no-repeat left;
	background-size: 25%;
	background-position: 0px;
	margin-left: 15px;
}
li.cat-item.cat-item-9 a {
	background: url(https://nikoganda.com/wp-content/uploads/2022/05/17-sports.png) no-repeat left;
	background-size: 25%;
	background-position: 0px;
	margin-left: 15px;
}
li.cat-item.cat-item-10 a {
	background: url(https://nikoganda.com/wp-content/uploads/2022/07/family-icon.png) no-repeat left;
	background-size: 25%;
	background-position: 0px;
	margin-left: 15px;
}

li.cat-item.cat-item-11 a {
	background: url(https://nikoganda.com/wp-content/uploads/2022/07/Biography-icon.png) no-repeat left;
	background-size: 25%;
	background-position: 0px;
	margin-left: 15px;
}

li.cat-item.cat-item-13 a {
	background: url(https://nikoganda.com/wp-content/uploads/2022/05/18-history.png) no-repeat left;
	background-size: 15%;
	background-position: 0px;
	margin-left: 15px;
}

li.cat-item.cat-item-15 a {
	background: url(https://nikoganda.com/wp-content/uploads/2022/05/04-thriller.png) no-repeat left;
	background-size: 18%;
	background-position: 0px;
	margin-left: 15px;
}

li.cat-item.cat-item-16 a {
	background: url(https://nikoganda.com/wp-content/uploads/2022/05/12-mystery.png) no-repeat left;
	background-size: 20%;
	background-position: 0px;
	margin-left: 15px;
}

li.cat-item.cat-item-17 a {
	background: url(https://nikoganda.com/wp-content/uploads/2022/05/11-wars.png) no-repeat left;
	background-size: 20%;
	background-position: 0px;
	margin-left: 15px;
}

li.cat-item.cat-item-18 a {
	background: url(https://nikoganda.com/wp-content/uploads/2022/05/05-horror.png) no-repeat left;
	background-size: 20%;
	background-position: 0px;
	margin-left: 15px;
}

li.cat-item.cat-item-19 a {
	background: url(https://nikoganda.com/wp-content/uploads/2022/05/15-documentary.png) no-repeat left;
	background-size: 20%;
	background-position: 0px;
	margin-left: 15px;
}
li.cat-item.cat-item-29 a {
	background: url(https://nikoganda.com/wp-content/uploads/2022/05/14-anime.png) no-repeat left;
	background-size: 20%;
	background-position: 0px;
	margin-left: 15px;
}
li.cat-item.cat-item-24 a {
	background: url(https://nikoganda.com/wp-content/uploads/2022/05/13-crime.png) no-repeat left;
	background-size: 20%;
	background-position: 0px;
	margin-left: 15px;
}
li.cat-item.cat-item-25 a {
	background: url(https://nikoganda.com/wp-content/uploads/2022/07/erotic-icon.png) no-repeat left;
	background-size: 25%;
	background-position: 0px;
	margin-left: 15px;
}
li.cat-item.cat-item-26 a {
	background: url(https://nikoganda.com/wp-content/uploads/2022/05/16-musical.png) no-repeat left;
	background-size: 20%;
	background-position: 0px;
	margin-left: 15px;
}
li.cat-item.cat-item-30 a {
	background: url(https://nikoganda.com/wp-content/uploads/2022/05/09-romance.png) no-repeat left;
	background-size: 20%;
	background-position: 0px;
	margin-left: 15px;
}
section#wpcategorieswidget-3 ul li a {
    padding: 0 !important;
    margin-left: 20px;
}
section#wpcategorieswidget-3 ul li:hover&gt;a {
	border-bottom: 2px solid #00a0ff;
}
iframe.form-contact {
    width: 100%;
    height: 500px;
}
li#menu-item-241 {
    background: #0a263c;
    border: 2px solid #007bc4;
    border-radius: 10px;
}
li#menu-item-241 a {
    border-bottom: none !important;
}

.kind-of-movies {
    margin: 30px 0;
    overflow: hidden;
}
.slider_5 {
  width: 1220px;
  height: auto;
  display: flex;
  overflow-x: auto;
	flex-shrink: 0;
	padding-bottom: 10px;
}


::-webkit-scrollbar {
    height: 5px !important;
}
 
::-webkit-scrollbar-track {
    background-color: #2e2e2e;
    border-radius: 100px;
}
 
::-webkit-scrollbar-thumb {
    background-color: #5a2e98;
    border-radius: 100px;
	min-height: 10px;
}
nav.navigation.pagination {
    display: block !important;
}
span.page-numbers.dots {
    font-weight: bold;
    font-size: 22px;
}
.main-player {
    display: grid;
    grid-template-columns: 190px 824px 190px;
    grid-gap: 8px;
    ms-grid-columns: 190px 824px 190px;
    margin-top: 32px;
    margin-bottom: 20px;
}
.player-left li, .player-right li {
    list-style: none;
    margin-bottom: 3px;
}
/****************************/
/*---------End CSS-----------*/

.top_cen img {
    width: 100%;
}

@media screen and (min-width: 1220px) {
	.site-header , .site-footer , .site-main , .carousel.slide {
    width: 100%;
}
}
</pre></body></html>