body {
    background: #ecf0f0;
    font-family: 'Font',sans-serif;
    font-weight: normal;
    font-size: .9em;
}
input,select ,button {
    font-family: 'Font',sans-serif;
}
a {
    color:#06c
}
header {
        box-shadow: 1px 0 2px 1px #ddd;
        background:#f9f9f9;
        position: sticky;
        z-index: 999;
        top: 0;
}
header .container {
    height:60px
}

.search-form {
    height: 35px;
    border-radius: 4px;
    font-size: 15px;
    width: 600px;
    color: #444;
    border: 1px solid #bbb;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    position: relative;
}

.search-form input {
    width: 100%;
    padding: 3px 5px 9px 30px;
}

.search-form button {
    position: absolute;
    left: 10px;
    top: 5px;
    color: #222;
}

.logo {
    margin-left: 20px;
}

.pages-box {
    width: 170px;
    top: 70px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

ul.list-pages a {
    display: block;
    padding: 6px;
    font-size: 1em;
    border-bottom: 1px solid #eee;
}
ul.list-pages a.active {
    color:#ff1f00
}
ul.list-pages a i {
    margin-left: 10px;
}

.main-title {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 15px;
    margin-bottom: 10px;
}
h1.main-title {
    font-size: 22px;
    padding: 15px 10px;
    margin-bottom: 0;
}
article.main-article {
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #ddd;
    position: relative;
}

.aside {
    width: 300px;
}

main {
    margin-top: 20px;
}

.social a {
    display: inline-block;
    width: 180px;
    text-align: left;
    margin-bottom: 10px;
}
.social a i {
    width: 28px;
    height: 28px;
    display:inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    color: #fff;
    border-radius:4px;
}
.social a.face-link i {background:#3c5a98}
.social a.twitter-link i {background:#2daae4}
.social a.instagram-link i {background:#fd575e}
.social a.pinterest-link i {background:#e3262e}

.extend {
    width: calc(100% - 470px);
}
.sticky {
    position:sticky;
    top:75px;
    
}
.main-content {
    margin: 0 15px;
}

.block {
    width: 140px;
    margin-left: 8px;
    display: block;
    margin-right: 8px;
    height: 270px;
    position: relative;
    transition: .35s ease;
}
.blocks .block {
    width: 175px;
    margin-bottom: 15px;
    height:auto
}
.block-image {
    height:200px;
}
.blocks .block-image {
    height:260px
}
.block-image img {
    width:100%;
    height: 100%;
    border-radius: 1px;
    object-fit: cover;
}

h3.title {
    font-weight: 500;
    text-align: center;
    padding: 5px 0 0 0;
    font-size: .9em;
    line-height: 17px;
}

section.slider {
    position: relative;
    padding: 0 15px;
}

.owl-carousel .owl-stage-outer {
    padding-top:10px
}
.imdb-rating {
    position: absolute;
    font-size: 2.5em;
    right: 10px;
    top: 10px;
    text-shadow: 0 0 4px #bbb;
    -webkit-text-stroke: 1px #fe0;
    color: #fc0;
}

.imdb-rating span {
    position: absolute;
    font-size: 18px;
    right: 9px;
    color: #000;
    top: 9px;
    -webkit-text-stroke: 0px;
}

.ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
}
.ribbon span {
    color: #fff;
    text-align: center;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #ff4136;
    background: linear-gradient(#F70505 0%,#ff4136 100%);
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 19px;
    left: -21px;
    font-weight: 700;
    line-height: 20px;
}
.ribbon span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #ff4136;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ff4136;
}
.ribbon span:after {
    content: '';
    position: absolute;
    right: 0%;
    top: 99%;
    z-index: -1;
    border-right: 3px solid #ff4136;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #ff4136;
}


.owl-nav button {
    display: block;
    position: absolute;
    top: calc(50% - 30px);
    background: rgba(255,255,255,.8);
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-right: none;
    cursor: pointer;
    font-size: 2em;
    margin-top: -40px;
    width: 40px;
    right: -15px;
    height: 60px;
    color: #06c;
    text-align:center;
    border-radius: 0 5px  5px 0;
}
.owl-nav button.owl-prev {
    left: -15px;
    right: auto;
    border-left: none;
    border-right: 1px solid #ddd;
}

.scroll-top {
    position: fixed;
    bottom: 0;
    right: 20px;
    height: 45px;
    width: 45px;
    border-radius: 15px 15px 0 0;
    background: white;
    font-size: 26px;
    text-align: center;
    padding-top: 8px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-bottom: 0;
    transition: .35s ease;
    transform: translateY(100%);
    transform-origin: bottom;
}
.scroll-top.active {
    transform:translateY(0)
}
.main-menu li {
    width:48%;
    margin:1%;
    text-align:center
}
.main-menu li a {
    padding: 10px;
    background: #fff;
    display: block;
    border-radius: 5px;
    transition:.5s ease;
}
.main-menu li a:hover {
    color:#fff;
    background:#0066cc
}

footer img {
    width: 120px;
    margin: 10px 0;
    filter:brightness(0);
}

p.rights i {color: red;margin-right: 5px;}

.thumbnail {
    width: 300px;
    max-width: 300px;
}

.post-dtl {
    margin-right: 15px;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #ddd;
}

ul.post-information li {
    border-bottom: 1px solid #ddd;
}

ul.post-information li label {
    width: 116px;
    border-left: 1px solid #ddd;
    margin-left: 10px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
ul.post-information li a {
    display:inline-block;
    margin-left:10px
}
ul.post-information {
    font-size: 16px;
}

.see-btn {
    background: linear-gradient(45deg, #0dd44a, #0ab53f);
    margin: 10px 0;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius:5px;
    cursor:pointer
}
.see-btn i {
    margin-left:10px
}

.thumbnail img {
    height: 360px;
    width: 100%;
    display: block;
    border-radius: 5px;
}

p.description {
    padding: 15px;
}

h2.main-title.main-color {
    background: #f9f9f9;
}

.server-item {
    background: #dfdfdf;
    padding: 4px 8px;
    font-weight: bold;
    color: #555;
    cursor: pointer;
    border-radius: 4px;
    margin: 2px;
    display: inline-block;
    transition:.5s ease
}
.server-item:hover {
    background:#d5d5d5
}
.server-item.active {
    background:#ff1f00;
    color: #fff;
}
ul.servers {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 5px 20px;
}

section.code iframe {
    display: block;
    max-width: 100%;
    height: 470px;
    margin: 20px auto;
}

section.code >* {
    max-width: 97%;
    margin: auto;
}

.servers-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99;
    right: 0;
    cursor: pointer;
}

.servers-back.before {
    padding-top: 60%;
    height: 0;
    position: relative;
}
.excludebefore.before {
	display: none;
}
.servers-back.before:not(.excludebefore) ~ * {
    display: none;
}

.servers-back.before > i {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
.servers-back i {
    position:relative;
    z-index:99;
    color: white;
    width: 90px;
    height: 90px;
    font-size: 30px;
    display: flex;
    background: #e53935;
    cursor: pointer;
    border-radius: 50%;
}
.servers-back i:before {
    position:relative;z-index:9
}
.servers-back i:after {

    border-radius: 50%;
    background: #ff000052;
    transform: scale(1.18);
}
.servers-back:before {
    background: #000000eb;
}

section.downloads {
    margin: 15px;
    border: 1px solid #ddd;
    font-weight: bold;
}

.th {
    background: #eee;
    height: 50px;
}
.tr {
    border-top:1px solid #ddd;
}
.number {
    width: 26px!important;
}

.th >div,.tr>div {
    width: 179px;
    padding: 0px;
    border-left: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.downloads a {
    padding: 6px 17px;
    display: inline-block;
    background: #0aba41;
    color: white;
    max-width: max-content;
    margin: 8px 0;
    font-size: 11px;
    border-radius: 3px;
}

.actor-box {
    padding: 10px;
}

.actor-box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #c0c0c0;
    margin-left: 10px;
}

p.desc {
    color: #888;
}

h2.sm-title {
    font-size: 17px;
}

.like-box span {
    width: 73px;
    height: 73px;
    border-radius: 50%;
    border: 5px solid #ccc;
    font-weight: bold;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    position: relative;
    justify-content: center;
    margin-left: 21px;
    line-height: 43px;
    align-items: center;
    display: inline-flex;
}

.like-box span:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 5px solid #2e70c0;
    border-radius: 50%;
    left: -5px;
    bottom: -5px;
    transform: rotate(
180deg);
}



.likes li {
    font-weight: bold;
    margin-right: 20px;
    cursor:pointer;
    margin-top: 13px;
}
ul.likes li i {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 25px;
    background: #fff;
    color: #555;
    border: 2px solid #555;
    border-radius: 30px;
    padding: 0;
    text-align: center;
    line-height: 43px;
    margin-right: 10px;
}
  ul.likes div {
  margin:0;
  font-size: 0;
}
  ul.likes div em {
  display:none
}

.like-box {
    margin-bottom: 10px;
}

.alert-danger {
    text-align: center;
    padding: 20px;
    background: #ffd0cc;
}

.tabs {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    margin-bottom: 20px;
}

.tabs a {
    margin-left: 11px;
    font-weight: 500;
    font-size: 17px;
}
.tabs a i {
    margin-left:5px
}
.tabs a.active {color:#ff3200}
.load-more,.load-more-tax ,.load-more-search{
    min-width: 100%;
    border-radius: 4px;
    background: #00a1cb;
    border-color: #00a1cb;
    color: #fff!important;
    text-shadow: 0 -1px 1px rgb(0 40 50 / 35%);
    vertical-align: middle;
    padding: 6px 10px;
    font-weight: 500;
    margin: 0;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.all-taxes .tax-box  {
    position:relative;
    cursor: pointer;
}
.all-taxes .tax-box ul {
    position:absolute;
    width: 100%;
    right: 0;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 10px #63636345;
    text-align: center;
    border-radius: 6px;
    max-height: 250px;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    transition: .5s ease;
}
.all-taxes .tax-box.active ul {
    opacity:1;
    visibility:visible
}
.all-taxes .tax-box span {
    margin: 1px 8px;
    border: 1px solid #ddd;
    flex: 1;
    padding: 2px 9px;
    display:block;
    width: 90px;
    font-size: 12px;
    border-radius: 2px;
    white-space: nowrap;
    overflow: hidden;
    position:relative;
}
.all-taxes .tax-box span i {
    position:absolute;
    left: 0;
    font-size: 10px;
    top: 0;
    width: 20px;
    background: #fff;
    height: 100%;
    text-align: center;
    line-height: 26px;
}

.all-taxes {
    padding: 0 15px 15px;
}

.all-taxes .tax-box ul li {
    color: #555;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    padding: 6px 0;
    cursor: pointer;
}
.all-taxes .tax-box ul li:hover {
    color:#222
}
.all-taxes .tax-box ul li.active {
    color:#000
}
a.direct-download {
    display: block;
    text-align: center;
    background: #0aba41;
    padding: 10px;
    font-size: 21px;
    color: #fff;
    margin-bottom: 15px;
    border-radius: 4px;
}

.alert-info {
    padding: 15px;
    margin-bottom: 15px;
    background: #d1ebff;
    font-size: 13px;
    border-radius:5px
}
.alert-info i {
    margin-left:4px
}





.counter {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    font-size: 100px;
    background: #1764a1;
    margin: 10px auto;
    color: #fff;
}

a#goNow {
    background: #4caf50;
    color: #fff;
    width: max-content;
    margin: 20px auto;
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 6px;
    display:none
}

.trailer iframe {
    max-width: 100%;
}

.search-suggestions {
    position: absolute;
    width: 100%;
    right: 0;
}
.search-suggestions header {
    display:none
}
.search-results {
    background: #fff;
    box-shadow: 0 0 20px #000;
    max-height: 400px;
    overflow: auto;
}

a.search-li img {
    width: 40px;
    height: 50px;
    margin-left: 10px;
    object-fit: cover;
    border-radius: 4px;
    font-size: 0;
    background: #ddd;
}

a.search-li {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    align-items: center;
}
.search-title {
    font-size: 12px;
}
@media(max-width: 991px) {
    .sticky {
        position:static;
    }
    .pages-box,.aside {
        width:100%
    }
    .pages-box ul,.tabs {
        white-space:nowrap;
        overflow-x:scroll;
        overflow-y:hidden
    }
    .tabs {
        display:block
    }
 
    .pages-box ul li,.tabs a {
        display:inline-block
    }
    .extend {
        margin: 20px 0 0 0;
    }
    .main-content {
        margin:0
    }
}
@media(max-width: 767px) {
    .post-dtl {
        margin-right:0
    }
    .actor-box img {
        width:50px;
        height:50px
    }
    .like-box span {
        display:block;
        margin:10px auto;
        padding: 10px;
    }
    ul.likes {
        margin-bottom:10px
    }

    .th >div,.tr>div {
        width:55px
    }
  .thumbnail {
      margin:auto
  }
}

@media(max-width: 450px) {
    .logo {
        width: 100px;
        margin-left: 10px;
    }
    header .container {
    }
    .logo img {
        width:auto;
     }
     section.code iframe {
         height:250px
     }
     .search-form {
         flex: 1;
     }
     .all-taxes .tax-box  {
         width:50%
     }
     .all-taxes .tax-box span {
         width:98%
     }
     .blocks .block {
         width: calc(50% - 10px);
         margin: 5px;
     }
     .blocks .block-image {
         height: 200px;
     }
}



