@charset "utf-8";
/* TOC 
 * NORMALIZE
 * GRID
 * HIDE/SHOW ON MOBILE CLASSES
 * TABLE
 * BUTTONS
 * IMAGE SHAPES
 * HELPERS
 * ALERT
 * FONT KITS
 * HTML
 * BODY 
 * TOP BAR
 * HEADER
 * MOBILE MENU
 * NAVIGATION
 * BANNER BOX
 * DIVIDER
 * USER BOX
 * BOX INFO
 * OUR TECHNOLOGIES
 * FILTER
 * LIABRARY BOX
 * CONTACT PAGE
 * PAGINATION
 * UPLOAD PAGE
 * ABOUT PAGE
 * TORRENT CATEGORY PAGE
 * TABS
 * SEARCH PAGE
 * RULES PAGE
 * REPORT TORRENT PAGE
 * ASIDE
 * FEATURED LIST
 
 * MAIN
 * FOOTER
 * FORMS
 * PLUGINS
 * MEDIA QUERIES
 * PRINT STYLES
---------------------------------------------------------------------------*/

/* NORMALIZE 
---------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
  line-height:1.42857143;
}
a {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small {
  font-size: 75%;
}
h1 {
  font-size: 36px;
}
h2{
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}

abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-family: 'Opensans Bold';
  font-weight: normal;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
nav ul, 
nav ol {
  margin: 0;
  padding: 0;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}


audio,
canvas,
img,
video {
  vertical-align: middle;
}
label {
  cursor: pointer;
}

/* --- Forms --- */
.form-row {
  margin-bottom: 25px;
}
.form-inline .form-row {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
.form-inline div.fancy-select {
  display: inline-block;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  transition: all .2s ease;
}

/* Removes awkward default styles on some inputs for iOS */
.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; 
}
textarea.form-control{
  min-height: 115px;
  resize: vertical;
}
.form-control:focus {
  border-color: #999;
  background-color: #fafafa;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-family: 'Opensans Semibold';
  font-weight: normal;
  color: #000;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline; 
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

small {
  font-size: 85%;
}
mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
h2 {
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  color: #323232;
  font-size: 16px;
  margin-top: 22px;
  padding: 10px 0;
}


/* GRID
--------------------------------------------------------------------------*/
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1255px; /*Change with Design 1155px */
  width: 100%;
  position: relative;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
.col-pull-12 {
  right: 100%;
}
.col-pull-11 {
  right: 91.66666667%;
}
.col-pull-10 {
  right: 83.33333333%;
}
.col-pull-9 {
  right: 75%;
}
.col-pull-8 {
  right: 66.66666667%;
}
.col-pull-7 {
  right: 58.33333333%;
}
.col-pull-6 {
  right: 50%;
}
.col-pull-5 {
  right: 41.66666667%;
}
.col-pull-4 {
  right: 33.33333333%;
}
.col-pull-3 {
  right: 25%;
}
.col-pull-2 {
  right: 16.66666667%;
}
.col-pull-1 {
  right: 8.33333333%;
}
.col-pull-0 {
  right: auto;
}
.col-push-12 {
  left: 100%;
}
.col-push-11 {
  left: 91.66666667%;
}
.col-push-10 {
  left: 83.33333333%;
}
.col-push-9 {
  left: 75%;
}
.col-push-8 {
  left: 66.66666667%;
}
.col-push-7 {
  left: 58.33333333%;
}
.col-push-6 {
  left: 50%;
}
.col-push-5 {
  left: 41.66666667%;
}
.col-push-4 {
  left: 33.33333333%;
}
.col-push-3 {
  left: 25%;
}
.col-push-2 {
  left: 16.66666667%;
}
.col-push-1 {
  left: 8.33333333%;
}
.col-push-0 {
  left: auto;
}
.col-offset-12 {
  margin-left: 100%;
}
.col-offset-11 {
  margin-left: 91.66666667%;
}
.col-offset-10 {
  margin-left: 83.33333333%;
}
.col-offset-9 {
  margin-left: 75%;
}
.col-offset-8 {
  margin-left: 66.66666667%;
}
.col-offset-7 {
  margin-left: 58.33333333%;
}
.col-offset-6 {
  margin-left: 50%;
}
.col-offset-5 {
  margin-left: 41.66666667%;
}
.col-offset-4 {
  margin-left: 33.33333333%;
}
.col-offset-3 {
  margin-left: 25%;
}
.col-offset-2 {
  margin-left: 16.66666667%;
}
.col-offset-1 {
  margin-left: 8.33333333%;
}
.col-offset-0 {
  margin-left: 0%;
}

/* HIDE/SHOW ON MOBILE CLASSES
--------------------------------------------------------------------------*/
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 480px) {
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .hidden-xs {
    display: none !important;
  }
}
@media  (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}


