@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;
}

[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.5;
}
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 10;
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}
p,
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 0px;
}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}
img {
	max-width: 100%;
	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: 0px;
}
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;
}

label {
	cursor: pointer;
}

/* --- Forms --- */
.form-row {
  margin-bottom: 5px;
}
.form-inline .form-row {
  display: inline-block;
  vertical-align: center;
  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.5;
  color: #333333; /*#555;*/
  background-color: #ffa64d; /*#fff;*/
  border: 1px solid #802000; /*#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: #333333; /*#999;*/
  background-color: #ff8533; /*#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: #000000; /*#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: 1;
}

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: 90%;
}
.col-10 {
  width: 80%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 65%;
}
.col-7 {
  width: 55%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 40%;
}
.col-4 {
  width: 30%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 15%;
}
.col-1 {
  width: 8%;
}
.col-pull-12 {
  right: 100%;
}
.col-pull-11 {
  right: 90%;
}
.col-pull-10 {
  right: 80%;
}
.col-pull-9 {
  right: 75%;
}
.col-pull-8 {
  right: 65%;
}
.col-pull-7 {
  right: 55%;
}
.col-pull-6 {
  right: 50%;
}
.col-pull-5 {
  right: 40%;
}
.col-pull-4 {
  right: 30%;
}
.col-pull-3 {
  right: 25%;
}
.col-pull-2 {
  right: 15%;
}
.col-pull-1 {
  right: 8%;
}
.col-pull-0 {
  right: auto;
}
.col-push-12 {
  left: 100%;
}
.col-push-11 {
  left: 90%;
}
.col-push-10 {
  left: 80%;
}
.col-push-9 {
  left: 75%;
}
.col-push-8 {
  left: 65%;
}
.col-push-7 {
  left: 55%;
}
.col-push-6 {
  left: 50%;
}
.col-push-5 {
  left: 40%;
}
.col-push-4 {
  left: 30%;
}
.col-push-3 {
  left: 25%;
}
.col-push-2 {
  left: 15%;
}
.col-push-1 {
  left: 8%;
}
.col-push-0 {
  left: auto;
}
.col-offset-12 {
  margin-left: 100%;
}
.col-offset-11 {
  margin-left: 90%;
}
.col-offset-10 {
  margin-left: 80%;
}
.col-offset-9 {
  margin-left: 75%;
}
.col-offset-8 {
  margin-left: 65%;
}
.col-offset-7 {
  margin-left: 55%;
}
.col-offset-6 {
  margin-left: 50%;
}
.col-offset-5 {
  margin-left: 40%;
}
.col-offset-4 {
  margin-left: 30%;
}
.col-offset-3 {
  margin-left: 25%;
}
.col-offset-2 {
  margin-left: 15%;
}
.col-offset-1 {
  margin-left: 8%;
}
.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: 50%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.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 > 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;
}

.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: center;
  font:normal 16px 'Oswald Regular', sans-serif;
  background-color: #979797;
  color: #fff;
  border-top: 0;
  border-bottom-color: #646464;
  border-radius: 15px;
  
}
.table-list .coll-1{
  width:50%;
}

.table-list .coll-2{
  width: 50%;
}




.table-list .coll-1,
.table-list .coll-2,
.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 {
  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;
}

/* 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;
}
ul.dropdown-menu .btn.btn-icon .icon i {
  line-height: 1;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.5;
  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: 8px;
  display: inline-block;
}
.rating-box .rating-text{
  display: block;
  color: #3d3d3d;
  font-family: "Oswald Regular",sans-serif;
  font-size: 8px;
  line-height: 6px;
}
.featured-list .rating-box{
  padding-top: 0;
}
.featured-list .rating-box .rating-text {
  margin-bottom: 3px;
}

/* BUTTONS
--------------------------------------------------------------------------*/

.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: #556f03; /*#93b42e;*/
}
.btn-green:focus,
.btn-green:active:focus {
  color: #fff;
  background-color: #556f03; /*#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);
}

/* Search-box button */
.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: #922c07; /*#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;
}
.btn-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 200px;
  border: 2px solid red;
  padding: 10px;
  border-radius: 25px;
  background-color: white;
}

