a,
article,
b,
body,
div,
dt,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
label,
li,
menu,
nav,
p,
q,
s,
span,
summary,
time,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
footer,
header,
menu,
nav {
    display: block;
}
body,
html {
    height: 100%;
    line-height: 1;
}
@font-face {
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
ul {
    list-style: none;
}
q {
    quotes: none;
}
q:after,
q:before {
    content: "";
    content: none;
}
.clear {
    clear: both;
    display: block;
    float: none;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
}
* html .clear {
    height: 1%;
}
.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clear {
    display: block;
}
body {
    background: #0f0f0f;
    color: #444;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    line-height: 1.6;
}
#ib-4-f {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    width: 100%;
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0;
    color: #fff;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.2em;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: 0.8em;
}
p {
    margin: 0;
}
input[type="text"] {
    border: 1px solid #e3e3e3;
    outline: 0;
    margin: 0 0 10px;
    padding: 11px 15px 10px;
    background: #fff;
    color: #9da0a4;
    font: 14px/14px HelveticaNeue, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="text"]:focus {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #232527;
}
label {
    color: #aaa;
    font-size: 12px;
    font-weight: 700;
}
img {
    vertical-align: bottom;
    max-width: 100%;
}
.left {
    float: left;
}
.right {
    float: right;
}
::selection {
    color: #000;
    background: #ff6;
}
a:link,
a:visited {
    text-decoration: none;
    -webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out;
    transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out;
}
h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited,
h4 a:link,
h4 a:visited,
h5 a:link,
h5 a:visited,
h6 a:link,
h6 a:visited {
    text-decoration: none;
}
#main {
    margin-bottom: 20px;
}
.container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 2%;
}
#content {
    float: left;
    width: 100%;
}
.nav {
    float: right;
    margin-top: 13px;
    margin-right: 25px;
    overflow: hidden;
    z-index: 999;
}
.nav a {
    display: block;
    position: relative;
    text-decoration: none;
    z-index: 100;
}
.nav li {
    float: left;
    width: auto;
    z-index: 999;
}
.nav li a {
    color: #eee;
    font-size: 16px;
    padding: 7px 14px;
}
.nav .sf-with-ul {
    padding-right: 20px;
}
.nav li ul {
    float: left;
    left: -999em;
    position: absolute;
    width: 180px;
    padding-top: 12px;
    z-index: 999;
}
.nav li ul li a,
.nav li ul li a:visited {
    border-radius: 0;
    color: #f5f5f5;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 15px;
    width: 140px;
    text-transform: none;
}
.nav li ul li:first-child a {
    padding-top: 15px;
}
.nav li ul li:last-child a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-bottom: 15px;
}
.nav li ul li a.sf-with-ul {
    padding-right: 12px;
}
.nav li ul ul {
    margin: -39px 0 0 170px !important;
    padding: 0 !important;
}
#header {
    width: 100%;
    height: 64px;
    padding: 2% 0;
    margin-bottom: 2%;
    background-color: #151515;
    background-image: linear-gradient(to right, #151515 0, #222 50%, #151515 100%);
    border-top: 5px solid #ffff0a;
}
#header .btn {
    display: block;
    margin-top: 15px;
    padding: 4px 8px;
}
#logo {
    height: auto;
    width: 125px;
    float: left;
}
#text-logo {
    float: left;
    height: 60px;
}
#text-logo #site-title {
    display: inline;
    float: left;
    font-size: 24px;
    line-height: 59px;
    text-transform: uppercase;
}
#text-logo #site-title a:link,
#text-logo #site-title a:visited {
    color: #fff;
}
.content-loop {
    background: 0;
    max-width: 1600px !important;
}
.content-loop .post {
    float: left;
    width: 15%;
    margin: 0 2% 2% 0;
}
.content-loop .post .entry-title {
    color: #333;
}
.content-loop .post .post-thumb .entry-title {
    margin-left: 0 !important;
}
.content-loop .post .entry-thumb {
    width: 100%;
    border-radius: 5px;
    color: #444;
    height: auto;
}
.content-loop .post .entry-meta {
    font-size: 12px;
    margin-top: 0;
    text-align: right;
}
.content-loop .last-post {
    margin-right: 0;
}
.content-loop .entry-title span {
    color: #ffff0a;
    font-weight: 400;
    background: #272727;
    padding: 3px 4px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 2px;
}
.search .hentry,
.single .hentry {
    padding-bottom: 3%;
}
.slogan {
    text-align: center;
    margin-bottom: 8%;
    margin-top: 4%;
}
.slogan h1,
.slogan h2,
.slogan h4,
.slogan h5,
.slogan h6 {
    font-size: 2.75em;
    font-weight: 400;
    margin-bottom: 20px;
}
.b-letter {
    background: #ffff0a;
    color: #000;
    padding: 0 12px;
}
.b-batch {
    color: #eee;
    text-decoration: underline;
    text-decoration-color: #ffff0a;
}
.slogan p {
    color: #ccc;
    font-size: 0.95em;
    line-height: 24px;
    margin-bottom: 30px;
    padding: 0 30px;
}
.slogan p a,
.slogan p a:visited {
    border-bottom: 1px solid #ddd;
    color: #999;
}
.post-nav {
    color: #999;
    font-size: 12px;
    margin-bottom: 20px;
    text-align: right;
}
.post-nav a:link,
.post-nav a:visited {
    color: #999;
    width: 50%;
}
.hentry .entry-meta {
    color: #919191;
}
.hentry .entry-meta .meta-category {
    float: left;
    text-align: left;
}
.hentry .entry-meta a,
.hentry .entry-meta a:visited {
    color: #9da0a4;
    text-decoration: none;
}
.hentry {
    color: #666;
}
.single .entry-meta a,
.single .entry-meta a:visited {
    color: #9da0a4;
}
.single {
    color: #666;
}
.single .entry-meta span {
    border-bottom: 1px dashed #ddd;
    color: #bbb;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.single .entry-meta a,
.single .entry-meta a:visited {
    color: #9da0a4;
    text-decoration: none;
}
.single {
    color: #666;
}
.entry-header {
    color: #999;
    font-size: 12px;
    margin-bottom: 20px;
}
#footer {
    background: #151515;
    border-top: 1px solid #1f1f1f;
    color: #999;
    display: table-row;
    height: 74.2px;
}
#footer a,
#footer a:visited {
    color: #999;
}
#footer {
    color: #666;
}
#copyright {
    font-size: 14px;
    padding: 25px 2% 30px;
}
#copyright p {
    font-size: 14px;
}
#copyright .left a:link,
#copyright .left a:visited {
    color: #bbb;
    margin-left: 6px;
}
.one-col {
    max-width: 1600px !important;
}
.entry-title {
    font-size: 14px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-overflow: ellipsis;
}
.entry-title a:link,
.entry-title a:visited {
    color: #222;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.single .post-thumb {
    padding: 20px 20px 10px;
}
.single .entry-title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
}
.hentry .entry-thumb {
    height: auto;
}
.entry-content img {
    max-width: 600px;
}
.entry-content li ul {
    margin: 0;
    padding: 0;
}
.entry-content input {
    font-size: 1em;
    padding: 3px;
}
.entry-content ul {
    list-style: none;
    padding-bottom: 10px;
}
.entry-content ul ul {
    margin-bottom: 0;
}
.entry-content ul li {
    padding: 5px 0 5px 11px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin: 5px 0 10px;
}
.entry-content p {
    margin: 20px 0 10px;
}
.single-poster img {
    border: 1px solid #1f1f1f;
    background-color: #171717;
    border-radius: 5px;
    height: auto;
}
.home-note {
    background: #151515;
    text-align: center;
    padding: 35px 15px;
    color: #fff;
    border: 1px solid #1f1f1f;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 22px;
    font-weight: 700;
}
.home-note span {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.main-search {
    padding: 10px 0 5px 0;
    max-width: 600px;
    margin: auto;
}
.main-search input[type="search"] {
    width: 85%;
    padding: 6px 5px 6px 20px;
    margin-top: 8px;
    font-size: 18px;
    background: #1d1d1d;
    color: #fff;
    border: 1px solid #333;
    outline: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.main-search button {
    width: 15%;
    float: right;
    padding: 6px 15px;
    margin-top: 8px;
    background: #ffff0a;
    font-size: 19px;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.main-search svg {
    fill: #000;
}
.latest-u {
    margin: 30px 0 0;
}
.latest-u span,
.latest-u-2 span {
    color: #ffff0a;
    padding-right: 10px;
}
.stitle-bottom-line {
    padding-bottom: 20px;
}
.icon-fixed-width {
    color: #ffff0a;
}
.single-l {
    max-width: 25%;
    margin-right: 5%;
    height: auto;
    float: left;
    padding: 15px 0;
}
.single-r {
    width: 65%;
    float: left;
    padding: 0 2% 0 0;
}
.movie-buttons {
    padding: 0 100px 0 0;
    min-width: 50%;
    display: flex;
}
.button-trailer {
    width: 175px;
    height: auto;
    float: left;
    padding-bottom: 15px;
}
.button-download {
    width: 275px;
    float: left;
    padding-bottom: 15px;
}
.button-trailer-css {
    background-color: #272727;
    border: 0;
    border-radius: 5px;
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
}
.button-download-css {
    background: #ffff0a;
    border: 0;
    border-radius: 5px;
    color: #000;
    padding: 15px 36px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
}
.button-download-css a:active,
.button-download-css a:link,
.button-download-css a:visited {
    color: #000;
}
.entry-title-movie {
    font-size: 4em;
    font-weight: 700;
    color: #fafafa;
    padding-bottom: 10px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.entry-tags-movies {
    font-size: 16px;
    color: #fafafa;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cast-and-director-div {
    margin-top: 40px;
    margin-bottom: 40px;
}
.cast-and-director {
    font-size: 16px;
    line-height: 36px;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.movies-director {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.c-a-m-title {
    margin-left: 5px;
    color: #fafafa;
    margin-right: 5px;
}
.icon-external-link-sign {
    margin-right: 10px;
}
.icon-cloud-download {
    margin-right: 10px;
}
.clear-driver {
    padding: 1%;
}
.additional-info,
.entry-content {
    color: #919191;
    font-size: 14px;
}
.storyline {
    color: #ffff0a;
    font-weight: 700;
}
.icon-download-alt {
    color: #777;
}
input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
.i-search {
    padding-top: 7px;
}
.right input[type="search"] {
    padding: 6px 5px 6px 20px;
    margin-top: 8px;
    font-size: 15px;
    background: #1d1d1d;
    color: #eee;
    border: 1px solid #333;
    outline: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.top-search-button {
    float: right;
    padding: 5.5px 15px;
    margin-top: 8px;
    background: #ffff0a;
    font-size: 17px;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.mobile-search-button {
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 0;
}
.mobile-search-button,
.top-search-button svg {
    fill: #000;
}
.search-in {
    width: 100%;
    position: relative;
    display: flex;
}
.mob-search input {
    width: 100%;
    padding: 5px 5px 5px 15px;
    font-size: 15px;
    background: #333;
    color: #fff;
    border: 1px solid #444;
    outline: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.mob-search button {
    float: right;
    padding: 9px 16px;
    background: #ffff0a;
    font-size: 17px;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
}
.mob-search svg {
    fill: #000;
}
.widget p {
    margin-bottom: 10px;
}
.search-form input {
    font-size: 12px;
    padding: 10px 15px;
    width: 100%;
}
#submit,
.btn,
button {
    cursor: pointer;
    background: #ffff0a;
    border: 0;
    color: #fff !important;
    font-size: 13px;
    font-weight: 400;
}
#submit:hover {
    background: #ffff0a !important;
}
.post-thumb {
    position: relative;
    background-color: #171717;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #1f1f1f;
}
.entry-thumb {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.entry-title a:link,
.entry-title a:visited {
    color: #fff;
    padding-bottom: 3px;
}
.nav li ul li a,
.nav li ul li a:visited {
    background: #393939;
}
.player-loading {
    background: url(images/loading.gif) 50% 50% no-repeat;
    background-color: #000;
    border-radius: 5px;
}
.player-class {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    border: none;
    border-radius: 5px;
}