/* TABLE
--------------------------------------------------------------------------*/
.table {
  width: 100%;
  max-width: 100%;
}
.table > thead > tr > th {
  vertical-align: middle;
  padding: 5px 8px;
  border-bottom: 1px solid #646464;
}
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
  padding: 10px 8px;
}
.table > thead > tr > th {
  vertical-align: bottom;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-white.table-list {
  border-collapse: collapse;
}
.table-white {
  background-color: #fff;
}
.series-library-detail .table-list tr {
  background-color: #fff;
}
.series-library-detail .table-list tr td {
  border-top: 0;
  border-bottom: 0
}
.series-library-detail  .table-list tr.blank {
  background-color: #e7e7e7 !important;
}
.series-library-detail .table-list tr.blank td{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  padding: 0;
  height: 4px;
}
.series-library-detail .table-list tr.blank:first-child td{
  border-top: 0;
}
.series-library-detail .table-list tr.blank:last-child td{
  border-bottom: 0;
}
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr td{
  background-color: #ddd;
}
.table-striped > tbody > tr:nth-of-type(odd) td{
  background-color: #f0f0f0;
}
.table-list {
  border-collapse: inherit;
}

.table-list th {
  text-align: left;
  font:normal 16px 'Oswald Regular', sans-serif;
  background-color: #979797;
  color: #fff;
  border-top: 0;
  border-bottom-color: #646464;
}
.table-list .coll-1{
  width:58%;
}
.table-list tr:last-child td.coll-1{
  border-bottom-left-radius: 4px;
}
.table-list tr:last-child td.coll-5{
  border-bottom-right-radius: 4px;
}
.table-list .coll-2{
  width: 6%;
}
.table-list .coll-3{
  width: 6%;
}
.table-list .coll-4{
  width: 8%;
}
.table-list .coll-5{
  width: 15%;
}
.table-list .coll-date {
  text-align: center;
  width: 11%;
}
.table-list .coll-2,
.table-list .coll-3,
.table-list .coll-4,
.table-list .coll-5{
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.table-list td.coll-1{
  padding-left: 40px;
  border-right: 1px solid #c0c0c0;
  position: relative;
}
.table-list td.coll-2{
  border-right: 1px solid #c0c0c0;
  border-left: 1px solid #f6f6f6;
}
.table-list td.coll-3{
  border-right: 1px solid #c0c0c0;
  border-left: 1px solid #f6f6f6;
}
.table-list td.coll-date{
  border-right: 1px solid #c0c0c0;
  border-left: 1px solid #f6f6f6;
}
.table-list td.coll-4{
  border-left: 1px solid #f6f6f6;
}
.table-list td.coll-5{
  border-left: 3px solid transparent;
}
.table-list td  a{
  display: block;
}
.table-list td.name {
  font-family: 'Opensans Bold';
  word-break: break-all;
}
.table-list td.seeds,
.table-list .seeds {
  color: #4eb41c;
}
.table-list td.leeches {
  color: #d63600;
}
.table-list td.admin {
  border-left-color: #717171;
}
.table-list td.moderator {
  border-left-color: #a5df1b;
}
.table-list td.vip {
  border-left-color: #5192b1;
}
.table-list td.uploader {
  border-left-color: #dbc25e;
}
.table-list td.trial-uploader {
  border-left-color: #ee7070;
}
.table-list td.user {
  border-left-color: #b6b6b6;
}

.table-list td.size .seeds {
  display: none;
}
.table-list td.leeches,
.table-list td.seeds,
.table-list .seeds {
  font-family: 'Opensans Bold';
}
.table-list td {
  font:normal 11px 'Opensans Semibold';
  color: #000;
  border: transparent;
}
.table-list td a {
  color: #000;
}
.table-list td a span.user-name {
  color: #d63600;
}
.table-list td a b.highlight {
  color: #d63600;
}
.table-list td a:hover {
  text-decoration: underline;
}
.table-list td.coll-1 .icon{
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12px;
}
.table-list td.coll-1 .icon i {
  color: #3d3d3d;
  font-size: 21px;
}
.table-list-wrap {
  margin-bottom: 30px;
}
.table-list td.name:hover i {
  text-decoration: none;
}
.table-list td.name {
  position: relative;
  padding-right: 8px;
}
.table-list td.name .comments{
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  color: #383838;
  font-size: 11px;
  font-family: 'Opensans Extrabold';
  line-height: 20px;
  margin-top: -10px;
  padding: 0 5px 0 20px;
  background-color: #fff;
}
.table-list td.name .comments i{
  position: absolute;
  left: 3px;
  top: 0;
  margin-top: 0;
  font-size: 10px;
  color: #d63600;
}
.inner-table .table-list-wrap {
  margin-bottom: 0;
}
.table-btn-wrap {
  text-align: center;
}
.table-list .coll-4 .info {
  display: none;
}

/* NOTIFICATION LIST
--------------------------------------------------------------------------*/
.notification-page .box-info-heading{
  padding-top: 5px;
  padding-bottom: 5px;
}
.notification-list .table > thead > tr > th{
  border-top: 5px solid #804631 !important;
  border-bottom: 3px solid #8d8d8d;
  background-color: #b2b2b2;
}
.notification-list .table > thead > tr > th,
.notification-list .table > tbody > tr > td {
  padding: 0;
  line-height: 40px;
}
.notification-list .table > tbody > tr > td {
  border-bottom: 1px solid rgba(0,0,0,0.20);
}
.notification-list .table > thead > tr > th.notification {
  padding-left: 20px;
}
.notification-list .table > thead > tr > th.time {
  text-align: center;
}
.notification-list .table > tbody > tr > td.notification {
  font-size: 16px;
  line-height: 1.45;
  color: #4e4e4e;
  position: relative;
  padding-left: 50px;
  padding-right: 15px;
  width: 80%;
  word-break: break-all;
}
.notification-list .table > tbody > tr > td.notification a {
  display: inline;
  color: #d63600;
}
.notification-list .table > tbody > tr > td.notification a.admin {
  color: #000;
}
.notification-list .table > tbody > tr > td.notification a.moderator {
  color: #78a118;
}
.notification-list .table > tbody > tr > td.notification a.vip {
  color: #5192b1;
}
.notification-list .table > tbody > tr > td.notification a.uploader {
  color: #ad9123;
}
.notification-list .table > tbody > tr > td.notification a.trial-uploader {
  color: #c14242;
}
.notification-list .table > tbody > tr > td.notification a.user {
  color: #838383;
}
.notification-list .table > tbody > tr > td.time {
  position: relative;
  width: 20%;
  padding-left: 25px;
  color: #fff;
  background: url('images/notfication-bg.png') repeat 0 0;
}
.notification-list .table > tbody > tr > td.notification .icon{
  position: relative;
  background-image: url('images/notfication-bg.png');
  background-repeat: repeat;
  background-position: 0 0;
}
.notification-list .table > tbody > tr > td.notification .icon i{
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 1;
  margin-left: -10px;
  margin-top: -10px;
}

.notification-list .table > tbody > tr > td.time i{
  font-size: 14px;
  margin-right: 10px;
}
.notification-list .table > tbody > tr > td.notification .icon{
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  text-align: center;
  font-size: 16px;
  color: rgba(0,0,0,0.5)
}
.notification-list .table > tbody > tr > td.notification a:hover i {
  text-decoration: none;
}
.notification-list .table > tbody > tr.red > td.time  {
  background-color: #d80000;
}
.notification-list .table > tbody > tr.green > td.time  {
  background-color: #97ba1c;
}
.notification-list .table > tbody > tr.voilet > td.time  {
  background-color: #cd4edc;
}
.notification-list .table > tbody > tr.blue > td.time  {
  background-color: #5b9edc;
}
.notification-list .table > tbody > tr.yellow  > td.time  {
  background-color: #d5d65c;
}
.notification-list .table > tbody > tr.orange > td.time  {
  background-color: #df8e47;
}
.notification-list .table > tbody > tr.sky-blue > td.time  {
  background-color: #42cec7;
}

.notification-list .table > tbody > tr.red > td.notification .icon  {
  background-color: #d80000;
}
.notification-list .table > tbody > tr.green > td.notification .icon  {
  background-color: #97ba1c;
}
.notification-list .table > tbody > tr.voilet > td.notification .icon  {
  background-color: #cd4edc;
}
.notification-list .table > tbody > tr.blue > td.notification .icon  {
  background-color: #5b9edc;
}
.notification-list .table > tbody > tr.yellow  > td.notification .icon  {
  background-color: #d5d65c;
}
.notification-list .table > tbody > tr.orange > td.notification .icon  {
  background-color: #df8e47;
}
.notification-list .table > tbody > tr.sky-blue > td.notification .icon  {
  background-color: #42cec7;
}
.notification-page .box-info .box-info-heading.orange-title {
  padding-top: 0;
  padding-bottom: 0;
}
.notification-page .box-info .box-info-heading.orange-title h1 {
  margin-top: 0;
  line-height: 35px;
}
.notification-list .table > tbody > tr:last-child > td.notification .icon{
  border-bottom-left-radius: 3px;
}
.notification-list .table > tbody > tr:last-child > td.time{
  border-bottom-right-radius: 3px;
}
.notification-list .table > tbody > tr:last-child > td.notification {
  border-bottom-left-radius: 3px;
}
.notification-page .box-info-heading.orange-title .btn-grey{
  padding-bottom: 3px;
  padding-top: 3px;
  color: #fff;
  font-family: "Oswald Regular",sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  box-shadow: none;
  background-color: #393939;
}
.notification-page .box-info-heading.orange-title .btn-grey:hover {
  background-color: #4c4c4c;
}
.notification-page .box-info .box-info-heading.orange-title {
  padding-top: 5px;
  padding-bottom: 1px;
}
/* DROPDOWN
--------------------------------------------------------------------------*/
.dropdown, .dropup {
  position: relative
}
.dropdown-toggle:focus {
  outline: 0
}
.dropdown-menu {
  position: relative;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  width: 100%;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
}
.torrent-category-detail ul.dropdown-menu,
.l05b5ee87ab83cac901ffe4ee02cad39789dda366 ul.dropdown-menu {
  width: 100%;
}
.torrent-category-detail ul.dropdown-menu .btn.btn-icon,
.l05b5ee87ab83cac901ffe4ee02cad39789dda366 ul.dropdown-menu .btn.btn-icon {
  padding: 0 4px 0 50px;
  box-shadow: none;
}
ul.dropdown-menu .btn.btn-icon .icon i {
  line-height: 1;
}
.torrent-category-detail.js-active-button,
.l05b5ee87ab83cac901ffe4ee02cad39789dda366.js-active-button {
  padding-bottom: 10px;
}
.btn-wrap-list li ul.dropdown-menu li:last-child,
.lb126fe03a9caa62e3c3b4b3516ab0d00e11ba5a1 li ul.dropdown-menu li:last-child {
  margin-bottom: 7px;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap
}
/* RATING BOX
--------------------------------------------------------------------------*/
.rating-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 100%;
  padding-top: 5px;
  text-align: center;
}
.rating-box .active {
  display: block;
}
.rating-box > span{
  display: none;
}
.rating-box > span i {
  font-size: 12px;
  display: inline-block;
}
.rating-box .rating-text{
  display: block;
  color: #3d3d3d;
  font-family: "Oswald Regular",sans-serif;
  font-size: 12px;
  line-height: 12px;
}
.featured-list .rating-box{
  padding-top: 0;
}
.featured-list .rating-box .rating-text {
  margin-bottom: 3px;
}

/* USERS
--------------------------------------------------------------------------*/
.admin-bg {
  background-color: #717171;
}
.moderator-bg {
  background-color: #a5df1b;
}
.vip-bg {
  background-color: #86c3e0;
}
.uploader-bg {
  background-color: #dbc25e;
}
.trial-uploader-bg {
  background-color: #ee7070;
}
.user-bg {
  background-color: #d9d9d9;
}
small.admin {
  background-color: #717171;
  display: inline-block;
  height: 8px;
  width: 8px;
}
small.moderator {
  background-color: #a5df1b;
  display: inline-block;
  height: 8px;
  width: 8px;
}
small.vip {
  background-color: #86c3e0;
  display: inline-block;
  height: 8px;
  width: 8px;
}
small.uploader {
  background-color: #dbc25e;
  display: inline-block;
  height: 8px;
  width: 8px;
}
small.trial-uploader {
  background-color: #ee7070;
  display: inline-block;
  height: 8px;
  width: 8px;
}
small.member {
  background-color: #d9d9d9;
  display: inline-block;
  height: 8px;
  width: 8px;
}


/* BUTTONS
--------------------------------------------------------------------------*/
.btn .icon,
.l46de3e8f3eab93f58e38bce3d4a0d2476478122e .icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 36px;
  padding: 0 10px;
  display: block;
  color: #fff;
  background-color: #d63600;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.btn .icon:after,
.l46de3e8f3eab93f58e38bce3d4a0d2476478122e .icon:after {
  position: absolute;
  right: -6px;
  top: 50%;
  content: "";
  height: 0;
  width: 0;
  margin-top: -6px;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #d63600;
  border-top: 6px solid transparent;
}
.btn .icon i,
.l46de3e8f3eab93f58e38bce3d4a0d2476478122e .icon i {
  display: block;
  font-size: 17px;
  margin-top: 2px;
  text-shadow: 0 2px 2px rgba(0,0,0,0.75)
}
.btn,
.l46de3e8f3eab93f58e38bce3d4a0d2476478122e {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 6px 12px;
  font: 16px/1.42857143 'Oswald Regular';
  border-radius: 4px;
  user-select: none;
  color: #333;
  background-color: #fff;
  border: 0 none;
  transition: all .2s ease;
}
.btn:hover,
.btn:focus,
.btn:active:focus,
.l46de3e8f3eab93f58e38bce3d4a0d2476478122e:hover,
.l46de3e8f3eab93f58e38bce3d4a0d2476478122e:focus,
.l46de3e8f3eab93f58e38bce3d4a0d2476478122e:active:focus  {
  background-color: #e6e6e6;
  color: #333;
}
.btn[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

/*  BUTTON REPORT  */
.btn-sm {
  font-family: 'Opensans Regular';
  font-size: 12px;
  padding-left: 4px;
}
.btn-sm i {
  line-height: 1;
  font-size: 16px;
  margin-right: 6px;
}

/*  BUTTON REPORT  */
.btn-black {
  font-family: 'Opensans Regular';
  font-size: 12px;
  color: #fff;
  padding-left: 4px;
  background-color: #292929;
  border:1px solid #696969;
  box-shadow: 0 3px 0 #3d3d3d;
  margin-left: 4px;
}
.btn-black:hover {
  color: #fff;
  background-color: #c83530;
  border:1px solid #d85f5a;
  box-shadow: 0 3px 0 #a52c27;
}
.btn-black i {
  line-height: 1;
  font-size: 16px;
  margin-right: 6px;
}

/*  BUTTON GREEN  */
.btn-green {
  font-family: 'Oswald Regular';
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background-color: #89ad19;
  box-shadow: 0 3px 0 #6a8616;
}
.btn-green:hover {
  color: #fff;
  background-color: #93b42e;
}
.btn-green:focus,
.btn-green:active:focus {
  color: #fff;
  background-color: #89ad19;
  box-shadow: none;
}

/*  BUTTON ORANGE  */
.btn-orange {
  background-color: #da3a04;
  border-color: #f85c27;
  border-radius: 5px;
  box-shadow: 0 3px 0 #962e08;
  color: #fff;
  font:18px "Oswald Regular",sans-serif;
  text-transform: uppercase;
}
.btn-orange:hover {
  color: #fff;
  background-color: #b53506;
}

/*  BUTTON RED  */
.btn-red {
  background-color: rgba(132, 0, 0, 0.64);
  border:1px solid rgba(88, 0, 0, 0.54);
  border-radius: 5px;
  box-shadow: 0;
  color: #ff6868;
  cursor: default;
}
.btn-red i{
  font-size: 14px;
}
.btn-red:hover {
  background-color: rgba(132, 0, 0, 0.64);
  border-color: rgba(88, 0, 0, 0.54);
}
/*  BUTTON MAGNET  */
.btn-magnet {
  color: #fff;
  background-color: #89ad19;
}
.btn-magnet .icon {
  background-color: #6a8616;
}
.btn-magnet .icon:after {
  border-left-color: #6a8616;
}
.btn-magnet:hover {
  color: #fff;
  background-color: #7fa01a;
}
.btn-magnet:focus,
.btn-magnet:active:focus {
  color: #fff;
  background-color: #637d18;
}

/*  BUTTON STREAM  */
.btn-stream {
  color: #fff;
  background-color: #e00000;
}
.btn-stream .icon {
  background-color: #980404;
}
.btn-stream .icon:after {
  border-left-color: #980404;
}
.btn-stream:hover {
  color: #fff;
  background-color: #cd0303;
}
.btn-stream:focus,
.btn-stream:active:focus {
  color: #fff;
  background-color: #8d0808;
}

/*  BUTTON TORRENT DOWNLOAD  */
.btn-torrent-download {
  color: #fff;
  background-color: #da3a04;
}
.btn-torrent-download .icon {
  background-color: #962e08;
}
.btn-torrent-download .icon:after {
  border-left-color: #962e08;
}
.btn-torrent-download:hover {
  color: #fff;
  background-color: #c73707;
}
.btn-torrent-download:focus,
.btn-torrent-download:active:focus {
  color: #fff;
  background-color: #962e08;
}

/*  BUTTON TORRENT MIRROR DOWNLOAD  */
.btn-torrent-mirror-download {
  color: #fff;
  background-color: #f34104;
}
.btn-torrent-mirror-download .icon {
  background-color: #c13403;
}
.btn-torrent-mirror-download .icon:after {
  border-left-color: #c13403;
}
.btn-torrent-mirror-download:hover {
  color: #fff;
  background-color: #c73707;
}
.btn-torrent-mirror-download:focus,
.btn-torrent-mirror-download:active:focus {
  color: #fff;
  background-color: #c13403;
}

/*  BUTTON DIRECT DOWNLOAD  */
.btn-direct-download {
  color: #fff;
  background-color: #00ceed;
}
.btn-direct-download .icon {
  background-color: #0f8091;
}
.btn-direct-download .icon:after {
  border-left-color: #0f8091;
}
.btn-direct-download:hover {
  color: #fff;
  background-color: #02bbd7;
}
.btn-direct-download:focus,
.btn-direct-download:active:focus {
  color: #fff;
  background-color: #0f7584;
}

.btn-search {
  font-family: 'Oswald Regular';
  font-size: 16px;
  color: #fff;
  height: 40px;
  line-height: 37px;
  padding: 0 10px 0 40px;
  text-transform: uppercase;
  text-shadow: 0 -1px 2px #000;
  border: 1px solid #ee490e;
  border-radius:0 3px 3px 0;
  background-color: #b42f00;
}
.btn-search:hover {
  color: #fff;
  background-color: #ee490e;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary[disabled] {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-danger {
  color: #fff;
  background-color: #FF0000;
  border-color: #F06938;
  box-shadow: 0 3px 0 #861616;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-view-all {
  padding: 0;
  display: inline-block;
  margin-top: -5px;
  width: 60px;
  height: 22px;
  color: #fff;
  font: 12px/22px "Oswald Regular",sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 3px #2e0e03;
  background-color: #dd5629;
}
.btn-view-all:hover {
  color: #fff;
  background-color: #b42f00;
}

/* IMAGE SHAPES
--------------------------------------------------------------------------*/
.img-responsive{
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* HELPERS
--------------------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after {
  clear: both;
}
.clearfix,
.container,
.row {
  *zoom: 1;
}

.torrent-title:before,
.torrent-title:after,
.upload-form .form-row:after,
.upload-form .form-row:before,
.movie-list-wrap:after,
.movie-list-wrap:before,
.series-list-wrap:after,
.series-list-wrap:before,
.news-featured-heading:before,
.news-featured-heading:after {
  content: " ";
  display: table;
}
.torrent-title:after,
.upload-form .form-row:after,
.movie-list-wrap:after,
.series-list-wrap:after,
.news-featured-heading:after {
  clear: both;
}
.torrent-title,
.upload-form .form-row,
.movie-list-wrap,
.series-list-wrap,
.news-featured-heading {
  *zoom: 1;
}

/* ALERT
--------------------------------------------------------------------------*/
.alert {
  color: #979797;
  font-size: 12px;
  padding: 12px;
  margin: 20px 0;
  border: 1px solid transparent;
}
.alert a{
  color: #d63600;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc
}
.alert-danger {
  color: #979797;
  background-color: #f7d0c3;
  border-color: #ebb09c
}


/* FONT KITS
---------------------------------------------------------------------------*/
@font-face {
  font-family: 'Opensans Light';
  src: url('webfonts/opensans-light.eot');
  src: url('webfonts/opensans-light.eot?#iefix') format('embedded-opentype'),
       url('webfonts/opensans-light.woff') format('woff'),
       url('webfonts/opensans-light.ttf') format('truetype'),
       url('webfonts/opensans-light.svg#Opensans Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans Regular';
  src: url('webfonts/opensans-regular.eot');
  src: url('webfonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
       url('webfonts/opensans-regular.woff') format('woff'),
       url('webfonts/opensans-regular.ttf') format('truetype'),
       url('webfonts/opensans-regular.svg#Opensans Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans Italic';
  src: url('webfonts/opensans-italic.eot');
  src: url('webfonts/opensans-italic.eot?#iefix') format('embedded-opentype'),
       url('webfonts/opensans-italic.woff') format('woff'),
       url('webfonts/opensans-italic.ttf') format('truetype'),
       url('webfonts/opensans-italic.svg#Opensans Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans Semibold';
  src: url('webfonts/opensans-semi-bold.eot');
  src: url('webfonts/opensans-semi-bold.eot?#iefix') format('embedded-opentype'),
       url('webfonts/opensans-semi-bold.woff') format('woff'),
       url('webfonts/opensans-semi-bold.ttf') format('truetype'),
       url('webfonts/opensans-semi-bold.svg#Opensans Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans Bold';
  src: url('webfonts/opensans-bold.eot');
  src: url('webfonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
       url('webfonts/opensans-bold.woff') format('woff'),
       url('webfonts/opensans-bold.ttf') format('truetype'),
       url('webfonts/opensans-bold.svg#Opensans Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans Extrabold';
  src: url('webfonts/opensans-extra-bold.eot');
  src: url('webfonts/opensans-extra-bold.eot?#iefix') format('embedded-opentype'),
       url('webfonts/opensans-extra-bold.woff') format('woff'),
       url('webfonts/opensans-extra-bold.ttf') format('truetype'),
       url('webfonts/opensans-extra-bold.svg#Opensans Extrabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald Light';
  src: url('webfonts/oswald-light.eot');
  src: url('webfonts/oswald-light.eot?#iefix') format('embedded-opentype'),
       url('webfonts/oswald-light.woff') format('woff'),
       url('webfonts/oswald-light.ttf') format('truetype'),
       url('webfonts/oswald-light.svg#Oswald Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald Regular';
  src: url('webfonts/oswald-regular.eot');
  src: url('webfonts/oswald-regular.eot?#iefix') format('embedded-opentype'),
       url('webfonts/oswald-regular.woff') format('woff'),
       url('webfonts/oswald-regular.ttf') format('truetype'),
       url('webfonts/oswald-regular.svg#Oswald Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald Bold';
  src: url('webfonts/oswald-bold.eot');
  src: url('webfonts/oswald-bold.eot?#iefix') format('embedded-opentype'),
       url('webfonts/oswald-bold.woff') format('woff'),
       url('webfonts/oswald-bold.ttf') format('truetype'),
       url('webfonts/oswald-bold.svg#Oswald Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* HTML
--------------------------------------------------------------------------*/
html {
  line-height:1;
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #000 url('images/body-bg.jpg') repeat 0 0;
}

/* BODY
--------------------------------------------------------------------------*/
body {
  font-family: 'Opensans Regular', sans-serif;
  color: #656565;
  background: url('images/main-bg.png') no-repeat center top;
}
aside.col-3 {
  width: 20%;
}
.col-9.page-content {
  width: 80%;
}
.icon-right {
  float: right;
}
.home .box-info-detail,
.home .le4b9d20fce924948592a35b96b1082eb0857fbff{
  border-radius: 0 0 3px 3px;
}

.no-radius {
  border-radius: 0 !important;
}
.no-top-radius {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.no-bottom-radius {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.descrimg {
  display: block;
  margin-bottom: 10px;
}
.underline {
  text-decoration: underline;
}
/* TOP BAR
--------------------------------------------------------------------------*/
.top-bar{
  background-color: #000;
  border-bottom: 5px solid #822a0b;
  min-height: 39px;
  padding: 10px 0 0 0;
  text-align: right;
}
.top-bar ul {
  padding: 0;
  margin: 0;
}
.top-bar li {
  display: inline-block;
  padding: 0 10px;
  vertical-align: top;
  border-left: 1px solid #545454;
}
.top-bar li:first-child {
  border-left: 0;
}
.top-bar li:last-child {
  padding-right: 0;
}
.top-bar li a {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
}
.top-bar li a:hover{
  color: #d63600;
}
.top-bar li.active a {
  color: #d63600;
}
.top-bar li a span{
  background-color: #de0000;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 9px;
  font-family: 'Opensans Semibold';
  line-height: 13px;
  margin-top: 2px;
  padding: 0 2px;
  position: relative;
  vertical-align: top;
}
.top-bar li a span.notifications{
  margin-left: 4px;
  background-color: #5b9edc;
}
.top-bar li a i {
  margin-right: 8px;
  margin-top: 4px;
  vertical-align: top;
  font-size: 14px;
}
.top-bar-left {
  float: left;
}
.top-bar-left a,
.top-bar-nav a {
  font-family: 'Oswald Regular';
}
.search-index-page .top-bar-nav {
  float: right;
}
.search-index-page header nav {
  display: none;
}
.search-index-page .top-bar .main-navigation .green a{
  color: #65ad19;
}
.search-index-page .top-bar .main-navigation .green a:hover {
  color: #d63600;
}
/* HEADER
--------------------------------------------------------------------------*/
header .logo {
  width: 126px;
  float: left;
  margin: 20px 0 0;
}
.logo a {
  display: block;
}
header .logo img {
  width: 100%;
}
header .search-box {
  float: right;
  width: 390px;
  position: relative;
  margin: 27px 3px 0 0;
}
.search-box .form-control {
  background: #000;
  border: 1px solid #5c4841;
  border-radius: 3px 0 0 3px;
  color: #adadad;
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  margin: 0;
  padding: 0 17px;
  position: relative;
  width: 276px;
  transition: none;
}
.search-box .form-control::-webkit-input-placeholder { /* Chrome */
 color: #adadad;
}
.search-box .form-control:-ms-input-placeholder { /* IE 10+ */
 color: #adadad;
}
.search-box .form-control::-moz-placeholder { /* Firefox 19+ */
 color: #adadad;
 opacity: 1;
}
.search-box .form-control:-moz-placeholder { /* Firefox 4 - 18 */
 color: #adadad;
 opacity: 1;
}
.highlight-class {
  color: #b42f00;
  font-family: 'Opensans Bold';
}
.search-box .btn{
  width: 114px;
  position: absolute;
  right: 0;
  top: 0;
}
.search-box i{
  position: absolute;
  left: 10px;
  top: 0;
}
.navbar-menu {
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 99999;
  display: none;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 9px;
}
.navbar-menu span{
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
  background-color: #000;
  margin-top: 3px;
}
.navbar-menu span:first-child {
  margin-top: 0;
}

/* MOBILE MENU
--------------------------------------------------------------------------*/
.mobile-menu {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.85);
  z-index:99999;
}
.mobile-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-menu li a{
  color: #fff;
  display: block;
  font-family: "Oswald Regular";
  font-size: 20px;
  line-height: 36px;
  padding: 4px 26px;
  text-transform: uppercase;
}
.mobile-menu li a:hover{
  color: #d63600;
}
.mobile-menu .main-navigation {
  margin: 10px 0 20px 0;
}
.mobile-menu .top-bar-nav li a {
  font-size: 17px;
  text-transform: none;
  line-height: 30px;
}
.mobile-menu .top-bar-nav li i {
  margin-top: 10px;
  margin-right: 4px;
}
.mobile-menu .main-navigation,
.mobile-menu .top-bar-nav {
  text-align: center;
}
.mobile-menu .top-bar-nav li {
  display: inline-block;
}


/* NAVIGATION
--------------------------------------------------------------------------*/
nav {
  padding-bottom:5px;
  background-color: #7c2a0c;
  border-radius: 3px;
  margin-bottom: 24px;
}
nav ul {
  background: #f14e13 url("images/nav-bg.png") no-repeat scroll right center;
  border: 1px solid #f85c27;
  border-radius: 3px;
  margin-top: 8px;
  display: table;
  list-style: outside none none;
  position: relative;
  width: 100%;
  box-shadow:  0 7px 0 -2px #7c2a0c;
}
nav li {
  background: url("images/sep.png") no-repeat scroll right center;
  display: table-cell;
}
nav li:last-child{
  background: none;
}
nav li a {
  color: #fff;
  display: block;
  font-family: "Oswald Regular";
  font-size: 17px;
  line-height: 36px;
  padding: 0 26px;
  text-align: center;
  text-shadow: 0 -1px 2px #000;
  text-transform: uppercase;
}
nav li.active a,
nav li:hover a {
  background: url("images/nav-hover.jpg") repeat scroll 0 0;
}

/* BANNER BOX
--------------------------------------------------------------------------*/
.banner-box {
  margin-bottom: 25px;
  margin-left: -5px;
  margin-right: -5px;
}
.banner-box ul {
  padding: 0;
}
.banner-box li {
  list-style: none;
  border: 5px solid rgba(59, 59, 59, 0.8);
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 15.777778%;
  transition: all .2s ease;
}
.banner-box li:first-child {
 
}
.banner-box li a {
  display: block;
}
.banner-box li a:hover {
  opacity: 0.9;
}
.banner-box li img{
  display: block;
  width: 100%;
}
.banner-box .bx-wrapper img {
  width: 100%;
}
.banner-box li span {
  background-color: #d1d1d1;
  color: #3f3f3f;
  float: left;
  font-family: 'Oswald Regular', sans-serif;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  width: 100%;
}
.banner-box li a:hover span {
  text-decoration: underline;
}
.banner-box.series li a {
  position: relative;
}
.banner-box.series li .slider-series-caption {
  background-color: rgba(0, 0, 0, 0.55);
  bottom: 0;
  height: 30px;
  left: 0;
  padding-left: 14px;
  padding-right: 12px;
  padding-top: 9px;
  position: absolute;
  width: 100%;
  color: #fff;
  font: 13px/1 "Oswald Regular",sans-serif;
}
.banner-box.series li .slider-series-caption .left {
  float: left;
}
.banner-box.series li .slider-series-caption .right {
  display: block;
  float: right;
}

/* DIVIDER
--------------------------------------------------------------------------*/
.divider {
  height: 4px;
  width: 100%;
  margin-bottom: 30px;
  border: 0 none;
  background: url('images/divider.png') repeat-x scroll 0 0;
}

/* USER BOX
--------------------------------------------------------------------------*/
.user-box {
  margin-top: 3px;
  width: 100%;
}
.user-box ul {
  padding: 0;
}
.user-box li {
  float: left;
  margin-left: 2%;
  width: 15%;
}
.user-box li:first-child {
  margin-left: 0;
}
.user-box li {
  list-style: none;
  background-color: #f0f0f0;
  font-family: "Oswald Regular";
  font-size: 15px;
  padding: 11px 0;
  text-align: center;
  border-left: 9px solid transparent;
  border-radius: 4px;
}
.user-box li.admin {
  border-left-color: #717171;
  color: #717171;
}
.user-box li.mod {
  border-left-color: #a5df1b;
  color: #78a118;
}
.user-box li.vip {
  border-left-color:#86c3e0;
  color: #5192b1;
}
.user-box li.uplo {
  border-left-color:#dbc25e;
  color: #ad9123;
}
.user-box li.trial {
  border-left-color:#ee7070;
  color: #c14242;
}
.user-box li.user {
  border-left-color:#d9d9d9;
  color: #838383;
}
.user-box li.admin:hover {
  background-color: #717171;
}
.user-box li.mod:hover {
  background-color: #a5df1b;
}
.user-box li.vip:hover {
  background-color: #86c3e0;
}
.user-box li.uplo:hover {
  background-color: #dbc25e;
}
.user-box li.trial:hover {
  background-color: #ee7070;
}
.user-box li.user:hover {
  background-color: #d9d9d9;
}
.user-box li:hover {
  color: #fff;
}

/*  BOX INFO
--------------------------------------------------------------------------*/
.no-padding {
  padding: 0 !important;
}
.box-info {
  border-radius: 3px;
  margin-bottom: 24px;
  position: relative;
}
.box-info .box-info-heading {
  border-bottom: 1px solid #c1c1c1;
  background-color: #d1d1d1;
  border-radius: 3px 3px 0 0;
  padding: 8px 20px;
  position: relative;
  line-height: 27px;
}
.box-info .box-info-heading.orange-title {
  background-color: #d63600;
  border: 1px solid #f85c27;
  color: #fff;
  font-family: 'Oswald Regular';
  font-size: 13px;
}
.box-info .box-info-heading.orange-title a{
  color: #000;
}
.box-info .box-info-heading.orange-title h1 {
  color: #fff;
}
.box-info .box-info-heading h1,
.box-info .box-info-heading .heading-title {
  margin: 6px 0 0 0;
  padding: 0;
  color: #d63600;
  border: 0;
  font-size: 17px;
  font-family: 'Oswald Regular';
  display: inline-block;
}
.box-info .box-info-heading h1 a {
  color: #d63600;
}
.box-info-time{
  color: #474747;
  font-size: 14px;
  font-family: 'Opensans Regular', sans-serif;
  line-height: 19px;
  margin-top: 5px;
  text-transform: lowercase;
}
.box-info-left{
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.box-info-right{
  float: right;
}
.box-info-right .btn-green {
  font-family: 'Opensans Regular', sans-serif;
  text-transform: none;
  border: 1px solid #81a809;
}
.box-info-time i {
  color: #474747;
  font-size: 16px;
  margin-right: 8px;
}
.box-info-detail,
.le4b9d20fce924948592a35b96b1082eb0857fbff {
  padding: 19px 20px;
  background-color: #f0f0f0;
  border-radius: 3px;
}

.box-info-detail p,
.le4b9d20fce924948592a35b96b1082eb0857fbff p {
  color: #474747;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.box-info-detail p a,
.le4b9d20fce924948592a35b96b1082eb0857fbff p a {
  color: #000;
  font-family: 'Opensans Bold';
}

.box-info-detail p a:hover,
.le4b9d20fce924948592a35b96b1082eb0857fbff p a:hover {
  text-decoration: underline;
}

.box-info-detail.inner-table,
.le4b9d20fce924948592a35b96b1082eb0857fbff.inner-table {
  padding: 0;
}

.box-info-footer {
  border-radius: 4px;
  margin-top: 20px;
  background-color: #D1D1D1;
}
.box-info-footer a:first-child {
  border-radius: 4px 0 0 4px;
}
.box-info-footer a{
  display: inline-block;
  background-color: #a2a2a2;
  border-bottom: 3px solid #c0c0c0;
  color: #505050;
  font:16px/43px "Oswald Regular",sans-serif;
  font-size: 16px;
  line-height: 43px;
  padding: 0 20px;
  text-transform: uppercase;
}


/* OUR TECHNOLOGIES
--------------------------------------------------------------------------*/
.our-technologies {
  padding: 0;
  margin-top: 17px;
}
.our-technologies li {
  list-style: none;
  float: left;
  margin-left: 2%;
  padding-bottom: 15px;
  text-align: center;
  width: 17.66666%;
}
.our-technologies li a {
  display: block;
  color: #3f3f3f;
  font-family: 'Oswald Regular';
  font-size: 15px;
}
.our-technologies li a:hover {
  text-decoration: underline;
}
.our-technologies li img {
  border: 1px solid #d1d1d1;
  vertical-align: top;
  width: 100%;
  margin-bottom: 7px;
}

/* FILTER
--------------------------------------------------------------------------*/
.filter {
  background-color: #d1d1d1;
  border-radius: 3px;
  min-height: 44px;
  padding: 11px 20px;
}
.filter label {
  color: #474747;
  display: inline-block;
  font:normal 14px 'Opensans Regular';
}
.filter .form-inline .form-row{
  /*width: 16.5%;*/
}

.filter .form-inline .form-row:first-child {
  margin-left: 0;
}
.filter .form-inline .form-row.sort-genre {
  width: 17%;
}
.filter .form-inline .form-row.sort-year {
  width: 12%;
}
.filter .form-inline .form-row.sort-language {
  width: 16%;
}
.filter .form-inline .form-row.sort-score {
  width: 25%;
}
.filter .form-inline .form-row.sort-asc-desc {
  width: 21%;
}

.filter .form-inline .form-row.sort-genre .fancy-select{
  width: 62%;
}
.filter .form-inline .form-row.sort-year .fancy-select{
  width: 56%;
}
.filter .form-inline .form-row.sort-language .fancy-select{
  width: 42%;
}
.filter .form-inline .form-row.sort-score .fancy-select{
  width: 70%;
}
.filter .form-inline .form-row.sort-asc-desc .fancy-select{
  width: 74%;
}
.filter .form-inline .form-row.btn-row{
  width: 6%;
}

.filter div.fancy-select div.trigger {
  padding: 4px 24px 4px 9px;
  background-color: #aaa;
  border-color: #9f9f9f;
  border-radius: 0;
}
.filter form .btn {
  width: 100%;
  border-radius: 3px;
  height: 28px;
  padding: 0;
  background-color: #292929;
  border: 1px solid #696969;
  box-shadow: 0 2px 0 0 #3d3d3d;
  color: #fff;
  font-size: 13px;
  font-family: 'Opensans Regular';
}

.filter-all {
  background: #d1d1d1 none repeat scroll 0 0;
  border-radius: 3px;
  padding: 8px 20px 0 20px;
  position: relative;
}
.filter-all h3{
  display: inline-block;
  margin: 7px 2% 10px 0;
  font:18px/1 "Oswald Regular";
  color: #d63600;
  text-transform: uppercase;
  vertical-align: middle;
}
.filter-all ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.filter-all li {
  display: inline-block;
  margin-bottom: 8px;
  text-align: center;
  vertical-align: top;
  width: 24px;
}
.filter-all li a {
  border: 1px solid #b7b7b7;
  color: #8b8b8b;
  display: block;
  font:14px/25px "open_sansregular";
  text-decoration: none;
  background-color: #eaeaea;
}
.filter-all li.active a,
.filter-all li a:hover {
 border-color: #d63600;
 color: #d63600;
}


/* LIABRARY BOX
--------------------------------------------------------------------------*/
.library-box {
  margin-top: 25px;
}
.library-box ul {
  list-style: outside none none;
  padding: 0;
  margin-left: -2%;
}
.library-box li {
  border: 5px solid rgba(59, 59, 59, 0.8);
  float: left;
  margin-bottom: 20px;
  margin-left: 3%; /* 1.65% */
  position: relative;
  width: 133px;
  height: 224px;
  /*width: 14.6666%;*/
  min-width: 123px;
}
.library-box li.active {
  border-color: rgba(197, 50, 0, 0.8);
}
.library-box li .rating-wrap{
  background-color: #D1D1D1;
  width: 100%;
  display: block;
}
.library-box li a {
  background-color: #f0f0f0;
  display: block;
}
.library-box li img {
  vertical-align: top;
}
.library-box li:hover {
  border: 5px solid rgba(197, 50, 0, 0.8);
}
.library-info {
  min-height: 224px;
  padding: 6px 16px 16px;
}
.library-info .modal-content {
  background: url("images/detail-bg.jpg") repeat 0 0;
  border-radius: 4px;
}
.library-box .modal .close {
  right: -13px;
  top: -13px;
  height: 26px;
  width: 26px;
  background: url("images/cross.png") no-repeat 0 0;
}
.library-info h3 {
  margin-top: 0;
  color: #fff;
  font:27px/40px 'Oswald Regular', sans-serif;
}
.library-info p {
  color: #fff;
  font:16px/23px 'Oswald Light', sans-serif;
  margin: 0;
}
.library-info .modal-header h3 a {
  background-color: transparent;
  color: #fff;
}
.library-info .category span {
  color: #ffa485;
  display: inline-block;
  font:14px/20px 'Oswald Bold', sans-serif;
  margin-right: 8px;
  text-transform: uppercase;
}
.library-info .content-row {
  height: 98px;
  margin-bottom: 11px;
  overflow: auto;
  padding: 6px 0 0;
}
.modal-footer.download strong {
  color: #fff;
  display: inline-block;
  font:18px/33px 'Oswald Regular', sans-serif;
}
.modal-footer.download a {
  border-radius: 5px;
  box-shadow: 0 5px 0 0 #571c00;
  color: #fff;
  display: inline-block;
  font: 15px/33px 'Oswald Bold', sans-serif;
  margin: 0 0 0 10px;
  padding: 0 10px;
}
.modal-footer.download a:hover {
  opacity: 0.9;
}
.modal-footer.download a.green {
  background: #89ad19 none repeat scroll 0 0;
  border: 1px solid #9fc726;
}
.modal-footer.download a.light-green {
  background: #99bf25 none repeat scroll 0 0;
  border: 1px solid #5d690e;
}
.modal-footer.download a.red {
  background: #8f2400 none repeat scroll 0 0;
  border: 1px solid #c8552d;
}
.modal-footer.download a.light {
  background: #df5b2e none repeat scroll 0 0;
  border: 1px solid #df5b2e;
}

.library-info-box {
  min-height: 224px;
  padding: 6px 16px 13px;
  background: url("images/detail-bg.jpg") repeat 0 0;
}
.library-box .modal .close {
  right: -13px;
  top: -9px;
  height: 26px;
  width: 26px;
  color: #fff;
  line-height: 19px;
  background: none;
  text-align: center;
}
.library-box .modal .close i{
  font-size: 24px;
}


.library-info-box h3 {
  margin: 0;
  color: #fff;
  font:27px/34px 'Oswald Regular', sans-serif;
}
.library-info-box h3 a{
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
.library-info-box h3 a:hover {
  text-decoration: underline;
}
.library-info-box-header {
  margin-bottom: 5px;
}
.library-info-box p {
  color: #fff;
  font:16px/23px 'Oswald Light', sans-serif;
  margin: 0;
}
.library-info-box .category span {
  color: #ffa485;
  display: inline-block;
  font:14px/20px 'Oswald Bold', sans-serif;
  margin-right: 8px;
  text-transform: uppercase;
}
.library-info-box .content-row {
  height: 95px;
  margin-bottom: 11px;
  overflow: auto;
  padding: 0;
}
.library-info-box-footer  strong {
  color: #fff;
  display: inline-block;
  font:18px/33px 'Oswald Regular', sans-serif;
}

.library-box li .library-info-box-footer a {
  border-radius: 5px;
  box-shadow: 0 5px 0 0 #571c00;
  color: #fff;
  display: inline-block;
  font: 15px/33px 'Oswald Bold', sans-serif;
  margin: 0 0 0 10px;
  padding: 0 10px;
}
.library-info-box-footer a:hover {
  opacity: 0.9;
}
.library-info-box-footer a.green {
  background: #89ad19 none repeat scroll 0 0;
  border: 1px solid #9fc726;
}
.library-info-box-footer a.light-green {
  background: #99bf25 none repeat scroll 0 0;
  border: 1px solid #5d690e;
}
.library-info-box-footer a.red {
  background: #8f2400 none repeat scroll 0 0;
  border: 1px solid #c8552d;
}
.library-info-box-footer a.light {
  background: #df5b2e none repeat scroll 0 0;
  border: 1px solid #df5b2e;
}

.library-box li .library-info-box {
  position: absolute;
  top: -5px;
  left: 128px;
  width: 485px;  /* 443px */
  display: none;
  z-index: 1;
/*  opacity: 0;
  z-index: -1;
*/  box-shadow: 7px 0 5px -5px rgba(0, 0, 0, 0.55) inset;
}
/*.library-box li.active .library-info-box {
  opacity: 1;
  z-index: 99;
}
*/
.library-box li.right-align .library-info-box {
  left: auto;
  right: 128px;
  box-shadow: -7px 0 5px -5px rgba(0, 0, 0, 0.55) inset;
}
.library-box li.right-align .library-info-box .shadow {
  left: auto;
  right: 0;
  top: 0;
}
.library-info-box .close {
  position: absolute;
  right: -13px;
  top: -10px;
  height: 26px;
  width: 26px;
  color: #fff;
  line-height: 19px;
  background-color: transparent;
  text-align: center;
}
.library-info-box .close i{
  font-size: 24px;
}
.library-box li.right-align .library-info-box .close {
  right: auto;
  left: -13px;
}


/* CONTACT PAGE
--------------------------------------------------------------------------*/
#contact-form .fancy-select {
  max-width: 300px;
}
#contact-form textarea {
  min-height: 148px;
  resize: none;
  color: #adadad;
}
#contact-form h3 {
  margin: 0 0 10px 0;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 600;
}

/* THREAD REPLY PAGE
--------------------------------------------------------------------------*/
.thread-reply-page .box-info-detail{
  padding-top: 0;
  border-top: 5px solid #7b290b;
}
.thread-reply-page .orange-title .box-info-right {
  margin-top: 4px;
}
.about-thread .about-member.col-3 {
  padding-right: 30px;
}
.member-tag {
  margin: 0 auto;
  font-size: 14px;
  font-family: 'Oswald Regular';
  color: #fff;
  text-align: center;
  width: 125px;
  text-transform: uppercase;
  position: relative;
  padding: 3px;
  min-height: 40px;
  background-color: #717171;
}
.member-tag span{
  border: 2px dotted #fff;
  display: block;
  min-height: 34px;
  padding-top: 5px;
}
.thread-member-detail {
  position: relative;
  padding-top: 12px;
  background-color: #ddd;
  border: 1px solid #d4d4d4;
}
.thread-member-detail:after {
  position: absolute;
  right: -20px;
  top: 20px;
  content: '';
  width: 0; 
  height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #ddd;
}
.thread-member-detail .member-left{
  text-align: center;
}
.thread-member-detail .frame{
  height: 72px;
  width: 72px;
  border: 1px solid #cecece;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 12px;
}
.thread-member-detail .frame span{
  background-color: transparent;
}
.thread-member-detail .frame i{
  font-size: 40px;
}
.thread-member-detail img{
  border: 1px solid #cecece;
  border-radius: 3px;
  display: block;
  width: 80%;
  max-width: 72px;
  height: auto;
  margin: 0 auto 12px;
}
.thread-member-detail img.lazy {
  border: 0;
  border-radius: 0;
  width: 100%;
  height: 72px;
  width: 72px;
  border: 1px solid #cecece;
  border-radius: 6px;
}
.post-reply .about-member{
  min-width: 102px;
}
.post-reply .thread-member-detail{
  text-align: center;
}
.thread-member-detail .member-name {
  font-size: 14px;
  font-family: 'Oswald Regular';
  color: #e94207;
}
.thread-member-detail .member-name,
.thread-member-detail h3 a{
  color: #e94207;
}
.thread-member-detail .member-name,
.thread-member-detail .member-tagline {
  padding-left: 15px;
}
.thread-member-detail .member-tagline {
  font-size: 12px;
  color: #717171;
}
.member-detail ul{
  margin: 14px 0 0 0;
  padding: 10px 0 0 10px;
  list-style: none;
  font-size: 12px;
  color: #717171;
  line-height: 1.75;
  border-top: 1px solid #d4d4d4;
}
.member-detail ul i{
  color: #a0a0a0;
  font-size: 14px;
  margin-right: 5px;
}
.thread-detail .thread-title{
  font-size: 22px;
  font-family: 'Oswald Regular';
  color: #202020;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.thread-detail p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #717171;
}
.thread-detail p a{
  font-family: 'Oswald Bold';
  color: #e94207;
}
.thread-detail .need-help {
  display: block;
  font-size: 16px;
  color: #7a7a7a;
  font-family: 'Oswald Regular';
  text-transform: uppercase;
  padding-left: 15px;
  line-height: 43px;
  background-color: #e1e1e1;
  border-bottom: 5px solid #cdcdcd;
}
.thread-detail .how-can-help h4 {
  font-size: 18px;
  font-family: 'Oswald Regular';
  color: #202020;
  padding-left: 15px;
}
.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion li {
  margin-bottom: 16px;
}
.accordion .accordion-title{
  position:relative;
  margin: 0;
  font: 16px/37px 'Oswald Regular';
  color: #b4b4b4;
  text-transform: uppercase;
  background-color: #d8d8d8;
}
.accordion .accordion-title a {
  color: #b4b4b4;
  padding-left: 15px;
  display: block;
}
.accordion .accordion-title i {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 24px;
}
.accordion .accordion-content {
  display: none;
  color: #747474;
  padding: 10px 20px;
  border: 1px solid #d7d7d7;
  background-color: #e1e1e1;
}
.accordion .accordion-content li a{
  color: #d63600;
  text-decoration: underline;
}
.thread-detail .table-list td{
  color: #fff;
  background: #94d65f url('images/notfication-bg.png') repeat 0 0;
}
.thread-reply-page .thread-detail .table-list tr:nth-of-type(odd) td {
  background-color: #94d65f;
}
.thread-detail .table-list td.coll-1,
.thread-detail .table-list td.coll-1 .icon{
  border-radius: 4px 0 0 4px;
}
.thread-detail .table-list td.coll-5{
  border-radius: 0 4px 4px 0;
}
.thread-detail .table-list td.coll-1 {
  padding-left: 45px;
}
.thread-detail .table-list td a{
  color: #fff;
}
.thread-detail .table-list td.coll-1 .icon {
  left: 0;
  top: 0;
  margin-top: 0;
  display: block;
  height: 100%;
  width: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
}
.thread-detail .table-list td.coll-1 .icon i {
  color: #fff;
  display: inline-block;
  margin-top: -12px;
  margin-left: -10px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.thread-detail .table-list td.coll-1 .icon:after {
  content: "";
  height: 0;
  right: -12px;
  position: absolute;
  top: 0;
  width: 0;
  border-top: 0 solid transparent;
  border-left: 12px solid rgba(0, 0, 0, 0.2);
  border-bottom: 36px solid transparent;
}
.table-list td.coll-1 {
  border-right-color: rgba(0,0,0,0.1);
}
.table-list td.coll-2 {
  border-left-color: #f6f6f6;
  border-right-color: #c0c0c0;
}
.table-list td.coll-3 {
  border-left-color: #f6f6f6;
  border-right-color: #c0c0c0;
}
.table-list td.coll-4 {
  border-left-color: #f6f6f6;
  border-right-color: #c0c0c0;
}
.thread-detail .table-list td.size{
  color: #000;
}
.thread-detail .table-list td.leeches{
  color: #d63600;
}
.thread-detail .table-list td.seeds {
  color: #cdffa5;
}
.replies .reply-said {
  margin: 0;
  padding-left: 15px;
  border-bottom: 4px solid #c0c0c0;
  line-height: 43px;
  color: #7a7a7a;
  font-family: 'Oswald Regular';
  font-size: 16px;
  background-color: #e1e1e1;
}
.reply-content{
  font-size: 12px;
  color: #7c7c7c;
  padding: 10px;
  background-color: #e1e1e1;
  border-bottom: 1px solid #c0c0c0;
}
.reply-content a {
  font-family: 'Oswald Regular';
  color: #e94207;
}
.reply-bar {
  color: #979797;
}
.reply-content h4{
  color: #202020;
  margin: 0;
  font-size: 18px;
  font-family: 'Oswald Regular';
}
.about-thread > .row {
  margin: 0 -20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.replies-wrap {
  padding-top: 15px;
  background-color: #f7f7f7;
}
.reply {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
  border: 1px solid #d7d7d7;
  background-color: #e1e1e1;
}
.reply p{
  color: #747474;
  margin-bottom: 10px;
}
.thread-reply-page .about-thread .right {
  padding-bottom: 40px;
  position: relative;
}
.thread-reply-page .about-thread .replies {
  min-height: 305px;
}
.reply-bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.reply-bottom-bar-wrap {
  padding-top: 5px;
  border-top: 1px solid #c3c3c3;
}
.reply-bottom-bar .left {
  font-size: 12px;
  color: #979797;
}
.reply-bottom-bar a{
  color: #d63600;
}
.reply-bottom-bar .left {
  float: left;
}
.reply-bottom-bar .btn {
  font-size: 12px;
  font-family: 'Opensans Regular';
  text-transform: uppercase;
  background-color: transparent;
}
.thread-reply-page .about-thread .reply-bottom-bar .right {
  padding-bottom: 0;
}
.reply-bottom-bar .btn{
  padding-top: 0;
  padding-bottom: 0;
}
.reply-bottom-bar .right {
  float: right;
  font-size: 12px;
  font-family: 'Opensans Regular';
  color: #979797;
}
.reply-bottom-bar .right i {
  font-size: 18px;
  color: #000;
  margin-right: 2px;
  line-height: 1;
  vertical-align: top;
}
.reply-bottom-bar .right > div {
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
}
.reply-bottom-bar .right a i {
  color: #d63600;
}
.reply-bottom-bar .right i {
  color: #979797;
}
.reply-bottom-bar .right > div:first-child {
  margin-left: 0;
}

.post-reply{
  padding-top: 10px;
  background-color: #f0f0f0;
}
.post-reply .pagination{
  border-radius: 0;
  margin-bottom: 20px;
}
.post-reply .form-row {
  margin-bottom: 14px;
}
.post-reply .form-control {
  font-size: 17px;
  height: 46px;
  border-radius: 0;
  border-color: #d7d7d7;
  background-color: #e1e1e1;
}
.post-reply .btn-orange {
  font-size: 15px;
  border-radius: 0;
}
.thread-reply-page .bootstrap-filestyle.input-group {
  display: inline-block;
}
.thread-reply-page .bootstrap-filestyle.input-group .btn{
  border-radius: 0;
  font-size: 15px;
  background-color: #8e8e8e;
  border-color: #323232;
  box-shadow: 0 3px 0 #323232;
  color: #fff;
  text-transform: uppercase;
  height: 35px;
  width: 105px;
}
.thread-reply-page .filestyle {
  width: 105px;
}
.thread-detail .table-list td:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* SEARCH PAGE
--------------------------------------------------------------------------*/
.search-page .box-info .box-info-heading h1 span{
  color: #000;
}
.search-page .pagination {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.search-page .table-list tr:last-child .coll-1,
.search-page .table-list tr:last-child .coll-5 {
  border-radius: 0;
}

/* PAGINATION
--------------------------------------------------------------------------*/
.pagination {
  background-color: #d63600;
  box-shadow: 0 4px 0 #952800;
  padding: 10px;
  text-align: right;
  border-radius: 3px;
}
.pagination ul {
  margin: 0;
  padding: 0;
}
.pagination ul li{
  display: inline-block;
  margin-left: 8px;
}
.pagination ul li:first-child {
  margin-left: 0;
}
.pagination li a {
  background-color: #fff;
  color: #12396b;
  display: inline-block;
  font-size: 11px;
  font-family: 'Opensans Semibold';
  line-height: 21px;
  padding: 0 10px;
  text-transform: uppercase;
}
.pagination li a:hover,
.pagination li.active a {
  background: #89ad19 none repeat scroll 0 0;
  box-shadow: 2px 2px 4px #586f10 inset;
  color: #fff;
}
.pagination li span.dots {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 6px;
  margin-left: 3px;
  position: relative;
  width: 6px;
}


/* UPLOAD PAGE
--------------------------------------------------------------------------*/
.announce-url {
  list-style: none;
  margin: 0;
  padding: 0;
}
.announce-url li {
  color: #000;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 0;
  word-break:break-all;
}
.announce-url li a {
  color: #d63600;
  text-transform: uppercase;
}
.upload-info p{
  margin-bottom: 13px;
}
.upload-info p:last-child {
  margin-bottom: 0;
}

.upload-form .form-row {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
}
.upload-form .form-row:last-child {
  border-bottom: 0;
}
.upload-form small {
  color: #000;
  display: block;
  font-size: 11px;
  line-height: 13px;
  margin-top: 8px;
}
.upload-button label{
  display: block;
}
.browse-button {
  background: #fcfcfc none repeat scroll 0 0;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  color: #464646;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  margin: 0 12px 0 0;
  padding: 0 10px;
  width: 50% !important;
}
.upload-form .form-row .bootstrap-filestyle {
  display: inline-block;
  width: 70%;
  position: relative;
  padding-right: 128px;
}
.upload-form .form-row .bootstrap-filestyle .form-control {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.upload-form .form-row .group-span-filestyle.input-group-btn {
  display: inline-block;
  width: 124px;
  vertical-align: top;
  position: absolute;
  right: 0;
  top: 0;
}
.upload-form .form-row .group-span-filestyle.input-group-btn .btn{
  background:url(images/browse.png) no-repeat 0 0;
  height: 40px;
  text-indent: -9999%;
}

/* TRENDING MOVIES
--------------------------------------------------------------------------*/
.box-info.filter-list {
  background: transparent;
}
.box-info.filter-list {
  background: transparent;
}
.trending-torrent .featured-heading .featured-icon {
  width: 40px;
}
.trending-torrent .featured-heading .featured-icon i {
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  line-height: 1;
}
.trending-torrent .featured-heading {
  padding-top: 8px;
  padding-bottom: 8px;
}
.trending-torrent .featured-heading h1{
  color: #000;
  font-family: "Oswald Regular",sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.25;
  margin: 6px 0 0 0;
}
.trending-torrent-explore .box-info.filter-list {
  background: #f0f0f0;
}
.trending-torrent-explore .box-info.filter-list .black-box {
  padding-top: 10px;
  margin-bottom: 0;
}
.trending-torrent-explore .box-info.filter-list .black-box .icon:after {
  border-left-color: #962e08;
}
.trending-torrent-explore .box-info.filter-list .black-box .icon {
  background-color: #962e08;
  line-height:25px;
}
.filter-list .box-info-heading {
  border-bottom: 0;
  padding-bottom: 3px;
  border-radius: 3px;
}
.filter-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filter-list li {
  float: left;
  margin-bottom: 5px;
  margin-right: 9px;
}
.filter-list li a {
  font-family: 'Oswald Regular', sans-serif;
  font-size: 16px;
  border-radius: 3px;
  background-color: #da3a04;
  color: #fff;
  display: block;
  padding: 3px 13px 3px 45px;
  text-decoration: none;
  position: relative;
}
.filter-list li a:hover {
  background-color: #ac3a10;
}
.filter-list li a span {
  line-height: 30px;
}
.filter-list .icon:after {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #6e1c00;
  border-top: 8px solid transparent;
  content: "";
  height: 0;
  margin-top: -8px;
  position: absolute;
  right: -8px;
  top: 50%;
  width: 0;
}

.filter-list .icon {
  width: 33px;
}
.filter-list .icon i {
  left: 50%;
  line-height: 1;
  margin-left: -12px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
}
.filter-list .icon {
  background-color: #6e1c00;
  color: #fff;
  display: block;
  height: 100%;
  left: 0;
  padding: 0 6px;
  position: absolute;
  top: 0;
  border-radius: 4px 0 0 4px;
}
.filter-list .icon i{
  font-size: 21px;
  vertical-align: top;
}

.filter-list.small-list li a {
  font-size: 14px;
  font-family: 'Oswald Light';
}

.movie-list-box {
  margin: 50px 0 0 0;
  padding: 0;
}
.movie-list-box > li {
  list-style: none;
  /*min-height: 194px;*/
  margin: 0 0 56px;
  padding-top: 0;
  width: 100%;
  background: url("images/detail-bg.jpg") repeat scroll 0 0;
  position: relative;
  border-radius: 3px;
}
.series-list-wrap,
.movie-list-wrap {
  border-radius: 0 3px 3px 0;
}

.movie-list-wrap,
.series-list-wrap{
  background: url('images/movie-detail.png') no-repeat 400px 0;
}
.shows-review,
.movie-box,
.movie-info {
  position: relative;
  z-index: 9;
}
.movie-review {
  float: left;
  height:194px;
  width: 82px; /*12%*/
  padding-top: 20px;
  padding-bottom: 6px;
  min-height: 194px;
  text-align: center;
  position: relative;
  z-index: 9;
}
.trending-movie-list .movie-review-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 82px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.trending-movie-list .left {
  float: left;
}
.movie-info {
  float:left;
  padding: 18px 0 18px 3%;
  width: 70%;
}
.movie-info h3,
.movie-info h3 a {
  color: #fff;
  word-break: break-all;
}
.movie-info h3 a:hover {
  text-decoration: underline;
}
.movie-info h3 {
  font:23px/30px "Oswald Regular", sans-serif;
  margin-top: 0;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.movie-info h3 a{
  font-size: 75%;
  text-decoration: none;
}
.movie-category span{
  display: inline-block;
  color: #ffa485;
  font: 14px/20px "Oswald Bold", sans-serif;
  margin-right: 8px;
  text-transform: uppercase;
}
.movie-info p {
  margin-top: 0;
  color: #e7e1e1;
  font:16px/23px "Oswald Light", sans-serif;
}
.trending-movie-list .rating-arrow {
  margin-bottom: 20px;
  display: none;
}
.trending-movie-list .rating-arrow.active {
  display: block;
}
.trending-movie-list .rating-arrow i {
  font-size: 42px;
  line-height: 1;
}
.trending-movie-list .rating-arrow i.red,
.rating-box > span i.red{
  color: #ff0000;
}
.trending-movie-list .rating-arrow i.green,
.rating-box > span i.green{
  color: #89ad19;
}
.trending-movie-list .rating-arrow i.grey,
.rating-box > span i.grey{
  color: #979797;
}
.rating-text {
  color: #fff;
  display: block;
  font-family: "Oswald Regular",sans-serif;
  font-size: 50px;
}
.trending-movie-list .last-time {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  color: #fff;
  display: block;
  font-family: "Oswald Regular",sans-serif;
  font-size: 10px;
  margin-top: 32px;
  text-transform: uppercase;
}
.movie-box.tumbnail {
  position: relative;
  float: left;
  width: 148px;
  margin-top: -31px;
  padding: 5px;
  border-radius: 4px;
  background-color: rgba(255,255,255,0.28);
}
.movie-box.tumbnail img {
  display: block;
  width: 100%;
}
.trending-movie-list .movie-info .content-row {
  height: 100px;
}
.trending-movie-list .rating-wrap {
  background-color: #D1D1D1;
  display: block;
}
.trending-movie-list .rating {
  margin: 0 auto;
}
.trending-movie-list .movie-box.tumbnail {
  margin-top: -28px;
}
.trending-movie-list .rating-text {
  margin-bottom: 20px;
  line-height: 1;
}

/* SERIES LIBRARY BOX
--------------------------------------------------------------------------*/
.series-library-explore .movie-list-box{
  margin-top: 0;
}
.series-list-wrap {
  position: relative;
}
.series-rating {
  position: absolute;
  right: 5px;
  top: 19px;
  color: #fff;
  font:18px/26px 'Oswald Regular',sans-serif;
  margin-bottom: 6px;
  padding: 0 7px;
  width: 75px;
  height: 26px;
  background-color: #5f1800;
  border: 1px solid #dd967e;
  border-radius: 5px;
  box-shadow: 0 4px 1px rgba(84, 28, 0, 0.9);
}
.series-rating span{
  margin-right: 1px;
  display: inline-block;
  vertical-align: top;
}
.series-rating i {
  display: inline-block;
  width: 18px;
  line-height: 1;
  color: #99BF25;
}
.series-library-box .movie-info h3 a{
  font-size: 23px;
}
.series-library-box .movie-box {
  
}
.series-library-box .movie-info{
  width: 38%;
  padding: 18px 0 15px 3%;
}
.series-info {
  padding-left: 4%;
  padding-top: 30px;
  width: 41%;
  background: url('images/series-border-bg-repeat.png') repeat-y 4% 0;
  float: right;
  margin-top: 25px;
}
.series-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.series-info li {
  color: #fff;
  font:14px/1.5 'Opensans Regular';
}
.series-info li strong {
  color: #ffa485;
  display: inline-block;
  font-family: "Oswald Regular",sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  width: 76px;
}
.series-info li span {
  color: #ffa485;
  margin-right: 11px;
}
.series-library-box .content-row {
  height: 90px;
}

/* RECENT EPISODES
--------------------------------------------------------------------------*/
.series-library-explore .movie-list-box > li {
  border-radius: 6px;
}
.recent-episodes.box-info .box-info-heading h1 {
  color: #000;
}
.series-library-detail .recent-episodes.box-info .box-info-heading h1 {
  color: #d63600;
}
.series-library-detail .recent-episodes.box-info .box-info-heading h1 a:hover{
  text-decoration: underline;

}
.movie-list-box .banner img {
  border-radius: 6px 6px 0 0;
  display: block;
  width: 100%;
}
.recent-episodes .box-info-detail {
  padding: 0;
}
.recent-episodes .box-info-detail .torrent-detail {
  background: none;
  margin: 0;
  padding-top: 0;
}
.recent-episodes .torrent-detail-info{
  width: 70%;
  box-shadow: none;
  padding: 0 0 0 4%;
  min-height: 50px;
}
.recent-episodes .content-row {
  height: 65px;
}
.recent-episodes li {
  list-style: none;
  padding: 18px 20px;
  border-bottom: 1px solid #d1d1d1;
  background-color: #fff;
}
.recent-episodes li:last-child {
  border-bottom: 0;
  border-radius: 0 0 3px 3px;
}
.recent-episodes ul {
  margin: 0;
  padding: 0;
}
.recent-episodes .torrent-detail .torrent-image-wrap{
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  width: 30%;
  max-width: 218px;
  border-color: #e3e3e3;
}
.recent-episodes h3 span {
  color: #e63e03;
}
.recent-episodes .torrent-detail-info h3 {
  font-size: 23px;
  line-height: 30px;
  padding-bottom: 6px;
  text-transform: uppercase;
}
.recent-episodes .torrent-detail-info h3 a {
  color: #404040;
  margin-left: 10px;
}
.recent-episodes .torrent-detail-info p {
  color: #585858;
  font:13px/1.4 "Opensans Light";
  margin: 5px 0;
}
.recent-episodes .date-time {
  color: #747474;
}
.recent-episodes .date-time span {
  margin-left: 15px;
  color: #adadad;
}
.recent-episodes .torrent-image-caption i,
.series-torrent .torrent-image-caption i{
  color: #99BF25;
}

/* HEADING PAGER
--------------------------------------------------------------------------*/
.box-heading-pager {
  float: right;
  color: #6c6c6c;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Oswald Regular';
}
.box-heading-pager ul {
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
}
.box-heading-pager ul li{
  padding: 0;
  border-radius: 0;
  vertical-align: top;
  display:inline-block;
}
.box-heading-pager ul li a{
  display: block;
  height: 24px;
  width: 24px;
  font-size: 14px;
  border: 1px solid #b7b7b7;
  font-family: 'Opensans Regular';
  line-height: 24px;
  text-align: center;
  color: #6c6c6c;
}
.box-heading-pager ul li a:hover,
.box-heading-pager ul li.active a {
  border-color: #d63600;
  color: #d63600;
}
.recent-episodes .box-heading-pager li {
  padding: 0;
  border-radius: 0;
}


/* TORRENT WORK
--------------------------------------------------------------------------*/
.torrent-work {
  margin-bottom: 40px;
}
.torrent-work .torrent-work-heading {
  color: #7f3d26;
  font-size: 14px;
  font-family: 'Opensans Bold';
  padding: 13px 0 13px 27px;
  background: #f49d81 none repeat scroll 0 0;
  border: 1px solid #cb7b60;
}
.box-info .tab-content .torrent-work h2 {
  border: 0 none;
  margin: 0;
  padding: 0;
  color: #7f3d26;
}
.torrent-work .torrent-work-detail {
    border-top: 5px solid #cb7b60;
    border-left: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}
.torrent-work .torrent-work-detail{
  background: #ffffff none repeat scroll 0 0;
  color: #5e5e5e;
  font-size: 12px;
  line-height: 15px;
  padding: 21px 42px 25px 49px;
  position: relative;
}
.torrent-work-detail i{
  color: #bebebe
}
.torrent-work-detail .icon-left{
  position: absolute;
  left: 20px;
  top: 10px;
}
.torrent-work-detail .icon-right {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.torrent-work.green .torrent-work-heading {
  background-color: #d1e1a0;
  border-color: #90a64b;
}
.torrent-work.green .torrent-work-heading h2{
  color: #57691d;
}
.torrent-work.green .torrent-work-detail{
  border-top: 5px solid #90a64b;
}
.color-blue {
  color: blue;
}
.tab-content #description p {
  word-wrap: break-word;
}
#description a {
  color: #d63600;
  text-decoration: underline;
}
#description a:hover {
  text-decoration: none;
}
#comments .frame img{
  height: 72px;
  width: 72px;
}
#comments .pagination a,
#comments .pagination span {
  background-color: #fff;
  margin-left: 8px;
  color: #12396b;
  display: inline-block;
  font-family: "Opensans Semibold";
  font-size: 11px;
  line-height: 21px;
  padding: 0 10px;
  text-transform: uppercase;  
}

#comments .pagination span:hover,
#comments .pagination a:hover,
#comments .pagination .current {
  background-color: #89ad19;
  box-shadow: 2px 2px 4px #586f10 inset;
  color: #fff;
}


/* QUOTES
--------------------------------------------------------------------------*/
blockquote {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
}
blockquote header {
  color: #7f3d26;
  font-size: 14px;
  font-family: 'Opensans Bold';
  padding: 13px 0 13px 27px;
  background: #f49d81 none repeat scroll 0 0;
  border: 1px solid #cb7b60;
}
blockquote .blockquote-content {
  border-top: 5px solid #cb7b60;
  border-left: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}
blockquote .blockquote-content{
  background: #ffffff none repeat scroll 0 0;
  color: #5e5e5e;
  font-size: 12px;
  font-family: 'Opensans Bold';
  line-height: 18px;
  padding: 21px 42px 25px 49px;
  position: relative;
}
.blockquote-content i{
  color: #bebebe
}
.blockquote-content .icon-left{
  position: absolute;
  left: 20px;
  top: 10px;
}
.blockquote-content .icon-right {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
blockquote.green header {
  color: #57691d;
  background-color: #d1e1a0;
  border-color: #90a64b;
}
blockquote.green .blockquote-content{
  border-top: 5px solid #90a64b;
}
/* TORRENT
--------------------------------------------------------------------------*/
.torrent-wrap-page .torrent-detail{
  margin-left: 0;
  margin-right: 0;
  border-radius: 5px;
}
.torrent-wrap-page .torrent-detail .torrent-detail-info{
  min-height: 224px;
}
.torrent-wrap-page .torrent-detail h1 {
  margin: 0;
  padding-bottom: 0;
  color: #fff;
  font-family: "Oswald Regular",sans-serif;
  font-size: 23px;
  line-height: 30px;
  text-transform: uppercase;
}
.torrent-wrap-page .torrent-detail h1 a {
  color: #fff;
}
/* SEASONS
--------------------------------------------------------------------------*/
.seasons.box-info {
  background: #6e6e6e url('images/dark-grey-black.jpg') repeat 0 0;
}
.seasons.box-info .box-info-heading{
  background-color: #d63600;
  border-color: #d63600;
}
.seasons.box-info .box-info-heading .heading-title{
  color: #fff;
}
.seasons ul {
  margin: 0;
  list-style: none;
  padding-left: 2%;
  padding-top: 18px;
  background: url('images/left-corner.png') no-repeat scroll 0 0;
}
.seasons .box-info-detail {
  padding: 0;
  background: transparent;
}
.seasons  li {
  margin-bottom: 20px;
  margin-right: 2%;
  float: left;
  color: #fff;
  width: 18%;
  max-width: 148px;
  border: 5px solid rgba(255,255,255,0.3);
}
.seasons  li a {
  position: relative;
  display: block;
}
.seasons  li img {
  display: block;
  width: 100%;
}
.seasons .episode-no {
  background-color: #a42b01;
  color: #ff8b63;
  display: block;
  float: right;
  font-size: 10px;
  height: 36px;
  line-height: 1;
  padding-top: 4px;
  text-align: center;
  width: 31px;
}
.series-library-detail .table-list td.name {
  font-family: 'Opensans Semibold';
  padding-left: 10px;
}
.series-library-detail .recent-episodes.box-info .box-info-heading {
  margin-bottom: 20px;
  border-radius: 3px;
}
.series-library-detail .table-list-wrap {
  padding: 10px;
  margin-bottom: 0;
}
.series-library-detail .box-info{
  background-color: transparent;
}
.series-library-detail .box-info-detail {
  background-color: #e7e7e7;
  border: 5px solid rgba(0,0,0,0.5)
}

.caption {
  background-color: rgba(0,0,0,0.45);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 0 9px;
  width: 100%;
  color: #fff;
  font:14px/36px 'Oswald Regular',sans-serif;
  text-transform: uppercase;
}
.caption strong {
  color: #fff;
  display: block;
  font-size: 14px;
  padding-top: 4px;
}
.series-library-detail .btn-view-all {
  margin-top: 6px;
  width: auto;
  height:auto;
  color: #e63e03;
  text-transform: uppercase;
  font-size: 14px;
  background-color: transparent;
  box-shadow: none;
}
.series-library-detail .btn-view-all:hover {
  text-decoration: underline;
}


/* RATING
--------------------------------------------------------------------------*/
.rating {
  background: rgba(0, 0, 0, 0) url('images/rating-img.png') no-repeat scroll 0 0;
  display: block;
  height: 32px;
  position: relative;
  max-width: 123px;
}
.rating i {
  background: rgba(0, 0, 0, 0) url('images/rating-green.png') no-repeat 0 0;
  height: 32px;
  left: 0;
  position: absolute;
  top: 0;
}
.rating i.red {
  background: url("images/rating-red.png") no-repeat 0 0;
}

/* ABOUT PAGE
--------------------------------------------------------------------------*/
.about-page .box-info-detail p{
  margin-bottom: 15px;
}
.about-page .box-info-detail a{
  color: #d63600;
}

/* TORRENT CATEGORY PAGE
--------------------------------------------------------------------------*/
.torrent-category-detail, 
.l05b5ee87ab83cac901ffe4ee02cad39789dda366 {
  position: relative;
  z-index: 99;
  border-radius: 5px;
  margin: 0;
  padding: 4px 14px 4px 15px;
  width: 100%;
  background: #0e0e0e url("images/black-gradient-bg.jpg") repeat-x scroll 0 0;
}
.torrent-category-detail ul, 
.l05b5ee87ab83cac901ffe4ee02cad39789dda366 ul {
  padding: 0;
  margin: 0 2% 0 0;
  list-style: none;
  float: left;
  width: 30%;
}
.torrent-category-detail ul.download-links, 
.l05b5ee87ab83cac901ffe4ee02cad39789dda366 ul.download-links {
  float: right;
  margin: 0;
}
/* ADBLOCK */
.torrent-category-detail ul.download-links-dontblock, 
.l05b5ee87ab83cac901ffe4ee02cad39789dda366 ul.l64350d82d04f772e3135d2bfbb898c966bf137e3 {
  float: right;
  margin: 0;
}
/***********/
.torrent-category-detail .list li, 
.l05b5ee87ab83cac901ffe4ee02cad39789dda366 .list li {
  border-top: 1px solid #464646;
  border-bottom: 1px solid #1d1d1d;
}
.torrent-category-detail .list li:last-child, 
.l05b5ee87ab83cac901ffe4ee02cad39789dda366 .list li:last-child {
  border-bottom: 0;
}
.torrent-category-detail .list li:first-child, 
.l05b5ee87ab83cac901ffe4ee02cad39789dda366 .list li:first-child {
  border-top: 0;
}
.torrent-category-detail .list strong, 
.l05b5ee87ab83cac901ffe4ee02cad39789dda366 .list strong {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-family: 'Opensans Bold';
  font-weight: normal;
  width: 45%;
}
.torrent-category-detail .list span:after, 
.l05b5ee87ab83cac901ffe4ee02cad39789dda366 .list span:after {
  color: #fff;
  content: ":";
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 0;
}
.torrent-category-detail .list span, 
.l05b5ee87ab83cac901ffe4ee02cad39789dda366 .list span {
  color: #adadad;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  padding-left: 13px;
  position: relative;
}
.torrent-category-detail .list span.seeds,
.l05b5ee87ab83cac901ffe4ee02cad39789dda366 .list span.seeds,
.l05b5ee87ab83cac901ffe4ee02cad39789dda366 .list span.leeches,
.torrent-category-detail .list span.leeches{
  font-family: 'Opensans Bold';
}
.torrent-category-detail .list span.seeds,
.l05b5ee87ab83cac901ffe4ee02cad39789dda366 .list span.seeds{
  color: #4eb41c;
}
.torrent-category-detail .list span.leeches,
.l05b5ee87ab83cac901ffe4ee02cad39789dda366 .list span.leeches {
  color: #d63600;
}
.torrent-category-detail .list span a,
.l05b5ee87ab83cac901ffe4ee02cad39789dda366 .list span a {
  color: #adadad;
}
.torrent-category-detail .list span a:hover,
.l05b5ee87ab83cac901ffe4ee02cad39789dda366 .list span a:hover {
  color: #fff;
}
.btn-wrap-list li,
.lb126fe03a9caa62e3c3b4b3516ab0d00e11ba5a1 li{
  margin-top: 7px;
}
.btn.btn-icon{
  position: relative;
  padding: 4px 4px 4px 50px;
  font-size: 15px;
  width: 100%;
  font-family: 'Oswald Bold', sans-serif;
  text-transform: uppercase;
  box-shadow: 0 5px 0 rgba(0,0,0,0.5);
  border-radius: 3px;
}
.manage-box {
  margin-top: 27px;
  text-align: center;
  width: 100%;
}
.infohash-box {
  word-break: break-all;
  padding: 0 20px 19px;
  width: 100%;
}
.infohash-box p {
  word-break: break-all;
}
.infohash-box p strong {
  font-family: "Oswald Bold",sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
.category-name {
  margin: 0 0 20px 0;
  padding: 0;
}
.category-name li{
  display: inline-block;
  margin:0 2px;
}
.category-name li a {
  background: #da3a04 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 23px;
  padding: 0 6px;
  position: relative;
}

/* TABS
--------------------------------------------------------------------------*/
.tab-content>.tab-pane {
  display: none
}
.tab-content>.active {
  display: block
}
.torrent-tabs {
  margin: 0 -14px;
}
.account-settings .torrent-tabs {
  margin: 0 -20px;
}
.torrent-tabs .tab-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #c0c0c0 url("images/tabs-nav-bg.jpg") repeat-x scroll 0 0;
  border-bottom: 1px solid #b5b5b5;
}
.torrent-tabs .tab-nav li{
  border-right: 1px solid #aeaeae;
  float: left;
}
.tab-nav li:hover a {
  background-color: #bebebe;
}
.tab-nav li.active a{
  background-color: #a2a2a2;
  border-bottom: 3px solid #919191;
  color: #fff;
}
.tab-nav li.active:hover a {
  background-color: #a2a2a2;
}
.tab-nav li a {
  border-bottom: 3px solid #c0c0c0;
  color: #505050;
  display: inline-block;
  font-family: "Oswald Bold",sans-serif;
  font-size: 16px;
  line-height: 43px;
  padding: 0 20px;
  text-transform: uppercase;
}
.tab-nav li a span {
  background-color: #a2a2a2;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-family: 'Oswald Bold';
  line-height: 23px;
  margin: 10px 0 0 7px;
  padding: 0 10px;
  position: relative;
  vertical-align: top;
}
.tab-nav li.active a span.active {
  background-color: #d1d1d1;
  color: #da3a04;
}

.tab-content {
  padding: 20px;
}
.tab-content p {
  /* margin-bottom: 20px; */
}
.box-info .tab-content h2 {
  color: #323232;
  font-size: 16px;
  font-family: 'Opensans Bold';
  padding: 10px 0;
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  margin-bottom: 20px;
}
#tracker-list h3 {
  background-color: #e2e2e2;
  color: #434343;
  font-size: 14px;
  font-family: 'Opensans Bold';
  line-height: 37px;
  padding: 0 20px;
  margin: 0;
}
#tracker-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#tracker-list li {
  background-color: #fff;
  border-top: 1px solid #d4d4d4;
  border-left:  1px solid #d4d4d4;
  border-right:  1px solid #d4d4d4;
  color: #434343;
  font-size: 12px;
  line-height: 1;
  padding: 15px 0 15px 45px;
  position: relative;
  word-wrap: break-word;
}
#tracker-list li:last-child {
  border-bottom: 1px solid #d4d4d4;
}
#tracker-list li .icon{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 45px;
  line-height: 100%;
  text-align: center;
}
#tracker-list li .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -21%;
  margin-top: -13%;
  color: #d4d4d4;
}
.file-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.head {
  color: #da3a04;
  display: block;
  font-size: 14px;
  font-family: 'Opensans Bold';
  margin: 0 0 10px 0;
}
.file-content li {
  color: #010101;
  font-size: 11px;
  font-family: 'Opensans Semibold';
  line-height: 20px;
  padding: 2px 5px;
  margin-bottom: 6px;
}
.file-content li i {
  color: #9f9f9f;
  font-size: 15px;
  margin-right: 5px;
}

/* SORT BY BOX
--------------------------------------------------------------------------*/
.sort-by-box {
  width: 189px;
}
.sort-by-box div.fancy-select div.trigger{
  padding-top: 0;
  padding-bottom: 0;
}

/* RULES PAGE
--------------------------------------------------------------------------*/
.box-info .bordered h1{
  color: #505050;
}
.box-info .box-info-heading.bordered{
  border-bottom: 4px solid #b5b5b5;
}
.rule-list ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.rule-list li:first-child {
  border-top: 1px solid #e2e2e2;
}
.rule-list li {
  border-bottom: 1px solid #e2e2e2;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 12px 10px 49px;
  position: relative;
}
.rule-list li:before {
  content: '\f19e';
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -10px;
  font-size: 18px;
  font-family: Flaticon;
  color: #d63600;
}

/* REPORT TORRENT PAGE
--------------------------------------------------------------------------*/
#torrent-report-form label{
  font-size: 14px;
}

/* ASIDE
--------------------------------------------------------------------------*/
.list-box {
  margin-bottom: 25px;
}
.list-box h2{
  display: block;
  background-color: #d63600;
  border: 1px solid #f85c27;
  border-radius: 3px 3px 0 0;
  font: 17px "Oswald Regular",sans-serif;
  color: #fff;
  line-height: 35px;
  position: relative;
  text-align: center;
  text-shadow: 0 0 2px #000;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.list-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 0 0 4px 4px;
  background-color: #f0f0f0;
}
.list-box .list li:before {
  content: '\f19e';
  position: absolute;
  left: 16px;
  top: 10px;
  font-size: 11px;
  font-family: Flaticon;
  color: #d63600;
}
.list-box li {
  padding-left: 0 !important;
  border-bottom: 1px solid #cdcdcd;
  position: relative;
}
.list-box li:last-child {
  border-bottom: 0;
}
.list-box li a {
  color: #000;
  display: block;
  font-size: 14px;
  line-height: 38px;
  padding: 0 12px 0 49px;
  position: relative;
}
.list-box li a:hover {
  color: #d63600;
}
.list-box i {
  height: 30px;
  left: 12px;
  margin-right: 7px;
  position: absolute;
  top: 0;
  width: 30px;
  color: #d63600;
  font-size: 23px;
}
.list-box i.flaticon-trending ,
.list-box i.flaticon-movie-library,
.list-box i.flaticon-tv-library{
  color: #89ad19;
}
.list-arrow li {
  font-size: 12px;
  color: #747474;
  list-style: none;
  padding-left: 25px;
  position: relative;
}
.list-arrow li:before {
  color: #000;
  content: "\f19e";
  font-family: Flaticon;
  font-size: 11px;
  left: 0;
  position: absolute;
  top: 0;
}
.list-arrow li a{
  color: #d63600;
}

/* FEATURED LIST
--------------------------------------------------------------------------*/
.featured-heading {
  background-color: #d1d1d1;
  border-radius: 4px 4px 0 0;
  padding: 0 13px 0 68px;
  position: relative;
  font-size: 17px;
  font-weight: normal;
  font-family: "Oswald Regular", sans-serif;
  line-height: 43px;
  text-transform: uppercase;
  margin: 0;
  color: #000;
  border-bottom: 4px solid #727272;
}
.featured-heading strong {
  font-family: "Oswald Regular", sans-serif;
  font-weight: normal;
  margin-right: 5%;
}
.featured-heading a {
  color: #4f4f4f;
  padding: 0 5px;
  border-right: 2px solid #9c9c9c;
}
.featured-heading a.popular:hover {
  text-decoration: underline;
}
.featured-heading a:hover {
  color: #d63600;
}
.featured-heading a:last-child {
  border-right: 0 none;
}
.featured-heading .active {
  color: #d63600;
}
.featured-icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40px;
  padding: 0 10px;
  display: block;
  color: #fff;
  border-top-left-radius: 3px;
  background-color: #d63600;
}
.featured-icon:after{
  position: absolute;
  right: -8px;
  top: 50%;
  content: "";
  height: 0;
  width: 0;
  margin-top: -8px;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #d63600;
  border-top: 8px solid transparent;
}
.featured-icon i {
  font-size: 22px;
}
.featured-list .featured-heading {
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.featured-list .featured-icon i {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -18px;
}

/*  MOVIE TORRENT PAGE
--------------------------------------------------------------------------*/
.movie-torrent {
  border-radius: 4px;
  background:url('images/torrent-title-bg.jpg') repeat 0 0;
  box-shadow: inset 0 -15px 10px -15px rgba(0,0,0,0.70);
}
.movie-torrent h1.title {
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 8px;
  margin: 0 0 2px 0;
  color: #fff;
  font-size: 20px;
  font-family: "Oswald Regular",sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255,0.51);
}
.movie-torrent h1.title a {
  color: inherit;
}
.movie-torrent h1.title a:hover{
  text-decoration: underline;
  color: #fae5e5;
}
.movie-torrent .torrent-title .size {
  width: 100%;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255,0.51);
  padding-top: 5px;
  padding-bottom: 9px;
  font-size: 12px;
}
.movie-torrent .torrent-title .size p{
  margin: 0;
}
.movie-torrent .user-detail small{
  margin-right: 3px;
  margin-left: 9px;
  height: 8px;
  width: 8px;
  display: inline-block;
}
.movie-torrent .torrent-title .left {
  float: left;
  width: 77%;
  padding-left: 18px;
}
.movie-torrent .torrent-title .right {
  float: right;
  width: 20%;
  padding: 0 0 0 38px;
  margin-left: 2%;
  font-size: 14px;
  font-family: "Oswald Regular",sans-serif;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  background-color: rgba(0,0,0,0.25)
}
.movie-torrent .torrent-title .size strong{
  font-weight: normal;
  font-family: 'Opensans Bold';
}
.movie-torrent .torrent-title .size span,
.movie-torrent .torrent-title .size a{
  font-weight: normal;
  color: #ffa485;
  font-size: 11px;
  font-family: "Oswald Bold",sans-serif;
  text-transform: uppercase;
}
.movie-torrent .torrent-title .size a {
  color: #ffa485;
}
.movie-torrent .torrent-title .size a:hover {
  text-decoration: underline;
  color: #fff;
}
.movie-torrent .torrent-title .total-size{
  margin-right: 16px;
}
.movie-torrent .torrent-title .seeders {
  margin-bottom: 4px;
  padding-top: 19px;
}
.movie-torrent .torrent-title .seeders,
.movie-torrent .torrent-title .lechers {
  display: block;
  position: relative;
  z-index: 99;
}
.movie-torrent .torrent-title .seeders span {
  color: #86b838;
}
.movie-torrent .torrent-title .lechers span {
  color: #fd0c0c;
}
.movie-torrent .stream-info {
  position: relative;
  padding: 12px 0 11px 66px;
  color: #fff;
  font-size: 12px;
  background:url('images/info-bg-repeat.jpg') repeat 0 0;
}
.movie-torrent .stream-info .icon {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  padding-top: 4px;
  width: 54px;
  text-align: center;
  background:url('images/info-bg-dark-repeat.jpg') repeat 0 0;
}
.movie-torrent .stream-info .icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20%;
  margin-top: -25%;
}
.movie-torrent .stream-info a{
  color: #fff;
}
.movie-torrent .stream-info a:hover{
  text-decoration: underline;
  color: #fae5e5;
}
.movie-torrent .torrent-download {
  padding: 9px 13px 10px 11px;
}
.movie-torrent .torrent-download .left {
  float: left;
}
.movie-torrent .torrent-download .right {
  float: right;
}
.movie-torrent .torrent-download .left .btn{
  color:#ff6868;
  font-size: 13px;
  font-family: 'Opensans Regular';
}
.movie-torrent .torrent-download .left i{
  color:#fff;
}
.torrent-download .btn-red i {
  margin-right: 9px;
}
.torrent-download .icon-stream {
  margin-top: 3px;
}
.movie-torrent .torrent-download .btn-icon{
  min-width: 200px;
}
.movie-torrent .torrent-download .left .btn-icon {
  width: inherit;
}
.torrent-download span {
  color: #fff;
}
.torrent-detail {
  background: url('images/detail-bg.jpg') repeat 0 0;
  border-radius: 0 0 5px 5px;
  margin: 0 14px 27px 14px;
  position: relative;
  z-index: 1;
}
.torrent-detail .shadow {
  position: absolute;
  bottom: -27px;
  left: 0;
  height: 27px;
  width:100%;
  background: url('images/detail-shadow.png') no-repeat 0 0;
  background-size: contain;
}
.box-info-detail .torrent-detail,
.le4b9d20fce924948592a35b96b1082eb0857fbff .torrent-detail {
  margin: -11px 0 0;
  padding-top: 11px;
}
.torrent-detail img {
  vertical-align: top;
}
.torrent-detail .torrent-image-wrap {
  border: 5px solid rgba(197, 50, 0, 0.8);
  border-radius: 5px 0 0 5px;
  float: left;
  position: relative;
}
.torrent-detail-page .box-info-detail,
.torrent-detail-page .le4b9d20fce924948592a35b96b1082eb0857fbff{
  padding: 14px;
}
.torrent-detail-page .box-info-heading h1 {
  word-break:break-all;
}
.torrent-detail-page .content-row {
  height: 175px;
}
.torrent-detail .torrent-image {
  position: relative;
}
.torrent-detail .torrent-image .rating-wrap{
  display: block;
  width: 100%;
  background-color: #d1d1d1;
}
.torrent-detail .torrent-image .rating {
  margin: 0 auto;
}
.torrent-detail .torrent-image img {
  display: block;
  width: 100%;
}
.torrent-detail-info {
  box-shadow: 13px 0 11px -11px rgba(0,0,0,0.5) inset;
  min-height: 240px;
  float: left;
  padding: 22px 4%;
  width: 80%; 
}
.torrent-detail-page .align-center .descrimg {
  margin: 0 auto;
}
.torrent-detail-page .torrent-detail-info {
  min-height: 224px;
}
.torrent-detail-info h3 {
  color: #fff;
  padding-bottom: 0;
  margin: 0;
  font-family: 'Oswald Regular',sans-serif;
  font-size: 23px;
  line-height: 30px;
  text-transform: uppercase;
}
.torrent-detail-info h3 a {
  color: #fff;
}
.torrent-detail-info h3 a:hover {
  text-decoration: underline;
}
.torrent-detail-info .torrent-category {
  padding-bottom: 16px;
}
.torrent-detail-info .torrent-category span {
  color: #ffa485;
  float: left;
  font-family: "Oswald Bold", sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-right: 8px;
  text-transform: uppercase;
}
.content-row {
  height: 175px;
  overflow: hidden;
}
.torrent-detail-info p {
  color: #e7e1e1;
  font-family: "Oswald Light",sans-serif;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 10px 0;
}
.torrent-detail-page.series-torrent .torrent-detail {
  padding-top: 31px;
  margin-top: -11px;
}
.series-torrent .torrent-detail {
  padding-left: 14px;
  padding-top: 14px;
  margin-top: 0;
}
.torrent-detail {
  position: relative;
}
.torrent-detail .shadow{
  position: absolute;
  bottom: -29px;
  width: 100%;
  height: 29px;
  background: url('images/detail-shadow.png') no-repeat 0 0;
  background-size: contain;
}

.vpn-info-wrap .torrent-detail .shadow{
  bottom: -69px;
}
.vpn-info {
  position: relative;
  top: -6px;
  padding: 18px 0 11px 66px;
  color: #fff;
  font-size: 12px;
  border-radius: 0 0 5px 5px;
  background:url('images/info-bg-repeat.jpg') repeat 0 0;
}
.vpn-info .icon {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  padding-top: 4px;
  width: 40px;
  text-align: center;
  border-radius: 0 0 0 5px;
  background:url('images/info-bg-dark-repeat.jpg') repeat 0 0;
}
.vpn-info .icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24%;
  margin-top: -30%;
}
.vpn-info a{
  color: #fff;
}


.error-info {
  position: relative;
  color: #fff;
  line-height: 1;
  font-size: 12px;
  font-family: 'Opensans Bold';
  background-color: #000;
}
.error-info.warning {
  background: #ED1C24 url(images/detail-bg.jpg) repeat 0 0;
}
.error-info .container {
  padding: 8px 27px 8px 44px;
}
.error-info .icon {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
  text-align: center;
  border-radius: 0 0 0 5px;
}
.error-info .icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24%;
  margin-top: -21%;
  font-size: 16px;
}
.error-info a{
  color: #fff;
}
.error-info .box-info-time {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  color: #fff;
  font-size: 12px;
  font-family: 'Opensans Bold';
  line-height: 1;
}
.error-info .box-info-time i{
  color: #fff;
}


.series-torrent .torrent-image-wrap {
  width: 218px;
  /*width: 30%;*/
  border: 0;
}
.series-torrent .torrent-image-wrap .image {
  position: relative;
}
.series-torrent .torrent-image {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  border: 5px solid rgba(255,255,255,0.28);
}
.torrent-image-caption{
  background-color: rgba(0, 0, 0, 0.55);
  bottom: 0;
  height: 36px;
  left: 0;
  padding-left: 14px;
  padding-right: 12px;
  padding-top: 9px;
  position: absolute;
  width: 100%;
}
.series-torrent .torrent-detail-info {
  width: 70%;
  padding-top: 0;
  min-height: 172px;
}
.series-torrent .content-row {
  height: 100px;
}
.series-torrent .torrent-detail-info {
  box-shadow: none;
}
.series-torrent .torrent-detail-info a {
  color: #fff;
}
.series-torrent .torrent-category a{
  color: #fe8c66;
  text-transform: uppercase;
}
.series-torrent .torrent-category {
  color: #642712;
  font-family: "Oswald Regular",sans-serif;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 6px;
}
.series-torrent .torrent-category a:hover {
  text-decoration: underline;
}
.torrent-image-caption .percentage {
  color: #fff;
  float: left;
  font: 19px/1 'Oswald Regular' ,sans-serif;
}
.torrent-image-caption i{
  display: block;
  float: right;
  line-height: 1;
}
.torrent-image-wrap .date-time {
  padding-top: 12px;
  color: #ffa283;
  text-align: center;
}
.date-time {
  display: block;
  font-family: "Oswald Regular",sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.movie-page .torrent-detail-info{
  min-height: 224px;
  padding-bottom: 15px;
}


/* POST COMMENT
--------------------------------------------------------------------------*/
.post-comment .comment-box .detail {
  background-color: transparent;
  margin-top: 0;
  padding: 0;
  border: 0 none;
}
.post-comment .comment-box .detail:after {
  top: 32px;
}
.post-comment .comment-box .detail textarea{
  background-color: #dcdcdc;
  min-height: 90px;
  resize: none;
}
.post-comment .form-row:last-child {
  margin-bottom: 0;
}
.post-comment .btn-right {
  text-align: right;
}
.comment-box h2{
  font-family: "Opensans Bold";
  margin-bottom: 20px;
}


/* INBOX
--------------------------------------------------------------------------*/
.black-box {
  position: relative;
  border-radius: 5px;
  padding: 4px 14px 4px 15px;
  z-index: 1;
  margin-bottom: 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b2b2b+0,1c1c1c+44,0f0f0f+100 */
  background: #2b2b2b; /* Old browsers */
  background: -moz-linear-gradient(top,  #2b2b2b 0%, #1c1c1c 44%, #0f0f0f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #2b2b2b 0%,#1c1c1c 44%,#0f0f0f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #2b2b2b 0%,#1c1c1c 44%,#0f0f0f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#0f0f0f',GradientType=0 ); /* IE6-9 */
}
.black-box .left {
  float: left;
  width: 80%;
}
.black-box .right {
  float: right;
}
.black-box .right .frame{
  margin-top: 15px;
}
.inbox-page .box-info-detail{
  padding-bottom: 0;
}
.inbox-nav .list.mail-info {
  width: 70%;
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.inbox-nav .mail-links {
  float: left;
  width: 30%;
  margin-top: 11px;
  text-align: right;
}
.inbox-nav li {
  border-bottom: 1px solid #464646;
}
.inbox-nav li:last-child {
  border-bottom: 0;
}
.inbox-nav .list li strong {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  width: 90px;
}
.inbox-nav .list li span::after {
  content: ":";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-weight: 700;
}
.inbox-nav .list li span {
  color: #adadad;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  padding-left: 13px;
  position: relative;
}
.inbox-nav .mail-links .btn{
  text-transform: uppercase;
}
.inbox-message-list {
  margin-left: -20px;
  margin-right: -20px;
}
.inbox-message-list .table-list-wrap {
  margin-bottom: 0;
}
.inbox-message-list .message-sender {
  padding-left: 55px;
  position: relative;
}
.inbox-message-list .featured-icon {
  width: 36px;
}
.inbox-message-list i  {
  font-size: 16px;
  color:#b9b9b9;
}
.inbox-message-list .time i  {
  font-size: 14px;
  margin-right: 10px;
}
.inbox-message-list .featured-icon i{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25%;
  margin-left: -25%;
  color: #000;
}
.inbox-message-list .featured-icon {
  border-radius: 0;
}
.inbox-message-list .featured-icon{
  background-color: #bababa;
}
.inbox-message-list .featured-icon:after {
  border-left-color: #bababa;
}

.inbox-message-list .featured-icon.dark {
  background-color: #bababa;
}
.inbox-message-list .featured-icon {
  background-color: #cecece;
}
.inbox-message-list .featured-icon.dark:after {
  border-left-color: #bababa;
}
.inbox-message-list .featured-icon.user {
  background-color: #dddddd;
  border: 1px solid #b6b6b6;
}
.inbox-message-list .featured-icon.user i{
  color: #b6b6b6
}
.inbox-message-list .featured-icon.user:after {
  height: 12px;
  width: 8px;
  border: 0 none;
  background: url('images/user-tip-user.svg') no-repeat 0 0;
}

/*VIP*/
.inbox-message-list .featured-icon.vip:after {
  height: 12px;
  width: 8px;
  border: 0 none;
  background: url('images/user-tip-vip.svg') no-repeat 0 0;
}
.inbox-message-list .featured-icon.vip i {
  color: #86c3e0;
}
.inbox-message-list .featured-icon.vip {
  background-color: #dddddd;
  border: 1px solid #86c3e0;
}

/*ADMIN*/
.inbox-message-list .featured-icon.admin:after {
  height: 12px;
  width: 8px;
  border: 0 none;
  background: url('images/user-tip-admin.svg') no-repeat 0 0;
}
.inbox-message-list .featured-icon.admin i {
  color: #444;
}
.inbox-message-list .featured-icon.admin {
  background-color: #dddddd;
  border: 1px solid #444;
}

/*TRIAL UPLOADER*/
.inbox-message-list .featured-icon.trial-uploader:after {
  height: 12px;
  width: 8px;
  border: 0 none;
  background: url('images/user-tip-trial.svg') no-repeat 0 0;
}
.inbox-message-list .featured-icon.trial-uploader i {
  color: #EE7070;
}
.inbox-message-list .featured-icon.trial-uploader {
  background-color: #dddddd;
  border: 1px solid #EE7070;
}

/*UPLOADER*/
.inbox-message-list .featured-icon.uploader:after {
  height: 12px;
  width: 8px;
  border: 0 none;
  background: url('images/user-tip-uploader.svg') no-repeat 0 0;
}
.inbox-message-list .featured-icon.uploader i {
  color: #DBC25E;
}
.inbox-message-list .featured-icon.uploader {
  background-color: #dddddd;
  border: 1px solid #DBC25E;
}

/*MODERATOR*/
.inbox-message-list .featured-icon.moderator:after {
  height: 12px;
  width: 8px;
  border: 0 none;
  background: url('images/user-tip-moderator.svg') no-repeat 0 0;
}
.inbox-message-list .featured-icon.moderator i {
  color: #A5DF1B;
}
.inbox-message-list .featured-icon.moderator {
  background-color: #dddddd;
  border: 1px solid #A5DF1B;
}



.inbox-message-list .featured-icon.light:after {
  border-left-color: #cecece;
}
.inbox-message-list .table-bordered > tbody > tr > td {
  padding-right: 35px;
  position: relative;
  border-right-color: #b5b5b5;
  border-bottom: 0;
  border-top: 0;
  border-radius: 0 0 0 3px;
  word-break: break-all;
}
.inbox-message-list .table-bordered > tbody > tr > td.message-sender{
  border-left: 0;
}

.inbox-message-list .table-bordered > tbody > tr:last-child > td.message-sender .featured-icon {
  border-bottom-left-radius: 3px;
}
.inbox-message-list .table-bordered > tbody > tr > td.message-date {
  padding-left: 32px;
}
.inbox-message-list .table-bordered > tbody > tr:last-child > td.message-date {
  border-bottom-right-radius: 3px;
}
.inbox-message-list .table-striped > tbody > tr:nth-of-type(odd):last-child td{
  border-bottom-left-radius: 3px;
  
}

.inbox-message-list .table-bordered > tbody > tr > td.message-date .time {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px;
}
.inbox-message-list .table-bordered > tbody > tr > td.active a{
  font-family: 'Opensans Bold';
  color: #da3a04;
}
.inbox-message-list .table-bordered > tbody > tr > td a i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}
.inbox-message-list .table-bordered > tbody > tr > td.active a i{
  color: #da3a04;
}


/* SUB FORUM  
--------------------------------------------------------------------------*/
.sub-forum .box-info-heading {
  background-color: #464646;
  border: 1px solid #686868;
}
.sub-forum .box-info-heading h1{
  color: #fff;
}
.sub-forum .box-info-detail{
  padding: 0;
}
.sub-forum .box-info-detail{
  margin-bottom: 30px;
}
.news-featured-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.news-featured-list > li {
  position: relative;
  border: 1px solid #ddd;
  border-bottom: 0;
  background-color: #f0f0f0;
}
.news-featured-list > li:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.box-info-detail.expanded .news-featured-list > li:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.news-featured-heading .left {
  float: left;
}
.news-featured-heading .right {
  float: right;
}
.news-featured-heading {
  position: relative;
  padding: 11px 17px 11px 67px;
}
.news-featured-heading .left i{
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -23px;
  color: #ee490e;
  font-size: 32px;
}
.news-featured-heading .left h3{
  margin: 0;
  font-size: 16px;
  font-family: 'Oswald Regular';
  text-transform: uppercase;
  color: #444;
}
.news-featured-heading .left h3 a{
  color: #444;
}
.news-featured-heading .left h3 a:hover {
  text-decoration: underline;
}
.news-featured-heading .left .discuss-message {
  font-size: 12px;
  color: #868686;
}
.news-featured-heading .left .discuss-message span{
  font-size: 12px;
  color: #d63600;
  margin-right: 10px;
}
.news-featured-heading .right h4{
  margin: 0;
  font-size: 12px;
  line-height: 1px;
  color: #636363;
}
.news-featured-heading .right h4 a{
  color: #d63600;
}
.news-featured-heading .right h4 a:hover {
  text-decoration: underline;
}
.news-featured-heading .rss {
  border: 1px solid #ddd;
  max-width: 288px;
  padding-left: 54px;
  padding-top: 10px;
  padding-bottom: 2px;
  padding-right: 4px;
  position: relative;
  border-radius: 4px;
}
.news-featured-heading .rss .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40px;
  border-right: 1px solid #ddd;
  background-color: #e7e7e7;
}
.news-featured-heading .rss .icon i{
  position: absolute;
  left: 50%;
  top: 50%;
  color: #bebebe;
  font-size: 20px;
  margin-top: -15px;
  margin-left: -10px;
}
.news-featured-heading .rss span {
  font-size: 11px;
  color: #a2a2a2;
}
.news-featured-list > li:nth-child(even) {
  background-color: #e0e0e0;
}
.news-featured-list > li:nth-child(even) .news-featured-heading .rss,
.news-featured-list > li:nth-child(even) .news-featured-heading .rss .icon{
  background-color: #fff;
}
.news-featured-list > li:nth-child(even) .news-featured-heading .rss .icon i {
  color: #e2e2e2;
}
.news-featured-content {
  padding: 20px 20px 20px 67px;
}
.news-featured-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.news-featured-content li{
  font-size: 12px;
  color: #868686;
}
.news-featured-content li a {
  color: #868686;
}
.news-featured-content li a:hover {
  text-decoration: underline;
}
.news-featured-content li i{
  margin-right: 10px;
  font-size: 16px;
  color: #ee490e;
}
.expanded .news-featured-list > li .news-featured-heading{
  border-bottom: 1px solid #ddd;
}
.expanded .news-featured-list > li:nth-child(even) .news-featured-heading {
  background-color: #d5d5d5;
}
.expanded .news-featured-list > li:nth-child(even) .news-featured-heading .rss {
  background-color: #efefef;
}
.expanded .news-featured-list > li:nth-child(even) .news-featured-heading .rss .icon {
  background-color: #e7e7e7;
}
.expanded .news-featured-list > li:nth-child(even) .news-featured-heading .rss .icon i{
  color: #bebebe;
}
.sub-forum-table .table-list td.coll-1 {
  padding-left: 66px;
  border-right: 0 none;
}
.sub-forum-table .table-list td.coll-1 .image{
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
}
.sub-forum-table .table-list td.coll-1 .image span {
  height: 38px;
  width: 38px;
  padding-top: 8px;
  background-color: #f3f3f3;
  display: block;
  border-radius: 4px;
}
.sub-forum-table .table-list tr:last-child .coll-1,
.sub-forum-table .table-list tr:last-child .coll-5 {
}
.sub-forum-table .table-list td.coll-1 .image span i{
  font-size: 22px;
}
.sub-forum-table .table-list .coll-1 {
  width: 55%;
}
.sub-forum-table .table-list .coll-3 {
  width: 8%;
}
.sub-forum-table .table-list .coll-4 {
  width: 8%;
}
.sub-forum-table .table-list .coll-5 {
  width: 15%;
}
.sub-forum-table .table-list .coll-2 {
  width: 10%;
  border-left: 0 none;
}
.sub-forum-table .table-list td.coll-1 h4 {
  margin: 0 0 4px 0;
  font: 16px/18px 'Oswald Bold';
  color: #444;
  /* text-transform: uppercase; */
}
.sub-forum-table .table-list .unread td.coll-1 h4 a{
  color: #000;
}
.sub-forum-table .table-list .unread td.coll-1 span{
  color: #000;
}
.sub-forum-table .table-list td.coll-1 h4 a{
  color: #868686;
}
.sub-forum-table .table-list td.coll-1 span {
  font-size: 12px;
  font-family: 'Opensans Regular';
  color: #868686
}
.sub-forum-table .table-list td.coll-3 {
  padding-left: 15px;
  border: 0 none;
}
.sub-forum-table .table-list td.coll-4 {
  border: 0 none;
}
.sub-forum-table .table-list td.coll-5 {
  border: 0 none;
}
.sub-forum-table .table-list td.date {
  text-align: right;
  padding-right: 20px;
}
.sub-forum-table .table-list td.replies {
  text-align:  left;
  font-family: 'Opensans Regular';
  font-size: 14px;
  color: #d63600;
}
.sub-forum-table .table-list td.replies span{
  font-size: 12px;
  color: #a2a2a2;
}
.sub-forum-table .table-list td.views {
  color: #464646;
  font-family: 'Opensans Regular';
  font-size: 14px;
  text-align: right;
}
.sub-forum-table .table-list td.views span{
  font-size: 12px;
  display: block;
}
.sub-forum-table .table-list tr.trial-uploader td.message {
  color: #a2a2a2;
}
.sub-forum-table .table-list td.message {
  padding-right: 15px;
  text-align: right;
}
.sub-forum-table .table-list tr td.replies {
  color: #464646;
}

.sub-forum-table .table-list tr.trial-uploader td.date,
.sub-forum-table .table-list tr td.message a.trial-uploader {
  color: #d63600;
}
.sub-forum-table .table-list tr.moderator td.date,
.sub-forum-table .table-list tr td.message a.moderator {
  color: #8cc62f;
}
.sub-forum-table .table-list tr.vip td.date,
.sub-forum-table .table-list tr td.message a.vip {
  color: #4eb0e9;
}
.sub-forum-table .table-list tr.purple td.date,
.sub-forum-table .table-list tr td.message a.purple  {
  color: #9555d6;
}
.sub-forum-table .table-list tr.admin td.date,
.sub-forum-table .table-list tr td.message a.admin {
  color: #000;
}
.sub-forum-table .table-list tr.uploader td.date,
.sub-forum-table .table-list tr td.message a.uploader {
  color: #dbc25e;
}
.sub-forum-table .table-list tr.user td.date,
.sub-forum-table .table-list tr td.message a.user {
  color: #838383;
}
.sub-forum-table .table-list tr.sticky td{
  background-color: #d63600;
  border: 1px solid #ef521d;
}
.sub-forum-table .table-list tr.sticky td {
  padding-left: 17px;
  color: #fff;
  font-size: 14px;
  line-height: 10px;
  box-shadow: 0 3px 0px #ad5f42;
}
.sub-forum-table .table-list tr.sticky td i{
  margin-right: 15px;
  color: #000;
  font-size: 12px;
}
.sub-forum .box-info-heading.main-heading {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.sub-forum .box-info-heading.main-heading .sort-by-box{
  margin-top: 8px;
}
.sub-forum .box-info-heading.sub-heading {
  border-radius: 0;
}
.sub-forum .box-info-heading.sub-heading .btn-orange{
  font-size: 16px;
  text-transform: none;
  padding-top: 3px;
  padding-bottom: 3px;
  box-shadow: none;
}
.sub-forum .box-info-left a.main-heading-link:first-child {
  margin-left: 0;
  border-top-left-radius: 3px;
}
.sub-forum .box-info-left a {
  color: #fff;
}
.sub-forum .box-info-left a:hover {
  text-decoration: underline;
}
.sub-forum .box-info-left a.main-heading-link,
.sub-forum .box-info-left span {
  float: left;
  display: block;
  /* text-transform: uppercase; */
  color: #fff;
  font-size: 16px;
  font-family: 'Oswald Regular';
  padding: 0 25px;
  line-height: 48px;
  position: relative;
}
.sub-forum .box-info-left a.main-heading-link:after,
.sub-forum .box-info-left span:after {
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  content: '';
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #373737;
  z-index: 99;
}
.sub-forum .box-info-heading-wrap {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: 4px solid #373737;
  background-color: #373737;
}
.sub-forum .box-info-left a.main-heading-link  {
  background-color:#373737;
}
.sub-forum .box-info-left span {
  background-color:#3f3f3f;
}
.sub-forum .box-info-left a.active {
  background-color:#4f4f4f;
}
.sub-forum .box-info-left a.active:after {
  border-left-color: #4f4f4f;
}
.sub-forum .box-info-left span:after {
  border-left-color: #3f3f3f;
}
.sub-forum .box-info-heading.sub-heading-top {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.sub-forum .box-info-heading.sub-heading-top .search-forum-box {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
}
.box-info-heading.sub-heading-top .box-info-right .btn-orange {
  font-family:'Oswald Regular', sans-serif;
 /* text-transform: uppercase; */
}
.box-info-heading.sub-heading-top .box-info-right .btn-green {
  box-shadow: none;
  font-size: 16px;
  padding-bottom: 3px;
  padding-top: 3px;
  text-transform: none;
  font-family:'Oswald Regular', sans-serif;
 /* text-transform: uppercase; */
}
.box-info-heading.sub-heading-top .search-forum-box .form-control {
  height: 31px;
  line-height: 31px;
}
/* MESSAGES
--------------------------------------------------------------------------*/
.thread-reply-page .box-info-heading.main-heading {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: #7b290b;
}
.thread-reply-page .box-info-heading.main-heading .sort-by-box{
  margin-top: 8px;
}
.thread-reply-page .box-info-left a.main-heading-link:first-child {
  margin-left: 0;
  border-top-left-radius: 3px;
}
.thread-reply-page .box-info-left a {
  color: #fff;
}
.thread-reply-page .box-info-left a:hover {
  text-decoration: underline;
}
.thread-reply-page .box-info-left a.main-heading-link,
.thread-reply-page .box-info-left span {
  float: left;
  display: block;
  color: #fff;
  font-size: 15px;
  font-family: 'Oswald Light';
  padding: 0 20px;
  line-height: 35px;
  position: relative;
}
.thread-reply-page .box-info-left a.main-heading-link:after,
.thread-reply-page .box-info-left span:after {
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -10px;
  content: '';
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #561d07;
  z-index: 99;
}
.thread-reply-page .box-info-left a.main-heading-link  {
  background-color:#561d07;
}
.thread-reply-page .box-info-left span {
  background-color:#6d250a;
}
.thread-reply-page .box-info-left span:after {
  border-left-color: #6d250a;
}
.thread-reply-page .box-info-left a.active {
  background-color:#8d2c09;
}
.thread-reply-page .box-info-left a.active:after {
  border-left-color: #8d2c09;
}
.thread-reply-page .box-info-heading-wrap.box-info-nav + .box-info-detail {
  border-top: 0;
}
/*--------------------------------------------------------------------------*/
.comment-info .frame {
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 1px;
  background: url('images/frame-tip.png') no-repeat 0 0;
}
.frame {
  display: inline-block;
  height: 96px;
  padding: 10px 11px 8px 11px;
  width: 94px;
  line-height: 1;
  text-align: center;
  background: url('images/frame.png') no-repeat 0 0;
}
.frame span {
  background-color: #fff;
  display: block;
}
.frame span i {
  padding: 5px 0;
  display: block;
  color: #919191;
  font-size: 61px;
}
.thread-reply-page .frame span i {
  color: #e3e3e3;
}
.comment-box .comment-detail {
  margin: 0 0 17px 0;
  position:relative;
}
.comment-box.even-odd .comment-detail:nth-child(even) {
  text-align: right;
}
.comment-box.even-odd .comment-detail:nth-child(even) .comment-info .frame {
  right: 0;
  left: auto;
}
.comment-detail .frame.user img {
  height: 72px;
  width: 72px;
}
.comment-info .detail {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  margin-top: 9px;
  min-height: 74px;
  padding: 5px 14px 10px;
  position: relative;
  margin-left: 102px;
  word-wrap: break-word;
}
.comment-box .detail:after {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #d1d1d1;
  border-top: 8px solid transparent;
  content: "";
  height: 0;
  margin-top: -8px;
  position: absolute;
  left: -8px;
  top: 22px;
  width: 0;
}
.comment-box.even-odd .comment-detail:nth-child(even) .detail:after {
  left: auto;
  right: -8px;
  border-left: 8px solid #d1d1d1;
  border-right: 0;
}
.comment-box.even-odd .comment-detail:nth-child(even) .detail {
  margin-left: 0;
  margin-right: 102px;
}
.comment-info .detail .user-name small {
  margin: 8px 5px 0 0;
  vertical-align: top;
}
.comment-info .detail .user-name a {
  color: #4e4e4e;
  display: inline-block;
  font-size: 14px;
  font-family: 'Opensans Bold';
  text-shadow: 1px 1px 0 #fff;
}
.comment-info .detail .user-name span {
  color: #adadad;
  display: inline-block;
  font-size: 14px;
  margin-left: 15px;
}
.comment-info .detail p {
  color: #9b9b9b;
  font-size: 13px;
  line-height: 17px;
}
.comment-info .flaticon-time {
  margin-right: 5px;
  font-size: 14px;
}
small.user {
  background-color: #d9d9d9;
  display: inline-block;
  height: 8px;
  width: 8px;
}
.frame.simple {
  background: url("images/frame-simple.png") no-repeat 0 0;
}
.frame.admin {
  background: url("images/frame-administrator.png") no-repeat 0 0;
}
.frame.moderator {
  background: url("images/frame-moderator.png") no-repeat 0 0;
}
.frame.vip {
  background: url("images/frame-vip.png") no-repeat 0 0;
}
.frame.uploader {
  background: url("images/frame-uploader.png") no-repeat 0 0;
}
.frame.trial-uploader {
  background: url("images/frame-trial-uploader.png") no-repeat 0 0;
}
.frame.user {
  background: url("images/frame-user.png") no-repeat 0 0;
}


.comment-detail .frame.admin {
  background: url("images/frame-administrator-tip.png") no-repeat 0 0;
}
.comment-detail .frame.moderator {
  background: url("images/frame-moderator-tip.png") no-repeat 0 0;
}
.comment-detail .frame.vip {
  background: url("images/frame-vip-tip.png") no-repeat 0 0;
}
.comment-detail .frame.uploader {
  background: url("images/frame-uploader-tip.png") no-repeat 0 0;
}
.comment-detail .frame.trial-uploader {
  background: url("images/frame-trial-uploader-tip.png") no-repeat 0 0;
}
.comment-detail .frame.user {
  background: url("images/frame-user-tip.png") no-repeat 0 0;
}
.comment-box.even-odd .comment-detail:nth-child(even) .frame.admin {
  background: url("images/frame-administrator-flip-tip.png") no-repeat 0 0;
}
.comment-box.even-odd .comment-detail:nth-child(even) .frame.moderator {
  background: url("images/frame-moderator-flip-tip.png") no-repeat 0 0;
}
.comment-box.even-odd .comment-detail:nth-child(even) .frame.vip {
  background: url("images/frame-vip-flip-tip.png") no-repeat 0 0;
}
.comment-box.even-odd .comment-detail:nth-child(even) .frame.uploader {
  background: url("images/frame-uploader-flip-tip.png") no-repeat 0 0;
}
.comment-box.even-odd .comment-detail:nth-child(even) .frame.trial-uploader {
  background: url("images/frame-trial-uploader-flip-tip.png") no-repeat 0 0;
}
.comment-box.even-odd .comment-detail:nth-child(even) .frame.user {
  background: url("images/frame-user-flip-tip.png") no-repeat 0 0;
}
.comment-box .btn-row {
  margin-top: 30px;
}


.member-tag.admin {
  background-color: #000;
}
.member-tag.moderator {
  background-color: #a5df1b ;
}
.member-tag.vip {
  background-color: #86c3e0;
}
.member-tag.uploader {
  background-color: #dbc25e;
}
.member-tag.trial-uploader {
  background-color: #ee7070;
}
.member-tag.user {
  background-color: #d9d9d9;
}
.member-tag.user span{
  border-color: #a1a1a1;
}


/* CATEGORY LIST
--------------------------------------------------------------------------*/
.account-settings .category-list{
  float: left;
  list-style: outside none none;
  margin: 0 2% 0 0;
  padding: 0;
  width: 58%;
}
.account-settings .category-list:last-child {
  margin-right: 0;
}
.account-settings .category-list:first-child {
  width: 38%;
}
.category-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.category-list li {
  border-top: 1px solid #464646;
  box-shadow: 0 -1px 0 #1d1d1d;
}
.category-list li:first-child {
  border-top: 0;
  box-shadow: none;
}
.category-list li strong {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-family: "Opensans Bold";
  font-weight: normal;
  line-height: 30px;
  width: 80px;
  position: relative;
}
.category-list li strong:before {
  color: #fff;
  content: ":";
  font-weight: 700;
  right: 0;
  position: absolute;
  top: 0;
}
.category-list li span {
  color: #adadad;
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  padding-left: 13px;
}
.account-settings.user-page .table-list tr:last-child .coll-1,
.account-settings.user-page .table-list tr:last-child .coll-5 {
  border-radius: 0;
}


/* BORDER-RADIUS
--------------------------------------------------------------------------*/
.account-settings.user-page .pagination{
  border-radius: 0 0 4px 4px;
}


/* MODAL CUSTOM
--------------------------------------------------------------------------*/
.modal.modal-custom .modal-header{
}
.modal.modal-custom h4.modal-title {
  margin-left: 0;
  padding: 0;
}
.modal-body p:first-child {
  margin-top: 0;
}
.modal.modal-custom .close {
  color: #da3a04;
  top: 9px;
  right: 13px;
}
.modal.modal-custom a {
  color: #da3a04;
}
.js-modal-url {
  font-family: 'Opensans Bold';
}


/* SETTINGS
--------------------------------------------------------------------------*/
#settings h4{
  color: #000;
  margin: 0;
  font-size: 14px;
  font-family: 'Opensans Bold';
  padding-bottom: 10px;
}
#settings .settings-avtar .form-control {
  width: 70%;
}
.login-field .form-control {
  width: 70%;
}
.account-settings .featured-list {
  margin-top: 30px;
}
.account-settings .table-list-wrap{
  margin-bottom: 0;
}
.account-settings small.note {
  margin-right: 20px;
  font-size: 11px;
  color: #585858;
}
.account-settings .form-row {
  margin-bottom: 0;
  padding: 28px 0;
  border-top: 1px solid #e3e3e3;
}
.account-settings .form-row:first-child {
  border-top: 0;
}
#settings .fancy-select {
  display: inline-block;
  width: 45%;
  vertical-align: middle;
}
#settings .gender-age .form-control {
  text-align: center;
  display: inline-block;
  max-width: 90px;
  min-width: 40px;
}
#settings .form-inline label {
  margin-right: 10px;
}
#settings .btn-row {
  padding-bottom: 0;
}
#change-password label,
#change-email label {
  color: #000;
  font-family: "Opensans Bold";
  font-size: 14px;
  margin: 0;
  padding-bottom: 10px;
}
#change-password .form-control,
#change-email .form-control{
  width: 40%;
}
.account-settings .box-info-detail{
  border-radius: 0 0 3px 3px;
}
.user-page .box-info-detail .black-box {
  margin-bottom: 0;
}
.account-settings .tab-nav li a {
  font-family: 'Oswald Bold';
}
.user-page .frame img {
  height: 72px;
  width: 72px;
}


/* TORRENT EXPLORE
--------------------------------------------------------------------------*/
.trending-torrent-explore .box-info.trending {
  margin-bottom: 0;
}
.trending-torrent-explore .box-info.trending .box-info-heading {
  padding-left: 70px;
  border-bottom: 4px solid #727272;
}
.trending-torrent-explore .box-info .box-info-heading h2 {
  border: 0 none;
  color: #d63600;
  display: inline-block;
  font-family: "Oswald Regular";
  font-size: 17px;
  margin: 0;

}
.trending-torrent-explore .box-info.trending h1 {
  color: #000;
}
.trending-torrent-explore .box-info.trending .featured-icon {
  width: 40px;
}
.trending-torrent-explore .box-info.trending .featured-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -12px;
}

