@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(//fonts.googleapis.com/css?family=Changa:400,500,700);
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body,
html {
    background: #000
}

a {
    text-decoration: none
}

.header {
    width: 100%;
    background: rgba(0, 0, 0, 1);
    background: #000
}

.hbar {
    width: 1000px;
    height: 50px;
    margin: 0 auto
}

.logo {
    text-align: center
}

.logo a img {
    width: 180px;
    height: auto;
    margin: 0 auto;
    margin-top: -12px;
}

.search {
    font: 400 1px Changa, sans-serif;
    background: url(../images/s.png) no-repeat;
    background-size: 25px 25px;
    background-position: right 14px top 13px;
    float: right;
    border: 0;
    padding: 20px;
    width: 250px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.search:focus {
    font-size: 16px;
    width: 300px;
    background-color: #fff;
    padding: 10.5px;
    color: #848484
}

.new {
    font: 400 16px Changa, sans-serif;
    color: #e50914;
    line-height: 52px;
    border-right: 1px solid #232323;
    padding: 0 8px 0 8px;
    float: left;
    text-transform: uppercase;
    transition: all .4s ease
}

.new:hover {
    background: #cb181d;
    color: #fff
}

.menubar {
    width: 990px;
    height: 50px;
    margin: 10px auto 10px auto;
    border: 1px solid #232323
}

div#socialSharing {
    margin-left: 10px;
    position: relative;
    float: left
}

div#socialSharing a i {
    transition: all .4s ease;
    margin: 0 0 0 5px;
    text-align: center;
    padding: 0;
    line-height: 52px;
    font-size: 24px;
    color: #e50914
}

div#socialSharing a i#facebook:hover {
    color: #3b5998
}

div#socialSharing a i#twitter:hover {
    color: #1da1f2
}

div#socialSharing a i#whatsapp:hover {
    color: #00e676
}

.fa-comments,
.fa-heart {
    margin-right: 8px
}

.main {
    width: 1000px;
    margin: 0 auto;
    clear: both
}

.main h2 {
    font: 700 20px 'Open Sans', sans-serif;
    margin: 3% 2% 0 5px;
    color: #e50914;
    text-transform: uppercase
}

.bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, 0)), color-stop(.1, #000));
    clear: both
}

.post {
    width: 1000px;
    margin: 40px auto;
    height: auto;
    background: rgba(0, 0, 0, .8);
    position: relative
}

.serie {
    width: 20%;
    position: relative;
    float: left;
    overflow: hidden;
}

.serie a img {
    width: 96%;
    height:250px;
    margin: 4% 0 0 2%;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)), color-stop(.2, #000))
}