/* 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;
}

/* FONT KITS
---------------------------------------------------------------------------*/
@font-face {
  font-family: 'Opensans Light';
  src: url('/css/webfonts/opensans-light.eot');
  src: url('/css/webfonts/opensans-light.eot?#iefix') format('embedded-opentype'),
       url('/css/webfonts/opensans-light.woff') format('woff'),
       url('/css/webfonts/opensans-light.ttf') format('truetype'),
       url('/css/webfonts/opensans-light.svg#Opensans Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans Regular';
  src: url('/css/webfonts/opensans-regular.eot');
  src: url('/css/webfonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
       url('/css/webfonts/opensans-regular.woff') format('woff'),
       url('/css/webfonts/opensans-regular.ttf') format('truetype'),
       url('/css/webfonts/opensans-regular.svg#Opensans Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans Italic';
  src: url('/css/webfonts/opensans-italic.eot');
  src: url('/css/webfonts/opensans-italic.eot?#iefix') format('embedded-opentype'),
       url('/css/webfonts/opensans-italic.woff') format('woff'),
       url('/css/webfonts/opensans-italic.ttf') format('truetype'),
       url('/css/webfonts/opensans-italic.svg#Opensans Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans Semibold';
  src: url('/css/webfonts/opensans-semi-bold.eot');
  src: url('/css/webfonts/opensans-semi-bold.eot?#iefix') format('embedded-opentype'),
       url('/css/webfonts/opensans-semi-bold.woff') format('woff'),
       url('/css/webfonts/opensans-semi-bold.ttf') format('truetype'),
       url('/css/webfonts/opensans-semi-bold.svg#Opensans Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans Bold';
  src: url('/css/webfonts/opensans-bold.eot');
  src: url('/css/webfonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
       url('/css/webfonts/opensans-bold.woff') format('woff'),
       url('/css/webfonts/opensans-bold.ttf') format('truetype'),
       url('/css/webfonts/opensans-bold.svg#Opensans Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Opensans Extrabold';
  src: url('/css/webfonts/opensans-extra-bold.eot');
  src: url('/css/webfonts/opensans-extra-bold.eot?#iefix') format('embedded-opentype'),
       url('/css/webfonts/opensans-extra-bold.woff') format('woff'),
       url('/css/webfonts/opensans-extra-bold.ttf') format('truetype'),
       url('/css/webfonts/opensans-extra-bold.svg#Opensans Extrabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald Light';
  src: url('/css/webfonts/oswald-light.eot');
  src: url('/css/webfonts/oswald-light.eot?#iefix') format('embedded-opentype'),
       url('/css/webfonts/oswald-light.woff') format('woff'),
       url('/css/webfonts/oswald-light.ttf') format('truetype'),
       url('/css/webfonts/oswald-light.svg#Oswald Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald Regular';
  src: url('/css/webfonts/oswald-regular.eot');
  src: url('/css/webfonts/oswald-regular.eot?#iefix') format('embedded-opentype'),
       url('/css/webfonts/oswald-regular.woff') format('woff'),
       url('/css/webfonts/oswald-regular.ttf') format('truetype'),
       url('/css/webfonts/oswald-regular.svg#Oswald Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald Bold';
  src: url('/css/webfonts/oswald-bold.eot');
  src: url('/css/webfonts/oswald-bold.eot?#iefix') format('embedded-opentype'),
       url('/css/webfonts/oswald-bold.woff') format('woff'),
       url('/css/webfonts/oswald-bold.ttf') format('truetype'),
       url('/css/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('/css/img/body-bg.jpg') repeat 0 0;
}

/* BODY
--------------------------------------------------------------------------*/
body {
  font-family: 'Opensans Regular', sans-serif;
  color: #0099cc; /*#656565;*/
  background-image: url('/css/img/album1.png');/*url('/css/img/main-bg.png');*/
  background-repeat:no-repeat;
  background-size:cover;
  /*margin-left: auto;
  margin-right: auto;*/
}
/*aside.col-3 {
  width: 20%;
}*/
.col-12.page-content {
  max-width: 100%;
}
.col-9.page-content {
  width: 80%;
}
.icon-right {
  float: right;
}
.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: #0099cc; /*#000;*/
  border-bottom: 5px solid #822a0b;
  min-height: 20px; /*39px;*/
  padding: 10px 0 0 0;
  text-align: left;
}
.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;
  float: left;
}
.top-bar li:last-child {
  padding-right: 0;
  float: right;
}
/* Logout button */
.top-bar li a {
  display: block;
  color: #ff0000;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
}
.top-bar li a:hover{
  color: #990000; /*#d63600;*/
}
.top-bar li.active a {
  color: #990000; /*#d63600;*/
}
/* Logout Text */
.top-bar li a span{
  background-color: #de0000;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 15px; /*9px*/
  font-family: 'Opensans Semibold';
  line-height: 15px; /*13px;*/
  margin-top: 10px; /*2px;*/
  padding: 1px 1px; /*0 2px;*/
  position: relative;
  /*vertical-align: top;*/
}
/* Logout icon */
.top-bar li a i {
  margin-right: 6px; /*8px;*/
  margin-top: 12px; /*4px;*/
  /*vertical-align: top;*/
  font-size: 15px; /*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 */
.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: #cc3300; /*#7c2a0c;*/
  border-radius: 3px;
  margin-bottom: 24px;
}
nav ul {
  background: #a0c7ec url("/css/img/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("/css/img/sep.png") no-repeat scroll right center;
  display: table-cell;
}
nav li:last-child{
  background: none;
}
nav li a {
  color: #a0c7ec; /*#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("/css/img/nav-hover.jpg") repeat scroll 0 0;
}

/* BANNER BOX
--------------------------------------------------------------------------*/
.banner-box {
  margin-top: 25px; /*not in style9.css*/
  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: 16%;
  transition: all .2s ease;
}
.banner-box li:first-child {
 
}
.banner-box li a {
  display: block;
}
.banner-box li a:hover {
  opacity: 3;
}
.banner-box li img{
  display: block;
  width: 100%;
}
.banner-box .bx-wrapper img {
  width: 100%;
}
.banner-box li span {
  background-color: #d1d1d1;
  color: #0000ff; /*#3f3f3f;*/
  float: left;
  font-family: 'Oswald Regular', sans-serif;
  font-size: 18px; /*12px;*/
  line-height: 40px; /*32px;*/
  text-align: center;
  width: 100%;
}
.banner-box li a:hover span {
  text-decoration: underline;
}

/* DIVIDER
--------------------------------------------------------------------------*/
.divider {
  height: 4px;
  width: 100%;
  margin-bottom: 30px;
  border: 0 none;
  background: url('/css/img/divider.png') repeat-x scroll 0 0;
}

/* USER BOX List Group
--------------------------------------------------------------------------*/
.list-group {
  margin-top: 0px;
  width: 35%;
}
.list-group ul {
  width: 35%;
  background-color: #993333;
  }

.list-group-item li {
  color: #fff;
  text-align: left;
  list-style: none;
  font-size: 12px;
  color: #fff;
  font-family: "Oswald Regular", sans-serif;
  }

.list-group ul span {  
  color: #fff;
  font-family: 'Oswald Regular', sans-serif;
  font-size: 12px;
  text-align: left;
  }
.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 {
  padding: 19px 20px;
  background-color: #f0f0f0;
  border-radius: 3px;
}

.box-info-detail p {
  color: #474747;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.box-info-detail p a {
  color: #000;
  font-family: 'Opensans Bold';
}

.box-info-detail p a:hover {
  text-decoration: underline;
}

.box-info-detail.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;
}


/* FILTER
--------------------------------------------------------------------------*/
.filter {
  background-color: #996633; /*#d1d1d1;*/
  border-radius: 3px;
  min-height: 44px;
  padding: 11px 20px;
}
.filter label {
  color: #000000; /* #474747;*/
  display: inline-block;
  font:normal 16px 'Opensans Regular'; /*14px*/
}

.filter .form-inline .form-row:first-child {
  margin-left: 0;
  margin-right: 0; /*Not in style9.css*/
}
.filter .form-inline .form-row.sort-genre {
  width: 18%; /*17%;*/
}
.filter .form-inline .form-row.sort-year {
  width: 14%; /*12%;*/
}
.filter .form-inline .form-row.sort-star {
  width: 25%;/*16%;*/
}
.filter .form-inline .form-row.btn-row{
  width: 5%;/*25%;*/
}
.filter .form-inline .form-row.btn-clear{
  width: 5%;/*21%;*/
}
.filter .form-inline .form-row.note {
  width: 25%;
  color: #000000;
}  
.filter .form-inline .form-row.sort-genre .fancy-select{
  width: 18%; /*62%;*/
}
.filter .form-inline .form-row.sort-year .fancy-select{
  width: 14%; /*56%;*/
}
.filter .form-inline .form-row.sort-star .fancy-select{
  width: 25%; /*42%;*/
}
.filter div.fancy-select div.trigger {
  padding: 10 25 25 10; /*4px 24px 4px 9px;*/
  background-color: #f2f2f2; /*#aaa;*/
  border-color: #000000; /*#9f9f9f;*/
  border-radius: 0;
}
.filter form .btn-row { /*Not in s9.css)*/
  float: right; 
  width: 100%;
  border-radius: 3px;
  height: 28px;
  padding: 0;
  color: #fff;
  font-size: 13px;
  font-family: 'Opensans Regular';
}
.filter form .btn-clear { /*Not in s9.css)*/
  float: left;
  width: 100%;
  border-radius: 3px;
  height: 28px;
  padding: 5px 0px 0px 0px;  
  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 h4{
  display: inline-block;
  margin: 7px 2px 10px 10px;
  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: 1px; /*margin-top: 1px;*/
}
.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: 25px; /*20px;*/
  position: relative; 
  margin-left: 3%;
  width: 13%; /*133px;*/ /*width: 14.6666%;*/
  height: 100%; /*224px;*/
  min-width: 10%; /*123px;*/
}
.library-box li.active {
  border-color: rgba(197, 50, 0, 0.8);
}
.library-box li .rating-wrap{
  background-color: #D1D1D1;
  width: 100%;
  text-align: center; /*Not in style9.css*/
  font: 12px "Oswald Regular";
  text-decoration: none;
  display: block;
}
.library-box li a {
  background-color: #f0f0f0; /*#ff3300;*/
  display: block;
}
.library-box li img {
  width: 100%;  /*Not in style9.css*/
  display: block; /*Not in style9.css*/
  vertical-align: top;
}
.library-box li:hover {
  border: 5px solid rgba(197, 50, 0, 0.8);
}
.library-info {
  min-height: 150px;
  padding: 6px 6px 16px 16px;
}
.library-info .modal-content {
  background: url("/css/img/detail-bg.jpg") repeat 0 0;
  border-radius: 4px;
}
.library-box .modal .close {
  right: -13px;
  top: -13px;
  height: 26px;
  width: 26px;
  background: url("/css/img/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: 50px;
  padding: 6px 16px 13px;
  background: url("/css/img/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:22px/28px '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: 155px;
  width: 300px;
  display: none;
  z-index: 1; /* 1*/
  /*opacity: 0;
  z-index: -1;*/
  /*overflow: auto;
  overflow-y: auto;*/
  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: 125px;
  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: -1px;
  top: 2px;
  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;
}
.return-fixed {
  position: relative;
  float: right;
  width: 150px;
  border: 2px solid red;
  padding: 10px;
  border-radius: 25px;
  font-family: 'Opensans Semibold';
  font-size: 14px;
  text-align: center;
  background-color: white;
}


/* Masonry Grid CSS
--------------------------------------------------------------------------*/
.masonryImages {
    width: 93%;
    margin: 0px 0px 4px 0px;
    border: solid 10px #666;
}
.masonryColumn {
   float: left;
   padding: 10px;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   /*box-shadow: 0px 0px 8px 0px #c0c0c0;*/
   display: inline-block;
}
#zoomedmasonryImage {
    width: 100%;
    object-fit: contain;
    max-height: 100vh;
    margin: auto;
    padding: 5px 5px 5px 5px;
}
#zoomedmasonryImageHidden {
    display: none;
    width: 300%;
    position: absolute;
}

#masonryImagesContainer:after {
    display: table;
    content: " ";
    clear: both;
}

/*Responsive Masonry Grid CSS */
@media (max-width: 1199px) {
   .masonry-grid {
      column-count: 3;
      -webkit-column-count: 3;
      -moz-column-count: 3; 
   }
}
@media (max-width: 991px){
   .masonry-grid {
      column-count: 2;
      -webkit-column-count: 2;
      -moz-column-count: 2; 
   }
}
@media (max-width: 767px){
   .masonry-grid {
      column-count: 1;
      -webkit-column-count: 1;
      -moz-column-count: 1; 
   }
}

/* CONTACT PAGE
--------------------------------------------------------------------------*/
#contact-form .fancy-select {
  max-width: 300px;
}
#contact-form textarea {
  min-height: 148px;
  resize: none;
  color: #000000;
}
#contact-form h3 {
  margin: 0 0 10px 0;
  color: #FFFF00;
  display: block;
  font-size: 14px;
  font-weight: 600;
}

/* 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;
}

/* 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;
}


/* ABOUT PAGE
--------------------------------------------------------------------------*/
.about-page .box-info .bordered h1{
  color: #505050;
}
.about-page .box-info .box-info-heading.bordered{
  border-bottom: 4px solid #b5b5b5;
}
.about-page .box-info-detail ul{
  list-style: none;
  margin-top: 17px
  margin: 0;
  padding: 0;
}
.about-page .box-info-detail li:first-child {
  border-top: 1px solid #e2e2e2;
}
/*.about-page .box-info-detail p{
  margin-bottom: 15px;
  padding: 0px 5px 0px 5px;
  color: #003300;
  background: #e6e6e6;
}
.about-page .box-info-detail a{
  margin-top: 15px;
  padding: 0px 5px 0px 5px;
  color: #003300;
  background: #e6e6e6;
}*/
li {}
.about-page .box-info-detail li {
  color: #003300;
  background: #e6e6e6;
  border-bottom: 1px solid #f44336;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 12px 10px 49px;
  position: relative;
}
.about-page .box-info-detail li:before {
  content: '\f19e';
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -10px;
  font-size: 18px;
  font-family: Flaticon;
  color: #d63600;
}

/* 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-top: 17px
  margin: 0;
  padding: 0;
}
.rule-list li:first-child {
  border-top: 1px solid #e2e2e2;
}

li {}
.rule-list li {
  color: #003300;
  background: #e6e6e6;
  border-bottom: 1px solid #f44336;
  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;
}

/* TABS
--------------------------------------------------------------------------*/
.tab-content>.tab-pane {
  display: none
}
.tab-content>.active {
  display: block
}
.torrent-tabs {
  margin: 0 -14px;
}
.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;
}
/* SORT BY BOX
--------------------------------------------------------------------------*/
.sort-by-box {
  width: 189px;
}
.sort-by-box div.fancy-select div.trigger{
  padding-top: 0;
  padding-bottom: 0;
}


.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('/img/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;
}

/* 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';
}

/* 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;
}
.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;
}

/* FOOTER
--------------------------------------------------------------------------*/
footer {
  background-color: #090909;
  border-top: 1px solid #55200e;
  margin-top: 64px;
  padding-bottom: 18px;
  position: relative;
  text-align: center;
  opacity: 0.7;
}
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;
  color: #ff4d4d;
}
footer li:first-child {
  margin: 0;
}
footer li a {
  color: #cc3300; /*#818181;*/
  display: inline-block;
  font-family: "Oswald Bold";
  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;
  }
    /***********/
  .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%;
  }
  
  .movie-review {
    height: 224px;
  }
  
  .category-list li {
    float: none;
    width: 100%;
  }
  .search-index-page {
    left: 0;
    width: 100%;
  }
  
  .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;
  }
  .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;
  }
  
  /***********/
  .tab-nav li a {
    padding: 0 10px;
  }
  .upload-form .col-7,
  .upload-form .col-5 {
    width: 100%;
    margin-bottom: 15px;
  }
  .library-box li {
    /*width: 31.3333%;*/
  }
  .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;
  }
  .accordion .accordion-content ul{
    margin: 0;
    padding: 0;
  }
  .replies ul {
    margin: 0;
    padding: 0;
  }
  blockquote header {
    margin-bottom: 0;
  }
}
@media (max-width: 680px) {
  .inbox-nav .list.mail-info,
  .inbox-nav .mail-links  {
    float: none;
    width: 100%;
  }
  .inbox-nav .mail-links {
    text-align: center;
  }
  .library-box{
    text-align: center;
  }
  .library-box .modal{
    text-align: left;
  }
  .library-box li {
    float: none;
    display: inline-block;
  }
  .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;
  }
  .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;
  }
 .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;
  }
  /***********/
  .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%;*/
  }
  
  .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;
  }
  .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;
  }
  
  .error-info .container {
    padding-left: 37px;
  }
  .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;
  }

}
/* 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;
	}
}

@media screen and (max-width:787px)