/* PICK POST ICONS
--------------------------------------------------------------------------*/
.pick-post-icons {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 11px;
}
.post-icons-wrap{
  background-color: #e1e1e1;
  border: 1px solid #d7d7d7;
  min-height: 46px;
  line-height: 46px;
  padding-left: 146px;
  position: relative;
}
.pick-post-icons label {
  position: absolute;
  left: 15px;
  top: 0;
  text-align: right;
  font-size: 17px;
  color: #bbb;
}
.pick-post-icons .pick-post-right{
  padding-left: 15px;
  display: inline-block;
  vertical-align: top;
}
.pick-post-right ul {
  margin: 0;
  padding: 0;
}
.pick-post-right li{
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
.pick-post-right li:first-child {
  margin-left: 0;
}
.pick-post-right li.active,
.pick-post-right li:hover {
  background-color: #fff;
}
.pick-post-right li a {
  display: block;
  padding: 0 4px;
  color: #000;
}
.pick-post-right li a:focus {
  outline: 0;
}
.pick-post-right li a i {
  font-size: 18px;
}


/* SEARCH INDEX
--------------------------------------------------------------------------*/
#search-index-form {
  position: relative;
  padding-right: 113px;
}
#search-form {
  position: relative;
  padding-right: 113px;
}
.search-index-page .logo{
  width: 265px;
  margin: 60px auto;
}
.search-index-page .logo img {
  width: 100%;
}
.search-index-page .search-box {
  position: relative;
  margin: 0 7% 100px 7%;
}
.search-index-page .search-box .form-control {
  width: 100%;
  font-size: 18px;
  height: 48px;
}
.search-index-page .search-box .btn {
  font-size: 20px;
  height: 48px;
}
.search-index-page .search-box .btn {
  line-height: 2.2;
}
.news .box-info {
  background-color: transparent;
}
.news .box-info .box-info-heading{
  background-color: rgba(214, 54, 0, 0.7);
  border: 1px solid #FF6735;
}
.news .box-info .box-info-heading h1,
.news .box-info .box-info-heading .box-info-time,
.news .box-info .box-info-heading .box-info-time i {
  color: #fff;
}
.news  .box-info-detail {
  background-color: rgba(63, 63, 63, 0.7);
  border-color: rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
}
.news  .box-info-detail p {
  color: #fff;
  font-size: 13px;
}
.news  .box-info-detail p a {
  color: #d83f09;
}
.news .view-all {
  background-color: #dd5629;
  border-radius: 2px;
  box-shadow: 0 3px #2e0e03;
  color: #fff;
  display: block;
  float: right;
  font-family: "Oswald Regular",sans-serif;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  margin-top: 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 60px;
}
.news .view-all:hover {
  background-color: #b42f00;
}
.search-categories {
  margin: 0;
  padding: 0;
  text-align: center;
}
.search-categories li{
  display: inline-block;
  margin: 0 1%;
  vertical-align: top;
}
.search-categories .library {
  color: #89ad19;
  display: block;
  font-family: "Opensans Light";
  font-size: 13px;
  line-height: 1.2;
}
.search-categories .library:hover {
  color: #bcdc57;
}
.search-categories h3{
  color: #f14f14;
  font-size: 18px;
  font-family: 'Oswald Light';
  margin-bottom: 7px;
  text-transform: uppercase;
}
.search-categories h3 a:hover {
  text-decoration: underline;
}
.search-categories small.search-cat a{
  margin: 5px 0 3px 0;
  display: block;
  font:13px 'Opensans Light';
  color: #8b8b8b;
  text-transform: none;
}
.search-categories small.search-cat a:hover {
  text-decoration: underline;
}
.search-categories a {
  display: block;
  color: #f14f14;
}
.search-categories a:hover .icon:after{
  display: none;
}
.search-categories .icon{
  display: block;
  color: #fff;
  height: 72px;
  width: 72px;
  margin: 0 auto 20px; /* for centered Align */ 
  line-height: 68px;
  background-color: #b42f00;
  border: 3px solid #ee490e;
  border-radius: 100px;
  position: relative;
}
.search-categories .icon:after {
  content: '';
  position: absolute;
  right: 0;
  top: -6px;
  background-color: #e2430b;
  height: 100%;
  width: 50%;
  transform: rotate(-20deg);
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
}
.search-categories .icon i {
  display: inline-block;
  font-size: 28px;
  position: relative;
  z-index: 99;
}
.search-forum-box {
  position: relative;
  padding-right: 42px;
  background-color: #fff;
  margin-top: 9px;
  border-radius: 4px;
}
.search-forum-box .form-control {
  background-color: transparent;
  border: 0 none;
  line-height: 29px;
  height: 29px;
}
.search-forum-box .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  padding:0 10px;
  color: #6a6a6a;
  text-shadow: none;
  border: 0;
  background-color: transparent;
  line-height: 29px;
  height: 29px;
}
.search-forum-box .btn-search i{
  font-size: 16px;
}
/* BITCOIN
--------------------------------------------------------------------------*/
.bitcoin {
  width: 414px;
  margin: 20px auto 0;
  position: relative;
}
.bitcoin-icon-wrap {
  position: absolute;
  left: -4px;
  top: -6px;
  height: 48px;
  width: 48px;
  border-radius: 100px;
  border: 4px solid #050505;
}
.bitcoin-icon {
  display: block;
  height: 41px;
  width: 41px;
  line-height: 41px;
  color: #000;
  border-radius: 100px;
  border: 1px solid #fff;
  background-color: #f9a644;
}
.bitcoin-text {
  padding: 6px 20px 8px 55px;
  display: block;
  min-height: 37px;
  color: #fff;
  text-align: left;
  font-size: 15px;
  font-family: 'Oswald Regular';
  border-radius: 20px;
  border: 1px solid #505050;
  background-color: #2e2e2e;
}
.bitcoin-text a {
  color: #fff;
}
.bitcoin-text a:hover {
  color: #d63600;
}
/* FOOTER
--------------------------------------------------------------------------*/
footer {
  background-color: #090909;
  border-top: 1px solid #55200e;
  margin-top: 64px;
  padding-bottom: 18px;
  position: relative;
  text-align: center;
}
footer .scroll-top {
  position: absolute;
  top: -20px;
  width: 35px;
  height: 20px;
  left: 50%;
  margin-left: -17px;
  color: #fff;
  background-color: #632611;
  border-top-left-radius: 18px; 
  border-top-right-radius: 18px;
}
footer .scroll-top i {
  font-size: 12px;
  vertical-align: top;
}
footer ul {
  margin-top: 17px;
  padding-left: 0;
}
footer li {
  display: inline-block;
  margin-left: 15px;
}
footer li:first-child {
  margin: 0;
}
footer li a {
  color: #818181;
  display: inline-block;
  font-family: "Oswald Light";
  font-size: 16px;
  text-transform: uppercase;
}
footer li a:hover {
  color: #fff;
}
footer li.active a {
  color: #fff;
}
footer .info {
  margin: 0;
  color: #fff;
  font-size: 12px;
  padding: 6px 0 0;
}