.serie .tt {
    font: 400 17px Changa, sans-serif;
    color: #fff;
    position: absolute;
    top: 75%;
    left: 6%;
    transition: ease .4s;
    text-shadow: 1px 1px #222;
    z-index: 2;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.serie .ao {
    font: 500 13px Changa, sans-serif;
    color: #dc2627;
    position: absolute;
    top: 80%;
    left: 6%;
    transition: ease .4s;
    opacity: 0;
    text-transform: uppercase;
    z-index: 2
}

.serie .imdb {
    font: 500 14px Changa, sans-serif;
    color: #000;
    position: absolute;
    top: 75%;
    right: 20%;
    transition: ease .4s;
    padding: 2px 4px 2px 4px;
    background: #f3db81;
    background: -moz-linear-gradient(top, #f3db81 0, #dca70d 100%);
    background: -webkit-linear-gradient(top, #f3db81 0, #dca70d 100%);
    background: linear-gradient(to bottom, #f3db81 0, #dca70d 100%);
    opacity: 0;
    border-radius: 2px;
    z-index: 2
}

.serie .hover {
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    transition: ease .4s;
    opacity: 0
}

.p1 {
    width: 25%;
    float: left
}

.p2 {
    width: 75%;
    float: left;
    margin-bottom: 20px
}

.p3 {
    width: 100%;
    margin-bottom: 20px
}

.p1 .poster {
    width: 80%;
    margin: 10%
}

.p2 h1 {
    font: 700 30px Changa, sans-serif;
    margin: 3% 2% 1% 0;
    color: #fff
}

.p2 h1 b {
    display: none
}

.p2 .info {
    font: 400 10px 'Open Sans', sans-serif;
    background: rgba(0, 0, 0, .9);
    border: 1px solid #333;
    padding: 6px 14px 6px 14px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #fff;
    float: left;
    text-transform: uppercase;
    cursor: pointer
}
.p2 .category {
    font: 400 10px 'Open Sans', sans-serif;
    background: rgba(0, 0, 0, .9);
    border: 1px solid #333;
    padding: 6px 14px 6px 14px;
    margin-right: 5px;
    margin-bottom: 5px;
    
    float: left;
    text-transform: uppercase;
    cursor: pointer
}
.p2 .category a{
    color: #e50914;
}
.p2 .category a:hover{
  
    text-shadow:1px 1px 10px #fff, 1px 1px 10px #e50914; 
}
.p2 .rate {
    font: 700 10px 'Open Sans', sans-serif;
    padding: 6px 14px 6px 14px;
    margin-right: 5px;
    margin-top: 1px;
    color: #000;
    float: left;
    text-transform: uppercase;
    cursor: pointer;
    background: #f3db81;
    background: -moz-linear-gradient(top, #f3db81 0, #dca70d 100%);
    background: -webkit-linear-gradient(top, #f3db81 0, #dca70d 100%);
    background: linear-gradient(to bottom, #f3db81 0, #dca70d 100%)
}
.p2 .trailer {
    font: 700 10px 'Open Sans', sans-serif;
    padding: 6px 14px 6px 14px;
    margin-right: 5px;
    margin-top: 1px;
    color: #000;
    float: left;
    text-transform: uppercase;
    cursor: pointer;
    background: #fd1314;
    background: -moz-linear-gradient(top, #95393f    0, #dca70d 100%);
    background: -webkit-linear-gradient(top, #95393f    0, #e50914 100%);
    background: linear-gradient(to bottom, #95393f    0, #cf3942 100%);
}
.p2 .trailer a {
    color: #fff;
}
.p2 .sinopse {
    font: 400 14px 'Open Sans', sans-serif;
    color: #fff;
    margin-right: 4%;
    clear: both;
    margin-top: 20px;
    float: left;
    text-align: justify;
}

.p3 h3 {
    font: 400 20px Changa, sans-serif;
    margin: 3% 2% 0 2%;
    color: #e50914;
    text-transform: uppercase
}

#disqus_thread {
    margin-left: 2%;
    width: 96%
}

.nome-temp {
    float: left;
    font: 700 14px 'Open Sans', sans-serif;
    color: #fff;
    margin: 13px 10px 0 0;
    text-transform: uppercase
}

.nome-temp span {
    color: #fff
}

.temps {
    width: 100%;
    height: auto;
    margin: 5px 0;
    float: left
}

.temps ul.temporadas li {
    font: 700 14px 'Open Sans', sans-serif;
    float: left;
    border: 2px solid #e50914;
    padding: 5px 10px 5px 10px;
    color: #e50914;
    margin: 5px 5px 5px 0;
    cursor: pointer
}

.temps ul.temporadas li.action {
    background: #e50914;
    color: #fff
}

.temps ul.temporadas li:hover {
    background: #e50914;
    color: #fff
}

.temps .eps {
    width: 100%;
    overflow: auto;
    margin: 5px 5px 20px 5px
}

.temps .eps ul {
    width: 50%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.temps .eps ul h3 {
    font: 700 14px 'Open Sans', sans-serif;
    color: #e50914;
    margin: 8px 0 8px 0;
    text-transform: uppercase
}

.temps .eps ul li {
    font: 400 14px 'Open Sans', sans-serif;
    padding: 2px;
    /*width: 80%;*/
    text-transform: capitalize;
    cursor: pointer;
    margin-top: 20px;
    padding-bottom: 10px;
}

.temps .eps ul li a {
    color: #fff
}

.temps .eps ul li span {
    color: #e50914
}

.temps .eps ul li:hover {
    color: #919292
}

.temps .eps ul li a:focus {
    color: #919292
}
.temp1-view ul.leg li a, .temp1-view ul.dub li a{
    font: 400 17px 'Open Sans', sans-serif;
    font-weight: bold;
    padding-bottom: 2px;
    text-transform: capitalize;
    cursor: pointer;
    margin-bottom: 6px;
    padding: 10px 10px;
    border: 1px solid #333;
    background: #fd1314;
    background: -moz-linear-gradient(top, #95393f 0, #dca70d 100%);
    background: -webkit-linear-gradient(top, #95393f 0, #e50914 100%);
    background: linear-gradient(to bottom, #95393f 0, #cf3942 100%);
    transition: all .4s ease;
    border-right: 1px solid #232323;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    }
    .temp1-view ul.leg li a:hover,
    .temp1-view ul.dub li a:hover{
    color: #fff;
    background: #e50914;
}
.atualizacoes {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .9);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in;
    pointer-events: none
}

.atualizacoes:target {
    opacity: 1;
    pointer-events: auto
}

.atualizacoes>div {
	top: 10px;
    text-align: center;
    max-width: 700px;
    position: relative;
    margin: 0px auto;
}

.fechar {
    color: #e50914;
    font-size: 30px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 24px;
    text-decoration: none;
    font-weight: 700
}

.ult {
    width: 33.33333333%;
    float: left
}

.ult a img {
    width: 100%;
    height: auto;
    margin: 0;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)), color-stop(.1, #000));
    transition: .3s ease
}

.ult a img:hover {
    opacity: .6
}

.ult .ns {
    font: 400 16px Changa, sans-serif;
    color: #fff;
    text-shadow: 1px 1px #222;
    position: relative;
    z-index: 2;
    float: left;
    margin: -50px 0 0 10px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ult .ep {
    font: 500 20px Changa, sans-serif;
    color: #e50914;
    position: relative;
    z-index: 2;
    float: left;
    margin: -35px 0 0 10px
}

.atualizacoes h3 {
    font: 500 20px Changa, sans-serif;
    color: #e50914;
    text-transform: uppercase;
    padding: 7px 0 7px 0
}



.pagination-wrap {
    text-align: center;

}

.pagination-wrap a,
.pagination-wrap span
 {
   display: inline-block;
   vertical-align: middle;
    font: 700 20px 'Open Sans', sans-serif;
    color: #e50914;
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    transition: ease .2s
}

.pagination-wrap a:hover,
.pagination-wrap .current
 {
    background: #e50914;
    color: #fff
}




@media screen and (max-width:801px) {
    .logo a img {
        margin-top: -10px;
        width: 150px;
    }
    .hbar,
    .menubar {
        width: 100%;
        border-left: 0;
        background: #1b1919;
        border-color: #000
    }
    .menubar {
        margin-top: 0
    }
    .new {
        border-color: #000
    }
    .main {
        width: 100%
    }
    .search {
        position: absolute;
        right: 1%;
        background-position: right 8px top 13px;
        width: 100px
    }
    .search:focus {
        width: 95.4%
    }
    .serie .tt {
        width: 90%;
    }
    .serie .imdb {
        padding: 0 3px 0 3px
    }
    .post {
        width: 100%;
        margin: 0
    }
    .p1 {
        width: 20%
    }
    .p1 .poster {
        width: 90%;
        margin: 5%
    }
    .social {
        display: none
    }
    .p2 {
        width: 80%
    }
    .p2 h1 {
        font-size: 22px;
        margin: 15px 10px 10px 0
    }
    .p3 h3 {
        font-size: 18px
    }
    ul.pagination {
        position: absolute;
        left: 25%
    }
}

@media screen and (max-width:769px) {
    .main h2 {
        font-size: 14px
    }
    .post {
        margin-top: 430px
    }
    .p1 {
        display: none
    }
    .p2 {
        width: 100%
    }
    .p2 h1 {
        margin: 15px 10px 10px 10px
    }
    .p2 .info{
        margin: 0 -5px 0 10px
    }
    .p2 .trailer{
      
    }
    .p2 .category {
        margin: 10px -5px 0 10px
    }
    .p2 .sinopse {
        margin: 10px
    }
    .p2 .rate {
        margin-left: 10px
    }
    .nome-temp {
        margin: 10px
    }
    .temps {
        margin: 0 0 0 10px
    }
    .temps .eps {
        margin: 0 0 20px 0
    }
    .temps .eps ul h3 {
        margin: 12px 0 8px 0
    }
    .serie {
        width: 50%
    }
    .serie .tt {
        font-size: 22px
    }
    .serie .ao {
        font-size: 16px
    }
    .serie .imdb {
        font-size: 16px;
        padding: 4px 7px 4px 7px
    }
}

@media screen and (max-width:737px) {
    .search:focus {
        width: 95%
    }
    .post {
        margin-top: 415px
    }
}

@media screen and (max-width:669px) {
    .search:focus {
        width: 93.5%
    }
    .post {
        margin-top: 375px
    }
    .serie .tt {
        font-size: 20px
    }
    .serie .ao {
        font-size: 14px
    }
    .serie .imdb {
        padding: 1px 5px 1px 5px
    }
    .atualizacoes>div {
        width: 96%
    }
    .ult {
        width: 50%
    }
    .search:focus {
        width: 93.5%
    }
}

@media screen and (max-width:641px) {
    .search:focus {
        width: 94.5%
    }
    .post {
        margin-top: 360px
    }
    ul.pagination {
        left: 5%
    }
}

@media screen and (max-width:601px) {
    .search:focus {
        width: 95%
    }
    .post {
        margin-top: 338px
    }
    .serie .tt {
        font-size: 18px
    }
    .serie .ao {
        font-size: 14px
    }
    .serie .imdb {
        font-size: 14px
    }
    .ult .ns {
        font-size: 18px;
        margin: -55px 0 0 10px
    }
    .ult .ep {
        font-size: 18px
    }
    .atualizacoes h3 {
        font-size: 18px
    }
    .fechar {
        font-size: 24px
    }
}

@media screen and (max-width:569px) {
    .search:focus {
        width: 94%
    }
    .post {
        margin-top: 320px
    }
}

@media screen and (max-width:534px) {
    .search {
        width: 70px
    }
    .search:focus {
        width: 93.6%
    }
    .post {
        margin-top: 298px
    }
}

@media screen and (max-width:481px) {

    .search {
        width: 40px
    }
    .search:focus {
        width: 93.4%
    }
    .main h2 {
        font-size: 12px
    }
    .post {
        margin-top: 270px
    }
    .p2 .tt {
        font-size: 13px
    }
    .p2 .sinopse {
        font-size: 12px
    }
    .temps ul.temporadas li {
        font-size: 12px
    }
    .temps .eps ul h3 {
        font-size: 12px
    }
    .temps .eps ul li {
        font-size: 12px
    }
    .p3 h3 {
        font-size: 12px
    }
    .serie .tt {
        font-size: 15px
    }
    .serie .ao {
        font-size: 11px
    }
    .serie .imdb {
        font-size: 11px
    }
    .ult .ns {
        font-size: 16px;
        margin: -50px 0 0 10px
    }
    .ult .ep {
        font-size: 16px
    }
    .atualizacoes h3 {
        font-size: 16px
    }
}

@media screen and (max-width:415px) {
    .search:focus {
        width: 92.6%
    }
    div#socialSharing {
        display: none
    }
    .post {
        margin-top: 234px
    }
    .atualizacoes h3 {
        font-size: 12px
    }
    .fechar {
        font-size: 20px
    }
    .atualizacoes h3 {
        font-size: 18px
    }
    .fechar {
        font-size: 35px;
        right: 5px;
        top: 5px
    }
}

@media screen and (max-width:376px) {
    .search:focus {
        width: 92%
    }
    .post {
        margin-top: 212px
    }
    .atualizacoes h3 {
        font-size: 16px
    }
}

@media screen and (max-width:361px) {
    .search:focus {
        width: 92%
    }
    .post {
        margin-top: 203px
    }
}

@media screen and (max-width:321px) {
    .search {
        width: 60px
    }
    .search:focus {
        width: 91%
    }
    .new {
        padding: 0 10px 0 10px
    }
    .serie .tt {
        font-size: 13px
    }
    .serie .ao {
        font-size: 9px
    }
    .p2 .tt {
        font-size: 10px
    }
    .p2 .sinopse {
        font-size: 11px
    }
    .serie .imdb {
        display: none
    }
    .post {
        margin-top: 180px
    }
    .ult .ns {
        font-size: 14px
    }
    .ult .ep {
        font-size: 14px
    }
    .atualizacoes h3 {
        font-size: 14px
    }
    .fechar {
        font-size: 30px;
        right: 5px;
        top: 5px
    }
}

Ã— Drag and Drop The image will be downloaded