/* FORMS
--------------------------------------------------------------------------*/

/* PLUGINS
--------------------------------------------------------------------------*/

/* MEDIA QUERIES
--------------------------------------------------------------------------*/
/* Media Queries
-------------------------------------------------- */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
@media (min-width: 1195px) { 
  .torrent-detail-info {
    width: 85%;
  }
}
@media (min-width: 1238px) { 
  .torrent-detail .shadow{
    background-size: cover;
  }
}

@media (min-width: 768px) { 
  .mobile-menu {
    display: none !important;
  }
  .list-box ul {
    display: block !important;
  }
}
@media (max-width: 1130px) {
  .search-index-page .top-bar {
    text-align: center;
  }
  .top-bar-left {
    margin-bottom: 7px;
  }
  .top-bar-left,
  .search-index-page .top-bar-nav {
    float: none;
  }
  .filter .form-inline .form-row{
    width: 17.5% !important;
  }
  .filter .form-inline .form-row.sort-genre .fancy-select,
  .filter .form-inline .form-row.sort-year .fancy-select,
  .filter .form-inline .form-row.sort-language .fancy-select,
  .filter .form-inline .form-row.sort-score .fancy-select,
  .filter .form-inline .form-row.sort-asc-desc .fancy-select{
    width: 100% ;
  }
  .filter .form-inline .form-row.btn-row {
    margin-top: 27px;
    width: 9% !important;
  }
  .series-info {
    width: 38%;
  }
  .thread-reply-page .box-info-heading.orange-title .box-info-right{
    float: none;
    display: block;
    width: 100%;
    margin-top: 0;
  }
  .thread-detail .table-list td.coll-1 .icon:after {
    border-left: 0;
  }
  .thread-reply-page .left.col-3 {
    width: 30%;
  }
  .thread-reply-page .right.col-9{
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .table-list .coll-date {
    display: none;
  }
  aside.col-3 {
    width: 27%;
  }
  .col-9.page-content {
    width: 73%;
  }
  .table-list .coll-5 {
    display: none;
  }
  .table-list tr:last-child td.coll-4 {
    border-bottom-right-radius: 4px;
  }
  .user-page .table-list tr:last-child td.coll-4 {
    border-bottom-right-radius: 0;
  }
  .movie-torrent .torrent-title .left {
    width: 67%;
  }
  .movie-torrent .torrent-title .right {
    width: 30%;
  }
  .our-technologies li {
    width: 30%;
  }
  .filter .form-inline .form-row {
    width: 17% !important;
  }
  .torrent-category-detail ul.list,
  .l05b5ee87ab83cac901ffe4ee02cad39789dda366 ul.list{
    float: none;
    width: 58%;
  }
  .torrent-category-detail .list li:last-child,
  .l05b5ee87ab83cac901ffe4ee02cad39789dda366 .list li:last-child {
    border-bottom: 1px solid #464646;
  }
  .torrent-category-detail .list:last-child li:last-child,
  .l05b5ee87ab83cac901ffe4ee02cad39789dda366 .list:last-child li:last-child {
    border-bottom: 0;
  }
  .torrent-category-detail ul.download-links,
  .l05b5ee87ab83cac901ffe4ee02cad39789dda366 ul.download-links {
    width: 40%;
  }
  /* ADBLOCK */
  .torrent-category-detail ul.download-links-dontblock,
  .l05b5ee87ab83cac901ffe4ee02cad39789dda366 ul.l64350d82d04f772e3135d2bfbb898c966bf137e3 {
    width: 40%;
  }
  /***********/
  .table-list td.mob-admin,
  .table-list td.mob-moderator,
  .table-list td.mob-vip,
  .table-list td.mob-uploader,
  .table-list td.mob-trial-uploader,
  .table-list td.mob-user {
    border-width: 2px;
  }
  .table-list td.mob-admin {
    border-left-color: #717171;
  }
  .table-list td.mob-moderator {
    border-left-color: #a5df1b;
  }
  .table-list td.mob-vip {
    border-left-color: #5192b1;
  }
  .table-list td.mob-uploader {
    border-left-color: #dbc25e;
  }
  .table-list td.mob-forum {
    border-left-color: #76AB4C;
  }
  .table-list td.mob-trial-uploader {
    border-left-color: #ee7070;
  }
  .table-list td.mob-user {
    border-left-color: #b6b6b6;
  }
  .trending-movie-list .movie-info{
    width: 58%;
  }
  .trending-movie-list .movie-box.tumbnail {
    margin-top: 0;
  }
  .movie-review {
    height: 224px;
  }
  .series-library-box .movie-box.tumbnail {
    margin-top: 0;
  }
  .seasons li {
    width: 23%;
  }
  .category-list li {
    float: none;
    width: 100%;
  }
  .search-index-page {
    left: 0;
    width: 100%;
  }
  .series-library-box .movie-info {
    width: 30%;
  }
  .series-info {
    padding-top: 25px;
  }
  .torrent-detail-info {
    width: 70%
  }
  .notification-list .table > tbody > tr > td.notification {
    width: 75%;
  }
  .notification-list .table > tbody > tr > td.time {
    width: 25%;
  }
  .series-info {
    width: 38%;
  }
  .inbox-nav .list.mail-info {
    width: 60%;
  }
  .inbox-nav .mail-links {
    width: 40%;
  }
  .library-info-box {
    display: none !important;
  }
  .account-settings .black-box {
    padding-left: 4px;
    padding-right: 4px;
  }
  .category-list li strong {
    width: 65px;
  }
  .account-settings .category-list:first-child {
    width: 40%;
  }
  .series-torrent .torrent-detail-info {
    width: 55%;
  }
  .thread-reply-page .left.col-3 {
    width: 40%;
  }
  .thread-reply-page .right.col-9{
    width: 60%;
  }
  .post-reply .about-member {
    display: none;
  }
  .post-reply .col-10 {
    width: 100%;
  }
  .reply-bottom-bar .left {
    width: 100%;
  }
  .reply-bottom-bar .right {
    width: 100%;
  }
  .reply-bottom-bar {
    min-height: 65px;
  }
  .thread-reply-page .replies-wrap .right.col-9 {
    padding-bottom: 70px;
  }
  .torrent-detail .shadow{
    background-size: contain;
  }
  .box-info-heading.sub-heading.sub-heading-top .box-info-right,
  .box-info-heading.sub-heading.sub-heading-top .box-info-left{
    float: none;
    width: 100%;
  }
}
@media (max-width: 768px) {
  body {
    background-position: center -35px;
  }
  .page-content.col-9,
  aside.col-3 {
    width: 100%;
  }
  
  /* HEADER */
  header {
    margin-bottom: 25px;
  }
  header .logo {
    float: none;
    margin: 20px auto 0;
  }
  header .search-box {
    width: 100%;
    float: none;
  }
  .mobile-menu {
  }
  .top-bar,
  nav,
  .top-bar-left {
    display: none;
  }
  .navbar-menu {
    display: block;
  }
  .search-box .form-control {
    width: 100%;
  }
  
  /* LIST BOX */
  .list-box h2{
    cursor:pointer;
    text-align: left;
    padding-left: 20px;
    position: relative;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .list-box h2.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .list-box h2:after {
    position: absolute;
    right: 15px;
    top: 0;
    height: 9px;
    width: 10px;
    display: block;
    font-family: Flaticon;
    font-size: 13px;
    content: '\f1a0';
  }
  .list-box ul {
    display: none;
  }
  .featured-heading {
    text-transform: inherit;
  }
  
  /* USER BOX */
  .user-box li {
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
  }
  
  /* BANNER BOX */
  .banner-box li {
    width: 30%;
    /*margin-left: 5%;*/
    margin-bottom: 20px;
  }
  .banner-box li:nth-child(4) {
    margin-left: 0;
  }
  
  /* MOVIE TORRENT */
  .movie-torrent .torrent-title .right {
    width: 100%;
    padding: 10px 0 10px 19px;
    background-color: rgba(0,0,0,0.25)
  }
  .movie-torrent .torrent-title .seeders {
    margin-bottom: 0;
    padding-top: 0;
  }
  .movie-torrent .torrent-title .right span{
    display: inline-block;
  }
  .movie-torrent .torrent-title .right span.seeders {
    margin-right: 20px;
  }
  .movie-torrent .torrent-title .right:before {
    background: none;
  }
  .movie-torrent .torrent-title .left {
    padding-right: 19px;
    width: 100%;
  }
  .series-torrent .torrent-detail {
    padding-left: 15px;
    padding-right: 15px;
  }
 .series-torrent .torrent-detail .torrent-image-wrap {
    margin: 0 auto;
    float: none;
  }
  .series-torrent .torrent-detail-info {
    width: 100%;
  }
  .torrent-detail-info h3 {
    font-size: 18px;
  }
  .series-torrent .torrent-category {
    font-size: 16px;
  }
  .filter .form-inline .form-row,
  .filter .form-inline .form-row.btn-row {
    width: 31% !important;
  }
  .filter .form-inline div.fancy-select ul.options {
    min-width: inherit;
  }
  .torrent-category-detail ul.list,
  .l05b5ee87ab83cac901ffe4ee02cad39789dda366 ul.list {
    width: 50%;
  }
  .torrent-category-detail ul.download-links,
  .l05b5ee87ab83cac901ffe4ee02cad39789dda366 ul.download-links {
    width: 50%;
  }
  /* ADBLOCK */
  .torrent-category-detail ul.download-links-dontblock,
  .l05b5ee87ab83cac901ffe4ee02cad39789dda366 ul.l64350d82d04f772e3135d2bfbb898c966bf137e3 {
    width: 50%;
  }
  /***********/
  .tab-nav li a {
    padding: 0 10px;
  }
  .torrent-detail-page.box-info .box-info-heading h2 {
    width: 65%;
  }
  .torrent-detail-page.box-info .box-info-heading h2 {
    line-height: 1.5;
  }
  .torrent-detail-page .box-info-right {
    width: 123px;
    margin-top: 2px;
  }
  .upload-form .col-7,
  .upload-form .col-5 {
    width: 100%;
    margin-bottom: 15px;
  }
  .trending-movie-list .movie-review-bg,
  .trending-movie-list .movie-review {
    width: 20%;
  }
  .trending-movie-list .movie-info  {
    padding-top: 10px;
    width: 75%;
  }
  .trending-movie-list .movie-box.tumbnail {
    display: none;
  }
  .trending-movie-list .movie-info .rating {
    display: block;
    margin-bottom: 10px;
  }
  .trending-movie-list .movie-review{
    height: 190px;
  }
  .library-box li {
    /*width: 31.3333%;*/
  }
  .series-list-wrap .movie-box{
    display: none;
  }
  .series-info {
    width: 50%;
  }
  .series-library-box .movie-info {
    width: 50%;
    padding: 18px 0 18px 3%;
  }
  .black-box .left {
    width: 70%;
  }
  .search-index-page .page-content {
    left: 0;
    width: 100%;
  }
  .notification-list .table > tbody > tr > td.time:after {
    display: none;
  }
  .account-settings small.note {
    display: block;
  }
  .account-settings .gender-age small.note {
    margin-top: 10px;
  }
  .account-settings .category-list:first-child {
    width: ;
  }
  .thread-reply-page .left.col-3 {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    float: none;
  }
  .thread-reply-page .right.col-9{
    width: 100%;
    padding: 0 0 80px;
  }
  .thread-reply-page .about-thread .reply-bottom-bar .right {
    margin-top: 5px;
  }
  .thread-reply-page .replies-wrap .right.col-9{
    padding: 0 10px 70px 10px;
  }
  .accordion .accordion-content ul{
    margin: 0;
    padding: 0;
  }
  .replies ul {
    margin: 0;
    padding: 0;
  }
  .about-thread .about-member.col-3 {
    padding-right: 0;
    padding-left: 0;
  }
  .thread-reply-page .box-info-detail .row {
    margin-left: 0;
    margin-right: 0;
  }
  .thread-reply-page .box-info-detail .row.replies-wrap {
    margin-left: -20px;
    margin-right: -20px;
  }
  .thread-member-detail {
    margin-bottom: 20px;
  }
  .thread-member-detail:after {
    border: 0 none;
    position: static;
  }
  .thread-member-detail {
    padding-left: 10px;
  }
  .member-left {
    margin-right: 10px;
  }
  .member-detail,
  .member-tagline {
    display: none;
  }
  .member-left {
    float: left;
  }
  .member-right {
    float: left;
  }
  .thread-member-detail .member-name, .thread-member-detail h3 {
    margin-top: 10px;
    padding-left: 0;
  }
  blockquote header {
    margin-bottom: 0;
  }
}
@media (max-width: 680px) {
  .recent-episodes .torrent-detail .torrent-image-wrap {
    float: none;
    width: 100%;
    max-width: 250px;
    margin-bottom: 30px;
  }
  .recent-episodes .torrent-detail-info {
    padding-left: 0;
    width: 100%;
  }
  .seasons li {
    width: 31%;
  }
  .trending-torrent-explore .box-info-right {
    float: none;
  }
  .torrent-detail-info {
    width: 65%;
  }
  .notification-list .table > tbody > tr > td.notification {
    width: 70%;
    line-height: 1.75;
  }
  .notification-list .table > tbody > tr > td.time {
    width: 30%;
    padding-left: 10px;
  }
  .inbox-nav .list.mail-info,
  .inbox-nav .mail-links  {
    float: none;
    width: 100%;
  }
  .inbox-nav .mail-links {
    text-align: center;
  }
  .movie-torrent .torrent-download .left .btn {
    margin-bottom: 10px;
  }
  .movie-torrent .torrent-download .left {
    float: none;
    text-align: center;
  }
  .movie-torrent .torrent-download .right {
    float: none;
    text-align: center;
  }
  .movie-torrent .torrent-download .right .btn.btn-icon{
    width: auto;
  }
  .library-box{
    text-align: center;
  }
  .library-box .modal{
    text-align: left;
  }
  .library-box li {
    float: none;
    display: inline-block;
  }
  .torrent-detail-page.box-info .box-info-heading h2 {
    width: 100%;
  }
  .torrent-detail-page .box-info-right {
    margin: 10px auto 0;
    float: none;
    display: block;
  }
  .torrent-detail-page .box-info-right {
    width: 132px;
  }
  .torrent-detail-page .box-info-right a {
    width: 100%;
  }
  .black-box .right {
    text-align: center;
  }
  .black-box .right,
  .black-box .left{
    float: none;
  }
  .black-box .left {
    width: 100%;
  }
  .category-list:last-child li:first-child {
    border-top: 1px solid #464646;
    box-shadow: 0 -1px 0 #1d1d1d;
  }
  .account-settings .black-box {
    padding-left: 14px;
    padding-right: 14px;
  }
  .account-settings .category-list:first-child{
    width: 100%;
    border-top: 1px solid #464646;
  }
  .black-box .right .frame{
    margin-bottom: 14px;
  }
  .account-settings .category-list {
    float: none;
    width: 100%;
  }
  .search-page .box-info-right.sort-by-box {
    float: none;
  }
  .pick-post-icons .pick-post-right {
    display: block;
    line-height: 32px;
  }
  .pick-post-icons label {
    position: static;
    display: block;
    padding-left: 15px;
    text-align: left;
  }
  .post-icons-wrap{
    padding-left: 0;
  }
  .sub-forum .box-info-left a.main-heading-link,
  .sub-forum .box-info-left span {
    padding: 0 15px;
  }
  .torrent-detail .shadow{
    background-size: contain;
  }
  .box-heading-pager {
    float: none;
  }

}
@media (max-width: 480px) {
  .table-list th.coll-4 .info {
    display: block;
  }
  .table-list th.coll-4 .size {
    display: none;
  }
  .table-list td.size .seeds {
    display: block;
  }
  .table-list .coll-3,
  .table-list .coll-2{
    display: none;
  }
  .sub-forum-table .table-list .coll-3 {
    display: table-cell;
    font-family: 'Opensans Semibold';
  }
  .sub-forum-table .table-list .coll-4 {
    display: none;
  }
  .table-list .coll-1{
    width: 70%;
  }
  .table-list .coll-4{
    width: 16%;
  }
  .banner-box  {
    display: none;
  }
  .featured-heading strong {
    margin-right: 2%;
  }
  .search-box .form-control {
    width: 100%;
    padding-right: 50px;
  }
  .btn-search {
    padding-right: 0;
  }
  .search-index-page .search-box {
    margin-left: 0;
    margin-right: 0;
  }
  #search-index-form {
    padding-right: 42px;
  }
  #search-form {
    padding-right: 42px;
  }
  .search-box .btn {
    width: 19px;
  }
  .btn-search span{
    display: none;
  }
  .search-index-page .search-box .form-control {
    padding-right: 20px;
  }
  .featured-heading a {
    display: none;
  }
/*  .torrent-detail .torrent-image-wrap {
    float: none;
    margin: 10px auto 0;
    border-radius: 5px;
    width: 150px;
  }
  .torrent-detail-page .torrent-detail .torrent-image-wrap {
    border-color: rgba(0, 0, 0, 0.25);
  }
  .torrent-detail-info {
    width: 100%;
    box-shadow: none;
  }
  .torrent-detail {
    margin-left: 0;
    margin-right: 0;
  }
*/
  .torrent-detail-info {
    width: 48%;
  }
 .our-technologies li {
    width: 42%;
    margin-left: 5%;
  }
  .filter {
    padding: 11px 10px
  }
  .filter .form-inline .form-row,
  .filter .form-inline .form-row.btn-row {
    width: 48% !important;
  }
  .torrent-category-detail ul.list,
  .l05b5ee87ab83cac901ffe4ee02cad39789dda366 ul.list {
    width: 100%;
  }
  .torrent-category-detail ul.download-links,
  .l05b5ee87ab83cac901ffe4ee02cad39789dda366 ul.download-links {
    margin-bottom: 10px;
    width: 100%;
  }
  /* ADBLOCK */
  .torrent-category-detail ul.download-links-dontblock,
  .l05b5ee87ab83cac901ffe4ee02cad39789dda366 ul.l64350d82d04f772e3135d2bfbb898c966bf137e3 {
    margin-bottom: 10px;
    width: 100%;
  }
  /***********/
  .infohash-box p span {
    display: block;
  }
  .tab-nav li a {
    font-size: 14px;
    padding: 0 8px;
    text-transform: inherit;
  }
  .pagination {
    text-align: center;
  }
  .pagination li {
    margin-bottom: 10px;
  }
  .library-box li {
    /*width: 48%;*/
  }
  
  .series-info {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
    background-repeat: repeat-x;
  }
  .series-library-box .movie-info {
    width: 100%;
  }
  .seasons li {
    width: 48%;
  }
  .notification-list .table > tbody > tr > td.time {
    padding-left: 5px;
  }
  .upload-form .form-row .bootstrap-filestyle {
    width: 100%;
    padding-right: 0;
  }
  .upload-form .form-row .group-span-filestyle.input-group-btn {
    position: static;
    margin-top: 10px;
  }
  .about-thread .about-member.col-3 {
    padding: 0;
  }
 .inbox-message-list .table-bordered > tbody > tr > td.message-date {
    padding-left: 5px;
    padding-right: 5px;
  }
  .inbox-message-list .table-bordered > tbody > tr > td {
    padding-right: 10px;
  }
  .inbox-message-list .table-bordered > tbody > tr > td.message-date .time,
  .inbox-message-list .table-bordered > tbody > tr > td.message-subject a i {
    display: none;
  }
  .torrent-detail .shadow {
    background-size: contain;
  }
  .news-featured-heading .right h4 {
    line-height: 1;
  }
  .sub-forum .box-info-left a.main-heading-link,
  .sub-forum .box-info-left span {
    padding: 0 10px;
  }
  .sub-forum .main-heading .box-info-left {
    margin-right: 0;
  }
  .bitcoin {
    width: 294px;
  }
  .bitcoin-text {
    padding: 6px 12px 8px 43px;
  }
  .bitcoin-text span {
    display: none;
  }
  .error-info .container {
    padding-left: 37px;
  }
  /*
  .torrent-detail-page .torrent-detail-info {
    padding-bottom: 0;
    padding-top: 10px;
  }
  */
  .sub-forum .box-info-heading.sub-heading-top .search-forum-box {
    width: 100%;
    margin-top: 7px;
  }  
}
@media (max-width: 380px) {
  .modal-footer.download strong {
    display: block;
  }
  .modal-footer.download a {
    display: block;
    margin-bottom: 15px;
    margin-left: 0;
  }
  .modal-footer.download a:last-child {
    margin-bottom: 0;
  }
  .library-box .modal-header {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .library-box .modal-footer {
    padding-top: 5px;
    padding-bottom: 15px;
  }
  .torrent-detail-info {
    width: 55%;
  }
  .bitcoin {
    width: 270px;
  }
  .bitcoin-text {
    font-size: 13px;
    width: 100%;
    padding-left: 50px;
    padding-top: 8px;
  }
}
/* PRINT STYLES
---------------------------------------------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}



.l05b5ee87ab83cac901ffe4ee02cad39789dda366 ul.dropdown-menu .l46de3e8f3eab93f58e38bce3d4a0d2476478122e.lcde5331a79ce3e8b01c706a60c21b0b2310845fc {
  padding: 0 4px 0 50px;
  box-shadow: none;
}
ul.dropdown-menu .l46de3e8f3eab93f58e38bce3d4a0d2476478122e.lcde5331a79ce3e8b01c706a60c21b0b2310845fc .icon i {
  line-height: 1;
}
.l46de3e8f3eab93f58e38bce3d4a0d2476478122e.lcde5331a79ce3e8b01c706a60c21b0b2310845fc{
  position: relative;
  padding: 4px 4px 4px 50px;
  font-size: 15px;
  width: 100%;
  font-family: 'Oswald Bold', sans-serif;
  text-transform: uppercase;
  box-shadow: 0 5px 0 rgba(0,0,0,0.5);
  border-radius: 3px;
}
.movie-torrent .torrent-download .lcde5331a79ce3e8b01c706a60c21b0b2310845fc{
  min-width: 200px;
}
.movie-torrent .torrent-download .left .lcde5331a79ce3e8b01c706a60c21b0b2310845fc {
  width: inherit;
}
.movie-torrent .torrent-download .right .btn.lcde5331a79ce3e8b01c706a60c21b0b2310845fc{
width: auto;
}
/* STREAM */
.le344f9d8a8c3db4e8ee07c11b3ec5a147c8314f7 {
    background-color: #e00000;
    color: #fff;
}
.le344f9d8a8c3db4e8ee07c11b3ec5a147c8314f7 .icon {
    background-color: #980404;
}
.le344f9d8a8c3db4e8ee07c11b3ec5a147c8314f7 .icon::after {
    border-left-color: #980404;
}
.le344f9d8a8c3db4e8ee07c11b3ec5a147c8314f7:hover {
    background-color: #cd0303;
    color: #fff;
}
.le344f9d8a8c3db4e8ee07c11b3ec5a147c8314f7:focus, .btn-le344f9d8a8c3db4e8ee07c11b3ec5a147c8314f7:active:focus {
    background-color: #8d0808;
    color: #fff;
}
/* DIRECT */
.l24f50d545b1e2b3e2860b05f47ef062447e9c9fd {
    background-color: #ffff00;
    color: #000;
}
.l24f50d545b1e2b3e2860b05f47ef062447e9c9fd .icon {
    background-color: #e6e600;
}
.l24f50d545b1e2b3e2860b05f47ef062447e9c9fd .icon::after {
    border-left-color: #e6e600;
}
.l24f50d545b1e2b3e2860b05f47ef062447e9c9fd:hover {
    background-color: #eeee01;
    color: #000;
}
.l24f50d545b1e2b3e2860b05f47ef062447e9c9fd:focus, .btn-l24f50d545b1e2b3e2860b05f47ef062447e9c9fd:active:focus {
    background-color: #eeee01;
    color: #fff;
}
/* NOVASTREAM */
.ld2c5c741db3148b11330f0eed046090d8312e13a {
    background-color: #006fe6;
    color: #fff;
}
.ld2c5c741db3148b11330f0eed046090d8312e13a .icon {
    background-color: #003d80;
}
.ld2c5c741db3148b11330f0eed046090d8312e13a .icon::after {
    border-left-color: #003d80;
}
.ld2c5c741db3148b11330f0eed046090d8312e13a:hover {
    background-color: #0056b3;
    color: #fff;
}
.ld2c5c741db3148b11330f0eed046090d8312e13a:focus, .btn-ld2c5c741db3148b11330f0eed046090d8312e13a:active:focus {
    background-color: #0056b3;
    color: #fff;
}
/*  MAGNET  */
.l57508c9ee373097d13bdcf475427ac2e5e862f89 {
  color: #fff;
  background-color: #89ad19;
}
.l57508c9ee373097d13bdcf475427ac2e5e862f89 .icon {
  background-color: #6a8616;
}
.l57508c9ee373097d13bdcf475427ac2e5e862f89 .icon:after {
  border-left-color: #6a8616;
}
.l57508c9ee373097d13bdcf475427ac2e5e862f89:hover {
  color: #fff;
  background-color: #7fa01a;
}
.l57508c9ee373097d13bdcf475427ac2e5e862f89:focus,
.l57508c9ee373097d13bdcf475427ac2e5e862f89:active:focus {
  color: #fff;
  background-color: #637d18;
}
/*  BUTTON TORRENT DOWNLOAD  */
.l1726825795725c270981c1bc483862cfaadd3801 {
  color: #fff;
  background-color: #da3a04;
}
.l1726825795725c270981c1bc483862cfaadd3801 .icon {
  background-color: #962e08;
}
.l1726825795725c270981c1bc483862cfaadd3801 .icon:after {
  border-left-color: #962e08;
}
.l1726825795725c270981c1bc483862cfaadd3801:hover {
  color: #fff;
  background-color: #c73707;
}
.l1726825795725c270981c1bc483862cfaadd3801:focus,
.l1726825795725c270981c1bc483862cfaadd3801:active:focus {
  color: #fff;
  background-color: #962e08;
}

/*  BUTTON TORRENT MIRROR DOWNLOAD  */
.l7bc80e0103f3cbccaa075690f3b9134b37e86d2f {
  color: #fff;
  background-color: #f34104;
}
.l7bc80e0103f3cbccaa075690f3b9134b37e86d2f .icon {
  background-color: #c13403;
}
.l7bc80e0103f3cbccaa075690f3b9134b37e86d2f .icon:after {
  border-left-color: #c13403;
}
.l7bc80e0103f3cbccaa075690f3b9134b37e86d2f:hover {
  color: #fff;
  background-color: #c73707;
}
.l7bc80e0103f3cbccaa075690f3b9134b37e86d2f:focus,
.l7bc80e0103f3cbccaa075690f3b9134b37e86d2f:active:focus {
  color: #fff;
  background-color: #c13403;
}
/* VPN LINK */
.l13817e31498dd4ce6683be23e40bf68d33b1ba38 {
  position: relative;
  top: -6px;
  color: #000;
  font-size: 12px;
  border-radius: 0 0 5px 5px;
  background:url('/css/images/notfication-bg.png') repeat 0 0;
  background-color: #eeee01;
  transition: all .2s ease;
}
.l13817e31498dd4ce6683be23e40bf68d33b1ba38:hover {
  background:url('/css/images/notfication-bg.png') repeat 0 0;
  background-color: #e1e101;
}
.l13817e31498dd4ce6683be23e40bf68d33b1ba38 a:hover {
  text-decoration: underline;
}
.l13817e31498dd4ce6683be23e40bf68d33b1ba38:active {
  background:url('/css/images/notfication-bg.png') repeat 0 0;
  background-color: #236597;
}
.l13817e31498dd4ce6683be23e40bf68d33b1ba38 .icon {
  color: #000;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  padding-top: 4px;
  width: 40px;
  text-align: center;
  border-radius: 0 0 0 5px;
  background:url('/css/images/notfication-bg.png') repeat 0 0;
  background-color:#e6e600;
}
.l13817e31498dd4ce6683be23e40bf68d33b1ba38 .icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24%;
  margin-top: -30%;
}
.l13817e31498dd4ce6683be23e40bf68d33b1ba38 a{
  color: #000;
  display: inline-block;
  padding: 18px 0 11px 66px;
}

.flaticon-lc3449392e1a54546f6e13c1850aa8a9d96f75619:before { content: "\f15c"; }
.flaticon-labd945bb0efe990b271f0a3d68693534db08ac0c:before { content: "\f1a0"; }
.flaticon-l0b5fe205af5b27ad11632f7cc7c9b071980136ec:before { content: "\f194"; }
.flaticon-l7d138d797f7519cce343606df0fc8dfbe2b24539:before { content: "\f18e"; }
.flaticon-l07c0d5bde4fec57beb965ab24e554027e82c5188:before { content: "\f185"; }
.flaticon-l0d7ae88713029da730e051dae0bcfa3a301866c5:before { content: "\f125"; }
.flaticon-l5829595c08b71f4bb0f379aa7999efc705e6618d:before { content: "\f1ab"; }

.xx-pop .ribbon,
.xx-pop .text-center {
  text-align: center
}

.xx-pop .ribbon,
.xx-pop ul li::before {
  background-repeat: no-repeat;
  background-size: contain
}

.xx-pop,
.xx-pop .ribbon,
.xx-pop ul li::before {
  background-size: contain
}

.xx-pop .do-not,
.xx-pop .ribbon span {
  font-style: italic;
  text-transform: uppercase
}

.xx-pop {
  background-color: #2f190e;
  background-image: url(/css/images/particles.png);
  border-radius: 100%;
  bottom: -280px;
  color: #fff;
  display: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  height: 750px;
  position: fixed;
  right: -100px;
  width: 760px
}

@media screen and (max-width:787px) {
  .xx-pop {
    transform: scale(.6);
    right: -220px;
    bottom: -320px
  }
}

.xx-pop .wrapper {
  left: 10px;
  position: relative;
  top: 195px;
  width: 90%
}

.xx-pop .ribbon {
  background-image: url(/css/images/ribbon.png);
  height: 106px;
  position: absolute;
  right: 110px;
  top: -182px;
  width: 87px
}

.xx-pop .ribbon span {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-left: 2px
}

.xx-pop .ribbon span.mt {
  margin-top: 20px
}

.xx-pop .mascot {
  left: -46px;
  margin: auto;
  position: absolute;
  right: 0;
  top: -130px;
  width: 250px
}

.xx-pop .clearfix {
  overflow: auto
}

.xx-pop .inline {
  display: inline-block;
  vertical-align: top
}

.xx-pop .text-left {
  text-align: left
}

.xx-pop .w30 {
  width: 33%
}

.xx-pop .w45 {
  width: 45%
}

.xx-pop ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none
}

.xx-pop .exclusive,
.xx-pop ul li {
  margin-bottom: 10px;
  font-weight: 700
}

.xx-pop ul li {
  font-size: 14px;
  padding-left: 10px;
  position: relative
}

.xx-pop ul li::before {
  background-image: url(/css/images/check.png);
  content: '';
  display: inline-block;
  height: 15px;
  left: -15px;
  position: absolute;
  top: 2px;
  width: 15px;
  z-index: 1
}

.xx-pop .clearfix::after {
  content: "";
  clear: both;
  display: table
}

.xx-pop .savings {
  line-height: 27px
}

.xx-pop .exclusive {
  font-size: 22px
}

.xx-pop .btn {
  border-radius: 3px;
  border: 1px solid #d63700;
  color: #d63700;
  display: block;
  font-weight: 600;
  padding: 13px 10px;
  text-decoration: none
}

.xx-pop .btn.primary {
  background-color: #d63700;
  color: #ffffff;
  margin-left: 10px
}

.xx-pop .warning {
  border-bottom: 5px solid #d1d1d1;
  color: #d63700;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 10px
}

.xx-pop .only-for-users {
  color: #d1d1d1;
  font-weight: 400
}

.xx-pop .do-not {
  color: #d63700;
  font-size: 19px;
  font-weight: 700;
  margin: 15px auto 5px
}

.xx-pop .avoid {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px
}

.xx-pop .lightning {
  display: inline-block;
  height: 19px;
  left: -3px;
  position: relative;
  top: 5px
}

.xx-pop .guarantee {
  color: #d1d1d1;
  margin-top: 15px
}



.stream-torrent {
  position: relative;
}

.stream-button {
  background-color: #e25f93;
  color: #fff;
}

.stream-button:hover {
  background-color: #d9537d;
  color: #fff;
}

.stream-button:focus,
.stream-button:active:focus {
  background-color: #ae466f;
  color: #fff;
}

.stream-button .icon {
  background-color: #ae466f;
}

.stream-button .icon i {
  position: relative;
  display: block;
  height: 100%;
  margin-left: -2px;
  margin-right: -2px;
}

.stream-button .icon i::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 612 306' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2'%3E%3Cpath d='M435.7 133.3L305.9 0 175.8 133.3 0-2.3l82.8 308.2h446.4L612-2.3 435.7 133.3z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 18px 9px;  
  background-position: 50% 45%;
}

.stream-button .icon i::before {
  content: '';
  position: absolute;
  top: calc( 50% - 5px );
  left: calc( 50% - 7px );
  width: 14px;
  height: 9px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
}

.stream-button .icon::after {
  border-left-color: #ae466f;
}

.stream-button .stream-os-after {
  padding-right: 48px;
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAUCAYAAADLP76nAAACsElEQVR4AczWA6wkQRSF4bVt27Zt27Zt27aDZbC2bdu2bczM/pXcTh6az5N8qXbfk66qqVAVe1Uz5PF4wiIuIqAihrg8nmXYi8f47uagHr3nWbwnP8ohKmIgpmwnRW3E0btXuzkNSqIJRY3BMuzHc9zgeHzaN1KcJa796DBAaKR1uVyTsRIHcQYrsJRzdRBON4AqEC6TYt6r9LSXAjFAIin+BB643W6PwvY/7MNGrimLCL4C2CjmgQS4GFgBKHAMvmAB1sEtAX7xuFa0t7GX7cx6X+BTcAZQfZzi3uAP7uCply+gfqfxCd+4ti3COw3wUAJcCKQASTAMAzFAh3Z8CEroBfgYlAFkwCZXfZ62GeKxPRczMNXANMyWAPnZ3kWbD2HtBHhEE9dhF/pkEiAhBYzFcxxjv5J0GUsyVpbhnwzsIuaDWPBLoGYjtW2XxYwzAS9xjv3qDgKMwxqo31buLa4e2Al90R1d0VmOdZDthoiIKmiJxnKsPuqiNmqiOqqiGspaBBiPFzitnuvwC6zwEqCYemATtEEzNJUCG6GBFFoJEVAQ5VEGpUUplBQlvCgcZAFs9Oe/0oU+hJAutNprF7L7PxCX9qqDQfzZJEACjKSAZziuvqrdAHKfNojXqV5hZxa6LwGuBNAsFBbpKWC6dNdcDgIMRCGZRksgkpMAl50FsF7AiRJOuhDXR0cY7Tl2A8QJ6ABegqSU/4Qv0H6f8Q5/4cZPvOba9ojgdDGnBbgUGAEkRA4Moci3eCNLh+qyNvotA7YsYugt5h5bFPMqML+AlxA5KfSRwnZRWaWexA9MNrpP3RgH+VEVvXn5XGzANbzHY5lG3wZygFxqJYrHXgKcwU9MNQxg8dAYSIdIqENhk7ESJ/ASf4xC+CFAGgo9gENsZ5EA/zcBlBdAzWhc+gBdjGxpFL+EKwAAAABJRU5ErkJggg==");
}

.stream-torrent:hover .stream-tooltip,
.stream-torrent:focus .stream-tooltip,
.stream-torrent:active .stream-tooltip {
  display: block !important;  
}

.stream-tooltip {
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 7px);
  background-color: #f0f0f0;
  color: #474747;
  font-size: 12px;
  border-radius: 5px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
}

.stream-tooltip::before {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0px;
  height: 7px;
  width: 100%;
  opacity: 0;
}

.stream-tooltip::after {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 30%;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #f0f0f0;
  /* box-shadow: 0 2px 2px rgba(0, 0, 0, 0.75); */
  filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.75));
}

.stream-tooltip span {
  text-decoration: underline;
  color: #d63600;
}

.stream-tooltip span:hover,
.stream-tooltip:focus span {
  text-decoration: none;
}

/* Stream Head Link */

.link-info-stream {
  position: relative;
  z-index: 2;
  display: block;
  padding: 6px 20px;
  font-size: 13px;
  line-height: 18px;
  background-color: #292929;
  color: #fff;
  font-family: "Opensans Regular", sans-serif;
  transition: background-color 0.2s;
}

.link-info-stream strong {
  text-decoration: underline;
  font-family: "Opensans Bold", sans-serif;
  font-weight: 700;
  padding-right: 25px;
  background-repeat: no-repeat;
  background-position: right 1px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAOCAYAAAArMezNAAADJElEQVR4Aa2RA9RjRxhA7yB4+de2bbO2bdu2bR/UxlFtrG3bZuzkcWq73TvGZz1+/Hj90EePe+xiZLbsda8uqfNWaXG4A39BYb7VL7fIGsLfIFZ4kQsPvbKh/OS9URtc1z1JZKvzC7NCp/IHlBZYe8qiOyGUciaW5lsn8wdsHmWFd8zWlxUqtde+99rHFgdedRjDDzht+uCLbjO7Dz3C7Db08LeGHHRqnW/vvx0j9zjh8D16HFEecs5ZZvAV55lv9sFuI469FxDfvvc4/vjwwN2Puqj/bsdsOv+wC80+e5+06tt7CaAzmVGFQw8kc/E5SNc9NZzILCgstoYX50XPkHH7fadPPSt7S1cyt3eleGIrIYv+bbsNOfqd0sKaC8Lb3JWOMc9e3qFf68ObdSDtVr4CkADStkdHFy6mfOx+pK6/CqFle7UzM0mlvNfs3Rro1EM98BuEEa4hd01ncld0QBh5bCZefF4o2e6mToM5vk0PFuQSVH3zJYAGKIYyMyOLl+ZJe3Uqh+1GvFlTGt36mPZ6QOb+HgQRiUo6AKjAUDixDYUWEVo9s5376vWlf4vmZCoFFuWStgxHJkLl+zx9p3xB7KPEXbcc4XXtBBL01i2I2Af49UEWAAkC8A0EStO5foUHdhbo8lYXSpkYK9wEty2fNq6mf3lfAMkPqET8q9DGzRABYYPpXCGo7SML/k9KXQSB0Owt87yQ30GHlTG2FcEKK9aX88Tt0lcAv1JMEIwOrV4LGlR9kJkpiIoDUn2vVEhAcVokxVPEqfmqNfH3O6EdTVU6rCqlMYrfK7YOrLM6umrVBg0YVmKc7aBjIMGVGoAbrZ1cX8lTfLcb6amt0LVcIhHIujbL85ntq6d+togf0PwCvTM9Sm1bf4HdciWyXhQjNQZJJxxuM0n6b5N4n/VFrqtP/QY2SE1UR9mU28FOpzTqm3qZP1SM44+u9errF4S7BIiyjyGNKwR9TZGd2LyysBnBjh2I2pugwHfEVIilhSSeCUYB/LFiFRob+XJpyvpYS6QCggwGxgnBR2hEdKUxYT9Lip8IDMbSKttAxUaBw498DaCha++v6VfPAAAAAElFTkSuQmCC);
}

.link-info-stream:hover strong {
  text-decoration: none;
}

.link-info-stream:hover {
  background-color: #111;
}

.link-info-stream__tooltip {
  display: block;
  position: absolute;
  top: calc( 100% + 7px );
  transform: translateX( -100vw );
  transition: transform 0.2s;
  left: 20px;
  padding: 6px 20px;
  width: 50%;
  min-width: 280px;
  background-color: #fff;
  color: #474747;
  font-size: 12px;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
}

.link-info-stream:hover .link-info-stream__tooltip {
  transform: translateX( 0 );
}

.link-info-stream__tooltip::before {
  content: '';
  position: absolute;
  top: -7px;
  left: calc( 50% - 6px );
  width: 12px;
  border-top: 6px solid #111;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.link-info-stream__tooltip::after {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: 7px;
}

.box-info .link-info-stream + div {
  position: relative;
  z-index: 1;
}

.l7f9cb55401e7f79cc63471e83a4565b58cc3e755 {
    width:auto;
    text-align:center;
}
img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}


/* Download Studio */

.link-info-downloadstudio {
  position: relative;
  z-index: 2;
  display: block;
  padding: 6px 20px;
  font-size: 13px;
  line-height: 18px;
  background-color: #292929;
  color: #fff;
  font-family: "Opensans Regular", sans-serif;
  transition: background-color 0.2s;
}

.link-info-downloadstudio strong {
  text-decoration: underline;
  font-family: "Opensans Bold", sans-serif;
  font-weight: 700;
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: center left 1px;
  background-size: 12px ;
  background-image: url(data:image/png;base64,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);
}

.link-info-downloadstudio:hover strong {
  text-decoration: none;
}

.link-info-downloadstudio:hover {
  background-color: #111;
}


.box-info .link-info-downloadstudio + div {
  position: relative;
  z-index: 1;
}



/* Download Studio Button */

.downloadstudio-button {
  background-color: #7141c3;
  color: #fff;
}

.downloadstudio-button:hover {
  background-color: #673AB7;
  color: #fff;
}

.downloadstudio-button:focus,
.downloadstudio-button:active:focus {
  background-color: #593196;
  color: #fff;
}

.downloadstudio-button .icon {
  background-color: #593196;
}

.downloadstudio-button .icon i {
  position: relative;
  display: block;
  height: 100%;
  margin-left: -2px;
  margin-right: -2px;
}

.downloadstudio-button .icon i::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(data:image/png;base64,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);
  background-position: center right 1px;
  background-size: 14px ;
  background-repeat: no-repeat;
                
                 
}

.downloadstudio-button .icon i::before {
  content: '';
  position: absolute;
  top: calc( 50% - 5px );
  left: calc( 50% - 7px );
  width: 14px;
  height: 9px;
}

.downloadstudio-button .icon::after {
  border-left-color: #593196;
}

.downloadstudio-button .downloadstudio-os-after {
  padding-right: 48px;
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAD60lEQVR42u2dy2rUUBiAv7G21VqvVeu0nenYqqCg6NatCC5F1+58Al9BfApfwpdwpQsXiigIrgRBUPCCl9pxkX8wxrSdajOTy/dBmKZnMpOc8yX/f9LmnFa/30eayy6rQAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAGkQKaBVpFfsNs6HjtTwDFgCVgBTgGn4/UTcA3oK0D1r7RHgQWgFw18GlgFusAJYDZnu5dFNr4C7DyHgDawnDmTe/H7w9v8vB9F77ACbJ9ZYB7oxBk8OJtPAovAHDBRlYNRgI2Tr+OpuJxu5E7E7Ok6HGiTBZiIuLy4QVyeB/bVvRLqLkALmAE+p353FbgTcbodcbux1EWA/XHGduMMPhPJ1wrwCriReu/F6FpJxQTYE3G5kxOXlyIuT+Vs9zGz/s1mL68AuyMuL+XE5U6c5TPb/Mw1m7lcArSAI3FTZNBfPhONvBw3RQ7aNPUR4DJwIXNTZCH6yy2boP4C3AfOWdXlZBR/DTTpargAogCiAKIAogCiAKIAogCiAKIAogCiAKIAogCiAKIAogCiAKIAogCiAKIAogA7S8v2+c0oHgyZHXMl7h3DMf8vg3GB1uogwD2Sp3rX48CKWNZTlZYte5vZnwckj4ynt2Wb30fmeBji/cOWkdqnrxQ8SFTL6ePNAaTBjCIE9EgGVNrskrfR+jBlG71n8PqDPweJmIq8YJjP/JfXrcrKlRGPIAQ8Ai7tUAUPW5b++SFwPbU/t4G7Q27b/8fybCwfNh/Ilr8CblHxkUInGe+4eXOZ9f0kg1BUgWN1yAHWx1yJP7dYLzNfTQJFAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFk/AJMWs3NFuA1f8/fKyVhFE8G3SSZD3gwVexqLCdJZvuep+FTuNddgO/Am1ge53z/HNAOOVZCjpWQ4wTJPMNOMVthATZjjWQAh7fAk5zwdCQk6IYUp1JytEOeCZuxugJsxjrwLpanOeWHQ45OhJOBHMsRbo5GApqdbl5hKiLAVryP5XlO2YHILbo5x/iJZD7jaZu/mUPE7IkrxBLJ4BXppHSR5JHsmZLs6zPgPAWOD+AYQX+yNwQYyDHIO3oRao4z2lHPFKBETEdesZjTne1EyDmoAM1kMnokC5F3rKa6s51Ud1YBGshENH471Z1dTfVY2lGed1f2BXBWAWqchKe6s91Md7YHfACuUOAwOwpQbvYBX7wCSGH4/wAKIAogCiAKIAogCiAKIAogCiAKIAogCiAKIAogCiAKIAogCiAKIAogCiBV5xct9wkZ4RwPYAAAAABJRU5ErkJggg==");
}

/* VPN POPUP */

#closePopup {
    position:absolute;
    top:-12px;
    right:-12px;
    font-size:30px;
    background:#fff;
    border-radius:32px;
    border:1px solid #fff;
    width:32px;
    overflow:hidden;
}

#popUpContainer {
    width:100%;
    height:100vh;
    position:fixed;
    left:0;
    top:0;
}

#popUpContainer:after {
    content:"";
    display:block;
    width:100%;
    height:100%;
    opacity:0.6;
    background:grey;
}

#freevpnBG {
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
}

.fa-close-image {
    width:32px;
    height:32px;
    background-image:url('https://cdn.1337x.to/js/close.png');
    display:block;
    background-size:contain;
}





